/** Shopify CDN: Minification failed

Line 1574:4 Unexpected "{"
Line 8153:4 "olor" is not a known CSS property

**/

@-webkit-keyframes zoom-animation {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*=========================================
=            General Style CSS            =
=========================================*/
a {
    text-decoration: none !important;
}

.grecaptcha-badge {
    display: none !important
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-30,
.padding-top-40 {
    padding-top: 30px;
}

.padding-bottom-30,
.padding-bottom-40 {
    padding-bottom: 30px;
}

.padding-top-50,
.padding-top-60,
.padding-top-70 {
    padding-top: 40px;
}

.padding-bottom-50,
.padding-bottom-60,
.padding-bottom-70 {
    padding-bottom: 40px;
}

.padding-top-80,
.padding-top-90,
.padding-top-100 {
    padding-top: 50px;
}

.padding-bottom-80,
.padding-bottom-90,
.padding-bottom-100 {
    padding-bottom: 50px;
}

.halo-section-background-gray {
    background-color: var(--color_section_bg_gray);
}

.halo-section-border-top {
    border-top: 1px solid var(--color_section_border);
}

.halo-section-border-bottom {
    border-bottom: 1px solid var(--color_section_border);
}

.page {
    margin: 0 auto;
    position: relative;
    padding-top: 5px;
    padding-bottom: 50px;
}

.page-content {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
}

.page-sidebar {
    top: 0;
    left: -101%;
    bottom: 0;
    width: 337px;
    height: 100%;
    z-index: 102;
    position: fixed;
    max-width: calc(100% - 44px);
    transition: all .5s ease;
    background-color: #ffffff;
    box-shadow: rgba(50, 50, 50, .2) 0 0 10px 0;
}

.page-sidebar.is-open {
    left: 0;
}

.page-sidebar__content {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 100px 20px;
}

.sidebar_mobile_wrapper {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.sidebar_mobile {
    z-index: 2;
    cursor: pointer;
    position: relative;
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
}

.sidebar_mobile>.text {
    margin: 2px 0 0 0;
    font-size: 16px;
    padding-right: 10px;
    min-width: 70px;
    font-weight: 500;
    color: var(--color_heading_text);
    vertical-align: middle;
    font-family: var(--font_stack_heading);
    text-transform: capitalize;
    pointer-events: none;
}

.sidebar_mobile .icon {
    width: 36px;
    height: 36px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cecece;
    border-radius: 3px;
    fill: var(--color_heading_text);
    pointer-events: none;
}

.has_sticky .sidebar_mobile .icon {
    border-color: var(--color_btn_primary_bg);
    background: #fff;
}

.breadcrumb-wrapper {
    padding: 15px 0 7px;
    color: var(--color_breadcrumb_text);
    background-color: var(--color_breadcrumb_bg);
}

.breadcrumb-wrapper.border-tops {
    border: none;
    border-top: 1px solid #f5f5f5;
}

.breadcrumb-wrapper.border-bottoms {
    border: none;
    border-bottom: 1px solid #f5f5f5;
}

.breadcrumb {
    font-size: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    vertical-align: top;
    display: inline-block;
    background-color: transparent;
}

.breadcrumb__item {
    padding: 6px 0;
    line-height: 1;
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    font-size: var(--font_size_base);
    color: var(--color_breadcrumb_text);
}

.breadcrumb__item .icon {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.breadcrumb__item a,
.breadcrumb__item span {
    color: inherit;
    font-size: inherit;
}

.halo-row {
    font-size: 0;
    display: block;
    overflow: auto;
    white-space: nowrap;
    margin: 0 -15px;
    padding: 0 0 0 15px;
}

[data-section-type="product-list"] .halo-row {
    padding: 0 0 0 15px;
}

.halo-row__item {
    padding: 0;
    margin-right: 15px;
    margin-bottom: 0px;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    font-size: var(--font_size_base);
}

.halo-row[data-slick] {
    overflow: hidden;
}

.halo-row[data-slick-pc] {
    overflow-x: auto;
    overflow-y: hidden;
}

.halo-row.slick-slider {
    padding: 0;
    margin-left: -8px;
    margin-right: -8px;
    overflow: visible;
}

.recently-viewed-products .section-header {
    margin-bottom: 50px;
}

.recently-viewed-products .section-header .title {
    font-size: 28px;
}

.halo-row.slick-slider .slick-track {
    margin-left: auto;
    margin-right: auto;
}

.halo-row.slick-slider .halo-row__item {
    margin: 0;
    padding: 0 8px;
}

.halo-row__item--full {
    width: 100%;
}

.halo-column {
    font-size: 0;
    margin: 0 -8px;
    list-style: none;
    text-align: left;
    display: block;
}

.halo-column__item {
    width: 100%;
    padding: 0 8px;
    margin: 0 0 16px 0;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    font-size: var(--font_size_base);
}

.halo-column__item--full {
    width: 100%;
}

@media (max-width: 1025px) {
    .halo-column.halo-row--mobile {
        font-size: 0;
        display: block;
        overflow: auto;
        white-space: nowrap;
        margin: 0 -15px;
        padding: 0 0 0 15px;
    }

    .halo-column.halo-row--mobile .halo-column__item {
        padding: 0;
        width: auto;
        margin-right: 15px;
        margin-bottom: 2px;
        white-space: normal;
        vertical-align: top;
        display: inline-block;
        font-size: var(--font_size_base);
    }
}

.social-share {
    display: flex;
}

.social-share {
    margin-top: 0;
    margin-left: 0;
}

.social-share .text_share {
    font-size: 14px;
    font-style: italic;
}

.social-share svg {
    fill: #193753 !important;
}

/*=====  End of General Style CSS  ======*/
.no-image {
    position: relative !important;
    background: #b3b7b4;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #274b4f;
    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);
}

@media (max-width: 768px) {
    .no-image {
        font-size: 20px;
    }
}

.no-image span {
    position: absolute;
    width: 100%;
    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%);
}


/*======================================
=            Header Section            =
======================================*/

.site-header {
    z-index: 50;
    font-size: var(--font_size_header);
    font-family: var(--font_stack_header);
    font-weight: var(--font_weight_header);
    color: var(--color_text_header);
    background-color: var(--color_bg_header);
}

.header-PC {
    display: none;
}

.header-mobile {
    display: block;
}

.header-sticky.is-sticky {
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    position: fixed;
    display: block;
    transform: none;
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    background-color: var(--color_bg_header);
}

.header-PC {
    background-color: var(--color_bg_header);
}

.header-middle {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: var(--color_text_header);
    padding: 20px 0px 20px;
}

.header-middle__left,
.header-middle__right {
    flex-shrink: 0;
    width: 100%;
    max-width: 250px;
}

.header-middle__left {
    text-align: left;
}

.header-middle__center {
    width: calc(100% - 500px);
    text-align: center;
}

.header-middle__center .header-middle__item {
    width: 100%;
}

.header-middle__right {
    text-align: right;
}

.header-middle__center .logo-wrapper {
    padding: 21px 0 19px;
}

.header-middle__item {
    vertical-align: middle;
    display: inline-block;
}

.header-middle__item+.header-middle__item {
    margin-left: 26px;
    height: 36px;
}

.header-middle__item--language+.header-middle__item--currency {
    position: relative;
    margin-left: 5px;
    padding-left: 15px;
}

.header-middle__item--language+.header-middle__item--currency:before {
    left: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    content: "";
    position: absolute;
    background-color: darken(var(--color_text_header), 50%);
    transform: translateY(-50%);
}

.header-middle__item--cart {
    position: relative;
}

.header-middle__item--cart .navUser-action .icon {
    position: relative;
    top: 1px;
    right: 12px;
    margin-left: 5px;
}

.header-middle__item--cart .navUser-action .icon {
    width: 25px;
    height: 25px;
}

.header-middle__item--cart .countPill {
    position: absolute;
    top: -11px;
    right: 0px;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
}

.header-middle__item--account {
    position: relative;
    text-align: left;
}

.header-middle .site-nav {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.header-middle .site-nav+.header-middle__item {
    margin-left: 20px;
}

.logo_text {
    line-height: 1;
    text-transform: uppercase;
    color: var(--color_text_header);
    font-size: var(--font_size_logo);
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.logo_text:hover {
    color: var(--color_text_header);
}

.site-header__logo-image {
    display: inline-block;
}

.site-nav {
    width: 100%;
    font-size: 0;
}

.site-nav .icon-dropdown {
    display: none;
}

.site-nav .menu-mb-title {
    display: none;
}

.site-nav .icon-label,
.site-nav-mobile .icon-label {
    right: -15px;
    top: -19px;
    margin: 0;
    line-height: 1;
    font-size: 11px;
    font-weight: 400;
    padding: 0 8px;
    line-height: 16px;
    height: 16px;
    border-radius: 2px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--font_stack_body);
    position: absolute;
}

.site-nav-mobile .icon-label {
    right: -25px;
    top: 16px;
}

.site-nav .menu-lv-1--last .icon-label {
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.site-nav .icon-label.label_1,
.site-nav-mobile .icon-label.label_1 {
    color: var(--color_label_1);
    background-color: var(--color_bg_label_1);
}

.site-nav .icon-label.label_2,
.site-nav-mobile .icon-label.label_2 {
    color: var(--color_label_2);
    background-color: var(--color_bg_label_2);
}

.site-nav .icon-label.label_3,
.site-nav-mobile .icon-label.label_3 {
    color: var(--color_label_3);
    background-color: var(--color_bg_label_3);
}

.site-nav>.menu-lv-1 {
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}

.site-nav>.menu-lv-1:last-child {
    margin-right: 0;
}

.site-nav>.menu-lv-1>.nav-action {
    margin: 0;
    padding: 11px 0 9px 0;
    font-family: var(--font_stack_header);
    color: var(--color_text_header);
    font-weight: var(--font_weight_header);
    font-size: var(--font_size_header);
    text-transform: capitalize;
}

.site-nav .menu-lv-1.dropdown .icon-dropdown.dk {
    display: inline-block;
    padding-left: 5px;
}

.site-nav .menu-lv-1.dropdown .icon-dropdown svg {
    width: 8px;
    height: 8px;
}

.site-nav>.menu-lv-1>.nav-action a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.site-nav>.menu-lv-1>.nav-action a .text:before {
    left: 0;
    bottom: -3px;
    content: "";
    z-index: 2;
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.3s ease;
    background-color: var(--color_text_header);
}

.site-nav>.menu-lv-1:hover>.nav-action a .text:before {
    width: 100%;
}

.site-nav>.menu-lv-1>.nav-action a .text {
    position: relative;
}

.site-nav>.menu-lv-1:hover>.nav-action {
    color: var(--color_text_header);
}

.navUser-action {
    cursor: pointer;
    color: var(--color_text_header);
    pointer-events: auto;
    font-size: var(--font_size_minus2);
}

.header-middle__item .acc-title {
    font-weight: bold;
}

.header-middle__item .customer_top {
    line-height: 15px;
}

.navUser-action .icon {
    width: 27px;
    height: 27px;
    color: var(--color_text_header);
    fill: var(--color_text_header);
}

.navUser-action:hover .icon,
.navUser-action .icon:hover {
    color: var(--color_bg_cart_countpill);
    fill: var(--color_bg_cart_countpill);
}

.countPill {
    top: -8px;
    right: -10px;
    height: 23px;
    padding-left: 2px;
    width: 23px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    color: var(--color_cart_countpill);
    background-color: var(--color_bg_cart_countpill);
}

.header_bottom__language_currency.show .dropdown-language-currency,
.header_bottom__language_currency.show .dropdown-language-currency {
    display: block;
}

.header_bottom__language_currency .dropdown-language-currency .dropdown-menu,
.header_bottom__language_currency .dropdown-language-currency .dropdown-menu {
    display: block;
}


/**
     *
     * Navigation PC
     *
     */
.header_bottom {
    display: -webkit-box;
    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;
    padding-bottom: 3px;
}

.header_bottom .header_bottom__language_currency {
    width: 220px;
    text-align: right;
}

.header_bottom .header_bottom__nav {
    width: calc(100% - 220px);
    text-align: left;
}

.header_bottom__language_currency .text {
    color: var(--color_text_header);
}

.header_bottom__language_currency .header_bottom__item {
    display: inline-block;
    vertical-align: middle;
    line-height: 0px;
}

.header_bottom__language_currency .header_bottom__language .text {
    margin-right: -5px;
}

.header_bottom__language_currency .header_bottom__language .text:after {
    content: "/";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    left: -6px;
    padding-left: 10px;
    font-size: 11px;
}

.header_bottom__language_currency .currency-dropdown,
.header_bottom__language_currency .language-dropdown {
    position: static;
}

.header_bottom__language_currency .currency-dropdown .dropdown-label .icon:not(.icon-arrow) {
    display: none;
}


.site-nav .nav-title-mobile {
    display: none;
}


.site-nav .menu-lv-2>.nav-action,
.site-nav .menu-lv-3>.nav-action,
.site-nav .menu-lv-1--last .menu-lv-1>.nav-action {
    margin: 0;
    width: 100%;
    color: inherit;
    font-size: var(--font_size_base);
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    padding: 2px 0px 2px;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.site-nav .menu-lv-2>.nav-action a,
.site-nav .menu-lv-3>.nav-action a,
.site-nav .menu-lv-3>.nav-action span.text,
.site-nav .menu-lv-1--last .menu-lv-1>.nav-action a {
    color: var(--dropdown_text);
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    transition: none;
    position: relative;
    transition: all 0.3s ease;
}

.site-nav .menu-lv-2>.nav-action:hover,
.site-nav .menu-lv-3>.nav-action:hover,
.site-nav .menu-lv-1--last .menu-lv-1>.nav-action:hover {
    color: var(--dropdown_text_hover);
}

.site-nav .menu-lv-2:hover>.nav-action a,
.site-nav .menu-lv-3:hover>.nav-action a,
.site-nav .menu-lv-3:hover>.nav-action span.text,
.site-nav .menu-lv-1--last .menu-lv-1:hover>.nav-action a {
    background-image: linear-gradient(transparent 97%, var(--dropdown_text_border_hover) 3%);
    background-repeat: repeat-x;
    background-position-y: 0;



}

.site-nav>.menu-lv-1.dropdown:hover>.dropdown-menu-mobile {
    top: auto;
    opacity: 1;
    display: block;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

.site-nav .no-mega-menu .dropdown-menu-mobile {
    left: 0;
    opacity: 0;
    z-index: 10;
    padding: 0;
    min-width: 210px;
    font-weight: 400;
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    color: var(--dropdown_text);
    font-family: var(--font_stack_body);
    background-color: var(--dropdown_background);
    transition: all 0.3s ease;
    transform: translate3d(0, 50px, 0);
}

.site-nav .no-mega-menu .site-nav-dropdown li {
    padding: 0 20px;
}

.site-nav .no-mega-menu .menu-lv-2>.nav-action,
.site-nav .no-mega-menu .menu-lv-3>.nav-action {
    margin: 0;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding: 0;
    line-height: 44px;
    border-bottom: 1px solid var(--dropdown_border);
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.site-nav .no-mega-menu .menu-lv-2:last-child>.nav-action,
.site-nav .no-mega-menu .menu-lv-3:last-child>.nav-action {
    border: none;
}

.site-nav .no-mega-menu .dropdown-menu-mobile .dropdown-menu-mobile {
    left: calc(100% - 10px);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.site-nav .no-mega-menu .menu-lv-2.dropdown:hover>.dropdown-menu-mobile,
.site-nav .no-mega-menu .menu-lv-3.dropdown:hover>.dropdown-menu-mobile {
    top: 0px;
    opacity: 1;
    display: block;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

.site-nav .no-mega-menu .menu-lv-2 .icon-dropdown,
.site-nav .no-mega-menu .menu-lv-3 .icon-dropdown {
    width: auto;
    height: auto;
    line-height: 10px;
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    font-size: 12px;
    color: #848484;
}

.site-nav .no-mega-menu .menu-lv-2:hover .icon-dropdown,
.site-nav .no-mega-menu .menu-lv-3:hover .icon-dropdown {
    color: var(--dropdown_text_hover);
}

.site-nav .mega-menu {
    position: static;
}

.site-nav .mega-menu .dropdown-menu-mobile {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 70vh;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 10;
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    color: var(--dropdown_text);
    font-family: var(--font_stack_body);
    transform: translate3d(0, 50px, 0);
}

.site-nav .mega-menu .dropdown-menu-mobile::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.site-nav .mega-menu .dropdown-menu-mobile::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background-color: #f5f5f5;
}

.site-nav .mega-menu .dropdown-menu-mobile::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.site-nav .mega-menu>.dropdown-menu-mobile {
    box-shadow: inset 0 1px 5px -1px rgba(0, 0, 0, 0.1);
    background-color: var(--dropdown_background);
    padding-top: 4px;
}

.site-nav .mega-menu>.dropdown-menu-mobile>* {
    background-color: var(--dropdown_background);
}

.site-nav .mega-menu.menu-lv-1:hover .dropdown-menu-mobile {
    pointer-events: auto;
}

.site-nav .mega-menu .menu-lv-2>.nav-action,
.dropdown-megamenu h3.title {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    color: var(--dropdown_title);
    font-weight: bold;
    font-size: var(--font_size_header);
    font-family: var(--font_stack_header);
    line-height: 20px;
    text-transform: unset;
    padding-bottom: 14px;
}

.site-nav .mega-menu .menu-lv-2>.nav-action a {
    color: var(--dropdown_title);
}

.site-nav .mega-menu .menu-lv-2>.nav-action a:hover {
    color: var(--dropdown_title_hover);
}

.site-nav .menu-lv-2>.nav-action a:before {
    background-color: var(--dropdown_title_hover) !important;
}

.site-nav .mega-menu .menu-lv-3 {
    margin-bottom: 3px;
}

.site-nav .mega-menu .site-nav-dropdown-child {
    padding: 0;
    float: none;
    width: auto;
    font-size: 0;
    list-style: none;
}

.site-nav .mega-menu .site-nav-dropdown-child .site-nav-dropdown {
    margin: 0;
    margin-bottom: 6px;
}

.site-nav .mega-menu .site-nav-dropdown-child.column-2 {
    column-count: 2;
    -webkit-column-count: 2;
}

.site-nav .mega-menu .site-nav-dropdown-child.column-3 {
    column-count: 3;
    -webkit-column-count: 3;
}

.site-nav .mega-menu .site-nav-dropdown-child.column-4 {
    column-count: 4;
    -webkit-column-count: 4;
}

.site-nav .mega-menu .site-nav-dropdown-child.column-5 {
    column-count: 5;
    -webkit-column-count: 5;
}

.site-nav .mega-menu .site-nav-dropdown-child>.menu-lv-2 {
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 24px;
    padding-right: 0;
}

.site-nav .mega-menu .menu-lv-2:hover>.nav-action a {
    border: none;
}

.site-nav .mega-menu .style_3 .site-nav-dropdown-child>.menu-lv-2 {
    margin-bottom: 6px;
}

.site-nav .mega-menu .dropdown-menu-mobile .dropdown-menu-mobile {
    padding: 0;
    margin: 0;
    left: auto;
    right: auto;
    opacity: 1;
    display: block;
    transform: none;
    box-shadow: none;
    max-height: none;
    border-radius: 0;
    visibility: visible;
    pointer-events: none;
    position: relative;
    background-color: transparent;
}

.site-nav .dropdown-megamenu {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
}

.site-nav .dropdown-megamenu .dropdown-megamenu-right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.site-nav .dropdown-megamenu .dropdown-megamenu_item {
    padding: 30px 0 40px;
}

.site-nav .dropdown-megamenu:not(.style_4) .dropdown-megamenu-left {
    width: 170px;
    position: relative;
    background-color: var(--bg_left_1);
    margin-top: -4px;
    padding-top: 34px;
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-right {
    margin-top: 8px;
}

.dropdown-megamenu.style_2 h3.title {
    padding-bottom: 5px;
    text-align: center;
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu_item {
    padding-bottom: 15px;
}

.site-nav .dropdown-megamenu:not(.style_4) .dropdown-megamenu-left:before {
    content: '';
    position: absolute;
    background: var(--bg_left_1);
    height: 100%;
    width: 1000px;
    right: 100%;
    top: 0;
}

.site-nav .dropdown-megamenu .dropdown-megamenu-center--item {
    display: inline-block;
    vertical-align: top;
}

.site-nav .dropdown-megamenu.style_1 .dropdown-megamenu-right {
    padding: 0;
    margin-top: 41px;
    position: relative;
}

.site-nav .dropdown-megamenu.style_1 .product-card__vendor,
.dropdown-megamenu--carousel.has-row .product-card__reviews {
    display: none;
}

.dropdown-megamenu--carousel.has-row .product-card__btn--plus {
    left: 13px;
}



.site-nav .dropdown-megamenu.style_1 .dropdown-megamenu-center--item {
    width: calc(100% - 270px);
}

.site-nav .dropdown-megamenu.style_1 .dropdown-megamenu-center--item--productList {
    width: 270px;
}

.site-nav .dropdown-megamenu .dropdown-megamenu-center {
    width: calc(70% - 170px);
    padding-left: 30px;
    padding-right: 30px;
}

.site-nav .dropdown-megamenu .dropdown-megamenu-right {
    width: 30%;
}

.dropdown-megamenu--carousel {
    display: block;
    font-size: 0;
    margin-top: 24px;
}

.dropdown-megamenu--carousel .slick-slide>div {
    margin-bottom: 20px;
}

.dropdown-megamenu--carousel .slick-slide>div:last-child {
    margin: 0;
}

.dropdown-megamenu--carousel:not(.slick-slider) {
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-megamenu--carousel>.items {
    width: 50%;
    padding: 0 15px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.dropdown-megamenu--carousel .slick-slide {
    padding: 0;
    font-size: var(--font_size_base);
}

.dropdown-megamenu--carousel .slick-dots {
    position: static;
    margin-top: 10px;
}

.dropdown-megamenu--carousel .slick-prev,
.dropdown-megamenu--carousel .slick-next {
    right: -5px;
    top: 50px;
    bottom: auto;
    width: 24px;
    height: 24px;
    transform: none;
    color: var(--dropdown_text);
}

.dropdown-megamenu--carousel .slick-prev svg,
.dropdown-megamenu--carousel .slick-next svg {
    color: #5a5a5a;
    fill: #5a5a5a;
    stroke: #5a5a5a;
}

.dropdown-megamenu--carousel .slick-prev {
    left: -5px;
}

.dropdown-megamenu--carousel .product-card__btn,
.dropdown-megamenu--carousel .product-card__btn:hover {
    width: auto;
    border: none;
    display: inline-block;
    padding: 0 0 0 17px;
    margin: 0;
    color: var(--color_btn_secondary_text);
    background-color: transparent;
}

.dropdown-megamenu--carousel .product-card__btn.product-card__btn-soldOut {
    padding-left: 0;
}

.dropdown-megamenu--carousel.has-row .slick-dots {
    text-align: left;
    padding-left: 64px;
    margin-top: 5px;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__image {
    width: 64px;
    min-width: 64px;
    padding-top: 5px;
}

.dropdown-megamenu.style_1 h3.title {
    padding-bottom: 0px;
}

.dropdown-megamenu.style_1 .dropdown-megamenu--carousel .slick-slide>div {
    padding-bottom: 6px;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__content {
    padding-top: 0;
    padding-left: 0px;
    position: relative;
    width: 170px;
    text-align: center;
  	background:transparent;
}

.site-nav .dropdown-megamenu--carousel.has-row .product-card--2 .product-card__content {
    text-align: left;
    padding-left: 15px;
  	background: transparent;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 {
    display: block;
  	background: transparent;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__title {
    margin-bottom: 7px;
    margin-top: -3px;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__price {
    margin-bottom: 18px;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__variant {
    margin-bottom: 15px;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__button a {
    color: var(--color_heading_text);
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 5px;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__button .product-card__btn--plus>span:before {
    top: 9px;
}

.dropdown-megamenu--carousel .product-card--2 .product-card__button a span:after,
.dropdown-megamenu--carousel .product-card--2 .product-card__button a span:before {
    content: "";
    position: absolute;
    display: block;
    line-height: 22px;
    background-color: #274b4f;
}

.dropdown-megamenu--carousel .product-card--2 .product-card__button a span:before {
    top: 9px;
    right: calc(100% + 7px);
    width: 10px;
    height: 1px;
}

.dropdown-megamenu--carousel .product-card--2 .product-card__button a span:after {
    top: 50%;
    right: calc(100% + 12px);
    width: 1px;
    height: 10px;
    transform: translateY(-50%)
}

.dropdown-megamenu--carousel .slick-dots li {
    margin: 0px 10px;
}


.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__button {
    width: auto;
    line-height: 22px;
    margin-top: 0;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__btn {
    overflow: visible;
    padding: 0;
    min-height: auto;
    margin-bottom: 10px;
}

.dropdown-megamenu--carousel .product-card--3 .product-card__reviews {
    margin: 0px 0 8px;
    bottom: 4px;
    opacity: 1;
}

.site-nav .dropdown-megamenu .dropdown-megamenu-right>.link {
    display: block;
    height: 100%;
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-center {
    width: calc(70% - 170px);
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-right {
    width: 30%;
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-center--item {
    width: calc(100% - 170px);
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-center--item--collectionList {
    width: 170px;
}

.dropdown-megamenu.style_2 .dropdown-megamenu-center--item--collectionList {
    position: relative;
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-right--item {
    margin: 0 -15px;
}

.dropdown-megamenu.style_2 .megamenu-center--right {
    padding-top: 4px;
}

.dropdown-megamenu.style_2 .megamenu-center--right_item {
    margin-bottom: 15px;
}

.dropdown-megamenu.style_2 .megamenu-center--right_item:last-child {
    margin: 0;
}

.style_4 .dropdown-megamenu-center--item--productList {
    position: relative;
}

.dropdown-megamenu-center--item--collectionList>a.link,
.dropdown-megamenu-center--item--productList>a.link {
    position: absolute;
    font-size: 12px;
    color: var(--dropdown_text_hover);
    right: 0;
    top: 0;
    border-bottom: 1px solid;
    line-height: 1.4;
}

.megamenu-center--right_item a {
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
}

.megamenu-center--right_item a svg {
    height: 70px;
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-right--item>.link {
    padding: 0 15px;
    width: 50%;
    display: inline-block;
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-right--item>.link .link_1 {
    display: block;
    height: 100%;
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-right--item>.link svg {
    height: 385px;
}

.site-nav .dropdown-megamenu.style_3 .dropdown-megamenu-left {
    width: 100%;
}

.site-nav .dropdown-megamenu--items {
    padding: 30px 0 0;
    margin: 0 -15px;
}

.site-nav .dropdown-megamenu.style_3 .dropdown-megamenu--items .menu-lv-2 {
    padding: 0 15px;
}

.site-nav .dropdown-megamenu.style_3 {
    display: block;
}

.site-nav .dropdown-megamenu--items .menu-image {
    margin: 10px 0 25px;
}

.site-nav .style_3 .dropdown-megamenu--items .menu-image {
    margin: 7px 0 16px;
}

.site-nav .dropdown-megamenu--items .menu-image a {
    display: block;
    height: 100%;
}

.dropdown-megamenu--countdown {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    background-color: var(--color_bg_bottom_3) !important;
    color: var(--color_text_bottom_3);
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
}

.dropdown-megamenu--countdown .countdown_timer {
    font-weight: bold;
}

.dropdown-megamenu--countdown .countdown_timer .text_end {
    font-weight: 400;
}

.dropdown-megamenu--text-bottom strong {
    font-size: 28px;
    font-weight: 400;
    position: relative;
    top: 3px;
    margin-left: 5px;
}


.dropdown-megamenu__breadcrumb {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: var(--font_size_base);
}

.dropdown-megamenu__breadcrumb a {
    color: var(--dropdown_text_hover);
    display: block;
    text-decoration: underline;
    text-underline-position: under;
}

.dropdown-megamenu__img--column {
    font-size: 0;
    position: relative;
    display: block;
    white-space: nowrap;
}

.dropdown-megamenu__img--column>li {
    width: 25%;
    position: relative;
    vertical-align: top;
    display: inline-block;
    font-size: var(--font_size_base);
}

.dropdown-megamenu__img--column .dropdown-megamenu__img {
    position: relative;
    width: 100%;
    height: auto;
}

.dropdown-megamenu__img--column .image--hover>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    position: absolute;
}

.dropdown-megamenu__img {
    width: 100%;
}

.dropdown-megamenu.style_4 .dropdown-megamenu-right--item {
    margin: 0;
    position: relative;
}

.dropdown-megamenu.style_4 .dropdown-megamenu-right--item svg {
    margin-bottom: 15px;
    height: 200px;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-left {
    width: 32%;
    margin-top: -4px;
    position: relative;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-left a {
    display: block;
    height: 100%;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-center {
    width: calc(68% - 270px);
    padding-left: 70px;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-right {
    width: 270px;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-right a,
.site-nav-mobile .dropdown-megamenu.style_4 .dropdown-megamenu-right a {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.site-nav-mobile .dropdown-megamenu .product-card .product-card__reviews,
    {
    display: none;
}

.site-nav-mobile .nav-action .icon-arrow-nav,
.site-nav-mobile .nav-title-mobile svg {
    width: 12px;
    height: 12px;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-center--item {
    width: calc(100% - 170px);
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-center--item--productList {
    width: 170px;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-center--item--productList .product-card .product-card__image .product-card_wishlist {
    display: none;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-center--item--productList h3 {
    text-align: center;
    padding-bottom: 0px;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-center--item--productList .product-card__button--wrapper {
    margin: 0;
    text-align: center;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-center--item--productList .product-card__btn {
    padding: 0;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-center--item--productList .product-card__image {
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-bottom: -5px;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-center--item--productList .product-card__content .product-card__title a {
    padding-bottom: 4px;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-center--item--productList .product-card__btn span {
    background-image: none;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-center--item--productList .product-card__variant:last-child {
    margin-bottom: 10px;
}

.site-nav .mega-menu .menu-lv-3 a {
    position: relative;
}

.site-nav .mega-menu .menu-lv-3 a.nav-action:before {
    content: ">";
    left: 0px;
    width: 5px;
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    font-size: 18px;
}

.site-nav .mega-menu .menu-lv-3 a:hover:before {
    opacity: 1;

}

.site-nav .mega-menu .menu-lv-3 a:hover span {
    margin-left: 15px;
}


/**
     *
     * Navigation Mobile
     *
     */

#navigation-mobile {
    color: var(--dropdown_text_hover);
    background-color: var(--dropdown_background);
}

#navigation-mobile .popup-sidebar__wrapper {
    overflow: auto;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 70px;
}

#navigation-mobile .popup-sidebar__wrapper::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

#navigation-mobile .popup-sidebar__wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}

#navigation-mobile .popup-sidebar__wrapper::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}


#navigation-mobile .close_menu {
    top: 0;
    right: -45px;
    width: 45px;
    height: 45px;
    z-index: 10;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    position: absolute;
    text-align: center;
    pointer-events: auto;
    color: var(--dropdown_background);
    background-color: var(--dropdown_text_hover);
}

#navigation-mobile .close_menu a {
    color: inherit;
}

#navigation-mobile .close_menu svg {
    width: 22px;
    height: 22px;
}

.site-nav-mobile {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    color: var(--dropdown_text);
    background-color: var(--dropdown_background);
}

.site-nav-mobile .image--hover:after {
    display: none !important;
}

.site-nav-mobile.two .nav-action.nav-action--end svg.icon {
    position: relative;
    top: -2px;
    margin-right: 6px;
    color: var(--color_body_text);
    fill: var(--color_body_text);
}

.site-nav-mobile.three .header-book {
    padding: 8px 20px 9px;
    font-size: 16px;
}

.site-nav-mobile.three .header-book a {
    color: var(--color_text_header);
}

.site-nav-mobile.three .header-book svg {
    margin-right: 6px;
    position: relative;
    top: -2px;
    color: var(--color_body_text);
    fill: var(--color_body_text);
}

.site-nav-mobile .icon-dropdown {
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: absolute;
    transform: none;
    pointer-events: none;
    color: var(--color_menu_mb);
}

.site-nav-mobile .menu-lv-1,
.site-nav-mobile .menu-lv-2,
.site-nav-mobile .menu-lv-3 {
    display: block;
    position: relative;
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--border_color_menu_mb);
}

.site-nav-mobile .menu-lv-3.menu-image {
    text-align: center;
    padding: 0;
}

.site-nav-mobile .dropdown-megamenu.style_1 .dropdown-megamenu-right img {
    padding: 10px 15px;
}

.site-nav-mobile .dropdown-megamenu-left img,
.site-nav-mobile .menu-lv-3.menu-image img {
    padding: 15px;
}

.site-nav-mobile .dropdown-megamenu--countdown {
    display: block;
}

.site-nav-mobile .menu-lv-1>.nav-action,
.site-nav-mobile .menu-lv-2>.nav-action,
.site-nav-mobile .menu-lv-3>.nav-action {
    margin: 0;
    cursor: pointer;
    display: block;
    position: static;
    text-transform: capitalize;
    color: var(--color_text_header);
    font-weight: 700;
    font-size: 16px;
    font-family: var(--font_stack_header);
    line-height: 22px;
}

.site-nav-mobile.two .menu-lv-1 .nav-action {
    font-weight: 500;
}


.site-nav-mobile .menu-lv-1>.nav-action a,
.site-nav-mobile .menu-lv-2>.nav-action a,
.site-nav-mobile .menu-lv-3>.nav-action {
    color: var(--color_menu_mb);
    padding: 11px 20px 12px;
    display: inline-block;
}

.site-nav-mobile .menu-lv-1>.nav-action a[href='#'],
.site-nav-mobile .menu-lv-2>.nav-action a[href='#'],
.site-nav-mobile .menu-lv-3>.nav-action[href='#'] {
    pointer-events: none;
}

.site-nav-mobile .menu-lv-2>.nav-action.nav-action--end a,
.site-nav-mobile .menu-lv-3>.nav-action.nav-action--end {
    width: 100%;
}

.site-nav-mobile .menu-lv-1>.nav-action a[href='#'],
.site-nav-mobile .menu-lv-2>.nav-action a[href='#'],
.site-nav-mobile .menu-lv-3>.nav-action[href='#'],
.site-nav-mobile .menu-lv-1>.nav-action:not(.nav-action--end) a,
.site-nav-mobile .menu-lv-2>.nav-action:not(.nav-action--end) a,
.site-nav-mobile .menu-lv-3>.nav-action span {
    pointer-events: none;
}

.site-nav-mobile .dropdown-menu-mobile {
    top: 0;
    right: 100%;
    left: auto;
    padding: 0;
    margin: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: all .3s ease;
    transform: none;
    box-shadow: none;
    position: absolute;
    cursor: pointer;
    color: var(--dropdown_text);
    background-color: var(--dropdown_background);
}

.site-nav-mobile .is-open>.dropdown-menu-mobile {
    right: 0;
    display: block;
    position: relative
}

.site-nav-mobile .is-open>.nav-action {
    display: none !important;
}

.site-nav-mobile .dropdown-megamenu-left .image--hover:before {
    display: none;
}

.site-nav-mobile .nav-title-mobile {
    text-align: center;
    display: block;
    position: static;
    line-height: 22px;
    padding: 12px 30px 10px 30px;
    text-transform: uppercase;
    color: var(--color_heading_text);
    font-weight: 600;
    font-size: var(--font_size_header) - 2;
    font-family: var(--font_stack_header);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: darken(var(--dropdown_background), 3%);
    border-bottom: 1px solid var(--dropdown_border);
}

.site-nav-mobile .nav-title-mobile .icon-dropdown {
    color: var(--color_heading_text);
}

.site-nav-mobile .site-nav-dropdown {
    background-color: var(--dropdown_background);
}

.site-nav-mobile .site-nav-dropdown .dropdown-megamenu-center--item--productList {
    padding: 20px 20px 10px;
}

.site-nav-mobile .site-nav-dropdown .dropdown-megamenu-center--item--productList .dropdown-megamenu--carousel {
    margin-bottom: 8px;
}

.site-nav-mobile .site-nav-dropdown .dropdown-megamenu-center--item--productList .dropdown-megamenu--carousel .slick-dots {
    margin-top: 15;
}

.site-nav-mobile .site-nav-dropdown .dropdown-megamenu-center--item--productList .product-card__content {
    text-align: left;
}

.site-nav-mobile .site-nav-dropdown .dropdown-megamenu-center--item--productList .product-card__title {
    margin-top: -7px;
}

.site-nav-mobile .site-nav-dropdown .dropdown-megamenu-center--item--productList .product-card__variant {
    margin-bottom: 12px;
}

.site-nav-mobile .site-nav-dropdown .dropdown-megamenu-center--item--productList .product-card__button {
    margin-top: 0;
    margin-left: 20px;
}

.site-nav-mobile .site-nav-dropdown .dropdown-megamenu-center--item--productList .product-card__btn {
    min-height: auto;
    padding: 0;
}

.site-nav-mobile .nav-title-mobile .icon-dropdown {
    left: 0;
    right: auto;
}

.site-nav-mobile .dropdown-megamenu.style_2 .dropdown-megamenu-center--item--collectionList {
    padding: 20px 20px 5px 20px;
}

.site-nav-mobile .hover-images:before,
.site-nav-mobile .hover-images:after,
.site-nav-mobile .dropdown-megamenu.style_4 .slick-arrow {
    display: none !important;
}


.site-nav-mobile .dropdown-megamenu.style_2 .megamenu-center--right .megamenu-center--right_item {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-nav-mobile .dropdown-megamenu.style_2 .megamenu-center--right .megamenu-center--right_item a {
    width: 47%;
    margin-right: 0px;
    margin-bottom: 15px;
}

.site-nav-mobile .dropdown-megamenu--carousel.has-row .slick-dots {
    padding-left: 106px;
    margin-top: 0px;
}

.site-nav-mobile .dropdown-megamenu.style_2 .dropdown-megamenu-right--item {
    display: flex;
    padding: 0 10px;
    padding-bottom: 20px;
}

.site-nav-mobile .dropdown-megamenu.style_2 .dropdown-megamenu-right--item .link {
    width: 50%;
    padding: 0 10px;
}

.site-nav-mobile .dropdown-megamenu .product-card__vendor {
    text-align: left;
}

.site-nav-mobile .dropdown-megamenu.style_4 .dropdown-megamenu--carousel .product-card__btn span {
    background-image: none;
}

.site-nav-mobile .dropdown-megamenu.style_4 .dropdown-megamenu-right--item {
    display: flex;
    padding: 0px;
    margin: 15px 0px 25px;
}

.site-nav-mobile .dropdown-megamenu.style_4 .dropdown-megamenu-right--item a {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 0;
}

.site-nav-mobile .is-hidden {
    display: none !important;
}

.site-nav-mobile .menu-lv-1.is-open,
.site-nav-mobile .menu-lv-2.is-open,
.site-nav-mobile .menu-lv-3.is-open {
    border: none;
}

.site-nav-mobile .dropdown-megamenu h3.title {
    color: var(--color_menu_mb);
}

.site-nav-mobile .style_1 .dropdown-megamenu-left--item:last-child {
    padding: 12px 20px 10px;
}

.site-nav-mobile .style_1 .dropdown-megamenu-left--item--productList {
    margin-bottom: 30px;
}

.site-nav-mobile .style_1 .dropdown-megamenu-right .dropdown-megamenu__img,
.site-nav-mobile .style_2 .dropdown-megamenu-right .dropdown-megamenu__img,
.site-nav-mobile .style_3 .dropdown-megamenu-right .dropdown-megamenu__img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.site-nav-mobile .dropdown-megamenu__img--column {
    display: block;
    white-space: normal;
}

.site-nav-mobile .dropdown-megamenu__img--column>li {
    width: 100%;
    display: block;
}

.site-nav-mobile .lang-menu,
.site-nav-mobile .currency-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    top: auto !important;
    display: block;
    float: none;
    border: none;
    border-radius: 0;
    line-height: 22px;
    position: relative !important;
    color: var(--dropdown_text);
    font-weight: var(--font_weight_header);
    font-size: 0;
    font-family: var(--font_stack_header);
    border-top: 1px solid var(--dropdown_border);
    transform: none !important;
}

.site-nav-mobile .lang-menu .dropdown-divider,
.site-nav-mobile .currency-menu .dropdown-divider {
    margin: 0;
    border-color: var(--dropdown_border);
}

.site-nav-mobile .lang-menu .icon-arrow,
.site-nav-mobile .currency-menu .icon-arrow {
    display: none;
}

.site-nav-mobile .lang-menu .flag,
.site-nav-mobile .currency-menu .flag {
    font-size: 0;
    margin-right: 7px;
}

.site-nav-mobile .lang-menu .dropdown-item,
.site-nav-mobile .currency-menu .dropdown-item {
    width: 50%;
    padding: 12px 20px 10px;
    font-size: 0;
    color: var(--dropdown_text);
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
}

.site-nav-mobile .lang-menu .dropdown-item span,
.site-nav-mobile .currency-menu .dropdown-item span {
    display: inline-block;
    vertical-align: top;
    font-size: var(--font_size_header);
}

.site-nav-mobile .lang-menu .dropdown-item .icon,
.site-nav-mobile .currency-menu .dropdown-item .icon {
    margin-right: 7px;
}

.site-nav-mobile .lang-menu .dropdown-item.dropdown-item--full,
.site-nav-mobile .currency-menu .dropdown-item.dropdown-item--full {
    width: 100%;
    pointer-events: none;
    padding: 12px 20px 10px;
    background-color: #f3f3f3;
    font-weight: var(--font_weight_header);
    font-size: var(--font_size_header);
    font-family: var(--font_stack_header);
    text-transform: capitalize;
}

.site-nav-mobile .lang-menu .dropdown-item.active,
.site-nav-mobile .lang-menu .dropdown-item:active,
.site-nav-mobile .currency-menu .dropdown-item.active,
.site-nav-mobile .currency-menu .dropdown-item:active {
    color: var(--dropdown_text);
    background-color: var(--dropdown_background);
}

.site-nav-mobile .lang-menu .dropdown-item.active .text,
.site-nav-mobile .lang-menu .dropdown-item:active .text,
.site-nav-mobile .currency-menu .dropdown-item.active .text,
.site-nav-mobile .currency-menu .dropdown-item:active .text {
    text-decoration: underline;
    text-underline-position: under;
}


/**
     *
     * Search form
     *
     */

.search-bar {
    height: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: var(--color_search_bar);
    background-color: transparent;
}

.search-bar input {
    border: none;
    padding: 0;
    height: 46px;
    border-radius: 0;
    width: calc(100% - 200px);
    color: var(--color_search_bar);
    padding-left: 20px;
    background: var(--back_search_bar);
}

.search-bar select {
    width: 100%;
    height: 46px;
    border: none;
    color: var(--color_search_type) ;
    position: relative;
    z-index: 2;
    background: transparent;
}


.search-form .form_search_type {
    width: 100%;
    max-width: 145px;

    background: var(--back_search_type_bar);
    border-radius: 3px 0px 0px 3px;
}

.search-form .form_search_type {
    position: relative;
    display: inline-block;
}

@-moz-document url-prefix() {
    .search-form .form_search_type {
        top: 0px;
    }
}

.search-form .form_search_type .icon-dropdown {
    width: 46px;
    height: 45px;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    right: 1px;
    background-color: translate;
    top: 1px;
    z-index: 0;
    text-align: center;
    color: #6d6d6d;
    font-weight: 700;
}

.search-form__trending-title,
.search-form__product-title,
.search-form__list-tags {
    text-align: left !important;
}


.search-form .form_search_type .icon-dropdown svg {
    width: 10px;
    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%);
}


.search-bar input::-webkit-input-placeholder {
    color: lighten(var(--color_search_bar), 0);
    text-transform: initial;
}

.search-bar input::-moz-placeholder {
    color: lighten(var(--color_search_bar), 0);
    text-transform: initial;
}

.search-bar input:-ms-input-placeholder {
    color: lighten(var(--color_search_bar), 0);
    text-transform: initial;
}

.search-bar input::-ms-input-placeholder {
    color: lighten(var(--color_search_bar), 0);
    text-transform: initial;
}

.search-bar button {
    border: none;
    padding: 0px 8px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: var(--back_search_button);
    color: var(--color_search_bottom);
    box-shadow: none;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.search-bar button .icon {
    width: 21px;
    height: 21px;
}


.search-form {
    position: relative;
}

.search-form--close {
    position: absolute;
    right: 10%;
    top: 18%;
    display: block;
    z-index: 5;
    cursor: pointer;
    pointer-events: auto;
    font-size: 50px;
    line-height: 30px;
    display: none;
    color: var(--color_search_bar);
}

.search-form__results {
    display: none;
    right: 0;
    z-index: 5;
    left: 0;
    top: calc(100% + 15px);
    width: 100%;
    line-height: 22px;
    white-space: normal;
    padding: 25px;
    position: absolute;
    color: var(--color_body_text);
    background-color: var(--color_body);
    font-size: var(--font_size_base);
    font-family: var(--font_stack_body);
    font-weight: var(--font_weight_body);
    border-radius: 3px;
}

.search-form__tag-item .highlight:hover {
    background: #dddd;
    color: #000;
}

.search-form__no-product {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.search-form__results.is-open {
    display: block;
}

.search-form__results-wrapper {
    max-height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: auto;
}

.search-form__results-wrapper::-webkit-scrollbar-track {
    background-color: #fafafa;
}

.search-form__results-wrapper::-webkit-scrollbar {
    width: 0;
    background-color: #fafafa;
}

.search-form__results-wrapper::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
}

.search-form__trending-title,
.search-form__product-title {
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-transform: uppercase;
    font-family: var(--font_stack_header);
    font-weight: bold;
}

.search-form__tag-item {
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.search-form__tag-item .highlight {
    display: block;
    color: #969696;
    background-color: #fafafa;
    padding: 6px 12px 8px;
    cursor: pointer;
    pointer-events: auto;
    border-radius: 3px;
}

.search-form__tag-item .highlight .icon {
    pointer-events: none;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    margin-top: -2px;
}

.search-form__products .halo-row {
    padding-bottom: 40px;
}

.search-form__product .product-card {
    width: 180px;
}

/**
     *
     * login form
     *
     */


.login-form {
    width: 100%;
    z-index: 5;
    padding: 0;
    line-height: 22px;
    text-align: left;
    white-space: normal;
    color: var(--color_body_text);
    background-color: var(--color_body);
    font-size: var(--font_size_base);
    font-family: var(--font_stack_body);
    font-weight: var(--font_weight_body);
}

.login-form__header {
    color: var(--color_body_text);
    position: relative;
    background-color: #f3f3f3;
    padding: 16px 20px 14px 20px;
}

.login-form__header .title {
    color: inherit;
    line-height: 1;
    margin-bottom: 0;
}

.login-form__close {
    top: 50%;
    opacity: 1;
    right: 20px;
    color: var(--color_body_text);
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
    position: absolute;
    transform: translateY(-50%);
}


.login-form__close:hover {
    color: var(--color_body_url_hover);
}

.login-form__close svg {
    width: 12px;
    height: 12px;
}

.login-form__close[data-close-login-form-pc] {
    display: none;
}

.login-form__close[data-close-login-form] {
    display: block;
}

.login-form__content {
    padding: 20px;
}

.login-form__content .login-form__form .form-field:first-child {
    margin-bottom: 20px;
}

.login-form__content .btn {
    display: block;
    width: 100%;
    border-radius: 3px;
    font-weight: bold;
}

.login-form__content .forgot-password {
    margin: 10px 0 17px;
    color: #274b4f;
    font-style: italic;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.login-form__content .forgot-password:before {
    content: "";
    width: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    background-color: #274b4f;
    transition: all 0.3s ease;
}

.login-form__content .forgot-password:hover {
    color: #274b4f;
}

.login-form__content .forgot-password:hover:before {
    width: 100%;
}

/**
     *
     * Cart quickview
     *
     */

.bg-danger {
    background-color: #ffcb46 !important;
    font-size: 14px;
}


.cart__progress_bar {
    display: block;
    margin-bottom: 18px;
}

.cart__progress_bar .progress {
    border-radius: 0;
}

.progress_bar_shipping {
    margin-bottom: 8px;
}

.progress-bar{
    color: #fff;
    font-size: 12px;
}

.progress_bar_shipping.success+.progress_bar_shipping_message {
    color: #009e55;
    text-align: left !important;
}

.cart-quickview_header {
    position: relative;
    padding: 16px 20px 14px 20px;
}

.cart-quickview_header--no-item {
    background-color: #f3f3f3;
}

.cart-quickview_header--pc .bg {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;
    padding: 8px 0;
    height: 40px;
}

.cart-quickview_header--pc .title-header {
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    color: #274b4f;
}

.cart-quickview_header--pc .count {
    font-size: 14px;
    font-style: italic;
    color: #5a5a5a;
}

.cart__removed-product {
    color: #969696;
    font-size: 14px;
    font-style: italic;
    text-align: left;
}

.cart-quickview_header--no-item~.cart-quickview_content,
.cart-quickview_header--no-item~.cart-quickview__progress_bar:not(.hide) {
    margin-top: 30px;
}

.cart-quickview_header .title {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.cart-quickview_header .item {
    display: none;
}

.cart-quickview_content .product-details__edit {
    margin-left: 8px;
}

.cart-quickview__progress_bar .progress_bar_shipping .percent {
    display: none;
}

.progress {
    background: #ededed !important;
}

.progress_bar_shipping_message {
    color: #969696;
    font-size: 14px;
    font-style: italic;
    text-align: left;
}

.cart-quickview__progress_bar .success+.progress_bar_shipping_message {
    text-align: center;
}

.cart-quickview__close {
    top: 50%;
    right: 20px;
    color: #787878;
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
    position: absolute;
    transform: translateY(-50%);
}

.cart-quickview__close:hover {
    color: var(--color_body_url_hover);
}

.cart-quickview_content {
    padding: 0 20px 20px 20px;
    overflow: auto;
    max-height: calc(100vh - 150px);
    position: absolute;
    top: calc(100% + 17px);
    right: 0px;
    width: 100vw;
    max-width: 370px;
    z-index: 999;
    display: none;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.navUser-action.is-open:before {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #fff 10px;
    top: calc(100% + 19px);
    right: 12px;
    content: " ";
    height: 0;
    position: absolute;
    opacity: 1;
    z-index: 99999;
}

.header-middle__item--account .navUser-action.is-open:before {
    top: calc(100% + 7px);
    right: 6px;
}

.cart-quickview_content .no-items {
    padding: 35px 0px 25px;
}

.cart-quickview_content .product__terms-conditions a,
.cart-quickview_content .product__terms-conditions .title {
    font-size: 14px;
}


.cart-quickview_content::-webkit-scrollbar-track {
    background-color: #fafafa;
}

.cart-quickview_content::-webkit-scrollbar {
    width: 0;
    background-color: #fafafa;
}

.cart-quickview_content::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
}

.cart-quickview_content .no-items .cart_empty {
    margin-bottom: 30px;
    font-style: italic;
}

.cart-quickview_content .no-items .btn {
    width: 100%;
}


.cart-quickview__table {
    width: 100%;
    display: block;
    font-size: var(--font_size_base);
}

.cart-quickview__table tr {
    border-bottom: 1px solid #e2e2e7;
}

.cart-quickview__table tr:first-child {
    border-top: 1px solid #e2e2e7;
}

.cart-quickview__table table {
    margin-bottom: 14px;
}

.cart-quickview__table td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
}

.cart-quickview__table .cart__product-information {
    font-size: 0;
    display: block;
    max-width: 410px;
}

.cart-quickview__table .cart__image-wrapper {
    padding: 0;
    width: 80px;
    vertical-align: top;
    display: inline-block;
    font-size: var(--font_size_base);
}

.cart-quickview__table .cart__content-wrapper {
    position: relative;
    vertical-align: top;
    display: inline-block;
    padding: 0 25px 0 15px;
    width: calc(100% - 80px);
    font-size: var(--font_size_base);
}

.cart-quickview__table .list-view-item__title {
    display: block;
    line-height: 22px;
}

.cart-quickview__table .product-details-wrapper .product-details {
    font-size: 14px;
    color: #969696;
    text-transform: capitalize;
}

.cart-quickview__table .product-details-price {
    color: #5a5a5a;
    margin-top: 0px;
}

.cart-quickview__table .list-view-item__title .cart__product-title {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 1px;
}

.cart-quickview__table .product-details-price {
    margin-top: 5px;
}

.cart-quickview__table .cart__qty {
    margin-top: 5px;
    padding-top: 0;
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.cart-quickview__table .cart__qty-label2 {
    font-size: 14px;
    font-style: italic;
    margin: 0px 10px 6px 0px;
}

.cart-quickview__table .cart__qty-input {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.cart-quickview__table .cart__remove {
    position: absolute;
    bottom: 6px;
    right: 0px;
    margin: 0px;
}

.cart__product-information .cart__remove .icon-close {
    width: 10px;
    height: 10px;
    margin: -2px 5px 0 0;
    transition: unset;
    color: #787878;
}

.cart-quickview__table .cart__remove a {
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    line-height: 20px;
    position: relative;
    top: 1px;
}

.cart-quickview__table .cart__remove:hover a span,
.cart-quickview__table .cart__remove:hover svg {
    color: #ce2b1e;
}

.cart-quickview__table .cart__remove:hover a span {
    border-bottom: 1px solid #dd6a61;
}

.cart-quickview__table .cart__qty-input {
    text-align: left;
    width: 100%;
    max-width: 100px;
    padding: 5px 10px;
    border: 1px solid #c5c5cf;
    font-weight: 400;
    font-size: 16px;
    min-height: unset;
    height: 36px;
}

.cart-total {
    padding-top: 25px;
    margin-bottom: 19px;
    border-top: 1px solid #c5c5cf;
}

.cart-subtotal,
.cart-total {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cart-subtotal__title,
.cart-total__title {
    font-size: var(--font_size_base);
    font-weight: bold;
    padding-right: 15px;
    text-transform: capitalize;
    font-family: var(--font_stack_body);
}

.filters-toolbar__input-list.text div:hover {
    color: var(--color_body_url_hover);
}

.cart__footer .box-title .title,
.cart__footer .box-title-2 .title,
.collection-sortBy__item .filters-toolbar__input-list.text > div,
.tab-horizontal .tab a,
.tab-content .toggle-title {
    font-family: var(--font_stack_body);
}

.cart-subtotal__price,
.cart-total__price {
    font-size: var(--font_size_plus4);
    font-weight: 700;
    color: var(--color_body_text);
}

.cart-total__price {
    font-size: 20px;
}

.cart-quickview__footer .cart-subtotal {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.cart-quickview__footer .cart-subtotal__price {
    font-size: var(--font_size_base);
    font-weight: bold;
    color: #5a5a5a;
}

.cart-quickview__footer .cart-shipping .cart-subtotal__shipping {
    font-size: 14px;
    color: #969696;
    font-style: italic;
}

.cart-quickview__footer .cart-subtotal .cart-subtotal__title {
    vertical-align: top;
    text-align: left;
    color: #274b4f;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0;
}

.cart-quickview__footer .cart__buttons-container {
    display: block;
    margin-top: 18px;
}


.cart-quickview__footer .cart__submit-controls {
    font-size: 0;
}

.cart-quickview__footer .product__terms-conditions {
    line-height: 1;
}

.cart-quickview__footer .cart__submit-controls .cart__submit {
    margin-left: 0;
    margin-right: 7px;
}

.product__terms-conditions {
    display: flex !important;
}

.cart-quickview_content .product__terms-conditions {
    margin-top: 11px
}

.product__terms-conditions a span {
    border-bottom: 1px solid #678183;
}

.product__terms-conditions a {
    line-height: normal;
    padding-top: 1px;
    padding-left: 3px;
    color: #274b4f;
}


.cart-quickview_product {
    display: block;
    padding-bottom: 30px;
}

.cart-quickview_product--header {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.cart-quickview_product--title {
    margin: 0;
    z-index: 2;
    font-size: 20px;
    line-height: var(--font_line_height);
    padding: 0 25px;
    vertical-align: top;
    display: inline-block;
    background-color: #ffffff;
}

.cart-quickview_product--title:before {
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    background-color: var(--color_border);
}

.cart-quickview_product .slick-arrow {
    top: auto;
    bottom: -34px;
    width: 30px;
    height: 30px;
    transform: none;
}

.cart-quickview_product .slick-prev {
    left: 15px;
}

.cart-quickview_product .slick-next {
    right: 15px;
}

.cart-quickview_product .slick-slider .halo-column__item {
    margin-bottom: 20px;
}

/**
     *
     * announcement bar
     *
     */

.announcement-bar {
    z-index: 20;
    position: relative;
    color: var(--color_announcement_bar);
    background-color: var(--color_bg_announcement_bar);
}

.announcement-bar .rte {
    position: relative;
}

.announcement-bar .rte .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: 0;
    color: var(--color_close_announcement_bar);
}

.announcement-bar .rte .close:hover,
.announcement-bar__message .red_more:hover {
    color: var(--color_btn_primary_bg);
}

.announcement-bar__message .bar__message_mb {
    display: none;
}

.nav-action .icon-dropdown.mb {
    display: none !important;
}

.popup-sidebar--left .nav-action .dk {
    display: none;
}

.popup-sidebar--left .nav-action .mb {
    display: block !important;
    color: var(--color_menu_mb);
}

.announcement-bar__message .red_more {
    color: var(--color_link_announcement_bar);
}

.announcement-bar__message {
    max-width: 100%;
    padding: 13px 0 12px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: var(--font_size_minus2);
    color: var(--color_announcement_bar);
}

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

.announcement-bar__message strong {
    font-weight: 500;
}

.open_menu_pc .announcement-bar {
    z-index: 99;
}

/**
     *
     * Header mobile
     *
     */

.header-mobile {
    height: 50px;
    padding: 0px 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: var(--color_text_header);
    background-color: var(--color_bg_header);
}

.header-mobile__item {
    display: inline-block;
    vertical-align: middle;
    min-width: 85px;
    width: 15%;
}

.header-mobile__item.text-center {
    width: 70%;
}

.item__mobile--logo {
    width: 100%;
}

.item__mobile--cart {
    padding-right: 10px;
}

.header-mobile__item .item__mobile {
    display: inline-block;
    vertical-align: middle;
}

.header-mobile__item .item__mobile+.item__mobile {
    margin-left: 15px;
}

.header-mobile__item .site-header__logo-image {
    width: 100% !important;
}

.header-mobile__item .site-header__logo-image img {
    max-height: 50px;
}

.mobileMenu-toggle {
    width: 30px;
    height: 30px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    outline: none;
    box-shadow: none;
    display: block;
}

.mobileMenu-toggle__Icon,
.mobileMenu-toggle__Icon::before,
.mobileMenu-toggle__Icon::after {
    background-color: var(--color_text_header);
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
}

.mobileMenu-toggle__Icon {
    top: 50%;
    width: calc(100%);
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms;
}

.mobileMenu-toggle__Icon::before {
    top: -10px;
}

.mobileMenu-toggle__Icon::after {
    bottom: -10px;
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon {
    background-color: transparent;
    transition-delay: 100ms;
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::before,
.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::after {
    bottom: auto;
    top: auto;
    transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in;
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::before {
    top: 0;
    transform: rotate(45deg);
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.navUser-action[data-search-popup] .icon-close {
    width: 20px;
    height: 20px;
    display: none;
}

.navUser-action[data-search-popup]+.search-form-wrapper {
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    position: absolute;
    transition: all 0.3s ease;

    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.popup-sidebar {
    top: 0;
    bottom: 0;
    padding: 0;

    height: 100vh;
    z-index: 102;
    position: fixed;
    max-width: 400px;
    width: calc(100% - 45px);
    transition: all .5s ease, z-index 0s ease;
    box-shadow: rgba(50, 50, 50, 0.2) 0 0 2px 0;
    color: var(--color_body_text);
    background-color: var(--color_body);
    font-size: var(--font_size_base);
    font-family: var(--font_stack_body);
    font-weight: var(--font_weight_body);
}

#before-you-leave.popup-sidebar {
    max-width: 470px;
}

.popup-sidebar--left {
    left: -101%;
}

.popup-sidebar--right {
    right: -101%;
}

.open_menu #navigation-mobile.popup-sidebar--left,
.open_cart #cart-mobile.popup-sidebar--left,
.open_account #login-form-mobile.popup-sidebar--left,
.open_beforeYouLeave #before-you-leave.popup-sidebar--left,
.open_search #search-form-mobile.popup-sidebar--left {
    left: 0;
}

.open_menu #navigation-mobile.popup-sidebar--right,
.open_cart #cart-mobile.popup-sidebar--right,
.open_account #login-form-mobile.popup-sidebar--right,
.open_beforeYouLeave #before-you-leave.popup-sidebar--right {
    right: 0;
}

#login-form-mobile .login-form {
    display: block !important;
}

.open_search,
.open_menu {
    overflow: hidden;
}

.open_sidebar .overlay_background,
.open_menu .overlay_background,
.open_cart .overlay_background,
.open_account .overlay_background,
.open_beforeYouLeave .overlay_background,
.popup_productQuickview .overlay_background,
.cart-active .overlay_background,
.open_search .overlay_background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible;
}

.overlay_background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: "";
    z-index: 101;
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    transition: opacity .5s ease;
    background-color: rgba(59, 59, 59, 0.7);
}

.open_beforeYouLeave.open_search #before-you-leave {
    z-index: 18;
}

.open_beforeYouLeave.open_search .overlay_background {
    z-index: 17;
}

.open_menu_pc:not(.open_menu) .overlay_background {
    opacity: 1;
    visibility: visible;
    z-index: 80;
}


/*=====  End of Header Section  ======*/


/*======================================
=            Footer Section            =
======================================*/

/**
     *
     * footer top
     *
     */

.site-footer__top {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--color_footer_top);
    background-color: var(--color_bg_footer_top);
}

.site-footer__top .footer-owner .title {
    font-size: var(--font_size_plus12);
    padding: 43px 0px 0px;
}

.site-footer__top h2,
.site-footer__top span,
.site-footer__top p {
    color: inherit;
    font-size: inherit;
}

.site-footer__top .des_contact {
    margin-bottom: 20px;
}

/**
     *
     * footer middle
     *
     */

.site-footer__middle {
    padding: 30px 0 35px;
    color: var(--color_footer_middle);
    background-color: var(--color_bg_footer_middle);
}

.site-footer__middle p,
.site-footer__middle span {
    color: var(--color_footer_middle);
}

.footer-logo {
    display: block;
}

.footer-logo__item {
    display: block;
    margin-bottom: 10px;
}

.footer-logo__item a {
    display: inline-block;
    vertical-align: top;
}

.footer-logo__item a>img {
    width: 100%;
    display: block;
}

.footer-logo__item p a {
    color: var(--color_title_footer_middle);
    text-decoration: underline;
    text-underline-position: under;
}

.footer-logo .social-icons {
    margin-top: 20px;
    margin-left: -7px;
}

.footer-logo .social-icons .icon {
    width: 30px;
    height: 30px;
    padding: 7px;
    font-size: 16px;
}

.footer-row {
    font-size: 0;
    margin: 0 -8px;
    display: block;
}

.footer-row__item {
    padding: 0 8px;
    display: block;
    margin-bottom: 20px;
    font-size: var(--font_size_base);
}

.footer-heading {
    font-size: var(--font_size_plus4);
    font-weight: normal;
    margin: 0 0 27px 0;
    pointer-events: auto;
    text-transform: capitalize;
    color: var(--color_title_footer_middle);
}

.footer-info_store .footer-list li div {
    display: inline-block;
    vertical-align: top;
}

.footer-info_store .footer-list .info_text {
    margin-top: -3px;
}

.footer-info_store .footer-list .icon {
    margin-right: 13px;
}

.footer-info_store .footer-list .icon svg {
    width: 23px;
    height: 23px;
}

.footer-row__item--mobile.footer-info_store .footer-heading {
    margin-bottom: 31px;
}

.footer-row__item--mobile.footer-info_store .item {
    margin-bottom: 10px;
    display: flex;
}

.footer-row__item--mobile.footer-info_store .item.last {
    margin-top: 12px;
}

.footer-description {
    color: var(--color_footer_middle);
}


.site-footer__middle .social-icons .social-icon {
    border: 1px solid var(--color_title_footer_middle);
    margin: 0px 6px;
    border-radius: 50%;
    background: var(--color_title_footer_middle);
    margin-bottom: 10px;
}

.site-footer__middle .social-icons .icon {
    fill: var(--color_bg_footer_middle);
    color: var(--color_bg_footer_middle);
}

.site-footer__middle .social-icons .social-icon:hover {
    border: 1px solid var(--color_title_footer_middle);
    margin: 0px 6px;
    border-radius: 50%;
    background: transparent;
}

.site-footer__middle .social-icons .social-icon:hover .icon {
    fill: var(--color_title_footer_middle);
}

.footer-row__item--mobile .footer-heading {
    border-bottom: 1px solid var(--color_footer_middle);
}

.footer-row__item--mobile .footer-heading:before,
.footer-row__item--mobile .footer-heading:after {
    background-color: var(--color_title_footer_middle);
}

.footer-list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 20px;
}

.footer-list li {
    display: block;
    margin-bottom: 7px;
}

.footer-list li.last {
    margin-bottom: 0;
}

.footer-list a {
    color: var(--color_footer_middle);
    text-transform: capitalize;
}

.footer-list a:hover {
    color: var(--color_footer_middle_focus);
}

.footer-list a .text:before {
    background-color: var(--color_footer_middle_focus);
}

.footer-newsletter {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 770px;
}

.footer-newsletter .footer-heading {
    margin: 0 0 20px 0;
}

.footer-newsletter .input-group__field {
    flex-basis: 12rem;
    background-color: var(--color_footer_middle);
    border-color: var(--color_footer_middle);
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.footer-newsletter .input-group__btn {
    min-width: 120px;
}

.footer-newsletter .input-group__btn .btn {
    padding: 0 25px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

/**
     *
     * footer bottom
     *
     */

.site-footer__bottom {
    padding: 20px 0 5px;
    color: var(--color_footer_bottom);
    background-color: var(--color_bg_footer_bottom);
    border-top: 1px solid var(--color_br_footer_bottom);
}

.site-footer__bottom .container {
    display: block;
}

.site-footer__bottom__item {
    text-align: center;
    margin-bottom: 15px;
}

.footer-copyright,
.footer-copyright * {
    color: inherit;
}

.footer-copyright a {
    text-decoration: underline;
    text-underline-position: under;
}

.payment-methods {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
    display: block;
    list-style: none;
}

.payment-methods--item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.payment-methods--item+.payment-methods--item {
    margin-left: 10px;
}

.payment-methods--item svg,
.payment-methods--item .icon {
    width: 40px;
    height: 30px;
    border-radius: 5px;
}

/*=====  End of Footer Section  ======*/
/*====================================
=            Search Popup            =
====================================*/
#search-form-mobile .search-form-wrapper {
    padding: 30px 15px;
}

#search-form-mobile .search-form .input-group {
    display: block;
}

#search-form-mobile .search-form .input-group .form_search_type {
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--color_border);
    border-radius: 3px;
    margin-bottom: 15px;
    background: transparent;
}

#search-form-mobile .search-form__results {
    display: block;
    padding: 30px 0px;
    position: relative;
    top: 70px;
    margin-bottom: 35px
}

#search-form-mobile .search-form__results .search-form__results-wrapper {
    height: 100vh;
    overflow-y: auto;
}

#search-form-mobile .search-form .search-bar input {
    width: calc(100% - 50px);
}

#search-form-mobile .search-form .search-bar input {
    border: 1px solid var(--color_border);
}

#search-form-mobile .search-form .search-bar button,
#search-form-mobile .search-form .search-bar input {
    border-radius: 3px;
}


/*=====  End of Search Popup  ======*/

/*====================================
=            cart sidebar            =
====================================*/
.sidebar-cart {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    background: rgb(255, 255, 255);
    transition: transform 0.25s ease 0s;
    width: 400px;
    right: 0px;
    transform: translate3d(450px, 0px, 0px);
    max-width: calc(100% - 40px);
}

.sidebar-cart.active {
    display: block;
    overflow-y: scroll;
    transform: translate3d(0px, 0px, 0px);
}

.sidebar-cart>.sidebar-cart-inner {
    min-height: 0px;
    margin-bottom: 0px;
}

.sidebar-cart .cart-header,
#cart-mobile .cart-header,
#login-form-mobile .cart-header,
#search-form-mobile .cart-header,
.page-sidebar .cart-header{
    background-color: #fafafa;
    padding: 8px 16px 10px;
    text-align: right;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    overflow: hidden
}

.sidebar-cart .cart-header a,
#cart-mobile .cart-header a,
#login-form-mobile .cart-header a,
#search-form-mobile .cart-header a,
.page-sidebar .page-sidebar__close a{
    color: #969696;
    font-weight: normal;
    font-style: italic;
    font-family: var(--font_stack_body);
}

.popup-sidebar.flex .cart-header{
    display: flex;
    justify-content: space-between;
    align-items: center
}

.popup-sidebar.flex .cart-header h2,
.page-sidebar .cart-header h2{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 0px;
    font-family: var(--font_stack_body);
    font-weight: bold;
}

.sidebar-cart .cart-quickview_header--pc {
    margin: 15px 0px 25px;
}

.sidebar-cart .cart-quickview_content {
    max-width: 100%;
    box-shadow: none;
}

#sidebar-cart .cart-quickview_content {
    position: static;
    display: block !important;
    border: 0;
    width: 100%;
}


/*=====  End of cart sidebar  ======*/



/*======================================
=            Sidebar Widget            =
======================================*/

/**
     *
     * search
     *
     */

.sidebarBlock {
    margin-bottom: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c5c5cf;
}

.sidebarBlock.widget-recent-post {
    padding-bottom: 25px;
}

.sidebarBlock:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebarBlock.image {
    padding: 2px 0px 35px;
}

.sidebarBlock.content p:first-child {
    margin-bottom: 28px;
    padding-top: 1px;
}

.sidebarBlock.show_clear .sidebarBlock__heading .clear {
    display: block;
}

.refined-widgets .sidebarBlock__heading {
    font-size: 16px;
    margin-bottom: 25px;
}

.categories-list .sidebarBlock__heading {
    margin: 0 0 15px 0;
}

.categories-list {
    padding-bottom: 23px;
}

.filter-color .sidebarBlock__heading {
    margin: 0 0 27px 0;
}

.filter-color {
    padding-bottom: 15px;
}

.sidebarBlock__heading {
    margin: 0 0 17px 0;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    font-family: var(--font_stack_heading);
    font-weight: var(--font_weight_heading);
    cursor: pointer;
}

.sidebarBlock .product-card__content,
.sidebarBlock .product-card__vendor {
    text-align: left;
}

.sidebarBlock .product-card__content .product-card__reviews {
    display: none;
}

.sidebarBlock__heading .clear {
    float: right;
    font-weight: 400;
    color: #787878;
    font-size: 14px;
    font-style: italic;
    text-transform: capitalize;
    font-family: var(--font_stack_body);
}

.sidebarBlock__heading .clear:hover {
    text-decoration: underline;
    text-underline-position: under;
    color: #274b4f;
}
.price-slider {
  margin: auto;
  text-align: center;
  position: relative;
  padding-top: 7px;
}
.price-slider input[type=range] {
  position: absolute;
  left: 0;
  top: 70px;
  width:100%;
  padding: 0px;
  border:none;
  background: transparent;
  height: 0px;
}
.filter-price{
	padding-bottom:60px;
}
.halo-column.loading{
    opacity: .5;
}
.infinite-scrolling-filter-list a{
    padding:5px 0px 5px;
    font-style: italic;
    font-size: 14px;
}
.infinite-scrolling-filter-list span{
    border-bottom: 1px solid;
}
.price-slider input[type=number] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1.6em;
  -moz-appearance: textfield;
}
.price-slider .box-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-slider .slide_price--bottom{
	position:relative;
}
.price-slider .slide_price--bottom{
    margin: 15px 0px;
}
.price-slider .slide_price--bottom .apply__button{
    border: 1px solid #ddd;
    width: 100%;
    padding: 4px 0px 6px;
  	display:block;
    background: transparent;
    text-transform:uppercase;
    font-weight: 600;
    transition: all .3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
} 
.price-slider .slide_price--bottom .apply__button:hover{
    border-color: #5a5a5a;
  	color:#5a5a5a;
}
/* .price-slider .box-slide .slide_price--to {
    width: 50px;
} */
.price-slider .box-slide label {
    width: calc(50% - 25px);
    position: relative;
    margin: 0;
}
.price-slider .box-slide label .field__currency {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;	
}
.price-slider .box-slide input {
    width: 100%;
    font-size: var(--font_stack_body);
    text-align: center;
    border-radius: 3px;
    height: 40px;
    padding-left: 20px;
    padding-right: 15px;
}
.price-slider input[type=number]::-webkit-inner-spin-button, 
.price-slider input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number]:invalid,
input[type=number]:out-of-range {
  border: 2px solid #e60023;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #323232;
}
input[type=range]:focus::-ms-fill-lower {
  background: #323232;
}
input[type=range]:focus::-ms-fill-upper {
  background: #323232;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #323232;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #323232;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #323232;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #323232;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #323232;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #323232;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
  background: #323232;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #323232;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #323232;
  cursor: pointer;
}
@-moz-document url-prefix() {
  input[type="range"] {
   pointer-events: none;
  }

  input[type=range]::-moz-range-thumb 
  {
   z-index: 10; 
   pointer-events: all;
  }
}
.widget-form {
    font-size: 0;
    display: flex;
}

.sidebarBlock.search .sidebarBlock__content {
    border: 1px solid #c5c5cf;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 27px;
    margin: 27px 0px 5px;
}

.widget-form__input {
    border: none;
    padding: 0;
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    padding-left: 17px;
}

.widget-form__btn {
    border: none;
    height: 50px;
    width: 50px;
    line-height: 50px;
    vertical-align: top;
    padding: 0px;
    color: var(--color_heading_text);
    background-color: #fafafa;
    border-radius: 0;
    position: relative;
}

.widget-form__btn .icon {
    width: 20px;
    height: 20px;
    color: var(--color_heading_text);
    fill: var(--color_heading_text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.widget-img {
    display: block;
    position: relative;
}

.widget-img img {
    display: inline-block;
    vertical-align: top;
}

.collection-list {
    margin: 0;
    padding: 0;
    display: block;
    background-color: transparent;
}

.product-card__button2 .product-card_wishlist {
    display: none;
}

.list .product-card__button2 .product-card_wishlist {
    display: block;
}

.collection-list__item {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}


.collection-list__item.is-clicked>.collection-list__action--wrapper>.icon-dropdown {
    transform: rotate(90deg);
}

.collection-list__item .icon-dropdown {
    right: 0px;
    width: 22px;
    top: 4px;
    height: 22px;
    padding: 0 6px;
    line-height: 22px;
    position: absolute;
    transition: all 0.3s ease;
}

.collection-list__action--wrapper {
    cursor: pointer;
    margin-bottom: 0;
}

.collection-list__action {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
}

.collection-list__action:before {
    background-color: var(--color_body_text);
}

.collection-list__action--end {
    display: block;
}

.collection-list .collection-list {
    margin: 0;
    display: none;
    list-style: none;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 0px;
}

.collection-list .collection-list .collection-list {
    padding-top: 10px;
    padding-bottom: 0px;
}

.recentposts-list {
    margin: 0 0 10px 0;
}

.recentposts-list>.item {
    padding: 0;
    margin-bottom: 35px;
}

.recentposts-list>.item:first-child {
    margin-top: 32px;
}

.recentposts-list>.item:last-child {
    margin-bottom: 0;
}

.recentpost {
    text-align: left;
    position: relative;
    display: block;
}

.recentpost .title {
    margin: 0;
    font-weight: normal;
    font-size: var(--font_size_base);
    text-transform: capitalize;
    line-height: 26px;
    margin-bottom: 2px;
}

.recentpost .title a {
    color: inherit;
}

.recentpost .date {
    margin: 0 0 5px 0;
    color: #c5c5cf;
    font-size: 14px;
    font-style: italic;
}

.sidebarBlock.widget_products {
    position: relative;
}

.sidebarBlock.widget_products .view_all {
    font-size: 14px;
    font-style: italic;
    position: absolute;
    top: -3px;
    right: 0px;
}

.sidebarBlock.widget_products .sidebarBlock__content {
    padding: 7px 0px 5px;
}

.sidebarBlock .product-card--2 .product-card__image {
    width: 86px;
    padding-top: 8px;
}

.sidebarBlock .product-card--2 .product-card__button {
    margin-top: 0px;
    margin-left: 17px;
}

.sidebarBlock .product-card--2 .product-card__variant {
    margin-bottom: 11px;
}

.sidebarBlock .product-card--2 .product-card__title a {
    font-size: 14px;
    overflow: visible;
    white-space: inherit;
    text-overflow: initial;
    display: block;
    line-height: 24px;
}

.sidebarBlock .product-card--2 .product-card__price .price-item {
    font-size: 14px;
}

.sidebarBlock .product-card--2 .product-card__btn--plus span {
    font-size: 14px;
    color: var(--color_heading_text);
    text-transform: uppercase;
}

.sidebarBlock .product-card--2 .product-card__btn--plus>span:before {
    width: 9px;
    top: 8.5px;
    right: calc(100% + 7px);
}

.sidebarBlock .product-card--2 .product-card__btn--plus>span:after {
    height: 9px;
    right: calc(100% + 11px);
}

.sidebarBlock .product-card--2 .product-card__btn--plus>span:before,
.sidebarBlock .product-card--2 .product-card__btn--plus>span:after {}

.sidebarBlock .product-card--2 .product-card__content {
    width: calc(100% - 106px);
    padding-top: 0;
}

.sidebarBlock .product-card--2 .product-card__vendor {
    display: none;
}

.widget-column {
    display: block;
}

.widget-column__item {
    margin-bottom: 29px;
    display: block;
}

.widget-column__item:last-child {
    margin-bottom: 0;
}

.refined {
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
}

.refined li {
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

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

.refined li a {
    background: #f7f7f7;
    display: inline-block;
    margin-left: 0px;
    color: #787878;
    border: 1px solid #f7f7f7;
    border-radius: 20px;
}

.refined li a:hover {
    border-color: #5a5a5a;
    background: #fff;
    color: #5a5a5a;
}

.refined li a>span {
    font-style: italic;
    color: inherit;
    position: relative;
    top: -2px;
    vertical-align: middle;
    height: 32px;
    padding: 0px 15px;
    font-size: 14px;
    pointer-events: none;
}
.refined li a svg {
    width: 6px;
    height: 6px;
    fill: #787878;
    position: relative;
    right: 9px;
    top: -1px;
}
.refined li a>span.money:first-child{
    padding-right: 3px;
}
.refined li a>span.money:nth-child(2){
    padding-left: 2px;
    padding-right: 4px;
}
.refined li a em{
    pointer-events: none;
    padding-right: 12px;
    position: relative;
    top: -1px;
    font-size: 14px;
}
.filter-text .list-tags {
    margin: 0px;
    display: block;
}

.filter-text .list-tags li {
    margin: 0;
    display: block;
    width: 100%;
}

.filter-text .list-tags label {
    font-weight: 400;
    font-size: var(--font_size_base);
    color: var(--color_body_text);
    line-height: 20px;
    text-transform: capitalize;
}

.filter-text .list-tags li input[type="checkbox"] {
    display: none;
}

.filter-text .list-tags li input[type="checkbox"]+label,
.collection-list__action {
    padding-left: 26px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

.collection-list__action {
    margin-bottom: 7;
}

.filter-text .list-tags li input[type="checkbox"]+label:before,
.collection-list__action:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    border: 1px solid #d8d8d8;
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.collection-list__action:before {
    top: 7px;
}


.filter-text .list-tags li input[type="checkbox"]+label:after,
.collection-list__action:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 3px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
}

.collection-list__action:after {
    top: 10px;
}

.filter-text .list-tags li input[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0) rotate(-45deg);
}

.filter-text .list-tags li input[type="checkbox"]+label:hover:after,
.filter-text .list-tags li input[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
}

.filter-text .list-tags li input[type="checkbox"]:checked+label {
    color: var(--color_heading_text);
}
.filter-text .list-tags li input[type="checkbox"]+label{
	width:100%;
}
.sidebar-filter .sidebar-tags label .count_value{
    float: right;
}
.filter-text .list-tags li input[type="checkbox"]:checked+label:before,
.collection-list__action.active:before {
    background: #2d394a;
    border-color: #2d394a;
}

.collection-list__item.active-item>.collection-list {
    display: block;
}

.collection-list__item.active-item>p>svg {
    transform: rotate(90deg);
}

.collection-list__action.has-subMenu {
    margin-bottom: 0px;
}

.filter-size,
.filter-text {
    padding-bottom: 24px;
}

.filter-text.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;
}

.filter-text .list-tags li {
    margin: 0;
    display: block;
    width: 100%;
}

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

.sidebarBlock__heading svg {
    color: #274b4f;
    fill: #274b4f;
    position: relative;
    top: -2px;
    width: 10px;
    height: 10px;
    margin-right: 9px;
    transition: all 0.5s ease;
}

.sidebarBlock__heading.open svg {
    transform: rotate(180deg);
}


.filter-color .list-tags {
    margin: 0px;
    font-size: 0;
    display: block;
}

.filter-color .list-tags li {
    line-height: 1;
    margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: top;
}

.filter-color .list-tags label {
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
}

.filter-color .list-tags label:before,
.filter-color .list-tags label:after {
    display: none;
}


.filter-color .list-tags label span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    background-position: center;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter-color .list-tags label[for="white"] span {
    border: 1px solid #dadada;
}

.filter-color .list-tags li input[type="checkbox"] {
    display: none;
}

.filter-color .list-tags li input[type="checkbox"]:checked+label {
    border-color: #515151;
}

/*=====  End of Sidebar Widget  ======*/


/*==========================================
=            SlideShow and Hero            =
==========================================*/

[data-section-type="hero"],
[data-section-type="slideshow"] {
    position: relative;
}

.hero,
.slideshow {
    margin-bottom: 0 !important;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}


.slideshow__item {
    white-space: normal;
    position: relative;
    display: inline-block;
    width: 100%;
}

.slideshow .slick-arrow {
    display: none !important;
}

.slideshow .slick-dots {
    bottom: 20px;
}

.slideshow .slick-dots li {
    margin: 0 15px;
}

.slideshow .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    opacity: 1;
    font-size: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eaf0eb !important;
    background-color: transparent !important;
    transition: all 0.3s ease;
}

.slideshow .slick-dots li.slick-active button {
    border: 1px solid #ffffff !important;
    background-color: #ffffff !important;
    width: 10px;
    height: 10px;
}

.slideshow .slick-slide .slideshow__subheading {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown;
}

.slideshow .slick-slide .slideshow__heading {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown;
}

.slideshow .slick-slide .slideshow__countdownWrapper {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown;
}

.slideshow .slick-slide .slideshow__text {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown;
}

.slideshow .slick-slide .slideshow__button {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown;
}

.slideshow .slick-current .slideshow__subheading {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp;
}

.slideshow .slick-current .slideshow__heading {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp;
}

.slideshow .slick-current .slideshow__countdownWrapper,
.slideshow .slick-current .slideshow-nav {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp;
}

.slideshow .slick-current .slideshow__text {
    visibility: visible;
    animation-delay: 300ms;
    animation-name: fadeInUp;
}

.slideshow .slick-current .slideshow__button {
    visibility: visible;
    animation-delay: 500ms;
    animation-name: fadeInUp;
}

.slideshow.slick-dotted {
    margin-bottom: 0;
}

.hero--small .hero__image,
.slideshow--small .slideshow__image {
    height: 240px;

    &.slide-image-height-auto {
        height: auto !important;
    }
}

.hero--medium .hero__image,
.slideshow--medium .slideshow__image {
    height: 260px;

    &.slide-image-height-auto {
        height: auto !important;
    }
}

.hero--large .hero__image,
.slideshow--large .slideshow__image {
    height: 280px;

    &.slide-image-height-auto {
        height: auto !important;
    }
}

.hero .hero__image--mobile,
.slideshow .slideshow__image--mobile {
    height: auto;
}

.hero__image,
.slideshow__image {
    overflow: hidden;
    position: relative;

    &.slide-image-height-auto {
        height: auto !important;
    }
}

.slideshow__image>a,
.hero__image>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
}

.hero__image--background:not(.image-height-auto),
.slideshow__image--background:not(.image-height-auto) {
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    position: absolute;
/*     transform: translate(-50%, -50%); */
}

.hero__image--backgroundMobile,
.slideshow__image--backgroundMobile {
    width: 100%;
    display: block;
    position: relative;
}

.hero__image--backgroundMobile+.hero__image--background,
.slideshow__image--backgroundMobile+.slideshow__image--background {
    display: none;
}

.hero__image:after,
.slideshow__image:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.slideshow__video--wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
}

.slideshow__video--wrapper .video {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
}

.hero__content,
.slideshow__content {
    top: 50%;
    z-index: 3;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 15px;
    white-space: normal;
    color: var(--color_heading_text);
    position: absolute;
    transform: translateY(-50%);
}
@media(min-width: 600px){
  .hero__content.content--left,
  .slideshow__content.content--left {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero__content.content--right,
  .slideshow__content.content--right {
    right: 50%;
    transform: translate(-50%, -50%);
  }
}

.hero__content.content--middle,
.slideshow__content.content--middle {
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero__content>div:last-child,
.slideshow__content>div:last-child {
    margin-bottom: 0;
}

.wrapper_btn .slideshow__button1 {
    margin-left: 26px;
}

.hero__subheading,
.slideshow__subheading {
    font-family: var(--font_stack_body);
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    color: var(--color_body_text);
    font-size: var(--font_size_base);
}

.hero__heading,
.slideshow__heading {
    font-family: var(--font_stack_heading);
    font-weight: normal;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    color: inherit;
}

.hero__text,
.slideshow__text {
    color: var(--color_body_text);
    font-size: var(--font_size_base);
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.02rem;
}

.hero__text *,
.slideshow__text * {
    color: inherit;
}

.hero__text a,
.slideshow__text a {
    color: var(--color_heading_text);
    line-height: inherit;
    display: inline-block;
    position: relative;
}

.hero__text a:before,
.slideshow__text a:before {
    left: 0;
    bottom: -2px;
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: var(--color_heading_text);
}

.hero__text a:hover,
.slideshow__text a:hover {
    color: var(--color_heading_text);
}

.slideshow__countdown {
    margin: 27px 0px;
}

.slideshow__countdown .item {
    border: 1px solid #fff;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 7px;
    text-align:center;
}

.slideshow__countdown .item span {
    width: 100%;
    display: block;
}

.slideshow__countdown .item .num {
    font-family: var(--font_stack_heading);
    font-size: var(--font_size_plus8);
    padding-top: 17px;
}

.slideshow__countdown .item span:not(.num) {
    font-size: var(--font_size_minus2);
}

.slideshow__countdown .item span {
    line-height: 20px;
}

.hero__countdownWrapper,
.slideshow__countdownWrapper {
    margin-bottom: 25px;
    letter-spacing: 0.02rem;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: var(--font_line_height);
    display: block;
}

.hero__countdownWrapper>*,
.slideshow__countdownWrapper>* {
    color: inherit;
}

.slideshow__button {
    min-width: 200px;
    display: none;
}

.slideshow__button.btn_countdown {
    min-width: 244px;
}

.hero__button {
    min-width: 160px;
}

.hero__points-popup {
    position: absolute;
    z-index: 10;
    pointer-events: auto;
}

.hero__points-popup .point {
    width: 24px;
    height: 24px;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    background-color: #000000;
}

.hero__points-popup .point:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    background-color: #000000;
    -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
    animation: zoom-animation 1.4s ease-in-out infinite;
}

.hero__points-popup .custom-product-card {
    display: none;
}

.hero__popup {
    position: relative;
    display: none;
}

.hero__popup.is-open {
    z-index: 21;
    display: block;
    position: absolute;
}

.hero__popup .close {
    top: 0px;
    right: 0px;
    float: none;
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 22px;
    position: absolute;
    text-shadow: none;
    opacity: 1;
    z-index: 10;
}

.custom-product-card {
    position: relative;
    max-width: 300px;
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.overlay--light .hero__image,
.overlay--light .slideshow__image {
    color: var(--color_heading_text);
}

.overlay--light .hero__image:after,
.overlay--light .slideshow__image:after {
    background-color: rgba(255, 255, 255, 0.3);
}

.overlay--dark .hero__image,
.overlay--dark .slideshow__image {
    color: #ffffff;
}

.overlay--dark .hero__image:after,
.overlay--dark .slideshow__image:after {
    background-color: rgba(30, 30, 30, 0.05);
}

.overlay--dark .hero__content,
.overlay--dark .slideshow__content {
    color: #ffffff;
}

.overlay--dark .hero__subheading,
.overlay--dark .slideshow__subheading,
.overlay--dark .hero__text,
.overlay--dark .slideshow__text,
.overlay--dark .hero__text a,
.overlay--dark .slideshow__text a {
    color: inherit;
}

.slideshow__content .btn--secondary {
    margin-top: 18px;
}

.slideshow-nav {
    margin-bottom: 11px;
}

.slideshow-nav .item {
    display: inline-block;
    color: #fff;
}

.slideshow-nav .item a {
    color: #fff;
    padding: 0px 22px 15px;
    display: block;
}

.slideshow-nav .item:first-child a {
    padding-left: 0px;
}

.slideshow-nav .item a span {
    position: relative;
}

.slideshow-nav .item a span:before {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -5px;
    height: 1px;
    content: '';
    display: block;
    background: #fff;
}

.slideshow-nav .item a:hover {
    color: #f4ad57;
}

.slideshow-nav .item a:hover span:before {
    background: #f4ad57;
}

.overlay--dark .hero__text a:before,
.overlay--dark .slideshow__text a:before {
    background-color: #ffffff;
}

.overlay--dark .hero__content .btn--secondary,
.overlay--dark .slideshow__content .btn--secondary {
    color: #274b4f;
    border-color: #f4ad57;
    background-color: #f4ad57;
}

.overlay--dark .hero__content .btn--secondary:hover,
.overlay--dark .slideshow__content .btn--secondary:hover {
    color: var(--color_button_text_hover);
    border-color: var(--color_button_border_hover);
    background-color: var(--color_button_background_hover);
}

.overlay--dark.slideshow .slick-arrow svg {
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
}

.hero--2 .hero__image_item {
    display: block;
    width: 100%;
    position: relative;
}

.hero--2 .hero__image_item+.hero__image_item {
    margin-top: 15px;
}

.hero--2 .hero__image {
    display: block;
}

.hero--2 .hero__image,
.hero--2.hero--medium .hero__image {
    height: auto;
}

.hero--2 .hero__content {
    padding: 30px 15px;
    width: calc(100% - 30px);
}

.hero--2 .hero__image .hero__image--background,
.hero--2.hero--medium .hero__image .hero__image--background {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
    min-height: 0;
}

.hero--2.overlay--light .hero__image:after {
    content: none;
}

.hero--2.overlay--light .hero__content {
    background-color: #ffffff;
}

.hero--2.overlay--dark .hero__content {
    background-color: #000000;
}


.slick-dots-number {
    position: absolute;
    top: 50%;
    left: auto;
    right: 15px;
    width: 30px;
    transform: translateY(-50%);
    text-align: center;
}

.slick-dots-number a {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: block;
}

.slick-dots-number .slick-dots {
    bottom: inherit;
    top: 50%;
    transform: translatey(-50%);
}

.slick-dots-number .slick-dots li {
    margin: 0 0 10px 0;
    display: block;
    position: relative;
    text-align: right;
    padding-right: 0;
    margin-bottom: 31px
}

.slick-dots-number .slick-dots li button {
    width: 26px;
    height: 26px;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    border: none;
    text-align: right;
}

.slick-dots-number .slick-dots li:hover button {
    background: transparent;
}

.slick-dots-number .slick-dots li:nth-child(-n+9) button:before {
    content: "0";
    font-size: 16px;
    position: relative;
    height: auto;
    line-height: 1;
}

.slick-dots-number .slick-dots li.slick-active button {
    background: transparent;
}

.slick-dots-number .slick-dots li.slick-active button:after {
    content: '';
    bottom: -3px;
    right: 0px;
    height: 1px;
    width: 16px;
    position: absolute;
    background: #fff;
}

/*=====  End of SlideShow and Hero  ======*/


/*==========================================
=            Icon With Text                =
==========================================*/
.icon-with-text__icon {
    color: #f4ad57;
    fill: #f4ad57;
}

[data-section-type="icon-with-text"] {
    background: #fafafa;
    padding: 38px 0px 18px;
}

[data-section-type="icon-with-text"] .halo-row__item:first-child {
    border-left: none;
}

.icon-with-text {
    font-size: 0;
    max-width: 310px;
    display: flex;
    justify-content: end;
    position: relative;
}

.icon-with-text__icon {
    width: 40px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 3px;
}

.icon-with-text__icon .icon,
.icon-with-text__icon svg {
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.icon-with-text__content {
    font-size: 14px;
    padding-left: 19px;
    vertical-align: middle;
    display: inline-block;
}

.icon-with-text__content .title {
    font-size: 18px;
    margin: 0 0 1px;
    color: #274b4f;
    font-family: var(--font_stack_heading);
    font-weight: normal;
}

.filters-toolbar__input-title .title {
    font-family: var(--font_stack_body);
}

.collection-sortBy {
    font-family: var(--font_stack_heading);
}

.icon-with-text__content .description {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 16px;
    color: #274b4f;
}

[data-section-type="icon-with-text"].section_layout_2 {
    background: transparent;
}

[data-section-type="icon-with-text"].section_layout_2 .icon-with-text {
    display: block;
    max-width: 100%;
}

[data-section-type="icon-with-text"].section_layout_2 .icon-with-text__icon {
    display: inherit;
    width: 100%;
}

[data-section-type="icon-with-text"].section_layout_2 .icon-with-text__content {
    padding-left: 0px;
}

[data-section-type="icon-with-text"].section_layout_2 .icon-with-text__content .title {
    font-size: 20px;
    margin-bottom: 15px;
}

[data-section-type="icon-with-text"].section_layout_2 .icon-with-text__content .description {
    font-size: 16px;
    color: #5a5a5a;
}

[data-section-type="icon-with-text"].section_layout_2 .icon-with-text__icon .icon,
[data-section-type="icon-with-text"].section_layout_2 .icon-with-text__icon svg {
    font-size: 30px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin-left: -20px;
}

[data-section-type="icon-with-text"].section_layout_2 .icon-with-text__icon {
    color: #274b4f;
    fill: #274b4f;
    height: 82px;
    width: 82px;
    overflow: hidden;
}

/*=====  End of Icon With Text  ==========*/


/*==========================================
=            Home custom Review            =
==========================================*/
[data-section-type="home-customer-reviews"] .custom_review__image {
    background-attachment: all;
    height: 720px;
    background: #b3b7b4;
}

[data-section-type="home-customer-reviews"] .container_2,
[data-section-type="home-customer-reviews"] .halo-row {
    height: 100%;
}

[data-section-type="home-customer-reviews"] .slick-dots {
    bottom: -125px;
}

[data-section-type="home-customer-reviews"] .wrapper_container {
    position: relative;
    overflow: hidden;
}

[data-section-type="home-customer-reviews"] .wrapper_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

[data-section-type="home-customer-reviews"] li button {
    border: 1px solid #eaf0eb !important;
    background-color: transparent !important;
}

[data-section-type="home-customer-reviews"] .slick-dots li.slick-active button {
    border: 1px solid #fff !important;
    background-color: #fff !important;
}

[data-section-type="home-customer-reviews"] .slick-prev,
[data-section-type="home-customer-reviews"] .slick-next {
    width: 40px;
    height: 40px;
}

[data-section-type="home-customer-reviews"] .slick-prev svg,
[data-section-type="home-customer-reviews"] .slick-next svg {
    width: 100%;
    height: 100%;
    color: #fff;
    fill: #fff;
    stroke: #fff;
}

[data-section-type="home-customer-reviews"] .customer_review__content .title {
    font-size: 28px;
    color: #fff;
    padding: 5px 0px;
    text-align: center;
}

[data-section-type="home-customer-reviews"] .customer_review__content .avatar {
    font-size: 28px;
    color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

[data-section-type="home-customer-reviews"] .customer_review__content .avatar img {
    width: 100%;
}

[data-section-type="home-customer-reviews"] .customer_review__content .avatar .no-image span {
    font-size: 16px;
}

[data-section-type="home-customer-reviews"] .customer_review__content .description,
[data-section-type="home-customer-reviews"] .customer_review__content .description p {
    padding: 10px 0px 12px;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    text-align: center;

}

[data-section-type="home-customer-reviews"] .name {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 15px 0px 6px;
}

[data-section-type="home-customer-reviews"] .company_name {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    text-align: center;
}


/*=====  End of Home custom Review  ======*/

/*=========================================
=            Custom bock video            =
=========================================*/
.halo-column-custom-block .custom-block-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #274b4f;
}

.custom-block-row .custom-block-column_left,
.custom-block-row .custom-block-column_right {
    width: 50%;
}

.custom-block-row .custom-block-column_right .no-image {
    padding-top: 140%;
}
.custom-block-row .custom-block-column_right,
.custom-block-row .custom-block-column_right .custom-block_slide--item {
  height: 740px;
  overflow: hidden;
  position: relative;
}

.custom-block-column_right .custom-block_slide--item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
}

.custom-block-row .custom-block-column_left .title {
    color: #fff;
    line-height: initial;
    position: relative;
}

.custom-block-row .custom-block-column_left .des,
.custom-block-row .custom-block-column_left .des p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    max-width: 86%;
    width: 100%;
    margin: 28px 0px 30px;
}

.custom-block-row .custom-block-column_left .btn {
    min-width: 200px;
    margin-top: 6px;
}

.custom-block-row .border__line span:before {
    top: 39.5%;
    ;
    width: 120%;
}

.custom-block-row>div {
    padding: 0 0 0 15px;
}

.custom-block-row .custom-block-column_left {
    padding-left: 30px;
    overflow: auto;
}

.custom-block-row .no-image .recommended_size {
    top: 40%;
}

.custom-block-row .custom-block-column_right {
    position: relative;
}

.block-content-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}

.modal-video .close-modal {
    right: -60px;
    top: -15px;
}

.modal-video .close-modal svg {
    width: 20px !important;
    height: 20px !important;
    color: #fff !important;
}

.block-content-video svg {
    color: #fff;
    fill: currentColor;
    stroke: currentColor;
    width: 86px;
    height: 86px;
    margin: 0;
}

.block-content-video svg circle {
    fill: transparent !important;
}

.halo_modal_video .modal-header,
.modal-ask-an-expert .close-modal,
#popup_newsletter .close,
#sizeChart-modal .close,
#product-compare-modal .close,
#terms_condition_modal .close-modal,
#product-quickview .close {
    position: absolute;
    top: 17px;
    right: 20px;
    background: transparent;
    border: 0;
    padding: 0;
}

.halo_modal_video .modal-header svg,
.modal-ask-an-expert .close-modal svg,
#popup_newsletter .close svg,
#sizeChart-modal .close svg,
#product-compare-modal .close svg,
#terms_condition_modal .close-modal svg,
#product-quickview .close svg {
    color: #5a5a5a;
    height: 17px;
    width: 17px;
}

.halo_modal_video .modal-body {
    padding: 0px;
}

.halo_modal_video .modal-video {
    max-width: 1025px;
    width: 92%;
    margin: 0 auto;
}

.halo_modal_video .popup-video-main {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 25px;
    height: 0;
}

.halo_modal_video iframe,
.halo_modal_video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-block_slide .slick-dots {
    position: absolute;
    bottom: 33px;
}

.custom-block_slide .slick-dots li.slick-active button {
    border-color: #fff;
    background-color: #fff;
}

.custom-block_slide .slick-dots li button {
    border-color: #fff;
}

[data-section-type="home-custom-block"] .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

[data-section-type="home-custom-block"] .slick-prev,
[data-section-type="home-custom-block"] .slick-next {
    width: 40px;
    height: 40px;
}

[data-section-type="home-custom-block"] .slick-prev.slick-disabled,
[data-section-type="home-custom-block"] .slick-next.slick-disabled {
    opacity: 0.25;
}

.block-content-video:hover svg,
.collection-banner .block-content-video:hover span {
    color: var(--color_body_url_hover);
}

.custom-block-column_right img {
    width: 100%;
}

.custom-block_slide .slick-arrow svg {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
    width: 100%;
    height: 100%;
}

.custom-block_slide .slick-prev {
    left: 3%;
}

.custom-block_slide .slick-next {
    right: 3%;
}



/*=====  End of Custom bock video  ======*/



/*===========================================
=            Image With Text                =
===========================================*/
.border__line span {
    position: relative;
    z-index: 2;
}

.border__line span:before {
    content: '';
    top: 31px;
    left: 0;
    height: 10px;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: #f4ad57;
}

.halo-column-image-with-text {
    display: block;
    font-size: 0;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.halo-column-image-with-text .recommended_size {
    font-size: 20px;
}

.halo-column-image-with-text__item {
    padding: 0 15px;
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.home-image-with-text-1 .section-header {
    margin-bottom: 34px;
    padding-top: 3px;
}

.home-image-with-text-1 .section-header .title {
    font-size: 28px;
    font-weight: normal;
}

.home-image-with-text-1 .hover-images:before {
    z-index: 99;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.home-image-with-text-1 .hover-images:after {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
}

.image-with-text {
    font-size: var(--font_size_base);
    display: block;
    max-width: 400px;
    position: relative;
}

.image-with-text.text-center {
    margin-left: auto;
    margin-right: auto;
}

.image-with-text__image {
    display: block;
    position: relative;
}

.image-with-text__image>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    position: absolute;
}

.image-with-text__image>img {
    width: 100%;
}



.image-with-text-2__image {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-with-text-2__image.banner-active:before {
    content: "";
    display: block;
    padding-top: 61%;
    position: relative;
    background: #b3b7b4;
    z-index: -1;
}

.image-with-text-2__content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 30px 15px 10px 15px;
}

.image-with-text-2__content .section-header {
    margin: 0;
    padding: 0;
    max-width: 510px;
}

.image-with-text-2__content .section-header .title {
    font-size: 40px;
    color: #274b4f;
    line-height: 48px;
}

.image-with-text-2__content .section-header>.subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #f4ad57;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0 0 15px 0;
    font-family: var(--font_stack_body);
}

.image-with-text-2__content .section-header>p {
    margin-top: 15px;
}


/*=====  End of Image With Text  ==========*/


/*===============================================
=            Image With Text Overlay            =
===============================================*/
[data-section-type="image-with-text-overlay"] {
    background: #fafafa;
}

[data-section-type="image-with-text-overlay"] .title {
    padding-top: 8px;
}

.halo-column-image-with-text-overlay {
    font-size: 0;
    display: block;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

[data-section-type="image-with-text-overlay"] .section-header {
    margin-bottom: 30px;
}

.halo-column-image-with-text-overlay .recommended_size {
    font-size: 20px;
}

.halo-column-image-with-text-overlay__item {
    font-size: var(--font_size_base);
    width: 100%;
}

.halo-column-image-with-text-overlay__item .image-with-text-overlay {
    vertical-align: top;
    width: 25%;
    padding: 15px;
    display: inline-block;
}
/* .halo-column-image-with-text-overlay__item .image-with-text-overlay .adaptive_height .no-image {
  	position: absolute!important;
    top: 0;
} */

.halo-column-image-with-text-overlay .section-footer {
    margin-top: 30px;
}

.halo-column-image-with-text-overlay .section-footer .link {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #274b4f;
    font-weight: 700;
    border: 1px solid #274b4f;
    min-width: 158px;
    text-transform: capitalize;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}

.halo-column-image-with-text-overlay .section-footer .link:hover {
    background: #f4ad57;
    border-color: #f4ad57;
    color: #274b4f;
}

.image-with-text-overlay {
    font-size: var(--font_size_base);
    width: 300px;
    display: block;
    vertical-align: top;
    position: relative;
}

.image-with-text-overlay__image>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: block;
    position: absolute;
}

.image-with-text-overlay__image>img {
    width: 100%;
}



.image-with-text-overlay__content {
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 9;
    text-align: left;
    width: 80%;
}

.image-with-text-overlay__content .btn {
    min-width: 158px;
}

.image-with-text-overlay__content .des {
    font-size: 16px;
    color: #fff;
    margin: 0;
    position: relative;
    top: 10px;
    height: 0px;
    overflow: hidden;
    transition: all .7s ease, z-index 0s ease;
}

.image-with-text-overlay__image:hover .title span {
    position: relative;
    background-image: linear-gradient(transparent 97%, #fff 3%);
    background-repeat: repeat-x;
    background-position-y: -4px;
}

.image-with-text-overlay__image:hover .des {
    height: 84px;
    margin: -9px 0px 31px;
    top: 0px;
}

.image-with-text-overlay__content .title {
    font-size: 32px;
    margin: 0 0 27px;
    text-transform: capitalize;
    color: #f8f8f8;
    font-family: var(--font_stack_heading);
    font-weight: normal;
}

.image-with-text-overlay__content .link {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: var(--color_body_url);
    text-transform: capitalize;
    font-family: var(--font_stack_body);
}

.image-with-text-overlay__content .link:before {
    left: 0;
    bottom: -3px;
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: var(--color_body_url);
}

.overlay--light {
    color: #ffffff;
}

.overlay--light .recommended_size,
.overlay--light .image-with-text-overlay__content .title,
.overlay--light .image-with-text-overlay__content .link {
    color: #ffffff;
}

.overlay--light .image-with-text-overlay__content .link:before {
    background-color: #ffffff;
}

.halo-column-image-with-text-overlay .section-footer {
    width: 100%;
}

/*=====  End of Image With Text Overlay  ======*/


/*==========================================
=            Instagram section             =
==========================================*/

.instagram {
    font-size: 0;
    position: relative;
}

.instagram-2 .halo-column__item {
    margin-top: 10px;
    padding: 0 5px;
}

.instagram-2 .halo-column {
    margin: 0 -5px;
}

.instagram::after {
    content: '';
    display: table;
    clear: both;
}

.instagram__item {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: var(--font_size_base);
}

[data-section-type="instagram"] .section-header .title {
    font-size: 28px;
}

.instagram_footer {
    text-align: center;
}

.instagram_footer .btn {
    min-width: 200px;
    margin: 45px 0px 70px;
}

.instagram_icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

.instagram__item .placeholder-svg {
    position: absolute;
    top: 0;
    left: 0;
}

.instagram__item--bg {
    background-color: #000;
}

.instagram__item:before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 100%;
}

.instagram__item img {
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.instagram-load-more {
    margin-top: 20px;
}

.instagram__item2 {
    position: relative;
    display: block;
}

/*=====  End of Instagram section  =======*/


/*=============================================
=            Featured Blog section            =
=============================================*/

.halo-section .featured-blog .featured-blog__content {
    padding: 26px 35px 32px;
    background: #fff;
}

.halo-section .featured-blog .tags {
    display: none;
}

.halo-section .featured-blog .read_more_detail {
    display: none;
}


[data-slick-pc] .featured-blog {
    width: 290px;
}

.slick-slider .featured-blog {
    width: 100%;
}

.featured-blog-layout-custom {
    font-size: 0;
    display: block;
    position: relative;
}

.featured-blog-layout-custom__item {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    font-size: var(--font_size_base);
}

.featured-blog-layout-custom__item+.featured-blog-layout-custom__item {
    padding-top: 40px;
}

.featured-blog {
    position: relative;
}

.featured-blog--small {
    margin-bottom: 30px;
}

.featured-blog--small .featured-blog__content {
    padding-top: 0;
}

.featured-blog--small .featured-blog__excerpt {
    margin-bottom: 0;
}

.featured-blog__image,
.featured-blog__link {
    display: block;
    position: relative;
    height: 100%;
    max-height: 680px;
}

.featured-blog__link:before {
    content: "";
    display: block;
    position: relative;
    padding-bottom: 75%;
}

.page-sidebar__close {
    display: block;
    text-align: right;
    text-transform: uppercase;
    background-color: #fafafa;
    padding: 8px 16px 10px;
    height: 46px;
  	border-bottom: 1px solid rgba(129, 129, 129, .2);
}

.page-sidebar__close a {
    color: #969696;
    font-weight: normal;
    font-style: italic;
}

.page-sidebar__close .close-modal {
    position: absolute;
    top: 17px;
    right: 20px;
    background: transparent;
    border: 0;
    padding: 0;
    color: #969696;
    font-weight: normal;
    font-style: italic;
}

.page-sidebar__close .close-modal svg {
    width: 12px;
    height: 12px;
}

.featured-blog__link img {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featured-blog__footer a,
.featured-blog__button a,
.faqs-paragraph__footer a {
    position: relative;
}

.featured-blog__footer a:hover,
.featured-blog__button a:hover,
.faqs-paragraph__footer a:hover {
    color: #f4ad57ed;
}

.featured-blog__footer a:after,
.featured-blog__button a:after,
.faqs-paragraph__footer a:after {
    content: ">";
    font-size: 20px;
    top: -3px;
    position: absolute;
    right: -13px;
}

.featured-blog__footer a span,
.faqs-paragraph__footer a span {
    border-bottom: 1px solid;
}

.featured-blog__content {
    z-index: 5;
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
}

.featured-blog__title {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 5px 0;
    color: var(--color_heading_text);
    text-transform: capitalize;
    font-family: var(--font_stack_heading);
    font-weight: var(--font_weight_heading);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-blog__meta {
    margin: 0 0 5px 0;
}

.article__body h4,
.article__body--wrapper .tags .tags__title h4 {
    font-family: var(--font_stack_body);
}

.featured-blog__meta--item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: var(--font_size_minus2);
    color: #969696;
    text-transform: capitalize;
    font-style: italic;
}

[data-section-type="featured-blog"] {
    background: #fafafa;
}

.featured-blog__meta--item+.featured-blog__meta--item:before {
    content: "-";
    display: inline-block;
    margin: 0 5px 0 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: inherit;
}

.featured-blog__footer {
    text-align: center;
}

.featured-blog__footer a,
.faqs-paragraph__footer a {
    color: #274b4f;
    font-size: 16px;
    font-style: italic;
}

[data-section-type="featured-blog"] .section-header .title {
    padding-top: 13px;
}

.featured-blog__excerpt {
    margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.featured-blog__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}

.halo-section.featured-blog .featured-blog {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.1), 0 1px 2px -2px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #ebebeb;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 28px;
}

.featured-blog__excerpt,
.featured-blog__excerpt span {
    color: #5a5a5a;
    font-size: 16px;
}

.featured-blog__button a {
    font-size: 16px;
}

.featured-blog__button a:hover {
    border-color: #f4ad57;
}

.featured-blog__button a:hover span {
    border-bottom: 1px solid;
}

.featured-blog__excerpt span {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.featured-blog__button .btn {
    min-width: 120px;
}

.featured-blog-viewAll {
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: under;
}

.article__meta {
    color: #acacac;
}

/*=====  End of Featured Blog section  ======*/

/*================================
=            Faq page            =
================================*/

.homepage_faq {
    margin-bottom: 7px;
}

.homepage_faq .card,
.homepage_faq .card-header {
    background: transparent;
}

.homepage_faq .page-faq {
    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;
}

.homepage_faq .col_left,
.homepage_faq .col_right {
    width: 50%;
}

.homepage_faq .page-faq .faq-title,
.homepage_faq .col_left .col_left__des .sub_title {
    font-size: 14px;
    color: #f4ad57;
    text-transform: uppercase;
    font-weight: normal;
}

.homepage_faq .col_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.homepage_faq .col_left .col_left__avatar {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;
}

.homepage_faq .col_left .col_left__avatar img {
    width: 100%;
}

.homepage_faq .col_left .col_left__avatar .no-image .recommended_size {
    font-size: 15px;
}

.homepage_faq .col_left .col_left__des .sub_title {
    margin-bottom: 5px;
}

.homepage_faq .col_left .col_left__des {
    width: calc(100% - 130px);
    margin-left: 45px;
    max-width: 70%;
    padding-right: 20px;
}

.homepage_faq .col_left .col_left__des .title {
    font-size: 20px;
    color: #274b4f;
    line-height: 36px;
    margin-bottom: 20px;
}

.homepage_faq .col_left .col_left__des .des {
    font-size: 16px;
    font-style: italic;
    color: #5a5a5a;
    line-height: 28px;
    margin-bottom: 30px;
}

.homepage_faq .col_left .col_left__des .des p {
    margin-bottom: 27px;
}

.homepage_faq .col_left .col_left__des .des p:last-child {
    margin-bottom: 20px;
}

.homepage_faq .col_left .col_left__des .author_name {
    font-size: 20px;
    color: #274b4f;
}

.homepage_faq .col_left .col_left__des .author_signature {
    width: 175px;
    margin: 0px 0px 17px;
}

.homepage_faq .col_left .col_left__des .author_signature img {
    width: 100%;
}

.homepage_faq .col_left .col_left__des .author_name h3 {
    margin-bottom: 0px;
}

.homepage_faq .col_left .col_left__des .author_note {
    font-size: 14px;
    font-style: italic;
}

.social-icons-style2 .social-icon {
    width: 20px;
    height: 20px;
    margin-right: 18px;
    overflow: hidden;
    color: #213e59;
    margin-top: 10px;
}

.social-icons-style2 .social-icon:hover {
    color: #f4ad57;
}

.social-icons-style2 .social-icon svg {
    height: 100%;
    width: 100%;
}

.faqs-paragraph__footer {
    text-align: right;
    padding: 11px 13px 30px;
}

.card {
    border: none;
    margin-bottom: 15px;
}

.card .collapse {
    position: relative;
}

.card-header {
    border-radius: 0 !important;
    position: relative;
    background-color: #ffffff;
    border: none;
    padding: 0px;
}

.card-header .title {
    width: 100%;
    color: #274b4f;
    border: none;
    text-transform: none;
    background-color: #f2f2f2;
    padding: 0px;
}

.card-header .title h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    border-radius: 2px !important;
    border: 1px solid #dcdcdc !important;
    padding: 12px 25px 13px;
    background: #fff;
    margin-bottom: 1px;
    line-height: 28px;
    padding-right: 45px;

}

.card-header .icon-plus {
    top: 50%;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    background: #fafafa;
}

.card-header .icon-plus:before {
    top: 50%;
    right: 50%;
    z-index: 2;
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    transition: all 0.3s ease;
    transform: translate(50%, -50%);
    background-color: #274b4f;
}

.card-header .icon-plus:after {
    top: 50%;
    right: 50%;
    z-index: 2;
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    transform: translate(50%, -50%);
    background-color: #274b4f;
}

.card-header .title:not(.collapsed) h3 {
    position: relative;
}

.card-header .title:not(.collapsed) h3:before {
    top: -1px;
    left: -1px;
    z-index: 2;
    content: "";
    width: 5px;
    height: 103%;
    position: absolute;
    transition: all 0.3s ease;
    background-color: var(--color_btn_primary_bg);
    border-radius: 2px 0px 0px 2px;
}

.card-header .title:not(.collapsed)+.icon-plus:before {
    transform: translateY(-50%) rotate(90deg);
}

.card-body {
    padding: 27px 0px 25px;
}

.card-body.rte p {
    margin-bottom: 28px;
}

.card-body p:last-child {
    margin-bottom: 0px;
}

.card-body p,
.card-body span {
    color: #5a5a5a;
}

.card .collapsing>span,
.card .collapse>span {
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    background-color: #d2e0df;
    color: #191919;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 22px;
    left: 0;
}

.card .collapsing>span+.card-body,
.card .collapse>span+.card-body {
    padding-left: 85px;
}

.faq-content {
    padding: 30px 0;
}

.faq-group__item {
    width: 50%;
}

.faq-group__item .icon {
    display: block;
    margin: 0 auto 6px auto;
    width: 22px;
    height: 22px;
    color: #1e1e1e;
    fill: #1e1e1e;
}

.faq-group__item .text {
    color: #787878;
    font-weight: 400;
    text-transform: capitalize;
    text-underline-position: under;
    text-decoration: underline;
}

@media (min-width: 1025px) {

    .faq-title {
        padding-bottom: 1px;
    }

    .faq-content {
        padding: 50px 0;
    }

    .faq-content a {
        min-width: 250px;
        margin: 0 0 0 25px;
    }
}


/*=====  End of Faq page  ======*/

/*========================================
=            Product homepage thao           =
========================================*/
.homepage-product-section .section-header h2 {
    color: #ce2b1e;
    line-height: 25px;
    font-size: 28px;
    margin-bottom: 20px;
    padding-top: 3px;
}

.homepage-product-section .section-header .des {
    color: #969696;
    line-height: 28px;
}

.homepage-product-section .product-single {
    justify-content: center;
}

@media (min-width: 769px) {
    .homepage-product-section .product-template__detail .product-single__photos {
        margin-right: 30px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1600px) {
    .homepage-product-section .product-template__detail .product-single__photos {
        margin-right: 70px;
        width: 720px;
    }
}

@media (min-width: 1920px) {
    .homepage-product-section .product-template__detail .product-single__photos {
        margin-right: 110px;
    }
}

.homepage-product-section .product-template__detail .product-single__photos .wrapper-image {
    width: calc(100% - 112px);
}

@media (min-width: 1025px) {
    .homepage-product-section .product-template__detail .product-single__photos .thumbnails-wrapper {
        margin-top: 50px;
    }
}

@media (min-width: 1600px) {
    .homepage-product-section .product-template__detail .product-single__photos .thumbnails-wrapper {
        margin-top: 115px;
    }
}

@media (min-width: 769px) {
    .homepage-product-section .product-template__detail .product-single__photos .thumbnails-wrapper {
        width: 100px;
    }

    .homepage-product-section .product-template__detail .product-single__photos .thumbnails-wrapper .product-single__thumbnails {
        padding: 30px 10px 38px;
        display: none;
    }

    .homepage-product-section .product-template__detail .product-single__photos .thumbnails-wrapper .product-single__thumbnails.slick-initialized {
        display: block;
    }

    .homepage-product-section .product-template__detail .product-single__photos .thumbnails-wrapper .product-single__thumbnails-item {
        padding: 6px 7px;
    }

    .homepage-product-section .product-template__detail .product-single__photos .thumbnails-wrapper .slick-arrow {
        left: 50% !important;
        transform: translateX(-50%);
    }

    .homepage-product-section .product-template__detail .product-single__photos .thumbnails-wrapper .slick-arrow.slick-prev {
        top: -10px;
    }

    .homepage-product-section .product-template__detail .product-single__photos .thumbnails-wrapper .slick-arrow.slick-next {
        bottom: 0;
        top: auto;
    }

    .homepage-product-section .product-template__detail .product-single__photos .thumbnails-wrapper .slick-arrow svg {
        transform: rotate(90deg);
    }
}

.homepage-product-section .product-template__detail .product-single__details {
    max-width: 450px;
    margin-bottom: 0px;
}

@media (min-width: 1600px) {
    .homepage-product-section .product-template__detail .product-single__details {
        padding-top: 33px;
    }
}

.homepage-product-section .product-template__detail .product-single__details .product__terms-conditions {
    margin-bottom: 5px;
}

.homepage-product-section .product-template__detail .product-single__details .social-share {
    margin-top: 17px;
    margin-left: -12px;
}

.homepage-product-section .product-template__detail .product-single__details .social-share .text_share {
    display: none;
}

.homepage-product-section .product-template__detail .product-single__details .product__price {
    margin-bottom: 11px;
}

.homepage-product-section .product-template__detail .product-single__details .selector-wrapper.product-form__item {
    margin-bottom: 15px;
}

.homepage-product-section .product-template__detail .product-single__details .product-form__item--submit {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.homepage-product-section .product-template__detail .product-single__details .product-form__item--submit .btn--addToCart {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 60px);
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 678px) {
    .homepage-product-section .product-template__detail .product-single__details .product-form__item--submit .btn {
        height: 50px;
    }

    .homepage-product-section .product-template__detail .product-single__details .product-form__item--submit .btn--addToCart {
        position: absolute;
        top: -61px;
        left: 115px;
        z-index: 3;
        width: calc(100% - 180px);
        height: 50px;
    }

    .homepage-product-section .product-template__detail .product-single__details .product-form__item--submit .btn--wishlist {
        position: absolute;
        top: -62px;
        right: 0;
        z-index: 3;
    }
}

.homepage-product-section .product-template__detail .product-single__details .product-form__controls-group .product-form__item {
    margin-bottom: 11px;
}

@media (min-width: 678px) {
    .homepage-product-section .product-template__detail .product-single__details .product-form__controls-group .qty-group input[data-quantity-input] {
        height: 50px;
        width: 100px;
    }
}



/*=====  End of Product homepage  ======*/


/*===================================
=            Product Tab            =
===================================*/
.home-product-tabs .section-header {
    margin-bottom: 16px;
    margin-top: 3px;
}

.home-product-tabs .halo-collection-tab .nav-tabs {
    justify-content: center;
    margin-bottom: 37px;
    border: none;
}

.home-product-tabs.grid .halo-collection-tab .nav-tabs {
    margin-bottom: 0px;
}

.home-product-tabs .halo-collection-tab .nav-tabs li a {
    border: none;
    color: #5a5a5a;
    font-size: 16px;
    padding: 10px 25px 10px;
    background: transparent;
    text-transform: uppercase;
}

.home-product-tabs.grid .halo-collection-tab .nav-tabs li a {
    padding: 10px 25px 3px;
}

.home-product-tabs .halo-collection-tab .nav-tabs li a.active {
    color: #274b4f;
    font-weight: 600;
}

.home-product-tabs .halo-collection-tab .nav-tabs li a.active span {
    border-bottom: 1px solid #274b4f;
}

.home-product-tabs .halo-loading p {
    font-size: 16px;
    color: #274b4f;
    text-align: center;
}

.home-product-tabs .halo-loading {
    position: relative;
}

.home-product-tabs .halo-loading p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-product-tabs .halo-row {
    white-space: inherit;
}


/*=====  End of Product Tab  ======*/

/*========================================
=            Product Homepage            =
========================================*/
[data-section-type="product-list"].banner_show .content_wrapper .col-banner {
    width: 100%;
    max-width: 290px;
}

[data-section-type="product-list"].banner_show .content_wrapper .col-banner img {
    width: 100%;
}

[data-section-type=product-list].banner_show .content_wrapper .layout-grid{
	width:100%;
}

[data-section-type="product-list"].banner_show .content_wrapper {
    display: flex;
    justify-content: space-between;
}

[data-section-type="product-list"].banner_show .content_wrapper .recommended_size {
    font-size: 20px;
}

[data-section-type="product-list"].banner_show .content_wrapper .column-product-carousel {
    width: 100%;
    max-width: calc(100% - 290px);
    min-width: auto;
}

[data-section-type="product-list"].banner_show .slick-prev.slick-arrow--large {
    height: 25px;
    width: 25px;
}

[data-section-type="product-list"].banner_show .slick-prev.slick-arrow--large {
    height: 25px;
    width: 25px;
}

[data-section-type="product-list"].banner_show .slick-next {
    right: 15px;
}

[data-section-type="product-list"].banner_show .slick-prev {
    left: 15px;
}

.col-banner .col-banner__text-width-image {
    position: relative;
}

.col-banner .col-banner__text-width-image .text-width-image__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0px 35px;
  	max-height:90%;
  	overflow:auto;
}

.col-banner .col-banner__text-width-image .text-width-image__content .sub_title {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.col-banner .col-banner__text-width-image .text-width-image__content .title {
    font-size: 32px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.col-banner .col-banner__text-width-image .text-width-image__content .des p,
.col-banner .col-banner__text-width-image .text-width-image__content .des {
    color: #fff;
    margin-bottom: 32px;
}

.col-banner .col-banner__text-width-image .text-width-image__content .btn {
    min-width: 142px;
    background: #fff;
    border-color: #fff;
    color: #f0bc93;
}

.col-banner .col-banner__text-width-image .text-width-image__content .btn:hover {
    min-width: 142px;
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.col-banner .col-banner__text-width-image .text-width-image__content .border__line span:before {
    top: 23px;
    width: 105%;
}

[data-section-type="product-list"] .section-header h2 {
    font-size: 28px;
}



/*=====  End of Product Homepage  ======*/

/*=======================================
=            popup edut cart            =
=======================================*/

.product-card__variant--popup .variant_wrapper {
    margin-top: 0px;
    background: #fff;
    padding: 27px 0px 5px;
    height: 200px;
    overflow: auto;
}

.product-card__variant--popup .wrapper_content {
    background: #fff;
}

.product-card__variant--popup .variant_wrapper::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.product-card__variant--popup .variant_wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}

.product-card__variant--popup .variant_wrapper::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.product-card__variant--popup .variant_wrapper .swatch .swatch-element.color label {
    width: 32px;
    height: 32px;
    min-width: 22px;
}

.product-card__variant--popup .variant_wrapper .swatch .swatch-element.color label:after {
    border: 3px solid #fff;
}

.product-card__variant--popup .variant_wrapper .selector-wrapper.color .form-label,
.product-card__variant--popup .variant_wrapper .product-form__item {
    margin-bottom: 10px;
}

.product-card__variant--popup .variant_wrapper .swatch .form-label {
    margin-bottom: 14px;
}

.product-card__variant--popup .variant_wrapper .swatch .form-label span {
    font-style: italic;
    font-size: 14px;
}

.product-single__media:before {
    padding-top: 125% !important;
}

.product-single__thumbnail--icon svg {
    fill: var(--color_body_text);
    ;
    stroke: var(--color_body_text);
    ;
    position: relative;
    bottom: 2px;
}

.product-single__thumbnail--icon svg.icon:not(.icon--full-color) circle {
    fill: transparent !important;
}

.product-card__variant--popup .variant_wrapper .swatch .swatch-element label {
    /*width: 32px;*/
    height: 32px;
    min-width: 32px;
    line-height: 28px;
    font-size: 14px;
}

/*=====  End of popup edut cart  ======*/

/*==============================================
=            Product Details custom            =
==============================================*/


.product-template__detail .product-single__photos .wrapper-image {
    width: 100%;
}

.product-template__detail .product-single__photos .thumbnails-wrapper {
    width: 100%;
}

.product-template__detail .product-single__photos .thumbnails-wrapper {
    padding-left: 0px;
    margin-top: 24px;
}

.product-template__detail .product-single__photos {
    padding: 0px;
}

.product-template__detail .product-single__thumbnails {
    top: 0px !important;
}

.product-template__detail .thumbnails-wrapper .slick-arrow {
    padding: 0;
    line-height: 20px;
    width: 24px;
    height: 24px;
    z-index: 10;
    opacity: 1;
}

.product-template__detail .thumbnails-wrapper .slick-arrow.slick-prev svg,
.product-template__detail .thumbnails-wrapper .slick-arrow.slick-next svg {
    color: #193753;
    fill: #193753;
    stroke: #193753;
}

.product-template__detail .thumbnails-wrapper .slick-arrow.slick-prev {
    left: -6px;
}

.product-template__detail .thumbnails-wrapper .slick-arrow.slick-next {
    right: -6px;
}

.product-template__detail .thumbnails-wrapper .product-single__thumbnails {
    padding: 0 50px;
}

.product-template__detail .product-single__thumbnails-item {
    padding: 0 7px;
}

.product-template__detail .product-single__thumbnails .slick-prev,
.product-template__detail .product-single__thumbnails .slick-next {
    left: inherit;
    transform: translatey(-50%);
    top: 50%;
}

.product-single__photos .halo-zoom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 15px 0 0px 0;
}

.product-single__photos .halo-zoom .text {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.product-single__photos .halo-zoom .icon {
    width: 15px;
    height: 15px;
    fill: #999999;
    margin: 0 10px 0 0;
}


.swatch {
    font-size: 0;
    margin-bottom: 15px;
}

.swatch .form-label {
    font-weight: bold;
    font-size: var(--font_size_base);
    margin-bottom: 14px;
}

.swatch .form-label span {
    font-weight: 400;
    color: var(--color_product_vendor);
    font-style: italic;
    font-size: 14px;
}

.swatch input[type=radio],
.swatch input[type=checkbox] {
    display: none;
}

.swatch .soldout {
    opacity: 0.7;
}

.swatch .swatch-element {
    display: inline-block;
    margin: 0 7px 7px 0;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    font-size: var(--font_size_base);
}

.swatch .swatch-element label {
    margin: 0;
    height: 40px;
    min-width: 40px;
    line-height: 36px;
    padding: 0 8px;
    color: #5a5a5a;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-family: var(--font_stack_body);
    background-color: #ffffff;
    border: 1px solid #cacad4;
    background-position: center;
}

.next-prev-product span {
    font-family: var(--font_stack_body);
    color: var(--color_heading_text);
}

.next-prev-product svg {
    color: var(--color_heading_text);
    fill: var(--color_heading_text);
}

.next-prev-icons a:hover span {
    color: var(--color_body_url_hover);
    border-color: var(--color_body_url_hover);
}

.next-prev-icons a:hover svg {
    color: var(--color_body_url_hover);
    fill: var(--color_body_url_hover);
}

.swatch .swatch-element label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 20px;
    border: 1px solid #c6c6d0;
}

.swatch .swatch-element input:checked+label:after {
    opacity: 1;
    visibility: visible;
    border-color: #5e5e5e
}

.swatch .swatch-element input:checked+label {
    color: #193753;
    font-weight: bold;
}

.swatch .swatch-element.color label:after {
    opacity: 1;
    visibility: visible;
    border: 3px solid #fff;
}

.swatch .swatch-element.color label {
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.swatch .swatch-element.color label img {
    width: 100%;
    height: calc(100% - 4px);
    border-radius: 50%;
    object-fit: contain;
}

.swatch .swatch-element.color input:checked+label:after {
    box-shadow: 0 0 0px 1px #5e5e5e;
    border-color: #fff;
}

.swatch .swatch-element.soldout label {
    cursor: pointer;
}

.swatch .swatch-element.soldout label:before {
    content: "";
    top: 16px;
    left: -7px;
    height: 1px;
    opacity: 1;
    z-index: 5;
    border: none;
    position: absolute;
    visibility: visible;
    width: calc(140% - 1px);
    background-color: #ecab9c;
    transform: rotate(-45deg);
}

.swatch .swatch-element.unavailable {
    display: none;
}

.swatch .swatch-element:hover .tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hot_stock.active {
    font-size: 14px;
    font-weight: bold;
    color: #ce2b1e;
    margin-top: -18px;
    margin-bottom: 24px;
    line-height: 28px;
}

#notify-soldout .modal-body {
    text-align: center;
}

#notify-soldout .modal-dialog.modal-lg {
    max-width: 600px;
}

#notify-soldout .modal-content .close-modal {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 99;
}

#notify-soldout .modal-content .close-modal svg {
    width: 12px;
    height: 12px;
}

#notify-soldout .modal-body:before {
    content: '';
    width: 12px;
    height: 8px;
    position: relative;
    top: -3px;
    border: 2px solid #43960a;
    border-top: none;
    border-right: none;
    background: rgba(255, 255, 255, 0);
    transform: rotate(-45deg);
    transition: all 0.2s ease;
    opacity: 1;
    transform: scale(1) rotate(-45deg);
    display: inline-block;
    margin-right: 10px;
}

#notify-soldout .modal-body {
    padding: 30px;
}

.product-quickview-template__container #nofify_sold-out {
    margin-bottom: 20px;
}

#nofify_sold-out .alert {
    margin-bottom: 23px;
}

#nofify_sold-out h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 27px 0px 10px;
    color: var(--color_body_text);
    line-height: 20px;
}

#notify-me-wrapper {
    display: flex;
}

#notify-me-wrapper .input-field {
    width: calc(100% - 150px);
    margin-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
}

#notify-me-wrapper.form-field--error .input-field {
    border: 1px solid red;
}

#notify-me-wrapper .btn {
    width: 150px;
    height: 50px;
}

#notify-me-wrapper .btn svg {
    width: 30px;
    height: 30px;
    display: none;
}

#notify-me-wrapper .btn.loading {
    font-size: 0;
}

#notify-me-wrapper .btn.loading svg {
    display: inline-block;
}

.product__short-description {
    display: block;
    overflow: hidden;
    max-height: 320px;
}

.product__short-description ul {
    margin-left: 20px;
}

.product__short-description strong {
    font-weight: 400;
    color: var(--color_body_text);
}

.productView-bottomInfo {
    position: relative;
    margin-bottom: 35px;
}

.productView-bottomInfo .productView-moreDesc {
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    padding: 10px 0 0 0;
}

.productView-bottomInfo .productView-moreDesc a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 35px;
    text-transform: unset;
    color: var(--color_heading_text);
    padding: 0;
    transition: unset;
    width: auto;
    background-image: linear-gradient(transparent 97%, var(--color_heading_text) 3%);
    background-repeat: repeat-x;
    background-position-y: -8px;
}

.productView-bottomInfo .productView-moreDesc a:hover {
    color: var(--color_body_url_hover);
    background-image: linear-gradient(transparent 97%, var(--color_body_url_hover) 3%);
}

.productView-bottomInfo .productView-moreDesc a:after {
    content: ">";
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    top: 7px;
    right: -13px;
}

.productView-bottomInfo .product__short-description {
    margin-bottom: 7px;
    margin-top: 23px;
}

.product__meta--item label {
    color: var(--color_heading_text);
    font-family: var(--font_stack_heading);
}

.product__countdown .countdown {
    color: var(--color_heading_text);
}

.product__price .product-card__price .price-item {
    color: var(--color_price_presale);
}

.product__price .product-card__price.price--on-sale .price-item--regular {
    color: var(--color_price_presale);
}

.product__price .product-card__price.price--on-sale .price-item--sale {
    color: var(--color_price_sale);
}

.product__terms-conditions,
.product__customers-view label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: var(--color_body_text);
    font-size: var(--font_size_base);
}

.product__terms-conditions {
    margin-bottom: 15px;
    max-width: 100%;
}


.product__terms-conditions .title {
    position: relative;
    font-weight: 400;
    line-height: 22px;
    font-family: var(--font_stack_body);
    text-transform: none;
    color: var(--color_body_text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.product__terms-conditions .title:before {
    top: 4px;
    border-radius: 0;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    height: 15px;
    width: 15px;
    content: "";
    transition: all 0.3s ease;
}

.product__terms-conditions .title:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 3px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background: rgba(255, 255, 255, 0);
    transform: rotate(-45deg);
    transition: all 0.1s;
}


.product__terms-conditions input[type="checkbox"] {
    min-height: 0;
    display: inline;
    line-height: 22px;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: none;
}

.product__terms-conditions input[type="checkbox"]:checked+.title:after {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
}

.product__terms-conditions input[type="checkbox"]:checked+.title:before {
    background-color: #fff;
}

.product-single__photos .product-single__media iframe,
.product-single__photos .product-single__media video,
.product-single__photos .product-single__media model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-single__photos .product-single__media video+.zoomImg {
    display: none !important;

}

.product-single__thumbnails .product-single__media {
    display: block;
    width: 100%;
    position: relative;
}

.product-single__thumbnails .product-single__media img,
.product-single__thumbnails .product-single__media video,
.product-single__thumbnails .product-single__media iframe,
.product-single__thumbnails .product-single__media model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
}

.product-single__thumbnails .product-single__media .product-single__thumbnail--icon {
    width: 28px;
    height: 28px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4px;
}

.product-single__thumbnails .product-single__media .product-single__thumbnail--icon svg {
    width: 100%;
    height: 100%;
}

/*=====  End of Product Details custom  ======*/


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

input[type="checkbox"]+label:before {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 0;
    border: 1px solid #d0d0d0;
    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);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

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

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

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


/*=====  End of Input label  ======*/


/*==========================================
=            Add On Halo Themes            =
==========================================*/

/**
     *
     * gdpr
     *
     */

.gdpr {
    font-size: var(--font_size_base);
    padding: 15px;
    left: 0;
    bottom: 0;
    z-index: 11;
    right: auto;
    width: 100%;
    position: fixed;
    color: var(--color_body_text);
    background-color: var(--color_body);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gdpr--right {
    left: auto;
    right: 0;
}

.gdpr .rte {
    margin-bottom: 0;
    position: relative;
}

.gdpr .rte p {
    margin-bottom: 15px;
}

.gdpr .close {
    border-bottom: none !important;
    font-weight: 500;
    display: inline-block;
    font-size: var(--font_size_base);
}

/**
     *
     * someone purchased modal
     *
     */

.someone-purchased-modal {
    left: 0;
    bottom: 0;
    z-index: 12;
    right: auto;
    position: fixed;
}

.someone-purchased-modal--right {
    left: auto;
    right: 0;
}

.gdpr+.someone-purchased-modal {
    bottom: 130px;
}

.product-notification {
    display: block;
    width: 100%;
    max-width: 405px;
    z-index: 10;
    opacity: 0;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    animation-duration: 1s;
    transition: all 1s ease;
    color: var(--color_someone_purchased);
    background: var(--color_bg_someone_purchased);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-notification.active {
    opacity: 1;
    visibility: visible;
}

.product-notification .close {
    top: 5px;
    right: 5px;
    font-size: 35px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    color: #5a5a5a;
}

.product-suggest {
    width: 100%;
    font-size: 0;
    vertical-align: top;
    display: inline-block;
}

.product-suggest .product-image {
    width: 80px;
    height: 100px;
    font-size: var(--font_size_base);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.product-suggest .product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.product-suggest .column-right {
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: middle;
    font-size: var(--font_size_base);
    padding: 10px 35px 10px 20px;
}

.product-suggest .text {
    margin-bottom: 0px;
    display: inline;
    color: var(--color_someone_purchased);
    font-size: 14px;
}

.product-suggest .product-name {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--font_stack_heading);
    color: var(--color_link_someone_purchased);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -5px;
    max-width: 100%;
}

.product-suggest .info-ago {
    margin-top: -10px;
    color: var(--color_someone_purchased);
}

.product-suggest .time-text {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**
     *
     * Ask an Expert
     *
     */
.ask-an-expert .no-image {
    border: 1px solid #fff;
}

.modal-ask-an-expert {
    max-width: 740px;
    min-height: calc(100% - (0.75rem * 2));
}

.modal-ask-an-expert .modal-header {
    justify-content: center;
    padding: 13px 10px;
    border: 0;
}

.modal-ask-an-expert .modal-title {
    font-weight: normal;
    font-size: 16px;
    text-transform: unset;
}

.modal-ask-an-expert .modal-body {
    padding-top: 20px;
    padding-bottom: 80px;
}

.modal-ask-an-expert .modal-logo {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 19px 0 19px;
    background-color: #fafafa;
    min-height: 80px;
}

.modal-ask-an-expert .modal-logo .placeholder-svg {
    width: 166px;
    height: 43px;
    display: inline-block;
}

.modal-ask-an-expert .modal-logo .recommended_size {
    top: 26px;
}

.modal-ask-an-expert .form-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.modal-ask-an-expert .form-group {
    margin-bottom: 17px;
}

.modal-ask-an-expert .form-label {
    margin-bottom: 6px;
    text-transform: unset;
}

.modal-ask-an-expert .des {
    color: #5a5a5a;
    text-align: center;
    margin-bottom: 13px;
    padding-bottom: 10px;
    line-height: 22px;
    font-style: italic;
    font-size: 14px;
    max-width: 65%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.modal-ask-an-expert .title {
    font-size: var(--font_size_base);
    text-align: center;
    line-height: 24px;
    margin: 1px 0 17px;
    text-transform: inherit;
}

.modal-ask-an-expert .title span {
    border-bottom: 1px solid #bec9ca;
}

.modal-ask-an-expert .actions .btn {
    width: 100%;
}

.modal-ask-an-expert .custom-radio {
    margin-bottom: 18px;
    padding-top: 10px;
}

.modal-ask-an-expert .custom-radio label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.modal-ask-an-expert .custom-radio label:not(.form-label) {
    color: #5a5a5a;
    font-weight: 500;
}

.modal-ask-an-expert .custom-radio.last {
    margin-bottom: 18px;
    padding-top: 0;
}

.modal-ask-an-expert .custom-radio.last label:first-child {
    display: block;
    margin-right: 0;
    margin-bottom: 7px;
}

.modal-ask-an-expert .custom-radio.last label:first-child p {
    olor: var(--color_heading_text) !important;
}

.modal-ask-an-expert .custom-radio input[type="radio"] {
    vertical-align: top;
    margin-right: 10px;
    display: none;
}

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

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

.modal-ask-an-expert .custom-radio input[type="radio"]+label:after {
    position: absolute;
    content: "";
    border: 4px solid #274b4f;
    border-radius: 50%;
    top: 11px;
    left: 3px;
    transition: all 0.3s ease;
}

.modal-ask-an-expert .custom-radio input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.modal-ask-an-expert .custom-radio input[type="radio"]:checked+label:after,
.modal-ask-an-expert .custom-radio input[type="radio"]+label:hover:after {
    opacity: 1;
    transform: scale(1);
}

.modal-ask-an-expert .actions {
    margin-top: 2px;
}

.modal-ask-an-expert .actions .btn {
    height: 46px;
    line-height: 44px;
}

.ask-an-expert {
    position: fixed;
    right: 0px;
    top: initial;
    bottom: 30px;
    z-index: 19;
    display: none;
    width: 100%;
    max-width: 220px;
    border-radius: 2px;
    overflow: hidden;
}

.ask-an-expert.is-visible {
    display: block;
}

.ask-an-expert a {
    display: block;
    color: #999;
}

.ask-an-expert a .placeholder-svg {
    width: 220px;
    height: 120px;
    border-radius: 5px;
}

.ask-an-expert a img {
    border-radius: 5px;
    display: block;
}

.ask-an-expert .icon-mb {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    background: var(--color_btn_primary_bg);
    color: var(--color_heading_text);
    display: none;
    border-radius: 3px 0px 0px 3px;
}

.ask-an-expert .icon {
    width: 20px;
    height: 20px;
    margin-right: 0;
    display: block;
    margin: 10px auto;
}

.ask-an-expert .icon use {
    background-color: #fff;
}

.ask__terms-conditions {
    padding: 12px 0px 10px;
    border-top: 1px solid #e2e2e7
}

.ask__terms-conditions .title_terms {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    font-weight: normal;
    color: #5a5a5a;
    padding-left: 23px;
}

.ask__terms-conditions .title_terms a {
    color: #274b4f;
}

.ask__terms-conditions .title_terms a span {
    border-bottom: 1px solid #678183;
}

.modal-ask-an-expert .actions.disabled {
    cursor: none;
    opacity: 0.7;
    pointer-events: none;
}

/**
     *
     * EditCart Popup
     *
     */
.cart-edit-modal {
    text-align: left;
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0 auto;
    min-height: 100px;
    max-height: 90vh;
    max-width: 740px;
    position: relative;
    pointer-events: auto;
    font-size: var(--font_size_base);
    color: var(--color_body_text);
    background-color: var(--color_body);
    border-radius: 3px;
}

.cart-edit-modal .product-edit__vendor {
    text-align: left;
    font-size: 14px;
}

.cart-edit-modal .close {
    top: 5px;
    right: 5px;
    z-index: 5;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    color: var(--color_body_text);
}

.cart-edit-modal .close .icon {
    width: 18px;
    height: 18px;
    top: 3px;
    left: -7px;
}

.cart-edit-modal form {
    min-width: 700px;
    overflow: auto;
}

.cart-edit-modal form::-webkit-scrollbar-track {
    background-color: #ddd;
    height: 7px;
}

.cart-edit-modal form::-webkit-scrollbar {
    width: 0;
    background-color: #ddd;
    height: 7px;
}

.cart-edit-modal form::-webkit-scrollbar-thumb {
    background-color: #ddd;
    height: 7px;
}

.cart-edit-modal .product-form__error-message-wrapper {
    margin: 0 0 15px 0;
    padding: 0 15px;

}

.cart-edit-option-selector option[disabled="disabled"] {
    opacity: 0.5;
}

.product-edit-wrapper {
    display: block;
    padding: 20px;
}

.product-edit {
    display: table;
}

.product-edit__image,
.product-edit__content {
    display: table-cell;
    vertical-align: middle;
}

.product-edit__image {
    width: 100px;
}

.product-edit__content {
    padding-left: 25px;
}

.product-edit-button .btn {
    width: 100%;
    display: block;
    border-radius: 0px 0px 3px 3px;
}

.product-edit-option table {
    margin-bottom: 13px;
}

.product-add-more {
    padding: 10px 26px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px 0 rgba(0, 0, 0, .1);
}

[data-cart-edit-head] th {
    border: none;
    padding: 6px 7px;
    color: var(--color_body_text);
    background-color: #fafafa;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

[data-cart-edit-head] th:first-child {
    padding-left: 30px;
}

[data-cart-edit-body] tr {
    border-bottom: 1px solid var(--color_border);
}

[data-cart-edit-body] td {
    border: none;
    padding: 15px 7px;
}

[data-cart-edit-body] td {
    width: 150px;
}

[data-cart-edit-body] td:first-child {
    padding-left: 30px;
    width: 200px;

}

[data-cart-edit-body] .cart-edit-option-selector {
    width: 100%;
    min-width: 150px;
    max-width: 150px;
}

[data-cart-edit-body] td:first-child .cart-edit-option-selector {
    width: 100%;
    min-width: 200px;
    max-width: 200px;
}


[data-cart-edit-body] .price-item {
    font-weight: 400;
}

.cart-edit__qty {
    position: relative;
    width: 150px;
}

.cart-edit__qty [data-qtt-editcart] {
    border: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
}

.cart-edit__qty .minus[data-qtt-editcart] {
    left: 0;
}

.cart-edit__qty .plus[data-qtt-editcart] {
    right: 0;
}

.cart-edit__qty [data-qtt-editcart] .icon {
    width: 100%;
    height: 100%;
    padding: 17px;
}

.cart-edit__qty .cart__qty-input {
    width: 100px;
    padding: 0 12px;
    border: 1px solid var(--color_border_form);
}

.cart-edit__remove .cart__remove {
    margin: 0;
    font-size: 30px;
    padding-right: 17px;
}

.cart-edit__remove .cart__remove a {
    top: -3px;
    border: none;
    text-decoration: none;
    position: relative;
}

.cart-edit__remove .cart__remove .icon {
    width: 18px;
    height: 18px;
}

.product-addmore-button {
    text-transform: capitalize;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin-left: 20px;
    color: #274b4f;
    font-style: italic;
}

.product-addmore-button:before {
    top: 9px;
    content: "";
    width: 9px;
    height: 1px;
    right: calc(100% + 6px);
    display: block;
    position: absolute;
    background-color: #274b4f;
}

.product-addmore-button:after {
    top: 50%;
    content: "";
    width: 1px;
    height: 9px;
    right: calc(100% + 10px);
    display: block;
    position: absolute;
    background-color: #274b4f;
    transform: translateY(-50%);
}

.product-addmore-button:hover {
    color: var(--color_body_url_hover);
}


/**
     *
     * Newsletter Popup
     *
     */
.modal-newsletter {
    text-align: left;
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0 auto;
    max-height: 90vh;
    overflow-y: auto;
    max-width: 940px;
    position: relative;
    pointer-events: auto;
    font-size: var(--font_size_base);
    color: var(--color_body_text);
    background-color: var(--color_body);
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.newsletter--content {
    width: 100%;
    padding: 30px 15px;
}

.modal-newsletter--full .newsletter--content {
    width: 100%;
}

.newsletter--image {
    display: none;
}

.newsletter--subheading {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.newsletter--heading {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    line-height: 16px;
    margin: 0 0 10px 0;
    color: var(--color_heading_text);
    text-transform: none;
}

.newsletter--message p {
    display: inline-block;
    margin-bottom: 0;
    color: var(--color_body_text);
    font-style: italic;
    font-size: 16px;
    margin: 0px;
}


.newsletter--form {
    margin-top: 20px;
    margin-bottom: 20px;
}

.newsletter--form .input-group {
    display: block;
}

.newsletter--form .newsletter__input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 18px 0;
    background-color: var(--color_body);
    border-color: var(--color_border_form);
    border-radius: 3px;
}

.header-middle__right .navUser-action:hover {
    color: var(--color_bg_cart_countpill);
}

.header-middle__right .header-middle__item--account .navUser-action:hover span {
    border-bottom: 1px solid;
}

.newsletter--form .btn {
    width: 100%;
    display: block;
    min-width: 120px;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
}

.newsletter--content .social_list {
    margin-top: 20px;
}

.newsletter--content .social-icons .icon {
    color: var(--color_heading_text);
    fill: var(--color_heading_text);
}

.newsletter--showAgain {
    margin-top: 15px;
    line-height: 20px;
}

.newsletter--showAgain #dismiss {
    display: none;
}

.newsletter--showAgain #dismiss+label {
    font-weight: 400;
    padding-left: 0px;
    position: relative;
    color: var(--color_heading_text);
    font-size: 14px;
    font-style: italic;
}

.newsletter--showAgain #dismiss+label span {
    border-bottom: 1px solid var(--color_border_form)
}

.newsletter--showAgain #dismiss+label:after,
.newsletter--showAgain #dismiss+label:before {
    display: none;
}

.modal-newsletter .link_share {
    margin-top: 27px;
}

input[type="checkbox"]:checked+label span {
    color: var(--color_heading_text);
    border-color: var(--color_heading_text)!important;
}

.modal-newsletter .close {
    top: 5px;
    right: 5px;
    z-index: 5;
    width: 30px;
    height: 30px;
    font-size: 40px;
    line-height: 30px;
    position: absolute;
    color: var(--color_heading_text);
}

[data-section-type="newsletter"] {
    font-size: 0;
}

[data-section-type="newsletter"] .form-single-field {
    font-size: var(--font_size_base);
}

[data-section-type="newsletter"] .input-group__field {
    border-color: var(--color_heading_text);
}

/**
     *
     * Before You Leave
     *
     */

.before-you-leave__wrapper {
    overflow: auto;
    max-height: 100vh;
}

.before-you-leave__wrapper .product-card__content,
.before-you-leave__wrapper .product-card__vendor {
    text-align: left;
}

.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 .beforeYouLeave__close {
    position: absolute;
    left: -55px;
    top: 25px;
}

.before-you-leave__wrapper .beforeYouLeave__close .icon-close {
    color: #fff;
    width: 25px;
    height: 25px;
}

.before-you-leave__header {
    position: relative;
    z-index: 9;
    padding-bottom: 42px;
}

.before-you-leave__content .search-form__results {
    display: block !important;
    box-shadow: none;
    padding: 25px 15px;
}

.before-you-leave__content .title,
.before-you-leave__content .sub_title,
.before-you-leave__content .sale_off,
.before-you-leave__content .code_sale,
.before-you-leave__content .des {
    color: var(--befo_des_color);
}

.before-you-leave__content .title {
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 12px;
}

.before-you-leave__content .sub_title {
    font-weight: bold;
    margin-bottom: 10px;
}

.before-you-leave__content .sale_off {
    font-size: 40px;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.before-you-leave__content .des {
    margin-bottom: 15px;
}

.before-you-leave__content .code_sale {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 37px;
}

.before-you-leave__header--text svg {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
}

.before-you-leave__content .search-form {
    margin: 15px 10px 0px;
    transition: all .5s ease, z-index 0s ease;
    height: 0px;
    overflow: hidden;
}

.beforeYouLeave_search_open .before-you-leave__content .search-form {
    height: 46px;
    overflow: visible;
}

.before-you-leave__bg {
    padding: 30px 20px 20px 20px;
    color: #ffffff;
    position: relative;
    background-color: #b3b7b4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.before-you-leave__bg .rte {
    z-index: 2;
    position: relative;
}

.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 strong {
    font-size: 24px;
    font-weight: 500;
    color: inherit;
    text-transform: uppercase;
    font-family: var(--font_stack_heading);
}

.before-you-leave__bg .rte p:first-child strong {
    font-size: 32px;
    text-transform: none;
}

.before-you-leave__bg .rte a:not(.btn) {
    padding-bottom: 2px;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #ffffff;
}

.before-you-leave__bg .btn {
    width: 100%;
    z-index: 2;
    position: relative;
}

.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 #e6e6e6;
}

.before-you-leave__content--product .product-card__button .btn {
    min-width: 136px;
}

.before-you-leave__content--title .title {
    margin-bottom: 0;
    color: var(--color_btn_primary_text);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.before-you-leave__content--title .count {
    width: 23px;
    height: 23px;
    font-size: 14px;
    line-height: 23px;
    margin-left: 5px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: var(--back_compare_count);
    color: var(--color_compare);
    position: relative;
    top: -2px;
}

.beforeYouLeave_search_open .before-you-leave__content--title .search .icon-search {
    display: none;
}

.beforeYouLeave_search_open .before-you-leave__content--title .search .icon-close {
    display: block;
}

.before-you-leave__content .search-form__products .halo-row__item {
    width: 50% !important;
}

.before-you-leave__content .search-form__products .product-card__button--wrapper {
    margin: 20px 0px 0px;
}

.before-you-leave__content .search-form__results.is-open {
    height: 100vh;
}

.before-you-leave__content--title .search .icon-search {
    display: block;
}

.before-you-leave__content--title .search .icon-close {
    display: none;
}

.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: var(--color_body_text);
    background-color: #ffffff;
}

.before-you-leave__content--title .search-bar button {
    color: var(--color_body_text);
}

.before-you-leave__content--title .search-bar input {
    color: var(--color_body_text);
    background-color: #ffffff;
    width: calc(100% - 34px);
}

.before-you-leave__content--title .search-form__results {
    top: 100%;
    width: 100%;
}

.before-you-leave__content .search-bar input {
    background: #f8f8f8;
}

.before-you-leave__content--title .icon-close {
    width: 13px;
    height: 12px;
}

.before-you-leave__content--product {
    z-index: 1;
    position: relative;
    padding: 20px 20px 50px 20px;
}

.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: #ffffff;
}

.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: #ffffff;
}

.before-you-leave__content--product .slick-slide>div {
    margin-bottom: 20px;
}

.before-you-leave__content--product .slick-arrow {
    top: auto;
    bottom: -34px;
    width: 20px;
    height: 20px;
    transform: none;
    color: #5a5a5a;
}

.before-you-leave__content--product .slick-arrow svg {
    color: #5a5a5a;
}

.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 {
    bottom: -37px;
}

.before-you-leave__button {
    display: block;
    padding-top: 30px;
}

.before-you-leave__button .btn {
    width: 100%;
    background: #93a5a7;
    border-color: #93a5a7;
}


/**
     *
     * Product Detail
     *
     */

.product-single {
    display: block;
    position: relative;
}

.product-single__photos {
    font-size: 0;
    width: 100%;
    display: block;
    margin-bottom: 50px;
    position: relative;
    padding-right: 0;
}

.product-single__photos .wrapper-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.product-single__photos .wrapper-image .product-single__photos--item {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.product-single__photos .thumbnails-wrapper {
    width: 60px;
    padding: 0;
    /* display: none;*/
    vertical-align: top;
}

.product-single__photos>div {
    position: relative;
    font-size: var(--font_size_base);
}

.product-single__details {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    font-size: var(--font_size_base);
}

.product-single__photo,
.product-thumbnails__photo {
    position: relative;
    overflow: hidden;
    display: block;
}

.product-single__photo:before,
.product-thumbnails__photo:before {
    content: "";
    display: block;
    position: relative;
    padding-top: var(--my-height-var);
}

.product-single__photo-image,
.product-thumbnails__photo-image {
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.product-single__photos-wrapper.slider:not(.slick-slider) {
    white-space: nowrap;
    overflow: hidden;
}

.product-single__photos-wrapper {
    margin-left: -5px;
    margin-right: -5px;
}

.product-single__photos--item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.product-single__photos-wrapper,
.product-single__photos-wrapper.slick-dotted {
    margin-bottom: 0
}

.product-single__photos-wrapper .slick-next {
    right: 24px;
}

.product-single__photos-wrapper .slick-prev {
    left: 24px;
}

.product-single__photos-wrapper .slick-prev svg,
.product-single__photos-wrapper .slick-next svg {
    color: #7b7b7b;
    fill: #7b7b7b;
    stroke: #7b7b7b;
}

.product-single__photos-wrapper .slick-dots {
    bottom: auto;
    position: relative;
}

.product-single__photos-wrapper .slick-dots li button {
    border-color: #bdbdbd;
    background-color: #bdbdbd;
}

.product-single__photos-wrapper .slick-dots li.slick-active button {
    border-color: #8f8f8f;
    background-color: transparent;
}

.product-single__thumbnails {
    margin: 0;
    font-size: 0;
    padding: 30px 0 38px 0;
    display: block;
    position: relative;
}

.product-single__thumbnails.arrows-disable {
    padding: 0;
    margin-top: -8px;
}

.product-single__thumbnails:not(.slick-slider) {
    white-space: nowrap;
    overflow: hidden;
}

.product-single__thumbnails .slick-prev,
.product-single__thumbnails .slick-next {
    opacity: 1;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    left: 50%;
    display: block;
    position: absolute;
    transform: translateX(-50%);
}

.product-single__thumbnails .slick-prev {
    top: 0;
}

.product-single__thumbnails .slick-next {
    bottom: 0;
    top: auto;
}

.product-single__thumbnails .slick-prev svg,
.product-single__thumbnails .slick-next svg {
    width: 100%;
    height: 100%;
}

.product-single__thumbnails-item {
    padding: 8px 0;
    width: 100%;
    display: block;
}

.product-single__thumbnails-item.slick-current .product-thumbnails__photo img {
    opacity: 0.6;
    width: 100%;
}

.product-single__thumbnails-item.slick-current .product-thumbnails__photo:after {
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #193753;
}

.product__title {
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.product-single__details .wrapper__details .product__vendor a,
.product-single__details .product__vendor a {
    line-height: 1;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    color: var(--color_product_vendor);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    padding-bottom: 9px;
}

.productView-optionsLabel {
    color: var(--color_product_vendor);
}

.product-single__details .product__group .spr-badge .spr-badge-caption {
    font-size: 14px;
}

.product-single .spr-badge-starrating {
    margin-right: 8px;
}

.product__group {
    display: block;
    margin-bottom: 8px;
}

.product__group .spr-badge {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    pointer-events: auto;
}

.product__group .spr-badge+.product__sold {
    margin-left: 0;
    display: block;
    margin-top: 5px;
}

.product__sold {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 28px;
    color: #ce2b1e;
    margin: 0 0 0 5px;
}

.product__sold .icon {
    width: 16px;
    height: 16px;
    top: -2px;
    position: relative;
    fill: #ce2b1e;
}

.product__meta {
    display: table;
    margin-bottom: 10px;
}

.product__meta--item {
    display: block;
    margin-bottom: 0px;
}

.product__meta--item .title_label {
    text-transform: uppercase;
    min-width: 100px;
    font-size: 14px;
    font-style: inherit;
}

.product__meta--item label,
.product__meta--item span {
    margin: 0;
    padding: 0;
    font-size: var(--font_size_minus2);
    display: inline-block;
    color: var(--color_body_text);
    font-style: italic;
    text-transform: capitalize;
}

.product__meta--item span a {
    color: inherit;
}

.variant-inventory .out_of_stock {
    display: block;
    padding: 0;
}

.variant-inventory .many_in_stock {
    display: none;
    padding: 0;
}

.variant-inventory--true .out_of_stock {
    display: none;
}

.variant-inventory--true .many_in_stock {
    display: block;
}

.product__price {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product__price .product-card__price .price-item {
    font-size: 20px;
    font-weight: bold;
}

.product__countdown .countdown--label,
.product__countdown .countdown {
    display: inline-block;
    vertical-align: top;
}

.product__countdown .countdown--label {
    margin-right: 7px;
}

.product__countdown .countdown--label span {
    border-bottom: 1px solid;
}

.product__countdown .countdown--label .icon {
    width: 13px;
    margin-right: 9px;
}

.product__countdown .countdown {
    font-size: var(--font_size_base);
    font-weight: bold;
    text-transform: uppercase;
}

.product__policies,
.product__countdown,
.product__short-description {
    display: block;
    margin-bottom: 15px;
}

.product__total-price {
    margin-top: -5px;
    margin-bottom: 15px;
}

.product__total-price .label {
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.product__total-price .price {
    display: inline-block;
    vertical-align: middle;
}

.product__customers-view {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.product__customers-view svg,
.product__customers-view label,
.product__customers-view span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.product__customers-view svg {
    width: 18px;
    height: 20px;
}

.product__customers-view label {
    font-weight: 400;
    margin-bottom: 0;
}

.product__socialshare {
    display: block;
    margin-left: -8px;
}

.at-style-responsive .at-share-btn {
    padding: 3px 4px !important;
}

.at-resp-share-element .at-icon,
.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 20px !important;
    height: 20px !important;
}

.qty-group {
    display: inline-block;
    position: relative;
}

.qty-group input[data-quantity-input] {
    width: 110px;
    height: 40px;
    line-height: 1;
    border: 1px solid #cbcbcb;
    background-color: #ffffff;
}

.qty-group a {
    right: 10px;
    width: 14px;
    height: 10px;
    pointer-events: auto;
    line-height: 10px;
    position: absolute;
    border-bottom: none;
}

.qty-group a.plus {
    top: 9px;
}

.qty-group a.minus {
    bottom: 9px;
    top: auto;
}

.qty-group .icon {
    width: 14px;
    height: 14px;
    pointer-events: none;
    line-height: 10px;
    vertical-align: top;
}

.qty-group a.minus .icon {
    margin-top: -5px;
}

/**
     *
     * Product QuickView
     *
     */

#product-quickview .close {
    top: 1px;
    right: 5px;
    z-index: 5;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    color: var(--color_body_text);
}

#product-quickview .modal-body {
    overflow: auto;
    max-height: 85vh;
}

#product-quickview .modal-body .product-quickview-template__container {
    padding: 25px 25px 28px 15px;
}

#product-quickview .product__countdown .countdown {
    color: var(--color_body_text);
}

#product-quickview .view_detail {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-top: 17px;
}

#product-quickview .view_detail span {
    color: var(--color_heading_text);
    border-bottom: 1px solid;
}

#product-quickview .view_detail:hover span {
    color: var(--color_body_url_hover);
}

#product-quickview .view_detail span:after {
    content: ">";
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    top: -2px;
    right: -15px;
}

#product-quickview .modal-body::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}

#product-quickview .modal-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f4f4f4;
}

#product-quickview .modal-body::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.product-quickview-template__container .product-single {
    padding: 0;
}

.product-quickview-template__container .product-single__photos {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.product-quickview-template__container .product-single__photos .wrapper_image {
    width: calc(100% - 85px);
}

.product-quickview-template__container .product-single__photos-wrapper .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.product-single__details .sale-badge {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    height: 22px;
    padding: 0 7px;
    text-transform: capitalize;
    color: var(--color_sale_badge_text);
    background-color: var(--color_sale_badge_bg);
    border-radius: 0px;
    margin-top: 5px;
}
.product-single__details .sale-badge.first_variant_no_sale{
    display:none;
}

.product-single__details .sale-badge:before {
    content: "";
    position: absolute;
    border: 11px solid transparent;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-right-color: var(--color_sale_badge_bg);
}

.product-single__photos .sale-badge {
    display: none !important;
}

.product-single__details .product__price {
    display: inline-block;
    vertical-align: bottom;
}

.product-quickview-template__container .product-single__photos {
    padding: 15px;
}

.product-quickview-template__container .product-single__details {
    padding: 15px 15px 15px 0;
    overflow: auto;
}

.product-quickview-template__container .product-single__photos-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.product-quickview-template__container .thumbnails-wrapper {
    width: 85px;
    padding: 17px;
    ;
    display: inline-block;
    vertical-align: top;
}



.product-quickview-template__container .product-single__photos,
.product-quickview-template__container .product-single__details {
    margin-bottom: 0px;
}

.product-quickview-template__container .product-wrapper {
    padding: 0;
}

@-moz-document url-prefix() {
    .product-quickview-template__container .product-wrapper {
        margin-bottom: 15px;
    }
}

.product-quickview-template__container .product__title {
    font-size: 24px;
    padding-right: 0;
}

.product-quickview-template__container .product-form__item--submit {
    margin-bottom: 0;
    width: calc(100% - 125px);
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}

.product-quickview-template__container .product__terms-conditions {
    margin-bottom: 10px;
}

.product-form__item--submit .btn--wishlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background: #f7f7f9;
    border-color: transparent;
}

.product-form__item--submit .btn--wishlist .icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    position: relative;
    top: 1px;
    left: 1px;
    z-index: 5;
    margin: 0;
    fill: #193753;
}

.product__customers-view {
    padding: 15px 0px 17px;
    font-size: 14px;
    font-style: italic;
}

.productView-infoTabs {
    border-bottom: 1px solid var(--color_border);
    padding: 5px 0 14px;
    margin: 0 0 14px 0;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0;
    justify-content: space-between;
}
.productView-infoTabs.customers-view-disable{
	margin-top:25px;
}

.productView-infoTabs a .icon {
    width: 26px;
    height: 26px;
    fill: var(--color_body_url_hover);
    transition: unset;
    margin: 0 8px 0 0;
}

.product-single__thumbnails .slick-track {
    margin: 0 auto;
}

.productView-infoTabs a .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    color: var(--color_heading_text);
}

.productView-infoTabs a:hover .text {
    color: var(--color_body_url_hover);
    border-bottom: 1px solid;
}


.product-form__item--submit .btn--wishlist.wishlist-added {
    border: 1px solid var(--color_body_url_hover);
    color: var(--color_body_url_hover);
}

.product-form__controls-group .product-form__item label {
    font-family: var(--font_stack_body);
    font-weight: 700;
    margin: 5px 0 15px 0;
}

.product-quickview-template__container .product-form__item--submit .btn--addToCart {
    width: calc(100% - 65px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
    top: auto;
    left: auto;
    height: 50px;
}

.product-quickview-template__container .social-share .text_share {
    display: none;
}

.product-quickview-template__container .product-form__item--submit .btn--wishlist {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}

/**
     *
     * language switchers
     *
     */

.flag {
    width: 30px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    background-image: url(//www.iwagumi.com/cdn/shop/t/3/assets/flags_responsive2.png?1906) !important;
    background-size: 100%;
    background-repeat: no-repeat;
}

.flag-eur {
    background-image: url(//www.iwagumi.com/cdn/shop/t/3/assets/flags_responsive3.png?1906) !important;
}

.translation-lab-language-switcher-container {
    float: none;
}

.translation-lab-language-switcher {
    display: inline-block;
    width: auto;
    border: none;
    margin: 0 0 0 8px;
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
    text-transform: uppercase;
    background: transparent;
}

.language-dropdown {
    display: block;
    position: relative;
}

.language-dropdown .dropdown-label {
    padding: 0;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: var(--font_size_base);
    font-weight: 400;
    color: var(--color_heading_text);
    background-color: transparent;
}

.language-dropdown .dropdown-label:after {
    content: none;
}

.language-dropdown .dropdown-label>.icon {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}

.language-dropdown .dropdown-label>.text {
    display: inline-block;
    vertical-align: middle;
}

.language-dropdown .dropdown-label .icon-arrow {
    width: 10px;
    height: 10px;
    margin-left: 7px;
    margin-right: 0;
}

.language-dropdown .dropdown-label .flag {
    margin-right: 7px;
}

.language-dropdown .dropdown-menu {
    width: 225px;
    margin: 0;
    padding: 0 0 10px 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0;
    height: auto;
    overflow: auto;
    font-weight: 400;
    color: var(--color_body_text);
    background-color: #ffffff;
}

.language-dropdown .dropdown-menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}

.language-dropdown .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f4f4f4;
}

.language-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.language-dropdown .dropdown-menu .icon {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.language-dropdown .dropdown-menu .text {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.language-dropdown .dropdown-menu .icon-arrow {
    display: none;
    width: 10px;
    height: 10px;
}

.language-dropdown .dropdown-item {
    width: 50%;
    padding: 4px 20px 8px;
    font-size: var(--font_size_base);
    color: var(--dropdown_text);
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    text-transform: lowercase;
    background-color: transparent;
}

.language-dropdown .dropdown-item.dropdown-item--full,
.currency-dropdown .dropdown-item.dropdown-item--full {
    width: 100%;
    pointer-events: none;
    padding: 6px 20px 6px;
    background-color: #fafafa;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #969696;
    font-style: italic;
}

.language-dropdown .dropdown-item:nth-child(2n) {
    padding-left: 0;
}

.language-dropdown .dropdown-item:nth-child(2n + 1) {
    padding-right: 10px;
}

.language-dropdown .dropdown-item.active,
.language-dropdown .dropdown-item:active {
    color: var(--color_body_text);
    background-color: #ffffff;
}

.language-dropdown .dropdown-item.active .text,
.language-dropdown .dropdown-item:active .text {
    text-decoration: underline;
    text-underline-position: under;
}

/**
     *
     * Currency switchers
     *
     */

.currency-dropdown {
    display: block;
    position: relative;
}

.currency-dropdown .dropdown-label {
    padding-right: 0;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: var(--font_size_base);
    font-weight: 400;
    color: var(--color_text_header);
    background-color: transparent;
}

.currency-dropdown .dropdown-label:after {
    content: none;
}

.currency-dropdown .dropdown-label .icon {
    margin-left: 0;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}

.header_bottom__currency .currency-dropdown .dropdown-label .text {
    padding-top: 4px;
}

.currency-dropdown .dropdown-label .text {
    display: inline-block;
    vertical-align: top;
}

.currency-dropdown .dropdown-label .icon-arrow {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    margin-right: 0;
}

.currency-dropdown .dropdown-label .flag {
    margin-right: 7px;
    display: none;
}

.header_bottom__language_currency {
    position: relative;
    padding-top: 10px;
}

.dropdown-language-currency {
    position: absolute;
    top: calc(100% - 7px);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);

}

.dropdown-language-currency .dropdown-menu {
    position: relative;
    border: none;

}

.dropdown-language-currency .dropdown-menu .text {
    color: #5a5a5a;
}



.currency-dropdown .dropdown-menu {
    width: 225px;
    margin: 0;
    padding: 0 0 10px 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0;
    height: auto;
    overflow: auto;
    font-weight: 400;
    color: var(--color_body_text);
    background-color: transparent;
}

.currency-dropdown .dropdown-menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}

.currency-dropdown .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f4f4f4;
}

.currency-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.currency-dropdown .dropdown-menu .icon {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.currency-dropdown .dropdown-menu .icon img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -1px;
}

.currency-dropdown .dropdown-menu .text {
    display: inline-block;
    vertical-align: middle;
}

.currency-dropdown .dropdown-menu .icon-arrow {
    display: none;
    width: 10px;
    height: 10px;
    margin: 0;
}

.currency-dropdown .dropdown-menu .flag {
    font-size: 0;
    margin-right: 7px;
}

.currency-dropdown .dropdown-item {
    width: 50%;
    font-size: var(--font_size_base);
    padding: 4px 20px 9px;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    color: var(--color_body_text);
    background-color: transparent;
}

.currency-dropdown .dropdown-divider,
.language-dropdown .dropdown-divider {
    margin: 0 0 10px 0;
    border: none;
}

.currency-dropdown .dropdown-item:nth-child(2n) {
    padding-left: 0;
}

.currency-dropdown .dropdown-item:nth-child(2n + 1) {
    padding-right: 10px;
}

.currency-dropdown .dropdown-item.active,
.currency-dropdown .dropdown-item:active {
    color: var(--color_body_text);
    background-color: #ffffff;
}

.currency-dropdown .dropdown-item.active .text,
.currency-dropdown .dropdown-item:active .text {
    text-decoration: underline;
    text-underline-position: under;
}

.grid .product-card__variant--popup--content .product-card_wishlist {
    display: none;
}

/**
     *
     * Recently view product
     *
     */


.lst-seen-widget {
    position: fixed;
    top: 50%;
    right: -130px;
    width: 80px;
    height: auto;
    z-index: 99;
    user-select: none;
    color: var(--color_heading_text);
    background: rgb(255, 255, 255);
    border-radius: 0px;
    transition: right 0.5s ease 0s;
    transform: translateY(-50%);
    border: 1px solid #e2e2e7;
    box-shadow: none;
}
.open_popup_productCompare .lst-seen-widget,
.open_popup_productCompare .product-notification,
.open_popup_productCompare .ask-an-expert,
.open_popup_productCompare .someone-purchased-modal{
	z-index: 0;
}
.lst-seen-widget.is-show-widget {
    right: 3px;
    border-radius: 2px;
}

.lst-seen-widget::before {
    width: 10px;
    height: 30px;
    content: "";
    top: 0px;
    left: -1px;
    z-index: 1;
    position: absolute;
    background: rgb(255, 255, 255);
}

.lst-seen-widget .collapse-icon,
.lst-seen-widget .top,
.lst-seen-widget .in-content .no-products,
.lst-seen-widget .bottom,
.wrap-icons div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lst-seen-widget .in-content .no-products>svg,
.lst-seen-widget .in-content .no-products>img {
    opacity: 0.1;
}

.lst-seen-widget .collapse-icon {
    top: -1px;
    width: 20px;
    height: 30px;
    left: -20px;
    cursor: pointer;
    position: absolute;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #e2e2e7;
    box-shadow: none;
    border-radius: 2px 0px 0px 2px;
}

.lst-seen-widget .collapse-icon svg {
    width: 10px;
    height: 10px;
    fill: var(--color_heading_text);
    color: var(--color_heading_text);
    margin-left: 3px;
}

.lst-seen-widget .top {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transition: all 0.25s ease 0s;
}

.lst-seen-widget.slided-up .top {
    opacity: 1;
    height: 53px;
    visibility: visible;
    transform: translateY(0px);
}

.lst-seen-widget.slided-up .top svg {
    width: 25px;
    height: 25px;
    fill: var(--color_heading_text);
    color: var(--color_heading_text);
    position: relative;
    top: 2px;
}

.lst-seen-widget.slided-up .top .countPill {
    color: var(--color_cart_countpill);
    background-color: var(--color_bg_cart_countpill);
}

.lst-seen-widget .in-content {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.lst-seen-widget .no-products {
    display: block;
}

.lst-seen-widget .no-products .icon {
    width: 46px;
    height: 46px;
    opacity: 0.4;
}

.lst-seen-widget.slided-up .in-content {
    border-radius: 0;
    border-top: 1px solid #e2e2e7;
    border-bottom: 1px solid #e2e2e7;
}

.lst-seen-widget .in-content .title {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 5px;
    line-height: 18px;
    color: #5a5a5a;
    position: relative;
    margin-bottom: 13px;
}

.lst-seen-widget .slick-prev svg,
.lst-seen-widget .slick-next svg {
    color: #5a5a5a;
    fill: #5a5a5a;
    stroke: #5a5a5a;
}

.lst-seen-widget .in-content.hide+.bottom {
    border-top: none;
}

.lst-seen-widget .bottom {
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transform: translateY(-40px);
    transition: all 0.3s ease 0s;
    fill: #5a5a5a;
    color: #5a5a5a;
}

.lst-seen-widget.slided-up .bottom {
    opacity: 1;
    height: 45px;
    visibility: visible;
    transform: translateY(0px);
}

.lst-seen-widget .bottom div {
    font-size: 14px;
    margin-left: 4px;
    text-transform: capitalize;
}

.lst-seen-widget .bottom svg {
    width: 18px;
    height: 14px;
    transform: rotate(-90deg);
}

.backtoTop.no_rcv {
    bottom: 45%;
    right: 15px;
    z-index: 9;
    padding: 2px;
    font-size: 0;
    cursor: pointer;
    position: fixed;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    transition: all 0.3s ease;
    color: #274b4f;
    background-color: 3fff;
    border: 1px solid #274b4f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: none;
}

.backtoTop.no_rcv .icon {
    fill: #274b4f;
    width: 30px;
    height: 30px;
    padding: 9px;
    display: block;
}

.backtoTop.no_rcv.show_dk {
    display: block;
}

.backtoTop:not(.no_rcv).is-visible {
    display: block;
}

.wrap-icons {
    width: 40px;
    height: auto;
    position: fixed;
    top: 50%;
    right: -50px;
    z-index: 100;
    background: rgb(255, 255, 255);
    transform: translateY(-50%);
    transition: right 0.5s ease 0s;
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px 0px 0px 3px;
}

.wrap-icons.collapsed {
    right: 0px;
}

.wrap-icons div {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: var(--color_heading_text);
}

.wrap-icons div+div {
    border-top: 1px solid #e2e2e7;
}

.wrap-icons svg {
    width: 20px;
    height: 20px;
    fill: var(--color_heading_text);
}

.wrap-icons .backtoTop svg {
    width: 18px;
    height: 14px;
    transform: rotate(-90deg);
}

.product-recently-viewed {
    display: block;
    position: relative;
    /*height: 80px;*/
}

.product-recently-viewed .recent_item_url {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}

.product-recently-viewed .second-info {
    display: none;
    height: 0;
}

.product-recently-viewed-content .product-card__title {
    margin: 0 0 2px;
    max-width: 98%;
    font-size: 14px;
    color: #193753;
}

.product-recently-viewed-content .product-card__title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-recently-viewed-content .product-card__price {
    margin: 0 0 5px;
}

.product-recently-viewed-content .product-card__price span {
    font-size: 14px;
}

.product-recently-viewed-content .product-card__button {
    display: block;
    bottom: auto;
    position: relative;
}

.product-recently-viewed-content .product-card__btn {
    max-width: 140px;
    padding: 5px 10px 4px 0px;
    text-align: left;
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--color_heading_text);
    font-family: var(--font_stack_body);
}


.products-vertical-slider {
    position: relative;
    display: block;
    padding: 0;
}

.products-vertical-slider .item {
    padding: 18px 0;
}

.products-vertical-slider.has-arrows {
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-recently-viewed-content .product-card__btn span {
    position: relative;
}

.product-recently-viewed-content .product-card__btn span:before {
    content: '';
    top: 110%;
    left: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    background: var(--color_heading_text);
}

.products-vertical-slider .slick-prev {
    left: 50%;
    top: 0px;
    width: 11px;
    height: 11px;
    transform: translateX(-50%);
}

.products-vertical-slider .slick-next {
    left: 50%;
    top: auto;
    width: 11px;
    height: 11px;
    right: auto;
    bottom: 2px;
    transform: translateX(-50%);

}

.products-vertical-slider .product-info {
    position: absolute;
    right: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 0px;
    display: flex;
    z-index: 9999;
    padding: 0px;
    pointer-events: none;
    transition: visibility 0s ease 0s, opacity 0.25s linear 0s;
}

.products-vertical-slider:hover .product-info {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.products-vertical-slider .product-info .first {
    width: 273px;
    border-radius: 2px;
    padding: 0;
    background: transparent;
    border: 1px solid #e2e2e7;
    border-right: none;
    display: flex;
    overflow: hidden;
}

.products-vertical-slider .product-info .first .product_width {
    width: 75px;
}

.products-vertical-slider .product-info .first .product-content {
    width: calc(100% - 75px);
    padding: 7px 0px 14px 15px;
    background: #fff;
}

/*=====  End of Add On Halo Themes  ======*/
.lookbook__points-popup {
    position: absolute;
    z-index: 20;
    pointer-events: auto;
}

.lookbook__points-popup .point {
    width: 24px;
    height: 24px;
    color: var(--point_color);
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    background-color: var(--point_background);
}

.lookbook__points-popup .point:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    background-color: var(--point_background);
    -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
    animation: zoom-animation 1.4s ease-in-out infinite;
}

.lookbook__points-popup .custom-product-card {
    display: none;
}

.lookbook__popup {
    position: relative;
    display: block;
}

.lookbook__popup.is-open {
    z-index: 21;
    display: block;
    position: absolute;
}

.lookbook__popup .close {
    top: 10px;
    right: 10px;
    float: none;
    line-height: 20px;
    position: absolute;
    text-shadow: none;
    opacity: 1;
    z-index: 10;
    display: none;
}

.lookbook__popup.is-open .close {
    display: block;
}

.lookbook__popup .product-card_wishlist {
    position: absolute;
    bottom: 0px;
    right: 15px;
}

.lookbook__popup .product-card__title {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 5px;
}

.lookbook__popup .product-card__button--wrapper {
    position: relative;
    bottom: 0px;
    margin-bottom: 5px;
}

.lookbook__popup .product-card__button--wrapper .product-card__btn--plus span {
    border-bottom: 1px solid #93a5a7;
    color: var(--color_heading_text);
}

.lookbook__popup .product-card--4 .product-card__variant {
    margin-bottom: 6px;
}

.fbt-item .product-title .text_item,
#nofify_sold-out h4 {
    font-family: var(--font_stack_body);
}

.productView-description a.link,
.fbt-toogle-options,
.frequently-bought-together-content .product-content .product-title input[type="checkbox"]:checked+label span {
    color: var(--color_heading_text);
}

.productView-description a.link:hover,
.fbt-toogle-options:hover {
    color: var(--color_body_url_hover);
}

.fbt-toogle-options:hover span {
    border-color: var(--color_body_url_hover);
}

.article__pagination .btn {
    background: transparent;
    color: var(--color_btn_secondary_border);
}

.article__pagination .btn:hover {
    border-color: var(--color_body_url_hover);
    color: var(--color_body_url_hover);
}

.adaptive_height {
    position: relative;
    display: block;
}

.adaptive_height img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.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%;
    background-color: #fbfbfb;
    left: 0;
    top: 0;
    z-index: 1;
}

[data-section-type="product-list"] .halo-loading__ajax,
[data-section="homepage-product"] .halo-loading__ajax,
[data-section-type="featured-blog"] .halo-loading__ajax,
[data-section-type="collection-tabs"] .halo-loading__ajax {
    text-align: center;
    width: 100%;
}

.collection-list__item .collection-list__action--wrapper:before {
    width: 10px;
    height: 2px;
    right: -10px;
}

.collection-list__item .collection-list__action--wrapper:before,
.collection-list__item .collection-list__action--wrapper:after {
    transform: translate3D(-100%, -50%, 0) rotate(0);
    content: "";
    background-color: #787878;
    top: 55%;
    position: absolute;
    transition: all .5s ease;
}

.collection-list__item .collection-list__action--wrapper:after {
    width: 2px;
    height: 10px;
    left: auto;
    right: 2px
}

.collection-list__item.is-clicked .collection-list__action--wrapper:before {
    transform: translate3D(-100%, -50%, 0) rotate(180deg);
}

.collection-list__item.is-clicked .collection-list__action--wrapper:after {
    transform: translate3D(-50%, -50%, 0) rotate(90deg);
}


.collection-list.level-2 .collection-list__item .collection-list__action--wrapper:before {
    width: 10px;
    height: 2px;
    right: -7px;
}

.collection-list.level-2 .collection-list__item .collection-list__action--wrapper:after {
    width: 2px;
    height: 10px;
    left: auto;
    right: 5px;
}

.collection-list.level-2 .collection-list__item .collection-list__action--wrapper:before,
.collection-list.level-2 .collection-list__item .collection-list__action--wrapper:after {
    transform: translate3D(-100%, -50%, 0) rotate(0);
    content: "";
    background-color: #787878;
    top: 50%;
    position: absolute;
    transition: all .5s ease;
}

.collection-list.level-2 .collection-list__item.is-clicked .collection-list__action--wrapper:before {
    transform: translate3D(-100%, -50%, 0) rotate(180deg);
}

.collection-list.level-2 .collection-list__item.is-clicked .collection-list__action--wrapper:after {
    transform: translate3D(-50%, -50%, 0) rotate(90deg);
}

.collection-list__item.active-item .collection-list__action--wrapper:before {
    transform: translate3D(-100%, -50%, 0) rotate(180deg);
}

.collection-list__item.active-item .collection-list__action--wrapper:after {
    transform: translate3D(-50%, -50%, 0) rotate(90deg);
}

.collection-list__item.active-item.is-clicked .collection-list__action--wrapper:before {
    transform: translate3D(-100%, -50%, 0) rotate(90deg);
}

.collection-list__item.active-item.active-item.is-clicked .collection-list__action--wrapper:after {
    transform: translate3D(-50%, -50%, 0) rotate(90deg);
}

.collection-list__item.active-item .collection-list__action--wrapper:before {
    right: -11px;
}

.frequently-bought-together-content .product-content .product-title input[type="checkbox"]+label span {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}

.sidebarBlock__heading.collapsed svg {
    transform: rotate(180deg);
}

img.product-thumbnails__photo-image {
    position: static !important;
    transform: none;
    width: 100%;
}

.thumbnails-wrapper .product-thumbnails__photo:before {
    padding-top: 0px;
}

.header-PC .search-form {
    text-align: center;
}

.not_search_type .search-bar input {
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -ms-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.list .product-card .product-card_wishlist .text {
    background: transparent;
    text-transform: capitalize;
    font-style: normal;
    border: none;
    height: 30px;
}

.list .product-card .product-card_wishlist .text:before {
    display: none;
}

/*========================================
=            Update Edit cart            =
========================================*/
.product-edit-wrapper {
    display: block;
    margin: 0px 30px;
}

.product-edit-option h5 {
    font-weight: 400;
    padding: 25px 30px 15px 30px;
    margin-bottom: 0;
    font-size: 18px;
}

.cart-edit__price {
    padding-bottom: 10px;
}

.cart-edit__remove .cart__remove {
    font-size: 16px;
    padding: 0px;
}

.cart-edit__remove .cart__remove span {
    border-bottom: 1px solid;
}

.product-edit-option .swatch:first-child {
    margin-bottom: 0px;
}

.product-edit-option .swatch .form-label,
.product-edit-option .cart-edit__remove {
    padding: 0px 5px;
}

.product-edit-option .wrapper_content {
    max-height: 70vh;
    overflow: auto;
}

.product-edit-option .wrapper_content::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.product-edit-option .wrapper_content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}

.product-edit-option .wrapper_content::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.product-edit-option .wrapper_content .cart-edit__row:first-child .product-edit-wrapper .cart-edit__remove {
    display: none;
}

.product-edit-option .wrapper_content .product-edit-wrapper {
    border-top: 1px solid #c5c5cf;
    padding-top: 25px;
}

.product-edit-option .wrapper_content .cart-edit__row:first-child .product-edit-wrapper {
    border-top: none;
}

[data-cart-edit-body] .price-item.price-item--sale {
    padding-left: 7px;
}

.product-edit-wrapper .cart-meta--option .swatch-element.soldout {
    display: none;
}

/*=====  End of Update Edit cart  ======*/
.product-card__btn--plus>span:before,
.product-card__btn--plus>span:after {
    display: none;
}

.product-card__link .product-card__img {
    top: 50%;
    object-fit: contain;
    max-height: 100%;
}

.adaptive_height img.lazyload,
.adaptive_height img.lazyloading {
    background: #b3b7b4;
}

.product-card .adaptive_height img.lazyload,
.product-card .adaptive_height img.lazyloading {
    background: #fbfbfb;
}

.list .product-card .product-card__image .product-card_wishlist {
    display: none;
}
.list .product-card_wishlist {
    right: inherit;
}
.product-card_wishlist_layout_list{
    display: none;
}
.product-card_wishlist2,
.product-card_wishlist2_souldout{
    display: none;
}
.list .product-card_wishlist2,
.list .product-card_wishlist2_souldout{
    display: block;
}
#product-compare-modal .product-card--compare .product-card__link{
    padding-top: 125%;
}