/*  */
.client-header-footer *, 
.client-header-footer ::after, 
.client-header-footer ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.client-header-footer *, 
.client-header-footer :focus, 
.client-header-footer :focus-visible, 
.client-header-footer :hover {
    scrollbar-width: thin;
    scrollbar-color: #ddd 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);
}

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;
}

html {
    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 {
    background-color: var(--colorBody);
    color: var(--colorTextBody);
    scroll-behavior: smooth;
    line-height: var(--base_line_height);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-style: var(--font-style);
    font-size: var(--text_size);
    letter-spacing: var(--base_spacing);
    word-break: break-word;
}

a img, fieldset, img {
    border: none;
}

form button[type="submit"]:not([name="checkout"]) {
    position: relative;
}

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;
}

button, input[type="submit"] {
    cursor: pointer;
}


button, input {
    margin: 0;
    padding: 0;
    border: 0;
}

button {
    font-family: var(--font-family);
    background-color: transparent;
}

a, a:focus:not(:focus-visible), button, div, h1, h2, h3, h4, h5, h6, input, select, span, textarea {
    outline: 0;
}


.list-unstyled {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: var(--heading_spacing);
    color: var(--heading_color);
    font-family: var(--heading-font-family);
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}


h6 {
    font-size: 20px;
}

a {
    text-decoration: none;
    color: var(--theme-color);
    cursor: pointer;
}

small, sub, sup {
    font-size: 95%;
}

p {
    /*font-size: var(--text_size);*/
    word-break: break-word;
}

iframe, img {
    max-width: 100%;
}


.hidden {
    display: none !important;
}

.visually-hidden {
    display: none !important;
}


.client-header-footer .container, 
.client-header-footer .container-fluid, 
.client-header-footer .custom-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.client-header-footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}


.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-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


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

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

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

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

    .align-items-center {
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .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-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .align-items-center {
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 576px) {
    .client-header-footer .container, 
    .client-header-footer .container-fluid, 
    .client-header-footer .custom-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .client-header-footer .container {
        max-width: 950px;
    }
}

@media (min-width: 992px) {
    .client-header-footer .container {
        max-width: 1120px;
    }
}

@media (min-width: 1200px) {
    .client-header-footer .container {
        max-width: 1170px;
    }
}

@media (min-width: 1280px) {
    .client-header-footer .container {
        max-width: 1300px;
    }
}

@media (min-width: 1441px) {
    .client-header-footer .container {
        max-width: 1400px;
    }
}

@media (min-width: 1800px) {
    .client-header-footer .container {
        /* max-width: 1730px; */
        max-width: 1400px;
    }
}

label {
    line-height: 20px;
    padding-bottom: 4px;
    display: inline-block;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
}


.form-control, .product_custom_liquid input, .rich-text-description input {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #c7c7c7;
    padding: 12px 15px;
    min-height: 50px;
    font-size: 13px;
    color: var(--black);
    letter-spacing: 0.5px;
    font-family: var(--font-family);
    border-radius: 0;
}

.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: #000 !important;
}

select {
    padding: 12px;
    padding-right: 30px;
    min-height: 30px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: var(--font-family);
    border-radius: 0;
    min-width: 140px;
    color: #000;
    cursor: pointer;
    font-family: var(--font-family);
    border-color: #000;
    background: transparent url(https://cdn.shopify.com/s/files/1/0597/9668/5009/files/select-arrow-black.png?v=1649157281) no-repeat 91% 50%/9px;
}

.flickity-button:focus, :focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
    transition: unset !important;
    z-index: 1;
}


:focus:not(:focus-visible), button:focus:not(:focus-visible) {
    outline: 0;
}

details>summary {
    list-style: none;
}

@media screen and (max-width: 1024px) {
    :focus, :focus-visible {
        outline-color: transparent !important;
    }
}

/*  */
.announcement-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden
}

.announcement-bar__message {
    padding: 5px 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.announcement_icon {
    font-size: 18px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.announcement-bar__message p {
    margin: 0 10px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1
}

.announcement-bar__message p, .announcement-bar__message span {
    padding: 3px 0
}


.announcement_icon svg {
    fill: currentColor;
    width: 18px;
    height: auto
}


header {
    width: 100%
}

.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;
    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; */
    justify-content: center;
    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
}

.nav-item .nav-link {
    position: relative;
    display: inline-block;
    padding: 20px 13px;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    background-color: transparent;
    text-transform: capitalize;
    font-family: var(--heading-font-family);
    margin: 0 10px;
    text-transform: uppercase
}

.dropdown-menu-item {
    display: inline-flex;
    align-items: center
}

.dropdown-menu-item svg {
    width: 8px;
    vertical-align: middle
}

.header__icons {
    display: flex;
    align-items: center
}

.header__icons>div {
    margin-left: 30px
}

.header__icons svg {
    width: 22px;
    height: 22px;
    cursor: pointer;
    fill: currentColor
}

.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)
}

.wrapper-top-cart .cart-icon {
    position: relative
}

.customer-links a, .search-form, .wrapper-top-cart a {
    display: flex;
    align-items: center
}


.navbar-toggler {
    background: 0 0;
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 26px;
}

.navbar-toggler span.navbar-toggler-icon, .navbar-toggler span.navbar-toggler-icon:after, .navbar-toggler span.navbar-toggler-icon:before {
    width: 25px;
    height: 2px;
    position: relative
}

.navbar-toggler span.navbar-toggler-icon {
    position: relative;
    background: #fff;
    transition: all 0s .1s, width 150ms linear;
    display: block
}

.navbar-toggler span.navbar-toggler-icon:after, .navbar-toggler span.navbar-toggler-icon:before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    background: #fff;
    transition: bottom .3s .1s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), width 150ms linear, background 150ms linear
}

.navbar-toggler span.navbar-toggler-icon:after {
    top: 7px;
    bottom: auto
}


.side-menu {
    width: 100%;
    max-width: 400px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    transition: all .5s ease;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-100%)
}

#mobileMenu:target, .nav-open .side-menu {
    transform: translateX(0)
}

.side-menu .inner-side {
    padding: 0 30px 40px
}

.side-menu-header {
    position: sticky;
    top: 0;
    padding: 30px 20px 20px;
    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%
}

.inner.child, .inner.grandchild {
    display: none
}


.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: 20px;
    line-height: 1.3;
    display: block;
    position: relative;
    padding: 18px 0;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    padding-right: 25px;
    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: .5s ease all;
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 13px;
    height: 1px;
    background-color: currentColor;
    transition-property: transform
}

.side-menu .inner-side ul li.dropdown>.list-menu__item::before, .side-menu .inner-side ul li.dropdown>.toggle-level::before {
    transform: rotate(-90deg)
}
.inner.child {
    margin: 0 0 20px
}

.side-menu .nav-item.dropdown .inner.child {
    padding-left: 15px
}

.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 0;
    padding-right: 20px
}

.side-menu .social-links {
    margin-bottom: 30px
}

.side-menu .social-links ul li {
    width: 30px;
    height: 30px;
    text-align: left;
    display: inline-block;
    margin-right: 10px
}

.side-menu .social-links ul li a {
    font-size: 16px;
    line-height: initial;
    padding: 0;
    color: rgba(255, 255, 255, .3)
}

.side-menu .social-links ul li a svg {
    fill: currentcolor
}

.lower-nav {
    line-height: 1
}

.menu-login-btn {
    margin-bottom: 20px
}

.drawer-login-btn {
    font-size: 16px;
    color: rgba(255, 255, 255, .5) !important;
    border: 2px solid;
    padding: 6px 20px;
    text-transform: uppercase
}


@-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)
    }
}

.yv-dropdown-menus {
    position: absolute;
    background-color: #5A2064;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
    transition: all .3s ease-in-out;
    box-shadow: 0 1px 2px #9f9f9f;
    max-height: 70vh;
    overflow: auto;
    padding: 20px
}

.yv-dropdown-detail[open] .yv-dropdown-menus {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transform: translateY(0);
    pointer-events: auto;
    transition: all .3s ease-in-out
}

.dropdown-inner-menu-item {
    padding: 10px 0;
    min-width: 200px
}

.yv-dropdown-item-link {
    display: block;
    text-transform: capitalize;
    color: #555;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px
}

.yv-dropdown-item-link:hover {
    color: var(--theme-color);
    text-decoration: underline
}

@media only screen and (min-width: 992px) {
    .top-header .nav-menu-btn {
        display: none
    }

}

@media screen and (max-width: 1440px) {
    .header__icons>div {
        margin-left: 20px
    }

    .navbar-nav {
        max-width: 90%
    }

    .nav-item .nav-link {
        margin: 0 5px
    }
}

@media screen and (max-width: 1199px) {
    .nav-item .nav-link {
        padding: 20px 7px;
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        display: none
    }

    .top-header.header_1 {
        padding: 11px 0
    }

    .header_1 .navbar {
        position: relative
    }

    .header_1 .navbar {
        justify-content: center
    }

    .header_1 .form-inline {
        position: absolute;
        right: 0
    }
    .header__heading-link {
        padding: 0;
        max-width: 200px
    }

    .header_1 .navbar, .header_3 .navbar, .navigation__header {
        min-height: 38px
    }

    html.no-js .nav-item.dropdown:hover>.inner {
        display: block
    }

}

@media screen and (max-width: 767px) {
    .header__icons>div {
        margin-left: 15px
    }

    .header__icons svg {
        width: 18px
    }

    .header__heading-link {
        max-width: 170px
    }

    .header__heading-link img {
        max-width: 100px
    }
    .header_1 .navbar, .header_3 .navbar, .navigation__header {
        min-height: 30px
    }

}

@media screen and (max-width: 575px) {

    .header__icons svg {
        width: 20px
    }

    .header__heading-link {
        max-width: 150px
    }

    .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:before {
        bottom: 6px;
    }

    .navbar-toggler span.navbar-toggler-icon:after {
        top: 6px;
    }

    .side-menu {
        max-width: 100%
    }

}


@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 {
        max-width: 100px
    }

    .header__icons svg {
        width: 16px
    }

    .header__heading-link img {
        max-width: 80px
    }

}

header .side-menu, header .side-menu .child, header .side-menu .grandchild, header .side-menu .side-menu-header {
    background-color: #ed601f !important;
}

/*  */
footer {
    margin-top: auto
}

.footer-section img {
    background-color: transparent;
    width: auto;
    height: auto
}

.yv-footer-top-box {
    padding: 45px 0;
    border-bottom: 1px solid
}

.yv-footer-copyright-box, .yv-footer-logo {
    display: flex;
    align-items: center
}

.yv-footer-middle-box {
    padding: 50px 0
}

.yv-footer-bottom-box {
    padding: 10px 0 20px
}

.footer-menu-head {
    font-size: 18px;
    margin-bottom: 18px;
    font-family: var(--heading-font-family);
    letter-spacing: .2px
}

.lang-dropdown, .yv-copyright-content {
    color: rgba(255, 255, 255, .5);
    font-size: 12px
}

.footer-menu-list ul li a {
    display: inline-block;
    margin-bottom: 12px;
    transition: padding .3s;
    position: relative
}

.yv-footer-newsletter-box, .yv-footer-text {
    margin-bottom: 30px
}

.yv-footer-newsletter-wrapper {
    position: relative
}

.yv-footer-newsletter-wrapper .focus-line {
    position: absolute;
    content: "";
    width: 0%;
    bottom: 0;
    background-color: var(--theme-color);
    left: 0;
    height: 1px;
    transition: 1s
}

.yv-footer-newsletter-wrapper input:focus~.focus-line {
    width: 100%
}

.yv-footer-newsletter-wrapper input {
    padding: 10px 50px 10px 0;
    min-height: 50px;
    color: var(--gray);
    border: 0;
    border-bottom: 1px solid
}

.yv-footer-newsletter-wrapper button {
    text-transform: none;
    top: 0;
    position: absolute !important;
    right: 0;
    font-size: 13px;
    line-height: 22px;
    padding: 0;
    height: 100%;
    min-width: auto;
    background: 0 0;
    min-height: 46px;
    border: 0
}

.yv-footer-newsletter-wrapper button svg {
    fill: #fff;
    transition: .7s
}

.yv-footer-text-outerbox .social-links ul li {
    width: 20px;
    height: 20px;
    background: 0 0;
    text-align: left;
    display: inline-block;
    margin-right: 15px;
    color: #fff
}

.yv-footer-text-outerbox .social-links ul li a {
    margin: 0
}

.yv-footer-text-outerbox .social-links ul li svg {
    fill: currentcolor
}

.yv-footer-payment-box {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.list-payment {
    display: flex;
    flex-wrap: wrap
}

.list-payment li {
    padding: 5px;
    line-height: 0
}

.lang-dropdown {
    border: 1px solid transparent;
    letter-spacing: .5px;
    font-family: var(--font-family);
    border-radius: 0;
    padding: 9px 30px 9px 13px;
    min-height: 26px;
    min-width: 110px;
    max-width: 200px;
    text-overflow: ellipsis
}

.lang-dropdown option {
    background-color: #fff;
    color: #000
}

.yv-copyright-content {
    margin-right: 20px
}


.footer-dropdown {
    display: flex
}

.footer-dropdown .disclosure {
    margin-right: 10px
}

footer :focus-visible {
    outline-color: #ddd
}

footer select:focus-visible {
    border: 1px solid #ddd !important
}

.yv-footer-text-outerbox {
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    footer .footer-menu-accordion ul li a:hover {
        padding-left: 15px
    }

    footer .footer-menu-accordion ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 1px
    }

    footer .footer-menu-accordion ul li a:hover:before {
        width: 10px
    }
}


@media screen and (max-width: 1440px) {
    .footer-section img {
        max-width: 120px
    }

    .yv-footer-top-box {
        padding: 35px 0
    }
}


@media screen and (max-width: 1199px) {
    .footer-menu-head {
        font-size: 16px
    }
}

@media screen and (max-width: 991px) {
    .yv-footer-copyright-box {
        flex-wrap: wrap
    }

    .yv-copyright-content {
        width: 100%;
        margin: 0 0 15px
    }

    .yv-footer-middle-box, .yv-footer-top-box {
        padding: 30px 0
    }

    .footer-menu-list .col-xl-2 {
        margin-bottom: 20px
    }

    .footer-menu-list ul li a {
        margin-bottom: 8px
    }

    .list-payment svg {
        width: 28px
    }

    .footer-menu-head {
        margin-bottom: 10px
    }

    

    .yv-footer-newsletter-wrapper button svg {
        width: 15px
    }
}


@media screen and (max-width: 767px) {
    .Yuva-logo {
        max-width: 80px
    }

    .footer-menu-accordion ul {
        display: none;
        padding: 10px 0 0
    }

    html.no-js .footer-menu-accordion ul {
        display: block
    }

    .footer-menu-accordion {
        padding-bottom: 25px
    }

    .footer-menu-head {
        position: relative;
        font-size: 14px;
        margin-bottom: 0
    }

    .footer-menu-accordion .footer-menu-head:after, .footer-menu-accordion .footer-menu-head:before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        width: 13px;
        height: 1px;
        background-color: currentColor;
        transition: transform .3s
    }

    html.no-js .footer-menu-accordion .footer-menu-head:after, html.no-js .footer-menu-accordion .footer-menu-head:before {
        display: none
    }

    .footer-menu-head:before {
        transform: rotate(-90deg)
    }

    .yv-footer-middle-box, .yv-footer-top-box {
        padding: 25px 0
    }

    .yv-footer-copyright-box {
        padding: 0 0 20px
    }

    .footer-menu-list .col-xl-2 {
        margin-bottom: 0
    }

    .yv-footer-newsletter-wrapper input {
        min-height: 42px
    }

    .yv-footer-newsletter-box {
        margin-bottom: 25px;
        margin-top: 20px
    }

    .yv-copyright-content {
        text-align: center
    }

    .yv-footer-payment-box {
        flex-wrap: wrap
    }

    .yv-footer-payment-box .footer-payment {
        width: 100%
    }

    .list-payment {
        margin-right: 0;
        justify-content: center
    }

    .yv-footer-copyright-box, .yv-footer-payment-box {
        justify-content: center
    }

}

@media screen and (max-width: 575px) {
    .yv-copyright-content {
        text-align: center
    }

    .yv-footer-payment-box {
        flex-wrap: wrap
    }

    .yv-footer-payment-box .footer-payment {
        width: 100%
    }

    .list-payment {
        margin-right: 0;
        justify-content: center
    }

    .yv-footer-copyright-box, .yv-footer-payment-box {
        justify-content: center
    }

    .yv-footer-bottom-box {
        padding: 20px 0 10px
    }

    .footer-section img {
        max-width: 100px
    }

   
}

@media screen and (max-width: 380px) {
    .footer-dropdown, .yv-footer-copyright-box {
        flex-wrap: wrap
    }

    .yv-copyright-content {
        width: 100%;
        text-align: center;
        margin: 0 0 15px
    }

    .lang-dropdown {
        width: 100%;
        max-width: 100%
    }

    .footer-dropdown .disclosure {
        width: 100%;
        margin: 0 0 10px
    }
}

.img-content img, .map_box_placeholder, .product-detail-slider .yv-product-slider-item iframe, .product-single__media, .video-overlay-text, .yv-feature-imgbox iframe, noscript {
    height: 100%;
    width: 100%
}

select {
    -webkit-appearance: none
}

.h6-small, .yv-quick-view-product-detail .yv-product-compare-price {
    font-size: 15px
}

/*  */
#shopify-section-announcement-bar .announcement-bar {
    border-color: transparent !important;
    background: linear-gradient(270deg, rgba(237, 96, 31, 1) 2%, rgba(167, 70, 255, 1) 16%, rgba(90, 32, 100, 1) 60%, rgba(77, 28, 100, 1) 84%, rgba(237, 214, 20, 1) 97%);
}

#shopify-section-announcement-bar .announcement-bar .announcement-bar__message, #shopify-section-announcement-bar .announcement-bar .announcement-bar__message ul li span, #shopify-section-announcement-bar .announcement-bar .announcement_icon, #shopify-section-announcement-bar .announcement-bar .announce_close {
    color: #ffffff;
}

.header__heading-link img {
    height: auto;
    width: auto;
}

#headerSection {
    position: sticky;
    top: 0;
}

#headerSection {
    background-color: #4d1c64;
    width: 100%;
    z-index: 3;
}
header a:not(.dropdown-item, .drawer-login-btn, .hamburger-menu-item, .dropdown-hamburger-menu-item-title, .back-to-menu, .yv-dropdown-item-link, .yv-megamenu-item-link), header .list-menu__item, header .nav-link, .header_3 .nav__btn .menu_title, .header_3 .category_title h2 {
    color: #ffffff;
}
.yv-dropdown-item-link, .yv-megamenu-item-link, .yv-megamenu-product-detail a, .menu-category-title, .yv-listing-megamenu-title, .product-menu-item .yv-product-title {
    color: #ffffff !important;
    opacity: 1 !important;
}

@media screen and (min-width: 1025px) {


    header a:not(.drawer-login-btn, .dropdown-hamburger-menu-item-title):hover, header .nav-link:hover .header_3 .nav__btn:hover .menu_title {
        color: #ed601f;
    }

    .menu-category-title:hover, .yv-dropdown-item-link:hover, .yv-megamenu-product-detail a:hover, .yv-megamenu-item-link:hover, .yv-listing-megamenu-title:hover, .product-menu-item .yv-product-title:hover {
        color: #ed601f !important;
    }
}

/*  side drawer setting  */
header .side-menu, header .side-menu .child, header .side-menu .grandchild, header .side-menu .side-menu-header {
    background-color: #2c2b2b;
}

header .side-menu .back-btn, header .side-menu .close-btn, header .side-menu a {
    color: #fff;
}

header .navbar-nav-sidebar>.nav-item {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

header .side-menu .nav-item.dropdown .inner.child li a, header .side-menu .nav-item.dropdown .inner.child li .toggle-level, header .side-menu .yv-product-information .yv-prizebox .yv-product-price, header .side-menu .yv-product-information .yv-prizebox .yv-product-compare-price, header .side-menu .product-menu-item .yv-product-title {
    color: rgba(255, 255, 255, 0.5) !important;
}

#custom-header div.menu-login-btn a.drawer-login-btn{
    display: none;
}