@font-face {
    font-family: 'Cooper Md BT';
    src: url('CooperBT-Medium.eot');
    src: url('CooperBT-Medium.eot?#iefix') format('embedded-opentype'),
    url('CooperBT-Medium.woff2') format('woff2'),
    url('CooperBT-Medium.woff') format('woff'),
    url('CooperBT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper Md BT';
    src: url('CooperMdBT-Regular.eot');
    src: url('CooperMdBT-Regular.eot?#iefix') format('embedded-opentype'),
    url('CooperMdBT-Regular.woff2') format('woff2'),
    url('CooperMdBT-Regular.woff') format('woff'),
    url('CooperMdBT-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fontawesome';
    src: url(fontawesome-webfont.woff2) format("woff2"), url(fontawesome-webfont.woff) format("woff"), url(fontawesome-webfont.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    font-weight: 300;
    font-style: italic;
    src: url(Futura-PT-BookOblique.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    font-weight: 100;
    src: url(Futura-STD-Book.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    font-weight: 200;
    src: url(Futura-STD-Book.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    font-weight: 300;
    src: url(Futura-BK-BT-Book.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    font-weight: 400;
    src: url(Futura-BK-BT-Book.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    font-weight: 500;
    src: url(Futura-PT-Medium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    font-weight: 600;
    src: url(Futura-PT-Demi.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    font-weight: 700;
    src: url(Futura-PT-Bold.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    font-weight: 800;
    src: url(Futura-PT-Bold.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: 'Futura';
    font-weight: 900;
    src: url(Futura-PT-Bold.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: 'Freeland';
    font-weight: 400;
    src: url(Freeland-Regular.ttf) format("truetype");
    font-display: swap
}

:focus {
    outline: none
}

button:focus {
    outline: none
}

.wrapper-overlay {
    position: fixed;
    background-color: rgba(35, 35, 35, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 4
}

html {
    padding-bottom: 0 !important;
    position: relative;
    -webkit-font-smoothing: antialiased
}

html.halo-modal-open body, html.translate-overlay body, html.cart-show body, html.customer-show body, html.options-show body, html.sidebar-open body {
    overflow-y: hidden;
    height: 100%
}

html.halo-modal-open .wrapper-overlay, html.translate-overlay .wrapper-overlay, html.cart-show .wrapper-overlay, html.customer-show .wrapper-overlay, html.options-show .wrapper-overlay, html.sidebar-open .wrapper-overlay {
    display: block
}

html, body {
    font-size: var(--font_size);
    color: var(--body_color)
}

body {
    background-color: var(--body_bg);
    margin: 0 auto;
    font-family: var(--fonts_name), "Arial", "sans-serif";
    line-height: var(--font_size_plus8);
    letter-spacing: normal;
    opacity: 1 !important;
    visibility: visible !important
}

img {
    max-width: 100%;
    height: auto;
    border: none
}

.hide {
    display: none
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}

.placeholder-svg {
    display: block;
    fill: rgba(120, 129, 136, 0.15);
    stroke: rgba(120, 129, 136, 0.2);
    background-color: rgba(120, 129, 136, 0.1);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(120, 129, 136, 0.2);
    stroke-width: .1px
}

svg {




}

fieldset, legend {
    border: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 40px #fff inset;
    -webkit-text-fill-color: var(--body_color)
}

input::-ms-clear, select::-ms-expand {
    display: none
}

blockquote {
    border: none;
    background-color: #fafafa;
    color: var(--color_ipt);
    font-size: var(--font_size);
    line-height: var(--font_size_plus12);
    font-style: normal;
    margin: 0;
    padding: 20px 35px
}

input[type="image"] {
    width: auto
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    padding: 7px 12px 5px;
    line-height: var(--font_size_plus10)
}

input[type="checkbox"], .custom-radio input[type="radio"] {
    vertical-align: top;
    margin-right: 10px;
    display: none
}

input[type="checkbox"] + label {
    padding-left: 26px;
    cursor: pointer;
    margin-bottom: 9px;
    position: relative
}

input[type="checkbox"] + label:before {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 0;
    border: 1px solid var(--border_checkbox);
    width: 14px;
    height: 14px;
    background-color: #fff
}

input[type="checkbox"] + label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 3px;
    border: 2px solid #232323;
    border-top: none;
    border-right: none;
    background: rgba(255, 255, 255, 0);
    transform: rotate(-45deg);
    transition: all .1s
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    transform: scale(0) rotate(-45deg)
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transform: scale(1) rotate(-45deg)
}

.custom-radio input[type="radio"] + label {
    cursor: pointer;
    margin-bottom: 9px;
    position: relative;
    padding-left: 24px
}

.custom-radio input[type="radio"] + label:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #cecece;
    border-radius: 50%
}

.custom-radio input[type="radio"] + label:after {
    position: absolute;
    content: "";
    border: 4px solid var(--page_title_color);
    border-radius: 50%;
    top: 5px;
    left: 3px;
    transition: all .1s
}

.custom-radio input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    transform: scale(0)
}

.custom-radio input[type="radio"]:checked + label:after, .custom-radio input[type="radio"] + label:hover:after {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transform: scale(1)
}

select {
    border-radius: 0;
    border: 1px solid var(--border_input);
    display: block;
    width: 100%;
    padding: 7px 32px 5px 12px;
    line-height: var(--font_size_plus10);
    outline: none;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 36px
}

select * {
    outline: none;
    background: #fff;
    color: var(--color_ipt);
    border: none
}

select + .icon-dropdown {
    width: 30px;
    position: absolute;
    bottom: 0;
    right: 2px;
    background-color: rgba(255, 255, 255, 0);
    height: 36px;
    top: inherit;
    z-index: 1;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center
}

select + .icon-dropdown .fa {
    font-size: 16px
}

.main-content {
    display: block;
    min-height: 500px
}

.main-content input[type="text"], .main-content input[type="password"], .main-content input[type="email"], .main-content input[type="tel"], .main-content textarea {
    height: initial;
    padding: 7px 12px 5px;
    border: 1px solid var(--border_input);
    color: var(--color_ipt);
    border-radius: 0;
    width: 100%;
    max-width: 380px;
    display: block;
    outline: none
}

.template-index .main-content {
    padding-bottom: 0
}

label {
    font-size: var(--font_size);
    font-weight: 600;
    line-height: var(--font_size_plus8);
    color: var(--page_title_color)
}

label em {
    color: #f1152f;
    font-weight: 500;
    font-style: normal;
    margin-left: 3px
}

ul, ol {
    padding: 0;
    list-style: none;
    margin-bottom: 20px
}

ul li, ol li {
    margin-bottom: .25em
}

a {
    transition: all .3s ease;
    color: var(--link_color)
}

a:hover {
    color: var(--link_color_hover);
    outline: none;
    text-decoration: none
}

.errors ul {
    padding-left: 0
}

.form-success {
    border: 1px solid var(--border_color_1);
    margin-bottom: 20px;
    padding: 5px 20px 5px 30px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    padding: 0
}

h1 {
    font-size: 2.307692308em;
    margin-bottom: 1em
}

h2 {
    font-size: 2em;
    margin-bottom: 1em
}

h3 {
    font-size: 20px;
    margin-bottom: 1.25em
}

h4 {
    font-size: 17px;
    margin-bottom: 1.5em
}

h5 {
    font-size: 15px;
    margin-bottom: 1.5em
}

h6 {
    font-size: 1em;
    margin-bottom: 1.5em
}

.text-freeland {

}

.text-freeland strong {
    font-weight: 500
}

.u-h3 {
    font-size: 28px;
    line-height: 1.2
}

.font-clb {
    font-weight: 300
}

.text-18-clb {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5
}

.font-cmb {
    font-weight: 500
}

.text-16-cmb {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.text-46-fixed {
    font-size: 46px;
    line-height: 1.1
}

.text-40 {
    font-size: 30px
}

.text-38 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0
}

.text-32 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .05em
}

.text-28 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0
}

.text-26 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0
}

.text-20 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0
}

.fw-400 {
    font-weight: 400
}

p:last-child, p:last-of-type {
    margin-bottom: 0
}

small {
    font-size: 12px
}

table {
    border: 1px solid var(--border_color_1);
    min-width: 100%
}

table td, table th {
    border-bottom: 1px solid var(--border_color_1);
    padding: 9px 15px
}

table th {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 64px;
    border: 1px solid rgba(255, 255, 255, 0);
    min-width: 130px;
    max-width: 100%;
    transition: all .3s ease;
    padding: var(--padding_btn);
    font-size: 14px;
}

.btn:hover, .btn:focus {
    outline: none;
    box-shadow: none
}

.btn[disabled], .btn.disabled {
    background: var(--bg_sold_out) !important;
    border-color: var(--bg_sold_out) !important;
    color: var(--sold_out_text) !important;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
}

.error-message-input {
    display: block;
    font-size: var(--font_size_minus1);
    margin-top: 10px;
    color: #dc4032;
    font-style: italic
}

.error-message-input:empty {
    display: none
}

.error-message-input i {
    margin-right: 4px
}

.close {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    float: none
}

.close svg {
    width: 17px;
    height: 17px
}

.close:hover, .close:focus {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
}

.fancybox-slide .fancybox-image-wrap {
    backface-visibility: visible;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible
}

.not_img {
    height: 50vh;
    line-height: 50vh;
    background-color: rgba(35, 35, 35, 0.2);
    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15)
}

.header-top .top-message {
    font-size: var(--font_size);
    font-weight: 500;
    text-transform: unset;
    letter-spacing: .05em;
    text-align: center;
    padding: 8px 25px;
    position: relative
}

.header-top .top-message p a {
    border-bottom: 1px solid rgba(255, 255, 255, 0)
}

.header-top .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
    margin-top: -.5px
}

.svg-mb {
    width: 40px;
    height: 40px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.svg-mb a {
    display: -moz-inline-flex;
    display: inline-flex
}

.svg-mb .icon-search svg {
    position: relative;
    top: -1px
}

.icon-user svg {
    color: #FFF;
    width: 23px;
    height: 23px;
    stroke-width: 10px
}

.wishlist-icon svg {
    color: #505E5E
}

.icon-search {
    display: -moz-inline-flex;
    display: inline-flex
}

.icon-search + .search-form {
    display: none
}

.cart-icon {
    position: relative;
    padding-right: 10px;
    width: 65px
}

.cart-icon svg {
    color: #FFF
}

.wrapper-top-cart .cart-icon svg {
    stroke: rgba(255, 255, 255, 0);
    width: 22px;
    height: 21px
}

.header-links .wishlist svg {
    width: 19px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.cart-icon .cartCount {
    position: absolute;
    top: 7px;
    right: -1px;
    min-width: 23px;
    min-height: 23px;
    text-align: center;
    padding: 2px 0 0 1px;
    border-radius: 50%;
    z-index: 2;
    font-weight: 500
}

.icon-nav {
    border: none;
    outline: none;
    padding: 0;
    display: block;
    width: 24px;
    height: 24px;
    position: relative
}

.icon-nav .icon-line {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--color_menu_mb)
}

.icon-nav .icon-line:before, .icon-nav .icon-line:after {
    background-color: var(--color_menu_mb);
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    transition: transform .3s;
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s
}

.icon-nav .icon-line:before {
    top: 5px
}

.icon-nav .icon-line:after {
    top: 12px
}

.close-menu-mb {
    display: none
}

.close-menu-mb.menu-open {
    display: block;
    position: fixed;
    background: var(--bg_sale);
    z-index: 33;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px
}

.close-menu-mb.menu-open .icon-line {
    background-color: rgba(255, 255, 255, 0)
}

.close-menu-mb.menu-open .icon-line:before, .close-menu-mb.menu-open .icon-line:after {
    background-color: var(--sale_text);
    left: 8px
}

.close-menu-mb.menu-open .icon-line:before {
    transform: rotate(45deg);
    top: 12px
}

.close-menu-mb.menu-open .icon-line:after {
    transform: rotate(-45deg)
}

.header-mb, .header-mb-items {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.header-logo {
    margin: 0;
    font-size: 20px
}

.header-logo .logo-title {
    display: inline-block
}

.header-logo .logo-title svg {
    width: 100%;
    height: auto
}

.header-mb {
    justify-content: space-between
}

.header-mb .header-mb-middle {
    width: -ms-calc(100% - (120px + 125px));
    width: calc(100% - (120px + 125px));
    justify-content: center;
    padding-left: 5px
}

.header-mb .header-mb-middle .header-logo {
    padding: 1px 5px 3px
}

.header-mb .header-mb-right {
    justify-content: flex-end;
    width: 100px
}

.header-mb .header-mb-right .svg-mb {
    justify-content: flex-end
}

.wishlist .fa {
    font-size: var(--font_size_plus2);
    margin-right: 5px;
    line-height: 20px;
    vertical-align: middle
}

.wishlist .wishlist-text {
    display: inline-block;
    vertical-align: middle
}

.nav-search .input-group-field {
    font-weight: 500;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    margin: 0;
    font-size: 14px;
    letter-spacing: .1em
}

.nav-search .icon-search {
    background: rgba(255, 255, 255, 0);
    min-width: inherit
}

.lang-currency-groups .dropdown-menu {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    position: static;
    border: none;
    padding: 0;
    width: 100%;
    min-width: inherit;
    margin: 0;
    border-radius: 0;
    z-index: inherit;
    top: inherit;
    left: inherit;
    float: none;
    font-size: var(--font_size);
    background: inherit
}

.lang-currency-groups .btn-group {
    display: block;
    text-transform: uppercase
}

.lang-currency-groups .btn-group .dropdown-item {
    display: block;
    padding: 9px 15px 7px 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: var(--color_menu_level3)
}

.lang-currency-groups .btn-group .dropdown-item .img-icon, .lang-currency-groups .btn-group .dropdown-item .text {
    display: inline-block;
    vertical-align: middle
}

.lang-currency-groups .btn-group .dropdown-item .img-icon {
    margin-right: 6px
}

.lang-currency-groups .btn-group .dropdown-item .text {
    color: var(--color_store_name);
    position: relative;
    top: 2.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    line-height: var(--font_size_plus2)
}

.lang-currency-groups .btn-group .dropdown-item.active .text {
    font-weight: 500
}

.lang-currency-groups .btn-group .dropdown-item:hover, .lang-currency-groups .btn-group .dropdown-item:focus, .lang-currency-groups .btn-group .dropdown-item:active, .lang-currency-groups .btn-group .dropdown-item.active {
    color: inherit;
    background-color: inherit
}

.lang-currency-groups .btn-group .img-icon {
    width: 26px;
    display: block
}

.lang-currency-groups .btn-group .img-icon img {
    min-height: 16px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.customer-content {
    text-align: left
}

.customer-content .action-btn {
    margin-bottom: 22px;
    text-align: center
}

.customer-content .action-btn .forgot-password {
    color: var(--body_color)
}

.customer-content .action-btn .forgot-password:before {
    background-color: var(--body_color) !important
}

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

.customer-content .btn-login {
    background: var(--background_2);
    color: var(--color_2);
    border-color: #727272;
    margin-bottom: 16px
}

.customer-content .btn-login:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.customer-content .ct-register .btn-register {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.customer-content .ct-register .btn-register:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.customer-content .form-group {
    margin-bottom: 15px
}

.customer-content .form-group label {
    font-weight: 500
}

.customer-content .form-group .form-control {
    border-color: var(--border_input)
}

.customer-content .form-group input {
    -webkit-box-shadow: 0 0 0 40px #fff inset;
    -webkit-text-fill-color: var(--body_color)
}

.customer-content .form-group input:focus {
    box-shadow: none;
    -webkit-box-shadow: 0 0 0 40px #fff inset;
    -webkit-text-fill-color: var(--body_color)
}

.customer-content .acc {
    color: var(--body_color);
    display: block;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 500
}

.customer-content .btn-logout {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.customer-content .btn-logout:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.ct_login {
    background-color: var(--body_bg);
    padding: 15px 30px 25px
}

.site-nav li {
    margin: 0
}

.site-nav li a {
    position: relative;
    display: block
}

.site-nav li a .icon-dropdown {
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
    right: 6px
}

.site-nav .icon-dropdown {
    width: 20px;
    display: inline-block;
    font-size: 19px;
    position: absolute;
    top: 13px
}

.site-nav .menu-mb-title {
    letter-spacing: .05em;
    font-size: var(--font_size_plus1);
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 20px 11px;
    position: relative;
    text-align: center;
    cursor: pointer
}

.site-nav .menu-mb-title .icon-dropdown {
    left: 20px;
    text-align: left
}

.site-nav .menu-lv-1 > a {
    letter-spacing: .05em;
    font-size: var(--font_size_plus1);
    text-transform: unset;
    padding: 13px 20px 11px
}

.site-nav .menu-lv-2 > a {
    padding: 13px 20px 11px
}

.site-nav .menu-lv-2 .site-nav-dropdown {
    margin: 13px 0
}

.site-nav .menu-lv-3 > a {
    font-weight: 300;
    text-transform: capitalize;
    padding: 8px 20px 6px
}

.site-nav .mega-menu .menu-lv-2 > a {
    text-transform: uppercase;
    font-weight: 600
}

.site-nav .mega-menu .mega-banner {
    padding: 8px 10px;
    text-align: center
}

.site-nav .mega-menu .mega-banner .title {
    font-size: var(--font_size);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
    line-height: 1.7em;
    color: #232323;
    margin-bottom: 8px;
    padding: 6px 0 4px
}

.site-nav .mega-menu .mega-banner .col-left {
    margin-bottom: 18px
}

.site-nav .mega-menu .mega-banner .col-right {
    padding-top: 12px
}

.site-nav .mega-menu .product-item .product-bottom {
    text-align: center
}

.site-nav .mega-menu .product-item .product-top {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto
}

.site-nav .mega-menu .product-item .product-image {
    margin-bottom: 15px
}

.site-nav .mega-menu .product-item .product-image img {
    max-height: 160px
}

.site-nav .mega-menu .product-item .spr-badge, .site-nav .mega-menu .product-item .price-box {
    margin-bottom: 10px
}

.site-nav .mega-menu .product-item .product-title {
    margin-bottom: 5px
}

.site-nav .mega-menu .product-item .btn {
    width: inherit;
    display: inline-block;
    min-width: inherit;
    padding: 0;
    border: none;
    font-size: var(--font_size);
    border-bottom: 1px solid rgba(35, 35, 35, 0.7);
    background: rgba(255, 255, 255, 0)
}

.site-nav .mega-menu .style_2 .mega-banner {
    padding-top: 18px;
    display: -moz-flex;
    display: flex;
    flex-flow: wrap
}

.site-nav .mega-menu .style_2 .mega-col > a span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--link_color_hover)
}

.site-nav .mega-menu .style_2 .mega-col {
    font-weight: 600;
    flex-basis: 50%;
    padding: 0;
    margin: 0
}

.site-nav .mega-menu .style_2 .mega-banner-bottom .view-all-button span {
    font-weight: 600;
    font-size: 15px;
    line-height: 32px
}

.site-nav .mega-menu .style_3 {
    padding-top: 19px;
    padding-bottom: 19px
}

.site-nav .mega-menu .style_3 .mega-banner {
    display: -moz-flex;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between
}

.site-nav .mega-menu .style_3 .mega-col {
    flex-basis: 45%;
    padding: 0;
    margin-bottom: 10px
}

.site-nav .mega-menu .style_3 .mega-col.full {
    flex-basis: 100%
}

.site-nav .mega-menu .style_3 .mega-col > a span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: var(--link_color);
    margin-top: 5px;
    display: inline-block
}

.site-nav .mega-menu .style_5 .product-item {
    padding: 0 15px
}

.site-nav .mega-menu .style_5 .product-item .product-image img {
    max-height: 250px
}

.site-nav .mega-menu .style_5 .product-item .product-top {
    max-width: 170px
}

.site-nav .mega-menu .style_5 .product-item .action {
    display: none
}

.site-nav .mega-menu .style_5 .skin-2 h3 {
    text-align: left;
    padding-top: 25px;
    font-weight: 900
}

.site-nav .mega-menu .style_5 .skin-2 .azbrandstable {
    list-style: none;
    margin: 0 !important;
    max-width: 320px;
    text-align: left
}

.site-nav .mega-menu .style_5 .skin-2 .azbrandstable .vendor-letter-menu {
    display: inline-block;
    width: 28px;
    text-align: left;
    margin-bottom: 8px
}

.site-nav .mega-menu .style_5 .skin-2 .azbrandstable .vendor-letter-menu a {
    font-size: 14px
}

.site-nav .mega-menu .style_5 .skin-2 .azbrandstable .vendor-letter-menu a:not(.readonly) {
    opacity: .5;
    pointer-events: none
}

.site-nav .mega-menu .style_5 .skin-2 .azbrandstable .vendor-letter-menu a:hover span {
    text-transform: capitalize;
    text-underline-position: under;
    text-decoration: underline
}

.site-nav .mega-menu .style_5 .skin-2 .link-brands {
    text-align: left;
    text-transform: none;
    text-underline-position: under;
    text-decoration: underline;
    margin-top: 2px
}

.site-nav .mega-menu .mega-cms-block {
    margin-top: 5px
}

.site-nav .mega-menu .mega-cms-block .title {
    font-size: var(--font_size);
    line-height: var(--font_size_plus8);
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 600;
    margin-bottom: 8px
}

.site-nav .mega-menu .mega-cms-block .rte-setting {
    line-height: var(--font_size_plus10);
    font-style: italic;
    font-size: var(--font_size);
    color: var(--breadcrumb_color);
    margin-bottom: 17px
}

.site-nav .mega-menu .mega-cms-block .read-more {
    display: inline-block;
    line-height: var(--font_size_plus10);
    color: var(--breadcrumb_color);
    font-weight: 500
}

.site-nav .mega-menu .mega-cms-block .read-more:before {
    width: 100%;
    background-color: var(--breadcrumb_color);
    visibility: visible;
    bottom: 1px
}

.site-nav .icon-label {
    font-size: var(--font_size_minus2);
    font-weight: 500;
    letter-spacing: normal;
    margin: 0 0 0 10px;
    line-height: 1em;
    padding: 4px 6px 3px;
    text-transform: capitalize;
    position: relative;
    top: -1px;
    border-radius: 1px;
    text-align: center
}

.site-nav .icon-label:before {
    content: "";
    border: 5px solid transparent;
    position: absolute
}

.slick-slider img {
    margin-left: auto;
    margin-right: auto
}

.slick-slider .slick-track {
    min-width: 100%
}

.slick-arrow {
    width: 52px;
    height: 52px;
    padding: 0;
    position: absolute;
    cursor: pointer;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    outline: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.slick-arrow .fa {
    font-size: 40px;
    font-weight: 100
}

.slick-arrow.slick-prev {
    left: -52px
}

.slick-arrow.slick-next {
    right: -52px
}
@media (max-width: 1600px) {
    .slick-arrow.slick-prev {
        left: 0
    }

    .slick-arrow.slick-next {
        right: 0
    }
}

.slick-arrow.slick-disabled {
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
    cursor: pointer
}

.slick-dots {
    display: none;

    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: -.33em;
    line-height: 0
}

.slick-dots li {
    display: inline-block;
    font-size: 0;
    margin: 0 7px;
    width: 12px;
    height: 12px;
    letter-spacing: normal
}

.slick-dots li button {
    width: 7px;
    height: 7px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #FFD9DE;
    background: #FFD9DE;
    padding: 0;
    outline: none;
    cursor: pointer
}

.slick-dots li.slick-active button {
    background: #EF5986;
    border-color: #EF5986
}

.slick-dots li:first-child {
    margin-left: 0
}

.slick-dots li:last-child {
    margin-right: 0
}

.home-slideshow {
    position: relative
}

.home-slideshow .slick-dots {
    z-index: 1
}

.home-slideshow .images-contain {
    text-align: center
}

.home-slideshow .item {
    position: relative;
    flex-flow: row
}

.home-slideshow .item.content_left {
    flex-flow: row-reverse
}

.home-slideshow .slide-action {
    width: 100%
}

.home-slideshow .slick-arrow {
    top: 48%;
    border-width: 2px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    width: 72px;
    height: 72px;
    padding-top: 7px
}

.home-slideshow .slick-arrow svg {
    width: 25px;
    height: 25px;
    stroke-width: .2px
}

.home-slideshow .slick-arrow.slick-prev {
    padding-right: 2px
}

.home-slideshow:hover .slick-arrow {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
}

.home-slideshow .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0
}

.home-slideshow [data-video-mp4] .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.home-slideshow [data-video-mp4] .fluid-width-video-wrapper:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
    background-color: #866965;
    position: absolute
}

.home-slideshow:not(.hasvideo) .init-slider {
    overflow: hidden
}

.home-slideshow:not(.hasvideo) .init-slider .slideshow {
    transition: all .5s;
    letter-spacing: -.31em
}

.home-slideshow .slideshow.active .item, .home-slideshow .slideshow .item.slide-active {
    display: flex !important;
    letter-spacing: normal
}

.home-slideshow:not(.hasvideo) [data-init-slideshow]:not(.active) .slide-active {
    width: 100%
}

.home-slideshow:not(.hasvideo) [data-init-slideshow][data-fade="true"] .item {
    opacity: 0 !important;
    left: 0 !important
}

.home-slideshow:not(.hasvideo) [data-init-slideshow][data-fade="true"] .item.slide-active {
    opacity: 1 !important;
    z-index: 1
}

.home-slideshow:not(.hasvideo) [data-init-slideshow][data-fade="true"] .item.slide-active img {
    cursor: pointer
}

.slideshow:not(.slick-slider) .item + .item {
    display: none
}

.slide-content {
    text-align: center;
    padding: 25px 25px 30px
}

.slide-content:after {
    display: table;
    content: ""
}

.slide-content .slide-sub {
    letter-spacing: .02em;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 600
}

.slide-content .slide-heading {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.11;
    margin-bottom: 16px;
    position: relative;
    letter-spacing: -3.2px;
}
.slide-content .slide-heading b{
    color: #FFFFFF;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -3.2px;
}

.slide-content .slide-heading .line {
    position: relative;
    display: block;
    margin-bottom: 28px;
    line-height: 0
}

.slide-content .slide-heading .line img {
    min-height: unset;
    max-width: 166px;
    object-fit: contain
}

.slide-content .slide-heading em {
    font-family: "Freeland", "Arial", sans-serif;
    color: var(--color_2)
}

.slide-content .slide-text em {
    font-family: "Freeland", "Arial", sans-serif;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.slide-content .slide-text {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    text-align: start;
    font-family: Futura;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 32px */
}

.slide-content .slide-button {
    border-radius: 64px;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 125%;
    padding: 14px 18px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)
}

.slide-content .slide-button:hover {
    background-color: var(--background_2) !important;
    color: var(--color_2) !important;
    border-color: var(--background_2) !important
}

.slide-content.text_left {
    text-align: left
}

.slide-content.text_right {
    text-align: right
}

.slide-content.text_center {
    text-align: center
}

.slide-content.style_2:before {
    content: "";
    position: absolute;
    border: 4px solid;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    z-index: -1
}

.slide-content.style_2 .slide-heading {
    font-family: var(--fonts_name_2);
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none !important;
    margin-bottom: 4px !important
}

.slide-content.style_2 .slide-sub {
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 900
}

.slide-content.style_2 .slide-button {
    border-radius: 0 !important;
    min-width: 300px !important
}

.slide-content.style_2 .slide-text {
    margin-bottom: 33px
}

.slide-content.style_3:before {
    content: "";
    position: absolute;
    border: 1px solid;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    z-index: -1
}

.slide-content.style_3 .slide-heading {
    font-family: var(--fonts_name_2);
    letter-spacing: .05em;
    font-weight: 900;
    text-transform: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
    text-transform: uppercase !important
}

.slide-content.style_3 .slide-sub {
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700
}

.slide-content.style_3 .slide-button {
    border-radius: 0 !important;
    min-width: 160px !important;
    box-shadow: none;
    padding: 9px 25px 7px !important
}

.slide-content.style_3 .slide-button:hover {
    border-color: var(--border_2) !important
}

.slide-content.style_3 .slide-text {
    margin-bottom: 25px
}

.slide-content.style_4 .line {
    display: none
}

.slide-content.style_4 .slide-heading {
    font-family: var(--fonts_name_2);
    text-transform: unset;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: 0
}

.slide-content.style_4 .slide-text {
    margin-bottom: 33px
}

.slide-content.style_4 .slide-button {
    padding: 12px 20px !important;
    box-shadow: none;
    min-width: 166px;
    font-weight: 700;
    font-size: 18px
}

.has-banner .init-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 520px);
    flex: 0 0 calc(100% - 520px);
    max-width: calc(100% - 520px)
}

.block-banner-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
    max-width: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}

.block-banner-slider .banner {
    width: calc(50% - 5px)
}

.custom_width .home-slideshow {
    padding-bottom: 20px
}

.border-bt-hover {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -.3rem;
    height: 2px;
    content: '';
    display: block;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

.banner-item {
    position: relative
}

.banner-item .img-box {
    text-align: center
}

.banner-item .banner-title {
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    position: relative
}

.banner-item .des {
    font-size: var(--font_size);
    line-height: var(--font_size_plus10)
}

.banner-item .content-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 90%;
    text-align: center
}

.banner-item:hover .border-bt-hover {
    width: 100%
}

.widget-title {

    padding-top: 0;
    margin-bottom: 20px
}

.widget-title .box-title {
    font-weight: 700;
    color: var(--page_title_color);
    position: relative
}

.widget-title .box-title .line {
    display: block;
    margin: 0 auto
}

.line {
    display: block;
    margin-bottom: 1rem
}

.line img {
    max-width: 86px
}

.widget-title .box-title .title {
    font-size: 28px;
    position: relative;
    z-index: 1
}

.widget-title .box-title .line + .title {
    display: block;
    margin-top: 11px
}

.widget-title .box-title + p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.widget-title .sub-title {
    max-width: 770px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.widget-title .view_all {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--body_color);
    padding-left: 13px;
    position: relative
}

.widget-title .view_all:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 5px;
    width: 1px;
    height: 14px;
    background-color: #787878
}

.widget-title .box-link {
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em
}

.widget-title.not-before {
    margin-top: 0
}

.widget-title.not-before .box-title .title {
    background-color: rgba(255, 255, 255, 0)
}

.widget-title.not-before .box-title:before {
    display: none
}

.image-swap {
    position: relative
}

.image-swap .images-one, .image-swap .images-two {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.image-swap .images-two {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    cursor: pointer
}

.sizes-list {
    margin: 0 0 15px;
    letter-spacing: -.33em
}

.sizes-list li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 2.5px
}

.sizes-list li:first-of-type {
    margin-left: 0
}

.sizes-list li:last-of-type {
    margin-right: 0
}

.sizes-list li a {
    min-width: 27px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    color: #2d2d2d;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 3px 5px 2px;
    font-weight: 500
}

.sizes-list li a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.sizes-list li.hide-col5 a {
    border: none;
    background-color: transparent
}

.sizes-list li.hide-col5 a:hover {
    color: #2d2d2d;
    background-color: transparent
}

.item-swatch {
    list-style: none;
    padding: 0;
    margin: 0;
    letter-spacing: -.33em;
    line-height: 0
}

.item-swatch li {
    display: inline-block;
    margin: 0 4px;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.item-swatch li:first-of-type {
    margin-left: 0
}

.item-swatch li:last-of-type {
    margin-right: 0
}

.item-swatch li label {
    width: 30px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin: 0;
    background-size: cover;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 1px var(--border_bt_sidebar);
    -moz-box-shadow: 0 0 0 1px var(--border_bt_sidebar);
    box-shadow: 0 0 0 1px var(--border_bt_sidebar);
    overflow: hidden
}

.item-swatch li label.active {
    -webkit-box-shadow: 0 0 0 1.5px #000;
    -moz-box-shadow: 0 0 0 1.5px #000;
    box-shadow: 0 0 0 1.5px #000
}

.item-swatch li label img {
    max-height: 24px;
    max-width: 24px;
    width: 100%;
    object-fit: cover
}

.item-swatch li label img.file_img {
    width: 100%;
    height: 100%
}

.item-swatch li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 31px;
    text-align: center;
    font-size: var(--font_size);
    font-weight: 500;
    color: #2d2d2d
}

.item-swatch li .tooltip {
    text-align: center;
    background: var(--background_1);
    color: var(--color_1);
    bottom: 100%;
    padding: 4px 7px;
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 44px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 12px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    font-size: var(--font_size_minus1);
    font-weight: 500;
    letter-spacing: normal;
    pointer-events: none
}

.item-swatch li .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-top: solid var(--background_1) 7px;
    bottom: -7px;
    content: " ";
    height: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 0
}

.item-swatch li:not(.group-swatch):hover .tooltip {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto
}

.item-swatch li.group-swatch > div:hover .tooltip {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto
}

.item-swatch.show--more {
    position: relative
}

.item-swatch.show--more .group-swatch {
    display: block !important
}

.item-swatch .group-swatch {
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    background: #fff;
    bottom: 100%;
    margin: 0 0 8px;
    letter-spacing: -.31em;
    padding-top: 8px;
    text-align: var(--product_name_text_align)
}

.item-swatch .group-swatch > div {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 4px;
    position: relative;
    vertical-align: top
}

.item-swatch .group-swatch > div:first-child {
    margin-left: 0
}

.product-label {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 2;
    letter-spacing: -.33em;
    text-align: right;
    pointer-events: none
}

.product-label .label {
    line-height: 1em;
    font-size: var(--font_size);
    font-weight: 400;
    text-transform: capitalize;
    padding: 4px 7px 3px;
    border: none;
    margin: 0;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    min-width: 40px;
    min-height: 19px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    letter-spacing: normal;
    text-align: center
}

.product-label .sale-label {
    background-color: var(--bg_sale);
    color: var(--sale_text);
    margin-bottom: 5px
}

.product-label .custom-label {
    background-color: var(--custom_label_bg);
    color: var(--custom_label_text)
}

.product-label .bundle-label {
    background-color: var(--bundle_label_bg);
    color: var(--bundle_label_text)
}

.product-label .new-label {
    background-color: var(--new_label_bg);
    color: var(--new_label_text);
    border: 1px solid var(--new_label_border);
    padding: 3px 7px 2px;
    margin-bottom: 5px
}

.product-label .sold-out-label {
    background-color: var(--bg_sold_out);
    color: var(--sold_out_text);
    margin-bottom: 5px
}

.hover-to-zoom {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    width: max-content;
    min-width: 225px
}

.hover-to-zoom svg {
    margin-right: 8px
}

.quickview-button {
    background-color: var(--bg_quick_view);
    color: var(--color_quick_view);
    font-size: var(--font_size_minus1);
    font-weight: 600;
    line-height: var(--font_size_plus7);
    text-transform: uppercase;
    padding: 1px 20px 0;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.quickview-button:hover {
    color: var(--color_quick_view)
}

.compare-button {
    background-color: var(--bg_quick_view);
    color: var(--color_quick_view)
}

.compare-button:hover {
    color: var(--color_quick_view)
}

.product-vendor {
    margin-bottom: 4px
}

.product-vendor a {
    color: var(--color_vendor);
    font-size: var(--font_size);
    font-weight: 500
}

.product-vendor a:hover {
    color: var(--color_vendor)
}

.product-title, .product-name {
    color: var(--color_title_pr);
    display: block;
    margin-bottom: 4px;
    text-transform: var(--product_text_transform);
    font-size: var(--font_size);
    line-height: var(--font_size_plus10);
    font-weight: 500
}

h1.product-title, h2.product-title {
    -webkit-line-clamp: unset
}

.product-title:hover, .product-name:hover {
    color: var(--color_title_pr_hover)
}

.price-box {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-save{
    color: #EF5D8C;
    font-family: Futura;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    padding: 3px 8px;
    background-color: #FFD9DE;
    border-radius: 4px;
}

.price-box .price-regular {
    color: var(--color_price)
}

.price-box .old-price, .prices .compare-price {
    color: #505E5E99;
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 5px
}

.price-box .special-price {
    color: #EF5D8C;
    font-weight: 700;
    font-size: 16px;
}

.price-box .old-price:empty + .special-price {
    color: var(--color_price)
}

.price-box em {
    font-size: var(--font_size);
    font-weight: 400;
    font-style: normal;
    margin-right: 2px;
    color: var(--color-price-box)
}

.spr-icon.spr-icon-star:before, .spr-icon:before {
    color: var(--color_review)
}

.spr-icon-star-empty:before {
    color: var(--color_review_empty)
}

.spr-badge-starrating {
    margin-right: 0 !important
}

.spr-starrating.spr-summary-starrating {
    margin-right: 10px
}

.spr-icon {
    padding: 0 2px;
    font-size: 105% !important;
    margin: 0
}

.spr-icon:first-of-type {
    padding-left: 0
}

.spr-icon.spr-icon-star, .spr-icon.spr-icon-star-hover {
    content: '\e800' !important
}

.spr-icon.spr-icon-star-empty, .spr-icon.spr-icon-star-half-alt {
    opacity: 1 !important
}

[class^="spr-icon-"]:before, [class*=" spr-icon-"]:before {
    font-size: 100% !important
}

.grid-item.grid-item-border .product-image {
    border: 1px solid var(--border-product-image);
    padding: 10px
}

.product-img-box.grid-item-border {
    border: 1px solid var(--border-product-image);
    padding: 10px
}

.products-grid .wishlist-text {
    display: none
}

.products-grid .grid-item {

    margin-top: 10px
}
.product-grid__line{
    display: block;
    position: relative;
    margin-top: 47px;
    width: 100%;
    height: 3px;

    overflow: hidden;
    background-color: transparent;
    background-image: linear-gradient(to right, #EF5D8C, #EF5D8C);
    background-repeat: no-repeat;
    background-size: 0 100%;
    opacity: 1;
    z-index: 1;
    transition: background-size 0.4s ease-in-out;
}
.product-grid__line:before{
    content: "";
    width: 100%;
    height: 3px;
    background: #E5E5E5;
    position: absolute;
    left: 0;
    top: 1px;
    opacity: 0.5;
}
.style_product_grid_2 .products-grid .grid-item .product-item.sold-out .product-top .product-des {
    display: none
}

.style_product_grid_2 .products-grid .grid-item .product-item.sold-out .product-label {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%)
}

.products-grid .grid-item .not_img {
    height: 270px;
    line-height: 270px;
    font-size: 18px
}

.products-grid .grid-item .no-product .product-top {
    margin-bottom: 10px
}

.products-grid .grid-item .product-details {
    display: none !important
}

.products-grid .grid-item.banner-img img {
    width: 100%;
    object-fit: cover
}

.products-grid .product-image .product-grid-image {
    min-height: 216px
}

.products-grid .product-image img {
    min-height: 216px
}

.products-grid.grid-2, .products-grid.grid-3, .products-grid.grid-4, .products-grid.grid-5 {
    display: block;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding-bottom: 40px
}

.products-grid.grid-2 .grid-item, .products-grid.grid-3 .grid-item, .products-grid.grid-4 .grid-item, .products-grid.grid-5 .grid-item {
    break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.products-grid.grid-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
}

.product-item .product-top {
    position: relative;
    text-align: center
}

.product-item .product-grid-image {
    position: relative;
    display: block
}

.product-item .product-image {
    margin-bottom: 15px
}

.product-item .product-image img {
    object-fit: contain;
    max-height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.product-item .product-image video {
    object-fit: contain;
    max-height: 100%;
    min-height: 216px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.product-item .wishlist {
    margin-bottom: 15px;
    display: inline-block;
    color: var(--color_wishlist)
}

.product-item .wishlist svg {
    width: 26px;
    height: 26px;
    background-color: var(--bg_wishlist);
    color: var(--color_wishlist);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 4px
}

.product-item .wishlist.whislist-added .fa, .product-item .wishlist.whislist-added svg {
    color: var(--color_wishlist);
    background-color: var(--bg_wishlist_active)
}

.style_product_grid_2 .product-item .wishlist.whislist-added svg {
    color: var(--color_price_sale)
}

.product-item .spr-badge {
    margin-bottom: 9px
}

.product-item .spr-badge .spr-badge-starrating + .spr-badge-caption {
    display: none
}

.product-item .action {
    margin-bottom: 12px
}

.product-item .btn, .product-item .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .product-item button.shopify-payment-button__button, .product-item .product-shop .groups-btn .wishlist, .product-item .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .product-item .spr-summary-actions-newreview, .product-item .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .product-item a {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1);
    width: auto
}


.product-item .btn:hover, .product-item:hover .btn, .product-item .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .product-item button.shopify-payment-button__button:hover, .product-item .product-shop .groups-btn .wishlist:hover, .product-item .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .product-item .spr-summary-actions-newreview:hover, .product-item .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .product-item a:hover {
    background-color: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}
.add-to-cart-btn{
    
}
.wrapper-button-card form{
    display: flex;
    justify-content: center;
}
.product-item .product-bottom {
    text-align: left;
}

.template-collection .product-item .wrapper-compare {
    display: flex
}

.product-item .wrapper-compare {
    display: block;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 30px
}

.product-item .wrapper-compare .compare-button {
    opacity: 0;
    visibility: hidden
}

.product-item .wrapper-compare .compare-button .compare-text {
    padding-right: 22px;
    color: var(--page_title_color)
}

.product-item .wrapper-compare .compare-button .compare-text:before {
    position: absolute;
    content: "";
    top: 2.5px;
    right: 0;
    border: 1px solid #202020;
    width: 15px;
    height: 15px;
    background-color: #fff
}

.product-item .wrapper-compare .compare-button .compare-text:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    right: 3px;
    border: 2px solid #232323;
    border-top: none;
    border-right: none;
    background: rgba(255, 255, 255, 0);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    opacity: 0;
    visibility: hidden
}

.product-item .wrapper-compare .compare-button.compare-added .compare-text:after {
    opacity: 1;
    visibility: visible
}

.product-item .product-des {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    visibility: hidden
}

.product-item .product-des.abs-center {
    top: 50%;
    z-index: 3;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-item .product-des.abs-bottom {
    bottom: 0
}

.product-item .wishlist {
    margin-bottom: 0;
    line-height: 1;
    padding: 7px;
    background-color: var(--bg_wishlist);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    visibility: visible
}

.product-item .wrapper-button-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative
}

.product-item .product-title {
    font-family: Futura;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: #505E5E;
}

.infinite-scrolling-homepage, .infinite-scrolling {
    text-align: center
}

.infinite-scrolling-homepage .btn, .infinite-scrolling-homepage .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .infinite-scrolling-homepage button.shopify-payment-button__button, .infinite-scrolling-homepage .product-shop .groups-btn .wishlist, .product-shop .groups-btn .infinite-scrolling-homepage .wishlist, .infinite-scrolling-homepage .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .infinite-scrolling-homepage .spr-summary-actions-newreview, .infinite-scrolling-homepage .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .infinite-scrolling-homepage a, .infinite-scrolling .btn, .infinite-scrolling .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .infinite-scrolling button.shopify-payment-button__button, .infinite-scrolling .product-shop .groups-btn .wishlist, .product-shop .groups-btn .infinite-scrolling .wishlist, .infinite-scrolling .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .infinite-scrolling .spr-summary-actions-newreview, .infinite-scrolling .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .infinite-scrolling a {
    width: 100%;
    max-width: 300px;
    background: var(--background_2);
    color: var(--color_2);
    border-color: #727272
}

.infinite-scrolling-homepage .btn:hover, .infinite-scrolling-homepage .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .infinite-scrolling-homepage button.shopify-payment-button__button:hover, .infinite-scrolling-homepage .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .infinite-scrolling-homepage .wishlist:hover, .infinite-scrolling-homepage .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .infinite-scrolling-homepage .spr-summary-actions-newreview:hover, .infinite-scrolling-homepage .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .infinite-scrolling-homepage a:hover, .infinite-scrolling .btn:hover, .infinite-scrolling .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .infinite-scrolling button.shopify-payment-button__button:hover, .infinite-scrolling .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .infinite-scrolling .wishlist:hover, .infinite-scrolling .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .infinite-scrolling .spr-summary-actions-newreview:hover, .infinite-scrolling .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .infinite-scrolling a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.infinite-scrolling-homepage .btn.disabled, .infinite-scrolling-homepage .product-shop .shopify-payment-button button.disabled.shopify-payment-button__button, .product-shop .shopify-payment-button .infinite-scrolling-homepage button.disabled.shopify-payment-button__button, .infinite-scrolling-homepage .product-shop .groups-btn .disabled.wishlist, .product-shop .groups-btn .infinite-scrolling-homepage .disabled.wishlist, .infinite-scrolling-homepage .tabs__product-page .spr-container .disabled.spr-summary-actions-newreview, .tabs__product-page .spr-container .infinite-scrolling-homepage .disabled.spr-summary-actions-newreview, .infinite-scrolling-homepage .addresses-page .btn-edit-delete a.disabled, .addresses-page .btn-edit-delete .infinite-scrolling-homepage a.disabled, .infinite-scrolling .btn.disabled, .infinite-scrolling .product-shop .shopify-payment-button button.disabled.shopify-payment-button__button, .product-shop .shopify-payment-button .infinite-scrolling button.disabled.shopify-payment-button__button, .infinite-scrolling .product-shop .groups-btn .disabled.wishlist, .product-shop .groups-btn .infinite-scrolling .disabled.wishlist, .infinite-scrolling .tabs__product-page .spr-container .disabled.spr-summary-actions-newreview, .tabs__product-page .spr-container .infinite-scrolling .disabled.spr-summary-actions-newreview, .infinite-scrolling .addresses-page .btn-edit-delete a.disabled, .addresses-page .btn-edit-delete .infinite-scrolling a.disabled {
    color: var(--sold_out_text) !important;
    background: var(--bg_sold_out) !important;
    border-color: var(--bg_sold_out) !important;
    cursor: default;
    pointer-events: none
}

.infinite-scrolling a.disabled {
    display: none
}

.img-box {
    padding: 0;
    text-align: center
}
.text-box{
    padding-left: 32px!important;
}
@media (max-width: 768px){
    .text-box{
        padding-left: 10px!important;
    }
}


.img-box img {
    margin-left: auto;
    margin-right: auto
}

.banner-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.banner-content:after {
    display: table;
    content: ""
}

.banner-content .banner-heading {
    letter-spacing: .05em;
    font-weight: 300;
    margin-bottom: 22px;
    position: relative
}

.banner-content .banner-heading .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 40px
}

.banner-content .banner-des {
    margin-bottom: 40px
}

.banner-content .banner-des.has-coundown {
    margin-bottom: 25px
}

.banner-small-img .banner-content .banner-button {
    min-width: 190px;
    padding: 15px 20px 13px;
    margin-top: 10px
}

.banner-small-img .banner-content .banner-button:hover {
    background-color: var(--background_1) !important;
    color: var(--color_1) !important;
    border-color: var(--border_1) !important
}

.banner-large-img .banner-content .banner-button {
    min-width: 237px;
    padding: 10px 20px 8px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)
}

.banner-large-img .banner-content .banner-button:hover {
    background-color: var(--background_2) !important;
    color: var(--color_2) !important;
    border-color: var(--border_2) !important
}

.banner-large-img.banner-parallax .banner-button:hover {
    background-color: var(--background_1) !important;
    color: var(--color_1) !important;
    border-color: var(--border_1) !important
}

.banner-large-img + .scroll-down {
    bottom: 3.5%
}

.scroll-down {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 50%;
    z-index: 2;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.scroll-down svg {
    width: 30px
}

.featured-products .products-grid:not(.slick-slider) .grid-item, .related-products .products-grid:not(.slick-slider) .grid-item {
    display: none
}

.widget-product .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px
}

.widget-product .slick-dots li button {
    width: 7px;
    height: 7px
}

.widget-product .slick-arrow {
    top: -moz-calc(50% - 86px);
    top: -webkit-calc(50% - 86px);
    top: -ms-calc(50% - 86px);
    top: calc(50% - 86px)
}

.featured-products .container-padd60, .home-blog-posts .container-padd60, .home-spotlight-block .container-padd60 {
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto
}

.featured-products .slick-arrow {
    border: 0
}

.grid-row-layout {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    grid-template-rows:1fr 1fr 1fr 1fr;
    grid-gap: 0 20px;
    grid-auto-flow: dense;
    margin-top: 15px
}

.grid-row-layout .grid-banner {
    grid-column-end: span 1;
    grid-row-end: span 4
}

.grid-row-layout .widget-product {
    grid-column-end: span 3;
    grid-row-end: span 4
}

.grid-row-layout .widget-product .products-grid {
    margin-right: -2px;
    margin-left: -2px
}

.grid-row-layout.has-banner.has-list-collection .widget-product .products-grid .grid-item {
    margin: 0;
    padding-left: 1px;
    padding-right: 1px
}

.grid-row-layout.has-list-collection:not(.has-banner) .widget-product, .grid-row-layout.has-banner:not(.has-list-collection) .widget-product {
    grid-column-end: span 4
}

.grid-row-layout .widget-product .products-grid .grid-item .product-item {
    background: var(--body_bg)
}

.grid-row-layout .widget-product .products-grid, .grid-row-layout .widget-product .products-grid .slick-list, .grid-row-layout .widget-product .products-grid .slick-track, .grid-row-layout .widget-product .products-grid .grid-item, .grid-row-layout .widget-product .products-grid .grid-item .product-item {
    height: 100%
}

.custom_width.style_product_grid_4 .inner-top {
    background: #fff
}

.custom_width.style_product_grid_4 .inner-top .product-bottom {
    padding: 0 20px 20px
}

.custom_width.style_product_grid_4 .product-item .wishlist {
    margin: 0
}

.grid-row-collection.col-md-12:first-child {
    padding-right: 10px
}

.grid-row-collection + .grid-row-collection {
    padding-left: 10px
}

.featured-products .grid-row-collection .products-grid .grid-item {
    margin-bottom: 26px
}

.home-spotlight-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.home-spotlight-block .widget-title.no-des {
    margin-bottom: 45px
}

.home-spotlight-slider .spotlight-item .img-box .rollover {
    display: none
}

.home-spotlight-block .sportlight-item .img-box:hover .pre {
    display: none
}

.home-spotlight-slider .spotlight-item .img-box:hover .rollover {
    display: block
}

.content {
    text-align: center
}

.content .title {
    color: var(--page_title_color);
    font-size: 24px;
    letter-spacing: .01em;
    font-weight: 300;
    margin-bottom: 20px
}

.content .title a {
    color: var(--page_title_color)
}

.content .des {
    line-height: var(--font_size_plus10);
    margin-bottom: 30px
}

.content .btn, .content .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .content button.shopify-payment-button__button, .content .product-shop .groups-btn .wishlist, .product-shop .groups-btn .content .wishlist, .content .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .content .spr-summary-actions-newreview, .content .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .content a {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1);
    padding: 19px 36px;
    min-width: 159px
}

.content .btn:hover, .content .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .content button.shopify-payment-button__button:hover, .content .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .content .wishlist:hover, .content .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .content .spr-summary-actions-newreview:hover, .content .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .content a:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.content.spotlight-inner {
    padding: 30px 13px 35px
}

.home-brands-block .not_img {
    height: 74px;
    line-height: 74px;
    font-size: 18px
}

.home-brands-block .brands-slider:not(.slick-slider) .item {
    display: none
}

.brands-slider .item .brand-title {
    font-size: 1.5em;
    font-weight: 400
}

.brands-slider {
    justify-content: center
}

.home-brands-block .brands-block {
    padding: 40px 0 20px
}

.home-brands-block .brands-block .item {
    cursor: pointer;
    text-align: center
}

.home-brands-block .container-padd60 .brands-block {
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto
}

.home-brands-block .brands-block .item .brand-block .description {
    line-height: 1.5;
    font-size: 14px;
    max-width: 640px;
    margin: 14px auto 0;
    color: #505E5E;
    font-weight: 400;
}

.home-brands-block .brands-block .widget-title {
    position: relative
}

.home-brands-block .brands-block .link_all {
    position: absolute;
    top: 17px;
    right: 0;
    text-decoration: underline;
    color: var(--page_title_color);
    font-weight: 500
}

.social-icons {
    letter-spacing: -.33em;
    margin: 0;
    line-height: 0
}

.social-icons li {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 12px
}

.social-icons li:last-of-type {
    margin-right: 0 !important
}

.social-icons li:first-of-type {
    margin-left: 0 !important
}

.social-icons li:hover a {
    color: #fff !important
}

.social-icons li a svg {
    position: relative;
    width: 20px;
    height: 20px
}

.social-icons a {
    font-size: 12px;
    display: block;
    line-height: 24px;
    position: relative;
    width: 24px;
    height: 24px;
    border: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center
}

.site-footer .foot-title {
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0
}

.site-footer .foot-title.inner {
    margin-bottom: 14px
}

.site-footer .col-footer {
    margin-bottom: 15px
}

.site-footer .col-footer.col-logo {
    margin-bottom: 30px
}

.site-footer .col-footer ul {
    margin: 0
}

.site-footer .col-footer ul.footer-menu > li {
    margin: 0
}

.site-footer .foot-link {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    padding: 3px 0
}

.site-footer .foot-link > span {
    position: relative
}

.site-footer .foot-link > span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    visibility: hidden
}

.site-footer .foot-link:hover > span:before {
    width: 100%;
    visibility: visible
}

.site-footer .fb-like-code {
    margin-left: 0;
    margin-top: -8px
}

.site-footer .fb-like-code span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--font_size);
    margin-bottom: 5px;
    display: block
}

.site-footer .fb-like-code span i {
    font-style: normal
}

.site-footer .groups-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.site-footer .footer-social {
    margin-bottom: 32px
}

.site-footer .footer-newsletter {
    margin-bottom: 25px
}

.site-footer .footer-newsletter .btn, .site-footer .footer-newsletter .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .site-footer .footer-newsletter button.shopify-payment-button__button, .site-footer .footer-newsletter .product-shop .groups-btn .wishlist, .product-shop .groups-btn .site-footer .footer-newsletter .wishlist, .site-footer .footer-newsletter .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .site-footer .footer-newsletter .spr-summary-actions-newreview, .site-footer .footer-newsletter .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .site-footer .footer-newsletter a {
    min-width: 124px
}

.site-footer .footer-newsletter .input-group-field {
    border: 1px solid;
    padding: 7px 15px 5px;
    margin-right: 5px;
    min-width: 293px
}

.site-footer .typography {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px
}

.site-footer .typography > a {
    padding: 0 10px
}

.site-footer .location_info {
    padding: 4px 0
}

.site-footer .location_info p {
    margin-bottom: 15px
}

.site-footer .logo-ft {
    display: block;
    margin-top: 2px;
    margin-bottom: 8px
}

.site-footer .logo-ft img {
    max-height: 28px
}

.footer-bottom address {
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0
}

.footer-default .footer-top {
    padding: 45px 0 35px
}

.footer-default .footer-bottom {
    padding: 9px 0
}

.site-footer .footer-logo, .site-footer .footer-content, .site-footer .footer-custom-logos {
    text-align: center
}

.site-footer .footer-content {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 40px
}

.site-footer .foot-title.inner {
    margin-top: 30px
}

.site-footer .footer-custom-logos {
    margin-top: 40px;
    display: flex;
    flex-flow: row wrap
}

.site-footer .footer-custom-logos img {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    flex-basis: calc(25% - 10px);
    width: calc(25% - 10px);
}

.site-footer .footer-custom-logos img:last-child {
    margin-right: 0
}

#dropdown-cart {
    display: none;
    background-color: var(--body_bg);
    padding: 16px 30px 10px
}

#dropdown-cart .cart-title {
    margin-bottom: 5px
}

#dropdown-cart .btn, #dropdown-cart .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button #dropdown-cart button.shopify-payment-button__button, #dropdown-cart .product-shop .groups-btn .wishlist, .product-shop .groups-btn #dropdown-cart .wishlist, #dropdown-cart .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container #dropdown-cart .spr-summary-actions-newreview, #dropdown-cart .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete #dropdown-cart a {
    width: 100%;
    margin-bottom: 10px
}

#dropdown-cart .btn.btn-view-cart, #dropdown-cart .product-shop .shopify-payment-button button.btn-view-cart.shopify-payment-button__button, .product-shop .shopify-payment-button #dropdown-cart button.btn-view-cart.shopify-payment-button__button, #dropdown-cart .product-shop .groups-btn .btn-view-cart.wishlist, .product-shop .groups-btn #dropdown-cart .btn-view-cart.wishlist, #dropdown-cart .tabs__product-page .spr-container .btn-view-cart.spr-summary-actions-newreview, .tabs__product-page .spr-container #dropdown-cart .btn-view-cart.spr-summary-actions-newreview, #dropdown-cart .addresses-page .btn-edit-delete a.btn-view-cart, .addresses-page .btn-edit-delete #dropdown-cart a.btn-view-cart, #dropdown-cart .btn.btn-continue, #dropdown-cart .product-shop .shopify-payment-button button.btn-continue.shopify-payment-button__button, .product-shop .shopify-payment-button #dropdown-cart button.btn-continue.shopify-payment-button__button, #dropdown-cart .product-shop .groups-btn .btn-continue.wishlist, .product-shop .groups-btn #dropdown-cart .btn-continue.wishlist, #dropdown-cart .tabs__product-page .spr-container .btn-continue.spr-summary-actions-newreview, .tabs__product-page .spr-container #dropdown-cart .btn-continue.spr-summary-actions-newreview, #dropdown-cart .addresses-page .btn-edit-delete a.btn-continue, .addresses-page .btn-edit-delete #dropdown-cart a.btn-continue {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--color_ipt)
}

#dropdown-cart .btn.btn-checkout, #dropdown-cart .product-shop .shopify-payment-button button.btn-checkout.shopify-payment-button__button, .product-shop .shopify-payment-button #dropdown-cart button.btn-checkout.shopify-payment-button__button, #dropdown-cart .product-shop .groups-btn .btn-checkout.wishlist, .product-shop .groups-btn #dropdown-cart .btn-checkout.wishlist, #dropdown-cart .tabs__product-page .spr-container .btn-checkout.spr-summary-actions-newreview, .tabs__product-page .spr-container #dropdown-cart .btn-checkout.spr-summary-actions-newreview, #dropdown-cart .addresses-page .btn-edit-delete a.btn-checkout, .addresses-page .btn-edit-delete #dropdown-cart a.btn-checkout {
    background: var(--background_3);
    color: var(--color_3);
    border-color: var(--border_3)
}

#dropdown-cart .btn:hover, #dropdown-cart .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button #dropdown-cart button.shopify-payment-button__button:hover, #dropdown-cart .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn #dropdown-cart .wishlist:hover, #dropdown-cart .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container #dropdown-cart .spr-summary-actions-newreview:hover, #dropdown-cart .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete #dropdown-cart a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

#dropdown-cart .total {
    font-weight: 500;
    color: var(--color_price);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 18px 0 15px;
    border-top: 1px solid var(--border_color_1)
}

#dropdown-cart .total .label {
    font-size: var(--font_size)
}

#dropdown-cart .total .price {
    font-size: var(--font_size_plus4);
    letter-spacing: normal
}

#dropdown-cart .d-flex .label {
    margin-right: 40px;
    color: var(--page_title_color)
}

#dropdown-cart .d-flex .text {
    color: gray;
    font-style: italic;
    padding-right: 2px
}

#dropdown-cart .cart_empty {
    margin-bottom: 15px;
    text-align: center
}

#dropdown-cart .product-details {
    width: -moz-calc(100% - 155px);
    width: -webkit-calc(100% - 155px);
    width: -ms-calc(100% - 155px);
    width: calc(100% - 155px);
    padding-right: 0;
    position: relative;
    margin-top: -2px
}

#dropdown-cart .product-details .product-name {
    line-height: var(--font_size_plus8);
    margin-bottom: 3px
}

#dropdown-cart .product-details .option {
    color: var(--color_compare_price);
    font-style: italic;
    margin-bottom: 3px;
    display: flex;
    align-items: flex-start
}

#dropdown-cart .product-details .option .product-details__edit {
    position: relative;
    top: 2px
}

#dropdown-cart .product-details .option small {
    margin-right: 10px;
    color: var(--body_color)
}

#dropdown-cart .product-details .option small:empty + .product-details__edit {
    display: none
}

#dropdown-cart .product-details .option a {
    line-height: 1
}

#dropdown-cart .product-details .option a svg {
    width: 15px;
    height: 15px;
    stroke: none;
    color: gray
}

#dropdown-cart .product-details .option a:hover svg {
    color: var(--page_title_color)
}

#dropdown-cart .product-details .btn-remove {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 1px;
    right: 6px
}

#dropdown-cart .product-details .btn-remove svg {
    color: #5a5a5a;
    width: 17px;
    height: 17px
}

#dropdown-cart .btn-remove {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

#dropdown-cart .btn-remove svg {
    color: gray;
    fill: gray
}

#dropdown-cart .btn-remove:hover {
    background-color: #f4f4f4
}

#dropdown-cart .btn-remove:hover svg {
    color: var(--page_title_color);
    fill: var(--page_title_color)
}

#dropdown-cart .cart-collateral {
    color: #727272
}

#dropdown-cart .cart-collateral .price {
    color: var(--color_price);
    font-weight: 500;
    letter-spacing: normal
}

#dropdown-cart .quantity .item-quantity {
    max-width: 95px;
    border: 1px solid var(--border_input);
    text-align: center;
    padding: 8px 12px 6px
}

#dropdown-cart .quantity .item-quantity::-webkit-outer-spin-button, #dropdown-cart .quantity .item-quantity::-webkit-inner-spin-button {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    margin: 0;
    opacity: 1
}

#dropdown-cart .has-items {
    max-width: 100%;
    overflow: hidden
}

#dropdown-cart .actions {
    display: flex
}

#dropdown-cart .actions .btn-checkout {
    width: 50%;
    margin-right: 10px
}

#dropdown-cart .actions .btn-view-cart {
    width: 50%
}

#dropdown-cart .mini-products-list {
    text-align: left;
    max-height: 350px;
    overflow-y: auto;
    margin: 35px -9px 30px 0
}

#dropdown-cart .mini-products-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px
}

#dropdown-cart .mini-products-list .item:last-of-type {
    margin-bottom: 0
}

#dropdown-cart .mini-products-list .item + .item {
    padding-top: 22px;
    border-top: 1px solid var(--border_color_1)
}

#dropdown-cart .mini-products-list .item .cart-collateral {
    margin-bottom: 7px
}

#dropdown-cart .mini-products-list .product-image {
    width: 115px;
    padding-right: 15px
}

#dropdown-cart .mini-products-list .product-image img {
    max-width: 100px
}

#dropdown-cart .mini-products-list::-webkit-scrollbar-track {
    background-color: #fafafa
}

#dropdown-cart .mini-products-list::-webkit-scrollbar {
    width: 0;
    background-color: #fafafa
}

#dropdown-cart .mini-products-list::-webkit-scrollbar-thumb {
    background-color: #e6e6e6
}

.cart-title, .customer-title {
    margin-bottom: 22px;
    margin-top: 7px
}

.cart-title .close, .customer-title .close {
    font-size: var(--font_size);
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: 400;
    color: var(--body_color);
    margin-bottom: 30px
}

.cart-title .close span, .customer-title .close span {
    margin-left: 5px;
    padding-top: 1px
}

.cart-title .close svg, .customer-title .close svg {
    color: #5a5a5a
}

.cart-title h5, .customer-title h5 {
    color: var(--page_title_color);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid var(--border_color_1);
    padding-bottom: 17px;
    margin-bottom: 0
}

@keyframes box-shadow {
    0%, 100% {
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0
    }
    50% {
        -webkit-box-shadow: 0 0 0 4px;
        -moz-box-shadow: 0 0 0 4px;
        box-shadow: 0 0 0 4px
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadeInDown {
    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 fadeInDown {
    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)
    }
}

.images-contain {
    position: relative
}

.select-icon {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 2
}

.select-icon .glyphicon {
    width: 24px;
    height: 24px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.select-icon .glyphicon:before, .select-icon .glyphicon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.select-icon .glyphicon:before {
    width: 10px;
    height: 2px
}

.select-icon .glyphicon:after {
    width: 2px;
    height: 10px
}

.select-icon:before {
    -webkit-animation: box-shadowl 1.5s linear infinite;
    animation: box-shadow 1.5s linear infinite;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0
}

.loading-modal {
    display: none;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px
}

.loading-modal div {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 35px;
    height: 35px;
    border: 4px solid var(--page_title_color);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -moz-animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -o-animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--link_color_hover) transparent transparent
}

.loading-modal div:nth-child(1) {
    -moz-animation-delay: -.45s;
    -webkit-animation-delay: -.45s;
    -o-animation-delay: -.45s;
    animation-delay: -.45s
}

.loading-modal div:nth-child(2) {
    -moz-animation-delay: -.3s;
    -webkit-animation-delay: -.3s;
    -o-animation-delay: -.3s;
    animation-delay: -.3s
}

.loading-modal div:nth-child(3) {
    -moz-animation-delay: -.15s;
    -webkit-animation-delay: -.15s;
    -o-animation-delay: -.15s;
    animation-delay: -.15s
}

.close-modal {
    background: #000;
    color: #fff;
    border-color: var(--border_1);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 2;
    padding-top: 1px
}

.close-modal:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer
}

.product-properties .right-content .tab-content h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px
}

.product-properties .right-content .tab-content b {
    margin-bottom: .5em
}

.product-properties .right-content .tab-content.meta-content-ingredients {
    padding-top: 1em
}

.product-properties .right-content .tab-content.meta-content-ingredients p:not(:last-child) {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.list-blogs .article-title {
    font-size: var(--font_size_plus4);
    line-height: var(--font_size_plus14);
    font-weight: 300;
    letter-spacing: normal;
    margin-bottom: 6px
}

.list-blogs .article-title a {
    color: var(--color_title_pr)
}

.list-blogs .blog_author {
    display: none;
    background: #FFF;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 0;
    padding: 5px 20px;
    position: absolute;
    top: 10px;
    left: 10px
}
.list-blogs .blog_title a{
    font-family: Futura;
    font-size: 31px!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 100%!important; /* 31px */
    text-transform: uppercase!important;
    color: #EF5D8C!important;
}
.list-blogs .blog_title {
    margin-bottom: 0;
    padding: 16px 0;

    color: #EF5D8C;

    font-family: Futura;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 31px */
    text-transform: uppercase;
}
.article-readmore{
    display: none;
}
@media(max-width: 768px){
    .list-blogs .blog_title,.article-readmore{
        display: block;
    }
}

.list-blogs .article-des {
    color: #505E5E;

    font-family: Futura;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.list-blogs .article-readmore {
    margin-top: 1em
}

.list-blogs .article-readmore a {
    color: var(--link_color_hover);
    text-transform: lowercase
}

.list-blogs .article-inner {
    text-align: left;
    padding: 25px 0
}

.custom-block-banner .sub-banner-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.custom-block-banner .clock-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.custom-block-banner .clock-item span {
    display: block
}

.custom-block-banner .clock-item span:not(.num) {
    font-size: var(--font_size)
}

.custom-block-banner .clock-item span.num {
    letter-spacing: normal
}

.custom-block-banner .clock-item:first-of-type {
    margin-left: 0
}

.custom-block-banner .clock-item:last-of-type {
    margin-right: 0
}

.halo-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgba(35, 35, 35, 0.8)
}

.halo-modal .modal-overlay {
    position: relative;
    margin: .5rem auto;
    pointer-events: none;
    max-width: 847px;
    top: 50vh;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.halo-modal .halo-modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--body_bg);
    background-clip: padding-box;
    outline: 0
}

.halo-modal .halo-modal-content .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 2
}

.halo-modal .halo-modal-content .close:hover {
    background: var(--background_3);
    color: var(--color_3);
    border-color: var(--border_3)
}

.halo-modal .halo-modal-content .halo-modal-body {
    max-height: 81vh;
    overflow: auto
}

.halo-modal .halo-modal-content .halo-modal-body::-webkit-scrollbar-track {
    background-color: #e6e6e6
}

.halo-modal .halo-modal-content .halo-modal-body::-webkit-scrollbar {
    width: 5px;
    background-color: #e6e6e6
}

.halo-modal .halo-modal-content .halo-modal-body::-webkit-scrollbar-thumb {
    background-color: #969696
}

.animate-hvr {
    position: relative;
    overflow: hidden;
    display: block
}

.animate-hvr:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.page-header {
    text-align: var(--page_title_text_align)
}

.page-header h2, .page-header h1 {
    font-size: var(--page_title_font_size);
    color: var(--page_title_color);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 39px
}

.breadcrumb {
    margin: 0;
    font-size: var(--font_size);
    line-height: var(--font_size_plus12);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
    padding: 17px 0 15px
}

.breadcrumb * {
    text-transform: var(--breadcrumb_text_transform);
    color: var(--breadcrumb_color)
}

.breadcrumb :hover {
    color: var(--breadcrumb_color)
}

.breadcrumb .arrow {
    font-size: var(--font_size_plus2);
    padding: 0 6px 0 8px
}

.list-categories .grid-item {
    padding-bottom: 30px
}

.list-categories .grid-item .img-box {
    position: relative
}

.list-categories .grid-item .img-box:hover .view-abs {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-transform: translate(-50%, -50%) rotateX(0deg);
    -o-transform: translate(-50%, -50%) rotateX(0deg);
    -ms-transform: translate(-50%, -50%) rotateX(0deg);
    -webkit-transform: translate(-50%, -50%) rotateX(0deg);
    transform: translate(-50%, -50%) rotateX(0deg)
}

.list-categories .view-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) rotateX(90deg);
    -o-transform: translate(-50%, -50%) rotateX(90deg);
    -ms-transform: translate(-50%, -50%) rotateX(90deg);
    -webkit-transform: translate(-50%, -50%) rotateX(90deg);
    transform: translate(-50%, -50%) rotateX(90deg);
    -webkit-transition: transform .3s linear .1s;
    -moz-transition: transform .3s linear .1s;
    -ms-transition: transform .3s linear .1s;
    -o-transition: transform .3s linear .1s;
    transition: transform .3s linear .1s;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    z-index: 2
}

.list-categories .view-abs .view {
    width: 40px;
    height: 40px;
    border: 1px solid var(--page_title_color);
    position: relative;
    display: block;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.list-categories .view-abs .view:before, .list-categories .view-abs .view:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--page_title_color);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.list-categories .view-abs .view:before {
    width: 2px;
    height: 20px
}

.list-categories .view-abs .view:after {
    width: 20px;
    height: 2px
}

.list-categories .view-abs .view:hover {
    background-color: var(--background_1);
    border-color: var(--background_1)
}

.list-categories .view-abs .view:hover:before, .list-categories .view-abs .view:hover:after {
    background-color: var(--color_1)
}

.collections-wrapper {
    text-align: center;
    padding: 30px 0 40px
}

.collections-wrapper .collections-btn {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--body_color);
    padding: 10px 15px 8px;
    max-width: 169px;
    width: 100%
}

.collections-wrapper .collections-btn:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.collections-wrapper .collection-title {
    margin-bottom: 8px;
    line-height: 1.15em
}

.collections-wrapper .collection-title a {
    color: var(--page_title_color);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    display: inline-block
}

.collection-item .count-products {
    display: block;
    color: var(--breadcrumb_color);
    text-transform: uppercase;
    margin-bottom: 16px
}

.collection-item .count-products, .collection-item .des {
    line-height: var(--font_size_plus10)
}

.collection-item .des {
    margin-bottom: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 385px;
    margin-left: auto;
    margin-right: auto
}

.collection-item .content-box {
    padding-bottom: 5px
}

.collection-item .content-box .des {
    margin-top: 13px
}

.collection-item .collection-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: var(--font_size_plus8);
    margin-top: 34px
}

.collection-item .clock-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 64px;
    height: 64px;
    border: 1px solid;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 7.5px;
    padding-top: 1px
}

.collection-item .clock-item span {
    display: block
}

.collection-item .clock-item span:not(.num) {
    font-size: var(--font_size)
}

.collection-item .clock-item span.num {
    letter-spacing: normal;
    font-weight: 600
}

.collection-item .clock-item:first-of-type {
    margin-left: 0
}

.collection-item .clock-item:last-of-type {
    margin-right: 0
}

.container-padd60 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.sidebar-label {
    font-size: var(--font_size);
    text-transform: uppercase;
    font-weight: 500;
    line-height: var(--font_size_plus10);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 33px;
    cursor: pointer
}

.sidebar-label .icon-filter {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #646464;
    margin-right: 14px;
    position: relative;
    top: -1px
}

.sidebar-label .icon-filter svg {
    height: 22px;
    width: 22px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidebar {
    margin-top: -6px
}

.sidebar .widget {
    border-top: 1px solid #EDEDED
}

.sidebar-heading {
    font-size: 18px;
    font-weight: 300;
    color: var(--body_color);
    margin-top: 15px;
    margin-bottom: 18px
}

.sidebar .widget-title {
    padding-top: 0;
    text-align: left;
    margin-bottom: 0
}

.sidebar .sidebar-title {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 300;
    color: var(--page_title_color);
    margin: 0;
    padding-top: 9px;
    padding-bottom: 9px
}

.sidebar .close-sidebar {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: var(--breadcrumb_color);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 20px
}

.sidebar .close-sidebar svg {
    width: 20px;
    height: 20px
}

.sidebar-links {
    margin-bottom: 36px
}

.sidebar-links .widget-content ul {
    margin: 0
}

.sidebar-links .widget-content li {
    margin: 0;
    position: relative;
    padding-right: 22px;
    cursor: pointer
}

.sidebar-links .widget-content li a {
    font-size: var(--font_size_plus1);
    display: inline-block;
    font-weight: 500;
    color: var(--body_color);
    padding: 7px 0 6px;
    line-height: var(--font_size_plus10);
    position: relative;
    -webkit-transition: padding-left .3s linear;
    -moz-transition: padding-left .3s linear;
    -ms-transition: padding-left .3s linear;
    -o-transition: padding-left .3s linear;
    transition: padding-left .3s linear
}

.sidebar-links .widget-content .dropdown-cat {
    margin-bottom: 0
}

.sidebar-links .widget-content .dropdown-cat li a {
    font-size: var(--font_size)
}

.sidebar-links .widget-content .dropdown-cat .dropdown-cat li a {
    font-weight: 400;
    color: var(--link_color);
    padding-top: 6px;
    padding-bottom: 4px;
    line-height: 20px
}

.sidebar-links .icon-dropdown {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 2px;
    right: -10px;
    line-height: 32px;
    cursor: pointer
}

.sidebar-links .dropdown-cat {
    display: none
}

.sidebar-links .sidebar-link-lv1.open > .dropdown-cat {
    display: block
}

.sidebar-widget-product .products-grid {
    position: static
}

.sidebar-widget-product .products-grid:not(.slick-slider) .grid-item + .grid-item {
    display: none
}

.sidebar-widget-product .products-grid .grid-item {
    margin-top: 0
}

.sidebar-widget-product .products-grid .grid-item .product-image img {
    max-height: 160px;
    min-height: initial
}

.sidebar .sidebar-widget-product .products-grid .grid-item .product-image img {
    max-height: initial
}

.sidebar-widget-product .products-grid .grid-item .product-image .product-grid-image {
    min-height: initial
}

.sidebar-widget-product .products-grid .grid-item .spr-badge, .sidebar-widget-product .products-grid .grid-item .price-box {
    margin-bottom: 10px
}

.sidebar-widget-product .products-grid .grid-item .action {
    max-width: 210px;
    margin: 0 auto
}

.sidebar-widget-product .products-grid .compare-button {
    display: none
}

.sidebar-widget-product .widget-title {
    margin-bottom: 30px
}

.sidebar-widget-product .widget-product {
    position: relative
}

.sidebar-widget-product .widget-product .products-grid .slick-arrow {
    top: 19%
}

.sidebar-widget-product .widget-product .products-grid .slick-arrow.slick-next {
    right: 0
}

.sidebar-widget-product .widget-product .products-grid .slick-arrow.slick-prev {
    left: 0
}

.sidebar-banner {
    text-align: center;
    margin-bottom: 30px
}

.sidebar-banner + .sidebar-cms-custom, .sidebar-banner.sidebar-widget-product, .sidebar-banner.sidebar-links {
    padding-top: 14px
}

.sidebar-banner .not_img {
    height: 165px;
    line-height: 165px;
    font-size: 16px
}

.sidebar-cms-custom {
    font-size: var(--font_size);
    line-height: var(--font_size_plus12);
    color: var(--page_title_color);
    margin-bottom: 44px
}

.sidebar-cms-custom p:not(:last-child) {
    margin-bottom: 24px
}

.sidebar-cms-custom .widget-title {
    margin-bottom: 18px
}

.sidebar-filter {
    padding-bottom: 5px
}

.sidebar-filter .sidebar-tags .widget-title, .sidebar-filter .refined-widgets .widget-title {
    margin-bottom: 20px;
    cursor: pointer
}

.sidebar-filter .sidebar-tags .list-tags {
    margin-bottom: 0
}

.sidebar-filter .sidebar-tags .list-tags li {
    margin: 0
}

.sidebar-filter .sidebar-tags label {
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--body_color)
}

.sidebar-filter .sidebar-tags:not(.filter-color) .widget-content {
    max-height: 198px;
    overflow-y: auto;
    margin-bottom: 41px
}

.sidebar-filter .sidebar-tags:not(.filter-color) .widget-content::-webkit-scrollbar-track {
    background-color: #f4f4f4
}

.sidebar-filter .sidebar-tags:not(.filter-color) .widget-content::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4
}

.sidebar-filter .sidebar-tags:not(.filter-color) .widget-content::-webkit-scrollbar-thumb {
    background-color: var(--color_slick_arrow)
}

.sidebar-filter .sidebar-tags:not(.filter-color) .list-tags {
    margin-top: -2px
}

.sidebar-filter .sidebar-tags:not(.filter-color) .list-tags li:last-of-type label {
    margin-bottom: 0
}

.sidebar-filter .sidebar-title {
    position: relative;
    padding-right: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.sidebar-filter .sidebar-title:before {
    font-family: FontAwesome;
    content: "\f106";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 12px;
    font-weight: 300;
    font-size: 24px;
    color: var(--body_color);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear
}

.sidebar-filter .sidebar-title .clear-all, .sidebar-filter .sidebar-title .clear {
    font-size: var(--font_size);
    color: var(--breadcrumb_color);
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize
}

.sidebar-filter .sidebar-title .clear-all:before, .sidebar-filter .sidebar-title .clear:before {
    background-color: var(--breadcrumb_color);
    bottom: 1px
}

.sidebar-filter .widget-title.open .sidebar-title:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 12px;
    right: 2px
}

.sidebar-filter .filter-color .widget-content {
    margin-bottom: 35px
}

.sidebar-filter .filter-color .list-tags {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar-filter .filter-color .list-tags li {
    margin: 0 0 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: var(--body_bg)
}

.sidebar-filter .filter-color .list-tags a {
    display: inline-block;
    width: 34px;
    height: 34px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--border_color_2);
    padding: 3px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%
}

.sidebar-filter .filter-color .list-tags a img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    object-fit: cover
}

.sidebar-filter .filter-color .list-tags a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 4px solid var(--color_slick_arrow);
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.sidebar-filter .filter-color .list-tags a:hover:after, .sidebar-filter .filter-color .list-tags a.active:after {
    visibility: visible;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
}

.sidebar-filter .filter-size .list-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar-filter .filter-size .list-tags li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.sidebar-filter .refined-widgets {
    margin-bottom: 40px
}

.sidebar-filter .refined-widgets .refined {
    margin: 0 -2.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar-filter .refined-widgets .refined li {
    margin-bottom: 5px;
    padding-left: 2.5px;
    padding-right: 2.5px
}

.sidebar-filter .refined-widgets .refined a {
    color: var(--breadcrumb_color);
    background-color: #fafafa;
    padding: 6px 10px 4px;
    display: inline-block;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    text-transform: capitalize
}

.sidebar-filter .refined-widgets .refined a span {
    padding-left: 4px
}

.sidebar-filter .refined-widgets .refined a:hover {
    background-color: var(--color_slick_arrow);
    color: #f4f4f4
}

.collection-header .collection-image {
    padding: 0
}

.collection-header .collection-image .not_img {
    height: 320px;
    line-height: 320px
}

.collection-header .collection-wrapper {
    padding: 40px 15px
}

.collection-header .collection-des {
    line-height: var(--font_size_plus10);
    font-weight: 600
}

.collection-header .page-header h1, .collection-header .page-header h2 {
    font-weight: 600
}

.collection-header .collection-image h1 {
    margin: 10px auto
}

.collection-header.collection-header-sections .collection-image {
    min-height: 160px
}

.collection-header.collection-header-sections .collection-image .not_img {
    height: 240px;
    line-height: 240px
}

.collection-header.collection-header-sections .collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.toolbar {
    border-bottom: 1px solid #EDEDED;
    padding: 9px 9px 9px 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.toolbar .column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.toolbar.padding {
    padding: 9px 9px 9px 20px
}

.toolbar .toolbar-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.toolbar .toolbar-col label {
    font-weight: 500;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    color: var(--body_color);
    position: relative;
    top: 1px
}

.toolbar .toolbar-col .label-tab {
    border: 1px solid var(--border_dropdown);
    background-color: var(--body_bg);
    padding: 8px 14px 6px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer
}

.toolbar .toolbar-col .icon-dropdown {
    color: var(--color_icon_drop);
    font-size: 16px;
    padding-left: 8px
}

.toolbar .toolbar-col .dropdown-menu {
    padding: 5px 0;
    margin: 2px 0;
    right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: var(--font_size);
    color: var(--body_color);
    min-width: 100%
}

.toolbar .toolbar-col .dropdown-menu li * {
    display: block;
    padding: 4px 14px 3px 15px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.toolbar .toolbar-col .dropdown-menu li.active *, .toolbar .toolbar-col .dropdown-menu li:hover * {
    background-color: #f4f4f4;
    color: #66787f
}

.toolbar .filters-toolbar__limited-view {
    padding-right: 15px
}

.toolbar .filters-toolbar__limited-view .limited-view {
    min-width: 89px;
    position: relative
}

.toolbar .filters-toolbar__sortby {
    padding-left: 15px
}

.toolbar .filters-toolbar__sortby .filter-sortby {
    min-width: 149px;
    position: relative
}

.toolbar .view-mode {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.toolbar .view-mode .icon-mode {
    min-width: 19px;
    height: 26px;
    display: block;
    border: 1px solid #dcdcdc;
    margin-left: 5px;
    position: relative;
    cursor: pointer
}

.toolbar .view-mode .icon-mode:first-of-type {
    margin-left: 0
}

.toolbar .view-mode .icon-mode:before {
    background: #dcdcdc;
    content: "";
    top: 3px;
    position: absolute;
    left: 3px
}

.toolbar .view-mode .icon-mode.icon-mode-list, .toolbar .view-mode .icon-mode.grid-3 {
    width: 26px
}

.toolbar .view-mode .icon-mode.icon-mode-list:before {
    width: 18px;
    height: 4px;
    box-shadow: 0 7px 0 #dcdcdc, 0 14px 0 #dcdcdc
}

.toolbar .view-mode .icon-mode.icon-mode-grid:before {
    width: 4px;
    height: 18px
}

.toolbar .view-mode .icon-mode.grid-2 {
    width: 19px
}

.toolbar .view-mode .icon-mode.grid-2:before {
    box-shadow: 7px 0 0 #dcdcdc
}

.toolbar .view-mode .icon-mode.grid-3:before {
    box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc
}

.toolbar .view-mode .icon-mode.grid-4 {
    width: 33px
}

.toolbar .view-mode .icon-mode.grid-4:before {
    box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc
}

.toolbar .view-mode .icon-mode.grid-5 {
    width: 40px
}

.toolbar .view-mode .icon-mode.grid-5:before {
    box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc, 28px 0 0 #dcdcdc
}

.toolbar .view-mode .icon-mode.active {
    border-color: var(--color_slick_arrow)
}

.toolbar .view-mode .icon-mode.active:before {
    background-color: var(--color_slick_arrow)
}

.toolbar .view-mode .icon-mode.active.icon-mode-list:before {
    box-shadow: 0 7px 0 var(--color_slick_arrow), 0 14px 0 var(--color_slick_arrow)
}

.toolbar .view-mode .icon-mode.active.grid-2:before {
    box-shadow: 7px 0 0 var(--color_slick_arrow)
}

.toolbar .view-mode .icon-mode.active.grid-3:before {
    box-shadow: 7px 0 0 var(--color_slick_arrow), 14px 0 0 var(--color_slick_arrow)
}

.toolbar .view-mode .icon-mode.active.grid-4:before {
    box-shadow: 7px 0 0 var(--color_slick_arrow), 14px 0 0 var(--color_slick_arrow), 21px 0 0 var(--color_slick_arrow)
}

.toolbar .view-mode .icon-mode.active.grid-5:before {
    box-shadow: 7px 0 0 var(--color_slick_arrow), 14px 0 0 var(--color_slick_arrow), 21px 0 0 var(--color_slick_arrow), 28px 0 0 var(--color_slick_arrow)
}

.toolbar .sidebar-label .icon-filter svg {
    height: 27px;
    padding-left: 2px;
    width: 24px
}

.halo-collection-content .infinite-scrolling {
    margin-bottom: 50px
}

.related-products {
    margin-top: 50px;
    margin-bottom: 10px
}

.related-products .inner-top .product-details {
    display: none
}

.short-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px
}

.products-list {
    margin-bottom: 76px
}

.products-list .grid-item {
    margin-top: 10px
}

.products-list .grid-item + .grid-item {
    border-top: 1px solid var(--border_bt_sidebar);
    padding-top: 50px;
    margin-top: 47px
}

.products-list .grid-item .product-bottom, .products-list .grid-item .product-des.abs-center {
    display: none !important
}

.products-list .grid-item.banner-img {
    display: none !important
}

.products-list .product-item .inner-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.products-list .product-item .short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.products-list .product-item .product-image {
    margin: 0
}

.products-list .product-item .product-top {
    width: 210px;
    margin-right: 30px
}

.products-list .product-item .product-details {
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: -ms-calc(100% - 240px);
    width: calc(100% - 240px);
    margin-top: -5px
}

.products-list .product-item .product-details .item-swatch .group-swatch {
    text-align: left !important
}

.products-list .product-item .product-title {
    margin-bottom: 9px
}

.products-list .product-item .price-box {
    margin-bottom: 16px
}

.products-list .product-item .item-swatch {
    margin-bottom: 25px
}

.products-list .product-item .action {
    margin: 0 0 22px;
    max-width: 210px
}

.layout_default .products-list .product-item .wrapper-button-card {
    display: flex;
    width: 100%
}

.layout_default .products-list .product-item .wrapper-button-card .action {
    margin-bottom: 0;
    min-width: 210px
}

.layout_default .products-list .product-item .wrapper-button-card .wishlist {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 36px;
    height: 36px;
    margin-left: 15px
}

.layout_default .products-list .product-item .wrapper-button-card .wishlist svg {
    width: 36px;
    height: 36px;
    padding: 10px 8px 9px
}

.layout_default .products-list .product-item .compare-button {
    margin-top: 20px
}

.layout_default .products-list .product-item .compare-button .compare-text {
    padding-left: 22px;
    padding-right: 0
}

.layout_default .products-list .product-item .compare-button .compare-text:before {
    right: auto;
    left: 0
}

.layout_default .products-list .product-item .compare-button .compare-text:after {
    right: auto;
    left: 3px
}

.products-list .product-item .wishlist {
    margin: 0;
    font-weight: 500
}

.products-list .product-item .wishlist .fa {
    font-size: 16px;
    width: inherit;
    height: inherit;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.products-list .product-item .wishlist .wishlist-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px
}

.products-list .product-item .wishlist .wishlist-text:before {
    background-color: var(--color_compare_price);
    bottom: 0
}

.products-list .product-item .wishlist {
    display: flex;
    align-items: center
}

.products-list .product-item .wishlist .wishlist-text {
    position: relative;
    top: 1px
}

.products-list .product-item .wishlist svg {
    stroke: none
}

.products-list .product-item .action {
    margin-bottom: 15px
}

.products-list .product-card__variant--popup--content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    width: 100%
}

.products-list .product-card__variant--popup--content .product-card__button2 {
    width: 100%;
    left: 0
}

.translate-filter-pc .toolbar {
    background-color: rgba(255, 255, 255, 0);
    padding: 6px 0
}

.translate-filter-pc .toolbar .filters-toolbar__sortby .filter-sortby {
    min-width: 159px
}

.padding .toolbar-bottom {
    border-top: 1px solid var(--border_bt_sidebar);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: var(--font_size);
    line-height: var(--font_size_plus12);
    padding: 28px 0;
    margin-bottom: 5px
}

.padding .toolbar-bottom * {
    color: var(--body_color)
}

.padding .pagination-page {
    margin: 0
}

.padding .pagination-page li {
    display: inline-block;
    margin: 0 10px
}

.padding .pagination-page li .fa {
    font-size: var(--font_size_plus4);
    font-weight: 600;
    position: relative;
    top: 1px
}

.padding .pagination-page li a, .padding .pagination-page li span {
    padding: 0 2px
}

.padding .pagination-page li.active, .padding .pagination-page li.text, .padding .pagination-page li.disabled {
    font-weight: 500;
    text-transform: uppercase
}

.padding .pagination-page li.active span {
    border-bottom: 1px solid
}

.padding .pagination-page li:first-child {
    margin-left: 0
}

.padding .pagination-page li:first-child .fa {
    padding-right: 5px
}

.padding .pagination-page li:last-child {
    margin-right: 0
}

.padding .pagination-page li:last-child .fa {
    padding-left: 5px
}

.t-header {
    background-color: #fafafa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid var(--border_bt_sidebar)
}

.t-header .col-title {
    font-size: var(--font_size);
    line-height: var(--font_size_plus8);
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0
}

.t-header .column {
    padding: 14px 20px 12px
}

.qty-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 1px solid var(--border_dropdown);
    max-width: 90px;
    background-color: var(--body_bg)
}

.qty-group .button {
    position: relative;
    width: 30px;
    height: var(--font_size_plus22);
    display: inline-block;
    vertical-align: middle
}

.qty-group .button:before, .qty-group .button:after {
    position: absolute;
    content: "";
    background-color: #7b7b7b;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.qty-group .button:before {
    width: 10px;
    height: 2px
}

.qty-group .button:after {
    height: 10px;
    width: 2px
}

.qty-group .button.minus:after {
    background-color: rgba(255, 255, 255, 0)
}

.qty-group input[name="quantity"], .qty-group input[name="group_quantity"], .qty-group input[name="updates[]"] {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    border: none;
    text-align: center;
    color: #646464;
    padding: 11px 5px;
    background-color: rgba(255, 255, 255, 0)
}

.qty-group input[name="quantity"]:disabled, .qty-group input[name="updates[]"]:disabled {
    background-color: rgba(255, 255, 255, 0) !important
}

.feedback-text {
    color: var(--page_title_color);
    margin: 10px 0 0;
    text-transform: capitalize;
    margin-bottom: 8px
}

.ajax-error-modal {
    position: fixed;
    top: 50%;
    bottom: auto;
    right: auto;
    left: 0;
    overflow: hidden;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ajax-error-modal .modal-inner {
    background-color: var(--bg_sale);
    color: var(--sale_text);
    display: inline-block;
    padding: 15px 20px 13px;
    line-height: var(--font_size_plus10)
}

.ajax-success-modal .modal-overlay {
    max-width: 1010px
}

.ajax-success-modal .halo-modal-body {
    padding: 14px 40px 15px;
    -webkit-overflow-scrolling: touch
}

.ajax-success-modal .cart-popup-content .des {
    line-height: var(--font_size_plus13);
    text-align: center;
    border-bottom: 1px solid #efefef
}

.ajax-success-modal .cart-popup-content .cart-des {
    padding-bottom: 10px;
    margin-bottom: 40px
}

.ajax-success-modal .cart-popup-content .wrapper-cart .cart-list .size .product-details__edit svg {
    width: 16px;
    height: 16px;
    stroke: none;
    color: gray;
    position: relative;
    top: 4px;
    margin-left: 6px
}

.ajax-success-modal .alert-warning {
    text-align: center;
    padding: 15px 15px 13px;
    line-height: var(--font_size_plus10);
    margin: 24px 0 15px
}

.ajax-success-modal .cart-empty {
    line-height: var(--font_size_plus12);
    text-align: center
}

.ajax-success-modal .cart-empty a {
    font-weight: 500
}

.ajax-success-modal.ajax-success-normal .modal-overlay {
    max-width: 535px
}

.ajax-success-modal.ajax-success-normal .halo-modal-body {
    padding: 43px 40px 20px
}

.ajax-success-modal.ajax-success-normal .cart-modal-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.ajax-success-modal.ajax-success-normal .ajax-left {
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    max-width: 84px;
    margin-top: -5px
}

.ajax-success-modal.ajax-success-normal .ajax-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 84px);
    flex: 0 0 calc(100% - 84px);
    width: -moz-calc(100% - 84px);
    width: -webkit-calc(100% - 84px);
    width: -ms-calc(100% - 84px);
    width: calc(100% - 84px)
}

.ajax-success-modal.ajax-success-normal .ajax-right .ajax-product-title, .ajax-success-modal.ajax-success-normal .ajax-right .message-added-cart {
    display: inline
}

.ajax-success-modal.ajax-success-normal .ajax-right .ajax-product-title {
    padding-right: 3px
}

.ajax-success-modal.ajax-success-normal .ajax-right .ajax-product-title a {
    color: var(--color_title_pr)
}

.ajax-success-modal.ajax-success-normal .ajax-right .message-added-cart {
    color: var(--breadcrumb_color)
}

.ajax-success-modal.ajax-success-normal .actions {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 21px
}

.ajax-success-modal.ajax-success-normal .actions .btn, .ajax-success-modal.ajax-success-normal .actions .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .ajax-success-modal.ajax-success-normal .actions button.shopify-payment-button__button, .ajax-success-modal.ajax-success-normal .actions .product-shop .groups-btn .wishlist, .product-shop .groups-btn .ajax-success-modal.ajax-success-normal .actions .wishlist, .ajax-success-modal.ajax-success-normal .actions .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .ajax-success-modal.ajax-success-normal .actions .spr-summary-actions-newreview, .ajax-success-modal.ajax-success-normal .actions .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .ajax-success-modal.ajax-success-normal .actions a {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--body_color);
    margin: 0 10px 20px;
    padding-left: 26px;
    padding-right: 26px
}

.ajax-success-modal.ajax-success-normal .actions .btn:hover, .ajax-success-modal.ajax-success-normal .actions .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .ajax-success-modal.ajax-success-normal .actions button.shopify-payment-button__button:hover, .ajax-success-modal.ajax-success-normal .actions .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .ajax-success-modal.ajax-success-normal .actions .wishlist:hover, .ajax-success-modal.ajax-success-normal .actions .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .ajax-success-modal.ajax-success-normal .actions .spr-summary-actions-newreview:hover, .ajax-success-modal.ajax-success-normal .actions .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .ajax-success-modal.ajax-success-normal .actions a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.cart-form .box-title {
    font-size: var(--font_size_plus1);
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--page_title_color);
    background-color: #f5f5f5;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 15px 7px;
    line-height: var(--font_size_plus9)
}

.cart-form .quick-cart .des {
    padding: 14px 0 17px
}

.cart-form .scroll-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.cart-form .scroll-content .left-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 262px;
    flex: 0 0 262px;
    max-width: 262px;
    margin-right: 35px
}

.cart-form .scroll-content .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - (262px + 70px));
    flex: 0 0 calc(100% - (262px + 70px));
    max-width: -moz-calc(100% - (262px + 70px));
    max-width: -webkit-calc(100% - (262px + 70px));
    max-width: -ms-calc(100% - (262px + 70px));
    max-width: calc(100% - (262px + 70px));
    margin-left: 35px;
    width: 100%;
    overflow: hidden
}

.cart-form .total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 18px 0 15px;
    font-weight: 500;
    color: var(--page_title_color)
}

.cart-form .total .label {
    font-size: var(--font_size)
}

.cart-form .total .price {
    font-size: var(--font_size_plus2)
}

.cart-form .btn-actions .btn, .cart-form .btn-actions .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .cart-form .btn-actions button.shopify-payment-button__button, .cart-form .btn-actions .product-shop .groups-btn .wishlist, .product-shop .groups-btn .cart-form .btn-actions .wishlist, .cart-form .btn-actions .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .cart-form .btn-actions .spr-summary-actions-newreview, .cart-form .btn-actions .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .cart-form .btn-actions a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 11px 15px 9px
}

.cart-form .btn-actions .btn:not(.btn-checkout), .cart-form .btn-actions .product-shop .shopify-payment-button button.shopify-payment-button__button:not(.btn-checkout), .product-shop .shopify-payment-button .cart-form .btn-actions button.shopify-payment-button__button:not(.btn-checkout), .cart-form .btn-actions .product-shop .groups-btn .wishlist:not(.btn-checkout), .product-shop .groups-btn .cart-form .btn-actions .wishlist:not(.btn-checkout), .cart-form .btn-actions .tabs__product-page .spr-container .spr-summary-actions-newreview:not(.btn-checkout), .tabs__product-page .spr-container .cart-form .btn-actions .spr-summary-actions-newreview:not(.btn-checkout), .cart-form .btn-actions .addresses-page .btn-edit-delete a:not(.btn-checkout), .addresses-page .btn-edit-delete .cart-form .btn-actions a:not(.btn-checkout) {
    background-color: var(--background_2);
    color: var(--color_2);
    border-color: var(--body_color)
}

.cart-form .btn-actions .btn.btn-checkout, .cart-form .btn-actions .product-shop .shopify-payment-button button.btn-checkout.shopify-payment-button__button, .product-shop .shopify-payment-button .cart-form .btn-actions button.btn-checkout.shopify-payment-button__button, .cart-form .btn-actions .product-shop .groups-btn .btn-checkout.wishlist, .product-shop .groups-btn .cart-form .btn-actions .btn-checkout.wishlist, .cart-form .btn-actions .tabs__product-page .spr-container .btn-checkout.spr-summary-actions-newreview, .tabs__product-page .spr-container .cart-form .btn-actions .btn-checkout.spr-summary-actions-newreview, .cart-form .btn-actions .addresses-page .btn-edit-delete a.btn-checkout, .addresses-page .btn-edit-delete .cart-form .btn-actions a.btn-checkout {
    background: var(--background_3);
    color: var(--color_3);
    border-color: var(--border_3)
}

.cart-form .btn-actions .btn:hover, .cart-form .btn-actions .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .cart-form .btn-actions button.shopify-payment-button__button:hover, .cart-form .btn-actions .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .cart-form .btn-actions .wishlist:hover, .cart-form .btn-actions .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .cart-form .btn-actions .spr-summary-actions-newreview:hover, .cart-form .btn-actions .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .cart-form .btn-actions a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.cart-form .cart-list {
    margin: 0
}

.cart-form .cart-list li {
    margin: 0;
    padding: 5px 0 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.cart-form .cart-list .qty-group {
    border-color: #cdcdcd;
    max-width: 124px
}

.cart-form .cart-list .qty-group .button {
    width: 32px
}

.cart-form .cart-list .qty-group .button.disabled {
    cursor: no-drop;
    pointer-events: none;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50)
}

.cart-form .cart-list .qty-group .minus {
    border-right: 1px solid var(--border_input)
}

.cart-form .cart-list .qty-group .plus {
    border-left: 1px solid var(--border_input)
}

.cart-form .cart-list .qty-group input[name="quantity"] {
    width: 58px
}

.cart-form .cart-list .flex_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-width: 320px;
    padding: 10px 0
}

.cart-form .cart-list .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: -moz-calc(100% - 320px);
    min-width: -webkit-calc(100% - 320px);
    min-width: -ms-calc(100% - 320px);
    min-width: calc(100% - 320px)
}

.cart-form .cart-list .cart-thumb {
    padding: 10px 10px 10px 0;
    min-width: 74px
}

.cart-form .cart-list .cart-thumb img {
    width: 64px
}

.cart-form .cart-list .cart-quantity {
    padding: 12px 10px
}

.cart-form .cart-list .cart-price {
    padding: 13px 10px 11px;
    min-width: 76px
}

.cart-form .cart-list .cart-line-price {
    padding: 13px 10px 11px;
    min-width: 83px;
    text-align: right
}

.cart-form .cart-list .price-box {
    margin: 0
}

.cart-form .cart-list .cart-remove {
    padding: 12px 0;
    margin-right: -3px
}

.cart-form .cart-list .cart-remove a {
    color: #5a5a5a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: var(--font_size_plus24);
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.cart-form .cart-list .cart-remove svg {
    width: 17px;
    height: 17px
}

.cart-form .cart-list .cart-title {
    margin: 0;
    padding: 8px 10px
}

.cart-popup-coll-related {
    border-top: 1px solid #efefef;
    margin-top: 55px
}

.cart-popup-coll-related .widget-title {
    padding-top: 36px
}

.cart-popup-coll-related .widget-title .box-title {
    font-size: var(--font_size_plus4)
}

.halo-product-content .sidebar-label {
    margin-top: 12px;
    margin-bottom: 33px
}

.halo-product-content .product_top {
    margin-bottom: 32px
}

.no-js .product-img-box .video-open-popup {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0)
}

.product-img-box {
    position: relative
}

.product-img-box .slider-for {
    margin-bottom: 30px;
    position: relative;
    background: transparent
}

.product-img-box .slider-for .zoomImg {
    cursor: crosshair
}

.product-img-box .slider-for .thumb {
    text-align: center
}

.product-img-box .slider-for [data-zoom] {
    display: block
}

.product-img-box .slider-for:not(.slick-slider) .thumb + .thumb {
    display: none
}

.product-img-box .slider-nav {
    padding: 0 35px;
    margin-bottom: 22px
}

.product-img-box .slider-nav .item {
    margin: 0 5px
}

.product-img-box .slider-nav .item.slick-current {
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50)
}

.product-img-box .slider-nav:not(.slick-slider):after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
}

.product-img-box .slider-nav:not(.slick-slider) .item {
    display: none;
    float: left
}

.product-img-box .slick-arrow {
    border: none !important;
    padding-top: 5px;
    background-color: rgba(255, 255, 255, 0) !important;
    color: var(--body_color) !important
}

.product-img-box .slick-arrow svg {
    width: 12px;
    height: 22px;
    stroke: rgba(255, 255, 255, 0)
}

.product-img-box .slick-arrow.slick-next {
    right: 0;
    text-align: right
}

.product-img-box .slick-arrow.slick-prev {
    left: 0;
    text-align: left
}

.product-img-box.vertical-moreview .slider-nav {
    margin-bottom: 15px
}

.product-img-box.vertical-moreview .slider-nav .item.slick-current {
    opacity: .7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70)
}

.product-img-box .slick-dots li {
    margin: 0 5px 7px;
    width: 9px;
    height: 9px
}

.product-img-box .slick-dots li button {
    width: 9px;
    height: 9px;
    background: #a0a0a0;
    border-color: #a0a0a0
}

.product-img-box .slick-dots li.slick-active button {
    border-color: #a9a9a9;
    background: #fff
}

.product-shop .product-title {
    color: var(--page_title_color);
    font-family: var(--fonts_name);
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 8px
}

.product-shop .group_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-shop .spr-badge {
    margin-bottom: 20px;
    margin-right: 10px;
    cursor: pointer
}

.product-shop .spr-badge .spr-badge-caption {
    margin-left: 22px;
    position: relative;
    top: 1px
}

.product-shop .sold_product {
    color: var(--bg_sale);
    margin-bottom: 20px
}

.product-shop .sold_product svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px
}

.product-shop .product-custombox {
    padding: .875rem 1.5625rem;
    border: 2px dashed #d7d7d7;
    margin: 0 0 20px
}

.product-shop .product-custombox .heading {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px
}

.product-shop .product-custombox .code {
    font-size: 12px;
    font-weight: 600;
    color: #025fd3;
    margin-bottom: .5625rem
}

.product-shop .product-custombox .explain {
    font-size: 11px;
    color: #666;
    font-style: italic;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: .25rem
}

.product-shop .prices {
    font-size: 18px;
    font-weight: 300;
    color: var(--color_price);
    margin-bottom: 8px
}

.product-shop .prices .compare-price {
    color: var(--color_compare_price);
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 500
}

.product-shop .prices .on-sale {
    color: var(--color_price_sale)
}

.product-shop .short-description {
    margin-bottom: 20px
}

.product-shop .shopify-product-form .selector-wrapper {
    margin-bottom: 25px;
    position: relative
}

.product-shop .shopify-product-form .single-option-selector {
    position: relative;
    color: var(--page_title_color)
}

.product-shop .shopify-product-form .single-option-selector + .icon-dropdown {
    color: var(--page_title_color)
}

.product-shop .shopify-product-form label {
    display: none;
    font-weight: 500
}

.product-shop .shopify-product-form label em {
    color: #f23446
}

.product-shop .quantity {
    margin-right: 16px;
    margin-bottom: 10px
}

.product-shop .qty-group {
    border-color: var(--border_input);
    border-radius: 7px;
    padding-left: 9px;
    padding-right: 9px;
    max-width: 144px
}

.product-shop .qty-group .button {
    width: 32px
}

.product-shop .qty-group input[name="quantity"], .product-shop .qty-group input[name="group_quantity"] {
    width: 60px;
    color: #505E5E
}

.product-shop .total-price {
    margin-bottom: 18px
}

.product-shop .total-price label {
    margin-right: 3px
}

.product-shop .total-price .total-money {
    font-size: var(--font_size_plus1);
    color: var(--color_price);
    font-weight: 500
}

.product-shop .shopify-payment-button {
    margin-bottom: 15px
}

.product-shop .shopify-payment-button button.shopify-payment-button__button {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0);
    min-width: 130px;
    max-width: 200px;
    transition: all .3s ease;
    padding: var(--padding_btn);
    font-size: var(--font_size_btn);
    letter-spacing: var(--letter_spacing_btn);
    padding: 14px 36px;
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.product-shop .shopify-payment-button button.shopify-payment-button__button:hover {
    background: var(--background_3);
    color: var(--color_3);
    border-color: var(--border_3)
}

.product-shop .shopify-payment-button div.shopify-payment-button__button {
    padding: 0 !important
}

.product-shop .shopify-payment-button .shopify-payment-button__button--hidden {
    display: none
}

.product-shop .groups-btn {
    clear: both;
    position: relative
}

.product-shop .groups-btn .groups-btn-tree {
    display: flex;
    justify-content: space-between
}

.product-shop .groups-btn #product-add-to-cart, .product-shop .groups-btn .product-add-to-cart {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1);
    padding: var(--padding_btn_qv_add_to_cart) !important;
    line-height: var(--font_size_plus9);
    margin-bottom: 20px;
    width: 100%
}

.enable_button_add_to_cart_color .product-shop .groups-btn #product-add-to-cart, .enable_button_add_to_cart_color .product-shop .groups-btn .product-add-to-cart {
    background: var(--background_add_to_cart) !important;
    color: var(--color_add_to_cart) !important;
    border-color: var(--border_add_to_cart) !important
}

.enable_button_add_to_cart_color .product-shop .groups-btn #product-add-to-cart:hover, .enable_button_add_to_cart_color .product-shop .groups-btn .product-add-to-cart:hover {
    background: var(--background_add_to_cart_hover) !important;
    color: var(--color_add_to_cart_hover) !important;
    border-color: var(--border_add_to_cart_hover) !important
}

.product-shop .groups-btn .margin-button #product-add-to-cart, .product-shop .groups-btn .margin-button .product-add-to-cart {
    margin-right: 25px
}

.product-shop .groups-btn #product-add-to-cart:hover, .product-shop .groups-btn .product-add-to-cart:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.product-shop .groups-btn.remove .checkbox-group, .product-shop .groups-btn.remove .btn-checkout {
    display: none
}

.product-shop .groups-btn .icon-share {
    color: var(--body_color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    right: 0;
    padding-right: 0
}

.product-shop .groups-btn .icon-share:hover {
    color: var(--color_2)
}

.product-shop .groups-btn .icon-share span {
    color: var(--body_color);
    margin-right: 10px
}

.product-shop .groups-btn .icon-share svg {
    position: relative;
    top: 3px
}

.product-shop .groups-btn .wishlist {
    text-transform: lowercase;
    font-weight: 300;
    line-height: 1.2;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0;
    min-width: 45px;
    max-width: 100%;
    transition: all .3s ease;
    font-size: var(--font_size_btn);
    letter-spacing: 0;
    padding: 10px;
    min-height: var(--font_size_plus33);
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: var(--bg_wishlist);
    color: var(--color_wishlist);
    border-color: var(--bg_wishlist);
    border-radius: 50%;
    text-align: center
}

.product-shop .groups-btn .wishlist svg {
    width: 21px;
    height: 21px;
    margin-right: 12px;
    position: relative;
    top: 2px
}

.product-shop .groups-btn .wishlist .fa {
    font-size: var(--font_size_plus3);
    margin-right: 10px
}

.product-shop .groups-btn .wishlist .wishlist-text {
    position: relative;
    top: 1px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-shop .groups-btn .wrapper-social-popup {
    position: absolute;
    top: auto;
    bottom: calc(100% + 20px);
    right: 0;
    z-index: 2;
    padding: 14px 20px 0;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    display: none
}

.product-shop .groups-btn .wrapper-social-popup.active {
    display: block
}

.product-shop .groups-btn .wrapper-social-popup .title-close {
    display: flex;
    justify-content: space-between
}

.product-shop .groups-btn .wrapper-social-popup .title-close svg {
    width: 14px;
    height: 14px;
    position: relative;
    top: 0;
    cursor: pointer
}

.product-shop .groups-btn .wrapper-social-popup .social-title {
    margin-bottom: 15px
}

.product-shop .groups-btn .wrapper-social-popup .social-garment-link {
    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    letter-spacing: .3px;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    transition: all .25s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.product-shop .groups-btn .wrapper-social-popup .social-garment-link input {
    background-color: #f5f5f5;
    border: 1px solid #cbcbcb;
    color: #a0a0a0;
    padding: 12px 12px 10px;
    width: 100%
}

.product-shop .groups-btn .wrapper-social-popup .share_toolbox {
    display: block;
    margin-top: 23px
}

.product-shop .groups-btn .wrapper-social-popup .share_toolbox > span {
    margin-bottom: 10px;
    display: block
}

.product-shop .groups-btn .wrapper-social-popup .share_toolbox .addthis_inline_share_toolbox {
    margin-left: -5px
}

.product-shop #customers_view, .product-shop #customers_view_qv {
    padding-bottom: 19px;
    margin-bottom: 0
}

.product-shop #customers_view .fa, .product-shop #customers_view_qv .fa {
    font-size: var(--font_size_plus7);
    color: var(--page_title_color);
    margin-right: 7px;
    position: relative;
    top: 1.5px
}

.product-shop #customers_view label, .product-shop #customers_view_qv label {
    color: var(--body_color);
    font-weight: 400;
    margin: 0
}

.product-shop .tags {
    margin-bottom: 20px
}

.product-shop .tags .icon-tags {
    font-weight: 500;
    color: var(--page_title_color)
}

.product-shop .tags a {
    color: var(--body_color);
    display: inline-block;
    line-height: var(--font_size_plus10)
}

.product-shop .tags a:hover {
    color: var(--link_color)
}

.product-shop .secure-shopping-guarantee {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.product.product-default {
}

.share_toolbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px
}

.share_toolbox > span {
    margin-right: 12px
}

.share_toolbox .at-icon-wrapper {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 0 5px 0 0 !important
}

.share_toolbox .at-icon-wrapper svg {
    width: 20px !important;
    height: 20px !important;
    fill: #323232 !important
}

.swatch {
    margin-bottom: 13px
}

.swatch .header {
    font-size: var(--font_size);
    font-weight: 500;
    line-height: 20px;
    color: var(--page_title_color);
    margin-bottom: .6rem
}

.swatch .header em {
    color: var(--bg_sale);
    margin-right: 4px
}

.swatch .header [data-option-select] {
    color: #737373;
    font-weight: 400
}

.swatch input[type=radio], .swatch .swatch-element .crossed-out {
    display: none
}

.swatch .soldout {
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40)
}

.swatch .swatch-element {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 10px 12px 0;
    position: relative
}

.swatch .swatch-element.soldout label {
    cursor: pointer
}

.swatch .swatch-element.soldout label:after, .swatch .swatch-element.unavailable, #product-variants .swatch .swatch-element.soldout:not(.available) {
    display: none
}

.swatch .swatch-element label {
    min-width: 34px;
    height: 34px;
    border: 1px solid var(--border_color_2);
    margin: 0;
    text-align: center;
    padding: 3px;
    line-height: var(--font_size_plus14);
    color: var(--color_slick_arrow);
    cursor: pointer;
    border-radius: var(--border-radius-17)
}

.swatch .swatch-element .bgImg {
    display: block;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--border-radius-50)
}

.swatch .swatch-element:not(.color) label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid var(--color_slick_arrow);
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    border-radius: var(--border-radius-17)
}

.swatch .swatch-element.color label {
    position: relative
}

.swatch .swatch-element.color label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 4px solid var(--color_slick_arrow);
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border-radius: var(--border-radius-50)
}

.swatch .swatch-element.color label.swatch_variant_img:after {
    border-width: 3px
}

.swatch .swatch-element input:checked + label {
    font-weight: 600
}

.swatch .swatch-element input:checked + label:after {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible
}

.swatch .tooltip {
    text-align: center;
    background: #000;
    color: #fff;
    bottom: 100%;
    padding: 5px 10px;
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 12px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    font-size: var(--font_size);
    font-weight: 500;
    letter-spacing: normal;
    pointer-events: none
}

.swatch .tooltip:before {
    bottom: -16px;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%
}

.swatch .tooltip:after {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-top: solid #000 7px;
    bottom: -7px;
    content: " ";
    height: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 0
}

.swatch .swatch-element:hover .tooltip {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto
}

.swatch.swatch_size_large {
    margin-bottom: 20px
}

.swatch.swatch_size_large .header {
    font-size: 15px;
    line-height: 24px;
    color: gray
}

.swatch.swatch_size_large .swatch-element {
    margin: 0 10px 15px 0
}

.swatch.swatch_size_large .swatch-element label {
    border-radius: 0;
    background-color: #eaeaea
}

.swatch.swatch_size_large .swatch-element label:hover {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2)
}

.swatch.swatch_size_large .swatch-element .bgImg {
    border-radius: var(--border-radius-50)
}

.swatch.swatch_size_large .swatch-element:not(.color) label {
    font-size: 15px;
    line-height: 26px;
    padding-top: 7px
}

.swatch.swatch_size_large .swatch-element:not(.color) label:after {
    border-radius: 0;
    display: none;
    border: 1px solid
}

.swatch.swatch_size_large .swatch-element:not(.color) input:checked + label {
    background-color: #fff;
    border-color: #ccc;
    font-weight: 400
}

.swatch.swatch_size_large .swatch-element.color label {
    padding: 0;
    background-color: #fff
}

.swatch.swatch_size_large .swatch-element.color label:before {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 4px);
    border: 2px solid transparent;
    border-top: none;
    border-right: none;
    background: rgba(255, 255, 255, 0);
    transition: all .2s ease;
    opacity: 1;
    transform: scale(1) rotate(-45deg)
}

.swatch.swatch_size_large .swatch-element.color label:after {
    display: block;
    content: "";
    position: absolute;
    border: 1px solid transparent;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    border-radius: var(--border-radius-50)
}

.swatch.swatch_size_large .swatch-element.color input:checked + label:before {
    border-color: #fff
}

.tabs__product-page {
    margin-bottom: 20px
}

.tabs__product-page .wrapper-tab-content .tab-title {
    margin-bottom: 0;
    position: relative
}

.tabs__product-page .wrapper-tab-content .tab-links {
    position: static
}

.tabs__product-page .tab-content {
    display: none
}

.tabs__product-page .tab-content .property-right-image img {
    margin-top: 1em
}

.tabs__product-page .table-wrapper {
    width: 100%;
    overflow-y: auto
}

.tabs__product-page .tab-links {
    display: block;
    position: relative
}

.tabs__product-page .tab-links .icon-dropdown {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30)
}

.tabs__product-page .tab-links .icon-dropdown:before {
    content: "";
    width: 14px;
    height: 1.5px;
    position: absolute;
    background: #505E5E;
    left: -20px
}

.tabs__product-page .tab-links .icon-dropdown:after {
    content: "";
    width: 1.5px;
    height: 14px;
    position: absolute;
    background: #505E5E;
    left: -14px;
    top: -6px
}

.tabs__product-page .tab-links.active .icon-dropdown:after {
    display: none
}

.tabs__product-page .tab-links .icon-dropdown .fa {
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease
}

.tabs__product-page .tab-links.active {
    color: var(--link_color_hover)
}

.tabs__product-page .tab-links.active .icon-dropdown {
    opacity: .7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
    margin-top: 1px
}

.tabs__product-page .tab-links.active .icon-dropdown .fa {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tabs__product-page .list-tabs {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border_bt_sidebar);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.tabs__product-page .list-tabs .tab-title {
    margin: 0 -1px 0 0
}

.tabs__product-page .list-tabs .tab-links {
    padding: 12px 15px 9px;
    border: 1px solid var(--border_bt_sidebar);
    border-bottom: none;
    background-color: #fafafa
}

.tabs__product-page .list-tabs .tab-links:before {
    position: absolute;
    width: -moz-calc(100% + 2px);
    width: -webkit-calc(100% + 2px);
    width: -ms-calc(100% + 2px);
    width: calc(100% + 2px);
    height: 2px;
    content: "";
    top: -1px;
    left: -1px
}

.tabs__product-page .list-tabs .tab-links:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    bottom: -1px;
    left: 0
}

.tabs__product-page .list-tabs .tab-links.active {
    background-color: var(--body_bg);
    margin-bottom: -1px
}

.tabs__product-page .list-tabs .tab-links.active:before {
    background-color: var(--page_title_color)
}

.tabs__product-page .list-tabs .tab-links.active:after {
    background-color: var(--body_bg)
}

.tabs__product-page .tab-content {
    line-height: var(--font_size_plus12)
}

.tabs__product-page .tab-content p {
    margin-bottom: 1rem
}

.tabs__product-page .tab-content h4 {
    font-size: var(--font_size);
    font-weight: 500;
    color: var(--page_title_color);
    line-height: var(--font_size_plus12);
    margin-bottom: 10px
}

.tabs__product-page .tab-content ul, .tabs__product-page .tab-content ol {
    margin: 0 0 25px 20px
}

.tabs__product-page .tab-content ul li {
    margin-bottom: 6px
}

.tabs__product-page .tab-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #8c8c8c;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: none;
    margin: 8.5px 11px 10px 0;
    float: left
}

.tabs__product-page .tab-content ol li {
    counter-increment: li
}

.tabs__product-page .tab-content ol li:before {
    content: counter(li);
    min-width: 17px;
    float: left
}

.tabs__product-page #collapse-tab3 h4 {
    margin-bottom: 5px
}

.tabs__product-page .spr-container {
    padding: 0;
    border: none
}

.tabs__product-page .spr-container .spr-header-title {
    display: none
}

.tabs__product-page .spr-container .spr-summary-actions-newreview {
    text-transform: uppercase;
    font-weight: 700;
    line-height: var(--font_size_plus8);
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    min-width: 130px;
    max-width: 100%;
    transition: all .3s ease;
    padding: var(--padding_btn);
    font-size: var(--font_size_btn);
    letter-spacing: var(--letter_spacing_btn);
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2);
    min-width: 188px;
    text-align: center;
    display: inline-block
}

.tabs__product-page .spr-container .spr-summary-actions-newreview:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.tabs__product-page .spr-container .spr-form {
    margin-top: 30px;
    padding-top: 33px
}

.tabs__product-page .spr-container .spr-form > form {
    margin-bottom: 50px
}

.tabs__product-page .spr-container .spr-form-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--page_title_color);
    margin-bottom: 24px
}

.tabs__product-page .spr-container .spr-form-label {
    font-size: var(--font_size);
    font-weight: 500
}

.tabs__product-page .spr-container .spr-form-contact-name, .tabs__product-page .spr-container .spr-form-review-title {
    margin-bottom: 18px
}

.tabs__product-page .spr-container .spr-form-contact-email {
    margin-bottom: 26px
}

.tabs__product-page .spr-container input[type="text"], .tabs__product-page .spr-container input[type="password"], .tabs__product-page .spr-container input[type="email"], .tabs__product-page .spr-container input[type="tel"], .tabs__product-page .spr-container textarea {
    border-color: #cacaca
}

.tabs__product-page .spr-container input[type="text"], .tabs__product-page .spr-container input[type="password"], .tabs__product-page .spr-container input[type="email"], .tabs__product-page .spr-container input[type="tel"] {
    max-width: 370px
}

.tabs__product-page .spr-container textarea {
    max-width: 670px
}

.tabs__product-page .spr-container .spr-summary-starrating {
    position: relative;
    top: .5px
}

.tabs__product-page .spr-container .spr-form-review-rating {
    margin-bottom: 20px
}

.tabs__product-page .spr-container .spr-form-review-rating label {
    margin: 0 15px 0 0;
    vertical-align: middle
}

.tabs__product-page .spr-container .spr-form-review-rating .spr-starrating {
    display: inline-block;
    vertical-align: middle
}

.tabs__product-page .spr-container .spr-form-review-rating .spr-icon {
    width: 16px;
    height: 24px;
    padding: 0
}

.tabs__product-page .spr-container .spr-form-review-body {
    margin-bottom: 20px
}

.tabs__product-page .spr-container .spr-form-review-body label {
    margin-bottom: 14px
}

.tabs__product-page .spr-container .spr-form-actions .spr-button-primary {
    float: none;
    padding: 10px 15px 8px;
    width: 100%;
    max-width: 190px;
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.tabs__product-page .spr-container .spr-form-actions .spr-button-primary:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.tabs__product-page .spr-container .spr-summary-caption {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px
}

.tabs__product-page .spr-container .spr-summary {
    line-height: var(--font_size_plus23)
}

.tabs__product-page .spr-container .spr-reviews {
    margin-top: 30px;
    border-color: var(--border_bt_sidebar)
}

.tabs__product-page .spr-container .spr-reviews .spr-review {
    padding: 28px 0 30px
}

.tabs__product-page .spr-container .spr-starratings {
    font-size: var(--font_size);
    margin-bottom: 8px
}

.tabs__product-page .spr-container .spr-review-header-title {
    font-size: var(--font_size);
    font-weight: 500;
    line-height: var(--font_size_plus8);
    color: var(--page_title_color);
    margin-bottom: 7px
}

.tabs__product-page .spr-container .spr-review-header-byline {
    color: var(--breadcrumb_color);
    font-weight: 400;
    font-style: normal;
    font-size: var(--font_size);
    line-height: var(--font_size_plus8);
    margin-bottom: 13px
}

.tabs__product-page .spr-container .spr-review-header-byline strong {
    font-weight: 400
}

.tabs__product-page .spr-container .spr-review-content {
    line-height: var(--font_size_plus12);
    margin: 0
}

.tabs__product-page .spr-container .spr-review-content-body {
    font-size: var(--font_size);
    margin-bottom: 10px
}

.tabs__product-page .spr-container .spr-review-content-body p {
    margin-bottom: 10px
}

.tabs__product-page .spr-container .spr-review-reportreview {
    float: none;
    font-size: var(--font_size_minus1);
    line-height: var(--font_size_plus8);
    font-weight: 500
}

.tabs__product-page dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.tabs__product-page dl dt {
    font-weight: 500;
    color: var(--page_title_color);
    min-width: 180px;
    margin-right: 5px
}

.tabs__product-page dl dd {
    margin: 0
}

.tabs__product-page dl dt, .tabs__product-page dl dd {
    display: inline-block;
    vertical-align: middle
}

.tabs__product-page .gallery_lookbook-box .item {
    margin: 18px 0 42px
}

.tabs__product-page .quote-detail h4:first-child {
    margin-bottom: 17px
}

.tabs__product-page .quote-detail blockquote {
    padding: 24px 38px;
    margin-bottom: 32px
}

.halo_modal-custom.modal_ters_conditions .modal-body {
    padding: 5.3% 5% 5%
}

.halo_modal-custom .modal-dialog {
    width: 700px;
    max-width: 85%;
    margin: 5rem auto;
    -webkit-overflow-scrolling: touch
}

.halo_modal-custom .modal-dialog.modal-dialog-centered {
    min-height: -moz-calc(100% - (5rem * 2));
    min-height: -webkit-calc(100% - (5rem * 2));
    min-height: -ms-calc(100% - (5rem * 2));
    min-height: calc(100% - (5rem * 2))
}

.halo_modal-custom .modal-content {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.halo_modal-custom .close-modal {
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    top: -18px;
    right: -18px
}

.halo_modal-custom .modal-header {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom-color: var(--border_bt_sidebar);
    padding: 12px 12px 9px
}

.halo_modal-custom .modal-title, .halo_modal-custom .title {
    text-align: center;
    line-height: var(--font_size_plus12);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--page_title_color)
}

.halo_modal-custom .modal-title {
    font-size: var(--font_size_plus2);
    letter-spacing: .05em
}

.halo_modal-custom .title {
    font-size: var(--font_size);
    letter-spacing: .1em;
    margin-bottom: 10px
}

.halo_modal-custom .modal-body {
    padding: 5.3% 14% 10%
}

.halo_modal-custom .modal-body .title-wrapper {
    text-align: center;
    border-bottom: 1px solid var(--border_bt_sidebar);
    padding-bottom: 25px;
    margin-bottom: 25px
}

.halo_modal-custom .modal-body .title-wrapper .des {
    line-height: var(--font_size_plus12)
}

.halo_modal-custom .modal-body .questions {
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px
}

.halo_modal-custom .modal-body .actions .btn, .halo_modal-custom .modal-body .actions .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .halo_modal-custom .modal-body .actions button.shopify-payment-button__button, .halo_modal-custom .modal-body .actions .product-shop .groups-btn .wishlist, .product-shop .groups-btn .halo_modal-custom .modal-body .actions .wishlist, .halo_modal-custom .modal-body .actions .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .halo_modal-custom .modal-body .actions .spr-summary-actions-newreview, .halo_modal-custom .modal-body .actions .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .halo_modal-custom .modal-body .actions a {
    background: var(--background_3);
    color: var(--color_3);
    border-color: var(--border_3);
    width: 100%;
    padding: 10px 15px 8px
}

.halo_modal-custom .modal-body .actions .btn:hover, .halo_modal-custom .modal-body .actions .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .halo_modal-custom .modal-body .actions button.shopify-payment-button__button:hover, .halo_modal-custom .modal-body .actions .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .halo_modal-custom .modal-body .actions .wishlist:hover, .halo_modal-custom .modal-body .actions .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .halo_modal-custom .modal-body .actions .spr-summary-actions-newreview:hover, .halo_modal-custom .modal-body .actions .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .halo_modal-custom .modal-body .actions a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.halo_modal-custom .modal-body .form-group {
    margin-bottom: 20px
}

.halo_modal-custom .modal-body .form-group input[type="text"], .halo_modal-custom .modal-body .form-group input[type="password"], .halo_modal-custom .modal-body .form-group input[type="email"], .halo_modal-custom .modal-body .form-group input[type="tel"], .halo_modal-custom .modal-body .form-group textarea {
    height: initial;
    padding: 9px 15px 7px;
    border: 1px solid var(--border_input);
    color: var(--color_ipt);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
    outline: none
}

.halo_modal-custom .modal-body .form-group label {
    font-weight: 500
}

.halo_modal-custom .modal-body .form-group label:first-child {
    margin-bottom: 10px
}

.halo_modal-custom .modal-body .form-group input[type="radio"] + label {
    font-weight: 400;
    color: var(--body_color);
    margin-right: 28px
}

.halo_modal-custom .modal-body .custom-radio {
    margin-bottom: 12px;
    padding-top: 5px
}

.halo_modal-custom .modal-body .custom-radio label:first-child {
    margin-right: 28px
}

.halo_modal-custom .modal-body .custom-radio.last {
    margin-bottom: 18px
}

.halo_modal-custom .modal-body .custom-radio.last label:first-child {
    display: block;
    margin-bottom: 16px
}

.modal-backdrop {
    background-color: var(--bg_quick_view)
}

.size-chart-open-popup {
    font-size: var(--font_size_minus1);
    text-transform: uppercase;
    color: var(--page_title_color);
    font-weight: 400;
    padding-left: 36px;
    cursor: pointer;
    background-image: url(icon_sizechar.png);
    background-repeat: no-repeat;
    background-position: 0 2.5px;
    display: inline-block;
    float: right;
    margin-bottom: 2px;
    position: relative;
    z-index: 1
}

.has-size-chart:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
}

#size_chart .modal-body {
    padding: 5% 10%
}

.cart-template .page-header .continue {
    display: inline-block;
    font-weight: 500;
    color: var(--page_title_color);
    letter-spacing: normal;
    line-height: var(--font_size_plus12);
    float: right
}

.cart-template .page-header .fa {
    font-size: var(--font_size_plus4);
    margin-left: 8px;
    position: relative;
    top: 2px;
    color: #5a5a5a
}

.cart-template .page-header:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both
}

.cart-template .page-header h1, .cart-template .page-header h2 {
    margin-bottom: 24px
}

.cart-template .wrapper-cart-template .cart-list {
    max-height: none;
    overflow: visible;
    max-width: 100%;
    margin-right: 0
}

.cart-template .wrapper-cart-template .cart-list .details {
    min-width: 100%
}

.cart-template .wrapper-cart-template .cart-list .cart-thumb {
    width: 150px;
    padding-right: 30px
}

.cart-template .wrapper-cart-template .cart-list .cart-details {
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -ms-calc(100% - 150px);
    width: calc(100% - 150px)
}

.cart-template .wrapper-cart-template .cart-list li {
    padding: 28px 0 35px
}

.cart-template .wrapper-cart-template .cart-list li + li {
    border-top-color: var(--border_bt_sidebar)
}

.cart-template .wrapper-cart-template .cart-list .size, .cart-template .wrapper-cart-template .cart-list .properties, .cart-template .wrapper-cart-template .cart-list .product-vendor {
    color: var(--breadcrumb_color)
}

.cart-template .wrapper-cart-template .cart-list .product-name {
    margin-bottom: 6px
}

.cart-template .wrapper-cart-template .cart-list .size, .cart-template .wrapper-cart-template .cart-list .properties {
    margin-bottom: 5px
}

.cart-template .wrapper-cart-template .cart-list .properties label {
    font-weight: 500
}

.cart-template .wrapper-cart-template .cart-list .product-vendor {
    margin-bottom: 18px
}

.cart-template .wrapper-cart-template .cart-list .price-box {
    margin-bottom: 15px
}

.cart-template .wrapper-cart-template .cart-list .quantity label {
    font-weight: 500;
    display: block;
    margin-bottom: 9px;
    width: 100%
}

.cart-template .wrapper-cart-template .cart-list .qty-group {
    max-width: 144px;
    margin-bottom: 20px
}

.cart-template .wrapper-cart-template .cart-list .remove-mobile {
    color: var(--page_title_color)
}

.cart-template .wrapper-cart-template .cart-list .remove-mobile svg {
    position: relative;
    top: -4px;
    right: 20%;
    width: 20px;
}

.cart-template .wrapper-cart-template .cart-list .qty-group input[name="quantity"], .cart-template .wrapper-cart-template .cart-list .qty-group input[name="group_quantity"], .cart-template .wrapper-cart-template .cart-list .qty-group input[name="updates[]"] {
    width: 78px;
    color: #2d2d2d
}

.cart-template .wrapper-cart-template .cart-list .group-action .update {
    font-size: var(--font_size);
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 500;
    border-color: #5a5a5a;
    background-color: var(--body_bg);
    color: var(--body_color);
    width: 100%;
    max-width: 160px;
    margin-bottom: 10px
}

.cart-template .wrapper-cart-template .cart-list .group-action .update:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.cart-template .wrapper-cart-template .cart-list .group-action .remove {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    color: var(--breadcrumb_color);
    padding: 9px 0 7px;
    width: 100%;
    max-width: 160px
}

.cart-template .wrapper-cart-template .cart-list .group-action .remove .text {
    margin-left: 8px
}

.cart-template .wrapper-cart-template .cart-list .group-action .remove svg {
    position: relative;
    top: -1px;
    width: 21px;
    height: 21px
}

.cart-template .wrapper-cart-template .cart-list .group-action .remove .text-hover:before {
    bottom: 1px
}

.cart-template .wrapper-cart-template .cart-list .group-action .remove:hover {
    color: var(--page_title_color)
}

.cart-template .wrapper-cart-template .cart-thumb .product-img {
    display: block
}

.cart-template .wrapper-cart-template .cart-thumb img {
    width: 120px
}

.cart-template .wrapper-cart-template .box-title {
    font-size: var(--font_size);
    color: #5a5a5a;
    background-color: #fafafa;
    border-bottom: 1px solid var(--border_color_2);
    padding: 10px 20px 8px
}

.cart-template .wrapper-cart-template .cart_items .box-title {
    text-align: left
}

.cart-template .wrapper-cart-template .total {
    padding: 29px 0 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--border_bt_sidebar)
}

.cart-template .wrapper-cart-template .total .price {
    font-size: var(--font_size_plus4);
    font-weight: 600
}

.cart-template .wrapper-cart-template .add-comments {
    font-size: var(--font_size);
    font-weight: 500;
    line-height: var(--font_size_plus12);
    margin-bottom: 12px
}

.cart-template .wrapper-cart-template .add-comments span {
    display: inline-block;
    vertical-align: middle
}

.cart-template .wrapper-cart-template .add-comments .note {
    font-size: var(--font_size_minus2);
    padding: 4px 5px 3px;
    line-height: 1em;
    color: var(--sale_text);
    background-color: var(--bg_sale);
    text-align: center;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    margin-right: 10px
}

.cart-template .wrapper-cart-template .input-full {
    margin-bottom: 20px;
    min-height: 98px;
    max-width: 100%
}

.cart-template .wrapper-cart-template .btn-actions {
    margin-bottom: 54px
}

.cart-template .wrapper-cart-template .btn-actions .btn-checkout {
    padding: 13px 15px 10px;
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1);
    font-size: var(--font_size)
}

.cart-template .wrapper-cart-template .btn-actions .btn-checkout:hover {
    background: var(--background_3);
    color: var(--color_3);
    border-color: var(--border_3)
}

.cart-template .wrapper-cart-template .btn-actions .checkbox-group input[type="checkbox"] + label:after {
    top: 5px
}

.wrapper-cart-template .secure-shopping-guarantee {
    margin-bottom: 20px
}

.cart-template .alert-warning {
    text-align: center;
    padding: 14px 15px 12px;
    line-height: var(--font_size_plus10);
    margin: 24px 0 35px
}

.cart-template .cart-empty {
    line-height: var(--font_size_plus12);
    text-align: center
}

.cart-template .cart-empty a {
    font-weight: 500
}

#shipping-calculator h3 {
    font-size: var(--font_size_plus2);
    text-transform: uppercase;
    color: var(--page_title_color);
    letter-spacing: .05em;
    border-bottom: 1px solid var(--border_bt_sidebar);
    padding-bottom: 9px;
    margin-bottom: 18px;
    line-height: var(--font_size_plus10)
}

#shipping-calculator .form-group {
    margin-bottom: 15px
}

#shipping-calculator .form-group label {
    font-weight: 500
}

#shipping-calculator .form-group input[type="text"] {
    max-width: 100%
}

#shipping-calculator #get-rates-container {
    margin-top: 20px;
    margin-bottom: 20px
}

#shipping-calculator #get-rates-container .btn, #shipping-calculator #get-rates-container .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button #shipping-calculator #get-rates-container button.shopify-payment-button__button, #shipping-calculator #get-rates-container .product-shop .groups-btn .wishlist, .product-shop .groups-btn #shipping-calculator #get-rates-container .wishlist, #shipping-calculator #get-rates-container .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container #shipping-calculator #get-rates-container .spr-summary-actions-newreview, #shipping-calculator #get-rates-container .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete #shipping-calculator #get-rates-container a {
    width: 100%;
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

#shipping-calculator #get-rates-container .btn:hover, #shipping-calculator #get-rates-container .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button #shipping-calculator #get-rates-container button.shopify-payment-button__button:hover, #shipping-calculator #get-rates-container .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn #shipping-calculator #get-rates-container .wishlist:hover, #shipping-calculator #get-rates-container .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container #shipping-calculator #get-rates-container .spr-summary-actions-newreview:hover, #shipping-calculator #get-rates-container .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete #shipping-calculator #get-rates-container a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

#shipping-calculator #wrapper-response {
    font-size: var(--font_size);
    line-height: var(--font_size_plus10)
}

#shipping-calculator #wrapper-response p {
    margin-bottom: 7px
}

#shipping-calculator #wrapper-response ul {
    font-weight: 500;
    color: var(--page_title_color)
}

#shipping-calculator #wrapper-response ul li {
    margin-bottom: 6px
}

#shipping-calculator #wrapper-response ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #c6c6c6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: none;
    margin: 8.5px 11px 10px 0;
    float: left
}

.secure-shopping-guarantee {
    border-top: 1px solid var(--border_bt_sidebar);
    padding: 35px 0 30px;
    margin-bottom: 30px
}

.secure-shopping-guarantee .secure-text {
    color: var(--body_color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 14px
}

.secure-shopping-guarantee .secure-text .icon {
    margin-right: 12px
}

.secure-shopping-guarantee svg {
    width: 25px;
    height: 20px
}

.create-an-account .page-header h1, .create-an-account .page-header h2, .login-page .page-header h1, .login-page .page-header h2 {
    margin-bottom: 30px
}

.create-an-account .des, .login-page .des {
    margin-bottom: 25px;
    line-height: var(--font_size_plus12)
}

.custom-acc-page .form-group {
    margin-bottom: 15px
}

.custom-acc-page .form-group label {
    font-weight: 500;
    margin-bottom: 9px
}

.custom-acc-page .form-error {
    line-height: var(--font_size_plus12)
}

.custom-acc-page .form-error p {
    margin-bottom: 7px
}

.custom-acc-page .form-error ul {
    font-weight: 500;
    margin: 0 0 26px
}

.custom-acc-page .form-error ul a {
    text-transform: capitalize;
    padding-left: 2px
}

.custom-acc-page .form-error ul li {
    margin-bottom: 6px
}

.custom-acc-page .form-error ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #c6c6c6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: none;
    margin: 8.5px 11px 10px 0;
    float: left
}

.custom-acc-page .or_text {
    color: var(--breadcrumb_color);
    padding: 0 1px
}

.custom-acc-page .action-btn {
    padding-top: 6px
}

.custom-acc-page .btn-padd42 {
    padding-left: 42px;
    padding-right: 42px
}

.custom-acc-page .btn, .custom-acc-page .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .custom-acc-page button.shopify-payment-button__button, .custom-acc-page .product-shop .groups-btn .wishlist, .product-shop .groups-btn .custom-acc-page .wishlist, .custom-acc-page .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .custom-acc-page .spr-summary-actions-newreview, .custom-acc-page .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .custom-acc-page a {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2);
    margin-bottom: 25px
}

.custom-acc-page .btn:hover, .custom-acc-page .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .custom-acc-page button.shopify-payment-button__button:hover, .custom-acc-page .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .custom-acc-page .wishlist:hover, .custom-acc-page .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .custom-acc-page .spr-summary-actions-newreview:hover, .custom-acc-page .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .custom-acc-page a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.custom-acc-page .last a {
    color: var(--body_color)
}

.custom-acc-page .last a:hover {
    color: var(--link_color)
}

.custom-acc-page .btn-2 {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1);
    padding: 13px 15px 10px;
    min-width: 242px
}

.custom-acc-page .btn-2:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.custom-acc-page .box-title {
    font-size: var(--font_size_plus2);
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: var(--font_size_plus12);
    color: var(--page_title_color)
}

.custom-acc-page .wrapper-title {
    background-color: #fafafa;
    border-top: 1px solid var(--border_bt_sidebar);
    border-bottom: 1px solid var(--border_bt_sidebar);
    padding: 13px 42px 10px;
    text-align: center;
    margin-bottom: 36px
}

.create-an-account .form-group {
    margin-bottom: 19px
}

.create-an-account .des {
    border-top: 1px solid var(--border_bt_sidebar);
    padding-top: 28px
}

.wrapper-login-customer .wrapper-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid var(--border_bt_sidebar);
    padding-bottom: 78px
}

.wrapper-login-customer .wrapper-content .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: -ms-calc(50% - 10px);
    max-width: calc(50% - 10px)
}

.wrapper-login-customer .wrapper-content .col-left > * {
    padding-right: 42px
}

.wrapper-login-customer .wrapper-content .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 10px);
    flex: 0 0 calc(50% + 10px);
    max-width: -moz-calc(50% + 10px);
    max-width: -webkit-calc(50% + 10px);
    max-width: -ms-calc(50% + 10px);
    max-width: calc(50% + 10px)
}

.wrapper-login-customer .wrapper-content .col-right > * {
    padding-left: 42px;
    padding-right: 42px
}

.wrapper-login-customer .wrapper-content .col-right .wrapper-title ~ * {
    margin-left: 15px
}

.wrapper-login-customer .wrapper-content:after {
    position: absolute;
    content: "";
    bottom: 40px;
    height: -moz-calc(100% - 40px - 20px - 49px);
    height: -webkit-calc(100% - 40px - 20px - 49px);
    height: -ms-calc(100% - 40px - 20px - 49px);
    height: calc(100% - 40px - 20px - 49px);
    width: 1px;
    background-color: var(--border_bt_sidebar);
    left: 50%;
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.wrapper-login-customer .custom-or-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    z-index: 2;
    background-color: var(--body_bg);
    padding: 10px 0
}

.wrapper-login-customer .custom-or-abs .or_text {
    text-transform: uppercase;
    border: 1px solid #ccc;
    min-width: 42px;
    min-height: 42px;
    text-align: center;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    padding: 11px 5px 9px;
    display: block
}

.wrapper-login-customer #recover_password div:first-child {
    margin-bottom: 25px
}

.wrapper-login-customer #recover_password .action-btn span, .wrapper-login-customer #recover_password .action-btn a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 6px;
    margin-bottom: 25px;
    vertical-align: middle;
    padding-left: 8px
}

.account-page .page-header {
    margin-top: 30px;
    padding-bottom: 2px
}

.account-page .box-title {
    border-bottom: 1px solid var(--border_bt_sidebar);
    padding-bottom: 8px;
    margin-bottom: 25px
}

.account-page .grid .grid-item {
    margin-bottom: 45px
}

.account-page .acc-name {
    color: var(--page_title_color);
    font-size: var(--font_size);
    line-height: var(--font_size_plus8);
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 12px
}

.account-page .addr {
    line-height: var(--font_size_plus12);
    margin-bottom: 26px
}

.account-page .addr .cus-addr {
    display: block
}

.account-page .addr .addr-zip {
    margin-top: 23px
}

.account-page table th {
    font-weight: 600;
    color: var(--page_title_color)
}

.account-page .btn, .account-page .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .account-page button.shopify-payment-button__button, .account-page .product-shop .groups-btn .wishlist, .product-shop .groups-btn .account-page .wishlist, .account-page .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .account-page .spr-summary-actions-newreview, .account-page .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .account-page a {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.account-page .btn:hover, .account-page .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .account-page button.shopify-payment-button__button:hover, .account-page .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .account-page .wishlist:hover, .account-page .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .account-page .spr-summary-actions-newreview:hover, .account-page .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .account-page a:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.addresses-page .page-header {
    padding-bottom: 9px
}

.addresses-page .large--right .btn, .addresses-page .large--right .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .addresses-page .large--right button.shopify-payment-button__button, .addresses-page .large--right .product-shop .groups-btn .wishlist, .product-shop .groups-btn .addresses-page .large--right .wishlist, .addresses-page .large--right .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .addresses-page .large--right .spr-summary-actions-newreview, .addresses-page .large--right .btn-edit-delete a, .addresses-page .btn-edit-delete .large--right a {
    margin-bottom: 20px
}

.addresses-page .last a:last-child {
    border-bottom: none
}

.addresses-page .btn-edit-delete a {
    text-transform: uppercase;
    font-weight: 700;
    line-height: var(--font_size_plus8);
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    min-width: 130px;
    max-width: 100%;
    transition: all .3s ease;
    padding: var(--padding_btn);
    font-size: var(--font_size_btn);
    letter-spacing: var(--letter_spacing_btn);
    background-color: var(--background_2);
    color: var(--color_2);
    border-color: #5a5a5a;
    display: inline-block;
    text-align: center
}

.addresses-page .btn-edit-delete a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.addresses-page .btn-edit-delete a:first-child {
    min-width: 89px;
    margin-right: 12px
}

.addresses-page .btn-edit-delete a:last-child {
    min-width: 126px
}

.contact-us-page .form-group {
    margin-bottom: 20px
}

.contact-us-page .form-group label {
    font-weight: 500;
    margin-bottom: 9px
}

.contact-us-page .form-group textarea {
    max-width: 620px
}

.contact-us-page .btn, .contact-us-page .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .contact-us-page button.shopify-payment-button__button, .contact-us-page .product-shop .groups-btn .wishlist, .product-shop .groups-btn .contact-us-page .wishlist, .contact-us-page .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .contact-us-page .spr-summary-actions-newreview, .contact-us-page .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .contact-us-page a {
    min-width: 205px;
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1);
    margin-top: 5px
}

.contact-us-page .btn:hover, .contact-us-page .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .contact-us-page button.shopify-payment-button__button:hover, .contact-us-page .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .contact-us-page .wishlist:hover, .contact-us-page .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .contact-us-page .spr-summary-actions-newreview:hover, .contact-us-page .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .contact-us-page a:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.contact-us-page .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: var(--page_title_color)
}

.contact-us-page .des {
    margin-bottom: 27px
}

.contact-us-page .page-header {
    margin-bottom: 24px
}

.contact-us-page .page-header h2, .contact-us-page .page-header h1 {
    margin-bottom: 17px
}

.contact-us-page .location {
    line-height: var(--font_size_plus12)
}

.contact-us-page .location h4 {
    font-size: var(--font_size_plus2);
    line-height: var(--font_size_plus10);
    color: var(--page_title_color);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 22px
}

.contact-us-page .location p {
    margin-bottom: 24px
}

.contact-us-page .location p:last-of-type {
    margin-bottom: 28px
}

.contact-us-page .location a {
    color: var(--body_color)
}

.contact-us-page .location a:hover {
    color: var(--link_color)
}

.contact-us-page .location strong {
    font-weight: 400
}

.contact-us-page .location .open-hours {
    border-top: 1px solid var(--border_bt_sidebar);
    padding-top: 28px
}

.contact-us-page .form-contact {
    margin-bottom: 50px
}

.contact-us-page .note.form-success {
    margin-bottom: 30px
}

.page-tpl .rte, .blog-detail .rte {
    line-height: var(--font_size_plus12)
}

.page-tpl .rte p, .blog-detail .rte p {
    margin-bottom: 2rem
}

.page-tpl .rte h4, .blog-detail .rte h4 {
    font-size: var(--font_size);
    font-weight: 500;
    color: var(--page_title_color);
    line-height: var(--font_size_plus12);
    margin-bottom: 10px
}

.page-tpl .rte ul, .page-tpl .rte ol, .blog-detail .rte ul, .blog-detail .rte ol {
    margin: 0 0 25px 20px
}

.page-tpl .rte ul li, .blog-detail .rte ul li {
    margin-bottom: 6px
}

.page-tpl .rte ul li:before, .blog-detail .rte ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #8c8c8c;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: none;
    margin: 8.5px 11px 10px 0;
    float: left
}

.page-tpl .rte ol li, .blog-detail .rte ol li {
    counter-increment: li
}

.page-tpl .rte ol li:before, .blog-detail .rte ol li:before {
    content: counter(li);
    min-width: 17px;
    float: left
}

.sidebar-blog .widget-recent-articles {
    margin-bottom: 43px
}

.sidebar-blog .widget-recent-articles .article h3 {
    font-size: var(--font_size);
    line-height: var(--font_size_plus10);
    font-weight: 500
}

.sidebar-blog .widget-recent-articles .article a {
    color: var(--body_color);
    display: block;
    margin-bottom: 6px
}

.sidebar-blog .widget-recent-articles .article em {
    display: block;
    font-style: normal;
    color: var(--breadcrumb_color);
    font-size: var(--font_size);
    line-height: var(--font_size_plus12);
    font-weight: 400
}

.sidebar-blog .widget-recent-articles .article + .article {
    border-top: 1px solid var(--border_bt_sidebar);
    padding-top: 15px
}

.sidebar-blog .widget-recent-articles .widget-title {
    margin-bottom: 20px
}

.sidebar-blog .blogs-tags {
    margin-bottom: 43px
}

.sidebar-blog .blogs-tags .widget-content a {
    font-size: var(--font_size);
    line-height: var(--font_size_plus10);
    color: var(--body_color)
}

.sidebar-blog .blogs-tags .widget-content a:hover {
    color: var(--link_color)
}

.blog-template .page-header h1 a, .blog-template .page-header h2 a {
    color: var(--page_title_color)
}

.halo-blog-content .article-title {
    font-size: var(--font_size_plus6);
    line-height: var(--font_size_plus18);
    color: var(--page_title_color);
    font-weight: 600;
    margin-bottom: 5px
}

.halo-blog-content .article-title a {
    color: var(--page_title_color)
}

.halo-blog-content .article-title a:hover {
    color: var(--link_color_hover)
}

.halo-blog-content .blog_author {
    font-size: var(--font_size);
    line-height: var(--font_size_plus10);
    color: var(--breadcrumb_color);
    margin-bottom: 30px
}

.halo-blog-content .blog_author .blog-comment {
    color: var(--breadcrumb_color);
    text-transform: capitalize;
    margin-left: 8px
}

.halo-blog-content .article-details .article-img {
    margin-bottom: 26px
}

.halo-blog-content .article-details .des {
    line-height: var(--font_size_plus12);
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.halo-blog-content .article-details .btn-read-more {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2);
    min-width: 161px
}

.halo-blog-content .article-details .btn-read-more:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.halo-blog-content .list-blog {
    margin-bottom: 60px
}

.halo-blog-content .list-blog .blog-item {
    margin-bottom: 40px
}

.halo-blog-content .list-blog .blog-item + .blog-item {
    border-top: 1px solid var(--border_bt_sidebar);
    padding-top: 30px
}

.halo-blog-content .list-blog .blog-item-2 .article-img {
    margin-bottom: 21px
}

.halo-blog-content .list-blog .blog-item-2 .blog_author {
    margin-bottom: 18px
}

.pagination-center {
    padding-top: 30px;
    padding-bottom: 30px
}

.wishlist-pagination, .pagination-center {
    margin: 0
}

.wishlist-pagination li, .pagination-center li {
    display: inline-block;
    margin: 0 10px
}

.wishlist-pagination li a, .wishlist-pagination li span, .pagination-center li a, .pagination-center li span {
    color: var(--body_color);
    padding: 0 2px
}

.wishlist-pagination li .fa, .pagination-center li .fa {
    font-size: var(--font_size_plus4);
    font-weight: 600;
    position: relative;
    top: 1px
}

.wishlist-pagination li.active, .wishlist-pagination li.text, .wishlist-pagination li.disabled, .pagination-center li.active, .pagination-center li.text, .pagination-center li.disabled {
    font-weight: 600;
    text-transform: uppercase
}

.wishlist-pagination li.active span, .pagination-center li.active span {
    border-bottom: 1px solid
}

.wishlist-pagination li:first-child, .pagination-center li:first-child {
    margin-left: 0
}

.wishlist-pagination li:first-child .fa, .pagination-center li:first-child .fa {
    padding-right: 5px
}

.wishlist-pagination li:last-child, .pagination-center li:last-child {
    margin-right: 0
}

.wishlist-pagination li:last-child .fa, .pagination-center li:last-child .fa {
    padding-left: 5px
}

.wishlist-pagination li.disabled a {
    pointer-events: none
}

.wishlist-pagination li.active a {
    border-bottom: 1px solid
}

.bg-breddcrumb {
    background-color: #fafafa;
    margin-bottom: 25px
}

.bg-breddcrumb .breadcrumb {
    padding: 9px 0 7px;
    margin-bottom: 0
}

.article-template .article-details {
    margin-bottom: 25px
}

.article-template .article-details .rte img {
    margin-bottom: 4px
}

.article-template .blog-detail .tags-share {
    border-top: 1px solid var(--border_bt_sidebar);
    padding-top: 17px;
    margin-bottom: 13px
}

.article-template .blog-detail .icon-tag {
    color: var(--breadcrumb_color);
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 3px
}

.article-template .blog-detail .icon-tag svg {
    width: 14px;
    height: 20px;
    padding-top: 6px
}

.article-template .blog-detail .user-tags a {
    color: var(--body_color)
}

.article-template .blog-detail .user-tags a:hover {
    color: var(--link_color)
}

.article-template .blog-detail .action-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 58px
}

.article-template .blog-detail .action-btn a {
    font-size: var(--font_size);
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--link_color_hover);
    display: inline-block;
    border-bottom: 1px solid rgba(62, 62, 62, 0.7);
    text-transform: uppercase
}

.article-template .blog-detail .action-btn .fa {
    font-size: var(--font_size_plus4);
    font-weight: 600;
    position: relative;
    top: 1px
}

.article-template .blog-detail .action-btn .fa.fa-angle-left {
    margin-right: 5px
}

.article-template .blog-detail .action-btn .fa.fa-angle-right {
    margin-left: 5px
}

.article-template .blog-detail .title-comment {
    font-size: var(--font_size_plus2);
    line-height: var(--font_size_plus10);
    font-weight: 700;
    color: var(--page_title_color);
    text-transform: uppercase;
    letter-spacing: .05em;
    border-bottom: 1px solid var(--border_bt_sidebar);
    padding-bottom: 8px;
    margin-bottom: 29px
}

#comments .form-group {
    margin-bottom: 20px
}

#comments .form-group label {
    font-weight: 500
}

#comments .form-group input, #comments .form-group textarea {
    max-width: 100%
}

#comments .form-group.message {
    margin-bottom: 15px
}

#comments .note {
    color: var(--breadcrumb_color);
    margin-bottom: 22px
}

#comments .btn, #comments .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button #comments button.shopify-payment-button__button, #comments .product-shop .groups-btn .wishlist, .product-shop .groups-btn #comments .wishlist, #comments .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container #comments .spr-summary-actions-newreview, #comments .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete #comments a {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1);
    width: 100%;
    max-width: 232px
}

#comments .btn:hover, #comments .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button #comments button.shopify-payment-button__button:hover, #comments .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn #comments .wishlist:hover, #comments .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container #comments .spr-summary-actions-newreview:hover, #comments .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete #comments a:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

#comments .comment-head {
    color: var(--breadcrumb_color);
    margin-bottom: 12px
}

#comments .comment-content {
    line-height: var(--font_size_plus12)
}

#comments .list-comments {
    margin-bottom: 45px
}

#comments .list-comments > li {
    padding-left: 118px;
    background: url(i-comment.png) no-repeat 0 2px;
    padding-bottom: 26px;
    margin: 0;
    min-height: 110px;
    margin-bottom: 30px
}

.search-page .page-header, .template-404 .page-header {
    margin-top: 35px
}

.search-page .page-header h2, .template-404 .page-header h2 {
    line-height: 1.4em
}

.search-page .col-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important
}

.search-page .search-form .close-search {
    display: none !important
}

.search-page .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.search-page .search-bar .icon-search {
    min-width: 70px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.search-page .search-bar .icon-search:hover {
    background: var(--background_3);
    color: var(--color_3);
    border-color: var(--border_3)
}

.search-page .input-group-field {
    padding: 7px 15px 5px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    color: #a3a3a3;
    width: 254px;
    margin-right: 10px
}

.template-404 p {
    line-height: var(--font_size_plus12)
}

.template-404 p a {
    font-weight: 500
}

.faqs-page .des_faqs {
    margin-bottom: 30px
}

.faqs-page .panel-group {
    margin-bottom: 50px;
    word-break: break-word
}

.faqs-page .panel-group .panel-default {
    margin-bottom: 15px
}

.faqs-page .panel-group .panel-body {
    padding: 9px 25px 7px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.faqs-page .panel-group .panel-body > div {
    position: relative
}

.faqs-page .panel-group .panel-body > div .rte {
    display: inline-block;
    vertical-align: top
}

.faqs-page .panel-group .panel-title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.faqs-page .panel-group .panel-title a span {
    padding: 9px 25px 7px
}

.faqs-page .panel-group .panel-title {
    font-size: var(--font_size);
    line-height: var(--font_size_plus12);
    font-weight: 500;
    margin-bottom: 0
}

.faqs-page .panel-group .panel-title a {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    padding-right: 65px;
    position: relative
}

.faqs-page .panel-group .panel-title a span:before {
    position: relative;
    top: 0
}

.faqs-page .panel-group .panel-title a span:after {
    display: inline-block;
    font-size: var(--font_size);
    font-weight: 400;
    line-height: var(--font_size_plus12);
    text-align: right;
    content: attr(data-show) "";
    color: var(--breadcrumb_color);
    position: absolute;
    right: 25px;
    top: 0;
    padding: 9px 0 7px;
    text-transform: capitalize
}

.faqs-page .panel-group .panel-title a:not(.collapsed) span:after {
    content: attr(data-hide) "";
    color: #fff
}

.faqs-page .panel-group .panel-body {
    padding-top: 26px;
    padding-bottom: 10px;
    padding-left: 25px;
    line-height: var(--font_size_plus10)
}

.faqs-page .panel-group .panel-body p:not(:last-child), .faqs-page .panel-group .panel-body p:not(:last-of-type) {
    margin-bottom: 2rem
}

.faqs-page .contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.faqs-page .contact-link .text {
    font-size: var(--font_size);
    line-height: var(--font_size_plus12);
    margin-right: 20px
}

.faqs-page .contact-link .btn, .faqs-page .contact-link .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .faqs-page .contact-link button.shopify-payment-button__button, .faqs-page .contact-link .product-shop .groups-btn .wishlist, .product-shop .groups-btn .faqs-page .contact-link .wishlist, .faqs-page .contact-link .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .faqs-page .contact-link .spr-summary-actions-newreview, .faqs-page .contact-link .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .faqs-page .contact-link a {
    background: var(--background_3);
    color: var(--color_3);
    border-color: var(--border_3);
    min-width: 215px
}

.faqs-page .contact-link .btn:hover, .faqs-page .contact-link .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .faqs-page .contact-link button.shopify-payment-button__button:hover, .faqs-page .contact-link .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .faqs-page .contact-link .wishlist:hover, .faqs-page .contact-link .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .faqs-page .contact-link .spr-summary-actions-newreview:hover, .faqs-page .contact-link .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .faqs-page .contact-link a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.ajax-quickview .halo-modal-content .halo-modal-body {
    padding: 50px 70px 50px 60px;
    max-height: 85vh
}

.quickview-tpl .product-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px
}

.quickview-tpl .product-shop {
    margin-top: -8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 410px);
    flex: 0 0 calc(100% - 410px);
    max-width: -moz-calc(100% - 410px);
    max-width: -webkit-calc(100% - 410px);
    max-width: -ms-calc(100% - 410px);
    max-width: calc(100% - 410px)
}

.quickview-tpl .product-shop .product-title a {
    color: var(--page_title_color)
}

.quickview-tpl .product-img-box .slider-nav .item {
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.quickview-tpl .product-img-box .slider-nav .item.slick-current {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    border-bottom-color: #000
}

.quickview-tpl #notify-me-wrapper .input-field {
    height: initial;
    padding: 7px 12px 5px;
    border: 1px solid var(--border_input);
    color: var(--color_ipt);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    max-width: 380px;
    display: block;
    outline: none
}

.vertical-tabs.tabs__product-page {
    padding-top: 8px
}

.vertical-tabs {
    margin-bottom: 10px
}

.vertical-tabs .wrapper-tab-content .tab-title:last-child {
    border-bottom: 1px solid var(--border_bt_sidebar)
}

.wrapper-header .header-mb .search-form {
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    display: block;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    cursor: none
}

.wrapper-header .header-mb .search-form .close-search {
    display: none
}

.wrapper-header .close-search {
    display: none
}

.wrapper-header .close-search svg {
    width: 22px;
    height: 22px
}

.search-open {
    overflow-y: hidden
}

.search-open .wrapper-header .search-form {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    cursor: pointer
}

.search-open .wrapper-header .search-mb > .icon-search {
    display: none
}

.search-open .wrapper-header .close-search {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.search-open .wrapper-header .search-bar {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: none !important
}

.search-open .wrapper-header .search-bar .icon-search {
    padding-top: 12px;
    padding-bottom: 10px;
    background-color: transparent;
    min-width: initial;
    border: none;
    width: 50px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.search-open .wrapper-header .search-bar .icon-search svg {
    width: 16px;
    height: 17px
}

.search-open .wrapper-header .input-group-field {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    padding-top: 10px;
    padding-bottom: 8px;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: calc(100% - 50px)
}

.wrapper_header_parallax .cart-icon {
    width: 50px;
    padding-right: 12px
}

.wrapper_header_parallax .cart-icon .cartCount {
    font-weight: 400
}

.wrapper_header_parallax .cart-icon svg {
    width: 23px;
    height: 23px
}

.wrapper_header_parallax .header-parallax .site-nav .menu-lv-1 > a {
    font-weight: 500;font-family: Futura;
    text-transform: uppercase;
}

.wrapper_header_parallax .header-mb .header-mb-middle {
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: -ms-calc(100% - 200px);
    width: calc(100% - 200px);
    padding-left: 10px
}

.header-parallax .header-top {
    max-height: 45px
}

.header-parallax .top-message {
    max-width: 100%;
    margin: 0 auto;
    letter-spacing: 0;
    max-height: 28px;
    padding: 1.5px 25px;

    color: #FFF;

    text-align: center;
    font-family: Futura;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-parallax .top-message p {
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.header-parallax .top-message p + p {
    visibility: hidden;
    opacity: 0;
    margin-bottom: 0
}

.header-parallax .top-message.slick-slider p + p {
    opacity: 1;
    visibility: visible
}

.header-parallax .top-message .slick-arrow {
    background-color: transparent;
    border-color: transparent
}

.header-parallax .top-message .slick-arrow svg {
    width: 18px;
    height: 18px
}

.header-parallax .top-message .slick-arrow:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--color_slick_arrow)
}

.header-parallax .site-nav .menu-lv-1 {
    font-weight: 200
}

.header-parallax .lang-currency-groups .lang-block .dropdown-label .text {
    display: none
}

.header-parallax .lang-currency-groups .dropdown-label .img-icon img {
    width: 26px;
    height: 15px;
    border-radius: 0;
    object-fit: cover
}

.header-parallax .lang-currency-groups .lang-block .dropdown-toggle:after {
    content: none
}

.header-parallax .lang-currency-groups .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    width: 100px;
    padding: 0 0 20px
}

.header-parallax .site-nav .mega-menu .style_5 .skin-2 h3 {
    font-weight: 600
}

.header-parallax .site-nav .mega-menu .menu-lv-2 > a {
    font-weight: 700;
    text-transform: capitalize
}

.header-parallax .site-nav .menu-mb-title {
    text-transform: capitalize
}

.header-parallax .site-nav .mega-menu .mega-banner .title {
    text-transform: capitalize;
    letter-spacing: 0
}

.header-parallax .site-nav .menu-lv-1.mega-menu .sub-menu-mobile.style_1 .mega-banner .col-left .action {
    display: none
}

.wrapper_header_parallax .header-parallax .header-mb-right .cart-icon .cartCount {
    min-width: 22px;
    min-height: 22px;
    font-size: var(--font_size_minus2);
    line-height: 18px
}

.header-parallax .quickSearchResultsWrap .box-title {
    font-size: var(--font_size_plus4);
    text-transform: capitalize;
    letter-spacing: 0;
    border-bottom: 0;
    margin-top: 25px;
    margin-bottom: 20px
}

.header-parallax .quickSearchResultsWrap .list-item .highlight {
    background-color: #f5f5f5;
    color: #464646;
    border: 1px solid #f5f5f5;
    padding: 8px 15px 9px;
    border-radius: 3px;
    font-size: var(--font_size_plus1)
}

.header-parallax .quickSearchResultsWrap .list-item .highlight:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #202020
}

.header-parallax .quickSearchResultsWrap .list-item .highlight svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-left: 5px
}

.header-parallax .lang-currency-groups .currency-block .dropdown-menu {
    border-left: 0
}

.header-parallax .lang-currency-groups .lang-block .dropdown-menu {
    border-right: 0
}

.header-parallax .acc-mb .user-text a {
    color: #000;
    font-weight: 500;
    letter-spacing: 0
}

.header-parallax .store-links {
    font-weight: 500;
    border-top: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    margin-top: 10px
}

.header-parallax .store-links a {
    display: flex;
    font-size: 14px
}

.header-parallax .store-links a img {
    max-width: 30px;
    margin-right: 6px
}

.home-custom-block .outer .no-padding {
    padding-left: 0;
    padding-right: 0
}

.home-custom-block .outer {
    position: relative;
    margin-left: 0;
    margin-right: 0
}

.home-custom-block .outer:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-custom-block .banner-sub-heading {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px
}

.home-custom-block .banner-heading {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .01em;
    margin-bottom: 26px
}

.home-custom-block .banner-heading .line {
    display: none
}

.home-custom-block .banner-des {
    color: #505E5E;

    font-family: Futura;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 25px */
}

.home-custom-block .banner-small-img .banner-content {
    margin: 40px auto 50px
}

.home-custom-block .banner-small-img .banner-content .banner-button.btn-arrow:before {
    display: none;
    position: absolute;
    content: "";
    bottom: 66px;
    right: 11px;
    width: 50px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(//us.umbertogiannini.com/cdn/shop/t/43/assets/ug-arrow.png?v=153035719115063049551755177312)
}

.home-custom-block .banner-small-img .banner-content .icons-wrapper {
    display: flex;
    animation: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-top: 30px
}

.home-custom-block .video-open-popup a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    line-height: 0;
    padding: 10px 20px;
    border-radius: 5px
}

.row.spotlight-blocks-wrapper.with-video {
    padding-top: 4vw;
    padding-bottom: 6vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.home-custom-block .video-open-popup a svg {
    position: relative;
    top: -1px
}

.custom-block-banner .sub-banner-countdown {
    margin-bottom: 50px
}

.custom-block-banner .clock-item {
    width: 96px;
    height: 96px;
    margin: 0 20px;
    border: 1px solid;
    padding-top: 2px
}

.custom-block-banner .clock-item span.num {
    font-size: var(--font_size_plus18);
    font-weight: 600;
    line-height: var(--font_size_plus21);
    padding-top: 1px
}

.home-blog-posts.blog-slider {
    margin-bottom: 0
}

.home-blog-posts .content-blog {
    padding-top: 0
}

.blog-item .article-img {
    position: relative
}

.blog-item .article-img .adaptive_height{
    aspect-ratio: 1.13;
}
.blog-item .article-img img{
    object-fit: cover;
}

.home-blog-posts.blog-slider .list-blogs:not(.slick-slider) .item + .item {
    display: none
}

.home-blog-posts.blog-slider .blog-item {
    margin-bottom: 30px
}

.home-blog-posts .slick-dots li, .home-spotlight-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px
}

.home-blog-posts .slick-dots li button, .home-spotlight-slider .slick-dots li button {
    width: 7px;
    height: 7px
}

.home-blog-posts .slick-dots li:not(.slick-active) button, .home-spotlight-slider .slick-dots li:not(.slick-active) button {
    background: #FFD9DE;
    border-color: #FFD9DE
}

.home-blog-posts .slick-dots li.slick-active, .home-spotlight-slider .slick-dots li.slick-active {
    border-color: #EF5986
}

.body-boxed .wrapper-header, .body-boxed .wrapper-body {
    background-color: var(--body_bg);
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto
}

.home-spotlight-slider .spotlight-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12)
}

.home-spotlight-slider .content .title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px
}

.home-spotlight-slider .content.spotlight-inner {
    padding: 22px 0 21px
}

.home-spotlight-slider .shop_link {
    display: inline-block;
    color: var(--body_color)
}

.home-spotlight-slider .shop_link:before {
    bottom: -1px
}

.home-spotlight-slider .shop_link:hover:before {
    background-color: var(--breadcrumb_color)
}

.home-spotlight-slider .spotlight-item.no-shadow {
    box-shadow: none;
    margin-bottom: 8px
}

.home-spotlight-slider .no-shadow .shop_link {
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
    color: #000;
    line-height: 15px
}

.home-spotlight-slider .no-shadow .shop_link:before {
    display: none
}

.footer-social.enable-color li.facebook a {
    background-color: #3b5998
}

.footer-social.enable-color li.twitter a {
    background-color: #55acee
}

.footer-social.enable-color li.google_plus a {
    background-color: #dd4b39
}

.footer-social.enable-color li.instagram a {
    background: #497299
}

.footer-social.enable-color li.rss a {
    background-color: #f60
}

.footer-social.enable-color li.pinterest a {
    background-color: #cb2027
}

.footer-social.enable-color li.tumblr a {
    background-color: #32506d
}

.footer-social.enable-color li.snapchat a {
    background-color: #f4e24c
}

.footer-social.enable-color li.youtube a {
    background-color: red
}

.footer-social.enable-color li.vimeo a {
    background-color: #aad450
}

.footer-social.enable-color li a {
    color: #fff
}

.home-brands-style2 .brands-block .slick-slider .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.home-brands-style2 .brands-block .item {
    margin-bottom: 20px
}

.home-brands-style2 .brands-block {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto
}

.home-brands-style2 .brands-block .view_all {
    display: block;
    text-align: center;
    line-height: var(--font_size_plus10);
    color: var(--page_title_color);
    text-transform: capitalize
}

.home-brands-style2 .brands-block .view_all .fa {
    font-size: 15px;
    margin-left: 3px;
    color: var(--breadcrumb_color);
    position: relative;
    top: 3px;
    vertical-align: top
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .wrapper-login-customer .wrapper-content .col-left {
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: calc(50% - 10px)
    }

    .wrapper-login-customer .wrapper-content .col-right {
        width: -moz-calc(50% + 10px);
        width: -webkit-calc(50% + 10px);
        width: -ms-calc(50% + 10px);
        width: calc(50% + 10px)
    }
}

[class*="suppermarket-"] ~ .home-blog-posts-sections .blog-slider .blog-item {
    border: none;
    margin-bottom: 0
}

[class*="suppermarket-"] ~ .home-blog-posts-sections .blog-slider .article-inner {
    padding-bottom: 35px
}

.quickSearchResultsWrap {
    background-color: #fff;
    z-index: 4;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    padding: 15px 10px
}

.quickSearchResultsWrap .custom-scrollbar {
    max-height: -moz-calc(100vh - 150px);
    max-height: -webkit-calc(100vh - 150px);
    max-height: -ms-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    overflow-x: hidden;
    overflow-y: auto;
    webkit-overflow-scrolling: touch
}

.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f4f4f4
}

.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4
}

.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--color_slick_arrow)
}

.quickSearchResultsWrap .header-search__trending {
    margin-bottom: 15px
}

.quickSearchResultsWrap .box-title {
    font-size: var(--font_size);
    line-height: var(--font_size_plus8);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #232323;
    border-bottom: 1px solid var(--border_bt_sidebar);
    padding-bottom: 5px;
    margin-bottom: 15px
}

.quickSearchResultsWrap .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

.quickSearchResultsWrap .list-item .item {
    padding: 0 5px;
    margin-bottom: 10px
}

.quickSearchResultsWrap .list-item .highlight {
    display: block;
    background-color: #f7f7f7;
    color: #868686;
    padding: 7px 12px 5px;
    cursor: pointer
}

.quickSearchResultsWrap .list-item .highlight .fa {
    margin-right: 6px
}

.quickSearchResultsWrap .products-grid {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto
}

.quickSearchResultsWrap .products-grid .grid-item {
    margin-top: 5px;
    margin-bottom: 15px
}

.quickSearchResultsWrap .products-grid .product-top .compare-button {
    display: none
}

.quickSearchResultsWrap .product-item .product-image img {
    max-width: 120px;
    min-height: initial
}

.quickSearchResultsWrap .product-item .product-image .product-grid-image {
    min-height: initial
}

.quickSearchResultsWrap .product-item .product-bottom {
    text-align: left
}

.quickSearchResultsWrap .product-item .action {
    display: none !important
}

.quickSearchResultsWrap .product-item .product-title {
    word-break: break-word;
    max-height: initial;
    white-space: normal;
    text-overflow: initial
}

.quickSearchResultsWrap .header-search__results .text-center {
    border-top: 1px solid var(--border_bt_sidebar)
}

.quickSearchResultsWrap .text-results {
    display: block;
    font-weight: 600;
    color: #3c3c3c;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 6px 0 4px
}

.quickSearchResultsWrap .text-results:hover {
    color: #178dc9
}

.quickSearchResultsWrap .text-results.header-search__see-more {
    margin-top: 15px
}

.wishlist-header {
    border-bottom-color: var(--border_color_2)
}

.wishlist-header .column {
    padding: 11px 20px 9px;
    color: #5a5a5a
}

.wishlist-content {
    margin-bottom: 30px
}

.wishlist-content .grid-item {
    padding: 30px 0;
    border-bottom: 1px solid var(--border_color_2);
    display: none
}

.wishlist-content .grid-item .product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.wishlist-content .grid-item:nth-child(-n+3) {
    display: block
}

.wishlist-content .column {
    padding-left: 20px;
    padding-right: 20px
}

.wishlist-content .column.col-img {
    padding-left: 0
}

.wishlist-content .column .btn, .wishlist-content .column .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .wishlist-content .column button.shopify-payment-button__button, .wishlist-content .column .product-shop .groups-btn .wishlist, .product-shop .groups-btn .wishlist-content .column .wishlist, .wishlist-content .column .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .wishlist-content .column .spr-summary-actions-newreview, .wishlist-content .column .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .wishlist-content .column a {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    max-width: 188px
}

.wishlist-content .product-image {
    margin: 0
}

.wishlist-content .product-image img {
    max-width: 84px
}

.wishlist-content .price-box {
    margin: 0;
    color: var(--color_price)
}

.wishlist-content .product-vendor {
    margin: 0
}

.wishlist-content .product-vendor a {
    color: var(--breadcrumb_color);
    font-weight: 500
}

.wishlist-content .col-remove a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--color_slick_arrow)
}

.wishlist-content .col-remove a:hover {
    color: var(--color_price_sale)
}

.wishlist-content .col-remove svg {
    width: 16px;
    height: 16px
}

.wishlist-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.wishlist-footer .share {
    color: var(--body_color);
    display: inline-block;
    margin-bottom: 15px
}

.wishlist-footer .share:hover {
    color: var(--link_color)
}

.wishlist-footer .share .fa {
    color: #646464;
    font-size: var(--font_size_plus3);
    margin-right: 7px
}

.wishlist-page .page-header h2, .wishlist-page .page-header h1 {
    margin-bottom: 30px
}

.wishlist-page .col-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px
}

.wishlist-page .col-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px
}

.wishlist-page .col-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px
}

.wishlist-page .col-remove {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px
}

.wishlist-page .col-prod {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 820px);
    flex: 0 0 calc(100% - 820px);
    max-width: -moz-calc(100% - 820px);
    max-width: -webkit-calc(100% - 820px);
    max-width: -ms-calc(100% - 820px);
    max-width: calc(100% - 820px)
}

.wishlist-page .wrapper-wishlist .wrapper-overflow {
    overflow-x: auto
}

.wishlist-page .wrapper-wishlist .wishlist-content, .wishlist-page .wrapper-wishlist .wishlist-header {
    width: 100%;
    min-width: 928px;
    overflow-x: hidden
}

.footbar-fixed.footbar-fixed-product {
    position: fixed;
    z-index: 101
}

.footbar-fixed.footbar-fixed-product .sticky_form {
    position: static;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: none
}

.show_sticky .footbar-fixed-product .sticky_form {
    display: block
}

.sticky_form .content-left .sticky-countdown {
    margin: 0
}

.shopify-challenge__container {
    margin-top: 30px !important
}

.shopify-challenge__container .shopify-challenge__button {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.shopify-challenge__container .shopify-challenge__button:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

#preview-bar-iframe {
    display: none !important;
    height: 0 !important
}

.newsletter-success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none
}

.newsletter-success-modal i {
    margin-right: 10px;
    font-size: 16px
}

.newsletter-success-modal i.fa-times {
    color: red
}

.newsletter-success-modal .modal-overlay {
    background-color: rgba(35, 35, 35, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.newsletter-success-modal .halo-modal-content {
    width: 280px;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.newsletter-success-modal .halo-modal-content .close {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.newsletter-success-modal .halo-modal-content .close:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.newsletter-success-modal .halo-modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.template-404 .main-content {
    padding: 0
}

.fof-wrapper {
    padding: 20px;
    position: relative
}

.fof-wrapper .not_img {
    height: 960px;
    line-height: 1600px
}

.fof-wrapper .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%
}

.faqs-page .panel-group .panel-body:before {
    padding-top: 3.5px;
    padding-bottom: 3.5px
}

.product-label .label {
    padding-top: 3.5px;
    padding-bottom: 3.5px
}

.quickview-button {
    padding-top: .5px;
    padding-bottom: .5px
}

.sizes-list li a {
    padding-top: 2.5px;
    padding-bottom: 2.5px
}

.cart-icon .cartCount {
    padding-top: 1px;
    padding-bottom: 1px
}

#dropdown-cart .mini-products-list {
    margin-right: 0
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    #dropdown-cart .mini-products-list {
        margin-right: 0
    }
}

.sidebar-links .widget-content li.open > .dropdown-cat {
    display: block !important
}

.rte {
    font-family: var(--fonts_name)
}

.btn.btn-block, .product-shop .shopify-payment-button button.btn-block.shopify-payment-button__button, .product-shop .groups-btn .btn-block.wishlist, .tabs__product-page .spr-container .btn-block.spr-summary-actions-newreview, .addresses-page .btn-edit-delete a.btn-block {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--color_ipt)
}

.btn.btn-block:hover, .product-shop .shopify-payment-button button.btn-block.shopify-payment-button__button:hover, .product-shop .groups-btn .btn-block.wishlist:hover, .tabs__product-page .spr-container .btn-block.spr-summary-actions-newreview:hover, .addresses-page .btn-edit-delete a.btn-block:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.header-bottom .search-mb .icon-search {
    width: 300px
}

#video-popup {
    width: 99%;
    max-width: 900px;
    padding: 15px;
    background: transparent;
    overflow: visible
}

#video-popup .videoInner {
    padding: 10px;
    background: #000
}

#video-popup .videoInner .videoWrapper {
    position: relative;
    padding-bottom: 54.25%;
    height: 0
}

#video-popup .videoInner .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#video-popup .fancybox-close-small:after {
    width: 32px;
    height: 32px;
    background: #e95144;
    color: #fff;
    font-size: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    outline: none
}

.footer-top-newsletter .row.no-padding {
    margin-left: 0;
    margin-right: 0
}

.footer-top-newsletter .outer {
    background-color: rgba(253, 185, 198, 0.2)
}

.footer-top-newsletter .banner-full-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.footer-top-newsletter .outer .col-12 {
    padding: 0
}

.footer-top-newsletter .custom-block-banner {
    max-width: 100%;
    padding: 3rem 1rem
}

.footer-top-newsletter .custom-block-banner .banner-content {
    text-align: left
}

.footer-top-newsletter .custom-block-banner .banner-content .banner-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: .01em;
    margin-bottom: 20px
}

.footer-top-newsletter .custom-block-banner .banner-content .banner-title .line {
    display: block
}

.footer-top-newsletter .custom-block-banner .banner-content .banner-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 25px
}

.footer-top-newsletter fieldset {
    margin-bottom: 40px
}

.footer-top-newsletter input[type="radio"], .footer-top-newsletter input[type="checkbox"] {
    display: none
}

.footer-top-newsletter input[type="radio"] + .checkbox-image, .footer-top-newsletter input[type="checkbox"] + .checkbox-image {
    width: 32px;
    min-height: 32px
}

.footer-top-newsletter input[type="radio"] + .checkbox-image .inactive, .footer-top-newsletter input[type="radio"] + .checkbox-image .active, .footer-top-newsletter input[type="checkbox"] + .checkbox-image .inactive, .footer-top-newsletter input[type="checkbox"] + .checkbox-image .active {
    display: none
}

.footer-top-newsletter input[type="radio"]:not(:checked) + .checkbox-image .inactive, .footer-top-newsletter input[type="checkbox"]:not(:checked) + .checkbox-image .inactive {
    display: inline
}

.footer-top-newsletter input[type="radio"]:checked + .checkbox-image .active, .footer-top-newsletter input[type="checkbox"]:checked + .checkbox-image .active {
    display: inline
}

.footer-top-newsletter fieldset {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

.footer-top-newsletter fieldset label {
    flex-basis: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-flow: row;
    align-items: center;
    column-gap: 4px
}

.footer-top-newsletter .custom-block-banner .banner-content .input-group {
    justify-content: center
}

.footer-top-newsletter .custom-block-banner .block-content {
    margin-bottom: 30px;
    padding: 0 16px
}

.footer-top-newsletter .custom-block-banner .block-content .content-input {
    position: relative;
    flex-basis: 100%
}

.footer-top-newsletter .custom-block-banner .block-content .input-group-field {
    width: 100%;
    max-width: 550px;
    height: auto;
    text-align: center;
    margin: 0 auto 40px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    display: block;
    padding: 7px 10px
}

.footer-top-newsletter .banner-large-img .block-content .btn, .footer-top-newsletter .banner-large-img .block-content .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .footer-top-newsletter .banner-large-img .block-content button.shopify-payment-button__button, .footer-top-newsletter .banner-large-img .block-content .product-shop .groups-btn .wishlist, .product-shop .groups-btn .footer-top-newsletter .banner-large-img .block-content .wishlist, .footer-top-newsletter .banner-large-img .block-content .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .footer-top-newsletter .banner-large-img .block-content .spr-summary-actions-newreview, .footer-top-newsletter .banner-large-img .block-content .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .footer-top-newsletter .banner-large-img .block-content a {
    padding: 15px 15px 13px;
    min-width: 150px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block
}

.checkbox-group {
    margin-bottom: 16px;
    text-align: left;
    clear: both
}

.checkbox-group label {
    font-weight: 400 !important;
    margin-bottom: 0 !important
}

.checkbox-group a {
    color: var(--page_title_color);
    display: inline-block;
    background-image: linear-gradient(transparent 97%, var(--page_title_color) 3%);
    background-repeat: repeat-x;
    background-position-y: -2px
}

.btn-checkout.show {
    opacity: .65;
    pointer-events: none
}

.template-page .featured-products .products-grid .grid-item {
    margin-bottom: 0
}

.template-page .featured-products .products-grid .slick-dots {
    margin-top: 20px
}

.short-description ul, .short-description ol {
    margin: 0 0 25px 20px
}

.short-description ul li {
    margin-bottom: 6px
}

.short-description ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #8c8c8c;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: none;
    margin: 8.5px 11px 10px 0;
    float: left
}

.short-description ol li {
    counter-increment: li
}

.short-description ol li:before {
    content: counter(li);
    min-width: 17px;
    float: left
}

.tab-content iframe, .tab-content video, .short-description iframe, .short-description video {
    max-width: 100%
}

.vertical-tabs iframe, .vertical-tabs video, .short-description iframe, .short-description video {
    height: 270px
}

.translation-lab-language-switcher {
    font-weight: 600
}

.snptwdgt-container .snptwdgt-rtd__fotr {
    display: none
}

.social-icons li {
    margin-bottom: 15px
}

.fb_iframe_widget iframe {
    position: static !important
}

.slider-nav .product-single__media {
    position: relative;
    padding-top: 100%
}

.slider-nav .product-single__media model-viewer, .slider-nav .product-single__media img {
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -sand-transform: translate(-50%, -50%);
    object-fit: contain
}

.slider-nav .product-single__media a {
    display: block
}

.slider-nav .product-single__media a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #202020;
    fill: #202020;
    width: 36px;
    height: 36px
}

.slider-for .model-viewer {
    position: relative
}

.slider-for .product-single__media {
    position: relative
}

.slider-for .product-single__media model-viewer, .slider-for .product-single__media iframe, .slider-for .product-single__media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.shopify-model-viewer-ui__controls-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none
}

.shopify-model-viewer-ui__controls-overlay > div {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate3d(-50%, -50%, 0);
    height: 62px;
    width: 62px;
    z-index: 1
}

.shopify-model-viewer-ui__controls-overlay > div svg {
    height: 62px;
    width: 62px
}

.product-img-box .slider-for .slick-slide {
    float: none !important
}

.product-img-box .slider-for.slick-initialized .slick-slide {
    display: inline-block;
    vertical-align: middle;
    pointer-events: none
}

.product-img-box .slider-for.slick-initialized .slick-slide.slick-active {
    pointer-events: unset
}

.product-img-box .slider-for.slick-initialized .slick-slide.slick-current {
    background: rgba(0, 0, 0, 0.02)
}

.product-img-box.second {
    margin: 20px auto 0;
    display: none
}

.zoom-label {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 100
}

.icon-loading-js {
    margin: 0 auto;
    height: 200px;
    padding-top: 60px;
    text-align: center;
    opacity: 1;
    transition: all .3s;
    left: 0
}

.icon-loading-js svg {
    width: 80px;
    height: 80px
}

.active .icon-loading-js {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    padding: 0
}

.adaptive_height {
    position: relative;
    display: block
}

.adaptive_height img,.adaptive_height video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.adaptive_height img.lazyload, .adaptive_height img.lazyloading {
    opacity: 1
}

.adaptive_height img.lazyload:after, .adaptive_height img.lazyloading:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0
}

.before-you-leave__wrapper {
    overflow: auto;
    max-height: 100vh
}

.before-you-leave__wrapper::-webkit-scrollbar-track {
    background-color: #fafafa
}

.before-you-leave__wrapper::-webkit-scrollbar {
    width: 0;
    background-color: #fafafa
}

.before-you-leave__wrapper::-webkit-scrollbar-thumb {
    background-color: #e6e6e6
}

.before-you-leave__wrapper .close-before-you-leave {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    padding-top: 15px
}

.before-you-leave__wrapper .close-before-you-leave span {
    font-size: var(--font_size);
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 5px;
    color: var(--body_color)
}

.before-you-leave__wrapper .close-before-you-leave svg {
    color: var(--body_color)
}

.before-you-leave__header {
    padding: 0 20px 19px
}

.before-you-leave__bg {
    padding: 45px 30px 30px;
    color: #fff;
    position: relative;
    background-color: #989898;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.before-you-leave__bg .rte {
    z-index: 2;
    position: relative
}

.before-you-leave__bg .rte, .before-you-leave__bg p, .before-you-leave__bg a {
    color: inherit
}

.before-you-leave__bg .rte p {
    margin-bottom: 15px;
    font-size: var(--font_size);
    padding: 0 20px
}

.before-you-leave__img {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.before-you-leave__bg .rte a strong {
    margin-top: 0
}

.before-you-leave__bg .rte strong {
    font-size: 24px;
    font-weight: 400;
    color: inherit;
    text-transform: uppercase;
    font-family: var(--fonts_name_2);
    margin-top: 25px;
    display: block;
    letter-spacing: .05em
}

.before-you-leave__bg .rte p:first-child strong {
    font-size: 32px;
    text-transform: none;
    margin-top: 0
}

.before-you-leave__bg .rte a:not(.btn) {
    padding-bottom: 2px;
    margin-bottom: 12px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-top: 10px
}

.before-you-leave__bg .btn, .before-you-leave__bg .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .before-you-leave__bg button.shopify-payment-button__button, .before-you-leave__bg .product-shop .groups-btn .wishlist, .product-shop .groups-btn .before-you-leave__bg .wishlist, .before-you-leave__bg .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .before-you-leave__bg .spr-summary-actions-newreview, .before-you-leave__bg .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .before-you-leave__bg a {
    width: 100%;
    z-index: 2;
    position: relative;
    padding: 15px 15px 13px;
    margin-top: 30px;
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.before-you-leave__bg .btn:hover, .before-you-leave__bg .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .before-you-leave__bg button.shopify-payment-button__button:hover, .before-you-leave__bg .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .before-you-leave__bg .wishlist:hover, .before-you-leave__bg .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .before-you-leave__bg .spr-summary-actions-newreview:hover, .before-you-leave__bg .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .before-you-leave__bg a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.before-you-leave__content--title {
    padding: 18px 20px;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb
}

.before-you-leave__content--title .title {
    margin-bottom: 0;
    font-size: var(--font_size)
}

.before-you-leave__content--title .count {
    width: 20px;
    height: 20px;
    line-height: 22px;
    margin-left: 5px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: var(--color_price_sale);
    font-size: var(--font_size)
}

.before-you-leave__content--title .search:not(.open_search) .icon-search {
    display: block
}

.before-you-leave__content--title .search:not(.open_search) .icon-close {
    display: none
}

.before-you-leave__content--title .search.open_search .icon-search {
    display: none
}

.before-you-leave__content--title .search.open_search .icon-close {
    display: block
}

.before-you-leave__content--title .search-form-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10
}

.before-you-leave__content--title .search-bar {
    width: 100%;
    color: #000;
    background-color: #fff
}

.before-you-leave__content--title .search-bar button {
    color: #000
}

.before-you-leave__content--title .search-bar input {
    color: #000;
    background-color: #fff;
    width: calc(100% - 34px)
}

.before-you-leave__content--title .search-form__results {
    top: 100%;
    width: 100%
}

.before-you-leave__content--product {
    z-index: 1;
    position: relative;
    padding: 8px 20px 50px
}

.before-you-leave__content--product .products-grid .grid-item {
    margin: 0
}

.before-you-leave__content--product .products-grid .grid-item + .grid-item {
    margin-top: -10px
}

.before-you-leave__content--product .products-grid .grid-item:first-child {
    margin-top: 0
}

.before-you-leave__content--product .inner-top {
    display: table;
    width: 100%
}

.before-you-leave__content--product .inner-top .product-top {
    display: table-cell;
    vertical-align: top;
    width: 100px
}

.before-you-leave__content--product .inner-top .product-top .product-image {
    margin-bottom: 0
}

.before-you-leave__content--product .inner-top .product-top .product-image .product-grid-image {
    min-height: auto
}

.before-you-leave__content--product .inner-top .product-bottom {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 100px);
    padding: 45px 0 0 20px
}

.before-you-leave__content--product .inner-top .product-bottom .product-vendor {
    margin-bottom: 0
}

.before-you-leave__content--product .inner-top .product-bottom .action {
    margin-left: 0;
    max-width: 100px;
    padding-top: 7px
}

.before-you-leave__content--product .inner-top .product-bottom .action .btn, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .before-you-leave__content--product .inner-top .product-bottom .action button.shopify-payment-button__button, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .groups-btn .wishlist, .product-shop .groups-btn .before-you-leave__content--product .inner-top .product-bottom .action .wishlist, .before-you-leave__content--product .inner-top .product-bottom .action .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .before-you-leave__content--product .inner-top .product-bottom .action .spr-summary-actions-newreview, .before-you-leave__content--product .inner-top .product-bottom .action .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .before-you-leave__content--product .inner-top .product-bottom .action a {
    padding: 15px 15px 13px;
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--color_2)
}

.before-you-leave__content--product .inner-top .product-bottom .action .btn:hover, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .before-you-leave__content--product .inner-top .product-bottom .action button.shopify-payment-button__button:hover, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .before-you-leave__content--product .inner-top .product-bottom .action .wishlist:hover, .before-you-leave__content--product .inner-top .product-bottom .action .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .before-you-leave__content--product .inner-top .product-bottom .action .spr-summary-actions-newreview:hover, .before-you-leave__content--product .inner-top .product-bottom .action .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .before-you-leave__content--product .inner-top .product-bottom .action a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--color_1)
}

.before-you-leave__content--product .inner-top .product-bottom .action .btn:hover span:before, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .shopify-payment-button button.shopify-payment-button__button:hover span:before, .product-shop .shopify-payment-button .before-you-leave__content--product .inner-top .product-bottom .action button.shopify-payment-button__button:hover span:before, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .groups-btn .wishlist:hover span:before, .product-shop .groups-btn .before-you-leave__content--product .inner-top .product-bottom .action .wishlist:hover span:before, .before-you-leave__content--product .inner-top .product-bottom .action .tabs__product-page .spr-container .spr-summary-actions-newreview:hover span:before, .tabs__product-page .spr-container .before-you-leave__content--product .inner-top .product-bottom .action .spr-summary-actions-newreview:hover span:before, .before-you-leave__content--product .inner-top .product-bottom .action .addresses-page .btn-edit-delete a:hover span:before, .addresses-page .btn-edit-delete .before-you-leave__content--product .inner-top .product-bottom .action a:hover span:before, .before-you-leave__content--product .inner-top .product-bottom .action .btn:hover span:after, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .shopify-payment-button button.shopify-payment-button__button:hover span:after, .product-shop .shopify-payment-button .before-you-leave__content--product .inner-top .product-bottom .action button.shopify-payment-button__button:hover span:after, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .groups-btn .wishlist:hover span:after, .product-shop .groups-btn .before-you-leave__content--product .inner-top .product-bottom .action .wishlist:hover span:after, .before-you-leave__content--product .inner-top .product-bottom .action .tabs__product-page .spr-container .spr-summary-actions-newreview:hover span:after, .tabs__product-page .spr-container .before-you-leave__content--product .inner-top .product-bottom .action .spr-summary-actions-newreview:hover span:after, .before-you-leave__content--product .inner-top .product-bottom .action .addresses-page .btn-edit-delete a:hover span:after, .addresses-page .btn-edit-delete .before-you-leave__content--product .inner-top .product-bottom .action a:hover span:after {
    background-color: var(--color_1)
}

.before-you-leave__content--product .inner-top .product-bottom .action .btn span, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .shopify-payment-button button.shopify-payment-button__button span, .product-shop .shopify-payment-button .before-you-leave__content--product .inner-top .product-bottom .action button.shopify-payment-button__button span, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .groups-btn .wishlist span, .product-shop .groups-btn .before-you-leave__content--product .inner-top .product-bottom .action .wishlist span, .before-you-leave__content--product .inner-top .product-bottom .action .tabs__product-page .spr-container .spr-summary-actions-newreview span, .tabs__product-page .spr-container .before-you-leave__content--product .inner-top .product-bottom .action .spr-summary-actions-newreview span, .before-you-leave__content--product .inner-top .product-bottom .action .addresses-page .btn-edit-delete a span, .addresses-page .btn-edit-delete .before-you-leave__content--product .inner-top .product-bottom .action a span {
    position: relative
}

.before-you-leave__content--product .inner-top .product-bottom .action .btn span:before, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .shopify-payment-button button.shopify-payment-button__button span:before, .product-shop .shopify-payment-button .before-you-leave__content--product .inner-top .product-bottom .action button.shopify-payment-button__button span:before, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .groups-btn .wishlist span:before, .product-shop .groups-btn .before-you-leave__content--product .inner-top .product-bottom .action .wishlist span:before, .before-you-leave__content--product .inner-top .product-bottom .action .tabs__product-page .spr-container .spr-summary-actions-newreview span:before, .tabs__product-page .spr-container .before-you-leave__content--product .inner-top .product-bottom .action .spr-summary-actions-newreview span:before, .before-you-leave__content--product .inner-top .product-bottom .action .addresses-page .btn-edit-delete a span:before, .addresses-page .btn-edit-delete .before-you-leave__content--product .inner-top .product-bottom .action a span:before {
    top: 6px;
    content: "";
    width: 9px;
    height: 1px;
    line-height: 22px;
    right: calc(100% + 9px);
    display: block;
    position: absolute;
    background-color: var(--color_2)
}

.before-you-leave__content--product .inner-top .product-bottom .action .btn span:after, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .shopify-payment-button button.shopify-payment-button__button span:after, .product-shop .shopify-payment-button .before-you-leave__content--product .inner-top .product-bottom .action button.shopify-payment-button__button span:after, .before-you-leave__content--product .inner-top .product-bottom .action .product-shop .groups-btn .wishlist span:after, .product-shop .groups-btn .before-you-leave__content--product .inner-top .product-bottom .action .wishlist span:after, .before-you-leave__content--product .inner-top .product-bottom .action .tabs__product-page .spr-container .spr-summary-actions-newreview span:after, .tabs__product-page .spr-container .before-you-leave__content--product .inner-top .product-bottom .action .spr-summary-actions-newreview span:after, .before-you-leave__content--product .inner-top .product-bottom .action .addresses-page .btn-edit-delete a span:after, .addresses-page .btn-edit-delete .before-you-leave__content--product .inner-top .product-bottom .action a span:after {
    top: 2px;
    content: "";
    width: 1px;
    height: 9px;
    line-height: 22px;
    right: calc(100% + 13px);
    display: block;
    position: absolute;
    background-color: var(--color_2)
}

.before-you-leave__content--product .product-card--2 .product-card__title {
    margin-bottom: 10px
}

.before-you-leave__content--product .product-card--2 .product-card__btn {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #191919;
    border: 1px solid #d2d2d2;
    background-color: #fff
}

.before-you-leave__content--product .product-card__btn--plus > span:before, .before-you-leave__content--product .product-card__btn--plus > span:after {
    background-color: #191919
}

.before-you-leave__content--product .product-card--2 .product-card__btn:hover {
    color: #191919;
    border: 1px solid #d2d2d2;
    background-color: #fff
}

.before-you-leave__content--product .slick-slide > div {
    margin-bottom: 20px
}

.before-you-leave__content--product .slick-arrow {
    top: auto;
    bottom: -34px;
    width: 30px;
    height: 30px;
    transform: none
}

.before-you-leave__content--product .slick-prev {
    left: 15px
}

.before-you-leave__content--product .slick-next {
    right: 15px
}

.before-you-leave__content--product .slick-dots {
    max-width: max-content
}

.before-you-leave__button {
    display: block;
    padding-top: 55px
}

.before-you-leave__button .btn, .before-you-leave__button .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .before-you-leave__button button.shopify-payment-button__button, .before-you-leave__button .product-shop .groups-btn .wishlist, .product-shop .groups-btn .before-you-leave__button .wishlist, .before-you-leave__button .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .before-you-leave__button .spr-summary-actions-newreview, .before-you-leave__button .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .before-you-leave__button a {
    width: 100%;
    padding: 15px 15px 13px;
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--color_2)
}

.before-you-leave__button .btn:hover, .before-you-leave__button .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .before-you-leave__button button.shopify-payment-button__button:hover, .before-you-leave__button .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .before-you-leave__button .wishlist:hover, .before-you-leave__button .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .before-you-leave__button .spr-summary-actions-newreview:hover, .before-you-leave__button .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .before-you-leave__button a:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--color_1)
}

.popup-sidebar {
    top: 0;
    bottom: 0;
    padding: 0;
    height: 100vh;
    z-index: 999;
    position: fixed;
    max-width: 400px;
    width: calc(100% - 44px);
    transition: all .5s ease, z-index 0 ease;
    box-shadow: rgba(50, 50, 50, 0.2) 0 0 2px 0;
    color: #000;
    background-color: #fff;
    font-size: 12px;
    font-family: var(--fonts_name);
    font-weight: 500
}

#before-you-leave.popup-sidebar {
    max-width: 400px
}

.popup-sidebar--right {
    right: -101%
}

.open_beforeYouLeave #before-you-leave.popup-sidebar--right {
    right: 0
}

.open_beforeYouLeave .wrapper-overlay {
    display: block;
    z-index: 5
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-edit .cart-meta--title input::-webkit-outer-spin-button, .product-edit .cart-meta--title input::-webkit-inner-spin-button, .cart-list .cart--quantity .qty-group input::-webkit-outer-spin-button, .cart-list .cart--quantity .qty-group input::-webkit-inner-spin-button {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    margin: 0;
    opacity: 1
}

.quickview-tpl .qty-group input[type=number]::-webkit-outer-spin-button, .quickview-tpl .qty-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.free_shipping_massage1 {
    margin-top: -4px;
    margin-bottom: 20px;
    color: var(--body_color);
    font-size: var(--font_size);
    text-align: left
}

.free_shipping_massage1 b {
    color: var(--page_title_color);
    text-transform: capitalize;
    font-weight: 400
}

.modal.modal--is-active {
    opacity: 1;
    display: flex;
    overflow: visible;
    align-items: center;
    justify-content: center
}

.action.show-popup-qs {
    max-width: 100% !important
}

.action.show-popup-qs [data-init-quickshop] {
    display: none
}

.action.show-popup-qs .product-card__variant--popup {
    display: block
}

.product-card__variant--popup {
    display: none
}

.products-list .show-popup-qs .product-card__variant--popup--content .product-card__button2 .add-to-cart-btn {
    width: 100%
}

.products-list .show-popup-qs .product-card__button_cancel_mobile {
    right: 0
}

.show-popup-qs .product-card__button2 {
    display: flex;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 10px
}

.show-popup-qs .product-card__button2 .btn, .show-popup-qs .product-card__button2 .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .show-popup-qs .product-card__button2 button.shopify-payment-button__button, .show-popup-qs .product-card__button2 .product-shop .groups-btn .wishlist, .product-shop .groups-btn .show-popup-qs .product-card__button2 .wishlist, .show-popup-qs .product-card__button2 .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .show-popup-qs .product-card__button2 .spr-summary-actions-newreview, .show-popup-qs .product-card__button2 .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .show-popup-qs .product-card__button2 a {
    padding: 10px 15px 8px !important;
    width: calc(100% - 20px);
    min-width: auto
}

.show-popup-qs .product-card__button2 .btn:hover, .show-popup-qs .product-card__button2 .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .show-popup-qs .product-card__button2 button.shopify-payment-button__button:hover, .show-popup-qs .product-card__button2 .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .show-popup-qs .product-card__button2 .wishlist:hover, .show-popup-qs .product-card__button2 .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .show-popup-qs .product-card__button2 .spr-summary-actions-newreview:hover, .show-popup-qs .product-card__button2 .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .show-popup-qs .product-card__button2 a:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.show-popup-qs .product-card__button2 .btn.add-to-cart-btn, .show-popup-qs .product-card__button2 .product-shop .shopify-payment-button button.add-to-cart-btn.shopify-payment-button__button, .product-shop .shopify-payment-button .show-popup-qs .product-card__button2 button.add-to-cart-btn.shopify-payment-button__button, .show-popup-qs .product-card__button2 .product-shop .groups-btn .add-to-cart-btn.wishlist, .product-shop .groups-btn .show-popup-qs .product-card__button2 .add-to-cart-btn.wishlist, .show-popup-qs .product-card__button2 .tabs__product-page .spr-container .add-to-cart-btn.spr-summary-actions-newreview, .tabs__product-page .spr-container .show-popup-qs .product-card__button2 .add-to-cart-btn.spr-summary-actions-newreview, .show-popup-qs .product-card__button2 .addresses-page .btn-edit-delete a.add-to-cart-btn, .addresses-page .btn-edit-delete .show-popup-qs .product-card__button2 a.add-to-cart-btn {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.show-popup-qs .product-card__button2 .btn.add-to-cart-btn:hover, .show-popup-qs .product-card__button2 .product-shop .shopify-payment-button button.add-to-cart-btn.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .show-popup-qs .product-card__button2 button.add-to-cart-btn.shopify-payment-button__button:hover, .show-popup-qs .product-card__button2 .product-shop .groups-btn .add-to-cart-btn.wishlist:hover, .product-shop .groups-btn .show-popup-qs .product-card__button2 .add-to-cart-btn.wishlist:hover, .show-popup-qs .product-card__button2 .tabs__product-page .spr-container .add-to-cart-btn.spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .show-popup-qs .product-card__button2 .add-to-cart-btn.spr-summary-actions-newreview:hover, .show-popup-qs .product-card__button2 .addresses-page .btn-edit-delete a.add-to-cart-btn:hover, .addresses-page .btn-edit-delete .show-popup-qs .product-card__button2 a.add-to-cart-btn:hover {
    background-color: var(--background_2);
    color: var(--color_2);
    border-color: var(--color_2)
}

.show-popup-qs .product-card__button2 .btn.btn-cancel, .show-popup-qs .product-card__button2 .product-shop .shopify-payment-button button.btn-cancel.shopify-payment-button__button, .product-shop .shopify-payment-button .show-popup-qs .product-card__button2 button.btn-cancel.shopify-payment-button__button, .show-popup-qs .product-card__button2 .product-shop .groups-btn .btn-cancel.wishlist, .product-shop .groups-btn .show-popup-qs .product-card__button2 .btn-cancel.wishlist, .show-popup-qs .product-card__button2 .tabs__product-page .spr-container .btn-cancel.spr-summary-actions-newreview, .tabs__product-page .spr-container .show-popup-qs .product-card__button2 .btn-cancel.spr-summary-actions-newreview, .show-popup-qs .product-card__button2 .addresses-page .btn-edit-delete a.btn-cancel, .addresses-page .btn-edit-delete .show-popup-qs .product-card__button2 a.btn-cancel {
    margin-left: 5px;
    background-color: var(--background_2);
    color: var(--color_2);
    border-color: var(--color_2);
    display: none
}

.show-popup-qs .product-card__button2 .btn.btn-cancel:hover, .show-popup-qs .product-card__button2 .product-shop .shopify-payment-button button.btn-cancel.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .show-popup-qs .product-card__button2 button.btn-cancel.shopify-payment-button__button:hover, .show-popup-qs .product-card__button2 .product-shop .groups-btn .btn-cancel.wishlist:hover, .product-shop .groups-btn .show-popup-qs .product-card__button2 .btn-cancel.wishlist:hover, .show-popup-qs .product-card__button2 .tabs__product-page .spr-container .btn-cancel.spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .show-popup-qs .product-card__button2 .btn-cancel.spr-summary-actions-newreview:hover, .show-popup-qs .product-card__button2 .addresses-page .btn-edit-delete a.btn-cancel:hover, .addresses-page .btn-edit-delete .show-popup-qs .product-card__button2 a.btn-cancel:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.show-popup-qs .product-card__button_cancel_mobile {
    position: absolute;
    top: 5px;
    right: 5px
}

.show-popup-qs .product-card__button_cancel_mobile .btn-cancel {
    padding: 0 !important;
    min-width: auto;
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--page_title_color) !important
}

.show-popup-qs .product-card__button_cancel_mobile .btn-cancel:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--page_title_color)
}

.show-popup-qs .product-card__button_cancel_mobile .btn-cancel svg {
    width: 18px;
    height: 18px
}

.show-popup-qs .product-card__variant--popup--content .swatch .swatch-element label {
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    padding: 0 10px
}

.show-popup-qs .product-card__variant--popup--content .swatch .swatch-element input:checked + label {
    font-weight: 400
}

.show-popup-qs .product-card__variant--popup--content .swatch .swatch-element:not(.color) label:after {
    border: 1px solid var(--color_slick_arrow)
}

.swatch .swatch-element.soldout label:after {
    display: inline-block !important
}

.product-card__variant--popup {
    display: none
}

.selector-wrapper.hide, .product-form__variants {
    display: none
}

.layout_default .product-collection.products-grid .col-lg-3 .product-card__variant--popup--content .variants {
    max-height: 100px
}

.layout_default .product-collection.products-grid .col5 .product-card__variant--popup--content .variants {
    max-height: 100px
}

.layout_default .product-card__variant--popup--content .variants {
    max-height: 100px;
    overflow-y: auto;
    webkit-overflow-scrolling: touch
}

.product-collection.products-grid .col-lg-3 .product-card__variant--popup--content .variants {
    max-height: 150px
}

.product-collection.products-grid .col5 .product-card__variant--popup--content .variants {
    max-height: 150px
}

.product-card__variant--popup--content .variants {
    max-height: 150px;
    overflow-y: auto;
    webkit-overflow-scrolling: touch
}

.product-card__variant--popup--content {
    background: #fff;
    width: calc(100% - 20px);
    margin: 0 auto;
    position: relative;
    padding: 18px 10px 56px
}

.product-card__variant--popup--content .variants::-webkit-scrollbar-track {
    background-color: #f4f4f4
}

.product-card__variant--popup--content .variants::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4
}

.product-card__variant--popup--content .variants::-webkit-scrollbar-thumb {
    background-color: var(--background_1)
}

.product-card__variant--popup--content .selector-wrapper .form-label {
    display: block;
    color: var(--body_color);
    font-weight: 400;
    font-size: var(--font_size)
}

.product-card__variant--popup--content .selector-wrapper .form-label span {
    color: var(--page_title_color)
}

.product-card__variant--popup--content .swatch .swatch-element {
    margin: 0
}

.product-card__variant--popup--content .swatch .swatch-element label {
    border: 0
}

.product-card__variant--popup--content .single-option-selector option.soldOut {
    opacity: .4;
    color: #d7d7d7
}

.product-card__variant--popup--content .single-option-selector option.unavailable {
    display: none
}

.ajax-editcart .halo-modal-content .halo-modal-body::-webkit-scrollbar-track {
    background-color: #f4f4f4
}

.ajax-editcart .halo-modal-content .halo-modal-body::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4
}

.ajax-editcart .halo-modal-content .halo-modal-body::-webkit-scrollbar-thumb {
    background-color: var(--background_1)
}

.ajax-editcart .halo-modal-content .close {
    width: auto !important;
    height: auto;
    left: auto;
    right: -80px;
    top: 0;
    font-size: var(--font_size);
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: none;
    background-color: transparent;
    border-color: transparent;
    flex-direction: row-reverse;
    width: 155px;
    justify-content: flex-end;
    left: calc(100% + 15px);
    right: auto
}

.ajax-editcart .halo-modal-content .close span {
    margin-left: 5px;
    position: relative;
    top: 1px
}

.layout_default .ajax-editcart .halo-modal-content .close span {
    top: -1px
}

.ajax-editcart .halo-modal-content .close svg {
    position: relative;
    top: -1px
}

.ajax-editcart .halo-modal-content .close:hover {
    background-color: transparent;
    border-color: transparent
}

.cart-edit h5 {
    font-family: var(--fonts_name_2);
    font-size: var(--font_size_plus4);
    font-weight: 400;
    color: var(--page_title_color);
    padding: 25px 40px 0;
    margin-bottom: 0
}

.cart-edit .product-edit {
    display: flex;
    padding: 35px 40px;
    align-items: flex-start;
    border-bottom: 1px solid #e6e6e6
}

.cart-edit .product-edit .product-title {
    font-size: var(--font_size)
}

.cart-edit .product-edit .option {
    font-size: var(--font_size);
    font-style: italic;
    margin-bottom: 20px
}

.cart-edit .product-edit .prices {
    font-size: var(--font_size);
    font-weight: 900;
    color: var(--page_title_color);
    margin-bottom: 20px
}

.cart-edit .product-edit .prices .old-price {
    color: var(--color_compare_price);
    font-weight: 400
}

.cart-edit .product-edit .prices .old-price .money {
    position: relative;
    margin-right: 9px;
    padding-right: 6px
}

.cart-edit .product-edit .prices .old-price .money:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 12px;
    background-color: #cbcdd6
}

.cart-edit .product-edit .prices .special-price {
    color: var(--color_price_sale)
}

.cart-edit .product-edit .quantity_title {
    font-size: var(--font_size);
    font-weight: 600;
    color: gray;
    letter-spacing: 0;
    margin-bottom: 7px
}

.cart-edit .product-edit input[type="number"] {
    border: 1px solid var(--border_input);
    max-width: 95px;
    text-align: center
}

.cart-edit .product-edit .cart-meta {
    width: 50%;
    padding-right: 40px;
    display: flex;
    align-items: flex-start
}

.cart-edit .product-edit .cart-meta img {
    max-width: 100px;
    height: auto;
    margin-right: 20px
}

.cart-edit .product-edit.first {
    display: none
}

.cart-meta--option .edit-cart--remove {
    font-size: var(--font_size);
    text-transform: capitalize;
    text-underline-position: under;
    text-decoration: underline;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer
}

.cart-meta--option .swatch .soldout {
    pointer-events: none
}

.cart-meta--action > * {
    width: 100%;
    display: block;
    padding: 15px 60px
}

.cart-meta--action a {
    cursor: pointer;
    font-size: var(--font_size);
    text-transform: uppercase;
    font-weight: 900;
    color: var(--background_1) !important
}

.cart-meta--action a span {
    position: relative
}

.cart-meta--action a span:before {
    top: 8px;
    content: "";
    width: 9px;
    height: 1px;
    line-height: 22px;
    right: calc(100% + 9px);
    display: block;
    position: absolute;
    background-color: var(--background_1)
}

.cart-meta--action a span:after {
    top: 4px;
    content: "";
    width: 1px;
    height: 9px;
    line-height: 22px;
    right: calc(100% + 13px);
    display: block;
    position: absolute;
    background-color: var(--background_1)
}

.cart-meta--action .btn, .cart-meta--action .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .cart-meta--action button.shopify-payment-button__button, .cart-meta--action .product-shop .groups-btn .wishlist, .product-shop .groups-btn .cart-meta--action .wishlist, .cart-meta--action .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .cart-meta--action .spr-summary-actions-newreview, .cart-meta--action .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .cart-meta--action a {
    background-color: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.cart-meta--action .btn:hover, .cart-meta--action .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .cart-meta--action button.shopify-payment-button__button:hover, .cart-meta--action .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .cart-meta--action .wishlist:hover, .cart-meta--action .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .cart-meta--action .spr-summary-actions-newreview:hover, .cart-meta--action .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .cart-meta--action a:hover {
    opacity: .8
}

#product-edit .edit-cart--remove {
    display: none
}

.wrapper-cartCount {
    margin-top: 10px
}

.wrapper-cartCount span {
    font-size: 14px;
    font-weight: 400
}

.collection-header .sub-collection {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: var(--font_size)
}

.collection-header span {
    font-weight: 600;
    min-width: max-content
}

.toolbar.has-padding {
    width: 100%
}

.toolbar.toolbar-fix {
    position: fixed;
    z-index: 4;
    width: 100%;
    left: 0;
    background: #fff
}

.toolbar .toolbar-col label {
    font-size: var(--font_size);
    text-transform: none
}

.ajax-compare .modal-overlay {
    max-width: 1250px
}

.ajax-compare .halo-modal-header {
    background: #f0f0f0;
    text-align: center;
    padding: 14px 60px 13px;
    position: relative
}

.ajax-compare .halo-modal-header .text {
    font-family: var(--fonts_name_2);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #000;
    text-transform: uppercase
}

.ajax-compare .halo-modal-header .remove-all {
    position: absolute;
    top: 50%;
    right: 60px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: linear-gradient(transparent 97%, #646464 3%);
    background-repeat: repeat-x;
    background-position-y: -3px;
    color: #646464;
    font-weight: 700
}

.ajax-compare .halo-modal-body {
    padding: 30px;
    max-height: unset !important;
    overflow: unset !important
}

.ajax-compare .halo-modal-body .compare-modal-wrapper {
    border: 1px solid var(--border_page_title);
    max-height: 81vh;
    overflow: auto;
    margin-right: -2px
}

.ajax-compare .halo-modal-body .product-row {
    margin-left: 0;
    margin-right: 0
}

.ajax-compare .halo-modal-body .product-row + .product-row .compare-header {
    border-top: 1px solid var(--border_page_title);
    margin-top: -1px
}

.ajax-compare .halo-modal-body .product-row + .product-row .compare-content {
    border-top: 1px solid var(--border_page_title);
    margin-top: -1px
}

.ajax-compare .halo-modal-body .product-row + .product-row .compare-content .grid .col-xl-3 {
    border-top: 1px solid var(--border_page_title);
    margin-top: -1px
}

.ajax-compare .halo-modal-body .product-row .compare-header {
    padding: 25px 30px;
    color: #000;
    font-size: var(--font_size);
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase;
    border-right: 1px solid var(--border_page_title)
}

.ajax-compare .halo-modal-body .product-row .compare-content {
    padding: 0 15px
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid .col-xl-3 {
    padding-top: 25px;
    padding-bottom: 25px;
    border-left: 1px solid #eaeaea
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid .col-xl-3:first-child {
    border-left: 0
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid ul {
    margin-bottom: 0
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid.description {
    font-size: 0;
    letter-spacing: 0
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid.description p {
    font-size: var(--font_size)
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid-item .inner-top {
    position: relative
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid-item .inner-top:hover:before {
    content: none
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid-item .inner-top .product-image {
    margin-bottom: 12px
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid-item .product-bottom {
    text-align: center
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid-item .btn, .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .ajax-compare .halo-modal-body .product-row .compare-content .grid-item button.shopify-payment-button__button, .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .product-shop .groups-btn .wishlist, .product-shop .groups-btn .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .wishlist, .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .spr-summary-actions-newreview, .ajax-compare .halo-modal-body .product-row .compare-content .grid-item .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .ajax-compare .halo-modal-body .product-row .compare-content .grid-item a {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1);
    width: 100%
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid-item .col-options {
    margin-bottom: 15px
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid-item .col-remove > a {
    color: #646464;
    border-bottom: 1px solid #646464;
    display: inline-block;
    line-height: 15px;
    font-weight: 700
}

.ajax-compare .halo-modal-body .product-row .compare-content .grid-item .col-remove > a:hover {
    color: var(--color_price)
}

.ajax-compare .halo-modal-body .product-row .compare-content .rating {
    text-align: center
}

.ajax-compare .halo-modal-body .product-row .compare-content .rating .spr-badge-caption {
    display: none
}

.ajax-compare .halo-modal-body .product-row .compare-content .collection, .ajax-compare .halo-modal-body .product-row .compare-content .product-type, .ajax-compare .halo-modal-body .product-row .compare-content .product-color, .ajax-compare .halo-modal-body .product-row .compare-content .product-option {
    text-transform: capitalize
}

.ajax-compare .halo-modal-body .product-row .compare-content .collection .col-xl-3 {
    font-size: 0
}

.ajax-compare .halo-modal-body .product-row .compare-content .collection .value, .ajax-compare .halo-modal-body .product-row .compare-content .product-size .value, .ajax-compare .halo-modal-body .product-row .compare-content .product-color .value {
    position: relative;
    padding-right: 4px;
    margin-right: 3px;
    display: inline-block;
    font-size: var(--font_size)
}

.ajax-compare .halo-modal-body .product-row .compare-content .collection .value:before, .ajax-compare .halo-modal-body .product-row .compare-content .product-size .value:before, .ajax-compare .halo-modal-body .product-row .compare-content .product-color .value:before {
    content: ",";
    position: absolute;
    right: 0;
    bottom: 0
}

.ajax-compare .halo-modal-body .product-row .compare-content .collection .value:last-child:before, .ajax-compare .halo-modal-body .product-row .compare-content .product-size .value:last-child:before, .ajax-compare .halo-modal-body .product-row .compare-content .product-color .value:last-child:before {
    display: none
}

.ajax-compare .halo-modal-body .product-row .compare-content .availability {
    font-weight: 500;
    text-transform: capitalize
}

.ajax-compare .halo-modal-body .product-row .compare-content .availability .in-stock {
    color: #478425
}

.ajax-compare .halo-modal-body .product-row .compare-content .availability .unavailable {
    color: #b20000
}

.ajax-compare .halo-modal-body .product-row.t-product .compare-content .grid .col-xl-3 {
    padding-top: 30px;
    padding-bottom: 30px
}

.ajax-compare .halo-modal-body .product-row.t-product .compare-content .grid .grid-item {
    border-left: 1px solid #eaeaea
}

.ajax-compare .halo-modal-body .product-row.t-product .compare-content .grid .grid-item:first-child {
    border-left: 0
}

.compare-info {
    display: none
}

.compare-message-modal .modal-overlay {
    max-width: 650px
}

.compare-message-modal .halo-modal-body {
    padding: 60px;
    font-size: 14px;
    color: var(--color_price_sale);
    text-align: center
}

.compare-link {
    display: none
}

.compare-link a {
    font-size: var(--font_size);
    font-weight: 700;
    display: inline-block;
    border-radius: 3px;
    letter-spacing: .05em;
    color: var(--color_1);
    background-color: var(--background_1);
    border-color: var(--border_1)
}

.compare-link a .countPill {
    margin-left: 8px;
    min-width: 22px;
    min-height: 22px;
    text-align: center;
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: -2px;
    line-height: 22px;
    border-radius: 50%
}

.item-swatch li label.soldout {
    opacity: .4
}

#product-edit .edit-cart--remove {
    display: none
}

.product-card__variant--popup--content .single-option-selector option.soldOut {
    opacity: .4;
    color: #d7d7d7
}

.product-card__variant--popup--content .single-option-selector option.unavailable {
    display: none
}

.cart-template .free_shipping_progress {
    margin-top: 30px
}

.cart-template .free_shipping_massage1 {
    font-size: var(--font_size);
    color: var(--page_title_color);
    margin-top: 0;
    margin-bottom: 25px
}

.cart-template .free_shipping_massage1 .money {
    font-weight: 600
}

.cart-template .cart__count_down {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbf8e5;
    border-color: #fbf8e5
}

.cart-template .cart__count_down svg {
    position: relative;
    top: -1px;
    width: 22px;
    height: 22px;
    stroke: none;
    fill: #8b714a
}

.cart-template .cart__count_down .count_down {
    font-size: var(--font_size);
    color: #8b714a;
    margin-left: 10px;
    line-height: 20px
}

.cart-template .cart__count_down .count_down span#time {
    font-weight: 700
}

.cart-template .cart-form .cart-header, .cart-template .cart-form .cart-list .details {
    display: flex;
    align-items: center
}

.cart-template .cart-form .cart-header > :not(.cart--title), .cart-template .cart-form .cart-list .details > :not(.cart--title) {
    text-align: center;
    width: 130px;
    padding: 0 15px
}

.cart-template .cart-form .cart-header > .cart--title, .cart-template .cart-form .cart-list .details > .cart--title {
    width: calc(100% - 440px)
}

.cart-template .cart-form .cart-header > .cart--remove, .cart-template .cart-form .cart-list .details > .cart--remove {
    width: 50px;
    text-align: right
}

.cart-template .cart-form .cart-list .details .cart--quantity {
    padding-top: 9px
}

.cart-template .cart-form .cart-list .details .cart--total {
    padding-top: 12px
}

.cart-template .cart-form .cart-header {
    background-color: #fafafa
}

.cart-template .cart-form .cart-header > * {
    font-size: var(--font_size);
    color: var(--body_color);
    text-transform: uppercase;
    padding: 12px 0;
    font-weight: 600
}

.cart-template .cart-form .cart-header > .cart--title {
    padding-left: 20px
}

.cart-template .cart-form .cart--title {
    display: flex;
    align-items: center
}

.cart-template .cart-form .cart--title.cart-thumb {
    padding-top: 0;
    padding-bottom: 0
}

.cart-template .cart-form .cart--title.summary {
    width: 100%
}

.cart-template .cart-form .cart--title .product-img {
    width: 100px
}

.cart-template .cart-form .cart--title .cart--info {
    padding-left: 20px;
    width: calc(100% - 100px)
}

.cart-template .cart-form .cart--title .cart--info .size {
    color: var(--breadcrumb_color);
    font-style: italic
}

.cart-template .cart-form .cart--title .cart--info .size .product-details__edit svg {
    stroke: none;
    color: gray;
    position: relative;
    top: 3px;
    margin-left: 6px;
    width: 15px;
    height: 15px
}

.cart-template .cart-form .cart--price .price-box {
    margin: 0;
    padding-top: 12px;
    font-weight: 500
}

.cart-template .cart-form .cart--quantity {
    padding-top: 9px
}

.cart-template .cart-form .cart--quantity .qty-group {
    margin: 0 auto;
    height: 50px;
    border-color: var(--border_input);
    max-width: 95px
}

.cart-template .cart-form .cart--quantity .qty-group input {
    height: 50px;
    width: 100% !important;
    padding: 7px 10px 5px 18px
}

.cart-template .cart-form .cart--total span {
    font-weight: 600;
    font-size: var(--font_size_plus1)
}

.cart-template .cart-form .details {
    position: relative
}

.cart-template .cart-form .cart--remove a {
    color: var(--page_title_color);
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.cart-template .cart-form .cart--remove a:hover {
    background-color: #f4f4f4
}

.cart-template .cart-form .cart--remove a svg {
    position: relative;
    top: 4px
}

.cart-template .wrapper-cart-template .cart-list .cart-product-item {
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 25px;
    padding-right: 0
}

.cart-template .wrapper-cart-template .total {
    border: 0
}

.cart-template .wrapper-cart-template .input-full {
    margin-bottom: 35px
}

.cart-template .right-col input, .cart-template .right-col select, .cart-template .right-col textarea {
    font-size: var(--font_size)
}

.cart-template .right-col > .groued-info {
    padding: 0
}

.cart-template .right-col .total {
    margin: 0;
    padding-top: 31px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 12px
}

.cart-template .right-col .total .label {
    font-size: var(--font_size_plus1);
    font-weight: 600;
    letter-spacing: .02em
}

.cart-template .right-col .cart-header {
    background-color: transparent;
    border-bottom: 2px solid #3c3c3c
}

.cart-template .right-col .cart-header .cart--title {
    padding-left: 0;
    padding-bottom: 10px;
    letter-spacing: .5px
}

.cart-template .right-col .add-comments {
    line-height: 24px;
    color: var(--page_title_color);
    margin-bottom: 8px
}

.cart-template #shipping-calculator h3 {
    font-size: var(--font_size_plus1);
    line-height: 24px;
    color: var(--page_title_color);
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: capitalize;
    border: 0;
    padding: 0;
    margin-bottom: 16px
}

.cart-template #shipping-calculator select, .cart-template #shipping-calculator input {
    height: 45px;
    line-height: 45px;
    padding-top: 0;
    border-color: #cbcbcb;
    color: #3c3c3c;
    letter-spacing: .2px
}

.cart-template #shipping-calculator select + .icon-dropdown {
    height: 50px
}

.cart-template #shipping-calculator #shipping-calculator-form-wrapper {
    font-size: 0
}

.cart-template #shipping-calculator #shipping-calculator-form-wrapper #address_province_container {
    width: calc(60% - 15px);
    display: inline-block;
    vertical-align: top;
    margin-right: 15px
}

.cart-template #shipping-calculator #shipping-calculator-form-wrapper #address_zip_container {
    width: 40%;
    display: inline-block;
    vertical-align: top
}

.cart-template #shipping-calculator #shipping-calculator-form-wrapper .form-group {
    margin-bottom: 15px
}

.cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container {
    margin-top: 0;
    margin-bottom: 15px
}

.layout_default .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .btn {
    padding: 12px 15px 9px !important;
    letter-spacing: .5px;
    font-weight: 600
}

.cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .btn, .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container button.shopify-payment-button__button, .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .product-shop .groups-btn .wishlist, .product-shop .groups-btn .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .wishlist, .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .spr-summary-actions-newreview, .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container a {
    border-color: var(--color_2);
    background-color: var(--background_2);
    color: var(--color_2);
    line-height: 22px;
    height: auto;
    font-size: var(--font_size);
    padding: 14px 15px 12px !important
}

.cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .btn:hover, .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .product-shop .shopify-payment-button .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container button.shopify-payment-button__button:hover, .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .product-shop .groups-btn .wishlist:hover, .product-shop .groups-btn .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .wishlist:hover, .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .tabs__product-page .spr-container .spr-summary-actions-newreview:hover, .tabs__product-page .spr-container .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .spr-summary-actions-newreview:hover, .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container .addresses-page .btn-edit-delete a:hover, .addresses-page .btn-edit-delete .cart-template #shipping-calculator #shipping-calculator-form-wrapper #get-rates-container a:hover {
    border-color: var(--border_1);
    background-color: var(--background_1);
    color: var(--color_1)
}

.cart-template #shipping-calculator #wrapper-response {
    font-size: var(--font_size);
    color: #8b714a;
    background-color: #fbf8e5;
    padding: 14px 20px 12px;
    letter-spacing: .2px;
    line-height: 22px
}

#shipping-calculator #wrapper-response ul li {
    color: #8b714a
}

#shipping-calculator #wrapper-response ul li:before {
    background-color: #8b714a
}

.cart-template #shipping-calculator #wrapper-response:empty {
    display: none
}

.cart-template #shipping-calculator #wrapper-response #shipping-rates {
    margin: 0
}

.cart-template .grouped-bottom {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6
}

.cart-template .grouped-bottom .total {
    padding-top: 0;
    padding-bottom: 22px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.cart-template .grouped-bottom .total .label {
    font-weight: 700
}

.cart-template .grouped-bottom .btn-actions {
    margin-bottom: 0
}

.cart-template .grouped-bottom .btn-actions .checkbox-group {
    margin-top: 0;
    margin-bottom: 18px;
    letter-spacing: .2px;
    color: #3c3c3c
}

.layout_default .cart-template .wrapper-cart-template .btn-actions .btn-checkout, .layout_default .cart-form .btn-actions .btn {
    height: 45px;
    line-height: 45px;
    padding-top: 0 !important;
    letter-spacing: .5px
}

.cart-template .wrapper-cart-template .btn-actions .btn-checkout, .cart-form .btn-actions .btn {
    letter-spacing: .2px
}

.discount-code-field {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #e6e6e6
}

.discount-code-field label {
    font-size: var(--font_size_plus1);
    font-weight: 600;
    letter-spacing: .2px;
    margin-bottom: 18px
}

.cart-template .right-col .discount-code-field input {
    height: 45px;
    line-height: 45px;
    border-color: #cbcbcb;
    color: #3c3c3c;
    letter-spacing: .2px
}

.cart-template .right-col .discount-code-field p {
    color: #969696;
    margin-top: 12px;
    line-height: 20px;
    letter-spacing: .2px
}

.cart-template .grouped-bottom .total .label {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: .2px
}

#is-a-gift {
    color: #464646;
    display: flex;
    letter-spacing: .2px;
    align-items: center;
    margin: 25px 0 0
}

#is-a-gift p b {
    color: var(--page_title_color)
}

#is-a-gift .icon {
    margin-right: 10px
}

#is-a-gift .icon svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: 1px;
    fill: var(--page_title_color);
    color: var(--page_title_color)
}

#is-a-gift #gift-wrapping {
    margin-left: 20px;
    border: 1px solid var(--color_2);
    background-color: var(--background_2);
    color: var(--color_2);
    padding: 5px 15px;
    font-weight: 600
}

.cart-template .wrapper-cart-template .add-comments {
    font-size: var(--font_size_plus1);
    letter-spacing: .2px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 23px
}

.cart-template .wrapper-cart-template .input-full {
    padding-top: 10px;
    max-width: 620px;
    margin-bottom: 0
}

.cart-template .wrapper-cart-template .input-full::-webkit-input-placeholder {
    color: #969696;
    letter-spacing: .2px
}

.cart-template .wrapper-cart-template .input-full::-moz-placeholder {
    color: #969696;
    letter-spacing: .2px
}

.cart-template .wrapper-cart-template .input-full:-ms-input-placeholder {
    color: #969696;
    letter-spacing: .2px
}

.cart-template .wrapper-cart-template .input-full:-moz-placeholder {
    color: #969696;
    letter-spacing: .2px
}

.secure-shopping-guarantee {
    border: 0;
    margin-top: 25px;
    padding-top: 0
}

.secure-shopping-guarantee .secure-text .icon {
    height: 20px
}

.secure-shopping-guarantee .secure-text {
    margin-bottom: 23px
}

.secure-shopping-guarantee .secure-text > span {
    display: flex;
    align-items: center;
    color: #999;
    letter-spacing: .2px
}

.template-cart .slided-up .lst-seen-widget .top {
    display: none
}

.template-product .main-content {
    padding-top: 6.4vw;
    padding-bottom: 0
}

.template-product.product_layout_skin_1 .product-template-skin-1 .halo-product-content {
    padding-bottom: 40px
}

.template-product .product-shop .groups-btn .wishlist .wishlist-text {
    color: var(--body_color)
}

#nofify_sold-out {
    margin-top: 30px;
    margin-bottom: 20px
}

#nofify_sold-out .alert {
    margin-bottom: 23px
}

#nofify_sold-out h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--page_title_color);
    text-transform: capitalize;
    letter-spacing: 0
}

#notify-me-wrapper {
    display: flex
}

#notify-me-wrapper .input-field {
    width: calc(100% - 200px);
    margin-right: 10px;
    padding: 13px 12px 11px
}

#notify-me-wrapper .btn, #notify-me-wrapper .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-shop .shopify-payment-button #notify-me-wrapper button.shopify-payment-button__button, #notify-me-wrapper .product-shop .groups-btn .wishlist, .product-shop .groups-btn #notify-me-wrapper .wishlist, #notify-me-wrapper .tabs__product-page .spr-container .spr-summary-actions-newreview, .tabs__product-page .spr-container #notify-me-wrapper .spr-summary-actions-newreview, #notify-me-wrapper .addresses-page .btn-edit-delete a, .addresses-page .btn-edit-delete #notify-me-wrapper a {
    min-width: 200px;
    max-height: 60px;
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

[data-popup-video] .fluid-width-video-wrapper {
    padding-top: 54.3% !important
}

[data-popup-video] .fluid-width-video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%
}

#compareColor-modal .modal-content {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

#compareColor-modal .modal-content .modal-title {
    font-size: var(--font_size) 2;
    letter-spacing: .05em;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--page_title_color)
}

#compareColor-modal .modal-dialog.modal-lg {
    max-width: 970px;
    width: 90%
}

.product-single__compareColor {
    display: block;
    z-index: 2;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    position: absolute;
    padding: 3px 0;
    color: #fff
}

.product-single__compareColor .compareColor-link {
    text-transform: capitalize;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
    color: var(--color_compare_product);
    font-weight: 400;
    letter-spacing: .02em;
    border-bottom: 1px solid var(--color_compare_product);
    line-height: 14px
}

.compareColor-swatch {
    display: block;
    font-size: 0
}

.compareColor-swatch .swatch-element {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
    overflow: visible
}

.compareColor-swatch .swatch-element input:checked + label:before {
    border-color: #fff
}

.compareColor-swatch .swatch-element.color.white input:checked + label:before {
    border-color: #202020
}

.compareColor-swatch .swatch-element label:before {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 6px);
    border: 2px solid transparent;
    border-top: none;
    border-right: none;
    background: rgba(255, 255, 255, 0);
    transition: all .2s ease;
    opacity: 1;
    transform: scale(1) rotate(-45deg)
}

.compareColor-swatch .swatch-element.color label {
    font-size: 0;
    width: 34px;
    height: 34px;
    text-transform: uppercase
}

.compareColor-swatch .swatch-element.color label:after {
    display: none
}

.show-img {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: auto;
    margin: 0 -15px;
    font-size: 0
}

.show-img .item {
    width: 20%;
    padding: 0 15px;
    font-size: 14px;
    vertical-align: top;
    display: inline-block
}

.show-img .item img {
    width: 100%;
    margin-bottom: 15px
}

.show-img .item p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase
}

.compareColor-swatch .swatch-element.color input:not(:checked) + label.disabled2 {
    opacity: .3;
    pointer-events: none
}

.grecaptcha-badge {
    display: none !important
}

.announcement-bar-wrapper {
    position: relative
}

.announcement-bar {
    text-align: center;
    padding: 10px 0
}

.announcement-bar--link {
    display: block
}

.announcement-bar span {
    text-transform: uppercase;
    font-weight: 500
}

.announcement-bar span:not(.btn) {
    position: relative;
    top: 1px
}

.announcement-bar span img {
    position: relative;
    top: -3px;
    margin-right: 7px
}

.announcement-bar .btn {
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 10px !important;
    border-radius: 3px;
    min-width: 110px;
    margin-left: 15px
}

.announcement-bar-wrapper--close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 1
}

.announcement-bar-wrapper--close svg {
    width: 17px;
    height: 17px
}

.custom_width .announcement-bar {
    padding: 25px 0
}

.description-wrapper:not(.show):before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    padding: 50px 0 0;
    background-color: rgba(255, 255, 255, 0.9);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%);
    width: 100%
}

.description-wrapper.collapse:not(.show) {
    height: 75px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative
}

.description-wrapper.collapsing {
    min-height: 75px !important
}

[data-cart-discount-wrapper] {
    text-align: right;
    margin-top: 21px;
    margin-bottom: -15px
}

[data-cart-discount-wrapper] .order-discount {
    color: #e95144;
    font-size: var(--font_size_plus1)
}

[data-cart-discount-wrapper] .order-discount svg, [data-cart-discount-wrapper] .order-discount path {
    fill: #e95144
}

[data-cart-discount-wrapper] .order-discount svg {
    height: 13px;
    position: relative;
    bottom: -2px;
    width: 15px;
    stroke: none
}

[data-cart-discount-wrapper] .order-discount--title {
    margin-right: 15px
}

.cart-filled .order-discount-card-wrapper {
    margin-top: -10px;
    margin-bottom: 12px
}

#dropdown-cart .total {
    border: 0
}

#dropdown-cart .summary {
    border-top: 1px solid var(--border_color_1)
}

.has-items [data-cart-discount-wrapper] {
    margin-top: 15px;
    margin-bottom: -7px
}

.sidebar-cart-inner [data-cart-discount-wrapper] {
    margin-top: 25px;
    margin-bottom: 10px
}

.wrapper-cart .scroll-content [data-cart-discount-wrapper] {
    margin-top: 16px;
    margin-bottom: -8px
}

.grid-row-layout.has-banner .widget-product .products-grid .slick-track .grid-item .product-item:after {
    content: '';
    height: 100%;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute
}

body > .tooltip {
    top: -5px !important;
    z-index: 3 !important
}

.tooltip-inner {
    padding: .15rem .5rem .25rem !important
}

.home-text-scroll {
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: hidden
}

.home-text-scroll .text-ticker-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .15em;
    display: inline-block;
    margin: 0 28px
}

.home-text-scroll .marquee-wrapper {
    display: flex;
    flex-flow: row;
    overflow: visible;
    white-space: nowrap;
    animation: marquee 10s linear infinite
}

.home-text-scroll .marquee-wrapper .text-ticker {
    display: inline-flex !important;
    justify-content: space-around
}

.header-links {
    font-family: "Futura", "Arial", "sans-serif"
}

@keyframes marquee {
    from {
        transform: translateX(0%)
    }
    to {
        transform: translateX(-200%)
    }
}

.community-item {
    border: 1px solid #E2E2E2;
    padding: 16px 13px;
    text-align: left;
    margin-bottom: 32px
}

.community-item .community-image .user-icon {
    width: 40px;
    border: 2px solid #EF5986;
    border-radius: 50%;
    margin-bottom: 7px;
    overflow: hidden
}

.community-item .community-image .user-image {
    width: 100%;
    cursor: pointer
}

.community-item .community-inner .community-likes {
    display: flex;
    flex-flow: flex-start;
    align-items: center;
    margin-bottom: 6px
}

.community-item .community-inner {
    margin-top: 6px
}

.community-item .community-inner .community-likes svg {
    fill: var(--link_color_hover);
    margin-right: 3px
}

.community-item .community-inner .community-content {
    font-size: 14px;
    line-height: 26px
}

.product-before-and-after .outer {
    margin: 45px 15px 9px;
    padding-top: 30px;
    padding-bottom: 30px
}

.product-before-and-after .widget-title .box-title {
    color: var(--body_color)
}

.product-before-and-after .widget-title .box-title + p {
    max-width: 460px;
    margin-top: 30px;
    margin-left: 0
}

.product-before-and-after .text-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-before-and-after .one-slider .slick-dots {
    margin-top: 24px
}

.product-before-and-after :not(.slick-initialized) .item + .item {
    display: none
}

.product-ingredients .top-banner .row.outer {
    margin-left: 0;
    margin-right: 0
}

.product-ingredients .outer > .no-padding {
    padding: 0
}

.product-ingredients .top-banner .text-box {
    padding: 24px
}

.product-ingredients .top-banner .text-box .text-box-inner {
    margin-left: auto;
    margin-right: auto
}

.product-ingredients .top-banner .text-box .widget-title {
    text-align: left
}

.product-ingredients .top-banner .text-box .widget-title .box-title {
    margin-bottom: 18px;
    color: var(--body_color)
}

.product-ingredients .top-banner .text-box .box-description {
    font-size: 18px;
    line-height: 1.45
}

.product-ingredients .top-banner .text-box .box-description h3 {
    margin-bottom: 10px;
    font-weight: 600
}

.product-ingredients .top-banner .text-box .box-description b {
    font-size: 110%;
    margin-bottom: 10px;
    display: block
}

.product-ingredients .bottom-banner-inner {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-ingredients .bottom-banner {
    padding-top: 130px;
    padding-bottom: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover
}

.product-properties .row.outer {
    margin-left: 0;
    margin-right: 0;
    padding: 5.6vw 0
}

.product-properties .block-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 8px;
    cursor: pointer;
    color: var(--body_color)
}

.product-properties .block-title:hover {
    color: var(--link_color_hover)
}

.product-properties .left-content {
    margin-bottom: 22px
}

.product-properties .icon-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around
}

.product-properties .icon-wrapper .icon {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px
}

.product-properties .icon-wrapper .icon span {
    margin-top: 22px;
    text-transform: uppercase
}

.product-properties .right-content {
    border-top: 1px solid var(--border_bt_sidebar);
    padding: 20px 0
}

.product-properties .right-content:last-child {
    border-bottom: 1px solid var(--border_bt_sidebar)
}

.product-desk-info {
    display: none
}

.product-mob-info {
    display: block
}

.product-mob-info .product-title {
    font-size: 24px;
    color: var(--page_title_color);
    line-height: 1.2
}

.product-mob-info .prices {
    font-size: 18px
}

.product-template .breadcrumb {
    display: none
}

.product-template .product-review-badge {
    margin-bottom: 24px
}

.product-award {
    display: block;
    margin-bottom: 24px
}

.product-award .award-icon {
    background: #FFF1F4;
    color: #ef5986;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-img-box .product-award {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-bottom: 0
}

.product-shop .quantity-button-wrapper {
    display: flex;
    flex-flow: row wrap
}

.product-shop .primary-btn {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.product-shop .primary-btn:hover {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.product-shop .secondary-btn {
    background: var(--background_1);
    color: var(--color_1);
    border-color: var(--border_1)
}

.product-shop .secondary-btn:hover {
    background: var(--background_2);
    color: var(--color_2);
    border-color: var(--border_2)
}

.product-shop .quantity-button-wrapper .atc-btn {
    width: calc(100% - 160px)
}

.product-shop .quantity-button-wrapper .atc-btn .btn {
    width: 100%
}

.product-shop .use-with {
    padding: 24px 15px;
    margin-top: 30px;
    background-color: #F9F9F9;
    border-radius: 7px
}

.product-shop .use-with .info {
    display: flex;
    margin-bottom: 20px
}

.product-shop .use-with .info .text-box {
    width: calc(100% - 113px);
    font-size: 16px;
    line-height: 1.25
}

.product-shop .use-with .info .text-box .p-title {
    color: var(--page_title_color)
}

.product-shop .use-with .info .text-box .p-title a {
    color: var(--page_title_color)
}

.product-shop .use-with .info .img-box {
    width: 98px
}

.product-shop .use-with .form-wrapper input[type="submit"], .product-shop .use-with .form-wrapper button[type="submit"] {
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.product-shop .use-with .form-wrapper input[type="submit"] span.price, .product-shop .use-with .form-wrapper button[type="submit"] span.price {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.product-shop .quiz {
    margin-top: 16px;
    padding: 18px 15px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background-size: cover
}

.product-shop .quiz .title {
    font-weight: 300;
    line-height: 1.25;
    font-size: 18px;
    margin-bottom: 16px
}

.product-shop .quiz .btn {
    font-size: 12px;
    padding: 16px 24px;
    min-width: 165px
}

#insta-feed {
    margin-top: 0 !important
}

.collection-template .breadcrumb {
    display: none
}

.collection-header.collection-header-sections .collection-image .page-header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

.collection-header h1 {
    font-family: 'Freeland' !important;
    font-weight: 400;
    font-size: 50px;
    text-transform: none
}

.collection-header .collection-des {
    text-align: left
}

.collection-header .collection-des h2, .collection-header .collection-des h3, .collection-header .collection-des h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0;
    margin-bottom: 16px
}

.collection-header .collection-des p, .collection-header .collection-des div {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5
}

.row.spotlight-blocks-wrapper .spotlight-slider {
    width: 100%
}

.product-item .product-bottom .product-reviews-badge {
    min-height: 25px;
    margin-bottom: 11px
}

.product-item .product-bottom .product-reviews-badge .yotpo-display-wrapper .standalone-bottomline {
    justify-content: flex-start;
    text-align: start;
    display: flex
}

.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
    color: #EF5986 !important
}

.yotpo .yotpo-bottomline .text-m {
    margin-left: 8px;
    color: #505E5E !important;
    text-decoration: underline!important;
    font-family: Futura!important;
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 150%!important;
}

.yotpo .yotpo-icon {
    color: #EF5986 !important
}

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon {
    color: #EF5986 !important
}

.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
    background: #FDB9C6 !important
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
    color: #505E5E !important;
    font-size: 14px !important
}

.yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
    margin: 0 auto
}

.page-banner {
    padding: 16vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-banner .banner-content {
    text-align: center
}

.page-banner .banner-content .page-title {
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0
}

.page-banner .banner-content .page-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: lowercase;
    margin-bottom: 0
}

.block_rich_content {
    padding: 64px 0
}

.block_rich_content .text-wrapper {
    max-width: 964px;
    margin: 0 auto
}

.block_rich_content .box-title {
    margin-bottom: 1rem
}

.block_rich_content .box-title .line {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px
}

.block_rich_content .box-title .title {
    font-weight: 700;
    color: var(--page_title_color);
    position: relative
}

.block_column_compound {
    display: flex;
    flex-flow: column
}

.block_column_compound .content-wrapper {
    padding: 8px 0 40px
}

.block_column_compound.row_first {
    padding-bottom: 40px
}

.block_column_compound .image-wrapper {
    padding-bottom: 40px
}

.block_column_single, .block-image-decoration-simple {
    display: flex;
    flex-flow: column;
    margin-bottom: 8vw
}

.block_column_single .content-wrapper {
    padding: 1em 0
}

.block_column_single .content-wrapper h3 {
    font-weight: 400
}

.image-wrapper.parallax {
    position: relative;
    overflow: hidden
}

.image-wrapper.parallax img {
    transform: scale(1.2);
    transition: transform 2s
}

.image-wrapper.parallax:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #FFF;
    z-index: 1;
    transition: height 2s
}

.image-wrapper.parallax.active:before {
    height: 0
}

.image-wrapper.parallax.active img {
    transform: scale(1.0)
}

.block-image-decoration {
    background-size: cover;
    padding-top: 13vw;
    padding-bottom: 30px;
    background: url(//cdn.shopify.com/s/files/1/0144/3636/8419/files/ug-about-banner-5.png?v=1653584733), linear-gradient(179deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(251, 241, 235, 1) 30%, rgba(251, 241, 235, 1) 100%);
    background-size: 100%
}

.block-image-decoration .banner-image-decoration {
    position: relative;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px
}

.block-image-decoration .banner-image-decoration img {
    max-width: 80%;
    margin: 0 auto
}

.block-image-decoration .banner-image-decoration .text_above_image, .block-image-decoration .banner-image-decoration .text_after_image {
    font-size: 60px;
    font-family: "Freeland", "Arial", sans-serif;
    color: var(--page_title_color);
    line-height: 1.5
}

.block-image-decoration .banner-image-decoration .text_above_image {
    position: absolute;
    left: 0;
    top: -50px
}

.block-image-decoration .banner-image-decoration .text_after_image {
    position: absolute;
    bottom: -50px;
    right: 0
}

.block-image-decoration .banner-row .text-wrapper {
    margin-bottom: 2rem
}

.block-image-decoration .banner-row .text-wrapper .heading {
    margin-bottom: 1rem
}

.block-image-decoration .banner-row .content-right .heading {
    color: var(--page_title_color)
}

.block-image-decoration .banner-row .content-right .subheading {
    color: var(--page_title_color);
    line-height: 1.2
}

.block-image-decoration .banner-row .content-right .image-wrapper {
    position: relative;
    padding-left: 1rem
}

.block-image-decoration .banner-row .content-right .image-wrapper img {
    max-width: 140px
}

.block-image-decoration .banner-row .content-right .image-wrapper:after {
    position: absolute;
    content: url(//us.umbertogiannini.com/cdn/shop/t/43/assets/ug-arrow.png?v=153035719115063049551755177312);
    top: -10px;
    left: 170px
}

.block-image-decoration-simple .image-wrapper {
    margin-top: 2vw
}

.block-image-decoration-simple .text-wrapper .subheading {
    line-height: 1.5;
    margin-top: 2em
}

.block-image-decoration-simple .icon-content-wrapper {
    margin-top: 4vw;
    display: flex;
    flex-flow: row;
    align-items: center;
    padding-bottom: 60px
}

.block-image-decoration-simple .icon-content-wrapper .icon-image-wrapper {
    position: relative
}

.block-image-decoration-simple .icon-content-wrapper .icon-image-wrapper img {
    max-width: 100px
}

.block-image-decoration-simple .icon-content-wrapper .icon-image-wrapper:after {
    position: absolute;
    content: url(//us.umbertogiannini.com/cdn/shop/t/43/assets/ug-arrow-3.png?v=83921170849034051951755177312);
    top: 100%;
    left: 50%
}

.block-image-decoration-simple .icon-content-wrapper .icon-content {
    margin-left: 30px;
    color: var(--page_title_color)
}

.block-image-decoration-simple .icon-content-wrapper .icon-content .subheading {
    margin-top: 10px
}

#section-page-content-about {
    margin-bottom: 1rem
}

.page-content-difference {
    padding: 40px 0
}

.block_text_column {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 2em
}

.block_text_column .image-wrapper {
    margin-top: 1em
}

.block_text_column .text-wrapper {
    padding: 2em 1em
}

.block_text_column .text-wrapper h3 {
    margin-bottom: 20px
}

.page-content-ethics {
    padding: 2rem 1rem 8rem
}

.block_year_progress {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    padding-bottom: 60px;
    overflow: hidden
}

.block_year_progress .year, .progress_goal .heading {
    color: var(--page_title_color)
}

.block_year_progress .one-year {
    text-align: center;
    margin-bottom: 5rem
}

.block_year_progress .one-year .year {
    margin-bottom: 2rem
}

.block_year_progress .one-year .star {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    display: block;
    background: #FFF;
    padding: 10px 0
}

.progress-item-inner .progress-image {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: 1s cubic-bezier(.72, .24, .19, .82), transform 1s;
    -webkit-transition: 1s cubic-bezier(.72, .24, .19, .82), -webkit-transform 1s;
    transition: 1s cubic-bezier(.72, .24, .19, .82), -webkit-transform 1s;
    -o-transition: 1s cubic-bezier(.72, .24, .19, .82), transform 1s;
    transition: 1s cubic-bezier(.72, .24, .19, .82), transform 1s;
    transition: 1s cubic-bezier(.72, .24, .19, .82), transform 1s, -webkit-transform 1s;
    will-change: clip-path, transform
}

.block_year_progress.active .progress-item-inner .progress-image {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0)
}

.progress-item-inner .progress-image img {
    margin-left: auto;
    margin-right: auto;
    background: #FFF
}

.progress-item-inner .progress-text {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    -o-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s
}

.block_year_progress.active .progress-item-inner .progress-text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.progress_goal {
    text-align: center
}

.progress_goal .heading {
    margin-bottom: 1.25rem
}

.progress_goal .star {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    display: block;
    padding: 10px 0
}

.block_year_progress .vline {
    background-color: #EDEDED;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    width: 1px
}

.block_year_progress.active .vline {
    background-color: #EF5986;
    -webkit-transition: background-color 1s ease-in;
    -ms-transition: background-color 1s ease-in;
    transition: background-color 1s ease-in
}

.block_year_progress .progress-item-inner {
    position: relative
}

.progress_goal {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    -o-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s
}

.progress_goal.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#section-page-banner-ethics .page-title {
    line-height: 1.2
}

#section-page-banner-ethics {
    padding: 16vw 0 9vw
}

.page-banner-ethics-middle {
    text-align: center;
    padding: 0 0 9vw;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom
}

.page-banner-ethics-middle .container-fluid {
    background-color: #FFF2F5
}

.page-banner-ethics-middle .banner-content {
    padding-top: 3vw
}

.page-banner-ethics-middle .banner-content .banner-inner {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto
}

.page-banner-ethics-middle .banner-content .title {
    font-weight: 100;
    margin-bottom: 2em
}

.page-banner-ethics-middle .banner-content .subtitle {
    font-weight: 500
}

.page-banner-ethics-middle .banner-content .banner-image {
    margin-bottom: 2em
}

.blog-filters {
    padding: 30px 16px 50px;
    border-bottom: 1px solid #E6E6E6
}

ul.filters-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 0
}

ul.filters-wrapper li.filter {
    text-align: center
}

ul.filters-wrapper li.filter .filter-title {
    margin-top: 1rem
}

ul.filters-wrapper li.filter.active a {
    color: var(--page_title_color)
}

.blog-template {
    padding-top: 40px;
    padding-bottom: 40px
}

.blog-template .blog-item {
    margin-bottom: 30px
}

.blog-popular-posts {
    padding: 50px 0
}

.blog-popular-posts .widget-title .box-title {
    font-family: 'Freeland'
}

.otCookiesNotification #cookies-wrapper {
    background: #ef5986 !important
}

.otCookiesNotification #cookies-submit > a {
    background: #ef5986 !important
}

@font-face {
    font-family: 'fontawesome';
    src: url(fontawesome-webfont.woff2) format("woff2"), url(fontawesome-webfont.woff) format("woff"), url(fontawesome-webfont.ttf) format("truetype");
    font-display: swap
}

@media (max-width: 1600px) {
    .block-banner-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        align-content: unset
    }

    .slide-content .slide-heading .line {
        margin-bottom: 24px
    }

    .slide-content .slide-text {
        margin-bottom: 32px
    }
}

@media (max-width: 1440px) {
    html, body {
        font-size: var(--font_size_minus1)
    }

    .block-banner-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%
    }

    .wrapper_header_parallax .header-parallax .header-items.left-header {
        width: 120px
    }

    .slide-content .slide-heading .line {
        margin-bottom: 20px
    }

    .slide-content .slide-text {
        margin-bottom: 30px
    }
}

@media (max-width: 1366px) {
    .custom_width .home-slideshow {
        padding-top: 0
    }

    .has-banner .init-slider {
        -ms-flex: 0 0 calc(100% - 520px) !important;
        flex: 0 0 calc(100% - 520px) !important;
        max-width: calc(100% - 520px) !important
    }

    .block-banner-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 520px;
        flex: 0 0 520px;
        max-width: 520px;
        align-content: space-between
    }

    .home-custom-block .custom-block-banner .img-center .img-top {
        right: 55px !important
    }

    .home-custom-block .custom-block-banner .img-center .img-top > img {
        max-width: 100px
    }
}

@media (max-width: 1200px) {
    .tabs__product-page .tab-links .icon-dropdown:before, .tabs__product-page .tab-links .icon-dropdown:after {
        background: #EF5986
    }

    .tabs__product-page .tab-links .icon-dropdown:before {
        height: 2px
    }

    .has-banner .init-slider {
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
        max-width: 60% !important
    }

    .block-banner-slider {
        -ms-flex: 0 0 40% !important;
        flex: 0 0 40% !important;
        max-width: 40% !important
    }

    .grid-row-layout:not(.has-banner) {
        display: block
    }

    .grid-row-layout {
        grid-template-columns:1fr 1fr 1fr;
        grid-template-rows:1fr
    }

    .grid-row-layout .widget-product {
        grid-column-end: span 2 !important
    }

    .slide-content .slide-heading .line {
        margin-bottom: 18px
    }

    .slide-content .slide-text {
        margin-bottom: 27px
    }
}

@media (max-width: 1199px) {
    .slide-content .slide-heading b{
        font-size: 40px;
    }
    .container, .container-fluid, .container-padd60 {
        padding-right: 10px;
        padding-left: 10px
    }

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

    .col, .col-6, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12, .col-12 {
        padding-right: 10px;
        padding-left: 10px
    }

    .product-img-box .wrapper-images .slick-arrow {
        border: 1px solid var(--color_border_slick_arrow) !important;
        background-color: var(--color_bg_slick_arrow) !important;
        color: var(--color_slick_arrow) !important;
        text-align: center;
        padding-top: 2px
    }

    .header-parallax .mb-area .site-nav {
        margin-bottom: 12px
    }

    .header-parallax .lang-currency-groups {
        display: none
    }

    .header-parallax .lang-currency-groups .dropdown-menu {
        min-height: auto;
        width: auto;
        padding: 0 0 3px
    }

    .header-parallax .lang-currency-groups .lang-block .dropdown-menu {
        display: flex !important
    }

    .header-parallax .lang-currency-groups .dropdown-menu h2 {
        display: none
    }

    .header-parallax .top-message .slick-arrow.slick-prev {
        left: 5%
    }

    .header-parallax .top-message .slick-arrow.slick-next {
        right: 5%
    }

    .sticky_form .pr-selectors .pr-active {
        max-width: 170px !important
    }

    .site-nav .item-show-more {
        display: none
    }

    .style_product_grid_3 .products-grid .grid-item {
        margin-bottom: 10px;
        margin-top: 0
    }

    .style_product_grid_3 .product-item .product-des.abs-center {
        padding: 0
    }

    .style_product_grid_3 .product-item .wrapper-compare .compare-button {
        display: none
    }

    .style_product_grid_3 .product-item .wrapper-compare {
        min-height: auto
    }

    .sticky_form .content-left {
        display: none
    }

    .sticky_form .content-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .home-slideshow .slick-arrows {
        display: none !important
    }

    .site-nav li a .icon-dropdown {
        pointer-events: none
    }

    #custom-block-home-custom-block-baner-collection-list-5.home-custom-block .banner-content .banner-des {
        font-size: 12px !important
    }

    .ajax-editcart .halo-modal-content .close {
        right: 5px;
        left: auto;
        top: 5px;
        color: #000
    }

    .product-shop .groups-btn .icon-share {
        right: 0
    }

    .product-shop .groups-btn .margin-button #product-add-to-cart, .product-shop .groups-btn .margin-button .product-add-to-cart {
        margin-right: 12px
    }
}

@media (max-width: 1024px) {
    .cart-template .cart-form .cart--remove a {
        right: 10px
    }

    .slide-content.style_4 .slide-heading {
        padding-bottom: 0
    }

    .slide-content.style_4 .slide-text {
        margin-bottom: 25px
    }

    .slide-content.style_4 .slide-button {
        padding: 8px 20px !important
    }

    .featured-products.has-banner.layout_style_5 .column-product .products-grid .grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .featured-products.has-banner.layout_style_5 .products-grid:not(.slick-slider) .grid-item:nth-child(-n+3) {
        display: none
    }

    .featured-products.has-banner.layout_style_5 .products-grid:not(.slick-slider) .grid-item:nth-child(-n+2) {
        display: block
    }

    .style_product_grid_2 .product-item .product-bottom .wrapper-size {
        margin-bottom: 20px
    }
}

@media (max-width: 359px) {
    .style_product_grid_2 .item-swatch li label, .style_product_grid_2 .item-swatch li a, .style_product_grid_3 .item-swatch li label, .style_product_grid_3 .item-swatch li a {
        width: 18px;
        height: 18px;
        line-height: 19px
    }

    .style_product_grid_2 .item-swatch li label, .style_product_grid_3 .item-swatch li label {
        line-height: 1
    }

    .style_product_grid_2 .item-swatch li label img, .style_product_grid_3 .item-swatch li label img {
        max-height: 24px;
        max-width: 24px
    }

    .item-swatch li label, .item-swatch li a {
        width: 18px;
        height: 18px;
        line-height: 19px
    }

    .item-swatch li label {
        line-height: 1
    }

    .item-swatch li label img {
        max-height: 13px;
        max-width: 13px
    }

    .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n+3) {
        display: block;
        width: -moz-calc(33.333% - 10px);
        width: -webkit-calc(33.333% - 10px);
        width: -ms-calc(33.333% - 10px);
        width: calc(33.333% - 10px)
    }
}

@media (max-width: 479px) {
    .header-top .top-message p a {
        display: none
    }

    .jas-mb-style {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -ms-calc(100% - 40px);
        width: calc(100% - 40px)
    }

    .site-nav .sub-menu-mobile {
        width: -moz-calc(100vw - 40px);
        width: -webkit-calc(100vw - 40px);
        width: -ms-calc(100vw - 40px);
        width: calc(100vw - 40px)
    }

    .banner-item .img-box img {
        width: 100%
    }

    .home-sub-banner .three-blocks:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .spotlight-3-blocks > .col-md-6, .spotlight-2-blocks > .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .spotlight-3-blocks > .col-md-6:last-of-type, .spotlight-2-blocks > .col-md-6:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(90% + 10px);
        flex: 0 0 calc(90% + 10px);
        max-width: -moz-calc(90% + 10px);
        max-width: -webkit-calc(90% + 10px);
        max-width: -ms-calc(90% + 10px);
        max-width: calc(90% + 10px)
    }

    .spotlight-2-blocks > .col-md-6:last-of-type {
        padding-right: 10px
    }

    .home-brands-block .brands-slider:not(.slick-slider) .item:first-of-type, .home-brands-block [data-instagram-feed]:not(.slick-slider) .item:first-of-type {
        display: block
    }

    .home-custom-block-images .row .two-blocks, .home-custom-block-images .row .three-blocks, .home-blog-posts:not(.blog-slider) .row .two-blocks, .home-blog-posts:not(.blog-slider) .row .three-blocks {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%
    }

    .home-custom-block-images .row .two-blocks:last-of-type, .home-custom-block-images .row .three-blocks:last-of-type, .home-blog-posts:not(.blog-slider) .row .two-blocks:last-of-type, .home-blog-posts:not(.blog-slider) .row .three-blocks:last-of-type {
        margin-right: 0;
        padding-right: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(88% + 10px);
        flex: 0 0 calc(88% + 10px);
        max-width: -moz-calc(88% + 10px);
        max-width: -webkit-calc(88% + 10px);
        max-width: -ms-calc(88% + 10px);
        max-width: calc(88% + 10px)
    }

    .toolbar .column-right {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .toolbar .column-right .toolbar-col {
        padding: 0
    }

    .toolbar .column-right .toolbar-col label {
        width: 105px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .toolbar .column-right .toolbar-col .limited-view, .toolbar .column-right .toolbar-col .filter-sortby {
        width: -moz-calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
        width: -ms-calc(100% - 120px);
        width: calc(100% - 120px)
    }

    .toolbar .column-right .filters-toolbar__limited-view {
        margin-bottom: 15px
    }

    .products-list .product-item .inner-top {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .products-list .product-item .product-top, .products-list .product-item .product-details {
        width: 100%
    }

    .products-list .product-item .product-top {
        margin: 0 auto 20px;
        max-width: 300px
    }

    .widget-title .view_all {
        display: block;
        margin-top: 5px
    }

    .widget-title .view_all:before {
        display: none
    }

    .ajax-success-modal.ajax-success-normal .actions {
        margin-left: 0;
        margin-right: 0
    }

    .ajax-success-modal.ajax-success-normal .actions .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .sticky_form .sticky_group .quantity {
        display: none !important
    }

    .sticky_form .pr-selectors {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .footbar-fixed {
        bottom: 0;
        left: 0;
        right: 0
    }

    .cart-popup-coll-related .products-grid .grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%
    }

    .cart-popup-coll-related .products-grid .grid-item:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(72% + 20px);
        flex: 0 0 calc(72% + 20px);
        max-width: -moz-calc(72% + 20px);
        max-width: -webkit-calc(72% + 20px);
        max-width: -ms-calc(72% + 20px);
        max-width: calc(72% + 20px)
    }
}

@media (min-width: 480px) {
    .jas-mb-style, .site-nav .sub-menu-mobile {
        width: 337px
    }

    .footbar-fixed {
        bottom: 10px;
        left: 10px
    }

    .footbar-fixed.footbar-fixed-product {
        left: 0;
        right: 0;
        bottom: 0
    }

    .cart-popup-coll-related .products-grid .grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%
    }

    .cart-popup-coll-related .products-grid .grid-item:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(42% + 20px);
        flex: 0 0 calc(42% + 20px);
        max-width: -moz-calc(42% + 20px);
        max-width: -webkit-calc(42% + 20px);
        max-width: -ms-calc(42% + 20px);
        max-width: calc(42% + 20px)
    }
}

@media (min-width: 576px) {
    .container-padd60 {
        max-width: 540px
    }

    .search-open .wrapper-header .search-bar {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .row.reverse {
        flex-flow: row-reverse
    }

    .image-wrapper.parallax:before {
        height: 200px
    }

    .blog-popular-posts {
        padding: 5vw 0
    }

    .blog-template {
        padding-top: 6vw;
        padding-bottom: 6vw
    }

    .blog-template .blog-item {
        margin-bottom: 4vw
    }

    .blog-filters {
        padding: 5.3vw 0 30px
    }

    .block_year_progress .progress-item-inner {
        display: flex;
        flex-flow: row
    }

    .block_year_progress .progress-item-inner.image-right {
        flex-flow: row-reverse
    }

    .block_year_progress .progress-item-inner .progress-image {
        flex-basis: 50%
    }

    .block_year_progress .progress-item-inner.image-left .progress-image {
        padding-right: 17%
    }

    .block_year_progress .progress-item-inner.image-right .progress-image {
        padding-left: 17%
    }

    .block_year_progress .progress-item-inner .progress-text {
        flex-basis: 50%;
        display: flex;
        align-items: center;
        flex-flow: column;
        justify-content: center
    }

    .block_year_progress .progress-item-inner .progress-text .one-year {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-flow: row;
        width: 100%
    }

    .block_year_progress .progress-item-inner.image-right .progress-text .one-year {
        flex-flow: row-reverse
    }

    .block_year_progress .progress-item-inner .progress-text .one-year .year {
        flex-basis: 40%;
        text-align: center
    }

    .block_year_progress .progress-item-inner .progress-text .one-year .description {
        flex-basis: 60%
    }

    .block_year_progress .progress-item-inner.image-left .progress-text .one-year .star {
        position: absolute;
        left: -13px;
        margin-bottom: 0
    }

    .block_year_progress .progress-item-inner.image-right .progress-text .one-year .star {
        position: absolute;
        right: -12px;
        margin-bottom: 0
    }

    .block_year_progress .one-year .year {
        margin-bottom: 0
    }

    .page-banner-ethics-middle .banner-content {
        max-width: 60vw;
        margin-left: auto;
        margin-right: auto
    }

    .page-banner-ethics-middle {
        background-size: cover
    }

    .page-content-ethics {
        padding: 7vw 0
    }

    .text-40 {
        font-size: 32px
    }

    .text-38 {
        font-size: 30px
    }

    .text-32 {
        font-size: 26px;
        letter-spacing: 0
    }

    .text-28 {
        font-size: 24px;
        letter-spacing: 0
    }

    .text-26 {
        font-size: 22px;
        letter-spacing: 0
    }

    .page-content-difference {
        padding: 5 wv 0 4vw
    }

    .block_text_column {
        margin: 2em 0;
        flex-flow: row;
        align-items: center
    }

    .block_text_column.img-right {
        display: flex;
        flex-flow: row-reverse
    }

    .block_text_column .image-wrapper {
        margin-top: 0
    }

    .block_text_column .text-wrapper {
        padding: 2em 5vw
    }

    #section-page-content-about {
        margin-bottom: 7vw
    }

    .block_column_single .content-wrapper {
        padding: 1em
    }

    .block-image-decoration-simple .icon-content-wrapper .icon-image-wrapper img {
        max-width: 140px
    }

    .block-image-decoration .banner-image-decoration img {
        max-width: 52vw
    }

    .block-image-decoration .banner-image-decoration .text_above_image, .block-image-decoration .banner-image-decoration .text_after_image {
        font-size: 12vw
    }

    .block-image-decoration .banner-image-decoration .text_above_image {
        left: 7vw;
        top: -10vw
    }

    .block-image-decoration .banner-image-decoration .text_after_image {
        right: 2vw;
        bottom: -10vw
    }

    .block-image-decoration .banner-image-decoration {
        text-align: center;
        margin-bottom: 80px
    }

    .block-image-decoration .banner-row {
        display: flex;
        justify-content: space-around
    }

    .block-image-decoration .banner-row .content-left {
        flex-basis: 41%
    }

    .block-image-decoration .banner-row .content-right {
        flex-basis: 24%;
        display: flex;
        flex-flow: column-reverse;
        padding-top: 3vw
    }

    .block-image-decoration .banner-row .content-right .image-wrapper:after {
        left: 147px;
        transform: scaleX(-1) rotate(140deg);
        bottom: -20px;
        top: auto
    }

    .block-image-decoration .banner-row .content-right .subheading {
        font-size: 20px
    }

    .block_column_compound.row_second {
        margin-top: -12vw
    }

    .block_column_compound .content-wrapper {
        padding: 12vw 6vw
    }

    .block_column_compound.row_second .content-wrapper {
        padding: 20vw 6vw 12vw
    }

    .block_rich_content {
        padding: 4.6vw 0
    }

    .block_column_compound {
        flex-flow: row
    }

    .block_column_compound.row_second {
        flex-flow: row-reverse
    }

    .block_column_single {
        flex-flow: row;
        align-items: center
    }

    .block_column_single.image-left {
        flex-flow: row-reverse
    }

    .page-banner .banner-content .page-title {
        font-size: 4rem
    }

    .page-banner .banner-content .page-subtitle {
        font-size: 1.6rem
    }

    .home-text-scroll .marquee-wrapper {
        animation: marquee 30s linear infinite
    }

    .sidebar-heading {
        font-size: 20px
    }

    .collection-header .collection-des {
        padding: 4vw
    }

    .product-properties .icon-wrapper {
        justify-content: flex-start
    }

    .product-properties .icon-wrapper .icon {
        flex-basis: 25%
    }

    .product-ingredients .bottom-banner {
        padding-top: 21.5vw;
        padding-bottom: 12.5vw
    }

    .product-before-and-after .one-slider {
        padding: 0 20px
    }

    .product-before-and-after .widget-title {
        text-align: left
    }

    .community-item {
        padding: 21px 19px
    }

    .community-item .community-image .user-icon {
        width: 54px
    }

    .community-item .community-inner .community-likes {
        margin-bottom: 13px
    }

    .community-item .community-inner .community-content {
        font-size: 15px
    }

    .wrapper_header_parallax .header-parallax .header-top-wrapper {
        position: relative
    }

    .social-icons li {
        margin-right: 15px
    }

    .social-icons li a svg {
        width: 24px;
        height: 24px
    }

    .footer-default .footer-top {
        padding: 6.3vw 0
    }

    .site-footer .foot-link {
        font-size: 15px
    }

    .site-footer .foot-title {
        font-size: 15px;
        margin-bottom: 14px
    }

    .site-footer .footer-logo, .site-footer .footer-content, .site-footer .footer-custom-logos {
        text-align: left
    }

    .show-mb {
        display: none !important
    }

    .footer-top-newsletter .custom-block-banner .banner-content .banner-description {
        margin-bottom: 45px
    }

    .footer-top-newsletter fieldset label {
        flex-basis: 33%;
        text-align: left
    }

    .footer-top-newsletter .custom-block-banner {
        padding: 5% 6% 4%
    }

    .footer-top-newsletter .custom-block-banner .banner-content {
        text-align: center
    }

    .home-brands-block .brands-block {
        padding: 60px 0
    }

    .home-brands-block .brands-block .item .brand-block .description {
        font-size: 18px;
        margin-top: 24px
    }

    .list-blogs .article-inner {
        padding: 0;
    }

    .banner-content .banner-des {
        margin-bottom: 20px
    }

    .home-custom-block .banner-sub-heading {
        font-size: 28px
    }

    .home-custom-block .banner-small-img .banner-heading {
        color: #EF5D8C;

        font-family: Futura;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 38px */
        text-transform: uppercase;
    }

    .home-custom-block .banner-heading {
        font-size: 32px;
        line-height: 1.15;
        letter-spacing: 0;
        margin-bottom: 16px
    }

    .home-custom-block .banner-des {
        color: #505E5E;

        font-family: Futura;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%; /* 25px */
    }

    .custom-block-banner .img-box .banner-mobile {
        display: none
    }

    .home-spotlight-slider .content .title {
        font-size: 18px
    }

    .content .title {
        font-size: 28px
    }

    .widget-title .box-title .title, .u-h3 {
        font-size: 30px
    }

    .home-slideshow .images-contain {
        width: 100%
    }

    .featured-products.has-banner .column-banner-inner .img-box, .featured-products.has-banner .column-banner-inner .img-box a, .featured-products.has-banner .column-banner-inner .img-box img, .featured-products.has-banner .column-banner-inner {
        height: 100%
    }

    .custom_width.style_product_grid_4 .products-grid.row {
        margin-left: -10px;
        margin-right: -10px
    }

    .custom_width.style_product_grid_4 .products-grid.row .grid-item {
        padding-left: 10px;
        padding-right: 10px
    }

    #notify-soldout .modal-body {
        padding: 5.3% 10%
    }

    .container-padd60 {
        max-width: 750px
    }

    .container {
        max-width: 750px
    }

    .container .slide-content.abs_left {
        left: 4%
    }

    .container .slide-content.abs_right {
        right: 4%
    }

    .container .banner-large-img .inner.abs_left {
        left: 4%
    }

    .container .banner-large-img .inner.abs_right {
        right: 4%
    }

    .container-fluid .no-padd {
        padding-left: 0;
        padding-right: 0
    }

    .hasvideo .slide-content {
        z-index: 2
    }

    .slide-content {
        width: 37.2%;
        position: absolute;
        z-index: 1;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
    }

    .slide-content .slide-text {
        margin-left: 0
    }

    .slide-content .slide-content-inner {
        width: 100%;
        max-width: 447px;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .slide-content.slide-content-mb {
        display: none !important
    }

    .home-slideshow .slick-dots {
        position: absolute;
        left: 50%;
        bottom: 42px;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 450px
    }

    .home-slideshow .style_2 .slick-dots {
        bottom: 60px;
        padding-top: 4px;
        padding-bottom: 4px;
        border-radius: 5px;
        min-width: auto
    }

    .home-slideshow .style_2 .slick-dots li {
        margin: 0 5px
    }

    .home-slideshow .item img {
        min-height: 280px;
        width: 100%;
        object-fit: cover
    }

    .home-slideshow .slide-mobile, .custom-block-banner .slide-mobile {
        display: none
    }

    .home-sub-banner .five-blocks:nth-child(-n+2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .home-sub-banner.no-padding .container-fluid, .home-sub-banner.no-padding .item {
        padding-left: 0;
        padding-right: 0
    }

    .home-sub-banner.no-padding .row {
        margin-left: 0;
        margin-right: 0
    }

    .home-sub-banner.no-padding .container-fluid {
        max-width: 1880px
    }

    .banner-large-img {
        position: relative
    }

    .banner-large-img .inner {
        position: absolute;
        top: 50%;
        z-index: 2
    }

    .banner-large-img .inner.abs_left {
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .banner-large-img .inner.abs_right {
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .banner-large-img .inner.abs_center {
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .featured-products .products-grid:not(.slick-slider) .grid-item:nth-child(-n+3) {
        display: block
    }

    .featured-products.has-banner.layout_style_2 {
        border-top: 0
    }

    .featured-products.has-banner.layout_style_2 .row {
        position: relative
    }

    .featured-products.has-banner.layout_style_2 .row.flex-row-reverse .column-banner .column-banner-inner .img-box {
        text-align: right
    }

    .featured-products.has-banner.layout_style_2 .row.flex-row-reverse .column-product {
        left: 15px;
        right: auto;
        padding: 0
    }

    .featured-products.has-banner.layout_style_2 .column-banner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .featured-products.has-banner.layout_style_2 .column-banner .column-banner-inner .img-box {
        text-align: left
    }

    .featured-products.has-banner.layout_style_2 .column-banner .column-banner-inner .img-box img {
        height: 480px;
        max-width: 570px;
        object-fit: cover
    }

    .featured-products.has-banner.layout_style_2 .column-product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%)
    }

    .featured-products.has-banner.layout_style_2 .column-product .column-product-inner {
        padding: 0
    }

    .featured-products.has-banner.layout_style_2 .column-product .column-product-inner .row {
        margin: 0
    }

    .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item {
        padding: 0;
        margin: 0
    }

    .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-item {
        box-shadow: -5px 4px 5px 0 rgba(0, 0, 0, 0.1)
    }

    .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-item .price-box {
        margin-bottom: 0
    }

    .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-image {
        margin-bottom: 0
    }

    .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-bottom {
        background: #fff;
        padding: 15px 25px 5px
    }

    .home-custom-block.layout_style_2 .banner-small-img .column {
        padding-left: 15px;
        padding-right: 15px
    }

    .list-categories-02 .collections-wrapper {
        padding: 25px 20px 45px;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .list-categories-02 .grid-item:nth-child(even) .collection-item > .row {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .list-categories-mansory .columns {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }

    .sidebar-label {
        margin-bottom: 44px
    }

    .sidebar .close-sidebar svg {
        width: 26px;
        height: 26px
    }

    .horizontal-tabs .wrapper-tab-content .tab-title {
        display: none !important
    }

    .horizontal-tabs .tab-content.active {
        display: block !important
    }

    .horizontal-tabs.horizontal-tabs-center .list-tabs {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .horizontal-tabs.horizontal-tabs-center .tab-title {
        margin: 0 30px 0 0
    }

    .horizontal-tabs.horizontal-tabs-center .tab-title:last-child {
        margin-right: 0
    }

    .horizontal-tabs.horizontal-tabs-center .tab-links {
        border: none;
        background-color: rgba(255, 255, 255, 0);
        margin-bottom: 0;
        padding: 16px 0 14px
    }

    .horizontal-tabs.horizontal-tabs-center .tab-links.active {
        font-size: var(--font_size_plus2);
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        background-color: rgba(255, 255, 255, 0)
    }

    .horizontal-tabs.horizontal-tabs-center .tab-links:before {
        top: initial;
        bottom: -1px;
        left: 0;
        width: 100%
    }

    .horizontal-tabs.horizontal-tabs-center .tab-links:after {
        display: none
    }

    .tabs__product-page.vertical-tabs .tab-content {
        padding-top: 10px
    }

    .product_top .product-shop {
        margin-top: -7px
    }

    .cart-template .wrapper-cart-template {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .cart-template .wrapper-cart-template .right-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        max-width: 340px
    }

    .cart-template .wrapper-cart-template .cart_items {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 370px);
        flex: 0 0 calc(100% - 370px);
        max-width: -moz-calc(100% - 370px);
        max-width: -webkit-calc(100% - 370px);
        max-width: -ms-calc(100% - 370px);
        max-width: calc(100% - 370px);
        margin-right: 30px
    }

    .article-template .blog-detail .tags-share {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    #comments form .comment-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px;
        margin-right: -10px
    }

    #comments form .comment-form .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px
    }

    .vertical-tabs #collapse-tab2 {
        padding-top: 0
    }

    .vertical-tabs .spr-container .spr-header {
        margin-bottom: 20px
    }

    .custom-block-banner .img-box .sub-banner-countdown {
        display: none
    }

    .banner-small-img > .row {
        margin-left: 0;
        margin-right: 0
    }

    .home-custom-block .banner-small-img .banner-content {
        padding: 30px 0 40px;
        margin: 0
    }

    .home-custom-block .banner-small-img .banner-content .banner-button.btn-arrow {
        position: relative;
        overflow: visible
    }

    .home-custom-block .banner-small-img .banner-content .banner-button.btn-arrow:before {
        display: block;
        position: absolute;
        top: -30px;
        right: -60px
    }

    .home-custom-block .banner-small-img .banner-content .banner-button.btn-arrow:hover:before {
        transform: translateY(-2px)
    }

    .banner-small-img .banner-content {
        text-align: left;
        max-width: 464px;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start
    }

    .banner-small-img .banner-content.text-center {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .product-template-full-width .product-photos {
        margin-top: 7px
    }

    .wishlist-footer {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .wishlist-footer .share {
        margin-bottom: 0;
        margin-top: 1px
    }

    .body-full .home-slideshow-sections .custom-arrow-left, .body-full .home-slideshow-sections .custom-arrow-right {
        width: calc(50% - 19px);
        height: 20px;
        z-index: 1;
        background-color: #fff;
        left: 0;
        bottom: -1px;
        position: absolute;
        display: block
    }

    .body-full .home-slideshow-sections .custom-arrow-left .triangle-left, .body-full .home-slideshow-sections .custom-arrow-right .triangle-left {
        width: 0;
        height: 0;
        bottom: 0;
        right: -20px;
        position: absolute;
        border-bottom: 20px solid #fff;
        border-right: 20px solid transparent
    }

    .body-full .home-slideshow-sections .custom-arrow-left .triangle-right, .body-full .home-slideshow-sections .custom-arrow-right .triangle-right {
        width: 0;
        height: 0;
        bottom: 0;
        left: -20px;
        position: absolute;
        border-bottom: 20px solid #fff;
        border-left: 20px solid transparent
    }

    .body-full .home-slideshow-sections .custom-arrow-right {
        left: auto;
        right: 0
    }

    .has-sticky-product-img [data-sticky-product-img] {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        margin-bottom: 25px
    }

    .frequently-bought-together-content .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px
    }

    .frequently-bought-together-content .col-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
        max-width: -moz-calc(100% - 240px);
        max-width: -webkit-calc(100% - 240px);
        max-width: -ms-calc(100% - 240px);
        max-width: calc(100% - 240px)
    }

    .products-grid.grid-2, .products-grid.grid-3, .products-grid.grid-4, .products-grid.grid- {
        padding-bottom: 50px
    }

    .products-grid.grid-3 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media (max-width: 991px) {
    .h-mobile {
        display: none !important
    }

    .cart-template .cart-form .cart--title .cart--info .product-name {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical
    }

    .cart-template .cart-form .cart-header .cart--price, .cart-template .cart-form .cart-list .details .cart--price {
        width: 130px !important;
        padding-right: 0;
        text-align: right
    }

    .cart-template .cart-form .cart-header > .cart--title, .cart-template .cart-form .cart-list .details > .cart--title {
        width: calc(100% - 130px) !important
    }

    .cart-template .wrapper-cart-template .cart-list .cart-thumb {
        padding-right: 10px
    }

    .cart-template .wrapper-cart-template .cart-list .qty-group {
        margin-top: 10px;
        max-width: 100%;
        border: 0
    }

    .cart-template .wrapper-cart-template .cart-list .qty-group label {
        font-size: var(--font_size);
        margin-right: 10px
    }

    .cart-template .wrapper-cart-template .cart-list .qty-group input {
        border: 1px solid #ccc;
        max-width: 100%
    }

    .cart-template .cart-form .cart--title .cart--info .product-name {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical
    }

    .cart-template .cart-form .cart-header .cart--price, .cart-template .cart-form .cart-list .details .cart--price {
        width: 180px !important;
        padding-right: 0;
        text-align: right
    }

    .cart-template .cart-form .cart-header > .cart--title, .cart-template .cart-form .cart-list .details > .cart--title {
        width: calc(100% - 130px) !important
    }

    .cart-template .wrapper-cart-template .cart-list .cart-thumb {
        padding-right: 10px
    }

    .cart-template .wrapper-cart-template .cart-list .qty-group {
        margin-top: 10px;
        max-width: 100%;
        border: 0
    }

    .cart-template .wrapper-cart-template .cart-list .qty-group label {
        font-size: var(--font_size);
        margin-right: 10px
    }

    .cart-template .wrapper-cart-template .cart-list .qty-group input {
        border: 1px solid #ccc;
        max-width: 100%
    }

    .toolbar .column-right {
        display: none
    }

    .spotlight-3-blocks {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .spotlight-3-blocks > .col-md-6 {
        padding-left: 0;
        padding-right: 0;
        margin-right: 20px
    }

    .spotlight-3-blocks > .col-md-6:last-of-type {
        padding-right: 10px;
        margin-right: 0
    }

    .home-custom-block-images .row {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .halo-modal .halo-modal-body .des {
        margin-bottom: 18px
    }

    .halo-modal .halo-modal-body #mailchimp-email-subscibe {
        margin-bottom: 27px
    }

    .halo-modal .halo-modal-body #mailchimp-email-subscibe .input-group {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .halo-modal .halo-modal-body #mailchimp-email-subscibe .input-group-field {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        min-width: inherit
    }

    .halo-modal .halo-modal-body #mailchimp-email-subscibe .btn {
        width: 100%;
        min-width: inherit;
        background: var(--background_3);
        color: var(--color_3);
        border-color: var(--border_3)
    }

    .halo-modal .halo-modal-body .social-icons {
        margin-bottom: 20px
    }

    .toolbar .column-left, .toolbar .column-right {
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%
    }

    .toolbar .column-right {
        margin-top: 15px
    }

    .halo-collection-content .infinite-scrolling {
        margin-bottom: 40px
    }

    .t-header .column {
        padding-left: 15px;
        padding-right: 15px
    }

    .sticky_form .sticky-countdown {
        text-align: center;
        margin-bottom: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-padd60 .slide-content.abs_left, .container-fluid .slide-content.abs_left {
        left: 0
    }

    .container-padd60 .slide-content.abs_right, .container-fluid .slide-content.abs_right {
        right: 0
    }

    .container-padd60 .banner-large-img .inner.abs_left, .container-fluid .banner-large-img .inner.abs_left {
        left: -moz-calc((100% - 730px) / 2);
        left: -webkit-calc((100% - 730px) / 2);
        left: -ms-calc((100% - 730px) / 2);
        left: calc((100% - 730px) / 2)
    }

    .container-padd60 .banner-large-img .inner.abs_right, .container-fluid .banner-large-img .inner.abs_right {
        right: -moz-calc((100% - 730px) / 2);
        right: -webkit-calc((100% - 730px) / 2);
        right: -ms-calc((100% - 730px) / 2);
        right: calc((100% - 730px) / 2)
    }

    .spotlight-3-blocks > .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }

    .spotlight-3-blocks > .col-md-6:last-of-type {
        -ms-flex: 0 0 calc(45% + 20px);
        flex: 0 0 calc(45% + 20px);
        max-width: -moz-calc(45% + 20px);
        max-width: -webkit-calc(45% + 20px);
        max-width: -ms-calc(45% + 20px);
        max-width: calc(45% + 20px);
        padding-right: 20px
    }

    .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n+3) {
        display: block
    }

    .home-custom-block-images .row {
        padding-left: 20px;
        margin-left: -moz-calc((-100vw + 750px) / 2 - 10px);
        margin-left: -webkit-calc((-100vw + 750px) / 2 - 10px);
        margin-left: -ms-calc((-100vw + 750px) / 2 - 10px);
        margin-left: calc((-100vw + 750px) / 2 - 10px);
        margin-right: -moz-calc((-100vw + 750px) / 2 - 10px);
        margin-right: -webkit-calc((-100vw + 750px) / 2 - 10px);
        margin-right: -ms-calc((-100vw + 750px) / 2 - 10px);
        margin-right: calc((-100vw + 750px) / 2 - 10px)
    }

    .home-custom-block-images .row .three-blocks {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        padding-left: 0;
        padding-right: 0;
        margin-right: 20px
    }

    .home-custom-block-images .row .three-blocks:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45% + 20px);
        flex: 0 0 calc(45% + 20px);
        max-width: -moz-calc(45% + 20px);
        max-width: -webkit-calc(45% + 20px);
        max-width: -ms-calc(45% + 20px);
        max-width: calc(45% + 20px);
        margin-right: 0;
        padding-right: 20px
    }

    .halo-modal .modal-overlay {
        max-width: 90%
    }

    .halo-modal .halo-modal-body .column-right {
        padding: 45px 25px 21px
    }

    .toolbar .view-mode .icon-mode.grid-4, .toolbar .view-mode .icon-mode.grid-5 {
        display: none
    }

    .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n+4) {
        display: block;
        width: -moz-calc(25% - 10px);
        width: -webkit-calc(25% - 10px);
        width: -ms-calc(25% - 10px);
        width: calc(25% - 10px)
    }

    .related-products .products-grid:not(.slick-slider) .grid-item:nth-child(-n+3) {
        display: block
    }

    .vertical-tabs .spr-container .spr-summary {
        text-align: left
    }

    .vertical-tabs .spr-container .spr-summary-actions {
        display: block;
        margin-top: 18px
    }

    .vertical-tabs .spr-container .spr-summary-actions .spr-summary-actions-newreview {
        float: none
    }

    .footer-bottom .justify-content-lg-between {
        text-align: center
    }

    .search-open .wrapper-header .search-bar, .search-open .wrapper-header .header-search {
        max-width: 650px;
        margin: auto
    }

    .footbar-fixed {
        bottom: 19px;
        left: 19px
    }
}

@media (min-width: 992px) {
    .slide-content .slide-heading strong {
        font-size: xxx-large
    }

    .text-40 {
        font-size: 36px
    }

    .text-38 {
        font-size: 32px
    }

    .text-32 {
        font-size: 28px;
        letter-spacing: 0
    }

    .text-28 {
        font-size: 26px;
        letter-spacing: 0
    }

    .text-26 {
        font-size: 24px;
        letter-spacing: 0
    }

    .page-banner .banner-content .page-title {
        font-size: 5rem
    }

    .page-banner .banner-content .page-subtitle {
        font-size: 1.8rem
    }

    .product-properties .left-content-area {
        padding-left: 2vw;
        padding-right: 2vw
    }

    .product-properties .block-title {
        font-size: 22px;
        margin-bottom: 12px
    }

    .product-ingredients .top-banner .text-box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 5.6vw
    }

    .community-item {
        margin-bottom: 0
    }

    .footer-top-newsletter .custom-block-banner {
        padding: 5% 6%
    }

    .home-spotlight-slider .content .title {
        font-size: 20px
    }

    .widget-title .box-title .title, .u-h3 {
        font-size: 31px
    }

    .h-desktop {
        display: none !important
    }

    .container, .container-padd60 {
        max-width: 970px
    }

    .featured-products .products-grid.four-items:not(.slick-slider) .grid-item:nth-child(-n+4), .featured-products .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n+4), .featured-products .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n+4), .related-products .products-grid.four-items:not(.slick-slider) .grid-item:nth-child(-n+4), .related-products .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n+4), .related-products .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n+4) {
        display: block
    }

    .featured-products.has-banner.banner-right.layout_style_4 {
        border-bottom: 0
    }

    .featured-products.has-banner {
        border-top: 1px solid #efefef
    }

    .featured-products.has-banner.layout_style_2 .column-banner .column-banner-inner .img-box img {
        height: 480px;
        max-width: 800px
    }

    .featured-products.has-banner.banner-right {
        border-top: none;
        border-bottom: 1px solid #efefef
    }

    .featured-products.has-banner .column-banner-inner {
        height: 100%
    }

    .featured-products.has-banner .column-banner-inner .img-box, .featured-products.has-banner .column-banner-inner .img-box a, .featured-products.has-banner .column-banner-inner .img-box img {
        height: 100%
    }

    .featured-products.has-banner .column-banner-inner .img-box a {
        display: block
    }

    .featured-products.has-banner .column-banner-inner .img-box img {
        object-fit: cover
    }

    .featured-products.has-banner .column-product .column-product-inner {
        margin-left: auto;
        padding: 36px 0 35px
    }

    .featured-products.has-banner .column-product .column-product-inner:after {
        display: block;
        visibility: hidden;
        content: "";
        clear: both
    }

    .featured-products.has-banner .flex-row-reverse .column-product .column-product-inner {
        margin-left: inherit
    }

    .list-categories-mansory .columns.columns-3, .list-categories-mansory .columns.columns-4 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }

    .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n+5) {
        display: block;
        width: -moz-calc(20% - 10px);
        width: -webkit-calc(20% - 10px);
        width: -ms-calc(20% - 10px);
        width: calc(20% - 10px)
    }

    .product-shop .groups-btn .wishlist, .product-shop .groups-btn .icon-share {
        margin-left: 0
    }

    .product-shop .groups-btn:after {
        display: block;
        content: "";
        visibility: hidden;
        clear: both
    }

    .product-shop .shopify-payment-button {
        clear: both
    }

    .tabs__product-page .list-tabs .tab-links {
        padding-left: 30px;
        padding-right: 30px
    }

    .tabs__product-page.horizontal-tabs-center .tab-title:not(:last-child) {
        margin-right: 65px
    }

    .tabs__product-page.horizontal-tabs-center .list-tabs .tab-links {
        padding-left: 0;
        padding-right: 0
    }

    .cart-template .wrapper-cart-template .cart-list .group-action {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .cart-template .wrapper-cart-template .cart-list .group-action .update {
        margin-bottom: 0;
        margin-right: 12px;
        min-width: 160px
    }

    .cart-template .wrapper-cart-template .cart-list .group-action .remove {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-left: 13px;
        min-width: 160px
    }

    .home-spotlight-slider .col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .site-footer .justify-content-lg-between .payment-methods {
        text-align: right
    }

    .col-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .products-grid.grid-4 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4
    }
}

@media (max-width: 1199px) {
    .site-nav .d-md-flex {
        display: block !important
    }

    .toolbar.toolbar-fix, .sticky-wrapper.is-sticky .header-bottom {
        animation-name: fadeInDown;
        animation-duration: .5s;
        animation-fill-mode: both
    }

    .is-sticky .header-bottom[data-sticky-mb] {
        z-index: 4 !important
    }

    .site-nav .site-nav-dropdown.style_6 {
        overflow: hidden
    }

    .hover-to-zoom {
        display: none
    }

    .product-item .product-bottom .wrapper-compare .compare-button {
        opacity: 0;
        visibility: hidden;
        display: none
    }

    .before-you-leave__content--product .inner-top {
        display: flex
    }

    .before-you-leave__content--product .inner-top .product-top .product-image .product-grid-image {
        min-height: 216px
    }

    .style_product_grid_2 .products-grid .grid-item {
        margin-bottom: 0
    }

    .home-custom-block.layout_style_2 .banner-small-img .banner-heading {
        font-size: 40px !important
    }

    .home-custom-block.layout_style_2 .banner-small-img .banner-button {
        min-width: 230px
    }

    .border-bt-hover {
        display: none
    }

    .footer-top-newsletter .banner-large-img .banner-content .banner-heading {
        font-size: 12px !important
    }

    #custom-block-home-custom-block-baner-collection-list .banner-content .banner-des, #custom-block-custom-block-banner-collection-list-5 .banner-content .banner-des {
        font-size: 12px !important
    }

    .home-custom-block-baner-one-sections .banner-content .banner-des {
        font-size: 30px !important
    }

    .header-bottom {
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
        position: relative
    }

    .header-bottom .header-pc {
        display: none !important
    }

    .wrapper-navigation .logo-fixed, .wrapper-navigation .fixed-right-menu, .wrapper-navigation .nav-search, .wrapper-navigation .wrapper-top-cart {
        display: none
    }

    .wrapper-navigation .header-panel-bt .left-groups {
        display: none
    }

    .wrapper-navigation .mb-area {
        margin-left: -10px;
        margin-right: -10px
    }

    .wrapper-navigation .header-pc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .wrapper-navigation .header-pc .lang-currency-groups {
        margin-top: 20px;
        padding-top: 20px
    }

    .wrapper-navigation .header-pc .right-groups {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .wrapper-navigation .header-pc .or-text {
        display: none
    }

    .wrapper-navigation .wishlist svg, .wrapper-navigation .wishlist .fa {
        display: none
    }

    .header-pc .cus-ser-text, .header-pc .header-links a, .header-pc .free-shipping-text {
        padding: 7px 20px 6px;
        display: block;
        font-weight: 400;
        font-size: var(--font_size)
    }

    .header-pc .header-links .acc-logout + span {
        display: none
    }

    .header-pc .header-links #dropdown-customer {
        display: none
    }

    .sign_in_md {
        display: none !important
    }

    .lang-currency-groups {
        padding-left: 20px;
        padding-right: 20px
    }

    .lang-currency-groups .btn-group .dropdown-label {
        display: none
    }

    .lang-currency-groups .lang-block + .currency-block {
        margin-top: 20px
    }

    .jas-mb-style {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        height: 100vh;
        z-index: 999;
        overflow-y: scroll;
        -webkit-transition: transform .5s ease;
        -moz-transition: transform .5s ease;
        -ms-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        padding-bottom: 100px
    }

    .sub-menu-mobile .hide_pc {
        width: auto
    }

    .hide_pc {
        width: 100%
    }

    .site-nav li {
        position: relative
    }

    .site-nav li a {
        position: static
    }

    .site-nav li.dropdown a {
        display: inline-block
    }

    .site-nav li.dropdown a:not(.menu__moblie) {
        display: block
    }

    .site-nav li.dropdown a.menu__moblie {
        pointer-events: none
    }

    .site-nav .sub-menu-mobile {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        padding-bottom: 100px;
        height: 100vh;
        overflow-y: scroll;
        z-index: 100;
        -webkit-transition: transform .4s ease;
        -moz-transition: transform .4s ease;
        -ms-transition: transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease;
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .site-nav .sub-menu-mobile.sub-menu-open {
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    .site-nav .mega-menu .menu-lv-2 {
        padding: 0
    }

    .site-nav .mega-menu .style_2 .col-left, .site-nav .mega-menu .style_2 .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3px);
        flex: 0 0 calc(50% - 3px);
        max-width: -moz-calc(50% - 3px);
        max-width: -webkit-calc(50% - 3px);
        max-width: -ms-calc(50% - 3px);
        max-width: calc(50% - 3px)
    }

    .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a {
        padding: 20px 20px 0
    }

    .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a img {
        margin: 0
    }

    .site-nav .mega-menu .style_3 .menu-lv-2 .menu__moblie {
        display: block
    }

    .site-nav .mega-menu .style_5 .mega-banner {
        padding: 20px 0
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 {
        padding: 20px 0 0
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-2 h3 {
        padding-top: 7px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-1-product .mega-col.col-left {
        overflow: auto;
        white-space: nowrap;
        margin: 0 -10px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-1-product .mega-col.col-left .product-item {
        padding: 0 10px;
        max-width: 67%;
        display: inline-block
    }

    .site-nav .mega-menu .style_5 .mega-banner .col-left, .site-nav .mega-menu .style_5 .mega-banner .col-center, .site-nav .mega-menu .style_5 .mega-banner .col-right {
        max-width: 100%
    }

    .site-nav .mega-menu .style_6 .menu-lv-2 .icon-dropdown {
        top: auto;
        bottom: 15px
    }

    .site-nav .mega-menu .style_6 .menu-lv-2 .sub-menu-mobile .icon-dropdown {
        top: auto
    }

    .site-nav .icon-label:before {
        left: -9px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .site-nav .d-md-flex .col-left .menu-lv-2 {
        border-bottom: 0;
        margin-left: -10px;
        margin-right: -10px
    }

    .home-slideshow .not_img {
        height: 30vh;
        line-height: 30vh
    }

    .home-slideshow .slick-dots li {
        margin: 0 5px;
        width: 10px;
        height: 10px
    }

    .home-slideshow .slick-dots li button {
        width: 10px;
        height: 10px
    }

    .slide-content.style_2 {
        padding: 40px
    }

    .slide-content.style_2 .slide-sub, .slide-content.style_3 .slide-sub {
        font-size: 12px !important
    }

    .slide-content.style_2 .slide-button {
        min-width: 210px !important
    }

    .slide-content .slide-heading {
        font-size: 36px;
        line-height: 32px;
        margin-bottom: 8px
    }

    .slide-content .slide-sub {
        font-size: 24px
    }

    .slide-content .slide-text {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 2em
    }

    .home-sub-banner .item {
        margin-bottom: 20px
    }

    .products-grid .grid-item {
        margin-bottom: 40px
    }

    .products-grid .wishlist, .products-grid .quickview-button, .products-grid .spr-badge {
        display: none
    }

    .product-item .product-des {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        visibility: visible
    }

    .product-item .product-des.abs-center {
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        top: inherit;
        bottom: -1px
    }

    .product-item .action, .product-item .sizes-list {
        margin-bottom: 0
    }

    .product-item .sizes-list {
        background-color: rgba(255, 255, 255, 0.8)
    }

    .product-item .sizes-list li a {
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        background-color: rgba(25, 255, 255, 0);
        min-width: 15px
    }

    .product-item .product-image {
        margin-bottom: 13px
    }

    .products-list .product-item .product-des.abs-bottom {
        bottom: -1px
    }

    .products-list .product-item .quickview-button {
        display: none
    }

    .product-collection.products-grid {
        margin-bottom: 10px
    }

    .home-custom-block .not_img {
        height: 30vh;
        line-height: 30vh
    }

    .banner-content .banner-heading {
        font-size: 24px !important;
        line-height: 32px;
        margin-bottom: 17px
    }

    .banner-large-img .banner-content .banner-button {
        min-width: 190px !important
    }

    #dropdown-cart, #dropdown-customer {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 999;
        overflow-y: scroll;
        -webkit-transition: transform .5s ease;
        -moz-transition: transform .5s ease;
        -ms-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        padding-bottom: 100px;
        width: 337px;
        max-width: -moz-calc(100vw - 40px);
        max-width: -webkit-calc(100vw - 40px);
        max-width: -ms-calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    #dropdown-cart .mini-products-list {
        max-height: -moz-calc(100% - 270px);
        max-height: -webkit-calc(100% - 270px);
        max-height: -ms-calc(100% - 270px);
        max-height: calc(100% - 270px)
    }

    html.cart-show #dropdown-cart {
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    html.customer-show #dropdown-customer {
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    html.translate-overlay .jas-mb-style {
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    html.sidebar-open .sidebar {
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    .home-custom-block-images .img-inner .heading {
        font-size: 24px !important
    }

    .home-custom-block-images .img-inner .sub-heading {
        font-size: 13px !important
    }

    .home-custom-block-images .img-inner .des {
        font-size: 12px !important
    }

    .list-blogs .article-inner {
        padding-left: 0;
        padding-right: 0
    }

    .list-blogs .article-des {
        max-height: var(--font_size_special);
        overflow: hidden
    }

    .custom-block-banner .clock-item {
        width: 55px;
        height: 55px;
        margin: 0 7.5px
    }

    .custom-block-banner .clock-item span.num {
        font-size: var(--font_size_plus4);
        line-height: var(--font_size_plus7)
    }

    .custom-block-banner .sub-banner-countdown {
        margin-bottom: 35px
    }

    .home-custom-block-baner-sections + .home-blog-posts-sections .widget-product:first-child {
        padding-top: 20px
    }

    .list-categories .grid-item {
        padding-bottom: 20px
    }

    .list-categories-02 .collections-wrapper .btn {
        font-size: var(--font_size_plus2)
    }

    .collection-item .content-box .des {
        margin-top: 10px
    }

    .collection-item .collection-countdown {
        font-size: 16px;
        margin-top: 25px
    }

    .collection-item .clock-item {
        width: 55px;
        height: 55px
    }

    .collection-item .clock-item span:not(.num) {
        line-height: var(--font_size_plus4)
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 270px;
        max-width: 100%;
        background-color: var(--body_bg);
        z-index: 5;
        margin: 0;
        overflow-y: auto;
        height: 100vh;
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform .4s ease;
        -moz-transition: transform .4s ease;
        -ms-transition: transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease
    }

    .toolbar {
        padding: 10px 20px !important
    }

    .toolbar .column-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .toolbar .column-left .sidebar-label {
        margin: 0;
        padding-right: 30px
    }

    .collection-template .reverse-mb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .translate-filter-pc:not(.collection-template-express-order) .col-sidebar .sidebar-label {
        display: none
    }

    .translate-filter-pc:not(.collection-template-express-order) .sidebar-filter .close-sidebar {
        display: none !important
    }

    .collection-template-express-order .col-sidebar .sidebar-label {
        margin-top: 10px
    }

    .collection-template-express-order .product-collection.products-grid {
        margin-bottom: 0
    }

    .cart-form .scroll-content {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .cart-form .scroll-content .left-col, .cart-form .scroll-content .right-col {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px
    }

    .cart-popup-coll-related {
        margin-top: 5px
    }

    .cart-popup-coll-related .widget-title {
        padding-top: 26px
    }

    .cart-popup-coll-related .products-grid {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden
    }

    .ajax-success-modal .cart-empty {
        margin-bottom: 15px
    }

    .product-img-box.vertical-moreview .slider-nav:not(.slick-slider) .item {
        display: none
    }

    .wrapper_header_parallax .wrapper-header-bt .header-items {
        display: none !important
    }

    .product-template-full-width .scroll-down {
        display: none !important
    }

    .wishlist-header .column {
        padding-left: 15px;
        padding-right: 15px
    }

    .wishlist-page .col-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px
    }

    .wishlist-page .col-price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px
    }

    .wishlist-page .col-options {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px
    }

    .wishlist-page .col-prod {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 700px);
        flex: 0 0 calc(100% - 700px);
        max-width: -moz-calc(100% - 700px);
        max-width: -webkit-calc(100% - 700px);
        max-width: -ms-calc(100% - 700px);
        max-width: calc(100% - 700px)
    }

    .footbar-fixed {
        position: fixed;
        z-index: 99
    }
}

@media (max-width: 992px) {
    .cart-template .wrapper-cart-template .cart_items.left-col .cart-header .cart--price {
        padding-right: 20px
    }

    .cart-template .wrapper-cart-template .cart-list .cart-product-item {
        padding: 20px
    }

    .featured-products.has-banner.layout_style_4 .column-product .products-grid .grid-item {
        margin-top: 10px
    }

    .home-custom-block .custom-block-banner .img-center .img-top {
        right: 35px !important
    }

    .home-custom-block .custom-block-banner .img-center .img-top > img {
        max-width: 80px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-padd60 .slide-content.abs_left, .container-fluid .slide-content.abs_left {
        left: -moz-calc((100% - 950px) / 2);
        left: -webkit-calc((100% - 950px) / 2);
        left: -ms-calc((100% - 950px) / 2);
        left: calc((100% - 950px) / 2)
    }

    .container-padd60 .slide-content.abs_right, .container-fluid .slide-content.abs_right {
        right: -moz-calc((100% - 950px) / 2);
        right: -webkit-calc((100% - 950px) / 2);
        right: -ms-calc((100% - 950px) / 2);
        right: calc((100% - 950px) / 2)
    }

    .container-padd60 .banner-large-img .inner.abs_left, .container-fluid .banner-large-img .inner.abs_left {
        left: -moz-calc((100% - 950px) / 2);
        left: -webkit-calc((100% - 950px) / 2);
        left: -ms-calc((100% - 950px) / 2);
        left: calc((100% - 950px) / 2)
    }

    .container-padd60 .banner-large-img .inner.abs_right, .container-fluid .banner-large-img .inner.abs_right {
        right: -moz-calc((100% - 950px) / 2);
        right: -webkit-calc((100% - 950px) / 2);
        right: -ms-calc((100% - 950px) / 2);
        right: calc((100% - 950px) / 2)
    }

    .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n+4), .home-brands-block [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n+4) {
        display: block
    }

    .featured-products.has-banner .column-banner {
        padding-right: 10px
    }

    .featured-products.has-banner .column-product {
        padding-right: -moz-calc((100% - 950px) / 2);
        padding-right: -webkit-calc((100% - 950px) / 2);
        padding-right: -ms-calc((100% - 950px) / 2);
        padding-right: calc((100% - 950px) / 2)
    }

    .featured-products.has-banner .column-product .column-product-inner {
        max-width: -moz-calc(970px / 10 * 6 - 20px);
        max-width: -webkit-calc(970px / 10 * 6 - 20px);
        max-width: -ms-calc(970px / 10 * 6 - 20px);
        max-width: calc(970px / 10 * 6 - 20px)
    }

    .featured-products.has-banner .flex-row-reverse .column-banner {
        padding-right: 0;
        padding-left: 10px
    }

    .featured-products.has-banner .flex-row-reverse .column-product {
        padding-left: -moz-calc((100% - 950px) / 2);
        padding-left: -webkit-calc((100% - 950px) / 2);
        padding-left: -ms-calc((100% - 950px) / 2);
        padding-left: calc((100% - 950px) / 2);
        padding-right: 10px
    }

    .toolbar .view-mode .icon-mode.grid-5 {
        display: none
    }

    .col-lg20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .search-open .wrapper-header .search-bar, .search-open .wrapper-header .header-search {
        max-width: 650px
    }

    .search-open .wrapper-header .header-search {
        margin-left: 70px
    }

    .footbar-fixed {
        bottom: 15px;
        left: 21px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cart-template .wrapper-cart-template .cart_items {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 310px);
        flex: 0 0 calc(100% - 310px);
        max-width: -moz-calc(100% - 310px);
        max-width: -webkit-calc(100% - 310px);
        max-width: -ms-calc(100% - 310px);
        max-width: calc(100% - 310px);
        margin-right: 20px
    }

    .cart-template .wrapper-cart-template .right-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        max-width: 290px
    }

    .cart-template .wrapper-cart-template .right-col .summary {
        width: 100% !important
    }

    .cart-template .cart-form .cart-list .details > :not(.cart--title) {
        width: 100px
    }

    .cart-template .cart-form .cart-list .cart-thumb {
        padding-right: 15px
    }

    .cart-template .cart-form .cart-header > .cart--title {
        width: calc(100% - 310px)
    }

    .cart-template .cart-form .cart-list .details > .cart--title {
        width: calc(100% - 310px)
    }

    .cart-template .cart-form .cart-header > :not(.cart--title) {
        width: 100px
    }

    .cart-template .cart-form .cart-header > .cart--remove {
        width: 30px
    }

    .cart-template .cart-form .cart-list .details > .cart--remove {
        width: 30px
    }

    .home-slideshow .slick-dots {
        bottom: 12px !important
    }

    .home-spotlight-block .widget-title {
        margin-bottom: 35px
    }

    .site-footer .col-footer {
        margin-bottom: 38px
    }

    .collections-wrapper .collection-title {
        font-size: 20px !important
    }

    .list-categories-02 .collections-wrapper {
        padding-top: 30px;
        padding-bottom: 35px
    }

    .sidebar {
        padding: 97px 30px 80px
    }

    .sidebar .close-sidebar {
        right: 22px;
        top: 33px
    }

    .collection-header.collection-header-sections .collection-image {
        position: relative
    }

    .collection-header.collection-header-sections .collection-image .tab-abs:not(.collection-static) {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: 500px;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

    .collection-header.collection-header-sections .collection-image .collection-static {
        text-align: center
    }

    .collection-header.collection-header-sections .collection-image * {
        margin-bottom: 0
    }

    .ajax-success-modal .modal-overlay {
        max-width: 680px
    }

    .shop-instagram .widget-title .box-title {
        font-size: var(--page_title_font_size_plus4)
    }

    .store-slider .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%
    }

    .cart-popup-coll-related .products-grid {
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px
    }

    .cart-popup-coll-related .products-grid .grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
        padding-left: 0;
        padding-right: 0;
        margin-right: 20px
    }

    .cart-popup-coll-related .products-grid .grid-item:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(29% + 25px);
        flex: 0 0 calc(29% + 25px);
        max-width: -moz-calc(29% + 25px);
        max-width: -webkit-calc(29% + 25px);
        max-width: -ms-calc(29% + 25px);
        max-width: calc(29% + 25px);
        margin-right: 0;
        padding-right: 25px
    }

    .ajax-success-modal .halo-modal-body {
        padding-left: 25px;
        padding-right: 25px
    }

    #back-top {
        bottom: 50px;
        right: 2.5%
    }

    [data-sticky-container] [data-sticky-product-img] {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        margin-bottom: 25px
    }
}

@media (min-width: 700px) and (max-width: 768px) {
    .featured-products.has-banner.layout_style_5 .column-product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .featured-products.has-banner.layout_style_5 .column-banner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    .text-40 {
        font-size: 35px
    }

    .text-38 {
        font-size: 33px
    }

    .text-32 {
        font-size: 29px;
        letter-spacing: 0
    }

    .text-28 {
        font-size: 25px
    }

    .text-26 {
        font-size: 24px
    }

    .block_rich_content .text-wrapper {
        max-width: 50vw
    }

    .page-banner .banner-content .page-title {
        font-size: 5.4rem
    }

    .page-banner .banner-content .page-subtitle {
        font-size: 2rem
    }

    .sidebar .sidebar-title {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .sidebar-heading {
        font-size: 22px
    }

    .collection-header h1 {
        font-size: 50px
    }

    .product-desk-info {
        display: block
    }

    .product-mob-info {
        display: none
    }

    .product-photos .slider-nav .slick-arrow .fa {
        transform: rotateZ(90deg)
    }

    .product-shop .product-award {
        display: block
    }

    .product-shop .quiz {
        margin-top: 18px;
        text-align: left;
        flex-flow: row;
        justify-content: space-between;
        align-items: center
    }

    .product-shop .quiz .title {
        font-size: 18px;
        margin-right: 20px;
        margin-bottom: 0
    }

    .product-shop .use-with .form-wrapper input[type="submit"] span.price, .product-shop .use-with .form-wrapper button[type="submit"] span.price {
        font-size: 22px
    }

    .product-shop .use-with .info .text-box {
        font-size: 18px
    }

    .qty-group input[name=quantity], .qty-group input[name=group_quantity], .qty-group input[name="updates[]"] {
        padding: 14px 5px
    }

    .product-shop .product-title {
        margin-bottom: 14px
    }

    .short-description {
        font-size: 18px
    }

    .product-shop .prices {
        font-size: 22px;
        margin-bottom: 14px
    }

    .product-award {
        margin-bottom: 29px
    }

    .product-img-box .product-award {
        display: none
    }

    .product-award .award-icon {
        width: 90px;
        height: 90px
    }

    .product-template .product-review-badge {
        margin-bottom: 29px
    }

    .product-properties .block-title {
        font-size: 23px
    }

    .product-before-and-after .one-slider {
        padding: 0 50px
    }

    .product-before-and-after .outer {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .widget-title .box-title .title, .product-shop .product-title, .collection-header .collection-des h2, .collection-header .collection-des h3, .collection-header .collection-des h4, .u-h3 {
        font-size: 32px
    }

    .widget-title {
        margin-bottom: 48px;
    }

    .social-icons li {
        margin-right: 17px
    }

    .site-footer .foot-link {
        font-size: 16px;
        line-height: 1.5
    }

    .site-footer .footer-content {
        font-size: 16px;
        line-height: 26px
    }

    .footer-bottom address {
        font-size: 14px
    }

    .footer-top-newsletter .custom-block-banner .banner-content .banner-description {
        font-size: 18px
    }

    .footer-top-newsletter .custom-block-banner {
        padding: 5% 6% 4%
    }

    .home-custom-block .banner-small-img .banner-content {
        padding: 0;
        margin: 0
    }

    .home-brands-block .brands-block {
        padding: 75px 0
    }

    .home-brands-block .brands-block .item .brand-block .description {
        font-size: 14px;
        margin-top: 24px
    }

    .home-custom-block .banner-sub-heading {
        font-size: 30px
    }

    .home-custom-block .banner-heading {
        font-size: 36px
    }

    .home-custom-block .banner-des {
        color: #505E5E;

        font-family: Futura;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%; /* 25px */
    }

    .home-spotlight-slider .content .title {
        font-size: 21px
    }

    .content .title {
        font-size: 32px
    }

    .price-box {
        font-size: 16px;
        margin-bottom: 16px
    }

    .btn {
        padding: 13px 36px
    }

    .product-item .product-title {
        font-family: Futura;
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
        text-align: left;
        color: #505E5E;

    }

    .widget-title .box-title .title, .footer-top-newsletter .custom-block-banner .banner-content .banner-title, .u-h3 {
        font-size: 33px
    }

    .line img {
        max-width: 120px
    }

    .block_rich_content .box-title .line {
        margin-bottom: 9px
    }

    .home-text-scroll .text-ticker-text {
        font-size: 16px
    }

    .site-nav .menu-lv-1 > a {
        position: relative
    }

    .site-nav .menu-lv-1 > a:before, .site-nav .menu-lv-1 > a:after {
        content: '';
        position: absolute;
        width: 15px;
        height: 100%;
        left: 100%;
        top: 0;
        background: transparent;
        z-index: 999999
    }

    .site-nav .menu-lv-1 > a:before {
        right: 100%;
        left: auto
    }

    .wrapper_header_default .site-nav .menu-lv-1 > a:before, .wrapper_header_default .site-nav .menu-lv-1 > a:after {
        width: 20px
    }

    .header-parallax .site-nav .menu-lv-1.mega-menu .container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px
    }

    .wrapper_header_parallax .header-parallax .site-nav .menu-lv-1 > a {
        padding-bottom: 24px;
        padding-top: 20px
    }

    .wrapper_header_parallax .header-parallax .site-nav .mega-menu .menu-lv-2 > a {
        text-transform: capitalize
    }

    .header-parallax .site-nav .menu-lv-1.mega-menu > .sub-menu-mobile {
        border-top: 1px solid #efefef;
        padding-top: 0;
        padding-bottom: 0
    }

    .header-parallax .site-nav .menu-lv-1.mega-menu .sub-menu-mobile.style_1 .mega-banner .col-left {
        width: 200px
    }

    .header-parallax .site-nav .menu-lv-1.mega-menu .sub-menu-mobile.style_1 .mega-banner .col-right {
        width: 225px
    }

    .header-parallax .site-nav .mega-menu .menu-lv-3 > a span:before {
        bottom: 2px
    }

    .header-parallax .site-nav .mega-menu .style_2 .mega-col > a {
        margin-bottom: 20px
    }

    .header-parallax .site-nav .mega-menu .style_5 .mega-banner.skin-2 {
        margin-top: 10px
    }

    .header-parallax .site-nav .no-mega-menu .menu-lv-2 .sub-menu-mobile {
        left: 100%
    }

    .header-parallax .site-nav .no-mega-menu li > a span {
        position: relative
    }

    .header-parallax .site-nav .no-mega-menu li > a span:before {
        position: absolute;
        left: 0;
        width: 0;
        bottom: 2px;
        height: 1px;
        content: '';
        display: block;
        -webkit-transition: width .3s ease-in-out;
        -moz-transition: width .3s ease-in-out;
        -ms-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
        visibility: hidden;
        opacity: 1
    }

    .header-parallax .site-nav .no-mega-menu li > a:hover span:before {
        width: 100%;
        visibility: visible
    }

    .wrapper_header_parallax .header-parallax .is_parallax {
        height: auto !important
    }

    .wrapper_header_parallax .header-parallax .right-header > * {
        width: auto;
        height: auto
    }

    .wrapper_header_parallax .header-parallax .header-items {
        width: 350px
    }

    .wrapper_header_parallax .header-parallax .lang-currency-groups {
        position: absolute;
        top: 0;
        right: 13px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle
    }

    .header-parallax .lang-currency-groups .currency-block, .header-parallax .lang-currency-groups .lang-block {
        display: inline-block
    }

    .header-parallax .lang-currency-groups .btn-group {
        position: relative
    }

    .header-parallax .lang-currency-groups .dropdown-label {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        font-size: var(--font_size);
        font-weight: 600;
        letter-spacing: normal;
        padding: 4px 0 6px
    }

    .header-parallax .lang-currency-groups .text {
        position: relative;
        top: 1px
    }

    .header-parallax .lang-currency-groups .dropdown-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        letter-spacing: normal;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 3px 6px
    }

    .header-parallax .lang-currency-groups .dropdown-menu {
        background-color: var(--body_bg);
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 3;
        padding: 3px 10px 8px;
        min-width: 100px;
        border: 1px solid var(--border_bt_sidebar);
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
        outline: none;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
        display: none
    }

    .header-parallax .lang-currency-groups .lang-block, .header-parallax .lang-currency-groups .currency-block {
        display: inline-block;
        vertical-align: middle
    }

    .header-parallax .lang-currency-groups .currency-block + .lang-block {
        position: relative;
        margin-right: 7px;
        padding-right: 2px
    }

    .header-parallax .lang-currency-groups .currency-block + .lang-block:before {
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        height: 22px;
        top: 50%;
        transform: translateY(-50%)
    }

    .header-parallax .lang-currency-groups:hover .dropdown-label {
        cursor: pointer
    }

    .header-parallax .lang-currency-groups .currency-block .dropdown-label .img-icon {
        display: none
    }

    .header-parallax .lang-currency-groups .currency-block + .lang-block .dropdown-menu {
        right: 88px;
        margin-top: 0
    }

    .header-parallax .lang-currency-groups.show .currency-block .dropdown-menu, .header-parallax .lang-currency-groups.show .lang-block .dropdown-menu {
        display: block !important
    }

    .header-parallax .right-header .lang-currency-groups {
        padding-right: 20px
    }

    .header-parallax .lang-currency-groups .dropdown-toggle:after {
        top: 2px
    }

    .header-parallax .lang-currency-groups .btn-group .dropdown-item.active .text {
        font-weight: 700
    }

    .header-parallax .right-header .acc-mb {
        padding-right: 25px
    }

    .header-parallax .right-header .nav-search {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 25px
    }

    .header-parallax .right-header .nav-search .icon-search {
        min-width: 100%
    }

    .header-parallax .right-header .nav-search .search-form .icon-search {
        min-width: inherit
    }

    .header-parallax .right-header .nav-search .icon-search svg {
        width: 22px;
        height: 22px;
        top: 0;
        position: relative
    }

    .wrapper_header_parallax .header-parallax .right-header .nav-search .search-bar .icon-search svg {
        width: 16px;
        height: 16px
    }

    .wrapper_header_parallax .header-parallax .right-header .nav-search .close-search svg {
        width: 22px;
        height: 22px
    }

    .wrapper_header_parallax .header-parallax .right-header .nav-search .close-search {
        display: none
    }

    html.search-open .wrapper_header_parallax .header-parallax .quickSearchResultsWrap {
        box-shadow: none
    }

    html.search-open .wrapper_header_parallax .header-parallax .quickSearchResultsWrap .header-search__product {
        width: 50%
    }

    html.search-open .wrapper_header_parallax .header-parallax .quickSearchResultsWrap .header-search__trending {
        width: 50%
    }

    html.search-open .wrapper_header_parallax .header-parallax .quickSearchResultsWrap .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1200px
    }

    html.search-open .wrapper_header_parallax .header-parallax .quickSearchResultsWrap .products-grid .grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .header-parallax .right-header .wishlist-icon {
        padding-right: 25px
    }

    .header-parallax .right-header .wishlist-icon svg {
        width: 22px;
        height: 22px
    }

    .header-parallax .right-header .cart-icon {
        padding-right: 30px
    }

    .header-parallax .right-header .cart-icon .cartCount {
        right: -10px;
        top: -10px;
        width: 23px;
        height: 23px;
        padding: 0;
        font-size: var(--font_size_minus2);
        line-height: 24px
    }

    .wrapper_header_parallax .header-parallax .right-header .hamburger-icon {
        display: none
    }

    .wrapper_header_parallax .header-parallax .wrapper-header-bt {
        padding-top: 4px;
        padding-bottom: 0;
        box-shadow: none
    }

    .wrapper_header_parallax .header-parallax .sticky-wrapper {
        min-height: auto
    }

    .wrapper_header_parallax .header-parallax .wrapper-header-bt .header-panel-bt {
        align-items: center
    }

    .header-parallax .top-message {
        max-width: 41%
    }

    .header-parallax .site-nav .menu-lv-1 {
        margin-right: 30px
    }

    .header-parallax .lang-currency-groups .dropdown-menu h2 {
        display: block;
        color: #787878;
        font-size: var(--font_size);
        font-weight: 400;
        background-color: #f6f6f6;
        margin: 0;
        padding: 11px 30px;
        margin-bottom: 7px
    }

    .header-parallax .lang-currency-groups .lang-block .dropdown-menu {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .header-parallax .lang-currency-groups .currency-block .dropdown-menu {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }

    .lang-currency-groups .dropdown-menu h2 {
        display: none
    }

    .site-header {
        height: auto !important
    }

    .custom_width.style_product_grid_4 .product-item .action {
        max-width: 100%
    }

    .grid-row-collection.col-md-12:first-child {
        padding-right: 10px
    }

    .grid-row-collection + .grid-row-collection {
        padding-left: 10px
    }

    .lang-currency-groups .currency-block .dropdown-menu {
        padding-right: 0 !important;
        max-height: 300px;
        overflow: auto
    }

    .item-show-more .d-md-flex .col-right .dropdown > a span, .item-show-more .site-nav-dropdown .container .row .dropdown > a span {
        position: relative
    }

    .item-show-more .d-md-flex .col-right .dropdown > a:hover span:before, .item-show-more .site-nav-dropdown .container .row .dropdown > a:hover span:before {
        width: 100%;
        visibility: visible
    }

    .item-show-more .d-md-flex .col-right .dropdown > a span:before, .item-show-more .site-nav-dropdown .container .row .dropdown > a span:before {
        position: absolute;
        left: 0;
        width: 0;
        bottom: 0;
        height: 1px;
        content: '';
        display: block;
        -webkit-transition: width .3s ease-in-out;
        -moz-transition: width .3s ease-in-out;
        -ms-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
        visibility: hidden;
        opacity: .4
    }

    .item-show-more .d-md-flex .col-right .row, .item-show-more .site-nav-dropdown .container .row {
        display: inline-block !important;
        height: auto !important
    }

    .item-show-more .d-md-flex .col-right .row .dropdown, .item-show-more .site-nav-dropdown .container .row .dropdown {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        max-width: 100% !important;
        padding: 0;
        min-width: 170px
    }

    .item-show-more .d-md-flex .col-right .row .dropdown > a, .item-show-more .site-nav-dropdown .container .row .dropdown > a {
        padding: 9px 20px 7px
    }

    .item-show-more .d-md-flex .col-right .row .dropdown .sub-menu-mobile li:first-of-type {
        padding-top: 0
    }

    .item-show-more .d-md-flex .col-right .row .dropdown .sub-menu-mobile li:last-of-type {
        padding-bottom: 0
    }

    .item-show-more .d-md-flex .col-left, .item-show-more .mega-banner, .item-show-more .site-nav-dropdown .container .row .hide_pc, .item-show-more .site-nav-dropdown .container .row .dropdown a.current {
        display: none !important
    }

    .style_product_grid_4 .product-item .inner-top:hover .product-bottom .wishlist {
        opacity: 1;
        visibility: visible
    }

    .home-slideshow .slick-dots.hide {
        display: none !important
    }

    .site-nav .wrap-show-more {
        display: none !important
    }

    .wrapper_header_08 .site-nav .item-show-more > a {
        letter-spacing: .2em
    }

    #shopify-section-navigation {
        height: auto !important
    }

    .style_product_grid_3 .products-grid .grid-item .product-item.sold-out:hover {
        opacity: .5
    }

    .sticky_form .content-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .sticky_form .content-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .sticky_form .col-actions .action {
        margin: 0 15px 0 25px
    }

    .sticky_form .align-items-center.no-countdown {
        justify-content: center
    }

    .sticky_form .no-countdown .col-actions .action {
        padding-left: 75px
    }

    .product-full-width .relate-verticle .related-products .product-image img, .product-gallery .relate-verticle .related-products .product-image img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .product-full-width .relate-verticle .products-grid .product-image .product-grid-image, .product-gallery .relate-verticle .products-grid .product-image .product-grid-image {
        padding-top: 216px !important
    }

    .site-nav .d-md-flex .col-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 15px
    }

    .site-nav .d-md-flex .col-left > .menu-lv-2 > a {
        margin-bottom: 2px
    }

    .site-nav .d-md-flex .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .site-nav .d-md-flex.col-left_skin3 .col-left {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .site-nav .d-md-flex.col-left_skin3 .col-right {
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        max-width: 66%
    }

    .hide_pc {
        display: none !important
    }

    .compare-link {
        position: fixed;
        right: 45px;
        top: 83%;
        margin-top: 0;
        z-index: 2;
        max-width: none
    }

    .compare-link.open {
        display: block
    }

    .has_sticky .compare-link {
        z-index: 3
    }

    #shopify-section-sidebar-filter {
        will-change: min-height
    }

    .inner-wrapper-sticky {
        transform: translate3d(0, 0, 0);
        will-change: position, transform
    }

    body > #dropdown-customer {
        display: none
    }

    .container-padd60, .body-full .container {
        max-width: 100%
    }

    .container, .body-full .site-nav-dropdown .container {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px
    }

    .products-grid.column-2 .grid-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .products-grid.column-3 .grid-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .products-grid.column-4 .grid-item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .products-grid.column-5 .grid-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .products-grid.column-6 .grid-item {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .template-page .wrapper_header_parallax .sticky-wrapper {
        min-height: auto
    }

    .text-hover {
        position: relative
    }

    .text-hover:before {
        position: absolute;
        left: 0;
        width: 0;
        bottom: -2px;
        height: 1px;
        content: '';
        display: block;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        -ms-transition: width .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease;
        visibility: hidden
    }

    .text-hover:hover:before {
        width: 100%;
        visibility: visible
    }

    .header-bottom .header-mb {
        display: none !important
    }

    .wrapper-navigation {
        position: relative
    }

    .wrapper-navigation .logo-fixed, .wrapper-navigation .fixed-right-menu {
        display: none
    }

    .wrapper-navigation .main-menu {
        position: static;
        overflow: inherit;
        margin: 0;
        padding: 0;
        width: 100%;
        height: inherit;
        top: inherit;
        right: inherit;
        z-index: inherit;
        bottom: inherit
    }

    .header-lang-style2 .is-sticky .wrapper-navigation, .wrapper_header_default .is-sticky .wrapper-navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch
    }

    .header-lang-style2 .is-sticky .logo-fixed, .header-lang-style2 .is-sticky .fixed-right-menu, .wrapper_header_default .is-sticky .logo-fixed, .wrapper_header_default .is-sticky .fixed-right-menu {
        display: block
    }

    .header-lang-style2 .is-sticky .logo-fixed, .wrapper_header_default .is-sticky .logo-fixed {
        width: 112px;
        padding: 10px 10px 8px 15px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .header-lang-style2 .is-sticky .logo-fixed .logo-img, .wrapper_header_default .is-sticky .logo-fixed .logo-img {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .header-lang-style2 .is-sticky .main-menu, .wrapper_header_default .is-sticky .main-menu {
        width: -moz-calc(100% - 112px - 112px);
        width: -webkit-calc(100% - 112px - 112px);
        width: -ms-calc(100% - 112px - 112px);
        width: calc(100% - 112px - 112px)
    }

    .header-lang-style2 .is-sticky .main-menu .icon-label, .wrapper_header_default .is-sticky .main-menu .icon-label {
        display: none
    }

    .header-lang-style2 .is-sticky .fixed-right-menu, .wrapper_header_default .is-sticky .fixed-right-menu {
        padding-left: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        width: 112px
    }

    .header-lang-style2 .is-sticky .fixed-right-menu .search-fixed, .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed, .wrapper_header_default .is-sticky .fixed-right-menu .search-fixed, .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed {
        width: 51px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        border-left: 1px solid;
        padding-top: 9px;
        padding-bottom: 9px;
        height: 50px
    }

    .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed, .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed {
        padding-right: 1px
    }

    .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed > a, .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed > a {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed svg, .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed svg {
        stroke: rgba(255, 255, 255, 0)
    }

    .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed .cartCount, .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed .cartCount {
        top: 5px;
        right: 1px
    }

    .header-lang-style2 .is-sticky .wrapper-navigation {
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12)
    }

    body:not(.template-index) .header-lang-style2 .wrapper-navigation {
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1)
    }

    body.body-full .header-lang-style2 .wrapper-navigation {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    body.body-full .header-lang-style2 .is-sticky .wrapper-navigation {
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1)
    }

    [data-ajax-search] {
        position: relative
    }

    .quickSearchResultsWrap {
        position: absolute;
        top: -moz-calc(100% + 5px);
        top: -webkit-calc(100% + 5px);
        top: -ms-calc(100% + 5px);
        top: calc(100% + 5px);
        right: 0;
        width: 553px;
        padding-left: 5px;
        padding-right: 5px
    }

    .quickSearchResultsWrap .item-swatch li label {
        width: 20px;
        height: 20px;
        line-height: 1
    }

    .quickSearchResultsWrap .item-swatch li label img {
        max-height: 14px;
        max-width: 14px
    }

    .quickSearchResultsWrap .custom-scrollbar {
        max-height: -moz-calc(80vh - 150px);
        max-height: -webkit-calc(80vh - 150px);
        max-height: -ms-calc(80vh - 150px);
        max-height: calc(80vh - 150px)
    }

    .search-open .wrapper-header .search-bar {
        max-width: 553px
    }

    .search-open .wrapper-header .search-form {
        position: fixed;
        top: 0;
        bottom: 0;
        background: var(--bg_quick_view)
    }

    .search-open .wrapper-header .header-search {
        top: 20vh;
        position: relative;
        max-width: 553px;
        margin: auto
    }

    .main-menu {
        position: relative
    }

    .main-menu * {
        position: static
    }

    .site-nav {
        margin: 0
    }

    .site-nav .icon-dropdown, .site-nav .menu-mb-title {
        display: none
    }

    .site-nav .menu-lv-1 {
        display: inline-block;
        margin-left: 0;
        margin-right: 40px
    }

    .site-nav .menu-lv-1 > a {
        line-height: 1.65em;
        position: relative;
        padding-left: 0;
        padding-right: 0
    }

    .site-nav .menu-lv-1 > a > span:not(.icon-dropdown) {
        position: relative
    }

    .site-nav .menu-lv-1 > a > span:not(.icon-dropdown):before {
        position: absolute;
        left: 0;
        width: 0;
        bottom: -2px;
        height: 1px;
        content: '';
        display: block;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        -ms-transition: width .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease;
        visibility: hidden
    }

    .site-nav .menu-lv-1:hover > a > span:not(.icon-dropdown):before {
        width: 100%;
        visibility: visible
    }

    .site-nav .menu-lv-1:first-of-type {
        margin-left: 0
    }

    .site-nav .menu-lv-1:last-of-type {
        margin-right: 0
    }

    .site-nav .menu-lv-1 .icon-label {
        position: absolute;
        right: -4px;
        top: -6px
    }

    .site-nav .menu-lv-1 .icon-label:before {
        left: 50%;
        bottom: -9px;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .site-nav .no-mega-menu {
        position: relative
    }

    .site-nav .no-mega-menu .sub-menu-mobile {
        position: absolute;
        left: 0;
        z-index: 10;
        min-width: 225px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -ms-transition: transform .3s linear;
        -o-transition: transform .3s linear;
        transition: transform .3s linear;
        -webkit-box-shadow: 0 3px 3px -3px #000;
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .1);
        box-shadow: 0 3px 3px -3px #000
    }

    .site-nav .no-mega-menu:hover > .sub-menu-mobile {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -moz-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    .site-nav .no-mega-menu .dropdown:hover > .sub-menu-mobile {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -moz-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    .site-nav .no-mega-menu .sub-menu-mobile {
        -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1)
    }

    .site-nav .no-mega-menu .sub-menu-mobile {
        position: absolute;
        left: 0;
        z-index: 10;
        min-width: 225px
    }

    .site-nav .no-mega-menu .sub-menu-mobile li {
        padding: 0 20px
    }

    .site-nav .no-mega-menu .sub-menu-mobile li:first-of-type {
        padding-top: 5px
    }

    .site-nav .no-mega-menu .sub-menu-mobile li:last-of-type {
        padding-bottom: 5px
    }

    .site-nav .no-mega-menu .menu-lv-2 .sub-menu-mobile {
        left: -moz-calc(100% + 3px);
        left: -webkit-calc(100% + 3px);
        left: -ms-calc(100% + 3px);
        left: calc(100% + 3px);
        top: 0
    }

    .site-nav .no-mega-menu .menu-lv-2 .site-nav-dropdown {
        margin: 0
    }

    .site-nav .no-mega-menu .dropdown {
        position: relative
    }

    .site-nav .no-mega-menu .dropdown:hover > .sub-menu-mobile {
        display: block
    }

    .site-nav .no-mega-menu li > a {
        padding: 10px 0 8px;
        line-height: 1.75em
    }

    .site-nav .no-mega-menu li.hide_pc + li > a {
        border-top: 0
    }

    .site-nav .mega-menu {
        position: static
    }

    .site-nav .mega-menu > .sub-menu-mobile {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10;
        padding: 18px 0;
        max-height: 82vh;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        visibility: hidden;
        pointer-events: none;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -ms-transition: transform .3s linear;
        -o-transition: transform .3s linear;
        transition: transform .3s linear;
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1)
    }

    .site-nav .mega-menu > .sub-menu-mobile::-webkit-scrollbar {
        width: 0
    }

    .site-nav .mega-menu > .sub-menu-mobile.style_5 {
        padding-top: 30px;
        padding-bottom: 0
    }

    .site-nav .mega-menu > .sub-menu-mobile.style_6 {
        padding-top: 0;
        padding-bottom: 0
    }

    .site-nav .mega-menu:hover > .sub-menu-mobile {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: auto;
        -moz-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    .site-nav .mega-menu .menu-lv-2 {
        margin-bottom: 18px
    }

    .site-nav .mega-menu .menu-lv-2 a {
        padding: 6px 0 4px
    }

    .site-nav .mega-menu .menu-lv-2 .site-nav-dropdown {
        margin: 0
    }

    .site-nav .mega-menu .menu-lv-3 > a span {
        position: relative
    }

    .site-nav .mega-menu .menu-lv-3 > a span:before {
        position: absolute;
        left: 0;
        width: 0;
        bottom: -2px;
        height: 1px;
        content: '';
        display: block;
        -webkit-transition: width .3s ease-in-out;
        -moz-transition: width .3s ease-in-out;
        -ms-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
        visibility: hidden
    }

    .site-nav .mega-menu .menu-lv-3 > a:hover span:before {
        width: 100%;
        visibility: visible
    }

    .site-nav .mega-menu .style_2 .mega-grid-wrapper {
        padding: 2.5vw 5vw
    }

    .site-nav .mega-menu .style_2 .mega-grid-wrapper .row {
        overflow: hidden
    }

    .site-nav .mega-menu .menu-lv-2:not(:last-child):after {
        content: "";
        position: absolute;
        right: 10%;
        top: 0;
        width: 1px;
        height: 130%;
        background-color: #F2F2F2
    }

    .site-nav .mega-menu .mega-banner {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .site-nav .mega-menu .mega-banner .product-label {
        position: absolute
    }

    .site-nav .mega-menu .mega-banner .col-right {
        margin-left: 25px
    }

    .site-nav .mega-menu .style_2 .mega-banner {
        background-color: #FFF1F4;
        justify-content: space-between;
        flex-wrap: wrap;
        height: 100%;
        padding: 2.5vw 8.6vw
    }

    .site-nav .mega-menu .style_2 .mega-banner-bottom {
        position: absolute;
        right: 3vw;
        bottom: 1vw
    }

    .site-nav .mega-menu .style_2 .mega-banner-bottom .view-all-button {
        display: flex;
        align-items: center
    }

    .site-nav .mega-menu .style_2 .mega-banner-bottom .view-all-button:hover img {
        transform: translateY(-2px)
    }

    .site-nav .mega-menu .style_2 .mega-banner-bottom .view-all-button span {
        margin-left: 7px;
        text-decoration: underline
    }

    .site-nav .mega-menu .style_2 .mega-col {
        flex-basis: 22%
    }

    .site-nav .mega-menu .style_2 .mega-col > a {
        margin-bottom: 7px
    }

    .site-nav .mega-menu .style_3 {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .site-nav .mega-menu > .sub-menu-mobile.style_3:before {
        background: rgba(255, 217, 222, 0.3);
        position: absolute;
        content: "";
        width: 100%;
        height: 100%
    }

    .site-nav .mega-menu .style_2 .mega-col > a span {
        margin-top: 8px;
        font-size: 16px
    }

    .site-nav .mega-menu .style_3 .mega-col {
        margin-bottom: 39px;
        flex-basis: 30%;
        text-align: left
    }

    .site-nav .mega-menu .style_3 .mega-col > a span {
        margin-top: 8px;
        font-size: 16px
    }

    .site-nav .mega-menu .style_4 .col-xl-80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .site-nav .mega-menu .style_5 .mega-banner {
        height: 450px
    }

    .site-nav .mega-menu .style_5 .mega-banner.no-banner {
        background-color: transparent !important
    }

    .site-nav .mega-menu .style_5 .mega-banner.no-banner .col-left:before {
        background-color: transparent !important
    }

    .site-nav .mega-menu .style_5 .mega-banner .col-left {
        display: flex;
        width: 50%;
        padding-top: 30px;
        position: relative;
        margin: 0
    }

    .site-nav .mega-menu .style_5 .mega-banner .col-left:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        right: 100%;
        top: 0
    }

    .site-nav .mega-menu .style_5 .mega-banner .col-right {
        width: 50%;
        padding-top: 0;
        margin-left: 0
    }

    .site-nav .mega-menu .style_5 .mega-banner .col-right .image-custom {
        position: absolute;
        right: 0;
        width: calc(50% - 15px)
    }

    .site-nav .mega-menu .style_5 .mega-banner .col-right .image-custom img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: left
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-1-product {
        margin: 0 -15px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-2 {
        height: auto;
        justify-content: flex-start;
        position: relative
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-2:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100%
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-2:after {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        width: 100%;
        height: 100%
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-left {
        padding: 0
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-left img {
        width: 100%;
        height: 195px;
        object-fit: cover
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-center {
        padding: 0
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-center img {
        width: 100%;
        height: 195px;
        object-fit: cover
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-right {
        padding: 0 0 0 30px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 {
        background-color: transparent !important;
        height: auto;
        margin: 0;
        padding-top: 10px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product {
        position: relative;
        padding-top: 30px;
        padding-bottom: 15px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100%
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product:after {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        width: 100%;
        height: 100%
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: relative
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .product-item {
        padding: 0 10px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .inner-top {
        display: flex
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .inner-top .product-bottom {
        text-align: left;
        padding-left: 20px;
        padding-top: 10px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow {
        position: absolute;
        border-radius: 5px;
        padding: 2px 8px;
        width: 60px;
        height: 40px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow svg {
        width: 35px;
        height: 35px;
        stroke: none
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-prev {
        left: -25px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-next {
        right: -25px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-next svg {
        transform: rotate(180deg)
    }

    .site-nav .mega-menu .style_6 .menu-lv-2 {
        padding: 0;
        margin: 0
    }

    .site-nav .mega-menu .style_6 .menu-lv-2:nth-child(odd) {
        display: flex;
        flex-direction: column-reverse
    }

    .site-nav .mega-menu .style_6 .menu-lv-2:nth-child(odd) .menu__moblie {
        order: 1
    }

    .site-nav .mega-menu .style_6 .menu-lv-2 .item-img {
        padding: 0;
        margin: 0
    }

    .site-nav .mega-menu .style_6 .menu-lv-2 a img {
        width: 100%;
        height: 300px;
        object-fit: cover
    }

    .site-nav .mega-menu .style_6 .menu-lv-2 .sub-menu-mobile, .site-nav .mega-menu .style_6 .menu-lv-2 .menu__moblie {
        text-align: center
    }

    .site-nav .mega-menu .style_6 .menu-lv-2 .sub-menu-mobile {
        padding-bottom: 36px
    }

    .site-nav .mega-menu .style_6 .menu-lv-2 .menu__moblie {
        padding-top: 40px;
        padding-bottom: 10px;
        margin: 0
    }

    .site-nav .sub-menu-mobile {
        width: 100%;
        text-align: left
    }

    .home-slideshow .not_img {
        height: 720px;
        line-height: 720px
    }

    .container-padd60 .slide-content.style_2, .container-fluid .slide-content.style_2 {
        padding: 65px 50px 70px;
        min-width: 570px
    }

    .container .slide-content.style_3, .container-padd60 .slide-content.style_3, .container-fluid .slide-content.style_3 {
        padding: 65px 50px 60px;
        min-width: 400px
    }

    .container-padd60 .banner-large-img .inner.abs_left, .container-fluid .banner-large-img .inner.abs_left {
        left: -moz-calc((100% - 1200px) / 2);
        left: -webkit-calc((100% - 1200px) / 2);
        left: -ms-calc((100% - 1200px) / 2);
        left: calc((100% - 1200px) / 2)
    }

    .container-padd60 .banner-large-img .inner.abs_right, .container-fluid .banner-large-img .inner.abs_right {
        right: -moz-calc((100% - 1200px) / 2);
        right: -webkit-calc((100% - 1200px) / 2);
        right: -ms-calc((100% - 1200px) / 2);
        right: calc((100% - 1200px) / 2)
    }

    .home-sub-banner .item {
        margin-bottom: 30px
    }

    .product-item .action {
        max-width: 170px;
        margin-left: auto;
        margin-right: auto
    }

    .style_product_grid_2 .product-item .action {
        max-width: 230px
    }

    .style_product_grid_2 .product-item .product-title:hover, .style_product_grid_2 .product-item .product-title:focus {
        text-decoration: underline;
        text-underline-position: under
    }

    .style_product_grid_2 .product-item .product-vendor a {
        position: relative
    }

    .style_product_grid_2 .product-item .product-vendor a:before {
        position: absolute;
        left: 0;
        width: 0;
        bottom: -2px;
        height: 1px;
        content: '';
        display: block;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        -ms-transition: width .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease;
        visibility: hidden
    }

    .style_product_grid_2 .product-item .product-vendor a:hover:before {
        width: 100%;
        visibility: visible
    }

    .style_product_grid_3 .product-item .action {
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 5px
    }

    .style_product_grid_3 .product-item .product-title:hover, .style_product_grid_3 .product-item .product-title:focus {
        text-decoration: underline;
        text-underline-position: under
    }

    .style_product_grid_3 .product-item .product-vendor a {
        position: relative
    }

    .style_product_grid_3 .product-item .product-vendor a:before {
        position: absolute;
        left: 0;
        width: 0;
        bottom: -2px;
        height: 1px;
        content: '';
        display: block;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        -ms-transition: width .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease;
        visibility: hidden
    }

    .style_product_grid_3 .product-item .product-vendor a:hover:before {
        width: 100%;
        visibility: visible
    }

    .style_product_grid_4 .product-item .action {
        width: 100%;
        max-width: 100%;
        margin: 0
    }

    .style_product_grid_4 .product-item .product-title:hover, .style_product_grid_4 .product-item .product-title:focus {
        text-decoration: underline;
        text-underline-position: under
    }

    .home-custom-block .banner-large-img .not_img {
        height: 720px;
        line-height: 720px
    }

    .home-custom-block .banner-small-img .not_img {
        height: 485px;
        line-height: 485px
    }

    .featured-products .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n+5), .related-products .products-grid.five-items:not(.slick-slider) .grid-item:nth-child(-n+5) {
        display: block
    }

    .featured-products .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n+6), .related-products .products-grid.six-items:not(.slick-slider) .grid-item:nth-child(-n+6) {
        display: block
    }

    .featured-products.has-banner .img-box .not_img, .related-products.has-banner .img-box .not_img {
        height: 640px;
        line-height: 640px
    }

    .featured-products.has-banner .column-banner, .related-products.has-banner .column-banner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 15px);
        flex: 0 0 calc(40% - 15px);
        max-width: -moz-calc(40% - 15px);
        max-width: -webkit-calc(40% - 15px);
        max-width: -ms-calc(40% - 15px);
        max-width: calc(40% - 15px)
    }

    .featured-products.has-banner .column-product, .related-products.has-banner .column-product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% + 15px);
        flex: 0 0 calc(60% + 15px);
        max-width: -moz-calc(60% + 15px);
        max-width: -webkit-calc(60% + 15px);
        max-width: -ms-calc(60% + 15px);
        max-width: calc(60% + 15px);
        padding-right: -moz-calc((100% - 1170px) / 2);
        padding-right: -webkit-calc((100% - 1170px) / 2);
        padding-right: -ms-calc((100% - 1170px) / 2);
        padding-right: calc((100% - 1170px) / 2)
    }

    .featured-products.has-banner .column-product .column-product-inner, .related-products.has-banner .column-product .column-product-inner {
        max-width: -moz-calc(1200px / 10 * 6 - 30px);
        max-width: -webkit-calc(1200px / 10 * 6 - 30px);
        max-width: -ms-calc(1200px / 10 * 6 - 30px);
        max-width: calc(1200px / 10 * 6 - 30px)
    }

    .featured-products.has-banner .flex-row-reverse .column-product, .related-products.has-banner .flex-row-reverse .column-product {
        padding-left: -moz-calc((100% - 1170px) / 2);
        padding-left: -webkit-calc((100% - 1170px) / 2);
        padding-left: -ms-calc((100% - 1170px) / 2);
        padding-left: calc((100% - 1170px) / 2);
        padding-right: 15px
    }

    .featured-products.has-banner.layout_style_2 {
        border-top: 0
    }

    .featured-products.has-banner.layout_style_2 .row {
        position: relative
    }

    .featured-products.has-banner.layout_style_2 .column-banner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .featured-products.has-banner.layout_style_2 .column-banner .column-banner-inner .img-box {
        text-align: left
    }

    .featured-products.has-banner.layout_style_2 .column-banner .column-banner-inner .img-box img {
        height: 600px;
        max-width: 970px
    }

    .featured-products.has-banner.layout_style_2 .column-product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 268px;
        flex: 0 0 268px;
        max-width: 268px;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%)
    }

    .featured-products.has-banner.layout_style_2 .column-product .column-product-inner {
        padding: 0
    }

    .featured-products.has-banner.layout_style_2 .column-product .column-product-inner .row {
        margin: 0
    }

    .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item {
        padding: 0;
        margin: 0
    }

    .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-item {
        box-shadow: -5px 4px 5px 0 rgba(0, 0, 0, 0.1)
    }

    .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-item .price-box {
        margin-bottom: 0
    }

    .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-image {
        margin-bottom: 0
    }

    .featured-products.has-banner.layout_style_2 .column-product .products-grid .grid-item .product-bottom {
        background: #fff;
        padding: 15px 25px 5px
    }

    .featured-products.has-banner.layout_style_2 .slick-arrow {
        display: none !important
    }

    .featured-products.has-banner .column-product .widget-product .slick-arrow {
        top: -moz-calc(50% - 90px);
        top: -webkit-calc(50% - 90px);
        top: -ms-calc(50% - 90px);
        top: calc(50% - 90px)
    }

    .featured-products.has-banner.layout_style_4 .column-banner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        max-height: 870px
    }

    .featured-products.has-banner.layout_style_4 .column-product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 0;
        padding-left: 20px
    }

    .featured-products.has-banner.layout_style_4.banner-right .column-product {
        padding-left: 0
    }

    .featured-products.has-banner.layout_style_4.banner-right .column-banner {
        padding-left: 20px
    }

    .featured-products.has-banner.layout_style_4 .column-product .widget-product .slick-dots {
        display: none !important
    }

    .featured-products.has-banner.layout_style_4 .column-product .column-product-inner {
        max-width: 100%
    }

    .featured-products.has-banner.layout_style_5 .column-product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 460px);
        flex: 0 0 calc(100% - 460px);
        max-width: -moz-calc(100% - 460px);
        max-width: -webkit-calc(100% - 460px);
        max-width: -ms-calc(100% - 460px);
        max-width: calc(100% - 460px);
        padding-right: 15px;
        padding-left: 55px
    }

    .featured-products.has-banner.layout_style_5 .column-banner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
        flex: 0 0 460px;
        max-width: 460px;
        padding-top: 20px
    }

    .featured-products.has-banner.layout_style_5 .column-product .column-product-inner {
        max-width: 100%;
        padding-top: 0
    }

    .featured-products.has-banner.layout_style_5 .column-product .products-grid .slick-dots {
        display: none !important
    }

    .featured-products.has-banner.layout_style_5 .column-product .widget-product .slick-arrow {
        top: -20px
    }

    .featured-products.has-banner.layout_style_5.banner-right .column-product {
        padding-right: 55px;
        padding-left: 15px
    }

    .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n+5), .home-brands-block [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n+5) {
        display: block
    }

    .custom-block-image .btn-img-block {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        visibility: hidden;
        bottom: 10%;
        -webkit-transition: bottom .6s ease;
        -moz-transition: bottom .6s ease;
        -ms-transition: bottom .6s ease;
        -o-transition: bottom .6s ease;
        transition: bottom .6s ease
    }

    .custom-block-image:hover .btn-img-block {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        visibility: visible;
        bottom: 17%
    }

    .footer-default .footer-top .footer-col-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .footer-default .footer-top .footer-col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .collection-item .content-box .banner-title {
        font-size: var(--page_title_font_size)
    }

    .list-categories-mansory .columns.columns-4 {
        -webkit-column-count: 4;
        column-count: 4
    }

    .col-sidebar .sidebar-label, .col-sidebar .close-sidebar, .collection-template .sidebar-label, .collection-template .close-sidebar {
        display: none
    }

    .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px
    }

    .col-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
        max-width: -moz-calc(100% - 240px);
        max-width: -webkit-calc(100% - 240px);
        max-width: -ms-calc(100% - 240px);
        max-width: calc(100% - 240px)
    }

    .container-padd60, .body-full .container {
        padding: 0 1.5%
    }

    .container-padd60 .col-sidebar, .body-full .container .col-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px
    }

    .container-padd60 .col-main, .body-full .container .col-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        max-width: -moz-calc(100% - 300px);
        max-width: -webkit-calc(100% - 300px);
        max-width: -ms-calc(100% - 300px);
        max-width: calc(100% - 300px)
    }

    .halo-collection-content {
        padding-top: 4vw
    }

    .halo-collection-content .sidebar {
        margin-top: -5px
    }

    .sidebar-links .widget-content li a:hover, .sidebar-links .widget-content li a.active {
        padding-left: 17px
    }

    .sidebar-links .widget-content li a:hover:before, .sidebar-links .widget-content li a.active:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 15px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: absolute;
        top: 9.6px;
        left: 0;
        font-weight: 500;
        color: rgba(50, 50, 50, 0.4)
    }

    .sidebar-links .widget-content li.dropdown > a:hover, .sidebar-links .widget-content li.dropdown > a.active {
        padding-left: 0
    }

    .sidebar-links .widget-content li.dropdown > a:hover:before, .sidebar-links .widget-content li.dropdown > a.active:before {
        display: none
    }

    .sidebar-links .widget-content li.sidebar-link-lv1 > .dropdown-cat {
        padding-left: 15px
    }

    .sidebar-links .widget-content .dropdown-cat .dropdown-cat li a:before, .sidebar-links .widget-content .dropdown-cat .dropdown-cat li a.active {
        top: 7px
    }

    .collection-header.collection-header-sections .collection-image .tab-abs {
        display: none !important
    }

    .translate-filter-pc .col-sidebar .sidebar-label {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 13px 0;
        margin-bottom: 35px
    }

    .translate-filter-pc .sidebar-filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 270px;
        max-width: 100%;
        background-color: var(--body_bg);
        z-index: 5;
        margin: 0;
        overflow-y: auto;
        height: 100vh;
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform .4s ease;
        -moz-transition: transform .4s ease;
        -ms-transition: transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease;
        padding: 97px 30px 80px
    }

    .translate-filter-pc .sidebar-filter .close-sidebar {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        right: 22px;
        top: 33px
    }

    .translate-filter-pc .sidebar-filter::-webkit-scrollbar-track {
        background-color: #e6e6e6
    }

    .translate-filter-pc .sidebar-filter::-webkit-scrollbar {
        width: 5px;
        background-color: #e6e6e6
    }

    .translate-filter-pc .sidebar-filter::-webkit-scrollbar-thumb {
        background-color: #969696
    }

    .translate-filter-pc .halo-collection-content {
        padding-top: 10px
    }

    html.sidebar-open .translate-filter-pc .sidebar-filter {
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    html.halo-modal-open body, html.translate-overlay body, html.cart-show body, html.customer-show body, html.options-show body, html.sidebar-open body {
        padding-right: 17px
    }

    .collection-template-right-sidebar .products-grid {
        margin-bottom: 5px
    }

    .collection-template-fullwidth .products-grid, .collection-template-mansory .products-grid {
        margin-bottom: 10px
    }

    .products-grid.grid-5 {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5
    }

    .collection-template-express-order .halo-collection-content {
        padding-top: 23px
    }

    .cart-form .cart-list {
        overflow-y: scroll;
        max-height: 300px;
        margin-right: -17px;
        overflow-x: hidden;
        max-width: -moz-calc(100% + 17px);
        max-width: -webkit-calc(100% + 17px);
        max-width: -ms-calc(100% + 17px);
        max-width: calc(100% + 17px)
    }

    .cart-form .cart-list .flex_row {
        width: 337px
    }

    .cart-form .cart-list .details {
        width: -moz-calc(100% - 337px);
        width: -webkit-calc(100% - 337px);
        width: -ms-calc(100% - 337px);
        width: calc(100% - 337px)
    }

    .product-default .horizontal-tabs .product-photos {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: -moz-calc(50% - 10px);
        max-width: -webkit-calc(50% - 10px);
        max-width: -ms-calc(50% - 10px);
        max-width: calc(50% - 10px)
    }

    .product-default .horizontal-tabs .product-shop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 10px);
        flex: 0 0 calc(50% + 10px);
        max-width: -moz-calc(50% + 10px);
        max-width: -webkit-calc(50% + 10px);
        max-width: -ms-calc(50% + 10px);
        max-width: calc(50% + 10px)
    }

    .product-default .vertical-tabs .product-photos {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        max-width: -moz-calc(50% - 20px);
        max-width: -webkit-calc(50% - 20px);
        max-width: -ms-calc(50% - 20px);
        max-width: calc(50% - 20px)
    }

    .product-default .vertical-tabs .product-shop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 20px);
        flex: 0 0 calc(50% + 20px);
        max-width: -moz-calc(50% + 20px);
        max-width: -webkit-calc(50% + 20px);
        max-width: -ms-calc(50% + 20px);
        max-width: calc(50% + 20px)
    }

    .product-template .breadcrumb {
        margin-bottom: 32px
    }

    .product-template .bg-breddcrumb {
        margin-bottom: 32px
    }

    .product-template .bg-breddcrumb .breadcrumb {
        margin-bottom: 0
    }

    .cart-template .wrapper-cart-template .cart-list .quantity {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cart-template .wrapper-cart-template .cart-list .qty-group {
        margin-bottom: 0;
        margin-right: 0
    }

    .halo-blog-content .blog-default {
        margin-top: -12px
    }

    #comments form .comment-form {
        margin-left: -15px;
        margin-right: -15px
    }

    #comments form .comment-form .form-group {
        padding-left: 15px;
        padding-right: 15px
    }

    .article-template .blog-detail {
        margin-top: -10px
    }

    .product-img-box.vertical-moreview {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .product-img-box.vertical-moreview .wrapper-images {
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        width: -ms-calc(100% - 90px);
        width: calc(100% - 90px)
    }

    .product-img-box.vertical-moreview .product-photo-container {
        margin-bottom: 0
    }

    .product-img-box.vertical-moreview .slider-nav {
        width: 70px;
        padding: 35px 0;
        margin-bottom: 0;
        min-width: 70px
    }

    .product-img-box.vertical-moreview .slider-nav .item {
        margin: 10px 0;
        border: none
    }

    .product-img-box.vertical-moreview .slider-nav:not(.slick-slider) .item {
        width: 100%
    }

    .product-img-box.vertical-moreview .slick-arrow {
        text-align: center;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .product-img-box.vertical-moreview .slick-arrow svg {
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .product-img-box.vertical-moreview .slick-arrow.slick-prev {
        top: 0
    }

    .product-img-box.vertical-moreview .slick-arrow.slick-next {
        top: initial;
        bottom: -10px
    }

    .product-img-box.vertical-moreview:after {
        display: block;
        content: "";
        visibility: hidden;
        clear: both
    }

    .product-img-box.left-vertical-moreview {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .product-img-box.left-vertical-moreview .wrapper-images {
        margin-left: 20px
    }

    .product-img-box.right-vertical-moreview .wrapper-images {
        margin-right: 20px
    }

    .product_bottom .has-relate-verticle {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
        max-width: -moz-calc(100% - 240px);
        max-width: -webkit-calc(100% - 240px);
        max-width: -ms-calc(100% - 240px);
        max-width: calc(100% - 240px)
    }

    .relate-verticle {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px
    }

    .relate-verticle .related-products {
        margin-top: 3px;
        border-top: none
    }

    .relate-verticle .related-products .widget-title {
        border-bottom: 1px solid var(--border_bt_sidebar);
        padding: 13px 0 14px;
        text-align: center;
        margin-bottom: 30px
    }

    .relate-verticle .related-products .box-title {
        margin-bottom: 0
    }

    .relate-verticle .related-products .products-grid {
        padding-bottom: 35px;
        margin-bottom: 45px
    }

    .relate-verticle .related-products .products-grid .slick-arrow {
        top: initial;
        bottom: -17px
    }

    .relate-verticle .related-products .products-grid .slick-prev {
        left: calc(50% - 40px)
    }

    .relate-verticle .related-products .products-grid .slick-next {
        right: calc(50% - 40px)
    }

    .relate-verticle .related-products .products-grid .grid-item {
        margin-top: 0;
        margin-bottom: 0
    }

    .relate-verticle .related-products .products-grid .grid-item .product-item {
        margin-bottom: 43px
    }

    .relate-verticle .related-products .products-grid .grid-item .product-bottom, .relate-verticle .related-products .products-grid .grid-item .product-des {
        display: none !important
    }

    .relate-verticle .related-products .products-grid .grid-item .product-details {
        display: block !important;
        text-align: center
    }

    .relate-verticle .related-products .products-grid .grid-item .product-details .short-description, .relate-verticle .related-products .products-grid .grid-item .product-details .action, .relate-verticle .related-products .products-grid .grid-item .product-details .wishlist {
        display: none
    }

    .relate-verticle .related-products .product-image img {
        max-width: 120px
    }

    body:not(.template-index) .wrapper_header_parallax .wrapper-header-bt {
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1)
    }

    body:not(.template-index) .wrapper_header_parallax .header-logo .logo-img .logo-parallax {
        display: none
    }

    .wrapper_header_parallax .wrapper-header-bt .header-pc {
        display: none
    }

    .wrapper_header_parallax .sticky-wrapper {
        min-height: 82px
    }

    .wrapper_header_parallax .wrapper-navigation {
        position: static
    }

    .wrapper_header_parallax .is-sticky .wrapper-header-bt {
        padding-top: 0;
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1)
    }

    .wrapper_header_parallax .is-sticky .site-nav .menu-lv-1 > a {
        padding-bottom: 16px
    }

    .wrapper_header_parallax .is-sticky .left-header, .wrapper_header_parallax .is-sticky .right-header {
        margin-top: 2px
    }

    .wrapper_header_parallax .wrapper-header-bt {
        position: relative;
        padding-top: 10px
    }

    .wrapper_header_parallax .wrapper-header-bt .header-logo {
        padding: 8px 0
    }

    .wrapper_header_parallax .wrapper-header-bt .header-panel-bt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: center
    }

    .wrapper_header_parallax .wrapper-header-bt .icon-search svg {
        top: 1px
    }

    .wrapper_header_parallax .left-header {
        padding-right: 15px;
        width: 140px
    }

    .wrapper_header_parallax .right-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin-top: 1px
    }

    .wrapper_header_parallax .right-header > * {
        width: 50px;
        height: 50px;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .wrapper_header_parallax .right-header .hamburger-icon {
        position: relative;
        top: 1px
    }

    .wrapper_header_parallax .right-header .icon-user {
        position: relative;
        top: -1px;
        padding: 3px 0
    }

    .wrapper_header_parallax .right-header .icon-user svg {
        width: 23px
    }

    .wrapper_header_parallax .right-header .cart-icon {
        padding-right: 2px;
        position: relative;
        top: -1px
    }

    .wrapper_header_parallax .right-header .nav-search .search-form {
        position: relative
    }

    .wrapper_header_parallax .right-header .nav-search .search-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .wrapper_header_parallax .right-header .nav-search .search-bar .icon-search {
        padding: 9px 10px 7px
    }

    .wrapper_header_parallax .right-header .nav-search .search-bar .icon-search svg {
        width: 16px;
        height: 16px
    }

    .wrapper_header_parallax .right-header .nav-search .input-group-field {
        padding-top: 8px;
        padding-bottom: 6px;
        max-width: 140px
    }

    .wrapper_header_parallax .right-header .nav-search .close-search {
        display: none
    }

    .wrapper_header_parallax .wrapper-navigation {
        margin-top: 4px
    }

    .wrapper_header_parallax .site-nav .menu-lv-1 > a {
        padding-bottom: 22px
    }

    .wrapper_header_parallax .site-nav .menu-lv-1 .icon-label {
        top: -4px
    }

    .translate-header #dropdown-cart, .translate-header #dropdown-customer, .translate-header .lang-currency-groups {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        z-index: 999;
        overflow-y: auto;
        -webkit-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -ms-transition: transform .3s linear;
        -o-transition: transform .3s linear;
        transition: transform .3s linear;
        padding-bottom: 100px;
        width: 400px;
        max-width: -moz-calc(100vw - 40px);
        max-width: -webkit-calc(100vw - 40px);
        max-width: -ms-calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .translate-header #dropdown-cart .mini-products-list {
        max-height: calc(100% - 270px)
    }

    .translate-header .header-pc .customer-links, .translate-header .header-pc .wishlist, .translate-header .header-pc .store-links {
        display: none !important
    }

    .translate-header .lang-currency-groups {
        background-color: var(--body_bg);
        padding: 15px 20px 25px
    }

    .translate-header .lang-currency-groups .dropdown-label {
        display: none !important
    }

    .translate-header .lang-currency-groups .lang-block {
        margin-bottom: 42px
    }

    .translate-header .lang-currency-groups .label-text {
        font-weight: 500;
        color: var(--page_title_color);
        text-transform: uppercase;
        letter-spacing: .05em;
        border-bottom: 1px solid var(--border_color_1);
        padding-top: 0;
        padding-bottom: 10px
    }

    .translate-header .lang-currency-groups .btn-group .dropdown-item.active .text {
        top: 1px
    }

    .has_sticky .wrapper_header_default .wrapper-top-cart {
        position: fixed;
        top: 0;
        right: 0;
        width: 51px;
        padding: 9px 0 4px;
        z-index: 999
    }

    .has_sticky .wrapper_header_default .wrapper-top-cart .cart-icon {
        padding: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        position: static;
        padding-top: 3px
    }

    .has_sticky .wrapper_header_default .wrapper-top-cart .cart-text {
        display: none
    }

    .has_sticky .wrapper_header_default .wrapper-top-cart .cartCount {
        position: absolute;
        margin: 0;
        top: 5px;
        right: 1px
    }

    .has_sticky .wrapper_header_default .wrapper-top-cart #dropdown-cart {
        left: initial;
        right: 0
    }

    .has_sticky .wrapper_header_default .fixed-right-menu .cart-fixed > a {
        display: none
    }

    html.cart-show .translate-header #dropdown-cart {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    html.customer-show .translate-header #dropdown-customer {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    html.options-show .translate-header .lang-currency-groups {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    html.search-open .wrapper_header_parallax .right-header .search-form {
        visibility: visible;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    html.search-open .wrapper_header_parallax .header-search {
        top: 0;
        max-width: initial;
        width: 100%;
        position: static
    }

    html.search-open .wrapper_header_parallax .header-search .close-search {
        position: absolute
    }

    html.search-open .wrapper_header_parallax .quickSearchResultsWrap {
        top: 100%;
        width: 100%
    }

    html.search-open .wrapper_header_parallax .quickSearchResultsWrap .container {
        padding-left: 0;
        padding-right: 0
    }

    html.search-open .wrapper_header_parallax .quickSearchResultsWrap .container:after {
        display: block;
        visibility: hidden;
        content: "";
        clear: both
    }

    html.search-open .wrapper_header_parallax .quickSearchResultsWrap .header-block, html.search-open .wrapper_header_parallax .quickSearchResultsWrap .header-search__results-wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

    html.search-open .wrapper_header_parallax .quickSearchResultsWrap .header-search__trending {
        float: right;
        width: 40%
    }

    html.search-open .wrapper_header_parallax .quickSearchResultsWrap .header-search__product {
        float: left;
        width: 60%
    }

    html.search-open .wrapper_header_parallax .quickSearchResultsWrap .header-search__results-wrapper {
        width: 60%;
        margin: auto
    }

    html.search-open .wrapper_header_parallax .quickSearchResultsWrap .products-grid .grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .banner-parallax .parallax-image {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed
    }

    .banner-parallax .parallax-image + img {
        display: none
    }

    .custom-block-banner .clock-item {
        border-width: 2px
    }

    .shop-instagram .widget-title .box-title {
        font-size: var(--page_title_font_size_plus10)
    }

    .header-lang-style2 .lang-currency-groups {
        margin-left: 18px
    }

    .header-lang-style2 .lang-currency-groups .label-text {
        display: none
    }

    .header-lang-style2 .lang-currency-groups .dropdown-toggle:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        cursor: pointer;
        padding: 0;
        background: none;
        border: none;
        width: 20px;
        height: 20px;
        margin: 0 0 0 3px;
        vertical-align: middle;
        line-height: 18px;
        text-align: center;
        color: var(--color_icon_drop);
        position: relative;
        top: 1px;
        font-weight: 500
    }

    .search-open .header-lang-style2 .search-form .input-group-field {
        padding: 10px 12px 8px;
        max-width: initial
    }

    .search-open .header-lang-style2 .search-form .close-search {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: absolute;
        top: -moz-calc(20% - 50px);
        top: -webkit-calc(20% - 50px);
        top: -ms-calc(20% - 50px);
        top: calc(20% - 50px);
        z-index: 2;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .product-template-full-width .video-open-popup > a {
        bottom: initial;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0)
    }

    .product-template-full-width .product-shop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
        flex: 0 0 500px;
        max-width: 500px
    }

    .product-template-full-width .product-shop .vertical-tabs {
        padding-bottom: 40px;
        margin-top: 25px
    }

    .product-template-full-width .product-photos {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 740px);
        flex: 0 0 calc(100% - 740px);
        max-width: -moz-calc(100% - 740px);
        max-width: -webkit-calc(100% - 740px);
        max-width: -ms-calc(100% - 740px);
        max-width: calc(100% - 740px)
    }

    .product-template-full-width .halo-product-content {
        padding-top: 20px
    }

    .product-template-full-width .halo-product-content .pro-page {
        margin-bottom: 60px
    }

    .product-template-full-width .related-products {
        margin-top: 0
    }

    .product-template-full-width .related-products .widget-title {
        padding: 7px 0 10px
    }

    .product-template-full-width .product-img-box {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start
    }

    .product-template-full-width .product-img-box .margin-nav {
        left: 1.5vw
    }

    .product-template-full-width .product-img-box .margin-nav.sticky-on-bottom {
        left: 0
    }

    .product-template-full-width .product-img-box .slider-nav {
        margin: 17.2% 0
    }

    .product-template-full-width .product-img-box .wrapper-images {
        max-width: 710px;
        margin-left: auto
    }

    .product-template-full-width .product-img-box .slider-for .scroll-down {
        color: var(--color_slick_arrow);
        bottom: 20px;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0)
    }

    .product-template-full-width .product-img-box .slider-for .model-viewer {
        min-width: 100%;
        margin-bottom: 25px;
        position: relative
    }

    .product-template-full-width .product-img-box .slider-for .model-viewer model-viewer {
        min-height: 290px
    }

    .product-template-full-width .product-img-box .slider-for .model-viewer:hover .scroll-down {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100)
    }

    .product-template-full-width .product-img-box .slider-for .thumb {
        background-color: var(--body_bg);
        text-align: center;
        margin-bottom: 25px;
        min-width: 100%;
        padding: 15% 12%;
        position: relative
    }

    .product-template-full-width .product-img-box .slider-for .thumb:hover .scroll-down {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100)
    }

    .navigation-vertical-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100vh;
        width: -moz-calc(1.5% + 330px);
        width: -webkit-calc(1.5% + 330px);
        width: -ms-calc(1.5% + 330px);
        width: calc(1.5% + 330px);
        z-index: 6;
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        left: 0;
        -webkit-transition: transform .5s ease;
        -moz-transition: transform .5s ease;
        -ms-transition: transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        padding-left: 1.5%;
        padding-bottom: 100px
    }

    .navigation-vertical-menu .mb-area {
        margin: 35px 0;
        padding-top: 42px;
        padding-bottom: 42px;
        position: relative;
        margin-right: -15px
    }

    .navigation-vertical-menu .mb-area .nav-bar {
        overflow-x: hidden;
        overflow-y: auto
    }

    .navigation-vertical-menu .mb-area .nav-bar::-webkit-scrollbar {
        width: 0
    }

    .navigation-vertical-menu .mb-area .nav-bar::-ms-scrollbar {
        width: 0
    }

    .navigation-vertical-menu .site-nav .mega-menu > .sub-menu-mobile {
        left: -moz-calc(100% - 15px);
        left: -webkit-calc(100% - 15px);
        left: -ms-calc(100% - 15px);
        left: calc(100% - 15px);
        top: -11px;
        right: initial;
        width: -moz-calc(100vw - (1.5vw + 330px - 30px));
        width: -webkit-calc(100vw - (1.5vw + 330px - 30px));
        width: -ms-calc(100vw - (1.5vw + 330px - 30px));
        width: calc(100vw - (1.5vw + 330px - 30px));
        padding-left: 15px
    }

    .navigation-vertical-menu .site-nav .no-mega-menu {
        position: static
    }

    .navigation-vertical-menu .site-nav .no-mega-menu .sub-menu-mobile {
        left: -moz-calc(100% - 20px);
        left: -webkit-calc(100% - 20px);
        left: -ms-calc(100% - 20px);
        left: calc(100% - 20px);
        top: -11px;
        width: 260px;
        min-height: 100%;
        padding-left: 15px
    }

    .navigation-vertical-menu .site-nav .menu-lv-1 > a > span:not(.icon-dropdown):before {
        display: none
    }

    .navigation-vertical-menu .style_1 .mega-banner .col-left, .navigation-vertical-menu .style_1 .mega-banner .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .navigation-vertical-menu .mega-menu .site-nav-dropdown .container > .row .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .navigation-vertical-menu .mega-menu .site-nav-dropdown .container > .row .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .translate-overlay .navigation-vertical-menu {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .translate-overlay .icon-nav.menu-open {
        left: -moz-calc(1.5vw + 330px);
        left: -webkit-calc(1.5vw + 330px);
        left: -ms-calc(1.5vw + 330px);
        left: calc(1.5vw + 330px)
    }

    .sticky_form .container {
        max-width: 1200px
    }

    .sticky_form form .col-variant {
        max-width: -moz-calc(50% - 70px);
        max-width: -webkit-calc(50% - 70px);
        max-width: -ms-calc(50% - 70px);
        max-width: calc(50% - 70px)
    }

    .sticky_form form .col-img-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% + 65px);
        flex: 0 0 calc(25% + 65px);
        max-width: -moz-calc(25% + 65px);
        max-width: -webkit-calc(25% + 65px);
        max-width: -ms-calc(25% + 65px);
        max-width: calc(25% + 65px)
    }

    .sticky_form form .col-actions {
        max-width: -moz-calc(25% + 5px);
        max-width: -webkit-calc(25% + 5px);
        max-width: -ms-calc(25% + 5px);
        max-width: calc(25% + 5px)
    }

    .cart-popup-coll-related .products-grid .grid-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .cart-popup-coll-related .products-grid .grid-item:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .container-fluid .slick-arrow.slick-next {
        right: 0
    }

    .container-fluid .slick-arrow.slick-prev {
        left: 0
    }

    .search-page .input-group-field {
        width: 770px
    }

    .halo-collection-content .products-grid .col5 .item-swatch label {
        overflow: hidden
    }

    .halo-collection-content .products-grid .col5 .item-swatch label img {
        max-height: 18px;
        max-width: 19px;
        display: block;
        margin: 0 auto
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .slick-arrow.slick-next {
        right: 0
    }

    .slick-arrow.slick-prev {
        left: 0
    }

    #dropdown-cart .mini-products-list {
        max-height: 150px;
        margin: 10px -9px 20px 0
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .brands-slider .slick-arrow.slick-next {
        right: 0
    }

    .brands-slider .slick-arrow.slick-prev {
        left: 0
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container-padd60 .list-categories .col-lg-4, .body-full .container .list-categories .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .container-padd60 .list-categories .col-xl-3, .body-full .container .list-categories .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .container-padd60 .list-categories .col5, .body-full .container .list-categories .col5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .container-padd60 .products-grid .grid-item.col-xl-2, .body-full .container .products-grid .grid-item.col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .wrapper_header_parallax .left-header {
        padding-right: 0
    }

    .wrapper_header_parallax .site-nav .menu-lv-1 {
        margin-left: 13px;
        margin-right: 13px
    }

    .wrapper_header_parallax .header-parallax .site-nav .menu-lv-1 {
        margin-left: 0
    }

    .wrapper_header_parallax .site-nav .menu-lv-1:first-of-type {
        margin-left: 0
    }

    .wrapper_header_parallax .site-nav .menu-lv-1:last-of-type {
        margin-right: 0
    }
}

@media (min-width: 1350px) {
    .product-shop .product-title {
        font-size: 32px
    }

    .wrapper_header_parallax .header-parallax .right-header .nav-search .close-search {
        right: -moz-calc(18% - 4px);
        right: -webkit-calc(18% - 4px);
        right: -ms-calc(18% - 4px);
        right: calc(18% - 4px)
    }

    #custom-block-custom-block-banner-collection-list-5 .container-padd60 {
        padding: 0 50px
    }

    .container-padd60, .body-full .container {
        padding: 0 3.175%
    }

    .wrapper_header_parallax .right-header .nav-search .close-search {
        right: -moz-calc(4% - 4px);
        right: -webkit-calc(4% - 4px);
        right: -ms-calc(4% - 4px);
        right: calc(4% - 4px)
    }

    .product-template-full-width .relate-verticle {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px
    }

    .product-template-full-width .product-shop {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 570px;
        flex: 0 0 570px;
        max-width: 570px;
        padding-right: 45px;
        padding-left: 55px
    }

    .product-template-full-width .product-photos {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - (300px + 570px));
        flex: 0 0 calc(100% - (300px + 570px));
        max-width: -moz-calc(100% - (300px + 570px));
        max-width: -webkit-calc(100% - (300px + 570px));
        max-width: -ms-calc(100% - (300px + 570px));
        max-width: calc(100% - (300px + 570px))
    }

    .product-template-full-width .product-img-box .margin-nav {
        left: 3.175vw
    }

    .product-template-full-width .product-img-box .slider-nav {
        width: 85px
    }

    .product-template-full-width .product-img-box .wrapper-images {
        width: -moz-calc(100% - 105px);
        width: -webkit-calc(100% - 105px);
        width: -ms-calc(100% - 105px);
        width: calc(100% - 105px)
    }

    .body-boxed.has_sticky .wrapper_header_default .wrapper-top-cart {
        right: -moz-calc((100% - 1350px) / 2);
        right: -webkit-calc((100% - 1350px) / 2);
        right: -ms-calc((100% - 1350px) / 2);
        right: calc((100% - 1350px) / 2)
    }

    .body-boxed.has_sticky .wrapper_header_default .wrapper-top-cart .cart-icon {
        -webkit-transition: all 0;
        -moz-transition: all 0;
        -ms-transition: all 0;
        -o-transition: all 0;
        transition: all 0
    }

    .slide-content .slide-heading {
        font-size: 64px
    }

    .slide-content .slide-sub {
        font-size: 2em
    }

    .slide-content .slide-text {
        font-size: 26px
    }
}

@media (min-width: 1400px) {
    .text-40 {
        font-size: 36px
    }

    .text-38 {
        font-size: 34px
    }

    .text-32 {
        font-size: 30px;
        letter-spacing: 0
    }

    .text-28 {
        font-size: 26px;
        letter-spacing: 0
    }

    .text-26 {
        font-size: 25px;
        letter-spacing: 0
    }

    .page-banner .banner-content .page-title {
        font-size: 5.8rem
    }

    .page-banner .banner-content .page-subtitle {
        font-size: 2.2rem
    }

    .sidebar-heading {
        font-size: 23px
    }

    .collection-header h1 {
        font-size: 60px
    }

    .widget-title .box-title .title, .product-shop .product-title, .collection-header .collection-des h2, .collection-header .collection-des h3, .collection-header .collection-des h4, .u-h3 {
        font-size: 33px
    }

    .product-properties .block-title {
        font-size: 24px
    }

    .site-footer .container-padd60 {
        max-width: 1370px
    }

    .footer-top-newsletter .custom-block-banner {
        padding: 5% 7%
    }

    .footer-top-newsletter .custom-block-banner .banner-content .banner-title {
        font-size: 32px
    }

    .home-spotlight-slider .content .title {
        font-size: 23px
    }

    .content .title {
        font-size: 34px
    }

    .widget-title .sub-title {
        font-size: 20px;
        margin-top: 20px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-prev {
        left: -120px
    }

    .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow.slick-next {
        right: -120px
    }
}

@media (min-width: 1500px) {

    .sidebar-heading {
        font-size: 24px
    }

    .collection-header h1 {
        font-size: 64px
    }

    .product-shop .quiz {
        padding: 28px
    }

    .widget-title .box-title .title, .product-shop .product-title, .collection-header .collection-des h2, .collection-header .collection-des h3, .collection-header .collection-des h4 {
        font-size: 34px
    }

    .widget-title .sub-title {
        font-size: 22px;
        margin-top: 22px
    }

    .container-padd60, .body-full .container {
        max-width: 1470px
    }
}

@media (min-width: 1600px) {
    .text-40 {
        font-size: 38px
    }

    .text-38 {
        font-size: 36px
    }

    .text-32 {
        font-size: 31px;
        letter-spacing: 0
    }

    .text-28 {
        font-size: 27px
    }

    .text-26 {
        font-size: 26px
    }

    .page-banner .banner-content .page-title {
        font-size: 6rem
    }

    .page-banner .banner-content .page-subtitle {
        font-size: 2.4rem
    }

    .collection-header h1 {
        font-size: 72px
    }

    .product-shop .quiz {
        padding: 30px
    }

    .widget-title .box-title .title, .product-shop .product-title, .collection-header .collection-des h2, .collection-header .collection-des h3, .collection-header .collection-des h4 {
        font-size: 34px
    }

    .product-properties .block-title {
        font-size: 26px
    }

    .product-ingredients .top-banner .text-box .box-description {
        font-size: 20px
    }

    .footer-top-newsletter .custom-block-banner .banner-content .banner-title {
        font-size: 36px
    }

    .content .title {
        font-size: 34px
    }

    .home-spotlight-slider .content .title {
        font-size: 22px
    }

    .widget-title .sub-title {
        font-size: 22px;
        margin-top: 22px
    }

    .container-fluid .slide-content.style_4.abs_left {
        left: -moz-calc((100% - 1425px) / 2);
        left: -webkit-calc((100% - 1425px) / 2);
        left: -ms-calc((100% - 1425px) / 2);
        left: calc((100% - 1425px) / 2)
    }

    .container-fluid .slide-content.style_4.abs_right {
        right: -moz-calc((100% - 1425px) / 2);
        right: -webkit-calc((100% - 1425px) / 2);
        right: -ms-calc((100% - 1425px) / 2);
        right: calc((100% - 1425px) / 2)
    }

    .wrapper_header_parallax .header-items {
        width: 250px
    }

    .navigation-vertical-menu .site-nav .mega-menu > .sub-menu-mobile {
        width: -moz-calc(100vw - (3.175vw + 280px));
        width: -webkit-calc(100vw - (3.175vw + 280px));
        width: -ms-calc(100vw - (3.175vw + 280px));
        width: calc(100vw - (3.175vw + 280px));
        padding-right: -moz-calc(3.175vw + 12px);
        padding-right: -webkit-calc(3.175vw + 12px);
        padding-right: -ms-calc(3.175vw + 12px);
        padding-right: calc(3.175vw + 12px);
        padding-left: 3.175vw
    }

    .navigation-vertical-menu .site-nav .no-mega-menu .sub-menu-mobile {
        padding-left: 3.175vw;
        width: -moz-calc(3.175vw + 225px);
        width: -webkit-calc(3.175vw + 225px);
        width: -ms-calc(3.175vw + 225px);
        width: calc(3.175vw + 225px)
    }

    .navigation-vertical-menu .site-nav .menu-lv-1 {
        padding-right: 17%
    }

    .navigation-vertical-menu .site-nav .menu-lv-1 > .sub-menu-mobile {
        pointer-events: none
    }

    .navigation-vertical-menu .site-nav .menu-lv-1:hover > .sub-menu-mobile {
        pointer-events: initial
    }

    .slide-content .slide-sub {
        font-size: 2rem
    }

}

@media (min-width: 1800px) {
    .footer-top-newsletter .custom-block-banner .banner-content .banner-title {
        font-size: 38px
    }

    .sidebar-heading {
        font-size: 25px
    }

    .collection-header h1 {
        font-size: 76px
    }

    .container-fluid .banner-large-img .inner.abs_right {
        right: 21%
    }

    .widget-title .box-title .title, .product-shop .product-title, .collection-header .collection-des h2, .collection-header .collection-des h3, .collection-header .collection-des h4, .u-h3 {
        font-size: 36px
    }

    .widget-title .sub-title {
        font-size: 24px;
        margin-top: 24px
    }
}

@media (min-width: 1920px) {
    .text-40 {
        font-size: 40px
    }

    .text-38 {
        font-size: 38px
    }

    .text-32 {
        font-size: 32px;
        letter-spacing: 0
    }

    .text-28 {
        font-size: 28px
    }

    .page-banner .banner-content .page-title {
        font-size: 6.25rem
    }

    .page-banner .banner-content .page-subtitle {
        font-size: 2.5rem
    }

    .footer-top-newsletter .custom-block-banner .banner-content .banner-title {
        font-size: 40px
    }

    .sidebar-heading {
        font-size: 26px
    }

    .collection-header h1 {
        font-size: 80px
    }

    .product-shop .quiz {
        padding: 34px
    }

    .widget-title .box-title .title, .collection-header .collection-des h2, .collection-header .collection-des h3, .collection-header .collection-des h4, .u-h3 {
        font-size: 40px
    }

    .widget-title .sub-title {
        font-size: 28px;
        margin-top: 28px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .navigation-vertical-menu .site-nav .menu-lv-1 {
        pointer-events: none
    }

    .translate-overlay .navigation-vertical-menu .site-nav .menu-lv-1 {
        pointer-events: initial
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1200px),(-ms-high-contrast: none) and (min-width: 1200px) {
    html.search-open .wrapper_header_parallax .header-search {
        max-width: 100%
    }

    .product-img-box.vertical-moreview .slick-arrow.slick-next {
        top: auto
    }
}

@media (max-width: 767px) {
    .home-brands-block .brands-block {
        padding: 20px 0
    }

    .home-brands-block .brands-block .item {
        padding: 10px 20px 30px
    }

    ul.filters-wrapper li.filter {
        flex-basis: 21%
    }

    .product-img-box.second {
        display: none !important
    }

    .row.spotlight-blocks-wrapper.with-video .video-open-popup {
        margin-bottom: 30px
    }

    .row.spotlight-blocks-wrapper {
        overflow: hidden
    }

    .row.spotlight-blocks-wrapper .spotlight-slider {
        max-width: 90%;
        overflow: visible
    }

    .row.spotlight-blocks-wrapper .spotlight-slider .slick-list {
        overflow: visible
    }

    .collection-header .page-header h1, .collection-header .page-header h2 {
        font-size: 50px
    }

    .flex-md-col-reverse {
        flex-flow: column-reverse
    }

    .home-custom-block .banner-small-img .banner-content {
        text-align: center !important
    }

    .custom-block-banner .flex-md-row-reverse .img-box.no-padding {
        padding-left: 10px;
        padding-right: 10px
    }

    .custom-block-banner .flex-md-row-reverse {
        flex-flow: column-reverse
    }

    .hide-mb {
        display: none !important
    }

    .custom-block-banner .img-box .banner-desktop {
        display: none
    }

    .grid-row-layout .widget-product .products-grid {
        background-color: var(--body_bg)
    }

    .grid-row-layout .grid-banner {
        display: none
    }

    .grid-row-layout {
        display: block
    }

    .cart-template .wrapper-cart-template .cart-list .remove-mobile svg {
        right: 21%
    }

    #notify-soldout .modal-body {
        padding: 15px
    }

    .style_product_grid_2 .product-item .product-bottom .wrapper-size {
        margin-top: -10px;
        margin-bottom: 12px;
        padding-bottom: 12px
    }

    .collection-header .sub-collection .d-flex {
        display: block !important;
        text-align: left
    }

    .collection-header .sub-collection .d-flex span {
        margin-bottom: 20px;
        margin-right: 0;
        display: block
    }

    .ajax-editcart .modal-overlay {
        margin: .5rem
    }

    .ajax-editcart .cart-edit h5 {
        padding: 25px 20px 0
    }

    .ajax-editcart .cart-edit .product-edit:not(.first) {
        display: block
    }

    .ajax-editcart .cart-edit .product-edit {
        padding: 25px 15px 8px
    }

    .ajax-editcart .cart-edit .product-edit .option {
        margin-bottom: 10px
    }

    .ajax-editcart .cart-edit .product-edit .prices {
        margin-bottom: 10px
    }

    .ajax-editcart .cart-edit .product-edit input[type="number"] {
        padding: 8px 12px 6px
    }

    .ajax-editcart .cart-edit .cart-meta {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }

    .ajax-editcart .cart-meta--option .swatch {
        margin-bottom: 10px
    }

    .ajax-editcart .cart-meta--option .swatch .swatch-element {
        margin: 0 5px 10px 0
    }

    .ajax-editcart .cart-meta--option .edit-cart--remove {
        margin-top: 0
    }

    .ajax-editcart .cart-meta--action > * {
        padding: 15px 33px
    }

    .home-slideshow .style_2 .slick-dots {
        margin: 35px auto 0
    }

    .no-padd:not(.no-padd-custom) {
        padding-left: 0;
        padding-right: 0
    }

    #custom-collection-home-custom-product-collection-list {
        padding-left: 10px;
        padding-right: 10px
    }

    #custom-collection-home-custom-product-collection-list .column-product .products-grid {
        margin-right: -15px;
        margin-left: -15px
    }

    .home-slideshow .slick-dots {
        margin: 0;
        padding: 10px 0 15px
    }

    .home-slideshow .slide-content {
        position: absolute;
        bottom: 0;
        background: transparent!important;
        border-color: unset!important;
        padding: 16px;
    }

    .home-slideshow .slick-slide img {
        min-height: 150px;
        object-fit: cover
    }

    .home-slideshow .slide-pc, .custom-block-banner .slide-pc {
        display: none
    }

    .banner-large-img .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-width: 400px;
        padding: 0
    }

    .slide-content {
        position: relative;
        width: 100%
    }

    .slide-content .slide-button {
        background: #EF5D8C !important;
        color: var(--color_1) !important;
        border-color: var(--border_1) !important;
        padding: 16px 32px
    }

    .slide-content .slide-heading, .slide-content .slide-text, .slide-content .slide-sub {
        margin-left: auto;
        margin-right: auto
    }

    .slide-content .slide-heading {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.15;
    }
    .slide-content .slide-heading b{
        font-weight: 700;
        font-size: 32px;
        line-height: 1.15;
    }

    .slide-content .slide-sub {
        font-size: 22px
    }

    .slide-content .slide-text {
        font-size: 16px;
        margin-bottom: 26px
    }

    .slide-content .slide-heading .line {
        margin-bottom: 12px
    }

    .slide-content .slide-heading .line img {
        max-width: 116px;
        margin: 0 auto
    }

    .slide-content.slide-content-mb {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 0;
        min-width: 80%
    }

    .slide-content.slide-content-mb .slide-heading {
        font-size: 20px !important;
        margin: 0;
        padding: 6px 25px 4px;
        background-color: rgba(255, 255, 255, 0.88);
        display: inline-block
    }

    .home-slideshow .slide-action {
        position: absolute;
        bottom: 0;
        z-index: 2
    }

    .home-sub-banner .five-blocks:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .widget-title .box-title {
        font-size: 18px
    }

    .widget-title .box-title + p {
        margin-bottom: 33px
    }

    .banner-large-img .banner-content {
        padding-bottom: 1px
    }

    .banner-large-img .banner-content .banner-button {
        background: var(--background_1) !important;
        color: var(--color_1) !important;
        border-color: var(--border_1) !important
    }

    .banner-large-img .banner-content .banner-heading, .banner-large-img .banner-content .banner-des {
        color: var(--page_title_color) !important
    }

    .banner-large-img .banner-content .banner-heading .line {
        background-color: var(--page_title_color) !important
    }

    .banner-large-img + .scroll-down {
        display: none !important
    }

    .featured-products .products-grid:not(.slick-slider) .grid-item:nth-child(-n+2), .related-products .products-grid:not(.slick-slider) .grid-item:nth-child(-n+2) {
        display: block
    }

    .home-spotlight-block .widget-title.no-des {
        margin-bottom: 30px
    }

    .spotlight-3-blocks, .spotlight-2-blocks {
        padding-left: 10px
    }

    .spotlight-2-blocks {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .spotlight-2-blocks > .col-md-6 {
        padding-left: 0;
        padding-right: 0;
        margin-right: 20px
    }

    .brands-slider .slick-arrow.slick-next {
        right: 1px
    }

    .brands-slider .slick-arrow.slick-prev {
        left: 1px
    }

    .site-footer .footer-bottom {
        text-align: center;
        padding-bottom: 40px
    }

    .site-footer .footer-newsletter {
        margin-bottom: 15px
    }

    .site-footer .footer-newsletter .input-group {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .site-footer .footer-newsletter .input-group-field {
        min-width: inherit;
        width: -moz-calc(100% - (124px + 5px));
        width: -webkit-calc(100% - (124px + 5px));
        width: -ms-calc(100% - (124px + 5px));
        width: calc(100% - (124px + 5px));
        max-width: 293px
    }

    .site-footer .groups-block {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .site-footer .groups-block .fb-like-code {
        margin-left: 0;
        margin-top: 25px
    }

    .site-footer .footer-col-left {
        margin-bottom: 23px
    }

    .site-footer .col-footer .dropdow-mb {
        padding-bottom: 13px;
        position: relative;
        padding-right: 15px
    }

    .site-footer .col-footer .dropdow-mb + ul {
        display: none;
        margin: 10px 0 12px
    }

    .site-footer .col-footer .dropdow-mb:after {
        content: "\f107";
        font-family: FontAwesome;
        font-weight: 500;
        font-size: 17px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        cursor: pointer;
        margin: 0;
        padding: 0;
        background: none;
        -webkit-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -ms-transition: transform .3s linear;
        -o-transition: transform .3s linear;
        transition: transform .3s linear;
        position: absolute;
        right: 0;
        top: 1px
    }

    .site-footer .col-footer .dropdow-mb.open:after {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .home-custom-block-images .row, .home-blog-posts:not(.blog-slider) .row {
        padding-left: 10px
    }

    .home-custom-block-images .row .two-blocks, .home-custom-block-images .row .three-blocks, .home-blog-posts:not(.blog-slider) .row .two-blocks, .home-blog-posts:not(.blog-slider) .row .three-blocks {
        padding-left: 0;
        padding-right: 0;
        margin-right: 10px
    }

    .page-header h2, .page-header h1 {
        font-size: 18px;
        margin-bottom: 28px
    }

    .list-categories .collections-wrapper {
        padding: 23px 0 33px
    }

    .list-categories .collections-wrapper .collection-title {
        font-size: 18px !important
    }

    .list-categories .collections-wrapper .des {
        margin-bottom: 28px
    }

    .list-categories-02 .collections-wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

    .sidebar {
        padding: 72px 20px 80px
    }

    .toolbar .view-mode .icon-mode.grid-3, .toolbar .view-mode .icon-mode.grid-4, .toolbar .view-mode .icon-mode.grid-5 {
        display: none
    }

    .products-list .grid-item + .grid-item {
        padding-top: 40px;
        margin-top: 36px
    }

    .collection-header.collection-header-sections .collection-image .tab-abs {
        display: none !important
    }

    .padding .toolbar-bottom {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .padding .page-total {
        margin-bottom: 20px
    }

    .translate-filter-pc .collection-header .collection-wrapper {
        margin-bottom: 22px
    }

    .collection-template-express-order .col-sidebar .sidebar-label {
        margin-bottom: 36px
    }

    .ajax-success-modal .modal-overlay {
        max-width: 87%
    }

    .ajax-success-modal .halo-modal-body {
        padding-left: 20px;
        padding-right: 20px
    }

    .ajax-success-modal .halo-modal-body .product-item .product-top {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto
    }

    .ajax-success-modal.ajax-success-normal .modal-overlay {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -ms-calc(100% - 40px);
        width: calc(100% - 40px)
    }

    .ajax-success-modal.ajax-success-normal .halo-modal-body {
        padding: 23px 20px 10px
    }

    .ajax-success-modal.ajax-success-normal .ajax-left {
        padding-right: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 74px;
        flex: 0 0 74px;
        max-width: 74px
    }

    .ajax-success-modal.ajax-success-normal .ajax-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 74px);
        flex: 0 0 calc(100% - 74px);
        width: -moz-calc(100% - 74px);
        width: -webkit-calc(100% - 74px);
        width: -ms-calc(100% - 74px);
        width: calc(100% - 74px)
    }

    .ajax-success-modal.ajax-success-normal .actions {
        margin-top: 15px
    }

    .ajax-success-modal.ajax-success-normal .actions .btn {
        margin-bottom: 10px
    }

    [data-popup-video] .modal-overlay {
        max-width: 87%
    }

    .cart-form .scroll-content .right-col {
        width: 100%;
        overflow: hidden
    }

    .cart-form .scroll-content .cart-list {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        will-change: scroll-position
    }

    .cart-form .scroll-content .cart-list::-webkit-scrollbar-track {
        background-color: #f8f8f8
    }

    .cart-form .scroll-content .cart-list::-webkit-scrollbar {
        width: 100%;
        height: 3px;
        background-color: #fff
    }

    .cart-form .scroll-content .cart-list::-webkit-scrollbar-thumb {
        background-color: #fff;
        background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 25px, rgba(255, 255, 255, 0) 25px, rgba(255, 255, 255, 0) 40px, rgba(0, 0, 0, 0.1) 40px, rgba(0, 0, 0, 0.1) 55px, rgba(255, 255, 255, 0) 55px, rgba(255, 255, 255, 0) 70px, rgba(0, 0, 0, 0.2) 70px, rgba(0, 0, 0, 0.1) 85px, rgba(255, 255, 255, 0) 85px, rgba(255, 255, 255, 0))
    }

    .cart-form .scroll-content .cart-list li {
        min-width: 598px;
        padding-bottom: 10px
    }

    .product-shop .product-title {
        font-size: 18px
    }

    .horizontal-tabs .list-tabs {
        display: none !important
    }

    .wrapper-tab-content .tab-title + .tab-content {
        margin: 0;
        padding: 15px 0 30px
    }

    .tabs__product-page .gallery_lookbook-box > .row {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto
    }

    .tabs__product-page .quote-detail blockquote {
        padding: 19px 28px;
        margin-bottom: 27px
    }

    .tabs__product-page #collapse-tab2 {
        padding-top: 0
    }

    .tabs__product-page .spr-container .spr-summary {
        text-align: left
    }

    .tabs__product-page .spr-container .spr-summary-actions {
        display: block;
        margin-top: 18px
    }

    .tabs__product-page .spr-container .spr-summary-actions .spr-summary-actions-newreview {
        float: none
    }

    .horizontal-tabs .wrapper-tab-content .tab-title:first-child + .tab-content {
        display: block
    }

    .halo_modal-custom .modal-body {
        padding: 15px 20px 45px
    }

    .halo_modal-custom .modal-body .custom-radio label:first-child {
        display: block;
        margin-bottom: 16px
    }

    .wrapper-login-customer .custom-or-abs {
        display: none
    }

    .wrapper-login-customer .wrapper-content {
        border-bottom: none
    }

    .wrapper-login-customer .wrapper-content .col-left, .wrapper-login-customer .wrapper-content .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .wrapper-login-customer .wrapper-content .col-left > *, .wrapper-login-customer .wrapper-content .col-right > * {
        padding-right: 15px
    }

    .wrapper-login-customer .wrapper-content .col-left .wrapper-title, .wrapper-login-customer .wrapper-content .col-right .wrapper-title {
        padding-left: 15px
    }

    .wrapper-login-customer .wrapper-content .col-left {
        margin-bottom: 35px
    }

    .wrapper-login-customer .wrapper-content .col-right .wrapper-title ~ * {
        margin-left: 0;
        padding-left: 15px
    }

    .wrapper-login-customer .wrapper-content:after {
        display: none
    }

    .halo-blog-content .article-title {
        font-size: var(--font_size_plus4);
        line-height: var(--font_size_plus16)
    }

    .faqs-page .panel-group {
        margin-bottom: 30px
    }

    .faqs-page .panel-group .panel-title a {
        padding-right: 12px
    }

    .faqs-page .panel-group .panel-title a:after {
        display: none
    }

    .faqs-page .contact-link {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .faqs-page .contact-link .text {
        margin-bottom: 20px
    }

    .banner-parallax {
        margin-bottom: 33px
    }

    .custom-block-banner .banner-content .sub-banner-countdown {
        display: none
    }

    .custom-block-banner .img-box {
        position: relative
    }

    .custom-block-banner .img-box .sub-banner-countdown {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0
    }

    .home-lookbook .lookbook-custom .item {
        margin-bottom: 20px
    }

    .home-lookbook .lookbook-custom .item:last-of-type {
        margin-bottom: 0
    }

    .store-slider .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .sticky_form .col-img-title {
        display: none !important
    }

    .quickSearchResultsWrap {
        padding-left: 0;
        padding-right: 0
    }

    .cart-popup-coll-related .products-grid {
        padding-left: 20px;
        margin-left: -20px;
        margin-right: -20px
    }

    .cart-popup-coll-related .products-grid .grid-item {
        padding-left: 0;
        padding-right: 0;
        margin-right: 20px
    }

    .cart-popup-coll-related .products-grid .grid-item:last-of-type {
        margin-right: 0;
        padding-right: 20px
    }

    .tab-content iframe, .tab-content video, .short-description iframe, .short-description video, .vertical-tabs iframe, .vertical-tabs video {
        height: 350px
    }

    .home-slideshow .item {
        flex-flow: column !important
    }

    .home-slideshow .slide-content-inner {
        text-align: center
    }

    .style_product_grid_4 .product-item .wrapper-button-card .btn {
        min-width: 150px
    }

    .featured-products.has-banner.layout_style_5 .column-product .column-product-inner {
        padding-bottom: 10px
    }

    .sticky_form .sticky-add-to-cart {
        min-width: auto !important
    }

    .sticky_form .align-items-center {
        flex-wrap: nowrap
    }

    .sticky_form .content-right .action {
        margin-left: 40px;
        margin-right: 10px
    }

    .sticky_form .content-right .sticky-add-to-cart {
        min-width: initial
    }

    .collection-header .sub-collection {
        margin-bottom: 0
    }

    .btn, .product-shop .shopify-payment-button button.shopify-payment-button__button, .tabs__product-page .spr-container .spr-summary-actions-newreview, .addresses-page .btn-edit-delete a {
        border-radius: 6px
    }

    .home-spotlight-slider .spotlight-style-2 {
        display: flex;
        overflow: auto;
        margin: 0 -15px;
        padding: 0 15px;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory
    }

    .home-spotlight-slider .spotlight-style-4 {
        display: flex;
        overflow: auto;
        margin: 0 -10px;
        padding: 0 15px;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory
    }

    .home-spotlight-slider .spotlight-style-2 .item {
        padding: 0;
        margin-right: 0;
        margin-bottom: 0;
        white-space: normal;
        vertical-align: top;
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%
    }

    .home-spotlight-slider .spotlight-style-4 .item {
        margin-right: 0;
        margin-bottom: 0;
        white-space: normal;
        vertical-align: top;
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
        scroll-snap-align: start;
        scroll-snap-stop: always
    }

    .home-spotlight-slider .style_3.no-des {
        margin-bottom: 0
    }

    .home-spotlight-slider .style_3 .box-title {
        margin-bottom: 0
    }

    .home-custom-block .custom-block-banner .img-center .img-top > img {
        max-width: 60px !important
    }
}

@media (max-width: 670px) {
    .home-custom-block .row .custom-block-banner .img-center {
        top: 6% !important
    }

    .home-custom-block .row .custom-block-banner .img-center .img-top {
        right: 25px !important
    }

    .home-custom-block .row .custom-block-banner .img-center .img-top > img {
        max-width: 50px !important
    }

    .footer-top-newsletter .banner-large-img .banner-content .block-content .content-input {
        min-width: 100%
    }

    .footer-top-newsletter .banner-large-img .banner-content .block-content .input-group-field {
        min-width: 100%
    }

    .footer-top-newsletter .banner-large-img .banner-content .block-content .banner-des {
        margin-bottom: 10px !important
    }

    .footer-top-newsletter .banner-large-img .banner-content .btn {
        min-width: 100%;
        margin-top: 10px
    }

    .tab-content iframe, .tab-content video, .short-description iframe, .short-description video {
        height: 270px
    }
}

@media (max-width: 480px) {
    .home-slideshow .slide-content {
    
    }

    ul.filters-wrapper li.filter {
        flex-basis: 30%
    }

    .product-properties .icon-wrapper .icon {
        flex-basis: 50%
    }

    #dropdown-cart .actions {
        display: block
    }

    #dropdown-cart .actions .btn-checkout, #dropdown-cart .actions .btn-view-cart {
        width: 100%;
        margin-right: 0
    }

    .cart-template .wrapper-cart-template .cart-list .remove-mobile svg {
        right: 15%
    }

    .cart-template .cart-form .cart--title .product-img {
        width: 70px
    }

    .cart-template .cart-form .cart--title .cart--info {
        padding-left: 10px;
        width: calc(100% - 70px)
    }

    .cart-template .cart-form .cart-header .cart--price, .cart-template .cart-form .cart-list .details .cart--price {
        width: 80px !important
    }

    .cart-template .cart-form .cart-header > .cart--title, .cart-template .cart-form .cart-list .details > .cart--title {
        width: calc(100% - 80px)
    }

    .cart-template .wrapper-cart-template .cart-list .qty-group {
        display: block
    }

    .collection-header .sub-collection {
        margin-bottom: 0
    }

    .collection-header .sub-collection .d-flex span {
        margin-bottom: 15px
    }

    .collection-header .collection-wrapper {
        margin-bottom: 25px
    }

    .cart-template .cart-form .cart--title .product-img {
        width: 70px
    }

    .cart-template .cart-form .cart--title .cart--info {
        padding-left: 10px;
        width: calc(100% - 70px)
    }

    .cart-template .cart-form .cart-header .cart--price, .cart-template .cart-form .cart-list .details .cart--price {
        width: 80px !important
    }

    .cart-template .cart-form .cart-header > .cart--title, .cart-template .cart-form .cart-list .details > .cart--title {
        width: calc(100% - 80px)
    }

    .cart-template .wrapper-cart-template .cart-list .qty-group {
        display: block
    }

    .home-spotlight-slider .spotlight-style-2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%
    }

    .home-spotlight-slider .spotlight-style-4 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
        flex: 0 0 41%;
        max-width: 41%
    }

    .home-spotlight-slider .spotlight-style-2:after, .home-spotlight-slider .spotlight-style-4:after {
        content: '';
        background-color: #fff;
        right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 20px
    }

    .home-spotlight-slider .style_3.no-des {
        margin-bottom: 0
    }

    .home-spotlight-slider .style_3 .box-title {
        margin-bottom: 0;
        font-size: 26px
    }

    .home-custom-block .row .custom-block-banner .img-center .img-top > img {
        max-width: 30px !important
    }
}

@media (max-width: 320px) {
    #dropdown-cart {
        padding: 16px 15px 10px
    }

    #dropdown-cart .actions .btn-checkout, #dropdown-cart .actions .btn-view-cart {
        min-width: auto
    }

    #dropdown-cart .cart-title .close {
        margin-bottom: 0
    }

    .home-custom-block .row .custom-block-banner .img-center .img-top {
        right: 15px !important
    }

    .home-custom-block .row .custom-block-banner .img-center .img-top > img {
        max-width: 25px !important
    }

    .home-slideshow .slide-content.style_2 {
        position: relative;
        margin-top: -40%;
        max-width: calc(100% - 20px)
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .style_product_grid_2 .item-swatch li label, .style_product_grid_2 .item-swatch li a, .style_product_grid_3 .item-swatch li label, .style_product_grid_3 .item-swatch li a, .style_product_grid_4 .item-swatch li label, .style_product_grid_4 .item-swatch li a {
        width: 18px;
        height: 18px;
        line-height: 19px
    }

    .style_product_grid_2 .item-swatch li label, .style_product_grid_3 .item-swatch li label, .style_product_grid_4 .item-swatch li label {
        line-height: 1
    }

    .style_product_grid_2 .item-swatch li label img, .style_product_grid_3 .item-swatch li label img, .style_product_grid_4 .item-swatch li label img {
        max-height: 24px;
        max-width: 24px
    }

    .item-swatch li label, .item-swatch li a {
        width: 23px;
        height: 23px;
        line-height: 23px
    }

    .item-swatch li label {
        line-height: 1
    }

    .item-swatch li label img {
        max-height: 16px;
        line-height: 16px
    }

    .item-swatch li a {
        padding-top: 1px
    }

    .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n+4) {
        display: block;
        width: -moz-calc(25% - 10px);
        width: -webkit-calc(25% - 10px);
        width: -ms-calc(25% - 10px);
        width: calc(25% - 10px)
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .home-sub-banner.sub-banner-3 .row {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: 0;
        margin-right: 0
    }

    .home-sub-banner.sub-banner-3 .three-blocks {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
        padding-left: 0;
        padding-right: 0;
        margin-right: 20px
    }

    .spotlight-3-blocks, .spotlight-2-blocks {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0
    }

    .spotlight-3-blocks > .col-md-6, .spotlight-2-blocks > .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px
    }

    .spotlight-3-blocks > .col-md-6:last-of-type, .spotlight-2-blocks > .col-md-6:last-of-type {
        padding-right: 0 !important
    }

    .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n+2), .home-brands-block [data-instagram-feed]:not(.slick-slider) .item:nth-child(-n+2) {
        display: block
    }

    .home-custom-block-images .row, .home-blog-posts:not(.blog-slider) .row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0
    }

    .home-custom-block-images .row .two-blocks, .home-custom-block-images .row .three-blocks, .home-blog-posts:not(.blog-slider) .row .two-blocks, .home-blog-posts:not(.blog-slider) .row .three-blocks {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .products-list .product-item .product-top {
        width: 160px;
        margin-right: 20px
    }

    .products-list .product-item .product-details {
        width: -moz-calc(100% - 180px);
        width: -webkit-calc(100% - 180px);
        width: -ms-calc(100% - 180px);
        width: calc(100% - 180px)
    }

    .cart-template .wrapper-cart-template .cart-list .group-action {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .cart-template .wrapper-cart-template .cart-list .group-action .update {
        margin-bottom: 0;
        margin-right: 12px
    }

    .cart-template .wrapper-cart-template .cart-list .group-action .remove {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-left: 12px
    }
}

@media (max-width: 550px) {
    .header-parallax .top-message {
        padding: 11px 0 13px
    }

    .header-parallax .top-message .slick-arrow {
        display: none !important
    }

    .custom_width.style_product_grid_4 .inner-top .product-bottom {
        padding: 0 6px 20px
    }

    .home-slideshow .has-banner .init-slider {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px
    }

    .home-slideshow .block-banner-slider {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .block-banner-slider .banner {
        margin-bottom: 10px
    }

    .cart-template .wrapper-cart-template .cart-list .cart-product-item {
        padding: 15px
    }

    .cart-template .wrapper-cart-template .cart_items.left-col .cart-header .cart--price {
        padding-right: 15px
    }

    .cart-template .right-col .discount-code-field input {
        max-width: 100%
    }

    #is-a-gift p {
        letter-spacing: 0
    }

    .style_product_grid_4 .product-item .wrapper-button-card .action {
        width: 100%
    }

    .home-brands-block .brands-block .link_all {
        top: 16px
    }

    .announcement-bar .btn {
        display: none
    }

    .announcement-bar span {
        font-size: 12px
    }

    .announcement-bar-wrapper--close {
        top: 54%;
        right: -5px
    }

    .home-slideshow .style_2 .slick-dots {
        margin: 10px auto 0
    }

    .home-slideshow .slide-content.style_2, .home-slideshow .slide-content.style_3 {
        margin-top: -40%
    }

    .layout_style_flower.style_product_grid_2 .product-item .product-des .action .btn {
        margin: 0 auto !important
    }

    .sticky_form .align-items-center.no-countdown {
        justify-content: center
    }

    .sticky_form .content-right .action {
        margin-left: 15px;
        margin-right: 0
    }

    .sticky_form .content-right .align-items-center {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        flex-wrap: unset
    }

    .sticky_form .align-items-center .col-actions {
        padding: 0 10px
    }

    .sticky_form .align-items-center .col-actions .action {
        margin: 0
    }

    .sticky_form .align-items-center .col-variant {
        width: auto;
        padding: 0 10px
    }

    .toolbar {
        padding: 10px !important
    }

    #notify-me-wrapper {
        display: block
    }

    #notify-me-wrapper .input-field {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    #notify-me-wrapper .btn {
        min-width: 100%;
        min-height: 50px
    }

    .cart-template .wrapper-cart-template .cart-list .qty-group label {
        margin-right: 5px
    }

    .cart-template .wrapper-cart-template .cart-list .qty-group input {
        width: 60px !important
    }

    .cart-template .cart-form .cart-header > .cart--title, .cart-template .cart-form .cart-list .details > .cart--title {
        width: calc(100% - 100px) !important
    }

    .cart-template .cart-form .cart-header .cart--price, .cart-template .cart-form .cart-list .details .cart--price {
        width: 170px !important
    }

    .secure-shopping-guarantee {
        margin-bottom: 0
    }

    .cart-template .cart__count_down .count_down {
        width: calc(100% - 22px)
    }

    .cart-template .alert-warning {
        margin: 22px 0 15px
    }

    .cart-template .free_shipping_progress {
        margin-top: 20px
    }

    .style_product_grid_2 .product-item .product-bottom .product-title {
        margin-bottom: 5px
    }

    .style_product_grid_2 .product-item .product-bottom .wrapper-size {
        padding-bottom: 0
    }

    .style_product_grid_2 .product-item .product-bottom .wrapper-vendor .product-vendor {
        margin-right: 0
    }

    .product-card__variant--popup--content {
        padding-bottom: 62px
    }

    .sidebar_more, .toolbar .toolbar-col label {
        display: none
    }

    .toolbar .column-left .sidebar-label {
        padding-right: 0
    }

    .toolbar .filters-toolbar__sortby {
        padding-left: 0
    }

    .show-popup-qs .product-card__variant--popup--content .swatch {
        margin-bottom: 0
    }

    .show-popup-qs .product-card__variant--popup--content .variants {
        max-height: 120px
    }

    .show-popup-qs .product-card__button2 .add-to-cart-btn {
        margin: 0 !important;
        padding: 8px 15px 6px
    }

    .show-popup-qs .product-card__button2 .btn-cancel {
        display: none
    }

    .before-you-leave__content--product .products-grid .grid-item + .grid-item {
        margin-top: 30px
    }

    .before-you-leave__content--product .products-grid .grid-item:first-child {
        margin-top: 20px
    }

    .before-you-leave__content--product .products-grid .product-image .product-grid-image, .before-you-leave__content--product .products-grid .product-image img {
        min-height: 130px !important
    }

    .before-you-leave__content--product .inner-top {
        display: flex
    }

    .before-you-leave__content--product .inner-top .product-top {
        width: 90px
    }

    .before-you-leave__content--product .inner-top .product-bottom {
        width: calc(100% - 90px);
        padding: 0 0 0 15px;
        text-align: left
    }

    .before-you-leave__content--product .inner-top .product-bottom .action .btn {
        padding: 10px 15px 8px
    }

    .before-you-leave__bg {
        padding: 45px 20px 30px
    }

    .before-you-leave__bg .rte p {
        padding: 0
    }

    .before-you-leave__bg .rte p:first-child strong {
        font-size: 28px
    }

    .home-custom-block.layout_style_2 .item_style_2 + .item_style_2 {
        padding-top: 0
    }

    .home-custom-block.layout_style_2 .banner-small-img .banner-heading {
        font-size: 30px !important
    }

    .home-custom-block.layout_style_2 .banner-small-img .banner-button {
        min-width: 200px;
        padding: 10px 20px 8px
    }

    .before-you-leave__wrapper--disableMobile {
        display: none !important
    }

    .open_beforeYouLeave .overlay_background {
        display: none
    }

    .open_beforeYouLeave .wrapper-overlay {
        display: none
    }
}

@media (max-width: 360px) {
    .header-mb .header-mb-middle {
        width: -moz-calc(100% - (120px + 80px));
        width: -webkit-calc(100% - (120px + 80px));
        width: -ms-calc(100% - (120px + 80px));
        width: calc(100% - (120px + 80px));
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-left: 0
    }

    .header-mb .header-mb-middle .header-logo {
        padding: 0
    }
}