@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
    font-family: "Inter", sans-serif;
    src: url("../fonts/Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato", sans-serif;
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand", sans-serif;
    src: url("../fonts/Quicksand-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Cormorant Garamond", serif;
    src: url("../fonts/CormorantGaramond-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url("../fonts/JosefinSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Raleway", sans-serif;
    src: url("../fonts/Raleway-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

p {
    margin-top: 0
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

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 {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

/* header .si-dropdown-obj .si-dropdown-toggle {
    color: var(--BLACK);
    display: none !important;
} */


@media(min-width:576px) {
    .container {
        max-width: 546px
    }
    
    /* input#search_input {
        margin-left: 20px;
    } */
}

@media(min-width:791px) {
    .container {
        max-width: 770px
    }
}

@media(min-width:1025px) {
    .container {
        max-width: 990px
    }
}

@media(min-width:1230px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:791px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1025px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1230px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: var(--WHITE);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: var(--WHITE);
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: var(--WHITE)
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: var(--WHITE);
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px var(--WHITE), 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: var(--WHITE);
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px var(--WHITE), 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 6px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover,
.btn:focus {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: var(--WHITE);
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: var(--WHITE);
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: var(--WHITE);
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: var(--WHITE);
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-secondary {
    color: var(--WHITE);
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: var(--WHITE);
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: var(--WHITE);
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: var(--WHITE);
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-info {
    color: var(--WHITE);
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: var(--WHITE);
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: var(--WHITE);
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: var(--WHITE);
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-danger {
    color: var(--WHITE);
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: var(--WHITE);
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: var(--WHITE);
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: var(--WHITE);
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-dark {
    color: var(--WHITE);
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: var(--WHITE);
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: var(--WHITE);
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: var(--WHITE);
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: var(--WHITE);
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: var(--WHITE);
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: var(--WHITE);
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: var(--WHITE);
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: var(--WHITE);
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: var(--WHITE);
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: var(--WHITE);
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: var(--WHITE);
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: var(--WHITE);
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: var(--WHITE);
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: var(--WHITE);
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: var(--WHITE);
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file:focus {
    z-index: 3
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 6px
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media only screen and (min-width:0) and (max-width:479px) {
    .review-dialog {
        margin: auto !important;
        position: fixed !important;
        left: 0 !important;
        overflow: hidden !important;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .review-dialog {
        margin: auto !important;
        position: fixed !important;
        left: 0 !important;
        overflow: hidden !important;
    }
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 25;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (10px * 2))
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 24;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 0;
    margin: 0 0 0 auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (30px * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:1025px) {
    .modal-lg {
        max-width: 800px
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: var(--WHITE) !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: var(--WHITE) !important
}

.rounded {
    border-radius: 6px !important
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-bottom {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:791px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1025px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1230px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:791px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1025px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1230px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:791px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:1025px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1230px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 23
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 23
}

@supports((position:-webkit-sticky) or(position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 22
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:791px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:1025px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1230px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:791px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:1025px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1230px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: var(--WHITE) !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 1025px !important
    }

    .container {
        min-width: 1025px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: var(--WHITE) !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

/* * Datepicker for Bootstrap * * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */

.datepicker {
    padding: 0;
    margin-top: 0;
    direction: ltr
}

.datepicker-inline {
    width: 100%
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--WHITE)fff;
    position: absolute;
    top: -6px;
    left: 7px
}

.datepicker>div {
    display: none
}

.datepicker.days div.datepicker-days {
    display: block
}

.datepicker.months div.datepicker-months {
    display: block
}

.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table {
    width: 100%
}

.datepicker table tr td.day:hover {
    cursor: pointer
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: var(--GREY)
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0;
    color: var(--GREY);
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0;
    color: var(--GREY);
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: var(--WHITE)
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #039 \9
}

.datepicker table tr td span.old {
    color: var(--GREY)
}

.datepicker th.switch {
    width: 145px
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
    color: var(--WHITE)
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 14%;
    height: 20px;
    border: 0;
    padding: 4px 3px 2px;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.datepicker thead tr:first-child th {
    padding: 9px 3px 7px
}

.datepicker thead tr:first-child {
    background: var(--BLACK)
}

.datepicker thead tr:first-child th {
    color: var(--WHITE);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase
}

.datepicker thead th.dow {
    font-weight: 700;
    color: var(--BLACK);
    /* font-family: 'Hind', sans-serif; */
    text-transform: uppercase
}

.datepicker thead tr:last-child th:not(.switch):not(.prev):not(.next) {
    padding-top: 14px
}

.datepicker thead .icon-arrow-right,
.datepicker thead .icon-arrow-left {
    display: block;
    font-family: "wokiee";
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    color: var(--WHITE)fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.datepicker thead .icon-arrow-right:before {
    content: "\e90e"
}

.datepicker thead .icon-arrow-left:before {
    content: "\e90d"
}

.datepicker thead th.next:hover i,
.datepicker thead th.prev:hover i {
    color: var(--WHITE)
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-slider img {
    width: 100%;
    height: auto
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-slider .slick-list:focus {
    outline: 0
}

.slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin: auto 0
}

.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
    content: "";
    display: table
}

.slick-slider .slick-track:after {
    clear: both
}

.slick-loading .slick-slider .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    min-height: 250px;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
    overflow: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.5)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    position: fixed;
    outline: 0;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 20
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom {
    cursor: pointer
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 20
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: var(--WHITE)
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 21;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: -43px;
    top: -44px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: var(--WHITE);
    font-size: 0;
    line-height: 0;
    font-family: "wokiee";
    transition: all .3s linear
}

.mfp-close:before {
    content: "\ea0f";
    font-size: 20px;
    line-height: 1
}

.mfp-counter {
    top: 0;
    right: 0;
    color: var(--WHITE);
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter;
    white-space: nowrap
}

button.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    width: 50px;
    height: 50px;
    transition: all .3s linear
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border: medium inset transparent
}

.mfp-arrow {
    display: block;
    font-family: "wokiee";
    font-size: 30px;
    line-height: 45px;
    color: var(--WHITE);
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mfp-arrow:before {
    display: block
}

.mfp-arrow-right {
    right: 10px
}

.mfp-arrow-right:before {
    content: "\e90e";
    left: 10px
}

.mfp-arrow-left:before {
    content: "\e90d";
    left: 7px
}

.mfp-arrow-left {
    left: 0
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 0 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -21px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    text-align: center;
    /* font-family: "Hind", sans-serif */
}

.mfp-title {
    color: var(--WHITE);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    word-wrap: break-word
}

.mfp-image-holder .mfp-content {
    max-width: 72%
}

.mfp-gallery img.mfp-img {
    max-height: 80vh !important
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.ps-container {
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports(-ms-overflow-style:none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling {
    pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    z-index: 21;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 8px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear;
    right: 0;
    width: 5px
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}

.tp-static-layers {
    position: absolute;
    z-index: 505;
    top: 0;
    left: 0
}

.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}

.tp-caption {
    z-index: 1
}

.tp-caption-demo .tp-caption {
    position: relative !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px !important
}

.tp-caption.whitedivider3px {
    color: #000;
    text-shadow: none;
    background-color: white;
    background-color: white;
    text-decoration: none;
    min-width: 408px;
    min-height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_large_white {
    color: var(--WHITE);
    text-shadow: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 8px;
    border-width: 0;
    border-color: black;
    border-style: none
}

.tp-caption.whitedivider3px {
    color: #000;
    text-shadow: none;
    background-color: white;
    background-color: white;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    min-width: 468px;
    min-height: 3px;
    border-width: 0;
    border-color: black;
    border-style: none
}

.tp-caption.finewide_medium_white {
    color: var(--WHITE);
    text-shadow: none;
    font-size: 37px;
    line-height: 37px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: black;
    border-style: none
}

.tp-caption.boldwide_small_white {
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    color: white;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: black;
    border-style: none
}

.tp-caption.whitedivider3px_vertical {
    color: #000;
    text-shadow: none;
    background-color: white;
    background-color: white;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    min-width: 3px;
    min-height: 130px;
    border-width: 0;
    border-color: black;
    border-style: none
}

.tp-caption.finewide_small_white {
    color: var(--WHITE);
    text-shadow: none;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: black;
    border-style: none
}

.tp-caption.finewide_verysmall_white_mw {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: var(--WHITE);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    max-width: 470px;
    white-space: normal !important;
    border-width: 0;
    border-color: black;
    border-style: none
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: #ebebeb;
    background-color: #ebebeb;
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.finewide_large_white {
    color: var(--WHITE);
    text-shadow: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 8px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_medium_white {
    color: var(--WHITE);
    text-shadow: none;
    font-size: 34px;
    line-height: 34px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.huge_red {
    position: absolute;
    color: #df4b6b;
    font-weight: 400;
    font-size: 150px;
    line-height: 130px;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    background-color: #2d3136;
    padding: 0
}

.tp-caption.middle_yellow {
    position: absolute;
    color: #fbd572;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.huge_thin_yellow {
    position: absolute;
    color: #fbd572;
    font-weight: 300;
    font-size: 90px;
    line-height: 90px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    letter-spacing: 20px;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.big_dark {
    position: absolute;
    color: #333;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    font-family: "Open Sans";
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_dark {
    position: absolute;
    color: #333;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    font-family: "Open Sans";
    margin: 0;
    letter-spacing: 5px;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_grey {
    position: absolute;
    color: var(--WHITE);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #888;
    white-space: nowrap
}

.tp-caption.small_text {
    position: absolute;
    color: var(--WHITE);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_text {
    position: absolute;
    color: var(--WHITE);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.large_bold_white_25 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    font-family: "Open Sans";
    color: var(--WHITE);
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: white;
    border-style: none
}

.tp-caption.medium_text_shadow {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    font-family: "Open Sans";
    color: var(--WHITE);
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: white;
    border-style: none
}

.tp-caption.large_text {
    position: absolute;
    color: var(--WHITE);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_bold_grey {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.very_large_text {
    position: absolute;
    color: var(--WHITE);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px
}

.tp-caption.very_big_white {
    position: absolute;
    color: var(--WHITE);
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 0 4px;
    padding-top: 1px;
    background-color: #000
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 0 4px;
    padding-top: 1px;
    background-color: var(--WHITE)
}

.tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_fat_white {
    position: absolute;
    color: var(--WHITE);
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_big_bluebg {
    position: absolute;
    color: var(--WHITE);
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0
}

.tp-caption.modern_big_redbg {
    position: absolute;
    color: var(--WHITE);
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0
}

.tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.boxshadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.tp-caption.black {
    color: #000;
    text-shadow: none
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp-caption.thinheadline_dark {
    position: absolute;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.thintext_dark {
    position: absolute;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.medium_bg_red a {
    color: var(--WHITE);
    text-decoration: none
}

.tp-caption.medium_bg_red a:hover {
    color: var(--WHITE);
    text-decoration: underline
}

.tp-caption.smoothcircle {
    font-size: 30px;
    line-height: 75px;
    font-weight: 800;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.498039);
    padding: 50px 25px;
    text-align: center;
    border-radius: 500px 500px 500px 500px;
    border-width: 0;
    border-color: black;
    border-style: none
}

.tp-caption.largeblackbg {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: black;
    padding: 0 20px 5px;
    text-shadow: none;
    border-width: 0;
    border-color: white;
    border-style: none
}

.tp-caption.largepinkbg {
    position: absolute;
    color: var(--WHITE);
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #db4360;
    padding: 0 20px;
    border-radius: 0
}

.tp-caption.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: var(--WHITE);
    padding: 0 20px;
    border-radius: 0
}

.tp-caption.largegreenbg {
    position: absolute;
    color: var(--WHITE);
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #67ae73;
    padding: 0 20px;
    border-radius: 0
}

.tp-caption.excerpt {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: Arial;
    color: var(--WHITE);
    text-decoration: none;
    background-color: black;
    text-shadow: none;
    margin: 0;
    letter-spacing: -1.5px;
    padding: 1px 4px 0 4px;
    width: 150px;
    white-space: normal !important;
    height: auto;
    border-width: 0;
    border-color: white;
    border-style: none
}

.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #757575;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: #ebebeb;
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bold_darkblue {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: #34495e;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bold_red {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: #e33a0c;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #f39c12;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_orange {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.grassfloor {
    text-decoration: none;
    background-color: #a0b397;
    width: 4000px;
    height: 150px;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_white_center {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: var(--WHITE);
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    text-align: center;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: #7f8c8d;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: black;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: black;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.roundedimage {
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: black;
    padding: 10px 20px 15px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: black;
    text-decoration: none;
    background-color: white;
    padding: 5px 15px 10px;
    text-shadow: none;
    border-width: 0;
    border-color: black;
    border-style: none
}

.tp-caption.medium_bg_orange_new1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.boxshadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.tp-caption.black {
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.tp-simpleresponsive .button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: var(--WHITE) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url("../images/gradient/g30.png") repeat-x top;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px
}

.tp-simpleresponsive .button.big {
    color: var(--WHITE);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
    background: url("../images/gradient/g40.png") repeat-x top
}

.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
    background-position: bottom, 15px 11px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tp-simpleresponsive .button {
        padding: 4px 8px 3px;
        line-height: 25px !important;
        font-size: 11px !important;
        font-weight: normal
    }

    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

@media only screen and (min-width:0) and (max-width:479px) {
    .tp-simpleresponsive .button {
        padding: 2px 5px 2px;
        line-height: 20px !important;
        font-size: 10px !important
    }

    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
    background-color: #21a117;
    box-shadow: 0 3px 0 0 #104d0b
}

.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
    background-color: #1d78cb;
    box-shadow: 0 3px 0 0 #0f3e68
}

.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
    background-color: #cb1d1d;
    box-shadow: 0 3px 0 0 #7c1212
}

.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
    background-color: #f70;
    box-shadow: 0 3px 0 0 #a34c00
}

.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
    background-color: #555;
    box-shadow: 0 3px 0 0 #222
}

.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
    background-color: #888;
    box-shadow: 0 3px 0 0 #555
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullwidthbanner-container .fullwidthbanner {
    width: 100%;
    position: relative
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important
}

.tp-simpleresponsive img {
    max-width: none
}

.noFilterClass {
    -webkit-filter: none !important;
    filter: none !important
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-bannershadow.tp-shadow1 {
    background: url("../external/rs-plugin/assets/shadow1.png") no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow2 {
    background: url("../external/rs-plugin/assets/shadow2.png") no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
    background: url("../external/rs-plugin/assets/shadow3.png") no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.html5vid.videoisplaying .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: var(--WHITE);
    z-index: 3;
    margin-top: -27px;
    margin-left: -28px;
    text-align: center;
    cursor: pointer
}

.html5vid .tp-revstop {
    width: 15px;
    height: 20px;
    border-left: 5px solid var(--WHITE);
    border-right: 5px solid var(--WHITE);
    position: relative;
    margin: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.html5vid .tp-revstop {
    display: none
}

.html5vid.videoisplaying .revicon-right-dir {
    display: none
}

.html5vid.videoisplaying .tp-revstop {
    display: block
}

.html5vid.videoisplaying .tp-video-play-button {
    display: none
}

.html5vid:hover .tp-video-play-button {
    display: block
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, black 13%, #323232 100%);
    background-image: -ms-linear-gradient(bottom, black 13%, #323232 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, black), color-stop(1, #323232));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tp-caption:hover .tp-video-controls {
    opacity: .9
}

.tp-video-button {
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    color: #EEE;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: var(--WHITE);
    padding: 0;
    margin: 0;
    outline: 0
}

.tp-video-button:hover {
    cursor: pointer
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-volume-bar,
.tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: 0;
    line-height: 12px;
    margin: 0;
    padding: 0
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.tp-dottedoverlay.twoxtwo {
    background: url("../external/rs-plugin/assets/gridtile.png")
}

.tp-dottedoverlay.twoxtwowhite {
    background: url("../external/rs-plugin/assets/gridtile_white.png")
}

.tp-dottedoverlay.threexthree {
    background: url("../external/rs-plugin/assets/gridtile_3x3.png")
}

.tp-dottedoverlay.threexthreewhite {
    background: url("../external/rs-plugin/assets/gridtile_3x3_white.png")
}

.tpclear {
    clear: both
}

.tp-bullets {
    bottom: 13% !important;
    z-index: 1000;
    position: absolute;
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px)
}

@media(max-width:789px) {
    .tp-bullets {
        bottom: 1.5em !important
    }
}

@media(max-width:475px) {
    .tp-bullets {
        bottom: 1em !important
    }
}

.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(../external/rs-plugin/assets/boxed_bgtile.png);
    height: 40px;
    padding: 0 10px;
    border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
    background: url(../external/rs-plugin/assets/navigdots_bgtile.png);
    height: 35px;
    padding: 0 10px;
    border-radius: 5px
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/bullets.png) no-repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/bullets2.png) no-repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/bullets2.png) no-repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/bullet_boxed.png) no-repeat top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/navigdots.png) no-repeat bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    background-position: top left
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: bottom left
}

.tparrows {
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5000px);
    -webkit-transform-style: flat;
    -webkit-backface-visibility: hidden;
    z-index: 600;
    position: relative
}

.tparrows.hidearrows {
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/large_left.png) no-repeat top left;
    width: 40px;
    height: 40px
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/large_right.png) no-repeat top left;
    width: 40px;
    height: 40px
}

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/small_left.png) no-repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/small_right.png) no-repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_left.png) no-repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_right.png) no-repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/small_left_boxed.png) no-repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/small_right_boxed.png) no-repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px
}

.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrowleft.png) no-repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px
}

.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrowright.png) no-repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_left2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_right2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_left2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/arrow_right2.png) no-repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/large_left.png) no-repeat 0 0;
    width: 40px;
    height: 40px
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../external/rs-plugin/assets/large_right.png) no-repeat 0 0;
    width: 40px;
    height: 40px
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-position: bottom left
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: var(--WHITE);
    width: 500px;
    height: 50px;
    margin-top: -50px
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: 0;
    margin: 0;
    float: left;
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url("../external/rs-plugin/assets/timer.png");
    position: absolute;
    z-index: 200;
    top: 0
}

.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 5px;
    top: auto
}

@media only screen and (min-width:0) and (max-width:479px) {
    .responsive .tp-bullets {
        display: none
    }

    .responsive .tparrows {
        display: none
    }
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-simpleresponsive a {
    text-decoration: none
}

.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none
}

.tp-simpleresponsive>ul>li {
    list-style: none;
    position: absolute;
    visibility: hidden
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../external/rs-plugin/assets/coloredbg.png) repeat
}

.tp-caption.slidelink a span {
    background: url(../external/rs-plugin/assets/coloredbg.png) repeat
}

.tparrows .tp-arr-imgholder {
    display: none
}

.tparrows .tp-arr-titleholder {
    display: none
}

.tparrows.preview1 {
    width: 100px;
    height: 100px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background: transparent
}

.tparrows.preview1:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "revicons";
    color: var(--WHITE);
    font-size: 30px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: var(--WHITE);
    background: rgba(0, 0, 0, 0.15);
    z-index: 2;
    line-height: 100px;
    transition: background .3s, color .3s
}

.tp-rightarrow.preview1:after {
    content: '\e825'
}

.tp-leftarrow.preview1:after {
    content: '\e824'
}

.tparrows.preview1:hover:after {
    background: white;
    color: #aaa
}

.tparrows.preview1 .tp-arr-imgholder {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tparrows.preview1 .tp-arr-iwrapper {
    transition: all .3s;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: .0
}

.tparrows.preview1:hover .tp-arr-iwrapper {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-rightarrow.preview1 .tp-arr-imgholder {
    right: 100%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: .0
}

.tp-leftarrow.preview1 .tp-arr-imgholder {
    left: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: .0
}

.tparrows.preview1:hover .tp-arr-imgholder {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

@media only screen and (min-width:768px) and (max-width:979px) {

    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 24px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {

    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }
}

@media only screen and (min-width:0) and (max-width:479px) {

    .tparrows.preview1,
    .tparrows.preview1:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }
}

.tp-bullets.preview1 {
    height: 21px
}

.tp-bullets.preview1 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.15) !important;
    box-shadow: none;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview1 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
    box-shadow: none;
    background: #aaa !important;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid white !important
}

.tparrows.preview2 {
    min-width: 60px;
    min-height: 60px;
    background: var(--WHITE);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    overflow: hidden;
    transition: width .3s, background-color .3s, opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    color: #aaa;
    font-size: 25px;
    margin-top: -12px;
    transition: color .3s
}

.tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 18px
}

.tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 18px
}

.tparrows.preview2 .tp-arr-titleholder {
    background-size: cover;
    background-position: center center;
    display: block;
    visibility: hidden;
    position: relative;
    top: 0;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    padding: 0 10px
}

.tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 50px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 50px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.tparrows.preview2.hovered {
    width: 300px
}

.tparrows.preview2:hover {
    background: var(--WHITE)
}

.tparrows.preview2:hover:after {
    color: #000
}

.tparrows.preview2:hover .tp-arr-titleholder {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    position: absolute
}

.tp-bullets.preview2 {
    height: 17px
}

.tp-bullets.preview2 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview2 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
    box-shadow: none;
    background: white !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid black !important
}

.tp-arr-titleholder.alwayshidden {
    display: none !important
}

@media only screen and (min-width:768px) and (max-width:979px) {
    .tparrows.preview2 {
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 20px;
        margin-top: -12px
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 11px
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 11px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 12px;
        line-height: 40px;
        letter-spacing: 0
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 35px
    }

    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 35px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 14px;
        margin-top: -12px
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        font-size: 10px;
        line-height: 30px;
        letter-spacing: 0
    }

    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right: 25px
    }

    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left: 25px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none
    }
}

@media only screen and (min-width:0) and (max-width:479px) {
    .tparrows.preview2 {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px
    }

    .tparrows.preview2:after {
        position: absolute;
        top: 50%;
        font-family: "revicons";
        font-size: 14px;
        margin-top: -12px
    }

    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right: 8px
    }

    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left: 8px
    }

    .tparrows.preview2 .tp-arr-titleholder {
        display: none;
        visibility: none
    }

    .tparrows.preview2:hover {
        width: 30px !important;
        height: 30px !important
    }
}

.tparrows.preview3 {
    width: 70px;
    height: 70px;
    background: var(--WHITE);
    background: white;
    -webkit-transform-style: flat
}

.tparrows.preview3:after {
    position: absolute;
    line-height: 70px;
    text-align: center;
    font-family: "revicons";
    color: #aaa;
    font-size: 30px;
    top: 0;
    left: 0;
    background: var(--WHITE);
    z-index: 100;
    width: 70px;
    height: 70px;
    transition: color .3s
}

.tparrows.preview3:hover:after {
    color: #000
}

.tp-rightarrow.preview3:after {
    content: '\e825'
}

.tp-leftarrow.preview3:after {
    content: '\e824'
}

.tparrows.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    z-index: 0;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    display: table;
    min-height: 90px;
    top: -10px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.tparrows.preview3 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    display: table-cell;
    min-width: 90px;
    height: 90px;
    position: relative;
    top: 0
}

.tp-rightarrow.preview3 .tp-arr-iwrapper {
    right: 0;
    padding-right: 70px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
    left: 0;
    direction: rtl;
    padding-left: 70px
}

.tparrows.preview3 .tp-arr-titleholder {
    display: table-cell;
    padding: 30px;
    font-size: 16px;
    color: var(--WHITE);
    white-space: nowrap;
    position: relative;
    clear: right;
    vertical-align: middle
}

.tparrows.preview3:hover .tp-arr-iwrapper {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.tp-bullets.preview3 {
    height: 17px
}

.tp-bullets.preview3 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview3 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
    box-shadow: none;
    background: white !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid black !important
}

@media only screen and (min-width:768px) and (max-width:979px) {

    .tparrows.preview3:after,
    .tparrows.preview3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px
    }

    .tparrows.preview3 .tp-arr-imgholder {
        min-width: 70px;
        height: 70px
    }

    .tp-rightarrow.preview3 .tp-arr-iwrapper {
        padding-right: 50px
    }

    .tp-leftarrow.preview3 .tp-arr-iwrapper {
        padding-left: 50px
    }

    .tparrows.preview3 .tp-arr-titleholder {
        padding: 10px;
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {

    .tparrows.preview3:after,
    .tparrows.preview3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }

    .tparrows.preview3 .tp-arr-iwrapper {
        min-height: 70px
    }
}

.tparrows.preview4 {
    width: 30px;
    height: 110px;
    background: transparent;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000
}

.tparrows.preview4:after {
    position: absolute;
    line-height: 110px;
    text-align: center;
    font-family: "revicons";
    color: var(--WHITE);
    font-size: 20px;
    top: 0;
    left: 0;
    z-index: 0;
    width: 30px;
    height: 110px;
    background: #000;
    background: rgba(0, 0, 0, 0.25);
    transition: all .2s ease-in-out;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-rightarrow.preview4:after {
    content: '\e825'
}

.tp-leftarrow.preview4:after {
    content: '\e824'
}

.tparrows.preview4 .tp-arr-allwrapper {
    visibility: hidden;
    width: 180px;
    position: absolute;
    z-index: 1;
    min-height: 120px;
    top: 0;
    left: -150px;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: flat
}

.tp-leftarrow.preview4 .tp-arr-allwrapper {
    left: 0
}

.tparrows.preview4 .tp-arr-iwrapper {
    position: relative
}

.tparrows.preview4 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: relative;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tparrows.preview4 .tp-arr-imgholder2 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
    left: -180px
}

.tparrows.preview4 .tp-arr-titleholder {
    display: block;
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    text-align: left;
    color: var(--WHITE);
    position: relative;
    background: #000;
    color: var(--WHITE);
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    line-height: 2.75;
    transition: all .3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: .0
}

.tparrows.preview4:after {
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%
}

.tp-leftarrow.preview4:after {
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

@media only screen and (min-width:768px) {
    .tparrows.preview4:hover:after {
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    .tp-leftarrow.preview4:hover:after {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

    .tparrows.preview4:hover .tp-arr-titleholder {
        transition-delay: .4s;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -ms-filter: "alpha(opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

.tp-bullets.preview4 {
    height: 17px
}

.tp-bullets.preview4 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    transition: background-color .2s, border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tp-bullets.preview4 .bullet.last {
    margin-right: 0
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
    box-shadow: none;
    background: white !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid black !important
}

@media only screen and (max-width:767px) {
    .tparrows.preview4 {
        width: 20px;
        height: 80px
    }

    .tparrows.preview4:after {
        width: 20px;
        height: 80px;
        line-height: 80px;
        font-size: 14px
    }

    .tparrows.preview1 .tp-arr-allwrapper,
    .tparrows.preview2 .tp-arr-allwrapper,
    .tparrows.preview3 .tp-arr-allwrapper,
    .tparrows.preview4 .tp-arr-allwrapper {
        display: none !important
    }
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background: url(../external/rs-plugin/assets/loader.gif) no-repeat center center;
    background-color: var(--WHITE);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: var(--WHITE);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner5 {
    background: url("../external/rs-plugin/assets/loader.gif") no-repeat 10px 10px;
    background-color: var(--WHITE);
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: var(--WHITE);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--WHITE);
    border-radius: 100%;
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15)
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes tp-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.tp-transparentimg {
    content: "url(../external/rs-plugin/assets/transparent.png)"
}

.tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

@font-face {
    font-family: 'revicons';
    src: url("../external/rs-plugin/font/revicons.eot");
    src: url("../external/rs-plugin/font/revicons.eot") format("embedded-opentype"), url("../external/rs-plugin/font/revicons.woff") format("woff"), url("../external/rs-plugin/font/revicons.ttf") format("truetype"), url("../external/rs-plugin/font/revicons.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

@font-face {
    font-family: 'wokiee';
    src: url("../font/fonts/wokiee.eot");
    src: url("../font/fonts/wokiee.eot") format("embedded-opentype"), url("../font/fonts/wokiee.ttf") format("truetype"), url("../font/fonts/wokiee.woff") format("woff"), url("../font/fonts/wokiee.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'wokiee' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-sale:before {
    content: "\eae1"
}

.icon-theme:before {
    content: "\eae2"
}

.icon-women:before {
    content: "\eae3"
}

.icon-categories:before {
    content: "\eae4"
}

.icon-men:before {
    content: "\eae5"
}

.icon-new:before {
    content: "\eae6"
}

.icon-paypal-22 .path1:before {
    content: "\ea52";
    color: #469bdb
}

.icon-paypal-22 .path2:before {
    content: "\ea53";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-22 .path3:before {
    content: "\ea54";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-22 .path4:before {
    content: "\ea55";
    margin-left: -3.77734375em;
    color: #469bdb
}

.icon-paypal-22 .path5:before {
    content: "\ea56";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-22 .path6:before {
    content: "\ea57";
    margin-left: -3.77734375em;
    color: #469bdb
}

.icon-shopify2 .path1:before {
    content: "\ea62";
    color: white
}

.icon-shopify2 .path2:before {
    content: "\ea63";
    margin-left: -3.0185546875em;
    color: white
}

.icon-shopify2 .path3:before {
    content: "\ea64";
    margin-left: -3.0185546875em;
    color: white
}

.icon-shopify2 .path4:before {
    content: "\ea65";
    margin-left: -3.0185546875em;
    color: white
}

.icon-shopify2 .path5:before {
    content: "\ea66";
    margin-left: -3.0185546875em;
    color: white
}

.icon-shopify2 .path6:before {
    content: "\ea67";
    margin-left: -3.0185546875em;
    color: white
}

.icon-shopify2 .path7:before {
    content: "\ea68";
    margin-left: -3.0185546875em;
    color: white
}

.icon-shopify2 .path8:before {
    content: "\ea69";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path9:before {
    content: "\ea6a";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path10:before {
    content: "\ea6b";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path11:before {
    content: "\ea6c";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path12:before {
    content: "\ea6d";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path13:before {
    content: "\ea6e";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify2 .path14:before {
    content: "\ea6f";
    margin-left: -3.0185546875em;
    color: #94c044
}

.icon-Stripe2 .path1:before {
    content: "\ea70";
    color: #6772e5
}

.icon-Stripe2 .path2:before {
    content: "\ea71";
    margin-left: -2.7041015625em;
    color: white
}

.icon-Stripe2 .path3:before {
    content: "\ea72";
    margin-left: -2.7041015625em;
    color: white
}

.icon-Stripe2 .path4:before {
    content: "\ea73";
    margin-left: -2.7041015625em;
    color: white
}

.icon-Stripe2 .path5:before {
    content: "\ea74";
    margin-left: -2.7041015625em;
    color: white
}

.icon-Stripe2 .path6:before {
    content: "\ea75";
    margin-left: -2.7041015625em;
    color: white
}

.icon-Stripe2 .path7:before {
    content: "\ea76";
    margin-left: -2.7041015625em;
    color: white
}

.icon-Stripe2 .path8:before {
    content: "\ea77";
    margin-left: -2.7041015625em;
    color: white
}

.icon-Stripe2 .path9:before {
    content: "\ea78";
    margin-left: -2.7041015625em;
    color: white
}

.icon-Stripe2 .path10:before {
    content: "\ea79";
    margin-left: -2.7041015625em;
    color: white
}

.icon-Stripe2 .path11:before {
    content: "\ea7a";
    margin-left: -2.7041015625em;
    color: white
}

.icon-Stripe2 .path12:before {
    content: "\ea7b";
    margin-left: -2.7041015625em;
    color: white
}

.icon-visa2 .path1:before {
    content: "\ea7c";
    color: #005dac
}

.icon-visa2 .path2:before {
    content: "\ea7d";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa2 .path3:before {
    content: "\ea7e";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa2 .path4:before {
    content: "\ea7f";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa2 .path5:before {
    content: "\ea80";
    margin-left: -3.22265625em;
    color: #fbb120
}

.icon-american-express2 .path1:before {
    content: "\eae9";
    color: #017aab
}

.icon-american-express2 .path2:before {
    content: "\eaea";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path3:before {
    content: "\eaeb";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path4:before {
    content: "\eaec";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path5:before {
    content: "\eaed";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path6:before {
    content: "\eaee";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path7:before {
    content: "\eaef";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path8:before {
    content: "\eaf0";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path9:before {
    content: "\eaf1";
    margin-left: -2.9443359375em;
    color: #228fe0
}

.icon-american-express2 .path10:before {
    content: "\eaf2";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express2 .path11:before {
    content: "\eaf3";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-discover2 .path1:before {
    content: "\eaf4";
    color: #f5821e
}

.icon-discover2 .path2:before {
    content: "\eaf5";
    margin-left: -3.1640625em;
    color: white
}

.icon-discover2 .path3:before {
    content: "\eaf6";
    margin-left: -3.1640625em;
    color: white
}

.icon-discover2 .path4:before {
    content: "\eaf7";
    margin-left: -3.1640625em;
    color: white
}

.icon-discover2 .path5:before {
    content: "\eaf8";
    margin-left: -3.1640625em;
    color: white
}

.icon-discover2 .path6:before {
    content: "\eaf9";
    margin-left: -3.1640625em;
    color: white
}

.icon-discover2 .path7:before {
    content: "\eafa";
    margin-left: -3.1640625em;
    color: white
}

.icon-discover2 .path8:before {
    content: "\eafb";
    margin-left: -3.1640625em;
    color: white
}

.icon-discover2 .path9:before {
    content: "\eafc";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path10:before {
    content: "\eafd";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path11:before {
    content: "\eafe";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path12:before {
    content: "\eaff";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path13:before {
    content: "\eb00";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path14:before {
    content: "\eb01";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover2 .path15:before {
    content: "\eb02";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-mastercard2 .path1:before {
    content: "\eb03";
    color: #ea192a
}

.icon-mastercard2 .path2:before {
    content: "\eb04";
    margin-left: -1.6728515625em;
    color: #f9b532
}

.icon-mastercard2 .path3:before {
    content: "\eb05";
    margin-left: -1.6728515625em;
    color: #ea192a
}

.icon-mastercard2 .path4:before {
    content: "\eb06";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard2 .path5:before {
    content: "\eb07";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard2 .path6:before {
    content: "\eb08";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard2 .path7:before {
    content: "\eb09";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard2 .path8:before {
    content: "\eb0a";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard2 .path9:before {
    content: "\eb0b";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard2 .path10:before {
    content: "\eb0c";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard2 .path11:before {
    content: "\eb0d";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard2 .path12:before {
    content: "\eb0e";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard2 .path13:before {
    content: "\eb0f";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard .path1:before {
    content: "\ea84";
    color: #ea192a
}

.icon-mastercard .path2:before {
    content: "\ea85";
    margin-left: -1.6728515625em;
    color: #f9b532
}

.icon-mastercard .path3:before {
    content: "\ea86";
    margin-left: -1.6728515625em;
    color: #ea192a
}

.icon-mastercard .path4:before {
    content: "\ea87";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard .path5:before {
    content: "\ea88";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard .path6:before {
    content: "\ea89";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard .path7:before {
    content: "\ea8a";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard .path8:before {
    content: "\ea8b";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard .path9:before {
    content: "\ea8c";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard .path10:before {
    content: "\ea8d";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard .path11:before {
    content: "\ea8e";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard .path12:before {
    content: "\ea8f";
    margin-left: -1.6728515625em;
    color: white
}

.icon-mastercard .path13:before {
    content: "\ea90";
    margin-left: -1.6728515625em;
    color: white
}

.icon-paypal-2 .path1:before {
    content: "\ea91";
    color: #469bdb
}

.icon-paypal-2 .path2:before {
    content: "\ea92";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-2 .path3:before {
    content: "\ea93";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-2 .path4:before {
    content: "\ea94";
    margin-left: -3.77734375em;
    color: #469bdb
}

.icon-paypal-2 .path5:before {
    content: "\ea95";
    margin-left: -3.77734375em;
    color: #283b82
}

.icon-paypal-2 .path6:before {
    content: "\ea96";
    margin-left: -3.77734375em;
    color: #469bdb
}

.icon-shopify .path1:before {
    content: "\ea97";
    color: #141414
}

.icon-shopify .path2:before {
    content: "\ea98";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path3:before {
    content: "\ea99";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path4:before {
    content: "\ea9a";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path5:before {
    content: "\ea9b";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path6:before {
    content: "\ea9c";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path7:before {
    content: "\ea9d";
    margin-left: -3.0185546875em;
    color: #141414
}

.icon-shopify .path8:before {
    content: "\ea9e";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path9:before {
    content: "\ea9f";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path10:before {
    content: "\eaa0";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path11:before {
    content: "\eaa1";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path12:before {
    content: "\eaa2";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path13:before {
    content: "\eaa3";
    margin-left: -3.0185546875em;
    color: #858585
}

.icon-shopify .path14:before {
    content: "\eaa4";
    margin-left: -3.0185546875em;
    color: #94c044
}

.icon-Stripe .path1:before {
    content: "\eaa5";
    color: #6772e5
}

.icon-Stripe .path2:before {
    content: "\eaa6";
    margin-left: -2.7041015625em;
    color: white
}

.icon-Stripe .path3:before {
    content: "\eaa7";
    margin-left: -2.7041015625em;
    color: #141414
}

.icon-Stripe .path4:before {
    content: "\eaa8";
    margin-left: -2.7041015625em;
    color: black
}

.icon-Stripe .path5:before {
    content: "\eaa9";
    margin-left: -2.7041015625em;
    color: black
}

.icon-Stripe .path6:before {
    content: "\eaaa";
    margin-left: -2.7041015625em;
    color: black
}

.icon-Stripe .path7:before {
    content: "\eaab";
    margin-left: -2.7041015625em;
    color: black
}

.icon-Stripe .path8:before {
    content: "\eaac";
    margin-left: -2.7041015625em;
    color: black
}

.icon-Stripe .path9:before {
    content: "\eaad";
    margin-left: -2.7041015625em;
    color: black
}

.icon-Stripe .path10:before {
    content: "\eaae";
    margin-left: -2.7041015625em;
    color: black
}

.icon-Stripe .path11:before {
    content: "\eaaf";
    margin-left: -2.7041015625em;
    color: black
}

.icon-Stripe .path12:before {
    content: "\eab0";
    margin-left: -2.7041015625em;
    color: black
}

.icon-visa .path1:before {
    content: "\eab1";
    color: #005dac
}

.icon-visa .path2:before {
    content: "\eab2";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa .path3:before {
    content: "\eab3";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa .path4:before {
    content: "\eab4";
    margin-left: -3.22265625em;
    color: #005dac
}

.icon-visa .path5:before {
    content: "\eab5";
    margin-left: -3.22265625em;
    color: #fbb120
}

.icon-AES256 .path1:before {
    content: "\eab6"
}

.icon-AES256 .path2:before {
    content: "\eab7";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path3:before {
    content: "\eab8";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path4:before {
    content: "\eabb";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path5:before {
    content: "\eabc";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path6:before {
    content: "\eabd";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path7:before {
    content: "\eabe";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path8:before {
    content: "\eabf";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path9:before {
    content: "\eac0";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path10:before {
    content: "\eac1";
    margin-left: -1.9072265625em;
    color: #141414
}

.icon-AES256 .path11:before {
    content: "\eac2";
    margin-left: -1.9072265625em
}

.icon-american-express .path1:before {
    content: "\eac3";
    color: #017aab
}

.icon-american-express .path2:before {
    content: "\eac4";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path3:before {
    content: "\eac5";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path4:before {
    content: "\eac6";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path5:before {
    content: "\eac7";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path6:before {
    content: "\eac8";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path7:before {
    content: "\eac9";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path8:before {
    content: "\eaca";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path9:before {
    content: "\eacb";
    margin-left: -2.9443359375em;
    color: #228fe0
}

.icon-american-express .path10:before {
    content: "\eacc";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-american-express .path11:before {
    content: "\eacd";
    margin-left: -2.9443359375em;
    color: #017aab
}

.icon-discover .path1:before {
    content: "\eace";
    color: #f5821e
}

.icon-discover .path2:before {
    content: "\eacf";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path3:before {
    content: "\ead0";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path4:before {
    content: "\ead1";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path5:before {
    content: "\ead2";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path6:before {
    content: "\ead3";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path7:before {
    content: "\ead4";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path8:before {
    content: "\ead5";
    margin-left: -3.1640625em;
    color: #4d4d4d
}

.icon-discover .path9:before {
    content: "\ead6";
    margin-left: -3.1640625em;
    color: #141414
}

.icon-discover .path10:before {
    content: "\ead7";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path11:before {
    content: "\ead8";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path12:before {
    content: "\ead9";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path13:before {
    content: "\eada";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path14:before {
    content: "\eadb";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path15:before {
    content: "\eadc";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-discover .path16:before {
    content: "\eadd";
    margin-left: -3.1640625em;
    color: #858585
}

.icon-03:before {
    content: "\ea81"
}

.icon-01:before {
    content: "\ea82"
}

.icon-02:before {
    content: "\ea83"
}

.icon-n-07:before {
    content: "\ea61"
}

.icon-n-02:before {
    content: "\ea5e"
}

.icon-n-05:before {
    content: "\ea5f"
}

.icon-n-06:before {
    content: "\ea60"
}

.icon-h-58:before {
    content: "\ea59"
}

.icon-h-59:before {
    content: "\ea5a"
}

.icon-h-60:before {
    content: "\ea5b"
}

.icon-h-61:before {
    content: "\ea5c"
}

.icon-h-62:before {
    content: "\ea5d"
}

.icon-e-01:before {
    content: "\e900"
}

.icon-e-02:before {
    content: "\e901"
}

.icon-e-03:before {
    content: "\e902"
}

.icon-e-04:before {
    content: "\e903"
}

.icon-e-05:before {
    content: "\e904"
}

.icon-e-06:before {
    content: "\e905"
}

.icon-e-07:before {
    content: "\e906"
}

.icon-e-08:before {
    content: "\e907"
}

.icon-e-09:before {
    content: "\e908"
}

.icon-e-10:before {
    content: "\e909"
}

.icon-e-11:before {
    content: "\e90a"
}

.icon-e-12:before {
    content: "\e90b"
}

.icon-e-13:before {
    content: "\e90c"
}

.icon-e-14:before {
    content: "\e90d"
}

.icon-e-15:before {
    content: "\e90e"
}

.icon-e-16:before {
    content: "\e90f"
}

.icon-e-17:before {
    content: "\e910"
}

.icon-e-18:before {
    content: "\e911"
}

.icon-e-19:before {
    content: "\e912"
}

.icon-e-20:before {
    content: "\e913"
}

.icon-e-21:before {
    content: "\e914"
}

.icon-e-22:before {
    content: "\e915"
}

.icon-e-23:before {
    content: "\e916"
}

.icon-e-24:before {
    content: "\e917"
}

.icon-e-25:before {
    content: "\e918"
}

.icon-e-26:before {
    content: "\e919"
}

.icon-e-27:before {
    content: "\e91a"
}

.icon-e-28:before {
    content: "\e91b"
}

.icon-e-29:before {
    content: "\e91c"
}

.icon-e-30:before {
    content: "\e91d"
}

.icon-e-31:before {
    content: "\e91e"
}

.icon-e-32:before {
    content: "\e91f"
}

.icon-e-33:before {
    content: "\e920"
}

.icon-e-34:before {
    content: "\e921"
}

.icon-e-35:before {
    content: "\e922"
}

.icon-e-36:before {
    content: "\e923"
}

.icon-e-37:before {
    content: "\e924"
}

.icon-e-38:before {
    content: "\e925"
}

.icon-e-39:before {
    content: "\e926"
}

.icon-e-40:before {
    content: "\e927"
}

.icon-e-41:before {
    content: "\e928"
}

.icon-e-42:before {
    content: "\e929"
}

.icon-e-43:before {
    content: "\e92a"
}

.icon-e-44:before {
    content: "\e92b"
}

.icon-e-45:before {
    content: "\e92c"
}

.icon-e-46:before {
    content: "\e92d"
}

.icon-e-47:before {
    content: "\e92e"
}

.icon-e-48:before {
    content: "\e92f"
}

.icon-e-49:before {
    content: "\e930"
}

.icon-e-50:before {
    content: "\e931"
}

.icon-e-51:before {
    content: "\e932"
}

.icon-e-52:before {
    content: "\e933"
}

.icon-e-53:before {
    content: "\e934"
}

.icon-e-54:before {
    content: "\e935"
}

.icon-e-55:before {
    content: "\e936"
}

.icon-e-56:before {
    content: "\e937"
}

.icon-e-57:before {
    content: "\e938"
}

.icon-e-58:before {
    content: "\e939"
}

.icon-e-59:before {
    content: "\e93a"
}

.icon-e-60:before {
    content: "\e93b"
}

.icon-e-61:before {
    content: "\e93c"
}

.icon-e-62:before {
    content: "\e93d"
}

.icon-e-63:before {
    content: "\e93e"
}

.icon-e-64:before {
    content: "\e93f"
}

.icon-e-65:before {
    content: "\e940"
}

.icon-e-66:before {
    content: "\e941"
}

.icon-e-67:before {
    content: "\e942"
}

.icon-e-68:before {
    content: "\e943"
}

.icon-e-69:before {
    content: "\e944"
}

.icon-e-70:before {
    content: "\e945"
}

.icon-e-71:before {
    content: "\e946"
}

.icon-e-72:before {
    content: "\e947"
}

.icon-e-73:before {
    content: "\e948"
}

.icon-e-74:before {
    content: "\e949"
}

.icon-e-75:before {
    content: "\e94a"
}

.icon-e-76:before {
    content: "\e94b"
}

.icon-e-77:before {
    content: "\e94c"
}

.icon-e-78:before {
    content: "\e94d"
}

.icon-e-79:before {
    content: "\e94e"
}

.icon-e-80:before {
    content: "\e94f"
}

.icon-e-81:before {
    content: "\e950"
}

.icon-e-82:before {
    content: "\e951"
}

.icon-e-83:before {
    content: "\e952"
}

.icon-e-84:before {
    content: "\e953"
}

.icon-e-85:before {
    content: "\e954"
}

.icon-e-86:before {
    content: "\e955"
}

.icon-e-87:before {
    content: "\e956"
}

.icon-e-88:before {
    content: "\e957"
}

.icon-e-89:before {
    content: "\e958"
}

.icon-e-90:before {
    content: "\e959"
}

.icon-e-91:before {
    content: "\e95a"
}

.icon-e-92:before {
    content: "\e95b"
}

.icon-e-93:before {
    content: "\e95c"
}

.icon-e-94:before {
    content: "\e95d"
}

.icon-e-95:before {
    content: "\e95e"
}

.icon-e-96:before {
    content: "\e95f"
}

.icon-f-01:before {
    content: "\e960"
}

.icon-f-02:before {
    content: "\e961"
}

.icon-f-03:before {
    content: "\e962"
}

.icon-f-04:before {
    content: "\e963"
}

.icon-f-05:before {
    content: "\e964"
}

.icon-f-06:before {
    content: "\e965"
}

.icon-f-07:before {
    content: "\e966"
}

.icon-f-08:before {
    content: "\e967"
}

.icon-f-09:before {
    content: "\e968"
}

.icon-f-10:before {
    content: "\e969"
}

.icon-f-11:before {
    content: "\e96a"
}

.icon-f-12:before {
    content: "\e96b"
}

.icon-f-13:before {
    content: "\e96c"
}

.icon-f-14:before {
    content: "\e96d"
}

.icon-f-15:before {
    content: "\e96e"
}

.icon-f-16:before {
    content: "\e96f"
}

.icon-f-17:before {
    content: "\e970"
}

.icon-f-18:before {
    content: "\e971"
}

.icon-f-19:before {
    content: "\e972"
}

.icon-f-20:before {
    content: "\e973"
}

.icon-f-21:before {
    content: "\e974"
}

.icon-f-22:before {
    content: "\e975"
}

.icon-f-23:before {
    content: "\e976"
}

.icon-f-24:before {
    content: "\e977"
}

.icon-f-25:before {
    content: "\e978"
}

.icon-f-26:before {
    content: "\e979"
}

.icon-f-27:before {
    content: "\e97a"
}

.icon-f-28:before {
    content: "\e97b"
}

.icon-f-29:before {
    content: "\e97c"
}

.icon-f-30:before {
    content: "\e97d"
}

.icon-f-31:before {
    content: "\e97e"
}

.icon-f-32:before {
    content: "\e97f"
}

.icon-f-33:before {
    content: "\e980"
}

.icon-f-34:before {
    content: "\e981"
}

.icon-f-35:before {
    content: "\e982"
}

.icon-f-36:before {
    content: "\e983"
}

.icon-f-37:before {
    content: "\e984"
}

.icon-f-38:before {
    content: "\e985"
}

.icon-f-39:before {
    content: "\e986"
}

.icon-f-40:before {
    content: "\e987"
}

.icon-f-41:before {
    content: "\e988"
}

.icon-f-42:before {
    content: "\e989"
}

.icon-f-43:before {
    content: "\e98a"
}

.icon-f-44:before {
    content: "\e98b"
}

.icon-f-45:before {
    content: "\e98c"
}

.icon-f-46:before {
    content: "\e98d"
}

.icon-f-47:before {
    content: "\e98e"
}

.icon-f-48:before {
    content: "\e98f"
}

.icon-f-49:before {
    content: "\e990"
}

.icon-f-50:before {
    content: "\e991"
}

.icon-f-51:before {
    content: "\e992"
}

.icon-f-52:before {
    content: "\e993"
}

.icon-f-53:before {
    content: "\e994"
}

.icon-f-54:before {
    content: "\e995"
}

.icon-f-55:before {
    content: "\e996"
}

.icon-f-56:before {
    content: "\e997"
}

.icon-f-57:before {
    content: "\e998"
}

.icon-f-58:before {
    content: "\e999"
}

.icon-f-59:before {
    content: "\e99a"
}

.icon-f-60:before {
    content: "\e99b"
}

.icon-f-61:before {
    content: "\e99c"
}

.icon-f-62:before {
    content: "\e99d"
}

.icon-f-63:before {
    content: "\e99e"
}

.icon-f-64:before {
    content: "\e99f"
}

.icon-f-65:before {
    content: "\e9a0"
}

.icon-f-66:before {
    content: "\e9a1"
}

.icon-f-67:before {
    content: "\e9a2"
}

.icon-f-68:before {
    content: "\e9a3"
}

.icon-f-69:before {
    content: "\e9a4"
}

.icon-f-70:before {
    content: "\e9a5"
}

.icon-f-71:before {
    content: "\e9a6"
}

.icon-f-72:before {
    content: "\e9a7"
}

.icon-f-73:before {
    content: "\e9a8"
}

.icon-f-74:before {
    content: "\e9a9"
}

.icon-f-75:before {
    content: "\e9aa"
}

.icon-f-76:before {
    content: "\e9ab"
}

.icon-f-77:before {
    content: "\e9ac"
}

.icon-f-78:before {
    content: "\e9ad"
}

.icon-f-79:before {
    content: "\e9ae"
}

.icon-f-80:before {
    content: "\e9af"
}

.icon-f-81:before {
    content: "\e9b0"
}

.icon-f-82:before {
    content: "\e9b1"
}

.icon-f-83:before {
    content: "\e9b2"
}

.icon-f-84:before {
    content: "\e9b3"
}

.icon-f-85:before {
    content: "\e9b4"
}

.icon-f-86:before {
    content: "\e9b5"
}

.icon-f-87:before {
    content: "\e9b6"
}

.icon-f-88:before {
    content: "\e9b7"
}

.icon-f-89:before {
    content: "\e9b8"
}

.icon-f-90:before {
    content: "\e9b9"
}

.icon-f-91:before {
    content: "\e9ba"
}

.icon-f-92:before {
    content: "\e9bb"
}

.icon-f-93:before {
    content: "\e9bc"
}

.icon-f-94:before {
    content: "\e9bd"
}

.icon-f-95:before {
    content: "\e9be"
}

.icon-f-96:before {
    content: "\e9bf"
}

.icon-g-01:before {
    content: "\e9c0"
}

.icon-g-02:before {
    content: "\e9c1"
}

.icon-g-03:before {
    content: "\e9c2"
}

.icon-g-04:before {
    content: "\e9c3"
}

.icon-g-05:before {
    content: "\e9c4"
}

.icon-g-06:before {
    content: "\e9c5"
}

.icon-g-07:before {
    content: "\e9c6"
}

.icon-g-08:before {
    content: "\e9c7"
}

.icon-g-09:before {
    content: "\e9c8"
}

.icon-g-10:before {
    content: "\e9c9"
}

.icon-g-11:before {
    content: "\e9ca"
}

.icon-g-12:before {
    content: "\e9cb"
}

.icon-g-13:before {
    content: "\e9cc"
}

.icon-g-14:before {
    content: "\e9cd"
}

.icon-g-15:before {
    content: "\e9ce"
}

.icon-g-16:before {
    content: "\e9cf"
}

.icon-g-17:before {
    content: "\e9d0"
}

.icon-g-18:before {
    content: "\e9d1"
}

.icon-g-19:before {
    content: "\e9d2"
}

.icon-g-20:before {
    content: "\e9d3"
}

.icon-g-21:before {
    content: "\e9d4"
}

.icon-g-22:before {
    content: "\e9d5"
}

.icon-g-23:before {
    content: "\e9d6"
}

.icon-g-24:before {
    content: "\e9d7"
}

.icon-g-25:before {
    content: "\e9d8"
}

.icon-g-26:before {
    content: "\e9d9"
}

.icon-g-27:before {
    content: "\e9da"
}

.icon-g-28:before {
    content: "\e9db"
}

.icon-g-29:before {
    content: "\e9dc"
}

.icon-g-30:before {
    content: "\e9dd"
}

.icon-g-31:before {
    content: "\e9de"
}

.icon-g-32:before {
    content: "\e9df"
}

.icon-g-33:before {
    content: "\e9e0"
}

.icon-g-34:before {
    content: "\e9e1"
}

.icon-g-35:before {
    content: "\e9e2"
}

.icon-g-36:before {
    content: "\e9e3"
}

.icon-g-37:before {
    content: "\e9e4"
}

.icon-g-38:before {
    content: "\e9e5"
}

.icon-g-39:before {
    content: "\e9e6"
}

.icon-g-40:before {
    content: "\e9e7"
}

.icon-g-41:before {
    content: "\e9e8"
}

.icon-g-42:before {
    content: "\e9e9"
}

.icon-g-43:before {
    content: "\e9ea"
}

.icon-g-44:before {
    content: "\e9eb"
}

.icon-g-45:before {
    content: "\e9ec"
}

.icon-g-46:before {
    content: "\e9ed"
}

.icon-g-47:before {
    content: "\e9ee"
}

.icon-g-48:before {
    content: "\e9ef"
}

.icon-g-49:before {
    content: "\e9f0"
}

.icon-g-50:before {
    content: "\e9f1"
}

.icon-g-51:before {
    content: "\e9f2"
}

.icon-g-52:before {
    content: "\e9f3"
}

.icon-g-53:before {
    content: "\e9f4"
}

.icon-g-54:before {
    content: "\e9f5"
}

.icon-g-55:before {
    content: "\e9f6"
}

.icon-g-56:before {
    content: "\e9f7"
}

.icon-g-57:before {
    content: "\e9f8"
}

.icon-g-58:before {
    content: "\e9f9"
}

.icon-g-59:before {
    content: "\e9fa"
}

.icon-g-60:before {
    content: "\e9fb"
}

.icon-g-61:before {
    content: "\e9fc"
}

.icon-g-62:before {
    content: "\e9fd"
}

.icon-g-63:before {
    content: "\e9fe"
}

.icon-g-64:before {
    content: "\e9ff"
}

.icon-g-65:before {
    content: "\ea00"
}

.icon-g-66:before {
    content: "\ea01"
}

.icon-g-67:before {
    content: "\ea02"
}

.icon-g-68:before {
    content: "\ea03"
}

.icon-g-69:before {
    content: "\ea04"
}

.icon-g-70:before {
    content: "\ea05"
}

.icon-g-71:before {
    content: "\ea06"
}

.icon-g-72:before {
    content: "\ea07"
}

.icon-g-73:before {
    content: "\ea08"
}

.icon-g-74:before {
    content: "\ea09"
}

.icon-g-75:before {
    content: "\ea0a"
}

.icon-g-76:before {
    content: "\ea0b"
}

.icon-g-77:before {
    content: "\ea0c"
}

.icon-g-78:before {
    content: "\ea0d"
}

.icon-g-79:before {
    content: "\ea0e"
}

.icon-g-80:before {
    content: "\ea0f"
}

.icon-g-81:before {
    content: "\ea10"
}

.icon-g-82:before {
    content: "\ea11"
}

.icon-g-83:before {
    content: "\ea12"
}

.icon-g-84:before {
    content: "\ea13"
}

.icon-g-85:before {
    content: "\ea14"
}

.icon-g-86:before {
    content: "\ea15"
}

.icon-g-87:before {
    content: "\ea16"
}

.icon-g-88:before {
    content: "\ea17"
}

.icon-g-89:before {
    content: "\ea18"
}

.icon-g-90:before {
    content: "\ea19"
}

.icon-g-91:before {
    content: "\ea1a"
}

.icon-g-92:before {
    content: "\ea1b"
}

.icon-g-93:before {
    content: "\ea1c"
}

.icon-g-94:before {
    content: "\ea1d"
}

.icon-g-95:before {
    content: "\ea1e"
}

.icon-g-96:before {
    content: "\ea1f"
}

.icon-h-01:before {
    content: "\ea20"
}

.icon-h-02:before {
    content: "\ea21"
}

.icon-h-03:before {
    content: "\ea22"
}

.icon-h-04:before {
    content: "\ea23"
}

.icon-h-05:before {
    content: "\ea24"
}

.icon-h-06:before {
    content: "\ea25"
}

.icon-h-07:before {
    content: "\ea26"
}

.icon-h-08:before {
    content: "\ea27"
}

.icon-h-09:before {
    content: "\ea28"
}

.icon-h-10:before {
    content: "\ea29"
}

.icon-h-11:before {
    content: "\ea2a"
}

.icon-h-12:before {
    content: "\ea2b"
}

.icon-h-13:before {
    content: "\ea2c"
}

.icon-h-14:before {
    content: "\ea2d"
}

.icon-h-15:before {
    content: "\ea2e"
}

.icon-h-16:before {
    content: "\ea2f"
}

.icon-h-17:before {
    content: "\ea30"
}

.icon-h-18:before {
    content: "\ea31"
}

.icon-h-19:before {
    content: "\ea32"
}

.icon-h-20:before {
    content: "\ea33"
}

.icon-h-21:before {
    content: "\ea34"
}

.icon-h-22:before {
    content: "\ea35"
}

.icon-h-23:before {
    content: "\ea36"
}

.icon-h-24:before {
    content: "\ea37"
}

.icon-h-25:before {
    content: "\ea38"
}

.icon-h-26:before {
    content: "\ea39"
}

.icon-h-27:before {
    content: "\ea3a"
}

.icon-h-28:before {
    content: "\ea3b"
}

.icon-h-29:before {
    content: "\ea3c"
}

.icon-h-30:before {
    content: "\ea3d"
}

.icon-h-31:before {
    content: "\ea3e"
}

.icon-h-32:before {
    content: "\ea3f"
}

.icon-h-33:before {
    content: "\ea40"
}

.icon-h-34:before {
    content: "\ea41"
}

.icon-h-35:before {
    content: "\ea42"
}

.icon-h-36:before {
    content: "\ea43"
}

.icon-h-37:before {
    content: "\ea44"
}

.icon-h-38:before {
    content: "\ea45"
}

.icon-h-39:before {
    content: "\ea46"
}

.icon-h-40:before {
    content: "\ea47"
}

.icon-h-41:before {
    content: "\ea48"
}

.icon-h-42:before {
    content: "\ea49"
}

.icon-h-43:before {
    content: "\ea4a"
}

.icon-h-44:before {
    content: "\ea4b"
}

.icon-h-45:before {
    content: "\ea4c"
}

.icon-h-46:before {
    content: "\ea4d"
}

.icon-h-47:before {
    content: "\ea4e"
}

.icon-h-48:before {
    content: "\ea4f"
}

.icon-h-49:before {
    content: "\ea50"
}

.icon-h-50:before {
    content: "\ea51"
}

.icon-h-57:before {
    content: "\ea58"
}

.icon-Nowishlist .path1:before {
    content: "\eade";
    color: white
}

.icon-Nowishlist .path2:before {
    content: "\eadf";
    margin-left: -1em;
    color: #c4c4c4
}

.icon-Nowishlist .path3:before {
    content: "\eae0";
    margin-left: -1em;
    color: var(--BLACK)
}

.icon-n-01:before {
    content: "\eb10"
}

.icon-n-022:before {
    content: "\eb11"
}

.icon-n-03:before {
    content: "\eb12"
}

.icon-n-04:before {
    content: "\eb13"
}

.icon-n-052:before {
    content: "\eb14"
}

.icon-n-062:before {
    content: "\eb15"
}

.icon-n-072:before {
    content: "\eb16"
}

.icon-Vector:before {
    content: "\eb17"
}

.icon-n-08:before {
    content: "\eb18"
}

.icon-tumblr:before {
    content: "\eab9"
}

.icon-tumblr2:before {
    content: "\eaba"
}

.si-top-panel .si-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    padding: 24px 15px 15px;
    font-size: 13px;
    line-height: 23px;
    color: var(--WHITE);
    /* font-family: "Hind", sans-serif; */
    letter-spacing: .06em;
    word-spacing: .03em;
    position: relative
}

.si-top-panel .si-row a:not([class]) {
    display: inline-block;
    color: var(--WHITE);
    position: relative
}

.si-top-panel .si-row a:not([class]):before {
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--WHITE);
    transition: background-color .2s linear
}

.si-top-panel .si-row a:not([class]):hover:before {
    background-color: transparent
}

.si-top-panel .si-row .si-description {
    text-align: center
}

.si-top-panel .si-row .si-btn-close {
    text-decoration: none;
    margin-left: 27px;
    padding: 2px;
    font-weight: normal;
    cursor: pointer;
    background: 0;
    border: 0;
    font-weight: 500;
    position: relative;
    top: -1px
}

.si-top-panel .si-row .si-btn-close:before {
    font-family: "wokiee";
    content: "\ea0f";
    color: var(--WHITE);
    font-size: 20px;
    line-height: 1;
    transition: color .2s linear
}

.si-top-panel .si-row .si-btn-close:hover:before {
    color: var(--WHITE)
}

.si-top-panel.si-color-dark {
    background: var(--BLACK)
}

.si-top-panel.si-color-dark .si-btn-close:before {
    color: var(--GREY)
}

.si-top-panel.si-color-dark .si-btn-close:hover:before {
    color: var(--WHITE)
}

.si-top-panel.si-color-02 {
    background-color: #373e48;
    color: var(--WHITE)
}

.si-top-panel.si-top-panel-large .si-row {
    font-size: 15px;
    font-weight: 500
}

.si-top-panel.si-top-panel-largexl .si-text-large {
    font-size: 28px
}

.si-top-panel.si-top-panel-largexl .si-row {
    padding: 26px 15px 18px;
    font-size: 18px;
    font-weight: 500
}

.header-popup-bg {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: none
}

@media(max-width:1024px) {
    body.si-popup-dropdown .header-popup-bg {
        display: block
    }

    body.si-popup-dropdown .si-stuck-nav.stuck {
        z-index: 22
    }

    body.si-popup-dropdown .si-stuck-nav.stuck:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10
    }
}

.si-logo svg {
    width: 100%;
    max-width: 180px
}

header .si-logo {
    position: relative;
    display: inline-flex
}

header .si-logo .si-title {
    padding: 0;
    display: inline-block;
    font-size: 19px;
    line-height: 1.1;
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    text-transform: uppercase
}

header .si-logo:hover .si-title {
    color: var(--BLACK)
}

header .si-logo-alignment {
    position: relative
}

/* New ----------- */
header .si-desktop-header .si-logo {
    max-height: 63px;
    margin-top: 0;
    margin-bottom: 0;
}

header .si-desktop-header .si-logo .si-title {
    margin-top: 6px;
    transition: color .2s linear
}

@media(min-width:1230px) {
    header .si-desktop-header .dropdown-menu {
        max-width: 1200px
    }
}

header .si-dropdown-obj {
    display: inline-flex
}

header .si-dropdown-obj .si-dropdown-toggle {
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 5px 8px;
    font-size: 20px;
    line-height: 1;
    color: var(--BLACK);
    background: 0;
    border: 0;
    display: inline-block;
    transition: color .2s linear
}

header .si-dropdown-obj .si-dropdown-toggle i {
    height: 25px;
    display: inline-block;
    pointer-events: none
}

header .si-dropdown-obj .si-dropdown-menu {
    display: none;
    background: var(--WHITE);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 22
}

@media(max-width:1024px) {
    header .si-dropdown-obj:not(.si-search) .si-dropdown-menu {
        display: inline-block;
        height: 100%;
        top: 0;
        right: -270px;
        position: fixed;
        -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
        transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease
    }

    header .container {
        max-width: inherit
    }
}

header .si-dropdown-obj.active .si-dropdown-toggle {
    z-index: 2
}

header .si-cart .si-dropdown-menu,
header .si-account .si-dropdown-menu,
header .si-multi-obj .si-dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08)
}

@media(min-width:1025px) {

    header .si-cart .si-dropdown-menu,
    header .si-account .si-dropdown-menu,
    header .si-multi-obj .si-dropdown-menu {
        width: 280px
    }
}

@media(max-width:1024px) {

    header .si-cart .si-dropdown-menu,
    header .si-account .si-dropdown-menu,
    header .si-multi-obj .si-dropdown-menu {
        width: 270px
    }
}

@media(max-width:1024px) {
    header .si-cart .si-dropdown-menu {
        width: 320px
    }

    header .si-cart .si-dropdown-menu .si-cart-layout .si-cart-content {
        padding: 26px 30px 23px
    }

    header .si-cart .si-dropdown-menu .si-cart-layout .si-cart-content .si-cart-total-row {
        margin-top: 30px;
        padding-top: 24px
    }

    header .si-cart .si-dropdown-menu .si-cart-layout .si-cart-content .si-cart-btn {
        margin-top: 4px
    }

    header .si-cart .si-dropdown-menu .si-cart-layout .si-cart-content .si-cart-btn .si-item {
        margin-top: 20px
    }

    header .si-cart .si-dropdown-menu .si-cart-layout .si-cart-content .si-cart-btn .btn {
        font-weight: 500
    }

    header .si-cart .si-dropdown-menu .si-cart-layout .si-cart-content .si-cart-btn .btn:not(.btn-border) {
        font-size: 12px
    }

    header .si-cart .si-dropdown-menu .si-cart-layout .si-cart-content .si-cart-total-title {
        letter-spacing: .02em
    }
}

@media(min-width:1025px) {

    header .si-cart.active .si-dropdown-menu,
    header .si-account.active .si-dropdown-menu,
    header .si-multi-obj.active .si-dropdown-menu {
        display: none
    }
}

@media(max-width:1024px) {

    header .si-cart.active .si-dropdown-menu,
    header .si-account.active .si-dropdown-menu,
    header .si-multi-obj.active .si-dropdown-menu {
        right: 0;
        top: 0;
        transform: translateX(0);
        transition-duration: 235ms;
        z-index: 99;
    }
}

header .si-parent-box:first-child .si-dropdown-toggle {
    padding-left: 0
}

header .si-parent-box:last-child .si-dropdown-toggle {
    padding-right: 0px;
}

header .si-parent-box {
    display: inline-flex;
    vertical-align: top
}

header .si-box-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

header .si-box-info ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: .01em;
    font-size: 14px
}

header .si-box-info ul li a {
    transition: color .2s linear
}

header .si-box-info ul li a.si-link-underline {
    display: inline-block;
    position: relative
}

header .si-box-info ul li a.si-link-underline:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 1px;
    transition: background-color .1s linear
}

header .si-box-info ul li a.si-link-underline:hover:before {
    background-color: transparent
}

header .si-box-info ul li [class^="icon-"] {
    margin-right: 4px;
    font-size: 18px;
    position: relative;
    top: 2px
}

header .si-box-info ul li:not(:first-child) {
    margin-left: 15px
}

@media(min-width:1025px) {
    header .si-account .si-dropdown-menu .si-dropdown-inner {
        padding: 33px 20px 37px 39px
    }
}

@media(max-width:1024px) {
    header .si-account .si-dropdown-menu .si-dropdown-inner {
        padding: 15px 20px 37px 29px
    }

    header .si-account .si-dropdown-menu .si-dropdown-inner ul li {
        letter-spacing: .01em
    }

    header .si-account .si-dropdown-menu .si-dropdown-inner ul li a {
        display: inline-block;
        padding: 7px 0;
        color: var(--BLACK)
    }

    header .si-account .si-dropdown-menu .si-dropdown-inner ul li a [class^="icon-"] {
        top: 3px;
        margin-right: 7px;
        color: var(--BLACK)
    }

    header .si-account .si-dropdown-menu .si-dropdown-inner ul li a .icon-n-072,
    header .si-account .si-dropdown-menu .si-dropdown-inner ul li a .icon-n-08 {
        margin-right: 10px
    }
}

header .si-account ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: -1px
}

header .si-account ul li {
    font-size: 15px;
    padding: 3px 0
}

header .si-account ul li a {
    color: var(--BLACK);
    padding: 1px 0;
    display: block;
    transition: color .2s linear
}

header .si-account ul li a [class^="icon-"] {
    font-size: 20px;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    top: 4px;
    color: var(--BLACK);
    transition: color .2s linear
}

header .si-account ul li a .icon-n-072,
header .si-account ul li a .icon-n-08 {
    font-size: 16px;
    margin-right: 11px
}

@media(min-width:1025px) {
    header .si-multi-obj .si-dropdown-menu .si-dropdown-inner {
        padding: 35px 20px 30px 41px
    }
}

@media(max-width:1024px) {
    header .si-multi-obj .si-dropdown-menu .si-dropdown-inner ul {
        padding: 16px 30px 16px 31px;
        position: relative;
        margin-top: 0
    }

    header .si-multi-obj .si-dropdown-menu .si-dropdown-inner ul li {
        letter-spacing: .02em
    }

    header .si-multi-obj .si-dropdown-menu .si-dropdown-inner ul li a {
        padding: 9px 0;
        color: var(--BLACK)
    }

    header .si-multi-obj .si-dropdown-menu .si-dropdown-inner ul li a [class^="icon-"] {
        font-size: 20px;
        color: var(--BLACK)
    }

    header .si-multi-obj .si-dropdown-menu .si-dropdown-inner ul:not(:first-child) {
        border-top: 1px solid #e9e7e7
    }
}

header .si-multi-obj ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: -4px
}

header .si-multi-obj ul li {
    font-size: 14px
}

header .si-multi-obj ul li a {
    color: var(--BLACK);
    padding: 3px 0;
    display: block;
    transition: color .2s linear
}

header .si-multi-obj ul li a [class^="icon-"] {
    font-size: 15px;
    line-height: 1;
    margin-right: 8px;
    margin-left: -3px;
    position: relative;
    top: 1px;
    color: var(--BLACK);
    transition: color .2s linear
}

header .si-multi-obj ul:not(:first-child) {
    margin-top: 22px
}

header .si-multi-obj .si-mobile-add+ul {
    margin-top: 0
}

header .si-dropdown-obj:not(.si-search) .si-mobile-add {
    border-bottom: 1px solid #e9e7e7
}

@media(min-width:1025px) {
    header .si-dropdown-obj:not(.si-search) .si-mobile-add {
        display: none
    }
}

header .si-dropdown-obj:not(.si-search) .si-mobile-add .si-title {
    color: var(--BLACK);
    font-size: 14px;
    line-height: 1.1;
    pointer-events: none
}

header .si-dropdown-obj:not(.si-search) .si-mobile-add .si-close {
    font-size: 14px;
    padding: 13px 12px 13px 29px;
    display: block;
    color: var(--GREY);
    transition: color .2s linear;
    background: 0;
    border: 0;
    cursor: pointer;
    width: 100%;
    text-align: left
}

header .si-dropdown-obj:not(.si-search) .si-mobile-add .si-close:before {
    font-family: "wokiee";
    content: "\e9b3";
    padding-right: 6px;
    font-size: 14px;
    position: relative;
    top: 1px;
    color: var(--GREY);
    transition: color .2s linear
}

header .si-dropdown-obj:not(.si-search) .si-mobile-add .si-title {
    padding: 18px 0 17px 30px
}

header .si-dropdown-obj:not(.si-search) .si-mobile-add .si-title+.si-close {
    position: absolute;
    right: 9px;
    top: 0;
    font-size: 0;
    text-align: right
}

header .si-cart .si-dropdown-toggle .si-badge-cart {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: var(--WHITE);
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 12px;
    line-height: 1.7;
    pointer-events: none
}

header .si-cart .si-cart-layout .si-cart-empty {
    padding: 21px 20px 19px;
    text-align: center;
    display: block
}

header .si-cart .si-cart-layout .si-cart-empty [class^="icon-"] {
    font-size: 40px;
    line-height: 1;
    color: #cdcdcd
}

header .si-cart .si-cart-layout .si-cart-empty p {
    margin-top: 7px;
    letter-spacing: .01em;
    color: var(--GREY)
}

header .si-cart .si-cart-layout .si-cart-content {
    padding: 26px 20px 23px
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item .si-item-img {
    margin-top: 4px
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item .si-item-img img {
    width: 67px;
    height: auto
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item a:not([class]) {
    display: flex;
    width: 100%;
    transition: color .2s linear
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item a:not([class]) .si-title {
    color: var(--BLACK)
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item .si-item-img+.si-item-descriptions {
    margin-left: 20px
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item .si-item-descriptions {
    flex: 2 1 auto
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item .si-item-descriptions .si-title {
    /* font-family: "Hind", sans-serif; */
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    transition: color .2s linear
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item .si-item-descriptions .si-add-info {
    list-style: none;
    margin: 4px 0 0 0;
    padding: 0 0 5px 0
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item .si-item-descriptions .si-add-info li {
    color: #999;
    font-size: 11px;
    line-height: 16px
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item .si-item-descriptions .si-quantity {
    display: inline-flex;
    font-size: 14px;
    color: var(--GREY)
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item .si-item-descriptions .si-price {
    display: inline-flex;
    font-size: 16px;
    color: var(--BLACK);
    font-weight: 500
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item .si-item-descriptions>*:nth-child(1) {
    margin-top: 0
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item:not(:first-child) {
    margin-top: 16px
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item-close .si-btn-close {
    padding: 4px;
    margin-right: -6px;
    position: relative;
    top: -1px;
    background: 0;
    border: 0
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-list .si-item-close .si-btn-close:before {
    content: "\ea83";
    color: var(--BLACK);
    font-size: 15px;
    line-height: 22px;
    font-family: "wokiee";
    transition: color .2s linear
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-total-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    border-top: 1px solid #e9e7e7;
    margin-top: 20px;
    padding-top: 14px
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-total-row .si-cart-total-title {
    font-weight: 500;
    color: var(--BLACK);
    font-size: 14px;
    /* font-family: "Hind", sans-serif */
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-total-row .si-cart-total-price {
    flex: 2 1 auto;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: var(--BLACK)
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    text-align: center
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-btn .si-item {
    margin-top: 11px;
    width: 100%
}

header .si-cart .si-cart-layout .si-cart-content .si-cart-btn .btn {
    padding-left: 13px;
    padding-right: 13px;
    width: 100%
}

header .si-dropdown-obj .si-dropdown-toggle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

@media(min-width:1025px) {
    header .si-search .si-dropdown-menu {
        position: relative;
        display: inline-block;
        top: inherit
    }

    header .si-search .si-dropdown-menu form {
        position: relative;
        display: block
    }

    header .si-search .si-dropdown-menu .si-search-input {
        background: transparent;
        font-size: 14px;
        font-weight: 500;
        border: 0;
        border-bottom: 1px solid #eceaea;
        padding: 5px;
        /* font-family: "Hind", sans-serif; */
        box-shadow: none;
        outline: 0;
        width: 100%;
        /* text-transform: uppercase; */
        color: var(--BLACK);
        margin-top: 0;
        border-right: 0;
        transition: all .2s linear
    }

    header .si-search .si-dropdown-menu .si-search-input:not(focus)::-webkit-input-placeholder {
        color: var(--BLACK);
        text-transform: uppercase
    }

    header .si-search .si-dropdown-menu .si-search-input:not(focus)::-moz-placeholder {
        color: var(--BLACK);
        text-transform: uppercase
    }

    header .si-search .si-dropdown-menu .si-search-input:not(focus):-moz-placeholder {
        color: var(--BLACK);
        text-transform: uppercase
    }

    header .si-search .si-dropdown-menu .si-search-input:not(focus):-ms-input-placeholder {
        color: var(--BLACK);
        text-transform: uppercase
    }

    header .si-search .si-dropdown-menu .si-btn-search {
        color: #333;
        font-size: 30px;
        line-height: 1;
        font-family: "wokiee";
        position: absolute;
        cursor: pointer;
        top: 41px;
        padding: 4px 0 4px 4px;
        margin-top: -4px;
        right: 0;
        z-index: 3;
        display: inline-block;
        background: 0;
        border: 0;
        transition: color .2s linear
    }

    header .si-search .si-dropdown-menu .si-btn-search:before {
        content: "\e9b4"
    }

    header .si-search .si-dropdown-menu .si-info-text {
        position: absolute;
        top: 0;
        left: 0
    }

    header .si-search .si-dropdown-menu .si-btn-close {
        display: inline-flex;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -1px;
        color: var(--GREY);
        font-size: 14px;
        line-height: 1;
        font-family: "wokiee";
        padding: 5px 0 5px 5px;
        background: 0;
        border: 0;
        cursor: pointer;
        transition: color .2s linear
    }

    header .si-search .si-dropdown-menu .si-btn-close:before {
        font-family: "wokiee";
        content: "\e9b3";
        line-height: 1
    }

    header .si-search .si-dropdown-menu .si-description {
        text-align: center
    }

    header .si-search .si-dropdown-menu .si-price {
        justify-content: center
    }
}

@media(max-width:1024px) {
    header .si-search .si-dropdown-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: center;
        background: var(--WHITE);
        position: absolute;
        z-index: -2;
        opacity: 0;
        width: 100%;
        top: 0;
        left: 0
    }

    header .si-search .si-dropdown-menu:before {
        content: '';
        display: block;
        width: calc(100% + 40px);
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: var(--WHITE);
        margin-left: -20px;
        margin-right: -20px
    }

    header .si-search .si-dropdown-menu .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        position: relative
    }

    header .si-search .si-dropdown-menu .container [class^="si-col"]:first-child:first-child {
        padding-left: 0
    }

    header .si-search .si-dropdown-menu .si-info-text {
        display: none
    }

    header .si-search .si-dropdown-menu form {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-end;
        align-items: center
    }

    header .si-search .si-dropdown-menu form .si-col:first-child {
        flex: 2 1 auto
    }

    header .si-search .si-dropdown-menu form .si-col:last-child {
        margin-left: 20px
    }

    header .si-search .si-dropdown-menu form .si-search-input {
        background: transparent;
        font-size: 16px;
        border: 1px solid transparent;
        padding: 14px 12px 8px 0;
        /* font-family: "Hind", sans-serif; */
        box-shadow: none;
        outline: 0;
        width: calc(100% - 20px);
        color: var(--GREY);
        border-right: 0;
        transition: all .2s linear
    }

    header .si-search .si-dropdown-menu form .si-search-input:not(focus)::-webkit-input-placeholder {
        color: var(--BLACK);
        text-transform: uppercase
    }

    header .si-search .si-dropdown-menu form .si-search-input:not(focus)::-moz-placeholder {
        color: var(--BLACK);
        text-transform: uppercase
    }

    header .si-search .si-dropdown-menu form .si-search-input:not(focus):-moz-placeholder {
        color: var(--BLACK);
        text-transform: uppercase
    }

    header .si-search .si-dropdown-menu form .si-search-input:not(focus):-ms-input-placeholder {
        color: var(--BLACK);
        text-transform: uppercase
    }

    header .si-search .si-dropdown-menu .si-btn-close {
        display: inline-flex;
        color: var(--GREY);
        font-size: 20px;
        line-height: 1;
        font-family: "wokiee";
        padding: 3px 0 5px 5px;
        background: 0;
        border: 0;
        cursor: pointer;
        position: relative;
        top: 3px;
        transition: color .2s linear
    }

    header .si-search .si-dropdown-menu .si-btn-close:before {
        font-family: "wokiee";
        content: "\e9b3";
        font-size: 20px;
        line-height: 1
    }

    header .si-search .si-dropdown-menu .si-btn-search {
        font-size: 20px;
        line-height: 1;
        font-family: "wokiee";
        position: absolute;
        cursor: pointer;
        top: 50%;
        margin-top: -10px;
        right: 0;
        z-index: 3;
        display: inline-block;
        background: 0;
        border: 0;
        transition: color .2s linear
    }

    header .si-search .si-dropdown-menu .si-btn-search:before {
        content: "\e9b4"
    }

    header .si-search .si-dropdown-menu .search-results {
        position: absolute;
        top: 38px;
        left: 0;
        padding: 11px 11px 19px
    }
}

@media(max-width:1024px) and (min-width:481px) {
    header .si-search .si-dropdown-menu .search-results {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:1024px) and (max-width:481px) {
    header .si-search .si-dropdown-menu .search-results {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px
    }
}

header .si-search .search-results {
    position: relative;
    padding: 0;
    width: 100%;
    display: none
}

@media(max-width:1024px) {
    header .si-search .search-results {
        background: var(--WHITE);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
        margin-top: 22px
    }
}

@media(max-width:1024px) and (max-width:1024px) and (min-width:481px) {
    header .si-search .search-results {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:1024px) and (max-width:481px) {
    header .si-search .search-results {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width:1024px) {
    header .si-search .search-results ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    header .si-search .search-results ul>li {
        display: none;
        width: 100%;
        margin: 0;
        overflow: hidden
    }

    header .si-search .search-results ul>li a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        color: var(--GREY);
        padding: 0;
        position: relative;
        background-color: transparent;
        transition: background-color .2s linear
    }

    header .si-search .search-results ul>li a .thumbnail {
        width: 50px;
        height: auto;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        border-right: 2px solid var(--WHITE)
    }

    header .si-search .search-results ul>li a .thumbnail img {
        width: 100%;
        height: auto
    }

    header .si-search .search-results ul>li a .si-description {
        padding: 5px 15px 5px 16px;
        white-space: normal;
        font-size: 14px;
        line-height: 24px
    }

    header .si-search .search-results ul>li a .si-description .si-title {
        font-size: 14px;
        line-height: 24px;
        color: #333
    }

    header .si-search .search-results ul>li a .si-description .si-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: var(--BLACK)
    }

    header .si-search .search-results ul>li a .si-description .si-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }

    header .si-search .search-results ul>li a .si-description .si-price .old-price {
        color: var(--BLACK);
        text-decoration: line-through
    }

    header .si-search .search-results ul>li a .si-description .si-price .old-price .money {
        text-decoration: line-through
    }

    header .si-search .search-results ul>li a .si-description .si-price span {
        display: inline-block
    }

    header .si-search .search-results ul>li a:hover {
        background-color: #f7f8fa
    }

    header .si-search .search-results ul>li:not(:first-child) {
        margin-top: 10px
    }

    header .si-search .search-results ul li:nth-child(-n+3) {
        display: block
    }
}

@media(min-width:1025px) {
    header .si-search .search-results {
        margin-top: 27px;
        background: var(--WHITE)
    }

    header .si-search .search-results ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: flex-start;
        list-style: none;
        padding: 0;
        overflow: hidden;
        margin-right: -10px;
        margin-left: -10px
    }

    header .si-search .search-results ul>li {
        display: block;
        width: 16.666%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden
    }

    header .si-search .search-results ul>li a {
        display: block;
        color: var(--GREY)
    }

    header .si-search .search-results ul>li a .thumbnail img {
        width: 100%;
        height: auto
    }

    header .si-search .search-results ul>li a .si-description {
        padding: 14px 0 5px 0;
        white-space: normal;
        font-size: 14px;
        line-height: 24px
    }

    header .si-search .search-results ul>li a .si-description .si-title {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        transition: color .2s linear
    }

    header .si-search .search-results ul>li a .si-description .si-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: var(--BLACK)
    }

    header .si-search .search-results ul>li a .si-description .si-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }

    header .si-search .search-results ul>li a .si-description .si-price .old-price {
        color: var(--BLACK);
        text-decoration: line-through
    }

    header .si-search .search-results ul>li a .si-description .si-price .old-price .money {
        text-decoration: line-through
    }

    header .si-search .search-results ul>li a .si-description .si-price span {
        display: inline-block
    }
}

header .si-search .si-view-all {
    background: 0;
    border: 0;
    padding: 0;
    margin-top: 15px;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s linear
}

header .si-search .si-view-all:hover {
    text-decoration: none;
    color: var(--BLACK)
}

@media(min-width:1025px) {
    header .si-search.active .si-dropdown-menu {
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    header .si-search.active .si-dropdown-menu>.container {
        display: block
    }
}

@media(max-width:1024px) {
    header .si-search.active .si-dropdown-menu {
        z-index: 3;
        opacity: 1
    }
}

header .si-social-icon {
    margin-top: 7px;
    padding-bottom: 5px
}

header .si-social-icon li:first-child a {
    padding-left: 0
}

header .si-social-icon li:last-child a {
    padding-right: 0
}

header ul.si-listing-01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    text-align: center;
    transition: border .2s linear;
    margin-top: -4px;
    margin-left: -8px
}

header ul.si-listing-01 li {
    margin-top: 8px;
    margin-left: 8px;
    width: calc(50% - 8px)
}

header ul.si-listing-01 li a {
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center
}

header ul.si-listing-01 li a img {
    width: 100%;
    max-width: 100%;
    height: auto
}

header ul.si-listing-01 li a:before {
    content: '';
    width: 100%;
    height: 100%;
    outline: 1px solid #e9e7e7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: outline-color .2s linear
}

@media(min-width:1230px) {
    header ul.si-listing-01 li a {
        height: 78px;
        padding: 9px
    }
}

@media(max-width:1229px) {
    header ul.si-listing-01 li a {
        height: 65px;
        padding: 5px
    }
}

header ul.si-listing-01 li a:hover:before {
    outline-color: var(--BLACK)
}

/* @media(min-width:350px) and (max-width:370px) {
    input#search_input {
        margin-left: 82px !important;
    }
}

@media(max-width:390px) {
    input#search_input {
        margin-left: 48px !important;
    }
} */

@media(max-width:480px) {
    header .si-mobile-header .container-fluid {
        padding-left: 10px;
        padding-right: 10px
    }

    /* input#search_input {
        margin-left: 20px;
    } */

    .airrecommendation-sect .col-item,
    .recommendation-sect .col-item,
    .deals-sect .col-item,
    .similar-sect .col-item {
        margin-left: 25% !important;
    }
}

header .si-color-scheme-01 {
    background: #303030;
    color: #888
}

header .si-color-scheme-01 .si-box-info ul li a {
    color: #888
}

header .si-color-scheme-01 .si-box-info ul li a:hover {
    color: #888
}

header .si-color-scheme-01 .si-box-info ul li a.si-link-underline:hover:before {
    background-color: transparent
}

header .si-color-scheme-01 .si-box-info ul li [class^="icon-"] {
    color: var(--WHITE)
}

header .si-color-scheme-01 .si-social-icon li a {
    color: var(--GREY)
}

header .si-color-scheme-01 .si-social-icon li a:hover {
    color: var(--WHITE)
}

header .si-color-scheme-01 .si-desctop-menu.si-hover-02 nav>ul li.dropdown>a {
    color: var(--WHITE);
    background: transparent
}

header .si-color-scheme-01 .si-desctop-menu.si-hover-02 nav>ul li.dropdown>a:hover {
    color: var(--WHITE)
}

header .si-color-scheme-01 .si-desctop-menu.si-hover-02 nav>ul li.dropdown.active>a {
    color: var(--WHITE)
}

header .si-color-scheme-01 .si-desctop-menu.si-hover-02 nav>ul li.dropdown.selected>a {
    color: var(--WHITE)
}

header .si-color-scheme-01 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown>a {
    color: var(--WHITE);
    background: transparent
}

header .si-color-scheme-01 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown>a:hover {
    background: transparent
}

header .si-color-scheme-01 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown.active>a {
    background: transparent
}

header .si-color-scheme-01 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown.selected>a {
    background: transparent
}

header .si-color-scheme-01 .si-dropdown-obj .si-dropdown-toggle {
    color: var(--WHITE)
}

header .si-color-scheme-01 .si-menu-toggle:not(:hover) i {
    color: var(--WHITE)
}

header .si-color-scheme-02 {
    background: #f7f8fa;
    color: #888
}

header .si-color-scheme-02 .si-box-info ul li a {
    color: #888
}

header .si-color-scheme-02 .si-box-info ul li a:hover {
    color: #888
}

header .si-color-scheme-02 .si-social-icon li a {
    color: #cdcdcd
}

header .si-color-scheme-02 .si-social-icon li a:hover {
    color: var(--BLACK)
}

header .si-color-scheme-02 .si-desctop-menu.si-hover-02 nav>ul li.dropdown>a {
    color: var(--BLACK);
    background: transparent
}

header .si-color-scheme-02 .si-desctop-menu.si-hover-02 nav>ul li.dropdown>a:hover {
    color: var(--WHITE)
}

header .si-color-scheme-02 .si-desctop-menu.si-hover-02 nav>ul li.dropdown.active>a {
    color: var(--WHITE)
}

header .si-color-scheme-02 .si-desctop-menu.si-hover-02 nav>ul li.dropdown.selected>a {
    color: var(--WHITE)
}

header .si-color-scheme-02 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown>a {
    color: var(--BLACK);
    background: transparent
}

header .si-color-scheme-02 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown>a:hover {
    background: transparent
}

header .si-color-scheme-02 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown.active>a {
    background: transparent
}

header .si-color-scheme-02 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown.selected>a {
    background: transparent
}

header .si-color-scheme-02 .si-dropdown-obj .si-dropdown-toggle {
    color: var(--BLACK)
}

header .si-color-scheme-03 {
    background: transparent;
    color: #888
}

header .si-color-scheme-03 .si-desctop-menu.si-hover-02 nav>ul li.dropdown>a {
    color: var(--WHITE);
    background: transparent
}

header .si-color-scheme-03 .si-desctop-menu.si-hover-02 nav>ul li.dropdown>a:hover {
    color: var(--WHITE)
}

header .si-color-scheme-03 .si-desctop-menu.si-hover-02 nav>ul li.dropdown.active>a {
    color: var(--WHITE)
}

header .si-color-scheme-03 .si-desctop-menu.si-hover-02 nav>ul li.dropdown.selected>a {
    color: var(--WHITE)
}

header .si-color-scheme-03 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown>a {
    color: var(--WHITE);
    background: transparent
}

header .si-color-scheme-03 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown>a:hover {
    background: transparent
}

header .si-color-scheme-03 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown.active>a {
    background: transparent
}

header .si-color-scheme-03 .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown.selected>a {
    background: transparent
}

header .si-color-scheme-03 .si-dropdown-obj .si-dropdown-toggle {
    color: var(--WHITE)
}

header [class^="si-color-scheme-"].si-search-container {
    background: var(--WHITE)
}

html.ie .si-desctop-parent-menu {
    line-height: 0
}

html.ie .si-desctop-parent-menu .dropdown-menu {
    line-height: 22px
}

.si-desktop-header {
    position: relative;
    z-index: 8
}

@media(max-width:1024px) {
    .si-desktop-header {
        display: none
    }
}

.si-desktop-header .si-dropdown-obj {
    margin-top: 9px;
    padding-bottom: 7px
}

@media(min-width:1025px) {
    .si-obj-desktop-hidden {
        visibility: hidden;
        pointer-events: none;
        opacity: 0
    }
}

.si-desktop-header .si-obj-desktop-hidden02 {
    display: none
}

.si-header-static {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: transparent
}

header .container-fluid {
    padding-left: 20px;
    padding-right: 20px
}

.si-desktop-header .container-fluid .container {
    position: relative
}

.headerunderline {
    border-bottom: 1px solid #e9e7e7
}

.si-col-obj__large {
    flex: 2 1 auto
}

.si-header-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    position: relative;
    min-height: 40px
}

.si-header-row .si-col-right {
    vertical-align: top;
    align-items: flex-end
}

.si-header-row .si-col-right div.si-desctop-parent-menu:not(:last-child) {
    margin-right: 15px
}

.si-header-row .si-row-left {
    vertical-align: top;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.si-header-row .si-row-left .si-logo:not(:last-child) {
    margin-bottom: 0
}

.si-header-row .si-row-left .si-logo+.si-desctop-parent-menu .si-desctop-menu nav>ul li.dropdown>a {
    padding-top: 13px;
    padding-bottom: 22px
}

.si-header-row .si-row-left .si-logo+.si-desctop-parent-menu .si-desctop-menu nav>ul li.dropdown>a .si-badge {
    top: -6px
}

.si-header-row .si-row-left>*:nth-child(1):not(.si-logo) {
    margin-top: 0
}

.si-header-row .si-col-left {
    display: flex;
    vertical-align: top
}

.si-header-row .si-col-left:last-child .si-desctop-menu:last-child:first-child nav>ul li.dropdown>a {
    padding-top: 18px;
    padding-bottom: 17px
}

.si-header-row .si-col-left:last-child .si-desctop-menu:last-child:first-child nav>ul li.dropdown>a .si-badge {
    top: 2px
}

.si-header-row .si-col-left:not(.si-row-center):not(.si-row-left) .si-logo {
    margin-right: 30px
}

.si-header-row .si-position-absolute:not(:first-child) {
    position: absolute
}

.si-header-row .si-position-absolute.si-search-active {
    left: 0
}

.si-header-row .si-col-right.si-position-absolute:not(:first-child) {
    right: 0
}

.si-header-row .si-col-left.si-position-absolute {
    left: 0;
    position: absolute
}

.si-header-row .si-row-center {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    vertical-align: top
}

.si-header-row .si-row-center .si-logo:not(:last-child) {
    margin-bottom: 0
}

.si-header-row .si-row-center .si-logo+.si-desctop-parent-menu .si-desctop-menu nav>ul li.dropdown>a {
    padding-top: 13px;
    padding-bottom: 22px
}

.si-header-row .si-row-center .si-logo+.si-desctop-parent-menu .si-desctop-menu nav>ul li.dropdown>a .si-badge {
    top: -6px
}

.si-header-row .si-row-center>*:nth-child(1):not(.si-logo) {
    margin-top: 0
}

.si-header-row .si-col-large {
    flex: 2 1 auto
}

.si-header-row .si-col-center {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

.si-header-row .si-col-center .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

@media(max-width:870px) {
    .si-header-row.si-top-row {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 12px 0 7px 0
    }

    .si-header-row.si-top-row>div {
        max-width: inherit;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .si-header-row.si-top-row .si-box-info {
        width: 100%;
        margin-top: 6px
    }

    .si-header-row.si-top-row .si-box-info ul {
        flex-direction: column;
        align-items: center
    }

    .si-header-row.si-top-row .si-box-info ul li {
        margin-left: 0;
        margin-right: 0;
        padding-top: 1px;
        padding-bottom: 1px;
        text-align: center
    }

    .si-header-row.si-top-row .si-social-icon {
        margin-top: 6px
    }

    .si-header-row.si-top-row .si-social-icon li:first-child {
        margin-right: 10px
    }

    .si-header-row.si-top-row .si-social-icon li:not(:last-child):not(:first-child) {
        margin: 0 10px
    }

    .si-header-row.si-top-row .si-social-icon li:last-child {
        margin-left: 10px
    }
}

@media(min-width:481px) and (max-width:1024px) {
    .si-header-row.si-top-row {
        padding-left: 10px;
        padding-right: 10px
    }
}

.container-fluid.si-search-container {
    padding-left: 0;
    padding-right: 0
}

.container-fluid.si-search-container .si-search .si-dropdown-menu form {
    padding-left: 10px;
    padding-right: 10px
}

.container-fluid.si-search-container .si-search .si-dropdown-menu .si-btn-search {
    right: 60px
}

.si-desctop-menu img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.si-desctop-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.si-desctop-menu ul li {
    display: inline-block
}

.si-desctop-menu>ul>li>a {
    transition: color .2s linear, background-color .2s linear;
    display: inline-block;
    position: relative
}

.si-desctop-menu ul.popup-left {
    left: auto;
    right: 100%
}

.si-desctop-menu .dropdown {
    position: inherit
}

.si-desctop-menu .dropdown>a {
    transition: color .2s linear, background-color .2s linear
}

.si-desctop-menu .dropdown .dropdown-menu {
    display: none;
    top: -10000px;
    background: var(--WHITE)
}

.si-desctop-menu .dropdown:hover {
    top: auto
}

.si-desctop-menu .dropdown:hover .dropdown-menu {
    top: auto
}

.si-desctop-menu .dropdown-menu {
    padding: 33px 5px 27px 39px;
    margin-top: 0;
    border: 0;
    display: block;
    position: absolute
}

.si-desctop-menu .megamenu .dropdown-menu {
    left: 0
}

.si-desctop-menu .dropdown-menu.one-col {
    min-width: 202px;
    margin-left: 0;
    width: auto
}

.si-desctop-menu .dropdown-menu.large-width {
    width: 290px
}

.si-desctop-menu .dropdown-menu.large-width>li>a {
    white-space: normal
}

.si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown:first-child .dropdown-menu {
    margin-left: 0
}

.si-desctop-menu .dropdown>a {
    position: relative
}

.si-desctop-menu .dropdown>a .si-badge {
    position: absolute;
    top: 9px;
    right: 0
}

.si-desctop-menu .si-badge {
    display: inline-block;
    /* font-family: "Hind", sans-serif; */
    font-weight: 400;
    color: var(--WHITE);
    background-color: transparent;
    font-size: 12px;
    line-height: 1;
    padding: 3px 4px 1px;
    position: relative;
    top: -1px;
    border-right: 2px
}

.si-desctop-menu .si-new {
    color: var(--WHITE);
    background-color: #1393f5
}

.si-desctop-menu .si-fatured {
    color: var(--WHITE);
    background-color: #fdbc20
}

.si-desctop-menu .si-sale {
    color: var(--WHITE);
    background-color: #f8353e
}

.si-desctop-menu .si-custom-color01 {
    color: var(--WHITE);
    background-color: #3db073
}

.si-desctop-menu .header-menu-product a {
    display: block
}

.si-desctop-menu .header-menu-product a .si-title {
    color: var(--BLACK);
    transition: color .2s linear
}

.si-desctop-menu .header-menu-product .si-product .si-description {
    padding-top: 6px
}

.si-desctop-menu nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.si-desctop-menu nav>ul>li.dropdown>a {
    /* font-family: "Hind", sans-serif; */
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: .04em;
    padding: 17px 12px 16px;
    display: inline-flex
}

.si-desctop-menu .si-title-submenu {
    font-size: 14px;
    display: block;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 8px;
    font-weight: 500;
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    transition: all .2s linear
}

.si-desctop-menu .si-title-submenu img {
    width: 100%;
    height: auto;
    margin-top: 13px;
    margin-bottom: 7px
}

.si-desctop-menu .si-title-submenu a {
    color: var(--BLACK);
    transition: all .2s linear
}

.si-desctop-menu .si-title-submenu+.slick-slider,
.si-desctop-menu .si-title-submenu+.si-menu-slider {
    margin-top: 4px
}

.si-desctop-menu .si-megamenu-submenu {
    margin-top: -3px;
    display: inline-block
}

.si-desctop-menu .si-megamenu-submenu>li {
    display: block;
    position: relative
}

.si-desctop-menu .si-megamenu-submenu>li>a {
    color: var(--GREY);
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    padding-right: 23px;
    padding-bottom: 1px;
    transition: all .2s linear
}

.si-desctop-menu .si-megamenu-submenu>li>a img {
    width: auto;
    position: absolute;
    right: -8px;
    top: 0;
    visibility: hidden;
    z-index: 3;
    opacity: 0;
    transition: all .2s linear
}

.si-desctop-menu .si-megamenu-submenu>li>a:hover img {
    visibility: visible;
    right: -34px;
    opacity: 1
}

.si-desctop-menu .si-megamenu-submenu>li>a:hover:before {
    left: 0;
    opacity: 1
}

.si-desctop-menu .si-megamenu-submenu li a:not(:only-child):after {
    content: "";
    speak: none;
    right: 13px;
    margin-top: 6px;
    position: absolute;
    border-top: 4px solid transparent;
    border-left: 4px solid var(--BLACK);
    border-bottom: 4px solid transparent;
    position: relative;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
    transition: border .2s linear
}

.si-desctop-menu .si-megamenu-submenu li a:not(:only-child):after .si-badge {
    position: relative;
    top: 1px
}

.si-desctop-menu .si-megamenu-submenu>li>a:not(:only-child):after {
    right: -13px
}

.si-desctop-menu .si-megamenu-submenu>li ul {
    display: none;
    margin-top: 0;
    background: var(--WHITE);
    position: absolute;
    z-index: 13;
    left: 100%;
    top: -13px;
    padding: 13px 0 10px 0;
    min-width: 210px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08)
}

.si-desctop-menu .si-megamenu-submenu>li ul ul.right,
.si-desctop-menu .si-megamenu-submenu>li ul ul.right ul {
    left: auto;
    right: 100%
}

.si-desctop-menu .si-megamenu-submenu>li ul ul.right .left,
.si-desctop-menu .si-megamenu-submenu>li ul ul.right .left ul {
    left: 100%;
    right: auto
}

.si-desctop-menu .si-megamenu-submenu>li ul li {
    margin-bottom: 0;
    display: block;
    position: relative
}

.si-desctop-menu .si-megamenu-submenu>li ul li a {
    padding: 1px 7px 1px 20px;
    font-size: 14px;
    display: block;
    color: var(--GREY);
    transition: all .2s linear
}

.si-desctop-menu ul.si-sub-img {
    display: block
}

.si-desctop-menu ul.si-sub-img li {
    display: block
}

.si-desctop-menu ul.si-sub-img li a {
    display: block
}

.si-desctop-menu ul.si-sub-img li a img {
    width: auto;
    position: absolute;
    right: -34px;
    top: -5px;
    visibility: hidden;
    z-index: 3;
    max-width: 141px;
    opacity: 0;
    transition: all .2s linear;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08)
}

.si-desctop-menu ul.si-sub-img li a:hover img {
    visibility: visible;
    top: 0;
    opacity: 1
}

.si-desctop-menu ul.si-sub-img li.si-sub-menu>a {
    display: inline-block
}

.si-desctop-menu .dropdown-menu {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08)
}

.si-desctop-menu .dropdown-menu>.row:not(:first-child) {
    margin-top: 26px
}

.si-desctop-menu .megamenu .dropdown-menu {
    width: 100%;
    padding: 33px 39px 39px 39px
}

.si-desctop-menu .megamenu .col {
    max-width: 281px
}

@media(max-width:1229px) {
    .si-desctop-menu .megamenu .col {
        max-width: 228px
    }
}

.si-desctop-menu .si-megamenu-col-01 .dropdown-menu {
    width: 280px;
    margin-left: -40px
}

.si-desctop-menu .si-megamenu-col-01 .col {
    width: 100%;
    display: block
}

.si-desctop-menu .si-megamenu-col-01 .si-col-list [class^="col"] {
    flex-basis: inherit
}

.si-desctop-menu .si-megamenu-col-01 .row.si-col-list {
    margin-left: 0;
    margin-right: 0
}

.si-desctop-menu .si-megamenu-col-02 .dropdown-menu {
    width: 630px;
    margin-left: -40px
}

.si-desctop-menu .si-megamenu-col-02 .col {
    max-width: 281px;
    min-width: 281px
}

.si-desctop-menu .si-col-list {
    margin-top: -23px
}

.si-desctop-menu .si-col-list [class^="col"] {
    margin-top: 23px
}

.si-desctop-menu:not(.si-hover-02) li.dropdown:first-child>a {
    padding-left: 0
}

.si-desctop-menu:not(.si-hover-02) li.dropdown:last-child>a {
    padding-right: 0
}

.si-desctop-menu:not(.si-hover-02) li.dropdown>a {
    color: var(--BLACK);
    background: transparent
}

.si-desctop-menu:not(.si-hover-02) li.dropdown>a:hover {
    background: transparent
}

.si-desctop-menu:not(.si-hover-02) li.dropdown.active>a {
    background: transparent
}

.si-desctop-menu:not(.si-hover-02) li.dropdown.selected>a {
    background: transparent
}

.si-desctop-menu.si-hover-02 nav>ul li.dropdown>a {
    padding-left: 13px;
    padding-right: 13px
}

.si-desctop-menu.si-hover-02 nav>ul li.dropdown>a {
    color: var(--BLACK);
    background: transparent
}

.si-desctop-menu.si-hover-02 nav>ul li.dropdown>a:hover {
    color: var(--WHITE)
}

.si-desctop-menu.si-hover-02 nav>ul li.dropdown.active>a {
    color: var(--WHITE)
}

.si-desctop-menu.si-hover-02 nav>ul li.dropdown.selected>a {
    color: var(--WHITE)
}

.si-mobile-header .si-top-line {
    border-top: 1px solid #e9e7e7
}

.si-mobile-header .si-dropdown-obj {
    margin-top: 11px;
    padding-bottom: 7px
}

.si-mobile-header .si-parent-box {
    margin-left: 20px
}

.si-mobile-header .si-search .si-dropdown-menu form {
    height: 50px
}

.si-mobile-header .container-fluid {
    min-height: 50px
}

@media(min-width:481px) {
    .si-mobile-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

.si-mobile-header .si-logo-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 55px;
    width: 100%
}

.si-mobile-header .si-logo-container .si-logo-alignment {
    top: -3px
}

.si-mobile-header .si-logo-container .si-logo-alignment .si-title {
    margin-top: 11px
}

.si-mobile-header .si-logo-container .si-logo img {
    max-height: 20px
}

@media(min-width:481px) {
    .si-mobile-header .si-mobile-parent-menu {
        flex: 2 1 auto
    }
}

@media(max-width:480px) {
    .si-mobile-header .si-header-row.si-top-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px
    }

    .si-mobile-header .si-header-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .si-mobile-header .si-header-row .si-parent-box {
        margin-left: inherit
    }

    .si-mobile-header .si-header-row .si-menu-toggle {
        padding-left: 8px;
        padding-right: 8px
    }

    .si-mobile-header .si-header-row .si-parent-box:last-child .si-dropdown-toggle {
        padding-right: 8px
    }
}

.si-menu-toggle {
    position: relative;
    display: inline-block !important;
    padding: 12px 5px 5px 0;
    cursor: pointer;
    margin-left: 1px
}

.si-menu-toggle i {
    color: var(--BLACK);
    font-size: 20px;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.si-menu-toggle.stylization-02 {
    padding: 10px 11px 5px;
    transition: background-color .2s linear;
    border-radius: 6px;
}

.si-menu-toggle.stylization-02 [class^="icon"] {
    color: var(--WHITE);
    font-size: 18px;
}

.si-menu-toggle.stylization-02:hover {
    background-color: var(--BLACK);
}

.si-menu-toggle.stylization-02:hover [class^="icon"] {
    color: var(--WHITE);
}

@media(max-width:1024px) {
    .si-desktop-header {
        display: none;
    }

    .si-mobile-header {
        display: block;
        margin-bottom: 20px;
    }

    .si-mobile-header .container-fluid:nth-child(1) {
        display: grid;
        align-items: center;
    }
}

@media(min-width:1025px) {
    .si-desktop-header {
        display: block;
    }

    .si-mobile-header {
        display: none;
    }
}

.si-stuck-nav {
    width: 100%;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    top: -100%;
    z-index: 20;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    min-height: 45px
}

.si-stuck-nav .si-dropdown-obj {
    margin-top: 8px;
    padding-bottom: 6px
}

.si-stuck-nav .si-desctop-menu nav>ul li.dropdown>a {
    padding-top: 17px;
    padding-bottom: 16px
}

.si-stuck-nav .si-desctop-menu nav>ul li.dropdown>a .si-badge {
    top: 2px;
    padding: 1px 3px 1px
}

.si-stuck-nav .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown:first-child>a {
    padding-left: 0
}

.si-stuck-nav .si-menu-toggle {
    top: -1px
}

.si-stuck-nav .si-menu-toggle.stylization-02 {
    margin-top: 1px
}

.si-stuck-nav .si-btn-close {
    position: relative;
    top: 1px
}

@media(min-width:1025px) {
    .si-stuck-nav .si-stuck-desctop-menu-categories+.si-stuck-parent-menu {
        margin-left: 26px
    }
}

.si-stuck-nav .si-menu-categories:not(.opened) .si-dropdown-toggle {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

@media(max-width:1024px) {
    .si-stuck-nav .container {
        max-width: 100%
    }

    .si-stuck-nav .si-parent-box {
        margin-left: 20px
    }

    .si-stuck-nav .si-stuck-desctop-menu-categories {
        display: none
    }
}

@media(min-width:1025px) {
    .si-stuck-nav .si-stuck-mobile-menu-categories {
        display: none
    }
}

@media(min-width:481px) {
    .si-stuck-nav .si-stuck-parent-menu {
        flex: 2 1 auto
    }
}

@media(min-width:481px) and (max-width:1024px) {

    .si-stuck-nav .container-fluid,
    .si-stuck-nav .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:480px) {
    .si-stuck-nav .si-header-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-left: 10px;
        padding-right: 10px
    }

    .si-stuck-nav .si-header-row .si-parent-box {
        margin-left: inherit
    }

    .si-stuck-nav .si-header-row .si-menu-toggle {
        padding-left: 8px;
        padding-right: 8px
    }

    .si-stuck-nav .si-header-row .si-parent-box:last-child .si-dropdown-toggle {
        padding-right: 8px
    }

    .list-product .col-item {
        padding-top: 10px;
    }
}

@media(min-width:1025px) {
    .si-stuck-nav .container-fluid .si-desctop-menu .dropdown-menu {
        max-width: 990px
    }
}

@media(min-width:1230px) {
    .si-stuck-nav .container-fluid .si-desctop-menu .dropdown-menu {
        max-width: 1200px
    }
}

.stuck.si-stuck-nav {
    top: 0
}

@media(max-width:1024px) {
    .stuck.si-stuck-nav {
        background: var(--WHITE)
    }

    .stuck.si-stuck-nav .si-search .si-dropdown-menu .search-results {
        top: 23px;
        border-top: 1px solid #e9e7e7;
        padding-top: 20px
    }

    .stuck.si-stuck-nav .si-search.active .si-dropdown-menu::before {
        content: '';
        display: block;
        width: calc(100% + 40px);
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: var(--WHITE);
        margin-left: -20px;
        margin-right: -20px
    }
}

@media(min-width:1025px) {
    .stuck.si-stuck-nav {
        background: var(--WHITE)
    }
}

.si-promo-02 {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.si-promo-02>img {
    width: 100%;
    height: auto
}

.si-promo-02 .si-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 39px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--GREY);
    transition: color .2s linear
}

.si-promo-02 .si-description .si-title-small {
    /* font-family: "Hind", sans-serif; */
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .04em;
    transition: color .2s linear
}

.si-promo-02 .si-description .si-title-large {
    /* font-family: "Hind", sans-serif; */
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .04em;
    transition: color .2s linear
}

.si-promo-02 .si-description .si-title-xlarge {
    /* font-family: "Hind", sans-serif; */
    font-size: 36px;
    line-height: 41px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 2px;
    transition: color .2s linear
}

.si-promo-02 .si-description p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    letter-spacing: .02em;
    transition: color .2s linear
}

.si-promo-02 .si-description .si-obj-bottom {
    position: absolute;
    bottom: 30px
}

.si-promo-02 .si-description [class^="btn"] {
    margin-top: 20px
}

.si-promo-02 .si-description .si-title-small:not([class$="color"]),
.si-promo-02 .si-description .si-title-large:not([class$="color"]),
.si-promo-02 .si-description .si-title-large:not([class$="color"]) {
    color: var(--BLACK)
}

.si-promo-02 .si-description img {
    max-width: 100%;
    height: auto
}

@media(max-width:1229px) {
    .si-promo-02 .si-description .si-title-xlarge {
        font-size: 29px;
        line-height: 41px
    }
}

@media(max-width:575px) {
    .si-promo-02 .si-description .si-title-small {
        font-size: 15px;
        line-height: 22px
    }

    .si-promo-02 .si-description .si-title-large {
        font-size: 20px;
        line-height: 29px
    }

    .si-promo-02 .si-description p {
        margin-top: 0;
        line-height: 20px
    }

    .si-promo-02 .si-description [class^="btn"] {
        margin-top: 10px
    }
}

.si-promo-02 .si-description *:nth-child(1) {
    margin-top: 0
}

.si-promo-02 .si-description:not(.si-point-v-t) {
    padding: 20px 39px
}

.si-promo-02 .si-description.si-point-v-t {
    padding: 26px 46px 26px 28px
}

@media(max-width:1229px) {
    .si-promo-02 .si-description.si-point-v-t {
        padding: 26px 28px 26px 28px
    }
}

.si-promo-02 .si-point-v-t {
    align-items: flex-start
}

.si-promo-02 .si-point-v-b {
    align-items: flex-end
}

.si-promo-02 .si-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.si-promo-02 .si-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

.si-promo-02:hover .btn-underline,
.si-promo-02:hover .btn-underline.si-white-color {
    border-color: transparent !important
}

.si-promo-02:hover .btn-underline.si-white-color {
    color: var(--WHITE)
}

.desctop-menu-large .si-desktop-header .si-obj-menu {
    width: 20%
}

.desctop-menu-large .si-desktop-header .si-obj-menu .si-desctop-menu {
    margin-left: -12px
}

.desctop-menu-large .si-desktop-header .si-obj-menu .si-desctop-menu nav>ul {
    display: inline-flex
}

.desctop-menu-large .si-desktop-header .si-obj-menu .si-desctop-menu nav>ul>li.dropdown>a {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    z-index: 1
}

.desctop-menu-large .si-desktop-header .si-obj-menu .si-desctop-menu nav>ul>li.dropdown:first-child>a {
    padding-left: 12px
}

.desctop-menu-large .si-desktop-header .si-obj-menu .si-desctop-menu nav>ul>li.dropdown .dropdown-menu {
    z-index: 2
}

.desctop-menu-large .si-desktop-header .si-obj-menu .si-desctop-menu:not(.si-hover-02):not(.si-hover-01):not(.si-menu-small) {
    padding-top: 20px;
    padding-bottom: 20px
}

.desctop-menu-large .si-desktop-header .si-obj-menu .si-desctop-menu.si-menu-small {
    padding-bottom: 14px
}

.desctop-menu-large .si-desktop-header .si-obj-menu .si-desctop-menu.si-menu-small nav>ul>li.dropdown>a {
    padding-top: 0
}

@media(max-width:1735px) {
    .desctop-menu-large .si-desktop-header.si-header-static .si-position-absolute+.si-obj-menu .si-desctop-menu {
        padding-left: 225px;
        padding-right: 225px
    }
}

@media(min-width:1230px) {
    .desctop-menu-large .si-desktop-header.si-header-static .si-obj-menu.obj-aligment-center {
        position: inherit
    }
}

.desctop-menu-large .si-stuck-nav .si-stuck-parent-menu {
    width: 20%
}

.desctop-menu-large .si-stuck-nav .si-stuck-parent-menu .si-desctop-menu:not(.si-hover-02):not(.si-hover-01) {
    padding-top: 8px;
    padding-bottom: 9px
}

.desctop-menu-large .si-stuck-nav .si-stuck-parent-menu .si-desctop-menu {
    margin-left: -12px
}

.desctop-menu-large .si-stuck-nav .si-stuck-parent-menu .si-desctop-menu nav>ul {
    display: inline-flex
}

.desctop-menu-large .si-stuck-nav .si-stuck-parent-menu .si-desctop-menu nav>ul>li.dropdown>a {
    position: relative;
    z-index: 1
}

.desctop-menu-large .si-stuck-nav .si-stuck-parent-menu .si-desctop-menu nav>ul>li.dropdown:first-child>a {
    padding-left: 12px
}

.desctop-menu-large .si-stuck-nav .si-stuck-parent-menu .si-desctop-menu nav>ul>li.dropdown .dropdown-menu {
    z-index: 2
}

.desctop-menu-large .si-stuck-nav .si-stuck-parent-menu .si-desctop-menu:not(.si-hover-02):not(.si-hover-01) {
    margin-left: -12px
}

.desctop-menu-large .si-stuck-nav .si-stuck-parent-menu .si-desctop-menu:not(.si-hover-02):not(.si-hover-01) nav>ul>li.dropdown>a {
    padding-top: 8px;
    padding-bottom: 8px
}

.desctop-menu-large .si-stuck-nav .si-stuck-parent-menu .si-desctop-menu:not(.si-hover-02):not(.si-hover-01) nav>ul li.dropdown:first-child>a {
    padding-left: 12px
}

.si-obj-menu.obj-aligment-center .si-desctop-menu nav>ul,
.justify-content-md-center .si-desctop-menu nav>ul {
    justify-content: center
}

html.ie .desctop-menu-large .si-desktop-header .si-obj-menu .si-desctop-menu nav>ul {
    display: inline-block
}

html.ie .desctop-menu-large .si-stuck-nav .si-stuck-parent-menu .si-desctop-menu nav>ul {
    display: inline-block
}

.si-desctop-menu.si-hover-03:not(.si-hover-02):not(.si-hover-01) nav>ul li.dropdown>a span {
    position: relative;
    display: inline-block
}

.si-desctop-menu.si-hover-03:not(.si-hover-02):not(.si-hover-01) nav>ul li.dropdown>a span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: var(--BLACK);
    transition: width .3s ease-out
}

.si-desctop-menu.si-hover-03:not(.si-hover-02):not(.si-hover-01) nav>ul li.dropdown>a:hover span:before {
    width: 100%
}

.si-desctop-menu.si-hover-03:not(.si-hover-02):not(.si-hover-01) nav>ul li.dropdown.active>a span:before {
    width: 100%
}

.si-desctop-menu.si-hover-03:not(.si-hover-02):not(.si-hover-01) nav>ul li.dropdown.selected>a span:before {
    width: 100%
}

.panel-menu,
.mmpanels,
.mmpanels>.mmpanel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: inherit
}

.panel-menu {
    width: 270px;
    background: var(--WHITE);
    position: fixed;
    z-index: 22
}

.panel-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.panel-menu ul li {
    margin: 0;
    width: 100%
}

.panel-menu ul li a {
    display: flex;
    padding: 9px 27px 9px 30px;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    color: var(--BLACK);
    background: transparent;
    position: relative;
    transition: all .2s linear
}

.panel-menu ul li a:hover {
    background: transparent
}

.panel-menu #mm0.mmpanel a:not(.mm-close) {
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    color: var(--BLACK);
    background-color: transparent
}

.panel-menu #mm0.mmpanel a:not(.mm-close):after {
    color: var(--BLACK)
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
    background-color: transparent
}

.panel-menu #mm0.mmpanel .mm-next-level:after {
    top: 12px
}

.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
    /* font-family: "Hind", sans-serif; */
    font-weight: 400
}

.panel-menu .mmpanel .si-badge {
    display: inline-block;
    /* font-family: "Hind", sans-serif; */
    font-weight: 400;
    color: var(--WHITE);
    font-size: 12px;
    line-height: 1;
    padding: 3px 4px 1px;
    max-height: 16px;
    top: 2px;
    position: relative;
    margin-left: 7px;
    border-right: 2px
}

.panel-menu .mmpanel .si-new {
    color: var(--WHITE);
    background-color: #1393f5
}

.panel-menu .mmpanel .si-fatured {
    color: var(--WHITE);
    background-color: #fdbc20
}

.panel-menu .mmpanel .si-sale {
    color: var(--WHITE);
    background-color: #f8353e
}

.panel-menu .mmpanel .mm-original-link .si-badge {
    top: -1px
}

.panel-menu .mm-close,
.panel-menu .mm-prev-level,
.panel-menu .mm-original-link {
    display: block;
    color: var(--GREY);
    background-color: transparent;
    background-color: transparent
}

.panel-menu .mm-close:before,
.panel-menu .mm-prev-level:before,
.panel-menu .mm-next-level:after {
    font-family: "wokiee";
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    transition: all .2s linear;
    color: var(--GREY)
}

.panel-menu .mm-close:hover,
.panel-menu .mm-prev-level:hover,
.panel-menu .mm-next-level:hover {
    background-color: transparent
}

.panel-menu li.mm-close-parent {
    margin-bottom: 15px
}

.panel-menu li.mm-close-parent .mm-close {
    padding: 15px 16px 13px 29px;
    color: var(--GREY);
    border-bottom: 1px solid #e9e7e7;
    background-color: transparent
}

.panel-menu li.mm-close-parent .mm-close:before {
    content: "\e9b3";
    padding-right: 6px;
    position: relative;
    top: 1px;
    color: var(--GREY)
}

.panel-menu li.mm-close-parent .mm-close:hover {
    background-color: transparent
}

.panel-menu .mm-prev-level {
    padding: 15px 16px 13px 29px;
    color: var(--GREY);
    background-color: transparent;
    border-bottom: 1px solid #e9e7e7;
    margin-bottom: 15px
}

.panel-menu .mm-prev-level:before {
    content: "\e90d";
    padding-right: 10px;
    position: relative;
    top: 1px;
    color: var(--GREY)
}

.panel-menu .mm-prev-level:hover {
    background-color: transparent
}

.panel-menu .mm-next-level {
    color: var(--BLACK);
    background-color: transparent
}

.panel-menu .mm-next-level:after {
    content: "\e90e";
    padding-left: 10px;
    top: 12px;
    right: 30px;
    position: absolute;
    color: var(--GREY)
}

.panel-menu .mm-next-level:hover {
    background-color: transparent
}

.panel-menu .mm-original-link {
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    color: var(--BLACK);
    background-color: transparent
}

.panel-menu .mm-original-link:before {
    padding-right: 10px;
    color: var(--GREY)
}

.panel-menu .mm-original-link:hover {
    background-color: transparent
}

.mm-open {
    overflow: hidden
}

.mm-open .mm-fullscreen-bg {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: none
}

.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.panel-menu {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.panel-menu.mm-right,
.mmitemopen.panel-menu.mm-right.mmhide {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mmitemopen.panel-menu.mmhide {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mmpanel {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mmpanels {
    overflow: hidden
}

.mmpanel.mmopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mmpanel.mmsubopened {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

.mmpanels>.mmpanel {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto
}

.mmpanels,
.mmpanels>.mmpanel {
    background: inherit;
    border-color: inherit
}

.mmpanels>.mmpanel:not(.mmhidden) {
    display: block
}

.mmpanels>.mmpanel:after {
    content: '';
    display: block;
    height: 20px
}

.mmhidden,
.mm-nav-btn {
    display: none
}

.mm-fullscreen-bg,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:hover {
    outline: 0
}

.si-menu-slider {
    max-height: 389px
}

.si-search-container .si-obj-options {
    width: 100%;
    position: absolute;
    top: 0
}

header .si-dropdown-obj.obj-move-left .si-dropdown-menu {
    left: 0;
    right: auto
}

.si-header-holder {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    align-items: center
}

.si-header-holder .si-col-obj {
    order: 1
}

.si-header-holder .si-obj-menu {
    flex: 2 1 auto
}

.si-header-holder .obj-move-left {
    order: 0;
    margin-right: auto !important
}

.si-header-holder .obj-move-right {
    order: 3
}

.si-header-holder .si-obj-options.obj-move-right {
    right: 0
}

.si-header-holder .obj-move-right.si-position-absolute:not(:first-child) {
    right: 25px
}

.si-header-holder .si-search-active {
    width: 100%
}

.si-header-holder .obj-aligment-left {
    text-align: left
}

.si-header-holder .obj-aligment-center {
    flex: 2 1 auto;
    text-align: center
}

.si-header-holder .obj-aligment-center>* {
    text-align: left;
    margin-left: 0;
    margin-right: 0
}

.si-header-holder .obj-aligment-right {
    flex: 2 1 auto;
    text-align: right
}

.si-header-holder .obj-aligment-right>* {
    text-align: left
}

.si-header-holder .obj-aligment-right:not(:first-child):not(:last-child)>* {
    margin-right: 30px
}

.si-header-holder .si-position-absolute {
    position: absolute;
    top: 0
}

.si-header-holder .si-obj-logo:not(.obj-move-right):not(.obj-aligment-center) .si-logo {
    margin-right: 33px
}

.si-header-holder .si-col-obj.obj-move-right .si-logo,
.si-header-holder .si-col-obj.obj-move-right .si-desctop-menu {
    margin-left: 30px
}

.si-header-holder .si-obj-menu:last-child:first-child .si-desctop-menu:not(.si-menu-small) nav>ul li.dropdown>a {
    padding-top: 18px;
    padding-bottom: 17px
}

.si-header-holder .si-desctop-menu.si-menu-small {
    margin-top: -10px
}

.si-header-holder .si-desctop-menu.si-menu-small nav>ul li.dropdown>a {
    padding-top: 10px;
    padding-bottom: 15px
}

.si-header-holder .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown:first-child>a {
    padding-left: 0
}

.si-header-holder .si-desctop-menu:not(.si-hover-02) nav>ul li.dropdown:last-child>a {
    padding-right: 0
}

html.ie .si-header-holder .si-desctop-menu.si-menu-small {
    margin-top: -7px
}

.si-obj-menu.obj-aligment-center .si-desctop-menu .megamenu>.dropdown-menu {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.si-obj-menu.obj-aligment-right .si-desctop-menu .megamenu .dropdown-menu {
    left: auto;
    right: 0
}

@media(min-width:1230px) {
    .si-header-static .si-obj-menu.obj-aligment-left {
        position: relative
    }
}

@media(max-width:1229px) {
    .si-header-static .si-obj-menu.obj-aligment-left .si-desctop-menu .megamenu>.dropdown-menu {
        left: 0;
        right: 0;
        max-width: 100%
    }
}

@media(min-width:1230px) {
    .si-header-static .si-obj-menu.obj-aligment-center {
        position: relative
    }
}

@media(max-width:1229px) {
    .si-header-static .si-obj-menu.obj-aligment-center .si-desctop-menu .megamenu>.dropdown-menu {
        left: 0;
        right: 0;
        max-width: 100%
    }
}

@media(min-width:1230px) {
    .si-header-static .si-obj-menu.obj-aligment-right {
        position: relative
    }
}

@media(max-width:1229px) {
    .si-header-static .si-obj-menu.obj-aligment-right .si-desctop-menu .megamenu>.dropdown-menu {
        left: 0;
        right: 0;
        max-width: 100%
    }
}

@media(min-width:1230px) {
    .si-header-static .container-fluid .si-header-holder .si-obj-logo {
        width: 208px
    }
}

@media(max-width:1229px) {
    .si-header-static .container-fluid .si-header-holder .si-obj-logo {
        width: 195px
    }
}

@media(min-width:1230px) {
    .si-header-static .container-fluid .si-header-holder .si-obj-logo+.obj-aligment-center+.si-obj-options.obj-move-right {
        width: 208px
    }
}

@media(max-width:1229px) {
    .si-header-static .container-fluid .si-header-holder .si-obj-logo+.obj-aligment-center+.si-obj-options.obj-move-right {
        width: 195px
    }
}

.si-header-static .container-fluid .si-header-holder .si-obj-logo+.obj-aligment-center+.obj-move-right {
    text-align: right
}

.header-tel-info {
    font-size: 16px;
    color: var(--BLACK);
    display: inline-block
}

.header-tel-info [class^="icon"] {
    font-size: 18px;
    line-height: 1
}

@media(max-width:1024px) {
    .si-mobile-header .header-tel-info {
        text-align: center;
        padding-top: 13px
    }
}

.small-header .si-desctop-menu nav>ul>li.dropdown>a {
    padding-top: 13px;
    padding-bottom: 11px
}

.small-header .si-dropdown-obj {
    margin-top: 0
}

.si-header-holder .si-obj-logo+.si-obj-search-type2 {
    margin-left: 100px
}

.si-search-type2 {
    position: relative
}

.si-search-type2 [class^="icon"] {
    position: absolute;
    font-size: 18px;
    top: 5px;
    left: 9px;
    color: var(--BLACK)
}

.si-search-type2 .si-search-input {
    border: 1px solid #e9e7e7;
    outline: 0;
    padding: 4px 10px 2px 34px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: var(--GREY);
    background: #f7f8fa;
    outline: 0;
    width: 360px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.si-search-type2 .si-btn-search {
    position: relative;
    padding: 5px 20px 3px;
    border: 0;
    outline: 0;
    color: var(--WHITE);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    left: -4px;
    cursor: pointer;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topright: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.si-search-type2 .si-btn-search:hover {
    color: var(--WHITE);
    background: #019179
}

.si-search-type2 .si-search-input:focus::-webkit-input-placeholder {
    color: transparent
}

.si-search-type2 .si-search-input:focus:-moz-placeholder {
    color: transparent
}

.si-search-type2 .si-search-input:focus::-moz-placeholder {
    color: transparent
}

.si-search-type2 .si-search-input:focus:-ms-input-placeholder {
    color: transparent
}

.si-search-type2 .search-results {
    position: absolute;
    width: 100%;
    background: var(--WHITE);
    display: block;
    border-radius: 6px;
    position: absolute;
    z-index: 4;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    width: 100%;
    margin-top: 10px;
    display: none;
    background: var(--WHITE)
}

.si-search-type2 .search-results ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-right: -10px;
    margin-left: -10px
}

.si-search-type2 .search-results ul>li {
    display: none;
    width: 25%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden
}

.si-search-type2 .search-results ul>li a {
    display: block;
    color: var(--GREY)
}

.si-search-type2 .search-results ul>li a .thumbnail img {
    width: 100%;
    height: auto
}

.si-search-type2 .search-results ul>li a .si-description {
    padding: 14px 0 5px 0;
    white-space: normal;
    font-size: 14px;
    line-height: 24px
}

.si-search-type2 .search-results ul>li a .si-description .si-title {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    transition: color .2s linear
}

.si-search-type2 .search-results ul>li a .si-description .si-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--BLACK)
}

.si-search-type2 .search-results ul>li a .si-description .si-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.si-search-type2 .search-results ul>li a .si-description .si-price .old-price {
    color: var(--BLACK);
    text-decoration: line-through
}

.si-search-type2 .search-results ul>li a .si-description .si-price .old-price .money {
    text-decoration: line-through
}

.si-search-type2 .search-results ul>li a .si-description .si-price span {
    display: inline-block
}

.si-search-type2 .search-results ul>li:nth-child(1),
.si-search-type2 .search-results ul>li:nth-child(2),
.si-search-type2 .search-results ul>li:nth-child(3),
.si-search-type2 .search-results ul>li:nth-child(4) {
    display: block
}

.si-search-type2 .si-view-all {
    background: 0;
    border: 0;
    padding: 0;
    margin-top: 15px;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s linear
}

.si-search-type2 .si-view-all:hover {
    text-decoration: none;
    color: var(--BLACK)
}

.si-search-type2.si-full-width {
    width: 100%
}

.si-search-type2.si-full-width .si-search-input {
    width: 100%
}

.si-search-type2.si-no-btn .si-search-input {
    border-radius: 6px
}

.si-search-type2.si-no-btn .si-btn-search {
    display: none
}

.si-search-type2.size-large [class^="icon"] {
    font-size: 22px;
    top: 13px;
    left: 19px
}

.si-search-type2.size-large .si-search-input {
    padding: 14px 10px 12px 50px
}

.panel-menu ul li a {
    position: relative
}

.panel-menu ul li a svg {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 13px;
    height: auto
}

.panel-menu ul li a svg path {
    fill: #999;
    transition: fill .2s linear
}

.panel-menu ul li a [class^="icon-"] {
    position: absolute;
    top: 10px;
    color: #999
}

.panel-menu ul li a span {
    display: inline-block
}

.panel-menu ul li a>svg+span,
.panel-menu ul li a>[class^="icon-"]+span {
    margin-left: 24px
}

.panel-menu ul li a:hover svg path {
    fill: var(--BLACK)
}

.panel-menu ul li a:hover [class^="icon-"] {
    color: var(--BLACK)
}

.si-desctop-menu .si-megamenu-submenu>li ul li a svg {
    left: 20px
}

.si-desctop-menu ul li a {
    position: relative
}

.si-desctop-menu>nav>ul>li>a .si-icon {
    position: absolute;
    top: 17px;
    left: 16px
}

.si-desctop-menu>nav>ul>li>a .si-icon svg {
    width: 13px;
    height: auto
}

.si-desctop-menu>nav>ul>li>a .si-icon svg path {
    fill: #999;
    transition: fill .2s linear
}

.si-desctop-menu>nav>ul>li>a .si-icon [class^="icon-"] {
    color: #999;
    transition: color .2s linear
}

.si-desctop-menu>nav>ul>li>a .si-icon:hover {
    fill: var(--BLACK)
}

.si-desctop-menu>nav>ul>li>a .si-icon+span {
    margin-left: 37px
}

.si-desctop-menu>nav>ul>li.active>a .si-icon [class^="icon-"] {
    color: var(--BLACK)
}

.si-desctop-menu>nav>ul>li.active>a .si-icon svg path {
    fill: var(--BLACK) !important
}

.si-desctop-menu .dropdown-menu ul li>a .si-icon {
    position: absolute;
    top: 3px
}

.si-desctop-menu .dropdown-menu ul li>a .si-icon [class^="icon-"] {
    transition: color .2s linear
}

.si-desctop-menu .dropdown-menu ul li>a .si-icon svg {
    width: 13px;
    height: auto
}

.si-desctop-menu .dropdown-menu ul li>a .si-icon svg path {
    fill: #999;
    transition: fill .2s linear
}

.si-desctop-menu .dropdown-menu ul li>a .si-icon+span {
    margin-left: 24px;
    display: inline-block
}

.si-desctop-menu .dropdown-menu ul li>a:hover .si-icon svg path {
    fill: var(--BLACK)
}

.si-desctop-menu .dropdown-menu ul li.active>a .si-icon [class^="icon-"] {
    color: var(--BLACK)
}

.si-menu-small>nav>ul>li>a .si-icon {
    top: 9px
}

.small-header .si-desctop-menu>nav>ul>li>a .si-icon {
    top: 12px
}

.header-inline-options-box>* {
    display: inline-block;
    position: relative
}

.si-visible-onlydesktop {
    display: none
}

.si-desktop-header .si-visible-onlydesktop {
    display: inline-block
}

.single-currency-box .si-dropdown-toggle .si-icon {
    margin-right: 3px
}

.single-currency-box .si-dropdown-toggle i {
    position: relative;
    top: 1px;
    font-size: 12px
}

.single-currency-box .si-dropdown-toggle .si-text {
    color: var(--BLACK);
    transition: color .2s linear
}

.headertype3 .header-inline-options-box>*:not(:first-child) {
    margin-left: 25px
}

.headertype3 .header-inline-options-box>*:not(:first-child):after {
    content: '';
    display: block;
    background: #e7e9e8;
    width: 1px;
    height: 20px;
    position: absolute;
    left: -13px;
    top: 0
}

.headertype3 .header-inline-options-box .si-dropdown-obj .si-dropdown-toggle {
    font-weight: 300;
    line-height: 15px;
    font-size: 14px;
    padding: 1px 8px 3px;
    color: var(--BLACK)
}

.headertype3 .header-inline-options-box .si-dropdown-obj .si-dropdown-toggle .si-arrow {
    position: relative;
    top: 1px;
    font-size: 12px;
    margin-left: 1px
}

.headertype3 .header-inline-options-box .si-dropdown-obj:last-child .si-dropdown-toggle {
    padding-right: 0
}

.headertype3 .si-desktop-header .si-obj-options:not(.header-inline-options-box)>* {
    margin-left: 10px
}

.headertype3 .si-desktop-header .si-logo {
    margin-top: 11px
}

.headertype3 .si-desktop-header .si-logo img {
    min-height: 26px
}

.headertype3 .si-desktop-header .si-obj-options .header-tel-info {
    margin-top: 4px
}

.headertype3 .si-desktop-header .si-obj-options .header-tel-info+.si-parent-box {
    margin-left: 43px
}

.headertype3 .si-desktop-header .categories-btn-noclick .si-dropdown-toggle {
    pointer-events: none
}

.headertype3 .si-desktop-header .categories-btn-noclick .si-dropdown-toggle:before {
    display: none
}

.si-offset-14 {
    margin-top: 14px
}

.si-account-textlink {
    display: inline-block;
    font-weight: 300;
    line-height: 15px;
    font-size: 14px;
    padding: 0;
    margin: 0
}

.si-account-textlink a {
    display: inline-block;
    padding: 0 4px;
    color: var(--GREY);
    transition: color .2s linear
}

.single-currency-box.si-dropdown-obj {
    margin: 0;
    padding: 0
}

.single-currency-box .si-dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08)
}

@media(min-width:1025px) {
    .single-currency-box .si-dropdown-menu {
        width: 280px
    }
}

@media(max-width:1024px) {
    .single-currency-box .si-dropdown-menu {
        width: 270px
    }
}

@media(min-width:1025px) {
    .single-currency-box .si-dropdown-menu .si-dropdown-inner {
        padding: 35px 20px 30px 41px
    }
}

@media(max-width:1024px) {
    .single-currency-box .si-dropdown-menu .si-dropdown-inner ul {
        padding: 16px 30px 16px 31px;
        position: relative;
        margin-top: 0
    }

    .single-currency-box .si-dropdown-menu .si-dropdown-inner ul li {
        letter-spacing: .02em
    }

    .single-currency-box .si-dropdown-menu .si-dropdown-inner ul li a {
        padding: 9px 0;
        color: var(--BLACK)
    }

    .single-currency-box .si-dropdown-menu .si-dropdown-inner ul li a [class^="icon-"] {
        font-size: 20px;
        color: var(--BLACK)
    }

    .single-currency-box .si-dropdown-menu .si-dropdown-inner ul:not(:first-child) {
        border-top: 1px solid #e9e7e7
    }
}

.single-currency-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: -4px
}

.single-currency-box ul li {
    font-size: 14px
}

.single-currency-box ul li a {
    color: var(--BLACK);
    padding: 3px 0;
    display: block;
    transition: color .2s linear
}

.single-currency-box ul li a [class^="icon-"] {
    font-size: 15px;
    line-height: 1;
    margin-right: 8px;
    margin-left: -3px;
    position: relative;
    top: 1px;
    color: var(--BLACK);
    transition: color .2s linear
}

.single-currency-box ul:not(:first-child) {
    margin-top: 22px
}

.single-currency-box .si-mobile-add+ul {
    margin-top: 0
}

@media(min-width:1025px) {
    .single-currency-box.active .si-dropdown-menu {
        display: none
    }
}

@media(max-width:1024px) {
    .single-currency-box.active .si-dropdown-menu {
        display: block;
        right: auto;
        top: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.si-zindex5 {
    z-index: 5;
    position: relative
}

.header-tel-info {
    text-align: right;
    font-size: 14px;
    line-height: 15px;
    color: var(--GREY)
}

.header-tel-info .si-title {
    color: var(--BLACK);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: -1px
}

.header-tel-info p {
    margin: 0;
    padding: 0
}

.si-obj-link {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position: relative;
    margin-top: 9px;
    padding-bottom: 7px
}

.si-obj-link .si-dropdown-toggle {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    background: 0;
    border: 0;
    box-shadow: none
}

.si-obj-link .si-dropdown-toggle .si-text {
    font-size: 14px;
    line-height: 15px;
    margin-left: 5px;
    margin-top: -9px;
    font-weight: 400
}

.si-obj-link .si-dropdown-toggle .si-badge-cart {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: var(--WHITE);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 27px;
    font-size: 12px;
    line-height: 1.7;
    pointer-events: none
}

.si-obj-link .si-dropdown-toggle i {
    font-size: 37px;
    line-height: 1;
    top: 0;
    position: relative;
    transition: color .2s linear
}

.si-obj-link .si-dropdown-toggle:hover i {
    color: var(--BLACK)
}

.si-obj-link.si-compare-wrapper {
    margin-top: 8px
}

.si-cart02 .si-dropdown-toggle .si-text {
    display: none
}

.si-desktop-header .si-cart02 {
    margin-top: 0;
    padding-bottom: 0
}

.si-desktop-header .si-cart02 .si-dropdown-toggle {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.si-desktop-header .si-cart02 .si-dropdown-toggle .si-text {
    font-size: 14px;
    line-height: 15px;
    margin-left: 5px;
    display: inline-block
}

.si-desktop-header .si-cart02 .si-dropdown-toggle .si-badge-cart {
    right: inherit;
    left: 27px;
    top: -2px;
    width: 21px;
    height: 21px;
    font-size: 14px
}

.si-desktop-header .si-cart02 .si-dropdown-toggle i {
    font-size: 37px;
    line-height: 1;
    top: -1px;
    position: relative
}

.si-menu-categories.si-categories-btn-full-width {
    width: 100%
}

.si-menu-categories.si-categories-btn-full-width .si-dropdown-toggle {
    width: 100%
}

.si-menu-categories.categories-btn-nobtn {
    width: 100%
}

.si-menu-categories.categories-btn-nobtn .si-dropdown-toggle {
    display: none
}

.si-menu-categories.categories-btn-nobtn .si-dropdown-menu {
    display: block;
    position: relative;
    width: 100%
}

.si-menu-categories.categories-btn-nobtn .si-dropdown-menu {
    box-shadow: none;
    border: 1px solid #e9e7e7
}

.si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-toggle,
#si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-toggle {
    font-size: 18px;
    letter-spacing: 0;
    padding: 15px 40px 13px 20px
}

.si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul .si-title-submenu,
#si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul .si-title-submenu {
    font-size: 18px
}

.si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a,
#si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a {
    padding-top: 16px;
    padding-bottom: 16px
}

.si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a svg,
#si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a svg {
    width: 24px;
    top: 12px;
    left: 19px
}

.si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a [class^="icon"],
#si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a [class^="icon"] {
    font-size: 25px
}

.si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a>span,
#si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a>span {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: 1px
}

.si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a img+span,
.si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a svg+span,
.si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a [class^="icon"]+span,
#si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a img+span,
#si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a svg+span,
#si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a [class^="icon"]+span {
    margin-left: 36px
}

.si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li.si-submenu>a:after,
#si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li.si-submenu>a:after {
    top: 17px
}

@media(max-width:1229px) {

    .si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a,
    #si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a {
        padding-top: 12px;
        padding-bottom: 11px
    }

    .si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a svg,
    #si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a svg {
        width: 20px;
        top: 9px;
        left: 19px
    }

    .si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a img+span,
    .si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a svg+span,
    .si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a [class^="icon"]+span,
    #si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a img+span,
    #si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a svg+span,
    #si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li>a [class^="icon"]+span {
        margin-left: 30px
    }

    .si-desktop-header .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li.si-submenu>a:after,
    #si-pageContent .si-menu-categories.si-categories-size-large .si-dropdown-menu nav>ul>li.si-submenu>a:after {
        top: 14px
    }
}

.categories-btn-align {
    margin-top: -20px
}

.stuck-layout-02 .si-desctop-menu nav>ul {
    justify-content: center
}

@media(max-width:1024px) {
    .stuck-layout-02 .si-header-row {
        flex-wrap: wrap
    }

    .stuck-layout-02 .col-left {
        flex: 2 1 auto;
        order: 2
    }

    .stuck-layout-02 .col-left:before {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% + 40px);
        left: -20px;
        height: 1px;
        background-color: #e9e7e7
    }

    .stuck-layout-02 .col-left .si-stuck-parent-logo {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
        min-height: 55px
    }
}

.stuck-layout-02 .col-right {
    text-align: right
}

.stuck-layout-02 .col-right .si-dropdown-obj {
    text-align: left
}

.stuck-layout-02 .col-center .si-desctop-menu {
    margin-left: 0;
    margin-right: 0
}

@media(max-width:480px) {
    .stuck-layout-02 .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

.si-desctop-menu .custom-width {
    width: 536px !important
}

@media(max-width:1024px) {
    #si-desctop-parent-menu__icon {
        display: none
    }
}

#si-header {
    background: var(--WHITE)
}

#si-header .si-desktop-header .si-obj-search-type2 {
    position: relative;
    top: 0;
    margin-right: 25px
}

#si-header .si-desktop-header .si-obj-search-type2 [class^="icon"] {
    display: none
}

#si-header .si-desktop-header .si-obj-search-type2 .si-search-input {
    width: 200px;
    background-color: #f9f9fa;
    border: 1px solid #eaeaed;
    height: 34px;
    padding: 3px 10px 2px 36px;
    color: #878c9b;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif
}

#si-header .si-desktop-header .si-obj-search-type2 .si-search-input {
    border-radius: 0
}

#si-header .si-desktop-header .si-obj-search-type2 .si-search-input:not(:focus)::-webkit-input-placeholder {
    color: #878c9b
}

#si-header .si-desktop-header .si-obj-search-type2 .si-search-input:not(:focus)::-moz-placeholder {
    color: #878c9b
}

#si-header .si-desktop-header .si-obj-search-type2 .si-search-input:not(:focus):-ms-input-placeholder {
    color: #878c9b
}

#si-header .si-desktop-header .si-obj-search-type2 .si-search-input:not(:focus):-moz-placeholder {
    color: #878c9b
}

#si-header .si-desktop-header .si-obj-search-type2 .si-btn-search {
    background-color: transparent;
    position: absolute;
    left: inherit;
    left: 5px;
    top: 4px;
    color: #b7bac3;
    font-size: 0;
    padding: 5px 5px 5px;
    height: inherit;
    line-height: 15px
}

#si-header .si-desktop-header .si-obj-search-type2 .si-btn-search:before {
    font-family: 'wokiee';
    content: "\e9b4";
    display: block;
    font-size: 23px;
    line-height: 15px
}

#si-header .si-desktop-header .si-obj-search-type2 .si-btn-search:hover {
    background-color: transparent;
    color: #293149
}

#si-header .si-desktop-header .single-currency-box {
    position: relative;
    top: 2px
}

#si-header .si-desktop-header .single-currency-box .si-dropdown-toggle .si-icon {
    color: #878c9b;
    font-size: 16px
}

#si-header .si-desktop-header .single-currency-box .si-dropdown-toggle .si-text {
    font-size: 16px;
    line-height: 20px;
    color: #878c9b
}

.si-logo img {
    max-height: 43px
}

@media(max-width:1024px) {
    .si-logo img {
        max-height: 30px
    }
}

.si-mobile-header .header-tel-info {
    padding-top: 21px
}

.si-mobile-header .si-logo-container .si-logo img {
    max-height: 30px
}

.si-mobile-header .si-dropdown-obj.si-cart .si-icon svg {
    max-width: 26px
}

header .si-dropdown-obj .si-dropdown-toggle {
    color: var(--BLACK);
}

.headertype4 .si-top-panel .si-row {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding: 16px 15px 14px;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}

.headertype4 .si-top-panel .si-row a:not([class]) {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    top: -2px
}

.headertype4 .si-top-panel .si-row a:not([class]):before {
    bottom: 2px
}

.headertype4 .header-inline-options-box>*:not(:first-child) {
    margin-left: 17px
}

.headertype4 .si-account-textlink {
    font-size: 15px;
    position: relative;
    top: 10px
}

.headertype4 .si-desktop-header #si-desctop-menu__icon>nav>ul li.dropdown {
    position: relative
}

.headertype4 .si-desktop-header #si-desctop-menu__icon>nav>ul li.dropdown>a {
    font-size: 16px
}

.headertype4 .si-desktop-header #si-desctop-menu__icon>nav>ul>li>a {
    padding: 26px 50px 26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    letter-spacing: .02em
}

.headertype4 .si-desktop-header #si-desctop-menu__icon>nav>ul>li>a .si-icon {
    width: 100%;
    display: block;
    position: inherit;
    top: inherit;
    left: inherit;
    text-align: center;
    min-height: 40px
}

.headertype4 .si-desktop-header #si-desctop-menu__icon>nav>ul>li>a .si-icon>* {
    width: 36px;
    height: auto
}

.headertype4 .si-desktop-header #si-desctop-menu__icon>nav>ul>li>a .si-icon>* path {
    fill: #b7bac3
}

.headertype4 .si-desktop-header #si-desctop-menu__icon>nav>ul>li>a .si-icon+span {
    margin-left: 0;
    margin-right: 0
}

.headertype4 .si-desktop-header #si-desctop-menu__icon>nav>ul>li>a .si-text {
    display: block;
    text-align: center;
    margin: 11px 0 0 0;
    /* font-family: "Hind", sans-serif; */
    font-size: 17px;
    font-weight: 500
}

.headertype4 .si-desktop-header #si-desctop-menu__icon>nav>ul>li>a:hover .si-icon>* path {
    fill: var(--WHITE) !important
}

@media(max-width:1230px) {
    .headertype4 .si-desktop-header #si-desctop-menu__icon>nav>ul>li>a {
        padding: 26px 30px 26px
    }
}

.headertype4 .si-stuck-nav #si-desctop-menu__icon>nav>ul li.dropdown {
    position: relative
}

.headertype4 .si-stuck-nav #si-desctop-menu__icon>nav>ul li.dropdown>a {
    font-size: 16px
}

.headertype4 .si-stuck-nav #si-desctop-menu__icon>nav>ul>li>a .si-icon {
    display: none
}

@media(min-width:1025px) {
    .headertype4 .si-stuck-nav .si-logo img {
        max-height: 30px
    }

    .headertype4 .si-stuck-nav .col-center .si-desctop-menu {
        top: 4px;
        position: relative
    }
}

.headertype4 .si-stuck-nav .si-dropdown-obj .si-dropdown-toggle .si-icon svg {
    max-width: 26px
}

.headertype4 .si-stuck-nav .si-categories-toggle {
    top: 5px
}

.headertype4 .si-desctop-menu#si-desctop-menu__icon .si-megamenu-col-01 .dropdown-menu {
    width: 176px;
    margin-left: 2px
}

.headertype4 .si-desctop-menu#si-desctop-menu__icon .si-megamenu-submenu>li>a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500
}

.headertype4 .si-desctop-menu:not(#si-desctop-menu__icon) nav>ul>li.dropdown {
    font-size: 16px
}

.headertype4 .si-desctop-menu:not(#si-desctop-menu__icon) nav>ul>li.dropdown>a {
    font-size: 16px;
    padding: 16px 8px;
    letter-spacing: 0
}

.headertype4 .si-desctop-menu:not(#si-desctop-menu__icon) nav>ul>li.dropdown:first-child>a {
    padding-left: 0
}

.headertype4 .si-desctop-menu:not(#si-desctop-menu__icon) nav>ul>li.dropdown:last-child>a {
    padding-right: 0
}

.headertype4 .header-tel-info {
    font-size: 14px;
    line-height: 15px;
    position: relative;
    top: -8px;
    color: #878c9b
}

.headertype4 .header-tel-info .si-title {
    font-size: 24px;
    line-height: 22px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0 0 6px 0
}

@media(max-width:1024px) {
    .headertype4 .header-tel-info {
        text-align: center;
        width: 100%;
        padding: 25px 10px 0;
        line-height: 20px
    }

    .headertype4 .header-tel-info .si-title {
        font-size: 22px;
        line-height: 24px
    }
}

.headertype4 .si-product .si-description .si-row {
    display: block !important
}

.headertype4 .si-desktop-header .si-cart02 .si-dropdown-toggle i {
    font-size: 35px
}

.headertype4 .si-desktop-header .si-cart02 .si-dropdown-toggle .si-icon {
    position: relative;
    top: 3px;
    left: 0;
    pointer-events: none
}

.headertype4 .si-desktop-header .si-cart02 .si-dropdown-toggle .si-text {
    color: #293149;
    font-size: 15px;
    line-height: 15px;
    margin-left: 4px;
    transition: color .2s linear
}

.headertype4 .si-desktop-header .si-cart02 .si-dropdown-toggle .si-badge-cart {
    left: 22px;
    top: -5px
}

.headertype4 .si-desktop-header .si-obj-link {
    margin-top: 7px
}

.headertype4 .si-desktop-header .si-obj-link .si-wishlist-wrapper {
    margin-top: 5px
}

.headertype4 .si-desktop-header .si-obj-link .si-dropdown-toggle i {
    top: -4px
}

.headertype4 .si-desktop-header .si-obj-link .si-dropdown-toggle .si-text {
    margin-top: -12px;
    font-size: 15px;
    margin-left: 6px;
    color: #293149;
    transition: color .2s linear
}

.headertype4 .uniform-width-col-3>* {
    width: 33.333%
}

.headertype4 .obj-move-right {
    text-align: right
}

@media(max-width:1024px) {
    #si-stuck-parent-menu-icons {
        display: none !important
    }
}

@media(min-width:1025px) {
    header .si-cart .si-cart-layout .si-cart-content .si-cart-btn .btn {
        font-size: 16px;
        letter-spacing: 0;
        height: 45px
    }
}

.si-zindex-01 {
    z-index: 1;
    position: relative
}

.si-zindex-02 {
    z-index: 2;
    position: relative
}

#si-header.headertype5 .si-desctop-parent-search {
    display: none
}

#si-header.headertype5 .si-desctop-menu:not(#si-desctop-menu__icon) nav>ul>li.dropdown>a {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px
}

#si-header.headertype5 .si-desctop-menu:not(#si-desctop-menu__icon) nav>ul>li.dropdown:first-child>a {
    padding-left: 0
}

#si-header.headertype5 #si-desctop-parent-menu__icon {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px 0
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon {
    width: 100%
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon nav>ul {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: -10px
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon nav>ul>li {
    width: 100%;
    margin-left: 10px
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon nav>ul>li>a {
    padding: 20px 20px;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    transition: color .2s linear, border-color .2s linear, background-color .2s linear
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon nav>ul>li>a .si-icon {
    color: #999;
    display: block;
    text-align: center;
    min-height: 53px;
    position: relative;
    top: inherit;
    left: inherit
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon nav>ul>li>a .si-icon svg {
    width: 36px;
    height: auto
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon nav>ul>li>a .si-text {
    font-size: 16px;
    line-height: 20px;
    color: var(--BLACK);
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    transition: color .2s linear
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon nav>ul>li>a:hover {
    color: var(--WHITE)
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon nav>ul>li>a:hover .si-icon {
    color: var(--WHITE)
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon nav>ul>li>a:hover .si-icon>* path {
    fill: var(--WHITE) !important
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon nav>ul>li>a:hover .si-text {
    color: var(--WHITE)
}

#si-header.headertype5 .si-desctop-menu#si-desctop-menu__icon .dropdown-menu {
    padding: 33px 39px 27px 39px;
    left: -10px;
    width: calc(100% + 20px);
    margin-top: 20px
}

#si-header.headertype5 .si-header-holder_main {
    padding: 20px 0 15px
}

#si-header.headertype5 .si-header-holder_main .si-logo {
    margin-top: 3px;
    margin-bottom: 9px
}

#si-header.headertype5 .si-header-holder_main .si-logo img {
    max-height: 27px
}

#si-header.headertype5 .header-tel-info {
    font-size: 14px;
    line-height: 15px;
    color: #878c9b;
    font-weight: 300;
    padding: 6px 25px 0 0
}

#si-header.headertype5 .header-tel-info .si-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 0 4px 0
}

#si-header.headertype5 .si-header-holder .si-obj-link {
    margin-top: 11px;
    padding-bottom: 7px;
    margin-left: 10px
}

#si-header.headertype5 .si-header-holder .si-obj-link .si-dropdown-toggle .si-text {
    position: relative;
    top: 2px;
    margin-left: 7px;
    color: var(--BLACK)
}

#si-header.headertype5 .si-header-holder .si-obj-link .si-dropdown-toggle:hover .si-text {
    color: var(--BLACK)
}

#si-header.headertype5 .si-header-holder .si-dropdown-obj.active .si-dropdown-toggle {
    color: var(--BLACK)
}

#si-header.headertype5 .si-account-textlink {
    position: relative;
    top: -11px;
    padding: 0 5px 0
}

#si-header.headertype5 .si-account-textlink a {
    color: #417dfb;
    transition: color .2s linear
}

#si-header.headertype5 .si-account-textlink a:hover {
    color: var(--BLACK)
}

#si-header.headertype5 .si-desktop-header .si-header-holder .si-cart02 {
    margin-left: 5px;
    position: relative;
    top: 9px
}

#si-header.headertype5 .si-desktop-header .si-header-holder .si-cart02 .si-dropdown-toggle .si-badge-cart {
    top: -7px;
    left: 18px
}

#si-header.headertype5 .si-desktop-header .si-header-holder .si-cart02 .si-dropdown-toggle .si-icon {
    transition: color .2s linear
}

#si-header.headertype5 .si-desktop-header .si-header-holder .si-cart02 .si-dropdown-toggle .si-text {
    margin-left: 9px;
    position: relative;
    top: -1px;
    pointer-events: none;
    color: var(--BLACK)
}

#si-header.headertype5 .si-desktop-header .si-header-holder .si-cart02 .si-dropdown-toggle:hover .si-icon {
    color: var(--BLACK)
}

#si-header.headertype5 .si-desktop-header .si-header-holder .si-cart02 .si-dropdown-toggle:hover .si-text {
    color: var(--BLACK)
}

#si-header.headertype5 .si-desktop-header .single-currency-box {
    top: 1px
}

#si-header.headertype5 .si-desktop-header .single-currency-box .si-dropdown-toggle {
    color: var(--BLACK)
}

#si-header.headertype5 .si-desktop-header .single-currency-box .si-dropdown-toggle .si-icon {
    font-size: 14px;
    margin-right: 1px
}

#si-header.headertype5 .si-desktop-header .single-currency-box .si-dropdown-toggle .si-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px
}

#si-header.headertype5 .si-desktop-header .si-obj-search-type2 {
    top: -1px;
    margin-right: 6px
}

#si-header.headertype5 .si-desktop-header .si-obj-search-type2 .si-search-input {
    border-radius: 4px;
    background-color: var(--WHITE);
    padding: 2px 10px 2px 36px
}

#si-header.headertype5 .si-mobile-header .si-dropdown-obj .si-dropdown-toggle .si-icon svg {
    max-width: 17px;
    height: auto
}

#si-header.headertype5 .si-mobile-header .si-logo img {
    max-height: 25px
}

#si-header.headertype5 .si-mobile-header .header-tel-info {
    text-align: center;
    padding: 14px 15px;
    width: 100%
}

#si-header.headertype5 .si-stuck-nav #si-stuck-parent-menu-icons {
    position: relative
}

#si-header.headertype5 .si-stuck-nav .si-desctop-menu#si-desctop-menu__icon {
    width: inherit;
    padding-bottom: 10px
}

#si-header.headertype5 .si-stuck-nav .si-desctop-menu#si-desctop-menu__icon nav>ul {
    justify-content: center
}

#si-header.headertype5 .si-stuck-nav .si-desctop-menu#si-desctop-menu__icon nav>ul>li {
    width: inherit
}

#si-header.headertype5 .si-stuck-nav .si-desctop-menu#si-desctop-menu__icon nav>ul>li>a {
    padding: 5px 15px
}

#si-header.headertype5 .si-stuck-nav .si-desctop-menu#si-desctop-menu__icon nav>ul>li>a .si-icon {
    display: none
}

#si-header.headertype5 .si-stuck-nav .si-desctop-menu#si-desctop-menu__icon nav .dropdown-menu {
    margin-top: 0;
    width: 100% !important
}

#si-header.headertype5 .si-stuck-nav .si-dropdown-obj .si-dropdown-toggle .si-icon {
    position: relative;
    top: 1px;
    pointer-events: none
}

#si-header.headertype5 .si-stuck-nav .si-dropdown-obj .si-dropdown-toggle .si-icon svg {
    max-width: 16px;
    height: auto
}

@media(max-width:480px) {
    #si-header.headertype5 .si-stuck-nav .si-header-row {
        padding-left: 0;
        padding-right: 0
    }
}

.si-header-wrapper {
    background-color: #f7f8fa
}

footer {
    margin-top: 60px
}

@media(max-width:1024px) {
    footer {
        margin-top: 50px
    }
}

@media(max-width:575px) {
    footer {
        margin-top: 40px
    }
}

footer .si-logo .si-title {
    padding: 0;
    display: inline-block;
    font-size: 17px;
    line-height: 1.1;
    position: relative;
    top: 5px;
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    transition: color .2s linear
}

footer .si-logo .si-title span {
    font-weight: normal
}

@media(max-width:789px) {
    footer .si-logo .si-title {
        top: 0
    }
}

footer .si-logo img {
    height: auto;
    max-height: 50px
}

footer .si-logo-alignment {
    position: relative
}

@media(min-width:790px) {
    footer .si-logo-alignment {
        top: 1px
    }
}

@media(max-width:789px) {
    footer .si-logo-alignment {
        top: 0
    }
}

@media(min-width:790px) {
    footer .si-footer-col {
        padding-bottom: 49px
    }

    footer .si-footer-col div[class^="col-"] {
        margin-top: 55px
    }

    footer .si-footer-col .si-social-icon {
        margin-left: -8px
    }

    footer .si-footer-col .si-newsletter {
        padding-bottom: 0
    }

    footer .si-footer-col .si-newsletter:not(.si-indent-item) .si-collapse-content form {
        margin-top: 24px
    }

    footer .si-footer-col .si-newsletter:not(.si-indent-item) .si-collapse-content .form-inline .form-group {
        width: 100%;
        flex-wrap: nowrap
    }

    footer .si-footer-col .si-newsletter:not(.si-indent-item) .si-collapse-content .form-inline .form-group .form-control {
        width: 100%;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    footer .si-footer-col .si-newsletter:not(.si-indent-item) .si-collapse-content .form-inline .form-group .btn {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    footer .si-footer-col .si-newsletter:not(.si-indent-item) .si-collapse-content>*:nth-child(1) {
        margin-top: 0
    }

    footer .si-footer-col .si-newsletter.si-indent-item .form-group {
        margin-bottom: 0
    }

    footer .si-footer-col .si-newsletter.si-indent-item .si-collapse-content form {
        margin-top: 24px
    }

    footer .si-footer-col .si-newsletter.si-indent-item .si-collapse-content .form-inline .form-group {
        width: 100%;
        flex-wrap: nowrap
    }

    footer .si-footer-col .si-newsletter.si-indent-item .si-collapse-content .form-inline .form-group .form-control {
        width: 100%;
        border: 1px solid #e9e7e7
    }

    footer .si-footer-col .si-newsletter.si-indent-item .si-collapse-content .form-inline .form-group .btn {
        margin-left: 10px
    }

    footer .si-footer-col .si-newsletter.si-indent-item .si-collapse-content>*:nth-child(1) {
        margin-top: 0
    }

    footer .si-footer-col .si-newsletter.si-indent-item .si-collapse-content form {
        margin-top: 13px
    }

    footer .si-footer-col .si-collapse-listing div[class^=col-] {
        margin-top: 35px
    }
}

@media(min-width:790px) {
    footer .si-footer-custom {
        padding: 10px 0
    }

    footer .si-footer-custom .si-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: center;
        align-items: center
    }

    footer .si-footer-custom .si-col-left {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-left: -10px
    }

    footer .si-footer-custom .si-col-left .si-col-item {
        margin-left: 10px
    }

    footer .si-footer-custom .si-col-center {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
        flex: 1 1 auto
    }

    footer .si-footer-custom .si-col-right {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center
    }

    footer .si-footer-custom .si-payment-list {
        margin-top: 7px;
        padding-bottom: 5px
    }

    footer .si-footer-custom .si-box-copyright {
        padding: 19px 0 7px
    }

    footer .si-footer-custom .si-logo-col+.si-col-item .si-box-copyright {
        padding-top: 19px;
        padding-bottom: 7px
    }

    footer .si-footer-custom .si-newsletter .si-collapse-title {
        margin-right: 106px
    }

    footer .si-footer-custom .si-newsletter .si-mobile-collapse {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center
    }

    footer .si-footer-custom .si-newsletter .si-collapse-content p {
        display: none
    }
}

@media(min-width:790px) and (min-width:790px) {
    footer .si-footer-custom .si-newsletter .si-collapse-title {
        padding-bottom: 0
    }

    footer .si-footer-custom .si-newsletter .form-default .form-group {
        margin-bottom: 0
    }
}

@media(min-width:790px) and (min-width:1230px) {
    footer .si-footer-custom .si-newsletter .si-collapse-title {
        margin-right: 106px
    }

    footer .si-footer-custom .si-newsletter .si-collapse-content .form-control {
        width: 507px
    }
}

@media(min-width:790px) and (max-width:1229px) and (min-width:1025px) {
    footer .si-footer-custom .si-newsletter .si-collapse-title {
        margin-right: 50px
    }

    footer .si-footer-custom .si-newsletter .si-collapse-content .form-control {
        width: 340px
    }
}

@media(min-width:790px) and (max-width:1024px) {
    footer .si-footer-custom .si-newsletter .si-collapse-title {
        margin-right: 50px
    }

    footer .si-footer-custom .si-newsletter .si-collapse-content .form-control {
        width: auto
    }
}

@media(min-width:790px) {
    footer .si-footer-center {
        padding-top: 54px;
        padding-bottom: 44px
    }

    footer .si-footer-center .si-row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center
    }
}

@media(min-width:790px) and (min-width:1025px) {
    footer .si-footer-center .si-row {
        max-width: 587px
    }
}

@media(min-width:790px) and (max-width:1229px) {
    footer .si-footer-center .si-row {
        max-width: 500px
    }
}

@media(min-width:790px) {
    footer .si-footer-center .si-row>*:nth-child(1) {
        margin-top: 0
    }

    footer .si-footer-center .si-newsletter {
        padding-bottom: 4px
    }

    footer .si-footer-center .si-newsletter .si-mobile-collapse {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    footer .si-footer-center .si-newsletter .si-collapse-content {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    footer .si-footer-center .si-newsletter .si-collapse-content form {
        margin-top: 24px
    }

    footer .si-footer-center .si-newsletter .si-collapse-content .form-inline {
        width: 100%
    }

    footer .si-footer-center .si-newsletter .si-collapse-content .form-inline .form-group {
        width: 100%;
        flex-wrap: nowrap
    }

    footer .si-footer-center .si-newsletter .si-collapse-content .form-inline .form-group .form-control {
        width: 100%;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    footer .si-footer-center .si-newsletter .si-collapse-content .form-inline .form-group .btn {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    footer .si-footer-center .si-newsletter .si-collapse-content>*:nth-child(1) {
        margin-top: 0
    }
}

footer .si-footer-box .si-logo img {
    max-height: 27px
}

footer .si-footer-box>*:not(address) {
    margin-top: 28px
}

footer .si-footer-box address.si-address01 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 32px;
    color: var(--BLACK)
}

footer .si-footer-box address.si-address01 .si-text-large {
    font-size: 24px;
    line-height: 31px;
    display: block
}

footer .si-footer-box address.si-address01 .si-text-large .si-icon {
    position: relative;
    top: 4px
}

footer .si-footer-box address.si-address02 {
    margin-top: 22px;
    font-size: 14px;
    line-height: 22px
}

footer .si-footer-box address.si-address02 p {
    margin-top: 30px
}

footer .si-footer-box .si-link-icon .si-icon {
    position: relative;
    top: 3px
}

footer .si-footer-box .si-link-icon .si-icon+.si-text {
    margin-left: 10px
}

footer .si-footer-box .si-link-icon .si-text {
    text-decoration: underline;
    transition: color .2s linear
}

footer .si-footer-box .si-link-icon:hover .si-text {
    color: var(--BLACK);
    text-decoration: none
}

footer .si-footer-box .si-social-icon {
    margin-top: 32px
}

footer .si-footer-box .si-social-icon li a {
    font-size: 24px
}

footer .si-footer-box>:nth-child(1) {
    margin-top: 0
}

@media(max-width:789px) {
    footer .si-footer-box {
        margin-top: 35px
    }
}

footer .si-footer-default {
    width: 100%
}

@media(min-width:790px) {
    footer .si-footer-default {
        padding: 10px 0
    }

    footer .si-footer-default .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: center;
        align-items: center
    }

    footer .si-footer-default .si-payment-list {
        margin-top: 8px;
        padding-bottom: 14px
    }

    footer .si-footer-default .si-box-copyright {
        padding: 19px 0 7px
    }

    footer .si-footer-default .si-logo-col+.si-col-item .si-box-copyright {
        padding-top: 19px;
        padding-bottom: 7px
    }

    footer .si-footer-default .si-newsletter .si-collapse-title {
        margin-right: 106px;
        white-space: nowrap;
        padding-top: 3px
    }

    footer .si-footer-default .si-newsletter .si-mobile-collapse {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center
    }

    footer .si-footer-default .si-newsletter .si-collapse-content {
        width: 100%
    }

    footer .si-footer-default .si-newsletter .si-collapse-content p {
        display: none
    }

    footer .si-footer-default .si-newsletter .si-collapse-content .form-group {
        width: 100%
    }
}

@media(min-width:790px) and (min-width:790px) {
    footer .si-footer-default .si-newsletter .si-collapse-title {
        padding-bottom: 0
    }

    footer .si-footer-default .si-newsletter .form-default .form-group {
        margin-bottom: 0
    }

    footer .si-footer-default .si-newsletter .form-default .form-group .form-control {
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    footer .si-footer-default .si-newsletter .form-default .form-group .btn {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media(min-width:790px) and (min-width:1230px) {
    footer .si-footer-default .si-newsletter .si-collapse-title {
        margin-right: 106px
    }
}

@media(min-width:790px) and (max-width:1229px) and (min-width:1025px) {
    footer .si-footer-default .si-newsletter .si-collapse-title {
        margin-right: 50px
    }
}

@media(min-width:790px) and (max-width:1024px) {
    footer .si-footer-default .si-newsletter .si-collapse-title {
        margin-right: 50px
    }

    footer .si-footer-default .si-newsletter .si-collapse-content .form-control {
        width: auto
    }
}

@media(min-width:790px) {
    footer .si-footer-default .si-newsletter .form-group {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: center
    }

    footer .si-footer-default .si-newsletter .form-group .form-control {
        flex: 2 1 auto
    }

    footer .si-footer-default .si-social-icon {
        justify-content: flex-end
    }
}

footer .form-default [class^="btn"] {
    padding-left: 20px;
    padding-right: 20px
}

footer .si-box-copyright {
    font-size: 14px;
    letter-spacing: .01em
}

footer .si-payment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -6px
}

footer .si-payment-list li {
    margin-top: 6px
}

footer .si-payment-list li a {
    transition: opacity .2s linear;
    padding: 0 5px
}

footer .si-payment-list li a>[class^="icon"] {
    font-size: 17px
}

footer .si-payment-list li a:hover {
    opacity: .7;
    color: inherit
}

footer .si-payment-list li:first-child a {
    padding-left: 0
}

footer .si-payment-list li:last-child a {
    padding-right: 0
}

footer .si-mobile-collapse .si-collapse-title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .04em;
    font-weight: 500
}

@media(min-width:790px) {
    footer .si-mobile-collapse .si-collapse-title {
        padding-bottom: 13px
    }
}

footer .si-mobile-collapse .si-collapse-content {
    display: block
}

footer .si-mobile-collapse .si-collapse-content>*:nth-child(1) {
    margin-top: 0
}

footer .si-mobile-collapse .si-collapse-content>.si-list:nth-child(1) {
    margin-top: -1px
}

footer .si-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: -3px
}

footer .si-list li a {
    display: inline-block;
    padding: 3px 0 3px;
    transition: color .2s linear
}

footer address {
    margin-right: 9px
}

footer address p:first-child {
    margin-top: 0
}

footer address p:not(:first-child) {
    margin-top: 6px
}

footer address a {
    transition: color .2s linear
}

footer .si-newsletter form {
    position: relative
}

footer .si-newsletter form .errors:not(label) {
    position: absolute;
    top: 56px;
    left: 0
}

footer .si-newsletter form .errors:not(label) ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    background: #f8353e
}

footer .si-newsletter form .errors:not(label) ul li {
    position: relative;
    padding: 6px 19px 8px 19px;
    color: var(--WHITE);
    font-size: 14px;
    line-height: 22px
}

footer .si-newsletter form .errors:not(label) ul li:before {
    content: '\ea27';
    font-family: "wokiee";
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 4px;
    margin-right: 7px;
    color: var(--WHITE)
}

footer .si-newsletter form .errors:not(label):before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8353e
}

footer .si-newsletter form label.error {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    position: absolute;
    top: 56px;
    left: 0;
    padding: 8px 19px 6px 43px;
    background: #f8353e;
    color: var(--WHITE);
    font-size: 14px;
    line-height: 22px;
    z-index: 1
}

footer .si-newsletter form label.error:before {
    content: '\ea27';
    font-family: "wokiee";
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 19px;
    color: var(--WHITE)
}

footer .si-newsletter form label.error:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8353e
}

footer .si-top-border {
    border-top: 1px solid #e9e7e7
}

@media(min-width:790px) {
    footer .f-visible-mobile {
        display: none !important
    }
}

@media(max-width:789px) {
    footer .f-visible-desctope {
        display: none !important
    }
}

@media(min-width:790px) {
    footer .si-color-scheme-01 {
        background: #f7f8fa;
        color: var(--GREY)
    }

    footer .si-color-scheme-01 .si-collapse-title {
        color: var(--BLACK)
    }

    footer .si-color-scheme-01 .si-collapse-title a {
        color: var(--BLACK)
    }

    footer .si-color-scheme-01 .si-collapse-content {
        color: var(--GREY)
    }

    footer .si-color-scheme-01 .si-collapse-content a:hover {
        color: var(--BLACK)
    }

    footer .si-color-scheme-01 .si-list li a,
    footer .si-color-scheme-01 .si-mobile-collapse .si-collapse-content .si-list li a {
        color: var(--GREY)
    }

    footer .si-color-scheme-01 address span {
        color: var(--BLACK)
    }

    footer .si-color-scheme-01 .si-newsletter .form-control:not(:active):not(:focus) {
        color: var(--GREY);
        background: var(--WHITE);
        border-color: var(--WHITE)
    }

    footer .si-color-scheme-01 .si-newsletter .form-control:focus {
        color: var(--GREY);
        background: var(--WHITE)
    }

    footer .si-color-scheme-01 .si-newsletter ::-webkit-input-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-01 .si-newsletter ::-moz-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-01 .si-newsletter :-moz-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-01 .si-newsletter :-ms-input-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-01 .si-newsletter .btn {
        color: var(--WHITE)
    }

    footer .si-color-scheme-01 .si-newsletter .btn:hover {
        background: #000;
        color: var(--WHITE)
    }

    footer .si-color-scheme-01 .si-social-icon li a {
        color: #d8d8d8
    }

    footer .si-color-scheme-01 .si-social-icon li a:hover {
        color: var(--BLACK)
    }

    footer .si-color-scheme-01 .si-footer-box .si-social-icon li a {
        color: var(--BLACK)
    }

    footer .si-color-scheme-01 .si-footer-box .si-social-icon li:not(:last-child):not(:first-child) {
        margin: 0 9px
    }

    footer .si-color-scheme-02 {
        color: var(--WHITE)
    }

    footer .si-color-scheme-02 .si-list li a,
    footer .si-color-scheme-02 .si-mobile-collapse .si-collapse-content .si-list li a {
        color: var(--WHITE)
    }

    footer .si-color-scheme-02 .si-list li a:hover,
    footer .si-color-scheme-02 .si-mobile-collapse .si-collapse-content .si-list li a:hover {
        color: var(--BLACK)
    }

    footer .si-color-scheme-02 address a {
        color: var(--WHITE)
    }

    footer .si-color-scheme-02 address a:hover {
        color: var(--BLACK)
    }

    footer .si-color-scheme-02 address span {
        color: var(--BLACK)
    }

    footer .si-color-scheme-02 .si-collapse-title {
        color: var(--WHITE)
    }

    footer .si-color-scheme-02 .si-newsletter .form-control:not(:active):not(:focus) {
        color: var(--GREY);
        background: var(--WHITE);
        border-color: var(--WHITE)
    }

    footer .si-color-scheme-02 .si-newsletter .form-control:focus {
        color: var(--GREY);
        border-color: var(--BLACK);
        background: var(--WHITE)
    }

    footer .si-color-scheme-02 .si-newsletter ::-webkit-input-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-02 .si-newsletter ::-moz-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-02 .si-newsletter :-moz-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-02 .si-newsletter :-ms-input-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-02 .si-newsletter .btn {
        background: #303030;
        color: var(--WHITE)
    }

    footer .si-color-scheme-02 .si-newsletter .btn:hover {
        background: #000;
        color: var(--WHITE)
    }

    footer .si-color-scheme-02 .si-social-icon li a {
        color: var(--WHITE)
    }

    footer .si-color-scheme-02 .si-social-icon li a:hover {
        color: #1c302d
    }

    footer .si-color-scheme-03 {
        background: #303030;
        color: #888
    }

    footer .si-color-scheme-03 .si-mobile-collapse .si-collapse-title {
        color: var(--WHITE)
    }

    footer .si-color-scheme-03 .si-mobile-collapse .si-collapse-content {
        color: #888
    }

    footer .si-color-scheme-03 .si-mobile-collapse .si-collapse-content a {
        color: #00ba9b
    }

    footer .si-color-scheme-03 .si-mobile-collapse .si-collapse-content a:hover {
        color: var(--WHITE)
    }

    footer .si-color-scheme-03 .si-box-copyright {
        color: #888
    }

    footer .si-color-scheme-03 .si-list li a,
    footer .si-color-scheme-03 .si-mobile-collapse .si-collapse-content .si-list li a {
        color: #888
    }

    footer .si-color-scheme-03 address span {
        color: var(--WHITE)
    }

    footer .si-color-scheme-03 .si-social-icon li a {
        color: var(--GREY)
    }

    footer .si-color-scheme-03 .si-social-icon li a:hover {
        color: var(--WHITE)
    }

    footer .si-color-scheme-03 .si-newsletter .form-control:not(:active):not(:focus) {
        background: var(--WHITE);
        border-color: var(--WHITE);
        color: var(--GREY)
    }

    footer .si-color-scheme-03 .si-newsletter .form-control:focus {
        background: var(--WHITE);
        color: var(--GREY)
    }

    footer .si-color-scheme-03 .si-newsletter ::-webkit-input-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-03 .si-newsletter ::-moz-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-03 .si-newsletter :-moz-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-03 .si-newsletter :-ms-input-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-03 .si-newsletter .btn {
        color: var(--WHITE)
    }

    footer .si-color-scheme-03 .si-newsletter .btn:hover {
        background: #000;
        color: var(--WHITE)
    }

    footer .si-color-scheme-04 {
        background: #222;
        color: #888
    }

    footer .si-color-scheme-04 .si-box-copyright {
        color: #888
    }

    footer .si-color-scheme-04 .si-logo .si-title {
        color: var(--WHITE)
    }

    footer .si-color-scheme-04 .si-social-icon li a {
        color: var(--GREY)
    }

    footer .si-color-scheme-04 .si-social-icon li a:hover {
        color: var(--WHITE)
    }

    footer .si-color-scheme-04 .si-mobile-collapse .si-collapse-title {
        color: var(--WHITE)
    }

    footer .si-color-scheme-04 .si-mobile-collapse .si-collapse-content {
        color: #888
    }

    footer .si-color-scheme-04 .si-mobile-collapse .si-collapse-content a {
        color: #888
    }

    footer .si-color-scheme-04 .si-mobile-collapse .si-collapse-content a:hover {
        color: var(--WHITE)
    }

    footer .si-color-scheme-04 .si-newsletter .form-control:not(:active):not(:focus) {
        background: var(--WHITE);
        border-color: var(--WHITE);
        color: var(--WHITE)
    }

    footer .si-color-scheme-04 .si-newsletter .form-control:focus {
        background: var(--WHITE);
        color: var(--WHITE)
    }

    footer .si-color-scheme-04 .si-newsletter ::-webkit-input-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-04 .si-newsletter ::-moz-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-04 .si-newsletter :-moz-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-04 .si-newsletter :-ms-input-placeholder {
        color: var(--GREY)
    }

    footer .si-color-scheme-04 .si-newsletter .btn {
        color: var(--WHITE)
    }

    footer .si-color-scheme-04 .si-newsletter .btn:hover {
        background: #000;
        color: var(--WHITE)
    }
}

@media(max-width:789px) {
    footer {
        background: #f7f8fa;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }

    footer .si-footer-col,
    footer .si-footer-center {
        background: #f7f8fa;
        color: #888;
        padding: 0;
        width: 100%
    }

    footer .si-footer-col .container,
    footer .si-footer-center .container,
    footer .si-footer-custom .container,
    footer .si-footer-default .container {
        padding-left: 30px;
        padding-right: 30px
    }

    footer .si-footer-custom:not(:last-child) {
        order: 3;
        width: 100%;
        background: #f7f8fa;
        color: #888
    }

    footer .si-footer-custom:not(:last-child) .si-row,
    footer .si-footer-custom:not(:last-child) .si-col-left,
    footer .si-footer-custom:not(:last-child) .si-col-right {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        width: 100%
    }

    footer .si-footer-custom:not(:last-child) .si-col-item {
        width: 100%
    }

    footer .si-footer-default:not(:last-child) {
        order: 3
    }

    footer .si-footer-custom:last-child:not(:first-child) {
        margin-top: 34px
    }

    footer .si-footer-custom:last-child {
        background: var(--WHITE);
        padding: 32px 0;
        order: 4;
        width: 100%
    }

    footer .si-footer-custom:last-child .si-row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    footer .si-footer-custom:last-child .si-row .si-col-left {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    footer .si-footer-custom:last-child .si-row .si-col-right {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    footer .si-footer-custom:last-child .si-box-copyright {
        margin-top: 16px;
        text-align: center
    }

    footer .si-footer-custom:last-child .si-payment-list {
        margin-top: 17px;
        margin-bottom: -15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    footer .si-footer-custom:last-child .si-payment-list li a>[class^="icon"] {
        font-size: 17px
    }

    footer .si-footer-custom:last-child>*:nth-child(1) {
        margin-top: 0
    }

    footer .si-footer-center {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        width: 100%
    }

    footer .si-mobile-collapse .si-collapse-title {
        cursor: pointer;
        color: var(--BLACK);
        padding-bottom: 12px;
        padding-right: 20px;
        border-bottom: 1px solid #e9e7e7;
        transition: color .2s linear;
        width: 100%;
        text-align: left;
        outline: 0
    }

    footer .si-mobile-collapse .si-collapse-title:before {
        content: '\e9b1';
        font-family: "wokiee";
        position: absolute;
        right: 0;
        top: 1px;
        font-size: 20px;
        line-height: 1;
        color: var(--GREY)
    }

    footer .si-mobile-collapse .si-collapse-title.si-open:before {
        content: '\e9b2'
    }

    footer .si-mobile-collapse .si-collapse-content {
        margin-top: 16px;
        display: none
    }

    footer .si-mobile-collapse .si-collapse-title.si-open+.si-collapse-content {
        display: block
    }

    footer .si-mobile-collapse {
        margin-top: 35px
    }

    footer .si-newsletter form {
        margin-top: 24px
    }

    footer .si-newsletter form .form-group {
        width: 100%;
        margin-bottom: 0
    }

    footer .si-newsletter form .form-group .form-control {
        width: 100%
    }

    footer .si-newsletter form .btn {
        margin-top: 10px;
        width: 100%;
        text-align: center;
        display: block;
        align-items: center;
        justify-content: center;
        align-content: center
    }

    footer .si-newsletter .form-control:not(:active):not(:focus) {
        color: var(--GREY);
        background: var(--WHITE);
        border-color: var(--WHITE)
    }

    footer .si-newsletter .form-control:focus {
        color: var(--GREY);
        background: var(--WHITE)
    }

    footer .si-newsletter ::-webkit-input-placeholder {
        color: var(--GREY)
    }

    footer .si-newsletter ::-moz-placeholder {
        color: var(--GREY)
    }

    footer .si-newsletter :-moz-placeholder {
        color: var(--GREY)
    }

    footer .si-newsletter :-ms-input-placeholder {
        color: var(--GREY)
    }

    footer .si-newsletter .btn {
        color: var(--WHITE)
    }

    footer .si-newsletter .btn:hover {
        background: #000;
        color: var(--WHITE)
    }

    footer .si-list li a {
        color: #888
    }

    footer address a:hover {
        color: var(--BLACK)
    }

    footer address span {
        color: var(--BLACK)
    }

    footer .si-social-icon {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-top: 26px;
        margin-left: -7px
    }

    footer .si-social-icon li a {
        color: var(--GREY)
    }

    footer .si-social-icon li a:hover {
        color: var(--BLACK)
    }
}

footer>*:nth-child(1) {
    margin-top: 0
}

@media(min-width:790px) {
    html.ie footer .si-footer-col .si-newsletter .si-collapse-content .form-inline .form-group .form-control {
        width: auto
    }

    html.ie footer .si-footer-center .si-newsletter .si-collapse-content {
        width: 590px
    }

    html.ie footer .si-footer-center .si-newsletter .si-collapse-content p {
        width: 590px
    }

    html.ie footer .si-footer-center .si-newsletter .si-collapse-content .form-inline {
        width: auto
    }

    html.ie footer .si-footer-center .si-newsletter .si-collapse-content .form-inline .form-group .form-control {
        width: auto;
        min-width: 370px
    }
}

@media(max-width:789px) {
    .f-mobile-dark {
        background: #303030
    }

    .f-mobile-dark .si-footer-custom:last-child {
        background: #222
    }

    .f-mobile-dark .si-footer-col,
    .f-mobile-dark .si-footer-center {
        background: #303030;
        color: #888
    }

    .f-mobile-dark .si-mobile-collapse .si-collapse-title {
        color: var(--WHITE);
        border-bottom: 1px solid rgba(233, 231, 231, 0.14)
    }

    .f-mobile-dark address span {
        color: var(--WHITE)
    }

    .f-mobile-dark address a:hover {
        color: var(--WHITE)
    }

    .f-mobile-dark .si-social-icon li a:hover {
        color: var(--WHITE)
    }

    .f-mobile-dark+.si-back-to-top {
        background: #222;
        color: var(--WHITE)
    }

    .f-mobile-dark+.si-back-to-top:hover {
        background: #222
    }
}

.si-post:not(:first-child) {
    margin-top: 60px
}

@media(min-width:789px) and (max-width:1024px) {
    .leftColumn:not(.rightColumn) {
        padding-right: 25px;
        margin-top: -6px
    }
}

@media(min-width:1025px) {
    .leftColumn:not(.rightColumn) {
        padding-right: 50px;
        margin-top: 1px
    }
}

@media(max-width:790px) {
    .leftColumn:not(.rightColumn) {
        margin-top: 54px
    }
}

@media(min-width:789px) and (max-width:1024px) {
    .rightColumn {
        padding-left: 25px;
        margin-top: -6px
    }
}

@media(min-width:1025px) {
    .rightColumn {
        padding-left: 50px;
        margin-top: 1px
    }
}

@media(max-width:790px) {
    .rightColumn {
        margin-top: 54px
    }
}

@media(min-width:1025px) {
    .si-listing-post:not(.si-half) .si-post {
        display: flex;
        flex-wrap: wrap
    }

    .si-listing-post:not(.si-half) .si-post .si-post-img {
        flex: 0 0 calc(59% - 39px);
        max-width: calc(59% - 39px);
        width: calc(59% - 39px);
        margin-right: 39px
    }

    .si-listing-post:not(.si-half) .si-post .si-post-img+.si-post-content {
        flex: 0 0 41%;
        max-width: 41%
    }

    .si-listing-post:not(.si-half) .si-post .si-post-content {
        margin-top: -3px;
        width: 100%
    }
}

@media(max-width:1024px) {
    .si-listing-post:not(.si-half) .si-post .si-post-content {
        margin-top: 15px
    }
}

@media(min-width:790px) {
    .si-listing-post.si-half .si-post {
        display: flex;
        flex-wrap: wrap
    }

    .si-listing-post.si-half .si-post .si-post-img {
        flex: 0 0 calc(52.5% - 40px);
        max-width: calc(52.5% - 40px);
        width: calc(52.5% - 40px);
        margin-right: 40px
    }

    .si-listing-post.si-half .si-post .si-post-img+.si-post-content {
        flex: 0 0 47.5%;
        max-width: 47.5%
    }

    .si-listing-post.si-half .si-post .si-post-content {
        margin-top: -3px;
        width: 100%
    }
}

@media(max-width:789px) {
    .si-listing-post.si-half .si-post .si-post-content {
        margin-top: 15px
    }
}

.si-listing-post .si-post .si-post-img {
    position: relative
}

.si-listing-post .si-post .si-post-img img {
    width: 100%;
    height: auto
}

.si-listing-post .si-post .si-post-content .si-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    /* font-family: "Hind", sans-serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: -2px;
    margin-left: -5px;
    letter-spacing: .03em
}

.si-listing-post .si-post .si-post-content .si-tag a {
    display: inline-block;
    padding: 2px 5px;
    transition: color .2s linear, background-color .2s linear
}

.si-listing-post .si-post .si-post-content .si-tag a:hover {
    color: var(--BLACK)
}

.si-listing-post .si-post .si-post-content .si-title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 3px;
    font-weight: 500;
    letter-spacing: -0.02em
}

.si-listing-post .si-post .si-post-content .si-title a {
    color: var(--BLACK);
    display: inline-block
}

.si-listing-post .si-post .si-post-content .si-description {
    margin-top: 24px
}

.si-listing-post .si-post .si-post-content .si-meta {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    margin-top: 21px;
    font-size: 12px;
    color: #999
}

.si-listing-post .si-post .si-post-content .si-meta span {
    color: var(--BLACK)
}

.si-listing-post .si-post .si-post-content .si-meta .si-autor {
    margin-top: 5px;
    letter-spacing: .01em;
    margin-right: 20px
}

.si-listing-post .si-post .si-post-content .si-meta .si-comments a {
    display: inline-block;
    margin-top: 1px;
    color: #999;
    transition: color .2s linear, background-color .2s linear
}

.si-listing-post .si-post .si-post-content .si-meta .si-comments a .si-icon {
    font-size: 20px;
    line-height: 20px;
    color: var(--BLACK);
    position: relative;
    top: 4px;
    margin-right: 5px;
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.si-listing-post .si-post .si-post-content .si-btn {
    margin-top: 33px
}

.si-listing-post .si-post .si-post-content>*:nth-child(1):not(.si-tag) {
    margin-top: 0
}

@media(max-width:1229px) {
    .si-listing-post .si-post:not(:first-child) {
        margin-top: 54px
    }

    .si-listing-post .si-post .si-post-content .si-title {
        font-size: 26px;
        line-height: 36px
    }

    .si-listing-post .si-post .si-post-content .si-description {
        margin-top: 17px
    }

    .si-listing-post .si-post .si-post-content .si-btn {
        margin-top: 24px
    }

    .si-listing-post .si-post .si-post-content .si-meta {
        margin-top: 13px
    }
}

@media(max-width:575px) {
    .si-listing-post .si-post:not(:first-child) {
        margin-top: 35px
    }

    .si-listing-post .si-post .si-post-content .si-title {
        font-size: 20px;
        line-height: 30px
    }

    .si-listing-post .si-post .si-post-content .si-description {
        margin-top: 11px
    }

    .si-listing-post .si-post .si-post-content .si-btn {
        margin-top: 17px
    }

    .si-listing-post .si-post .si-post-content .si-meta {
        margin-top: 6px
    }
}

.si-video-block:not(:first-child) {
    margin-top: 34px
}

@media(max-width:1229px) {
    .si-video-block:not(:first-child) {
        margin-top: 28px
    }
}

@media(max-width:575px) {
    .si-video-block:not(:first-child) {
        margin-top: 22px
    }
}

.si-video-block {
    position: relative;
    line-height: 0;
    width: 100%
}

.si-video-block video {
    width: 100%
}

.si-video-block .link-video {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    top: 0
}

.si-video-block .link-video:before {
    color: var(--WHITE);
    font-size: 65px;
    line-height: 1;
    float: left;
    transition: color .2s linear
}

.si-video-block .link-video:before {
    content: '\ea0b';
    font-family: "wokiee";
    display: inline-block;
    z-index: 3
}

.si-video-block.play .link-video:before {
    content: '\e97b'
}

.si-box-link {
    background: #f7f8fa;
    display: block;
    font-size: 14px;
    padding: 5px 16px 9px 12px;
    transition: color .2s linear, background-color .2s linear;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 6px
}

.si-box-link .si-icon {
    margin-right: 6px;
    position: relative;
    top: 3px;
    font-size: 20px;
    line-height: 20px
}

.si-box-link:hover {
    background: #222;
    color: var(--WHITE)
}

.si-box-link:not(:first-child) {
    margin-top: 21px
}

.si-post-single {
    text-align: center;
    padding-top: 3px
}

.si-post-single .si-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
    /* font-family: "Hind", sans-serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: -2px;
    margin-left: -5px;
    letter-spacing: .03em
}

.si-post-single .si-tag a {
    display: inline-block;
    padding: 2px 5px;
    transition: color .2s linear, background-color .2s linear
}

.si-post-single .si-tag a:hover {
    color: var(--BLACK)
}

.si-post-single h1.si-title:not(:first-child) {
    margin-top: 24px
}

.si-post-single h1.si-title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: .03em
}

@media(max-width:1024px) {
    .si-post-single h1.si-title {
        font-size: 26px;
        line-height: 36px
    }
}

@media(max-width:575px) {
    .si-post-single h1.si-title {
        font-size: 23px;
        line-height: 33px
    }
}

.si-post-single .si-autor {
    margin-top: 23px;
    font-size: 12px;
    color: #999
}

.si-post-single .si-autor span {
    color: var(--BLACK)
}

.si-post-single .si-post-content {
    text-align: left;
    margin-top: 33px
}

.si-post-single .si-post-content img {
    max-width: 100%;
    height: auto;
    margin-top: 20px
}

.si-post-single .si-post-content h2.si-title:not(:first-child) {
    margin-top: 32px
}

.si-post-single .si-post-content h2.si-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em
}

.si-post-single .si-post-content p {
    margin-top: 25px
}

.si-post-single .si-post-content p img {
    margin-top: 8px;
    margin-bottom: 8px
}

.si-post-single .si-post-content blockquote {
    margin-top: 34px
}

.si-post-single .si-post-content .si-blockquote {
    padding-top: 49px;
    padding-bottom: 44px
}

.si-post-single .si-post-content blockquote+p {
    margin-top: 33px
}

.si-post-single .si-post-content .si-box-link:not(:first-child) {
    margin-top: 34px
}

.si-post-single .si-post-content .si-box-link+p {
    margin-top: 33px
}

.si-post-single .si-post-content .si-box-link {
    text-align: center;
    padding: 29px 16px 33px 12px
}

.si-post-single .si-post-content>*:nth-child(1) {
    margin-top: 0
}

.si-post-single .si-post-content>*:nth-child(1) div[class^="col-"]>*:nth-child(1) {
    margin-top: 0
}

.si-post-single .si-post-content .slick-slider img {
    margin-top: 0
}

.si-post-single .si-post-content .si-slick-row {
    margin-top: 20px
}

@media(max-width:575px) {
    .si-post-single .si-post-content .si-slick-row {
        margin-top: 10px
    }
}

.si-post-single .post-meta:not(:first-child) {
    margin-top: 27px
}

.si-post-single .post-meta {
    font-size: 12px;
    color: #999;
    text-align: left
}

.si-post-single .post-meta a {
    letter-spacing: .02em;
    transition: color .2s linear, background-color .2s linear
}

.si-post-single .post-meta a:hover {
    color: var(--BLACK)
}

.si-post-single>*:nth-child(1) {
    margin-top: 0
}

@media(max-width:1229px) {
    .si-post-single h1.si-title:not(:first-child) {
        margin-top: 18px
    }

    .si-post-single .si-autor {
        margin-top: 17px
    }

    .si-post-single .si-post-content {
        margin-top: 21px
    }

    .si-post-single .si-post-content h2.si-title:not(:first-child) {
        margin-top: 26px
    }

    .si-post-single .si-post-content p {
        margin-top: 19px
    }

    .si-post-single .si-post-content p img {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .si-post-single .si-post-content blockquote {
        margin-top: 21px
    }

    .si-post-single .si-post-content .si-blockquote {
        padding-top: 43px;
        padding-bottom: 38px
    }

    .si-post-single .si-post-content blockquote+p {
        margin-top: 21px
    }

    .si-post-single .si-post-content .post-meta:not(:first-child) {
        margin-top: 21px
    }

    .si-post-single .si-post-content .si-box-link {
        text-align: center;
        padding: 23px 12px 27px
    }
}

@media(max-width:575px) {
    .si-post-single h1.si-title:not(:first-child) {
        margin-top: 12px
    }

    .si-post-single .si-autor {
        margin-top: 10px
    }

    .si-post-single .si-post-content {
        margin-top: 18px
    }

    .si-post-single .si-post-content h2.si-title:not(:first-child) {
        margin-top: 20px
    }

    .si-post-single .si-post-content img {
        margin-top: 10px
    }

    .si-post-single .si-post-content p {
        margin-top: 13px
    }

    .si-post-single .si-post-content p img {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .si-post-single .si-post-content blockquote {
        margin-top: 21px
    }

    .si-post-single .si-post-content .si-blockquote {
        padding-top: 37px;
        padding-bottom: 32px
    }

    .si-post-single .si-post-content blockquote+p {
        margin-top: 21px
    }

    .si-post-single .si-post-content .post-meta:not(:first-child) {
        margin-top: 15px
    }

    .si-post-single .si-post-content .si-box-link {
        text-align: center;
        padding: 17px 12px 21px
    }
}

.si-comments-layout {
    margin-top: -7px
}

.si-comments-layout .si-item div[class^="si-comments-level-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

.si-comments-layout .si-item div[class^="si-comments-level-"] .si-avatar {
    width: 59px;
    min-width: 59px;
    height: 60px;
    position: relative;
    margin-right: 22px;
    margin-top: 6px
}

.si-comments-layout .si-item div[class^="si-comments-level-"] .si-avatar img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto
}

.si-comments-layout .si-item div[class^="si-comments-level-"] .si-avatar:empty:before {
    font-family: "wokiee";
    content: "\ea43";
    font-size: 20px;
    line-height: 58px;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    color: var(--BLACK);
    opacity: .4
}

.si-comments-layout .si-item div[class^="si-comments-level-"] .si-avatar:empty:after {
    content: '';
    background: #f7f8fa;
    width: 100%;
    height: 100%;
    min-width: 59px;
    display: block;
    top: 0;
    left: 0;
    z-index: 0
}

.si-comments-layout .si-item div[class^="si-comments-level-"] .si-content .si-comments-title {
    font-size: 12px;
    color: var(--GREY)
}

.si-comments-layout .si-item div[class^="si-comments-level-"] .si-content .si-comments-title .username span {
    color: var(--BLACK)
}

.si-comments-layout .si-item div[class^="si-comments-level-"] .si-content p {
    margin-top: 7px
}

.si-comments-layout .si-item div[class^="si-comments-level-"] .si-content .si-btn {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    margin-top: 8px;
    transition: color .2s linear, background-color .2s linear
}

.si-comments-layout .si-item div[class^="si-comments-level-"] .si-content .si-btn:hover {
    color: var(--BLACK)
}

.si-comments-layout .si-item div[class^="si-comments-level-"] .si-content>*:nth-child(1) {
    margin-top: 0
}

.si-comments-layout .si-item:not(:last-child) {
    padding-bottom: 21px;
    border-bottom: 1px solid #e9e7e7
}

.si-comments-layout .si-item {
    margin-top: 24px
}

.si-comments-layout .si-comments-level-2 {
    margin-left: 81px;
    margin-top: 16px
}

@media(max-width:575px) {
    .si-comments-layout .si-item div[class^="si-comments-level-"] {
        flex-direction: column
    }

    .si-comments-layout .si-item div[class^="si-comments-level-"] .si-content {
        margin-top: 10px
    }

    .si-comments-layout .si-item:not(:first-child) {
        margin-top: 10px
    }

    .si-comments-layout .si-item:not(:last-child) {
        padding-bottom: 9px
    }

    .si-comments-layout .si-comments-level-2 {
        margin-top: 2px;
        margin-left: 59px
    }
}

.si-blog-thumb-list {
    margin-top: -35px
}

@media(max-width:575px) {
    .si-blog-thumb-list {
        margin-top: -27px
    }

    .si-blog-thumb-list [class^="col-"] {
        padding-left: 0;
        padding-right: 0
    }

    .si-blog-thumb-list [class^="col-"] .si-title-description {
        margin-left: 10px;
        margin-right: 10px
    }
}

.si-blog-thumb {
    margin-top: 35px
}

.si-blog-thumb .si-img {
    text-align: center
}

.si-blog-thumb .si-img img {
    max-width: 100%;
    height: auto
}

.si-blog-thumb .si-img+.si-title-description {
    margin-top: -70px
}

.si-blog-thumb .si-title-description {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    padding: 23px 15px 0;
    text-align: center;
    min-height: 80px;
    color: var(--GREY);
    transition: color .2s linear, background-color .2s linear
}

.si-blog-thumb .si-title-description .si-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: var(--WHITE);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.si-blog-thumb .si-title-description>*:not(.si-background) {
    position: relative
}

.si-blog-thumb .si-title-description .si-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
    /* font-family: "Hind", sans-serif; */
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: -2px;
    margin-left: -5px;
    letter-spacing: .03em
}

.si-blog-thumb .si-title-description .si-tag a {
    display: inline-block;
    padding: 2px 5px;
    transition: color .2s linear, background-color .2s linear
}

.si-blog-thumb .si-title-description .si-tag a:hover {
    color: var(--BLACK)
}

.si-blog-thumb .si-title-description .si-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .04em;
    /* font-family: "Hind", sans-serif; */
    position: relative;
    margin: 7px 0 0 0;
    color: var(--BLACK)
}

.si-blog-thumb .si-title-description .si-title a {
    color: var(--BLACK);
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.si-blog-thumb .si-title-description p {
    margin-top: 13px
}

.si-blog-thumb .si-title-description .si-meta {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center
}

.si-blog-thumb .si-title-description .si-meta>div {
    padding: 0 10px
}

.si-blog-thumb .si-title-description .si-meta .si-autor {
    letter-spacing: .01em;
    margin-top: 4px
}

.si-blog-thumb .si-title-description .si-meta .si-autor a {
    color: var(--BLACK);
    text-decoration: none
}

.si-blog-thumb .si-title-description .si-meta .si-autor a:hover {
    text-decoration: underline
}

.si-blog-thumb .si-title-description .si-meta .si-comments a {
    display: inline-block;
    color: #999;
    transition: color .2s linear, background-color .2s linear
}

.si-blog-thumb .si-title-description .si-meta .si-comments a .si-icon {
    font-size: 20px;
    line-height: 20px;
    color: var(--BLACK);
    position: relative;
    top: 5px;
    margin-right: 5px;
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.si-blog-thumb .si-title-description .si-meta .si-comments a:hover {
    color: #00ba9b
}

.si-blog-thumb .si-title-description .si-meta .si-comments a:hover .si-icon {
    color: #00ba9b
}

.si-blog-thumb .si-title-description>*:nth-child(1) {
    margin-top: 0
}

@media(max-width:575px) {
    .si-blog-thumb {
        margin-top: 18px
    }

    .si-blog-thumb .si-title-description {
        padding-top: 16px
    }

    .si-blog-thumb .si-title-description .si-title {
        margin-top: 6px
    }
}

.si-blog-thumb:hover .si-title-description .si-background {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px)
}

html:not(.ie) .si-blog-thumb .si-title-description .si-background {
    transition: color .2s linear, background-color .2s linear
}

.si-block-aside .si-aside-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9e7e7
}

.si-block-aside .si-aside-title+.si-aside-content {
    margin-top: 24px
}

.si-block-aside:not(:first-child) {
    margin-top: 45px
}

@media(min-width:1025px) {
    .si-block-aside:first-child {
        margin-top: -7px
    }
}

@media(max-width:1024px) {
    .si-block-aside .si-aside-title+.si-aside-content {
        margin-top: 18px
    }

    .si-block-aside:not(:first-child) {
        margin-top: 39px
    }
}

@media(max-width:575px) {
    .si-block-aside .si-aside-title+.si-aside-content {
        margin-top: 14px
    }

    .si-block-aside:not(:first-child) {
        margin-top: 35px
    }
}

.si-form-search {
    position: relative;
    margin-top: 30px;
    padding-bottom: 9px;
    background-color: var(--WHITE)
}

.si-form-search .si-btn-icon {
    background: 0;
    border: 0;
    color: var(--BLACK);
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 7;
    padding: 9px 7px;
    cursor: pointer;
    transition: color .2s linear, background-color .2s linear
}

.si-aside-info {
    position: relative
}

.si-aside-info .si-aside-img {
    margin-top: 6px;
    display: inline-block
}

.si-aside-info .si-aside-img img {
    width: 100%;
    height: auto
}

.si-aside-info p {
    margin-top: 12px
}

.si-aside-info .btn-top {
    margin-top: 18px
}

.si-list-inline {
    list-style: none;
    margin: -2px 0 0 -11px;
    padding: 0 0 1px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

.si-list-inline li {
    margin: 0 6px;
    color: var(--GREY)
}

.si-list-inline li a {
    color: var(--GREY);
    padding: 0 5px;
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.si-list-inline li a:hover {
    color: #00ba9b
}

.si-aside-subscribe-box form {
    margin-top: 14px
}

.si-aside-subscribe-box .form-default .form-group {
    margin-bottom: 10px
}

.si-aside-subscribe-box .btn {
    width: 100%;
    display: block
}

.si-aside-post .item .si-tag {
    font-size: 12px;
    line-height: 22px;
    color: #00ba9b;
    font-weight: 400;
    margin: -2px 0 0 -5px;
    padding: 0 0 5px 0;
    /* font-family: "Hind", sans-serif; */
    letter-spacing: .02em
}

.si-aside-post .item .si-tag a {
    color: #00ba9b;
    padding: 2px 5px;
    transition: color .2s linear
}

.si-aside-post .item .si-tag a:hover {
    color: var(--BLACK)
}

.si-aside-post .item .si-title {
    color: var(--BLACK);
    display: block;
    font-size: 14px;
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    transition: color .2s linear
}

.si-aside-post .item>a:not([class]) {
    display: inline-block;
    color: var(--GREY);
    transition: color .2s linear
}

.si-aside-post .item>a:not([class]):hover {
    color: var(--GREY)
}

.si-aside-post .item>a:not([class]):hover .si-title {
    color: #00ba9b
}

.si-aside-post .item p {
    margin-top: 5px
}

.si-aside-post .item .si-info {
    margin-top: 6px;
    font-size: 12px;
    color: var(--GREY)
}

.si-aside-post .item .si-info span {
    color: var(--BLACK)
}

.si-aside-post .item .si-info+a:not([class]) {
    margin-top: 5px
}

.si-aside-post .item>*:nth-child(1) {
    margin-top: 0
}

.si-aside-post .item:not(:first-child) {
    margin-top: 17px
}

.si-aside-content .si-social-icon {
    margin-left: -4px
}

.si-aside-content .calendarDatepicker {
    padding-top: 6px
}

.si-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    margin-top: 50px;
    width: 100%
}

.si-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.si-pagination ul li {
    display: inline-block;
    margin: 0 9px
}

.si-pagination ul li a {
    font-size: 14px;
    padding: 5px;
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    display: inline-block;
    font-weight: 500;
    transition: color .2s linear
}

.si-pagination .btn-pagination {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1;
    color: var(--BLACK);
    padding: 5px;
    margin: 0 4px;
    position: relative;
    top: -2px;
    transition: color .2s linear
}

.si-pagination .btn-prev:before {
    content: "\e9cd"
}

.si-pagination .btn-next:before {
    content: "\e9ce"
}

@media(max-width:1229px) {
    .si-pagination {
        margin-top: 44px
    }
}

@media(max-width:1229px) {
    .si-pagination {
        margin-top: 29px
    }
}

.si-pagination:not(.si-pagination-left) {
    justify-content: center
}

.si-pagination-left {
    justify-content: left;
    margin-left: -13px;
    position: relative
}

.si-layout-01-post {
    margin-top: -55px;
    position: relative
}

.si-layout-01-post .si-post {
    margin-top: 55px
}

.si-layout-01-post .si-post .si-post-img {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.si-layout-01-post .si-post .si-post-img img {
    width: 100%;
    height: auto
}

.si-layout-01-post .si-post .si-post-img i {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    z-index: 1;
    font-size: 65px;
    line-height: 1;
    color: var(--WHITE);
    pointer-events: none;
    transition: color .2s linear
}

.si-layout-01-post .si-post .si-post-img+.si-post-content {
    margin-top: -70px
}

.si-layout-01-post .si-post .si-post-content {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    padding: 22px 8px 0;
    text-align: center;
    transition: color .2s linear, background-color .2s linear;
    color: var(--GREY)
}

.si-layout-01-post .si-post .si-post-content .si-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: var(--WHITE);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.si-layout-01-post .si-post .si-post-content>*:not(.si-background) {
    position: relative
}

.si-layout-01-post .si-post .si-post-content .si-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
    /* font-family: "Hind", sans-serif; */
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-top: -2px;
    margin-left: -5px;
    letter-spacing: .03em
}

.si-layout-01-post .si-post .si-post-content .si-tag a {
    display: inline-block;
    padding: 2px 5px;
    color: #00ba9b;
    transition: color .2s linear, background-color .2s linear
}

.si-layout-01-post .si-post .si-post-content .si-tag a:hover {
    color: var(--BLACK)
}

.si-layout-01-post .si-post .si-post-content .si-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    letter-spacing: .03em
}

.si-layout-01-post .si-post .si-post-content .si-title a {
    color: var(--BLACK);
    display: inline-block
}

.si-layout-01-post .si-post .si-post-content .si-title a:hover {
    color: #00ba9b
}

.si-layout-01-post .si-post .si-post-content .si-description {
    margin-top: 14px
}

.si-layout-01-post .si-post .si-post-content .si-meta {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center
}

.si-layout-01-post .si-post .si-post-content .si-meta span {
    color: var(--BLACK)
}

.si-layout-01-post .si-post .si-post-content .si-meta>div {
    padding: 0 10px
}

.si-layout-01-post .si-post .si-post-content .si-meta .si-autor {
    letter-spacing: .01em;
    margin-top: 4px
}

.si-layout-01-post .si-post .si-post-content .si-meta .si-comments a {
    display: inline-block;
    transition: color .2s linear, background-color .2s linear;
    color: #999
}

.si-layout-01-post .si-post .si-post-content .si-meta .si-comments a .si-icon {
    font-size: 20px;
    line-height: 20px;
    color: var(--BLACK);
    position: relative;
    top: 5px;
    margin-right: 5px;
    display: inline-block;
    transition: color .2s linear, background-color .2s linear
}

.si-layout-01-post .si-post .si-post-content .si-meta .si-comments a:hover {
    color: #00ba9b
}

.si-layout-01-post .si-post .si-post-content .si-meta .si-comments a:hover .si-icon {
    color: #00ba9b
}

.si-layout-01-post .si-post .si-post-content .si-btn {
    margin-top: 23px
}

.si-layout-01-post .si-post .si-post-content>*:nth-child(1):not(.si-tag) {
    margin-top: 0
}

.si-layout-01-post .si-post .si-post-content>* {
    position: relative
}

@media(max-width:575px) {
    .si-layout-01-post .si-post .si-post-content {
        padding-top: 16px
    }

    .si-layout-01-post .si-post .si-post-content .si-description {
        margin-top: 7px
    }
}

.si-layout-01-post .si-post:hover .si-post-img i {
    color: #00ba9b
}

@media(min-width:576px) {
    .si-layout-01-post .si-post:hover .si-post-content .si-background {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px)
    }
}

@media(max-width:575px) {
    .si-layout-01-post .si-post:hover .si-post-content .si-background {
        top: -5px;
        left: -5px;
        width: calc(100% + 10px);
        height: calc(100% + 10px)
    }
}

html:not(.ie) .si-layout-01-post .si-post-content .si-background {
    transition: color .2s linear, background-color .2s linear
}

.isotop_showmore_js {
    margin-top: 55px
}

@media(max-width:1024px) {
    .si-layout-01-post {
        margin-top: -35px
    }

    .si-layout-01-post .si-post {
        margin-top: 35px
    }

    .isotop_showmore_js {
        margin-top: 35px
    }
}

@media(max-width:575px) {
    .si-layout-01-post {
        margin-top: -28px
    }

    .si-layout-01-post .si-post {
        margin-top: 28px
    }

    .si-layout-01-post .si-post .si-post-content {
        margin-right: 10px;
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 10px
    }

    .si-layout-01-post .si-post .si-post-content .si-title {
        margin-top: 3px
    }

    .si-layout-01-post .si-post .si-post-content .si-description {
        margin-top: 11px
    }

    .isotop_showmore_js {
        margin-top: 28px
    }
}

.si-blog-masonry .si-blog-init {
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s linear
}

.si-blog-masonry .si-blog-init.si-show {
    opacity: 1
}

.si-blog-masonry .grid:after {
    content: '';
    display: block;
    clear: both
}

.si-blog-masonry .element-item {
    position: relative;
    float: left
}

.si-blog-masonry .si-grid-col-2 .element-item {
    width: 50%;
    padding: 0 10px
}

@media(max-width:789px) {
    .si-blog-masonry .si-grid-col-2 .element-item {
        width: 100%
    }
}

@media(max-width:575px) {
    .si-blog-masonry .si-grid-col-2 .element-item {
        padding: 0
    }
}

.si-blog-masonry .si-grid-col-3 .element-item {
    width: 33.33%;
    padding: 0 10px
}

@media(max-width:1024px) {
    .si-blog-masonry .si-grid-col-3 .element-item {
        width: 50%
    }
}

@media(max-width:789px) {
    .si-blog-masonry .si-grid-col-3 .element-item {
        width: 100%
    }
}

@media(max-width:575px) {
    .si-blog-masonry .si-grid-col-3 .element-item {
        padding: 0
    }
}

.si-blog-masonry .si-filter-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: -31px;
    padding-bottom: 49px
}

.si-blog-masonry .si-filter-nav .button {
    color: #999;
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    padding: 5px;
    letter-spacing: .03em;
    margin: 0 9px;
    cursor: pointer;
    transition: color .2s linear, background-color .2s linear
}

.si-blog-masonry .si-filter-nav .button.active {
    color: var(--BLACK);
    cursor: default
}

.si-blog-masonry .si-filter-nav .button:hover {
    color: var(--BLACK)
}

@media(max-width:1024px) {
    .si-blog-masonry .si-filter-nav {
        margin-top: -11px;
        padding-bottom: 29px
    }

    .si-blog-masonry .si-filter-nav .button {
        margin: 0 7px
    }
}

@media(max-width:575px) {
    .si-blog-masonry .si-filter-nav {
        margin-top: -4px;
        padding-bottom: 22px
    }

    .si-blog-masonry .si-filter-nav .button {
        margin: 0 4px
    }
}

.si-portfolio-masonry .grid:after {
    content: '';
    display: block;
    clear: both
}

.si-portfolio-masonry .element-item {
    position: relative;
    float: left
}

.si-portfolio-masonry .si-portfolio-content {
    opacity: 0;
    transition: opacity .2s linear
}

.si-portfolio-masonry .si-portfolio-content.si-show {
    opacity: 1
}

.si-portfolio-masonry .si-grid-col-6 .element-item {
    width: 16.666%;
    padding: 10px
}

@media(max-width:1024px) {
    .si-portfolio-masonry .si-grid-col-6 .element-item {
        width: 33.333%
    }
}

@media(max-width:789px) {
    .si-portfolio-masonry .si-grid-col-6 .element-item {
        width: 50%
    }
}

@media(max-width:575px) {
    .si-portfolio-masonry .si-grid-col-6 .element-item {
        padding: 10px 0 10px 0;
        width: 100%
    }
}

.si-portfolio-masonry .si-grid-col-5 .element-item {
    width: 20%;
    padding: 10px
}

@media(max-width:1024px) {
    .si-portfolio-masonry .si-grid-col-5 .element-item {
        width: 33.333%
    }
}

@media(max-width:789px) {
    .si-portfolio-masonry .si-grid-col-5 .element-item {
        width: 50%
    }
}

@media(max-width:575px) {
    .si-portfolio-masonry .si-grid-col-5 .element-item {
        padding: 10px 0 10px 0;
        width: 100%
    }
}

.si-portfolio-masonry .si-grid-col-4 .element-item {
    width: 25%;
    padding: 10px
}

@media(max-width:1024px) {
    .si-portfolio-masonry .si-grid-col-4 .element-item {
        width: 33.333%
    }
}

@media(max-width:789px) {
    .si-portfolio-masonry .si-grid-col-4 .element-item {
        width: 50%
    }
}

@media(max-width:575px) {
    .si-portfolio-masonry .si-grid-col-4 .element-item {
        padding: 5px;
        width: 100%
    }
}

.si-portfolio-masonry .si-grid-col-3 .element-item {
    width: 33.333%;
    padding: 10px
}

@media(max-width:789px) {
    .si-portfolio-masonry .si-grid-col-3 .element-item {
        width: 50%
    }
}

@media(max-width:575px) {
    .si-portfolio-masonry .si-grid-col-3 .element-item {
        padding: 5px;
        width: 100%
    }
}

.si-portfolio-masonry .si-grid-col-2 .element-item {
    width: 50%;
    padding: 10px
}

@media(max-width:575px) {
    .si-portfolio-masonry .si-grid-col-2 .element-item {
        padding: 5px;
        width: 100%
    }
}

.si-portfolio-masonry .si-filter-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: -31px;
    padding-bottom: 69px
}

.si-portfolio-masonry .si-filter-nav .button {
    color: #999;
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    padding: 5px;
    letter-spacing: .03em;
    margin: 0 9px;
    cursor: pointer;
    transition: color .2s linear, background-color .2s linear
}

.si-portfolio-masonry .si-filter-nav .button.active {
    color: var(--BLACK);
    cursor: default
}

.si-portfolio-masonry .si-filter-nav .button:hover {
    color: var(--BLACK)
}

@media(max-width:1024px) {
    .si-portfolio-masonry .si-filter-nav {
        margin-top: -11px;
        padding-bottom: 29px
    }

    .si-portfolio-masonry .si-filter-nav .button {
        margin: 0 7px
    }
}

@media(max-width:575px) {
    .si-portfolio-masonry .si-filter-nav {
        margin-top: -4px;
        padding-bottom: 22px
    }

    .si-portfolio-masonry .si-filter-nav .button {
        margin: 0 4px
    }
}

.si-portfolio-masonry .element-item {
    float: inherit !important
}

.si-portfolio-content {
    margin-top: -30px
}

@media(max-width:1024px) {
    .si-portfolio-content {
        margin-top: -10px
    }
}

@media(min-width:576px) {
    .si-portfolio-content {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media(max-width:575px) {
    .si-portfolio-content {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: -5px
    }
}

.si-portfolio-content figure {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0
}

.si-portfolio-content figure img {
    width: 100%;
    height: auto
}

.si-portfolio-content figure figcaption {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 13px 19px;
    z-index: 0;
    color: var(--WHITE);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s linear
}

.si-portfolio-content figure figcaption .si-btn-zomm {
    font-family: "wokiee";
    color: var(--WHITE);
    font-size: 20px;
    line-height: 1;
    padding: 3px;
    transition: color .2s linear, background-color .2s linear
}

.si-portfolio-content figure figcaption .si-btn-zomm:before {
    content: '\e9b5';
    display: inline-block
}

.si-portfolio-content figure figcaption .si-btn-zomm:hover {
    color: #00ba9b
}

.si-portfolio-content figure figcaption .si-title {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: .03em;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: var(--WHITE);
    font-family: "Hind", sans-serif
}

.si-portfolio-content figure figcaption .si-title a {
    color: var(--WHITE)
}

.si-portfolio-content figure figcaption .si-title a:hover {
    color: #00ba9b
}

.si-portfolio-content figure figcaption p {
    margin-top: 4px;
    letter-spacing: .005em
}

.si-portfolio-content figure figcaption>*:nth-child(1) {
    margin-top: 0
}

.si-portfolio-masonry.si-no-gutter .element-item {
    padding: 0 !important
}

.si-portfolio-masonry.si-no-gutter .si-portfolio-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.si-portfolio-content.layout-default figure figcaption {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
    text-align: left
}

.si-portfolio-content.layout-default figure figcaption .si-btn-zomm {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.si-portfolio-content.layout-default figure figcaption .si-btn-zomm:before {
    top: 15px;
    right: 15px;
    position: absolute
}

.si-portfolio-content.layout-default figure figcaption .si-title,
.si-portfolio-content.layout-default figure figcaption p {
    position: relative;
    z-index: 2
}

.si-portfolio-content.layout-swap-vertical figure figcaption {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-start
}

.si-portfolio-content.layout-swap-vertical figure figcaption .si-btn-zomm {
    bottom: 15px;
    right: 15px;
    position: absolute
}

.si-portfolio-content.layout-center figure figcaption {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
    align-items: center
}

.si-portfolio-content.layout-center figure figcaption .si-btn-zomm:not(:first-child) {
    margin-top: 2px
}

body:not(.touch-device) .si-portfolio-content figure:hover figcaption,
.ie .si-portfolio-content figure:hover figcaption {
    z-index: 7;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible
}

.touch-device .si-portfolio-content figure.gallery-click figcaption {
    z-index: 7;
    left: 0;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.touch-device .si-portfolio-content figure.gallery-click.finish-animation figcaption {
    pointer-events: auto
}

html.edge .si-portfolio-content figure:hover figcaption {
    z-index: 7;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible
}

@media(max-width:575px) {
    .si-page-product-single .si-breadcrumb+#si-pageContent>:nth-child(1):not([class^="si-offset-"]):not(.nomargin) {
        margin-top: 0 !important
    }
}

.si-product-single-img img {
    max-width: 100%;
    height: auto
}

.si-product-single-info {
    padding-left: 39px;
    margin: -5px 0 0 0
}

.si-product-single-info img {
    max-width: 100%;
    height: auto
}

.si-product-single-info .si-add-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.si-product-single-info .si-add-info ul li {
    color: var(--BLACK)
}

.si-product-single-info .si-add-info ul li span:first-child {
    letter-spacing: .02em;
    color: var(--BLACK)
}

.si-product-single-info .si-add-info ul li span {
    letter-spacing: .02em
}

.si-product-single-info .si-add-info ul li a {
    color: var(--BLACK);
    transition: all .2s linear
}

.si-product-single-info .si-add-info ul li a:hover {
    color: #00ba9b
}

.si-product-single-info .si-add-info ul li:not(:first-child) {
    margin-top: 6px
}

.si-product-single-info .si-add-info span:fist-child {
    color: var(--BLACK);
    display: inline-block;
    padding-right: 4px
}

.si-product-single-info .si-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    /* margin-top: 19px; */
    color: var(--BLACK)
}

.si-product-single-info .si-price {
    font-size: 30px;
    line-height: 40px;
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    color: var(--PRIMARY_COLOR)
}

.si-product-single-info .si-price span {
    display: inline-block
}

.si-product-single-info .si-price .sale-price {
    color: #f8353e;
    margin-right: 7px
}

.si-product-single-info .si-price .old-price,
.si-product-single-info .si-price .old-price .money {
    color: #00ba9b;
    text-decoration: line-through
}

.si-product-single-info .si-review {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px
}

.si-product-single-info .si-review .si-rating {
    margin-right: 8px;
    margin-top: 3px
}

.si-product-single-info .si-review .si-rating .icon-star:before {
    color: #ffb503
}

.si-product-single-info .si-review .si-rating .icon-star-half:before {
    color: #ffb503
}

.si-product-single-info .si-review .si-rating .icon-star-empty:before {
    color: #d4d4d4
}

.si-product-single-info .si-review a {
    color: #00ba9b;
    display: inline-block;
    transition: all .2s linear
}

.si-product-single-info .si-review a:hover {
    color: var(--BLACK)
}

.si-product-single-info .si-review a:not(:last-child) {
    margin-right: 10px
}

.si-product-single-info .si-row-custom-01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.si-product-single-info .si-row-custom-01 .col-item:not(:last-child) {
    margin-right: 20px;
}

.si-product-single-info .si-row-custom-01 .col-item:nth-child(2) {
    /* flex: 1 1 auto; */
}

.si-product-single-info .si-row-custom-01 .btn {
    width: 100%;
}

.si-product-single-info .si-row-custom-01 .btn.btn-lg {
    font-size: 14px;
}

.si-product-single-info .si-row-custom-01 .btn.btn-lg i {
    font-size: 20px;
    position: relative;
    top: -3px;
}

.si-product-single-info .si-wrapper {
    margin-top: 33px;
}

.si-product-single-info .si-wrapper+.si-title,
.si-product-single-info .si-wrapper+.si-price,
.si-product-single-info .si-wrapper+.si-review,
.si-product-single-info .si-wrapper+.si-add-info,
.si-product-single-info .si-swatches-container+.si-title,
.si-product-single-info .si-swatches-container+.si-price,
.si-product-single-info .si-swatches-container+.si-review,
.si-product-single-info .si-swatches-container+.si-add-info {
    margin-top: 33px
}

.si-product-single-info .si-swatches-container .si-wrapper:not(:first-child) {
    margin-top: 12px
}

.si-product-single-info .si-swatches-container form {
    margin-top: 7px
}

.si-product-single-info .si-options-swatch {
    margin-top: -3px
}

.si-product-single-info .si-review+.si-wrapper {
    margin-top: 11px
}

.si-product-single-info .si-collapse-block {
    margin-top: 3px
}

.si-product-single-info>*:nth-child(1) {
    margin-top: 0
}

.si-product-single-info .si-list-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    list-style: none;
    padding: 0;
    margin: -10px 0 0 -20px
}

.si-product-single-info .si-list-btn li {
    margin-left: 20px;
    margin-top: 10px
}

@media(max-width:1024px) {
    .si-product-single-info {
        margin: 0;
        padding-left: 0
    }

    .si-product-single-info .si-title {
        font-size: 24px
    }

    .si-product-single-info .si-price {
        font-size: 24px
    }
}

@media(max-width:767px) {
    .si-product-single-info {
        padding-top: 25px
    }
}

@media(max-width:575px) {

    span.datetime {
        display: none;
    }

    .si-product-single-info {
        padding-top: 34px;
        padding-left: 10px;
        padding-right: 10px
    }

    .si-product-single-info .si-title {
        margin-top: 14px;
        font-size: 20px;
        line-height: 30px
    }

    .si-product-single-info .si-row-custom-01 {
        flex-direction: column
    }

    .si-product-single-info .si-row-custom-01 .col-item {
        width: 100%
    }

    .si-product-single-info .si-row-custom-01 .col-item .si-input-counter.style-01 {
        max-width: 100%
    }

    .si-product-single-info .si-row-custom-01 .col-item:not(:first-child) {
        margin-top: 31px
    }
}

.si-input-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.si-input-counter.style-01 {
    position: relative;
    max-width: 80px;
    min-width: 80px;
}

.si-input-counter.style-01 input {
    background: transparent;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    border: 0;
    outline: 0;
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    color: var(--BLACK);
    border-radius: 6px
}

.si-input-counter.style-01 span {
    display: inline-block;
    font-size: 27px;
    line-height: 1em;
    cursor: pointer;
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    top: 0;
    color: var(--GREY);
    border: 1px solid #ccc;
    background: #cdcdcd;
}

.si-input-counter.style-01 span:hover {
    color: var(--BLACK)
}

.si-input-counter.style-01 span.minus-btn {
    left: 0
}

.si-input-counter.style-01 span.plus-btn {
    right: 0
}

.si-input-counter.style-01 .minus-btn:before,
.si-input-counter.style-01 .plus-btn:before {
    display: block;
    font-family: "wokiee";
    font-size: 12px;
    line-height: 26px
}

.si-input-counter.style-01 .minus-btn:before {
    content: "\e9b2"
}

.si-input-counter.style-01 .plus-btn:before {
    content: "\e9b1"
}

.si-collapse-block .si-item .si-collapse-title {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .03em;
    /* font-family: "Hind", sans-serif; */
    transition: all .2s linear;
    padding: 22px 0
}

.si-collapse-block .si-item .si-collapse-title:hover {
    color: var(--BLACK)
}

.si-collapse-block .si-item .si-collapse-content {
    display: none;
    padding-bottom: 22px
}

.si-collapse-block .si-item img {
    max-width: 100%;
    height: auto
}

.si-collapse-block .si-item.active .si-collapse-title {
    color: var(--BLACK);
    padding-bottom: 15px
}

.si-collapse-block .si-item:not(:last-child) {
    border-bottom: 1px solid #e9e7e7
}

.si-review-block .si-row-custom-02 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center
}

.si-review-block .si-row-custom-02 a {
    color: #00ba9b;
    font-size: 14px;
    text-decoration: underline
}

.si-review-block .si-row-custom-02 a:hover {
    text-decoration: none
}

.si-review-block .si-row-custom-02 .col-item:last-child {
    margin-left: 20px;
    min-width: 105px;
    text-align: right
}

.si-review-block .si-row-custom-02 .col-item:nth-child(2) {
    flex: 1 1 auto
}

.si-review-block .si-title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .04em;
    margin: 0;
    padding: 0;
    color: var(--BLACK)
}

.si-review-block .si-review-comments {
    margin-top: 20px
}

.si-review-block .si-review-comments .si-item:not(:first-child) {
    margin-top: 28px
}

.si-review-block .si-review-comments .si-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    padding-bottom: 23px
}

.si-review-block .si-review-comments .si-item .si-avatar {
    min-width: 59px;
    margin-right: 22px;
    margin-top: 2px
}

.si-review-block .si-review-comments .si-item .si-avatar a {
    display: block;
    width: 59px;
    height: 60px;
    background: #f7f8fa;
    position: relative
}

.si-review-block .si-review-comments .si-item .si-avatar a img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto
}

.si-review-block .si-review-comments .si-item .si-avatar a:before {
    font-family: "wokiee";
    content: "\ea43";
    font-size: 20px;
    line-height: 58px;
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 0;
    color: var(--BLACK);
    opacity: .4
}

.si-review-block .si-review-comments .si-item .si-content .si-comments-info {
    font-size: 12px;
    margin-top: 5px;
    color: var(--GREY)
}

.si-review-block .si-review-comments .si-item .si-content .si-comments-info .username span {
    color: var(--BLACK)
}

.si-review-block .si-review-comments .si-item .si-content .si-comments-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--BLACK);
    margin: 6px 0 0 0
}

.si-review-block .si-review-comments .si-item .si-content .si-rating {
    margin-left: -1px
}

.si-review-block .si-review-comments .si-item .si-content p {
    margin-top: 0
}

.si-review-block .si-review-comments .si-item .si-content>*:nth-child(1) {
    margin-top: 0
}

.si-review-block .si-review-comments .si-rating {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 8px;
    margin-top: 3px
}

.si-review-block .si-review-form {
    margin-top: 4px
}

.si-review-block .si-review-form .si-message-info {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-weight: 500;
    letter-spacing: .03em;
    padding: 0 0 6px 0
}

.si-review-block .si-review-form .si-message-info span {
    color: #00ba9b
}

.si-review-block .si-review-form .si-rating-indicator {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    margin-top: 13px
}

.si-review-block .si-review-form .si-rating-indicator .si-title {
    color: var(--BLACK);
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .02em;
    font-weight: 500;
    /* font-family: "Hind", sans-serif; */
    margin-right: 10px
}

.si-review-block .si-review-form form {
    margin-top: 11px
}

.si-review-block .si-review-form>*:nth-child(1) {
    margin-top: 0
}

.si-rating {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px
}

.si-rating [class^="icon-"] {
    font-family: "wokiee" !important
}

.si-rating .icon-star:before {
    content: '\ea2d';
    display: inline-block;
    color: #ffb503
}

.si-rating .icon-star-half:before {
    content: '\ea60';
    display: inline-block;
    color: #ffb503
}

.si-rating .icon-star-empty:before {
    content: '\ea5f';
    display: inline-block;
    color: #d4d4d4
}

.si-product-single-img,
.product-images-col .item,
.product-images-static li,
.si-mobile-product-slider .slick-slide,
.si-mobile-product-layout {
    position: relative
}

.si-label-new {
    background: #1393f5;
    color: var(--WHITE)
}

.si-label-sale {
    background: #f8353e;
    color: var(--WHITE)
}

.si-label-out-stock {
    background: var(--BLACK);
    color: var(--WHITE)
}

.si-label-our-fatured {
    background: #fdbc20;
    color: var(--WHITE)
}

.si-product-single-info .si-label {
    margin-left: -10px;
    margin-top: -10px
}

.si-product-single-info .si-label [class^="si-label"] {
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    padding: 4px 10px 2px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 6px
}

.si-product-vertical-layout .si-product-single-img {
    float: right;
    width: 82.7%;
    position: relative
}

.si-product-vertical-layout .si-product-single-img img {
    width: 100%;
    height: auto
}

.si-product-vertical-layout .si-product-single-carousel-vertical {
    margin: 0 0 44px 0;
    top: 0;
    left: 0;
    width: 13.9%
}

.si-product-vertical-layout .si-product-single-carousel-vertical .slick-slider {
    width: 100%;
    padding: 0;
    margin: 0
}

.si-product-vertical-layout .si-product-single-carousel-vertical .slick-slider .slick-slide {
    padding-bottom: 20px
}

.si-product-vertical-layout .si-product-single-carousel-vertical .slick-slider .slick-slide img {
    opacity: 1
}

.si-product-vertical-layout .si-product-single-carousel-vertical .slick-slider .slick-slide a {
    display: block;
    position: relative
}

.si-product-vertical-layout .si-product-single-carousel-vertical .slick-slider .slick-slide a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--WHITE);
    opacity: 0;
    transition: opacity .2s linear
}

.si-product-vertical-layout .si-product-single-carousel-vertical .slick-slider .slick-slide:hover a:before,
.si-product-vertical-layout .si-product-single-carousel-vertical .slick-slider .slick-slide .zoomGalleryActive:before {
    opacity: .6
}

.si-product-vertical-layout .si-product-single-carousel-vertical .slick-arrow {
    top: auto;
    bottom: -33px;
    position: absolute;
    margin-top: 0;
    z-index: 2
}

.si-product-vertical-layout .si-product-single-carousel-vertical .slick-slider:before {
    content: '';
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, var(--WHITE), white 20%)
}

.product-images-carousel {
    margin-top: 20px;
    padding-bottom: 57px
}

.product-images-carousel ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.product-images-carousel ul .slick-list {
    margin-right: -25px
}

.product-images-carousel ul li {
    padding-right: 25px
}

.product-images-carousel>*:nth-child(1) {
    margin-top: 0
}

.product-images-carousel>*:nth-child(2) {
    margin-top: 20px
}

.product-images-carousel .slick-slider .slick-slide a {
    display: block;
    position: relative
}

.product-images-carousel .slick-slider .slick-slide a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--WHITE);
    opacity: 0;
    transition: opacity .2s linear
}

.product-images-carousel .slick-slider .slick-slide:hover a:before,
.product-images-carousel .slick-slider .slick-slide .zoomGalleryActive:before {
    opacity: .6
}

.product-images-static ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.product-images-static ul li:not(:first-child) {
    margin-top: 20px
}

.product-images-static ul li img {
    width: 100%;
    height: auto
}

.product-images-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px
}

.product-images-col .item {
    width: 50%;
    padding: 20px 0 0 20px
}

.product-images-col .item img {
    width: 100%;
    height: auto
}

.product-images-col .item .si-label-left {
    top: 30px;
    left: 30px
}

.video-link-product {
    position: relative;
    cursor: pointer
}

.video-link-product [class^="icon-"] {
    color: #00ba9b;
    font-size: 30px;
    line-height: 30px;
    transition: all .2s linear
}

.video-link-product [class^="icon-"]:hover {
    color: var(--BLACK)
}

.video-link-product:not(.si-position-left) {
    position: relative;
    cursor: pointer
}

.video-link-product:not(.si-position-left)>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all .2s linear
}

.video-link-product.si-position-left {
    display: inline-block
}

.si-promo-brand {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center
}

.si-promo-brand img {
    max-width: 100%;
    height: auto
}

.si-title-options {
    font-size: 14px;
    line-height: 26px;
    color: var(--BLACK);
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    letter-spacing: .03em
}

.si-options-swatch:not(.options-large):not(.options-middle) li a:not(.options-color) {
    font-size: 12px;
    line-height: 16px
}

.si-options-swatch:not(.options-large):not(.options-middle) li a {
    min-width: 21px;
    min-height: 21px
}

.si-options-swatch:not(.options-large):not(.options-middle) li a:not(.options-color) {
    border-radius: 2px
}

.si-options-swatch:not(.options-large):not(.options-middle) li a.options-color {
    width: 21px;
    height: 21px;
    background-size: cover
}

.si-options-swatch:not(.options-large):not(.options-middle) li .options-color:hover:before {
    border-width: 4px
}

.si-options-swatch:not(.options-large):not(.options-middle) li .options-color:hover:after {
    border-width: 2px
}

.si-options-swatch:not(.options-large):not(.options-middle) li.active .options-color:before {
    border-width: 4px
}

.si-options-swatch:not(.options-large):not(.options-middle) li.active .options-color:after {
    border-width: 2px
}

.si-options-swatch.options-large li a {
    min-width: 40px;
    min-height: 40px
}

.si-options-swatch.options-large li a:not(.options-color) {
    border-radius: 6px
}

.si-options-swatch.options-large li a.options-color {
    width: 40px;
    height: 40px;
    background-size: cover
}

.si-options-swatch.options-large li .options-color:hover:before {
    border-width: 5px
}

.si-options-swatch.options-large li.active .options-color:before {
    border-width: 5px
}

.si-options-swatch.options-middle li a {
    min-width: 31px;
    min-height: 31px
}

.si-options-swatch.options-middle li a:not(.options-color) {
    border-radius: 6px
}

.si-options-swatch.options-middle li a.options-color {
    width: 31px;
    height: 31px;
    background-size: cover
}

.si-options-swatch.options-middle li .options-color:hover:before {
    border-width: 5px
}

.si-options-swatch.options-middle li.active .options-color:before {
    border-width: 5px
}

html.win.ie .si-options-swatch:not(.options-large):not(.options-middle) li a {
    line-height: 21px
}

html.win.ie .si-options-swatch.options-large li a {
    line-height: 40px
}

html.win.ie .si-options-swatch.options-middle li a {
    line-height: 30px
}

.product-information-buttons a {
    display: inline-flex;
    font-size: 14px;
    transition: color .2s linear
}

.product-information-buttons a:first-child {
    padding: 8px 7px 8px 0
}

.product-information-buttons a:not(:first-child) {
    padding: 8px 7px
}

.product-information-buttons a:hover {
    color: var(--BLACK)
}

ul.si-options-swatch {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: -10px -1px 0 -5px
}

ul.si-options-swatch li {
    margin: 10px 5px 0
}

ul.si-options-swatch li a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    transition: all .2s linear;
    font-size: 14px;
    line-height: 1.1
}

ul.si-options-swatch li a.options-color-img {
    border-radius: 6px
}

ul.si-options-swatch li a .swatch-img img {
    border-radius: 50%
}

ul.si-options-swatch li a:not(.options-color):not(.options-color-img) {
    padding-left: 5px;
    padding-right: 5px
}

ul.si-options-swatch li img {
    width: 100%;
    height: auto;
    max-width: inherit
}

ul.si-options-swatch li a:not(.options-color):not(.options-color-img) {
    background: #f7f8fa;
    color: var(--GREY)
}

ul.si-options-swatch li:hover a:not(.options-color):not(.options-color-img),
ul.si-options-swatch li.active a:not(.options-color):not(.options-color-img) {
    color: var(--WHITE)
}

ul.si-options-swatch li .options-color {
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

ul.si-options-swatch li .si-border {
    border: 2px solid #e9e7e6
}

ul.si-options-swatch li .options-color:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border-radius: 50%;
    transition: all .12s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

ul.si-options-swatch li .options-color:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    outline: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    transition: all .12s linear
}

ul.si-options-swatch li .options-color:before {
    border: 0 solid var(--WHITE)
}

ul.si-options-swatch li .options-color:after {
    border: 0 solid #00ba9b
}

ul.si-options-swatch li .options-color:hover:before {
    border-width: 6px
}

ul.si-options-swatch li .options-color:hover:after {
    border-width: 3px
}

ul.si-options-swatch li .si-border.options-color:hover {
    border-color: transparent
}

ul.si-options-swatch li.active .options-color:before {
    border-width: 6px
}

ul.si-options-swatch li.active .options-color:after {
    border-width: 3px
}

ul.si-options-swatch li {
    line-height: 0;
    font-size: 0
}

ul.si-options-swatch li .options-color-img {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    display: inline-block;
    background-position: center top !important;
    border-radius: 6px !important;
    background-size: cover !important
}

ul.si-options-swatch li .options-color-img:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    outline: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 6px;
    border: 0 solid #00ba9b;
    transition: border-width .1s linear
}

ul.si-options-swatch li .options-color-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

ul.si-options-swatch li .options-color-img:hover:after {
    border-width: 2px
}

ul.si-options-swatch li.active .options-color-img:after {
    border-width: 2px
}

@media(max-width:1024px) {
    .airSticky {
        position: relative !important;
        top: 0 !important
    }
}

@media(max-width:575px) {
    .zoomContainer {
        display: none;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0
    }
}

.si-product-single-info>*:nth-child(1).si-wrapper {
    margin-top: 5px
}

.si-countdown_box_02 {
    text-align: center;
    margin-top: -7px;
    width: 100%;
    z-index: 5
}

.si-countdown_box_02 .si-countdown_inner {
    overflow: hidden;
    width: 100%
}

.si-countdown_box_02 .countdown-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.si-countdown_box_02 .countdown-row .countdown-section {
    width: 100%;
    max-width: 65px;
    position: relative;
    margin: 0 5px;
    padding: 19px 0 13px;
    white-space: nowrap;
    background-color: #f7f8fa;
    color: var(--BLACK);
    border-radius: 6px
}

.si-countdown_box_02 .countdown-row .countdown-section .countdown-amount {
    font-size: 16px;
    line-height: 15px;
    display: block;
    font-weight: 500
}

.si-countdown_box_02 .countdown-row .countdown-section .countdown-period {
    display: block;
    padding-top: 1px
}

.si-countdown_box_02 .countdown-row .countdown-section:first-child {
    margin-left: 0
}

.si-countdown_box_02 .countdown-row .countdown-section:last-child {
    margin-right: 0
}

@media(max-width:1229px) {
    .si-countdown_box_02 .countdown-row .countdown-section {
        padding: 15px 0;
        max-width: 60px;
        margin: 0 3px;
        font-size: 13px;
        line-height: 16px
    }

    .si-countdown_box_02 .countdown-row .countdown-section .countdown-amount {
        font-size: 15px
    }

    .si-countdown_box_02 .countdown-row .countdown-section .countdown-period {
        padding-top: 0
    }
}

.si-product-single-img .si-btn-zomm {
    width: 38px;
    height: 38px;
    background: var(--WHITE);
    color: var(--BLACK);
    font-size: 20px;
    line-height: 2.1;
    border: 0;
    outline: 0;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    transition: all .2s linear
}

.si-product-single-img .si-btn-zomm.si-top-right {
    right: 10px;
    top: 10px
}

.si-product-single-img .si-btn-zomm.si-top-left {
    left: 10px;
    top: 10px
}

.si-product-single-img .si-btn-zomm.si-bottom-right {
    right: 10px;
    bottom: 10px
}

.si-product-single-img .si-btn-zomm.si-bottom-left {
    left: 10px;
    bottom: 10px
}

.zoomContainer {
    z-index: 1;
    height: 480px !important
}

.zoomWindowContainer div {
    height: 480px !important;
}

img.zoom-product {
    max-height: 480px;
}

#smallGallery.si-magnific-popup li a:not([class]) {
    pointer-events: none
}

#smallGallery.si-magnific-popup li .link-magnific-popup {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7
}

@media(min-width:1025px) {
    .custom-single-page .si-product-single-info {
        padding-left: 19px;
        padding-right: 19px
    }

    .custom-single-page .si-slick-button-vertical .slick-arrow {
        width: 28px;
        height: 28px
    }

    .custom-single-page .si-slick-button-vertical .slick-arrow:before {
        font-size: 15px
    }

    .custom-single-page .si-slick-button-vertical .slick-next {
        left: 32px
    }

    .custom-single-page .si-product-vertical-layout .si-product-single-carousel-vertical .slick-arrow {
        bottom: -21px
    }
}

@media(min-width:1230px) {
    .custom-single-page .si-product-vertical-layout .si-product-single-carousel-vertical .slick-slider .slick-slide {
        padding-bottom: 17px
    }
}

@media(max-width:1229px) and (min-width:1025px) {
    .custom-single-page .si-product-vertical-layout .si-product-single-carousel-vertical .slick-slider .slick-slide {
        padding-bottom: 16px
    }
}

.si-product-single-aside .si-promo-brand {
    text-align: center
}

.si-product-single-aside .si-promo-brand img {
    max-width: 484px;
    width: 100%
}

@media(max-width:1024px) {
    .si-product-single-aside {
        margin-top: 33px
    }
}

@media(max-width:1024px) {
    .container-fluid-mobile {
        width: 100%;
        max-width: inherit;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:767px) {
    .container-fluid-mobile .row:first-child>*[class^="col-"] {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media(max-width:1024px) {
    .container-mobile-airSticky {
        width: 100%;
        max-width: inherit;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:575px) {
    .container-mobile-airSticky .row:first-child *[class^="col-"] {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media(max-width:767px) {
    .container-mobile-airSticky .si-product-single-info {
        padding-top: 0
    }

    .container-mobile-airSticky .si-row-custom-01 {
        flex-wrap: wrap
    }

    .container-mobile-airSticky .si-row-custom-01 .col-item {
        width: 100%
    }

    .container-mobile-airSticky .si-row-custom-01 .col-item .si-input-counter.style-01 {
        max-width: 100%
    }

    .container-mobile-airSticky .si-row-custom-01 .col-item:not(:last-child) {
        margin-right: 0
    }

    .container-mobile-airSticky .si-row-custom-01 .col-item:not(:first-child) {
        margin-top: 31px
    }
}

@media(max-width:575px) {
    .container-mobile-airSticky {
        padding-top: 25px
    }
}

#include-carusel-prod_single .si-carousel-products+.si-carousel-products {
    display: none
}

body:not(.touch-device).mm-open {
    padding-right: 17px
}

body:not(.touch-device).mm-open .si-stuck-nav.stuck {
    padding-right: 17px
}

.modal-open {
    overflow: hidden
}

body:not(.touch-device).modal-open {
    overflow-x: hidden;
    padding-right: 17px
}

body:not(.touch-device).modal-open .si-stuck-nav.stuck {
    padding-right: 17px
}

html.ie.gecko body.modal-open {
    padding-right: 0 !important
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
    padding: 0;
    transition: opacity .15s linear;
    opacity: 0
}

.modal.show {
    opacity: 1
}

@media(min-width:320px) {
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px
    }
}

.modal-md {
    width: 736px
}

.modal-lg {
    width: 962px
}

@media(max-width:1229px) {
    .modal-lg {
        width: 900px
    }
}

@media(max-width:1024px) {
    .modal-lg {
        width: 730px
    }
}

@media(max-width:789px) {
    .modal-lg {
        width: 550px
    }
}

@media(max-width:650px) {
    .modal-lg {
        width: 420px
    }
}

@media(max-width:500px) {
    .modal-lg {
        width: 320px
    }
}

@media(max-width:370px) {
    .modal-lg {
        width: 280px
    }
}

.modal-compare {
    width: 996px
}

@media(max-width:1229px) {
    .modal-compare {
        width: 900px
    }
}

@media(max-width:1024px) {
    .modal-compare {
        width: 730px
    }
}

@media(max-width:789px) {
    .modal-compare {
        width: 550px
    }
}

@media(max-width:650px) {
    .modal-compare {
        width: 420px
    }
}

@media(max-width:500px) {
    .modal-compare {
        width: 320px
    }
}

@media(max-width:370px) {
    .modal-compare {
        width: 280px
    }
}

@media(min-width:651px) {
    .modal-sm {
        width: 506px
    }
}

@media(max-width:650px) {
    .modal-sm {
        width: 420px
    }
}

@media(max-width:500px) {
    .modal-sm {
        width: 320px
    }
}

@media(max-width:370px) {
    .modal-sm {
        width: 280px
    }
}

@media(min-width:651px) {
    .modal-discount {
        width: 600px
    }
}

@media(max-width:650px) {
    .modal-discount {
        width: 420px
    }
}

@media(max-width:500px) {
    .modal-discount {
        width: 320px
    }
}

@media(max-width:370px) {
    .modal-discount {
        width: 280px
    }
}

@media(min-width:851px) {
    .modal-newslettet {
        width: 800px
    }
}

@media(max-width:850px) {
    .modal-newslettet {
        width: 420px
    }
}

@media(max-width:500px) {
    .modal-newslettet {
        width: 320px
    }
}

@media(max-width:370px) {
    .modal-newslettet {
        width: 280px
    }
}

.modal-small {
    width: 400px
}

@media(max-width:450px) {
    .modal-small {
        width: 280px
    }

    .out-of-stock-sec {
        margin-top: 10px !important;
        padding-top: 8px !important;
    }
}

.out-of-stock-sec {
    padding-top: 10px;
}

.mobsubBtn {
    align-items: center;
    display: flex !important;
    justify-content: center;
}

.modal-backdrop.in {
    opacity: 1
}

.modal-newsletter .modal-backdrop.show {
    opacity: .87
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal .modal-content {
    border-radius: 0;
    border: 0
}

.modal .modal-header {
    border: 0;
    padding: 22px 20px 0 20px;
    margin: 0
}

.modal .modal-header .close {
    font-size: 24px;
    line-height: 24px;
    position: relative;
    z-index: 7;
    opacity: 1;
    transition: all .2s linear
}

.modal .modal-title {
    font-size: 20px;
    line-height: 26px;
    margin: 34px 0 0 0;
    padding-bottom: 19px;
    letter-spacing: .02em
}

.modal .modal-footer {
    border: 0
}

#modalAddToCartProduct .modal-dialog {
    width: 736px
}

@media(max-width:1024px) {
    #modalAddToCartProduct .modal-dialog {
        width: 420px
    }
}

@media(max-width:575px) {
    #modalAddToCartProduct .modal-dialog {
        width: 270px
    }
}

.si-modal-addtocart.desctope {
    position: relative
}

.si-modal-addtocart.desctope .row {
    justify-content: center;
    align-content: center;
    align-items: center
}

.si-modal-addtocart.desctope .row>div:first-child {
    padding-right: 52px
}

.si-modal-addtocart.desctope .row>div:last-child {
    padding-left: 49px
}

.si-modal-addtocart.desctope .row>div:last-child .btn {
    width: 100%
}

.si-modal-addtocart.desctope .si-modal-messages {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 20px;
    line-height: 1;
    font-weight: 500
}

.si-modal-addtocart.desctope .si-modal-messages [class^="icon-"] {
    color: #00ba9b
}

.si-modal-addtocart.desctope .si-modal-product {
    margin-top: 26px
}

.si-modal-addtocart.desctope .si-modal-product .si-img img {
    width: 100%;
    max-width: 154px;
    height: auto
}

.si-modal-addtocart.desctope .si-modal-product .si-title {
    /* font-family: "Hind", sans-serif; */
    font-weight: 400;
    font-size: 14px;
    margin-top: 12px;
    color: var(--BLACK)
}

.si-modal-addtocart.desctope .si-modal-product .si-title a {
    color: var(--BLACK)
}

.si-modal-addtocart.desctope .si-modal-product .si-title a:hover {
    color: #00ba9b
}

.si-modal-addtocart.desctope .si-modal-product .si-qty {
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    font-size: 14px;
    margin-top: 7px;
    color: var(--BLACK)
}

.si-modal-addtocart.desctope .si-modal-product>*:nth-child(1) {
    margin-top: 0
}

.si-modal-addtocart.desctope .si-product-total {
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    color: var(--BLACK);
    font-size: 14px;
    margin-top: 5px
}

.si-modal-addtocart.desctope .si-product-total .si-price {
    font-size: 16px
}

.si-modal-addtocart.desctope .si-cart-total {
    color: var(--GREY);
    display: inline-block
}

.si-modal-addtocart.desctope .si-cart-total .si-total {
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    color: var(--BLACK);
    margin-top: 11px
}

.si-modal-addtocart.desctope .si-cart-total .si-total .si-price {
    color: #00ba9b;
    font-size: 24px
}

.si-modal-addtocart.desctope [class^="col"] .btn {
    margin-top: 20px
}

.si-modal-addtocart.desctope [class^="col"] .si-cart-total+.btn {
    margin-top: 25px
}

.si-modal-addtocart.desctope [class^="col"]>*:nth-child(1) {
    margin-top: 0
}

.si-modal-addtocart.desctope:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e9e7e7;
    position: absolute;
    left: 50%;
    margin-left: 8px;
    top: 0
}

.si-modal-addtocart.mobile {
    margin-top: 9px
}

.si-modal-addtocart.mobile .si-modal-messages {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 13px
}

.si-modal-addtocart.mobile .si-modal-messages [class^="icon-"] {
    color: #00ba9b
}

.si-modal-addtocart.mobile [class^="btn"] {
    padding-top: 9px;
    padding-bottom: 9px
}

@media(min-width:1025px) {
    .si-modal-addtocart.desctope {
        display: block
    }

    .si-modal-addtocart.mobile {
        display: none
    }
}

@media(max-width:1024px) {
    .si-modal-addtocart.desctope {
        display: none
    }

    .si-modal-addtocart.mobile {
        display: flex;
        flex-direction: column
    }
}

.si-modal-quickview {
    text-align: left
}

@media(max-width:1024px) and (min-width:791px) {
    .si-modal-quickview .si-product-single-info {
        padding-top: 0
    }
}

@media(max-width:575px) {
    .si-modal-quickview .si-product-single-info {
        padding-left: 0;
        padding-right: 0
    }
}

.si-modal-quickview .si-product-single-info .si-title {
    font-weight: 500
}

.modal {
    text-align: center;
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal .modal-dialog {
    display: inline-block;
    vertical-align: middle
}

@media(min-width:576px) {
    .modal .modal-dialog {
        max-width: inherit
    }
}

.modal .modal-header {
    height: 54px;
    position: relative
}

.modal .modal-header .close {
    width: 54px;
    height: 54px;
    top: -2px;
    line-height: 54px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    color: var(--WHITE);
    background: 0;
    border: 0;
    cursor: pointer;
    font-family: "wokiee";
    transition: all .2s linear
}

@media(min-width:1025px) {
    .modal .modal-header .close {
        right: -52px
    }
}

@media(max-width:1024px) {
    .modal .modal-header .close {
        right: -20px
    }
}

.modal .modal-header .close:before {
    content: "\ea0f";
    font-size: 20px;
    line-height: 1
}

.modal .modal-header .close:hover {
    color: #00ba9b
}

.modal .modal-body:not(.no-background) {
    background-color: var(--WHITE);
    border-radius: 6px
}

.modal .modal-body {
    overflow: hidden
}

@media(min-width:1025px) {
    .modal .modal-body {
        padding: 40px
    }
}

@media(max-width:1024px) {
    .modal .modal-body {
        padding: 30px
    }
}

@media(max-width:789px) {
    .modal .modal-body {
        padding: 25px
    }
}

@media(max-width:500px) {
    .modal .modal-body {
        padding: 20px
    }
}

@media(max-width:270px) {
    .modal .modal-body {
        padding: 15px
    }
}

@media(min-width:320px) {
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px
    }
}

.modal-backdrop {
    background: #000
}

.modal-backdrop.show {
    opacity: .5
}

.modal-video {
    width: 1055px
}

@media(max-width:1170px) {
    .modal-video {
        width: 604px
    }
}

@media(max-width:667px) {
    .modal-video {
        width: 461px
    }
}

@media(max-width:507px) {
    .modal-video {
        width: 277px
    }
}

.modal-video-content {
    font-size: 0;
    line-height: 0;
    display: flex
}

.modal-video-content iframe {
    border: 0;
    width: 100%;
    height: 584px;
    max-height: 80vh
}

@media(max-width:1100px) {
    .modal-video-content iframe {
        height: 315px
    }
}

@media(max-width:667px) {
    .modal-video-content iframe {
        height: 239px
    }
}

@media(max-width:507px) {
    .modal-video-content iframe {
        height: 134px
    }
}

.si-modal-newsletter .si-modal-newsletter-promo .si-title-small {
    color: var(--WHITE);
    font-size: 24px;
    line-height: 1.42;
    font-weight: 500;
    letter-spacing: .03em;
    /* font-family: "Hind", sans-serif */
}

.si-modal-newsletter .si-modal-newsletter-promo .si-title-small+.si-title-large {
    margin-top: -5px
}

.si-modal-newsletter .si-modal-newsletter-promo .si-title-large {
    color: #00ba9b;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: .04em;
    /* font-family: "Hind", sans-serif */
}

.si-modal-newsletter .si-modal-newsletter-promo p {
    color: var(--WHITE);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .03em;
    margin-top: 2px;
    /* font-family: "Hind", sans-serif */
}

.si-modal-newsletter .si-modal-newsletter-promo>*:nth-child(1) {
    margin-top: 0
}

.si-modal-newsletter>p {
    margin-top: 14px;
    color: var(--GREY)
}

.si-modal-newsletter .subscribe-form {
    max-width: 390px;
    margin: 25px auto 0
}

.si-modal-newsletter .subscribe-form [class^="btn"] {
    padding-left: 20px;
    padding-right: 20px
}

.si-modal-newsletter .row-social-icon {
    text-align: center;
    margin-top: 24px
}

.si-modal-newsletter .row-social-icon .si-social-icon {
    display: inline-flex
}

.si-modal-newsletter .row-social-icon .si-social-icon li a {
    color: #d8d8d8
}

.si-modal-newsletter .row-social-icon .si-social-icon li a:hover {
    color: #00ba9b
}

.si-modal-newsletter .checkbox-group {
    color: var(--WHITE);
    margin-top: 20px
}

.si-modal-newsletter .checkbox-group label {
    padding-left: 28px;
    color: var(--WHITE)
}

.si-modal-newsletter .checkbox-group label .box {
    border: 0;
    margin-top: 1px
}

.si-modal-newsletter .checkbox-group label .check:before {
    left: 0
}

.si-modal-newsletter .checkbox-group label:hover {
    color: #00ba9b
}

@media(min-width:501px) {
    .si-modal-newsletter .subscribe-form .input-group .btn {
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media(max-width:500px) {
    .si-modal-newsletter .si-modal-newsletter-promo .si-title-small {
        font-size: 20px
    }

    .si-modal-newsletter .si-modal-newsletter-promo .si-title-large {
        font-size: 52px
    }

    .si-modal-newsletter .si-modal-newsletter-promo p {
        font-size: 14px;
        line-height: 22px
    }

    .si-modal-newsletter .subscribe-form .input-group {
        flex-direction: column
    }

    .si-modal-newsletter .subscribe-form .input-group .form-control {
        width: 100%;
        border-radius: 6px
    }

    .si-modal-newsletter [class^="btn"] {
        margin-top: 15px
    }
}

.si-modal-newsletter>*:nth-child(1) {
    margin-top: 0
}

.si-layout-product-info .si-title {
    color: var(--BLACK);
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 6px
}

.si-layout-product-info .si-table-modal-info {
    width: 100%;
    margin-top: 17px
}

.si-layout-product-info .si-table-modal-info thead th {
    color: var(--GREY);
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding: 2px 4px
}

.si-layout-product-info .si-table-modal-info tbody tr:nth-child(odd) {
    background: #f7f8fa
}

.si-layout-product-info .si-table-modal-info tbody td {
    color: var(--GREY);
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding: 4px 4px
}

@media(max-width:789px) {
    .si-table-responsive-md .si-table-modal-info {
        width: 700px
    }
}

@media(min-width:1025px) {
    #modalProductInfo-02 .modal-body {
        padding: 36px 40px 32px 36px
    }
}

.si-layout-product-info-02 {
    text-align: left
}

.si-layout-product-info-02 .si-title {
    color: var(--BLACK);
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 6px;
    letter-spacing: .04em
}

.si-layout-product-info-02 .si-title:not(:first-child) {
    margin-top: 19px
}

.si-layout-product-info-02 p {
    margin-top: 5px
}

.si-layout-product-info-02 .si-title+p {
    margin-top: 0
}

.si-layout-product-info-02 ul:not([class]) {
    list-style: none;
    margin: 0;
    padding: 0
}

.si-layout-product-info-02 ul:not([class])>li {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 11px;
    color: var(--GREY)
}

.si-layout-product-info-02 ul:not([class])>li a {
    color: var(--GREY);
    transition: color .2s linear;
    text-decoration: none
}

.si-layout-product-info-02 ul:not([class])>li a:hover {
    color: #00ba9b
}

.si-layout-product-info-02 ul:not([class])>li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: var(--GREY);
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 1px;
    border-radius: 50%
}

.si-layout-product-info-02 ul:not([class])+ul {
    margin-top: 5px
}

.modal-xs {
    width: 280px
}

.modal-xs .modal-header .close {
    right: -42px;
    top: 10px
}

.modal-xs .modal-body {
    padding: 10px 10px 23px !important
}

.si-modal-subsribe-good {
    color: var(--BLACK);
    font-size: 14px;
    font-weight: 500
}

.si-modal-subsribe-good i {
    font-size: 30px;
    color: #00ba9b;
    position: relative;
    top: 5px;
    margin-right: 1px
}

#ModalVerifyAge .modal-header {
    height: 0
}

#ModalVerifyAge .modal-header .close {
    top: 22px;
    right: 0
}

#ModalVerifyAge .modal-header .close:not(:hover) {
    color: #999
}

#ModalVerifyAge .modal-header .close:before {
    font-size: 14px
}

#ModalVerifyAge .si-modal-verifyage p {
    color: var(--BLACK);
    font-size: 16px;
    font-weight: 500
}

#ModalVerifyAge .si-modal-verifyage .si-title {
    color: #00ba9b;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px
}

#ModalVerifyAge .si-modal-verifyage .row-btn {
    margin-top: 10px
}

#ModalVerifyAge .si-modal-verifyage .row-btn [class^="btn"] {
    margin-top: 10px;
    width: 100px;
    height: 35px
}

#ModalVerifyAge .si-modal-verifyage .row-btn [class^="btn"]:first-child {
    background-color: #0ec482
}

#ModalVerifyAge .si-modal-verifyage .row-btn [class^="btn"]:first-child:hover {
    background-color: var(--BLACK)
}

#ModalVerifyAge .si-modal-verifyage .row-btn [class^="btn"]:not(:first-child) {
    margin-left: 10px;
    background-color: #f8353e
}

#ModalVerifyAge .si-modal-verifyage .row-btn [class^="btn"]:not(:first-child):hover {
    background-color: var(--BLACK)
}

@media(max-width:650px) {
    #ModalVerifyAge .si-modal-verifyage .si-title {
        font-size: 24px
    }

    #ModalVerifyAge .si-modal-verifyage .row-btn {
        margin-top: 5px
    }
}

#ModalMessage .modal-header {
    height: 0
}

#ModalMessage .modal-header .close {
    top: 23px;
    right: 2px;
    width: 27px;
    height: 27px;
    line-height: 1em
}

#ModalMessage .modal-header .close:not(:hover) {
    color: #999
}

#ModalMessage .modal-header .close:before {
    font-size: 14px;
    line-height: 1;
    position: relative;
    top: -3px
}

@media(min-width:515px) {
    #ModalMessage .modal-dialog {
        width: 452px
    }
}

@media(max-width:514px) {
    #ModalMessage .modal-dialog {
        width: 370px
    }
}

@media(max-width:417px) {
    #ModalMessage .modal-dialog {
        width: 320px
    }
}

@media(max-width:370px) {
    #ModalMessage .modal-dialog {
        width: 280px
    }
}

.si-modal-wishlist p {
    color: var(--BLACK);
    font-size: 16px;
    font-weight: 500
}

.si-modal-wishlist .row-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start
}

@media(min-width:418px) {
    .si-modal-wishlist .row-btn {
        margin-left: -15px
    }

    .si-modal-wishlist .row-btn [class^="btn"] {
        margin-top: 15px;
        margin-left: 15px
    }
}

@media(max-width:417px) {
    .si-modal-wishlist .row-btn {
        flex-direction: column
    }

    .si-modal-wishlist .row-btn [class^="btn"] {
        margin-top: 10px;
        width: 100%
    }
}

#ModalDiscount .si-background {
    background: var(--WHITE) url("../images/custom/bg-discount.png") 0 0 no-repeat;
    background-size: 50% auto
}

#ModalDiscount .modal-body {
    padding: 52px 0
}

@media(max-width:650px) {
    #ModalDiscount .modal-body:not(.si-layout-center) {
        background: var(--WHITE)
    }

    #ModalDiscount .modal-body:not(.si-layout-center) [class^="col"] {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(max-width:650px) {
    #ModalDiscount .modal-body {
        padding: 30px 0
    }

    #ModalDiscount .modal-body .si-modal-discount .si-promo-title {
        padding-bottom: 18px
    }

    #ModalDiscount .modal-body .si-modal-discount .si-promo-title .text-01 {
        font-size: 24px;
        line-height: 32px
    }

    #ModalDiscount .modal-body .si-modal-discount .si-promo-title .text-02 {
        margin-top: 8px;
        font-size: 20px;
        line-height: 32px
    }

    #ModalDiscount .modal-body .si-modal-discount .si-promo-title .text-03 {
        font-size: 36px;
        line-height: 32px;
        margin-top: 5px
    }

    #ModalDiscount .modal-body .si-modal-discount p {
        margin-top: 20px
    }
}

#ModalDiscount .si-modal-discount [class^="col"] {
    padding-left: 30px;
    padding-right: 30px
}

#ModalDiscount .si-modal-discount [class^="btn"] {
    width: 100%
}

#ModalDiscount .si-modal-discount .si-promo-title {
    padding-bottom: 51px
}

#ModalDiscount .si-modal-discount .si-promo-title .text-01 {
    color: var(--BLACK);
    font-size: 28px;
    line-height: 34px;
    font-weight: 600
}

#ModalDiscount .si-modal-discount .si-promo-title .text-02 {
    color: var(--BLACK);
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 33px
}

#ModalDiscount .si-modal-discount .si-promo-title .text-03 {
    color: var(--BLACK);
    font-size: 40px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 5px
}

#ModalDiscount .si-modal-discount .si-link-underline {
    color: #00ba9b;
    text-decoration: underline
}

#ModalDiscount .si-modal-discount .si-link-underline:hover {
    text-decoration: none
}

#ModalDiscount .si-modal-discount p {
    margin-top: 34px
}

#ModalDiscount .form-default .form-group {
    margin-bottom: 10px
}

#ModalDiscount .form-default .form-control {
    text-align: center
}

#ModalDiscount .si-background-fullwidth {
    background-size: 100% auto
}

#ModalDiscount .si-layout-center [class^="col"] {
    flex: 0 0 100%;
    max-width: 100%
}

#ModalDiscount .si-layout-center .si-modal-discount .form-group {
    text-align: center
}

#ModalDiscount .si-layout-center .si-modal-discount .form-group .form-control {
    max-width: 300px;
    display: inline-block
}

#ModalDiscount .si-layout-center .si-modal-discount [class^="btn"] {
    max-width: 300px
}

body.modal-newsletter02 .modal-backdrop {
    background: linear-gradient(0, rgba(201, 40, 254, 0.97) 0, rgba(43, 14, 128, 0.97) 100%);
    opacity: 1
}

#Modalnewsletter02 .text-simple-01 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #ffec54;
    margin-top: 35px;
    letter-spacing: -0.02em
}

#Modalnewsletter02 .text-simple-02 {
    font-family: 'Hind';
    font-weight: 700;
    font-size: 100px;
    line-height: 80px;
    color: var(--WHITE);
    margin-top: 12px;
    letter-spacing: -0.05em
}

#Modalnewsletter02 .text-simple-03 {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #ffec54;
    letter-spacing: 0;
    margin-top: 24px
}

#Modalnewsletter02 .btn-popup-simple {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
    height: 70px;
    padding: 4px 37px 4px;
    margin-top: 31px;
    color: var(--WHITE);
    background: #417dfb;
    box-shadow: 7px 10px 14px rgba(36, 41, 83, 0.2)
}

#Modalnewsletter02 .btn-popup-simple:hover {
    color: var(--WHITE);
    background: #39169c;
    box-shadow: unset
}

@media(max-width:1024px) {
    #Modalnewsletter02 .text-simple-01 {
        font-size: 24px;
        line-height: 27px;
        margin-top: 20px
    }

    #Modalnewsletter02 .text-simple-02 {
        font-size: 46px;
        line-height: 43px;
        margin-top: 8px
    }

    #Modalnewsletter02 .text-simple-03 {
        font-size: 21px;
        line-height: 27px;
        margin-top: 13px
    }

    #Modalnewsletter02 .text-simple-04 {
        font-size: 52px;
        line-height: 46px;
        margin-top: 7px
    }

    #Modalnewsletter02 .text-simple-05 {
        font-size: 18px;
        line-height: 20px;
        margin-top: 0
    }

    #Modalnewsletter02 .btn-popup-simple {
        margin-top: 23px;
        height: 99px;
        line-height: 21px;
        font-size: 18px;
        padding: 6px 35px 4px
    }

    #Modalnewsletter02 .btn-popup-simple.btn {
        flex-direction: column
    }

    #Modalnewsletter02 .btn-popup-simple span {
        display: block;
        font-size: 33px;
        padding-bottom: 4px
    }
}

@media(max-width:575px) {
    #Modalnewsletter02 .text-simple-01 {
        font-size: 20px;
        line-height: 23px;
        margin-top: 20px
    }

    #Modalnewsletter02 .text-simple-02 {
        font-size: 39px;
        line-height: 39px;
        margin-top: 8px
    }

    #Modalnewsletter02 .text-simple-03 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 13px
    }

    #Modalnewsletter02 .text-simple-04 {
        font-size: 52px;
        line-height: 46px;
        margin-top: 7px
    }

    #Modalnewsletter02 .text-simple-05 {
        font-size: 18px;
        line-height: 20px;
        margin-top: 0
    }

    #Modalnewsletter02 .btn-popup-simple {
        font-size: 16px
    }

    #Modalnewsletter02 .btn-popup-simple.btn {
        flex-direction: column
    }

    #Modalnewsletter02 .btn-popup-simple span {
        display: block;
        font-size: 30px;
        padding-bottom: 4px
    }
}

@media(min-width:851px) {
    .modal-newslettet03 {
        width: 800px
    }
}

@media(max-width:850px) {
    .modal-newslettet03 {
        width: 420px
    }
}

@media(max-width:500px) {
    .modal-newslettet03 {
        width: 320px
    }
}

@media(max-width:370px) {
    .modal-newslettet03 {
        width: 280px
    }
}

body.modal-newsletter03 .modal-backdrop {
    background: #000;
    opacity: .9
}

#Modalnewsletter03 .modal-header .close:hover {
    color: #ff2879
}

#Modalnewsletter03 .modal3__text01 {
    color: var(--WHITE);
    font-weight: 500;
    font-size: 20px;
    line-height: 21px
}

#Modalnewsletter03 .modal3__text02 {
    color: var(--WHITE);
    font-size: 182px;
    line-height: 138px;
    font-family: 'Bangers', cursive;
    margin-top: 26px
}

#Modalnewsletter03 .modal3__text03 {
    color: var(--WHITE);
    font-weight: 600;
    font-size: 40px;
    line-height: 36px;
    margin-top: 18px
}

#Modalnewsletter03 .modal3__text04 {
    color: #ff2879;
    font-weight: bold;
    font-size: 83px;
    line-height: 76px;
    margin-top: 28px
}

#Modalnewsletter03 .modal3__text05 {
    color: #ff2879;
    font-size: 30px;
    line-height: 29px
}

#Modalnewsletter03 .btn-popup-simple {
    background: #ff2879;
    margin-top: 33px;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 16px
}

#Modalnewsletter03 .btn-popup-simple:hover {
    background: #b60f4e
}

@media(max-width:1024px) {
    #Modalnewsletter03 .modal3__text02 {
        font-size: 132px;
        line-height: 105px
    }

    #Modalnewsletter03 .modal3__text03 {
        font-size: 36px;
        line-height: 36px
    }

    #Modalnewsletter03 .modal3__text04 {
        font-size: 65px;
        line-height: 70px;
        margin-top: 15px
    }

    #Modalnewsletter03 .modal3__text05 {
        font-size: 27px;
        line-height: 26px
    }

    #Modalnewsletter03 .btn-popup-simple {
        margin-top: 30px
    }
}

@media(max-width:575px) {
    #Modalnewsletter03 .modal3__text02 {
        font-size: 116px;
        line-height: 90px;
        margin-top: 17px
    }

    #Modalnewsletter03 .modal3__text03 {
        font-size: 26px;
        line-height: 36px;
        margin-top: -2px
    }

    #Modalnewsletter03 .modal3__text04 {
        font-size: 52px;
        line-height: 46px;
        margin-top: 7px
    }

    #Modalnewsletter03 .modal3__text05 {
        font-size: 18px;
        line-height: 20px
    }

    #Modalnewsletter03 .btn-popup-simple {
        margin-top: 30px;
        font-size: 26px;
        padding-left: 40px;
        padding-right: 40px;
        height: 70px
    }
}

@media(min-width:851px) {
    .modal-newslettet04 {
        width: 800px
    }
}

@media(max-width:850px) {
    .modal-newslettet04 {
        width: 420px
    }
}

@media(max-width:500px) {
    .modal-newslettet04 {
        width: 320px
    }
}

@media(max-width:370px) {
    .modal-newslettet04 {
        width: 280px
    }
}

body.modal-newsletter04 .modal-backdrop {
    background: linear-gradient(0, #00ba9b 0, #c928fe 100%);
    opacity: 1
}

#Modalnewsletter04 .modal-header .close:hover {
    color: #fff502
}

#Modalnewsletter04 .modal4__text01 {
    color: var(--WHITE);
    font-weight: 600;
    font-size: 30px;
    line-height: 29px
}

#Modalnewsletter04 .modal4__text02 {
    font-size: 86px;
    line-height: 94px;
    color: #fff502;
    text-shadow: 10px 10px 0 var(--BLACK);
    font-family: 'Press Start 2P', cursive;
    margin-top: 30px
}

#Modalnewsletter04 .modal4__text03 {
    font-size: 83px;
    line-height: 76px;
    color: var(--WHITE);
    font-weight: bold;
    margin-top: 23px
}

#Modalnewsletter04 .modal4__text04 {
    font-size: 30px;
    line-height: 29px;
    color: var(--WHITE)
}

#Modalnewsletter04 .btn-popup-simple {
    background: var(--BLACK);
    margin-top: 31px;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 16px
}

#Modalnewsletter04 .btn-popup-simple:hover {
    background: #fff502;
    color: var(--BLACK)
}

@media(max-width:1024px) {
    #Modalnewsletter04 .modal4__text01 {
        font-size: 25px;
        line-height: 24px
    }

    #Modalnewsletter04 .modal4__text02 {
        font-size: 66px;
        line-height: 74px
    }

    #Modalnewsletter04 .modal4__text03 {
        font-size: 63px;
        line-height: 56px
    }

    #Modalnewsletter04 .modal4__text04 {
        font-size: 20px;
        line-height: 19px;
        margin-top: 2px
    }
}

@media(max-width:575px) {
    #Modalnewsletter04 .modal4__text01 {
        font-size: 16px;
        line-height: 18px
    }

    #Modalnewsletter04 .modal4__text02 {
        font-size: 42px;
        line-height: 47px;
        text-shadow: 4px 4px 0 var(--BLACK);
        margin-top: 12px
    }

    #Modalnewsletter04 .modal4__text03 {
        font-size: 41px;
        line-height: 36px;
        margin-top: 12px
    }

    #Modalnewsletter04 .modal4__text04 {
        font-size: 16px;
        line-height: 18px;
        margin-top: 2px
    }

    #Modalnewsletter04 .btn-popup-simple {
        margin-top: 38px;
        font-size: 26px;
        padding-left: 40px;
        padding-right: 40px;
        height: 70px
    }
}

@media(min-width:851px) {
    .modal-newslettet05 {
        width: 800px
    }
}

@media(max-width:850px) {
    .modal-newslettet05 {
        width: 420px
    }
}

@media(max-width:500px) {
    .modal-newslettet05 {
        width: 320px
    }
}

@media(max-width:370px) {
    .modal-newslettet05 {
        width: 280px
    }
}

body.modal-newsletter05 .modal-backdrop {
    background-color: #f00432;
    opacity: .9
}

#Modalnewsletter05 {
    background-repeat: repeat-x
}

#Modalnewsletter05 .newsletter05_img {
    position: absolute;
    top: 10%;
    left: 0
}

#Modalnewsletter05 .modal-header .close:hover {
    color: var(--BLACK)
}

#Modalnewsletter05 .modal5__text01 {
    color: var(--WHITE);
    font-weight: 500;
    font-size: 24px;
    line-height: 33px
}

#Modalnewsletter05 .modal5__text02 {
    color: var(--WHITE);
    font-size: 124px;
    line-height: 116px;
    font-family: 'Knewave', cursive;
    margin-top: 20px
}

#Modalnewsletter05 .modal5__text03 {
    color: var(--WHITE);
    font-weight: 500;
    font-size: 83px;
    line-height: 76px;
    margin-top: 37px
}

#Modalnewsletter05 .modal5__text04 {
    color: var(--WHITE);
    font-size: 32px;
    line-height: 29px;
    margin-top: 2px
}

#Modalnewsletter05 .btn-popup-simple {
    background: #1aba66;
    margin-top: 40px;
    padding-left: 87px;
    padding-right: 87px;
    font-size: 16px;
    height: 60px
}

#Modalnewsletter05 .btn-popup-simple:hover {
    background: #079651;
    color: var(--WHITE)
}

@media(max-width:1300px) {
    #Modalnewsletter05 .newsletter05_img {
        display: none
    }
}

@media(max-width:1024px) {
    #Modalnewsletter05 .modal5__text01 {
        font-size: 25px;
        line-height: 24px
    }

    #Modalnewsletter05 .modal5__text02 {
        font-size: 75px;
        line-height: 83px
    }

    #Modalnewsletter05 .modal5__text03 {
        font-size: 63px;
        line-height: 56px
    }

    #Modalnewsletter05 .modal5__text04 {
        font-size: 20px;
        line-height: 19px;
        margin-top: 2px
    }
}

@media(max-width:575px) {
    #Modalnewsletter05 .modal5__text01 {
        font-size: 14px;
        line-height: 23px
    }

    #Modalnewsletter05 .modal5__text02 {
        font-size: 64px;
        line-height: 60px;
        margin-top: 2px
    }

    #Modalnewsletter05 .modal5__text03 {
        font-size: 44px;
        line-height: 36px;
        margin-top: 22px
    }

    #Modalnewsletter05 .modal5__text04 {
        font-size: 17px;
        line-height: 29px;
        margin-top: 2px
    }

    #Modalnewsletter05 .btn-popup-simple {
        margin-top: 38px;
        font-size: 26px;
        padding-left: 40px;
        padding-right: 40px;
        height: 70px
    }
}

@media(max-width:480px) {
    #Modalnewsletter05 .modal5__text02 {
        font-size: 60px;
        line-height: 56px
    }
}

.content-indent:not(:first-child) {
    margin-top: 52px
}

.si-filters-options {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center
}

.si-filters-options .si-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .02em;
    flex: 1 1 auto
}

.si-filters-options .si-btn-toggle {
    display: none
}

.si-filters-options .si-btn-toggle a {
    transition: color .2s linear;
    font-weight: 500;
    letter-spacing: -0.02em;
    display: inline-block;
    position: relative;
    top: -2px;
    /* font-family: "Hind", sans-serif */
}

.si-filters-options .si-btn-toggle a:before {
    content: '\e9b9';
    font-family: "wokiee";
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 7px;
    font-weight: normal;
    transition: color .2s linear
}

.si-filters-options .si-btn-toggle a:hover {
    color: var(--BLACK)
}

.si-filters-options .si-btn-toggle a:hover:before {
    color: var(--BLACK)
}

@media(min-width:1025px) {
    .si-filters-options .si-btn-toggle a {
        font-size: 14px
    }
}

@media(max-width:1024px) {
    .si-filters-options .si-btn-toggle a {
        font-size: 13px
    }
}

.si-filters-options .si-sort {
    margin-top: -1px
}

.si-filters-options .si-sort select {
    border-color: transparent;
    outline: 0;
    border: 0;
    background: transparent;
    color: var(--GREY);
    cursor: pointer;
    transition: color .2s linear
}

.si-filters-options .si-sort select:hover {
    color: var(--BLACK)
}

.si-filters-options .si-sort select:not(:first-child) {
    margin-left: 10px
}

.si-filters-options .si-quantity {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin-right: -2px;
    margin-left: 3px;
    margin-top: -1px
}

.si-filters-options .si-quantity a:not(.last-child) {
    margin-left: 10px
}

.si-filters-options .si-quantity a:not(.si-show):not(.si-show-siblings) {
    display: none
}

.si-filters-options .si-quantity>a,
.si-filters-options .si-quantity>a:active,
.si-filters-options .si-quantity>a:focus {
    font-family: "wokiee";
    color: var(--BLACK);
    opacity: .15;
    transition: opacity .2s linear
}

.si-filters-options .si-quantity>a.si-col-one,
.si-filters-options .si-quantity>a.si-col-two,
.si-filters-options .si-quantity>a.si-col-three {
    font-size: 20px
}

.si-filters-options .si-quantity>a.si-col-four,
.si-filters-options .si-quantity>a.si-col-six {
    font-size: 23px
}

.si-filters-options .si-quantity>a.active,
.si-filters-options .si-quantity>a:hover {
    opacity: 1
}

.si-filters-options .si-quantity .si-col-one:before {
    content: '\ea4b'
}

.si-filters-options .si-quantity .si-col-two:before {
    content: '\ea5e'
}

.si-filters-options .si-quantity .si-col-three:before {
    content: '\ea30'
}

.si-filters-options .si-quantity .si-col-four:before {
    content: '\ea31'
}

.si-filters-options .si-quantity .si-col-six:before {
    content: '\ea61'
}

@media(max-width:1024px) {
    .si-filters-options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center
    }

    .si-filters-options .si-title {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        padding-bottom: 16px
    }

    .si-filters-options .si-btn-toggle {
        display: inline-block;
        flex: 1 1 auto
    }
}

@media(min-width:1025px) {
    .desctop-no-sidebar.si-filters-options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: center;
        align-items: center
    }

    .desctop-no-sidebar.si-filters-options .si-title {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        padding-bottom: 20px
    }

    .desctop-no-sidebar.si-filters-options .si-btn-toggle {
        display: inline-block;
        flex: 1 1 auto
    }
}

@media(min-width:1025px) {
    .si-filters-options+.si-product-listing {
        margin-top: 15px
    }
}

@media(max-width:1024px) and (min-width:576px) {
    .si-filters-options+.si-product-listing {
        margin-top: -13px
    }
}

@media(max-width:575px) {
    .si-filters-options+.si-product-listing {
        margin-top: -2px
    }
}

.si-product-listing {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.si-product-listing>.si-col-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media(min-width:1025px) {
    .si-product-listing>.si-col-item {
        margin-top: 28px
    }
}

@media(max-width:1024px) and (min-width:576px) {
    .si-product-listing>.si-col-item {
        margin-top: 40px
    }
}

@media(max-width:575px) {
    .si-product-listing>.si-col-item {
        margin-top: 30px
    }
}

.si-product-listing:not(:only-child) {
    justify-content: left
}

.si-product-listing.si-col-one>.si-col-item {
    flex: 0 0 100%;
    max-width: 100%
}

.si-product-listing.si-col-two>.si-col-item {
    flex: 0 0 50%;
    max-width: 50%
}

.si-product-listing.si-col-three>.si-col-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.si-product-listing.si-col-four>.si-col-item {
    flex: 0 0 25%;
    max-width: 25%
}

.si-product-listing.si-col-six>.si-col-item {
    flex: 0 0 16.666%;
    max-width: 16.666%
}

.si_product_showmore {
    margin-top: 28px
}

.si_product_showmore .si_item_all_js {
    margin-top: 18px;
    display: none
}

.si_product_showmore .si_item_all_js.is-visibility {
    display: block
}

@media(max-width:360px) {
    .si_product_showmore [class^="btn"] {
        width: 100%
    }
}

body.no-scroll:not(.touch-device),
html.win.ie body.no-scroll {
    padding-right: 17px
}

body.no-scroll {
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 0
}

.modal-filter {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: block;
    opacity: 0;
    transition: background .2s linear
}

.si-btn-col-close {
    display: none;
    text-decoration: none;
    position: relative;
    width: 286px;
    left: -150%;
    top: 0;
    z-index: 13;
    transition: left .2s linear
}

.si-btn-col-close a {
    display: block;
    position: relative;
    padding: 15px 14px 13px 28px;
    font-size: 14px;
    text-align: left;
    background: transparent;
    transition: color .2s linear
}

.si-btn-col-close a:before {
    content: "\e9b3";
    position: relative;
    font-size: 14px;
    line-height: 1;
    font-family: "wokiee";
    margin: 0 5px 0 0;
    transition: color .2s linear
}

@media(min-width:1025px) {
    .si-btn-col-close {
        background: var(--WHITE);
        background: linear-gradient(to top, rgba(255, 255, 255, 0), white 20%)
    }

    .si-btn-col-close a {
        color: var(--BLACK);
        /* font-family: "Hind", sans-serif; */
        font-weight: 500;
        text-transform: uppercase;
        padding: 22px 14px 20px 28px
    }

    .si-btn-col-close a:before {
        font-size: 20px;
        top: 4px;
        font-weight: normal;
        letter-spacing: .04em;
        color: var(--BLACK)
    }

    .si-btn-col-close a:hover {
        color: #00ba9b
    }

    .si-btn-col-close a:hover:before {
        color: var(--BLACK)
    }
}

@media(max-width:1024px) {
    .si-btn-col-close {
        background: var(--WHITE);
        border-bottom: 1px solid #e9e7e7
    }

    .si-btn-col-close a {
        color: var(--GREY)
    }

    .si-btn-col-close a:before {
        top: 1px;
        color: var(--BLACK)
    }

    .si-btn-col-close a:hover {
        color: #00ba9b
    }

    .si-btn-col-close a:hover:before {
        color: var(--BLACK)
    }

    .si-btn-col-close a:after {
        content: '';
        position: absolute;
        bottom: -11px;
        width: 100%;
        height: 10px;
        left: 0;
        background: linear-gradient(to top, rgba(255, 255, 255, 0), white 60%)
    }
}

@media(max-width:1024px) {
    .aside.leftColumn {
        position: fixed;
        display: block;
        margin: 0;
        background: var(--WHITE);
        z-index: 14;
        top: 0;
        left: -150%;
        height: 100%;
        width: 100%;
        max-width: inherit;
        text-align: left;
        transition: left .2s linear
    }

    .aside.leftColumn .si-btn-col-close {
        display: block
    }
}

@media(min-width:1025px) {
    .aside.leftColumn:not(.desctop-no-sidebar) .si-filter-detach-option {
        display: none
    }
}

@media(min-width:1025px) {
    .aside.leftColumn.desctop-no-sidebar {
        position: fixed;
        display: block;
        margin: 0;
        background: var(--WHITE);
        z-index: 14;
        top: 0;
        left: -150%;
        height: 100%;
        width: 287px;
        max-width: inherit;
        text-align: left;
        overflow-x: hidden;
        transition: left .2s linear
    }

    .aside.leftColumn.desctop-no-sidebar .si-btn-col-close {
        display: block
    }

    .aside.leftColumn.desctop-no-sidebar .si-btn-col-close+.si-collapse {
        margin-top: 46px
    }
}

.aside.leftColumn.column-open {
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 20px
}

.aside.leftColumn.column-open .si-btn-col-close {
    left: 0;
    position: fixed
}

html.ie .aside.leftColumn.desctop-no-sidebar,
html.ie .aside.leftColumn,
html.ie .si-btn-col-close {
    transition: left 0s linear
}

.si-collapse {
    position: relative
}

.si-collapse .si-collapse-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding: 0 20px 13px 0;
    cursor: pointer;
    color: var(--BLACK);
    border-bottom: 1px solid #e9e7e7;
    transition: color .2s linear
}

.si-collapse .si-collapse-title:after {
    position: absolute;
    display: block;
    top: 7px;
    right: -2px;
    font-family: "wokiee";
    font-size: 10px;
    content: "\e9b1";
    line-height: 1;
    font-weight: normal;
    color: var(--BLACK)
}

.si-collapse .si-collapse-title:hover {
    color: #00ba9b
}

.si-collapse .si-collapse-title:hover:after {
    color: var(--BLACK)
}

.si-collapse .si-collapse-title+.si-collapse-content {
    margin-top: 20px
}

.si-collapse .si-collapse-title+.si-collapse-content .si-list-row {
    margin-top: -8px
}

.si-collapse .si-collapse-title+.si-collapse-content .si-filter-list {
    margin-top: -7px
}

.si-collapse .si-collapse-title+.si-collapse-content .si-list-inline,
.si-collapse .si-collapse-title+.si-collapse-content .si-aside {
    margin-top: -4px
}

@media(min-width:1025px) {
    .column-open .si-collapse.hide~div {
        margin-top: 46px
    }
}

@media(max-width:1024px) {
    .column-open .si-collapse.hide~div {
        margin-top: 32px
    }
}

.open.si-collapse>.si-collapse-title:after {
    content: "\e9b2"
}

.si-collapse:not(:last-child) {
    margin-bottom: 33px
}

.si-btn-col-close+.si-collapse {
    margin-top: 32px
}

@media(min-width:1025px) {
    .column-open .si-btn-col-close+.si-collapse {
        margin-top: 20px
    }
}

.si-filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -3px
}

.si-filter-list li {
    position: relative
}

.si-filter-list li a {
    display: block;
    padding: 3px 0 3px 20px;
    letter-spacing: .01em;
    color: var(--GREY);
    transition: color .2s linear
}

.si-filter-list li a:before {
    content: "\e9b3";
    position: absolute;
    left: -1px;
    top: 7px;
    font-size: 12px;
    line-height: 1;
    font-family: "wokiee";
    color: var(--BLACK)
}

.si-filter-list li a:hover:before {
    color: var(--BLACK)
}

.si-filter-list+.btn-link-02 {
    margin-top: 6px
}

.leftColumn .si-list-row li a,
.rightColumn .si-list-row li a {
    display: block
}

.si-list-row {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -2px
}

.si-list-row li a {
    text-transform: capitalize;
    color: var(--GREY);
    padding: 5px 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .01em;
    transition: color .2s linear
}

.si-list-row li:last-child a {
    padding-bottom: 0
}

.si-list-row+[class^="btn"] {
    margin-top: 5px
}

.si-aside .si-item:not(:first-child) {
    margin-top: 16px
}

.si-aside .si-item {
    display: flex;
    flex-wrap: wrap
}

.si-aside .si-item .si-img {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-top: 4px;
    position: relative
}

.si-aside .si-item .si-img img {
    max-width: 100%;
    height: auto
}

.si-aside .si-item .si-img .si-img-default {
    transition: opacity .3s ease-out;
    overflow: hidden;
    top: 0;
    left: 0
}

.si-aside .si-item .si-img .si-img-roll-over {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    transition: opacity .3s ease-out
}

.si-aside .si-item .si-img+.si-content {
    flex: 0 0 50%;
    max-width: 50%
}

.si-aside .si-item .si-content .si-title {
    font-size: 14px;
    font-weight: normal;
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    transition: color .2s linear
}

.si-aside .si-item .si-content .si-price {
    color: var(--BLACK);
    font-size: 16px;
    font-weight: 500
}

.si-aside .si-item .si-content .si-price .sale-price {
    color: #f8353e;
    margin-right: 4px
}

.si-aside .si-item .si-content .si-price .old-price {
    color: var(--BLACK);
    text-decoration: line-through
}

.si-aside .si-item:hover .si-img-default+.si-roll-over {
    opacity: 0
}

.si-aside .si-item:hover .si-img-roll-over,
.si-aside .si-item:hover [class^="si-img"]:last-child {
    opacity: 1
}

.si-filter-detach-option .filters-mobile .filters-row-select:not(:first-child) {
    margin-top: 20px
}

.si-filter-detach-option .filters-mobile .filters-row-select select {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    border-color: transparent;
    outline: 0;
    border: 0;
    background: #f7f8fa;
    color: var(--GREY);
    cursor: pointer;
    padding: 9px 5px 12px 9px;
    letter-spacing: .01em;
    transition: color .2s linear
}

.si-filter-detach-option .filters-mobile .filters-row-select select:hover {
    color: var(--BLACK)
}

.si-filter-detach-option .filters-mobile .filters-row-select select:not(:first-child) {
    margin-top: 20px
}

@media(min-width:1025px) {
    .si-filters-options+.si-product-listing-masonry {
        margin-top: 28px
    }
}

@media(max-width:1024px) {
    .si-filters-options+.si-product-listing-masonry {
        margin-top: -4px
    }
}

@media(max-width:575px) {
    .si-filters-options+.si-product-listing-masonry {
        margin-top: 8px
    }
}

.si-product-listing-masonry .si-product-init {
    margin: -10px -10px
}

.si-product-listing-masonry .grid:after {
    content: '';
    display: block;
    clear: both
}

.si-product-listing-masonry .element-item {
    position: relative;
    float: left
}

@media(min-width:1025px) {
    .si-product-listing-masonry .element-item {
        width: 25%;
        padding: 10px
    }

    .si-product-listing-masonry .element-item.double-size {
        width: 50%
    }
}

@media(max-width:1024px) {
    .si-product-listing-masonry {
        margin-top: -40px
    }

    .si-product-listing-masonry .element-item {
        width: 33.333%;
        margin-top: 40px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:789px) {
    .si-product-listing-masonry .element-item {
        width: 50%
    }
}

@media(max-width:575px) {
    .si-product-listing-masonry {
        margin-top: -30px
    }

    .si-product-listing-masonry .element-item {
        margin-top: 30px
    }
}

.si-product-listing.si-row-view>.si-col-item {
    flex: 0 0 100%;
    max-width: 100%
}

.si-grid-switch {
    color: var(--BLACK);
    font-size: 20px;
    margin-left: 10px;
    margin-top: -1px;
    text-decoration: none;
    opacity: .15;
    transition: color .2s linear
}

.si-grid-switch:hover,
.si-grid-switch.active {
    color: var(--BLACK);
    opacity: 1
}

.si-quantity.si-disabled a.active {
    opacity: .3
}

.si-product.si-view,
.si-product-design02.si-view {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

.si-product.si-view .si-image-box,
.si-product-design02.si-view .si-image-box {
    position: relative;
    width: 40%
}

.si-product.si-view .si-image-box img,
.si-product-design02.si-view .si-image-box img {
    width: 100%;
    height: auto
}

.si-product.si-view .si-image-box .si-btn-quickview,
.si-product-design02.si-view .si-image-box .si-btn-quickview {
    display: none
}

.si-product.si-view .si-image-box .si-img,
.si-product-design02.si-view .si-image-box .si-img {
    transition: opacity .3s ease-out;
    overflow: hidden;
    top: 0;
    left: 0
}

.si-product.si-view .si-image-box .si-img-roll-over,
.si-product-design02.si-view .si-image-box .si-img-roll-over {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    transition: opacity .3s ease-out
}

.si-product.si-view .si-image-box .si-label-location,
.si-product-design02.si-view .si-image-box .si-label-location {
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start
}

.si-product.si-view .si-image-box .si-label-location [class^="si-label-"],
.si-product-design02.si-view .si-image-box .si-label-location [class^="si-label-"] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: var(--WHITE);
    font-weight: 500;
    padding: 2px 4px
}

.si-product.si-view .si-image-box .si-label-location .si-label-sale,
.si-product-design02.si-view .si-image-box .si-label-location .si-label-sale {
    background: #f8353e;
    color: var(--WHITE)
}

.si-product.si-view .si-image-box .si-label-location .si-label-our-fatured,
.si-product-design02.si-view .si-image-box .si-label-location .si-label-our-fatured {
    background: #fdbc20;
    color: var(--WHITE)
}

.si-product.si-view .si-image-box .si-label-location .si-label-our-stock,
.si-product-design02.si-view .si-image-box .si-label-location .si-label-our-stock {
    background: var(--BLACK);
    color: var(--WHITE)
}

.si-product.si-view .si-description,
.si-product-design02.si-view .si-description {
    width: 60%;
    position: relative;
    z-index: 2
}

@media(min-width:421px) {

    .si-product.si-view .si-description,
    .si-product-design02.si-view .si-description {
        padding-left: 30px
    }
}

@media(max-width:420px) {

    .si-product.si-view .si-description,
    .si-product-design02.si-view .si-description {
        padding-left: 20px
    }
}

.si-product.si-view .si-description .si-row,
.si-product-design02.si-view .si-description .si-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.si-product.si-view .si-description .si-row>*:nth-child(1),
.si-product-design02.si-view .si-description .si-row>*:nth-child(1) {
    flex: 1 1 auto
}

@media(max-width:420px) {

    .si-product.si-view .si-description .si-row,
    .si-product-design02.si-view .si-description .si-row {
        flex-direction: column;
        padding-bottom: 3px
    }

    .si-product.si-view .si-description .si-row .si-rating:not(:first-child),
    .si-product-design02.si-view .si-description .si-row .si-rating:not(:first-child) {
        margin-top: 3px
    }
}

.si-product.si-view .si-description .si-add-info,
.si-product-design02.si-view .si-description .si-add-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.si-product.si-view .si-description .si-add-info li,
.si-product-design02.si-view .si-description .si-add-info li {
    font-size: 12px;
    line-height: 19px;
    color: #999
}

.si-product.si-view .si-description .si-add-info li a,
.si-product-design02.si-view .si-description .si-add-info li a {
    color: #999;
    transition: color .2s linear
}

.si-product.si-view .si-description .si-title,
.si-product-design02.si-view .si-description .si-title {
    /* font-family: "Hind", sans-serif; */
    font-size: 14px;
    font-weight: 400;
    color: var(--BLACK)
}

.si-product.si-view .si-description .si-title a,
.si-product-design02.si-view .si-description .si-title a {
    color: var(--BLACK)
}

.si-product.si-view .si-description .si-price,
.si-product-design02.si-view .si-description .si-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--BLACK);
    margin-top: 3px
}

.si-product.si-view .si-description .si-price .new-price,
.si-product-design02.si-view .si-description .si-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.si-product.si-view .si-description .si-price .old-price,
.si-product-design02.si-view .si-description .si-price .old-price {
    color: var(--BLACK);
    text-decoration: line-through
}

.si-product.si-view .si-description .si-price .old-price .money,
.si-product-design02.si-view .si-description .si-price .old-price .money {
    text-decoration: line-through
}

.si-product.si-view .si-description .si-price span,
.si-product-design02.si-view .si-description .si-price span {
    display: inline-block
}

.si-product.si-view .si-description .si-option-block,
.si-product-design02.si-view .si-description .si-option-block {
    margin-top: 15px
}

.si-product.si-view .si-description .si-option-block>[class^="si-options-"]:not(:first-child),
.si-product-design02.si-view .si-description .si-option-block>[class^="si-options-"]:not(:first-child) {
    margin-top: 3px
}

.si-product.si-view .si-description .si-option-block>[class^="si-options-"],
.si-product-design02.si-view .si-description .si-option-block>[class^="si-options-"] {
    width: 100%
}

.si-product.si-view .si-description .si-product-inside-hover,
.si-product-design02.si-view .si-description .si-product-inside-hover {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start
}

.si-product.si-view .si-description .si-btn-addtocart,
.si-product-design02.si-view .si-description .si-btn-addtocart {
    line-height: 1;
    font-weight: 500;
    /* font-family: "Hind", sans-serif; */
    display: inline-block;
    position: relative;
    letter-spacing: .04em;
    font-size: 14px;
    margin-top: 2px;
    transition: color .2s linear
}

.si-product.si-view .si-description .si-btn-addtocart:before,
.si-product-design02.si-view .si-description .si-btn-addtocart:before {
    content: '\e9ed';
    font-family: "wokiee";
    font-size: 20px;
    top: 3px;
    margin-right: 6px;
    font-weight: normal;
    position: relative;
    transition: color .2s linear
}

.si-product.si-view .si-description .si-btn-addtocart:hover,
.si-product-design02.si-view .si-description .si-btn-addtocart:hover {
    color: var(--BLACK)
}

.si-product.si-view .si-description .si-btn-addtocart:hover:before,
.si-product-design02.si-view .si-description .si-btn-addtocart:hover:before {
    color: var(--BLACK)
}

.si-product.si-view .si-description .si-btn-quickview,
.si-product-design02.si-view .si-description .si-btn-quickview {
    font-size: 20px;
    line-height: 1;
    padding: 4px 6px 4px 6px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 4px;
    color: var(--BLACK);
    transition: color .2s linear;
    display: inline-block;
    position: relative
}

.si-product.si-view .si-description .si-btn-quickview:before,
.si-product-design02.si-view .si-description .si-btn-quickview:before {
    content: '\e9a8';
    font-family: "wokiee"
}

.si-product.si-view .si-description .si-btn-wishlist,
.si-product-design02.si-view .si-description .si-btn-wishlist {
    font-size: 16px;
    line-height: 1;
    padding: 4px 6px 4px 6px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 4px;
    color: var(--BLACK);
    transition: color .2s linear;
    display: inline-block;
    position: relative
}

.si-product.si-view .si-description .si-btn-wishlist:before,
.si-product-design02.si-view .si-description .si-btn-wishlist:before {
    content: '\eb16';
    font-family: "wokiee"
}

.si-product.si-view .si-description .si-btn-compare,
.si-product-design02.si-view .si-description .si-btn-compare {
    font-size: 16px;
    line-height: 1;
    padding: 4px 6px 4px 6px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 4px;
    color: var(--BLACK);
    transition: color .2s linear;
    display: inline-block;
    position: relative
}

.si-product.si-view .si-description .si-btn-compare:before,
.si-product-design02.si-view .si-description .si-btn-compare:before {
    content: '\eb18';
    font-family: "wokiee"
}

@media(max-width:370px) {

    .si-product.si-view .si-description .si-btn-quickview,
    .si-product.si-view .si-description .si-btn-wishlist,
    .si-product.si-view .si-description .si-btn-compare,
    .si-product-design02.si-view .si-description .si-btn-quickview,
    .si-product-design02.si-view .si-description .si-btn-wishlist,
    .si-product-design02.si-view .si-description .si-btn-compare {
        margin-left: 3px;
        margin-right: 3px
    }
}

.si-product.si-view .si-description .si-row-btn,
.si-product-design02.si-view .si-description .si-row-btn {
    margin-top: 12px
}

.si-product.si-view .si-description .si-row-btn:not(:first-child) [class^="si-btn"]:first-child,
.si-product-design02.si-view .si-description .si-row-btn:not(:first-child) [class^="si-btn"]:first-child {
    margin-left: 0;
    padding-left: 0
}

.si-product.si-view .si-description>*:nth-child(1),
.si-product-design02.si-view .si-description>*:nth-child(1) {
    margin-top: 0
}

.si-product.si-view .si-description>*:nth-child(1).si-row,
.si-product.si-view .si-description>*:nth-child(1).si-row,
.si-product.si-view .si-description>*:nth-child(1).si-title,
.si-product.si-view .si-description>*:nth-child(1).si-text-info,
.si-product-design02.si-view .si-description>*:nth-child(1).si-row,
.si-product-design02.si-view .si-description>*:nth-child(1).si-row,
.si-product-design02.si-view .si-description>*:nth-child(1).si-title,
.si-product-design02.si-view .si-description>*:nth-child(1).si-text-info {
    margin-top: -4px
}

.si-product.si-view .si-image-box:hover .si-img-roll-over+.si-img,
.si-product-design02.si-view .si-image-box:hover .si-img-roll-over+.si-img {
    opacity: 0
}

.si-product.si-view .si-image-box:hover .si-img-roll-over,
.si-product.si-view .si-image-box:hover [class^="si-img"]:last-child,
.si-product-design02.si-view .si-image-box:hover .si-img-roll-over,
.si-product-design02.si-view .si-image-box:hover [class^="si-img"]:last-child {
    opacity: 1
}

@media(min-width:1025px) {
    .si-product:not(.si-view).thumbprod-center {
        text-align: center
    }

    .si-product:not(.si-view).thumbprod-center .si-description .si-row {
        flex-direction: column;
        flex-wrap: wrap
    }

    .si-product:not(.si-view).thumbprod-center .si-description .si-row .si-add-info {
        width: 100%
    }

    .si-product:not(.si-view).thumbprod-center .si-description .si-rating {
        width: 100%;
        display: block;
        text-align: center
    }

    .si-product:not(.si-view).thumbprod-center .si-description .si-price {
        display: block
    }

    .si-product:not(.si-view).thumbprod-center .si-description .si-options-swatch {
        justify-content: center
    }

    .si-product:not(.si-view).thumbprod-center .si-description .si-product-inside-hover {
        display: block;
        text-align: center
    }
}

@media(max-width:1024px) {
    .si-product:not(.si-view).thumbprod-center {
        text-align: center
    }

    .si-product:not(.si-view).thumbprod-center .si-description .si-row {
        flex-direction: column;
        flex-wrap: wrap
    }

    .si-product:not(.si-view).thumbprod-center .si-description .si-row .si-add-info {
        width: 100%
    }

    .si-product:not(.si-view).thumbprod-center .si-description .si-rating {
        width: 100%;
        display: block;
        text-align: center
    }

    .si-product:not(.si-view).thumbprod-center .si-description .si-price {
        display: block
    }

    .si-product:not(.si-view).thumbprod-center .si-description .si-options-swatch {
        justify-content: center
    }
}

@media(min-width:1025px) {
    .si-product:not(.si-view) {
        overflow: hidden
    }

    .si-product:not(.si-view) .si-image-box {
        position: relative
    }

    .si-product:not(.si-view) .si-image-box .si-btn-quickview {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        background: var(--WHITE);
        color: var(--BLACK);
        width: 46px;
        height: 46px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        border-radius: 50%;
        opacity: 0;
        transition: all .2s linear;
        z-index: 6
    }

    .si-product:not(.si-view) .si-image-box .si-btn-quickview:before {
        content: '\e9a8';
        font-family: "wokiee";
        font-size: 20px;
        line-height: 1;
        margin-top: -2px
    }

    .si-product:not(.si-view) .si-image-box .si-btn-wishlist {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        background: var(--WHITE);
        color: var(--BLACK);
        width: 46px;
        height: 46px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        border-radius: 50%;
        opacity: 0;
        transition: all .2s linear;
        z-index: 6
    }

    .si-product:not(.si-view) .si-image-box .si-btn-wishlist:before {
        content: '\eb16';
        font-family: "wokiee";
        font-size: 16px;
        line-height: 1;
        margin-top: 1px
    }

    .si-product:not(.si-view) .si-image-box .si-btn-compare {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        background: var(--WHITE);
        color: var(--BLACK);
        width: 46px;
        height: 46px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        border-radius: 50%;
        opacity: 0;
        transition: all .2s linear;
        z-index: 6
    }

    .si-product:not(.si-view) .si-image-box .si-btn-compare:before {
        content: '\eb18';
        font-family: "wokiee";
        font-size: 16px;
        line-height: 1;
        margin-top: 1px
    }

    .si-product:not(.si-view) .si-image-box .si-btn-quickview+.si-btn-wishlist {
        top: 61px
    }

    .si-product:not(.si-view) .si-image-box .si-btn-quickview+.si-btn-compare {
        top: 61px
    }

    .si-product:not(.si-view) .si-image-box .si-btn-quickview+.si-btn-wishlist+.si-btn-compare {
        top: 116px
    }

    .si-product:not(.si-view) .si-image-box img {
        width: 100%;
        height: auto
    }

    .si-product:not(.si-view) .si-image-box .si-img {
        transition: opacity .3s ease-out;
        overflow: hidden;
        top: 0;
        left: 0
    }

    .si-product:not(.si-view) .si-image-box .si-img-roll-over {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 1;
        width: 100%;
        transition: opacity .3s ease-out
    }

    .si-product:not(.si-view) .si-image-box .si-img-roll-over.disable {
        display: none
    }

    .si-product:not(.si-view) .si-image-box .si-label-location {
        position: absolute;
        top: 7px;
        left: 8px;
        z-index: 2;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .si-product:not(.si-view) .si-image-box .si-label-location [class^="si-label-"] {
        margin-left: 3px;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1;
        color: var(--WHITE);
        font-weight: 500;
        padding: 3px 4px 1px;
        border-radius: 2px
    }

    .si-product:not(.si-view) .si-image-box .si-label-location .si-label-sale {
        background: #f8353e;
        color: var(--WHITE)
    }

    .si-product:not(.si-view) .si-image-box .si-label-location .si-label-our-fatured {
        background: #fdbc20;
        color: var(--WHITE)
    }

    .si-product:not(.si-view) .si-image-box .si-label-location .si-label-our-stock {
        background: var(--BLACK);
        color: var(--WHITE)
    }

    .si-product:not(.si-view) .si-description {
        padding-top: 17px;
        position: relative;
        z-index: 2;
        background: var(--WHITE)
    }

    .si-product:not(.si-view) .si-description .si-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }

    .si-product:not(.si-view) .si-description .si-row>*:nth-child(1) {
        flex: 1 1 auto
    }

    .si-product:not(.si-view) .si-description .si-add-info {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        /* font-family: "Hind", sans-serif */
    }

    .si-product:not(.si-view) .si-description .si-add-info li {
        font-size: 12px;
        line-height: 19px;
        color: #999
    }

    .si-product:not(.si-view) .si-description .si-add-info li a {
        color: #999;
        transition: color .2s linear
    }

    .si-product:not(.si-view) .si-description .si-title {
        /* font-family: "Hind", sans-serif; */
        font-size: 14px;
        font-weight: 500;
        color: var(--BLACK)
    }

    .si-product:not(.si-view) .si-description .si-title a {
        color: var(--BLACK)
    }

    .si-product:not(.si-view) .si-description .si-select {
        background-color: #f7f8fa;
        color: var(--GREY);
        border: 0;
        height: 30px;
        width: 100%;
        max-width: 170px;
        padding: 2px 8px;
        cursor: pointer;
        outline: 0;
        display: block
    }

    .si-product:not(.si-view) .si-description .si-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        /* font-family: "Hind", sans-serif; */
        color: var(--BLACK)
    }

    .si-product:not(.si-view) .si-description .si-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }

    .si-product:not(.si-view) .si-description .si-price .old-price {
        color: var(--BLACK);
        text-decoration: line-through
    }

    .si-product:not(.si-view) .si-description .si-price .old-price .money {
        text-decoration: line-through
    }

    .si-product:not(.si-view) .si-description .si-price span {
        display: inline-block
    }

    .si-product:not(.si-view) .si-description .si-option-block {
        margin-top: 14px
    }

    .si-product:not(.si-view) .si-description .si-option-block>[class^="si-options-"]:not(:first-child) {
        margin-top: 9px
    }

    .si-product:not(.si-view) .si-description .si-product-inside-hover {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        position: absolute;
        width: 100%
    }
}

@media(min-width:1025px) and (min-width:1025px) {
    .si-product:not(.si-view) .si-description .si-product-inside-hover {
        display: block;
        opacity: 1;
        position: relative
    }

    .si-product:not(.si-view) .si-description .si-product-inside-hover>* {
        margin-top: 17px
    }
}

.si-product:not(.si-view) .si-description .si-btn-addtocart {
    line-height: 1;
    font-weight: 400;
    /* font-family: "Hind", sans-serif; */
    display: inline-block;
    position: relative;
    letter-spacing: .04em;
    font-size: 14px;
    transition: color .2s linear
}

.si-product:not(.si-view) .si-description .si-btn-addtocart:hover {
    color: var(--BLACK)
}

.si-product:not(.si-view) .si-description .si-btn-addtocart:hover:before {
    color: var(--BLACK)
}

.si-product:not(.si-view) .si-description>*:nth-child(1) {
    margin-top: 0
}

@media(max-width:1024px) {
    .si-product:not(.si-view) .si-image-box .si-btn-quickview {
        display: none
    }
}

@media(min-width:1025px) {
    .si-product:not(.si-view):hover .si-image-box .si-btn-quickview {
        opacity: 1
    }

    .si-product:not(.si-view):hover .si-image-box .si-btn-wishlist {
        opacity: 1
    }

    .si-product:not(.si-view):hover .si-image-box .si-btn-compare {
        opacity: 1
    }

    .si-product:not(.si-view):hover .si-image-box .si-img-roll-over+.si-img {
        opacity: 0
    }

    .si-product:not(.si-view):hover .si-image-box .si-img-roll-over,
    .si-product:not(.si-view):hover .si-image-box [class^="si-img"]:last-child {
        opacity: 1
    }
}

@media(min-width:1025px) {
    .si-product:not(.si-view).hovered .si-product-inside-hover {
        display: inline-flex
    }
}

@media(min-width:1025px) {
    .si-product-design02:not(.si-view).thumbprod-center .si-description {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        padding: 12px 20px;
        margin-top: 0;
        bottom: -50%;
        position: absolute;
        width: 100%;
        opacity: 0;
        z-index: 2;
        visibility: hidden;
        transition: bottom .2s linear
    }

    .si-product-design02:not(.si-view).thumbprod-center .si-description .si-row {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .si-product-design02:not(.si-view).thumbprod-center .si-description .si-row .si-add-info {
        width: 100%;
        display: block;
        text-align: center
    }

    .si-product-design02:not(.si-view).thumbprod-center .si-description .si-options-swatch {
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .si-product-design02:not(.si-view).thumbprod-center .si-description .si-options-swatch:not(.options-large):not(.options-middle) li a:not(.options-color) {
        padding-top: 1px
    }

    .si-product-design02:not(.si-view).thumbprod-center .si-description .si-product-inside-hover {
        display: block;
        text-align: center
    }

    .si-product-design02:not(.si-view).thumbprod-center .si-description .si-btn-quickview {
        position: absolute;
        bottom: 8px;
        right: 18px
    }

    .si-product-design02:not(.si-view).thumbprod-center .si-description .si-btn-link {
        position: absolute;
        bottom: 7px;
        right: 18px
    }

    .si-product-design02:not(.si-view).thumbprod-center:hover .si-description {
        height: 100%
    }
}

@media(min-width:1025px) {
    .si-product-design02:not(.si-view) {
        position: relative;
        overflow: hidden
    }

    .si-product-design02:not(.si-view) .si-image-box {
        position: relative
    }

    .si-product-design02:not(.si-view) .si-image-box .si-img img {
        width: 100%;
        height: auto
    }

    .si-product-design02:not(.si-view) .si-image-box .si-img-roll-over {
        display: none
    }

    .si-product-design02:not(.si-view) .si-image-box .si-label-location {
        position: absolute;
        top: 7px;
        left: 8px;
        z-index: 7;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        opacity: 1;
        transition: opacity .2s linear
    }

    .si-product-design02:not(.si-view) .si-image-box .si-label-location [class^="si-label-"] {
        margin-left: 3px;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1;
        color: var(--WHITE);
        font-weight: 500;
        padding: 2px 4px
    }

    .si-product-design02:not(.si-view) .si-image-box .si-label-location .si-label-new {
        color: var(--WHITE);
        background: #1393f5
    }

    .si-product-design02:not(.si-view) .si-image-box .si-label-location .si-label-sale {
        color: var(--WHITE);
        background: #f8353e
    }

    .si-product-design02:not(.si-view) .si-image-box .si-label-location .si-label-our-fatured {
        color: var(--WHITE);
        background: #fdbc20
    }

    .si-product-design02:not(.si-view) .si-image-box .si-label-location .si-label-our-stock {
        color: var(--WHITE);
        background: var(--BLACK)
    }

    .si-product-design02:not(.si-view) .si-image-box:before {
        background: #f7f8fa;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all .2s linear
    }

    .si-product-design02:not(.si-view) .si-description {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: flex-start;
        align-items: flex-start;
        padding: 12px 20px;
        margin-top: 0;
        bottom: -50%;
        position: absolute;
        width: 100%;
        opacity: 0;
        z-index: 2;
        visibility: hidden;
        transition: bottom .2s linear
    }

    .si-product-design02:not(.si-view) .si-description .si-row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        width: 100%
    }

    .si-product-design02:not(.si-view) .si-description .si-row .si-rating {
        order: 1;
        margin-left: -1px
    }

    .si-product-design02:not(.si-view) .si-description .si-row .si-add-info {
        order: 2
    }

    .si-product-design02:not(.si-view) .si-description .si-add-info {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        margin-top: 13px
    }

    .si-product-design02:not(.si-view) .si-description .si-add-info li {
        font-size: 12px;
        line-height: 19px;
        color: var(--BLACK)
    }

    .si-product-design02:not(.si-view) .si-description .si-add-info li a {
        color: var(--BLACK);
        transition: all .2s linear
    }

    .si-product-design02:not(.si-view) .si-description .si-title {
        /* font-family: "Hind", sans-serif; */
        font-size: 14px;
        font-weight: 400;
        color: var(--BLACK)
    }

    .si-product-design02:not(.si-view) .si-description .si-title a {
        color: var(--BLACK)
    }

    .si-product-design02:not(.si-view) .si-description .si-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: var(--BLACK)
    }

    .si-product-design02:not(.si-view) .si-description .si-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }

    .si-product-design02:not(.si-view) .si-description .si-price .old-price {
        color: var(--BLACK);
        text-decoration: line-through
    }

    .si-product-design02:not(.si-view) .si-description .si-price span {
        display: inline-block
    }

    .si-product-design02:not(.si-view) .si-description .si-option-block {
        margin-top: 9px
    }

    .si-product-design02:not(.si-view) .si-description .si-option-block>[class^="si-options-"]:not(:first-child) {
        margin-top: 9px
    }

    .si-product-design02:not(.si-view) .si-description .si-product-inside-hover {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        margin-top: 10px;
        overflow: hidden;
        width: 100%
    }

    .si-product-design02:not(.si-view) .si-description>*:nth-child(1) {
        margin-top: 0
    }

    .si-product-design02:not(.si-view) .si-options-swatch li a:not(.options-color) {
        background: var(--WHITE);
        color: var(--BLACK)
    }

    .si-product-design02:not(.si-view) .si-options-swatch li a.options-color {
        font-size: 0;
        line-height: 0
    }

    .si-product-design02:not(.si-view) .si-options-swatch li:hover .options-color:before {
        border-color: var(--WHITE)
    }

    .si-product-design02:not(.si-view) .si-options-swatch li.active .options-color:before {
        border-color: var(--WHITE)
    }

    .si-product-design02:not(.si-view) .si-btn-addtocart {
        font-size: 20px;
        line-height: 1;
        font-size: 14px;
        font-weight: 400;
        /* font-family: "Hind", sans-serif; */
        transition: color .2s linear;
        display: inline-block;
        position: relative;
        letter-spacing: .04em
    }

    .si-product-design02:not(.si-view) .si-btn-addtocart:before {
        content: '\e986';
        font-family: "wokiee";
        font-size: 20px;
        top: 3px;
        margin-right: 6px;
        font-weight: normal;
        position: relative;
        transition: color .2s linear
    }

    .si-product-design02:not(.si-view) .si-btn-addtocart:hover {
        color: var(--BLACK)
    }

    .si-product-design02:not(.si-view) .si-btn-addtocart:hover:before {
        color: var(--BLACK)
    }

    .si-product-design02:not(.si-view) .si-btn-quickview {
        font-size: 20px;
        line-height: 1;
        padding: 4px 0 4px 4px;
        color: var(--BLACK);
        transition: all .2s linear;
        display: inline-block;
        position: absolute;
        right: 18px;
        top: 7px;
        opacity: 0;
        visibility: hidden
    }

    .si-product-design02:not(.si-view) .si-btn-quickview:before {
        content: '\e9a8';
        font-family: "wokiee"
    }

    .si-product-design02:not(.si-view) .si-btn-wishlist {
        font-size: 16px;
        line-height: 1;
        padding: 4px 0 4px 4px;
        color: var(--BLACK);
        transition: all .2s linear;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 52px;
        opacity: 0;
        visibility: hidden
    }

    .si-product-design02:not(.si-view) .si-btn-wishlist:before {
        content: '\eb16';
        font-family: "wokiee"
    }

    .si-product-design02:not(.si-view) .si-btn-compare {
        font-size: 16px;
        line-height: 1;
        padding: 4px 0 4px 4px;
        color: var(--BLACK);
        transition: all .2s linear;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 96px;
        opacity: 0;
        visibility: hidden
    }

    .si-product-design02:not(.si-view) .si-btn-compare:before {
        content: '\eb18';
        font-family: "wokiee"
    }

    .si-product-design02:not(.si-view) .si-btn-link {
        font-size: 20px;
        line-height: 1;
        padding: 4px 0 4px 4px;
        color: var(--BLACK);
        transition: color .2s linear;
        display: inline-block
    }

    .si-product-design02:not(.si-view) .si-btn-link:before {
        content: '\e91e';
        font-family: "wokiee"
    }

    .si-product-design02:not(.si-view) .si-description.scrollable {
        padding-top: 0;
        padding-bottom: 0
    }

    .si-product-design02:not(.si-view) .si-description.scrollable .viewport {
        width: 100%;
        padding-top: 17px;
        padding-bottom: 17px
    }

    .si-product-design02:not(.si-view) .si-countdown_box {
        visibility: visible;
        transition: opacity .2s linear;
        opacity: 1
    }
}

@media(max-width:1024px) {
    .si-product-design02:not(.si-view) .si-description .si-btn-link {
        display: none
    }

    .si-product-design02:not(.si-view) .si-description .si-product-inside-hover .si-row-btn:not(:first-child) [class^="si-btn"]:not(.si-btn-addtocart):first-child {
        margin-left: 0;
        padding-left: 0
    }

    .si-product-design02:not(.si-view) .si-btn-quickview {
        display: none
    }
}

@media(min-width:1025px) {
    .si-product-design02:not(.si-view):hover .si-label-location {
        opacity: 0
    }

    .si-product-design02:not(.si-view):hover .si-image-box:before {
        opacity: .8
    }

    .si-product-design02:not(.si-view):hover .si-description {
        bottom: 0;
        opacity: 1;
        visibility: visible
    }

    .si-product-design02:not(.si-view):hover .si-countdown_box {
        opacity: 0;
        visibility: hidden
    }

    .si-product-design02:not(.si-view):hover>.si-btn-quickview {
        opacity: 1;
        visibility: visible;
        z-index: 7
    }

    .si-product-design02:not(.si-view):hover>.si-btn-wishlist {
        opacity: 1;
        visibility: visible;
        z-index: 7
    }

    .si-product-design02:not(.si-view):hover>.si-btn-compare {
        opacity: 1;
        visibility: visible;
        z-index: 7
    }
}

.si-product:not(.si-view) .si-options-swatch,
.si-product-design02:not(.si-view) .si-options-swatch {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.si-product:not(.si-view) .si-text-info,
.si-product-design02:not(.si-view) .si-text-info {
    display: none
}

.si-product-design02:not(.si-view) .si-options-swatch {
    margin: -10px -1px 0 -5px
}

@media(min-width:1025px) {
    .si-product:not(.si-view) .si-options-swatch {
        margin: -10px -1px 2px -1px
    }

    .si-product:not(.si-view) .si-options-swatch li {
        margin-left: 2px;
        margin-right: 2px
    }
}

@media(max-width:1024px) {
    .si-product:not(.si-view) .si-options-swatch {
        margin: -11px -1px 1px -7px
    }

    .si-product:not(.si-view) .si-options-swatch li {
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 16px
    }
}

@media(min-width:1025px) {
    .si-layout-product-item:not(.si-view) {
        margin-top: -38px
    }
}

@media(max-width:1024px) and (min-width:576px) {
    .si-layout-product-item:not(.si-view) {
        margin-top: -40px
    }
}

@media(max-width:575px) {
    .si-layout-product-item:not(.si-view) {
        margin-top: -30px
    }
}

@media(min-width:1025px) {

    .si-layout-product-item:not(.si-view) .si-product,
    .si-layout-product-item:not(.si-view) .si-product-design02,
    .si-layout-product-item:not(.si-view) .si-collection-item {
        margin-top: 38px
    }
}

@media(max-width:1024px) and (min-width:576px) {

    .si-layout-product-item:not(.si-view) .si-product,
    .si-layout-product-item:not(.si-view) .si-product-design02,
    .si-layout-product-item:not(.si-view) .si-collection-item {
        margin-top: 40px
    }
}

@media(max-width:575px) {

    .si-layout-product-item:not(.si-view) .si-product,
    .si-layout-product-item:not(.si-view) .si-product-design02,
    .si-layout-product-item:not(.si-view) .si-collection-item {
        margin-top: 30px
    }
}

.si-layout-product-item+.si_product_showmore {
    margin-top: 40px
}

@media(max-width:1024px) {

    .si-product:not(.si-view) .si-image-box,
    .si-product-design02:not(.si-view) .si-image-box {
        position: relative
    }

    .si-product:not(.si-view) .si-image-box .si-img img,
    .si-product-design02:not(.si-view) .si-image-box .si-img img {
        width: 100%;
        height: auto
    }

    .si-product:not(.si-view) .si-image-box .si-img-roll-over,
    .si-product-design02:not(.si-view) .si-image-box .si-img-roll-over {
        display: none
    }

    .si-product:not(.si-view) .si-image-box .si-label-location,
    .si-product-design02:not(.si-view) .si-image-box .si-label-location {
        position: absolute;
        top: 7px;
        left: 8px;
        z-index: 2;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .si-product:not(.si-view) .si-image-box .si-label-location [class^="si-label-"],
    .si-product-design02:not(.si-view) .si-image-box .si-label-location [class^="si-label-"] {
        margin-left: 3px;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1;
        color: var(--WHITE);
        font-weight: 500;
        padding: 3px 4px 1px
    }

    .si-product:not(.si-view) .si-image-box .si-label-location .si-label-new,
    .si-product-design02:not(.si-view) .si-image-box .si-label-location .si-label-new {
        color: var(--WHITE);
        background: #1393f5
    }

    .si-product:not(.si-view) .si-image-box .si-label-location .si-label-sale,
    .si-product-design02:not(.si-view) .si-image-box .si-label-location .si-label-sale {
        color: var(--WHITE);
        background: #f8353e
    }

    .si-product:not(.si-view) .si-image-box .si-label-location .si-label-our-fatured,
    .si-product-design02:not(.si-view) .si-image-box .si-label-location .si-label-our-fatured {
        color: var(--WHITE);
        background: #fdbc20
    }

    .si-product:not(.si-view) .si-image-box .si-label-location .si-label-our-stock,
    .si-product-design02:not(.si-view) .si-image-box .si-label-location .si-label-our-stock {
        color: var(--WHITE);
        background: var(--BLACK)
    }

    .si-product:not(.si-view) .si-description,
    .si-product-design02:not(.si-view) .si-description {
        margin-top: 16px
    }

    .si-product:not(.si-view) .si-description .si-row,
    .si-product-design02:not(.si-view) .si-description .si-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }

    .si-product:not(.si-view) .si-description .si-row>*:nth-child(1),
    .si-product-design02:not(.si-view) .si-description .si-row>*:nth-child(1) {
        flex: 1 1 auto
    }

    .si-product:not(.si-view) .si-description .si-add-info,
    .si-product-design02:not(.si-view) .si-description .si-add-info {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column
    }

    .si-product:not(.si-view) .si-description .si-add-info li,
    .si-product-design02:not(.si-view) .si-description .si-add-info li {
        font-size: 12px;
        line-height: 19px;
        color: #999
    }

    .si-product:not(.si-view) .si-description .si-add-info li a,
    .si-product-design02:not(.si-view) .si-description .si-add-info li a {
        color: #999;
        transition: color .2s linear
    }

    .si-product:not(.si-view) .si-description .si-title,
    .si-product-design02:not(.si-view) .si-description .si-title {
        /* font-family: "Hind", sans-serif; */
        font-size: 14px;
        font-weight: 400;
        color: var(--BLACK)
    }

    .si-product:not(.si-view) .si-description .si-title a,
    .si-product-design02:not(.si-view) .si-description .si-title a {
        color: var(--BLACK)
    }

    .si-product:not(.si-view) .si-description .si-select,
    .si-product-design02:not(.si-view) .si-description .si-select {
        background-color: #f7f8fa;
        color: var(--GREY);
        border: 0;
        height: 30px;
        width: 100%;
        max-width: 170px;
        padding: 2px 8px;
        cursor: pointer;
        outline: 0;
        display: block
    }

    .si-product:not(.si-view) .si-description .si-price,
    .si-product-design02:not(.si-view) .si-description .si-price {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        color: var(--BLACK)
    }

    .si-product:not(.si-view) .si-description .si-price .new-price,
    .si-product-design02:not(.si-view) .si-description .si-price .new-price {
        color: #f8353e;
        margin-right: 7px
    }

    .si-product:not(.si-view) .si-description .si-price .old-price,
    .si-product-design02:not(.si-view) .si-description .si-price .old-price {
        color: var(--BLACK);
        text-decoration: line-through
    }

    .si-product:not(.si-view) .si-description .si-price span,
    .si-product-design02:not(.si-view) .si-description .si-price span {
        display: inline-block
    }

    .si-product:not(.si-view) .si-description .si-option-block,
    .si-product-design02:not(.si-view) .si-description .si-option-block {
        margin-top: 14px
    }

    .si-product:not(.si-view) .si-description .si-option-block>[class^="si-options-"]:not(:first-child),
    .si-product-design02:not(.si-view) .si-description .si-option-block>[class^="si-options-"]:not(:first-child) {
        margin-top: 9px
    }

    .si-product:not(.si-view) .si-description .si-product-inside-hover,
    .si-product-design02:not(.si-view) .si-description .si-product-inside-hover {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        margin-top: 20px
    }
}

@media(max-width:1024px) and (min-width:1025px) {

    .si-product:not(.si-view) .si-description .si-product-inside-hover,
    .si-product-design02:not(.si-view) .si-description .si-product-inside-hover {
        visibility: hidden;
        max-height: 0;
        overflow: hidden
    }
}

@media(max-width:1024px) {

    .si-product:not(.si-view) .si-description .si-product-inside-hover .si-row-btn,
    .si-product-design02:not(.si-view) .si-description .si-product-inside-hover .si-row-btn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-content: stretch;
        align-items: flex-start
    }

    .si-product:not(.si-view) .si-description .si-product-inside-hover .si-row-btn:not(:first-child),
    .si-product-design02:not(.si-view) .si-description .si-product-inside-hover .si-row-btn:not(:first-child) {
        margin-top: 10px
    }
}

@media(max-width:1024px) and (max-width:370px) {

    .si-product:not(.si-view) .si-description .si-btn-addtocart,
    .si-product-design02:not(.si-view) .si-description .si-btn-addtocart {
        padding: 2px 10px 11px
    }

    .si-product:not(.si-view) .si-description .si-btn-addtocart:before,
    .si-product-design02:not(.si-view) .si-description .si-btn-addtocart:before {
        margin-right: 2px
    }
}

@media(max-width:1024px) {

    .si-product:not(.si-view) .si-description .si-btn-quickview,
    .si-product-design02:not(.si-view) .si-description .si-btn-quickview {
        font-size: 20px;
        line-height: 1;
        padding: 4px 6px;
        margin-left: 9px;
        margin-right: 9px;
        color: var(--BLACK);
        top: 5px;
        transition: color .2s linear;
        display: inline-block;
        position: relative
    }

    .si-product:not(.si-view) .si-description .si-btn-quickview:before,
    .si-product-design02:not(.si-view) .si-description .si-btn-quickview:before {
        content: '\e9a8';
        font-family: "wokiee"
    }

    .si-product:not(.si-view) .si-description .si-btn-wishlist,
    .si-product-design02:not(.si-view) .si-description .si-btn-wishlist {
        font-size: 16px;
        line-height: 1;
        padding: 4px 6px;
        margin-left: 9px;
        margin-right: 9px;
        color: var(--BLACK);
        top: 7px;
        transition: color .2s linear;
        display: inline-block;
        position: relative
    }

    .si-product:not(.si-view) .si-description .si-btn-wishlist:before,
    .si-product-design02:not(.si-view) .si-description .si-btn-wishlist:before {
        content: '\eb16';
        font-family: "wokiee"
    }

    .si-product:not(.si-view) .si-description .si-btn-compare,
    .si-product-design02:not(.si-view) .si-description .si-btn-compare {
        font-size: 16px;
        line-height: 1;
        padding: 4px 6px;
        margin-left: 9px;
        margin-right: 9px;
        color: var(--BLACK);
        top: 7px;
        transition: color .2s linear;
        display: inline-block;
        position: relative
    }

    .si-product:not(.si-view) .si-description .si-btn-compare:before,
    .si-product-design02:not(.si-view) .si-description .si-btn-compare:before {
        content: '\eb18';
        font-family: "wokiee"
    }

    .si-product:not(.si-view) .si-description>*:nth-child(1),
    .si-product-design02:not(.si-view) .si-description>*:nth-child(1) {
        margin-top: 0
    }
}

@media(max-width:1024px) and (max-width:370px) {

    .si-product:not(.si-view) .si-description .si-btn-compare,
    .si-product:not(.si-view) .si-description .si-btn-wishlist,
    .si-product:not(.si-view) .si-description .si-btn-quickview,
    .si-product-design02:not(.si-view) .si-description .si-btn-compare,
    .si-product-design02:not(.si-view) .si-description .si-btn-wishlist,
    .si-product-design02:not(.si-view) .si-description .si-btn-quickview {
        margin-left: 3px;
        margin-right: 3px
    }
}

@media(max-width:1024px) {

    .si-product:not(.si-view)>*:nth-child(1),
    .si-product-design02:not(.si-view)>*:nth-child(1) {
        margin-top: 0
    }
}

@media(max-width:1024px) {
    .si-product-design02:not(.si-view) .si-description .si-product-inside-hover {
        align-items: flex-start
    }
}

@media(max-width:1024px) {

    .si-product:not(.si-view):hover .si-image-box .si-img,
    .si-product-design02:not(.si-view):hover .si-image-box .si-img {
        opacity: 1
    }

    .si-product:not(.si-view):hover .si-image-box .si-img-roll-over,
    .si-product-design02:not(.si-view):hover .si-image-box .si-img-roll-over {
        opacity: 0
    }
}

.si-countdown_box {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 5
}

.si-countdown_box .si-countdown_inner {
    overflow: hidden;
    margin: 0 auto 0;
    width: 100%;
    padding: 5px 0 10px
}

.si-countdown_box .countdown-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

.si-countdown_box .countdown-row .countdown-section {
    width: 25%;
    position: relative;
    margin: 0 2px;
    padding: 19px 0 13px;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px
}

.si-countdown_box .countdown-row .countdown-section .countdown-amount {
    font-size: 16px;
    line-height: 15px;
    display: block;
    font-weight: 500
}

.si-countdown_box .countdown-row .countdown-section .countdown-period {
    display: block;
    padding-top: 1px
}

@media(max-width:1229px) {
    .si-countdown_box .si-countdown_inner {
        margin-bottom: 0
    }

    .si-countdown_box .countdown-row .countdown-section {
        padding: 15px 0;
        margin: 0 2px;
        font-size: 13px;
        line-height: 16px
    }

    .si-countdown_box .countdown-row .countdown-section .countdown-amount {
        font-size: 15px
    }

    .si-countdown_box .countdown-row .countdown-section .countdown-period {
        padding-top: 0
    }
}

@media(min-width:1025px) {
    .si-product-design02.si-small:not(.si-view) .si-description {
        display: block;
        vertical-align: middle;
        padding-left: 13px;
        padding-right: 13px
    }

    .si-product-design02.si-small:not(.si-view) .si-description .si-btn-addtocart {
        width: 100%;
        display: block;
        padding: 5px 5px 5px 0;
        font-size: 0;
        text-align: left
    }

    .si-product-design02.si-small:not(.si-view) .si-description .si-btn-quickview {
        margin-top: 5px
    }

    .si-product-design02.si-small:not(.si-view) .si-description>*:nth-child(1) {
        margin-top: 27px
    }

    .si-product-design02.si-small:not(.si-view).thumbprod-center .si-description .si-title {
        text-align: center
    }

    .si-product-design02.si-small:not(.si-view).thumbprod-center .si-description .si-price {
        justify-content: center
    }

    .si-product-design02.si-small:not(.si-view).thumbprod-center:not(.si-small) .text-decoration {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: stretch;
        align-items: center
    }
}

@media(min-width:1025px) {
    .si-product-design02.thumbprod-center .si-description {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .si-product-design02.thumbprod-center .si-description .si-row {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .si-product-design02.thumbprod-center .si-description .si-row .si-add-info {
        width: 100%;
        display: block;
        text-align: center
    }

    .si-product-design02.thumbprod-center .si-description .si-btn-link {
        position: absolute;
        bottom: 8px;
        right: 20px
    }

    .si-product-design02.thumbprod-center .si-description .si-product-inside-hover {
        display: block;
        text-align: center
    }

    .si-product-design02.thumbprod-center .si-description .si-description.ps-container {
        height: 100%
    }

    .si-product-design02.thumbprod-center .si-description .si-options-swatch {
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .si-product-design02.thumbprod-center .ps-scrollbar-x-rail {
        display: none !important
    }

    .si-product-design02.thumbprod-center .si-description.ps-active-y,
    .si-product-design02.thumbprod-center .si-description.ps-active-x,
    .si-product-design02.thumbprod-center .si-description.ps-active-x .si-rating,
    .si-product-design02.thumbprod-center .si-description.ps-active-y .si-rating,
    .si-product-design02.thumbprod-center .si-description.ps-active-y>*,
    .si-product-design02.thumbprod-center .si-description.ps-active-x>* {
        display: block;
        width: 100%;
        text-align: center
    }

    .si-product-design02.thumbprod-center .si-description.ps-active-y .si-product-inside-hover .si-btn-link,
    .si-product-design02.thumbprod-center .si-description.ps-active-x .si-product-inside-hover .si-btn-link {
        bottom: -5px;
        right: 9px
    }

    .si-product-design02.thumbprod-center:hover .si-description {
        height: 100%
    }

    .ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail,
    .ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail,
    .ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail,
    .ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail,
    .ps-container:hover>.ps-scrollbar-x-rail,
    .ps-container:hover>.ps-scrollbar-y-rail,
    .ps-container:hover>.ps-scrollbar-x-rail:hover,
    .ps-container:hover>.ps-scrollbar-y-rail:hover {
        background: transparent !important
    }

    .si-product-design02.thumbprod-center .si-description.ps-active-y .si-product-inside-hover,
    .si-product-design02.thumbprod-center .si-description.ps-active-x .si-product-inside-hover,
    .si-product-design02 .si-description .si-option-block,
    .si-product-design02 .si-description .description,
    .si-product-design02 .si-description .si-price,
    .si-product-design02 .si-description .si-title,
    .si-product-design02 .si-description .si-row {
        position: relative;
        z-index: 31
    }

    .si-product-design02.thumbprod-center.si-view .si-description {
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }

    .si-product-design02.thumbprod-center.si-view .si-description .si-row .si-add-info {
        text-align: left
    }

    .si-product-design02.thumbprod-center.si-view .si-description .si-product-inside-hover {
        display: flex;
        text-align: left
    }

    .si-product-design02.thumbprod-center.si-view .si-options-swatch {
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }
}

@media(max-width:1024px) and (max-width:575px) {

    .si-product:not(.si-view):not(.thumbprod-center) .si-row,
    .si-product-design02:not(.si-view):not(.thumbprod-center) .si-row {
        flex-direction: column;
        flex-wrap: wrap
    }

    .si-product:not(.si-view):not(.thumbprod-center) .si-row .si-add-info,
    .si-product-design02:not(.si-view):not(.thumbprod-center) .si-row .si-add-info {
        width: 100%;
        order: 2;
        margin-top: 4px
    }

    .si-product:not(.si-view):not(.thumbprod-center) .si-row .si-rating,
    .si-product-design02:not(.si-view):not(.thumbprod-center) .si-row .si-rating {
        order: 1
    }
}

@media(max-width:1024px) {

    .si-product:not(.si-view):not(.thumbprod-center) .si-description .si-product-inside-hover,
    .si-product-design02:not(.si-view):not(.thumbprod-center) .si-description .si-product-inside-hover {
        align-items: flex-start
    }
}

@media(min-width:1025px) {
    .si-product:not(.si-view).product-nohover .si-description .si-product-inside-hover {
        position: relative;
        display: block;
        opacity: 1
    }
}

@media(min-width:1025px) {
    .si-product:not(.si-view).product-nohover .si-description .si-product-inside-hover {
        position: relative;
        display: block;
        opacity: 1
    }
}

.si-product.si-show-info .si-text-info {
    display: block
}

.si-productone .si-image-box img {
    width: 100%;
    height: auto
}

.si-productone .si-description .si-add-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: -4px
}

.si-productone .si-description .si-add-info li {
    font-size: 12px;
    line-height: 19px;
    color: var(--BLACK)
}

.si-productone .si-description .si-add-info li a {
    color: var(--BLACK);
    transition: all .2s linear
}

.si-productone .si-description .si-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: var(--BLACK);
    margin-top: 9px
}

.si-productone .si-description .si-title a {
    color: var(--BLACK)
}

.si-productone .si-description .si-rating {
    margin-top: 4px
}

.si-productone .si-description .si-product-info {
    margin-top: 18px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

.si-productone .si-description .si-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 17px;
    color: var(--BLACK)
}

.si-productone .si-description .si-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.si-productone .si-description .si-price .old-price {
    color: var(--BLACK);
    text-decoration: line-through
}

.si-productone .si-description .si-price span {
    display: inline-block
}

.si-productone .si-description .si-row-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    margin-top: 17px
}

.si-productone .si-description .si-row-btn>*:first-child.si-productone__btn-icon {
    padding-left: 0
}

.si-productone .si-description .si-productone__btn-icon {
    font-size: 20px;
    color: var(--BLACK);
    padding: 8px 8px;
    display: inline-block
}

.si-productone .si-description .si-productone__btn-icon:not(:first-child) {
    margin-left: 5px
}

@media(max-width:1024px) {
    .si-productone .si-description .si-title {
        font-size: 20px;
        line-height: 30px;
        margin-top: 2px
    }

    .si-productone .si-description .si-product-info {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px
    }

    .si-productone .si-description .si-price {
        margin-top: 5px
    }

    .si-productone .si-description .si-row-btn {
        margin-top: 7px
    }
}

@media(min-width:576px) {
    .si-layout-promo-box:not(.nomargin) {
        margin-top: -20px
    }
}

@media(max-width:575px) {
    .si-layout-promo-box:not(.nomargin) {
        margin-top: -10px
    }
}

@media(max-width:790px) {
    .si-list-sm-shift [class^="col-xs"] {
        order: 2
    }
}

.si-promo-box {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.si-promo-box:not(.nomargin) {
    margin-top: 20px
}

.si-promo-box>img {
    width: 100%;
    height: auto
}

.si-promo-box .si-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--GREY);
    transition: color .2s linear
}

.si-promo-box .si-description .si-title-small {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: color .2s linear
}

.si-promo-box .si-description .si-title-small span {
    transition: color .2s linear
}

.si-promo-box .si-description .si-title-large {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: color .2s linear
}

.si-promo-box .si-description .si-title-large span {
    transition: color .2s linear
}

.si-promo-box .si-description p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    transition: color .2s linear
}

.si-promo-box .si-description [class^="btn"] {
    margin-top: 20px
}

.si-promo-box .si-description img {
    max-width: 100%;
    height: auto
}

.si-promo-box .si-description .custom-buttons>* {
    margin-top: 10px !important;
    margin-left: 10px;
    margin-right: 10px
}

@media(max-width:1024px) {
    .si-promo-box .si-description .si-title-small {
        font-size: 15px;
        line-height: 22px
    }

    .si-promo-box .si-description .si-title-large {
        font-size: 23px;
        line-height: 30px
    }
}

@media(max-width:575px) {
    .si-promo-box .si-description .si-title-small {
        font-size: 15px;
        line-height: 22px
    }

    .si-promo-box .si-description .si-title-large {
        font-size: 20px;
        line-height: 29px
    }

    .si-promo-box .si-description p {
        margin-top: 0;
        line-height: 20px
    }

    .si-promo-box .si-description [class^="btn"] {
        margin-top: 10px
    }
}

.si-promo-box .si-description *:nth-child(1) {
    margin-top: 0
}

.si-promo-box .si-point-v-t {
    align-items: flex-start
}

.si-promo-box .si-point-v-b {
    align-items: flex-end
}

.si-promo-box .si-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.si-promo-box .si-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

@media(max-width:575px) {
    .si-promo-box {
        margin-top: 10px
    }
}

.si-promo-box.si-border-radius {
    border-radius: 6px
}

html:not(.ie) .si-promo-box .si-description .si-description-wrapper .si-background {
    transition: all .2s linear
}

.si-promo-box:not(.si-one-child) .si-description .si-description-wrapper {
    padding: 27px;
    text-align: center;
    max-width: 409px;
    min-width: 47%;
    position: relative
}

.si-promo-box:not(.si-one-child) .si-description .si-description-wrapper .si-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px
}

.si-promo-box:not(.si-one-child) .si-description .si-description-wrapper>*:not(.si-background) {
    position: relative
}

@media(max-width:1024px) {
    .si-promo-box:not(.si-one-child) .si-description .si-description-wrapper {
        padding: 19px
    }
}

@media(max-width:575px) {
    .si-promo-box:not(.si-one-child) .si-description .si-description-wrapper {
        padding: 15px
    }
}

@media(min-width:576px) {
    .si-promo-box:not(.si-one-child) .si-description img:first-child+* {
        margin-top: 24px
    }
}

@media(max-width:575px) {
    .si-promo-box:not(.si-one-child) .si-description img:first-child+* {
        margin-top: 12px
    }
}

@media(min-width:576px) {

    .si-promo-box:not(.si-one-child) .si-description [class^="si-title"]+img,
    .si-promo-box:not(.si-one-child) .si-description p+img {
        margin-top: 11px;
        margin-bottom: 11px
    }
}

@media(max-width:575px) {

    .si-promo-box:not(.si-one-child) .si-description [class^="si-title"]+img,
    .si-promo-box:not(.si-one-child) .si-description p+img {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

.si-promo-box.si-one-child .si-description .si-description-wrapper {
    padding: 13px 39px 11px;
    text-align: center;
    max-width: 409px;
    position: relative
}

.si-promo-box.si-one-child .si-description .si-description-wrapper .si-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px
}

.si-promo-box.si-one-child .si-description .si-description-wrapper>*:not(.si-background) {
    position: relative
}

@media(max-width:1024px) {
    .si-promo-box.si-one-child .si-description .si-description-wrapper {
        padding: 13px 18px 11px
    }
}

@media(max-width:575px) {
    .si-promo-box.si-one-child .si-description .si-description-wrapper {
        padding: 13px 15px 11px
    }
}

.si-promo-box.si-one-child .si-description img {
    max-width: inherit;
    width: 100%
}

@media(max-width:575px) {
    .si-promo-box.si-one-child .si-description img {
        max-width: 147px
    }
}

@media(min-width:576px) {
    .si-promo-box.si-one-child .si-description img:first-child:not(:last-child) {
        margin-top: 6px
    }
}

@media(max-width:575px) {
    .si-promo-box.si-one-child .si-description img:first-child:not(:last-child) {
        margin-top: 2px
    }
}

@media(min-width:576px) {
    .si-promo-box.si-one-child .si-description img:first-child:not(:last-child)+* {
        margin-top: 12px
    }
}

@media(max-width:575px) {
    .si-promo-box.si-one-child .si-description img:first-child:not(:last-child)+* {
        margin-top: 9px
    }
}

@media(min-width:576px) {
    .si-promo-box.si-one-child .si-description img:not(:first-child):not(:last-child) {
        margin-top: 11px;
        margin-bottom: 8px
    }
}

@media(max-width:575px) {
    .si-promo-box.si-one-child .si-description img:not(:first-child):not(:last-child) {
        margin-top: 11px
    }
}

.si-promo-box:not(.hover-type-2):hover {
    text-decoration: none
}

.si-promo-box:not(.hover-type-2):hover .si-description-wrapper .si-background {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px)
}

.si-promo-box:not(.hover-type-2):hover .si-title-large {
    color: var(--BLACK)
}

.si-promo-box:not(.hover-type-2):hover .si-title-small {
    color: var(--BLACK)
}

.si-promo-box.hover-type-2:hover .si-description-wrapper .si-background {
    background: rgba(40, 121, 254, 0.9)
}

.si-promo-box.hover-type-2:hover .si-description-wrapper *:not(.si-base-color) {
    color: var(--WHITE)
}

.si-promo-box.hover-type-2:hover .si-description-wrapper .btn-underline {
    border-color: transparent
}

.si-promo-box.hover-type-4 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s linear
}

.si-promo-box.hover-type-4:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.si-promo-box.si-promo-layout02 .si-description .si-title-small {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: inherit
}

.si-promo-box.si-promo-layout02 .si-description .si-title-large {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 17px;
    letter-spacing: inherit
}

.si-promo-box.si-promo-layout02 .si-description .si-description-wrapper {
    max-width: inherit
}

@media(min-width:1025px) {
    .si-promo-box.si-promo-layout02 .si-description .si-description-wrapper {
        padding: 43px
    }
}

@media(max-width:1024px) {
    .si-promo-box.si-promo-layout02 .si-description .si-description-wrapper {
        padding: 0
    }
}

@media(max-width:1024px) {
    .si-promo-box.si-promo-layout02 .si-description .si-title-small {
        font-size: 15px
    }

    .si-promo-box.si-promo-layout02 .si-description .si-title-large {
        font-size: 23px;
        margin-top: 7px
    }

    .si-promo-box.si-promo-layout02 .si-description .btn {
        padding-left: 25px;
        padding-right: 25px
    }
}

.si-promo-fullwidth {
    display: block;
    position: relative;
    overflow: hidden
}

.si-promo-fullwidth>img {
    width: 100%;
    height: auto
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--BLACK);
    transition: color .2s linear
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-description-wrapper {
    max-width: 700px;
    text-align: center
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-small {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    transition: color .2s linear
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-large {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 90px;
    line-height: 90px;
    font-weight: 500;
    transition: color .2s linear
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-description p {
    /* font-family: "Hind", sans-serif; */
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    font-weight: 300;
    transition: color .2s linear
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-description [class^="btn"] {
    margin-top: 34px
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-description img {
    max-width: 100%;
    height: auto
}

@media(min-width:1701px) {
    .si-promo-fullwidth:not(.si-layout-size-02) .si-description {
        padding: 10% 17.6%
    }
}

@media(min-width:1401px) and (max-width:1700px) {
    .si-promo-fullwidth:not(.si-layout-size-02) .si-description {
        padding: 10% 8%
    }
}

@media(max-width:1400px) {
    .si-promo-fullwidth:not(.si-layout-size-02) .si-description {
        padding: 10% 5%
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-small {
        font-size: 40px;
        line-height: 50px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-large {
        font-size: 65px;
        line-height: 75px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description p {
        margin-top: 15px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description [class^="btn"] {
        margin-top: 27px
    }
}

@media(max-width:1100px) {
    .si-promo-fullwidth:not(.si-layout-size-02) .si-description {
        padding: 10% 5%
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-small {
        font-size: 35px;
        line-height: 45px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-large {
        font-size: 50px;
        line-height: 60px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description p {
        margin-top: 10px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description [class^="btn"] {
        margin-top: 20px
    }
}

@media(max-width:900px) {
    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-small {
        font-size: 20px;
        line-height: 30px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-large {
        font-size: 37px;
        line-height: 44px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description p {
        margin-top: 5px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description [class^="btn"] {
        margin-top: 15px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-description-wrapper {
        max-width: 332px
    }
}

@media(max-width:789px) {
    .si-promo-fullwidth:not(.si-layout-size-02) .si-description {
        padding: 5% 3%
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-small {
        font-size: 17px;
        line-height: 25px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-large {
        font-size: 30px;
        line-height: 35px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description p {
        line-height: 20px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description [class^="btn"] {
        margin-top: 15px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-description-wrapper {
        max-width: 283px
    }
}

@media(max-width:657px) {
    .si-promo-fullwidth:not(.si-layout-size-02) .si-description {
        padding: 5% 10px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-small {
        font-size: 15px;
        line-height: 20px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-large {
        font-size: 25px;
        line-height: 30px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description p {
        font-size: 14px;
        line-height: 18px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description [class^="btn"] {
        margin-top: 10px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-description-wrapper {
        max-width: 251px
    }
}

@media(max-width:575px) {
    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-description-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 200px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-small {
        font-size: 14px;
        line-height: 16px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-large {
        font-size: 21px;
        line-height: 24px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-large br {
        display: none
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description p {
        font-size: 13px;
        line-height: 16px;
        margin-top: 0
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description [class^="btn"] {
        margin-top: 5px
    }
}

@media(max-width:450px) {
    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-description-wrapper {
        padding-left: 5px;
        padding-right: 0;
        max-width: 160px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-large {
        font-size: 17px;
        line-height: 20px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description .si-title-small {
        font-size: 12px;
        line-height: 12px
    }

    .si-promo-fullwidth:not(.si-layout-size-02) .si-description p {
        font-size: 12px;
        line-height: 14px
    }
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-description *:nth-child(1) {
    margin-top: 0
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-point-v-t {
    align-items: flex-start
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-point-v-b {
    align-items: flex-end
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.si-promo-fullwidth:not(.si-layout-size-02) .si-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

.si-promo-fullwidth.si-layout-size-02 .si-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--BLACK);
    transition: color .2s linear
}

.si-promo-fullwidth.si-layout-size-02 .si-description .si-description-wrapper {
    max-width: 700px
}

.si-promo-fullwidth.si-layout-size-02 .si-description .si-description-wrapper:not(.text-left) {
    text-align: center
}

.si-promo-fullwidth.si-layout-size-02 .si-description .si-title-small {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .06em;
    transition: color .2s linear
}

.si-promo-fullwidth.si-layout-size-02 .si-description .si-title-large {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    transition: color .2s linear
}

.si-promo-fullwidth.si-layout-size-02 .si-description [class^="btn"] {
    margin-top: 14px
}

.si-promo-fullwidth.si-layout-size-02 .si-description img {
    max-width: 100%;
    height: auto
}

@media(min-width:1701px) {
    .si-promo-fullwidth.si-layout-size-02 .si-description {
        padding: 10% 17.6%
    }
}

@media(min-width:1401px) and (max-width:1700px) {
    .si-promo-fullwidth.si-layout-size-02 .si-description {
        padding: 10% 8%
    }
}

@media(max-width:1400px) {
    .si-promo-fullwidth.si-layout-size-02 .si-description {
        padding: 10% 5%
    }
}

@media(max-width:1100px) {
    .si-promo-fullwidth.si-layout-size-02 .si-description {
        padding: 10% 5%
    }
}

@media(max-width:900px) {
    .si-promo-fullwidth.si-layout-size-02 .si-description .si-description-wrapper {
        max-width: 332px
    }
}

@media(max-width:789px) {
    .si-promo-fullwidth.si-layout-size-02 .si-description {
        padding: 5% 3%
    }

    .si-promo-fullwidth.si-layout-size-02 .si-description .si-description-wrapper {
        max-width: 283px
    }
}

@media(max-width:657px) {
    .si-promo-fullwidth.si-layout-size-02 .si-description {
        padding: 5% 10px
    }

    .si-promo-fullwidth.si-layout-size-02 .si-description .si-description-wrapper {
        max-width: 251px
    }
}

@media(max-width:575px) {
    .si-promo-fullwidth.si-layout-size-02 .si-description .si-description-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 160px
    }

    .si-promo-fullwidth.si-layout-size-02 .si-description .si-title-large {
        font-size: 23px;
        line-height: 27px
    }
}

.si-promo-fullwidth.si-layout-size-02 .si-description *:nth-child(1) {
    margin-top: 0
}

.si-promo-fullwidth.si-layout-size-02 .si-point-v-t {
    align-items: flex-start
}

.si-promo-fullwidth.si-layout-size-02 .si-point-v-b {
    align-items: flex-end
}

.si-promo-fullwidth.si-layout-size-02 .si-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.si-promo-fullwidth.si-layout-size-02 .si-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

@media(max-width:450px) {
    .si-promo-fullwidth .si-description:not(.si-point-h-r):not(.si-point-h-l) .si-description-wrapper {
        max-width: 270px
    }
}

.si-promo-fullwidth.si-promo-parallax {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 650px
}

@media(max-width:1199px) {
    .si-promo-fullwidth.si-promo-parallax {
        height: 550px
    }
}

@media(max-width:789px) {
    .si-promo-fullwidth.si-promo-parallax {
        height: 350px
    }
}

@media(max-width:451px) {
    .si-promo-fullwidth.si-promo-parallax {
        height: 250px
    }
}

.si-promo-fullwidth.si-promo-parallax.bg-position-bottom {
    background-position: center bottom
}

@media(min-width:1025px) {
    body:not(.touch-device) .si-promo-fullwidth.si-promo-parallax {
        background-attachment: fixed
    }
}

@media(min-width:1701px) {
    .container .si-promo-fullwidth .si-description {
        padding: 10% 10%
    }
}

@media(min-width:1401px) and (max-width:1700px) {
    .container .si-promo-fullwidth .si-description {
        padding: 10% 10%
    }
}

@media(max-width:1400px) {
    .container .si-promo-fullwidth .si-description {
        padding: 10% 12%
    }
}

@media(max-width:790px) {
    .container .si-promo-fullwidth .si-description {
        padding: 5% 5%
    }
}

.si-promo-fullwidth-02 {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.si-promo-fullwidth-02>img {
    width: 100%;
    height: auto
}

.si-promo-fullwidth-02 .si-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--GREY);
    transition: color .2s linear
}

.si-promo-fullwidth-02 .si-description .si-description-wrapper {
    text-align: center
}

.si-promo-fullwidth-02 .si-description .si-title-large {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: color .2s linear
}

.si-promo-fullwidth-02 .si-description p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 23px;
    transition: color .2s linear
}

.si-promo-fullwidth-02 .si-description img {
    max-width: 100%;
    height: auto
}

@media(max-width:1024px) {
    .si-promo-fullwidth-02 .si-description .si-title-large {
        font-size: 24px;
        line-height: 30px
    }

    .si-promo-fullwidth-02 .si-description p {
        line-height: 19px;
        margin-top: 15px
    }
}

@media(max-width:789px) {
    .si-promo-fullwidth-02 .si-description .si-title-large {
        font-size: 18px;
        line-height: 22px
    }

    .si-promo-fullwidth-02 .si-description p {
        margin-top: 8px
    }
}

@media(max-width:575px) {
    .si-promo-fullwidth-02 .si-description .si-title-large {
        font-size: 16px;
        line-height: 19px
    }

    .si-promo-fullwidth-02 .si-description .si-title-large br {
        display: none
    }

    .si-promo-fullwidth-02 .si-description p {
        margin-top: 5px
    }
}

.si-promo-fullwidth-02 .si-description *:nth-child(1) {
    margin-top: 0
}

.si-promo-fullwidth-02 .si-point-v-t {
    align-items: flex-start
}

.si-promo-fullwidth-02 .si-point-v-b {
    align-items: flex-end
}

.si-promo-fullwidth-02 .si-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.si-promo-fullwidth-02 .si-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

.si-promo-03 {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.si-promo-03>img {
    width: 100%;
    height: auto
}

.si-content-aside:not(:last-child) {
    margin-bottom: 33px
}

.si-btn-col-close+.si-content-aside {
    margin-top: 32px
}

@media(min-width:1025px) {
    .si-collection-listing {
        margin-top: -38px
    }

    .si-collection-listing .si-collection-item {
        margin-top: 38px
    }
}

@media(max-width:1024px) and (min-width:576px) {
    .si-collection-listing {
        margin-top: -40px
    }

    .si-collection-listing .si-collection-item {
        margin-top: 40px
    }
}

@media(max-width:575px) {
    .si-collection-listing {
        margin-top: -30px
    }

    .si-collection-listing .si-collection-item {
        margin-top: 30px
    }
}

.si-collection-item {
    display: block
}

.si-collection-item img {
    max-width: 100%;
    height: auto
}

.si-collection-item .si-description {
    padding-top: 14px;
    position: relative;
    text-align: center
}

.si-collection-item .si-description .si-title {
    /* font-family: "Hind", sans-serif; */
    font-size: 14px;
    font-weight: 400;
    color: var(--BLACK);
    transition: color .2s linear
}

.si-collection-item .si-description .si-title a {
    color: var(--BLACK)
}

.si-collection-item .si-description .si-add-info {
    list-style: none;
    margin: 2px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.si-collection-item .si-description .si-add-info li {
    font-size: 12px;
    line-height: 19px;
    color: #999
}

.si-collection-item.hover-type-02 .si-image-box {
    overflow: hidden
}

.si-collection-item.hover-type-02 img {
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.si-collection-item.hover-type-02:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

@media(min-width:576px) {
    .si-layout-promo02 {
        margin-top: -20px
    }
}

@media(max-width:575px) {
    .si-layout-promo02 {
        margin-top: -10px
    }
}

.si-promo02 {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.si-promo02 img {
    width: 100%;
    height: auto
}

.si-promo02 .image-box {
    overflow: hidden;
    display: block
}

.si-promo02 .image-box img {
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.si-promo02 .si-description {
    color: var(--GREY)
}

.si-promo02 .si-description:not(:empty) {
    padding-top: 14px
}

.si-promo02 .si-description .si-title-small {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: color .2s linear
}

.si-promo02 .si-description .si-title-large {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: color .2s linear
}

.si-promo02 .si-description a.si-title {
    display: inline-block
}

.si-promo02 .si-description p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    transition: color .2s linear
}

.si-promo02 .si-description p a {
    text-decoration: underline
}

.si-promo02 .si-description p a:hover {
    text-decoration: none
}

.si-promo02 .si-description p:first-child {
    margin-top: 1px
}

.si-promo02 .si-description [class^="btn"] {
    margin-top: 20px
}

.si-promo02 .si-description p+[class^="btn"] {
    margin-top: 12px
}

.si-promo02 .si-description img {
    max-width: 100%;
    height: auto
}

@media(max-width:1024px) {
    .si-promo02 .si-description .si-title-small {
        font-size: 15px;
        line-height: 22px
    }

    .si-promo02 .si-description .si-title-large {
        font-size: 23px;
        line-height: 30px
    }
}

@media(max-width:575px) {
    .si-promo02 .si-description .si-title-small {
        font-size: 15px;
        line-height: 22px
    }

    .si-promo02 .si-description .si-title-large {
        font-size: 20px;
        line-height: 29px
    }

    .si-promo02 .si-description p {
        margin-top: 0;
        line-height: 20px
    }

    .si-promo02 .si-description [class^="btn"] {
        margin-top: 10px
    }
}

.si-promo02 .si-description *:nth-child(1) {
    margin-top: 0
}

.si-promo02 .si-description [class^="btn"]:nth-child(1) {
    margin-top: 6px !important
}

.si-promo02 .si-description:first-child {
    padding-top: 0
}

.si-promo02 a {
    cursor: pointer
}

.si-promo02:hover .image-box img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

@media(max-width:575px) {
    .si-promo02 {
        margin-top: 10px
    }
}

.si-promo-box .si-description .si-color-white {
    color: var(--WHITE)
}

.si-promo-video {
    position: relative
}

.si-promo-video video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px
}

.si-promo-video .si-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--GREY);
    transition: color .2s linear;
    padding: 32px 30px;
    text-align: left;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: var(--WHITE)
}

.si-promo-video .si-description.si-point-v-t {
    align-items: flex-start;
    align-content: flex-start
}

.si-promo-video .si-description.si-point-v-b {
    align-items: flex-end
}

.si-promo-video .si-description.si-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.si-promo-video .si-description.si-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

.si-promo-video .si-description:not(.text-left) {
    text-align: center
}

.si-promo-video .si-description.text-left {
    justify-content: flex-start
}

.si-promo-video .si-description .si-title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    color: var(--WHITE);
    padding: 0 0 12px 0
}

@media(max-width:1024px) {
    .si-promo-video .si-description {
        font-size: 18px;
        line-height: 26px;
        padding: 32px 20px
    }

    .si-promo-video .si-description .si-title {
        font-size: 30px;
        line-height: 34px
    }
}

@media(max-width:575px) {
    .si-promo-video .si-description {
        font-size: 16px;
        line-height: 24px;
        padding: 32px 20px
    }

    .si-promo-video .si-description .si-title {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 7px
    }
}

@media(min-width:791px) {
    .si-promo-vide__revers>*:first-child {
        order: 2
    }

    .si-promo-vide__revers>*:last-child {
        order: 1
    }
}

.si-promo-fixed {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    background-color: var(--WHITE);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 10px;
    overflow: hidden;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 6;
    margin-right: 20px;
    max-width: 360px;
    border-radius: 5px;
    opacity: 0
}

.si-promo-fixed .si-btn-close {
    background: 0;
    border: 0;
    outline: 0;
    color: #999;
    font-family: "wokiee";
    font-size: 14px;
    position: absolute;
    right: 2px;
    top: 3px;
    display: block;
    cursor: pointer;
    transition: color .2s linear
}

.si-promo-fixed .si-btn-close:hover {
    color: #00ba9b
}

.si-promo-fixed .si-btn-close:before {
    display: block;
    content: "\e9b3"
}

.si-promo-fixed .si-img {
    width: 80px;
    min-width: 80px
}

.si-promo-fixed .si-img img {
    width: 100%;
    height: auto
}

@media(max-width:380px) {
    .si-promo-fixed .si-img {
        width: 65px;
        min-width: 65px
    }
}

.si-promo-fixed .si-img+.si-description {
    margin-left: 13px;
    margin-top: -3px
}

.si-promo-fixed .si-description {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    padding-right: 17px;
    color: #999;
    width: 100%
}

.si-promo-fixed .si-description .si-title {
    font-size: 14px;
    font-weight: 400;
    font-family: "Hind", sans-serif
}

.si-promo-fixed .si-description a {
    color: var(--BLACK);
    display: inline-block;
    transition: color .2s linear
}

.si-promo-fixed .si-description a:hover {
    color: #00ba9b
}

.si-promo-fixed .si-description p {
    margin: 0;
    font-size: 14px;
    line-height: 22px
}

.si-promo-fixed .si-description .si-box-top {
    flex: 2 1 auto;
    width: 100%
}

.si-promo-fixed .si-description .si-info {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    position: relative;
    top: 2px
}

.si-promo-fixed .si-description>*:nth-child(1) {
    margin-top: 0
}

@media(min-width:1230px) {
    .si-shopcart-table {
        margin-right: 20px
    }
}

.si-shopcart-table table {
    width: 100%
}

.si-shopcart-table table tr {
    border-top: 1px solid #e9e7e7;
    position: relative
}

.si-shopcart-table table tr td {
    vertical-align: middle;
    padding: 20px 0
}

.si-shopcart-table table tr:last-child {
    border-bottom: 1px solid #e9e7e7
}

.si-shopcart-table .si-btn-close {
    font-family: "wokiee";
    color: var(--BLACK);
    font-size: 15px;
    padding: 5px;
    margin-left: -5px;
    display: inline-block;
    transition: color .2s linear
}

.si-shopcart-table .si-btn-close:hover {
    color: #00ba9b
}

.si-shopcart-table .si-btn-close:before {
    content: "\ea21"
}

.si-shopcart-table .si-product-img img {
    max-width: 100px;
    height: auto
}

.si-shopcart-table .si-title {
    font-size: 14px;
    font-weight: normal;
    /* font-family: "Hind", sans-serif; */
    padding-right: 20px;
    color: var(--BLACK)
}

.si-shopcart-table .si-title a {
    color: var(--BLACK)
}

.si-shopcart-table .si-title a:hover {
    color: #00ba9b
}

.si-shopcart-table .si-price {
    color: var(--BLACK);
    font-size: 16px;
    font-weight: 500
}

@media(min-width:790px) {
    .si-shopcart-table .si-shopcart-btn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-top: 32px
    }

    .si-shopcart-table .si-shopcart-btn .col-left {
        flex: 2 1 auto
    }

    .si-shopcart-table .si-shopcart-btn *[class^="btn"]:not(:first-child) {
        margin-left: 40px
    }
}

@media(max-width:789px) {
    .si-shopcart-table .si-shopcart-btn {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-top: 3px
    }

    .si-shopcart-table .si-shopcart-btn .col-left {
        order: 1
    }

    .si-shopcart-table .si-shopcart-btn .col-right {
        order: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .si-shopcart-table .si-shopcart-btn .col-right .btn-link:first-child {
        order: 2
    }

    .si-shopcart-table .si-shopcart-btn *[class^="btn"] {
        margin-top: 15px
    }
}

@media(min-width:790px) {
    .si-shopcart-table table td:nth-child(1) {
        width: 28px
    }

    .si-shopcart-table table td:nth-child(2) {
        width: 121px
    }

    .si-shopcart-table table td:nth-child(3) {
        width: auto
    }

    .si-shopcart-table table td:nth-child(4) {
        width: 100px
    }

    .si-shopcart-table table td:nth-child(5) {
        width: 132px
    }

    .si-shopcart-table table td:nth-child(6) {
        width: 100px;
        text-align: right
    }

    .si-shopcart-table .si-price:not(.subtotal) {
        margin-right: 24px
    }

    .si-shopcart-table .si-price.subtotal {
        margin-left: 24px
    }

    .si-shopcart-table .si-list-parameters {
        display: none
    }
}

@media(max-width:789px) {
    .si-shopcart-table table td:nth-child(2) {
        width: 121px
    }

    .si-shopcart-table table td:nth-child(n+4) {
        display: none
    }

    .si-shopcart-table table td:nth-child(3) {
        width: auto
    }

    .si-shopcart-table td:nth-child(3)>*:nth-child(1) {
        margin-top: 0
    }

    .si-shopcart-table .si-list-parameters {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        margin-top: 11px
    }

    .si-shopcart-table .si-list-parameters li:not(:first-child) {
        margin-top: 11px
    }
}

.si-shopcart-box .si-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .02em
}

.si-shopcart-box p {
    margin-top: 14px
}

.si-shopcart-box form {
    display: block;
    margin-top: 17px
}

.si-shopcart-box form textarea:nth-child(1) {
    margin-top: 23px
}

.si-shopcart-box *[class^="btn"] {
    width: 100%
}

.si-shopcart-box *[class^="btn"]+p {
    margin-top: 25px
}

.si-shopcart-box ul {
    margin-top: 6px
}

.si-shopcart-box.si-boredr-large {
    border-width: 2px
}

.si-shopcart-table01 {
    width: 100%;
    /* font-family: "Hind", sans-serif */
}

.si-shopcart-table01 th,
.si-shopcart-table01 td {
    color: var(--BLACK);
    vertical-align: middle
}

.si-shopcart-table01 tbody tr th {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 5px 0
}

.si-shopcart-table01 tbody tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    text-align: right
}

.si-shopcart-table01 tfoot {
    width: 100%
}

.si-shopcart-table01 tfoot tr th,
.si-shopcart-table01 tfoot tr td {
    padding: 17px 0
}

.si-shopcart-table01 tfoot tr th {
    font-size: 24px;
    font-size: 16px;
    padding-top: 19px
}

.si-shopcart-table01 tfoot tr td {
    font-size: 24px;
    color: #00ba9b;
    font-weight: 500;
    text-align: right;
    padding: 0
}

@media(max-width:575px) {

    .si-shopcart-table01 tfoot tr th,
    .si-shopcart-table01 tfoot tr td {
        font-size: 20px;
        padding: 10px 0
    }
}

table+*[class^="btn"] {
    margin-top: 20px
}

@media(max-width:575px) {
    table+*[class^="btn"] {
        margin-top: 11px
    }
}

.si-shopcart-table-02 table {
    width: 100%
}

.si-shopcart-table-02 table tr {
    border-top: 1px solid #e9e7e7;
    position: relative
}

.si-shopcart-table-02 table tr td {
    vertical-align: middle;
    padding: 20px 0
}

.si-shopcart-table-02 table tr:last-child {
    border-bottom: 1px solid #e9e7e7
}

.si-shopcart-table-02 .si-btn-close {
    font-family: "wokiee";
    color: var(--BLACK);
    font-size: 15px;
    padding: 5px;
    margin-left: -5px;
    display: inline-block;
    transition: color .2s linear
}

.si-shopcart-table-02 .si-btn-close:before {
    content: "\ea21"
}

.si-shopcart-table-02 .si-btn-close:hover {
    color: #00ba9b
}

.si-shopcart-table-02 .si-product-img img {
    max-width: 100px;
    height: auto
}

.si-shopcart-table-02 .si-title {
    font-size: 14px;
    font-weight: normal;
    /* font-family: "Hind", sans-serif; */
    padding-right: 20px;
    color: var(--BLACK)
}

.si-shopcart-table-02 .si-title a {
    color: var(--BLACK)
}

.si-shopcart-table-02 .si-title a:hover {
    color: #00ba9b
}

.si-shopcart-table-02 .si-list-description {
    list-style: none;
    margin: 0;
    padding: 0
}

.si-shopcart-table-02 .si-list-description li {
    color: var(--GREY);
    font-size: 14px
}

.si-shopcart-table-02 .si-price {
    color: var(--BLACK);
    font-size: 16px;
    font-weight: 500
}

@media(min-width:790px) {
    .si-shopcart-table-02 .si-shopcart-btn {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-top: 32px
    }

    .si-shopcart-table-02 .si-shopcart-btn .col-left {
        flex: 2 1 auto
    }

    .si-shopcart-table-02 .si-shopcart-btn *[class^="btn"]:not(:first-child) {
        margin-left: 40px
    }
}

@media(max-width:789px) {
    .si-shopcart-table-02 .si-shopcart-btn {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-top: 3px
    }

    .si-shopcart-table-02 .si-shopcart-btn .col-left {
        order: 1
    }

    .si-shopcart-table-02 .si-shopcart-btn .col-right {
        order: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    .si-shopcart-table-02 .si-shopcart-btn .col-right .btn-link:first-child {
        order: 2
    }

    .si-shopcart-table-02 .si-shopcart-btn *[class^="btn"] {
        margin-top: 15px
    }
}

@media(min-width:790px) {
    .si-shopcart-table-02 table td:nth-child(1) {
        width: 121px
    }

    .si-shopcart-table-02 table td:nth-child(2) {
        width: auto
    }

    .si-shopcart-table-02 table td:nth-child(3) {
        width: 16%;
        min-width: 100px
    }

    .si-shopcart-table-02 table td:nth-child(4) {
        width: 17%;
        min-width: 132px
    }

    .si-shopcart-table-02 table td:nth-child(5) {
        width: 13%;
        min-width: 100px;
        text-align: right
    }

    .si-shopcart-table-02 table td:nth-child(6) {
        width: 4%;
        min-width: 28px;
        text-align: right
    }

    .si-shopcart-table-02 .si-price:not(.subtotal) {
        margin-right: 24px
    }

    .si-shopcart-table-02 .si-price.subtotal {
        margin-left: 24px
    }

    .si-shopcart-table-02 .si-list-parameters {
        display: none
    }
}

@media(max-width:789px) {
    .si-shopcart-table-02 table td:nth-child(1) {
        width: 121px
    }

    .si-shopcart-table-02 table td:nth-child(3) {
        width: auto
    }

    .si-shopcart-table-02 table td:nth-child(3) {
        display: none
    }

    .si-shopcart-table-02 table td:nth-child(4) {
        display: none
    }

    .si-shopcart-table-02 table td:nth-child(5) {
        display: none
    }

    .si-shopcart-table-02 td:nth-child(3)>*:nth-child(1) {
        margin-top: 0
    }

    .si-shopcart-table-02 .si-list-parameters {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        margin-top: 11px
    }

    .si-shopcart-table-02 .si-list-parameters li:not(:first-child) {
        margin-top: 11px
    }
}

.si-shopcart-wrapper {
    border: 1px solid #e9e7e7
}

@media(min-width:576px) {
    .si-shopcart-wrapper {
        padding: 32px 39px 35px
    }
}

@media(max-width:575px) {
    .si-shopcart-wrapper {
        padding: 25px 24px 23px
    }
}

@media(max-width:575px) {
    .si-shopcart-wrapper .si-shopcart-box .si-title {
        font-size: 17px
    }
}

.si-shopcart-wrapper .si-shopcart-box:not(:first-child) {
    margin-top: 25px
}

@media(max-width:1229px) {
    .si-shopcart-wrapper {
        margin-top: 56px
    }
}

@media(max-width:1024px) {
    .si-shopcart-wrapper {
        margin-top: 36px
    }
}

@media(max-width:575px) {
    .si-shopcart-wrapper {
        margin-top: 20px
    }
}

.si-shopcart-col {
    margin-top: 56px
}

@media(max-width:1024px) {
    .si-shopcart-col {
        margin-top: 36px
    }
}

@media(max-width:575px) {
    .si-shopcart-col {
        margin-top: 20px
    }
}

@media(min-width:790px) {
    .si-shopcart-col .form-control {
        height: 323px
    }
}

.si-shopcart-col .si-shopcart-box {
    border: 1px solid #e9e7e7
}

@media(min-width:576px) {
    .si-shopcart-col .si-shopcart-box {
        padding: 32px 39px 35px
    }
}

@media(max-width:575px) {
    .si-shopcart-col .si-shopcart-box {
        padding: 17px 24px 20px
    }

    .si-shopcart-col .si-shopcart-box .si-title {
        font-size: 17px
    }
}

.si-shopcart-col .si-shopcart-box {
    margin-top: 20px
}

.si-shopping-layout .si-title-border {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    padding: 0 0 21px 0;
    letter-spacing: .02em
}

.si-shopping-layout .si-title {
    font-size: 20px;
    padding-bottom: 26px;
    letter-spacing: .02em;
    color: var(--BLACK)
}

.si-shopping-layout table+*[class^="btn"],
.si-shopping-layout .si-table-responsive+*[class^="btn"] {
    margin-top: 30px
}

.si-shopping-layout .si-link-back {
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    font-size: 14px;
    color: #00ba9b;
    margin-top: 20px;
    letter-spacing: .02em;
    display: inline-block;
    text-decoration: none;
    transition: color .2s linear
}

.si-shopping-layout .si-link-back *[class^="icon-"] {
    font-size: 20px;
    top: 4px;
    position: relative;
    margin-right: 5px
}

.si-shopping-layout .si-link-back:hover {
    color: var(--BLACK)
}

.si-shopping-layout .si-data {
    font-size: 15px;
    margin-top: 17px
}

.si-shopping-layout .si-wrapper {
    margin-top: 55px
}

.si-shopping-layout .si-title+.si-wrapper {
    margin-top: 30px
}

.si-shopping-layout .si-shop-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-top: 23px;
    margin-left: -37px
}

.si-shopping-layout .si-shop-btn *[class^="btn"] {
    margin-left: 37px
}

.si-shopping-layout .si-shop-btn svg {
    fill: #00ba9b;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    transition: fill .2s linear
}

.si-shopping-layout .si-shop-btn:hover svg {
    fill: var(--BLACK)
}

.si-table-shop-01 {
    border-bottom: 1px solid #e9e7e7;
    width: 100%
}

.si-table-shop-01 th,
.si-table-shop-01 td {
    width: 20%;
    line-height: 17px
}

.si-table-shop-01 thead tr {
    border-top: 1px solid #e9e7e7
}

.si-table-shop-01 thead th {
    color: var(--BLACK);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 12px 10px 10px 0;
    /* font-family: "Hind", sans-serif */
}

.si-table-shop-01 tbody tr {
    border-top: 1px solid #e9e7e7
}

.si-table-shop-01 tbody td {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 10px
}

.si-table-shop-01 tbody td a {
    color: #00ba9b;
    transition: color .2s linear
}

.si-table-shop-01 tbody td a:hover {
    color: var(--BLACK)
}

.si-table-shop-02 {
    border-bottom: 1px solid #e9e7e7;
    width: 100%
}

.si-table-shop-02 thead tr {
    border-top: 1px solid #e9e7e7
}

.si-table-shop-02 thead th {
    color: var(--BLACK);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 10px 7px 0;
    /* font-family: "Hind", sans-serif */
}

.si-table-shop-02 tbody tr {
    border-top: 1px solid #e9e7e7
}

.si-table-shop-02 tbody td {
    padding-top: 10px;
    padding-bottom: 7px;
    padding-right: 10px
}

.si-table-shop-02 tbody td a {
    color: #00ba9b;
    transition: color .2s linear
}

.si-table-shop-02 tbody td a:hover {
    color: var(--BLACK)
}

.si-table-shop-02 tbody td:first-child {
    width: 20%;
    min-width: 134px;
    color: var(--BLACK);
    font-weight: 500;
    letter-spacing: .02em;
    /* font-family: "Hind", sans-serif; */
    padding-top: 9px;
    padding-bottom: 8px
}

.si-table-shop-03 {
    width: 100%
}

.si-table-shop-03 tr {
    border-bottom: 1px solid #e9e7e7
}

.si-table-shop-03 tr td:nth-child(1),
.si-table-shop-03 tr th:nth-child(1) {
    width: 35%;
    min-width: 150px
}

.si-table-shop-03 tr td:not(:nth-child(1)),
.si-table-shop-03 tr th:not(:nth-child(1)) {
    width: 21%;
    min-width: 85px
}

.si-table-shop-03 td,
.si-table-shop-03 th {
    vertical-align: top;
    padding: 9px 10px 8px 0
}

.si-table-shop-03 strong {
    color: var(--BLACK);
    font-weight: 500;
    /* font-family: "Hind", sans-serif */
}

.si-table-shop-03 thead tr {
    border-top: 1px solid #e9e7e7
}

.si-table-shop-03 thead tr th {
    color: var(--BLACK);
    font-weight: 500;
    /* font-family: "Hind", sans-serif */
}

.si-shop-info {
    max-width: 317px
}

.si-shop-info .si-item .si-title {
    font-size: 14px;
    color: var(--BLACK);
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    letter-spacing: .02em;
    margin: 0;
    padding: 0
}

.si-shop-info .si-item .si-title+.si-description {
    margin-top: 17px
}

.si-shop-info .si-item .si-description strong {
    color: #00ba9b
}

.si-shop-info .si-item .si-description p {
    margin-top: 0
}

.si-shop-info .si-item .si-description a {
    color: #00ba9b;
    transition: color .2s linear
}

.si-shop-info .si-item .si-description a:hover {
    color: var(--BLACK)
}

.si-shop-info .si-item:not(:first-child) {
    margin-top: 47px
}

.si-lookbook {
    text-align: center;
    position: relative
}

.si-lookbook img {
    width: 100%;
    height: auto
}

.si-lookbook .si-hotspot {
    position: absolute;
    color: var(--WHITE);
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    width: 38px;
    height: 38px
}

.si-lookbook .si-hotspot .si-btn {
    width: 38px;
    height: 38px;
    padding: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transition: padding .2s linear
}

.si-lookbook .si-hotspot .si-btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: attr(data-style-top);
    background-color: #00ba9b;
    border-radius: 50%;
    transition: background-color .2s linear
}

.si-lookbook .si-hotspot .si-btn:before {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    font-family: "wokiee";
    font-size: 14px;
    content: "\e9a0";
    line-height: 1;
    font-weight: normal;
    width: 38px;
    height: 38px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s linear
}

.si-lookbook .si-hotspot .si-img a {
    display: block
}

.si-lookbook .si-hotspot .si-content-parent {
    display: none
}

.si-lookbook .si-hotspot .si-description .new-price {
    margin-right: 7px
}

.si-lookbook .si-hotspot .si-description .old-price {
    text-decoration: line-through
}

@media(max-width:789px) {
    .si-lookbook .si-hotspot .si-hotspot-content {
        position: relative
    }

    .si-lookbook .si-hotspot .si-hotspot-content .si-description .si-title {
        padding-right: 16px
    }
}

@media(max-width:575px) {
    .si-lookbook .si-hotspot .si-hotspot-content .si-description .si-title {
        margin-top: -3px;
        line-height: 17px
    }

    .si-lookbook .si-hotspot .si-hotspot-content .si-description .si-price {
        margin-top: 4px
    }

    .si-lookbook .si-hotspot .si-hotspot-content .si-description [class^="btn"] {
        margin-top: 10px
    }
}

.si-lookbook .si-hotspot.active .si-btn {
    padding: 9px
}

.si-lookbook .si-hotspot.active .si-btn:after {
    background-color: var(--BLACK)
}

.si-lookbook .si-hotspot.active .si-btn:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

@media(max-width:789px) {
    .si-lookbook .si-hotspot.active {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        z-index: 7
    }

    .si-lookbook .si-hotspot.active .si-btn {
        z-index: 0
    }

    .si-lookbook .si-hotspot.active:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.8)
    }

    .si-lookbook .si-hotspot.active .si-hotspot-content {
        position: relative;
        z-index: 8;
        left: 0
    }

    .si-lookbook .si-hotspot.active .si-hotspot-content .si-img {
        width: 28%;
        min-width: 28%
    }
}

body:not(.touch-device) .si-hotspot .si-btn:hover:after {
    background-color: var(--BLACK)
}

.si-hotspot-content {
    background-color: var(--WHITE);
    z-index: -1;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    border-radius: 6px
}

.si-hotspot-content img {
    max-width: 100%;
    height: auto
}

.si-hotspot-content .si-btn-close {
    position: absolute;
    display: block;
    right: 14px;
    top: 8px;
    font-family: "wokiee";
    font-size: 14px;
    color: var(--BLACK);
    z-index: 1;
    padding: 5px;
    transition: color .2s linear
}

.si-hotspot-content .si-btn-close:before {
    content: "\e9b3"
}

.si-hotspot-content .si-btn-close:hover {
    color: #00ba9b
}

.si-hotspot-content .si-img {
    width: 99px;
    min-width: 99px
}

.si-hotspot-content .si-img+.si-description {
    margin-left: 19px
}

.si-hotspot-content .si-description {
    text-align: left
}

.si-hotspot-content .si-description .si-title {
    font-size: 14px;
    line-height: 22px;
    /* font-family: "Hind", sans-serif; */
    font-weight: 400;
    color: var(--BLACK);
    margin-top: -5px;
    padding-right: 12px
}

.si-hotspot-content .si-description .si-title a {
    color: var(--BLACK)
}

.si-hotspot-content .si-description .si-title a:hover {
    color: #00ba9b
}

.si-hotspot-content .si-description .si-price {
    color: var(--BLACK);
    font-weight: 500;
    font-size: 16px;
    padding-right: 12px
}

.si-hotspot-content .si-description .si-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.si-hotspot-content .si-description .si-price .old-price {
    color: var(--BLACK);
    text-decoration: line-through
}

.si-hotspot-content .si-description [class^="btn"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 22px;
    width: 100%
}

.si-hotspot-content .si-description>*:nth-child(1):not(.si-title) {
    margin-top: 0
}

@media(min-width:790px) {
    .si-hotspot-content {
        width: 300px
    }
}

@media(max-width:798px) {
    .si-hotspot-content {
        max-width: 300px
    }
}

.si-lookbook-popup {
    position: absolute;
    z-index: 21;
    display: none;
    opacity: 0
}

.si-lookbook-masonry {
    margin-top: -20px;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px
}

.si-lookbook-masonry .grid:after {
    content: '';
    display: block;
    clear: both
}

.si-lookbook-masonry .element-item {
    position: relative;
    float: left
}

.si-lookbook-masonry .si-lookbook-init {
    opacity: 0;
    transition: opacity .2s linear
}

.si-lookbook-masonry .si-lookbook-init.si-show {
    opacity: 1
}

.si-lookbook-masonry .si-grid-col-2 .element-item {
    width: 50%;
    margin-top: 20px;
    padding: 0 8px
}

@media(max-width:789px) {
    .si-lookbook-masonry .si-grid-col-2 .element-item {
        width: 100%
    }
}

@media(max-width:575px) {
    .si-lookbook-masonry .si-grid-col-2 .element-item {
        margin-top: 10px;
        padding: 0
    }
}

.si-lookbook-masonry .si-grid-col-3 .element-item {
    width: 33.33%;
    margin-top: 20px;
    padding: 0 10px
}

@media(max-width:1024px) {
    .si-lookbook-masonry .si-grid-col-3 .element-item {
        width: 50%
    }
}

@media(max-width:789px) {
    .si-lookbook-masonry .si-grid-col-3 .element-item {
        width: 100%
    }
}

@media(max-width:575px) {
    .si-lookbook-masonry .si-grid-col-3 .element-item {
        margin-top: 10px;
        padding: 0
    }
}

.si-lookbook-masonry:after {
    content: '';
    display: block;
    clear: both
}

.si-carousel-lookbook.arrow-location-center .slick-slide {
    padding: 0 10px
}

.si-carousel-lookbook.arrow-location-center .slick-prev {
    left: 15px
}

.si-carousel-lookbook.arrow-location-center .slick-next {
    right: 15px
}

.slider-revolution {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1
}

.slider-revolution video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block
}

.slider-revolution .tp-dottedoverlay {
    z-index: 1
}

.slider-revolution .tp-dottedoverlay.twoxtwo {
    background: 0
}

.slider-revolution .tp-bullets {
    bottom: 7% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

.slider-revolution .tp-bullets .bullet {
    width: 14px;
    height: 14px;
    background-color: #dadada;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer
}

.slider-revolution .tp-bullets .bullet.selected {
    background-color: var(--BLACK)
}

@media(max-width:575px) {
    .slider-revolution .tp-bullets {
        display: none
    }
}

.slider-revolution.slider-revolution__dots-b-r .tp-bullets {
    margin-left: 0 !important;
    bottom: 20px !important;
    right: 20px !important;
    left: inherit !important
}

.slider-revolution.slider-revolution__dots-color02 .tp-bullets .bullet {
    margin: 0 7px;
    background-color: var(--WHITE)
}

.slider-revolution.slider-revolution__dots-color02 .tp-bullets .bullet:hover,
.slider-revolution.slider-revolution__dots-color02 .tp-bullets .bullet.selected {
    opacity: .5
}

.slider-revolution.slider-revolution__arrows-none .tp-leftarrow,
.slider-revolution.slider-revolution__arrows-none .tp-rightarrow {
    display: none !important
}

.slider-revolution .video-play a {
    font-size: 40px;
    line-height: 40px;
    color: #c2c2c2
}

@media(max-width:500px) {
    .slider-revolution .video-play a {
        font-size: 35px;
        line-height: 35px
    }
}

.slider-revolution .video-play a:hover {
    color: #00ba9b
}

.slider-revolution .video-play .btn-pause {
    display: none
}

.slider-revolution .video-play.pause .btn-play {
    display: none
}

.slider-revolution .video-play.pause .btn-pause {
    display: block
}

.slider-revolution .tp-caption1 {
    text-align: center;
    color: var(--BLACK)
}

.slider-revolution .tp-caption1-wd-1 {
    font-weight: 500;
    /* font-family: "Hind", sans-serif */
}

.slider-revolution .tp-caption1-wd-2 {
    font-weight: 500;
    /* font-family: "Hind", sans-serif */
}

.slider-revolution .tp-caption1-wd-3 {
    font-weight: 300;
    /* font-family: "Hind", sans-serif */
}

.slider-revolution [class^="btn"] {
    position: inherit;
    background-color: #00ba9b;
    color: var(--WHITE)
}

.slider-revolution [class^="btn"]:hover {
    background-color: #019179;
    color: var(--WHITE)
}

@media(min-width:1230px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 50px;
        line-height: 1
    }

    .slider-revolution .tp-caption1-wd-2 {
        font-size: 90px;
        line-height: 1;
        margin-top: 10px
    }

    .slider-revolution .tp-caption1-wd-3 {
        font-size: 16px;
        line-height: 1;
        margin-top: 15px
    }

    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 36px
    }
}

@media(min-width:1025px) and (max-width:1229px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 40px;
        line-height: 1
    }

    .slider-revolution .tp-caption1-wd-2 {
        font-size: 70px;
        line-height: 1;
        margin-top: 5px
    }

    .slider-revolution .tp-caption1-wd-3 {
        font-size: 16px;
        line-height: 1;
        margin-top: 18px
    }

    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 36px
    }
}

@media(min-width:790px) and (max-width:1024px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 30px;
        line-height: 1
    }

    .slider-revolution .tp-caption1-wd-2 {
        font-size: 50px;
        line-height: 1;
        margin-top: 10px
    }

    .slider-revolution .tp-caption1-wd-3 {
        font-size: 15px;
        line-height: 1.2;
        margin-top: 10px
    }

    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 27px
    }
}

@media(min-width:576px) and (max-width:789px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 25px;
        line-height: 1
    }

    .slider-revolution .tp-caption1-wd-2 {
        font-size: 35px;
        line-height: 1;
        margin-top: 10px
    }

    .slider-revolution .tp-caption1-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 10px;
        max-width: 250px
    }

    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 17px
    }
}

@media(min-width:461px) and (max-width:575px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 15px;
        line-height: 1.1
    }

    .slider-revolution .tp-caption1-wd-2 {
        font-size: 25px;
        line-height: 1.1;
        margin-top: 5px
    }

    .slider-revolution .tp-caption1-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        max-width: 250px;
        margin-top: 7px
    }

    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 12px
    }
}

@media(max-width:460px) {
    .slider-revolution .tp-caption1-wd-1 {
        font-size: 15px;
        line-height: 1.1
    }

    .slider-revolution .tp-caption1-wd-2 {
        font-size: 19px;
        line-height: 1.1;
        margin-top: 5px
    }

    .slider-revolution .tp-caption1-wd-3 {
        font-size: 12px;
        line-height: 1.3;
        max-width: 184px;
        margin-top: 7px
    }

    .slider-revolution .tp-caption1-wd-4 {
        margin-top: 10px
    }

    .slider-revolution [class^="btn"] {
        height: 34px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.slider-revolution .tp-caption2 {
    text-align: center
}

.slider-revolution .tp-caption2-wd-1 {
    font-weight: 500;
    /* font-family: "Hind", sans-serif */
}

.slider-revolution .tp-caption2-wd-2 {
    font-weight: 500;
    /* font-family: "Hind", sans-serif */
}

@media(min-width:1230px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 50px;
        line-height: 1;
        letter-spacing: .03em
    }

    .slider-revolution .tp-caption2-wd-2 {
        font-size: 90px;
        line-height: 1;
        margin-top: 5px;
        letter-spacing: .03em
    }

    .slider-revolution .tp-caption2-wd-3 {
        font-size: 16px;
        line-height: 1;
        margin-top: 25px
    }

    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 37px
    }
}

@media(min-width:1025px) and (max-width:1229px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 40px;
        line-height: 1
    }

    .slider-revolution .tp-caption2-wd-2 {
        font-size: 70px;
        line-height: 1;
        margin-top: 10px
    }

    .slider-revolution .tp-caption2-wd-3 {
        font-size: 16px;
        line-height: 1;
        margin-top: 18px
    }

    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 37px
    }
}

@media(min-width:790px) and (max-width:1024px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 30px;
        line-height: 1
    }

    .slider-revolution .tp-caption2-wd-2 {
        font-size: 50px;
        line-height: 1;
        margin-top: 10px
    }

    .slider-revolution .tp-caption2-wd-3 {
        font-size: 15px;
        line-height: 1;
        margin-top: 10px
    }

    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 27px
    }
}

@media(min-width:576px) and (max-width:789px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 25px;
        line-height: 1
    }

    .slider-revolution .tp-caption2-wd-2 {
        font-size: 30px;
        line-height: 1;
        margin-top: 10px
    }

    .slider-revolution .tp-caption2-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 10px;
        max-width: 250px
    }

    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 17px
    }
}

@media(min-width:461px) and (max-width:575px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 15px;
        line-height: 1
    }

    .slider-revolution .tp-caption2-wd-2 {
        font-size: 25px;
        line-height: 1;
        margin-top: 5px
    }

    .slider-revolution .tp-caption2-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        max-width: 250px;
        margin-top: 7px
    }

    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 12px
    }
}

@media(max-width:460px) {
    .slider-revolution .tp-caption2-wd-1 {
        font-size: 15px;
        line-height: 1
    }

    .slider-revolution .tp-caption2-wd-2 {
        font-size: 19px;
        line-height: 1;
        margin-top: 5px
    }

    .slider-revolution .tp-caption2-wd-3 {
        font-size: 12px;
        line-height: 1.2;
        max-width: 184px;
        margin-top: 7px
    }

    .slider-revolution .tp-caption2-wd-4 {
        margin-top: 7px
    }

    .slider-revolution [class^="btn"] {
        height: 34px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.slider-revolution .tp-caption3 {
    text-align: center
}

.slider-revolution .tp-caption3-wd-1 {
    font-weight: 600;
    /* font-family: "Hind", sans-serif */
}

.slider-revolution .tp-caption3-wd-2 {
    font-weight: 600;
    /* font-family: "Hind", sans-serif; */
    margin-top: 14px
}

.slider-revolution .tp-caption-list-btn>* {
    margin-left: 10px;
    margin-right: 10px
}

@media(min-width:1230px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 30px;
        line-height: 1;
        letter-spacing: .03em
    }

    .slider-revolution .tp-caption3-wd-2 {
        font-size: 50px;
        line-height: 1;
        letter-spacing: .03em
    }

    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 37px
    }
}

@media(min-width:1025px) and (max-width:1229px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 40px;
        line-height: 1
    }

    .slider-revolution .tp-caption3-wd-2 {
        font-size: 70px;
        line-height: 1;
        margin-top: 10px
    }

    .slider-revolution .tp-caption3-wd-3 {
        font-size: 16px;
        line-height: 1;
        margin-top: 18px
    }

    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 37px
    }
}

@media(min-width:790px) and (max-width:1024px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 30px;
        line-height: 1
    }

    .slider-revolution .tp-caption3-wd-2 {
        font-size: 50px;
        line-height: 1;
        margin-top: 10px
    }

    .slider-revolution .tp-caption3-wd-3 {
        font-size: 15px;
        line-height: 1;
        margin-top: 10px
    }

    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 27px
    }
}

@media(min-width:576px) and (max-width:789px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 25px;
        line-height: 1
    }

    .slider-revolution .tp-caption3-wd-2 {
        font-size: 30px;
        line-height: 1;
        margin-top: 10px
    }

    .slider-revolution .tp-caption3-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 10px;
        max-width: 250px
    }

    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 17px
    }
}

@media(min-width:461px) and (max-width:575px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 15px;
        line-height: 1
    }

    .slider-revolution .tp-caption3-wd-2 {
        font-size: 25px;
        line-height: 1;
        margin-top: 5px
    }

    .slider-revolution .tp-caption3-wd-3 {
        font-size: 14px;
        line-height: 1.3;
        max-width: 250px;
        margin-top: 7px
    }

    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 12px
    }
}

@media(max-width:460px) {
    .slider-revolution .tp-caption3-wd-1 {
        font-size: 15px;
        line-height: 1
    }

    .slider-revolution .tp-caption3-wd-2 {
        font-size: 19px;
        line-height: 1;
        margin-top: 5px
    }

    .slider-revolution .tp-caption3-wd-3 {
        font-size: 12px;
        line-height: 1.2;
        max-width: 184px;
        margin-top: 7px
    }

    .slider-revolution .tp-caption3-wd-4 {
        margin-top: 7px
    }

    .slider-revolution [class^="btn"] {
        height: 34px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.slider-revolution .tp-caption4 {
    text-align: center
}

.slider-revolution .tp-caption4-wd-1 {
    font-weight: 500;
    line-height: 1
}

.slider-revolution .tp-caption4-wd-2 {
    font-weight: 600;
    line-height: 1.14
}

.slider-revolution .tp-caption-list-btn>* {
    margin-left: 10px;
    margin-right: 10px
}

@media(min-width:1025px) {
    .slider-revolution .tp-caption4-wd-1 {
        font-size: 16px
    }

    .slider-revolution .tp-caption4-wd-2 {
        font-size: 36px;
        margin-top: 6px
    }
}

@media(max-width:1024px) {
    .slider-revolution .tp-caption4-wd-1 {
        font-size: 16px
    }

    .slider-revolution .tp-caption4-wd-2 {
        font-size: 32px;
        margin-top: 6px
    }
}

@media(max-width:575px) {
    .slider-revolution .tp-caption4-wd-1 {
        font-size: 14px;
        line-height: 1.2
    }

    .slider-revolution .tp-caption4-wd-2 {
        font-size: 27px;
        margin-top: 6px
    }
}

.slider-revolution .tp-caption5-wd-1 {
    font-weight: 500;
    line-height: 1;
    color: var(--WHITE);
    padding-right: 20px
}

@media(min-width:1025px) {
    .slider-revolution .tp-caption5-wd-1 {
        font-size: 40px;
        line-height: 44px;
        max-width: 620px
    }

    .slider-revolution .tp-caption5-btn {
        margin-top: 29px
    }
}

@media(max-width:1024px) {
    .slider-revolution .tp-caption5-wd-1 {
        font-size: 32px;
        line-height: 38px
    }

    .slider-revolution .tp-caption5-btn {
        margin-top: 20px
    }
}

@media(max-width:789px) {
    .slider-revolution .tp-caption5-wd-1 {
        font-size: 27px;
        line-height: 37px
    }

    .slider-revolution .tp-caption5-wd-1 br {
        display: none
    }

    .slider-revolution .tp-caption5-btn {
        margin-top: 29px
    }
}

@media(max-width:575px) {
    .slider-revolution .tp-caption5-wd-1 {
        font-size: 18px;
        line-height: 27px
    }

    .slider-revolution .tp-caption5-btn {
        margin-top: 9px
    }
}

.slider-revolution .tp-caption-left-bottom {
    position: absolute;
    max-width: 360px;
    bottom: 20px !important;
    left: 20px !important;
    z-index: 5
}

@media(max-width:960px) {
    .slider-revolution .tp-caption-left-bottom {
        max-width: 280px
    }
}

@media(max-width:787px) {
    .slider-revolution .tp-caption-left-bottom {
        display: none
    }
}

.slider-revolution__radius {
    border-radius: 6px
}

@media(min-width:790px) {
    .slider-revolution.revolution-default .tparrows.hidearrows {
        opacity: 1
    }
}

@media(max-width:789px) {
    .slider-revolution.revolution-default .tparrows {
        display: none
    }
}

.slider-revolution.revolution-default .tp-leftarrow.default,
.slider-revolution.revolution-default .tp-rightarrow.default {
    background: 0;
    font-size: 30px;
    line-height: 1;
    font-family: "wokiee";
    font-weight: 500;
    color: #dadada;
    transition: color .2s linear
}

.slider-revolution.revolution-default .tp-leftarrow.default:hover,
.slider-revolution.revolution-default .tp-rightarrow.default:hover {
    color: var(--BLACK)
}

.slider-revolution.revolution-default .tp-leftarrow:before,
.slider-revolution.revolution-default .tp-rightarrow:before {
    position: relative;
    top: 5px
}

.slider-revolution.revolution-default .tp-leftarrow:before {
    content: "\e90d"
}

.slider-revolution.revolution-default .tp-rightarrow:before {
    content: "\e90e"
}

.ie.gecko .fullcoveredvideo {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}

.mainSlider-layout {
    position: relative
}

@media(min-width:1025px) {
    .mainSliderSlick {
        height: calc(100vh - 50px)
    }
}

@media(max-width:1024px) and (min-width:551px) {
    .mainSliderSlick {
        height: 354px
    }
}

@media(max-width:550px) {
    .mainSliderSlick {
        height: 300px
    }
}

.mainSliderSlick .container {
    position: relative
}

.mainSliderSlick .slide .img--holder {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

@media(min-width:1025px) {
    .mainSliderSlick .slide .img--holder {
        height: calc(100vh - 50px)
    }
}

@media(max-width:1024px) and (min-width:551px) {
    .mainSliderSlick .slide .img--holder {
        height: 354px
    }
}

@media(max-width:550px) {
    .mainSliderSlick .slide .img--holder {
        height: 300px
    }
}

.mainSliderSlick .slide .slide-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start
}

@media(min-width:1025px) {
    .mainSliderSlick .slide .slide-content {
        padding-left: 25%;
        padding-right: 25%
    }
}

@media(max-width:1024px) {
    .mainSliderSlick .slide .slide-content {
        padding-left: 15%;
        padding-right: 15%
    }
}

@media(max-width:550px) {
    .mainSliderSlick .slide .slide-content {
        padding-left: 7%;
        padding-right: 7%
    }
}

.mainSliderSlick .slide .slide-content div[class^="tp-caption-"] {
    color: var(--BLACK);
    /* font-family: "Hind", sans-serif; */
    text-align: center
}

.mainSliderSlick .slide .slide-content div[class^="tp-caption-"]:first-child {
    margin-top: 0
}

@media(min-width:1025px) {
    .mainSliderSlick .slide .slide-content .tp-caption-01-01 {
        font-size: 36px;
        line-height: 1.1;
        font-weight: 400;
        text-align: center
    }

    .mainSliderSlick .slide .slide-content .tp-caption-01-02 {
        font-size: 70px;
        line-height: .97;
        font-weight: 500;
        margin-top: 8px
    }

    .mainSliderSlick .slide .slide-content .tp-caption-01-03 {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 300;
        margin-top: 23px
    }

    .mainSliderSlick .slide .slide-content .tp-caption-btn {
        margin-top: 35px
    }
}

@media(max-width:1024px) {
    .mainSliderSlick .slide .slide-content .tp-caption-01-01 {
        font-size: 25px
    }

    .mainSliderSlick .slide .slide-content .tp-caption-01-02 {
        font-size: 40px;
        line-height: 1
    }

    .mainSliderSlick .slide .slide-content .tp-caption-01-03 {
        font-size: 14px;
        margin-top: 8px
    }

    .mainSliderSlick .slide .slide-content .tp-caption-btn {
        margin-top: 15px
    }
}

@media(max-width:550px) {
    .mainSliderSlick .slide .slide-content .tp-caption-01-01 {
        font-size: 15px
    }

    .mainSliderSlick .slide .slide-content .tp-caption-01-01 br {
        display: none
    }

    .mainSliderSlick .slide .slide-content .tp-caption-01-02 {
        font-size: 25px;
        line-height: 1
    }

    .mainSliderSlick .slide .slide-content .tp-caption-01-02 br {
        display: none
    }

    .mainSliderSlick .slide .slide-content .tp-caption-01-03 {
        font-size: 13px;
        line-height: 1.2;
        font-weight: 300;
        margin-top: 8px
    }

    .mainSliderSlick .slide .slide-content .tp-caption-01-03 br {
        display: none
    }

    .mainSliderSlick .slide .slide-content .tp-caption-btn {
        margin-top: 15px
    }
}

.mainSliderSlick .slick-arrow:active {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    color: #dadada;
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.mainSliderSlick .slick-arrow:hover {
    color: var(--BLACK)
}

.mainSliderSlick .slick-arrow:before {
    font-family: "wokiee";
    font-size: 30px;
    line-height: 1
}

.mainSliderSlick .slick-prev {
    left: 8px
}

@media(max-width:575px) {
    .mainSliderSlick .slick-prev {
        left: 0
    }
}

.mainSliderSlick .slick-prev:before {
    content: "\e90d"
}

.mainSliderSlick .slick-next {
    right: 8px
}

@media(max-width:575px) {
    .mainSliderSlick .slick-next {
        right: 0
    }
}

.mainSliderSlick .slick-next:before {
    content: "\e90e"
}

.mainSliderSlick .slick-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    display: block
}

.mainSliderSlick .slick-dots li {
    display: inline-block
}

.mainSliderSlick .slick-dots li button {
    background: #dadada
}

.mainSliderSlick .slick-dots li button:hover {
    background: var(--BLACK)
}

.mainSliderSlick .slick-dots li.slick-active button {
    background: var(--BLACK)
}

.fadeInLeftSm {
    -webkit-animation-name: fadeInLeftSm;
    animation-name: fadeInLeftSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.fadeInRightSm {
    -webkit-animation-name: fadeInRightSm;
    animation-name: fadeInRightSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.fadeInUpSm {
    -webkit-animation-name: fadeInUpSm;
    animation-name: fadeInUpSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.animated.fadeInLeftSm,
.animated.fadeInRightSm,
.animated.fadeInUpSm {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

@-webkit-keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeftSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

body.is-loaded .loading-content {
    opacity: 0;
    visibility: hidden
}

.loading-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    background-color: var(--WHITE);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    transition: .5s
}

.loading-content.disable {
    opacity: 0
}

.loading-content .image {
    max-width: 15%
}

.loading-content .image img {
    -webkit-animation: flipInY 3s infinite;
    animation: flipInY 3s infinite;
    max-width: 100%
}

.loading-dots {
    margin-left: -1.5em;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation: loading-dots-fadein .5s linear forwards;
    animation: loading-dots-fadein .5s linear forwards
}

.loading-dots i {
    width: .5em;
    height: .5em;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 .125em;
    -webkit-animation: loading-dots-middle-dots .5s linear infinite;
    animation: loading-dots-middle-dots .5s linear infinite
}

.loading-dots i:first-child {
    -webkit-animation: loading-dots-first-dot .5s infinite;
    animation: loading-dots-first-dot .5s linear infinite;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-1em);
    transform: translate(-1em)
}

.loading-dots i:last-child {
    -webkit-animation: loading-dots-last-dot .5s linear infinite;
    animation: loading-dots-last-dot .5s linear infinite
}

@-webkit-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em)
    }
}

@keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em)
    }
}

@-webkit-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0)
    }
}

@keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0)
    }
}

.si-slick-slider {
    z-index: 1
}

.si-slick-slider .slick-dots {
    position: absolute;
    bottom: 9%
}

.si-slick-main-item {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.si-slick-main-item>img {
    width: 100%;
    height: auto
}

.si-slick-main-item .si-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 40px 95px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: color .2s linear
}

@media(min-width:1025px) {
    .si-slick-main-item .si-description.si-point-h-r .si-description-wrapper {
        margin-right: 8%
    }
}

@media(max-width:1024px) {
    .si-slick-main-item .si-description.si-point-h-r .si-description-wrapper {
        margin-right: 2%;
        width: 270px
    }
}

@media(max-width:500px) {
    .si-slick-main-item .si-description.si-point-h-r .si-description-wrapper {
        width: 270px
    }
}

@media(min-width:1025px) {
    .si-slick-main-item .si-description.si-point-h-l .si-description-wrapper {
        margin-left: 8%
    }
}

@media(max-width:1024px) {
    .si-slick-main-item .si-description.si-point-h-l .si-description-wrapper {
        margin-left: 2%;
        width: 270px
    }
}

@media(max-width:500px) {
    .si-slick-main-item .si-description.si-point-h-l .si-description-wrapper {
        width: 270px
    }
}

.si-slick-main-item .si-description .si-description-wrapper {
    width: 558px;
    text-align: center
}

.si-slick-main-item .si-description .si-title-small {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: .03em;
    transition: color .2s linear
}

.si-slick-main-item .si-description .si-title-large {
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    font-size: 70px;
    line-height: .97;
    font-weight: 500;
    letter-spacing: .03em;
    margin-top: 8px;
    transition: color .2s linear
}

.si-slick-main-item .si-description p {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 23px;
    color: var(--BLACK);
    transition: color .2s linear
}

.si-slick-main-item .si-description [class^="btn"] {
    margin-top: 35px
}

.si-slick-main-item .si-description img {
    max-width: 100%;
    height: auto
}

@media(max-width:1229px) {
    .si-slick-main-item .si-description .si-title-small {
        font-size: 26px;
        line-height: 1.1
    }

    .si-slick-main-item .si-description .si-title-small br {
        display: none
    }

    .si-slick-main-item .si-description .si-title-large {
        font-size: 50px;
        line-height: .97;
        margin-top: 8px
    }

    .si-slick-main-item .si-description .si-title-large br {
        display: none
    }

    .si-slick-main-item .si-description p {
        font-size: 16px;
        line-height: 1.2;
        margin-top: 6px
    }

    .si-slick-main-item .si-description p br {
        display: none
    }

    .si-slick-main-item .si-description [class^="btn"] {
        margin-top: 13px
    }
}

@media(max-width:1024px) {
    .si-slick-main-item .si-description .si-title-small {
        font-size: 25px;
        line-height: 1.1
    }

    .si-slick-main-item .si-description .si-title-large {
        font-size: 40px;
        line-height: .97;
        margin-top: 8px
    }

    .si-slick-main-item .si-description p {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 8px
    }

    .si-slick-main-item .si-description [class^="btn"] {
        margin-top: 15px
    }
}

@media(max-width:790px) {
    .si-slick-main-item .si-description {
        padding: 20px 5%
    }

    .si-slick-main-item .si-description .si-title-small {
        font-size: 15px;
        line-height: 1.1
    }

    .si-slick-main-item .si-description .si-title-large {
        font-size: 25px;
        line-height: 1;
        margin-top: 8px
    }

    .si-slick-main-item .si-description p {
        font-size: 13px;
        line-height: 1.2;
        margin-top: 5px
    }

    .si-slick-main-item .si-description [class^="btn"] {
        margin-top: 9px
    }
}

@media(max-width:460px) {
    .si-slick-main-item .si-description {
        padding: 15px 7%
    }

    .si-slick-main-item .si-description .si-title-small {
        font-size: 13px;
        line-height: 1.1
    }

    .si-slick-main-item .si-description .si-title-large {
        font-size: 20px;
        line-height: 1;
        margin-top: 5px
    }

    .si-slick-main-item .si-description p {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 4px
    }

    .si-slick-main-item .si-description [class^="btn"] {
        margin-top: 7px;
        height: 30px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.si-slick-main-item .si-description *:nth-child(1) {
    margin-top: 0
}

.si-slick-main-item .si-point-v-t {
    align-items: flex-start
}

.si-slick-main-item .si-point-v-b {
    align-items: flex-end
}

.si-slick-main-item .si-point-h-l {
    justify-content: flex-start;
    align-content: flex-start
}

.si-slick-main-item .si-point-h-r {
    justify-content: flex-end;
    align-content: flex-start
}

.arrow-slick-main.slick-slider .slick-arrow,
.arrow-slick-main.slick-slider .slick-arrow:active {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    color: #dadada;
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.arrow-slick-main.slick-slider .slick-arrow:hover {
    color: var(--BLACK)
}

.arrow-slick-main.slick-slider .slick-arrow:before {
    font-family: "wokiee";
    font-size: 30px;
    line-height: 1
}

.arrow-slick-main.slick-slider .slick-prev {
    left: 8px
}

@media(max-width:575px) {
    .arrow-slick-main.slick-slider .slick-prev {
        left: 0
    }
}

.arrow-slick-main.slick-slider .slick-prev:before {
    content: "\e90d"
}

.arrow-slick-main.slick-slider .slick-next {
    right: 8px
}

@media(max-width:575px) {
    .arrow-slick-main.slick-slider .slick-next {
        right: 0
    }
}

.arrow-slick-main.slick-slider .slick-next:before {
    content: "\e90e"
}

.arrow-slick-main.slick-slider .slick-dots li button {
    background: #dadada
}

.arrow-slick-main.slick-slider .slick-dots li button:hover {
    background: var(--BLACK)
}

.arrow-slick-main.slick-slider .slick-dots li.slick-active button {
    background: var(--BLACK)
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 77;
    background-color: var(--WHITE);
    opacity: 1;
    display: none
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -9px;
    margin-left: -100px;
    -webkit-perspective: 400px;
    perspective: 400px;
    transform-type: preserve-3d
}

#loader .dot {
    -webkit-animation: loader ease-in-out 3s infinite;
    animation: loader ease-in-out 3s infinite;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: black;
    position: absolute
}

#loader .dot:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

#loader .dot:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

#loader .dot:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

#loader .dot:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

#loader .dot:nth-child(6) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

#loader .dot:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

html:not(.ie) #loader .dot {
    border: 2px solid var(--WHITE)
}

@-webkit-keyframes loader {
    15% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    45% {
        -webkit-transform: translateX(235px);
        transform: translateX(235px)
    }

    65% {
        -webkit-transform: translateX(235px);
        transform: translateX(235px)
    }

    95% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes loader {
    15% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    45% {
        -webkit-transform: translateX(235px);
        transform: translateX(235px)
    }

    65% {
        -webkit-transform: translateX(235px);
        transform: translateX(235px)
    }

    95% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media(min-width:576px) {
    html.si-boxed {
        background: #f7f8fa
    }

    html.si-boxed body {
        background: var(--WHITE);
        margin: 0 auto
    }
}

@media(min-width:576px) and (min-width:576px) {
    html.si-boxed body {
        max-width: 546px
    }
}

@media(min-width:576px) and (min-width:791px) {
    html.si-boxed body {
        max-width: 770px
    }
}

@media(min-width:576px) and (min-width:1025px) {
    html.si-boxed body {
        max-width: 990px
    }
}

@media(min-width:576px) and (min-width:1230px) {
    html.si-boxed body {
        max-width: 1200px
    }
}

@media(min-width:576px) and (min-width:1025px) {

    html.si-boxed header [class^="si-color-scheme"] .container,
    html.si-boxed header [class^="si-color-scheme"] .container-fluid {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width:576px) and (max-width:1024px) {

    html.si-boxed header [class^="si-color-scheme"] .container,
    html.si-boxed header [class^="si-color-scheme"] .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width:576px) and (min-width:1025px) {
    html.si-boxed header .si-desktop-header>div:not([class^="si-color-scheme"]) {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width:576px) and (max-width:1024px) {
    html.si-boxed header .si-desktop-header>div:not([class^="si-color-scheme"]) {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width:576px) and (max-width:1229px) {
    html.si-boxed header .si-desktop-header .si-desctop-menu nav>ul>li.dropdown>a {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media(min-width:576px) and (min-width:1025px) {
    html.si-boxed header .si-mobile-header>.container-fluid {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width:576px) and (max-width:1024px) {
    html.si-boxed header .si-mobile-header>.container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width:576px) {
    html.si-boxed header .si-stuck-nav {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.45)
    }
}

@media(min-width:576px) and (min-width:576px) {
    html.si-boxed header .si-stuck-nav {
        max-width: 546px
    }
}

@media(min-width:576px) and (min-width:791px) {
    html.si-boxed header .si-stuck-nav {
        max-width: 770px
    }
}

@media(min-width:576px) and (min-width:1025px) {
    html.si-boxed header .si-stuck-nav {
        max-width: 990px
    }
}

@media(min-width:576px) and (min-width:1230px) {
    html.si-boxed header .si-stuck-nav {
        max-width: 1200px
    }
}

@media(min-width:576px) and (min-width:1025px) {
    html.si-boxed header .si-stuck-nav>.container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width:576px) and (max-width:1024px) {
    html.si-boxed header .si-stuck-nav>.container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width:576px) {

    html.si-boxed header,
    html.si-boxed .si-header-static,
    html.si-boxed footer {
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }
}

@media(min-width:576px) and (min-width:576px) {

    html.si-boxed header,
    html.si-boxed .si-header-static,
    html.si-boxed footer {
        max-width: 546px
    }
}

@media(min-width:576px) and (min-width:791px) {

    html.si-boxed header,
    html.si-boxed .si-header-static,
    html.si-boxed footer {
        max-width: 770px
    }
}

@media(min-width:576px) and (min-width:1025px) {

    html.si-boxed header,
    html.si-boxed .si-header-static,
    html.si-boxed footer {
        max-width: 990px
    }
}

@media(min-width:576px) and (min-width:1230px) {

    html.si-boxed header,
    html.si-boxed .si-header-static,
    html.si-boxed footer {
        max-width: 1200px
    }
}

@media(min-width:576px) and (max-width:790px) {
    html.si-boxed .si-back-to-top {
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%
    }
}

@media(min-width:576px) and (max-width:790px) and (min-width:576px) {
    html.si-boxed .si-back-to-top {
        max-width: 546px
    }
}

@media(min-width:576px) and (max-width:790px) and (min-width:791px) {
    html.si-boxed .si-back-to-top {
        max-width: 770px
    }
}

@media(min-width:576px) and (max-width:790px) and (min-width:1025px) {
    html.si-boxed .si-back-to-top {
        max-width: 990px
    }
}

@media(min-width:576px) and (max-width:790px) and (min-width:1230px) {
    html.si-boxed .si-back-to-top {
        max-width: 1200px
    }
}

@media(min-width:576px) {
    html.si-boxed .si-breadcrumb {
        margin-right: auto;
        margin-left: auto;
        overflow: hidden
    }
}

@media(min-width:576px) and (min-width:576px) {
    html.si-boxed .si-breadcrumb>.container {
        max-width: 546px
    }
}

@media(min-width:576px) and (min-width:791px) {
    html.si-boxed .si-breadcrumb>.container {
        max-width: 770px
    }
}

@media(min-width:576px) and (min-width:1025px) {
    html.si-boxed .si-breadcrumb>.container {
        max-width: 990px
    }
}

@media(min-width:576px) and (min-width:1230px) {
    html.si-boxed .si-breadcrumb>.container {
        max-width: 1200px
    }
}

@media(min-width:576px) and (min-width:1025px) {
    html.si-boxed .si-breadcrumb>.container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width:576px) and (max-width:1024px) {
    html.si-boxed .si-breadcrumb>.container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width:576px) {
    html.si-boxed #si-pageContent {
        margin-right: auto;
        margin-left: auto;
        overflow: hidden
    }
}

@media(min-width:576px) and (min-width:576px) {
    html.si-boxed #si-pageContent {
        max-width: 546px
    }
}

@media(min-width:576px) and (min-width:791px) {
    html.si-boxed #si-pageContent {
        max-width: 770px
    }
}

@media(min-width:576px) and (min-width:1025px) {
    html.si-boxed #si-pageContent {
        max-width: 990px
    }
}

@media(min-width:576px) and (min-width:1230px) {
    html.si-boxed #si-pageContent {
        max-width: 1200px
    }
}

@media(min-width:576px) and (min-width:1025px) {
    html.si-boxed #si-pageContent>div>.container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width:576px) and (max-width:1024px) {
    html.si-boxed #si-pageContent>div>.container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width:576px) and (min-width:1025px) {
    html.si-boxed #si-pageContent>div>.container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:576px) and (max-width:1024px) {
    html.si-boxed #si-pageContent>div>.container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:576px) {
    html.si-boxed #si-pageContent .si_product_showmore {
        padding-bottom: 2px
    }

    html.si-boxed #si-pageContent .container-fluid,
    html.si-boxed #si-pageContent .container-fluid-custom {
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }
}

@media(min-width:576px) and (min-width:576px) {

    html.si-boxed #si-pageContent .container-fluid,
    html.si-boxed #si-pageContent .container-fluid-custom {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(min-width:576px) and (max-width:576px) {

    html.si-boxed #si-pageContent .container-fluid,
    html.si-boxed #si-pageContent .container-fluid-custom {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media(min-width:576px) and (min-width:576px) {

    html.si-boxed #si-pageContent .container-fluid,
    html.si-boxed #si-pageContent .container-fluid-custom {
        max-width: 546px
    }
}

@media(min-width:576px) and (min-width:791px) {

    html.si-boxed #si-pageContent .container-fluid,
    html.si-boxed #si-pageContent .container-fluid-custom {
        max-width: 770px
    }
}

@media(min-width:576px) and (min-width:1025px) {

    html.si-boxed #si-pageContent .container-fluid,
    html.si-boxed #si-pageContent .container-fluid-custom {
        max-width: 990px
    }
}

@media(min-width:576px) and (min-width:1230px) {

    html.si-boxed #si-pageContent .container-fluid,
    html.si-boxed #si-pageContent .container-fluid-custom {
        max-width: 1200px
    }
}

@media(min-width:576px) {
    html.si-boxed footer {
        margin-right: auto;
        margin-left: auto;
        overflow: hidden
    }
}

@media(min-width:576px) and (min-width:1025px) {
    html.si-boxed footer>div>.container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(min-width:576px) and (max-width:1024px) {
    html.si-boxed footer>div>.container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width:1025px) {
    #si-boxedbutton {
        top: 26.8%;
        right: 5px;
        position: fixed;
        z-index: 8;
        display: inline-flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-end;
        direction: ltr
    }

    #si-boxedbutton .rtlbutton:not(:first-child) {
        margin-top: 5px
    }

    #si-boxedbutton .rtlbutton {
        display: block;
        /* font-family: "Hind", sans-serif; */
        color: var(--WHITE);
        overflow: hidden;
        cursor: pointer;
        transition: .2s ease-out;
        overflow: hidden;
        border-radius: 6px
    }

    #si-boxedbutton .rtlbutton .box-btn {
        display: inline-block;
        float: left;
        width: 47px;
        height: 35px;
        font-weight: 500;
        line-height: 2.65;
        cursor: pointer;
        text-align: center;
        background-color: #00ba9b
    }

    #si-boxedbutton .rtlbutton .box-btn i {
        font-size: 20px;
        line-height: 1.65
    }

    #si-boxedbutton .rtlbutton .box-description {
        display: inline-block;
        float: left;
        height: 35px;
        line-height: 2.65;
        background-color: #00ba9b;
        width: 0;
        font-weight: 300;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        transition: width .2s linear
    }

    #si-boxedbutton .rtlbutton .box-disable {
        display: inline-block;
        float: left;
        width: 0;
        height: 35px;
        font-weight: 300;
        line-height: 2.65;
        color: #00ba9b;
        transition: width .2s linear
    }

    #si-boxedbutton .rtlbutton:hover {
        width: auto
    }

    #si-boxedbutton .rtlbutton:hover .box-description {
        padding: 0 10px 0 0;
        width: 140px;
        overflow: hidden;
        white-space: nowrap
    }

    #si-boxedbutton .rtlbutton.active .box-btn {
        background-color: var(--BLACK)
    }

    #si-boxedbutton .rtlbutton.active .box-description {
        width: 0;
        padding: 0;
        background-color: var(--BLACK)
    }

    #si-boxedbutton .rtlbutton.active .box-disable {
        width: 55px;
        padding: 0 10px 0 0;
        background-color: var(--BLACK)
    }
}

@media(max-width:1024px) {
    #si-boxedbutton {
        display: none
    }
}

#si-boxedbutton .rtlbutton-color {
    margin-top: 5px;
    position: relative
}

#si-boxedbutton .rtlbutton-color .box-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

#si-boxedbutton .rtlbutton-color .box-description {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 16px 5px 11px;
    white-space: nowrap;
    background-color: var(--BLACK);
    height: 30px;
    border-radius: 6px;
    transition: all .2s linear;
    -webkit-transform: translate(calc(100% + 5px), 0);
    transform: translate(calc(100% + 5px), 0);
    -webkit-transform: translate3d(calc(100% + 5px), 0, 0);
    transform: translate3d(calc(100% + 5px), 0, 0)
}

#si-boxedbutton .rtlbutton-color .box-description .box-title {
    /* font-family: "Hind", sans-serif; */
    font-weight: 600;
    color: var(--WHITE);
    letter-spacing: .04em;
    padding-right: 7px
}

#si-boxedbutton .rtlbutton-color .box-description ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

#si-boxedbutton .rtlbutton-color .box-description ul li {
    width: 20px;
    height: 20px;
    margin-left: 10px
}

#si-boxedbutton .rtlbutton-color .box-description ul li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s linear
}

#si-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch1 {
    background-color: #00ba9b
}

#si-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch2 {
    background-color: #08da97
}

#si-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch3 {
    background-color: #8cc34b
}

#si-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch4 {
    background-color: #ff9801
}

#si-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch5 {
    background-color: #fe5722
}

#si-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch6 {
    background-color: #ed2114
}

#si-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch7 {
    background-color: #ef5e95
}

#si-boxedbutton .rtlbutton-color .box-description ul li a.colorswatch8 {
    background-color: #b704eb
}

#si-boxedbutton .rtlbutton-color .box-description ul li a:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

#si-boxedbutton .rtlbutton-color .box-description ul li.active {
    pointer-events: none
}

#si-boxedbutton .rtlbutton-color .box-description ul li.active a:before {
    content: "\ea11";
    color: var(--WHITE);
    font-size: 14px;
    line-height: 1;
    position: relative;
    left: 3px;
    top: 2px;
    font-family: "wokiee";
    font-style: normal;
    font-weight: 400
}

#si-boxedbutton .rtlbutton-color:hover .box-description {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

body:not(.loaded) #si-boxedbutton .rtlbutton-color .box-description {
    display: none
}

html.ie #si-boxedbutton .rtlbutton-color .box-description {
    right: -390px;
    width: 380px
}

html.ie #si-boxedbutton .rtlbutton-color:hover .box-description {
    right: 0
}

._instafeed-default .instagram_gallery,
.instafeed-fluid .instagram_gallery,
.instafeed-col:not([class^="instafeed-item-"]) .instagram_gallery,
.instafeed-col.instafeed-item-06 .instagram_gallery,
.instafeed-col.instafeed-item-08 .instagram_gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

._instafeed-default .instagram_gallery a,
.instafeed-fluid .instagram_gallery a,
.instafeed-col:not([class^="instafeed-item-"]) .instagram_gallery a,
.instafeed-col.instafeed-item-06 .instagram_gallery a,
.instafeed-col.instafeed-item-08 .instagram_gallery a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all .2s linear
}

._instafeed-default .instagram_gallery a:before,
.instafeed-fluid .instagram_gallery a:before,
.instafeed-col:not([class^="instafeed-item-"]) .instagram_gallery a:before,
.instafeed-col.instafeed-item-06 .instagram_gallery a:before,
.instafeed-col.instafeed-item-08 .instagram_gallery a:before {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    content: "\ea18";
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1;
    color: var(--WHITE);
    top: 50%;
    opacity: 0;
    z-index: 7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

._instafeed-default .instagram_gallery a:after,
.instafeed-fluid .instagram_gallery a:after,
.instafeed-col:not([class^="instafeed-item-"]) .instagram_gallery a:after,
.instafeed-col.instafeed-item-06 .instagram_gallery a:after,
.instafeed-col.instafeed-item-08 .instagram_gallery a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .2s linear
}

._instafeed-default .instagram_gallery img,
.instafeed-fluid .instagram_gallery img,
.instafeed-col:not([class^="instafeed-item-"]) .instagram_gallery img,
.instafeed-col.instafeed-item-06 .instagram_gallery img,
.instafeed-col.instafeed-item-08 .instagram_gallery img {
    display: block;
    width: 100%;
    height: auto
}

._instafeed-default .instagram_gallery a:hover:before,
.instafeed-fluid .instagram_gallery a:hover:before,
.instafeed-col:not([class^="instafeed-item-"]) .instagram_gallery a:hover:before,
.instafeed-col.instafeed-item-06 .instagram_gallery a:hover:before,
.instafeed-col.instafeed-item-08 .instagram_gallery a:hover:before {
    opacity: 1
}

._instafeed-default .instagram_gallery a:hover:after,
.instafeed-fluid .instagram_gallery a:hover:after,
.instafeed-col:not([class^="instafeed-item-"]) .instagram_gallery a:hover:after,
.instafeed-col.instafeed-item-06 .instagram_gallery a:hover:after,
.instafeed-col.instafeed-item-08 .instagram_gallery a:hover:after {
    opacity: .88
}

.instafeed-fluid .instagram_gallery>* {
    width: 16.666%
}

@media(max-width:1024px) {
    .instafeed-fluid .instagram_gallery>* {
        width: 33.333%
    }
}

@media(max-width:575px) {
    .instafeed-fluid .instagram_gallery>* {
        width: 50%
    }
}

@media(min-width:576px) {
    .instafeed-col:not([class^="instafeed-item-"]) {
        margin-top: -20px;
        margin-left: -20px
    }

    .instafeed-col:not([class^="instafeed-item-"]) .instagram_gallery>* {
        width: calc(25% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media(min-width:576px) and (max-width:1024px) {
    .instafeed-col:not([class^="instafeed-item-"]) .instagram_gallery>* {
        width: calc(33.333% - 20px)
    }
}

@media(max-width:575px) {
    .instafeed-col:not([class^="instafeed-item-"]) {
        margin-top: -10px;
        margin-left: -10px
    }

    .instafeed-col:not([class^="instafeed-item-"]) .instagram_gallery>* {
        width: calc(50% - 10px);
        margin-top: 10px;
        margin-left: 10px
    }
}

@media(min-width:790px) {
    .instafeed-col.instafeed-item-06 .instagram_gallery>* {
        width: calc(16.6666% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media(min-width:576px) and (max-width:789px) {
    .instafeed-col.instafeed-item-06 .instagram_gallery>* {
        width: calc(25% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media(max-width:575px) {
    .instafeed-col.instafeed-item-06 {
        margin-top: -10px;
        margin-left: -10px
    }

    .instafeed-col.instafeed-item-06>* {
        width: calc(50% - 10px);
        margin-top: 10px;
        margin-left: 10px
    }
}

@media(min-width:790px) {
    .instafeed-col.instafeed-col-item-06 .instagram_gallery>* {
        width: calc(16.6666% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media(min-width:576px) and (max-width:789px) {
    .instafeed-col.instafeed-col-item-06 .instagram_gallery>* {
        width: calc(25% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media(min-width:790px) {
    .instafeed-col.instafeed-item-08 .instagram_gallery>* {
        width: calc(12.5% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media(min-width:576px) and (max-width:789px) {
    .instafeed-col.instafeed-item-08 .instagram_gallery>* {
        width: calc(25% - 20px);
        margin-top: 20px;
        margin-left: 20px
    }
}

@media(max-width:575px) {
    .instafeed-col.instafeed-item-08 {
        margin-top: -10px;
        margin-left: -10px
    }

    .instafeed-col.instafeed-item-08 .instagram_gallery>* {
        width: calc(50% - 10px);
        margin-top: 10px;
        margin-left: 10px
    }
}

.instagram_gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#same_product_height #si-pageContent .si-product .si-image-box,
#same_product_height #si-pageContent .si-product-design02 .si-image-box {
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center
}

#same_product_height #si-pageContent .si-product .si-image-box img,
#same_product_height #si-pageContent .si-product-design02 .si-image-box img {
    max-height: 200px;
    width: auto;
    max-width: 100%;
    display: inline-block
}

#same_product_height #si-pageContent .si-product .si-image-box .si-img-roll-over,
#same_product_height #si-pageContent .si-product-design02 .si-image-box .si-img-roll-over {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center
}

@media(min-width:1025px) {
    #si-tooltip-popup {
        display: none
    }
}

@media(min-width:1025px) {
    #si-tooltip-popup {
        color: var(--BLACK);
        font-size: 14px;
        line-height: 21px;
        padding: 1px 8px 0;
        position: absolute;
        z-index: 8;
        white-space: nowrap;
        display: inline-block;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0
    }

    #si-tooltip-popup span {
        position: relative;
        z-index: 7
    }

    #si-tooltip-popup:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--WHITE);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
        z-index: 2;
        border-radius: 4px
    }

    #si-tooltip-popup:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        width: 6px;
        height: 6px;
        background-color: var(--WHITE);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    #si-tooltip-popup i {
        display: block;
        position: absolute;
        top: 50%;
        height: 100%;
        z-index: 3;
        margin-top: -3px
    }

    #si-tooltip-popup i:after {
        content: '';
        display: block;
        z-index: 3;
        border: 3px solid transparent
    }

    #si-tooltip-popup.tooltip-left:after {
        right: -6px
    }

    #si-tooltip-popup.tooltip-left i {
        right: -6px
    }

    #si-tooltip-popup.tooltip-left i:after {
        border-left: 3px solid var(--WHITE)
    }

    #si-tooltip-popup.tooltip-right:after {
        left: -0
    }

    #si-tooltip-popup.tooltip-right i {
        left: -6px
    }

    #si-tooltip-popup.tooltip-right i:after {
        border-right: 3px solid var(--WHITE)
    }

    #si-tooltip-popup.tooltip-top:after {
        top: 100%;
        left: 50%
    }

    #si-tooltip-popup.tooltip-top i {
        left: -6px
    }

    #si-tooltip-popup.tooltip-top i {
        bottom: -3px;
        left: 50%;
        margin-top: 0
    }

    #si-tooltip-popup.tooltip-top i:after {
        border-top: 3px solid var(--WHITE);
        top: inherit;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
        position: absolute
    }

    #si-tooltip-popup.tooltip-bottom:after {
        top: 0;
        left: 50%
    }

    #si-tooltip-popup.tooltip-bottom i {
        left: -6px
    }

    #si-tooltip-popup.tooltip-bottom i {
        top: -3px;
        left: 50%
    }

    #si-tooltip-popup.tooltip-bottom i:after {
        border-bottom: 3px solid var(--WHITE);
        top: 0;
        left: 50%;
        margin-left: -3px
    }
}

.si-wishlist-box .si-wishlist-list .si-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-description {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    min-width: 405px
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-img img {
    width: 100%;
    height: auto;
    max-width: 180px
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-img+.si-description {
    margin-left: 19px
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-description .si-title {
    /* font-family: "Hind", sans-serif; */
    font-size: 14px;
    font-weight: 500;
    color: var(--BLACK)
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-description .si-title a {
    color: var(--BLACK)
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-description .si-title a:hover {
    color: #00ba9b
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-description .si-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK)
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-description .si-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-description .si-price .old-price {
    color: var(--BLACK);
    text-decoration: line-through
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-description .si-price .old-price .money {
    text-decoration: line-through
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-description .si-price span {
    display: inline-block
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-btn .si-btn-addtocart {
    background: #00ba9b;
    /* font-family: "Hind", sans-serif; */
    border: 0;
    color: var(--WHITE);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .03em;
    position: relative;
    outline: 0;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    transition: all .2s linear;
    transition: color .2s linear
}

@media(max-width:575px) {
    .si-wishlist-box .si-wishlist-list .si-item .si-col-btn .si-btn-addtocart {
        font-size: 12px;
        padding-left: 25px;
        padding-right: 25px;
        height: 39px
    }
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-btn .si-btn-addtocart i {
    color: var(--WHITE);
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: -2px
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-btn .si-btn-addtocart:hover {
    background-color: #019179;
    color: var(--WHITE)
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-btn .si-btn-addtocart:hover i {
    color: var(--WHITE)
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-btn>* {
    margin-left: 12px
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-btn .btn-link {
    top: -4px;
    position: relative
}

.si-wishlist-box .si-wishlist-list .si-item .si-col-btn .btn-link .icon-f-73 {
    top: 4px
}

@media(max-width:1024px) {
    .si-wishlist-box .si-wishlist-list .si-item .si-col-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

    .si-wishlist-box .si-wishlist-list .si-item .si-col-btn>*:not(:first-child) {
        margin-top: 5px
    }

    .si-wishlist-box .si-wishlist-list .si-item .si-col-btn .si-btn-addtocart+* {
        margin-top: 14px
    }
}

.si-wishlist-box .si-wishlist-list .si-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px
}

.si-wishlist-box .si-wishlist-list .si-item:not(:last-child) {
    border-bottom: 1px solid #e9e7e7
}

@media(max-width:790px) {
    .si-wishlist-box .si-wishlist-list .si-item {
        flex-direction: column
    }

    .si-wishlist-box .si-wishlist-list .si-item:not(:last-child) {
        padding-bottom: 10px
    }

    .si-wishlist-box .si-wishlist-list .si-item .si-col-description {
        flex-direction: column;
        min-width: inherit
    }

    .si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-img+.si-description {
        margin-left: 0;
        margin-right: 0
    }

    .si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-description {
        width: 100%;
        text-align: center;
        margin-top: 15px
    }

    .si-wishlist-box .si-wishlist-list .si-item .si-col-description .si-description .si-price {
        text-align: center;
        display: block
    }

    .si-wishlist-box .si-wishlist-list .si-item .si-col-btn {
        align-items: center;
        margin-top: 14px
    }

    .si-wishlist-box .si-wishlist-list .si-item .si-col-btn>* {
        margin-left: 0
    }
}

.si-compare-table {
    border: 1px solid #e9e7e7;
    vertical-align: top
}

@media(min-width:409px) {
    .si-compare-table .si-item {
        position: relative;
        border-right: 1px solid #e9e7e7
    }
}

.si-compare-table .si-item>.si-col {
    padding: 17px 20px 14px 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: left
}

.si-compare-table .si-item>.si-col.si-table-title {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.si-compare-table .si-item>.si-col:last-child {
    border-top: 1px solid #e9e7e7
}

.si-compare-table .si-item .si-table-title {
    background: #f7f8fa;
    border-top: 1px solid #e9e7e7;
    border-bottom: 1px solid #e9e7e7;
    text-align: center;
    color: var(--BLACK);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    padding: 11px 10px 8px;
    letter-spacing: .03em
}

.si-compare-table .si-item .si-image-box {
    padding: 17px 20px 14px 20px
}

.si-compare-table .si-item .si-image-box .si-row-custom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start
}

.si-compare-table .si-item .si-image-box .si-remove-item {
    padding: 4px;
    position: relative;
    background: 0;
    border: 0;
    right: -4px;
    top: 0;
    color: var(--BLACK);
    font-size: 21px;
    line-height: 1;
    transition: color .2s linear
}

.si-compare-table .si-item .si-image-box .si-remove-item:before {
    content: "\ea83";
    font-family: "wokiee"
}

.si-compare-table .si-item .si-image-box .si-remove-item:hover {
    color: #00ba9b
}

.si-compare-table .si-item .si-image-box .si-label-location {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-top: -3px;
    margin-left: -3px;
    padding-bottom: 6px
}

.si-compare-table .si-item .si-image-box .si-label-location [class^="si-label-"] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: var(--WHITE);
    font-weight: 500;
    padding: 3px 4px 1px;
    display: inline-block
}

.si-compare-table .si-item .si-image-box .si-label-location .si-label-new {
    background: #00ba9b;
    color: var(--WHITE)
}

.si-compare-table .si-item .si-image-box .si-label-location .si-label-sale {
    background: #f8353e;
    color: var(--WHITE)
}

.si-compare-table .si-item .si-image-box .si-label-location .si-label-in-stock {
    background: #0ec482;
    color: var(--WHITE)
}

.si-compare-table .si-item .si-image-box .si-label-location .si-label-our-stock {
    background: var(--BLACK);
    color: var(--WHITE)
}

.si-compare-table .si-item .si-image-box .si-img img {
    width: 100%;
    max-width: 180px;
    height: auto
}

.si-compare-table .si-item .si-image-box .si-title {
    /* font-family: "Hind", sans-serif; */
    font-size: 14px;
    font-weight: 500;
    color: var(--BLACK);
    margin-top: 14px
}

.si-compare-table .si-item .si-image-box .si-title a {
    color: var(--BLACK)
}

.si-compare-table .si-item .si-image-box .si-title a:hover {
    color: #00ba9b
}

.si-compare-table .si-item .si-image-box .si-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK)
}

.si-compare-table .si-item .si-image-box .si-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.si-compare-table .si-item .si-image-box .si-price .old-price {
    color: var(--BLACK);
    text-decoration: line-through
}

.si-compare-table .si-item .si-image-box .si-price .old-price .money {
    text-decoration: line-through
}

.si-compare-table .si-item .si-image-box .si-price span {
    display: inline-block
}

.si-compare-table .si-item .si-btn-addtocart {
    background: #00ba9b;
    /* font-family: "Hind", sans-serif; */
    border: 0;
    color: var(--WHITE);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .03em;
    position: relative;
    outline: 0;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    transition: all .2s linear;
    transition: color .2s linear
}

@media(max-width:575px) {
    .si-compare-table .si-item .si-btn-addtocart {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
        height: 39px
    }
}

.si-compare-table .si-item .si-btn-addtocart i {
    color: var(--WHITE);
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: -2px
}

.si-compare-table .si-item .si-btn-addtocart:hover {
    background-color: #019179;
    color: var(--WHITE)
}

.si-compare-table .si-item .si-btn-addtocart:hover i {
    color: var(--WHITE)
}

.si-compare-table.slick-init {
    position: relative;
    margin-top: 37px
}

.si-compare-table .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: var(--BLACK);
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.si-compare-table .slick-track {
    margin: 0
}

.si-compare-table .slick-arrow:hover {
    background: #00ba9b;
    color: var(--WHITE)
}

.si-compare-table .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.si-compare-table .slick-prev:before {
    content: "\e90d"
}

.si-compare-table .slick-next:before {
    content: "\e90e"
}

.si-compare-table .slick-arrow {
    top: -59px
}

.si-compare-table .slick-prev {
    right: 47px
}

.si-compare-table .slick-next {
    right: 0
}

.si-compare-table02 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    border: 1px solid #e9e7e7;
    vertical-align: top;
    margin-top: 37px
}

.si-compare-table02 .si-col-title>*:nth-child(even),
.si-compare-table02 .si-item>*:nth-child(even) {
    background-color: #f7f8fa
}

.si-compare-table02 .si-col-title>*:not(:first-child),
.si-compare-table02 .si-item>*:not(:first-child) {
    border-top: 1px solid #e9e7e7
}

.si-compare-table02 .si-col-title {
    position: relative;
    width: 199px
}

.si-compare-table02 .si-col-title:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background-color: #e9e7e7;
    z-index: 2
}

.si-compare-table02 .si-col-title .title-item {
    padding: 17px 20px 14px 20px;
    font-size: 14px;
    line-height: 22px;
    color: var(--BLACK);
    text-align: right
}

.si-compare-table02 .si-col-title .title-item.js_one-height-01 {
    padding: 20px
}

@media(min-width:451px) {
    .si-compare-table02 .si-col-item {
        width: calc(100% - 199px)
    }
}

@media(max-width:450px) {
    .si-compare-table02 .si-col-item {
        width: calc(100% - 110px)
    }
}

.si-compare-table02 .si-col-item .compare-init-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch
}

.si-compare-table02 .si-col-item .compare-init-slider .si-item {
    border-left: 1px solid #e9e7e7
}

.si-compare-table02 .si-col-item .si-item {
    width: 30%
}

.si-compare-table02 .si-col-item .si-image-box {
    padding: 20px
}

.si-compare-table02 .si-col-item .si-image-box .si-remove-item {
    margin-left: -4px;
    padding: 4px;
    position: relative;
    background: 0;
    border: 0;
    color: var(--BLACK);
    font-size: 21px;
    line-height: 1;
    transition: color .2s linear
}

.si-compare-table02 .si-col-item .si-image-box .si-remove-item:before {
    content: "\ea83";
    font-family: "wokiee"
}

.si-compare-table02 .si-col-item .si-image-box .si-remove-item:hover {
    color: #00ba9b
}

.si-compare-table02 .si-col-item .si-image-box .si-img {
    margin-top: 2px
}

.si-compare-table02 .si-col-item .si-image-box .si-img img {
    width: 100%;
    max-width: 156px;
    height: auto
}

.si-compare-table02 .si-col-item .si-image-box .si-label-location {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-top: 7px;
    margin-left: -3px
}

.si-compare-table02 .si-col-item .si-image-box .si-label-location [class^="si-label-"] {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: var(--WHITE);
    font-weight: 500;
    padding: 3px 4px 1px;
    display: inline-block
}

.si-compare-table02 .si-col-item .si-image-box .si-label-location .si-label-new {
    background: #00ba9b;
    color: var(--WHITE)
}

.si-compare-table02 .si-col-item .si-image-box .si-label-location .si-label-sale {
    background: #f8353e;
    color: var(--WHITE)
}

.si-compare-table02 .si-col-item .si-image-box .si-label-location .si-label-in-stock {
    background: #0ec482;
    color: var(--WHITE)
}

.si-compare-table02 .si-col-item .si-image-box .si-label-location .si-label-our-stock {
    background: var(--BLACK);
    color: var(--WHITE)
}

.si-compare-table02 .si-col-item .si-image-box .si-title {
    /* font-family: "Hind", sans-serif; */
    font-size: 14px;
    font-weight: 500;
    color: var(--BLACK);
    margin-top: 5px
}

.si-compare-table02 .si-col-item .si-image-box .si-title a {
    color: var(--BLACK)
}

.si-compare-table02 .si-col-item .si-image-box .si-title a:hover {
    color: #00ba9b
}

.si-compare-table02 .si-col-item .si-image-box .si-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK)
}

.si-compare-table02 .si-col-item .si-image-box .si-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.si-compare-table02 .si-col-item .si-image-box .si-price .old-price {
    color: var(--BLACK);
    text-decoration: line-through
}

.si-compare-table02 .si-col-item .si-image-box .si-price .old-price .money {
    text-decoration: line-through
}

.si-compare-table02 .si-col-item .si-image-box .si-price span {
    display: inline-block
}

.si-compare-table02 .si-col-item .si-image-box .si-btn-addtocart {
    margin-top: 16px
}

.si-compare-table02 .si-col-item .si-value {
    font-size: 14px;
    line-height: 22px;
    text-align: left
}

.si-compare-table02 .si-col-item .si-value:not(:last-child) {
    padding: 17px 20px 14px 20px
}

.si-compare-table02 .si-col-item .si-value:last-child {
    padding: 20px
}

.si-compare-table02 .si-col-item .si-btn-addtocart {
    background: #00ba9b;
    /* font-family: "Hind", sans-serif; */
    border: 0;
    color: var(--WHITE);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .03em;
    position: relative;
    outline: 0;
    padding: 6px 21px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 35px;
    cursor: pointer;
    border-radius: 6px;
    transition: color .2s linear
}

@media(max-width:575px) {
    .si-compare-table02 .si-col-item .si-btn-addtocart {
        font-size: 12px;
        padding-left: 13px;
        padding-right: 13px
    }
}

.si-compare-table02 .si-col-item .si-btn-addtocart i {
    color: var(--WHITE);
    font-size: 20px;
    margin-right: 4px;
    position: relative;
    top: -2px
}

.si-compare-table02 .si-col-item .si-btn-addtocart:hover {
    background-color: #019179;
    color: var(--WHITE)
}

.si-compare-table02 .si-col-item .si-btn-addtocart:hover i {
    color: var(--WHITE)
}

.si-compare-table02.slick-init {
    position: relative;
    margin-top: 37px
}

.si-compare-table02 .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: var(--BLACK);
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.si-compare-table02 .slick-track {
    margin: 0
}

.si-compare-table02 .slick-arrow:hover {
    background: #00ba9b;
    color: var(--WHITE)
}

.si-compare-table02 .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.si-compare-table02 .slick-prev:before {
    content: "\e90d"
}

.si-compare-table02 .slick-next:before {
    content: "\e90e"
}

.si-compare-table02 .slick-arrow {
    top: -59px
}

.si-compare-table02 .slick-prev {
    right: 47px
}

.si-compare-table02 .slick-next {
    right: 0
}

.si-obj-menu-categories+* {
    margin-left: 26px
}

.si-menu-categories {
    position: relative;
    display: inline-block
}

.si-menu-categories .si-dropdown-toggle {
    display: inline-block;
    position: relative;
    text-align: left;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--WHITE);
    background: #00ba9b;
    padding: 11px 40px 7px 20px;
    min-width: 200px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: border-radius .2s linear
}

.si-menu-categories .si-dropdown-toggle:before {
    content: "\e90c";
    font-family: "wokiee";
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 16px;
    line-height: 1
}

.si-menu-categories.opened .si-dropdown-toggle:before {
    content: "\e90f"
}

.si-menu-categories .si-dropdown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    display: none;
    background-color: var(--WHITE);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.si-menu-categories .si-dropdown-menu nav>ul {
    list-style: none;
    margin: 0;
    padding: 8px 0 7px 0
}

.si-menu-categories .si-dropdown-menu nav>ul>li>a {
    display: block;
    position: relative;
    padding: 10px 20px 9px;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 1.1;
    color: var(--BLACK);
    /* font-family: 'Hind', sans-serif; */
    font-weight: 400;
    transition: color .2s linear
}

.si-menu-categories .si-dropdown-menu nav>ul>li>a img {
    position: absolute;
    top: 9px;
    left: 20px;
    width: 13px;
    height: auto;
    opacity: .5;
    transition: opacity .2s linear
}

.si-menu-categories .si-dropdown-menu nav>ul>li>a svg {
    position: absolute;
    top: 9px;
    left: 20px;
    width: 13px;
    height: auto
}

.si-menu-categories .si-dropdown-menu nav>ul>li>a svg path {
    fill: #999;
    transition: fill .2s linear
}

.si-menu-categories .si-dropdown-menu nav>ul>li>a [class^="icon"] {
    position: absolute;
    top: 9px;
    left: 20px;
    color: #999
}

.si-menu-categories .si-dropdown-menu nav>ul>li>a img+span,
.si-menu-categories .si-dropdown-menu nav>ul>li>a svg+span,
.si-menu-categories .si-dropdown-menu nav>ul>li>a [class^="icon"]+span {
    margin-left: 24px
}

.si-menu-categories .si-dropdown-menu nav>ul>li>a span {
    display: inline-block
}

.si-menu-categories .si-dropdown-menu nav>ul>li>a:hover {
    color: #00ba9b
}

.si-menu-categories .si-dropdown-menu nav>ul>li>a:hover img {
    opacity: 1
}

.si-menu-categories .si-dropdown-menu nav>ul>li>a:hover path {
    fill: var(--BLACK)
}

.si-menu-categories .si-dropdown-menu nav>ul>li>a:hover [class^="icon"] {
    color: var(--BLACK)
}

.si-menu-categories .si-dropdown-menu nav>ul>li:not(:last-child)>a:before {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #eceaea
}

.si-menu-categories .si-dropdown-menu nav>ul>li.si-submenu>a:after {
    content: '\e90e';
    font-family: "wokiee";
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 20px;
    top: 9px;
    pointer-events: none
}

.si-menu-categories .si-dropdown-menu nav>ul>li:hover>a {
    color: #00ba9b
}

.si-menu-categories .si-dropdown-menu nav>ul>li:hover>a>img {
    opacity: .5
}

.si-menu-categories .si-dropdown-menu nav>ul>li:hover .dropdown-menu {
    visibility: visible;
    z-index: 6;
    left: 100%;
    pointer-events: inherit;
    opacity: 1
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu {
    position: absolute;
    top: 0;
    left: 105%;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: all .2s linear
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu .dropdown-menu-wrapper {
    background-color: var(--WHITE);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    margin-left: 4px;
    padding: 40px 40px 31px
}

@media(min-width:1230px) {
    .si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu.size-lg {
        width: 897px
    }
}

@media(max-width:1229px) {
    .si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu.size-lg {
        width: 780px
    }
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu.size-md {
    width: 622px
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu.size-sm {
    width: 422px
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu.size-xs {
    width: 260px
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu .row:not(:first-child):not(.si-col-list) {
    margin-top: 26px
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu svg {
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: auto
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu svg path {
    fill: #999;
    transition: fill .2s linear
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu [class^="icon"] {
    position: absolute;
    top: 3px;
    left: 0;
    color: #999
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu svg+span,
.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu [class^="icon"]+span {
    margin-left: 24px
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu span {
    display: inline-block
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu .si-megamenu-submenu ul svg,
.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu .si-megamenu-submenu ul [class^="icon"] {
    left: 20px
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu>li:hover svg path {
    fill: var(--BLACK)
}

.si-menu-categories .si-dropdown-menu nav>ul .dropdown-menu>li:hover [class^="icon"] {
    color: var(--BLACK)
}

.si-menu-categories .si-dropdown-menu nav>ul .si-title-submenu {
    font-size: 14px;
    display: block;
    line-height: 24px;
    margin-top: -6px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 8px;
    font-weight: 500;
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    transition: all .2s linear
}

.si-menu-categories .si-dropdown-menu nav>ul .si-title-submenu img {
    width: 100%;
    height: auto;
    margin-top: 13px;
    margin-bottom: 7px
}

.si-menu-categories .si-dropdown-menu nav>ul .si-title-submenu a {
    color: var(--BLACK);
    transition: all .2s linear
}

.si-menu-categories .si-dropdown-menu nav>ul .si-title-submenu:hover {
    color: #00ba9b
}

.si-menu-categories .si-dropdown-menu nav>ul .si-title-submenu:hover a {
    color: #00ba9b
}

.si-menu-categories .si-dropdown-menu nav>ul .si-title-submenu.active {
    color: #00ba9b
}

.si-menu-categories .si-dropdown-menu nav>ul .si-title-submenu.active a {
    color: #00ba9b
}

.si-menu-categories .si-dropdown-menu nav>ul .si-title-submenu+.slick-slider,
.si-menu-categories .si-dropdown-menu nav>ul .si-title-submenu+.si-menu-slider {
    margin-top: 4px
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu {
    margin-top: -3px;
    display: inline-block;
    padding: 0;
    margin: 0
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li {
    display: block;
    position: relative
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-out
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li>a {
    color: var(--GREY);
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    padding-right: 23px;
    padding-bottom: 1px;
    transition: all .2s linear
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li>a img {
    width: auto;
    position: absolute;
    right: -8px;
    top: 0;
    visibility: hidden;
    z-index: 3;
    opacity: 0;
    transition: all .2s linear
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li>a:hover {
    color: #00ba9b
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li>a:hover img {
    visibility: visible;
    right: -34px;
    opacity: 1
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li>a:hover:before {
    left: 0;
    opacity: 1
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li.active>a {
    color: #00ba9b
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu li:hover>ul {
    visibility: visible;
    opacity: 1
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu li a:not(:only-child):after {
    content: "";
    speak: none;
    right: 13px;
    margin-top: 6px;
    position: absolute;
    border-top: 4px solid transparent;
    border-left: 4px solid var(--BLACK);
    border-bottom: 4px solid transparent;
    position: relative;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
    transition: border .2s linear
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu li a:not(:only-child):after .si-badge {
    position: relative;
    top: 1px
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li>a:not(:only-child):after {
    right: -13px
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li ul {
    margin-top: 0;
    background: var(--WHITE);
    position: absolute;
    z-index: 13;
    left: 100%;
    top: -13px;
    padding: 13px 0 10px 0;
    min-width: 210px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08)
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li ul ul.right-popup,
.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li ul ul.right-popup ul {
    left: auto;
    right: 100%
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li ul ul.right-popup .left,
.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li ul ul.right-popup .left ul {
    left: 100%;
    right: auto
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li ul li {
    margin-bottom: 0;
    display: block;
    position: relative
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li ul li a {
    padding: 1px 7px 1px 20px;
    font-size: 14px;
    display: block;
    color: var(--GREY);
    transition: all .2s linear
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li ul li a:hover {
    color: #00ba9b
}

.si-menu-categories .si-dropdown-menu nav>ul .si-megamenu-submenu>li ul li.active>a {
    color: #00ba9b
}

.si-menu-categories .si-dropdown-menu nav>ul [class^="si-promo"] {
    margin-bottom: 9px
}

.si-menu-categories .si-dropdown-menu nav>ul li.acitve>a {
    color: #00ba9b
}

.si-menu-categories .si-dropdown-menu nav>ul li.acitve>a svg path {
    fill: var(--BLACK)
}

.si-menu-categories .si-dropdown-menu nav>ul li.acitve>a [class^="icon"] {
    color: #00ba9b
}

.si-categories-toggle {
    background: 0;
    border: 0;
    outline: 0;
    font-size: 5px;
    cursor: pointer;
    padding: 10px 8px;
    position: relative;
    top: 2px;
    color: var(--BLACK);
    transition: color .2s linear
}

.si-dropdown-promo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 231px;
    height: 100%;
    background: url("../images/skin-carsshop/menu-bg-01.jpg") 0 0 no-repeat;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.si-dropdown-promo+.row {
    margin-top: 0 !important
}

.si-dropdown-promo .si-title-01 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--WHITE);
    width: 100%;
    text-align: center
}

.si-dropdown-promo .si-title-02 {
    font-size: 26px;
    line-height: 29px;
    color: var(--WHITE);
    width: 100%;
    text-align: center
}

.arrow-location-03 .slick-arrow {
    top: -27px
}

.arrow-location-03 .slick-prev {
    left: inherit
}

.arrow-location-03 .slick-next:before,
.arrow-location-03 .slick-prev:before {
    color: var(--GREY);
    opacity: 1
}

.snptwdgt-container .snptwdgt__item .snpt__fauximg {
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hotspot {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    text-decoration: none
}

.snptwdgt-container .snptwdgt__item .snpt__fauximg {
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.snptwdgt-container .snptwdgt__item:hover .snpt__fauximg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.snptwdgt-container .snptwdgt__item .snptlinked-item-ico {
    display: none
}

.snptwdgt-container {
    margin-top: 20px
}

.snptwdgt-container .snptwdgt__ftr {
    display: none
}

.hotspot-modal .modal-dialog .prev-chevron,
.hotspot-modal .modal-dialog .next-chevron {
    top: calc(50% - 14px)
}

.widget-hotspot {
    background: #00ba9b;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 26px;
    color: var(--WHITE);
    border: 4px solid white;
    /* font-family: "Hind", sans-serif; */
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.widget-hotspot:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.hotspot-modal-tm-1 .mobile-modal-header,
.hotspot-modal-tm-1 .modal-backdrop.modal-backdrop--hotspots {
    background: #000;
    opacity: .5
}

.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close {
    font-size: 20px;
    cursor: pointer;
    color: var(--WHITE);
    transition: color .2s linear;
    top: -40px
}

@media(min-width:1101px) {
    .hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close {
        right: -30px
    }
}

@media(max-width:1100px) {
    .hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close {
        right: -3px
    }
}

.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close:hover {
    color: #00ba9b
}

.snptico-close:before {
    content: "\ea0f";
    font-family: "wokiee";
    color: var(--WHITE)
}

.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .modal-content {
    border-radius: 0 !important
}

.hotspot-modal .modal-dialog .prev-chevron,
.hotspot-modal .modal-dialog .next-chevron {
    font-family: "wokiee" !important;
    font-size: 20px !important
}

.hotspot-modal .modal-dialog .prev-chevron:before {
    content: "\e90d";
    color: var(--WHITE)
}

.hotspot-modal .modal-dialog .next-chevron:before {
    content: "\e90e";
    color: var(--WHITE)
}

.hotspot-modal .modal-dialog .next-chevron:hover:before,
.hotspot-modal .modal-dialog .prev-chevron:hover:before {
    color: #00ba9b
}

.hotspot-modal--frontend .product-images-slide img {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.hotspot-modal-tm-1 public-modal>.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn {
    background: #00ba9b;
    color: var(--WHITE);
    border-radius: 0 !important;
    padding: 11px 19px 10px;
    font-size: 14px;
    line-height: 1.1;
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    transition: all .2s linear
}

.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn>span.snpt-cta-btn_txt {
    letter-spacing: .03em
}

.hotspot-modal-tm-1 public-modal>.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn:hover {
    background: var(--BLACK);
    color: var(--WHITE)
}

.hotspot-modal-tm-1 public-modal>.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn span.snpt-cta-btn_ico {
    display: none
}

.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__number {
    color: var(--BLACK);
    font-size: 14px
}

.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__second-line {
    color: var(--BLACK);
    font-size: 16px
}

.hotspot-modal--frontend .public-hotspot--username {
    text-transform: capitalize
}

.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__second-line {
    height: auto
}

.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .hotspot {
    background: #00ba9b;
    color: var(--WHITE);
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 1.7
}

.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .hotspot:hover {
    background: var(--BLACK)
}

.hotspot-modal-tm-1 .crd-cta-blck>a {
    display: none
}

.snpt-modal.hotspot-modal a {
    color: var(--BLACK);
    cursor: pointer;
    transition: color .2s linear
}

.snpt-modal.hotspot-modal a:hover {
    color: #42d6c2
}

.snptwdgt-qpr__ftr {
    display: none
}

html.touch-device {
    overflow-x: hidden
}

body {
    /* font-family: "Hind", sans-serif; */
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: var(--GREY);
    background: var(--WHITE);
    margin: 0;
    overflow-x: hidden;
    direction: ltr;
    background-position: center 0;
    background-repeat: no-repeat
}

a {
    text-decoration: none;
    outline: 0;
    color: var(--GREY)
}

a:hover {
    outline: 0;
    text-decoration: none;
    outline: 0
}

a:active,
a:visited,
a:focus {
    text-decoration: none;
    outline: 0
}

#si-pageContent .no-gutters.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.btn {
    /* font-family: "Hind", sans-serif; */
    border: 0;
    color: var(--WHITE);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .03em;
    position: relative;
    outline: 0;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    transition: color .2s linear, background-color .2s linear
}

@media(max-width:575px) {
    .btn {
        font-size: 12px;
        padding-left: 25px;
        padding-right: 25px;
        height: 39px
    }
}

@media(min-width:576px) {
    .btn:not(.si-icon-right) [class^="icon-"] {
        font-size: 20px;
        margin-right: 10px
    }
}

@media(max-width:575px) {
    .btn:not(.si-icon-right) [class^="icon-"] {
        font-size: 18px;
        margin-right: 10px
    }
}

@media(min-width:576px) {
    .btn.si-icon-right [class^="icon-"] {
        font-size: 20px;
        margin-left: 10px;
        position: relative;
        top: -2px
    }
}

@media(max-width:575px) {
    .btn.si-icon-right [class^="icon-"] {
        font-size: 18px;
        margin-left: 10px
    }
}

.btn:active,
.btn:visited,
.btn:focus,
button:focus {
    outline: 0;
    box-shadow: none
}

.btn:hover {
    background: #019179;
    color: var(--WHITE);
    outline: 0
}

.btn-lg {
    height: 50px;
    padding: 5px 31px 4px
}

@media(min-width:1101px) {
    .btn-xl {
        height: 50px;
        padding: 2px 41px 0
    }
}

@media(min-width:790px) and (max-width:1100px) {
    .btn-xl {
        height: 40px;
        padding-top: 2px;
        padding-bottom: 0
    }
}

@media(max-width:789px) {
    .btn-xl {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 2px;
        padding-bottom: 0
    }
}

.btn:focus,
.btn.focus {
    box-shadow: none
}

.btn.btn-white {
    background: var(--WHITE);
    color: var(--BLACK)
}

.btn.btn-white:hover {
    background: var(--BLACK);
    color: var(--WHITE)
}

.btn.btn-dark {
    background: var(--BLACK);
    color: var(--WHITE)
}

.btn-type02 {
    background: linear-gradient(180deg, #7ec0fe 0, #00ba9b 100%);
    border: 2px solid #000;
    /* font-family: "Hind", sans-serif; */
    color: var(--WHITE);
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .03em;
    position: relative;
    outline: 0;
    padding: 6px 31px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    transition: color .2s linear;
    position: relative;
    overflow: hidden;
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.2)
}

.btn-type02:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s linear;
    background: linear-gradient(180deg, #00ba9b 0, #7ec0fe 100%)
}

@media(max-width:575px) {
    .btn-type02 {
        font-size: 12px;
        padding-left: 25px;
        padding-right: 25px;
        height: 39px
    }
}

.btn-type02:active,
.btn-type02:visited,
.btn-type02:focus {
    outline: 0;
    box-shadow: none
}

.btn-type02:hover {
    color: var(--BLACK);
    outline: 0
}

.btn-type02:hover:before {
    opacity: 1
}

.btn-type02 .btn-type02_text {
    position: relative;
    z-index: 1
}

.btn-type02.btn-top {
    margin-top: 61px
}

@media(max-width:790px) {
    .btn-type02.btn-top {
        margin-top: 33px
    }
}

.btn-type02.btn-top02 {
    margin-top: 49px
}

@media(max-width:790px) {
    .btn-type02.btn-top02 {
        margin-top: 33px
    }
}

.btn-type02.btn-lg {
    height: 50px;
    padding-left: 56px;
    padding-right: 56px
}

.btn.btn-border {
    background: transparent;
    color: #00ba9b;
    border: 2px solid #00ba9b;
    height: 40px;
    padding-left: 29px;
    padding-right: 29px
}

.btn.btn-border:hover {
    background: var(--BLACK);
    color: var(--WHITE);
    border-color: var(--BLACK)
}

.btn.btn-border01 {
    background: transparent;
    color: #999;
    border: 2px solid #999;
    height: 36px;
    padding-left: 29px;
    padding-right: 29px;
    pointer-events: none;
    border-radius: 6px
}

.btn.btn-border01:hover {
    background: var(--BLACK);
    color: var(--WHITE);
    outline-color: var(--BLACK)
}

.btn-link,
.btn-link:focus {
    display: inline-block;
    font-size: 14px;
    color: #00ba9b;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .02em;
    /* font-family: "Hind", sans-serif; */
    transition: all .2s linear
}

.btn-link *[class^="icon-"],
.btn-link:focus *[class^="icon-"] {
    margin-right: 7px;
    font-size: 20px;
    position: relative;
    top: 3px
}

.btn-link:hover {
    text-decoration: none;
    color: var(--BLACK)
}

.btn-link-02,
.btn-link-02:focus {
    display: inline-block;
    font-size: 14px;
    color: #00ba9b;
    text-decoration: none;
    transition: all .2s linear
}

.btn-link-02:hover {
    text-decoration: none;
    color: var(--BLACK)
}

.btn-underline {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .04em;
    /* font-family: "Hind", sans-serif; */
    border-bottom: 1px solid #00ba9b;
    transition: all .2s linear
}

.btn-underline:not([class$="color"]) {
    color: #00ba9b
}

.btn-underline:hover {
    text-decoration: none;
    color: var(--BLACK);
    border-bottom-color: transparent
}

.btn-underline.si-white-color {
    color: var(--WHITE);
    border-color: var(--WHITE)
}

.btn-underline.si-white-color:hover {
    color: var(--BLACK);
    border-color: transparent
}

.disable {
    opacity: .3;
    pointer-events: none
}

@media(min-width:790px) {
    .btn-top {
        margin-top: 40px
    }
}

@media(max-width:789px) and (min-width:576px) {
    .btn-top {
        margin-top: 30px
    }
}

@media(max-width:575px) {
    .btn-top {
        margin-top: 20px
    }
}

.si-link {
    color: #00ba9b;
    transition: all .2s linear
}

.si-link:hover {
    color: var(--BLACK)
}

.btn.btn-small {
    height: 35px;
    padding: 6px 29px 3px
}

@media(min-width:418px) {
    .btn.btn-small {
        padding-bottom: 5px
    }
}

.btn.btn-small [class^="icon-"] {
    position: relative;
    top: -2px
}

.btn-transparent {
    opacity: .9
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    position: relative;
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    margin-bottom: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--BLACK);
    transition: color .2s linear, background-color .2s linear
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #00ba9b
}

h1:not(.si-title-subpages):not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
    font-size: 46px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 17px
}

@media(max-width:1024px) {
    h1:not(.si-title-subpages):not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
        font-size: 36px;
        line-height: 46px
    }
}

@media(max-width:575px) {
    h1:not(.si-title-subpages):not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 21px
    }
}

h2:not(.small):not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 23px
}

@media(max-width:1024px) {
    h2:not(.small):not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
        font-size: 29px;
        line-height: 39px;
        padding-bottom: 18px
    }
}

@media(max-width:575px) {
    h2:not(.small):not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px
    }
}

h3:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]),
h2.small:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 23px
}

@media(max-width:1024px) {

    h3:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]),
    h2.small:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 17px
    }
}

@media(max-width:575px) {

    h3:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]),
    h2.small:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
        font-size: 19px;
        line-height: 29px;
        padding-bottom: 9px
    }
}

h4:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 24px
}

@media(max-width:1024px) {
    h4:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 16px
    }
}

@media(max-width:575px) {
    h4:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 8px
    }
}

h5:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

@media(max-width:1024px) {
    h5:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 15px
    }
}

@media(max-width:575px) {
    h5:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
        font-size: 17px;
        line-height: 27px;
        padding-bottom: 7px
    }
}

h6:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

@media(max-width:575px) {
    h6:not([class^="si-title"]):not([class^="si-collapse"]):not([class^="si-aside"]) {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 6px
    }
}

.si-title-subpages:not(.noborder) {
    border-bottom: 1px solid #e9e7e7;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: .003em;
    font-weight: 500;
    padding: 0 0 50px 0;
    margin-bottom: 46px;
    margin-top: -10px
}

@media(max-width:1024px) {
    .si-title-subpages:not(.noborder) {
        font-size: 33px;
        line-height: 43px;
        padding: 0 0 32px 0;
        margin-bottom: 28px
    }
}

@media(max-width:575px) {
    .si-title-subpages:not(.noborder) {
        font-size: 24px;
        line-height: 34px;
        padding: 0 0 26px 0;
        margin-bottom: 22px
    }
}

.si-title-subpages.noborder {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: .03em;
    font-weight: 500;
    padding: 0 0 50px 0;
    margin-top: -10px
}

@media(max-width:1024px) {
    .si-title-subpages.noborder {
        font-size: 33px;
        line-height: 43px;
        padding: 0 0 32px 0
    }
}

@media(max-width:575px) {
    .si-title-subpages.noborder {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 26px
    }
}

.si-title-subpages:not(.text-left):not(.text-right) {
    text-align: center
}

.si-title-border {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding: 0 0 12px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e7e7
}

@media(max-width:575px) {
    .si-title-border {
        margin-bottom: 24px
    }
}

p {
    margin: 16px 0 0 0
}

@media(max-width:575px) {
    p {
        margin: 10px 0 0 0
    }
}

mark,
.mark {
    background: var(--BLACK);
    color: var(--WHITE);
    padding: 2px 4px;
    border-radius: 6px
}

hr {
    border: 0;
    border-top: 1px solid #e9e7e7
}

hr:not([class]) {
    margin-top: 53px;
    margin-bottom: 53px
}

@media(max-width:1024px) {
    hr:not([class]) {
        margin-top: 35px;
        margin-bottom: 34px
    }
}

@media(max-width:575px) {
    hr:not([class]) {
        margin-top: 27px;
        margin-bottom: 26px
    }
}

hr.hr-01 {
    margin-top: 53px;
    margin-bottom: 46px
}

@media(max-width:1024px) {
    hr.hr-01 {
        margin-top: 35px;
        margin-bottom: 33px
    }
}

@media(max-width:575px) {
    hr.hr-01 {
        margin-top: 27px;
        margin-bottom: 26px
    }
}

address {
    margin: 0
}

audio {
    width: 100%;
    display: block
}

audio:not(:first-child) {
    margin-top: 34px
}

@media(max-width:1229px) {
    audio:not(:first-child) {
        margin-top: 28px
    }
}

@media(max-width:575px) {
    audio:not(:first-child) {
        margin-top: 22px
    }
}

@media(max-width:575px) {
    .col-12-575width {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media(max-width:440px) {
    .col-12-440width {
        max-width: 100%;
        flex: 0 0 100%
    }
}

input::-ms-clear {
    display: none
}

@media(max-width:500px) {
    .si-table-responsive {
        overflow-y: hidden;
        overflow-x: scroll
    }
}

@media(max-width:789px) {
    .si-table-responsive-md {
        overflow-y: hidden;
        overflow-x: scroll
    }
}

.nomargin,
#si-pageContent .nomargin {
    margin-top: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

@media(min-width:790px) {
    .width-90 {
        width: 89%
    }
}

.link:hover {
    text-decoration: none;
    color: var(--BLACK)
}

.divider {
    height: 46px;
    clear: both;
    overflow: hidden;
    width: 100%
}

@media(max-width:1024px) {
    .divider {
        height: 40px
    }
}

@media(max-width:575px) {
    .divider {
        height: 32px
    }
}

.divider-sm {
    height: 20px;
    clear: both;
    overflow: hidden;
    width: 100%
}

.si-logo {
    display: inline-block
}


/* New ----------- */
.si-obj-logo {
    max-height: 63px;
}

.si-logo img {
    height: auto;
    max-height: 63px;
    width: auto;
}

.si-box-info {
    line-height: 22px
}

.si-box-info p {
    margin-top: 6px
}

.si-box-info>*:nth-child(1) {
    margin-top: 0
}

.si-list-dash {
    list-style: none;
    margin: 0;
    padding: 0
}

.si-list-dash>li {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 19px;
    color: var(--GREY)
}

.si-list-dash>li:not(:first-child) {
    margin-top: 6px
}

.si-list-dash>li:before {
    content: '';
    width: 9px;
    height: 1px;
    background: var(--GREY);
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0
}

.si-list-dash ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.si-list-dash ul>li {
    font-size: 14px;
    position: relative;
    padding: 6px 0 0 10px
}

.si-list-dash ul>li:before {
    content: '';
    width: 5px;
    height: 1px;
    background: var(--GREY);
    display: inline-block;
    position: absolute;
    top: 16px;
    left: -3px
}

.si-list-dot {
    list-style: none;
    margin: 0;
    padding: 0
}

.si-list-dot>li {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 11px;
    color: var(--GREY)
}

.si-list-dot>li a {
    color: var(--BLACK);
    transition: all .2s linear
}

.si-list-dot>li a:hover {
    color: #00ba9b
}

.si-list-dot>li:not(:first-child) {
    margin-top: 6px
}

.si-list-dot>li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #00ba9b;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%
}

.si-list-dot ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 0 0 8px
}

.si-list-dot ul>li {
    font-size: 14px;
    position: relative;
    padding: 6px 0 0 9px
}

.si-list-dot ul>li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #191918;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -2px;
    border-radius: 50%
}

.si-list-dot.list-dot-large>li {
    padding-left: 13px;
    color: var(--BLACK)
}

.si-list-dot.list-dot-large>li:before {
    width: 7px;
    height: 7px;
    top: 6px
}

.si-list-number {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: li
}

.si-list-number li {
    color: var(--GREY)
}

.si-list-number li:before {
    counter-increment: li;
    content: counters(li, ".") " ";
    color: var(--GREY)
}

.si-list-number li:not(:first-child) {
    margin-top: 6px
}

.si-list-number ol {
    padding: 6px 0 0 24px;
    margin: 0;
    counter-reset: li;
    list-style: none
}

.si-list-number ol li:before {
    color: var(--GREY)
}

.si-blockquote {
    background: #f7f8fa;
    padding: 29px 25px 26px;
    margin: 0;
    display: flex;
    flex-direction: column;
    border-radius: 6px
}

.si-blockquote .si-icon {
    font-size: 36px;
    line-height: 26px;
    color: #00ba9b
}

.si-blockquote .si-title {
    font-size: 30px;
    line-height: 40px;
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    font-style: italic;
    color: var(--BLACK);
    display: inline-block;
    margin-top: 15px;
    transition: all .2s linear
}

.si-blockquote .si-title-description {
    font-size: 12px;
    display: block;
    margin-top: 14px;
    color: #999
}

.si-blockquote .si-title-description span {
    color: var(--BLACK)
}

.si-blockquote>*:nth-child(1) {
    margin-top: 0
}

@media(max-width:1024px) {
    .si-blockquote {
        padding-left: 15px;
        padding-right: 15px
    }

    .si-blockquote .si-icon {
        font-size: 34px
    }

    .si-blockquote .si-title {
        font-size: 24px;
        line-height: 34px
    }
}

@media(max-width:575px) {
    .si-blockquote .si-icon {
        font-size: 33px
    }

    .si-blockquote .si-title {
        font-size: 21px;
        line-height: 31px
    }
}

.si-blockquote.add-hover:hover .si-title {
    color: #00ba9b
}

.si-blockquote:not(:first-child) {
    margin-top: 21px
}

.si-blockquote:not(.text-left):not(.text-right) {
    text-align: center
}

.si-blockquote-02 {
    position: relative;
    padding: 0 0 0 50px;
    margin: 0
}

.si-blockquote-02 .si-icon {
    position: absolute;
    top: 1px;
    left: -2px;
    font-size: 36px;
    line-height: 36px
}

.si-blockquote-02 .si-title {
    font-size: 30px;
    line-height: 40px;
    /* font-family: "Hind", sans-serif; */
    font-style: italic;
    font-weight: 500
}

.si-blockquote-02 .si-title-description {
    font-size: 14px;
    display: inline-block;
    margin-top: 9px;
    font-weight: 400;
    letter-spacing: .01em
}

@media(max-width:575px) {
    .si-blockquote-02 {
        padding: 0
    }

    .si-blockquote-02 .si-icon {
        position: relative
    }

    .si-blockquote-02 .si-title {
        margin-top: 3px
    }

    .si-blockquote-02 .si-title-description {
        margin-top: 6px
    }
}

.si-blockquote-02>*:nth-child(1) {
    margin-top: 0
}

.si-table-01 {
    width: 100%;
    border-top: 1px solid #e9e7e7;
    border-bottom: 1px solid #e9e7e7
}

.si-table-01 thead tr th {
    font-weight: 500;
    color: var(--BLACK);
    font-size: 14px;
    line-height: 17px;
    /* font-family: "Hind", sans-serif; */
    letter-spacing: .03em;
    padding: 12px 0 10px
}

.si-table-01 thead tr th:first-child {
    width: 12%;
    max-width: 68px;
    padding-right: 10px
}

.si-table-01 thead tr th:not(:first-child) {
    width: 44%;
    padding-right: 10px
}

.si-table-01 tbody tr {
    border-top: 1px solid #e9e7e7
}

.si-table-01 tbody tr td {
    padding: 11px 0 11px;
    line-height: 17px
}

.si-table-01 tbody tr td:first-child {
    width: 12%;
    max-width: 68px;
    padding-right: 10px
}

.si-table-01 tbody tr td:not(:first-child) {
    width: 44%;
    padding-right: 10px
}

.si-table-02 {
    width: 100%;
    border-top: 1px solid #e9e7e7;
    border-bottom: 1px solid #e9e7e7
}

.si-table-02 tbody tr {
    border-top: 1px solid #e9e7e7
}

.si-table-02 tbody tr td:first-child {
    color: var(--BLACK);
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    letter-spacing: .03em;
    padding-right: 10px
}

.si-table-02 tbody tr td {
    line-height: 17px
}

.si-table-02 tbody tr td:first-child {
    width: 31%;
    max-width: 179px;
    padding: 12px 9px 10px 0
}

.si-table-02 tbody tr td:not(:first-child) {
    padding-right: 10px;
    padding: 13px 0 9px
}

.si-table-03 {
    width: 100%
}

.si-table-03 tbody tr td:first-child {
    color: var(--BLACK);
    width: 74px;
    padding: 0 10px 0 0
}

.si-table-03 tbody tr td {
    padding-top: 3px;
    padding-bottom: 3px
}

.si-table-03 tbody tr:last-child td {
    padding-bottom: 0
}

#si-pageContent>.container-indent0:not(.nomargin):not([class^="si-offset"]) {
    margin-top: 32px
}

@media(max-width:1024px) {
    #si-pageContent>.container-indent0:not(.nomargin):not([class^="si-offset"]) {
        margin-top: 43px
    }
}

@media(max-width:575px) {
    #si-pageContent>.container-indent0:not(.nomargin):not([class^="si-offset"]) {
        margin-top: 33px
    }
}

#si-pageContent>.container-indent:not(.nomargin):not([class^="si-offset"]) {
    margin-top: 52px
}

@media(max-width:1024px) {
    #si-pageContent>.container-indent:not(.nomargin):not([class^="si-offset"]) {
        margin-top: 43px
    }
}

@media(max-width:575px) {
    #si-pageContent>.container-indent:not(.nomargin):not([class^="si-offset"]) {
        margin-top: 33px
    }
}

#si-pageContent>.container-indent1:not(.nomargin):not([class^="si-offset"]) {
    margin-top: 63px
}

@media(max-width:1024px) {
    #si-pageContent>.container-indent1:not(.nomargin):not([class^="si-offset"]) {
        margin-top: 43px
    }
}

@media(max-width:575px) {
    #si-pageContent>.container-indent1:not(.nomargin):not([class^="si-offset"]) {
        margin-top: 0
    }
}

#si-pageContent>.container-inner {
    padding-top: 53px;
    padding-bottom: 53px
}

#si-pageContent>.si-offset-small {
    margin-top: 20px
}

#si-pageContent .del-img {
    width: 100%;
    height: auto
}

#si-pageContent .del-item-top {
    margin-top: 33px
}

@media(max-width:1024px) {
    #si-pageContent .del-item-top {
        margin-top: 28px
    }
}

@media(max-width:575px) {
    #si-pageContent .del-item-top {
        margin-top: 23px
    }
}

#si-pageContent .container-fluid {
    padding-right: 10px;
    padding-left: 10px
}

@media(max-width:575px) {
    .container-fluid-custom:not(.container-fluid-custom-mobile-padding) {
        padding-right: 0;
        padding-left: 0;
        overflow: hidden
    }

    #si-pageContent .container-fluid-custom-mobile-padding {
        padding-right: 10px;
        padding-left: 10px
    }

    .container-fluid-custom-mobile-padding-02 {
        padding-right: 10px;
        padding-left: 10px
    }
}

.container-fluid-custom {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media(max-width:1024px) {
    .container-fluid-lg {
        max-width: 100% !important;
        padding-left: 25px !important;
        padding-right: 25px !important
    }
}

@media(max-width:1024px) and (max-width:575px) {
    .container-fluid-lg {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.si-block-title {
    text-align: center;
    padding-bottom: 32px
}

.si-block-title .si-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: .04em;
    margin: 0;
    padding: 0;
    color: var(--BLACK)
}

.si-block-title .si-title a {
    color: #00ba9b;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: border .2s linear
}

.si-block-title .si-title a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    height: 2px;
    width: 100%;
    background: #00ba9b
}

.si-block-title .si-title a:hover {
    border-color: transparent;
    color: #00ba9b
}

.si-block-title .si-title a:hover:before {
    background: transparent
}

.si-block-title .si-title-small {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: var(--BLACK)
}

.si-block-title .si-title-small a {
    color: #00ba9b;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #00ba9b;
    transition: border .2s linear
}

.si-block-title .si-title-small a:hover {
    color: #00ba9b;
    border-color: transparent
}

.si-block-title .si-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: .04em;
    /* font-family: "Hind", sans-serif; */
    color: var(--BLACK);
    margin: 0;
    padding: 0
}

.cancelBTN {
    height: auto !important;
    padding: 13px 31px;
    color: var(--WHITE) !important;
}

select#reason {
    cursor: pointer;
}

button.cencel_btn {
    cursor: pointer;
}

@media(max-width:575px) {
    .si-block-title {
        padding-bottom: 23px
    }
}

.si-title-sub {
    font-size: 16px;
    padding-bottom: 34px;
    margin-top: 4px;
    font-weight: 500;
    letter-spacing: .01em
}

@media(max-width:575px) {
    .si-title-sub {
        padding-bottom: 22px
    }
}

.si-box-faq-listing {
    margin-top: -26px
}

.si-box-faq-listing .si-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

.si-box-faq-listing .si-box-faq {
    margin-top: 47px;
    letter-spacing: .0063em
}

.si-box-faq-listing .si-box-faq .si-title {
    color: var(--BLACK)
}

.si-box-faq-listing .si-box-faq .si-title a {
    color: var(--BLACK)
}

.si-box-faq-listing .si-box-faq .si-title a:hover {
    color: #00ba9b
}

.si-box-faq-listing .si-box-faq p {
    margin-top: 16px
}

@media(min-width:790px) {
    .si-box-faq-listing .si-box-faq {
        padding-right: 35px
    }
}

.si-box-faq-listing .si-box-faq:last-child {
    margin-bottom: 0
}

@media(max-width:1024px) {
    .si-box-faq-listing {
        margin-top: -19px
    }

    .si-box-faq-listing .si-box-faq {
        margin-top: 24px
    }
}

.demo-typography {
    padding-top: 7px
}

.demo-typography h1 {
    margin-top: 38px
}

@media(max-width:1024px) {
    .demo-typography h1 {
        margin-top: 23px
    }
}

@media(max-width:575px) {
    .demo-typography h1 {
        margin-top: 19px
    }
}

.demo-typography .si-box-text {
    margin-top: 43px
}

@media(max-width:1024px) {
    .demo-typography .si-box-text {
        margin-top: 25px
    }
}

@media(max-width:575px) {
    .demo-typography .si-box-text {
        margin-top: 23px
    }
}

.demo-typography .si-blockquote {
    margin-top: 33px;
    margin-bottom: 33px
}

@media(max-width:1024px) {
    .demo-typography .si-blockquote {
        margin-top: 28px;
        margin-bottom: 28px
    }
}

@media(max-width:575px) {
    .demo-typography .si-blockquote {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width:791px) {
    .si-about-box {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: center;
        color: var(--WHITE);
        padding: 208px 0 216px 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .si-about-box .img-mobile {
        display: none
    }

    .si-about-box .si-title {
        color: var(--WHITE);
        font-size: 34px;
        line-height: 44px;
        letter-spacing: .02em;
        font-weight: 500;
        padding-bottom: 0
    }

    .si-about-box p {
        margin-top: 23px;
        max-width: 75%
    }

    .si-about-box .si-blockquote-02 {
        margin-top: 44px;
        color: var(--WHITE)
    }

    .si-about-box .si-blockquote-02 .si-icon {
        color: var(--WHITE)
    }

    .si-about-box .si-blockquote-02 .si-title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 500;
        letter-spacing: .02em;
        color: var(--WHITE)
    }
}

@media(min-width:791px) and (max-width:1229px) {
    .si-about-box {
        padding: 110px 0 118px 0
    }

    .si-about-box .si-title {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: .02em
    }

    .si-about-box p {
        max-width: 100%
    }

    .si-about-box .si-blockquote-02 .si-title {
        font-size: 22px;
        line-height: 27px
    }
}

@media(max-width:790px) {
    .si-about-box {
        background: none !important
    }

    .si-about-box>.container {
        padding-left: 20px;
        padding-right: 20px
    }

    .si-about-box .img-mobile {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 32px
    }

    .si-about-box .si-title {
        font-size: 24px;
        line-height: 34px;
        margin-top: 32px;
        letter-spacing: .02em;
        padding-bottom: 4px
    }

    .si-about-box .si-blockquote-02 {
        margin-top: 25px;
        color: var(--BLACK)
    }

    .si-about-box .si-blockquote-02 .si-icon {
        color: #00ba9b
    }

    .si-about-box .si-blockquote-02 .si-title {
        margin-top: 0;
        padding-bottom: 0;
        font-size: 23px
    }
}

.si-about-box div[class^="col-"]>*:nth-child(1) {
    margin-top: 0
}

@media(min-width:576px) {
    html.si-boxed .si-about-box .container {
        padding-right: 40px;
        padding-left: 40px
    }
}

.si-about-col-list {
    margin-top: -52px
}

.si-about-col-list .si-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

.si-about-col-list div[class^="col"] {
    margin-top: 52px
}

@media(max-width:1024px) {
    .si-about-col-list div[class^="col"] {
        margin-top: 42px
    }
}

@media(max-width:575px) {
    .si-about-col-list div[class^="col"] {
        margin-top: 25px
    }
}

@media(max-width:1024px) {
    .si-about-col-list {
        margin-top: -42px
    }
}

@media(max-width:790px) {
    .si-about-col-list {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:575px) {
    .si-about-col-list {
        margin-top: -25px
    }
}

.si-about02-col-list {
    margin-top: -52px
}

.si-about02-col-list .si-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

.si-about02-col-list div[class^="col"] {
    margin-top: 52px
}

@media(max-width:1024px) {
    .si-about02-col-list div[class^="col"] {
        margin-top: 42px
    }
}

@media(max-width:575px) {
    .si-about02-col-list div[class^="col"] {
        margin-top: 25px
    }
}

@media(max-width:1024px) {
    .si-about02-col-list {
        margin-top: -42px
    }
}

@media(max-width:575px) {
    .si-about02-col-list {
        margin-top: -25px
    }
}

.si-about-box-02 .si-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: -4px
}

@media(max-width:1229px) {
    .si-about-box-02 .si-title {
        font-size: 25px;
        line-height: 35px
    }
}

@media(max-width:789px) {
    .si-about-box-02 .si-title {
        font-size: 22px;
        line-height: 32px
    }
}

.si-col-img {
    margin-top: -20px
}

.si-col-img img {
    width: 100%;
    height: auto;
    margin-top: 20px
}

@media(min-width:791px) {
    .si-contact-box {
        background-image: url("../images/custom/contact-img-01.jpg");
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: stretch;
        align-items: center;
        text-align: center;
        color: red;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 302px 15px 320px;
        background-size: cover
    }

    .si-contact-box a {
        color: var(--WHITE)
    }

    .si-contact-box .si-title {
        color: var(--WHITE);
        font-size: 34px;
        line-height: 44px;
        margin: 0;
        padding: 0;
        font-weight: 500;
        letter-spacing: .03em
    }

    .si-contact-box address {
        color: var(--WHITE);
        margin: 24px 0 0 0
    }
}

@media(min-width:791px) and (max-width:1229px) {
    .si-contact-box {
        padding-top: 202px;
        padding-bottom: 220px
    }

    .si-contact-box .si-title {
        font-size: 30px;
        line-height: 40px
    }
}

@media(min-width:791px) {
    .si-contact-box .img-mobile {
        display: none
    }
}

@media(max-width:790px) {
    .si-contact-box {
        background: none !important
    }

    .si-contact-box .img-mobile {
        width: 100%;
        height: auto;
        margin-bottom: 32px
    }

    .si-contact-box .si-title {
        font-size: 24px;
        line-height: 34px
    }

    .si-contact-box address {
        margin-top: 14px
    }

    .si-contact-box .container>*:nth-child(1) {
        margin-top: 0
    }
}

.si-contact-box div[class^="col-"]>*:nth-child(1) {
    margin-top: 0
}

.si-contact-col-list {
    margin-top: -51px
}

.si-contact-col-list .si-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    padding-bottom: 15px
}

.si-contact-col-list div[class^="col"] {
    margin-top: 51px
}

@media(max-width:1024px) {
    .si-contact-col-list div[class^="col"] {
        margin-top: 42px
    }
}

@media(max-width:790px) {
    .si-contact-col-list div[class^="col"] {
        margin-top: 24px
    }
}

@media(max-width:1024px) {
    .si-contact-col-list {
        margin-top: -42px
    }
}

@media(max-width:575px) {
    .si-contact-col-list {
        margin-top: -25px
    }
}

.si-contact02-col-list {
    margin-top: -51px
}

.si-contact02-col-list div[class^="col"] {
    margin-top: 51px
}

@media(max-width:1024px) {
    .si-contact02-col-list div[class^="col"] {
        margin-top: 42px
    }
}

@media(max-width:575px) {
    .si-contact02-col-list div[class^="col"] {
        margin-top: 25px
    }
}

@media(max-width:1024px) {
    .si-contact02-col-list {
        margin-top: -42px
    }
}

@media(max-width:575px) {
    .si-contact02-col-list {
        margin-top: -25px
    }
}

.si-contact-info:not(.text-left):not(.text-right) {
    text-align: center
}

.si-contact-info .si-icon {
    font-size: 55px;
    line-height: 1.1;
    color: #00ba9b
}

.si-contact-info .si-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    color: var(--BLACK);
    margin: 15px 0 0 0;
    padding-bottom: 0
}

.si-contact-info address {
    margin: 15px 0 0 0;
    letter-spacing: .01em
}

@media(max-width:1229px) {
    .si-contact-info .si-icon {
        font-size: 55px
    }

    .si-contact-info .si-title {
        font-size: 20px;
        line-height: 30px;
        margin: 15px 0 0 0;
        padding-bottom: 0
    }
}

@media(max-width:575px) {
    .si-contact-info {
        padding-bottom: 0
    }

    .si-contact-info .si-icon {
        font-size: 48px
    }

    .si-contact-info .si-title {
        font-size: 18px;
        line-height: 28px;
        margin: 5px 0 0 0
    }

    .si-contact-info address {
        margin-top: 8px
    }
}

.si-contact-info>*:nth-child(1) {
    margin-top: 0
}

.contact-map {
    width: 100%
}

.contact-map #map {
    height: 450px;
    width: 100%
}

::-webkit-input-placeholder {
    color: var(--GREY)
}

::-moz-placeholder {
    color: var(--GREY)
}

:-moz-placeholder {
    color: var(--GREY)
}

:-ms-input-placeholder {
    color: var(--GREY)
}

input:not(.si-search-input):focus::-webkit-input-placeholder {
    color: transparent
}

input:not(.si-search-input):focus:-moz-placeholder {
    color: transparent
}

input:not(.si-search-input):focus::-moz-placeholder {
    color: transparent
}

input:not(.si-search-input):focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

.form-default .form-group {
    margin-bottom: 20px
}

.form-default .form-group label:not(.error) {
    font-size: 14px;
    color: var(--BLACK);
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    padding-bottom: 4px;
    letter-spacing: .02em
}

.form-default .form-control {
    background: #f7f8fa;
    font-size: 14px;
    border: 1px solid #f7f8fa;
    padding: 11px 12px 10px 15px;
    /* font-family: "Hind", sans-serif; */
    box-shadow: none;
    outline: 0;
    color: var(--GREY);
    font-weight: 300;
    border-radius: 6px;
    transition: all .2s linear
}

.form-default .form-control:not(textarea) {
    height: 40px
}

@media(max-width:575px) {
    .form-default .form-control:not(textarea) {
        height: 39px
    }
}

.form-default input.form-control,
.form-default textarea.form-control {
    -webkit-appearance: none
}

.form-default select.form-control {
    padding: 10px 12px 11px 15px;
    cursor: pointer
}

.form-default select.form-control:not([size]):not([multiple]) {
    height: auto
}

.form-default .form-control.error {
    border-color: red
}

.form-default .si-required {
    display: inline-block;
    float: right;
    color: var(--GREY);
    padding-left: 5px
}

.list-form-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -15px
}

.list-form-inline li {
    margin-left: 15px
}

.list-form-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -15px
}

.list-form-column li {
    margin-left: 15px
}

.checkbox-group {
    position: relative;
    display: inline-block;
    margin-bottom: 20px
}

.checkbox-group input[type=checkbox] {
    display: none
}

.checkbox-group label {
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    color: var(--BLACK);
    transition: all .2s linear
}

.checkbox-group label span {
    display: block;
    position: absolute;
    left: 0;
    transition-duration: .12s
}

.checkbox-group label .box {
    background: #f7f8fa;
    border-radius: 2px;
    height: 17px;
    width: 17px;
    z-index: 9;
    margin-top: 2px;
    border: 1px solid #cdcdcd
}

.checkbox-group label .check {
    top: 1px;
    left: 0;
    opacity: 0;
    z-index: 10;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 2px;
    width: 17px;
    height: 17px;
    line-height: 1
}

.checkbox-group label .check:before {
    content: "\ea11";
    color: var(--WHITE);
    border-radius: 2px;
    font-size: 15px;
    line-height: 1;
    position: relative;
    left: 1px;
    top: 1px;
    font-family: "wokiee";
    font-style: normal;
    font-weight: 400
}

input[type=checkbox]:checked~label .check {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.radio {
    display: block;
    cursor: pointer;
    margin: 0 0 8px;
    transition: all .15s linear;
    color: var(--GREY)
}

.radio input {
    width: 1px;
    height: 1px;
    opacity: 0
}

.radio input:focus+.outer .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.radio .outer {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 3px 9px 0 0;
    background-color: #f7f8fa;
    border: 1px solid #cdcdcd;
    border-radius: 50%
}

.radio .inner {
    width: 10px;
    height: 10px;
    top: 2px;
    left: 2px;
    display: block;
    background-color: #00ba9b;
    opacity: 0;
    position: relative;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    transition: all .2s linear
}

.radio input:checked+.outer .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.radio:hover {
    color: #00ba9b
}

.radio:hover .inner {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.contact-form {
    margin-top: 39px
}

.contact-form textarea {
    height: 160px
}

.contact-form .btn {
    margin-top: 20px
}

@media(max-width:575px) {
    .contact-form {
        margin-top: 33px
    }
}

.contact-form p {
    padding-bottom: 20px
}

.contact-form .form-group {
    position: relative
}

.contact-form label.error {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    position: absolute;
    top: 56px;
    left: 0;
    padding: 8px 19px 6px 43px;
    background: #f8353e;
    color: var(--WHITE);
    font-size: 14px;
    line-height: 22px;
    z-index: 1
}

.contact-form label.error:before {
    content: '\ea27';
    font-family: "wokiee";
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 19px;
    color: var(--WHITE)
}

.contact-form label.error:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8353e
}

.si-box-thumb-listing {
    margin-top: -53px
}

@media(max-width:1024px) {
    .si-box-thumb-listing {
        margin-top: -35px
    }
}

@media(max-width:1024px) {
    .si-box-thumb-listing {
        margin-top: -28px
    }
}

.si-box-thumb {
    margin-top: 53px;
    text-align: center
}

.si-box-thumb .si-img {
    overflow: hidden;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.si-box-thumb .si-img img {
    width: 100%;
    height: auto
}

.si-box-thumb .si-title {
    margin-top: 22px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .03em;
    line-height: 30px;
    padding: 0;
    color: var(--BLACK)
}

.si-box-thumb .si-title a {
    color: var(--BLACK)
}

.si-box-thumb .si-title a:hover {
    color: #00ba9b
}

.si-box-thumb p {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px
}

@media(max-width:1024px) {
    .si-box-thumb {
        margin-top: 35px
    }

    .si-box-thumb .si-title {
        font-size: 18px;
        line-height: 28px;
        margin-top: 19px
    }

    .si-box-thumb p {
        margin-top: 11px
    }
}

@media(max-width:575px) {
    .si-box-thumb {
        margin-top: 23px
    }

    .si-box-thumb .si-title {
        font-size: 16px;
        line-height: 26px;
        margin-top: 16px
    }

    .si-box-thumb p {
        margin-top: 7px
    }
}

.si-box-thumb>*:nth-child(1) {
    margin-top: 0
}

.si-page404 {
    background: var(--WHITE);
    color: var(--BLACK);
    text-align: center;
    padding: 79px 20px 103px
}

.si-page404 img {
    max-width: 100%;
    height: auto
}

.si-page404 .si-title {
    color: var(--BLACK);
    padding: 0;
    margin: 42px 0 0 0;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 44px
}

.si-page404 p {
    margin-top: 2px;
    font-size: 15px
}

.si-page404 .btn {
    margin-top: 34px
}

@media(max-width:1024px) {
    .si-page404 img {
        max-width: 400px
    }

    .si-page404 .si-title {
        font-size: 28px;
        line-height: 40px
    }
}

@media(max-width:789px) {
    .si-page404 {
        padding: 35px 20px 59px
    }

    .si-page404 img {
        width: 350px;
        max-width: 70%
    }

    .si-page404 .si-title {
        font-size: 25px;
        line-height: 34px
    }
}

@media(max-width:575px) {
    .si-page404 .si-title {
        font-size: 23px;
        line-height: 32px;
        margin: 28px 0 0 0
    }

    .si-page404 .btn {
        margin-top: 25px
    }
}

.si-page404>*:nth-child(1) {
    margin-top: 0
}

.si-empty-wishlist {
    text-align: center;
    padding: 102px 20px 102px;
    color: var(--GREY)
}

.si-empty-wishlist img {
    max-width: 100%;
    height: auto
}

.si-empty-wishlist .icon-svg {
    margin: 17px 0 0 0
}

.si-empty-wishlist .icon-svg svg {
    width: 58px;
    height: 58px
}

.si-empty-wishlist .si-title {
    color: var(--BLACK);
    padding: 0;
    margin: 13px 0 0 0;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 44px
}

.si-empty-wishlist p {
    color: var(--GREY);
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400
}

.si-empty-wishlist .btn {
    margin-top: 34px
}

@media(max-width:1024px) {
    .si-empty-wishlist {
        padding: 71px 20px 82px
    }

    .si-empty-wishlist .si-title {
        font-size: 28px;
        line-height: 38px
    }
}

@media(max-width:575px) {
    .si-empty-wishlist {
        padding: 51px 15px 62px
    }

    .si-empty-wishlist .si-title {
        font-size: 24px;
        line-height: 34px
    }

    .si-empty-wishlist p {
        font-size: 22px
    }
}

.si-empty-wishlist>*:nth-child(1) {
    margin-top: 0
}

.si-empty-cart {
    text-align: center;
    padding: 102px 20px 102px;
    color: var(--GREY)
}

.si-empty-cart img {
    max-width: 100%;
    height: auto
}

.si-empty-cart .si-icon {
    font-size: 150px;
    line-height: 1.1;
    color: #ebecee
}

.si-empty-cart .si-title {
    color: var(--BLACK);
    padding: 0;
    margin: 13px 0 0 0;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 44px
}

.si-empty-cart p {
    margin-top: 2px;
    font-size: 15px
}

.si-empty-cart .btn {
    margin-top: 34px
}

@media(max-width:1024px) {
    .si-empty-cart {
        padding: 71px 20px 82px
    }

    .si-empty-cart .si-icon {
        font-size: 130px
    }

    .si-empty-cart .si-title {
        font-size: 28px;
        line-height: 38px
    }
}

@media(max-width:575px) {
    .si-empty-cart {
        padding: 51px 15px 62px
    }

    .si-empty-cart .si-icon {
        font-size: 120px
    }

    .si-empty-cart .si-title {
        font-size: 24px;
        line-height: 34px
    }
}

.si-empty-cart>*:nth-child(1) {
    margin-top: 0
}

.si-empty-search {
    text-align: center;
    padding: 106px 20px 102px;
    color: var(--GREY)
}

.si-empty-search img {
    max-width: 100%;
    height: auto
}

.si-empty-search .si-icon {
    font-size: 150px;
    line-height: 1.1;
    color: #ebecee
}

.si-empty-search .si-title {
    color: var(--BLACK);
    padding: 0;
    margin: 9px 0 0 0;
    font-size: 34px;
    font-weight: 500;
    line-height: 44px
}

.si-empty-search p {
    margin-top: 2px;
    font-size: 15px
}

.si-empty-search .btn {
    margin-top: 34px
}

@media(max-width:1024px) {
    .si-empty-search {
        padding: 71px 20px 82px
    }

    .si-empty-search .si-icon {
        font-size: 130px
    }

    .si-empty-search .si-title {
        font-size: 28px;
        line-height: 38px
    }
}

@media(max-width:575px) {
    .si-empty-search {
        padding: 51px 15px 62px
    }

    .si-empty-search .si-icon {
        font-size: 120px
    }

    .si-empty-search .si-title {
        font-size: 24px;
        line-height: 34px
    }
}

.si-empty-search>*:nth-child(1) {
    margin-top: 0
}

.si-coming-soon {
    padding: 27px 0 90px 0;
    overflow: auto;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    text-align: center
}

@media(min-width:734px) {
    .si-coming-soon {
        height: 100vh
    }
}

.si-coming-soon form .form-group {
    display: inline-flex
}

.si-coming-soon form .form-control {
    min-width: 254px;
    margin-top: 20px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.si-coming-soon form .btn {
    margin-top: 20px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.si-coming-soon h1.si-title {
    font-size: 34px;
    line-height: 47px;
    margin: 54px 0 0 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: .03em;
    color: var(--BLACK)
}

.si-coming-soon h2.si-title {
    font-size: 16px;
    line-height: 26px;
    margin: 31px 0 0 0;
    padding: 0 0 2px 0;
    font-weight: 500;
    color: var(--BLACK);
    width: 100%
}

.si-coming-soon .description {
    max-width: 584px;
    margin: 21px auto 47px
}

.si-coming-soon .si-coming-soon-content>*:nth-child(1) {
    margin-top: 0
}

@media(max-width:1229px) {
    .si-coming-soon {
        padding-top: 17px
    }

    .si-coming-soon h1.si-title {
        font-size: 30px;
        line-height: 40px
    }

    .si-coming-soon .description {
        margin-bottom: 37px
    }

    .si-coming-soon form {
        margin-top: 0
    }

    .si-coming-soon h2.si-title {
        margin-top: 21px
    }
}

@media(min-width:1025px) {
    .si-coming-soon {
        background: url("../images/custom/comingsoon-img-01.jpg") center top no-repeat;
        background-size: cover
    }
}

@media(max-width:1024px) {
    .si-coming-soon {
        padding-top: 15px;
        padding-bottom: 27px
    }

    .si-coming-soon h1.si-title {
        font-size: 29px;
        line-height: 39px;
        margin-top: 35px
    }

    .si-coming-soon .description {
        margin-bottom: 27px
    }

    .si-coming-soon form .form-control,
    .si-coming-soon form .btn {
        margin-top: 13px
    }

    .si-coming-soon form .form-group {
        margin-bottom: 13px
    }
}

@media(max-width:575px) {
    .si-coming-soon {
        padding-bottom: 10px
    }

    .si-coming-soon h1.si-title {
        font-size: 23px;
        line-height: 33px;
        margin-top: 15px
    }

    .si-coming-soon .description {
        margin-top: 10px;
        margin-bottom: 0
    }

    .si-coming-soon form .form-group {
        display: block
    }

    .si-coming-soon form .form-control {
        margin-top: 13px
    }

    .si-coming-soon form .btn {
        margin-top: 13px
    }

    .si-coming-soon form .form-group {
        margin-bottom: 7px
    }

    .si-coming-soon form .form-control {
        border-radius: 6px
    }

    .si-coming-soon form .btn {
        border-radius: 6px
    }
}

.coming-soon-bottom {
    position: fixed;
    bottom: 72px;
    width: 100%;
    left: 0
}

.coming-soon-bottom p {
    font-size: 12px
}

.coming-soon-bottom .si-social-icon {
    justify-content: center;
    margin-top: 11px
}

@media(max-width:1229px) {
    .coming-soon-bottom {
        bottom: 52px
    }
}

@media(max-width:1024px) {
    .coming-soon-bottom {
        bottom: 22px
    }

    .coming-soon-bottom .si-social-icon {
        margin-top: 5px
    }
}

@media(max-width:789px) {
    .coming-soon-bottom {
        position: inherit;
        bottom: inherit;
        margin-top: 25px
    }
}

.si-social-icon {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.si-social-icon li a {
    font-size: 18px;
    line-height: 26px;
    color: #d8d8d8;
    padding: 4px;
    transition: all .2s linear
}

.si-social-icon li a:hover {
    color: var(--BLACK)
}

.si-social-icon li:first-child {
    margin-right: 5px
}

.si-social-icon li:last-child {
    margin-left: 5px
}

.si-social-icon li:not(:last-child):not(:first-child) {
    margin: 0 5px
}

.si-login-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch
}

.si-login-form .si-item {
    border: 1px solid #e9e7e7;
    padding: 32px 39px 20px;
    height: 100%
}

.si-login-form .si-item .si-title {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 14px 0;
    font-weight: 500
}

.si-login-form .si-item p {
    margin-top: 0
}

.si-login-form .si-item .form-top {
    margin-top: 17px
}

.si-login-form .si-item .btn:not(.btn-top) {
    margin-top: 4px;
    margin-bottom: 5px
}

.si-login-form .si-item .btn-top {
    margin-top: 25px
}

.si-login-form .si-item .btn {
    margin-right: 12px
}

.si-login-form .si-item .additional-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative
}

.si-login-form .si-item .additional-links a {
    color: #00ba9b;
    transition: all .2s linear
}

.si-login-form .si-item .additional-links a:hover {
    color: var(--BLACK)
}

@media(max-width:789px) {
    .si-login-form {
        display: block;
        align-items: flex-start;
        margin-top: -20px
    }

    .si-login-form .si-item:first-child {
        margin-top: 20px;
        height: auto
    }
}

@media(max-width:440px) {
    .si-login-form .si-item {
        padding: 20px 20px 10px
    }
}

.si-carousel-products.slick-slider .slick-slide[class^="col-"] {
    max-width: inherit
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-animated-show-js {
    opacity: 0;
    transition: opacity .2s linear
}

.slick-animated-show-js.slick-initialized {
    opacity: 1
}

.slick-track {
    margin: auto
}

.si-slick-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center
}

.si-slick-button {
    font-size: 0;
    line-height: 0
}

.si-slick-button .slick-arrow {
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: var(--BLACK);
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.si-slick-button .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.si-slick-button .slick-prev:before {
    content: "\e90d"
}

.si-slick-button .slick-next {
    margin-left: 4px
}

.si-slick-button .slick-next:before {
    content: "\e90e"
}

.si-slick-button-vertical {
    font-size: 0;
    line-height: 0
}

.si-slick-button-vertical .slick-arrow {
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: var(--BLACK);
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.si-slick-button-vertical .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.si-slick-button-vertical .slick-prev:before {
    content: "\e90f"
}

.si-slick-button-vertical .slick-next {
    left: 42px
}

.si-slick-button-vertical .slick-next:before {
    content: "\e90c"
}

.si-slick-quantity {
    font-size: 14px;
    line-height: 1;
    color: #989898;
    /* font-family: "Hind", sans-serif */
}

.si-slick-quantity .account-number {
    font-size: 20px;
    color: var(--BLACK)
}

.arrow-location-01 .slick-arrow {
    position: absolute;
    bottom: 10px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    background: var(--WHITE);
    color: var(--BLACK);
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.arrow-location-01 .slick-arrow:hover {
    background: #00ba9b;
    color: var(--WHITE)
}

.arrow-location-01 .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.arrow-location-01 .slick-prev {
    right: 57px
}

.arrow-location-01 .slick-prev:before {
    content: "\e90d"
}

.arrow-location-01 .slick-next {
    right: 10px
}

.arrow-location-01 .slick-next:before {
    content: "\e90e"
}

.arrow-location-02 .slick-arrow {
    position: absolute;
    bottom: -58px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: var(--BLACK);
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.arrow-location-02 .slick-arrow:hover {
    background: #00ba9b;
    color: var(--WHITE)
}

.arrow-location-02 .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.arrow-location-02 .slick-prev {
    left: 0
}

.arrow-location-02 .slick-prev:before {
    content: "\e90d"
}

.arrow-location-02 .slick-next {
    left: 47px
}

.arrow-location-02 .slick-next:before {
    content: "\e90e"
}

.arrow-location-03 .slick-arrow {
    position: absolute;
    top: -46px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    font-weight: 500;
    color: var(--BLACK);
    background: transparent;
    border-radius: 50%;
    transition: all .2s linear
}

.arrow-location-03 .slick-arrow:hover {
    color: #00ba9b;
    background: transparent
}

.arrow-location-03 .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.arrow-location-03 .slick-prev {
    right: 20px
}

.arrow-location-03 .slick-prev:before {
    content: "\e90d"
}

.arrow-location-03 .slick-next {
    right: -4px
}

.arrow-location-03 .slick-next:before {
    content: "\e90e"
}

.si-shop_ad .slick-arrow,
.arrow-location-tab .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    color: var(--BLACK);
    background: #f7f8fa;
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.si-shop_ad .slick-arrow:hover,
.arrow-location-tab .slick-arrow:hover {
    background: #00ba9b;
    color: var(--WHITE)
}

.si-shop_ad .slick-arrow:before,
.arrow-location-tab .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.si-shop_ad .slick-prev:before,
.arrow-location-tab .slick-prev:before {
    content: "\e90d";
    margin-right: 2px
}

.si-shop_ad .slick-next:before,
.arrow-location-tab .slick-next:before {
    content: "\e90e";
    margin-left: 2px
}

.si-shop_ad .slick-prev,
.arrow-location-tab .slick-prev {
    left: inherit;
    top: calc(50% - 19px)
}

.si-shop_ad .slick-next,
.arrow-location-tab .slick-next {
    left: inherit;
    right: 0;
    top: calc(50% - 19px)
}

.arrow-location-right-top .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: var(--BLACK);
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.arrow-location-right-top .slick-arrow:hover {
    background: #00ba9b;
    color: var(--WHITE)
}

.arrow-location-right-top .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.arrow-location-right-top .slick-prev:before {
    content: "\e90d"
}

.arrow-location-right-top .slick-next:before {
    content: "\e90e"
}

@media(min-width:1025px) {
    .arrow-location-right-top .slick-arrow {
        top: -28px
    }

    .arrow-location-right-top .slick-prev {
        right: 57px
    }

    .arrow-location-right-top .slick-next {
        right: 10px
    }
}

@media(max-width:1024px) {
    .arrow-location-right-top .slick-arrow {
        top: 50%
    }

    .arrow-location-right-top .slick-prev {
        left: 0
    }

    .arrow-location-right-top .slick-next {
        right: 0
    }
}

.arrow-location-center .slick-arrow,
.arrow-location-center .slick-arrow:active {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    color: #dadada;
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.arrow-location-center .slick-arrow:hover {
    color: var(--BLACK)
}

.arrow-location-center .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.arrow-location-center .slick-prev {
    left: 0
}

.arrow-location-center .slick-prev:before {
    content: "\e90d"
}

.arrow-location-center .slick-next {
    right: 0
}

.arrow-location-center .slick-next:before {
    content: "\e90e"
}

.arrow-location-center-02 .slick-arrow,
.arrow-location-center-02 .slick-arrow:active {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: var(--BLACK);
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.arrow-location-center-02 .slick-arrow:hover {
    color: var(--WHITE);
    background: #00ba9b
}

.arrow-location-center-02 .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.arrow-location-center-02 .slick-prev {
    left: 0
}

.arrow-location-center-02 .slick-prev:before {
    content: "\e90d";
    margin-right: 2px
}

.arrow-location-center-02 .slick-next {
    right: 0
}

.arrow-location-center-02 .slick-next:before {
    content: "\e90e";
    margin-left: 2px
}

.arrow-location-center-03 .slick-arrow,
.arrow-location-center-03 .slick-arrow:active {
    position: absolute;
    top: 50%;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: 0;
    border: 0;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: var(--BLACK);
    font-weight: 500;
    border-radius: 50%;
    transition: all .2s linear
}

.arrow-location-center-03 .slick-arrow:hover {
    color: var(--WHITE);
    background: #00ba9b
}

.arrow-location-center-03 .slick-arrow:before {
    font-family: "wokiee";
    font-size: 20px;
    line-height: 1
}

.arrow-location-center-03 .slick-prev {
    left: 0
}

.arrow-location-center-03 .slick-prev:before {
    content: "\e90d";
    margin-right: 2px
}

.arrow-location-center-03 .slick-next {
    right: 0
}

.arrow-location-center-03 .slick-next:before {
    content: "\e90e";
    margin-left: 2px
}

@media(min-width:1025px) and (max-width:1229px) {
    .arrow-location-center-03 .slick-arrow {
        top: 92px !important
    }
}

@media(min-width:1230px) {
    .arrow-location-center-03 .slick-arrow {
        top: 118px !important
    }
}

body:not(.touch-device) .arrow-location-center-02.si-arrow-hover .slick-arrow {
    opacity: 0
}

body:not(.touch-device) .arrow-location-center-02.si-arrow-hover:hover .slick-arrow {
    opacity: 1
}

.slick-slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 22px;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start
}

.slick-slider .slick-dots li {
    margin: 0 3px;
    padding: 0 2px;
    cursor: pointer
}

.slick-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    background: #dadada;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    cursor: pointer
}

.slick-slider .slick-dots li:hover button {
    background: var(--BLACK)
}

.slick-slider .slick-dots .slick-active button {
    background: var(--BLACK)
}

.si-arrow-type-02.slick-slider .slick-arrow {
    background: #f7f8fa;
    color: #dadada
}

.si-arrow-type-02.slick-slider .slick-arrow:hover {
    background: #f7f8fa;
    color: var(--BLACK)
}

.si-arrow-type-02.slick-slider .slick-next {
    right: 20px
}

.si-arrow-type-02.slick-slider .slick-prev {
    left: 20px
}

.wrapper-social-icon {
    background: #f7f8fa;
    padding: 12px 5px 10px
}

.si-gift-layout {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 82px 0
}

.si-gift-layout .si-title {
    margin-top: 81px;
    font-size: 34px;
    line-height: 1.1;
    color: var(--BLACK)
}

.si-gift-layout .si-gift-box {
    margin-top: 53px;
    max-width: 434px;
    overflow: hidden;
    position: relative;
    border-radius: 9px
}

.si-gift-layout .si-gift-box img {
    max-width: 100%;
    height: auto
}

.si-gift-layout .si-gift-box .si-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center
}

.si-gift-layout .si-gift-box .si-description .si-sum {
    color: var(--WHITE);
    font-size: 32px;
    /* font-family: "Hind", sans-serif; */
    position: absolute;
    top: 17px;
    right: 15px;
    font-weight: 500;
    letter-spacing: .02em
}

@media(max-width:575px) {
    .si-gift-layout .si-gift-box .si-description .si-sum {
        font-size: 27px
    }
}

.si-gift-layout .si-gift-box .si-description .si-code {
    background-color: var(--WHITE);
    border: 7px solid var(--WHITE);
    margin: 20px;
    position: relative;
    border-radius: 3px
}

.si-gift-layout .si-gift-box .si-description .si-code span {
    display: block;
    position: relative;
    padding: 13px 14px 11px;
    font-size: 25px;
    line-height: 1;
    letter-spacing: .06em;
    color: var(--BLACK)
}

.si-gift-layout .si-gift-box .si-description .si-code span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: url("../images/custom/si-gift-box-border2.png") left top repeat-y
}

.si-gift-layout .si-gift-box .si-description .si-code span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: url("../images/custom/si-gift-box-border2.png") right top repeat-y
}

.si-gift-layout .si-gift-box .si-description .si-code:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url("../images/custom/si-gift-box-border1.png") left top repeat-x
}

.si-gift-layout .si-gift-box .si-description .si-code:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url("../images/custom/si-gift-box-border1.png") left top repeat-x
}

.si-gift-layout p {
    margin-top: 33px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

.si-gift-layout .si-gift-dissembled {
    margin-top: 35px
}

.si-gift-layout .si-gift-dissembled img {
    max-width: 100%;
    height: auto
}

.si-gift-layout .btn-border {
    margin-top: 62px
}

.si-gift-layout .btn-link {
    margin-top: 32px
}

@media(max-width:1024px) {
    .si-gift-layout {
        padding: 42px 0
    }

    .si-gift-layout .si-title {
        margin-top: 41px;
        font-size: 31px
    }

    .si-gift-layout .si-gift-box {
        margin-top: 44px;
        max-width: 380px
    }

    .si-gift-layout .si-gift-box .si-description .si-code span {
        font-size: 22px;
        letter-spacing: .04em
    }

    .si-gift-layout .si-gift-dissembled {
        margin-top: 31px
    }

    .si-gift-layout .btn-border {
        margin-top: 40px
    }

    .si-gift-layout .btn-link {
        margin-top: 23px
    }
}

@media(max-width:575px) {
    .si-gift-layout {
        padding: 22px 0
    }

    .si-gift-layout .si-title {
        margin-top: 35px;
        font-size: 26px
    }

    .si-gift-layout .si-gift-box {
        margin-top: 36px;
        max-width: 290px
    }

    .si-gift-layout .si-gift-box .si-description .si-code {
        margin: 15px
    }

    .si-gift-layout .si-gift-box .si-description .si-code span {
        font-size: 18px;
        letter-spacing: .02em
    }

    .si-gift-layout p {
        margin-top: 25px;
        line-height: 19px
    }

    .si-gift-layout .si-gift-dissembled {
        margin-top: 24px
    }

    .si-gift-layout .btn-border {
        margin-top: 31px
    }

    .si-gift-layout .btn-link {
        margin-top: 18px
    }
}

.si-gift-layout>*:nth-child(1) {
    margin-top: 0
}

@media(min-width:790px) {
    .si-back-to-top {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        transition: .4s;
        width: 45px;
        height: 45px;
        background: #00c57c;
        background: linear-gradient(90deg, rgba(0, 197, 124, 1) 0, rgba(0, 185, 160, 1) 100%);
        color: var(--WHITE);
        font-size: 0;
        line-height: 0;
        position: fixed;
        bottom: -64px;
        right: 5px;
        z-index: 20;
        border-radius: 50%
    }

    .si-back-to-top:before {
        font-family: "wokiee" !important;
        content: "\e903";
        display: block;
        font-size: 20px;
        line-height: 1;
        position: relative;
        top: -1px;
        transition: top .2s linear
    }

    .si-back-to-top:hover {
        background: #00c57c;
        color: var(--WHITE)
    }

    .si-back-to-top:hover:before {
        top: -4px
    }

    .si-back-to-top.si-show {
        bottom: 50px
    }
}

@media(max-width:789px) {
    .si-back-to-top {
        background: var(--WHITE);
        color: var(--BLACK);
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        /* font-family: "Hind", sans-serif; */
        font-weight: 500;
        padding: 5px 0 33px 0;
        transition: all .2s linear
    }

    .si-back-to-top.si-align-center {
        padding: 20px 0 18px 0
    }

    .si-back-to-top:before {
        font-family: "wokiee" !important;
        content: "\e9c9";
        display: block;
        font-size: 20px;
        line-height: 1
    }

    .si-back-to-top:hover {
        background: var(--WHITE);
        color: #00ba9b
    }
}

.si-breadcrumb {
    background: #f7f8fa
}

.si-breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.si-breadcrumb ul li {
    font-size: 12px;
    padding: 4px 6px 4px 11px;
    position: relative;
    color: var(--GREY)
}

.si-breadcrumb ul li a {
    color: var(--GREY);
    transition: color .2s linear
}

.si-breadcrumb ul li a:hover {
    color: #00ba9b
}

.si-breadcrumb ul li:not(:first-child):before {
    content: '/';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 4px
}

.si-breadcrumb ul li:first-child {
    padding-left: 0
}

@media(max-width:575px) {
    .si-breadcrumb {
        padding-left: 10px;
        padding-right: 10px
    }
}

.si-layout-02 {
    background: #f7f8fa
}

.si-services-listing.si-layout-02 .si-services-block {
    margin-top: 16px;
    padding-bottom: 14px
}

.si-services-listing:not(.si-layout-02) {
    margin-top: -30px
}

.si-services-listing:not(.si-layout-02) .si-services-block {
    margin-top: 30px
}

@media(max-width:575px) {
    .si-services-listing:not(.si-layout-02) {
        margin-top: -35px
    }

    .si-services-listing:not(.si-layout-02) .si-services-block {
        margin-top: 37px
    }
}

@media(min-width:791px) {
    .si-services-listing-aligment {
        margin-bottom: -5px
    }
}

@media(max-width:790px) and (min-width:576px) {
    .si-services-listing-aligment {
        margin-bottom: -12px
    }
}

@media(max-width:575px) {
    .si-services-listing-aligment {
        margin-bottom: -10px
    }
}

.si-services-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.si-services-block .si-col-icon {
    align-self: flex-start;
    font-size: 50px;
    color: #00ba9b
}

.si-services-block .si-col-icon [class^="icon-"] {
    position: relative;
    top: -5px
}

@media(min-width:576px) {
    .si-services-block .si-col-icon+.si-col-description {
        padding-left: 21px
    }
}

@media(max-width:575px) {
    .si-services-block .si-col-icon+.si-col-description {
        padding-left: 11px
    }
}

.si-services-block .si-col-description {
    flex: 2 1 auto;
    line-height: 1.3;
    color: var(--GREY)
}

.si-services-block .si-col-description .si-title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 500;
    color: var(--BLACK);
    transition: all .2s linear
}

.si-services-block .si-col-description p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 22px
}

.si-services-block .si-col-description>*:nth-child(1) {
    margin-top: 0
}

.si-services-block.si-services-block-vertical {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

.si-services-block.si-services-block-vertical .si-col-icon {
    align-self: center
}

.si-services-block.si-services-block-vertical .si-col-description {
    text-align: center
}

.si-services-block:hover {
    text-decoration: none
}

.si-services-block:hover .si-title {
    color: #00ba9b
}

.si-product-single-aside>*:not(:first-child) {
    margin-top: 30px
}

.si-services-aside {
    border: 1px solid #e9e7e7;
    padding: 21px 19px 14px 19px;
    border-radius: 6px
}

.si-services-aside .si-services-block:not(:first-child) {
    border-top: 1px solid #e9e7e7;
    padding: 22px 0 0 0
}

.si-services-aside .si-services-block:not(:last-child) {
    padding-bottom: 13px
}

.si-services-aside .si-services-block .si-col-icon {
    margin-left: -4px
}

.si-services-aside .si-services-block .si-col-icon [class^="icon-"] {
    top: -8px
}

.si-services-aside .si-services-block .si-col-icon+.si-col-description {
    padding-left: 8px
}

.si-services-aside .si-services-block .si-col-description p {
    margin-top: 1px
}

.si-services-aside .si-promo-brand {
    max-width: 514px
}

@media(min-width:1025px) and (max-width:1229px) {
    .si-row-custom-01.si-responsive-lg {
        flex-direction: column;
        flex-wrap: wrap
    }

    .si-row-custom-01.si-responsive-lg .col-item:not(:first-child) {
        margin-top: 15px
    }
}

.si-img-box-listing {
    margin-top: -20px
}

.si-img-box-listing .si-img-box {
    margin-top: 20px
}

.si-img-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px solid #e9e7e7;
    text-decoration: none;
    position: relative;
    text-align: center;
    border-radius: 6px;
    transition: border .2s linear;
    padding: 25%
}

.si-img-box img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.si-img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-color: inherit;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s linear;
    opacity: 0
}

.si-img-box:hover {
    border-color: #00ba9b
}

.si-img-box:hover:before {
    opacity: 1
}

@media(min-width:1025px) {
    .si-img-box {
        height: 90px
    }
}

@media(max-width:1024px) and (min-width:576px) {
    .si-img-box {
        height: 90px
    }
}

@media(max-width:575px) and (min-width:421px) {
    .si-img-box {
        height: 90px
    }
}

@media(max-width:420px) {
    .si-img-box {
        height: 90px
    }
}

.si-layout-vertical-listing .si-item:not(:first-child) {
    margin-top: 18px
}

.si-layout-vertical {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.si-layout-vertical .si-img {
    max-width: 100%;
    margin-top: 2px;
    position: relative
}

.si-layout-vertical .si-img img {
    width: 100%;
    max-width: 100px;
    height: auto
}

.uptilt {
    margin-left: -3px;
    margin-top: -2px;
}


.si-layout-vertical .si-img .si-img-default {
    transition: opacity .3s ease-out;
    overflow: hidden;
    top: 0;
    left: 0
}

.si-layout-vertical .si-img .si-img-roll-over {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    transition: opacity .3s ease-out
}

.si-layout-vertical .si-img+.si-description {
    padding-left: 20px
}

.si-layout-vertical .si-title {
    font-size: 14px;
    /* font-family: "Hind", sans-serif; */
    font-weight: 400;
    color: var(--BLACK)
}

.si-layout-vertical .si-title a {
    color: var(--BLACK)
}

.si-layout-vertical .si-title a:hover {
    color: #00ba9b
}

.si-layout-vertical .si-description .si-rating {
    margin-left: -1px
}

.si-layout-vertical .si-description .si-add-info {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3px
}

.si-layout-vertical .si-description .si-add-info li {
    font-size: 12px;
    color: #999
}

.si-layout-vertical .si-description .si-add-info li a {
    color: #999
}

.si-layout-vertical .si-description .si-add-info li a:hover {
    color: #00ba9b
}

.si-layout-vertical .si-description .si-price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--BLACK)
}

.si-layout-vertical .si-description .si-price .new-price {
    color: #f8353e;
    margin-right: 7px
}

.si-layout-vertical .si-description .si-price .old-price {
    color: var(--BLACK);
    text-decoration: line-through
}

.si-layout-vertical .si-description .si-price span {
    display: inline-block
}

.si-layout-vertical .si-description>*:nth-child(1) {
    margin-top: 0
}

.si-layout-vertical ul.si-options-swatch {
    margin: 12px 0 0 -2px
}

.si-layout-vertical ul.si-options-swatch li {
    margin: 4px 2px 0
}

.si-layout-vertical:hover .si-img .si-img-default+.si-roll-over {
    opacity: 0
}

.si-layout-vertical:hover .si-img .si-img-roll-over,
.si-layout-vertical:hover .si-img [class^="si-img"]:last-child {
    opacity: 1
}

.si-block-title+.si-tab-wrapper {
    position: relative
}

@media(min-width:1025px) {
    .si-block-title+.si-tab-wrapper {
        margin-top: -65px
    }
}

.si-tab-wrapper {
    position: relative
}

@media(min-width:1025px) {
    .si-tab-wrapper {
        margin-top: -1px
    }
}

@media(min-width:1025px) {
    .arrow-location-tab {
        margin-top: 90px
    }

    .si-block-title+.arrow-location-tab.si-carousel-products {
        margin-top: -38px
    }

    .tab-content .arrow-location-tab {
        margin-top: -51px
    }

    .si-block-title+.tab-content .arrow-location-tab.si-carousel-products {
        margin-top: -52px
    }
}

.si-tabs-default {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start
}

.si-tabs-default li>a {
    color: #999;
    font-size: 14px;
    letter-spacing: .02em;
    /* font-family: "Hind", sans-serif; */
    font-weight: 500;
    transition: all .2s linear;
    padding: 5px 13px;
    display: inline-block
}

.si-tabs-default li>a:hover {
    color: var(--BLACK)
}

.si-tabs-default li>a.active {
    color: var(--BLACK)
}

@media(min-width:1025px) {
    .si-tabs-default {
        justify-content: center;
        padding-left: 130px;
        padding-right: 130px;
        padding-bottom: 29px
    }
}

@media(max-width:1024px) {
    .si-tabs-default {
        margin-left: -14px;
        padding-bottom: 29px
    }
}

@media(max-width:575px) {
    .si-tabs-default {
        padding-bottom: 19px;
        margin-top: -5px
    }
}

.si-tabs-default.text-left {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0
}

@media(min-width:1025px) {
    .si-tabs-default.text-left {
        text-align: left;
        justify-content: flex-start;
        padding-left: 0
    }
}

.si-tabs-default+.tab-content .tab-pane:not(.active) {
    display: none
}

@media(min-width:1025px) {
    .si-tab-wrapper .si-tabs-default {
        justify-content: center;
        padding-left: 130px;
        padding-right: 130px;
        padding-bottom: 49px
    }
}

@media(max-width:1024px) {
    .si-tab-wrapper .si-tabs-default {
        margin-left: -14px;
        padding-bottom: 31px
    }
}

@media(max-width:575px) {
    .si-tab-wrapper .si-tabs-default {
        padding-bottom: 20px;
        margin-top: -5px
    }
}

.si-tab-wrapper .si-tabs-default.text-left {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0
}

@media(min-width:1025px) {
    .si-tab-wrapper .si-tabs-default.text-left {
        text-align: left;
        justify-content: flex-start;
        padding-left: 0
    }
}

.si-text-box01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    max-width: 862px;
    margin: 0 auto
}

.si-text-box01>*:nth-child(1) {
    margin-top: 0
}

.si-content-info {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    color: var(--GREY)
}

.si-content-info .si-title {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 23px;
    color: var(--BLACK);
    transition: all .2s linear
}

.si-content-info p {
    margin-top: 0
}

.si-content-info .si-subscription {
    margin-top: 20px
}

.si-content-info .si-subscription .si-text-large {
    font-size: 16px;
    color: var(--BLACK);
    font-weight: 500;
    /* font-family: "Hind", sans-serif */
}

.si-content-info .si-subscription .si-text-small {
    color: #999;
    font-size: 12px
}

.si-content-info:hover {
    color: var(--GREY)
}

.si-content-info:hover .si-title {
    color: #00ba9b
}

@media(min-width:1230px) {
    .si-content-info {
        padding-left: 20%;
        padding-right: 20%
    }
}

@media(max-width:1229px) {
    .si-content-info {
        padding-left: 15%;
        padding-right: 15%
    }
}

.si-slider-fullwidth {
    position: relative
}

.si-slider-fullwidth.arrow-location-center-02:after,
.si-slider-fullwidth.arrow-location-center-02:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1
}

@media(min-width:401px) {

    .si-slider-fullwidth.arrow-location-center-02:after,
    .si-slider-fullwidth.arrow-location-center-02:before {
        width: 70px
    }
}

@media(max-width:400px) {

    .si-slider-fullwidth.arrow-location-center-02:after,
    .si-slider-fullwidth.arrow-location-center-02:before {
        width: 55px
    }
}

.si-carousel-brands {
    margin: 4px 0 -4px
}

.si-carousel-brands .slick-slide {
    text-align: center
}

.si-carousel-brands a {
    display: inline-block;
    padding: 0 20px
}

.si-carousel-brands a img {
    height: auto;
    width: 100%;
    max-width: 131px;
    opacity: .2
}

.si-carousel-brands a:hover img {
    opacity: 1
}

html:not(.mac):not(.touch-device) .si-carousel-brands .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

.si-categories-listing {
    margin-top: -50px
}

.si-categories-listing .si-items-categories {
    margin-top: 50px
}

.si-items-categories .si-title-block .si-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .03em;
    transition: all .2s linear
}

.si-items-categories .si-title-block img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 17px
}

.si-items-categories .si-title-block>*:nth-child(1) {
    margin-top: 0
}

.si-items-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 11px;
    padding-bottom: 3px
}

.si-items-categories ul li {
    color: var(--GREY)
}

.si-items-categories ul li a {
    color: var(--GREY);
    padding: 3px 0 3px 0;
    display: inline-block;
    transition: all .2s linear
}

.si-items-categories ul li a:hover {
    color: #00ba9b
}

.si-items-categories ul li.active a {
    color: #00ba9b
}

.si-items-categories .si-title-block+[class^="btn"] {
    margin-top: 14px
}

.si-items-categories>*:nth-child(1) {
    margin-top: 0
}

.si-items-categories.active .si-title {
    color: #00ba9b
}

.container-bg {
    background-size: cover
}

.container-bg-01 {
    background: url("../images/custom/wrapper-section-01.jpg") center center no-repeat;
    color: var(--WHITE)
}

.container-bg-01 .si-title {
    color: var(--WHITE)
}

.container-bg-01 p {
    color: var(--WHITE)
}

.container-bg-01 .si-content-info {
    color: var(--WHITE)
}

.container-bg-01 .si-content-info .si-subscription .si-text-large {
    color: var(--WHITE)
}

.container-bg-01 .si-content-info .si-subscription .si-text-small {
    color: var(--WHITE)
}

.container-bg-01 .si-content-info:hover .si-title {
    color: var(--BLACK)
}

@media(min-width:1440px) {
    .col-9-inrow-lg {
        flex: 0 0 11.11%;
        max-width: 11.11%
    }
}

@media(min-width:1440px) {
    .col-8-inrow-lg {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media(min-width:1025px) {
    .col-5-inrow-lg {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-5_end-inrow-lg {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media(min-width:1025px) {
    .col-5-inrow-lg {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.si-btn-img-list {
    margin-top: -20px
}

.si-btn-img {
    background-color: var(--WHITE)
}

.si-btn-img.si-layout-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.si-btn-img.si-layout-01 .si-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-size: cover;
    background-position: center
}

.si-btn-img.si-layout-01 .si-img:before {
    content: '';
    background: #00ba9b;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity .3s ease-out;
    opacity: 0;
    z-index: 1
}

.si-btn-img.si-layout-01 .si-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    position: absolute;
    color: var(--WHITE);
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.si-btn-img.si-layout-01:hover .si-img:before {
    opacity: .8
}

.si-btn-img.si-layout-02 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    border-radius: 6px
}

.si-btn-img.si-layout-02:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e7e7;
    z-index: 2;
    border-radius: 6px;
    transition: border-width .2s
}

.si-btn-img.si-layout-02 .si-img {
    position: relative;
    width: 100%;
    height: 169px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.si-btn-img.si-layout-02 .si-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    position: absolute;
    padding-left: 3px;
    padding-right: 3px;
    color: var(--BLACK);
    z-index: 2;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0
}

.si-btn-img.si-layout-02:hover:before {
    border: 2px solid #00ba9b
}

.tab-pane:not(.active) {
    display: none
}

.si-loader {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 0
}

.v-tabs-img-nav .si-title-small {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2px;
    color: var(--BLACK)
}

.v-tabs-img-nav .si-title-large {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2px;
    color: var(--BLACK)
}

.v-tabs-img-nav .nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width:576px) {
    .si-modal-newsletter .input-group input[type="email"] {
        padding-top: 3px;
        padding-bottom: 1px;
        line-height: 2.9
    }

    footer .si-footer-default .si-newsletter .form-default .form-group .form-control {
        padding-top: 3px;
        padding-bottom: 1px;
        line-height: 2.9
    }

    .form-default .form-control[type="text"],
    .form-default .form-control[type="email"],
    .form-default .form-control[type="password"] {
        padding-top: 3px;
        padding-bottom: 1px;
        line-height: 2.9
    }
}

@media(max-width:575px) {
    .si-modal-newsletter .input-group input[type="email"] {
        padding-top: 1px;
        padding-bottom: 1px;
        line-height: 2.4
    }

    footer .si-footer-default .si-newsletter .form-default .form-group .form-control {
        padding-top: 1px;
        padding-bottom: 1px;
        line-height: 2.4
    }

    .form-default .form-control[type="text"],
    .form-default .form-control[type="email"],
    .form-default .form-control[type="password"] {
        padding-top: 1px;
        padding-bottom: 1px;
        line-height: 2.4
    }
}

@media(min-width:576px) {
    html.ie.win .si-modal-newsletter .input-group input[type="email"] {
        padding-top: 2px;
        padding-bottom: 1px;
        line-height: 2.6
    }

    html.ie.win footer .si-footer-default .si-newsletter .form-default .form-group .form-control {
        padding-top: 2px;
        padding-bottom: 1px;
        line-height: 2.6
    }

    html.ie.win .form-default .form-control[type="text"],
    html.ie.win .form-default .form-control[type="email"],
    html.ie.win .form-default .form-control[type="password"] {
        padding-top: 2px;
        padding-bottom: 1px;
        line-height: 2.6
    }
}

@media(max-width:575px) {
    html.ie.win .si-modal-newsletter .input-group input[type="email"] {
        padding-top: 1px;
        padding-bottom: 1px;
        line-height: 2.6
    }

    html.ie.win footer .si-footer-default .si-newsletter .form-default .form-group .form-control {
        padding-top: 1px;
        padding-bottom: 1px;
        line-height: 2.6
    }

    .form-default .form-control[type="text"],
    .form-default .form-control[type="email"],
    .form-default .form-control[type="password"] {
        padding-top: 1px;
        padding-bottom: 1px;
        line-height: 2.6
    }
}

.si-tabs-imgbox {
    background-size: cover;
    background-position: center;
    height: 375px;
    width: 100%;
    padding: 34px 15px 30px;
    display: block
}

.si-tabs-imgbox .si-title-small {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 5px 0 18px
}

.si-tabs-imgbox .si-title-large {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 5px 0 18px;
    margin-top: 3px
}

.si-tabs-imgbox .nav-tabs {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0
}

.si-tabs-imgbox .nav-tabs li a {
    display: block;
    font-weight: 300;
    line-height: 1.2;
    font-size: 14px;
    padding: 8px 18px 6px;
    transition: all .2s linear;
    border-radius: 6px
}

.si-tabs-imgbox.si-layout-color01 .nav-tabs li a {
    color: var(--GREY)
}

.si-tabs-imgbox.si-layout-color01 .nav-tabs li a:hover {
    color: #00ba9b;
    background-color: rgba(255, 255, 255, 0.9)
}

.si-tabs-imgbox.si-layout-color01 .nav-tabs li a.active {
    color: #00ba9b;
    background-color: rgba(255, 255, 255, 0.9)
}

.si-tabs-imgbox.si-layout-color02 .si-title-small,
.si-tabs-imgbox.si-layout-color02 .si-title-large {
    color: var(--WHITE)
}

.si-tabs-imgbox.si-layout-color02 .nav-tabs li a {
    color: var(--WHITE)
}

.si-tabs-imgbox.si-layout-color02 .nav-tabs li a:hover {
    color: var(--WHITE);
    background-color: rgba(0, 0, 0, 0.9)
}

.si-tabs-imgbox.si-layout-color02 .nav-tabs li a.active {
    color: var(--WHITE);
    background-color: rgba(0, 0, 0, 0.9)
}

@media(max-width:1229px) {
    .si-tabs-imgbox {
        height: 360px
    }

    .si-tabs-imgbox .si-title-small {
        font-size: 15px;
        padding-left: 10px
    }

    .si-tabs-imgbox .si-title-large {
        font-size: 26px;
        padding-left: 10px
    }

    .si-tabs-imgbox .nav-tabs li a {
        padding: 7px 10px 5px
    }
}

@media(max-width:1024px) {
    .si-tabs-imgbox .si-title-small {
        font-size: 14px
    }

    .si-tabs-imgbox .si-title-large {
        font-size: 24px
    }
}

@media(max-width:575px) {
    .si-tabs-imgbox {
        height: 340px
    }
}

.si-radius-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

@media(max-width:575px) {
    .si-radius-left {
        border-radius: 5px
    }
}

.si-radius-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

@media(max-width:575px) {
    .si-radius-right {
        border-radius: 5px
    }
}

.si-offset-35 {
    margin-top: 35px
}

@media(max-width:575px) {
    .si-offset-35 {
        margin-top: 24px
    }
}

.si-offset-20 {
    margin-top: 20px
}

.si-offset-16 {
    margin-top: 16px
}

.si-offset-7 {
    margin-top: 7px
}

@media(min-width:1230px) {
    .hidden-lg-up {
        display: none
    }
}

@media(max-width:1230px) and (min-width:1025px) {
    .hidden-md-up {
        display: none
    }
}

@media(max-width:1025px) and (min-width:790px) {
    .hidden-sm-up {
        display: none
    }
}

@media(max-width:789px) and (min-width:575px) {
    .hidden-sm {
        display: none
    }
}

@media(max-width:575px) {
    .hidden-xs {
        display: none
    }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
    display: none
}

@media(min-width:1230px) {
    .visible-xl {
        display: block
    }
}

@media(max-width:1230px) and (min-width:1025px) {
    .visible-lg {
        display: block
    }
}

@media(max-width:1025px) and (min-width:789px) {
    .visible-md {
        display: block
    }
}

@media(max-width:789px) and (min-width:575px) {
    .visible-sm {
        display: block
    }
}

@media(max-width:575px) {
    .visible-xs {
        display: block
    }
}

.hide {
    display: none !important
}

@media(max-width:1024px) {
    .si-hidden-mobile {
        display: none !important
    }
}

@media(min-width:1025px) {
    .si-hidden-desctope {
        display: none !important
    }
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.no-radius {
    border-radius: 0 !important
}

.si-base-dark-color {
    color: var(--BLACK)
}

.si-white-color {
    color: var(--WHITE)
}

.si-light-green-color {
    color: #08da97
}

.si-color-bg-01 {
    background-color: #add8e6
}

.si-color-bg-02 {
    background-color: #fe9001
}

.si-color-bg-03 {
    background-color: gray
}

.si-color-bg-04 {
    background-color: #00f
}

.si-color-bg-05 {
    background-color: #0f0
}

.si-color-bg-06 {
    background-color: #46d3bb
}

.si-color-bg-07 {
    background-color: #f66c47
}

.si-color-bg-08 {
    background-color: var(--WHITE)
}

.si-color-bg-09 {
    background-color: #e5e5e5
}

.si-color-bg-10 {
    background-color: #fed533
}

.si-color-bg-11 {
    background-color: #f36b26
}

.si-color-bg-12 {
    background-color: #7bba3c
}

.si-color-bg-13 {
    background-color: #1790c8
}

.si-color-bg-14 {
    background-color: #d82a90
}

.si-color-bg-15 {
    background-color: #7f7f00
}

.si-color-bg-16 {
    background-color: #e7352b
}

.si-color-bg-17 {
    background-color: #8d429f
}

.si-color-bg-18 {
    background-color: #777878
}

@media(min-width:1440px) {
    .col-8-inrow-lg {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.si-img-fluid {
    max-width: 100%;
    height: auto
}

.si-line-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #f5f7f9;
    color: #276b9d;
    font-size: 14px;
    line-height: 15px;
    padding: 11px 15px 11px 15px
}

.si-line-info a {
    color: #276b9d
}

.si-line-info a:hover {
    color: #fabf00
}

.si-line-info .si-item {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px;
    min-height: 28px
}

.si-line-info .si-item .si-icon {
    font-size: 28px;
    position: relative;
    top: -1px
}

.si-line-info .si-item .si-icon+.si-text {
    margin-left: 7px;
    padding: 0
}

@media(max-width:790px) {
    .si-line-info .si-item {
        width: 100%;
        text-align: center
    }
}

.si-layout-box01 {
    align-items: center
}

.si-layout-box01 .col-img {
    z-index: 1
}

.si-layout-box01 .col-img img {
    width: 100%;
    height: auto
}

@media(min-width:1025px) {
    .si-layout-box01 .col-description {
        font-size: 22px;
        line-height: 44px
    }

    .si-layout-box01 .col-description .si-title {
        font-size: 32px;
        line-height: 1.2;
        margin: 0;
        padding: 0 0 25px 0
    }

    .si-layout-box01 .col-description .si-title+p {
        margin-top: 0
    }

    .si-layout-box01 .col-description .btn {
        margin-top: 25px
    }
}

@media(max-width:1024px) {
    .si-layout-box01 .col-description {
        font-size: 20px;
        line-height: 30px
    }

    .si-layout-box01 .col-description .si-title {
        font-size: 24px;
        line-height: 1.2;
        margin: 0;
        padding: 0 0 25px 0
    }

    .si-layout-box01 .col-description .si-title+p {
        margin-top: 0
    }

    .si-layout-box01 .col-description .btn {
        margin-top: 25px
    }
}

.si-layout-box01:not(.flex-row-reverse) .col-description {
    padding-left: 60px
}

.si-layout-box01.flex-row-reverse .col-description:last-child {
    padding-right: 60px
}

.si-layout-box01.si-point-v-t {
    align-items: flex-start
}

.si-layout-box01.si-point-v-b {
    align-items: flex-end
}

.si-layout-box01>*:nth-child(1):last-child:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    margin-top: 0
}

@media(max-width:790px) {

    .si-layout-box01:not(.flex-row-reverse) .col-description,
    .si-layout-box01.flex-row-reverse .col-description {
        padding: 0 15px !important
    }

    .si-layout-box01 .col-description {
        margin-top: 40px;
        padding: 0 15px
    }
}

@media(max-width:575px) {
    .si-layout-box01 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.layout-box01-wrapper {
    background-color: #edf5fd;
    padding-top: 80px;
    padding-bottom: 80px
}

.si-layout-box02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center
}

.si-layout-box02 .col-img img {
    width: 100%;
    height: auto
}

.si-layout-box02 .col-description .si-title {
    font-size: 46px;
    line-height: 60px;
    padding-bottom: 22px;
    font-weight: 500
}

.si-layout-box02 .col-description .si-title+* {
    margin-top: 0 !important
}

.si-layout-box02 .col-description [class^="btn"] {
    margin-top: 50px
}

.si-layout-box02 .col-description p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 41px
}

.si-layout-box02 .col-description p+[class^="btn"] {
    margin-top: 39px
}

@media(max-width:790px) {
    .si-layout-box02 .col-description .si-title {
        font-size: 34px;
        line-height: 44px;
        padding-bottom: 27px
    }
}

.si-layout-box02 .col-description .description-indent>*:nth-child(1) {
    margin-top: 0
}

.si-layout-box02 .col-description .si-custom-link {
    font-size: 19px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    transition: color .2s linear;
    background: 0;
    border: 0;
    padding: 0
}

.si-layout-box02 .col-description .si-custom-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--WHITE);
    transition: width .2s ease-out
}

.si-layout-box02 .col-description .si-custom-link:hover:before {
    width: 100%
}

.si-layout-box02.flex-row-reverse .col-description .description-indent {
    width: calc(100% + 25%)
}

.si-layout-box02:not(.flex-row-reverse) .col-description .description-indent {
    width: calc(100% + 25%);
    margin-left: -25%
}

.si-layout-box02.si-point-v-t {
    align-items: flex-start
}

.si-layout-box02.si-point-v-t .col-description .description-indent>p:nth-child(1) {
    margin-top: -7px
}

.si-layout-box02.si-point-v-b {
    align-items: flex-end
}

.si-layout-box02.si-point-v-b .col-description .description-indent>*:last-child {
    margin-bottom: -11px
}

.si-layout-box02>*:nth-child(1):last-child:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px !important;
    margin-top: 0
}

.si-layout-box02>*:nth-child(1):last-child:first-child .description-indent {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.si-layout-box02>*:nth-child(1):last-child:first-child .description-indent>*:nth-child(1) {
    margin-top: 0
}

@media(max-width:790px) {

    .si-layout-box02:not(.flex-row-reverse) .col-description,
    .si-layout-box02.flex-row-reverse .col-description {
        padding: 0 15px !important
    }

    .si-layout-box02:not(.flex-row-reverse) .col-description .description-indent,
    .si-layout-box02.flex-row-reverse .col-description .description-indent {
        width: 100% !important;
        margin: 0
    }

    .si-layout-box02 .col-img {
        order: 1;
        margin-top: 50px
    }

    .si-layout-box02 .col-description {
        padding: 0 15px;
        order: 0
    }
}

.layout-box02-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--BLACK);
    color: var(--WHITE);
    position: relative
}

.layout-box02-wrapper .si-title {
    color: var(--WHITE)
}

.layout-box02-wrapper .si-custom-link {
    color: #999
}

.layout-box02-wrapper .si-custom-link:before {
    background-color: var(--WHITE)
}

.layout-box02-wrapper .si-custom-link:hover {
    color: var(--WHITE)
}

.layout-box02-wrapper .btn {
    background-color: var(--WHITE);
    color: var(--BLACK)
}

.layout-box02-wrapper .btn:hover {
    background-color: #303030;
    color: var(--WHITE)
}

@media(max-width:575px) {
    .layout-box02-wrapper {
        padding-left: 10px;
        padding-right: 10px
    }

    .layout-box02-wrapper[data-mobiele-indent]:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        background: var(--WHITE)
    }

    .layout-box02-wrapper[data-mobiele-indent="180"]:after {
        height: 180px
    }

    .layout-box02-wrapper .si-layout-box02 {
        position: relative;
        z-index: 2
    }
}

.si-layout-box03 {
    font-size: 20px;
    line-height: 34px;
    color: var(--BLACK)
}

.si-layout-box03:not(.text-left):not(.text-right) {
    text-align: center
}

.si-layout-box03 p {
    margin-top: 49px
}

.si-layout-box03 .si-title {
    font-size: 36px;
    line-height: 1.2;
    padding: 0 0 24px 0;
    margin: 0
}

.si-layout-box03 .si-title+* {
    margin-top: 0 !important
}

.si-layout-box03 .si-title-description {
    font-size: 76px;
    line-height: 92px
}

.si-layout-box03 img {
    max-width: 100%;
    height: auto
}

.si-layout-box03 [class^="btn"] {
    margin-top: 50px
}

@media(max-width:575px) {
    .si-layout-box03 {
        font-size: 18px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px
    }

    .si-layout-box03 .si-title {
        font-size: 31px
    }

    .si-layout-box03 p {
        margin-top: 33px
    }
}

.si-layout-box03>*:nth-child(1) {
    margin-top: 0
}

.container-inner {
    padding: 52px 0
}

.container-inner-large {
    padding: 155px 0 160px
}

@media(max-width:575px) {
    .container-inner-large {
        padding: 52px 0
    }
}

.si-layout-newsletter02 {
    text-align: center
}

.si-layout-newsletter02 .si-title {
    font-size: 34px;
    line-height: 44px;
    color: var(--BLACK);
    font-weight: 500;
    margin: 0;
    padding: 0
}

.si-layout-newsletter02 .si-title-description {
    font-size: 18px;
    line-height: 22px;
    margin-top: 9px
}

.si-layout-newsletter02 p {
    margin-top: 32px
}

.si-layout-newsletter02 a {
    color: #fabf00;
    text-decoration: none
}

.si-layout-newsletter02 a:hover {
    text-decoration: underline
}

.si-layout-newsletter02 form {
    display: block;
    margin-top: 31px
}

.si-layout-newsletter02 form .form-contro {
    background-color: var(--WHITE)
}

.si-layout-newsletter02 form .form-group:first-child:last-child {
    margin-bottom: 0
}

.si-layout-newsletter02 form .form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch
}

.si-layout-newsletter02 form .form-group .form-control {
    flex: 2 1 auto;
    background-color: var(--WHITE);
    border: 1px solid #e9e7e7
}

.si-layout-newsletter02 form .form-group .form-control:focus {
    border-color: #fabf00
}

.si-layout-newsletter02 form .form-group .btn {
    margin-left: 10px
}

@media(max-width:575px) {
    .si-layout-newsletter02 {
        padding-left: 10px;
        padding-right: 10px
    }

    .si-layout-newsletter02 .si-title {
        font-size: 31px
    }
}

.si-layout-newsletter02>*:nth-child(1) {
    margin-top: 0
}

.si-layout-newsletter03 {
    text-align: center;
    padding: 8px 0 65px 0
}

.si-layout-newsletter03 .si-title {
    font-size: 25px;
    line-height: 35px;
    color: var(--BLACK);
    letter-spacing: 1.02px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.si-layout-newsletter03 .si-title-description {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px
}

.si-layout-newsletter03 p {
    margin-top: 32px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px
}

.si-layout-newsletter03 a {
    color: #00ba9b;
    text-decoration: none
}

.si-layout-newsletter03 a:hover {
    text-decoration: underline
}

.si-layout-newsletter03 form {
    display: block;
    margin-top: 31px
}

.si-layout-newsletter03 form .form-contro {
    background-color: var(--WHITE)
}

.si-layout-newsletter03 form .form-group:first-child:last-child {
    margin-bottom: 0
}

.si-layout-newsletter03 form .form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch
}

.si-layout-newsletter03 form .form-group .form-control {
    flex: 2 1 auto;
    background-color: var(--WHITE);
    border: 1px solid #e9e7e7
}

.si-layout-newsletter03 form .form-group .form-control:focus {
    border-color: #fabf00
}

.si-layout-newsletter03 form .form-group .btn {
    margin-left: 10px
}

@media(max-width:575px) {
    .si-layout-newsletter03 {
        padding: 8px 10px 15px 0
    }

    .si-layout-newsletter03 .si-title {
        font-size: 22px;
        line-height: 32px
    }

    .si-layout-newsletter03 .si-title-description {
        font-size: 16px;
        line-height: 20px;
        margin-top: 5px
    }

    .si-layout-newsletter03 form {
        margin-top: 20px
    }

    .si-layout-newsletter03 p {
        margin-top: 20px
    }
}

.si-layout-newsletter03>*:nth-child(1) {
    margin-top: 0
}

.si-layout-box04 .si-title {
    font-size: 45px;
    line-height: 60px
}

.si-layout-box04 .col-description {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: var(--BLACK)
}

.si-layout-box04 .col-description [class^="btn"] {
    margin-top: 43px
}

.si-layout-box04 .col-description>*:nth-child(1) {
    margin-top: 4px
}

.si-layout-box04.si-point-v-b {
    align-items: flex-end
}

@media(min-width:791px) {
    .si-layout-box04.si-point-v-b .si-title {
        margin-bottom: -19px
    }
}

.si-layout-box04.flex-row-reverse .si-title {
    text-align: right
}

.si-layout-box04.si-bg-bottom-indent {
    padding-bottom: 45px
}

.si-layout-box04>*:nth-child(1):last-child:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 10px !important;
    margin-top: 0
}

.si-layout-box04>*:nth-child(1):last-child:first-child>*:nth-child(1) {
    margin-top: 0
}

@media(max-width:575px) {
    .si-layout-box04 {
        padding-left: 10px;
        padding-right: 10px
    }

    .si-layout-box04 .si-title {
        font-size: 34px;
        line-height: 44px
    }
}

.si-bg-fullwidth {
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden
}

.si-bg-fullwidth.si-bg-bottom-indent {
    padding-bottom: 90px
}

.si-bg-sizecover {
    background-size: cover
}

.si-layout-box05 {
    color: var(--WHITE)
}

.si-layout-box05 img {
    max-width: 100%;
    height: auto
}

.si-layout-box05 .si-title {
    color: var(--WHITE);
    font-size: 66px;
    line-height: 70px;
    margin: 115px 0 0 0;
    padding: 0 0 31px 0;
    font-weight: 400
}

.si-layout-box05 .si-title+* {
    margin-top: 0
}

.si-layout-box05 p {
    font-size: 32px;
    line-height: 50px;
    margin-top: 44px
}

.si-layout-box05 .si-text-large {
    font-size: 46px;
    line-height: 70px;
    margin-top: 162px;
    font-weight: 400
}

.si-layout-box05 .si-text-large+.si-text-small {
    margin-top: 14px
}

.si-layout-box05 .si-text-small {
    font-size: 22px;
    line-height: 38px
}

.si-layout-box05 .si-text-small+.si-text-large {
    margin-top: 137px
}

.si-layout-box05 [class^="btn"] {
    margin-top: 18px
}

@media(max-width:1024px) {
    .si-layout-box05 .si-title {
        font-size: 54px;
        line-height: 64px;
        margin-top: 80px
    }

    .si-layout-box05 .si-text-large {
        font-size: 38px;
        line-height: 48px;
        margin-top: 80px
    }

    .si-layout-box05 .si-text-small+.si-text-large {
        margin-top: 80px
    }

    .si-layout-box05 p {
        font-size: 18px;
        line-height: 30px
    }

    .si-layout-box05 p br {
        display: none
    }
}

@media(max-width:575px) {

    .mobGap {
        gap: 20px 0;
    }

    .si-layout-box05 {
        padding-left: 10px;
        padding-right: 10px
    }

    .si-layout-box05 .si-title {
        font-size: 34px;
        line-height: 44px;
        margin-top: 60px
    }

    .si-layout-box05 .si-text-large {
        font-size: 31px;
        line-height: 41px;
        margin-top: 60px
    }

    .si-layout-box05 .si-text-small+.si-text-large {
        margin-top: 60px
    }

    .si-layout-box05 p {
        font-size: 18px;
        line-height: 30px
    }

    .si-layout-box05 p br {
        display: none
    }
}

.si-layout-box05>*:nth-child(1) {
    margin-top: 0
}

.si-img-bg {
    position: absolute;
    top: 0;
    left: 0
}

.si-layout-box06 {
    font-size: 32px;
    line-height: 50px;
    color: var(--BLACK);
    position: relative
}

.si-layout-box06.si-layout-box06-inner {
    padding-top: 351px;
    padding-bottom: 351px
}

.si-layout-box06 .si-list-dot-custom {
    list-style: none;
    margin: 0;
    padding: 0
}

.si-layout-box06 .si-list-dot-custom>li {
    font-size: 32px;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 27px;
    color: var(--BLACK)
}

.si-layout-box06 .si-list-dot-custom>li a {
    color: var(--BLACK);
    transition: all .2s linear
}

.si-layout-box06 .si-list-dot-custom>li:not(:first-child) {
    margin-top: 12px
}

.si-layout-box06 .si-list-dot-custom>li a:hover {
    color: #00ba9b
}

.si-layout-box06 .si-list-dot-custom>li:before {
    content: '';
    width: 9px;
    height: 9px;
    background: var(--BLACK);
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 50%
}

.si-layout-box06 .si-list-dot-custom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 0 0 18px
}

.si-layout-box06 .si-list-dot-custom ul>li {
    font-size: 32px;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 27px;
    margin-top: 12px
}

.si-layout-box06 .si-list-dot-custom ul>li:before {
    content: '';
    width: 9px;
    height: 9px;
    background: var(--BLACK);
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
    border-radius: 50%
}

.si-layout-box06.si-dd-indent {
    padding-top: 60px;
    padding-bottom: 60px
}

.si-layout-box06>*:not(.extra-img-bg) {
    position: relative;
    z-index: 2
}

@media(max-width:1229px) {
    .si-layout-box06.si-layout-box06-inner {
        padding-top: 250px;
        padding-bottom: 250px
    }
}

@media(max-width:1024px) {
    .si-layout-box06 {
        font-size: 26px;
        line-height: 36px
    }

    .si-layout-box06.si-layout-box06-inner {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .si-layout-box06 .si-list-dot-custom>li {
        font-size: 25px;
        padding: 0 0 0 20px
    }

    .si-layout-box06 .si-list-dot-custom>li:before {
        width: 6px;
        height: 6px;
        top: 10px
    }

    .si-layout-box06 .si-list-dot-custom ul {
        margin: 0 0 0 2px
    }

    .si-layout-box06 .si-list-dot-custom ul>li {
        font-size: 25px;
        padding: 0 0 0 20px
    }

    .si-layout-box06 .si-list-dot-custom ul>li:before {
        width: 6px;
        height: 6px;
        top: 10px
    }
}

@media(min-width:791px) {
    .si-layout-box06 .extra-img-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom
    }
}

@media(max-width:790px) {
    .si-layout-box06 .extra-img-bg {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: contain
    }
}

@media(max-width:575px) {
    .si-layout-box06 {
        padding-left: 10px;
        padding-right: 10px
    }

    .si-layout-box06.si-layout-box06-inner {
        padding-top: 52px;
        padding-bottom: 52px
    }

    .si-layout-box06 .si-list-dot-custom>li {
        font-size: 22px;
        padding: 0 0 0 17px
    }

    .si-layout-box06 .si-list-dot-custom>li:before {
        width: 5px;
        height: 5px;
        top: 10px
    }

    .si-layout-box06 .si-list-dot-custom ul {
        margin: 0 0 0 2px
    }

    .si-layout-box06 .si-list-dot-custom ul>li {
        font-size: 22px;
        padding: 0 0 0 17px
    }

    .si-layout-box06 .si-list-dot-custom ul>li:before {
        width: 5px;
        height: 5px;
        top: 10px
    }
}

.si-layout-box07 {
    font-size: 32px;
    line-height: 1.54;
    color: var(--BLACK)
}

.si-layout-box07 .si-title {
    color: #fabf00;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 37px 0;
    font-weight: normal
}

.si-layout-box07 .si-title+*:not(.si-text-large) {
    margin-top: 0
}

.si-layout-box07 .si-title+.si-text-large {
    margin-top: -9px
}

.si-layout-box07 img {
    max-width: 100%;
    height: auto
}

.si-layout-box07 .si-text-large {
    font-size: 66px;
    line-height: 70px
}

.si-layout-box07+.si-layout-box07 {
    margin-top: 125px
}

@media(max-width:1229px) {
    .si-layout-box07+.si-layout-box07 {
        margin-top: 90px
    }
}

@media(max-width:1024px) {
    .si-layout-box07+.si-layout-box07 {
        margin-top: 70px
    }

    .si-layout-box07 .si-text-large {
        font-size: 56px;
        line-height: 60px
    }
}

@media(max-width:790px) {
    .si-layout-box07+.si-layout-box07 {
        margin-top: 50px
    }

    .si-layout-box07 .si-text-large {
        font-size: 46px;
        line-height: 50px
    }
}

@media(max-width:575px) {
    .si-layout-box07 {
        font-size: 24px
    }

    .si-layout-box07+.si-layout-box07 {
        margin-top: 40px
    }

    .si-layout-box07 .si-text-large {
        font-size: 36px;
        line-height: 40px
    }
}

.si-layout-box07>*:nth-child(1) {
    margin-top: 0
}

.si-mainpromo {
    width: 100%;
    background-color: #0d0d0d;
    background-repeat: no-repeat;
    padding-bottom: 49px
}

.si-mainpromo .si-bg-img {
    text-align: center;
    margin-bottom: -135px;
    z-index: 1
}

.si-mainpromo .si-bg-img img {
    max-width: 100%;
    height: auto
}

.si-mainpromo .si-layout-box {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%
}

.si-mainpromo .si-layout-box .si-text-large {
    font-size: 212px;
    line-height: 1
}

.si-mainpromo .si-layout-box .si-text-small {
    font-size: 82px;
    line-height: 1;
    color: #fabf00
}

.si-mainpromo .si-layout-col {
    position: relative;
    z-index: 2;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #fabf00;
    margin-top: 56px
}

.si-mainpromo .si-layout-col .si-title {
    color: var(--WHITE);
    /* font-family: "Hind", sans-serif; */
    font-size: 40px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.si-mainpromo .si-layout-col address {
    line-height: 1
}

.si-mainpromo .si-description {
    padding: 103px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--WHITE)
}

.si-mainpromo .si-description .container {
    position: relative
}

@media(max-width:1229px) {
    .si-mainpromo .si-bg-img {
        margin-bottom: -125px
    }

    .si-mainpromo .si-layout-box .si-text-large {
        font-size: 180px
    }

    .si-mainpromo .si-layout-box .si-text-small {
        font-size: 72px
    }

    .si-mainpromo .si-layout-col {
        font-size: 35px
    }

    .si-mainpromo .si-layout-col .si-title {
        font-size: 35px
    }
}

@media(max-width:1024px) {
    .si-mainpromo .si-description {
        padding-top: 0
    }

    .si-mainpromo .si-bg-img {
        margin-bottom: -115px
    }

    .si-mainpromo .si-layout-box .si-text-large {
        font-size: 140px
    }

    .si-mainpromo .si-layout-box .si-text-small {
        font-size: 55px
    }

    .si-mainpromo .si-layout-col {
        font-size: 28px;
        line-height: 1.3;
        margin-top: 40px
    }

    .si-mainpromo .si-layout-col .si-title {
        font-size: 28px;
        line-height: 1.3
    }
}

@media(max-width:790px) {
    .si-mainpromo .si-bg-img {
        margin-bottom: -85px
    }

    .si-mainpromo .si-description {
        padding: 0 20px 20px
    }

    .si-mainpromo .si-layout-box .si-text-large {
        font-size: 100px
    }

    .si-mainpromo .si-layout-box .si-text-small {
        font-size: 45px
    }

    .si-mainpromo .si-layout-col {
        font-size: 28px;
        line-height: 1.3;
        margin-top: 0
    }

    .si-mainpromo .si-layout-col .si-title {
        font-size: 28px;
        line-height: 1.3
    }

    .si-mainpromo .si-layout-col [class^="col"] {
        margin-top: 20px
    }
}

@media(max-width:576px) {
    .si-mainpromo {
        height: inherit
    }

    .si-mainpromo .si-description {
        position: relative;
        padding: 0
    }

    .si-mainpromo .si-bg-img {
        margin-bottom: -45px
    }

    .si-mainpromo .si-bg-img img {
        max-width: 320px
    }

    .si-mainpromo .si-layout-box .si-text-large {
        font-size: 67px
    }

    .si-mainpromo .si-layout-box .si-text-small {
        font-size: 30px
    }

    .si-mainpromo .si-layout-col {
        font-size: 28px;
        line-height: 1.3
    }

    .si-mainpromo .si-layout-col .si-title {
        font-size: 28px;
        line-height: 1.3
    }
}

.si-box-map {
    height: 740px;
    background-position: 0 0;
    background-size: cover;
    position: relative
}

.si-box-map .si-title {
    color: #fabf00;
    /* font-family: "Hind", sans-serif; */
    font-size: 82px;
    line-height: 1;
    position: absolute;
    right: 21.5%;
    bottom: 39%;
    font-weight: 400;
}

.resendStoreOtp {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.resendStoreOtp:hover {
    color: var(--PRIMARY_COLOR);
}

@media(max-width:1229px) {
    .si-box-map .si-title {
        right: 13%;
        bottom: 49%;
        font-size: 79px
    }
}

@media(min-width:1025px) {
    .si-box-map {
        height: 740px
    }
}

@media(max-width:1024px) {
    .si-box-map {
        height: 540px
    }

    .si-box-map .si-title {
        right: 5%;
        bottom: 29%;
        font-size: 59px
    }
}

@media(max-width:575px) {
    .si-box-map {
        height: 400px
    }
}

.si-btn-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    font-weight: bold;
    height: 50px;
    background-color: transparent;
    color: var(--BLACK);
    transition: all .2s linear;
    border-radius: 6px
}

.si-btn-info .si-title {
    font-size: 16px;
    font-weight: 400
}

.si-btn-info:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e7e7;
    transition: all .2s;
    border-radius: 6px;
    overflow: hidden
}

.si-btn-info:hover {
    background-color: var(--BLACK);
    color: var(--WHITE)
}

.si-btn-info:hover:after {
    border-color: var(--BLACK)
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

body.loaded .hatch {
    animation-name: hatch;
    -webkit-animation-name: hatch;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    visibility: visible !important
}

@keyframes hatch {
    0% {
        -webkit-transform: rotate(0) scaleY(0.6);
        transform: rotate(0) scaleY(0.6)
    }

    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05);
        transform: rotate(-2deg) scaleY(1.05)
    }

    35% {
        -webkit-transform: rotate(2deg) scaleY(1);
        transform: rotate(2deg) scaleY(1)
    }

    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    65% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    80% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes hatch {
    0% {
        -webkit-transform: rotate(0) scaleY(0.6)
    }

    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05)
    }

    35% {
        -webkit-transform: rotate(2deg) scaleY(1)
    }

    50% {
        -webkit-transform: rotate(-2deg)
    }

    65% {
        -webkit-transform: rotate(1deg)
    }

    80% {
        -webkit-transform: rotate(-1deg)
    }

    100% {
        -webkit-transform: rotate(0)
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media(min-width:1025px) {
    body.loaded .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media(min-width:1025px) {
    body.loaded .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media(min-width:1025px) {
    body.loaded .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

body.loaded .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

#zoom-mobile__slider {
    position: relative
}

#zoom-mobile__layout {
    background-color: var(--WHITE);
    position: fixed;
    z-index: 140;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .2s ease-in-out
}

#zoom-mobile__layout:not(.active) {
    pointer-events: none
}

#zoom-mobile__layout.active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

#zoom-mobile__layout .zoom-mobile__close {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 15px
}

#zoom-mobile__layout .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama img {
    width: 100%;
    height: auto
}

#si-fotorama {
    height: 100vh
}

#si-fotorama .fotorama__stage .fotorama__img {
    height: calc(568px - 85px) !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

#si-fotorama .fotorama__stage {
    height: calc(568px - 85px) !important
}

#si-fotorama .fotorama__nav-wrap {
    height: 75px
}

#si-fotorama .fotorama__arr--prev,
#si-fotorama .fotorama__arr--next {
    background: 0
}

#si-fotorama .fotorama__arr--prev:hover,
#si-fotorama .fotorama__arr--next:hover {
    color: var(--BLACK)
}

#si-fotorama .fotorama__arr--prev:before,
#si-fotorama .fotorama__arr--next:before {
    font-family: wokiee;
    font-size: 20px;
    line-height: 1
}

#si-fotorama .fotorama__arr--prev:before {
    content: "\e90d"
}

#si-fotorama .fotorama__arr--next:before {
    content: "\e90e"
}

.section-wrapper01 {
    background-color: #fff5da
}

@media(min-width:1025px) {
    .container-inner01 {
        padding: 101px 0
    }
}

@media(max-width:1024px) {
    .container-inner01 {
        padding: 70px 0
    }
}

@media(max-width:575px) {
    .container-inner01 {
        padding: 50px 0
    }
}

.si-bg-fill {
    background-size: cover;
    background-position: center center
}

html:not(.mac):not(.touch-device) .si-bg-fill {
    background-attachment: fixed
}

.si-block-title02 {
    padding: 0 0 41px
}

.si-block-title02:not(.text-right),
.si-block-title02:not(.text-left) {
    text-align: center
}

.si-block-title02 .si-title {
    font-size: 48px;
    line-height: 53px;
    color: var(--BLACK);
    font-weight: 600
}

.si-block-title02 .si-description {
    font-size: 24px;
    line-height: 33px;
    color: var(--GREY);
    margin-top: 26px
}

.si-block-title02 .si-description+.si-title {
    margin-top: 17px
}

@media(min-width:1025px) {
    .si-block-title02+.si-tab-wrapper {
        margin-top: -6px
    }
}

@media(max-width:1024px) {
    .si-block-title02 {
        padding: 0 0 36px
    }

    .si-block-title02 .si-title {
        font-size: 40px;
        line-height: 45px
    }

    .si-block-title02 .si-description {
        font-size: 21px;
        line-height: 31px;
        margin-top: 18px
    }
}

@media(max-width:790px) {
    .si-block-title02 {
        padding: 0 0 30px
    }

    .si-block-title02 .si-title {
        font-size: 36px;
        line-height: 41px
    }

    .si-block-title02 .si-description {
        font-size: 20px;
        line-height: 30px;
        margin-top: 13px
    }
}

.si-block-title02>*:nth-child(1) {
    margin-top: 0
}

.si-block-title02>*:nth-child(1).si-description {
    margin-top: -18px
}

@media(max-width:790px) {
    .container-fluid-md {
        width: 100%;
        max-width: inherit;
        padding-left: 10px;
        padding-right: 10px
    }

    .container-fluid-md .si-tab-wrapper {
        padding-left: 10px;
        padding-right: 10px
    }
}

.obj-data-listcol {
    margin-top: -20px
}

.obj-data-listcol [class^="col-"] {
    margin-top: 20px
}

@media(max-width:790px) {
    .js-objdata-slider .slick-slide {
        padding-left: 20px;
        padding-right: 20px
    }

    .js-objdata-slider .obj-data {
        margin-bottom: 27px
    }
}

@media(max-width:575px) {
    .js-objdata-slider .obj-data {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto
    }
}

.js-objdata-slider.slick-slider .slick-dots {
    position: relative;
    margin-top: 0
}

.obj-data {
    background: var(--WHITE);
    border-radius: 10px;
    height: 100%;
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 0 0 36px 0
}

.obj-data .obj-data__icon {
    padding: 35px 25px 0
}

.obj-data .obj-data__icon img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block
}

.obj-data .obj-data__img img {
    width: 100%
}

.obj-data .obj-data__img+.obj-data__content {
    padding-top: 36px;
    padding-bottom: 5px
}

.obj-data .obj-data__content {
    padding: 29px 25px 0;
    font-size: 18px;
    line-height: 24px
}

.obj-data .obj-data__content>*:nth-child(1) {
    margin-top: 0
}

.obj-data .si-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: var(--BLACK);
    padding: 0 0 13px 0
}

.obj-data .si-title a {
    color: #333
}

.obj-data .si-title a:hover {
    color: #00ba9b
}

.obj-data .si-title+* {
    margin-top: 0
}

.obj-data:not(.text-right),
.obj-data:not(.text-left) {
    text-align: center
}

.obj-data.text-left .obj-data__icon {
    text-align: left
}

.obj-data.text-right .obj-data__icon {
    text-align: right
}

.obj-data:not(.no-border) {
    border: 5px solid #000
}

.obj-data:not(.no-border) .obj-data__img {
    border-bottom: 5px solid #000
}

@media(max-width:1024px) {
    .obj-data {
        padding: 0 0 25px 0
    }

    .obj-data .obj-data__icon {
        padding-top: 29px
    }

    .obj-data .obj-data__icon,
    .obj-data .obj-data__content {
        padding-left: 20px;
        padding-right: 20px
    }

    .obj-data .obj-data__content {
        font-size: 16px;
        line-height: 22px;
        padding-top: 20px
    }

    .obj-data .si-title {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 7px
    }
}

.nav-tabs__default02 {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0 0 7px 0;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start
}

.nav-tabs__default02 li {
    margin: 0 3px 3px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500
}

.nav-tabs__default02 li>a {
    color: var(--BLACK);
    transition: all .2s linear;
    padding: 7px 11px 4px;
    display: inline-block;
    position: relative;
    background: linear-gradient(180deg, #7ec0fe 0, #00ba9b 100%);
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px
}

.nav-tabs__default02 li>a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00ba9b 0, #7ec0fe 100%);
    opacity: 0;
    transition: opacity .2s linear;
    border-radius: 5px
}

.nav-tabs__default02 li>a span {
    display: inline-block;
    position: relative;
    z-index: 1
}

.nav-tabs__default02 li>a:hover {
    color: var(--WHITE)
}

.nav-tabs__default02 li>a.active {
    color: var(--WHITE)
}

.nav-tabs__default02 li>a.active:before {
    opacity: 1
}

.nav-tabs__default02:not(.no-border) li>a {
    border: 2px solid #000
}

.nav-tabs__default02.text-left {
    text-align: left;
    justify-content: flex-start
}

.nav-tabs__default02.text-left li:first-child {
    margin-left: 0
}

.nav-tabs__default02.text-right {
    text-align: right;
    justify-content: flex-end;
    padding-right: 0
}

.nav-tabs__default02.text-right li:first-child {
    margin-right: 0
}

.tab-content__default02 {
    background-color: var(--WHITE);
    border-radius: 10px;
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.2)
}

.addressAcuracy_cont {
    display: none;
    width: 100%;
    padding: 40px 70px;
    border-radius: 10px;
    background: linear-gradient(101deg, #F9F9F9 7.43%, rgba(255, 255, 255, 0.00) 93.37%);
}

.addressAcuracy_cont.low {
    border: 1px solid #FF8585;
}

.circularMotion {
    width: 134px;
    height: 134px;
    border-radius: 50%;
    background: #FFF;
    filter: drop-shadow(0px 4px 25px rgba(243, 51, 51, 0.10));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.addressFlexy {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 45px;
    align-items: center;
}

.disclaimerAdd h3 {
    font-size: 24px !important;
    color: #F33333;
    font-family: Hind;
    font-weight: 600 !important;
    line-height: normal !important;
    padding-bottom: 0 !important;
}

.disclaimerAdd p {
    color: #373737;
    font-family: Hind;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}

@media(min-width:1025px) {
    .tab-content__default02 {
        padding: 52px 45px 45px
    }
}

@media(max-width:1024px) {
    .tab-content__default02 {
        padding: 35px
    }
}

@media(max-width:790px) {
    .tab-content__default02 {
        padding: 30px 20px
    }
}

.tab-content__default02:not(.no-border) {
    border: 5px solid #000
}

@media(max-width:1024px) {
    .tab-content__default02:not(.no-border) {
        border-width: 4px
    }
}

@media(max-width:790px) {
    .tab-content__default02:not(.no-border) {
        border-width: 3px
    }
}

.si-layout01 .si-layout01__content {
    font-size: 18px;
    line-height: 24px
}

@media(min-width:1025px) {
    .si-layout01 {
        min-height: 301px
    }

    .si-layout01 .si-layout01__content p {
        margin-top: 24px
    }
}

.si-layout01 .si-title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    color: var(--BLACK);
    margin: 0;
    padding: 0 0 23px 0
}

.si-layout01 .si-title+* {
    margin-top: 0
}

.si-layout01.text-center .si-layout01__content {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
}

.si-layout01 .si-title+*,
.si-layout01 .si-title+p {
    margin-top: 0
}

.si-layout01 [class^="col-"]>*:nth-child(1) {
    margin-top: 0
}

@media(max-width:1024px) {
    .si-layout01 .si-title {
        font-size: 22px;
        line-height: 30px;
        padding: 0 0 7px 0
    }

    .si-layout01 .si-layout01__content {
        font-size: 16px;
        line-height: 22px
    }

    .si-layout01 .si-layout01__content:not(:first-child) {
        padding: 0 0 0 30px
    }
}

@media(min-width:791px) {
    .si-layout01 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start
    }

    .si-layout01 .si-layout01__img {
        flex: 0 0 46.3%;
        max-width: 46.3%
    }

    .si-layout01 .si-layout01__img img {
        width: 100%;
        height: auto
    }

    .si-layout01 .si-layout01__content {
        flex: 2 1 auto
    }

    .si-layout01 .si-layout01__content:not(:first-child) {
        padding: 0 0 0 50px
    }
}

@media(max-width:790px) {
    .si-layout01 .si-layout01__img {
        width: 100%;
        text-align: center;
        padding-bottom: 30px
    }

    .si-layout01 .si-layout01__img img {
        max-width: 320px;
        height: auto;
        width: 100%
    }

    .si-layout01 .si-layout01__content:not(:first-child) {
        padding: 0
    }
}

.si-mobile-product-slider .slick-dots {
    position: relative;
    margin-top: 7px;
    padding: 0 19px
}

.si-mobile-product-slider .slick-dots li {
    margin: 0;
    padding: 2px 2px;
    line-height: 0
}

.si-mobile-product-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #dadada;
    border: 1px solid #dadada;
    transition: all .2s linear;
    position: relative
}

.si-mobile-product-slider .slick-dots li button:before {
    content: '';
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: -1px;
    border: 1px solid var(--BLACK);
    background: var(--BLACK);
    border-right: 50%;
    opacity: 0;
    transition: all .2s linear
}

.si-mobile-product-slider .slick-dots li:hover button {
    background: #f7f8fa;
    border-color: #e9e7e7
}

.si-mobile-product-slider .slick-dots .slick-active {
    pointer-events: none
}

.si-mobile-product-slider .slick-dots .slick-active button {
    background: var(--BLACK)
}

.si-mobile-product-slider .slick-dots .slick-active button:before {
    opacity: 1
}

.slick-dots-02 .slick-dots li button {
    background: transparent;
    border-color: var(--BLACK)
}

.slick-dots-02 .slick-dots li button:before {
    background: transparent;
    border-color: #417dfb;
    border-width: 1px
}

.slick-dots-02 .slick-dots li:hover button {
    border-color: #417dfb
}

.slick-dots-02 .slick-dots .slick-active button {
    background: transparent
}

.slick-dots-02 .slick-dots .slick-active button:before {
    opacity: 1;
    border-width: 2px
}



.ua_wrap,
.empty_state_par {
    margin-bottom: 3rem !important;
}

.empty_state_par {
    flex: 1;
}

.order_sum_par {
    margin-bottom: 30px;
}

.order_status.accept_btn {
    background: rgba(19, 162, 28, .2);
    color: rgba(19, 162, 28, 1);
}

.order_status.decline_btn {
    background: rgba(255, 0, 0, 0.2);
    color: rgba(255, 0, 0, 1);
}

.order_status.warning_btn {
    background: rgba(255, 245, 157, 1);
    color: rgba(251, 192, 45, 1);
}

.ua_left_menu ul li a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ua_left_menu ul li.active:hover a,
.ua_left_menu ul li.active a {
    color: var(--PRIMARY_COLOR);
}

.aply_coupon {
    border: none
}


/* New CSS ============================== */

.top_bar {
    padding: 0 20px;
    position: relative;
}

.top_bar:before {
    content: "";
    background: var(--PRIMARY_COLOR);
    opacity: 10%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.top_bar ul {
    position: relative;
    z-index: 5;
}

.top_bar ul li:not(:last-child) {
    margin-right: 20px;
}

.top_bar ul li a {
    color: var(--PRIMARY_COLOR);
    font-weight: 500;
    font-size: 15px;
    padding: 3px 0;
    display: inline-block;
}

.top_bar ul li a:hover {
    color: var(--BLACK);
}

.si-header-row>div.si-mobile-parent-menu,
.si-header-row a.top_logo_new .si-menu-toggle:not(.logo_top_fix) {
    display: none !important;
}

.si-header-row,
.stuck.si-stuck-nav {
    padding: 5px 0;
}

.si-input-counter.style-01 {
    margin: 0 auto;
}

.crossed_price {
    text-decoration: line-through;
}

.price span i {
    font-size: 80%;
}

.newcatFlG {
    gap: 25px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    place-items: center;
}

.si_cate_wrapper .newcatFlG .cate_box a {
    max-width: 230px !important;
    max-height: 230px !important;
    border-radius: 0;
    height: 100vh !important;
}

.si_cate_wrapper .newcatFlG .cate_box a img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

@media (min-width: 1025px) {
    #js-menu-toggle {
        display: none !important;
    }
}

@media (max-width: 520px) {

    .newcatFlG {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .si_cate_wrapper .newcatFlG .cate_box {
        margin-bottom: 8px;
    }

    .si_cate_wrapper .newcatFlG .cate_box a {
        max-width: 190px;
        max-height: 145px;
    }
}

@media (max-width: 480px) {

    .si-logo img {
        max-width: 145px;
    }

    .top_logo a,
    .si-logo.si-mobile-parent-menu {
        max-width: inherit !important;
    }

    .si-image-box {
        max-height: 200px;
    }

    .inner_pg_title {
        max-width: 160px;
    }
}

.si-image-box {
    height: 280px;
}

.si-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.si-product-listing .si-image-box a {
    height: 100%;
}

.customalert {
    background: #FFD1D3 !important;
    text-align: left !important;
    padding: 15px;
    display: flex;
    align-items: baseline;
    font-size: 15px;
}

button.close {
    background: transparent;
    font-size: 42px;
}

.intermsg {
    font-weight: 500;
}

i.danger {
    margin-right: 10px;
}

.si-image-box {
    min-height: 200px;
}

span.si-img {
    display: block;
    height: 100%;
}

span.si-img img {
    height: 100% !important;
    object-fit: contain;
}

.form-group {
    position: relative;
}

.eyeing,
.eyeingtoo {
    position: absolute;
    right: 10px;
    bottom: 7px;
    cursor: pointer;
    width: 23px;
}

.lostpassUI {
    margin-top: -12px;
    margin-bottom: 15px !important;
    text-decoration: underline;
    color: #000;
    font-weight: 400;
}

.navigateOrderDet {
    display: flex;
}

.navigateOrderDet:hover {
    color: #00ba9b;
}

a.order_id {
    display: flex;
    flex-direction: column;
}

.navigateOrderDet span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('https://fashiond.in/assets/icon/arrow-up-right.svg');
    background-size: cover;
}

.navigateOrderDet:hover span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('https://fashiond.in/assets/icon/hackcolor.svg');
}

.thBada p span {
    font-size: 16px;
}

.thBada {
    font-size: 16px;
}

li.pro_category.active>a .categories_name {
    font-weight: 600;
}

li.pro_category.active div>a .categories_name {
    font-weight: 600;
}

ul.si-add-info li a {
    font-weight: 900;
}

.back-btn {
    background-color: #C8C8C81A !important;
    color: black;
    border: 0.5px solid #909090;
    width: 85px;
    height: 35px;
}

.back-btn:hover {
    background-color: #eaeaea !important;
    color: black;
    border: 0.5px solid #909090;
    width: 85px;
    height: 35px;
}

.left-arrow {
    margin-right: 7px;
    font-size: 20px;
    height: 24px;
}

/* to hide left drawer */
.f-drawer-hde {
    display: none !important;
}

.vendor {
    max-height: 80px;
    overflow: hidden;
}

.brand {
    max-height: 120px;
    overflow: hidden;
    min-height: 28px;
}

.vendor.expanded,
.brand.expanded {
    max-height: 100%;
    overflow: visible;
}

.vendor::before,
.brand::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, #3f3f3f);
}

.vendor-more-content,
.brand-more-content {
    position: relative;
    padding: 3px 9px;
    background: black;
    margin-top: 15px;
    display: inline-block;
    cursor: pointer;
    color: white !important;
    font-weight: 500;
    letter-spacing: 0.6px;
    font-size: 11px;
    border-radius: 5px;
}

.addressAcuracy_cont {
    display: none;
    width: 100%;
    padding: 40px 70px;
    border-radius: 10px;
    background: linear-gradient(101deg, #F9F9F9 7.43%, rgba(255, 255, 255, 0.00) 93.37%);
}

.addressAcuracy_cont.high {
    border: 1px solid #85FFA0;
}

.addressAcuracy_cont.low {
    border: 1px solid #FF8585;
}

.progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background:
        radial-gradient(closest-side, #F9F9F9 90%, transparent 80% 100%), conic-gradient(var(--clr) var(--i), transparent 0)
}

.circularMotion {
    width: 134px;
    height: 134px;
    border-radius: 50%;
    background: #FFF;
    filter: drop-shadow(0px 4px 25px rgba(243, 51, 51, 0.10));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.addressAcuracy_cont.high .circularMotion h3 {
    color: #03C02D;
}

.addressAcuracy_cont.low .circularMotion h3 {
    color: #F33333;
}

.modalCont.high .circularMotion h3 {
    color: #03C02D;
}

.modalCont.low .circularMotion h3 {
    color: #F33333;
}

.addressFlexy {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 45px;
    align-items: center;
}

.addressAcuracy_cont.high .disclaimerAdd h3 {
    color: #03C02D;
}

.addressAcuracy_cont.low .disclaimerAdd h3 {
    color: #F33333;
}

.modalCont.high .disclaimerAdd h3 {
    color: #03C02D;
}

.modalCont.low .disclaimerAdd h3 {
    color: #F33333;
}

.disclaimerAdd h3 {
    font-size: 24px !important;
    font-family: Hind;
    font-weight: 600 !important;
    line-height: normal !important;
    padding-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.disclaimerAdd p {
    color: #373737;
    font-family: Hind;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}

.btnAdd_cont {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.editadd {
    color: #fff;
    border-radius: 4px;
    background: #000;
    border: none;
    outline: none;
    padding: 8px 16px;
    height: 36px;
    cursor: pointer;
}

.proceedAn {
    border: none;
    outline: none;
    padding: 8px 16px;
    border-radius: 4px;
    height: 36px;
    cursor: pointer;
}

.chanadd {
    border-radius: 4px;
    border: 1px solid #000;
    background: #FFF;
    height: 36px;
    padding: 8px 16px;
    cursor: pointer;
}

.circularMotion h3 {
    line-height: normal;
    padding-bottom: 0 !important;
    font-size: 36px !important;
}

.circularMotion h4 {
    color: #A6A6A6;
    font-family: Hind;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    padding: 0 !important;
}

/* Add address */

.modalCont {
    display: none;
    background: rgb(124 124 124 / 50%);
    padding: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
}

.innerMod {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.smallBOX {
    border-radius: 10px;
    background: #fff;
    max-width: 550px;
    padding: 45px;
}

.disclaimerAdd {
    text-align: center;
}

.addU {
    grid-template-columns: auto;
    gap: 24px;
    place-items: center;
}

.smallBOX .btnAdd_cont {
    justify-content: center;
}

.changeAdd {
    background-color: var(--PRIMARY_COLOR) !important;
    color: #fff !important;
    cursor: pointer;
}

.full-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, #C5C5C5);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: s3 1s infinite linear;
}

.addressAcuracy_cont.high .disclaimerAdd h3 {
    color: #03C02D;
}

.addressAcuracy_cont.low .disclaimerAdd h3 {
    color: #F33333;
}

.disclaimerAdd h3 {
    font-size: 24px !important;
    font-family: Hind;
    font-weight: 600 !important;
    line-height: normal !important;
    padding-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.btn-outline-auth {
    text-align: center;
    outline: none;
    padding: 7px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: .15s ease-in-out;
    color: #4d4d4d;
    background-color: #0000;
    border: 1px solid #d9d9d9;
}

.d-flex-c-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex-c-c svg {
    stroke: transparent !important;
    margin-right: 8px;
}

.d-flex-c-c span {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 500;
    line-height: 24px;
}

.pos-rel {
    position: relative;
}

.or-separator {
    height: 1px;
    margin: 40px 25px;
    background-color: #ccc;
}

.c-gray-1 {
    color: gray;
}

.text-8 {
    font-size: 14px;
    line-height: 20px;
}

.px12 {
    padding-left: 12px;
    padding-right: 12px;
}

.bg-white {
    background-color: #fff;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.category-collapse {
    cursor: pointer;
}

.d-grid {
    display: grid;
}

.reviewBtn,
.reviewBtn:hover {
    height: 35px;
    background-color: #000000;
    color: white;
}

.titContii {
    align-items: center;
    gap: 5px;
}

.titContii h3,
.titContii p {
    margin: 0 !important;
    padding: 0 !important;
}

.leftR {
    display: flex;
}

.rcony {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rcony.padr {
    padding-right: 3rem;
}

.dividerR {
    display: flex;
    justify-content: space-between;
}

.opTit {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 15px;
}

.grayTxt {
    color: #787878;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    margin-top: 8px;
}

.countTxt {
    font-size: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nameDateCont p {
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.nameDateCont span {
    font-size: 14px;
    font-weight: 500;
    color: #787878;
}

.reviewA p {
    margin: 0;
}

.reviewA {
    gap: 20px;
}

.review-perv-modal span {
    font-size: 18px;
}

.review-perv-modal p {
    margin: 0;
    margin-bottom: 15px;
    margin-top: 2px;
    font-size: 16px;
    font-weight: 400;
}

.reviewContB {
    padding: 20px 0;
}

.actRD {
    margin-top: 10px;
}

.actRD p {
    font-size: 18px;
}

.actRD span {
    color: #111111;
}

.reviewContB p {
    margin: 0;
}

.starTxt {
    font-size: 17px;
    color: #FFB800;
    display: flex;
    gap: 5px;
}

.review-content {
    background-color: white;
    color: #FFB800;
    width: 420px;
    border-radius: 12px !important;
}

.review-header {
    background: white;
    color: black;
    border-radius: 12px !important;
}

.review-close {
    right: 18px !important;
    top: 8px !important;
    color: black !important;
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}

.review-close-prt {
    color: black !important;
    background-color: #F4F4F4 !important;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}

.save-review {
    height: 35px;
}

.title_review,
.review_txt {
    font-size: 12px !important;
    border-radius: 4px !important;
}

.review-label {
    font-weight: 500;
    color: black;
}

.product-title {
    color: black;
    margin-top: 0px !important;
    margin-left: 15px;
}

.review-perv-modal {
    background-color: #F4F4F4;
    padding: 17px;
    border-radius: 3px;
}

.sort-select,
.rating-select {
    width: 88px !important;
    font-size: 14px !important;
    padding-inline: 7px !important;
    height: auto !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
}

.rating-bars {
    display: flex;
    flex-direction: column;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.rating-label {
    margin-right: 5px;
    width: 20px;
}

.rating-level {
    width: 200px;
    height: 8px;
    background-color: #D9D9D9;
    position: relative;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.rating-level .filled {
    position: relative;
    top: 0;
    left: 0;
    height: 8px;
    background-color: #FFB800;
    border-radius: 8px;
}

.average-rating {
    margin-top: 5px;
}

.proImg {
    width: 50px;
    max-height: 50px;
    object-fit: cover;
}

.review-close {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-close-spn {
    font-size: 24px;
    vertical-align: middle;
    cursor: pointer;
    padding-top: 0px;
}

.save-review:hover {
    background-color: #000000 !important;
    color: white !important;
}

.proPrev,
.proNext {
    cursor: pointer;
}

.npmar {
    height: 100vh;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.xpireCont {
    width: 100%;
    height: 100vh;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xpireCont .op_img {
    flex-direction: column;
    max-width: 700px;
}

.xpireCont .op_img h3 {
    font-size: 32px !important;
    padding-bottom: 5px !important;
}

.xpireCont .op_img h4 {
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 25px !important;
}

.noGray {
    filter: grayscale(0) !important;
    max-width: 315px !important;
    margin-top: 20px;
    margin-bottom: 40px;
}

.footer-copyright-data {
    display: flex;
    justify-content: center;
}



.ulMob {
    gap: 10px;
    margin-top: 5px !important;
}

.bottomSmolText h6 span {
    font-weight: 700;
}


@keyframes s3 {
    to {
        transform: rotate(1turn)
    }
}

.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.deletSVG svg {
    stroke: none !important;
}

.bottomSmolText h6 {
    font-size: 14px !important;
}

.flexyGap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.flex-1 {
    flex: 1;
}

.qrInstruction p {
    margin: 0;
}

.qrInstruction {
    background: #ffdada;
    padding: 10px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.qrInstruction svg {
    fill: #f05e5e;
    stroke: none !important;
    width: 32px;
    height: 32px;
}

.modal-content.customCenter {
    background: #fff;
    margin-top: 38%;
    transform: translateY(-30px);
    border-radius: 24px;
}

.modalInnerNoti {
    padding: 20px;
    max-width: 490px;
}

.smolContentB h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-bottom: 0 !important;
}

.smolContentB p {
    font-size: 16px !important;
    color: #6C6C6C !important;
    margin-top: 0;
    font-weight: 400;
}

.smolNotiImg {
    margin-bottom: 10px;
}

.smolContentB {
    margin-bottom: 20px;
}

.closeBtnInfo svg {
    stroke: black !important;
}

.closeBtnInfo {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

@media (max-width: 480px) {

    .bgGray {
        min-height: 80vh;
    }

    .smolContentB h3 {
        padding-bottom: 10px !important;
    }

    .modal-content.customCenter {
        margin-top: 50%;
        transform: translateY(0);

    }

    .mobchangeCartEconomy {
        border: 0.5px solid #E4E4E4;
        padding: 15px;
        border-radius: 8px;
        border-width: 0.5px !important;
    }

    .si-mobile-header {
        margin-bottom: 0;
    }


    .newTypeEconomy {
        border: 0.5px solid #E4E4E4;
        padding: 15px;
        border-radius: 8px;
        margin-top: 5px;
    }

    .wholeEcoCont span {
        color: #8F9098;
        font-weight: 400;
    }

    .wholeEcoCont {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }


    .address_list_par li label {
        min-width: 25px;
    }

    .mobsubBtn {
        text-transform: capitalize !important;
        font-weight: 400 !important;
    }

    .fontBigMob strong {
        font-size: 18px !important;
        font-weight: 600;
    }

    .os_list.mobChanges span {
        color: #8F9098;
        font-weight: 400;
    }

    .varMob {
        color: #A8A8A8;
        font-weight: 400;
    }

    .mobNone {
        display: none;
    }

    .crt_img {
        padding: 0 !important;
    }

    .cart_list_par {
        max-height: 45vh;
        overflow: scroll;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .flexyGap .si-input-counter.mobileConts {
        height: 50px;
    }

    .flexyGap .si-input-counter.mobileConts input {
        height: 100%;
    }

    .si-input-counter.mobileConts {
        background: #F8F8F8;
        border: 1px solid #D7D7D7;
        border-radius: 4px;
        width: 30%;
    }

    .justiMob {
        justify-content: space-between;
    }

    .si-input-counter.mobileConts span {
        background: transparent !important;
        border: none !important;
        height: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .os_list.mobChanges {
        gap: 10px;
    }


    .xpireCont .op_img h3 {
        font-size: 24px !important;

    }

    .xpireCont .op_img h4 {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .xpireCont .op_img {
        padding: 0 15px;
    }

    .noGray {

        max-width: 290px !important;
        margin-top: 15px !important;
        margin-bottom: 35px !important;
    }

    .circularMotion {
        width: 120px !important;
        height: 120px !important;
    }

    .progress-bar {
        width: 170px !important;
        height: 170px !important;
    }

    .modalCont {
        padding: 20px !important;
    }

    .addressAcuracy_cont {
        padding: 30px 15px;
    }

    .addressFlexy {
        grid-template-columns: auto !important;
        gap: 10px !important;
        place-items: center !important;
    }

    .btnAdd_cont {
        margin-top: 20px !important;
        justify-content: center !important;
    }

    .top_logo a,
    .si-logo.si-mobile-parent-menu {
        max-width: inherit !important;
    }

    .si-image-box {
        max-height: 200px;
    }

    .review-content {
        margin-top: 200px !important;
        width: 380px !important;
    }

    .review-dialog {
        padding: 2rem;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {

    .review-content {
        margin-top: 120px !important;
        width: 320px !important;
    }
}

.bgGray {
    background-color: #f6f6f6;
}

.listContOrder {
    border-bottom: 2px dashed #D5D5D5;
    padding-bottom: 12px;
}

.container-indent1.mt-0.bgGray .container {
    padding: 0;
    padding-top: 15px;
}

a.order_id label {
    font-size: 12px;
    color: #A8A8A8;
    font-weight: 400;
    text-transform: uppercase;
}

a.order_id p {
    color: #666262;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-top: 4px;
}

.bottomDets .order_pay {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.si_order_list ul li {
    background: #fff;
    padding: 15px;
    font-family: "Poppins", sans-serif;
}

.bottomDets {
    padding-top: 12px;
}

.bottomDets .order_amt {
    font-size: 14px !important;
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 600;
}

.bottomDets .order_item {
    font-size: 14px;
    font-weight: 600;
}

.si_order_list ul li:last-child:last-child {
    padding-bottom: 15px !important;
}

.reccoPrev,
.reccoNext,
.recPrev,
.recNext {
    cursor: pointer;
}
@media (max-width: 768px) {
    #type {
      position: relative;
      bottom: 0;
    }
  }
  .mobile-dropdown {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }
/* Customize the toastr notification */
#toast-container.toast-top-center .toast {
    width: 300px; /* Adjust the width as needed */
    background-color: #f8f9fa; /* Off-white background */
    color: #333; /* Dark text for better readability */
    border-radius: 8px; /* Optional: rounded corners */
    padding: 15px; /* Optional: padding */
}

/* Style the "Yes" button */
#toast-container .toast .btn-primary {
    background-color: #d9534f !important; /* Red color */
    color: #ffffff; /* White text */
    border: none; /* Remove default border */
    border-radius: 4px; /* Rounded corners */
}

/* Style the "No" button */
#toast-container .toast .btn {
    background-color: #6c757d; /* Grey color */
    color: #ffffff; /* White text */
    border: none; /* Remove default border */
    border-radius: 4px; /* Rounded corners */
    margin: 0 8px; /* Add some spacing */
}

/* Hover effects */
#toast-container .toast .btn-primary:hover {
    background-color: #c9302c; 
}

#toast-container .toast .btn:hover {
    background-color: #5a6268; 
}

.discount-badge, .discount-strip {
    padding-top: 0px !important;
}

.si-label-location {
    min-width: 38px;
    left: 0px !important;
}

.si-add-info li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: initial;
}

/* .top-product-search {
    width: 420px !important;
    margin-left: auto !important;
} */

.rpt-product-search {
    width: 470px !important;
}

.buy_now_btn span {
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.out-of-stock-sec {
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.si-btn-addtocart.oos {
    justify-content: center !important;
    display: flex !important;
    text-align: center;
    align-items: center;
    padding: 8px; 
}

.airrecommendation-sect .col-item,
.recommendation-sect .col-item,
.deals-sect .col-item,
.similar-sect .col-item {
    text-align: center;
    padding-top: 11px;
    margin-left: 30%;
}