.announcement-bar,
.announcement-bar-wrapper:not(.flickity-enabled) {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.customer-support .store-location-dropdown .store-location-cnt p a,
.drawer-login-btn,
.error-container ul li a,
.login-bottom-box p a,
.yv-megamenu-item-link:hover {
    text-decoration: underline;
}
.back-to-menu,
.hamburger-menu-item,
.menu-category-title,
.nav-item .nav-link,
.yv-listing-megamenu-title {
    font-family: var(--navigationFontFamily);
    font-style: var(--navigationFontStyle);
    font-weight: var(--navigationFontWeight);
}
.side-menu .nav-item.dropdown .inner.child,
.side-menu .nav-item.dropdown .inner.grandchild,
blockquote {
    padding-left: 15px;
}
#headerSection .yv-dropdown-menus,
#headerSection .yv-listing-megamenus,
body {
    background-color: var(--primaryColorBody);
}
.error-container ul,
.list-unstyled {
    list-style-type: none;
}
.customer table thead,
table thead {
    background-color: var(--theme-light-color);
}
.announcement-bar-section {
    z-index: 6;
    position: relative;
}
.announcement-bar-section .container.height-fixed {
    height: var(--announce-height);
}
.announcement-bar-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.announcement-bar-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
}
.announcement-bar-background:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--announcement-overlay-bg);
    opacity: var(--announcement-overlay-opacity);
}
.announcement-bar {
    position: relative;
    justify-content: center;
    padding: 5px 10px;
}
.announcement-bar.close-icon-true {
    justify-content: flex-start;
}
.announcement-bar-wrapper,
header {
    width: 100%;
}
.close-icon-true .announcement-bar-wrapper {
    max-width: calc(100% - 35px);
}
.announcement-bar-wrapper .flickity-slider,
.announcement_icon {
    display: flex;
    align-items: center;
}
.announcement-bar:hover .announcement-bar__message-marquee {
    animation-play-state: paused;
}
.announcement-bar__message {
    padding: 5px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.announcement_icon {
    font-size: 18px;
    margin-right: 5px;
    justify-content: center;
}
.announcement-bar__message ul,
.announcement-bar__message ul li,
.header__icons,
.newsletter-section .container {
    display: flex;
    align-items: center;
}
.announcement-bar__message p {
    margin: 0 10px;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 1.2;
}
.announcement-bar__message p,
.announcement-bar__message span {
    padding: 3px 0;
}
.announcement-bar__message ul {
    justify-content: center;
    min-width: 125px;
    padding-top: 2px;
}
.announcement-bar__message ul li span {
    padding: 3px 2px;
    margin: 0;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28;
}
.announcement-bar__message ul li span#dayHours,
.hamburger.opened::after {
    background: 0 0;
}
.announcement-bar .announce-btn {
    padding: 2px 8px;
    font-size: 11px;
    display: inline-block;
    letter-spacing: 0;
    border: 1px solid;
    margin: 3px 0;
}
.customer-support-cnt .support-text,
div#countdown {
    display: inline-block;
}
.announcement-bar .announce_close {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.announcement_icon svg {
    fill: currentColor;
    height: auto;
}
.announcement-bar .announce_close svg {
    fill: currentColor;
    width: 12px;
}
.announcement-bar .flickity-prev-next-button {
    width: 34px;
    height: 34px;
    background: 0 0;
    border: 0 !important;
}
.announcement-bar .flickity-prev-next-button .flickity-button-icon {
    width: 40% !important;
    height: 40% !important;
    fill: #fff;
}
.announcement-bar-wrapper.marque-enabled .announcement-bar__message-marquee {
    animation: text-marque var(--animation-speed, 3s) linear infinite;
    display: flex;
    flex: 1 1 auto;
    width: max-content;
}
.announcement-bar-wrapper.marque-enabled.ltr
    .announcement-bar__message-marquee {
    animation-direction: reverse;
}
.announcement-bar-wrapper.marque-enabled .announcement-bar__message {
    max-width: fit-content;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 5px 10px;
}
.localization-dropdown {
    display: flex;
    align-items: center;
    height: 100%;
}
.announcement-bar-main-wrapper
    .country-select-box
    .lang-dropdown
    .country-dropdown-item,
.yv-content-body ul.yv-product-meta,
ul.yv-product-meta {
    padding-left: 0;
}
.shopify-section-main-header ~ .announcement-bar-section {
    z-index: 3 !important;
}
.announcement-bar .localization-dropdown {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 10px;
}
.localization-dropdown select {
    font-size: 12px;
    min-width: auto;
    max-width: 150px;
}
@keyframes text-marque {
    0% {
        transform: translate(0);
        visibility: visible;
    }
    100% {
        transform: translate(-100%);
    }
}
.sticky-header-hidden,
.sticky-header-hidden-parent {
    transform: translateY(calc(-100% - 0.1rem));
    overflow: hidden;
}
.hamburder-opened .sticky-header-hidden {
    overflow: visible !important;
    transform: none !important;
}
.top-header {
    position: relative;
    animation-duration: 1s;
    animation-fill-mode: both;
    box-shadow: 0 2px 2px #0000000d;
}
.header__heading-link {
    display: inherit;
    align-items: center;
    padding: 10px 0;
    line-height: initial;
    width: auto;
    max-width: 250px;
}
.header__heading-link img {
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    image-rendering: -webkit-optimize-contrast;
}
.navbar {
    position: static;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.header_1 .navbar {
    min-height: 50px;
}
.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 80%;
    justify-content: center;
    line-height: initial;
}
.navbar-nav.trust-badge-enabled {
    max-width: 60%;
}
.nav-item .nav-link {
    position: relative;
    display: inline-block;
    padding: 20px 13px;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    background-color: transparent;
}
.dropdown-menu-item {
    display: inline-flex;
    align-items: center;
}
.dropdown-menu-item svg {
    width: 8px;
    vertical-align: middle;
}
.header__icons > div {
    margin-left: 4px;
}
.header__icons svg {
    width: 22px;
    height: 22px;
    cursor: pointer;
    fill: currentColor;
}
.header__icons.normal-icon svg,
.wrapper-top-cart.cart-fixed.normal-icon svg {
    stroke: currentColor;
    stroke-width: 1.2px;
}
.header__icons.bold-icon svg,
.wrapper-top-cart.cart-fixed.bold-icon svg {
    stroke: currentColor;
    stroke-width: 1.6px;
}
.header__icons .header-img {
    max-width: 150px;
    height: 50px;
}
.header__icons .header-img a {
    width: 100%;
    height: 100%;
    display: block;
}
.header__icons .header-img img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.wrapper-top-cart .cartCount {
    width: 14px;
    height: 14px;
    background: var(--cartDotColor);
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 0;
    border-radius: 100%;
    border: 2px solid #fff;
    color: var(--cartDotText);
    animation: 1.6s infinite pulse;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--cartDotColorLight);
    }
    70% {
        box-shadow: 0 0 0 7px var(--cartDotColorNull);
    }
    100% {
        box-shadow: 0 0 0 0 var(--cartDotColorNull);
    }
}
#san,
#start,
.center-text,
.custom-bg-option,
.customer-links,
.wrapper-top-cart .cart-icon,
.yv-header-searchbar-box,
.yv-multicolumn-item,
form button[type="submit"]:not([name="checkout"]) {
    position: relative;
}
.customer-links a.acc-links,
.search-form,
.wrapper-top-cart a {
    display: flex;
    align-items: center;
    width: 44px;
    height: 44px;
    justify-content: center;
}
.top-header .nav__header {
    box-shadow: -1px 0 2px #0000004d;
}
.header_2 .header-right {
    position: absolute;
    right: 0;
}
.navigation__header {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 10px 0;
    min-height: 50px;
}
.header_2 .navbar-nav,
.header_4 .navbar-nav {
    max-width: 100%;
    justify-content: flex-start;
}
.header_2 .nav__header,
.header_4 .nav__header,
.primary-bg {
    background: var(--primaryColorBody);
}
.header_2 .nav-item .nav-link,
.header_4 .nav-item .nav-link {
    margin-right: 10px;
    margin-left: 0;
    padding: 17px 30px 17px 0;
    font-size: 16px;
    line-height: 24px;
    color: var(--colorTextBody);
}
.header_4 .navigation__header {
    justify-content: space-between;
}
.top-header.header_3 {
    padding: 11px 0;
}
.header_3 .navbar {
    justify-content: center;
    position: relative;
    min-height: 50px;
}
.header_3 .form-inline {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_4 .header__heading-link {
    margin-right: 10px;
}
.header_4 .form-inline,
.reorder-item-wrapper .button {
    margin-left: 10px;
}
.navbar-toggler {
    background: 0 0;
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 24px;
}
.nav__btn.bold-icon {
    height: 20px;
}
.navbar-toggler span.navbar-toggler-icon,
.navbar-toggler span.navbar-toggler-icon:after,
.navbar-toggler span.navbar-toggler-icon:before {
    width: 24px;
    height: 2px;
}
.thin-icon .hamburger-line,
.thin-icon .navbar-toggler span.navbar-toggler-icon,
.thin-icon .navbar-toggler span.navbar-toggler-icon:after,
.thin-icon .navbar-toggler span.navbar-toggler-icon:before {
    height: 1px;
}
.normal-icon .hamburger-line,
.normal-icon .navbar-toggler span.navbar-toggler-icon,
.normal-icon .navbar-toggler span.navbar-toggler-icon:after,
.normal-icon .navbar-toggler span.navbar-toggler-icon:before {
    height: 2px;
}
.bold-icon .hamburger-line,
.bold-icon .navbar-toggler span.navbar-toggler-icon,
.bold-icon .navbar-toggler span.navbar-toggler-icon:after,
.bold-icon .navbar-toggler span.navbar-toggler-icon:before {
    height: 3px;
}
.nav-open::after,
.side-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
}
.navbar-toggler span.navbar-toggler-icon {
    position: relative;
    transition:
        0s 0.1s,
        width 150ms linear;
    display: block;
    width: 18px;
}
.navbar-toggler span.navbar-toggler-icon:after,
.navbar-toggler span.navbar-toggler-icon:before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    transition:
        bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s,
        transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
        width 150ms linear,
        background 150ms linear;
}
.navbar-toggler span.navbar-toggler-icon:after {
    top: 7px;
    bottom: auto;
}
.hamburder-opened,
.nav-open,
.reorderPopupShow,
.super_active,
.yv-gallery-outer {
    overflow: hidden;
}
.nav-open::after {
    content: "";
    background: #00000057;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}
.menu-category-title,
.product-menu-item,
.yv-dropdown-item-link,
.yv-listing-megamenu-title,
.yv-megamenu-item-link,
.yv-megamenu-product-detail a {
    color: var(--colorTextBody) !important;
}
.yv-listing-megamenu-title:hover,
.yv-megamenu-item-link:hover,
.yv-megamenu-product-detail a:hover {
    color: var(--theme-color) !important;
}
.shopify-section-main-header header {
    width: 100%;
    z-index: 3;
    transition: 0.8s;
}
.shopify-section-main-header header[header-transparent="true"],
.yv-megamenu-collection .image-wrapper img {
    position: absolute;
}
body:not(.sticky-header, .header2)
    .shopify-section-main-header
    header[header-transparent="true"]:not(:hover) {
    background: var(--header-transparent-bg);
}
body:not(.sticky-header, .header2)
    .shopify-section-main-header
    header[header-transparent="true"]:not(:hover)
    .top-header {
    box-shadow: none;
}
.transparent-header-true + .announcement-bar-section {
    position: absolute;
    top: var(--header-height);
    width: 100%;
    z-index: 3;
}
.side-menu {
    max-width: 400px;
    top: var(--announcement-height, 0);
    z-index: 99999;
    transition: 0.5s;
    overflow: hidden;
    transform: translateX(-101%);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
#mobileMenu:target,
.nav-open .side-menu {
    transform: translateX(0);
}
.side-menu .inner-side {
    padding: 0 30px 40px;
    height: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
}
.side-menu-header {
    position: sticky;
    top: 0;
    padding: 10px;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}
.side-menu .close-btn {
    align-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    background: 0 0;
}
.side-menu .close-btn svg {
    fill: currentcolor;
    width: 14px;
    margin-right: 8px;
}
.side-menu .inner-side .navbar-nav {
    display: flex;
    padding-top: 0;
    padding-bottom: 40px;
    max-width: 100%;
}
.side-menu .inner-side .navbar-nav > .nav-item {
    width: 100%;
    border-bottom: 1px solid var(--mobile-menu-border);
}
.account-wrapper,
.inner.child,
.inner.grandchild,
.yv-login-popup #registerForm,
header #registerForm,
html.no-js .back-to-menu {
    display: none;
}
.inner.grandchild.show {
    padding: 0;
}
.side-menu .inner-side ul li .list-menu__item,
.side-menu .inner-side ul li .toggle-level,
.side-menu .social-links ul li a {
    font-size: 18px;
    line-height: 1.3;
    display: block;
    position: relative;
    padding: 18px 25px 18px 0;
    margin: 0;
    text-align: left;
    width: 100%;
    font-family: var(--navigationFontFamily);
    font-style: var(--navigationFontStyle);
    font-weight: var(--navigationFontWeight);
    color: #fff;
}
.side-menu .inner-side ul li.dropdown > .list-menu__item::after,
.side-menu .inner-side ul li.dropdown > .list-menu__item::before {
    transition: transform 0.5s;
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 13px;
    height: 1px;
    background-color: currentColor;
}
.side-menu .inner-side ul li.dropdown > .list-menu__item::before,
.side-menu .inner-side ul li.dropdown > .toggle-level::before {
    transform: rotate(-90deg);
}
.side-menu .inner-side ul li.dropdown > .toggle-level::after,
.side-menu .inner-side ul li.dropdown > .toggle-level::before {
    transition: transform 0.5s;
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 11px;
    height: 1px;
    background-color: currentColor;
}
.side-menu .inner-side ul li.dropdown .open-menu-drop::before {
    transform: rotate(90deg);
    opacity: 0;
}
.side-menu .inner-side ul li.dropdown .open-menu-drop::after {
    transform: rotate(180deg);
}
.side-menu .nav-item.dropdown .inner .back-btn {
    background: 0 0;
    z-index: 99;
    align-content: center;
    align-items: center;
    display: flex;
    font-size: 14px;
    font-family: var(--font-family);
}
.side-menu .nav-item.dropdown .inner .back-btn svg {
    margin-right: 10px;
    width: 15px;
    fill: currentColor;
}
.inner.child,
.table-responsive {
    margin: 0 0 20px;
}
.side-menu .nav-item.dropdown .inner.child li .toggle-level,
.side-menu .nav-item.dropdown .inner.child li a:not(.yv-megamenu-collection) {
    font-size: 15px;
    padding: 13px 20px 13px 0;
}
.inner.grandchild {
    margin: 0 0 25px;
}
.side-menu .nav-item.dropdown .inner.grandchild ul {
    border-left: 1px solid var(--mobile-menu-border);
    padding-left: 20px;
}
.login-bottom-box,
.side-menu .nav-item.dropdown .inner.grandchild li {
    margin-top: 20px;
}
.side-menu .nav-item.dropdown .inner.grandchild li:first-child,
.side-menu .yv-megamenu-collection {
    margin-top: 15px;
}
.side-menu .nav-item.dropdown .inner.grandchild li a {
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0;
    display: block;
    text-transform: capitalize;
}
.side-menu .yv-megamenu-collection-detail {
    background: linear-gradient(
        0deg,
        rgb(0 0 0 / 68%) 0,
        rgba(0, 0, 0, 0) 100%
    );
}
.inner-child-menu .category_title {
    padding-top: 30px;
    margin-bottom: 30px;
}
.inner-child-menu .category_title h2 {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
.side-menu .inner-side ul li a.link {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid;
    text-decoration: none;
    display: inline-block;
}
.side-menu .social-links {
    margin: 20px 0;
}
.side-menu .social-links ul {
    justify-content: flex-start;
    margin-left: -15px;
}
.side-menu .social-links ul li {
    margin: 0;
    display: inline-block;
}
.side-menu .social-links ul li a {
    padding: 0;
    line-height: initial;
    color: rgba(255, 255, 255, 0.3);
    width: 44px;
    height: 44px;
    display: flex;
    text-align: center;
}
.lower-nav {
    line-height: 1;
    width: 100%;
    text-align: left;
}
.customer-page-title,
.form-group,
.menu-login-btn,
.page-description {
    margin-bottom: 20px;
}
.drawer-login-btn {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5) !important;
}
.frgt-pw,
a {
    text-decoration: none;
}
.hamburger-content {
    position: absolute;
    left: 0;
    z-index: 2;
}
.hamburger {
    width: 45px;
    height: 45px;
    display: flex;
    position: relative;
    cursor: pointer;
    z-index: 110;
    border-radius: 50%;
    background-color: transparent;
    pointer-events: auto;
    margin-left: -8px;
}
.hamburger::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 2px solid transparent;
    border-radius: 100%;
}
.hamburger.opened::before {
    animation: 0.6s forwards circle-creation;
}
@keyframes circle-creation {
    0% {
        border-color: transparent;
        transform: rotate(0);
    }
    25% {
        border-color: transparent var(--hamburgerText) transparent transparent;
        transform: rotate(-35deg);
    }
    50% {
        border-color: transparent var(--hamburgerText) var(--hamburgerText)
            transparent;
    }
    75% {
        border-color: transparent var(--hamburgerText) var(--hamburgerText)
            var(--hamburgerText);
    }
    100% {
        border-color: var(--hamburgerText);
        transform: rotate(-300deg);
    }
}
.hamburger-line {
    width: 24px;
    height: 2px;
    overflow: hidden;
    position: absolute;
    left: calc(50% - 12px);
    z-index: 10;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger-menu,
.inner-hamburder-wrapper,
.sub-inner-hamburder-wrapper {
    position: fixed;
    max-height: 100vh;
    z-index: 99;
    pointer-events: none;
    left: 0;
    overflow-y: auto;
    text-align: center;
}
.hamburger-line-1 {
    top: 15px;
}
.hamburger-line-2 {
    top: 22px;
    width: 18px;
}
.hamburger-line-3 {
    top: 29px;
}
.hamburger.opened .hamburger-line,
html.no-js #sidemenu:target noscript .hamburger .hamburger-line {
    background-color: var(--hamburgerText);
}
.hamburger.opened .hamburger-line-1,
html.no-js #sidemenu:target noscript .hamburger .hamburger-line-1 {
    transform: translateY(6px) rotate(45deg);
}
.hamburger.opened .hamburger-line-2,
html.no-js #sidemenu:target noscript .hamburger .hamburger-line-2 {
    opacity: 0;
    transform: translateX(100%);
}
.hamburger.opened .hamburger-line-3,
html.no-js #sidemenu:target noscript .hamburger .hamburger-line-3 {
    transform: translateY(-8px) rotate(-45deg);
}
@-webkit-keyframes humburgerpulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    80% {
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
        transform: scale(1.6);
    }
}
@keyframes humburgerpulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    80% {
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
        transform: scale(1.6);
    }
}
.hamburger-menu {
    width: 100vw;
    top: 0;
    display: none;
}
.hamburger-menu-outer,
.inner-hamburger-outer,
.sub-inner-hamburger-outer {
    display: flex;
    width: 100%;
    padding: 10% 0 50px;
    min-height: 100vh;
    margin: 0 auto;
}
.hamburder-opened .hamburger-menu {
    pointer-events: auto;
    display: block;
}
.hamburger-menu-outer {
    flex-direction: column;
    align-items: center;
    max-width: 750px;
}
.inner-hamburder-wrapper,
.sub-inner-hamburder-wrapper {
    transition:
        opacity 0.8s,
        transform 0.8s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    background-color: var(--hamburgerBackground);
    top: 0;
    overflow-x: hidden;
}
.inner-hamburger-outer,
.sub-inner-hamburger-outer {
    flex-direction: column;
    align-items: center;
    max-width: 800px;
}
.hamburger-menu-item {
    color: var(--hamburgerText);
    font-size: 60px;
    line-height: 1.3;
    letter-spacing: 2px;
    opacity: 0;
    display: block;
    transition:
        transform 0.3s ease-in,
        opacity 0.3s ease-in;
    position: relative;
    cursor: pointer;
    pointer-events: none;
}
.hamburger-menu-item .item {
    display: block;
    padding: 2px 12px;
    margin: 10px 0;
    position: relative;
    color: inherit;
}
.hamburger-menu-item .item:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0;
    background-color: var(--hamburgerTextHover);
    opacity: 0.15;
    z-index: -1;
    transition: transform 0.3s;
    transform: scaleX(0);
    transform-origin: bottom right;
}
.dropdown-hamburger-menu-item .inner-hamburder-wrapper,
.dropdown-hamburger-menu-item.inner-item .sub-inner-hamburger-wrapper {
    transition:
        transform 0.5s,
        opacity 0.5s,
        none;
}
.dropdown-hamburger-menu-item.active .inner-hamburder-wrapper,
.dropdown-hamburger-menu-item.inner-item.active .sub-inner-hamburder-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 0.5s,
        transform 0.5s;
}
.hamburger-menu-item.opened {
    opacity: 1;
    pointer-events: auto;
    transition-timing-function: ease;
}
.dropdown-hamburger-menu-item-title {
    color: inherit;
}
.inner-hamburder-wrapper .hamburger-menu-item,
.sub-inner-hamburder-wrapper .hamburger-menu-item {
    text-transform: capitalize;
}
.hamburger-dropdown-icon {
    position: absolute;
    right: -20px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
    color: var(--hamburgerText);
    animation: 2s infinite move;
}
.shape-overlays,
.yv-listing-megamenu {
    left: 0;
    height: 100vh;
    pointer-events: none;
}
.inner-hamburger-outer .hamburger-menu-item.opened {
    transform: unset;
}
.hamburger-menu-item.inner-item {
    font-size: 36px;
}
.hamburger-menu-item.sub-inner-item {
    font-size: 24px;
}
.shape-overlays {
    width: 100vw;
    position: fixed;
    top: 0;
}
.shape-overlays.is-opened {
    pointer-events: auto;
}
.shape-overlays-path:first-of-type {
    fill: var(--hamburgerBackground3);
}
.shape-overlays-path:nth-of-type(2) {
    fill: var(--hamburgerBackground2);
}
.shape-overlays-path:nth-of-type(3) {
    fill: var(--hamburgerBackground);
}
.hamburder-opened .header_3 .header__heading-link {
    z-index: 1;
}
.back-to-menu {
    position: relative;
    margin-bottom: 40px;
    color: var(--hamburgerText);
    font-size: 45px;
}
.back-to-menu span {
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 10%);
    align-items: center;
    justify-content: center;
    padding: 11px;
    position: absolute;
    left: -70px;
    top: 8px;
    margin-right: 5px;
    color: inherit;
}
.back-to-menu svg {
    width: 20px;
    vertical-align: middle;
    fill: currentcolor;
}
html.no-js #sidemenu:target {
    display: block;
    pointer-events: auto;
    background: var(--hamburgerBackground);
}
html.no-js #sidemenu:target .hamburger-menu-item {
    opacity: 1;
    pointer-events: auto;
}
html.no-js .inner-hamburder-wrapper,
html.no-js .sub-inner-hamburder-wrapper {
    position: unset;
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow-y: hidden;
    transition: 0.5s;
}
html.no-js
    .dropdown-hamburger-menu-item.inner-item:hover
    > .sub-inner-hamburder-wrapper,
html.no-js .dropdown-hamburger-menu-item:hover > .inner-hamburder-wrapper {
    max-height: 1200px;
    pointer-events: auto;
    overflow-y: auto;
    transition: 2s;
}
html.no-js .inner-hamburger-outer,
html.no-js .sub-inner-hamburger-outer {
    display: block;
    min-height: auto;
    padding: 0;
}
html.no-js .hamburger {
    z-index: 0;
}
html.no-js #sidemenu:target .hamburger {
    position: fixed;
    top: 30px;
    left: 30px;
}
.back-to-menu:focus-visible,
.dropdown-hamburger-menu-item-title:focus-visible,
.hamburger-menu-item:focus-visible,
.hamburger.opened:focus-visible {
    outline-color: #fff;
}
.back-to-menu:focus-visible,
.dropdown-hamburger-menu-item-title:focus-visible,
.hamburger-menu-item:focus-visible,
.hamburger.opened:focus-visible,
noscript .hamburger:focus-visible {
    outline-color: #fff;
}
.dropdown-hamburger-menu-item-title:focus .hamburger-dropdown-icon,
.dropdown-hamburger-menu-item-title:focus-visible .hamburger-dropdown-icon {
    opacity: 1;
}
html.no-js
    .hamburger-menu-item
    .dropdown-hamburger-menu-item-title
    .hamburger-dropdown-icon {
    opacity: 1 !important;
}
html.no-js .inner-hamburger-outer .hamburger-dropdown-icon,
html.no-js .sub-inner-hamburger-outer .hamburger-dropdown-icon {
    right: 0;
    animation: unset;
}
html.no-js .inner-hamburger-outer .hamburger-menu-item .item,
html.no-js .sub-inner-hamburger-outer .hamburger-menu-item .item {
    padding: 2px 30px;
}
.yv-listing-megamenu {
    position: absolute;
    top: 72px;
    bottom: 0;
    right: 0;
    background-color: #0000004d;
    z-index: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.3s;
}
.dropdown-menu-list.open .yv-listing-megamenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: 0.3s;
}
.yv-listing-megamenu-outer {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    max-width: 100%;
    width: 100%;
    pointer-events: auto;
    border-top: 1px solid #eee;
}
.yv-listing-megamenus {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(auto-fit, minmax(19%, 1fr));
    background-color: #fff;
}
.yv-listing-megamenu-item {
    margin: 0 0 20px;
    display: inline-block;
    padding: 0 30px 0 40px;
    width: 100%;
}
.yv-listing-megamenu-title {
    padding: 0 0 18px;
    font-size: var(--mediumText);
    display: block;
    word-break: break-word;
    text-transform: var(--navigationTextTransform);
}
.yv-megamenu-item-link {
    display: block;
    margin-bottom: 10px;
    word-break: break-word;
    font-size: 13px;
}
.menu-category-title,
.text,
body,
html,
tr td {
    font-size: var(--text);
}
.yv-listing-megamenu-container {
    padding: 40px 0;
}
.yv-listing-megamenu-container:nth-child(2n) {
    background-color: var(--primaryAlternateBg);
}
.yv-dropdown-menus {
    position: absolute;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
    transition: 0.3s ease-in-out;
    box-shadow: 0 1px 2px #9f9f9f;
    max-height: 70vh;
    overflow: auto;
    padding: 20px;
}
.yv-megamenu-collection,
.yv-megamenu-product-img {
    background-color: var(--colorImageBg);
    border-radius: var(--layoutRadius);
}
.yv-dropdown-detail[open] .yv-dropdown-menus {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transform: translateY(0);
    pointer-events: auto;
    transition: 0.3s ease-in-out;
}
.dropdown-inner-menu-item {
    padding: 10px 0;
    min-width: 200px;
}
.yv-dropdown-item-link {
    display: block;
    margin-bottom: 12px;
}
.yv-dropdown-item-link:hover {
    color: var(--theme-color);
    text-decoration: underline;
}
.fullwidth-megamenus .yv-dropdown-menus {
    left: 0;
    width: 100%;
    padding: 0;
}
.menu-category-title {
    padding-bottom: 18px;
    display: inline-block;
}
.fullwidth-megamenus .yv-dropdown-item-link {
    color: #757575;
}
.fullwidth-megamenus .dropdown-inner-menu-item {
    padding: 40px 0 60px;
    min-width: auto;
}
.fullwidth-megamenus.megamenus-collections .dropdown-inner-menu-item {
    padding: 40px 15px 10px;
}
.fullwidth-megamenus.megamenus-collections
    .dropdown-inner-menu-item.product-menu-item {
    padding-left: 0;
    padding-right: 0;
}
.yv-megamenu-product-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-right: 10px;
}
.yv-megamenu-product-img {
    min-width: 80px;
    max-width: 80px;
    overflow: hidden;
    margin-right: 20px;
}
.shopify-section-main-header .wrapper-top-cart.cart-fixed .cart-icon svg,
.yv-megamenu-product-img img {
    width: 100%;
    height: 100%;
}
.yv-megamenu-collection {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 450px;
}
.yv-megamenu-collection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yv-megamenu-collection-detail {
    position: absolute;
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.left-columan-part .section-heading,
.text-left,
tr td,
tr th {
    text-align: left;
}
#stockist-widget .stockist-icon-search::before,
.white-text,
.yv-megamenu-collection-title {
    color: #fff;
}
.yv-megamenu-collection-subtitle {
    color: #fff;
    margin-bottom: 8px;
}
.error-container ul,
.yv-megamenu-product-detail.yv-product-information {
    margin-top: 0;
}
@keyframes move {
    0%,
    100% {
        right: -40px;
    }
    50% {
        right: -30px;
    }
}
.sidemenu-animation {
    opacity: 0;
    transform: translateY(60px);
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav-open .sidemenu-animation {
    opacity: 1;
    transform: translateY(0);
}
.inner {
    visibility: hidden;
    overflow: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-open.inner {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inner .list-unstyled {
    transform: translateY(40px);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inner.is-open .list-unstyled {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sidemenu-animation-delay-20 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
}
.sidemenu-animation-delay-19 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.24s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.34s;
}
.sidemenu-animation-delay-18 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.18s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.28s;
}
.sidemenu-animation-delay-17 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.12s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.22s;
}
.sidemenu-animation-delay-16 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.06s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.16s;
}
.sidemenu-animation-delay-15 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
}
.sidemenu-animation-delay-14 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.94s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.04s;
}
.sidemenu-animation-delay-13 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.88s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.98s;
}
.sidemenu-animation-delay-12 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.92s;
}
.sidemenu-animation-delay-11 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.86s;
}
.sidemenu-animation-delay-10 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
.sidemenu-animation-delay-9 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s;
}
.sidemenu-animation-delay-8 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s;
}
.sidemenu-animation-delay-7 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s;
}
.sidemenu-animation-delay-6 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s;
}
.sidemenu-animation-delay-5 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.sidemenu-animation-delay-4 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s;
}
.sidemenu-animation-delay-3 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s;
}
.sidemenu-animation-delay-2 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.22s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s;
}
.sidemenu-animation-delay-1 {
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s,
        opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.header-search-group {
    display: none;
    width: 100%;
    position: relative;
}
.yv-browse-category + .yv-header-searchbar-box {
    margin-left: -1px;
}
.yv-header-searchbar {
    position: relative;
    overflow: hidden;
    border-radius: var(--layoutRadius);
}
.yv-header-searchbar-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--search-icon-bg);
    color: var(--search-icon-color);
}
.address-list li.add-address svg path,
.hamburger-dropdown-icon svg,
.yv-header-searchbar-icon svg {
    fill: currentColor;
}
.yv-header-searchbar-icon.cross {
    width: 36px;
    right: 76px;
    background: 0 0;
}
.header-search-bar-speech.hidden + .yv-header-searchbar-icon.cross {
    right: 44px;
}
.yv-header-searchbar-icon.search__speech {
    width: 36px;
    right: 44px;
    background: 0 0;
}
.yv-header-searchbar input {
    padding-right: 40px;
    min-height: 40px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid var(--header-form-border);
}
.theme-layout-sharp .header_4 .yv-header-searchbar input {
    border-radius: 5px;
}
.yv-browse-category + .yv-header-searchbar-box .yv-header-searchbar {
    border-radius: 0 var(--layoutRadius) var(--layoutRadius) 0;
}
.yv-header-searchbar input:focus {
    border-color: var(--header-form-border) !important;
}
.yv-header-searchbar-content {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 20px;
    z-index: 1;
    max-height: calc(100vh - var(--header-height) - 40px);
    overflow: auto;
}
.account-pages-content .d-flex,
.product-name-link,
.searchbar-list-head {
    margin-bottom: 10px;
}
.searchbar-content-list + .searchbar-content-list {
    padding-top: 20px;
    border-top: 1px solid var(--header-form-border);
    margin-top: 20px;
}
.yv-header-searchbar-content .searchbar-suggestion {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--header-form-border);
    margin-bottom: 20px;
}
.related-query-link,
.searchbar-page-item a {
    display: inline-block;
    padding-top: 10px;
}
.searchbar-article-card,
.searchbar-product-card {
    position: relative;
    width: 100%;
    display: flex;
}
.d-pb-10,
.d-pt-10,
.m-pb-10,
.m-pt-10,
.searchbar-product-item {
    padding-top: 10px;
}
.searchbar-article-img,
.searchbar-product-img {
    min-width: 60px;
    max-width: 60px;
    position: relative;
    background-color: var(--colorImageBg);
    margin-right: 20px;
    border-radius: var(--layoutRadius);
    border: var(--productImageBorder);
    overflow: hidden;
}
.yv-header-searchbar-content .yv-product-title {
    margin-bottom: 4px;
}
.searchbar-article-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 20px;
    padding-top: 10px;
}
.serach-result-bottomline a {
    display: block;
    text-align: center;
    background: #eee;
    padding: 6px;
    margin-top: 20px;
}
.header_4 .yv-browse-category-link {
    display: flex;
    margin-left: 0;
}
.header_4 .category-menu-bar {
    left: 0;
    top: 106%;
    width: 100%;
}
.header_4 .category-menu {
    width: 200px;
}
.header_4 .category-megamenu-wrapper {
    left: calc(0% + 200px);
    width: calc(100% - 200px);
}
.header_4 .category-megamenu-wrapper .yv-listing-megamenu-container {
    flex: 0 0 50%;
}
.yv-login-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--colorLightTextBody);
}
.customer-account-popup,
.customer-support .store-location-dropdown,
.yv-login-popup .yv-login-popup-inner {
    position: absolute;
    background: var(--primaryColorBody);
    border-radius: 10px;
}
.customer-account-popup:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #f8e9e9;
    top: -16px;
    right: 14px;
}
.yv-login-popup .yv-login-popup-inner {
    min-height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 380px;
    width: 90%;
    padding: 30px;
}
.yv-login-popup .yv-login-popup-inner .yv-login-form {
    padding: 0;
    width: auto;
    min-height: auto;
}
.account-pages-content h5,
.address-side-drawer-body .form-group,
.order-detail-head,
.page-description p,
.yv-login-form-head {
    margin-bottom: 15px;
}
#yvForgetPassword:target,
.yv-login-popup #registerForm:target {
    display: flex;
}
.customer-account-popup {
    right: 0;
    top: 100%;
    width: 240px;
    z-index: 99;
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.08);
}
.customer-account-popup .yv-login-form {
    padding: 20px;
    min-height: auto;
}
.customer-links .customer-account-popup .yv-login-form a {
    color: var(--colorTextBody);
    font-size: var(--smallText);
}
.customer-account-popup .yv-login-form .login-bottom-box {
    margin-top: 10px;
}
.customer-account-popup .form-group label {
    font-size: var(--smallText);
}
.customer-account-popup .form-control {
    padding: 7px 10px;
    min-height: 35px;
}
.customer-account-popup .form-group {
    margin-bottom: 12px;
}
.customer-account-popup-inner {
    padding: 20px;
}
.customer-account-popup .customer-account-popup-inner .account-link {
    color: var(--colorTextBody);
    display: inline-block;
    width: 100%;
    margin: 10px 0 16px;
}
.contact-field-group {
    display: flex;
    flex-flow: row;
    column-gap: 14px;
}
.yv-login-popup .form-group {
    margin-bottom: 14px;
}
.customer-account-popup .form-control::placeholder {
    font-size: var(--smallText);
}
.customer-support {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 20px;
    min-width: 200px;
}
.customer-support-img {
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 10px;
}
.customer-support-cnt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.customer-support-cnt span.support-help {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: var(--heading-font-weight);
    cursor: pointer;
}
.support-dropdown {
    position: relative;
    padding-right: 20px;
}
.customer-support-cnt .support-dropdown-init {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.customer-support-cnt .support-dropdown-init svg {
    width: 10px;
    height: 6px;
    fill: transparent;
}
.customer-support-mobile .store-location-dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.customer-support .store-location-dropdown {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 9;
    width: 270px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
#ContactForm .form-control,
#san:after {
    background: #fff;
}
.store-location-dropdown {
    list-style: none;
    padding: 10px;
    display: none;
}
.customer-support-header {
    display: grid;
    grid-template-columns: auto 1fr;
    margin: 20px 0;
}
.store-location-dropdown li {
    display: flex;
    align-items: flex-start;
    padding: 10px;
}
.store-location-dropdown li .store-location-icon {
    margin-right: 14px;
    width: 20px;
    height: 20px;
}
.store-location-cnt h6 {
    font-size: var(--mediumText);
    margin: 0 0 4px;
}
.customer-support .store-location-dropdown .store-location-cnt p,
.customer-support .store-location-dropdown .store-location-cnt p a {
    color: var(--colorLightTextBody);
}
.customer-support .store-location-dropdown .store-location-cnt .store-mail {
    color: var(--theme-color);
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.store-location-dropdown li:hover {
    background: var(--primaryAlternateBg);
    border-radius: 7px;
}
.header__icons .customer-support-img svg,
.header__icons .store-location-icon svg {
    stroke-width: 0;
}
.custom-checkbox input:checked ~ .checkmark:after,
.product-name-link,
.reorder-item-wrapper .reorder__continue,
.reorderPopupShow .yv-reorder-popup,
.select-color
    .product-loop-variants
    .variant_option
    input:checked
    + .option
    .variant-label,
.sticky-header .wrapper-top-cart.cart-fixed,
.yv-reorder-popup-body .Reorder__container,
.yv-reorder-popup-body .Reorder__container.addToCart .reorder__add_to_cart,
.yv-reorder-popup-body
    .Reorder__container.cart-warning
    .reorder-item-wrapper
    .reorder__add_to_cart,
.yv-reorder-popup-body
    .Reorder__container.cart-warning
    .reorder-item-wrapper
    .reorder__clear-cart {
    display: block;
}
.wrapper-top-cart.cart-fixed {
    position: fixed;
    display: none;
    top: 20px;
    right: 20px;
    background: #fff;
    z-index: 9;
    border-radius: 20px;
    padding: 12px;
    height: 54px;
    width: 54px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}
.wrapper-top-cart.cart-fixed .cart-icon {
    width: auto;
    height: auto;
}
.wrapper-top-cart.cart-fixed .cartCount {
    right: -2px;
    top: -2px;
}
.navPages-label {
    position: absolute;
    top: -4px;
    width: max-content;
    font-size: var(--xsmallText);
    display: inline-block;
    line-height: normal;
    padding: 2px 6px;
    border-radius: 2px;
    left: 0;
}
.navPages-label:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%) rotate(180deg);
    border: 6px solid transparent;
}
.top-header.header_3 .navPages-label {
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    right: 100%;
    padding: 4px 6px;
}
.top-header.header_3 .navPages-label:before {
    left: auto;
    right: -10px;
    top: 50%;
    bottom: 0;
    transform: translatey(-50%) rotate(90deg);
}
.top-header.header_1 .navPages-label {
    top: 2px;
}
.mobile-category-menu-bar .navPages-label,
.top-header.header_1 .mobile-category-menu-bar .navPages-label {
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    margin-left: 10px;
}
.mobile-category-menu-bar .navPages-label:before {
    top: 50%;
    left: -10px;
    bottom: 0;
    transform: translatey(-50%) rotate(268deg);
}
.top-header .category-menu-bar .navPages-label:before {
    left: -10px;
    right: auto;
    top: 50%;
    bottom: 0;
    transform: translatey(-50%) rotate(269deg);
}
.top-header .category-menu-bar .navPages-label {
    right: 0;
    position: relative;
    top: 0;
    transform: none;
}
@media only screen and (min-width: 992px) {
    .catalog_drawer_menu {
        width: 50px;
        position: relative;
        height: 50px;
    }
    .catalog_drawer_menu .nav__btn {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .header_2.logo-center .catalog_drawer_menu {
        position: absolute;
        left: 0;
    }
    .hamburger-lower-menu,
    .header_4 .header-search-icon,
    .top-header .nav-menu-btn,
    .yv-searchbar-enable .header-search-icon {
        display: none;
    }
    .top-header.header_3 .navbar-toggler {
        display: flex;
    }
    .navbar-toggler:hover span.navbar-toggler-icon::before {
        width: 17px;
    }
    .navbar-toggler:hover span.navbar-toggler-icon::after {
        width: 20px;
    }
    .navbar-toggler:hover span.navbar-toggler-icon {
        width: 31px;
    }
    .hamburger-menu-outer .hamburger-menu-item:hover > .item {
        color: var(--hamburgerTextHover) !important;
    }
    .yv-header-searchbar.yv-catalog-true input {
        border-radius: 0;
    }
    .header-search-group {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 550px;
    }
    .header-search-group.yv-catalog-enable {
        grid-template-columns: 0.3fr 1fr;
    }
    .side-menu
        .mobile-category-menu-bar
        .nav-item.dropdown
        .inner.grandchild
        ul {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 10px;
    }
    .side-menu .mobile-category-menu-bar .nav-item.dropdown .inner.grandchild {
        padding-left: 0;
    }
    .top-header.header_4 .catalog_drawer_menu {
        position: absolute;
    }
    .header_4 .header__heading-link {
        margin-left: 45px;
    }
}
@media only screen and (min-width: 1025px) {
    .hamburger:hover::after {
        display: block;
    }
    .hamburger-menu-item:hover
        > .dropdown-hamburger-menu-item-title
        .hamburger-dropdown-icon {
        opacity: 1;
        color: var(--hamburgerTextHover);
        transition: 0.3s;
    }
    .back-to-menu:hover span svg {
        transform: translate(-20px);
        transition: 0.3s;
    }
    .hamburger-menu-item:hover > .item:before {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
}
@media only screen and (min-width: 1200px) {
    .header-search-group {
        max-width: 650px;
    }
}
@media only screen and (min-width: 1441px) {
    .header-search-group {
        max-width: 750px;
    }
}
@media screen and (max-width: 1440px) {
    .navbar-nav {
        max-width: 90%;
    }
    .nav-item .nav-link {
        padding: 20px 10px;
    }
    .yv-megamenu-product-img {
        min-width: 70px;
        max-width: 70px;
        margin-right: 10px;
    }
    .yv-megamenu-collection {
        height: 350px;
    }
    .hamburger-menu-item {
        font-size: 45px;
    }
}
@media screen and (max-width: 1280px) {
    .dropdown-inner-menu-item {
        min-width: auto;
    }
    .hamburger-menu-item {
        font-size: 40px;
    }
    .nav-item .nav-link {
        padding: 20px 6px;
    }
}
@media screen and (max-width: 1199px) {
    .nav-item .nav-link {
        padding: 20px 5px;
        font-size: 14px;
    }
    .yv-megamenu-product-img {
        min-width: 60px;
        max-width: 60px;
    }
    .yv-megamenu-collection-title {
        font-size: 20px;
    }
    .yv-megamenu-product-box {
        margin-top: 15px;
    }
    .yv-megamenu-collection {
        height: 300px;
    }
    .fullwidth-megamenus .dropdown-inner-menu-item {
        padding: 40px 0 20px;
    }
}
@media screen and (max-width: 1024px) {
    .hamburger-dropdown-icon {
        right: -15px;
        opacity: 0.7;
        animation: none;
    }
    .hamburger-dropdown-icon svg {
        width: 14px;
    }
}
@media screen and (max-width: 991px) {
    .header_2 .nav__header,
    .navbar-nav {
        display: none;
    }
    .navigation__header {
        justify-content: center !important;
        padding: 12px 0;
    }
    .top-header.header_1 {
        padding: 11px 0;
    }
    .header_1 .navbar {
        position: relative;
        justify-content: center;
    }
    .header_1 .form-inline,
    .header_4 .form-inline {
        position: absolute;
        right: 0;
    }
    .inner-hamburger-outer,
    .sub-inner-hamburger-outer {
        max-width: 530px;
    }
    .hamburger-menu-item {
        font-size: 30px;
    }
    .hamburger-menu-item.inner-item {
        font-size: 28px;
    }
    .hamburger-menu-item.sub-inner-item {
        font-size: 22px;
    }
    .yv-megamenu-collection {
        height: 250px;
    }
    .header__heading-link {
        padding: 0;
        max-width: 200px;
    }
    .header_1 .navbar,
    .header_3 .navbar,
    .navigation__header {
        min-height: 38px;
    }
    .yv-listing-megamenu-container {
        padding: 20px 0;
    }
    html.no-js .nav-item.dropdown:hover > .inner {
        display: block;
    }
    .hamburger-menu-outer,
    .inner-hamburger-outer,
    .sub-inner-hamburger-outer {
        padding: 15% 0 50px;
    }
    .hamburger-menu-item.opened ~ .hamburger-lower-menu {
        opacity: 1;
        visibility: visible;
    }
    .hamburger-lower-menu {
        position: fixed;
        width: 100%;
        bottom: 0;
        background-color: var(--hamburgerBackground2);
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s 1s;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px 0;
        flex-wrap: wrap;
    }
    .hamburger-lower-menu .header-form,
    .hamburger-lower-menu .menu-login-btn {
        margin-bottom: 16px;
    }
    .hamburger-lower-menu .social-links {
        padding-bottom: 16px;
    }
    .hamburger-lower-menu .drawer-login-btn,
    .hamburger-lower-menu .lang-dropdown,
    .hamburger-lower-menu .social-links ul li a {
        color: var(--hamburgerText) !important;
    }
    .header-search-group {
        padding: 0 10px;
    }
    .navPages-label:before {
        top: 50%;
        left: -10px;
        bottom: 0;
        transform: translatey(-50%) rotate(268deg);
    }
    .navPages-label,
    .top-header.header_1 .navPages-label {
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        margin-left: 10px;
    }
    .top-header.header_3 .country-dropdown-item .country-name,
    .top-header.header_3 .detail-summary {
        color: var(--hamburgerText);
    }
    .hamburger-menu .country-dropdown-expand {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 10px;
        max-width: 250px;
    }
    .announcement-bar-section {
        z-index: 1;
    }
}
@media screen and (max-width: 767px) {
    .header__icons > div {
        margin-left: 0;
    }
    .header__icons svg {
        width: 22px;
    }
    .back-to-menu {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .back-to-menu span {
        width: 34px;
        height: 34px;
        padding: 10px;
        left: -60px;
    }
    .hamburger-menu-item .item {
        margin: 6px 0;
    }
    .hamburger-menu-item {
        font-size: 36px;
    }
    .hamburger-menu-item.inner-item {
        font-size: 24px;
    }
    .header__heading-link {
        max-width: 170px;
    }
    .header__heading-link img {
        max-width: 200px;
    }
    .select-language {
        display: none;
    }
    .header_1 .navbar,
    .header_3 .navbar,
    .navigation__header {
        min-height: 30px;
    }
    .hamburger-menu-outer,
    .inner-hamburger-outer,
    .sub-inner-hamburger-outer {
        padding: 20% 0 250px;
        max-width: 410px;
    }
    .yv-login-popup .yv-login-popup-inner .yv-login-form {
        max-width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .header__heading-link,
    .header__heading-link img {
        max-width: 150px;
    }
    .customer-links {
        display: none;
    }
    .navigation__header {
        padding: 18px 0;
    }
    .hamburger-menu-outer,
    .inner-hamburger-outer,
    .sub-inner-hamburger-outer {
        max-width: 80%;
        padding: 20% 0 300px;
    }
    .hamburger {
        width: 36px;
        height: 36px;
    }
    .hamburger-line,
    .navbar-toggler span.navbar-toggler-icon,
    .navbar-toggler span.navbar-toggler-icon:after,
    .navbar-toggler span.navbar-toggler-icon:before {
        width: 20px;
    }
    .navbar-toggler span.navbar-toggler-icon {
        width: 14px;
    }
    .hamburger-line {
        left: calc(50% - 10px);
    }
    .hamburger-line-1 {
        top: 12px;
    }
    .hamburger-line-2 {
        top: 18px;
        width: 14px;
    }
    .hamburger-line-3 {
        top: 24px;
    }
    .navbar-toggler span.navbar-toggler-icon:before {
        bottom: 6px;
    }
    .navbar-toggler span.navbar-toggler-icon:after {
        top: 6px;
    }
    .side-menu {
        max-width: 90%;
    }
    .back-to-menu span {
        position: unset;
        margin: 0 auto 10px;
    }
    .hamburger.opened .hamburger-line-1,
    html.no-js #sidemenu:target noscript .hamburger .hamburger-line-1 {
        transform: translateY(5px) rotate(45deg);
    }
    .hamburger.opened .hamburger-line-3,
    html.no-js #sidemenu:target noscript .hamburger .hamburger-line-3 {
        transform: translateY(-7px) rotate(-45deg);
    }
}
@media screen and (max-width: 414px) {
    .announcement-bar__message p {
        font-size: 13px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 380px) {
    .header__heading-link,
    .header__heading-link img {
        max-width: 125px;
    }
    .header__icons svg {
        width: 22px;
    }
    .hamburger-menu-item .item {
        margin: 4px 0;
    }
    .hamburger-menu-item {
        font-size: 26px;
    }
    .hamburger-menu-item.inner-item {
        font-size: 22px;
    }
    .hamburger-menu-item.sub-inner-item {
        font-size: 20px;
    }
    .header_4 .header__heading-link {
        margin-right: 0;
    }
}
.announcement-bar-section .container,
.col,
.col-auto,
.top-header .container,
iframe,
img {
    max-width: 100%;
}
.top-header.header_2.logo-center .yv-browse-category-link {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.top-header.header_2.logo-center .category-menu-bar {
    left: 0;
    width: 100%;
}
*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
*,
:focus,
:focus-visible,
:hover {
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
    -webkit-tap-highlight-color: transparent;
}
:not(body)::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
:not(body)::-webkit-scrollbar-track {
    background: var(--gray);
}
:not(body)::-webkit-scrollbar-thumb {
    background: var(--dark-gray);
}
:not(body)::-webkit-scrollbar-thumb:hover {
    background: var(--dark-gray);
}
#start,
.input__button input:nth-child(3) {
    background: #000;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
table,
tbody:not([data-cart-items]) tr th {
    border: 1px solid var(--colorXXlightTextBody);
}
a img,
fieldset,
img,
tr td {
    border: none;
}
blockquote {
    border-left: 2px solid var(--colorTextBody);
    margin: 16px 40px;
}
details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}
html {
    --swatch-size: 45px;
    --swatch-option-size: 25px;
    --swatch-pill-height: 55px;
    --swatch-pill-padding-left: 55px;
    --swatch-bg-size: 38px;
    --swatch-bg-position: 6px;
    --swatch-gap: 5px;
    --swatch-hover-ring-offset: 5px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-size-adjust: 100%;
    hanging-punctuation: first;
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-kerning: normal;
}
body {
    color: var(--colorTextBody);
    scroll-behavior: smooth;
    line-height: var(--base_line_height);
    font-family: var(--font-family);
    font-weight: var(--body-font-weight);
    letter-spacing: var(--base_spacing);
    word-break: break-word;
}
.select-color .product-loop-variants .variant_option:hover input + .option,
button {
    background-color: transparent;
}
:not(
    a,
    a *,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    svg,
    svg *,
    .rich-editor-text-content *,
    .button,
    font
) {
    color: var(--colorTextBody);
}
select option {
    color: #000 !important;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
#san,
#start,
.cursor-pointer,
.custom-checkbox,
.frgt-pw,
a,
button,
input[type="submit"],
select {
    cursor: pointer;
}
button[disabled] {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
input {
    margin: 0;
    padding: 0;
    border: 0;
}
button {
    font-family: var(--buttonFontFamily);
}
.heading-style,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    font-family: var(--heading-font-family);
}
textarea {
    resize: none;
    overflow: auto;
}
:focus:not(:focus-visible),
a,
a:focus:not(:focus-visible),
button,
button:focus:not(:focus-visible),
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
input:focus:not(:focus-visible),
select,
select:focus:not(:focus-visible),
span,
textarea,
textarea:focus:not(:focus-visible) {
    outline: 0;
}
ol:not(.list-unstyled),
ul:not(.list-unstyled) {
    padding-left: 1rem;
}
.heading-style,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading_spacing);
    color: var(--heading_color);
    line-height: var(--heading_line_height);
    font-weight: var(--heading-font-weight);
    text-transform: var(--headingTextTransform);
}
.h1,
h1 {
    font-size: calc(var(--heading_base_size) * 36px);
}
.h2,
h2 {
    font-size: calc(var(--heading_base_size) * 26px);
}
.h3,
h3 {
    font-size: calc(var(--heading_base_size) * 24px);
}
.h4,
h4 {
    font-size: calc(var(--heading_base_size) * 22px);
}
.h5,
h5 {
    font-size: calc(var(--heading_base_size) * 20px);
}
.h6,
h6 {
    font-size: calc(var(--heading_base_size) * 18px);
}
.text-xsmall {
    font-size: var(--xsmallText);
}
.address-side-drawer-body label,
.customer table,
.error-text,
.fulfillment *,
.success-text,
.text-small {
    font-size: var(--smallText);
}
.text-medium {
    font-size: var(--mediumText) !important;
}
.text-large {
    font-size: var(--largeText) !important;
}
.text-xlarge {
    font-size: var(--xlargeText) !important;
}
.address-list li.add-address .link,
.address-list li.add-address .link h6,
.fulfillment a,
a {
    color: var(--theme-color);
}
small,
sub,
sup {
    font-size: 95%;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
.account-header-tabs,
.order-details tbody tr,
table thead {
    border-bottom: 1px solid var(--colorXXlightTextBody);
}
tr th {
    padding: 16px 20px;
}
tr td {
    line-height: 1;
    padding: 22px;
    vertical-align: middle;
    border: 1px solid var(--colorXXlightTextBody);
}
.d-block,
html.no-js .no-js-visible {
    display: block !important;
}
.color_option .not-available,
.color_option .not-available + .option,
.d-none,
.hidden,
.visually-hidden,
.wizart-homepage,
.yv-page-banner {
    display: none !important;
}
.yv-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}
.text-right {
    text-align: right;
}
.price-save,
.text-center {
    text-align: center;
}
.container,
.container-fluid,
.custom-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
label {
    padding-bottom: 4px;
    display: inline-block;
    text-transform: uppercase;
}
.form-group label {
    display: flex;
    width: 100%;
}
.form-control,
.product_custom_liquid input,
.rich-text-description input,
textarea {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--colorXlightTextBody);
    padding: 12px 15px;
    min-height: 49px;
    font-size: var(--text);
    color: var(--colorTextBody);
    font-family: var(--font-family);
    border-radius: var(--layoutRadius);
}
.checkmark,
.success-text,
select {
    border-radius: var(--layoutRadius);
}
.form-control::placeholder,
.product_custom_liquid input::placeholder {
    color: #6c757d;
    position: relative;
}
.form-control:focus,
.form-control:focus-visible,
.product_custom_liquid input:focus,
.product_custom_liquid input:focus-visible,
select:focus,
select:focus-visible {
    outline: 0;
    border-color: var(--colorTextBody) !important;
}
select {
    font-size: var(--text);
    color: var(--colorTextBody);
    font-family: var(--font-family);
    padding: 12px 30px 12px 12px;
    min-height: 30px;
    letter-spacing: 0.5px;
    min-width: 140px;
    border-color: var(--colorLightTextBody);
    -webkit-appearance: none;
    background: url(https://cdn.shopify.com/s/files/1/0597/9668/5009/files/select-arrow-black.png?v=1649157281)
        91% 50%/9px no-repeat;
}
.error-text {
    color: red;
    margin-top: 5px;
    display: block;
}
.success-text {
    background-color: #e4f3ef;
    padding: 4px 13px;
    color: var(--green);
    display: inline-block;
    margin-bottom: 10px;
}
.audio,
.yv-page-description-wrapper {
    padding: 50px 0;
}
.page-description img {
    display: block;
    max-width: 100%;
    float: none;
}
.banner-placeholder {
    height: 100%;
}
.banner-placeholder .placeholder-svg {
    fill: var(--theme-color);
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}
.yv-banner-image .placeholder-svg {
    opacity: 0.15;
}
.placeholder-svg {
    fill: var(--theme-color);
    width: 100%;
    height: 100%;
    opacity: 0.35;
}
.image-wrapper .placeholder-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.placeholder-svg-custom {
    width: 40%;
    height: 40%;
    display: block;
    margin: 0 auto;
    fill: var(--theme-color);
    opacity: 0.35;
}
.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 0;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: var(--gray);
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: var(--colorTextBody);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid var(--primaryColorBody);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.flickity-button:focus,
:focus-visible {
    outline: 2px solid var(--colorTextBody);
    outline-offset: 2px;
    transition: unset !important;
    z-index: 1;
}
.focus-inside:focus-visible {
    outline-offset: -2px;
}
.pdp-action-container .shopify-payment-button__button:focus-visible {
    z-index: unset;
}
.quantity input:focus,
.quantity input:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: 0;
    border: 1px solid var(--colorTextBody) !important;
}
.skip-to-content-link:focus,
.skip-to-content-link:focus-visible {
    width: auto;
    height: auto;
    clip: auto;
    z-index: 9;
    top: 10px;
    left: 10px;
    outline-color: #fff;
}
.bar-code-img,
.link-full:after,
.yv-multicolumn-item svg {
    z-index: 1;
    position: absolute;
}
.d-pb-5,
.d-pt-5,
.m-pb-5,
.m-pt-5 {
    padding-top: 5px;
}
.d-pb-15,
.d-pt-15,
.m-pb-15,
.m-pt-15 {
    padding-top: 15px;
}
.d-pb-20,
.d-pt-20,
.m-pb-20,
.m-pt-20 {
    padding-top: 20px;
}
.d-pb-25,
.d-pt-25,
.m-pb-25,
.m-pt-25 {
    padding-top: 25px;
}
.d-pb-30,
.d-pt-30,
.m-pb-30,
.m-pt-30 {
    padding-top: 30px;
}
.d-pb-35,
.d-pt-35,
.m-pb-35,
.m-pt-35 {
    padding-top: 35px;
}
.d-pb-40,
.d-pt-40,
.m-pb-40,
.m-pt-40 {
    padding-top: 40px;
}
.d-pb-45,
.d-pt-45,
.m-pb-45,
.m-pt-45 {
    padding-top: 45px;
}
.d-pb-50,
.d-pt-50,
.m-pb-50,
.m-pt-50 {
    padding-top: 50px;
}
.d-pb-55,
.d-pt-55,
.m-pb-55,
.m-pt-55 {
    padding-top: 55px;
}
.d-pb-60,
.d-pt-60,
.m-pb-60,
.m-pt-60 {
    padding-top: 60px;
}
.d-pb-65,
.d-pt-65,
.m-pb-65,
.m-pt-65 {
    padding-top: 65px;
}
.d-pb-70,
.d-pt-70,
.m-pb-70,
.m-pt-70 {
    padding-top: 70px;
}
.d-pb-75,
.d-pt-75,
.m-pb-75,
.m-pt-75 {
    padding-top: 75px;
}
.d-pb-80,
.d-pt-80,
.m-pb-80,
.m-pt-80 {
    padding-top: 80px;
}
.d-pb-85,
.d-pt-85,
.m-pb-85,
.m-pt-85 {
    padding-top: 85px;
}
.d-pb-90,
.d-pt-90,
.m-pb-90,
.m-pt-90 {
    padding-top: 90px;
}
.d-pb-95,
.d-pt-95,
.m-pb-95,
.m-pt-95 {
    padding-top: 95px;
}
.d-pb-100,
.d-pt-100,
.m-pb-100,
.m-pt-100 {
    padding-top: 100px;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.top-left {
    top: 17px;
    left: 17px;
}
.top-center {
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
}
.top-right {
    top: 17px;
    right: 17px;
}
.center-left {
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
}
.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.center-right {
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
}
.bottom-left {
    bottom: 17px;
    left: 17px;
}
.bottom-center {
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
}
.bottom-right {
    bottom: 17px;
    right: 17px;
}
.secondary-bg {
    background: var(--secondaryColorBody);
}
.tertiary-bg {
    background: var(--tertiaryColorBody);
}
.gradient-bg {
    background: var(--gradientColorBody);
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container,
    .container-fluid,
    .custom-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container-fluid {
        max-width: 95%;
    }
    .container {
        max-width: 950px;
    }
    .container.sm-container {
        max-width: 740px;
    }
    .h1,
    h1 {
        font-size: calc(var(--heading_base_size) * 45px);
    }
    .h2,
    h2 {
        font-size: calc(var(--heading_base_size) * 30px);
    }
    .h3,
    h3 {
        font-size: calc(var(--heading_base_size) * 28px);
    }
    .h4,
    h4 {
        font-size: calc(var(--heading_base_size) * 26px);
    }
    .h5,
    h5 {
        font-size: calc(var(--heading_base_size) * 22px);
    }
    .h6,
    h6 {
        font-size: calc(var(--heading_base_size) * 20px);
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container {
        max-width: 1120px;
    }
    .container.sm-container {
        max-width: 900px;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container {
        max-width: 1170px;
    }
    .container.md-container {
        max-width: 1080px;
    }
    .container.sm-container {
        max-width: 1000px;
    }
    .h1,
    h1 {
        font-size: calc(var(--heading_base_size) * 55px);
    }
    .h2,
    h2 {
        font-size: calc(var(--heading_base_size) * 34px);
    }
    .h3,
    h3 {
        font-size: calc(var(--heading_base_size) * 30px);
    }
    .h4,
    h4 {
        font-size: calc(var(--heading_base_size) * 28px);
    }
    .h5,
    h5 {
        font-size: calc(var(--heading_base_size) * 24px);
    }
    .h6,
    h6 {
        font-size: calc(var(--heading_base_size) * 20px);
    }
}
@media (min-width: 1280px) {
    .container,
    .container.md-container {
        max-width: 1300px;
    }
}
@media (min-width: 1441px) {
    .container,
    .container.md-container {
        max-width: 1400px;
    }
    .container.sm-container {
        max-width: 1250px;
    }
}
@media (min-width: 1800px) {
    .container,
    .container.md-container {
        max-width: 1400px;
    }
    .container.sm-container {
        max-width: 1250px;
    }
}
@media (max-width: 1024px) {
    :focus,
    :focus-visible {
        outline-color: transparent !important;
    }
}
.infinite-text-subheading div {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.infinite-text-subheading div p {
    margin: 0;
    padding: 0 40px 0 20px;
}
.heading-style,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: elza, sans-serif;
}
.yv-multicolumn-item svg {
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
}
.yv-multicolumn-cnt {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.link-full:after {
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
}
.yv-collection-slider-wrapper
    .yv-collection-list.is-selected
    .yv-collection-item {
    transform: scale(1);
}
.accordion-heading .icons {
    margin-right: 15px;
    max-width: 40px;
    vertical-align: middle;
}
.img-position-left .tabbed-collage-content {
    padding-left: 30px;
}
.img-position-right .tabbed-collage-content {
    padding-right: 30px;
}
.tabbed-collage-content .yv-accordion-header span {
    border: none !important;
}
.trouble-sec .text-content {
    padding-top: 80px;
    background: #f4f4f4;
    border-radius: 30px;
    padding-left: 190px;
    padding-bottom: 80px;
}
.trouble-sec .yv-img-content {
    background: 0 0;
    right: -220px;
    left: 220px;
    position: relative;
    z-index: 1;
}
.left-columan-part .before-after-wrapper {
    float: right;
    width: 76%;
}
.left-columan-part .section-heading {
    float: left;
    width: 24%;
    padding-right: 4%;
}
.left-columan-part .section-heading .button {
    margin: 10px 0;
    display: block;
    min-height: 30px;
}
.account-pages-section,
.contact-section {
    background: #f4f4f4;
}
.trackbar,
.trackprogress {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}
.yv-contact-form .col-lg-6 {
    padding-right: 90px;
    padding-left: 90px;
}
.yv-contact-form .col-lg-6:first-child {
    border-right: 1px solid #ccc;
    padding-left: 40px;
}
.gallery-section-wrapper .section-heading {
    margin: auto;
    text-align: left;
    padding: 0;
}
.header__icons .header-img a {
    display: flex !important;
    align-items: center;
}
.header__icons .header-img img {
    width: 30px !important;
    margin-right: 10px;
}
#yvForgetPassword,
#yvForgetPassword:target + #yvLogin,
.Reorder__container,
.address-list .addressPopUp,
.announcement-bar-background,
.currenttrack,
.iframe-popup,
.product__pickup-availabilities,
.reorder-item-wrapper.addToCart .reorder__continue,
.select-color .product-loop-variants .variant_option .option .variant-label,
.shopify-payment-button,
.tracktime,
.yv-main-product-detail .kooee-average-block > span,
.yv-reorder-popup-body .Reorder__container.addToCart .cart-warning-wrapper,
.yv-reorder-popup-body .Reorder__container.addToCart .reorder__continue,
.yv-reorder-popup-body .Reorder__container.cart-empty .cart-warning-wrapper {
    display: none;
}
.announcement-bar-main-wrapper .social-links ul li {
    margin: 0;
}
.announcement-bar-main-wrapper .social-links ul li a {
    width: 35px;
    height: 35px;
}
.announcement-bar-main-wrapper .social-links ul li svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}
.announcement-bar-section .announcement-bar-main-wrapper a {
    color: #fff;
    padding-right: 15px;
}
.announcement-bar-section .announcement-bar-main-wrapper {
    align-items: center;
    justify-content: space-between;
}
.announcement-bar-main-wrapper .announcement-bar {
    width: 70%;
    padding: 0;
}
.announcement_icon svg {
    width: 30px;
}
.announcement_icon svg * {
    fill: #fff;
}
.video-secs {
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.bar-code-img {
    width: 200px;
    top: 50%;
    left: -100px;
    margin-top: -100px;
}
#start::after,
.price-save {
    z-index: 9;
    position: absolute;
}
.bar-code .text-content {
    padding: 60px 150px 60px 60px;
    background: #f1f1f4;
    border-radius: 30px;
    margin-right: -40px;
}
.customer-page-desc,
.player.p-a-0 {
    margin-bottom: 40px;
}
#start {
    font-size: 0;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    min-width: 0 !important;
    display: block !important;
}
.trackbar {
    background-image: url(Audio-Difference.png);
    width: 90%;
    margin-left: auto;
}
.trackprogress {
    background-image: url(Audiono.png);
    width: 0%;
    background-color: #fff;
}
#start::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid #000;
    border-left: 20px solid #fff;
    border-bottom: 15px solid #000;
    top: 25%;
    left: 40%;
}
.playbar {
    display: flex;
    align-items: center;
    gap: 20px;
}
input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}
input:checked + #san:after {
    left: calc(100% - 5px);
    transform: translate(-100%);
}
#san:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 25px;
    border-radius: 90px;
    transition: 0.5s;
}
input:checked + #san {
    background: #0d2241;
}
#san {
    text-indent: -9999px;
    width: 90px;
    height: 35px;
    background: grey;
    display: block;
    border-radius: 100px;
}
.center-text {
    margin: auto;
    max-width: 400px;
}
.center-text::after {
    content: "85dB";
    position: absolute;
    top: 50%;
    left: 0;
}
.center-text::before {
    content: " 20dB Luxpanels";
    position: absolute;
    top: 50%;
    right: -40px;
    color: #ba9a58;
}
.accordion-heading {
    display: flex;
    gap: 25px;
    align-items: center;
    width: 100%;
}
.tabbed-collage-content .yv-accordion-header .numbers {
    border: 2px solid #ba9a58 !important;
    color: #ba9a58 !important;
    min-width: 50px;
    min-height: 50px;
    font-size: 25px;
    line-height: 1;
}
.tabbed-collage-content .yv-accordion-header span svg {
    width: 24px;
}
.tabbed-collage-content .yv-accordion-header {
    padding: 25px 0 !important;
}
.audio .section-heading-title {
    padding-bottom: 20px;
}
.price-save {
    background: #111525;
    width: 70px;
    height: 70px;
    padding: 25px 0;
    border-radius: 50%;
    font-size: 20px;
    right: 20%;
    top: 15%;
    color: #fff;
}
.video-secs {
    position: relative;
    height: 100%;
}
.gallery-section-wrapper {
    position: inherit !important;
}
.yv-gallery-outer:after {
    background: url(slider-shadow.png) 0 0/100%;
    content: " ";
    width: 300px;
    bottom: 20px;
    position: absolute;
    top: 80px;
    right: 0;
}
.before-after-main-image .before-after-label {
    left: 400px;
}
.before-after-main-image .before-after-label,
.before-after-overlay-image .before-after-label {
    font-size: 18px;
}
.avp-productoptionswatchwrapper .swatch-variant-title,
.option___name {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px !important;
    overflow: hidden;
}
#stockist-widget {
    background: #fff7ed;
    padding: 15px;
}
.accordion--main {
    padding: 0 30px;
}
.yv-main-product-detail.slider-product-detail {
    padding-bottom: 0 !important;
}
.yv-product-accordion {
    margin-top: 0 !important;
}
.banner-btn-box.fade-animate .secondary-button {
    background: 0 0;
    border: 1px solid #fff;
}
.banner-btn-box.fade-animate .m-med-btn {
    border: 1px solid #fff;
}
.yv-get-in-touch {
    max-width: 550px;
}
.option___name {
    max-width: 100px;
    padding-bottom: 0;
    color: #cbcbcb;
}
.color_option .option___name {
    order: 2;
}
.color_option .option {
    order: 1;
}
.text__part {
    background: #f2f2f2;
    border-radius: 20px;
    padding: 25px !important;
    margin-bottom: 30px;
}
.text__part h2 {
    font-size: 24px;
}
.text__part p {
    padding: 15px 0;
}
.input__button {
    display: flex;
    align-items: center;
    gap: 15px;
}
.input__button input {
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    border: 2px solid #dfdfdf;
    width: 150px;
}
.input__button input:nth-child(3)::placeholder {
    color: #fff;
    border-color: #000;
}
.Sd_addProduct.add_to_cart.button.med-btn {
    max-width: 270px;
    margin-left: auto;
    border-radius: 50px;
}
.yv_side_drawer_wrapper .Sd_addProduct.add_to_cart.button.med-btn {
    margin: 0 10px 0 0;
}
.quantity input {
    border-radius: 50px !important;
    border-color: #dfdfdf !important;
}
.theme-layout-rounded .quantity-button.quantity-down,
.theme-layout-rounded .quantity-button.quantity-up {
    border: 1px solid #000;
    background: #fff;
}
details.yv-accordion-card h6 {
    font-size: 14px;
    font-weight: 100;
}
.product-section .yv-product-accordion:not(.sidebar-content),
.product-section .yv-product-detail-tabs:not(.sidebar-content) {
    padding: 0 20px 20px !important;
}
.theme-layout-rounded .quantity-button {
    width: 20px !important;
    height: 20px !important;
}
.quantity-button {
    padding: 0 !important;
}
.form__part {
    display: flex;
    padding: 0 80px;
}
.form__part .pxFormGenerator,
.form__part div,
.newsletter-section .newsletter-content {
    width: 100%;
}
.form__part .form__item {
    display: block;
    width: 100%;
    border-left: 1px solid #ccc;
    padding: 25px 80px 0;
    margin-left: 80px;
}
.avpoptions-container__v2 .avp-productoptionswatch,
.select-color .custom-bg-option,
.select-color .product-loop-variants .option::after {
    width: var(--swatch-size) !important;
    height: var(--swatch-size) !important;
}
.form__part iframe {
    outline: 0;
    border: none;
}
.template_product-samples-kit .pdp-action-container.yv-checkout-btn-full-width {
    display: block;
    margin-top: 0;
}
.template_product-samples-kit
    .pdp-action-container.yv-checkout-btn-full-width
    .Sd_addProduct.add_to_cart.button.med-btn {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.avp-productoptionswatchwrapper .swatch-variant-title {
    border: 2px solid #b2b2b2;
    color: #b2b2b2;
    margin: 0 !important;
    text-transform: none;
    padding: 10px 10px 10px 40px;
    border-radius: 20px;
    display: block;
}
.avpoptions-container__v2 .avp-productoptionswatch-box {
    position: absolute !important;
    margin: 5px;
    top: 0;
    left: 0;
}
.avpoptions-container__v2 .avp-productoptionswatch {
    box-shadow: none !important;
}
#avpoptions-container .avp-productoptionswatch,
#avpoptions-container__v2 .avp-productoptionswatch {
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
}
input[type="checkbox"]:checked
    + .avp-productoptionswatch-box
    + .swatch-variant-title {
    border: 2px solid #000;
    color: #000;
}
.select-color .product-loop-variants .color_option .option {
    padding: 8px 8px 8px var(--swatch-pill-padding-left) !important;
    margin-right: 10px;
    color: #b2b2b2;
    border: 2px solid #b2b2b2;
    min-height: var(--swatch-pill-height);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-size: var(--swatch-bg-size);
    background-position: var(--swatch-bg-position);
    background-repeat: no-repeat;
}
.select-color .variant_option {
    margin-right: 0 !important;
}
.select-color .product-loop-variants .option::after {
    margin: 3px;
    display: none;
}
.select-color .custom-bg-option {
    margin: 3px;
    border: 1px solid #b2b2b2;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-size: cover;
}
.select-color .product-loop-variants .variant_option input:checked + .option {
    color: #000 !important;
    border: 2px solid #000;
    padding: 8px 8px 8px var(--swatch-pill-padding-left) !important;
}
.newsletter-section .section-heading {
    margin-bottom: 0 !important;
    width: 37%;
    padding-right: 30px;
    text-align: left;
}
@media only screen and (max-width: 1024px) {
    .tabbed-collage-content .yv-accordion-header {
        padding: 15px 0 !important;
    }
    .trouble-sec .text-content {
        padding-left: 90px;
    }
    .trouble-sec .yv-img-content {
        left: 100px;
        right: -100px;
    }
    .bar-code .text-content {
        padding: 30px 112px 1px 28px;
    }
    body .yv-contact-information {
        padding: 0;
    }
    .yv-contact-form .col-lg-6 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .yv-gallery-outer::after {
        display: none;
    }
    .newsletter-section .section-heading {
        width: 70%;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .yv-contact-form .col-lg-6:first-child {
        border: none;
    }
    #shopify-section-template--16374512844951__main
        .yv-contact-information
        .yv-form-heading.h3 {
        min-height: 0 !important;
    }
    .announcement-bar-section .announcement-bar-main-wrapper a,
    .bar-code-img,
    .left-columan-part .section-heading,
    .social-links {
        display: none;
    }
    .announcement-bar-main-wrapper .announcement-bar,
    .left-columan-part .before-after-wrapper {
        width: 100%;
    }
    body .announcement_icon svg {
        width: 25px;
    }
    .video-secs {
        border-radius: 30px;
        overflow: hidden;
    }
    .bar-code .text-content {
        margin-right: 0;
        padding-right: 28px;
        margin-bottom: -25px;
        padding-bottom: 25px;
        text-align: center;
    }
    .template_index .tabbed-collage-section .row .tabbed-collage-image {
        display: none !important;
    }
    .template_index .yv-product-accordion yv-faq-accordion {
        margin-top: 0;
    }
    .accordion-heading .icons {
        max-width: 30px;
    }
    .announcement-bar-section .container,
    .img-position-left .tabbed-collage-content,
    .img-position-right .tabbed-collage-content {
        padding: 0;
    }
    .template_index .trouble-sec .text-content {
        padding: 40px 40px 0;
        text-align: center;
    }
    .trouble-sec .yv-img-content {
        right: 0;
        left: 0;
        width: 120%;
    }
    .trouble-sec .image-position-left .yv-imgbox-container {
        margin-bottom: -54px;
        background: #f4f4f4;
        border-radius: 30px;
    }
    .audio {
        padding: 29px 0;
    }
    .player.p-a-0 {
        margin-bottom: 16px;
    }
    .center-text::before {
        right: 0;
        width: 80px;
        top: 10px;
    }
    .announcement-bar-section .announce-btn {
        display: block !important;
        font-size: 12px !important;
        margin: 0;
    }
    .text__part {
        margin: 15px !important;
        padding: 15px !important;
    }
    .product-option-selector,
    body div .yv-product-quantity {
        border: none !important;
        padding-top: 0 !important;
        margin: 0 !important;
    }
    .form__part,
    .form__part .form__item {
        padding: 0;
        display: block;
    }
    .form__part .form__item {
        width: 100%;
        border-left: none;
        margin-left: 0;
    }
    #avpoptions-container__v2 {
        padding: 0 20px;
    }
    .newsletter-section .section-heading {
        width: 100%;
        padding-right: 0;
    }
    .newsletter-section .container {
        display: block;
    }
}
.template_index .rich-text-description,
.template_index .yv-collections-desc,
.template_index .yv-multi-column-desc {
    max-width: 500px;
    font-size: 16px;
    margin: auto;
}
@media only screen and (max-width: 479px) {
    .yv-contact-form .col-lg-6:first-child {
        padding-left: 0;
    }
    .yv-contact-form .col-lg-6 {
        padding: 0;
    }
    .accordion-heading {
        padding: 0;
        gap: 10px;
    }
    .input__button {
        gap: 7px;
    }
    .input__button input {
        padding: 10px 0;
        width: 100px;
    }
    #_jsPanelNeeded {
        min-width: 100px;
    }
    .complementary_products {
        margin: 0 !important;
    }
    #yv-product-accordion {
        border: none;
    }
    .avpoptions-container__v2 label.avp-productoptionswatchwrapper {
        width: 42% !important;
    }
    .select-color .product-loop-variants .color_option .option {
        font-size: 12px;
    }
    .select-panel.shape.product-option-selector.no-js-hidden,
    .yv-main-product-detail.slider-product-detail .yv-product-quantity {
        padding-top: 0 !important;
    }
    .trouble-sec .text-content {
        padding: 40px 20px 0;
    }
}
.iframe-popup iframe,
.visual_popup .iframe-popup {
    width: 100%;
    border: none;
    z-index: 999999;
    left: 0;
    top: 0;
    display: block;
    right: 0;
    bottom: 0;
    height: 100%;
}
.template_index .yv-multi-column-desc {
    padding-bottom: 30px;
}
#uid-30865668-882c-44d3-94c8-d08c496d4b88 input[type="checkbox"] {
    visibility: visible;
}
.visual_popup .iframe-popup {
    position: fixed;
}
.common-button {
    border: 0;
    border-radius: 52px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 15px;
    display: flex;
}
.w-glitter *,
.wizart-product-page * {
    color: #fff;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}
.w-glitter,
.wizart-product-page {
    width: 100% !important;
    margin: 20px 0 50px;
    box-shadow: none !important;
}
.wizart-product-page {
    display: inline-flex !important;
}
.nationwide-delivery-icon .bar-code-img {
    top: 0;
    left: unset;
    right: -100px;
}
.bar-code.indoor p {
    max-width: 300px;
}
.bar-code.indoor .bar-code-img {
    top: 35px;
}
.bar-code.outdoor .yv-img-content {
    background-color: unset;
}
.bar-code.outdoor a.button {
    z-index: 3;
}
.list-unstyled.product-loop-variants.circle {
    gap: var(--swatch-gap);
}
.select-color .product-loop-variants .variant_option {
    margin-bottom: 0;
}
.select-color .product-loop-variants .variant_option .option {
    border: none;
    /* padding: 18px !important; */
    padding: var(--swatch-option-size)!important;
    margin-right: 0;
}
.custom-bg-option::before {
    content: "";
    position: absolute;
    top: calc(-1 * var(--swatch-hover-ring-offset));
    left: calc(-1 * var(--swatch-hover-ring-offset));
    right: calc(-1 * var(--swatch-hover-ring-offset));
    bottom: calc(-1 * var(--swatch-hover-ring-offset));
    border: 2px solid #000;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.select-color
    .product-loop-variants
    .variant_option:hover
    input:checked
    + .option
    .custom-bg-option::before {
    transition: opacity;
}
.select-color
    .product-loop-variants
    .variant_option:hover
    input:not(:checked)
    + .option
    .custom-bg-option::before {
    opacity: 1;
}
.custom-hr {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #10142b;
}
.yv-main-product-detail .yv-product-detail-title {
    width: fit-content;
    float: left;
}
.yv-main-product-detail .yv-product-detail-title + .shopify-app-block {
    width: fit-content;
    float: right;
}
.yv-main-product-detail .yv-pricebox-outer {
    clear: both;
}
@media screen and (max-width: 1200px) {
    .yv-main-product-detail .yv-product-detail-title + .shopify-app-block {
        float: unset;
        clear: both;
        margin-bottom: 20px;
        margin-left: -4.2px;
    }
    .yv-main-product-detail .kooee-average-block > span {
        margin-left: 4.2px;
        margin-top: 10px;
    }
}
.link-pages-outdoor-panels-premium::after,
.link-products-batten::after,
.link-products-fluted-outdoor-panels::after,
.link-products-g-plank::after,
.link-products-snap-fit-batten::after {
    content: "NEW";
    display: inline-block;
    background-color: #ba9a58;
    color: #fff;
    font-size: 0.7em;
    padding: 6px 12px 4px;
    margin-left: 5px;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative;
    top: -2px;
}
.main-link-pages-outdoor-panels span::after {
    content: "NEW";
    display: inline-block;
    background-color: #ba9a58;
    color: #fff;
    font-size: 0.7em;
    padding: 2px;
    margin-left: 5px;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative;
    line-height: 1;
    top: -2px;
}
.link-products-batten::after,
.link-products-g-plank::after,
.link-products-snap-fit-batten::after {
    padding: 6px 12px 4px;
}
.main-link-pages-aluminium-panels span::after {
    padding: 2px;
    line-height: 1;
}
.order-history td a,
.total td {
    font-weight: 700;
}
.left-side-content {
    border-right: 1px solid var(--colorXXlightTextBody);
    display: flex;
    align-items: center;
    justify-content: center;
}
.yv-login-form {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    padding: 60px 55px 70px;
    text-align: left;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.frgt-pw {
    display: inline-flex;
}
.yv-reset-password-form input#password {
    scroll-margin-top: 200px;
}
.right-side-content {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.customer-page-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}
.yv-customer-pages form {
    margin-top: 26px;
}
.form-title {
    margin-bottom: 5px;
}
.login-bottom-box p a {
    text-underline-offset: 3px;
    font-weight: 700;
}
.error-container {
    background-color: #ff00000a;
    padding: 8px 15px;
    margin-bottom: 15px;
    border-radius: var(--layoutRadius);
    border: 2px solid #eb001b21;
}
.error-container ul li {
    color: var(--red);
    padding-left: 22px;
}
#RecoverEmail-email-error,
.error-container ul li a {
    color: var(--red);
}
.success-container {
    margin-top: 16px;
    color: var(--green);
}
.form__message svg {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-right: 5px;
}
.customer table thead {
    border-bottom: 0;
}
.customer table td {
    border: 0;
}
.payment-status {
    padding: 2px 9px;
    border-radius: 20px;
    color: #000;
    font-size: var(--smallText);
}
.payment-status.voided {
    background-color: #d3d9f1;
}
.payment-status.paid,
.payment-status.partially_paid {
    background-color: #d1efd1;
}
.payment-status.partially_refunded,
.payment-status.refunded {
    background-color: #fff0d5;
}
.payment-status.authorized {
    background-color: #fddbdb;
}
.order-details .order-detail-product {
    display: flex;
    max-width: 400px;
    white-space: normal;
}
td.product-order-img-wrapper {
    width: 110px;
    padding-right: 0;
}
.product-order-img {
    border-radius: var(--layoutRadius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-color: var(--colorImageBg);
}
.shopify-section.customer.account {
    padding: 40px 0 80px;
}
.fulfillment * {
    margin-bottom: 8px;
}
.fulfillment a {
    display: inline-block;
    padding: 4px 9px;
    background-color: #fbf3ef;
    color: #000;
    border-radius: 20px;
    margin-top: 5px;
}
.address-header,
.order-detail-address h6 {
    padding: 14px 20px;
}
.order-details tfoot tr:not(.total) td {
    padding-bottom: 0;
    font-size: var(--mediumText);
}
.account-pages-header {
    margin-bottom: 50px;
}
.account-header-tabs {
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.account-header-tabs a:not(.button) {
    display: inline-block;
    position: relative;
    border-bottom: 3px solid transparent;
    margin-right: 30px;
    padding: 18px 0;
    text-transform: uppercase;
    opacity: 0.4;
    line-height: 1;
    font-weight: 700;
    font-family: var(--tabHeadingFontFamily);
    color: var(--colorTextBody);
}
.account-header-tabs a:not(.button).active {
    border-color: var(--colorTextBody);
    opacity: 1;
}
.account-header-tabs a:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
}
.account-pages-content .d-flex p {
    margin-left: 11px;
    color: var(--dark-gray);
}
.order-detail-address {
    border: 1px solid var(--colorXXlightTextBody);
    margin-bottom: 20px;
    border-radius: var(--layoutRadius);
    overflow: hidden;
}
.order-detail-address p {
    padding: 13px 20px;
    opacity: 0.7;
}
.order-detail-address .address-bill-status {
    justify-content: space-between;
    padding: 10px 20px;
    display: flex;
    background-color: var(--theme-light-color);
}
.order-detail-address .address-bill-status span {
    display: inline-block;
    padding: 2px 13px;
    font-size: var(--smallText);
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 1px 1px #00000021;
}
.cart-discount svg,
.order-detail-product .list-unstyled svg {
    width: 10px;
    vertical-align: middle;
    margin-right: 3px;
    fill: currentColor;
}
.address-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
}
.address-list li {
    max-width: 19%;
    flex: 0 0 19%;
    border: 1px solid var(--colorXXlightTextBody);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    min-height: 250px;
    margin-right: 17px;
    margin-bottom: 20px;
    border-radius: var(--layoutRadius);
    overflow: hidden;
}
.address-header {
    margin-bottom: 10px;
    background-color: var(--theme-light-color);
}
.address-content {
    padding: 6px 20px 40px;
}
.address-footer {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 5px;
}
.address-footer .address-btn {
    margin: 0 5px;
    color: var(--colorTextBody);
}
.address-footer .address-btn svg {
    vertical-align: middle;
    fill: currentcolor;
    width: 17px;
    height: 17px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.address-footer .address-btn:hover,
.address-footer .address-btn:hover svg {
    color: var(--theme-color);
    fill: var(--theme-color);
}
.address-list li.add-address {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-light-color);
    border: 0;
    margin-right: 0;
}
.address-side-drawer-body {
    padding: 20px 30px;
    height: 100%;
}
.address-side-drawer-body .form-control {
    min-height: 40px;
}
.address-side-drawer-body form {
    height: calc(100% - 50px);
}
.address-side-drawer-body .address-form-body {
    height: 100%;
    overflow-y: auto;
}
.address-form-footer {
    position: absolute;
    bottom: 0;
    background-color: var(--primaryColorBody);
    padding: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.address-form-footer button {
    max-width: 48%;
    flex: 0 0 48%;
    min-width: auto;
    min-height: 42px;
    line-height: 1;
}
.cart-discount {
    margin-left: 20px;
    font-size: var(--smallText);
}
@media (max-width: 1440px) {
    .yv-login-form {
        min-height: 500px;
        max-width: 470px;
        padding: 50px 50px 60px;
    }
    .address-side-drawer-body {
        padding: 20px;
    }
    .address-list li {
        max-width: 23.3%;
        flex: 0 0 23.3%;
    }
    .order-detail-product .product-order-img {
        width: 70px;
    }
    .order-detail-address h6 {
        padding: 14px 20px;
    }
    .order-details {
        white-space: nowrap;
    }
    .order-detail-responsive {
        overflow-x: auto;
        border-right: 1px solid var(--colorXXlightTextBody);
    }
}
@media (max-width: 1199px) {
    .yv-login-form {
        max-width: 390px;
        padding: 30px 35px 40px;
    }
    .customer-page-content {
        max-width: 370px;
    }
    .customer-page-title {
        margin-bottom: 10px;
    }
    .account-pages-header,
    .customer-page-desc {
        margin-bottom: 30px;
    }
    .address-list li {
        max-width: 30%;
        flex: 0 0 30%;
        min-height: 220px;
    }
    .order-detail-product .product-order-img {
        width: 50px;
    }
}
@media (max-width: 991px) {
    tr th {
        padding: 13px 20px;
    }
    tr td {
        padding: 16px 20px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .form-control {
        padding: 7px 15px;
    }
    .right-side-content {
        justify-content: left;
    }
    .yv-login-form {
        max-width: 350px;
        padding: 30px 25px;
    }
    .customer-page-content {
        max-width: 260px;
        margin: 10px 0;
    }
    .yv-customer-pages form {
        margin-top: 15px;
    }
    .customer-page-desc {
        margin-bottom: 30px;
    }
    .left-side-content {
        border: 0;
    }
    .address-list li {
        max-width: 31.3%;
        flex: 0 0 31.3%;
        min-height: 200px;
        margin-right: 15px;
    }
    .address-header {
        padding: 10px 16px;
    }
    .address-content {
        padding: 5px 16px 40px;
    }
    .order-detail-address {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .product-name-link {
        margin-bottom: 6px;
    }
}
@media (max-width: 767px) {
    input,
    select,
    textarea {
        font-size: 16px !important;
    }
    .yv-login-form {
        min-height: 500px;
        height: auto;
        border-bottom: 1px solid var(--colorXXlightTextBody);
    }
    .yv-register-form {
        max-width: 70%;
    }
    .customer .order-details tbody td:before,
    .customer tfoot td:first-of-type,
    .customer th,
    .customer thead,
    .right-side-content,
    .yv-login-form label {
        display: none;
    }
    .customer-page-title,
    .form-title {
        text-align: center;
        margin-bottom: 7px;
    }
    .yv-login-form .form-title + p {
        text-align: center;
        margin-bottom: 25px;
    }
    .shopify-section.customer.account {
        padding: 40px 0;
    }
    .customer table {
        border: transparent;
    }
    .customer tbody tr {
        border: 1px solid var(--colorXXlightTextBody);
        margin-bottom: 20px;
    }
    tr td {
        padding: 16px 10px;
    }
    .customer td:nth-child(odd):not(.product-order-img-wrapper) {
        background-color: var(--colorXXlightTextBody);
    }
    .customer td {
        display: flex;
        text-align: right;
    }
    .customer td::before {
        content: attr(data-label);
        padding-right: 2rem;
        text-transform: uppercase;
        font-family: var(--heading-font-family);
        flex-grow: 1;
        text-align: left;
        font-weight: 700;
        color: var(--colorTextBody);
    }
    .customer td:first-of-type {
        display: flex;
        align-items: center;
    }
    .customer tr {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }
    .account-header-tabs a:last-child {
        min-width: auto;
        padding: 10px 15px;
    }
    .address-list li {
        max-width: 47%;
        flex: 0 0 47%;
        margin-right: 13px;
    }
    .order-detail-responsive {
        border-right: 0;
    }
    .customer .order-details tbody td {
        display: flex;
        text-align: left;
    }
    .order-details .order-detail-product {
        max-width: 100%;
    }
    .product-order-img-wrapper {
        padding-bottom: 0;
    }
}
@media (max-width: 575px) {
    .yv-login-form {
        padding-left: 0;
        padding-right: 0;
    }
    .yv-register-form {
        max-width: 90%;
    }
    .account-header-tabs a:not(.button) {
        padding: 12px 0;
        margin-right: 20px;
    }
    .address-form-footer button {
        min-height: 37px;
    }
}
@media (max-width: 480px) {
    .address-list li {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
        margin-right: 0;
        min-height: auto;
    }
    .address-list li.add-address {
        padding: 30px;
        margin-bottom: 0;
        min-height: 150px;
    }
    .address-side-drawer-body form {
        height: calc(100% - 105px);
    }
    .address-form-footer {
        flex-wrap: wrap;
    }
    .address-form-footer button {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 0 10px;
    }
}
@media (max-width: 414px) {
    .yv-register-form {
        max-width: 100%;
    }
}
@media (max-width: 360px) {
    .account-header-tabs a:not(.button) {
        font-size: var(--smallText);
    }
}
.yv-reorder-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorLightTextBody);
    z-index: 99;
    overflow: auto;
    display: none;
    transition: 0.3s linear;
}
.yv-reorder-popup-Container {
    display: block;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    padding: 50px 0;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 100%;
    max-height: 100%;
    transition: 0.3s linear;
}
.yv-reorder-popup-body {
    background-color: var(--primaryColorBody);
    padding: 20px;
    border-radius: var(--layoutRadius);
}
.reorder-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px;
}
.cart-warning-wrapper {
    margin-top: 15px;
}
.reorder-right-div .quantity {
    max-width: 120px;
    height: 40px;
}
.theme-layout-rounded .reorder-right-div .quantity.quantity-button {
    width: 24px;
    height: 24px;
}
.reorder-right-div {
    position: relative;
    padding-left: 30px;
    margin-left: auto;
}
.reorder-right-div .form-status {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 100%;
}
.form-status svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
}
.form-status.form-loading {
    background: 0 0;
    padding: 0;
    color: var(--colorTextBody);
}
.form-status.form-success {
    background: #e4f3ef;
    color: var(--green);
    padding: 6px;
}
.form-status.form-error {
    background: #ffebeb;
    color: red;
}
@media screen and (min-width: 768px) {
    .bar-code.outdoor .text-content {
        padding: 30px 60px 30px 100px;
    }
    .bar-code.outdoor .yv-img-content {
        right: -60px;
        z-index: 2;
    }
    .flickity-slider-item:not(.is-selected),
    .flickity-slider-item:not(.is-selected) video {
        visibility: hidden !important;
    }
}
@media screen and (max-width: 768px) {
    .flickity-slider-item,
    .flickity-slider-item .image-wrapper,
    .flickity-slider-item img {
        max-height: 220px;
        object-fit: contain !important;
    }
}
