h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

input,
button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

button {
    cursor: pointer;
}

    button:focus {
        outline: 0 !important;
    }

a,
span {
    vertical-align: baseline;
}

/*****************/
img {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

html {
    font-family: 'iranSans';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    overflow: visible;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active,
    a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'iranSans';
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

legend {
    max-width: 100%;
    display: table;
    box-sizing: border-box;
    white-space: normal;
    color: inherit;
    padding: 0;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'iranSans';
    color: #333;
    font-size: 14px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
}

label {
    display: inline-block;
    max-width: 100%;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    width: 100%;
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
.form-control {
    width: 100%;
    height: 34px;
    display: block;
    vertical-align: top;
    padding: 6px 10px;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    line-height: 1.42857143;
}

    .form-control::-moz-placeholder {
        color: rgba(0, 0, 0, 0.75);
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.75);
    }

    .form-control::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.75);
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
}

.form-group {
    margin-top: 15px;
}

    .form-group:after {
        content: '';
        display: table;
        clear: both;
    }

.radio,
.checkbox {
    min-height: 20px;
    display: block;
    position: relative;
}

    .radio ~ .radio,
    .checkbox ~ .checkbox {
        margin: 7px 0 0 0;
    }

    .radio label,
    .checkbox label {
        min-height: 20px;
        margin-bottom: 0;
        padding-left: 20px;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .checkbox input[type="checkbox"] {
        margin-top: 4px \9;
        margin-left: -20px;
        position: absolute;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.help-block {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    color: #737373;
    cursor: default;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal label {
        margin-bottom: 0;
        line-height: 34px;
        text-align: right;
    }
}

.btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: default;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

table {
    background-color: transparent;
    border-collapse: collapse;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        vertical-align: top;
        padding: 8px;
        border-top: 1px solid #dddddd;
        line-height: 1.42857143;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: white;
    }

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        margin-bottom: 15px;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.errors,
.alert {
    padding: 10px 15px;
    margin-top: 15px;
    border: 1px solid transparent;
}

    .errors a,
    .alert a {
        display: inline-block;
        color: inherit;
        text-decoration: underline;
    }

        .errors a:hover,
        .alert a:hover {
            color: inherit;
            text-decoration: none;
        }

    .errors > *,
    .alert > * {
        margin: 0 !important;
    }

        .errors > * ~ *,
        .alert > * ~ * {
            margin: 5px 0 0 0 !important;
        }

.alert-success {
    background-color: #d0f6b9;
    border-color: #a7e183;
    color: #558638;
}

.alert-info {
    background-color: #fff;
    border-color: #9bd6f5;
    color: #437c99;
}

.alert-warning {
    /* background-color: #fff5c3; */
    /* border-color: #edd870; */
    color: #85741f;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.errors,
.alert-danger {
    background-color: #ffcfcf;
    border-color: #ffa3a3;
    color: #b65353;
}

.hidden {
    display: none;
}

html,
body {
    /* font: 14px/1.5em Roboto;*/
    color: #bdbdbd;
    background: #f9fafc;
}

a {
    color: #383838;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

    a:hover,
    a:focus {
        color: #6fcfb8;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    /*  font: 18px/1.1em Roboto;*/
    color: #383838;
}

h1 {
    font-size: 19px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

.page_heading {
    margin: 15px 0 0 0;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    /* letter-spacing: 0.1em;*/
}

label {
    font-size: 14px;
    color: #555;
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
.form-control {
    background-color: white;
    border-color: #f0f0f0;
    font-size: 14px;
    color: #bdbdbd;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

    select:focus,
    textarea:focus,
    input[type="tel"]:focus,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    .form-control:focus {
        border-color: #999;
        outline: 0;
    }

p.alert-inline {
    padding: 7px 0 0 0;
    font-size: 12px;
    line-height: 1em;
    color: #f00;
}

input.alert-inline {
    border-color: #f00;
    color: #f00;
}

.btn {
    padding: 6px 12px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

    .btn:active,
    .btn:focus,
    .btn:hover {
        text-decoration: none;
    }

table caption {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    color: #777777;
    text-align: left;
}

.table-bordered,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-color: #f0f0f0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(240, 240, 240, 0.2);
}

.table-hover > tbody > tr:hover {
    background-color: rgba(240, 240, 240, 0.2);
}

.rte h1 {
    font-size: 32px;
}

.rte h2 {
    font-size: 29px;
}

.rte h3 {
    font-size: 26px;
}

.rte h4 {
    font-size: 23px;
}

.rte h5 {
    font-size: 20px;
}

.rte h6 {
    font-size: 17px;
}

.rte h1,
.rte h2,
.rte h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.rte h4,
.rte h5,
.rte h6 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.rte p {
    margin: 15px 0 0 0;
}

.rte ul {
    margin: 15px 0 0 0;
    padding: 0 0 0 30px;
    list-style-type: disc;
}

.rte ol {
    margin: 15px 0 0 0;
    padding: 0 0 0 30px;
    list-style-type: decimal;
}

    .rte ul ul,
    .rte ol ul,
    .rte ul ol,
    .rte ol ol {
        margin-top: 0;
    }

.rte a {
    text-decoration: underline;
}

    .rte a:hover {
        text-decoration: none;
    }

.rte blockquote {
    margin: 20px 0;
    padding: 5px 20px;
    border-left: 4px solid #f0f0f0;
    font-size: 16px;
}

    .rte blockquote b {
        display: block;
        margin: 5px 0 0 0;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.42857143;
        color: #777777;
    }

        .rte blockquote b:before {
            content: '\2014 \00A0';
        }

    .rte blockquote p:first-child,
    .rte blockquote ul:first-child,
    .rte blockquote ol:first-child {
        margin-top: 0;
    }

.rte q {
    font-style: italic;
}

.rte table {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    background-color: transparent;
    border-collapse: collapse;
}

    .rte table th,
    .rte table td {
        vertical-align: middle;
        padding: 7px 10px;
        border: 1px solid #f0f0f0;
    }

.rte .rte_youtube_wrapper {
    overflow: hidden;
    padding: 56.25% 0 0 0;
    position: relative;
}

    .rte .rte_youtube_wrapper iframe {
        width: 100%;
        height: 100%;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
    }

.product_name {
    font-size: 14px;
    color: #383838;
}

    .product_name a {
        font-size: inherit;
        color: inherit;
    }

        .product_name a:hover {
            color: #6fcfb8;
        }

.money,
.money_like {
    font-size: 14px;
    color: #eb5757;
}

.money_sale {
    text-decoration: line-through;
    margin-right: 5px;
    color: #bdbdbd;
}

.money_sale_percent {
    background: #eb5757;
}

#quick_view__wrap .fancybox-skin {
    padding: 40px !important;
}

#product_quick_view {
    width: 817px;
}

    #product_quick_view .swiper_btn {
        color: #6fcfb8;
    }

        #product_quick_view .swiper_btn:hover {
            color: white;
            background: rgba(0, 0, 0, 0.3);
        }

    #product_quick_view .btn_prev {
        left: 100px;
    }

        #product_quick_view .btn_prev:after {
            content: '\f104';
            font: 24px/1em 'FontAwesome';
            color: inherit;
            line-height: 28px;
        }

    #product_quick_view .btn_next {
        right: 17px;
    }

        #product_quick_view .btn_next:after {
            content: '\f105';
            font: 24px/1em 'FontAwesome';
            color: inherit;
            line-height: 28px;
        }

#quick_view__close {
    top: 10px;
    right: 10px;
}

.product_quick_wrapper {
    width: 100%;
    display: table;
}

.quick_view__left {
    width: 425px;
    display: flex;
    align-items: flex-start;
    padding: 0 15px 0 0;
    position: relative;
}

    .quick_view__left #img_big {
        width: 308px;
    }

        .quick_view__left #img_big img {
            background: rgba(0, 0, 0, 0.05);
        }

    .quick_view__left .swiper-wrapper {
        height: 390px;
    }

    .quick_view__left .swiper-slide {
        display: inline-block;
    }

    .quick_view__left .product_images {
        width: 90px;
        margin-right: 10px;
        height: 390px;
    }

.quick_view__right {
    height: 100%;
    display: table-cell;
    overflow: hidden;
    padding: 0 0 0 15px;
    vertical-align: top;
}

    .quick_view__right p {
        margin: 5px 0 0 0;
        font-size: 14px;
    }

    .quick_view__right label {
        font-weight: normal;
        font-size: 14px;
        color: black;
    }

#quick_view__name {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

#quick_view__variants {
    overflow: hidden;
    margin: 0 -10px 0 -10px;
}

    #quick_view__variants label {
        display: block;
        padding: 0 10px;
    }

    #quick_view__variants .selector-wrapper {
        width: 33.33333333333333%;
        float: left;
        padding: 5px 10px 0 10px;
    }

        #quick_view__variants .selector-wrapper label {
            display: none !important;
        }

        #quick_view__variants .selector-wrapper select {
            width: 100%;
            display: block;
        }

#quick_view__price {
    margin: 15px 0 0 0;
    position: relative;
}

    #quick_view__price .price {
        margin: 0;
        padding: 0 60px 0 0;
    }

    #quick_view__price .money {
        margin: 0 7px 0 0;
        font-size: 24px;
        color: #383838;
    }

    #quick_view__price .money_sale {
        font-size: 16px;
    }

    #quick_view__price .money_sale_percent {
        width: 52px;
        height: 26px;
        display: block;
        margin: -13px 0 0 0;
        background: #eb5757;
        font: bold 14px/26px 'Arial';
        color: white;
        text-align: center;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

#quick_view__availability {
    margin: 20px 0 0 0;
}

#quick_view__description {
    margin: 15px 0;
}

#quick_view__form {
    margin: 15px 0 0 0;
}

    #quick_view__form label {
        margin-right: 6px;
    }

    #quick_view__form #quick_view__add {
        height: 50px;
        margin: 25px 10px 0 0;
        padding: 0 20px;
        font-size: 18px;
    }

#quick_view_colors {
    display: flex;
    flex-wrap: wrap;
}

    #quick_view_colors label {
        margin-right: 3px;
        margin-top: 5px;
    }

    #quick_view_colors .color_item {
        display: inline-block;
        vertical-align: top;
        width: 21px;
        height: 21px;
        cursor: pointer;
        border: 1px solid transparent;
        padding: 1px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 5px 3px 0;
    }

        #quick_view_colors .color_item span {
            background-color: #474747;
            border: 1px solid #ccc;
            display: block;
            width: 100%;
            height: 100%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        #quick_view_colors .color_item.current {
            border-color: #6fcfb8;
        }

#quick_view_size {
    display: flex;
    flex-wrap: wrap;
}

    #quick_view_size label {
        margin-right: 3px;
        margin-top: 5px;
    }

    #quick_view_size .size_item {
        display: inline-block;
        vertical-align: baseline;
        margin: 5px 3px 0;
        background: white;
        border: 1px solid #f0f0f0;
        text-align: center;
        line-height: 21px;
        min-width: 23px;
        padding: 0 2px;
        cursor: pointer;
    }

    #quick_view_size .current {
        border-color: #6fcfb8;
    }

#product_info_link {
    margin-top: 15px;
    font-weight: bold;
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
    position: relative;
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font-family: 'iranSans';
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMhJREFUeNrs2TEKwkAUhOEXBSurQM5jo2AbyG2EgIfyCkKqXEDiGYI2QkBn5aXYYBqb7MAM/Ft/LNutWbwtqtEVDei9UIMbajf93A51CyLn6twWrUwQOq0csTl6EICDMV/jOKG9pb+Nv21rCW53rM1wvFzPsD5zOc1WRjaBBRZYYIEFFlhggQUWWGCBBRZYYIEFFvh/cE/kfQbwnQh8C+ALEfhrLYznU6YY5RUBuJpe98HS/Vg8zr2R8E16Rk0C0MYt0dftR4ABAFfva4h/thfHAAAAAElFTkSuQmCC);
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

.fancybox-close, .fancybox-nav, .fancybox-nav span {
    cursor: pointer;
    z-index: 8040;
    position: absolute;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../../../images/fancybox_loading.webp) center center no-repeat;
}

.fancybox-close {
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(blank.gif);
    -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
}

.fancybox-prev span {
    left: 5px;
}

.fancybox-next span {
    right: 5px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock, .fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock {
    width: auto;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.7);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font-family: 'iranSans';
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: 0 0;
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-skin {
    padding: 15px;
    background: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fancybox-close {
    width: 36px;
    height: 36px;
    display: block;
    border: none;
}

    .fancybox-close:before {
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background: #6fcfb8;
        position: absolute;
        top: 17px;
        right: 3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .fancybox-close:after {
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background: #6fcfb8;
        position: absolute;
        top: 17px;
        right: 3px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .fancybox-close:hover:before, .fancybox-close:hover:after {
        background: #333333;
    }

.fancybox-nav span {
    width: 36px;
    height: 36px;
    display: block;
    margin: -18px 0 0 0;
    background: #444;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

    .fancybox-nav span:before {
        display: block;
        font: 12px/36px 'FontAwesome';
        color: black;
        text-align: center;
    }

.fancybox-nav:hover > span {
    background: #666;
}

.fancybox-prev span:before {
    content: '\f053';
    padding: 0 2px 0 0;
}

.fancybox-next span:before {
    content: '\f054';
    padding: 0 0 0 2px;
}

.fancybox_alert {
    padding: 0 !important;
    text-align: center;
}

    .fancybox_alert .alert {
        margin: 0;
        padding: 40px;
        font-size: 14px;
    }

    .fancybox_alert .btn {
        margin: 15px 0 0 0;
        text-decoration: none;
    }

        .fancybox_alert .btn ~ .btn {
            margin-left: 15px !important;
        }

#cart_added {
    max-width: 420px;
}

    #cart_added .cart_added__row {
        height: 120px;
        display: table;
    }

    #cart_added h4 {
        margin: 15px 0;
        text-align: center;
        font-size: 20px;
    }

    #cart_added.cart_error {
        max-width: 420px;
    }

.cart_added__1 {
    width: 120px;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

    .cart_added__1 img {
        height: 120px;
        padding: 10px;
        border: 1px solid #f0f0f0;
    }

.cart_added__2 {
    width: 300px;
    height: 100%;
    display: table-cell;
    padding: 0 0 0 15px;
}

    .cart_added__2 .product_name {
        display: block;
    }

    .cart_added__2 #cart_added__quantity {
        margin: 15px 0 0 0;
        font-size: 16px;
    }

    .cart_added__2 .btn {
        margin: 15px 10px 0 0;
    }

#newsletter_popup {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

    #newsletter_popup .newsletter_popup_text {
        text-align: center;
    }

        #newsletter_popup .newsletter_popup_text h4 {
            margin-bottom: 15px;
        }

        #newsletter_popup .newsletter_popup_text input {
            height: 40px;
        }

        #newsletter_popup .newsletter_popup_text p {
            margin-bottom: 10px;
        }

        #newsletter_popup .newsletter_popup_text .btn {
            margin-top: 15px;
        }

@font-face {
    font-family: 'FontAwesome';
    src: url(../../../fonts/line-awesome/la-brands-400.eot);
    src: url("../../../fonts/line-awesome/la-brands-400.eot?#iefix") format("embedded-opentype"), url("../../../fonts/line-awesome/la-brands-400.woff2") format("woff2"), url("../../../fonts/line-awesome/la-brands-400.woff") format("woff"), url("../../../fonts/line-awesome/la-brands-400.ttf") format("truetype"), url("../../../fonts/line-awesome/la-brands-400.svg#lineawesome") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.la-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.la-2x {
    font-size: 2em;
}

.la-3x {
    font-size: 3em;
}

.la-4x {
    font-size: 4em;
}

.la-5x {
    font-size: 5em;
}

.la-fw {
    width: 1.28571429em;
    text-align: center;
}

.la-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .la-ul > li {
        position: relative;
    }

.la-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .la-li.la-lg {
        left: -1.85714286em;
    }

.la-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.la-pull-left {
    float: left;
}

.la-pull-right {
    float: right;
}

.fa.la-pull-left {
    margin-right: .3em;
}

.fa.la-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.la-spin {
    -webkit-animation: la-spin 2s infinite linear;
    animation: la-spin 2s infinite linear;
}

.la-pulse {
    -webkit-animation: la-spin 1s infinite steps(8);
    animation: la-spin 1s infinite steps(8);
}

@-webkit-keyframes la-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes la-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.la-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.la-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.la-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.la-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.la-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .la-rotate-90, :root .la-rotate-180, :root .la-rotate-270, :root .la-flip-horizontal, :root .la-flip-vertical {
    filter: none;
}

.la-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.la-stack-1x, .la-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.la-stack-1x {
    line-height: inherit;
}

.la-stack-2x {
    font-size: 2em;
}

.la-inverse {
    color: #fff;
}

.la-glass:before {
    content: "\f000";
}

.la-music:before {
    content: "\f001";
}

.la-search:before {
    content: "\f002";
}

.la-envelope-o:before {
    content: "\f003";
}

.la-heart:before {
    content: "\f004";
}

.la-star:before {
    content: "\f005";
}

.la-star-o:before {
    content: "\f006";
}

.la-user:before {
    content: "\f007";
}

.la-film:before {
    content: "\f008";
}

.la-th-large:before {
    content: "\f009";
}

.la-th:before {
    content: "\f00a";
}

.la-th-list:before {
    content: "\f00b";
}

.la-check:before {
    content: "\f00c";
}

.la-remove:before, .la-close:before, .la-times:before {
    content: "\f00d";
}

.la-search-plus:before {
    content: "\f00e";
}

.la-search-minus:before {
    content: "\f010";
}

.la-power-off:before {
    content: "\f011";
}

.la-signal:before {
    content: "\f012";
}

.la-gear:before, .la-cog:before {
    content: "\f013";
}

.la-trash-o:before {
    content: "\f014";
}

.la-home:before {
    content: "\f015";
}

.la-file-o:before {
    content: "\f016";
}

.la-clock-o:before {
    content: "\f017";
}

.la-road:before {
    content: "\f018";
}

.la-download:before {
    content: "\f019";
}

.la-arrow-circle-o-down:before {
    content: "\f01a";
}

.la-arrow-circle-o-up:before {
    content: "\f01b";
}

.la-inbox:before {
    content: "\f01c";
}

.la-play-circle-o:before {
    content: "\f01d";
}

.la-rotate-right:before, .la-repeat:before {
    content: "\f01e";
}

.la-refresh:before {
    content: "\f021";
}

.la-list-alt:before {
    content: "\f022";
}

.la-lock:before {
    content: "\f023";
}

.la-flag:before {
    content: "\f024";
}

.la-headphones:before {
    content: "\f025";
}

.la-volume-off:before {
    content: "\f026";
}

.la-volume-down:before {
    content: "\f027";
}

.la-volume-up:before {
    content: "\f028";
}

.la-qrcode:before {
    content: "\f029";
}

.la-barcode:before {
    content: "\f02a";
}

.la-tag:before {
    content: "\f02b";
}

.la-tags:before {
    content: "\f02c";
}

.la-book:before {
    content: "\f02d";
}

.la-bookmark:before {
    content: "\f02e";
}

.la-print:before {
    content: "\f02f";
}

.la-camera:before {
    content: "\f030";
}

.la-font:before {
    content: "\f031";
}

.la-bold:before {
    content: "\f032";
}

.la-italic:before {
    content: "\f033";
}

.la-text-height:before {
    content: "\f034";
}

.la-text-width:before {
    content: "\f035";
}

.la-align-left:before {
    content: "\f036";
}

.la-align-center:before {
    content: "\f037";
}

.la-align-right:before {
    content: "\f038";
}

.la-align-justify:before {
    content: "\f039";
}

.la-list:before {
    content: "\f03a";
}

.la-dedent:before, .la-outdent:before {
    content: "\f03b";
}

.la-indent:before {
    content: "\f03c";
}

.la-video-camera:before {
    content: "\f03d";
}

.la-photo:before, .la-image:before, .la-picture-o:before {
    content: "\f03e";
}

.la-pencil:before {
    content: "\f040";
}

.la-map-marker:before {
    content: "\f041";
}

.la-adjust:before {
    content: "\f042";
}

.la-tint:before {
    content: "\f043";
}

.la-edit:before, .la-pencil-square-o:before {
    content: "\f044";
}

.la-share-square-o:before {
    content: "\f045";
}

.la-check-square-o:before {
    content: "\f046";
}

.la-arrows:before {
    content: "\f047";
}

.la-step-backward:before {
    content: "\f048";
}

.la-fast-backward:before {
    content: "\f049";
}

.la-backward:before {
    content: "\f04a";
}

.la-play:before {
    content: "\f04b";
}

.la-pause:before {
    content: "\f04c";
}

.la-stop:before {
    content: "\f04d";
}

.la-forward:before {
    content: "\f04e";
}

.la-fast-forward:before {
    content: "\f050";
}

.la-step-forward:before {
    content: "\f051";
}

.la-eject:before {
    content: "\f052";
}

.la-chevron-left:before {
    content: "\f053";
}

.la-chevron-right:before {
    content: "\f054";
}

.la-plus-circle:before {
    content: "\f055";
}

.la-minus-circle:before {
    content: "\f056";
}

.la-times-circle:before {
    content: "\f057";
}

.la-check-circle:before {
    content: "\f058";
}

.la-question-circle:before {
    content: "\f059";
}

.la-info-circle:before {
    content: "\f05a";
}

.la-crosshairs:before {
    content: "\f05b";
}

.la-times-circle-o:before {
    content: "\f05c";
}

.la-check-circle-o:before {
    content: "\f05d";
}

.la-ban:before {
    content: "\f05e";
}

.la-arrow-left:before {
    content: "\f060";
}

.la-arrow-right:before {
    content: "\f061";
}

.la-arrow-up:before {
    content: "\f062";
}

.la-arrow-down:before {
    content: "\f063";
}

.la-mail-forward:before, .la-share:before {
    content: "\f064";
}

.la-expand:before {
    content: "\f065";
}

.la-compress:before {
    content: "\f066";
}

.la-plus:before {
    content: "\f067";
}

.la-minus:before {
    content: "\f068";
}

.la-asterisk:before {
    content: "\f069";
}

.la-exclamation-circle:before {
    content: "\f06a";
}

.la-gift:before {
    content: "\f06b";
}

.la-leaf:before {
    content: "\f06c";
}

.la-fire:before {
    content: "\f06d";
}

.la-eye:before {
    content: "\f06e";
}

.la-eye-slash:before {
    content: "\f070";
}

.la-warning:before, .la-exclamation-triangle:before {
    content: "\f071";
}

.la-plane:before {
    content: "\f072";
}

.la-calendar:before {
    content: "\f073";
}

.la-random:before {
    content: "\f074";
}

.la-comment:before {
    content: "\f075";
}

.la-magnet:before {
    content: "\f076";
}

.la-chevron-up:before {
    content: "\f077";
}

.la-chevron-down:before {
    content: "\f078";
}

.la-retweet:before {
    content: "\f079";
}

.la-shopping-cart:before {
    content: "\f07a";
}

.la-folder:before {
    content: "\f07b";
}

.la-folder-open:before {
    content: "\f07c";
}

.la-arrows-v:before {
    content: "\f07d";
}

.la-arrows-h:before {
    content: "\f07e";
}

.la-bar-chart-o:before, .la-bar-chart:before {
    content: "\f080";
}

.la-twitter-square:before {
    content: "\f081";
}

.la-facebook-square:before {
    content: "\f082";
}

.la-camera-retro:before {
    content: "\f083";
}

.la-key:before {
    content: "\f084";
}

.la-gears:before, .la-cogs:before {
    content: "\f085";
}

.la-comments:before {
    content: "\f086";
}

.la-thumbs-o-up:before {
    content: "\f087";
}

.la-thumbs-o-down:before {
    content: "\f088";
}

.la-star-half:before {
    content: "\f089";
}

.la-heart-o:before {
    content: "\f08a";
}

.la-sign-out:before {
    content: "\f08b";
}

.la-linkedin-square:before {
    content: "\f08c";
}

.la-thumb-tack:before {
    content: "\f08d";
}

.la-external-link:before {
    content: "\f08e";
}

.la-sign-in:before {
    content: "\f090";
}

.la-trophy:before {
    content: "\f091";
}

.la-github-square:before {
    content: "\f092";
}

.la-upload:before {
    content: "\f093";
}

.la-lemon-o:before {
    content: "\f094";
}

.la-phone:before {
    content: "\f095";
}

.la-square-o:before {
    content: "\f096";
}

.la-bookmark-o:before {
    content: "\f097";
}

.la-phone-square:before {
    content: "\f098";
}

.la-twitter:before {
    content: "\f099";
}

.la-facebook-f:before, .la-facebook:before {
    content: "\f09a";
}

.la-github:before {
    content: "\f09b";
}

.la-unlock:before {
    content: "\f09c";
}

.la-credit-card:before {
    content: "\f09d";
}

.la-feed:before, .la-rss:before {
    content: "\f09e";
}

.la-hdd-o:before {
    content: "\f0a0";
}

.la-bullhorn:before {
    content: "\f0a1";
}

.la-bell:before {
    content: "\f0f3";
}

.la-certificate:before {
    content: "\f0a3";
}

.la-hand-o-right:before {
    content: "\f0a4";
}

.la-hand-o-left:before {
    content: "\f0a5";
}

.la-hand-o-up:before {
    content: "\f0a6";
}

.la-hand-o-down:before {
    content: "\f0a7";
}

.la-arrow-circle-left:before {
    content: "\f0a8";
}

.la-arrow-circle-right:before {
    content: "\f0a9";
}

.la-arrow-circle-up:before {
    content: "\f0aa";
}

.la-arrow-circle-down:before {
    content: "\f0ab";
}

.la-globe:before {
    content: "\f0ac";
}

.la-wrench:before {
    content: "\f0ad";
}

.la-tasks:before {
    content: "\f0ae";
}

.la-filter:before {
    content: "\f0b0";
}

.la-briefcase:before {
    content: "\f0b1";
}

.la-arrows-alt:before {
    content: "\f0b2";
}

.la-group:before, .la-users:before {
    content: "\f0c0";
}

.la-chain:before, .la-link:before {
    content: "\f0c1";
}

.la-cloud:before {
    content: "\f0c2";
}

.la-flask:before {
    content: "\f0c3";
}

.la-cut:before, .la-scissors:before {
    content: "\f0c4";
}

.la-copy:before, .la-files-o:before {
    content: "\f0c5";
}

.la-paperclip:before {
    content: "\f0c6";
}

.la-save:before, .la-floppy-o:before {
    content: "\f0c7";
}

.la-square:before {
    content: "\f0c8";
}

.la-navicon:before, .la-reorder:before, .la-bars:before {
    content: "\f0c9";
}

.la-list-ul:before {
    content: "\f0ca";
}

.la-list-ol:before {
    content: "\f0cb";
}

.la-strikethrough:before {
    content: "\f0cc";
}

.la-underline:before {
    content: "\f0cd";
}

.la-table:before {
    content: "\f0ce";
}

.la-magic:before {
    content: "\f0d0";
}

.la-truck:before {
    content: "\f0d1";
}

.la-pinterest:before {
    content: "\f0d2";
}

.la-pinterest-square:before {
    content: "\f0d3";
}

.la-google-plus-square:before {
    content: "\f0d4";
}

.la-google-plus:before {
    content: "\f0d5";
}

.la-money:before {
    content: "\f0d6";
}

.la-caret-down:before {
    content: "\f0d7";
}

.la-caret-up:before {
    content: "\f0d8";
}

.la-caret-left:before {
    content: "\f0d9";
}

.la-caret-right:before {
    content: "\f0da";
}

.la-columns:before {
    content: "\f0db";
}

.la-unsorted:before, .la-sort:before {
    content: "\f0dc";
}

.la-sort-down:before, .la-sort-desc:before {
    content: "\f0dd";
}

.la-sort-up:before, .la-sort-asc:before {
    content: "\f0de";
}

.la-envelope:before {
    content: "\f0e0";
}

.la-linkedin:before {
    content: "\f0e1";
}

.la-rotate-left:before, .la-undo:before {
    content: "\f0e2";
}

.la-legal:before, .la-gavel:before {
    content: "\f0e3";
}

.la-dashboard:before, .la-tachometer:before {
    content: "\f0e4";
}

.la-comment-o:before {
    content: "\f0e5";
}

.la-comments-o:before {
    content: "\f0e6";
}

.la-flash:before, .la-bolt:before {
    content: "\f0e7";
}

.la-sitemap:before {
    content: "\f0e8";
}

.la-umbrella:before {
    content: "\f0e9";
}

.la-paste:before, .la-clipboard:before {
    content: "\f0ea";
}

.la-lightbulb-o:before {
    content: "\f0eb";
}

.la-exchange:before {
    content: "\f0ec";
}

.la-cloud-download:before {
    content: "\f0ed";
}

.la-cloud-upload:before {
    content: "\f0ee";
}

.la-user-md:before {
    content: "\f0f0";
}

.la-stethoscope:before {
    content: "\f0f1";
}

.la-suitcase:before {
    content: "\f0f2";
}

.la-bell-o:before {
    content: "\f0a2";
}

.la-coffee:before {
    content: "\f0f4";
}

.la-cutlery:before {
    content: "\f0f5";
}

.la-file-text-o:before {
    content: "\f0f6";
}

.la-building-o:before {
    content: "\f0f7";
}

.la-hospital-o:before {
    content: "\f0f8";
}

.la-ambulance:before {
    content: "\f0f9";
}

.la-medkit:before {
    content: "\f0fa";
}

.la-fighter-jet:before {
    content: "\f0fb";
}

.la-beer:before {
    content: "\f0fc";
}

.la-h-square:before {
    content: "\f0fd";
}

.la-plus-square:before {
    content: "\f0fe";
}

.la-angle-double-left:before {
    content: "\f100";
}

.la-angle-double-right:before {
    content: "\f101";
}

.la-angle-double-up:before {
    content: "\f102";
}

.la-angle-double-down:before {
    content: "\f103";
}

.la-angle-left:before {
    content: "\f104";
}

.la-angle-right:before {
    content: "\f105";
}

.la-angle-up:before {
    content: "\f106";
}

.la-angle-down:before {
    content: "\f107";
}

.la-desktop:before {
    content: "\f108";
}

.la-laptop:before {
    content: "\f109";
}

.la-tablet:before {
    content: "\f10a";
}

.la-mobile-phone:before, .la-mobile:before {
    content: "\f10b";
}

.la-circle-o:before {
    content: "\f10c";
}

.la-quote-left:before {
    content: "\f10d";
}

.la-quote-right:before {
    content: "\f10e";
}

.la-spinner:before {
    content: "\f110";
}

.la-circle:before {
    content: "\f111";
}

.la-mail-reply:before, .la-reply:before {
    content: "\f112";
}

.la-github-alt:before {
    content: "\f113";
}

.la-folder-o:before {
    content: "\f114";
}

.la-folder-open-o:before {
    content: "\f115";
}

.la-smile-o:before {
    content: "\f118";
}

.la-frown-o:before {
    content: "\f119";
}

.la-meh-o:before {
    content: "\f11a";
}

.la-gamepad:before {
    content: "\f11b";
}

.la-keyboard-o:before {
    content: "\f11c";
}

.la-flag-o:before {
    content: "\f11d";
}

.la-flag-checkered:before {
    content: "\f11e";
}

.la-terminal:before {
    content: "\f120";
}

.la-code:before {
    content: "\f121";
}

.la-mail-reply-all:before, .la-reply-all:before {
    content: "\f122";
}

.la-star-half-empty:before, .la-star-half-full:before, .la-star-half-o:before {
    content: "\f123";
}

.la-location-arrow:before {
    content: "\f124";
}

.la-crop:before {
    content: "\f125";
}

.la-code-fork:before {
    content: "\f126";
}

.la-unlink:before, .la-chain-broken:before {
    content: "\f127";
}

.la-question:before {
    content: "\f128";
}

.la-info:before {
    content: "\f129";
}

.la-exclamation:before {
    content: "\f12a";
}

.la-superscript:before {
    content: "\f12b";
}

.la-subscript:before {
    content: "\f12c";
}

.la-eraser:before {
    content: "\f12d";
}

.la-puzzle-piece:before {
    content: "\f12e";
}

.la-microphone:before {
    content: "\f130";
}

.la-microphone-slash:before {
    content: "\f131";
}

.la-shield:before {
    content: "\f132";
}

.la-calendar-o:before {
    content: "\f133";
}

.la-fire-extinguisher:before {
    content: "\f134";
}

.la-rocket:before {
    content: "\f135";
}

.la-maxcdn:before {
    content: "\f136";
}

.la-chevron-circle-left:before {
    content: "\f137";
}

.la-chevron-circle-right:before {
    content: "\f138";
}

.la-chevron-circle-up:before {
    content: "\f139";
}

.la-chevron-circle-down:before {
    content: "\f13a";
}

.la-html5:before {
    content: "\f13b";
}

.la-css3:before {
    content: "\f13c";
}

.la-anchor:before {
    content: "\f13d";
}

.la-unlock-alt:before {
    content: "\f13e";
}

.la-bullseye:before {
    content: "\f140";
}

.la-ellipsis-h:before {
    content: "\f141";
}

.la-ellipsis-v:before {
    content: "\f142";
}

.la-rss-square:before {
    content: "\f143";
}

.la-play-circle:before {
    content: "\f144";
}

.la-ticket:before {
    content: "\f145";
}

.la-minus-square:before {
    content: "\f146";
}

.la-minus-square-o:before {
    content: "\f147";
}

.la-level-up:before {
    content: "\f148";
}

.la-level-down:before {
    content: "\f149";
}

.la-check-square:before {
    content: "\f14a";
}

.la-pencil-square:before {
    content: "\f14b";
}

.la-external-link-square:before {
    content: "\f14c";
}

.la-share-square:before {
    content: "\f14d";
}

.la-compass:before {
    content: "\f14e";
}

.la-toggle-down:before, .la-caret-square-o-down:before {
    content: "\f150";
}

.la-toggle-up:before, .la-caret-square-o-up:before {
    content: "\f151";
}

.la-toggle-right:before, .la-caret-square-o-right:before {
    content: "\f152";
}

.la-euro:before, .la-eur:before {
    content: "\f153";
}

.la-gbp:before {
    content: "\f154";
}

.la-dollar:before, .la-usd:before {
    content: "\f155";
}

.la-rupee:before, .la-inr:before {
    content: "\f156";
}

.la-cny:before, .la-rmb:before, .la-yen:before, .la-jpy:before {
    content: "\f157";
}

.la-ruble:before, .la-rouble:before, .la-rub:before {
    content: "\f158";
}

.la-won:before, .la-krw:before {
    content: "\f159";
}

.la-bitcoin:before, .la-btc:before {
    content: "\f15a";
}

.la-file:before {
    content: "\f15b";
}

.la-file-text:before {
    content: "\f15c";
}

.la-sort-alpha-asc:before {
    content: "\f15d";
}

.la-sort-alpha-desc:before {
    content: "\f15e";
}

.la-sort-amount-asc:before {
    content: "\f160";
}

.la-sort-amount-desc:before {
    content: "\f161";
}

.la-sort-numeric-asc:before {
    content: "\f162";
}

.la-sort-numeric-desc:before {
    content: "\f163";
}

.la-thumbs-up:before {
    content: "\f164";
}

.la-thumbs-down:before {
    content: "\f165";
}

.la-youtube-square:before {
    content: "\f166";
}

.la-youtube:before {
    content: "\f167";
}

.la-xing:before {
    content: "\f168";
}

.la-xing-square:before {
    content: "\f169";
}

.la-youtube-play:before {
    content: "\f16a";
}

.la-dropbox:before {
    content: "\f16b";
}

.la-stack-overflow:before {
    content: "\f16c";
}

.la-instagram:before {
    content: "\f16d";
}

.la-flickr:before {
    content: "\f16e";
}

.la-adn:before {
    content: "\f170";
}

.la-bitbucket:before {
    content: "\f171";
}

.la-bitbucket-square:before {
    content: "\f172";
}

.la-tumblr:before {
    content: "\f173";
}

.la-tumblr-square:before {
    content: "\f174";
}

.la-long-arrow-down:before {
    content: "\f175";
}

.la-long-arrow-up:before {
    content: "\f176";
}

.la-long-arrow-left:before {
    content: "\f177";
}

.la-long-arrow-right:before {
    content: "\f178";
}

.la-apple:before {
    content: "\f179";
}

.la-windows:before {
    content: "\f17a";
}

.la-android:before {
    content: "\f17b";
}

.la-linux:before {
    content: "\f17c";
}

.la-dribbble:before {
    content: "\f17d";
}

.la-skype:before {
    content: "\f17e";
}

.la-foursquare:before {
    content: "\f180";
}

.la-trello:before {
    content: "\f181";
}

.la-female:before {
    content: "\f182";
}

.la-male:before {
    content: "\f183";
}

.la-gittip:before, .la-gratipay:before {
    content: "\f184";
}

.la-sun-o:before {
    content: "\f185";
}

.la-moon-o:before {
    content: "\f186";
}

.la-archive:before {
    content: "\f187";
}

.la-bug:before {
    content: "\f188";
}

.la-vk:before {
    content: "\f189";
}

.la-weibo:before {
    content: "\f18a";
}

.la-renren:before {
    content: "\f18b";
}

.la-pagelines:before {
    content: "\f18c";
}

.la-stack-exchange:before {
    content: "\f18d";
}

.la-arrow-circle-o-right:before {
    content: "\f18e";
}

.la-arrow-circle-o-left:before {
    content: "\f190";
}

.la-toggle-left:before, .la-caret-square-o-left:before {
    content: "\f191";
}

.la-dot-circle-o:before {
    content: "\f192";
}

.la-wheelchair:before {
    content: "\f193";
}

.la-vimeo-square:before {
    content: "\f194";
}

.la-turkish-lira:before, .la-try:before {
    content: "\f195";
}

.la-plus-square-o:before {
    content: "\f196";
}

.la-space-shuttle:before {
    content: "\f197";
}

.la-slack:before {
    content: "\f198";
}

.la-envelope-square:before {
    content: "\f199";
}

.la-wordpress:before {
    content: "\f19a";
}

.la-openid:before {
    content: "\f19b";
}

.la-institution:before, .la-bank:before, .la-university:before {
    content: "\f19c";
}

.la-mortar-board:before, .la-graduation-cap:before {
    content: "\f19d";
}

.la-yahoo:before {
    content: "\f19e";
}

.la-google:before {
    content: "\f1a0";
}

.la-reddit:before {
    content: "\f1a1";
}

.la-reddit-square:before {
    content: "\f1a2";
}

.la-stumbleupon-circle:before {
    content: "\f1a3";
}

.la-stumbleupon:before {
    content: "\f1a4";
}

.la-delicious:before {
    content: "\f1a5";
}

.la-digg:before {
    content: "\f1a6";
}

.la-pied-piper-pp:before {
    content: "\f1a7";
}

.la-pied-piper-alt:before {
    content: "\f1a8";
}

.la-drupal:before {
    content: "\f1a9";
}

.la-joomla:before {
    content: "\f1aa";
}

.la-language:before {
    content: "\f1ab";
}

.la-fax:before {
    content: "\f1ac";
}

.la-building:before {
    content: "\f1ad";
}

.la-child:before {
    content: "\f1ae";
}

.la-paw:before {
    content: "\f1b0";
}

.la-spoon:before {
    content: "\f1b1";
}

.la-cube:before {
    content: "\f1b2";
}

.la-cubes:before {
    content: "\f1b3";
}

.la-behance:before {
    content: "\f1b4";
}

.la-behance-square:before {
    content: "\f1b5";
}

.la-steam:before {
    content: "\f1b6";
}

.la-steam-square:before {
    content: "\f1b7";
}

.la-recycle:before {
    content: "\f1b8";
}

.la-automobile:before, .la-car:before {
    content: "\f1b9";
}

.la-cab:before, .la-taxi:before {
    content: "\f1ba";
}

.la-tree:before {
    content: "\f1bb";
}

.la-spotify:before {
    content: "\f1bc";
}

.la-deviantart:before {
    content: "\f1bd";
}

.la-soundcloud:before {
    content: "\f1be";
}

.la-database:before {
    content: "\f1c0";
}

.la-file-pdf-o:before {
    content: "\f1c1";
}

.la-file-word-o:before {
    content: "\f1c2";
}

.la-file-excel-o:before {
    content: "\f1c3";
}

.la-file-powerpoint-o:before {
    content: "\f1c4";
}

.la-file-photo-o:before, .la-file-picture-o:before, .la-file-image-o:before {
    content: "\f1c5";
}

.la-file-zip-o:before, .la-file-archive-o:before {
    content: "\f1c6";
}

.la-file-sound-o:before, .la-file-audio-o:before {
    content: "\f1c7";
}

.la-file-movie-o:before, .la-file-video-o:before {
    content: "\f1c8";
}

.la-file-code-o:before {
    content: "\f1c9";
}

.la-vine:before {
    content: "\f1ca";
}

.la-codepen:before {
    content: "\f1cb";
}

.la-jsfiddle:before {
    content: "\f1cc";
}

.la-life-bouy:before, .la-life-buoy:before, .la-life-saver:before, .la-support:before, .la-life-ring:before {
    content: "\f1cd";
}

.la-circle-o-notch:before {
    content: "\f1ce";
}

.la-ra:before, .la-resistance:before, .la-rebel:before {
    content: "\f1d0";
}

.la-ge:before, .la-empire:before {
    content: "\f1d1";
}

.la-git-square:before {
    content: "\f1d2";
}

.la-git:before {
    content: "\f1d3";
}

.la-y-combinator-square:before, .la-yc-square:before, .la-hacker-news:before {
    content: "\f1d4";
}

.la-tencent-weibo:before {
    content: "\f1d5";
}

.la-qq:before {
    content: "\f1d6";
}

.la-wechat:before, .la-weixin:before {
    content: "\f1d7";
}

.la-send:before, .la-paper-plane:before {
    content: "\f1d8";
}

.la-send-o:before, .la-paper-plane-o:before {
    content: "\f1d9";
}

.la-history:before {
    content: "\f1da";
}

.la-circle-thin:before {
    content: "\f1db";
}

.la-header:before {
    content: "\f1dc";
}

.la-paragraph:before {
    content: "\f1dd";
}

.la-sliders:before {
    content: "\f1de";
}

.la-share-alt:before {
    content: "\f1e0";
}

.la-share-alt-square:before {
    content: "\f1e1";
}

.la-bomb:before {
    content: "\f1e2";
}

.la-soccer-ball-o:before, .la-futbol-o:before {
    content: "\f1e3";
}

.la-tty:before {
    content: "\f1e4";
}

.la-binoculars:before {
    content: "\f1e5";
}

.la-plug:before {
    content: "\f1e6";
}

.la-slideshare:before {
    content: "\f1e7";
}

.la-twitch:before {
    content: "\f1e8";
}

.la-yelp:before {
    content: "\f1e9";
}

.la-newspaper-o:before {
    content: "\f1ea";
}

.la-wifi:before {
    content: "\f1eb";
}

.la-calculator:before {
    content: "\f1ec";
}

.la-paypal:before {
    content: "\f1ed";
}

.la-google-wallet:before {
    content: "\f1ee";
}

.la-cc-visa:before {
    content: "\f1f0";
}

.la-cc-mastercard:before {
    content: "\f1f1";
}

.la-cc-discover:before {
    content: "\f1f2";
}

.la-cc-amex:before {
    content: "\f1f3";
}

.la-cc-paypal:before {
    content: "\f1f4";
}

.la-cc-stripe:before {
    content: "\f1f5";
}

.la-bell-slash:before {
    content: "\f1f6";
}

.la-bell-slash-o:before {
    content: "\f1f7";
}

.la-trash:before {
    content: "\f1f8";
}

.la-copyright:before {
    content: "\f1f9";
}

.la-at:before {
    content: "\f1fa";
}

.la-eyedropper:before {
    content: "\f1fb";
}

.la-paint-brush:before {
    content: "\f1fc";
}

.la-birthday-cake:before {
    content: "\f1fd";
}

.la-area-chart:before {
    content: "\f1fe";
}

.la-pie-chart:before {
    content: "\f200";
}

.la-line-chart:before {
    content: "\f201";
}

.la-lastfm:before {
    content: "\f202";
}

.la-lastfm-square:before {
    content: "\f203";
}

.la-toggle-off:before {
    content: "\f204";
}

.la-toggle-on:before {
    content: "\f205";
}

.la-bicycle:before {
    content: "\f206";
}

.la-bus:before {
    content: "\f207";
}

.la-ioxhost:before {
    content: "\f208";
}

.la-angellist:before {
    content: "\f209";
}

.la-cc:before {
    content: "\f20a";
}

.la-shekel:before, .la-sheqel:before, .la-ils:before {
    content: "\f20b";
}

.la-meanpath:before {
    content: "\f20c";
}

.la-buysellads:before {
    content: "\f20d";
}

.la-connectdevelop:before {
    content: "\f20e";
}

.la-dashcube:before {
    content: "\f210";
}

.la-forumbee:before {
    content: "\f211";
}

.la-leanpub:before {
    content: "\f212";
}

.la-sellsy:before {
    content: "\f213";
}

.la-shirtsinbulk:before {
    content: "\f214";
}

.la-simplybuilt:before {
    content: "\f215";
}

.la-skyatlas:before {
    content: "\f216";
}

.la-cart-plus:before {
    content: "\f217";
}

.la-cart-arrow-down:before {
    content: "\f218";
}

.la-diamond:before {
    content: "\f219";
}

.la-ship:before {
    content: "\f21a";
}

.la-user-secret:before {
    content: "\f21b";
}

.la-motorcycle:before {
    content: "\f21c";
}

.la-street-view:before {
    content: "\f21d";
}

.la-heartbeat:before {
    content: "\f21e";
}

.la-venus:before {
    content: "\f221";
}

.la-mars:before {
    content: "\f222";
}

.la-mercury:before {
    content: "\f223";
}

.la-intersex:before, .la-transgender:before {
    content: "\f224";
}

.la-transgender-alt:before {
    content: "\f225";
}

.la-venus-double:before {
    content: "\f226";
}

.la-mars-double:before {
    content: "\f227";
}

.la-venus-mars:before {
    content: "\f228";
}

.la-mars-stroke:before {
    content: "\f229";
}

.la-mars-stroke-v:before {
    content: "\f22a";
}

.la-mars-stroke-h:before {
    content: "\f22b";
}

.la-neuter:before {
    content: "\f22c";
}

.la-genderless:before {
    content: "\f22d";
}

.la-facebook-official:before {
    content: "\f230";
}

.la-pinterest-p:before {
    content: "\f231";
}

.la-whatsapp:before {
    content: "\f232";
}

.la-server:before {
    content: "\f233";
}

.la-user-plus:before {
    content: "\f234";
}

.la-user-times:before {
    content: "\f235";
}

.la-hotel:before, .la-bed:before {
    content: "\f236";
}

.la-viacoin:before {
    content: "\f237";
}

.la-train:before {
    content: "\f238";
}

.la-subway:before {
    content: "\f239";
}

.la-medium:before {
    content: "\f23a";
}

.la-yc:before, .la-y-combinator:before {
    content: "\f23b";
}

.la-optin-monster:before {
    content: "\f23c";
}

.la-opencart:before {
    content: "\f23d";
}

.la-expeditedssl:before {
    content: "\f23e";
}

.la-battery-4:before, .la-battery-full:before {
    content: "\f240";
}

.la-battery-3:before, .la-battery-three-quarters:before {
    content: "\f241";
}

.la-battery-2:before, .la-battery-half:before {
    content: "\f242";
}

.la-battery-1:before, .la-battery-quarter:before {
    content: "\f243";
}

.la-battery-0:before, .la-battery-empty:before {
    content: "\f244";
}

.la-mouse-pointer:before {
    content: "\f245";
}

.la-i-cursor:before {
    content: "\f246";
}

.la-object-group:before {
    content: "\f247";
}

.la-object-ungroup:before {
    content: "\f248";
}

.la-sticky-note:before {
    content: "\f249";
}

.la-sticky-note-o:before {
    content: "\f24a";
}

.la-cc-jcb:before {
    content: "\f24b";
}

.la-cc-diners-club:before {
    content: "\f24c";
}

.la-clone:before {
    content: "\f24d";
}

.la-balance-scale:before {
    content: "\f24e";
}

.la-hourglass-o:before {
    content: "\f250";
}

.la-hourglass-1:before, .la-hourglass-start:before {
    content: "\f251";
}

.la-hourglass-2:before, .la-hourglass-half:before {
    content: "\f252";
}

.la-hourglass-3:before, .la-hourglass-end:before {
    content: "\f253";
}

.la-hourglass:before {
    content: "\f254";
}

.la-hand-grab-o:before, .la-hand-rock-o:before {
    content: "\f255";
}

.la-hand-stop-o:before, .la-hand-paper-o:before {
    content: "\f256";
}

.la-hand-scissors-o:before {
    content: "\f257";
}

.la-hand-lizard-o:before {
    content: "\f258";
}

.la-hand-spock-o:before {
    content: "\f259";
}

.la-hand-pointer-o:before {
    content: "\f25a";
}

.la-hand-peace-o:before {
    content: "\f25b";
}

.la-trademark:before {
    content: "\f25c";
}

.la-registered:before {
    content: "\f25d";
}

.la-creative-commons:before {
    content: "\f25e";
}

.la-gg:before {
    content: "\f260";
}

.la-gg-circle:before {
    content: "\f261";
}

.la-tripadvisor:before {
    content: "\f262";
}

.la-odnoklassniki:before {
    content: "\f263";
}

.la-odnoklassniki-square:before {
    content: "\f264";
}

.la-get-pocket:before {
    content: "\f265";
}

.la-wikipedia-w:before {
    content: "\f266";
}

.la-safari:before {
    content: "\f267";
}

.la-chrome:before {
    content: "\f268";
}

.la-firefox:before {
    content: "\f269";
}

.la-opera:before {
    content: "\f26a";
}

.la-internet-explorer:before {
    content: "\f26b";
}

.la-tv:before, .la-television:before {
    content: "\f26c";
}

.la-contao:before {
    content: "\f26d";
}

.la-500px:before {
    content: "\f26e";
}

.la-amazon:before {
    content: "\f270";
}

.la-calendar-plus-o:before {
    content: "\f271";
}

.la-calendar-minus-o:before {
    content: "\f272";
}

.la-calendar-times-o:before {
    content: "\f273";
}

.la-calendar-check-o:before {
    content: "\f274";
}

.la-industry:before {
    content: "\f275";
}

.la-map-pin:before {
    content: "\f276";
}

.la-map-signs:before {
    content: "\f277";
}

.la-map-o:before {
    content: "\f278";
}

.la-map:before {
    content: "\f279";
}

.la-commenting:before {
    content: "\f27a";
}

.la-commenting-o:before {
    content: "\f27b";
}

.la-houzz:before {
    content: "\f27c";
}

.la-vimeo:before {
    content: "\f27d";
}

.la-black-tie:before {
    content: "\f27e";
}

.la-fonticons:before {
    content: "\f280";
}

.la-reddit-alien:before {
    content: "\f281";
}

.la-edge:before {
    content: "\f282";
}

.la-credit-card-alt:before {
    content: "\f283";
}

.la-codiepie:before {
    content: "\f284";
}

.la-modx:before {
    content: "\f285";
}

.la-fort-awesome:before {
    content: "\f286";
}

.la-usb:before {
    content: "\f287";
}

.la-product-hunt:before {
    content: "\f288";
}

.la-mixcloud:before {
    content: "\f289";
}

.la-scribd:before {
    content: "\f28a";
}

.la-pause-circle:before {
    content: "\f28b";
}

.la-pause-circle-o:before {
    content: "\f28c";
}

.la-stop-circle:before {
    content: "\f28d";
}

.la-stop-circle-o:before {
    content: "\f28e";
}

.la-shopping-bag:before {
    content: "\f290";
}

.la-shopping-basket:before {
    content: "\f291";
}

.la-hashtag:before {
    content: "\f292";
}

.la-bluetooth:before {
    content: "\f293";
}

.la-bluetooth-b:before {
    content: "\f294";
}

.la-percent:before {
    content: "\f295";
}

.la-gitlab:before {
    content: "\f296";
}

.la-wpbeginner:before {
    content: "\f297";
}

.la-wpforms:before {
    content: "\f298";
}

.la-envira:before {
    content: "\f299";
}

.la-universal-access:before {
    content: "\f29a";
}

.la-wheelchair-alt:before {
    content: "\f29b";
}

.la-question-circle-o:before {
    content: "\f29c";
}

.la-blind:before {
    content: "\f29d";
}

.la-audio-description:before {
    content: "\f29e";
}

.la-volume-control-phone:before {
    content: "\f2a0";
}

.la-braille:before {
    content: "\f2a1";
}

.la-assistive-listening-systems:before {
    content: "\f2a2";
}

.la-asl-interpreting:before, .la-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.la-deafness:before, .la-hard-of-hearing:before, .la-deaf:before {
    content: "\f2a4";
}

.la-glide:before {
    content: "\f2a5";
}

.la-glide-g:before {
    content: "\f2a6";
}

.la-signing:before, .la-sign-language:before {
    content: "\f2a7";
}

.la-low-vision:before {
    content: "\f2a8";
}

.la-viadeo:before {
    content: "\f2a9";
}

.la-viadeo-square:before {
    content: "\f2aa";
}

.la-snapchat:before {
    content: "\f2ab";
}

.la-snapchat-ghost:before {
    content: "\f2ac";
}

.la-snapchat-square:before {
    content: "\f2ad";
}

.la-pied-piper:before {
    content: "\f2ae";
}

.la-first-order:before {
    content: "\f2b0";
}

.la-yoast:before {
    content: "\f2b1";
}

.la-themeisle:before {
    content: "\f2b2";
}

.la-google-plus-circle:before, .la-google-plus-official:before {
    content: "\f2b3";
}

.la-fa:before, .la-font-awesome:before {
    content: "\f2b4";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.swiper-container {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform, height;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1000;
    pointer-events: none;
    opacity: 0;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper_btn {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

    .swiper_btn:before {
        display: block;
        font: 20px/28px 'FontAwesome';
        color: inherit;
    }

    .swiper_btn:hover {
        color: #6fcfb8;
    }

.swiper_btn__prev {
    padding: 0 1px 0 0;
    left: 0;
}

    .swiper_btn__prev:before {
     /*   content: '\f104';*/
    }

.swiper_btn__next {
    padding: 0 0 0 1px;
    right: 0;
}

    .swiper_btn__next:before {
       /* content: "\f0d7";*/
    }

.swiper_pagination {
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    z-index: 10;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .swiper_pagination span {
        width: 10px;
        height: 10px;
        display: inline-block;
        background: rgba(0, 0, 0, 0.5);
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
    }

        .swiper_pagination span ~ span {
            margin: 0 5px 0 0;
        }

        .swiper_pagination span:hover,
        .swiper_pagination .swiper-pagination-bullet-active {
            background: #6fcfb8;
        }

.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.btn {
    background: #6fcfb8;
    border: 1px solid #6fcfb8;
    color: white;
}

    .btn:active, .btn:focus, .btn:hover {
        background: #333333;
        border-color: #333333;
        color: white;
    }

.btn_alt {
    background-color: #333333;
    border-color: #333333;
    color: white;
}

    .btn_alt:active, .btn_alt:focus, .btn_alt:hover {
        background: #6fcfb8;
        border-color: #6fcfb8;
        color: white;
    }

.btn_inverted {
    background-color: transparent;
    border-color: #333333;
    color: white;
}

    .btn_inverted:before {
        background: #333333;
    }

    .btn_inverted:active, .btn_inverted:focus, .btn_inverted:hover {
        background: transparent;
        border-color: #333333;
        color: #333333;
    }

.btn[disabled] {
    background: rgba(0, 0, 0, 0.2);
    border-color: transparent;
    color: #333;
}

.money_new {
    color: #333333;
}

.page_wrapper {
    overflow: hidden;
}

.page_container {
    max-width: 2048px;
    margin: 0 auto;
}

.product_listing__main.layout__big_sb .item_2_1 {
    clear: left;
}

.product_listing__main.layout__medium_sb .item_3_1, .product_listing__main.layout__big .item_3_1 {
    clear: left;
}

.product_listing__main.layout__medium .item_4_1, .product_listing__main.layout__small_sb .item_4_1 {
    clear: left;
}

.product_listing__main.layout__small .item_6_1 {
    clear: left;
}

.product_listing__main.layout__small .product_badge {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 10px;
    top: 7px;
}

    .product_listing__main.layout__small .product_badge.new {
        left: 7px;
    }

    .product_listing__main.layout__small .product_badge.sale {
        right: 7px;
    }

.product_listing__main .product_item {
    margin: 25px 0 0 0;
/*    height: 420px;
    width: 100%;*/
}

    .product_listing__main .product_item:hover .quick_view_btn {
        opacity: 1;
    }

.product_listing__main .product_img {
    position: relative;
}

    .product_listing__main .product_img img {
        background: rgba(0, 0, 0, 0.04);
    }

    .product_listing__main .product_img .img_change {
        display: block;
        position: relative;
    }

    .product_listing__main .product_img .img__2 {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        opacity: 0;
    }



.product_listing__main .product_img .quick_view_btn {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.product_listing__main .product_badge {
    position: absolute;
    top: 20px;
    color: white;
    padding: 2px;
    width: 57px;
    height: 57px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
    font-size: 14px;
}

    .product_listing__main .product_badge.new {
        left: 20px;
        background: #333333;
    }

    .product_listing__main .product_badge.sale {
        right: 20px;
        background: #eb5757;
    }

.product_listing__main .product_name {
    padding: 20px 0 0 0;
}

.product_listing__main .product_desc {
    padding: 15px 0 0 0;
    display: none;
}

.product_listing__main .product_prop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_listing__main .product_price {
    padding-top: 10px;
}

.product_listing__main .product_color .color_options {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: baseline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ccc;
    border: 1px solid #ddd;
}

.product_listing__main .product_links {
    padding: 7px 0 0 0;
    display: flex;
}

    .product_listing__main .product_links form {
        display: inline-block;
    }

    .product_listing__main .product_links .add_to_cart_form {
        flex-grow: 1;
    }

    .product_listing__main .product_links .wishlist_btn, .product_listing__main .product_links .quick_view_btn {
        color: #bdbdbd;
        margin-right:10px;
        font-size:20px;
    }

        .product_listing__main .product_links .wishlist_btn:hover, .product_listing__main .product_links .quick_view_btn:hover {
            color: #6fcfb8;
        }

 /*   .product_listing__main .product_links .quick_view_btn {
        margin-left: 5px;
    }*/

    .product_listing__main .product_links .btn_options, .product_listing__main .product_links .btn-cart {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: color 0.4s ease-in-out;
        -moz-transition: color 0.4s ease-in-out;
        transition: color 0.4s ease-in-out;
        /*  font-family: Roboto;*/
        color: #383838;
    }

        .product_listing__main .product_links .btn_options i, .product_listing__main .product_links .btn-cart i {
       /*     margin-right: 5px;*/
            font-size:20px;
        }

        .product_listing__main .product_links .btn_options:hover, .product_listing__main .product_links .btn-cart:hover {
            color: #6fcfb8;
        }

.product_listing__list > div {
    width: 100%;
    float: none;
}

.product_listing__list .product_item {
    margin: 30px -15px 0 -15px;
}

.product_listing__list .product_img {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.product_listing__list .product_info {
    width: 75%;
    float: left;
    padding: 0 15px;
}

.product_listing__list .product_name {
    padding: 0;
}

.product_listing__list .product_desc__long {
    display: block;
}

.mobile .product_listing__main .quick_view_btn, .tablet .product_listing__main .quick_view_btn {
    /*display: none !important;*/
}

#product_listing__sorted {
    position: relative;
}

    #product_listing__sorted.loader_on:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f9fafc;
        z-index: 20;
        text-align: center;
    }

.collection_listing__main .collection_item {
    margin: 30px 0 0 0;
}

    .collection_listing__main .collection_item .layer_1 {
        margin: 0 0 20px 0;
    }

    .collection_listing__main .collection_item .img_placeholder__wrap {
        background-color: rgba(0, 0, 0, 0.04);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: background-color 0.4s ease-in-out;
        -moz-transition: background-color 0.4s ease-in-out;
        transition: background-color 0.4s ease-in-out;
    }

    .collection_listing__main .collection_item .collection_title {
        display: block;
        font-size: 18px;
        color: black;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: color 0.4s ease-in-out;
        -moz-transition: color 0.4s ease-in-out;
        transition: color 0.4s ease-in-out;
        text-transform: uppercase;
        font-weight: bold;
    }

    .collection_listing__main .collection_item .collection_products {
        display: block;
        padding: 10px 0 0 0;
        color: #bdbdbd;
    }

.collection_listing__main .second .collection_title {
    color: #6fcfb8;
}

.collection_listing__main .second .flexible_block__overlay:hover .collection_title {
    color: black;
}

.collection_listing__main .flexible_block__normal:hover .collection_title {
    color: #6fcfb8;
}

.collection_listing__main .flexible_block__normal:hover .img_placeholder__wrap {
    background-color: rgba(0, 0, 0, 0.1);
}

.collection_listing__main .flexible_block__overlay .layer_1 {
    margin: 0;
}

.collection_listing__main .flexible_block__overlay .layer_2 {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.collection_listing__main .flexible_block__overlay a {
    height: 100%;
    display: block;
}

.collection_listing__main .flexible_block__overlay .collection_title {
    max-width: 50%;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}

.collection_listing__main .flexible_block__overlay .collection_products {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -30px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: bottom 0.4s ease-in-out;
    -moz-transition: bottom 0.4s ease-in-out;
    transition: bottom 0.4s ease-in-out;
    color: white;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.collection_listing__main .flexible_block__overlay:hover .collection_products {
    bottom: 15px;
}

.collection_listing__main .flexible_block__overlay:hover .collection_title {
    color: #6fcfb8;
}

.collection_listing__main .item_4_1 {
    clear: left;
}

.breadcrumbs {
    padding: 0 0 26px 0;
}

    .breadcrumbs ul {
        font-size: 0;
        line-height: 0;
    }

    .breadcrumbs li {
        display: inline-block;
        padding: 27px 10px 0 0;
    }

        .breadcrumbs li ~ li:before {
            content: '\f105';
            margin: 0 10px 0 0;
            font: 14px/1em "FontAwesome";
        }

    .breadcrumbs a,
    .breadcrumbs span {
        font-size: 14px;
        line-height: 1em;
    }

    .breadcrumbs span {
        text-transform: capitalize;
    }

.button_filters {
    margin: 20px 0;
}

    .button_filters ul {
        font-size: 0;
    }

    .button_filters li {
        display: inline-block;
        margin: 10px 10px 0 0;
    }

    .button_filters a {
        display: block;
        padding: 7px 10px;
        background: rgba(0, 0, 0, 0.1);
        font-size: 14px;
        text-transform: capitalize;
    }

    .button_filters .active a {
        background: black;
        color: white;
    }

.pagination {
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0 10px;
}

    .pagination p {
        float: left;
        height: 40px;
        line-height: 40px;
    }

    .pagination ul {
        float: right;
    }

    .pagination li {
        display: inline-block;
        font-size: 0;
        line-height: 0;
    }

        .pagination li ~ li {
            padding: 0 0 0 10px;
        }

    .pagination a,
    .pagination span {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .pagination .pagination_prev i {
        margin: 0 5px 0 0;
    }

    .pagination .pagination_next i {
        margin: 0 0 0 5px;
    }

    .pagination .pagination_current span {
        font-weight: bold;
    }

.blog_pagination {
    text-align: right;
    margin-top: 0;
}

    .blog_pagination span {
        margin-right: 5px;
    }

    .blog_pagination .current {
        color: #6fcfb8;
    }

.img_placeholder__wrap {
    overflow: hidden;
    background: white;
    position: relative;
}

.img_placeholder {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    fill: rgba(255, 255, 255, 0.25);
}

.flexible_block .img_placeholder__wrap {
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.flexible_block .img_placeholder__small {
    padding: 56.25% 0 0 0;
}

.flexible_block .img_placeholder__medium {
    padding: 94.45% 0 0 0;
}

.flexible_block .img_placeholder__large {
    padding: 133.333333% 0 0 0;
}

.flexible_block__overlay {
    position: relative;
}

    .flexible_block__overlay .layer_2 {
        padding: 15px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .flexible_block__overlay .layer_2 > div {
            width: 100%;
        }

.quantity_box {
    height: 20px;
    position: relative;
    width: 100px;
    display: inline-block;
}

    .quantity_box input {
        width: 26px;
        height: 24px;
        display: inline-block;
        padding: 0;
        background: none;
        border: 1px solid #f0f0f0 !important;
        font-size: 15px;
        text-align: center;
        line-height: 21px;
        background: white;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .quantity_box span {
        width: 26px;
        height: 24px;
        border: 1px solid #f0f0f0;
        text-align: center;
        cursor: pointer;
        display: inline-block;
    }

        .quantity_box span i {
            font-size: 14px;
            line-height: 22px;
        }

    .quantity_box .quantity_down, .quantity_box .quantity_up {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

        .quantity_box .quantity_down:hover, .quantity_box .quantity_up:hover {
            color: #6fcfb8;
        }

    .quantity_box .btn {
        width: 100%;
        height: 50px;
        display: block;
        padding: 0 10px;
        line-height: 50px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.social_sharing_block {
    padding: 10px 0 0 0;
    font-size: 0;
}

    .social_sharing_block a {
        width: 36px;
        height: 36px;
        display: inline-block;
        margin: 10px 10px 0 0;
        background: #6fcfb8;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: white;
    }

        .social_sharing_block a:hover {
            background: #333333;
        }

#back_top {
    width: 50px;
    height: 50px;
    display: block;
    background: rgba(111, 207, 184, 0.5);
    font: 20px/47px 'FontAwesome';
    color: white;
    text-align: center;
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
}

    #back_top:hover {
        background: #6fcfb8;
    }

.linklist_menu_item .linklist_title {
    position: relative;
    /*padding-right: 30px; */
}

.linklist_menu_item .menu_trigger {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -15px;
    cursor: pointer;
    display: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.linklist_menu_item.open .menu_trigger {
    transform: rotate(180deg);
}

.tab_content_wrapper .tab_content {
    position: relative;
}

.tab_content_wrapper .tab_item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

    .tab_content_wrapper .tab_item.active {
        position: relative;
        display: block;
    }

.tab_content_wrapper .element_text {
    color: #383838;
}

header {
    background: #f9fafc;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

    header.megamenu_stuck {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
    }

        header.megamenu_stuck .top_pannel {
            display: none;
        }

.header_wrap_0 .banner_text {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px;
}

    .header_wrap_0 .banner_text h3 {
        color: white;
        font-weight: 300;
        font-size: 24px;
    }

        .header_wrap_0 .banner_text h3 b {
            font-weight: 700;
        }

    .header_wrap_0 .banner_text h4 {
        font-weight: 300;
        font-size: 21px;
        line-height: 1.2em;
        color: white;
    }

    .header_wrap_0 .banner_text .btn {
        background: white;
        padding: 12px 24px;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 12px;
        color: black;
        text-align: left;
        font-weight: 700;
        white-space: nowrap;
    }

    /*    .header_wrap_0 .banner_text .btn:hover {
            background: black;
            color: white;
        }*/

.top_pannel {
    color: #bdbdbd;
    border-bottom: 1px solid rgba(240, 240, 240, 0.4);
}

    .top_pannel a {
        color: #bdbdbd;
    }

        .top_pannel a:hover {
            color: #6fcfb8;
        }

    .top_pannel.inverted {
        color: white;
    }

        .top_pannel.inverted a {
            color: white;
        }

            .top_pannel.inverted a:hover {
                color: #6fcfb8;
            }

        .top_pannel.inverted #search_result_container a {
            color: #383838;
        }

            .top_pannel.inverted #search_result_container a:hover {
                color: #6fcfb8;
            }

        .top_pannel.inverted #currency_selector li {
            color: #383838;
        }

            .top_pannel.inverted #currency_selector li:hover {
                color: #6fcfb8;
            }

    .top_pannel .container {
        display: flex;
        justify-content: space-between;
    }

.header_wrap1 {
    padding: 18px 0;
    color: #bdbdbd;
}

    .header_wrap1 .header_main_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

/*    .header_wrap1 a, .header_wrap1_btn {
        color: #bdbdbd;
    }

    .header_wrap1 a:hover, .header_wrap1_btn:hover {
        color: #6fcfb8;
    }*/

    .header_wrap1.inverted {
        color: white;
    }

        .header_wrap1.inverted .megamenu_desktop .level_1__link {
            color: white;
        }

        .header_wrap1.inverted .header_cart .cart_link, .header_wrap1.inverted .header_cart b {
            color: white;
        }

        .header_wrap1.inverted #megamenu_mobile_toggle {
            color: white;
        }

.header_left {
    /* margin-left: 7%; */
    float: right;
    width: 20%;
    /* margin-top: 8px; */
    display: flex;
    text-align: center;
    align-items: center;
    height: 100%;
}

.header_center {
    flex-grow: 2;
}

.header_right {
    text-align: right;
    margin-right: 7%;
}

    .header_right select {
        vertical-align: middle;
    }

.top_pannel_text {
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px 0;
    /*letter-spacing: 0.1em;*/
    font-weight: bold;
}

.header_logo {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}

    .header_logo .logo_slogan {
        display: block;
        font-size: 12px;
        line-height: 1em;
        text-transform: none;
    }

.header_search {
    height: 39px;
    /* height: 39px; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* margin: 0 15px 0 0; */
    /* position: absolute; */
    width: 50%;
    float: left;
}

    .header_search .search_toggle {
        line-height: 39px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        /* letter-spacing: 0.1em;*/
    }

        .header_search .search_toggle .la-search {
            margin-right: 5px;
        }

        .header_search .search_toggle:hover {
            color: #6fcfb8;
        }

        .header_search .search_toggle.open .la-times {
            display: inline-block;
        }

    .header_search .la-times {
        display: none;
        margin-left: 10px;
        color: red;
    }

    .header_search .search_form {
        /*  position: absolute;
        top: 0;
        left: 25px;
        overflow: hidden;
        float:right;
        display:block;*/
        /* position: absolute; */
        top: 0;
        /* left: 25px; */
        /* overflow: hidden; */
        /* float: right; */
        /* display: block; */
        float: left;
        height: 39px;
        width:100%;
    }

    .header_search input {
        width: 300px;
        display: block;
        padding-right: 34px;
        height: 40px;
    }

    .header_search button {
        /*   width: 34px;
        height: 39px;
        color: #000;
        position: absolute;
        right: 0;
        top: 0;*/

        width: 34px;
        height: 39px;
        color: #000;
        position: relative;
        /* right: -30px; */
        top: -39px;
        /* float: left; */
        /* left: 89px; */
        /* right: 49px;*/
    }

        .header_search button:hover {
            color: #888;
        }

    .header_search #search_result_container {
        position: absolute;
        right: 20px;
        top: 100%;
        border: 1px solid #f0f0f0;
        background: white;
        opacity: 0;
        width: 500px;
        z-index: 100;
        padding: 15px;
        visibility: hidden;
    }

        .header_search #search_result_container.active {
            opacity: 1;
            visibility: visible;
        }

        .header_search #search_result_container .search_results__img {
            display: block;
        }

        .header_search #search_result_container li {
            display: flex;
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f0;
        }

            .header_search #search_result_container li:last-child {
                border-bottom: none;
            }

            .header_search #search_result_container li.centred a {
                margin: 0 auto;
            }

        .header_search #search_result_container .desk {
            flex-grow: 2;
            padding-left: 15px;
        }

.header_account {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

    .header_account a {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .header_account a + a {
            margin-left: 15px;
        }

.header_wishlist {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    /*letter-spacing: 0.1em;*/
        margin-right: 29px;
    }

    .header_wishlist i {
        margin-right: 5px;
    }

.header_cart {
    position: relative;
}

    .header_cart i {
        margin-right: 5px;
        font-size:35px;
    }

    .header_cart b {
        text-transform: uppercase;
        color: #6fcfb8;
        /*letter-spacing: 0.1em; */
    }

    .header_cart #cart_content_box {
        border: 1px solid #f0f0f0;
        /*padding: 10px 40px;*/
        background: white;
        z-index: 110;
        width: 500px;
        text-align: left;
        position: relative;
        color: #383838;
    }

        .header_cart #cart_content_box .cart_items {
            display: flex;
            width: 100%;
            margin-bottom: 15px;
            padding: 30px 0;
            border-bottom: 1px solid #F9FAFC;
            list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
        }

        .header_cart #cart_content_box .item_desc {
            flex-grow: 2;
            padding: 0 0 15px 15px;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            color: #383838;
        }

            .header_cart #cart_content_box .item_desc .product_title {
                display: block;
                width: 100%;
                color: #383838;
            }

                .header_cart #cart_content_box .item_desc .product_title:hover {
                    color: #6fcfb8;
                }

            .header_cart #cart_content_box .item_desc .product_quantity {
                margin-left: 10px;
            }

        .header_cart #cart_content_box .cart_total b {
            font-size: 14px;
            vertical-align: bottom;
            text-transform: none;
            color: #383838;
            margin-right: 5px;
        }

        .header_cart #cart_content_box .cart_total .money {
            font-weight: bold;
            font-size: 24px;
            color: #6fcfb8;
        }

        .header_cart #cart_content_box .box_footer {
            display: flex;
            padding: 10px 0;
            align-items: center;
        }

            .header_cart #cart_content_box .box_footer .cart_clear {
                flex-grow: 2;
                text-align: right;
                padding: 0 10px;
            }

        .header_cart #cart_content_box .cart_link, .header_cart #cart_content_box .cart_url {
            color: white;
        }

        .header_cart #cart_content_box .item_remove_btn {
            position: absolute;
            bottom: 0;
            right: 0;
            cursor: pointer;
            color: #6fcfb8;
        }

            .header_cart #cart_content_box .item_remove_btn:hover {
                color: #333333;
            }

    .header_cart:hover .cart_content_wrap {
        display: block;
    }

    .header_cart .cart_content_wrap {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
     /*   overflow-y: scroll;*/
        max-height: 80vh;
        color: #383838;
    }

    .header_cart .cart_content_preloader {
        position: absolute;
        left: 1px;
        top: 1px;
        bottom: 1px;
        right: 1px;
        opacity: 1;
        z-index: 111;
        background-color: white;
    }

        .header_cart .cart_content_preloader .global_loader {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: url(../images/cart_loader.webp) center center no-repeat;
        }

        .header_cart .cart_content_preloader.off {
            opacity: 0;
            z-index: -1;
        }

.template-cart #cart_content_box {
    display: none;
}

.currency_selector {
    display: inline-block;
}

.currency_selector__label {
    margin: 0 5px 0 0;
    line-height: 34px;
}

.currency_selector__wrap {
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 130;
    cursor: pointer;
}

#currency_active {
    width: 100px;
    height: 34px;
    display: inline-block;
    padding: 0 5px;
    padding-left: 0px;
    line-height: 32px;
    position: relative;
    z-index: 10;
    font-size: 14px;
    font-weight: bold;
    /* letter-spacing: 0.1em;*/
}

    #currency_active:after {
        content: '\f107';
        font: 14px/1em 'FontAwesome';
        margin-left: 3px;
        display: inline-block;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    #currency_active.opened:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #currency_active:hover {
        color: #6fcfb8;
    }

#currency_selector {
    position: absolute;
    /*right: 0;*/
    left: 0;
    width: max-content;
    top: 100%;
    z-index: 1;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

    #currency_selector li {
        padding: 10px;
        background: white;
        border: 1px solid #f0f0f0;
        /* border-width: 0 1px 1px 1px;*/
        text-align: center;
    }

        #currency_selector li:hover {
            color: #6fcfb8;
        }

        #currency_selector li form button {
            color: #bdbdbd;
        }

            #currency_selector li form button:hover {
                color: #6fcfb8;
            }

    #currency_selector.opened {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

.megamenu_desktop h2 {
    display: none;
}

.megamenu_desktop ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.megamenu_desktop .level_1 {
    font-size: 0;
    display: flex;
   /* justify-content: space-around;*/
}

.megamenu_desktop .level_1__item {
    display: inline-block;
    font-size: 14px;
}

    .megamenu_desktop .level_1__item {/* ~ .level_1__item {*/
        margin: 0 0 0 50px;
    }

.megamenu_desktop .level_1__link {
    height: 34px;
    display: block;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
    /*letter-spacing: 0.1em; */
}

    .megamenu_desktop .level_1__link:hover, .megamenu_desktop .level_1__link.active {
        color: #6fcfb8;
    }

.megamenu_desktop .level_2 {
    text-align: left;
    position: absolute;
    left: 50%;
    /*right: 50%;*/
    top: 100%;
    z-index: 99;
    display: none;
}

    .megamenu_desktop .level_2 h3 {
        display: none;
        text-transform: uppercase;
    }

        .megamenu_desktop .level_2 h3.visible {
            display: block;
        }

    .megamenu_desktop .level_2 h4 {
        font-size: 14px;
        font-weight: bold;
        padding: 7px 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

    .megamenu_desktop .level_2 a:hover h4 {
        color: #6fcfb8;
    }

    .megamenu_desktop .level_2 .container {
        overflow: hidden;
        margin: 0 0 0 -585px;
        padding: 30px 15px;
        background: white;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    }

    .megamenu_desktop .level_2 .megamenu_col__item {
        float: left;
        padding: 0 15px;
    }

        .megamenu_desktop .level_2 .megamenu_col__item img {
            margin-top: 10px;
        }

        .megamenu_desktop .level_2 .megamenu_col__item.align_center {
            text-align: center;
        }

            .megamenu_desktop .level_2 .megamenu_col__item.align_center .level_3 {
                display: inline-block;
            }

    .megamenu_desktop .level_2 .level_3 {
        text-align: right;
    }

    .megamenu_desktop .level_2 .with_ul {
        position: relative;
    }

        .megamenu_desktop .level_2 .with_ul:after {
            content: '\f105';
            font: 10px/1em 'FontAwesome';
            position: absolute;
            right: 0;
            bottom: 5px;
            color: #383838;
        }

    .megamenu_desktop .level_2 .level_3__item {
        position: relative;
    }

    .megamenu_desktop .level_2 .level_3__link {
        position: relative;
    }

        .megamenu_desktop .level_2 .level_3__link span.badge {
            position: absolute;
            top: -7px;
            left: calc(100% + 20px);
            display: block;
            padding: 0 5px;
            background: #333333;
            color: white;
            font-size: 8px;
            height: 16px;
            text-transform: uppercase;
            line-height: 16px;
        }

            .megamenu_desktop .level_2 .level_3__link span.badge:before {
                content: '';
                position: absolute;
                right: 100%;
                top: 0;
                width: 0;
                height: 0;
                border: 8px solid transparent;
                border-right-color: #333333;
            }

            .megamenu_desktop .level_2 .level_3__link span.badge.badge_hot {
                background: red;
            }

                .megamenu_desktop .level_2 .level_3__link span.badge.badge_hot:before {
                    border-right-color: red;
                }

    .megamenu_desktop .level_2 .level_3_2 {
        position: absolute;
        top: 0;
        left: 147px;
        background: white;
        padding: 5px 20px 15px;
        width: 160px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    }

        .megamenu_desktop .level_2 .level_3_2.left_side {
            left: auto;
            right: 147px;
        }

    .megamenu_desktop .level_2 .level_3_2_item {
        padding: 10px 0 0 0;
        position: relative;
    }

    .megamenu_desktop .level_2 .level_3_3 {
        position: absolute;
        top: 0;
        left: 137px;
        background: white;
        padding: 5px 20px 15px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        width: 160px;
        z-index: 1;
    }

        .megamenu_desktop .level_2 .level_3_3.left_side {
            left: auto;
            right: 137px;
        }

    .megamenu_desktop .level_2 .level_3_3_item {
        padding: 10px 0 0 0;
    }

.megamenu_desktop .level_2__small {
    position: relative;
}

    .megamenu_desktop .level_2__small .level_2 {
        right: 0;
        left: auto;
        top: 50px;
    }

    .megamenu_desktop .level_2__small div {
        min-width: 170px;
        padding: 10px 20px 20px 20px;
        background: white;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    }

    .megamenu_desktop .level_2__small .level_3__item {
        padding: 10px 0 0 0;
    }

.megamenu_desktop .level_2__links .megamenu_col__item {
    width: 25%;
}

.megamenu_desktop .level_2__links h3 {
    margin: 0;
    font-size: 18px;
}

.megamenu_desktop .level_2__links .level_3 {
    margin: 15px 0 0 0;
}

.megamenu_desktop .level_2__links .level_3__item {
    margin: 5px 0 0 0;
}

.megamenu_desktop .level_2__products .megamenu_col__item {
    width: 25%;
}

.megamenu_desktop .level_2__products .product_info {
    position: absolute;
    bottom: -100%;
    left: 15px;
    right: 15px;
    padding: 10px;
    background: white;
    border: 1px solid #f0f0f0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: bottom 0.4s ease-in-out;
    -moz-transition: bottom 0.4s ease-in-out;
    transition: bottom 0.4s ease-in-out;
}

.megamenu_desktop .level_2__products .product_name {
    font-size: 14px;
}

.megamenu_desktop .level_2__products .product_price {
    margin: 5px 0 0 0;
}

.megamenu_desktop .level_2__products .money {
    margin: 0 5px 0 0;
    font-size: 16px;
}

.megamenu_desktop .level_2__products .money_sale {
    font-size: 12px;
}

.megamenu_desktop .level_2__products .product {
    position: relative;
    overflow: hidden;
}

    .megamenu_desktop .level_2__products .product:hover .product_info {
        bottom: 15px;
    }

.megamenu_desktop .level_2__blog .megamenu_col__item {
    width: 33.33333333%;
    position: relative;
}

.megamenu_desktop .level_2__blog .blog_info {
    position: absolute;
    top: 10px;
    right: 15px;
    left: 15px;
    bottom: 0;
}

.megamenu_desktop .level_2__blog .blog_img {
    margin: 0 0 15px 0;
}

.megamenu_desktop .level_2__blog .blog_date {
    font-size: 12px;
    position: absolute;
    top: 25px;
    left: 30px;
    background: white;
    text-align: center;
    padding: 0 10px;
    color: #383838;
}

    .megamenu_desktop .level_2__blog .blog_date span {
        display: block;
        font-size: 18px;
    }

.megamenu_desktop .level_2__blog .blog_title {
    margin: 10px 0 0 0;
    font-size: 14px;
    padding: 10px 10px;
    background: white;
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 30px;
}

    .megamenu_desktop .level_2__blog .blog_title a {
        color: #383838;
    }

        .megamenu_desktop .level_2__blog .blog_title a:hover {
            color: #6fcfb8;
        }

.megamenu_mobile {
    text-align: right;
}

    .megamenu_mobile h2 {
        display: inline-block;
        overflow: hidden;
        margin: 0;
        font-size: 20px;
        cursor: pointer;
    }

        .megamenu_mobile h2 i {
            margin: 0 5px 0 0;
        }

    .megamenu_mobile .megamenu_trigger {
        width: 22px;
        height: 22px;
        display: block;
        margin: -11px 0 0 0;
        position: absolute;
        right: 0;
        top: 50%;
        cursor: pointer;
    }

        .megamenu_mobile .megamenu_trigger:before {
            content: '';
            width: 100%;
            height: 4px;
            margin: -2px 0 0 0;
            background: #999999;
            position: absolute;
            left: 0;
            top: 50%;
        }

        .megamenu_mobile .megamenu_trigger:after {
            content: '';
            width: 4px;
            height: 100%;
            margin: 0 0 0 -2px;
            background: #999999;
            position: absolute;
            left: 50%;
            top: 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: height 0.2s ease-in-out, top 0.2s ease-in-out;
            -moz-transition: height 0.2s ease-in-out, top 0.2s ease-in-out;
            transition: height 0.2s ease-in-out, top 0.2s ease-in-out;
        }

        .megamenu_mobile .megamenu_trigger.active:after {
            height: 0;
            top: 50%;
        }

    .megamenu_mobile .container {
        width: 100%;
        padding: 0;
    }

    .megamenu_mobile #megamenu_level__1 {
        width: 70%;
        overflow-y: scroll;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1000;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

        .megamenu_mobile #megamenu_level__1.on {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .megamenu_mobile #megamenu_mobile_close {
        width: 30%;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 150;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

        .megamenu_mobile #megamenu_mobile_close .close_icon {
            width: 40px;
            height: 40px;
            margin: -20px 0 0 -20px;
            position: absolute;
            top: 50%;
            left: 50%;
        }

            .megamenu_mobile #megamenu_mobile_close .close_icon:before {
                content: '';
                width: 100%;
                height: 2px;
                margin: -1px 0 0 0;
                background: white;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .megamenu_mobile #megamenu_mobile_close .close_icon:after {
                content: '';
                width: 100%;
                height: 2px;
                margin: -1px 0 0 0;
                background: white;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .megamenu_mobile #megamenu_mobile_close.on {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .megamenu_mobile .level_1 {
        padding: 30px;
        background: white;
    }

    .megamenu_mobile .level_1__item ~ .level_1__item {
        border-top: 2px solid rgba(0, 0, 0, 0.15);
    }

    .megamenu_mobile .level_1__link {
        display: block;
        padding: 12px 35px 12px 0;
        font-size: 18px;
        line-height: 1em;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
    }

    .megamenu_mobile .level_2 {
        display: none;
    }

    .megamenu_mobile .level_2__small .level_3 li {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .megamenu_mobile .level_2__small .level_3_2, .megamenu_mobile .level_2__small .level_3_3 {
        display: none;
        list-style: disk;
    }

    .megamenu_mobile .level_2__small .level_3__link {
        display: block;
        padding: 7px 0 7px 15px;
        font-size: 16px;
        font-weight: bold;
    }

    .megamenu_mobile .level_2__small .level_3_2_link {
        display: block;
        padding: 7px 0 7px 25px;
        font-size: 16px;
        font-weight: normal;
    }

    .megamenu_mobile .level_2__small .level_3_3_link {
        display: block;
        padding: 5px 0 5px 35px;
        font-size: 16px;
        font-weight: lighter;
    }

    .megamenu_mobile .level_2__links .megamenu_col__item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .megamenu_mobile .level_2__links h3 {
        padding: 12px 35px 12px 15px;
        font-size: 18px;
        line-height: 1em;
        position: relative;
    }

    .megamenu_mobile .level_2__links h4 {
        padding: 5px 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .megamenu_mobile .level_2__links img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .megamenu_mobile .level_2__links .level_2__trigger {
        opacity: .4;
    }

    .megamenu_mobile .level_2__links .level_3 {
        display: none;
    }

    .megamenu_mobile .level_2__links .level_3__link {
        display: block;
        padding: 7px 0 7px 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 14px;
        position: relative;
    }

        .megamenu_mobile .level_2__links .level_3__link span.badge {
            position: absolute;
            top: 0;
            right: -10px;
            display: block;
            padding: 0 5px;
            background: #333333;
            color: white;
            font-size: 8px;
            height: 16px;
            text-transform: uppercase;
            line-height: 16px;
        }

            .megamenu_mobile .level_2__links .level_3__link span.badge:before {
                content: '';
                position: absolute;
                right: 100%;
                top: 0;
                width: 0;
                height: 0;
                border: 8px solid transparent;
                border-right-color: #333333;
            }

            .megamenu_mobile .level_2__links .level_3__link span.badge.badge_hot {
                background: red;
            }

                .megamenu_mobile .level_2__links .level_3__link span.badge.badge_hot:before {
                    border-right-color: red;
                }

    .megamenu_mobile .level_2__links a:hover h4 {
        color: #6fcfb8;
    }

    .megamenu_mobile .level_2__products .megamenu_col__item {
        overflow: hidden;
        padding: 15px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .megamenu_mobile .level_2__products .product_img {
        width: 140px;
        float: left;
        margin: 0 15px 0 0;
    }

    .megamenu_mobile .level_2__products .product_name {
        line-height: 1em;
    }

    .megamenu_mobile .level_2__products .product_price {
        margin: 10px 0 0 0;
    }

    .megamenu_mobile .level_2__blog .megamenu_col__item {
        overflow: hidden;
        padding: 15px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .megamenu_mobile .level_2__blog .blog_img {
        width: 140px;
        float: left;
        margin: 0 15px 0 0;
    }

    .megamenu_mobile .level_2__blog .blog_date {
        font-size: 12px;
        line-height: 1em;
    }

    .megamenu_mobile .level_2__blog .blog_title {
        margin: 10px 0 0 0;
        font-size: 16px;
    }

    .megamenu_mobile .level_2__blog .blog_content,
    .megamenu_mobile .level_2__blog .blog_btn {
        display: none;
    }

footer {
    margin: 50px 0 0 0;
    border-top: 1px solid #f0f0f0;
}

    footer.inverted .footer_row__1, footer .bottom_inverted {
        color: white;
    }

        footer.inverted .footer_row__1 h3, footer.inverted .footer_row__1 .about_text, footer.inverted .footer_row__1 .footer_wrap_1, footer .bottom_inverted h3, footer .bottom_inverted .about_text, footer .bottom_inverted .footer_wrap_1 {
            color: white;
        }

        footer.inverted .footer_row__1 a, footer .bottom_inverted a {
            color: white;
        }

            footer.inverted .footer_row__1 a:hover, footer .bottom_inverted a:hover {
                color: #6fcfb8;
            }

        footer.inverted .footer_row__1 input, footer .bottom_inverted input {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
        }

        footer.inverted .footer_row__1 .btn:hover, footer .bottom_inverted .btn:hover {
            color: #6fcfb8;
            border-color: #6fcfb8;
        }

    footer .footer_row__1 {
        margin: 0 0 10px 0;
    }

/*    footer .footer_main {
        display: flex;
    }

    footer .footer_block {
        display: flex;
    }*/



    footer .footer_item {
        margin: 32px 0 0 0;
        width: 100%;
    }

        footer .footer_item h3 {
            margin: 0;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: bold;
            /*letter-spacing: 0.1em;*/
            color: #bdbdbd;
        }

        footer .footer_item.with_bg {
            padding: 30px;
        }

    footer .footer_item__links ul {
        padding: 13px 0 0 0;
    }

    footer .footer_item__links li {
        padding: 7px 0 0 0;
        font-size: 12px;
    }

    footer .footer_item__contacts a, footer .footer_item__contacts p {
        position: relative;
        padding-left: 35px;
        margin: 10px 0 0 0;
    }

    footer .footer_item__contacts a {
        display: block;
    }

    footer .footer_item__contacts i {
        font-size: 18px;
        color: #6fcfb8;
        position: absolute;
        top: 0;
        left: 0;
    }

    footer .footer_item__about img {
        margin-top: 10px;
    }

    footer .footer_item__about .about_text {
        color: #383838;
    }

    footer .footer_item__twitter iframe {
        vertical-align: top;
        border: 1px solid #f0f0f0 !important;
    }

    footer .footer_item__newsletter .alert,
    footer .footer_item__newsletter .errors {
        margin: 15px 0 0 0;
    }

    footer .footer_item__newsletter .alert-success {
        display: none;
    }

    footer .footer_item__newsletter p {
        margin: 15px 0 0 0;
    }

    footer .footer_item__newsletter .form_wrapper {
        margin: 27px 0 0 0;
        position: relative;
    }

    footer .footer_item__newsletter .newsletter_form__mailchimp form {
        position: relative;
    }

    footer .footer_item__newsletter input {
        padding-right: 34px;
        height: 47px;
    }

    footer .footer_item__newsletter button {
        margin-top: 30px;
        font-size: 16px;
        padding: 12px 18px;
    }

    footer .footer_item__newsletter .social_wrap {
        margin: 15px 0 0 0;
    }

        footer .footer_item__newsletter .social_wrap .social_title {
            margin: 25px 0 15px;
        }

        footer .footer_item__newsletter .social_wrap ul {
            font-size: 0;
        }

        footer .footer_item__newsletter .social_wrap li {
            display: inline-block;
            vertical-align: top;
            padding: 7px 7px 0 0;
        }

        footer .footer_item__newsletter .social_wrap a {
            width: 40px;
            height: 40px;
            display: block;
            vertical-align: top;
            overflow: hidden;
            background: rgba(0, 0, 0, 0.05);
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        footer .footer_item__newsletter .social_wrap i {
            font-size: 23px;
            line-height: 40px;
        }

    footer .footer_banner {
        width: 100%;
        position: relative;
        height: 397px;
        background-position: 50% 0;
    }

        footer .footer_banner .banner_text {
            position: absolute;
            top: 20%;
            left: 43%;
            width: 57%;
            height: 60%;
            display: flex;
            justify-content: space-around;
            align-items: flex-start;
            flex-direction: column;
            text-align: left;
        }

            footer .footer_banner .banner_text h3 {
                color: white;
                font-weight: 300;
                font-size: 33px;
                padding-bottom: 20px;
            }

                footer .footer_banner .banner_text h3 b {
                    font-weight: 700;
                }

            footer .footer_banner .banner_text h4 {
                font-weight: 300;
                font-size: 16px;
                color: white;
            }

            footer .footer_banner .banner_text .btn {
                background: white;
                padding: 12px 44px;
                text-transform: uppercase;
                font-size: 12px;
                border-radius: 12px;
                color: black;
                text-align: left;
                font-weight: 700;
                white-space: nowrap;
                margin-top: 30px;
            }

                footer .footer_banner .banner_text .btn:hover {
                    background: black;
                    color: white;
                }

    footer .footer_row__2 {
        overflow: hidden;
        margin-top: 25px;
    }

    footer .footer_wrap_1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #383838;
    }

    footer .footer_wrap_2 {
        width: 50%;
    }

    footer .footer_left {
        padding: 15px 10px 15px 0;
    }

    footer .footer_right {
        padding: 0 0 15px 10px;
        text-align: right;
    }

    footer .footer_center {
        padding: 15px;
        text-align: center;
        width: 100%;
    }

    footer .footer_payments {
        font-size: 0;
    }

        footer .footer_payments li {
            display: inline-block;
            padding: 15px 0 0 15px;
        }

        footer .footer_payments i {
            vertical-align: top;
            font-size: 28px;
            line-height: 1em;
            cursor: default;
        }

    .template-index footer {
        margin-top: 0;
        border-top: none;
    }

    .section_homepage {
        margin: 30px 0;
    }

        .section_homepage .section_heading {
            margin: 0;
            font-size: 18px;
            text-transform: uppercase;
            padding: 10px 30px;
            font-weight: bold;
            /*letter-spacing: 0.1em;*/
            background-color: rgba(0, 0, 0, 0);
            text-align: center;
        }

    .section_blog-articles .with_background {
        padding: 20px 30px;
    }

    .section_blog-articles .section_heading {
        padding-bottom: 0;
    }

    .section_blog-articles .layer_1 .img_placeholder__wrap {
        background-size: cover;
    }

    .section_blog-articles .layer_1 .img_placeholder__medium {
        padding: 83.245% 0 0;
    }

    .section_blog-articles .article_item {
        margin: 25px 0 0 0;
    }

    .section_blog-articles .article_date {
        display: none;
        font-size: 9px;
        text-align: center;
        padding: 4px 14px;
        background: white;
    }

        .section_blog-articles .article_date span {
            display: block;
            font-size: 18px;
        }

    .section_blog-articles .article_info {
        margin: 0 0 10px 0;
        font-size: 12px;
    }

    .section_blog-articles .article_title {
        font-size: 18px;
    }

    .section_blog-articles .article_content {
        margin: 10px 0 0 0;
    }

    .section_blog-articles .article_btn {
        margin: 15px 0 0 0;
    }

    .section_blog-articles .flexible_block__normal .layer_1 {
        margin: 0 0 15px 0;
    }

    .section_blog-articles .flexible_block__normal .img_placeholder__empty {
        display: none;
    }

    .section_blog-articles .flexible_block__overlay .layer_2 {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .section_blog-articles .flexible_block__overlay .article_info {
        display: none;
    }

    .section_blog-articles .flexible_block__overlay .article_date {
        display: inline-block;
    }

    .section_blog-articles .flexible_block__overlay .article_title {
        padding: 10px;
        background: white;
        max-width: 100%;
        width: 100%;
    }

    .section_blog-articles .flexible_block__overlay .article_content {
        display: none;
    }

    .section_blog-articles .view_all__wrap {
        padding: 30px 0;
        text-align: center;
    }

    .section_collection-list .view_all__wrap {
        padding: 30px 0 0 0;
        text-align: center;
    }

    .section_featured-products .section_heading {
        padding-bottom: 0;
    }

    .section_featured-products .with_bg {
        padding: 20px 30px;
    }

    .section_featured-products .item_4_1 {
        clear: left;
    }

    .section_gallery {
        margin: 0;
        overflow: hidden;
        position: relative;
    }

        .section_gallery .galery_wrap {
            margin: 0;
        }

            .section_gallery .galery_wrap > * {
                padding: 0;
            }

        .section_gallery .style_1 .item_caption {
            text-align: center;
            align-items: center;
            text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
        }

        .section_gallery .style_1 a {
            background: rgba(0, 0, 0, 0.4);
        }

            .section_gallery .style_1 a:hover {
                background: rgba(0, 0, 0, 0.6);
            }

        .section_gallery .style_2 .item_caption {
            align-items: flex-end;
        }

        .section_gallery .style_2 .caption_text {
            background: #6fcfb8;
            padding: 14px 19px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .section_gallery .style_2 a:hover .caption_text {
            background: #333333;
        }

        .section_gallery .style_3 .item_caption {
            align-items: flex-end;
        }

        .section_gallery .style_3 .caption_text {
            padding: 14px 19px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            background: rgba(255, 255, 255, 0.8);
        }

            .section_gallery .style_3 .caption_text h4, .section_gallery .style_3 .caption_text h3 {
                color: #383838;
                font-weight: bold;
            }

        .section_gallery .style_3 a:hover .caption_text {
            background: #6fcfb8;
        }

            .section_gallery .style_3 a:hover .caption_text h4, .section_gallery .style_3 a:hover .caption_text h3 {
                color: white;
            }

    .gallery_item {
        position: relative;
    }

        .gallery_item .img_placeholder__wrap {
            background-position: 0 0;
            background-repeat: no-repeat;
            -webkit-background-size: 100% auto;
            background-size: 100% auto;
        }

        .gallery_item .item_caption {
            padding: 13px 10px;
            font-size: 20px;
            line-height: 1.5em;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 10;
            text-transform: uppercase;
            font-weight: bold;
            display: flex;
            justify-content: center;
        }

            .gallery_item .item_caption .caption_text {
                width: 100%;
            }

            .gallery_item .item_caption h4 {
                color: white;
                font-size: 14px;
                /* letter-spacing: 0.1em;*/
            }

            .gallery_item .item_caption h3 {
                color: white;
                font-size: 20px;
                /* letter-spacing: 0.03em;*/
            }

    .section_gallery__1 .img_placeholder__small {
        padding: 19.659% 0 0 0;
    }

    .section_gallery__1 .img_placeholder__medium {
        padding: 28.206% 0 0 0;
    }

    .section_gallery__1 .img_placeholder__large {
        padding: 43.762% 0 0 0;
    }

    .section_gallery__1 .galery_wrap .img_placeholder__small {
        padding: 11.231% 0 0 0;
    }

    .section_gallery__1 .galery_wrap .img_placeholder__medium {
        padding: 16.1135% 0 0 0;
    }

    .section_gallery__1 .galery_wrap .img_placeholder__large {
        padding: 25% 0 0 0;
    }

    .section_gallery__2 .img_placeholder__small {
        padding: 40.352% 0 0 0;
    }

    .section_gallery__2 .img_placeholder__medium {
        padding: 57.896% 0 0 0;
    }

    .section_gallery__2 .img_placeholder__large {
        padding: 89.825% 0 0 0;
    }

    .section_gallery__2 .galery_wrap .img_placeholder__small {
        padding: 22.462% 0 0 0;
    }

    .section_gallery__2 .galery_wrap .img_placeholder__medium {
        padding: 32.227% 0 0 0;
    }

    .section_gallery__2 .galery_wrap .img_placeholder__large {
        padding: 50% 0 0 0;
    }

    .section_gallery__3 .img_placeholder__small {
        padding: 62.165% 0 0 0;
    }

    .section_gallery__3 .img_placeholder__medium {
        padding: 89.19% 0 0 0;
    }

    .section_gallery__3 .img_placeholder__large {
        padding: 138.38% 0 0 0;
    }

    .section_gallery__3 .galery_wrap .img_placeholder__small {
        padding: 33.693% 0 0 0;
    }

    .section_gallery__3 .galery_wrap .img_placeholder__medium {
        padding: 48.342% 0 0 0;
    }

    .section_gallery__3 .galery_wrap .img_placeholder__large {
        padding: 75.07% 0 0 0;
    }

    .section_gallery__4 .img_placeholder__small {
        padding: 85.187% 0 0 0;
    }

    .section_gallery__4 .img_placeholder__medium {
        padding: 122.225% 0 0 0;
    }

    .section_gallery__4 .img_placeholder__large {
        padding: 189.63% 0 0 0;
    }

    .section_gallery__4 .galery_wrap .img_placeholder__small {
        padding: 44.925% 0 0 0;
    }

    .section_gallery__4 .galery_wrap .img_placeholder__medium {
        padding: 64.455% 0 0 0;
    }

    .section_gallery__4 .galery_wrap .img_placeholder__large {
        padding: 100% 0 0 0;
    }

    .section_image-with-text .item_wrap {
        margin: 0 -15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section_image-with-text .item_img,
    .section_image-with-text .item_txt {
        width: 50%;
        padding: 0 15px;
    }

    .section_image-with-text .image_right .item_img {
        position: relative;
        left: 50%;
    }

    .section_image-with-text .image_right .item_txt {
        position: relative;
        right: 50%;
    }

    .section_image-with-text p {
        margin: 10px 0 0 0;
    }

    .section_image-with-text .btn {
        margin: 15px 0 0 0;
    }

    .section_image-with-text-overlay {
        margin: 0;
        position: relative;
    }

        .section_image-with-text-overlay .section_wrap {
            overflow: hidden;
            position: relative;
        }

        .section_image-with-text-overlay .container .section_wrap {
            border: 1px solid #f0f0f0;
        }

        .section_image-with-text-overlay .flexible_block__small {
            padding: 24.414062% 0 0 0;
        }

        .section_image-with-text-overlay .flexible_block__medium {
            padding: 32.715% 0 0 0;
        }

        .section_image-with-text-overlay .flexible_block__large {
            padding: 39.063% 0 0 0;
        }

        .section_image-with-text-overlay .img_placeholder__small {
            padding: 24.414062% 0 0 0;
        }

        .section_image-with-text-overlay .img_placeholder__medium {
            padding: 32.715% 0 0 0;
        }

        .section_image-with-text-overlay .img_placeholder__large {
            padding: 39.063% 0 0 0;
        }

        .section_image-with-text-overlay .parallax_layer.img_placeholder__small {
            padding: 43% 0 0 0;
        }

        .section_image-with-text-overlay .parallax_layer.img_placeholder__medium {
            padding: 53.711% 0 0 0;
        }

        .section_image-with-text-overlay .parallax_layer.img_placeholder__large {
            padding: 60% 0 0 0;
        }

        .section_image-with-text-overlay .img_placeholder__wrap {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1;
            background-position: 50% 50%;
            -webkit-background-size: cover;
            background-size: cover;
        }

        .section_image-with-text-overlay .section_txt {
            padding: 15px;
            text-align: center;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 10;
            display: flex;
            align-items: center;
        }

            .section_image-with-text-overlay .section_txt .container {
                display: flex;
            }

            .section_image-with-text-overlay .section_txt.align_right .container {
                justify-content: flex-end;
            }

            .section_image-with-text-overlay .section_txt.align_center .container {
                justify-content: center;
            }

        .section_image-with-text-overlay .caption_text {
            max-width: 65%;
            padding: 2% 7.5%;
        }

        .section_image-with-text-overlay h2 {
            color: #6fcfb8;
            font-size: 48px;
            text-transform: uppercase;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .section_image-with-text-overlay h4 {
            font-size: 26px;
            text-transform: uppercase;
            font-weight: bold;
            margin-bottom: 14px;
            /* letter-spacing: 0.045em;*/
        }

            .section_image-with-text-overlay h4 + h4 {
                margin-bottom: 5px;
            }

        .section_image-with-text-overlay h5 {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: bold;
            /* letter-spacing: 0.1em;*/
        }

        .section_image-with-text-overlay p {
            margin: 10px 0 0 0;
        }

        .section_image-with-text-overlay .btn {
            margin: 25px 0 5px;
            font-size: 18px;
            padding: 10px 19px;
        }

        .section_image-with-text-overlay .inverted h4, .section_image-with-text-overlay .inverted h5, .section_image-with-text-overlay .inverted p {
            color: white;
        }

        .section_image-with-text-overlay .full_width .caption_text {
            padding-top: 7.5%;
            padding-bottom: 7%;
            max-width: 66%;
        }

        .section_image-with-text-overlay .full_width h2 {
            /*letter-spacing: 0.1em;*/
            margin-bottom: 22px;
        }

        .section_image-with-text-overlay .full_width h4 {
            font-size: 22px;
            margin-bottom: 20px;
        }

        .section_image-with-text-overlay .full_width p {
            font-weight: lighter;
        }

        .section_image-with-text-overlay .full_width .btn {
            margin-top: 22px;
        }

        .section_image-with-text-overlay .boxed .container {
            width: 100%;
        }

    .section_logo-list {
        padding-top: 20px;
        margin: 0;
    }

        .section_logo-list .container {
            position: relative;
        }

        .section_logo-list .section_heading {
            padding-bottom: 0;
            margin-bottom: 20px;
        }

        .section_logo-list .col-xs-2 {
            margin: 10px 0 0 0;
        }

        .section_logo-list .item_6_1 {
            clear: left;
        }

        .section_logo-list .logo_item {
            text-align: center;
        }

        .section_logo-list .logo_wrap {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }

            .section_logo-list .logo_wrap .icon {
                width: 100%;
            }

        .section_logo-list .inline .logo_wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
        }

            .section_logo-list .inline .logo_wrap .icon {
                width: auto;
            }

            .section_logo-list .inline .logo_wrap p {
                margin-left: 5px;
                max-width: 50%;
                text-align: left;
            }

            .section_logo-list .inline .logo_wrap svg {
                width: 36px;
                height: 36px;
            }

        .section_logo-list .inline .img_placeholder__wrap .logo_wrap {
            padding: 5px;
        }

        .section_logo-list .item_icon {
            color: #383838;
        }

            .section_logo-list .item_icon p {
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                -ms-perspective: 1000;
                perspective: 1000;
                -webkit-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                text-transform: uppercase;
                font-weight: bold;
                /* letter-spacing: 0.1em;*/
            }

            .section_logo-list .item_icon svg {
                fill: inherit;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                -ms-perspective: 1000;
                perspective: 1000;
                -webkit-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .section_logo-list .item_icon:hover .img_placeholder__wrap {
                background: #6fcfb8 !important;
            }

            .section_logo-list .item_icon:hover svg {
                fill: white !important;
            }

            .section_logo-list .item_icon:hover p {
                color: white !important;
            }

            .section_logo-list .item_icon .logo_wrap {
                padding: 5px;
            }

            .section_logo-list .item_icon .img_placeholder__large .icon {
                margin-top: 10%;
            }

            .section_logo-list .item_icon .img_placeholder__large p {
                margin-bottom: 10%;
            }

            .section_logo-list .item_icon.inline .img_placeholder__large .icon {
                margin-top: 0;
            }

            .section_logo-list .item_icon.inline .img_placeholder__large p {
                margin-bottom: 0;
            }

        .section_logo-list .img_placeholder__wrap {
            width: 100%;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .section_logo-list .img_placeholder__xsmall {
            padding: 45.89% 0 0 0;
        }

        .section_logo-list .img_placeholder__small {
            padding: 70% 0 0 0;
        }

        .section_logo-list .img_placeholder__medium {
            padding: 72.95% 0 0 0;
        }

        .section_logo-list .img_placeholder__large {
            padding: 77.65% 0 0 0;
        }

        .section_logo-list a {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: opacity 0.3s ease-in-out;
            -moz-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
        }

            .section_logo-list a:hover {
                opacity: .7;
            }

        .section_logo-list .swiper_btn {
            top: 15px;
        }

        .section_logo-list .swiper_btn__prev {
            right: 30px;
            left: auto;
        }

    .section_slideshow {
        margin: 30px 0;
    }

        .section_slideshow .container {
            display: flex;
        }

        .section_slideshow .direction_right {
            -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

            .section_slideshow .direction_right .banners_block, .section_slideshow .direction_right .linklist_block {
                padding-left: 0;
                padding-right: 30px;
            }

        .section_slideshow .section_slider {
            width: 74.36%;
            float: right;
        }

        .section_slideshow .fullwidth {
            width: 100%;
        }

            .section_slideshow .fullwidth .img_placeholder__wrap {
                padding: 49.317% 0 0 0;
            }

        .section_slideshow .banners_block, .section_slideshow .linklist_block {
            width: 25.6%;
            float: left;
            padding-right: 30px;
        }

        .section_slideshow .img_placeholder__wrap {
            background-position: 50% 50%;
            padding: 66.323% 0 0 0;
            -webkit-background-size: cover;
            background-size: cover;
        }

        .section_slideshow .img_placeholder__small {
            padding: 19.53125% 0 0 0;
        }

        .section_slideshow .img_placeholder__medium {
            padding: 29.296875% 0 0 0;
        }

        .section_slideshow .img_placeholder__large {
            padding: 39.0625% 0 0 0;
        }

        .section_slideshow h2 {
            font-size: 64px;
            font-weight: lighter;
            text-transform: uppercase;
            line-height: 1.2em;
        }

        .section_slideshow p {
            color: #6fcfb8;
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: 10px;
            /*letter-spacing: 0.1em;*/
            line-height: 1.2em;
        }

        .section_slideshow .btn {
            margin-top: 23px;
            font-size: 18px;
            padding: 10px 19px;
        }

        .section_slideshow .slide_caption {
            display: block;
            padding: 25px 30px;
            color: inherit;
            text-align: center;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 100;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .section_slideshow .slide_caption.align_left {
                justify-content: flex-start;
            }

            .section_slideshow .slide_caption.align_center {
                justify-content: center;
            }

            .section_slideshow .slide_caption.align_right {
                justify-content: flex-end;
            }

            .section_slideshow .slide_caption .caption_text {
                max-width: 380px;
                padding-top: 28px;
            }

        .section_slideshow .banner_big {
            position: relative;
        }

            .section_slideshow .banner_big .img_placeholder__wrap {
                padding: 122.445% 0 0 0;
                background-size: cover;
            }

            .section_slideshow .banner_big .banner_text {
                position: absolute;
                left: 10px;
                right: 10px;
                bottom: 13px;
                background: white;
                padding: 15px 20px;
                text-transform: uppercase;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                -ms-perspective: 1000;
                perspective: 1000;
                -webkit-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: background 0.3s ease-in-out;
                -moz-transition: background 0.3s ease-in-out;
                transition: background 0.3s ease-in-out;
            }

                .section_slideshow .banner_big .banner_text h4 {
                    font-size: 14px;
                    font-weight: bold;
                    /*letter-spacing: 0.1em;*/
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -webkit-perspective: 1000;
                    -moz-perspective: 1000;
                    -ms-perspective: 1000;
                    perspective: 1000;
                    -webkit-transform: translate3d(0, 0, 0);
                    -ms-transform: translate3d(0, 0, 0);
                    -o-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                    -webkit-transition: color 0.3s ease-in-out;
                    -moz-transition: color 0.3s ease-in-out;
                    transition: color 0.3s ease-in-out;
                }

                .section_slideshow .banner_big .banner_text h3 {
                    color: #6fcfb8;
                    font-weight: bold;
                    font-size: 18px;
                    /* letter-spacing: 0.1em; */
                }

                .section_slideshow .banner_big .banner_text:hover {
                    background: #333333;
                }

                    .section_slideshow .banner_big .banner_text:hover h4 {
                        color: white;
                    }

        .section_slideshow .banner_small {
            margin-top: 30px;
            position: relative;
        }

            .section_slideshow .banner_small .img_placeholder__wrap {
                padding: 80.52% 0 0 0;
            }

            .section_slideshow .banner_small .banner_caption {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 25px;
            }

            .section_slideshow .banner_small .banner_text {
                text-transform: uppercase;
                text-align: center;
                padding-bottom: 15px;
            }

                .section_slideshow .banner_small .banner_text h3 {
                    color: white;
                    font-size: 36px;
                    font-weight: bold;
                    /*letter-spacing: 0.1em;*/
                    line-height: 1.24em;
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -webkit-perspective: 1000;
                    -moz-perspective: 1000;
                    -ms-perspective: 1000;
                    perspective: 1000;
                    -webkit-transform: translate3d(0, 0, 0);
                    -ms-transform: translate3d(0, 0, 0);
                    -o-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                    -webkit-transition: color 0.3s ease-in-out;
                    -moz-transition: color 0.3s ease-in-out;
                    transition: color 0.3s ease-in-out;
                }

                .section_slideshow .banner_small .banner_text h4 {
                    color: white;
                    font-size: 18px;
                    font-weight: normal;
                    margin-top: 8px;
                    /*letter-spacing: 0.1em;*/
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -webkit-perspective: 1000;
                    -moz-perspective: 1000;
                    -ms-perspective: 1000;
                    perspective: 1000;
                    -webkit-transform: translate3d(0, 0, 0);
                    -ms-transform: translate3d(0, 0, 0);
                    -o-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                    -webkit-transition: color 0.3s ease-in-out;
                    -moz-transition: color 0.3s ease-in-out;
                    transition: color 0.3s ease-in-out;
                }

                .section_slideshow .banner_small .banner_text:hover h3, .section_slideshow .banner_small .banner_text:hover h4 {
                    color: black;
                }

        .section_slideshow .linklist_title {
            padding: 17px 30px;
            background: #6fcfb8;
            color: white;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            /*  letter-spacing: 0.1em;*/
        }

        .section_slideshow .menu_wrap {
            height: 100%;
        }

            .section_slideshow .menu_wrap ul {
                padding: 4px 30px 10px;
            }

        .section_slideshow .link_item {
            padding: 9px 0;
            border-bottom: 1px solid #f0f0f0;
        }

            .section_slideshow .link_item:last-child {
                border-bottom: none;
            }

        .section_slideshow .swiper_pagination {
            padding: 0 23px;
        }

            .section_slideshow .swiper_pagination.align_center {
                text-align: center;
            }

            .section_slideshow .swiper_pagination.align_left {
                text-align: left;
            }

            .section_slideshow .swiper_pagination.align_right {
                text-align: right;
            }

        .section_slideshow .swiper_btn {
            opacity: 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: opacity 0.4s ease-in-out;
            -moz-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out;
        }

        .section_slideshow:hover .swiper_btn {
            opacity: 1;
        }

    .section_single-product .type_carousel .gallery_thumbs {
        float: left;
        width: 25.5%;
        height: 509px;
    }

    .section_single-product .type_carousel .gallery_big {
        padding-left: 30px;
        float: left;
        width: 74.5%;
    }

        .section_single-product .type_carousel .gallery_big .swiper-slide img {
            opacity: 0;
        }

        .section_single-product .type_carousel .gallery_big .swiper-slide-active img {
            opacity: 1;
        }

    .section_single-product .type_carousel .swiper_btn {
        right: auto;
        left: 90px;
        background: rgba(0, 0, 0, 0.3);
        color: white;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }

        .section_single-product .type_carousel .swiper_btn:hover {
            color: #6fcfb8;
        }

    .section_single-product .type_carousel .swiper_btn__next {
        bottom: 0;
        top: auto;
    }

        .section_single-product .type_carousel .swiper_btn__next:before {
            /*content: '\f107';*/
        }

    .section_single-product .type_carousel .swiper_btn__prev {
        top: 15px;
    }

        .section_single-product .type_carousel .swiper_btn__prev:before {
            /*content: '\f106';*/
        }

    .section_single-product .type_sticky .single_product__img img {
        margin-bottom: 30px;
    }

    .section_single-product .type_sticky .single_product__info {
        padding-bottom: 50px;
        background: #f9fafc;
        position: static;
    }

        .section_single-product .type_sticky .single_product__info.sticky {
            padding-top: 20px;
            position: fixed;
            max-width: 680px;
            bottom: 0;
            overflow: auto;
        }

    .section_single-product .single_product__img:hover .swiper_btn {
        opacity: 1;
    }

    .section_single-product .swiper-slide {
        background: rgba(0, 0, 0, 0.04);
    }

    .section_single-product .gallery_big .swiper-slide {
        text-align: center;
    }

    .section_single-product .gallery_thumbs .swiper-slide {
        opacity: .4;
        cursor: pointer;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

        .section_single-product .gallery_thumbs .swiper-slide:hover {
            opacity: 1;
        }

    .section_single-product .gallery_thumbs .swiper-slide-active {
        opacity: 1;
        border: 1px solid #f0f0f0;
    }

    .section_single-product .single_product__title {
        margin: 0 0 17px;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        /*letter-spacing: 0.1em; */
    }

    .section_single-product .single_product__details p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .section_single-product .single_product__options {
        margin: 0 -10px;
    }

        .section_single-product .single_product__options .selector-wrapper {
            width: 33.33333333%;
            float: left;
            padding: 20px 10px 0 10px;
        }

        .section_single-product .single_product__options label {
            display: block;
            margin: 0 0 7px 0;
            color: black;
        }

        .section_single-product .single_product__options select {
            width: 100%;
            height: 34px;
            display: block;
            display: block;
            vertical-align: top;
            padding: 6px 10px;
            background: none;
            border: 1px solid #f0f0f0;
            cursor: pointer;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

    .section_single-product .details_separator {
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
        border-top: 1px solid #f0f0f0;
    }

    .section_single-product .details_wrapper {
        margin: 0;
        color: #383838;
    }

    .section_single-product .single_product__options.hidden {
        display: none;
    }

    .section_single-product .single_product__collections a {
        text-decoration: underline;
    }

    .section_single-product .single_product__availability {
        margin-bottom: 15px;
    }

        .section_single-product .single_product__availability .notify_success {
            color: #118502;
        }

        .section_single-product .single_product__availability .notify_danger {
            color: #ca0000;
        }

    .section_single-product .color_product__options .color_toggle {
        padding: 15px 0;
        clear: both;
    }

    .section_single-product .color_product__options .color_item {
        display: inline-block;
        vertical-align: top;
        width: 21px;
        height: 21px;
        cursor: pointer;
        border: 1px solid transparent;
        padding: 1px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 0 3px;
    }

        .section_single-product .color_product__options .color_item span {
            background-color: #474747;
            border: 1px solid #ccc;
            display: block;
            width: 100%;
            height: 100%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .section_single-product .color_product__options .color_item.current {
            border-color: #6fcfb8;
        }

    .section_single-product .size_product__options .size_item {
        display: inline-block;
        vertical-align: baseline;
        margin: 0 3px;
        background: white;
        border: 1px solid #f0f0f0;
        text-align: center;
        line-height: 21px;
        min-width: 23px;
        padding: 0 2px;
        cursor: pointer;
    }

    .section_single-product .size_product__options .current {
        border-color: #6fcfb8;
    }

    .section_single-product .single_product__price {
        margin: 15px 0 0 0 !important;
        font-size: 24px;
        display: inline-block;
        vertical-align: baseline;
        font-weight: bold;
    }

        .section_single-product .single_product__price span {
            line-height: 1em;
        }

        .section_single-product .single_product__price .money {
            font-size: 24px;
            color: #383838;
        }

        .section_single-product .single_product__price .money_sale {
            margin: 0 0 0 7px;
            font-size: 14px;
            color: #eb5757;
        }

        .section_single-product .single_product__price .money_sale_percent {
            height: 24px;
            display: block;
            margin: -12px 0 0 0;
            padding: 0 5px;
            font-size: 14px;
            line-height: 24px;
            color: white;
            text-align: center;
            position: absolute;
            right: 0;
            top: 50%;
            cursor: default;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

    .section_single-product .price_and_quantity {
        position: relative;
        max-width: 450px;
    }

    .section_single-product .single_product__quantity {
        margin: 15px 0 0 5px;
        display: inline-block;
        vertical-align: baseline;
    }

        .section_single-product .single_product__quantity label {
            font-size: 12px;
        }

    .section_single-product .button_block {
        margin-top: 15px;
    }

        .section_single-product .button_block .wishlist_section {
            display: inline-block;
            margin: 10px 10px 0 0;
        }

        .section_single-product .button_block .notify_btn {
            margin: 10px 10px 0 0;
            display: none;
            font-size: 18px;
            /*letter-spacing: -0.05em;*/
            padding: 8px 16px;
        }

            .section_single-product .button_block .notify_btn.visible {
                display: inline-block;
            }

        .section_single-product .button_block button {
          /*  margin: 8px 15px 0 0;*/
            font-size: 18px;
            /*letter-spacing: -0.05em;*/
            padding: 8px 16px;
        }

    .section_single-product .single_product__info.full,
    .section_single-product .single_product__info.no_img {
        margin: 30px 0 0 0;
    }

        .section_single-product .single_product__info.full .details_left,
        .section_single-product .single_product__info.no_img .details_left {
            width: 66.75%;
        }

        .section_single-product .single_product__info.full .details_right,
        .section_single-product .single_product__info.no_img .details_right {
            width: 33.25%;
        }

    .section_single-product .product_notify {
        margin-top: 15px;
    }

        .section_single-product .product_notify .alert-success, .section_single-product .product_notify .notify_trigger, .section_single-product .product_notify .notify_form {
            display: none;
        }

        .section_single-product .product_notify .newsletter__input {
            margin: 10px 0;
        }

        .section_single-product .product_notify .notify_form {
            width: 300px;
            background: white;
            padding: 10px;
        }

        .section_single-product .product_notify textarea, .section_single-product .product_notify input {
            margin-top: 10px;
        }

        .section_single-product .product_notify button {
            margin-top: 10px;
        }

    .section_single-product .product_description, .section_single-product .tab_item {
        margin: 0;
        background: white;
        padding: 15px;
    }

    .section_single-product .tab_navigation {
        margin-top: 40px;
    }

        .section_single-product .tab_navigation .tab_nav {
            display: inline-block;
            vertical-align: baseline;
            padding: 6px 30px;
            text-transform: uppercase;
            margin: 0 10px 10px 0;
            color: #383838;
            font-weight: bold;
            background: white;
            cursor: pointer;
            border: 2px solid white;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .section_single-product .tab_navigation .tab_nav.active {
                color: white;
                background: #6fcfb8;
            }

            .section_single-product .tab_navigation .tab_nav:hover {
                border-color: #6fcfb8;
            }

    .section_map .map_captions__wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        pointer-events: none;
    }

    .section_map .container {
        height: 100%;
        position: relative;
    }

    .section_map .wrap_1 {
        height: 100%;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .section_map .wrap_2 {
        width: 40%;
        pointer-events: auto;
    }

    .section_map .map_captions {
        padding: 30px;
        background: white;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }

    .section_map .map_captions__title {
        margin: 0;
    }

    .section_map .map_captions__text p {
        margin: 10px 0 0 0;
    }

    .section_map .map_captions__btn {
        margin: 15px 0 0 0;
    }

    .section_testimonials .testimonials_slider {
        padding: 0 0 50px 0;
    }

    .section_testimonials .testimonials_item {
        margin: 30px 0 0 0;
        padding: 0;
        border: none;
        text-align: center;
    }

    .section_testimonials .testimonials_item__icon {
        font-size: 25px;
        cursor: default;
    }

    .section_testimonials .testimonials_item__text {
        margin: 15px 0 0 0;
    }

    .section_testimonials .testimonials_item__author {
        display: block;
        margin: 15px 0 0 0;
        padding: 15px 0 0 0;
        border-top: 1px solid #f0f0f0;
    }

    .section_testimonials .swiper_pagination {
        bottom: 0;
    }

    .text_columns__item {
        margin: 30px 0 0 0;
    }

        .text_columns__item .img_placeholder__small {
            padding: 56.216216% 0 0 0;
        }

        .text_columns__item .img_placeholder__medium {
            padding: 100% 0 0 0;
        }

        .text_columns__item .img_placeholder__large {
            padding: 133.243243% 0 0 0;
        }

        .text_columns__item .text_left {
            text-align: left;
        }

        .text_columns__item .text_center {
            text-align: center;
        }

        .text_columns__item .text_right {
            text-align: right;
        }

        .text_columns__item h3 {
            margin: 15px 0 0 0;
            font-size: 18px;
        }

        .text_columns__item p {
            margin: 10px 0 0 0;
        }

        .text_columns__item .btn {
            margin: 15px 0 0 0;
        }

    .section_custom-content .row {
        font-size: 0;
    }

    .section_custom-content .col_item {
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }

    .section_custom-content .custom_content__item {
        margin: 30px 0 0 0;
    }

    .section_custom-content .img_placeholder__wrap {
        padding: 100% 0 0 0;
    }

    .section_custom-content .item_text__title {
        margin: 0;
    }

    .section_custom-content .item_text__content {
        margin: 15px 0 0 0;
    }

    .section_custom-content .item_text__right {
        text-align: right;
    }

    .section_custom-content .item_text__center {
        text-align: center;
    }

    .section_custom-content .item_video iframe {
        border: none;
    }

    .section_custom-content .item_video__wrap {
        overflow: hidden;
        padding: 56.25% 0 0 0;
        position: relative;
    }

    .section_custom-content .item_video__player {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .section_products-carousel .with_bg {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section_products-carousel .carousel_wrap {
        position: relative;
        padding-top: 18px;
        padding-bottom: 30px;
    }

    .section_products-carousel .section_heading {
        padding-left: 0;
        padding-right: 60px;
        text-align: left;
        padding-bottom: 0;
    }

    .section_products-carousel .products_carousel {
        position: relative;
    }

    .section_products-carousel .swiper-slide {
        width: auto;
    }

    .section_products-carousel .product_listing__main .product_desc__long {
        display: none;
    }

    .section_products-carousel .product_listing__main:after {
        content: '';
        display: block;
        clear: both;
    }

    .section_products-carousel .swiper_btn {
        top: 20px;
        margin: 0;
    }

    .section_products-carousel .swiper_btn__prev {
        left: auto;
        right: 60px;
    }

    .section_products-carousel .swiper_btn__next {
        right: 15px;
    }

    .section_products-carousel .swiper_2row {
        top: 50%;
    }

    .section_products-carousel .swiper_2 {
        padding-top: 60px;
        margin-top: 25px;
    }

    .section_banners-countdown .section_heading {
        margin: 0;
    }

    .section_banners-countdown .img_placeholder__wrap {
        padding: 64.036% 0 0 0;
        background-size: cover;
    }

    .section_banners-countdown .item_big .img_placeholder__wrap {
        padding: 72.282% 0 0 0;
    }

    .section_banners-countdown .item_big .align_center {
        align-items: flex-start;
    }

        .section_banners-countdown .item_big .align_center .banner_text {
            padding-top: 12%;
        }

        .section_banners-countdown .item_big .align_center .banner_title {
            font-size: 36px;
            font-weight: lighter;
            margin-bottom: 22px;
        }

        .section_banners-countdown .item_big .align_center .text {
            color: #6fcfb8;
        }

    .section_banners-countdown .col-sm-4 .img_placeholder__wrap {
        padding: 64.865% 0 0 0;
    }

    .section_banners-countdown .col-sm-4.item_big .img_placeholder__wrap {
        padding: 98.65% 0 0 0;
    }

    .section_banners-countdown .col-sm-4.banner_item .banner_caption .banner_text {
        padding-top: 15%;
        max-width: 60%;
    }

    .section_banners-countdown .col-sm-4.banner_item h4 {
        font-size: 16px;
        /*letter-spacing: 0.1em;*/
        font-weight: normal;
    }

    .section_banners-countdown .col-sm-4.banner_item .banner_title {
        margin-bottom: 10px;
    }

        .section_banners-countdown .col-sm-4.banner_item .banner_title strong {
            font-size: 36px;
        }

    .section_banners-countdown .col-sm-4.banner_item .text {
        font-weight: bold;
        font-size: 24px;
    }

    .section_banners-countdown .banner_wrap {
        position: relative;
    }

    .section_banners-countdown .banner_caption {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 10px 30px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .section_banners-countdown .banner_caption.align_center {
            justify-content: center;
        }

        .section_banners-countdown .banner_caption.align_right {
            justify-content: flex-end;
        }

            .section_banners-countdown .banner_caption.align_right .banner_text {
                margin-right: 12%;
            }

        .section_banners-countdown .banner_caption.text_align_center {
            text-align: center;
        }

        .section_banners-countdown .banner_caption.inverted {
            color: white;
        }

            .section_banners-countdown .banner_caption.inverted input, .section_banners-countdown .banner_caption.inverted h4, .section_banners-countdown .banner_caption.inverted .banner_title, .section_banners-countdown .banner_caption.inverted .text {
                color: white;
            }

        .section_banners-countdown .banner_caption.align_bottom {
            align-items: stretch;
            padding: 22px 10px 10px;
        }

            .section_banners-countdown .banner_caption.align_bottom .banner_text {
                width: 100%;
                padding: 0;
                display: flex;
                flex-wrap: wrap;
                align-items: flex-start;
            }

            .section_banners-countdown .banner_caption.align_bottom .timer {
                width: 100%;
            }

            .section_banners-countdown .banner_caption.align_bottom .text_el {
                align-self: flex-end;
                width: 100%;
                background: #333333;
                display: flex;
                flex-wrap: wrap;
                padding: 7px 10px 18px;
            }

            .section_banners-countdown .banner_caption.align_bottom .banner_title {
                color: #6fcfb8;
                order: 2;
                width: 100%;
                font-size: 18px;
                line-height: 1em;
                /* letter-spacing: 0.1em;*/
            }

            .section_banners-countdown .banner_caption.align_bottom .text {
                width: 100%;
                order: 1;
                color: white;
                font-size: 14px;
            }

    .section_banners-countdown .timer_item {
        justify-content: flex-start;
    }

        .section_banners-countdown .timer_item .timer {
            margin-bottom: 15px;
        }

        .section_banners-countdown .timer_item .banner_text {
            padding: 0 7px 12px;
        }

        .section_banners-countdown .timer_item .banner_title {
            font-size: 34px;
            font-weight: bold;
            color: #383838;
            line-height: 1.2em;
        }

            .section_banners-countdown .timer_item .banner_title strong {
                font-weight: bold;
                color: #6fcfb8;
            }

        .section_banners-countdown .timer_item .text {
            font-size: 16px;
            text-transform: uppercase;
            /*letter-spacing: 0.1em;*/
            padding-top: 3px;
            color: #383838;
        }

        .section_banners-countdown .timer_item .align_left.text_align_left .banner_text {
            padding: 0 0 4px;
        }

    .section_banners-countdown .banner_item {
        justify-content: center;
    }

        .section_banners-countdown .banner_item .banner_text {
            padding-top: 14px;
        }

        .section_banners-countdown .banner_item h4 {
            text-transform: uppercase;
            margin-bottom: 10px;
            font-size: 28px;
            font-weight: bold;
        }

        .section_banners-countdown .banner_item .banner_title {
            font-size: 50px;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1em;
        }

            .section_banners-countdown .banner_item .banner_title strong {
                color: #6fcfb8;
                font-weight: bold;
            }

        .section_banners-countdown .banner_item .text {
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            color: #383838;
            /* letter-spacing: 0.1em; */
        }

        .section_banners-countdown .banner_item .align_right .banner_text {
            max-width: 49%;
        }

        .section_banners-countdown .banner_item .align_left .banner_text {
            max-width: 49%;
        }

            .section_banners-countdown .banner_item .align_left .banner_text .banner_text {
                padding-top: 4px;
            }

            .section_banners-countdown .banner_item .align_left .banner_text .banner_title {
                font-size: 32px;
                margin-bottom: 12px;
            }

            .section_banners-countdown .banner_item .align_left .banner_text .text {
                font-weight: normal;
                letter-spacing: 0;
            }

        .section_banners-countdown .banner_item .banner_wrap .banner_link {
            align-self: center;
            background: rgba(255, 255, 255, 0.5);
        }

            .section_banners-countdown .banner_item .banner_wrap .banner_link.banner_text {
                max-width: none;
                padding: 35px 17px;
            }

            .section_banners-countdown .banner_item .banner_wrap .banner_link .banner_title {
                font-size: 32px;
                font-weight: bold;
                margin-bottom: 2px;
            }

            .section_banners-countdown .banner_item .banner_wrap .banner_link .text {
                font-weight: normal;
                font-size: 16px;
                letter-spacing: 0;
                color: #383838;
            }

        .section_banners-countdown .banner_item .inverted .banner_link {
            background: #333333;
        }

            .section_banners-countdown .banner_item .inverted .banner_link .banner_title, .section_banners-countdown .banner_item .inverted .banner_link .text {
                color: #6fcfb8;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                -ms-perspective: 1000;
                perspective: 1000;
                -webkit-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: color 0.3s ease-in-out;
                -moz-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out;
            }

            .section_banners-countdown .banner_item .inverted .banner_link:hover .banner_title, .section_banners-countdown .banner_item .inverted .banner_link:hover .text {
                color: white;
            }

    .section_banners-countdown .countdown_timer {
        display: flex;
        justify-content: center;
        padding-top: 8px;
    }

        .section_banners-countdown .countdown_timer input {
            width: 49px;
            text-align: center;
            color: #383838;
            font-weight: bold;
            font-size: 18px;
            height: 49px;
            line-height: 49px;
            border: 2px solid #6fcfb8;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .section_banners-countdown .countdown_timer span {
            display: block;
            text-align: center;
            text-transform: uppercase;
            font-size: 9px;
            line-height: 1em;
            margin-top: 4px;
        }

        .section_banners-countdown .countdown_timer p {
            display: inline-block;
        }

            .section_banners-countdown .countdown_timer p + p {
                margin-left: 5px;
            }

    .section_banners-countdown .banner_btn {
        font-size: 18px;
        padding: 10px 19px;
        margin-top: 25px;
    }

    .section_instagram {
        margin: 0;
        position: relative;
    }

        .section_instagram .container {
            padding: 30px;
        }

        .section_instagram .inverted h2 {
            color: white;
        }

        .section_instagram .inverted .swiper_btn:after {
            color: white;
        }

        .section_instagram .instafeed_wrap:after {
            content: '';
            display: block;
            clear: both;
        }

        .section_instagram .section_heading {
            padding: 0 50px 3px;
        }

            .section_instagram .section_heading i {
                color: #6fcfb8;
                font-style: normal;
            }

        .section_instagram .col-xs-2 {
            margin: 22px 0 0 0;
            padding: 0;
            width: 16.66%;
        }

        .section_instagram a {
            display: block;
            background-position: 0 0;
            background-repeat: no-repeat;
            opacity: 1;
            position: relative;
            -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .section_instagram a img {
                width: 100%;
                display: block;
            }

            .section_instagram a .info {
                text-align: center;
                position: absolute;
                bottom: 50%;
                left: 0;
                right: 0;
                opacity: 0;
                margin-bottom: -7px;
            }

            .section_instagram a span {
                color: #6fcfb8;
            }

                .section_instagram a span i {
                    margin-right: 3px;
                }

                .section_instagram a span + span {
                    margin-left: 15px;
                }

            .section_instagram a:hover {
                opacity: .7;
            }

                .section_instagram a:hover:after {
                    opacity: 1;
                }

                .section_instagram a:hover .info {
                    opacity: 1;
                }

        .section_instagram .swiper_btn {
            top: 10px;
            opacity: 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: opacity 0.6s ease-in-out;
            -moz-transition: opacity 0.6s ease-in-out;
            transition: opacity 0.6s ease-in-out;
            background: transparent;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .section_instagram .instagram_btn__prev {
            left: 0;
        }

            .section_instagram .instagram_btn__prev:after {
                content: '\f104';
                font: 22px/30px 'FontAwesome';
                color: #6fcfb8;
            }

        .section_instagram .instagram_btn__next {
            right: 0;
        }

            .section_instagram .instagram_btn__next:after {
                content: '\f105';
                font: 22px/30px 'FontAwesome';
                color: #6fcfb8;
            }

        .section_instagram:hover .swiper_btn {
            opacity: 1;
        }

    .section_lookbook {
        padding: 0;
    }

    .lookbook_wrap {
        position: relative;
        z-index: 1;
    }

        .lookbook_wrap .img_placeholder__wrap {
            background-position: 50% 50%;
            padding: 37.607% 0 0 0;
            background-repeat: no-repeat;
            -webkit-background-size: 100% auto;
            background-size: 100% auto;
        }

    .lookbook_container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .lookbook_item {
        width: 15px;
        height: 15px;
        margin: 0;
        position: absolute;
        z-index: 0;
    }

    .lookbook_item__bullet {
        width: 15px;
        height: 15px;
        display: block;
        background: black;
        font-size: 10px;
        line-height: 15px;
        color: white;
        text-align: center;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(255, 255, 255, 0.4);
        -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(255, 255, 255, 0.4);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow 0.3s ease-in-out;
        -moz-transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .lookbook_item__caption {
        width: 110px;
        display: block;
        background: white;
        position: absolute;
        top: 80%;
        left: 80%;
        z-index: -1;
        opacity: 0;
        display: none;
        padding: 5px;
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
        -moz-transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

        .lookbook_item__caption img {
            margin: 10px 10px 5px;
        }

        .lookbook_item__caption .product_name {
            display: block;
            font-size: 10px;
            line-height: 1.2em;
        }

        .lookbook_item__caption .money {
            font-size: 12px;
            color: #bdbdbd;
        }

    .caption_left.caption_top .lookbook_item__caption {
        left: auto;
        right: 80%;
        top: auto;
        bottom: 80%;
    }

    .caption_left.caption_bottom .lookbook_item__caption {
        left: auto;
        right: 80%;
    }

    .caption_right.caption_top .lookbook_item__caption {
        top: auto;
        bottom: 80%;
    }

    .lookbook_item:hover {
        z-index: 10;
    }

        .lookbook_item:hover .lookbook_item__bullet {
            -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25), 0 0 0 5px rgba(111, 207, 184, 0.4);
            -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25), 0 0 0 5px rgba(111, 207, 184, 0.4);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25), 0 0 0 5px rgba(111, 207, 184, 0.4);
        }

        .lookbook_item:hover .lookbook_item__caption {
            opacity: 1;
            display: block;
        }

    .section_communication {
        margin: 0;
    }

        .section_communication .row {
            overflow: visible;
        }

            .section_communication .row:after {
                content: '';
                display: block;
                clear: both;
            }

        .section_communication .container {
            padding: 28px 0 28px;
        }

            .section_communication .container.no_padding {
                padding: 0;
            }

        .section_communication .section_heading {
            margin-bottom: 25px;
        }

        .section_communication h4 {
            margin-bottom: 10px;
        }

        .section_communication .item__advantages .advantages_item {
            border: 1px solid #f0f0f0;
            margin-bottom: 22px;
            padding: 23px 33px;
            display: flex;
            align-items: center;
            background: white;
        }

            .section_communication .item__advantages .advantages_item.inverted {
                background: #6fcfb8;
            }

                .section_communication .item__advantages .advantages_item.inverted svg {
                    fill: white;
                }

                .section_communication .item__advantages .advantages_item.inverted .advantages_text {
                    color: white;
                }

            .section_communication .item__advantages .advantages_item.transparent {
                background: transparent;
                border-color: rgba(111, 207, 184, 0.3);
            }

                .section_communication .item__advantages .advantages_item.transparent .advantages_text {
                    color: #6fcfb8;
                }

            .section_communication .item__advantages .advantages_item:last-child {
                margin-bottom: 0;
            }

        .section_communication .item__advantages .advantages_text {
            margin-left: 42px;
            /*letter-spacing: 0.1em;*/
            font-weight: bold;
            text-transform: uppercase;
        }

        .section_communication .item__advantages .col-sm-4 .advantages_item {
            padding: 24px 33px;
        }

            .section_communication .item__advantages .col-sm-4 .advantages_item svg {
                fill: #6fcfb8;
            }

            .section_communication .item__advantages .col-sm-4 .advantages_item .advantages_text {
                margin-left: 40px;
            }

            .section_communication .item__advantages .col-sm-4 .advantages_item.inverted svg {
                fill: white;
            }

        .section_communication .item__blog_posts h4 {
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            padding-right: 50px;
            margin-bottom: 25px;
        }

        .section_communication .item__blog_posts .img_placeholder__wrap {
            padding: 83.245% 0 0 0;
        }

        .section_communication .item__blog_posts .article_date {
            position: absolute;
            background: white;
            color: #6fcfb8;
            top: 20px;
            left: 17px;
            text-align: center;
            font-size: 18px;
            min-width: 49px;
            font-weight: bold;
            padding: 5px 0;
        }

            .section_communication .item__blog_posts .article_date span {
                display: block;
                font-size: 9px;
                text-transform: uppercase;
                line-height: 1.5em;
            }

        .section_communication .item__blog_posts .article_title {
            position: absolute;
            bottom: 18px;
            left: 18px;
            right: 18px;
            background: white;
            padding: 12px 20px;
            font-size: 18px;
        }

        .section_communication .item__blog_posts .swiper_btn__prev {
            top: 6px;
            left: auto;
            right: 30px;
        }

        .section_communication .item__blog_posts .swiper_btn__next {
            top: 6px;
        }

        .section_communication .item__logo_grid h4 {
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            /*  letter-spacing: 0.1em;*/
            margin-bottom: 25px;
        }

        .section_communication .item__logo_grid .logo_wrap {
            margin-right: -10px;
            margin-left: -10px;
            margin-top: 10px;
        }

            .section_communication .item__logo_grid .logo_wrap:after {
                content: '';
                display: block;
                clear: both;
            }

        .section_communication .item__logo_grid .logo_item {
            width: 33.33%;
            float: left;
            padding: 0 10px;
            margin-bottom: 30px;
        }

            .section_communication .item__logo_grid .logo_item a {
                display: block;
                border: 1px solid #f0f0f0;
            }

                .section_communication .item__logo_grid .logo_item a:hover {
                    border-color: #6fcfb8;
                }

        .section_communication .item__logo_grid .img_placeholder__wrap {
            padding: 72.75% 0 0 0;
            background-size: cover;
        }

        .section_communication .item__newsletter h4 {
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            /*letter-spacing: 0.1em;*/
            margin-bottom: 22px;
        }

        .section_communication .item__newsletter .alert,
        .section_communication .item__newsletter .errors {
            margin: 15px 0 0 0;
        }

        .section_communication .item__newsletter .alert-success {
            display: none;
        }

        .section_communication .item__newsletter p.alert-inline {
            position: absolute;
            top: 100%;
            left: 0;
            margin-top: 0;
            z-index: 1;
        }

        .section_communication .item__newsletter p {
            margin: 15px 0 0 0;
        }

        .section_communication .item__newsletter .form_wrapper {
            margin: 27px 0 0 0;
            position: relative;
            display: flex;
        }

        .section_communication .item__newsletter .newsletter_form__mailchimp form {
            position: relative;
        }

        .section_communication .item__newsletter .form_text {
            max-width: 320px;
        }

        .section_communication .item__newsletter input {
            height: 48px;
        }

        .section_communication .item__newsletter button {
            font-size: 18px;
            /*letter-spacing: -0.05em;*/
            padding: 5px 16px;
        }

        .section_communication .item__newsletter .social_wrap {
            margin: 15px 0 0 0;
            padding-top: 41px;
        }

            .section_communication .item__newsletter .social_wrap h4 {
                margin-bottom: 12px;
            }

            .section_communication .item__newsletter .social_wrap ul {
                font-size: 0;
            }

            .section_communication .item__newsletter .social_wrap li {
                display: inline-block;
                vertical-align: top;
                padding: 15px 11px 0 0;
            }

            .section_communication .item__newsletter .social_wrap a {
                width: 50px;
                height: 50px;
                display: block;
                vertical-align: top;
                overflow: hidden;
                text-align: center;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

            .section_communication .item__newsletter .social_wrap i {
                font-size: 23px;
                line-height: 50px;
            }

            .section_communication .item__newsletter .social_wrap .style_1 a {
                background: white;
                color: #6fcfb8;
                border: 1px solid #f0f0f0;
            }

                .section_communication .item__newsletter .social_wrap .style_1 a:hover {
                    background: #6fcfb8;
                    color: white;
                }

            .section_communication .item__newsletter .social_wrap .style_2 a {
                background: #6fcfb8;
                color: white;
            }

                .section_communication .item__newsletter .social_wrap .style_2 a:hover {
                    background: #333333;
                }

        .section_communication .item__newsletter.separately:after {
            content: '';
            display: block;
            clear: both;
        }

        .section_communication .item__newsletter.separately .social_wrap {
            padding-top: 0;
            margin-top: 0;
        }

        .section_communication .item__newsletter .col-xs-4 .form_wrapper {
            margin-top: 40px;
        }

        .section_communication .item__facebook .fb-page {
            width: 100%;
        }

        .section_communication .item__twitter iframe {
            vertical-align: top;
            border: 1px solid #f0f0f0 !important;
        }

    .section_collections_with_menu {
        margin: 0;
    }

        .section_collections_with_menu .linklist_item {
            float: right;
            width: 25%;
              padding: 0 15px;
        }

        .section_collections_with_menu .linklist_title {
            text-transform: uppercase;
            margin-bottom: 5px;
            color: #bdbdbd;
            font-weight: bold;
            font-size: 18px;
            /*letter-spacing: 0.1em; */
        }

        .section_collections_with_menu .link_item {
            padding: 9px 0;
            border-bottom: 1px solid #f0f0f0;
        }

            .section_collections_with_menu .link_item:last-child {
                border-bottom: none;
            }

        .section_collections_with_menu .menu_wrap {
            padding: 25px 31px 13px;
            background: white;
        }

        .section_collections_with_menu .linklist_small .linklist_title {
            background: white;
            padding: 16px 19px;
            margin-bottom: 9px;
            color: #6fcfb8;
            /*letter-spacing: 0.1em;*/
            font-size: 18px;
        }

        .section_collections_with_menu .linklist_small .menu_wrap {
            background: transparent;
            padding: 0;
        }

        .section_collections_with_menu .linklist_small .link_item {
            margin-bottom: 10px;
            background: white;
            padding: 15px 22px;
        }

        .section_collections_with_menu .collection_listing_wrap {
            float: left;
            width: 100%;
        }

        .section_collections_with_menu .with_menu.collection_listing_wrap {
            width: 75%;
        }

        .section_collections_with_menu .item_3_1, .section_collections_with_menu .item_4_1 {
            clear: left;
        }

        .section_collections_with_menu .img_placeholder__wrap {
            padding: 94.45% 0 0 0;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: opacity 0.6s ease-in-out;
            -moz-transition: opacity 0.6s ease-in-out;
            transition: opacity 0.6s ease-in-out;
            background-color: white;
        }

        .section_collections_with_menu .collection_item {
            position: relative;
            margin-bottom: 30px;
        }

            .section_collections_with_menu .collection_item.hover_image:hover .img_placeholder__wrap {
                opacity: 0;
            }

            .section_collections_with_menu .collection_item .layer_1 {
                background-size: cover !important;
            }

            .section_collections_with_menu .collection_item .img_placeholder__wrap {
                background-size: cover;
            }

            .section_collections_with_menu .collection_item:not(.hover_image):hover .collection_title {
                color: #6fcfb8;
            }

                .section_collections_with_menu .collection_item:not(.hover_image):hover .collection_title strong {
                    color: #383838;
                }

        .section_collections_with_menu .layer_2 {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            padding: 28px 30px;
            display: block;
        }

        .section_collections_with_menu .collection_title {
            text-transform: uppercase;
            font-size: 18px;
            color: #383838;
            font-weight: bold;
            /*letter-spacing: 0.1em;*/
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
        }

            .section_collections_with_menu .collection_title strong {
                color: #6fcfb8;
                font-weight: bold;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                -ms-perspective: 1000;
                perspective: 1000;
                -webkit-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: color 0.3s ease-in-out;
                -moz-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out;
            }

    .section_banners .img_placeholder__wrap {
        background-size: cover;
    }

    .section_banners .banner_item, .section_banners .bammer_item_1, .section_banners .bammer_item_2 {
        position: relative;
    }

    .section_banners .banner_caption {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        padding: 15px;
    }

        .section_banners .banner_caption.style_dark .caption_text {
            padding: 6px 12px;
            background: #333333;
        }

        .section_banners .banner_caption.style_dark h4, .section_banners .banner_caption.style_dark .banner_text {
            color: white;
        }

        .section_banners .banner_caption.style_dark h3 {
            color: #6fcfb8;
        }

            .section_banners .banner_caption.style_dark h3 strong {
                color: white;
            }

        .section_banners .banner_caption.style_light .caption_text {
            background: rgba(255, 255, 255, 0.8);
            padding: 6px 12px;
        }

    .section_banners a.banner_caption.style_dark:hover .caption_text {
        background: white;
    }

    .section_banners a.banner_caption.style_dark:hover h4, .section_banners a.banner_caption.style_dark:hover h3 {
        color: #383838;
    }

        .section_banners a.banner_caption.style_dark:hover h4 strong, .section_banners a.banner_caption.style_dark:hover h3 strong {
            color: #6fcfb8;
        }

    .section_banners a.banner_caption.style_light:hover .caption_text {
        background: #6fcfb8;
    }

    .section_banners a.banner_caption.style_light:hover h4, .section_banners a.banner_caption.style_light:hover h3 {
        color: white;
    }

    .section_banners .caption_text {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: background 0.4s ease-in-out;
        -moz-transition: background 0.4s ease-in-out;
        transition: background 0.4s ease-in-out;
    }

    .section_banners .position_right {
        justify-content: flex-end;
    }

    .section_banners .position_bottom {
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }

    .section_banners .position_right .caption_text, .section_banners .position_left .caption_text {
        max-width: 50%;
    }

    .section_banners .banner_big_50 .img_placeholder__small {
        padding: 86.843% 0 0 0;
    }

    .section_banners .banner_big_50 .img_placeholder__medium {
        padding: 94.738% 0 0 0;
    }

    .section_banners .banner_big_50 .img_placeholder__large {
        padding: 101.23% 0 0 0;
    }

    .section_banners .banner_big_50 h4 {
        font-size: 14px;
        font-weight: 900;
        text-transform: uppercase;
        color: #6fcfb8;
    }

    .section_banners .banner_big_50 h3 {
        font-size: 36px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .section_banners .banner_big_50 p {
        font-size: 24px;
        font-weight: 300;
    }

    .section_banners .banner_big_50 .btn {
        margin-top: 30px;
    }

    .section_banners .banner_big_50 .allotted_style h4 {
        font-size: 18px;
        display: inline-block;
        padding: 6px 12px;
        background: #333333;
        color: #6fcfb8;
        font-weight: normal;
    }

    .section_banners .banner_big_50 .position_right .caption_text {
        padding-left: 40px;
    }

    .section_banners .banner_big_50 .position_right .caption_text, .section_banners .banner_big_50 .position_left .caption_text {
        padding-top: 8%;
    }

    .section_banners .banner_big_50 .position_right h4, .section_banners .banner_big_50 .position_left h4 {
        margin-bottom: 14px;
        /* letter-spacing: 0.1em;*/
    }

    .section_banners .banner_big_50 .position_right h3, .section_banners .banner_big_50 .position_left h3 {
        margin-bottom: 22px;
    }

    .section_banners .banner_big_50 .position_bottom {
        padding-bottom: 44px;
    }

        .section_banners .banner_big_50 .position_bottom .btn {
            margin-top: 23px;
        }

        .section_banners .banner_big_50 .position_bottom h4 {
            color: #383838;
            font-size: 18px;
            font-weight: normal;
            /*letter-spacing: 0.09em;*/
            margin-bottom: 20px;
        }

    .section_banners .banner_big_75 .img_placeholder__small {
        padding: 56.783% 0 0 0;
    }

    .section_banners .banner_big_75 .img_placeholder__medium {
        padding: 62.07% 0 0 0;
    }

    .section_banners .banner_big_75 .img_placeholder__large {
        padding: 66.322% 0 0 0;
    }

    .section_banners .banner_big_75 h3 {
        font-size: 36px;
        font-weight: 300;
        text-transform: uppercase;
        /*letter-spacing: 0.05em;*/
    }

    .section_banners .banner_big_75 h4 {
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        /*letter-spacing: 0.1em; */
    }

    .section_banners .banner_big_75 p {
        font-size: 14px;
    }

    .section_banners .banner_big_75 .btn {
        margin: 7px 20px;
    }

    .section_banners .banner_big_75 .banner_caption {
        padding: 20px;
    }

    .section_banners .banner_big_75 .banner_item .caption_text {
        padding: 12px 19px;
    }

    .section_banners .banner_big_75 .position_bottom .caption_text {
        text-align: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .section_banners .banner_two_big_50 .img_placeholder__small {
        padding: 40.703% 0 0 0;
    }

    .section_banners .banner_two_big_50 .img_placeholder__medium {
        padding: 44.738% 0 0 0;
    }

    .section_banners .banner_two_big_50 .img_placeholder__large {
        padding: 47.897% 0 0 0;
    }

    .section_banners .banner_two_big_50 h4 {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .section_banners .banner_two_big_50 h3 {
        font-size: 24px;
    }

        .section_banners .banner_two_big_50 h3 strong {
            color: #6fcfb8;
        }

    .section_banners .banner_two_big_50 .position_bottom {
        padding: 10px;
    }

        .section_banners .banner_two_big_50 .position_bottom .caption_text {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-align: left;
            padding: 10px 10px 11px 25px;
        }

        .section_banners .banner_two_big_50 .position_bottom h4 {
            /* letter-spacing: 0.1em;*/
            font-size: 14px;
        }

        .section_banners .banner_two_big_50 .position_bottom h3 {
            /*letter-spacing: 0.1em;*/
            font-size: 18px;
            line-height: 1.15em;
        }

    .section_banners .banner_two_big_50 .position_right, .section_banners .banner_two_big_50 .position_left {
        padding: 15px 45px;
    }

        .section_banners .banner_two_big_50 .position_right .caption_text, .section_banners .banner_two_big_50 .position_left .caption_text {
            padding-top: 7px;
        }

        .section_banners .banner_two_big_50 .position_right h4, .section_banners .banner_two_big_50 .position_left h4 {
            color: #6fcfb8;
            margin-bottom: 5px;
        }

        .section_banners .banner_two_big_50 .position_right h3, .section_banners .banner_two_big_50 .position_left h3 {
            color: #383838;
            font-weight: bold;
        }

            .section_banners .banner_two_big_50 .position_right h3 strong, .section_banners .banner_two_big_50 .position_left h3 strong {
                font-weight: bold;
                color: #6fcfb8;
            }

        .section_banners .banner_two_big_50 .position_right .btn, .section_banners .banner_two_big_50 .position_left .btn {
            margin-top: 29px;
        }

    .section_banners .banner_two_small_25 .img_placeholder__small {
        padding: 85.93% 0 0 0;
    }

    .section_banners .banner_two_small_25 .img_placeholder__medium {
        padding: 94.45% 0 0 0;
    }

    .section_banners .banner_two_small_25 .img_placeholder__large {
        padding: 101.115% 0 0 0;
    }

    .section_banners .banner_two_small_25 .banner_caption {
        justify-content: flex-start;
        align-items: flex-start;
        text-transform: uppercase;
        padding: 30px;
    }

    .section_banners .banner_two_small_25 h4 {
        font-size: 18px;
        font-weight: bold;
        /*letter-spacing: 0.1em;*/
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        perspective: 1000;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

    .section_banners .banner_two_small_25 .bammer_item_1:hover h4, .section_banners .banner_two_small_25 .bammer_item_2:hover h4 {
        color: #6fcfb8;
    }

    .section_banners .banner_one_small_25 .img_placeholder__small {
        padding: 182.965% 0 0 0;
    }

    .section_banners .banner_one_small_25 .img_placeholder__medium {
        padding: 200% 0 0 0;
    }

    .section_banners .banner_one_small_25 .img_placeholder__large {
        padding: 213.705% 0 0 0;
    }

    .section_banners .banner_one_small_25 .banner_caption {
        align-items: flex-end;
        padding: 10px;
    }

    .section_banners .banner_one_small_25 .banner_item .caption_text {
        width: 100%;
        padding: 12px 20px;
    }

    .section_banners .banner_one_small_25 h4 {
        font-size: 14px;
        text-transform: uppercase;
        /*letter-spacing: 0.1em;*/
        font-weight: bold;
    }

    .section_banners .banner_one_small_25 h3 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        /*letter-spacing: 0.1em;*/
        line-height: 1.6em;
    }

    .section_banners .banner_menu h4 {
        background: #333333;
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        font-size: 14px;
        /*letter-spacing: 0.1em;*/
    }

        .section_banners .banner_menu h4 .menu_trigger {
            position: absolute;
            top: 2px;
            right: 0;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            cursor: pointer;
            display: none;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
        }

    .section_banners .banner_menu .banner_menu_item.open .menu_trigger {
        transform: rotate(180deg);
    }

    .section_banners .banner_menu .link_item {
        font-size: 14px;
        line-height: 14px;
    }

    .section_banners .banner_menu.style_rarefied h4 {
        padding: 19px 20px;
    }

    .section_banners .banner_menu.style_rarefied .link_item {
        background: white;
        margin-top: 9px;
        border: 1px solid #f0f0f0;
        padding: 18px 20px;
    }

    .section_banners .banner_menu.style_rarefied.menu_small .link_item {
        margin-top: 11px;
    }

    .section_banners .banner_menu.style_rarefied.menu_large h4 {
        padding: 20px;
    }

    .section_banners .banner_menu.style_rarefied.menu_large .link_item {
        margin-top: 6px;
    }

    .section_banners .banner_menu.style_compact .menu_wrap {
        border: 1px solid #f0f0f0;
    }

    .section_banners .banner_menu.style_compact h4 {
        padding: 13px 33px;
    }

    .section_banners .banner_menu.style_compact ul {
        padding: 15px 24px;
        background: white;
    }

    .section_banners .banner_menu.style_compact .link_item {
        padding: 12px 5px;
        border-bottom: 1px solid #f0f0f0;
        line-height: 1em;
    }

        .section_banners .banner_menu.style_compact .link_item:last-child {
            border-bottom: none;
        }

    .section_banners .banner_menu.style_compact.menu_small ul {
        padding: 12px 24px;
    }

    .section_banners .banner_menu.style_compact.menu_large .link_item {
        padding: 12px 5px 13px;
    }

    .section_banners .banner_menu.style_compact.menu_large ul {
        padding: 10px 24px;
    }

    .section_banners .banner_big_75_3item {
        overflow: hidden;
    }

        .section_banners .banner_big_75_3item .banner_item {
            float: left;
        }

        .section_banners .banner_big_75_3item .caption_header {
            font-size: 36px;
            font-weight: bold;
            color: white;
            line-height: 1em;
        }

        .section_banners .banner_big_75_3item h4 {
            font-size: 18px;
            color: white;
        }

        .section_banners .banner_big_75_3item .banner_item_main {
            margin-bottom: 27px;
            width: 100%;
        }

            .section_banners .banner_big_75_3item .banner_item_main .img_placeholder__small {
                padding: 39.426% 0 0 0;
            }

            .section_banners .banner_big_75_3item .banner_item_main .img_placeholder__medium {
                padding: 41.955% 0 0 0;
            }

            .section_banners .banner_big_75_3item .banner_item_main .img_placeholder__large {
                padding: 43.794% 0 0 0;
            }

            .section_banners .banner_big_75_3item .banner_item_main .banner_caption {
                padding: 15px 59px;
            }

            .section_banners .banner_big_75_3item .banner_item_main .caption_text {
                max-width: 50%;
                text-align: center;
                padding: 20px 40px 10px;
            }

            .section_banners .banner_big_75_3item .banner_item_main .caption_header {
                font-size: 32px;
                font-weight: bold;
                color: #383838;
                margin-bottom: 10px;
            }

                .section_banners .banner_big_75_3item .banner_item_main .caption_header strong {
                    font-weight: bold;
                    color: #6fcfb8;
                    font-size: 36px;
                }

            .section_banners .banner_big_75_3item .banner_item_main h4 {
                font-size: 20px;
                color: #383838;
                /* letter-spacing: 0.09em;*/
            }

            .section_banners .banner_big_75_3item .banner_item_main .btn {
                margin-top: 20px;
            }

            .section_banners .banner_big_75_3item .banner_item_main .timer {
                margin-bottom: 8px;
            }

                .section_banners .banner_big_75_3item .banner_item_main .timer p {
                    display: inline-block;
                    text-align: center;
                }

                .section_banners .banner_big_75_3item .banner_item_main .timer input {
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    border: 2px solid #333333;
                    text-align: center;
                    font-size: 18px;
                    font-weight: bold;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                }

                .section_banners .banner_big_75_3item .banner_item_main .timer span {
                    display: block;
                    text-transform: uppercase;
                    font-size: 9px;
                    font-weight: bold;
                }

        .section_banners .banner_big_75_3item .banner_item_medium {
            width: 68.965%;
        }

            .section_banners .banner_big_75_3item .banner_item_medium .banner_content {
                position: relative;
            }

            .section_banners .banner_big_75_3item .banner_item_medium.left {
                padding-left: 30px;
            }

            .section_banners .banner_big_75_3item .banner_item_medium.right {
                padding-right: 30px;
            }

            .section_banners .banner_big_75_3item .banner_item_medium .img_placeholder__small {
                padding: 21.932% 0 0 0;
            }

            .section_banners .banner_big_75_3item .banner_item_medium .img_placeholder__medium {
                padding: 26.318% 0 0 0;
            }

            .section_banners .banner_big_75_3item .banner_item_medium .img_placeholder__large {
                padding: 29.827% 0 0 0;
            }

            .section_banners .banner_big_75_3item .banner_item_medium .caption_text {
                max-width: none;
                padding: 0 25px;
            }

                .section_banners .banner_big_75_3item .banner_item_medium .caption_text:hover .caption_header, .section_banners .banner_big_75_3item .banner_item_medium .caption_text:hover h4 {
                    color: #6fcfb8;
                }

            .section_banners .banner_big_75_3item .banner_item_medium .caption_header {
                text-transform: uppercase;
                /*letter-spacing: 0.1em;*/
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                -ms-perspective: 1000;
                perspective: 1000;
                -webkit-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: color 0.3s ease-in-out;
                -moz-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out;
            }

            .section_banners .banner_big_75_3item .banner_item_medium h4 {
                text-transform: uppercase;
                /*letter-spacing: 0.09em;*/
                margin-top: 10px;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                -ms-perspective: 1000;
                perspective: 1000;
                -webkit-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: color 0.3s ease-in-out;
                -moz-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out;
            }

        .section_banners .banner_big_75_3item .banner_item_small {
            width: 31.035%;
            background: #333333;
            text-align: center;
        }

            .section_banners .banner_big_75_3item .banner_item_small .img_placeholder__wrap {
                background: transparent;
            }

            .section_banners .banner_big_75_3item .banner_item_small .img_placeholder__small {
                padding: 46.3% 0 0 0;
            }

            .section_banners .banner_big_75_3item .banner_item_small .img_placeholder__medium {
                padding: 55.56% 0 0 0;
            }

            .section_banners .banner_big_75_3item .banner_item_small .img_placeholder__large {
                padding: 62.965% 0 0 0;
            }

            .section_banners .banner_big_75_3item .banner_item_small .banner_caption {
                justify-content: center;
                padding: 10px 15px;
            }

            .section_banners .banner_big_75_3item .banner_item_small .caption_text {
                max-width: none;
            }

                .section_banners .banner_big_75_3item .banner_item_small .caption_text:hover .caption_header, .section_banners .banner_big_75_3item .banner_item_small .caption_text:hover h4 {
                    color: #6fcfb8;
                }

            .section_banners .banner_big_75_3item .banner_item_small .caption_header {
                line-height: 1.2em;
                text-transform: uppercase;
                /*letter-spacing: 0.1em;*/
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                -ms-perspective: 1000;
                perspective: 1000;
                -webkit-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: color 0.3s ease-in-out;
                -moz-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out;
            }

            .section_banners .banner_big_75_3item .banner_item_small h4 {
                margin-top: 10px;
                text-transform: uppercase;
                /*letter-spacing: 0.1em;*/
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                -ms-perspective: 1000;
                perspective: 1000;
                -webkit-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: color 0.3s ease-in-out;
                -moz-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out;
            }

    .section_banners .btn {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 19px;
    }

    .section_banners .bammer_item_1 {
        margin-bottom: 30px;
    }

    .section_divider .tablet_show {
        display: none;
    }

    .section_products-column .product_info {
        margin-left: 138px;
        max-width: 150px;
    }

    .section_products-column .item_collection h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        /*letter-spacing: 0.1em;*/
        position: relative;
    }

    .section_products-column .item_collection .column_trigger {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        display: none;
    }

        .section_products-column .item_collection .column_trigger.active {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .section_products-column .item_collection .product_img {
        float: left;
        background: white;
    }

    .section_products-column .item_collection .product {
        margin-top: 26px;
        overflow: hidden;
    }

    .section_products-column .item_collection .product_price {
        margin-top: 8px;
    }

    .section_products-column .item_collection .product_links {
        margin-top: 8px;
    }

        .section_products-column .item_collection .product_links i {
            margin-right: 7px;
        }

        .section_products-column .item_collection .product_links .btn-cart {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: color 0.4s ease-in-out;
            -moz-transition: color 0.4s ease-in-out;
            transition: color 0.4s ease-in-out;
        }

            .section_products-column .item_collection .product_links .btn-cart:hover {
                color: #6fcfb8;
            }

        .section_products-column .item_collection .product_links .btn-cart, .section_products-column .item_collection .product_links .btn_product {
            font-weight: normal;
        }

    .section_products-column .item_countdown_banner .item_wrap {
        position: relative;
    }

    .section_products-column .item_countdown_banner .img_placeholder__wrap {
        background-size: cover;
    }

    .section_products-column .item_countdown_banner .banner_image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .section_products-column .item_countdown_banner.col-xs-8 .item_wrap {
        padding: 58.835% 0 0 0;
    }

    .section_products-column .item_countdown_banner.col-xs-9 .item_wrap {
        padding: 52.07% 0 0 0;
    }

    .section_products-column .item_countdown_banner .banner_caption {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 25px 40px;
        display: flex;
        align-items: center;
    }

        .section_products-column .item_countdown_banner .banner_caption.align_center {
            justify-content: center;
        }

        .section_products-column .item_countdown_banner .banner_caption.align_left {
            justify-content: flex-start;
        }

        .section_products-column .item_countdown_banner .banner_caption.align_right {
            justify-content: flex-end;
        }

        .section_products-column .item_countdown_banner .banner_caption.text_align_center {
            text-align: center;
        }

        .section_products-column .item_countdown_banner .banner_caption.inverted {
            color: white;
        }

            .section_products-column .item_countdown_banner .banner_caption.inverted .timer input {
                color: white;
            }

        .section_products-column .item_countdown_banner .banner_caption .banner_text {
            padding: 42px 18%;
        }

            .section_products-column .item_countdown_banner .banner_caption .banner_text.dark_bg {
                background: rgba(0, 0, 0, 0.5);
            }

            .section_products-column .item_countdown_banner .banner_caption .banner_text.light_bg {
                background: rgba(255, 255, 255, 0.5);
            }

        .section_products-column .item_countdown_banner .banner_caption .timer {
            margin-bottom: 3px;
        }

            .section_products-column .item_countdown_banner .banner_caption .timer p {
                display: inline-block;
                text-align: center;
            }

            .section_products-column .item_countdown_banner .banner_caption .timer input {
                width: 50px;
                height: 50px;
                line-height: 50px;
                border: 2px solid #6fcfb8;
                text-align: center;
                font-size: 18px;
                font-weight: bold;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

            .section_products-column .item_countdown_banner .banner_caption .timer span {
                display: block;
                text-transform: uppercase;
                font-size: 9px;
                font-weight: bold;
            }

        .section_products-column .item_countdown_banner .banner_caption .banner_title {
            text-transform: uppercase;
            font-size: 32px;
            font-weight: bold;
            line-height: 1.2em;
        }

            .section_products-column .item_countdown_banner .banner_caption .banner_title strong {
                font-weight: bold;
                color: #6fcfb8;
            }

        .section_products-column .item_countdown_banner .banner_caption .btn {
            margin-top: 15px;
            font-size: 18px;
            padding: 10px 19px;
        }

    .section_template__collection .collection_img__inline .img_wrapper__small {
        padding: 25.633% 0 0 0;
        background-size: cover;
    }

    .section_template__collection .collection_img__inline .img_wrapper__medium {
        padding: 38.506% 0 0 0;
        background-size: cover;
    }

    .section_template__collection .collection_img__inline .img_wrapper__large {
        padding: 51.265% 0 0 0;
        background-size: cover;
    }

    .section_template__collection .collection_img__inline .layer_1 {
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .section_template__collection .collection_img__inline .flex_row {
        margin: 0 -15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section_template__collection .collection_img__inline .flex_item__text {
        padding: 0 15px;
        margin-top: 30px;
        text-transform: uppercase;
    }

    .section_template__collection .collection_img__overlay {
        overflow: hidden;
        position: relative;
    }

        .section_template__collection .collection_img__overlay .img_wrapper__small {
            padding: 25.633% 0 0 0;
            background-size: cover;
        }

        .section_template__collection .collection_img__overlay .img_wrapper__medium {
            padding: 38.506% 0 0 0;
            background-size: cover;
        }

        .section_template__collection .collection_img__overlay .img_wrapper__large {
            padding: 51.265% 0 0 0;
            background-size: cover;
        }

        .section_template__collection .collection_img__overlay .layer_1 {
            background-repeat: no-repeat;
            -webkit-background-size: 100% auto;
            background-size: 100% auto;
        }

        .section_template__collection .collection_img__overlay .img_top {
            background-position: 0 0;
        }

        .section_template__collection .collection_img__overlay .img_center {
            background-position: 0 50%;
        }

        .section_template__collection .collection_img__overlay .img_bottom {
            background-position: 0 100%;
        }

        .section_template__collection .collection_img__overlay .layer_2 {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 10;
            display: flex;
            justify-content: center;
            align-items: center;
            -ms-flex-direction: column;
        }

            .section_template__collection .collection_img__overlay .layer_2 h1 {
                margin: 0;
                padding: 0;
                border: none;
                color: white;
                text-transform: uppercase;
                font-size: 30px;
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
            }

    .section_template__collection .collection_desc {
        margin: 30px 0 0 0;
    }

    .section_template__collection .product_options {
        margin: 30px 0 0 0;
        padding: 0 10px 10px 10px;
        border: 1px solid rgba(240, 240, 240, 0.5);
    }

        .section_template__collection .product_options .product_view {
            float: left;
            padding: 10px 0 0 0;
            font-size: 0;
            line-height: 0;
        }

            .section_template__collection .product_options .product_view li {
                width: 34px;
                height: 34px;
                display: inline-block;
                margin: 0 10px 0 0;
                font-size: 18px;
                line-height: 35px;
                color: #bdbdbd;
                text-align: center;
                cursor: pointer;
            }

                .section_template__collection .product_options .product_view li.active {
                    background: #bdbdbd;
                    color: white;
                    cursor: default;
                }

        .section_template__collection .product_options label {
            line-height: 34px;
        }

        .section_template__collection .product_options select {
            width: auto;
            display: inline-block;
            vertical-align: top;
        }

        .section_template__collection .product_options .product_options__sort {
            float: left;
            margin: 10px 0 0 10px;
        }

        .section_template__collection .product_options .product_options__number {
            float: right;
            margin: 10px 0 0 10px;
        }

        .section_template__collection .product_options .product_count {
            float: right;
            margin: 15px 10px 0 0;
        }

    .section_template__collection .load_more_wrap {
        padding: 40px 0;
        text-align: center;
    }

    .section_template__collection .pagination {
        border: 1px solid rgba(240, 240, 240, 0.5);
    }

    .section_template__collection #page_navigation {
        padding-top: 60px;
    }

        .section_template__collection #page_navigation .page_navigation_arrow {
            font-size: 20px;
            display: inline-block;
            vertical-align: baseline;
            margin: 0 3px;
            cursor: pointer;
            width: 20px;
            height: 20px;
            line-height: 20px;
        }

            .section_template__collection #page_navigation .page_navigation_arrow:hover {
                color: #333333;
            }

        .section_template__collection #page_navigation .hidden {
            display: none;
        }

        .section_template__collection #page_navigation #page_navigation_current {
            width: 30px;
            height: 30px;
            font-size: 22px;
            font-weight: bold;
            color: #6fcfb8;
            display: inline-block;
            vertical-align: baseline;
        }

    .section_template__product {
        margin: 0;
    }

    .widget_related_products {
        margin-top: 60px;
        background: white;
        padding: 38px 30px 40px;
    }

        .widget_related_products h3 {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
            /*letter-spacing: 0.1em;*/
        }

    .article_item .article_info {
        font-size: 0;
        line-height: 0;
    }

        .article_item .article_info span {
            display: inline-block;
            font-size: 12px;
            line-height: 1.5em;
        }

            .article_item .article_info span ~ span {
                margin: 0 0 0 10px;
                padding: 0 0 0 10px;
                border-left: 1px solid #f0f0f0;
            }

    .article_item .article_tags {
        font-size: 0;
        line-height: 0;
    }

        .article_item .article_tags a {
            display: inline-block;
            margin: 15px 15px 0 0;
            font-size: 12px;
            line-height: 1.5em;
        }

            .article_item .article_tags a:before {
                content: '\f02b';
                margin: 0 4px 0 0;
                font: 12px 'FontAwesome';
            }

    .blog_listing__main .row {
        display: flex;
        flex-wrap: wrap;
    }

    .blog_listing__main .col-md-4 {
        display: flex;
    }

    .blog_listing__main .article_item {
        width: 100%;
    }

    .section_template__blog .page_heading {
        padding-right: 30px;
        position: relative;
    }

        .section_template__blog .page_heading a {
            vertical-align: top;
            margin: -12px 0 0 0;
            font-size: 21px;
            line-height: 1em;
            color: rgba(0, 0, 0, 0.3);
            position: absolute;
            right: 0;
            top: 50%;
        }

            .section_template__blog .page_heading a:hover {
                color: black;
            }

    .section_template__blog article {
        overflow: hidden;
        margin: 0 0 30px 0;
        padding: 30px;
        background: white;
    }

        .section_template__blog article .article_info {
            text-transform: uppercase;
            margin-top: 8px;
        }

            .section_template__blog article .article_info .article_comments {
                border-left: none;
                margin-left: 0;
                margin-top: 10px;
                color: #6fcfb8;
            }

            .section_template__blog article .article_info span {
                font-size: 14px;
                font-weight: bold;
                /*letter-spacing: 0.1em;*/
                margin-top: 10px;
            }

        .section_template__blog article .article_title {
            padding: 15px 0 0 0;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.6em;
        }

            .section_template__blog article .article_title a {
                font-size: inherit;
                color: black;
            }

                .section_template__blog article .article_title a:hover {
                    color: rgba(0, 0, 0, 0.5);
                }

        .section_template__blog article .article_content {
            padding: 4px 0 0 0;
            line-height: 1.8em;
            color: black;
        }

        .section_template__blog article .article_content_big {
            display: none;
            line-height: 1.8em;
            color: black;
        }

        .section_template__blog article .article_btn {
            margin: 20px 0 0 0;
            display: none;
        }

    .section_template__blog .flexible_block__normal .no_img {
        display: none;
    }

    .section_template__blog .flexible_block__normal .layer_1 {
        margin: 0 0 14px 0;
    }

    .section_template__blog .flexible_block__overlay .layer_2 {
        padding: 15px;
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        background: rgba(0, 0, 0, 0.3);
    }

    .section_template__blog .flexible_block__overlay .article_content,
    .section_template__blog .flexible_block__overlay .article_tags {
        display: none;
    }

    .section_template__blog .flexible_block__overlay .article_info span,
    .section_template__blog .flexible_block__overlay .article_title a {
        color: white;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    }

    .section_template__blog .flexible_block__overlay .article_title a {
        color: white;
    }

        .section_template__blog .flexible_block__overlay .article_title a:hover {
            color: white;
        }

    .section_template__blog .flexible_block__overlay.article_item span {
        margin-top: 3px;
    }

    .section_template__blog .flexible_block__overlay.article_item .article_info, .section_template__blog .flexible_block__overlay.article_item .article_comments {
        display: block;
        padding-left: 0;
    }

    .section_template__blog .flexible_block__overlay:hover .layer_2 {
        background: rgba(0, 0, 0, 0.1);
    }

    .section_template__blog .layer_1 {
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .section_template__blog .img_align__top {
        background-position: 0 0;
    }

    .section_template__blog .img_align__center {
        background-position: 0 50%;
    }

    .section_template__blog .img_align__bottom {
        background-position: 0 100%;
    }

    .section_template__blog .blog_listing__list .row {
        margin: 0;
    }

    .section_template__blog .blog_listing__list .col-sm-6 {
        width: 100%;
        float: none;
        padding: 0;
    }

    .section_template__blog .blog_listing__list .article_item.flexible_block__normal .layer_1 {
        width: 290px;
        float: left;
        margin-bottom: 0;
    }

    .section_template__blog .blog_listing__list .article_item.flexible_block__normal .layer_2 {
        padding-left: 315px;
    }

    .section_template__blog .blog_listing__list .article_item.flexible_block__normal .article_content_big {
        display: block;
    }

    .section_template__blog .blog_listing__list .article_item.flexible_block__overlay .article_title {
        font-size: 20px;
    }

    .section_template__blog .blog_listing__list .article_item.flexible_block__overlay .article_btn {
        display: none;
    }

    .section_template__blog .blog_listing__list .img_wrapper__small {
        padding: 17.777777% 0 0 0;
    }

    .section_template__blog .blog_listing__list .img_wrapper__medium,
    .section_template__blog .blog_listing__list .img_wrapper__master {
        padding: 31.623931% 0 0 0;
    }

    .section_template__blog .blog_listing__list .img_wrapper__large {
        padding: 42.136752% 0 0 0;
    }

    .section_template__blog .blog_listing__list .article_title {
        padding-top: 0;
        margin-top: -6px;
    }

    .section_template__blog .blog_listing__list .article_content {
        display: none;
    }

    .section_template__blog .blog_listing__list .article_info {
        margin-top: 3px;
    }

    .section_template__blog .blog_listing__list .article_btn {
        display: inline-block;
        margin-top: 15px;
        font-size: 18px;
        padding: 8px 25px;
    }

    .section_template__blog .blog_listing__grid .item_3_1 {
        clear: left;
    }

    .section_template__blog .blog_listing__grid .article_info {
        display: flex;
        justify-content: space-between;
    }

    .section_template__blog .blog_listing__grid .img_wrapper__small {
        padding: 56.25% 0 0 0;
    }

    .section_template__blog .blog_listing__grid .img_wrapper__medium {
        padding: 109.035% 0 0 0;
    }

    .section_template__blog .blog_listing__grid .img_wrapper__master {
        padding: 100% 0 0 0;
    }

    .section_template__blog .blog_listing__grid .img_wrapper__large {
        padding: 133.333333% 0 0 0;
    }

    .section_template__blog .blog_listing__grid .article_title {
        font-size: 14px;
    }

    .section_template__article article {
        overflow: hidden;
    }

    .section_template__article .layer_1 {
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .section_template__article .img_wrapper__small {
        padding: 17.777777% 0 0 0;
    }

    .section_template__article .img_wrapper__medium,
    .section_template__article .img_wrapper__master {
        padding: 31.623931% 0 0 0;
    }

    .section_template__article .img_wrapper__large {
        padding: 42.136752% 0 0 0;
    }

    .section_template__article .img_align__top {
        background-position: 0 0;
    }

    .section_template__article .img_align__center {
        background-position: 0 50%;
    }

    .section_template__article .img_align__bottom {
        background-position: 0 100%;
    }

    .section_template__article .article_info {
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .section_template__article .flexible_block__overlay .layer_2 {
        padding: 30px;
    }

    .section_template__article .flexible_block__overlay h1 {
        color: white;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    }

    .section_template__article .flexible_block__normal h1 {
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .section_template__article .article_content {
        margin: 15px 0 0 0;
    }

    .article_pagination {
        overflow: hidden;
    }

    .article_pagination__prev {
        float: left;
        margin: 30px 15px 0 0;
    }

    .article_pagination__next {
        float: right;
        margin: 30px 0 0 15px;
    }

    .article_comments__list {
        margin: 30px 0 0 0;
    }

        .article_comments__list li {
            margin: 15px 0 0 0;
            padding: 15px;
            background: rgba(0, 0, 0, 0.04);
        }

        .article_comments__list .comment_author {
            overflow: hidden;
            font-size: 12px;
            line-height: 1em;
        }

            .article_comments__list .comment_author .comment_date {
                float: right;
            }

        .article_comments__list .comment_content {
            padding: 10px 0 0 0;
        }

    .article_comments__form {
        margin: 30px 0 0 0;
    }

        .article_comments__form .row {
            padding-bottom: 2px;
        }

    .template_customer {
        min-height: 500px;
    }

        .template_customer .page_heading {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
        }

            .template_customer .page_heading a {
                font-size: 12px;
                line-height: 1em;
                text-transform: uppercase;
            }

    .account_section {
        overflow: hidden;
        margin: 30px 0 0 0;
        padding: 30px;
        border: 1px solid #f0f0f0;
        border-top: 2px solid black;
    }

        .account_section h4 a {
            float: right;
            margin: 0 0 0 15px;
            font-size: 12px;
            text-transform: uppercase;
        }

            .account_section h4 a:before {
                margin: 0 4px 0 0;
                font: 14px 'FontAwesome';
            }

        .account_section .link_add:before {
            content: '\f067';
        }

        .account_section .link_close:before {
            content: '\f00d';
        }

        .account_section .link_delete:before {
            content: '\f1f8';
        }

        .account_section .link_edit:before {
            content: '\f040';
        }

        .account_section .note {
            padding: 15px 0 0 0;
            font-size: 16px;
        }

        .account_section .btn {
            margin-right: 10px;
        }

    .account_section__hidden {
        display: none;
    }

    .account_section__wrapper {
        margin: 0 -15px;
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

        .account_section__wrapper .account_section {
            width: 50%;
            float: left;
            margin-left: 15px;
            margin-right: 15px;
        }

    .account_section__welcome ul {
        padding: 10px 0 0 0;
    }

    .account_section__welcome li {
        padding: 5px 0 0 0;
    }

        .account_section__welcome li:before {
            content: '\f00c';
            margin: 0 4px 0 0;
            font: 14px 'FontAwesome';
            color: black;
        }

    .account_section__welcome .btn {
        margin: 20px 0 0 0;
    }

    .template_customer__account h2 {
        margin: 30px 0 0 0;
        font-size: 17px;
    }

    .account_table {
        width: 100%;
        margin: 15px 0 0 0;
    }

        .account_table .row_header {
            font-weight: bold;
            color: black;
        }

        .account_table .row_border {
            border-color: black;
        }

        .account_table .row_total {
            border-color: black;
            font-weight: bold;
            color: black;
        }

        .account_table tr ~ tr {
            border-top: 1px solid #f0f0f0;
        }

        .account_table td {
            padding: 4px 0;
        }

        .account_table .cell_right {
            text-align: right;
        }

        .account_table .money {
            font-size: inherit;
        }

    .address_item {
        margin: 16px 0 0 0;
        font-size: 0;
    }

        .address_item i {
            width: 26px;
            height: 26px;
            display: inline-block;
            margin: 0 5px 0 0;
            border: 1px solid #f0f0f0;
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .address_item span {
            font-size: 14px;
        }

            .address_item span ~ span:before {
                content: ', ';
            }

    .address_item__none {
        margin: 20px 0 0 0;
        font-size: 14px;
    }

    .address_item__edit {
        font-size: 14px;
    }

    .template_search {
        min-height: 500px;
    }

        .template_search .search_form {
            margin: 30px 0 0 0;
            position: relative;
        }

            .template_search .search_form input {
                width: 100%;
                height: 40px;
                padding-right: 40px;
                font-size: 16px;
            }

            .template_search .search_form button {
                width: 40px;
                height: 40px;
                font-size: 22px;
                line-height: 40px;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
            }

                .template_search .search_form button:hover {
                    color: #6fcfb8;
                }

        .template_search .button_filters {
            margin: 0;
        }

        .template_search .search_types {
            font-size: 0;
            line-height: 0;
        }

            .template_search .search_types li {
                display: inline-block;
                margin: 15px 15px 0 0;
            }

            .template_search .search_types .btn {
                font-size: 16px;
            }

        .template_search .search_results {
            padding: 30px 0 0 0;
        }

            .template_search .search_results li {
                overflow: hidden;
                padding: 30px 0 0 0;
                border-top: 1px solid #f0f0f0;
            }

                .template_search .search_results li ~ li {
                    margin: 30px 0 0 0;
                }

            .template_search .search_results .search_results__img {
                width: 200px;
                height: 200px;
                display: block;
                float: left;
            }

            .template_search .search_results .search_results__name {
                margin: 0 0 0 230px;
                font-size: 18px;
            }

            .template_search .search_results .search_results__desc {
                margin: 0 0 0 230px;
                padding: 10px 0 0 0;
            }

            .template_search .search_results .search_results__price {
                margin: 0 0 0 230px;
                padding: 10px 0 0 0;
            }

    .template_cart {
        min-height: 400px;
    }

        .template_cart .cart_items {
            border: none;
        }

            .template_cart .cart_items tr {
                border-bottom: 1px solid #f0f0f0;
            }

            .template_cart .cart_items thead tr {
                border-bottom: 2px solid #f0f0f0;
            }

            .template_cart .cart_items th {
                padding: 10px 15px;
                border: none;
                color: black;
            }

            .template_cart .cart_items td {
                vertical-align: middle;
                padding: 15px;
                border: none;
            }

            .template_cart .cart_items .column_product {
                padding-left: 0;
            }

            .template_cart .cart_items .column_product_img {
                width: 200px;
                padding-left: 0;
                padding-right: 0;
            }

            .template_cart .cart_items .column_price,
            .template_cart .cart_items .column_total {
                padding-right: 0;
                text-align: right;
            }

            .template_cart .cart_items .column_quantity {
                text-align: center;
            }

            .template_cart .cart_items .cart_item__name {
                padding: 0 0 10px 0;
            }

            .template_cart .cart_items .cart_item__variant {
                padding: 0 0 10px 0;
            }

                .template_cart .cart_items .cart_item__variant span ~ span:before {
                    content: '/';
                    margin: 0 10px;
                }

            .template_cart .cart_items .cart_item__details {
                padding: 0 0 15px 0;
            }

            .template_cart .cart_items .quantity_box {
                width: 100px;
                height: auto;
                margin: 0 auto;
                padding: 32px 0 0 0;
            }

                .template_cart .cart_items .quantity_box input {
                    width: 33px;
                    height: 30px;
                    left: 28px;
                    background: transparent;
                }

                .template_cart .cart_items .quantity_box span {
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    top: 0;
                }

                .template_cart .cart_items .quantity_box .quantity_down {
                    left: 0;
                    right: auto;
                }

                .template_cart .cart_items .quantity_box .quantity_up {
                    left: auto;
                    right: 0;
                }

                .template_cart .cart_items .quantity_box .btn {
                    width: 100px;
                    height: 30px;
                    padding: 0;
                    font-size: 12px;
                    line-height: 1em;
                    margin-top: 5px;
                }

            .template_cart .cart_items tfoot td {
                padding-left: 0;
                padding-right: 0;
            }

            .template_cart .cart_items tfoot .cart_total {
                font-size: 18px;
            }

                .template_cart .cart_items tfoot .cart_total span {
                    float: right;
                    font-size: inherit;
                }

            .template_cart .cart_items tfoot .btn {
                float: left;
            }

            .template_cart .cart_items tfoot .btn_alt {
                float: right;
            }

        .template_cart #cart_note {
            width: 100% !important;
            max-width: 100% !important;
        }

    .shopify-challenge__container {
        min-height: 500px;
        padding-top: 30px;
    }

    .template_contact {
        min-height: 500px;
    }

        .template_contact .section_map {
            margin: 0;
        }

            .template_contact .section_map .wrap_2 {
                width: 35%;
            }

            .template_contact .section_map .map_wrapper__large {
                padding: 35.898% 0 0 0;
            }

        .template_contact .container {
            margin-bottom: 30px;
        }

        .template_contact .rte {
            margin: 15px 0 0 0;
        }

        .template_contact form .row {
            padding-bottom: 5px;
        }

        .template_contact .contact_item {
            background: white;
            padding: 30px 15px 10px;
        }

        .template_contact .item_address h3 {
            margin-bottom: 9px;
        }

        .template_contact .item_title {
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            /*letter-spacing: 0.1em;*/
            padding: 0 16px;
        }

        .template_contact .contact_element {
            padding: 27px 0 26px 70px;
            border-bottom: 1px solid rgba(240, 240, 240, 0.5);
            position: relative;
        }

            .template_contact .contact_element svg {
                fill: #6fcfb8;
                position: absolute;
                top: 27px;
                left: 20px;
            }

            .template_contact .contact_element h4 {
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
                margin-bottom: 6px;
            }

            .template_contact .contact_element p {
                color: black;
            }

        .template_contact .contact_email {
            border-bottom: none;
        }

        .template_contact .section_template__contact {
            margin-top: 30px;
        }

        .template_contact .item_form .contact-form {
            padding: 0 16px 5px;
            margin-top: 37px;
        }

        .template_contact .item_form input {
            height: 47px;
            padding-left: 20px;
            padding-right: 20px;
        }

        .template_contact .item_form textarea {
            padding: 15px 20px;
            height: 122px;
        }

        .template_contact .item_form .form-group {
            margin-top: 12px;
        }

        .template_contact .item_form .btn {
            margin-top: 18px;
            padding: 10px 17px;
            font-size: 18px;
            /*letter-spacing: -0.06em;*/
            margin-bottom: 31px;
        }

        .template_contact .item_follow {
            padding-bottom: 24px;
        }

            .template_contact .item_follow .item_title {
                padding: 0 13px;
                margin-bottom: 7px;
            }

            .template_contact .item_follow li {
                padding: 22px 0 23px 16px;
                border-bottom: 1px solid rgba(240, 240, 240, 0.5);
            }

                .template_contact .item_follow li:last-child {
                    border-bottom: none;
                }

            .template_contact .item_follow h4 {
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
                display: inline-block;
            }

            .template_contact .item_follow i {
                color: #6fcfb8;
                font-size: 24px;
                margin-right: 30px;
            }

    .template_404 .page_container {
        min-height: 80vh;
        background: url(404_bg.jpg) center center;
        background-size: cover;
    }

        .template_404 .page_container .container {
            padding-top: 9%;
        }

    .template_404 h1 {
        font-size: 64px;
        line-height: 1em;
        font-weight: bold;
        color: #6fcfb8;
        margin-left: 46%;
        margin-bottom: 10px;
    }

    .template_404 h2 {
        margin: 0;
        font-size: 64px;
        line-height: 1em;
        margin-left: 46%;
        font-weight: bold;
    }

    .template_404 h3 {
        margin: 24px 0 0 0;
        font-size: 14px;
        margin-left: 46%;
        font-weight: bold;
        text-transform: uppercase;
        /*letter-spacing: 0.1em;*/
        max-width: 450px;
        line-height: 1.8em;
    }

    .template_404 .page_search {
        margin-left: 46%;
        margin-top: 32px;
    }

        .template_404 .page_search .search_item {
            display: flex;
        }

        .template_404 .page_search input {
            height: 41px;
            width: 271px;
        }

        .template_404 .page_search .btn {
            padding: 6px 40px;
        }

    .template_404 a {
        text-decoration: underline;
    }

        .template_404 a:hover {
            text-decoration: none;
        }

    .template_404 .page_footer {
        padding: 20px 0;
        text-align: center;
    }

    .section_template__about .block_title {
        margin: 35px 0 0 0;
        padding: 0 0 7px 0;
        border-bottom: 1px solid #f0f0f0;
        font-size: 22px;
    }

    .section_template__about .item {
        margin: 30px 0 0 0;
    }

    .section_template__about .page_content__icons .item_icon {
        text-align: center;
    }

        .section_template__about .page_content__icons .item_icon i {
            width: 130px;
            height: 130px;
            border: 3px solid black;
            font-size: 54px;
            line-height: 123px;
            color: black;
            cursor: default;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    .section_template__about .page_content__icons .item_title {
        margin: 20px 0 0 0;
        font-size: 18px;
        text-align: center;
    }

    .section_template__about .page_content__icons .item_text {
        margin: 15px 0 0 0;
        text-align: center;
    }

    .section_template__about .page_content__photos .item_title {
        margin: 20px 0 0 0;
        font-size: 18px;
    }

    .section_template__about .page_content__photos .item_text {
        margin: 15px 0 0 0;
    }

    .section_template__about .page_content__testimonials .rte {
        margin: 30px 0 0 0;
    }

    .section_template__about .page_content__testimonials blockquote {
        margin: 0;
    }

        .section_template__about .page_content__testimonials blockquote b {
            color: black;
        }

    .wishlist_page .product {
        padding-bottom: 30px;
    }

    .wishlist_page .product_wishlist {
        margin-top: 30px;
    }

    .wishlist_page .product_links form {
        display: inline-block;
    }

    .wishlist_page .item_3_1 {
        clear: left;
    }

    .wishlist_page .product_name {
        /*font-family: Roboto;*/
        font-size: 16px;
        margin: 10px 0;
    }

    .wishlist_page .product_desc {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .wishlist_page .product_price {
        margin-bottom: 10px;
    }

    .wishlist_page .product_listing_main .item_4_1 {
        clear: left;
    }

    .section_template__privacy .page_content__text {
        margin: 40px 0 0 0;
    }

    .section_template__privacy .contact_email {
        margin: 40px 0 0 0;
    }

    .section_template__password .page_password_wrap {
        width: 100%;
        min-height: 100vh;
        text-align: center;
        padding: 60px 0;
    }

    .section_template__password .logo_block {
        display: inline-block;
        margin-bottom: 20px;
    }

    .section_template__password .message_block h2 {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .section_template__password .message_block h4 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .section_template__password .password_form label {
        margin-bottom: 5px;
    }

    .section_template__password .password_form input {
        width: 150px;
        margin: 0 auto;
    }

    .section_template__password .password_form button {
        margin: 15px 0;
    }

        .section_template__password .password_form button:hover {
            background: black;
            border-color: black;
            color: white;
        }

    .section_template__password .newslatter_form {
        width: 300px;
        margin: 0 auto;
    }

        .section_template__password .newslatter_form input {
            height: 40px;
            margin: 15px auto;
        }

        .section_template__password .newslatter_form p {
            text-transform: uppercase;
            font-weight: bold;
            color: black;
        }

        .section_template__password .newslatter_form .newsletter_btn:hover {
            background: black;
            border-color: black;
            color: white;
        }

    .section_template__password .timer_counter {
        margin: 20px 0 40px;
    }

        .section_template__password .timer_counter input {
            color: black !important;
            font-size: 30px !important;
        }

        .section_template__password .timer_counter #timer_countdown > div {
            position: relative;
            margin: 0 10px;
        }

        .section_template__password .timer_counter .countdown_caption {
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            text-transform: uppercase;
            color: black;
        }

    .section_template__password .social_memu {
        margin: 30px 0;
    }

        .section_template__password .social_memu li {
            display: inline-block;
            font-size: 22px;
            margin: 0 10px;
        }

    .section_template__faq .tab_title {
        padding: 12px 15px;
        background: #6fcfb8;
        text-transform: uppercase;
        color: white;
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 15px;
        font-weight: bold;
    }

    .section_template__faq .tab_content {
        padding: 0 15px;
        background: white;
        margin-bottom: 30px;
    }

    .section_template__faq .tab_element {
        padding: 20px 0;
        border-bottom: 1px solid #f0f0f0;
    }

        .section_template__faq .tab_element:last-child {
            border-bottom: none;
        }

    .section_template__faq .element_title {
        font-size: 14px;
        font-weight: bold;
        position: relative;
        padding-left: 25px;
    }

        .section_template__faq .element_title i {
            position: absolute;
            left: 0;
            top: 0;
            color: #6fcfb8;
        }

        .section_template__faq .element_title .la-minus-circle {
            display: none;
        }

        .section_template__faq .element_title.active .la-plus-circle {
            display: none;
        }

        .section_template__faq .element_title.active .la-minus-circle {
            display: block;
        }

    .section_template__faq .element_text {
        padding: 10px 0 10px 30px;
    }

    .section_template__services .services_wrap {
        overflow: hidden;
        background: white;
        padding: 29px 60px 48px;
    }

        .section_template__services .services_wrap .page_heading {
            margin-bottom: 20px;
        }

    .section_template__services .service_item {
        padding-left: 40px;
        padding-right: 40px;
    }

        .section_template__services .service_item svg {
            fill: #6fcfb8;
            margin-bottom: 24px;
        }

        .section_template__services .service_item h3 {
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 4px;
        }

        .section_template__services .service_item .service_text {
            line-height: 1.8em;
            color: #383838;
        }

    .section_template__services .delivery_item {
        margin-top: 30px;
        padding: 30px 100px 50px;
        background: white;
    }

        .section_template__services .delivery_item .page_heading {
            margin-bottom: 16px;
        }

        .section_template__services .delivery_item .delivery_item_content {
            display: flex;
            width: 100%;
        }

        .section_template__services .delivery_item .item_image {
            position: relative;
            width: 48.5%;
            margin-top: 9px;
        }

        .section_template__services .delivery_item .img_placeholder {
            position: relative;
        }

        .section_template__services .delivery_item .item_text {
            width: 51.5%;
            padding-left: 25px;
        }

            .section_template__services .delivery_item .item_text .text_content {
                line-height: 1.8em;
                color: #383838;
            }

                .section_template__services .delivery_item .item_text .text_content strong {
                    text-transform: uppercase;
                }

            .section_template__services .delivery_item .item_text .note_text {
                color: #6fcfb8;
                padding: 10px 0 10px 53px;
                position: relative;
                font-style: italic;
                line-height: 1.8em;
                margin-top: 6px;
            }

                .section_template__services .delivery_item .item_text .note_text svg {
                    position: absolute;
                    top: 13px;
                    left: 0;
                    fill: #6fcfb8;
                }

    .sidebar_widget .widget_header {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        /*letter-spacing: 0.1em;*/
        text-transform: uppercase;
        color: #bdbdbd;
    }

    .sidebar_widget .widget_content {
        margin: 15px 0 0 0;
    }

    .sidebar_widget ~ .sidebar_widget {
        margin: 30px 0 0 0;
    }

    .product_tags span:before {
        content: '\f02b';
        margin: 0 3px 0 7px;
        font: 13px 'FontAwesome';
    }

    .sidebar_widget__collections {
        background: white;
        padding: 28px;
    }

    .sidebar_widget__types {
        background: white;
        padding: 28px;
    }

    .sidebar_widget__vendors {
        background: white;
        padding: 28px;
    }

    .page_sidebar_sort .filter_content_main {
        padding: 28px;
        background: white;
    }

    .page_sidebar_sort .section_filter_block {
        margin-bottom: 30px;
    }

    .page_sidebar_sort .filter_content {
        margin-top: 15px;
    }

    .page_sidebar_sort .filter_text {
        margin-top: 5px;
    }

    .page_sidebar_sort .select_wrap {
        margin-bottom: 15px;
    }

        .page_sidebar_sort .select_wrap p {
            text-transform: uppercase;
            margin-bottom: 5px;
        }

    .page_sidebar_sort .color_sort_block, .page_sidebar_sort .name_sort_block {
        margin-top: 30px;
        padding: 28px;
        background: white;
    }

        .page_sidebar_sort .color_sort_block h3, .page_sidebar_sort .name_sort_block h3 {
            color: #bdbdbd;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

    .page_sidebar_sort .name_sort_item {
        display: inline-block;
        vertical-align: top;
        padding: 6px 5px;
        border: 1px solid #f0f0f0;
        background: rgba(0, 0, 0, 0.05);
        text-transform: capitalize;
        min-width: 35px;
        text-align: center;
        margin: 0 5px 5px 0;
    }

    .page_sidebar_sort .color_sort_item {
        width: 30px;
        height: 30px;
        display: inline-block;
        position: relative;
        margin: 0 5px 5px 0;
    }

        .page_sidebar_sort .color_sort_item:after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border: 2px solid transparent;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            -moz-perspective: 1000;
            -ms-perspective: 1000;
            perspective: 1000;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: border-color 0.3s ease-in-out;
            -moz-transition: border-color 0.3s ease-in-out;
            transition: border-color 0.3s ease-in-out;
        }

        .page_sidebar_sort .color_sort_item:hover:after {
            border-color: #ccc;
        }

    .list_links li {
        position: relative;
    }

        .list_links li ~ li {
            margin: 1px 0 0 0;
        }

    .list_links a {
        display: block;
        padding: 7px 35px 7px 0;
    }

        .list_links a.active {
            font-weight: bold;
        }

    .sidebar_widget__linklist {
        background: white;
        padding: 28px;
        margin-bottom: 30px;
    }

        .sidebar_widget__linklist .widget_header {
            color: #bdbdbd;
        }

        .sidebar_widget__linklist .with_ul {
            position: relative;
        }

            .sidebar_widget__linklist .with_ul .droped_linklist {
                display: none;
            }

        .sidebar_widget__linklist .menu_trigger {
            width: 35px;
            height: 35px;
            position: absolute;
            top: 0;
            right: -15px;
            cursor: pointer;
            z-index: 8;
            line-height: 35px;
            text-align: center;
        }

            .sidebar_widget__linklist .menu_trigger.active {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .sidebar_widget__linklist .level_1_2 {
            padding-left: 5px;
        }

        .sidebar_widget__linklist .level_1_3 {
            padding-left: 10px;
        }

    .sidebar_widget__products .widget_header {
        color: #bdbdbd;
    }

    .list_products .product {
        overflow: hidden;
        padding: 15px 0;
    }

        .list_products .product ~ .product {
            margin: 1px 0 0 0;
        }

    .list_products .product_img {
        width: 100px;
        float: left;
    }

        .list_products .product_img a {
            display: block;
        }

    .list_products .product_info {
        margin: 0 0 0 115px;
    }

    .list_products .product_name {
        font-size: 14px;
    }

    .list_products .product_price .money {
        font-size: 14px;
    }

    .list_products .product_price .compare-at-price {
        text-decoration: line-through;
    }

    .list_products .product_links .btn {
        padding: 5px 12px;
        margin-top: 10px;
        font-size: 16px;
    }

    .sidebar_widget__banner {
        position: relative;
    }

        .sidebar_widget__banner .img_placeholder__small {
            padding: 55.93% 0 0 0;
        }

        .sidebar_widget__banner .img_placeholder__medium {
            padding: 100% 0 0 0;
        }

        .sidebar_widget__banner .img_placeholder__large {
            padding: 133.333333% 0 0 0;
        }

        .sidebar_widget__banner .sidebar_banner_caption {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 15px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }

            .sidebar_widget__banner .sidebar_banner_caption h3 {
                color: white;
                font-size: 22px;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                -ms-perspective: 1000;
                perspective: 1000;
                -webkit-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: color 0.3s ease-in-out;
                -moz-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out;
            }

            .sidebar_widget__banner .sidebar_banner_caption p {
                color: white;
                font-size: 18px;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                -ms-perspective: 1000;
                perspective: 1000;
                -webkit-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: color 0.3s ease-in-out;
                -moz-transition: color 0.3s ease-in-out;
                transition: color 0.3s ease-in-out;
            }

            .sidebar_widget__banner .sidebar_banner_caption a {
                display: block;
            }

                .sidebar_widget__banner .sidebar_banner_caption a:hover h3 {
                    color: #6fcfb8;
                }

                .sidebar_widget__banner .sidebar_banner_caption a:hover p {
                    color: #6fcfb8;
                }

    .sidebar_widget__search {
        height: 40px;
        padding: 0 38px 0 0;
        border: 1px solid rgba(240, 240, 240, 0.3);
    }

        .sidebar_widget__search input {
            width: 100%;
            height: 38px;
            float: left;
            padding: 0 0 0 10px;
            background: white;
            border: none;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }

        .sidebar_widget__search button {
            width: 38px;
            height: 38px;
            margin: 0 -40px 0 0;
            color: black;
        }

            .sidebar_widget__search button i.fa {
                height: 38px;
                display: block;
                font-size: 18px;
                line-height: 37px;
            }

            .sidebar_widget__search button:hover {
                color: #6fcfb8;
            }

    .sidebar_widget__articles {
        background: white;
        padding: 30px 30px 34px;
    }

        .sidebar_widget__articles .widget_content {
            margin: 20px 0 0 0;
        }

        .sidebar_widget__articles ul li ~ li {
            margin: 25px 0 0 0;
            padding: 12px 0 0 0;
            border-top: 1px solid rgba(240, 240, 240, 0.5);
        }

        .sidebar_widget__articles img {
            width: 145px;
            float: left;
        }

        .sidebar_widget__articles .article_author {
            color: #6fcfb8;
        }

        .sidebar_widget__articles .article_title {
            margin: 10px 0 0 0;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.8em;
        }

        .sidebar_widget__articles .article_comments {
            margin: 10px 0 0 0;
        }

            .sidebar_widget__articles .article_comments:before {
                content: '\f0e6';
                margin: 0 5px 0 0;
                font: 14px 'FontAwesome';
            }

    .sidebar_widget__tags {
        background: white;
        padding: 25px;
    }

        .sidebar_widget__tags .widget_content {
            margin: 15px 0 0 0;
        }

        .sidebar_widget__tags .blog_tags a {
            margin: 6px 6px 0 0;
            padding: 2px 4px;
            display: inline-block;
            font-size: 12px;
        }

            .sidebar_widget__tags .blog_tags a:before {
                content: '\f02b';
                margin: 0 4px 0 0;
                font: 12px 'FontAwesome';
            }

    .sidebar_widget__comments {
        background: white;
        padding: 25px;
    }

        .sidebar_widget__comments .widget_content {
            margin: 20px 0 0 0;
        }

        .sidebar_widget__comments ul li ~ li {
            margin: 25px 0 0 0;
            padding: 25px 0 0 0;
            border-top: 1px solid #f0f0f0;
        }

        .sidebar_widget__comments a:hover {
            color: #6fcfb8;
        }

        .sidebar_widget__comments .item_icon {
            width: 30px;
            height: 20px;
            display: inline-block;
            vertical-align: top;
            float: left;
            font-size: 16px;
        }

        .sidebar_widget__comments .item_content {
            display: block;
            margin: 0 0 0 30px;
            color: #bdbdbd;
            font-size: 12px;
        }

        .sidebar_widget__comments .item_info {
            display: block;
            padding: 10px 0 0 0;
            font-size: 14px;
            font-style: italic;
        }

            .sidebar_widget__comments .item_info time {
                display: block;
                float: right;
                margin: 0 0 0 10px;
            }

            .sidebar_widget__comments .item_info .item_time {
                margin: 0 0 0 7px;
                padding: 0 0 0 10px;
                border-left: 1px solid #f0f0f0;
            }

    .sidebar_widget__newsletter {
        padding-top: 10px;
    }

        .sidebar_widget__newsletter .widget_header {
            margin-bottom: 25px;
        }

        .sidebar_widget__newsletter .alert-success {
            display: none;
        }

        .sidebar_widget__newsletter input {
            height: 47px;
            border-color: rgba(240, 240, 240, 0.5);
        }

        .sidebar_widget__newsletter .btn {
            margin-top: 25px;
            font-size: 16px;
            padding: 12px 18px;
        }

    .sidebar_widget__link-list {
        background: white;
        padding: 30px 30px 18px;
    }

        .sidebar_widget__link-list .widget_content {
            margin-top: 13px;
        }

        .sidebar_widget__link-list .sidebar_menu_item {
            padding: 8px 0;
            border-bottom: 1px solid rgba(240, 240, 240, 0.5);
            line-height: 1.6em;
        }

            .sidebar_widget__link-list .sidebar_menu_item:last-child {
                border-bottom: none;
            }



/*    .col-xs-category {
        min-height: 1px;
        padding-right: 30px;
        position: relative;
        width: 33.33333333%;
        float: right;
    }*/
.footer_block {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 25%;
    float: right;
}
/*(min-width: 480px) and*/
@media (max-width:768px) {
    .header_search {
        width: 60%;
    }
/*    .footer_block {
        width: 100%;
        float: none;
    }
    .product_listing__main .product_img img, .product_listing__main .product_img .img__2 {
        height: 360px;
    }

    .product_listing__main .product_item {
        height: 450px;
    }

    .section_collections_with_menu .linklist_item {
        width: 100%;
        padding: 0px;
    }

    .section_slideshow .section_slider {
        width: 100%;
        float: none;
    }

    .section_slideshow .banners_block, .section_slideshow .linklist_block {
        width: 100%;
        float: none;
        padding-right: 0px;
        padding-top: 30px;
    }

    .section_slideshow .container {
        display: block;
    }

    .col-xs-category {
        width: 100%;
        float: none;
        padding-right: 0px;
        padding-left: 0px;
    }

    .section_collections_with_menu .with_menu.collection_listing_wrap {
        width: 100%;
    }*/

}
    @media (max-width: 480px) {
        .header_search {
            width: 70%;
        }
    }



.list_child {
    display: none;
}

.list_parent:hover > .list_child {
    display: block;
    padding-right: 10px;
    /*animation: fadeInOut 2000ms;*/
}

/*.list_child:hover > .list_child2 {
    display: block;
    animation: fadeInOut 2000ms;
}*/

@keyframes fadeInOut {
    0% {
        opacity: 0;
        display: none;
    }

    50% {
        opacity: 0.5;
        display: block;
    }

    100% {
        opacity: 1;
        display: block;
    }
}
.header_cart .cart_items_cnt {
    background-color: rgb(219 39 119);
    color: white;
    position: absolute;
    margin-top: 15px;
    margin-right: -37px;
    border-radius: 5px;
    /* font-size: 15px; */
    /* padding: 1px; */
    line-height: normal;
    padding-right: 4px;
    padding-left: 4px;
}

.btn_empty {
    border: 1px solid #6fcfb8;
    color: #6fcfb8;
    border-radius: 5px;
    background: none;
    margin-top: -15px;
}

    .btn_empty:hover {
        border: 1px solid #6fcfb8;
        background-color: #6fcfb8;
        color: white;
    }


.res-message {
    display: block;
    margin-top: 15px;
    /*color: red;*/
}