/**
Theme Name: Lespoir Studio
Author: Jay Nguyen
Author URI: https://songhanweb.net
Description: This is Lespoir Studio Theme
Version: 1.0.0
**/
@font-face {
    font-family: 'Jost';
    src: url('assets/fonts/Jost-Regular.woff2') format('woff2'),
        url('assets/fonts/Jost-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    line-height: 20px;
    color: black;
    margin-bottom: 0 !important;
}

img {
    width: 100%;
    height: auto;
}

/* Global Font Size & Sentence Case Override */
* {
    font-size: 13px !important;
    /* text-transform: lowercase; */
    font-weight: 300 !important;
    letter-spacing: .5px !important;
    -webkit-font-smoothing: antialiased;
    outline: none !important;
}

.loading {
    position: relative;
}

.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(assets/images/loading-icon.gif);
    background-repeat: no-repeat;
    background-position: center 50px;
    background-color: rgba(255, 255, 255, .5);
    z-index: 9;
    background-size: 30px
}

main {
    min-height: 60vh;
}

ul.products {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hidden {
    display: none !important
}

.woocommerce-notices-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-notices-wrapper {
    text-align: center;
}

input[type="password"] {
    background-image: url(assets/images/key-icon.svg);
    background-position: 100%;
    background-size: 11px;
    background-repeat: no-repeat;
}

.cta-btn-border {
    display: block;
    max-width: 160px;
    color: black !important;
    width: 100%;
    padding: 8px 10px;
    border-radius: 0;
    margin: 40px auto 0;
    text-decoration: none;
    border: 1px solid black;
    cursor: pointer;
    transition: all .3s;
    font-size: 10px;
    line-height: 14px;
    transition: all .3s;
}

.cta-btn-border:hover {
    background-color: black;
    color: white !important;
}

.line {
    width: 100%;
    border-top: 1px solid black;
    margin: 20px 0
}

.form-row {
    position: relative;
}

span.step-result__edit {
    position: absolute;
    right: 28px;
    bottom: 28px;
    cursor: pointer;
}

p.step-result__content {
    margin-bottom: 0;
}

p.step-result__title {
    font-weight: 500;
}

h1.entry-title {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    margin: 70px 0;
}

.woocommerce-form-login__submit,
.cta-btn-black {
    display: block;
    max-width: 160px;
    background-color: black;
    color: white !important;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    margin: 50px auto 0;
    cursor: pointer;
    font-size: 10px;
    border: 1px solid black;
    transition: all .3s;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
}

.checkout-login-form .woocommerce-form-login__submit:hover,
.cta-btn-black:hover {
    background-color: white;
    color: black !important;
}

p.span-error {
    color: red;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    position: absolute;
}

.login-form-col input,
input.input-border {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    display: block;
    padding: 15px 0;
    color: black;
    font-size: 12px;
    background-color: transparent;
}

input.input-border::placeholder {
    color: black;
}

a.woocommerce-remove-coupon {
    color: red;
    text-decoration: none;
}

input[name="username"],
input[name="user_login"] {
    background-image: url(assets/images/user-icon.svg);
    background-position: 100%;
    background-size: 11px;
    background-repeat: no-repeat;
}

.wrap-message-box h2 {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: -25px;
}

.wrap-message-box {
    max-width: 488px;
    margin: 0 auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    select,
    textarea,
    input {
        font-size: 12px;
    }
}

span.onsale {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 10px;
    background-color: black;
    color: white;
    padding: 5px 10px;
}

mark,
ins {
    background: transparent;
}

input.qty[type=number],
.xoo-wsc-qtb-circle input[type="number"].xoo-wsc-qty {
    pointer-events: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 25px;
}

span.quantity-icon {
    width: 20px;
    padding: 0;
    text-align: center;
}

form.woocommerce-currency-switcher-form small {
    display: none;
}

form.woocommerce-currency-switcher-form {
    margin-left: 20px;
    margin-top: -2px;
}

.woocommerce-currency-switcher-form a.dd-selected {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 21px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.dd-select {
    background-color: transparent !important;
    /* border: none !important; */
}

a.dd-selected label {
    cursor: pointer;
}

label.dd-option-text {
    cursor: pointer;
}

.woocommerce-currency-switcher-form .dd-pointer {
    right: 5px;
    top: 11px;
}

.woocommerce-currency-switcher-form a.dd-option {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

/* Grid system */
.container {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.container-full {
    margin: 0 auto;
    position: relative;
}

.max-480 {
    max-width: 480px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

[class^="col-"],
[class*=" col-"] {
    padding: 0 15px;
    position: relative;
}

.col {
    flex: 1 1 auto;
    margin: 0 0.5rem;
    padding: 0 15px;
}

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666667%;
}

.col-12 {
    width: 100%;
}

.col-1-5 {
    width: 20%;
}

.left {
    justify-content: flex-start;
}

.center {
    justify-content: center;
}

.right {
    justify-content: flex-end;
}

.space-between {
    justify-content: space-between;
}

.top {
    align-items: flex-start;
}

.middle {
    align-items: center;
}

.bottom {
    align-items: flex-end;
}

.row-reverse {
    flex-direction: row-reverse;
}

.no-padding {
    padding: 0;
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile {
    display: none
}

.container-full [class^=col] {
    padding: 0;
}

.container-full .row {
    margin: 0;
}

.p-l-0 {
    padding-left: 0
}

.p-r-0 {
    padding-right: 0
}

.p-t-0 {
    padding-top: 0
}

.p-b-0 {
    padding-bottom: 0
}

.products .not-found {
    position: absolute;
    width: 100%;
    margin-top: 100px;
}

select {
    background-image: url(assets/images/dropdown-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    color: black;
    background-color: transparent;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.header-center img {
    max-height: 45px;
    width: auto !important;
}

@media screen and (min-width:769px) and (max-width:991px) {
    .col-sm-1 {
        width: 8.333333%;
    }

    .col-sm-2 {
        width: 16.666667%;
    }

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

    .col-sm-4 {
        width: 33.333333%;
    }

    .col-sm-5 {
        width: 41.666667%;
    }

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

    .col-sm-7 {
        width: 58.333333%;
    }

    .col-sm-8 {
        width: 66.666667%;
    }

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

    .col-sm-10 {
        width: 83.333333%;
    }

    .col-sm-11 {
        width: 91.666667%;
    }

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

    .col-sm-1-5 {
        width: 20%;
    }
}

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

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 100%
    }

    .col-xs-1 {
        width: 8.333333%;
    }

    .col-xs-2 {
        width: 16.666667%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.333333%;
    }

    .col-xs-5 {
        width: 41.666667%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.333333%;
    }

    .col-xs-8 {
        width: 66.666667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.333333%;
    }

    .col-xs-11 {
        width: 91.666667%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-1-5 {
        width: 20%;
    }

    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

    .opacity-zero {
        opacity: 0
    }

    h1 {
        padding: 0 20px;
    }
}

@media screen and (max-width:991px) {
    .container-full {
        max-width: 100%;
    }
}

/* Utility classes */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

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

/** Header **/
header#masthead {
    padding: 20px 0;
    background-color: transparent;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 9;
}

header .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

header .menu .sub-menu {
    z-index: 0;
    transition: all .5s;
    padding: 0;
    position: absolute;
    left: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

#menu-left>li {
    margin-right: 48px;
}

header .menu>li a,
.header-right .header-btn {
    color: black;
    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    position: relative;
}

header .menu>li:last-child {
    margin-right: 0;
}

header .menu>li.hovering .sub-menu.active {
    display: grid;
    padding: 35px 0 0 0;
    height: auto;
    opacity: 1;
    z-index: 1
}

header .header-left .menu>li.hovering .sub-menu.active {
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    column-gap: 110px;
    row-gap: 5px;
}

header .menu>li a:after,
.header-right .header-btn:after {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    background-color: black;
    transition: all .3s;
    bottom: -2px;
    left: 0;
}

header .menu>li a:hover:after,
header .menu>li.hovering>a:after,
.header-right .header-btn:hover:after {
    width: 100%;
}

header .header-left .menu>li.hovering.overflow .sub-menu {
    column-gap: 25px;
    width: 100%;
}

.header-left,
.header-right {
    display: flex;
    align-items: center;
}

.header-right .header-btn {
    position: relative;
    cursor: pointer;
    color: black;
    line-height: 20px;
    font-size: 10px;
    margin-left: 48px;
}

.header-right {
    padding-right: 0;
}

.header-right>*:first-child {
    margin: 0;
}

#menu-right .sub-menu li {
    margin-bottom: 5px;
}

.header__overlay {
    /* background-color: white; */
    position: absolute;
    height: 200px;
    width: 100%;
    left: 0;
    z-index: 0;
    display: none;
}

.menu-item__img {
    position: absolute;
    right: 5px;
    max-height: 148px;
    top: 40px;
    width: auto;
}

ul#menu-right>li {
    margin-left: 48px;
}

.header-center img {
    position: relative;
    top: 4px;
}

.header-left {
    padding-left: 0;
}

.header-right__inner {
    display: flex;
    width: fit-content;
    position: relative;
    justify-content: end;
    float: right;
}

span.header-btn.header-search-btn {
    margin-left: 0;
}

.header-left__inner {
    width: fit-content;
}

/** Search popup **/
.search-popup {
    position: absolute;
    top: 30px;
    background-color: transparent;
    padding: 20px 0 0;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    z-index: -1;
    height: 0;
    overflow: hidden;
}

.search-popup.active {
    opacity: 1;
    top: 60px;
    height: auto;
}

.search-popup:after {
    content: "";
    position: fixed;
    width: 100%;
    left: 0;
    top: 95px;
    z-index: 1;
    height: 0;
    transition: all .3s;
}

.home .search-popup:after {
    content: none;
}

.home .search-popup,
.home .search-popup input {
    background: transparent
}

.search-popup>* {
    z-index: 99;
    position: relative;
}

.search-popup form button,
.search-form form button {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url(assets/images/search-icon.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    background-position: center;
    padding: 10px;
    cursor: pointer;
}

.search-popup input.input-border {
    padding: 10px 0;
}

.search-popup input::placeholder {
    color: gray;
}

.close-search-popup {
    background-image: url(assets/images/plus-icon.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 4px;
    top: 5px;
    background-size: cover;
    cursor: pointer;
    transform: rotate(45deg);
}

.search-popup.active:after {
    height: 110px;
}

/** Footer **/
ul#menu-footer {
    list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

ul#menu-footer a {
    color: black;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: .5px;
    transition: all .3s;
    border-bottom: 1px solid transparent;
}

ul#menu-footer li {
    padding: 5px 12px;
}

footer#colophon {
    padding: 150px 0 50px;
    width: 100%;
    clear: both;
    position: relative
}

p.copyright-text {
    font-size: 10px;
    color: black;
    margin: 30px 0 0;
    font-weight: 300;
}

/** Shop Page **/
ul.products {
    display: grid;
    grid-gap: 100px 40px;
}

ul.products.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

ul.products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

ul.products li.product {
    width: 100% !important;
    margin-bottom: 40px;
    position: relative;
}

.product-thumbnail-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.product-thumbnail-wrap .secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

@media (min-width: 1025px) {
    .product-thumbnail-wrap:hover .secondary-image {
        opacity: 1;
    }
}

.product a {
    text-align: left;
    text-decoration: none;
    color: black !important;
    display: flex;
    flex-direction: column;
}

.product a h2.woocommerce-loop-product__title {
    color: black;
    font-weight: 300 !important;
    font-size: 13px !important;
    margin-top: 15px;
    margin-bottom: 0;
    letter-spacing: 0.1em !important;
    flex: 1;
}

.product a span.price {
    margin: 15px 0 0 0;
    display: block;
    font-size: 13px !important;
    letter-spacing: 0.1em !important;
    font-weight: 300 !important;
}

/* Desktop layout for title and price on same line */
@media screen and (min-width: 769px) {
    .product a.woocommerce-loop-product__link {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        align-items: baseline;
    }

    .product a.woocommerce-loop-product__link .product-thumbnail-wrap,
    .product a.woocommerce-loop-product__link img {
        grid-column: span 2 !important;
        width: 100% !important;
        display: block !important;
    }

    .product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
        margin-top: 20px;
        grid-column: 1 / 2 !important;
    }

    .product a.woocommerce-loop-product__link span.price {
        margin-top: 20px;
        margin-left: 15px;
        grid-column: 2 / 3 !important;
    }
}

p.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.toggle-block span {
    margin-left: 10px;
}

.toggle-block span.toggle-view {
    cursor: pointer;
    padding: 5px 3px;
}

.toggle-block span.toggle-view.active {
    text-decoration: underline;
}

.toggle-block {
    font-size: 10px;
}

.filter-item .expand span {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.24px;
    margin-bottom: 15px;
    cursor: pointer;
}

.filter-item .expand {
    background-color: white;
    position: absolute;
    z-index: 1;
    width: 80%;
    left: 0;
    padding: 20px 15px;
    display: none;
}

#filter {
    font-size: 10px;
}

.filter-item .expand span:last-child {
    margin-bottom: 0;
}

.toggle-block p {
    margin-bottom: 0;
    margin-top: 0;
}

span.filter-label {
    background-image: url(assets/images/plus-icon.svg);
    background-repeat: no-repeat;
    background-position: 40px 5px;
    cursor: pointer;
    max-width: 140px;
    background-size: 10px;
    position: relative;
    z-index: 2;
    background-color: white;
}

span.filter-label.active {
    background-image: url(assets/images/minus-icon.svg);
}

.filter-item label {
    background-image: url(assets/images/dropdown-icon.svg);
    background-repeat: no-repeat;
    padding-right: 17px;
    background-position: 100%;
    cursor: pointer;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.filter-item label.active {
    background-image: url(assets/images/up-icon.svg);
    border-bottom: .6px solid black;
    padding-bottom: 1px;
    padding-top: 1px;
}

.filter-item label.selected {
    background-image: url(assets/images/close-icon.svg)
}

.filter__fields {
    z-index: -1;
    opacity: 0;
    margin-left: -50px;
    transition: all .3s
}

.filter__fields.active {
    z-index: 1;
    opacity: 1;
    margin-left: 0
}

.woocommerce-pagination {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    z-index: 1
}

.woocommerce-pagination ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: fit-content;
    padding: 0;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    text-decoration: none;
    color: black;
    padding: 0px 3px;
    font-size: 10px;
}

.woocommerce-pagination ul li {
    margin: 0 10px;
}

.woocommerce-pagination ul li span.current {
    border-bottom: 1px solid black;
}

.post-type-archive-product h1.page-title,
.post-type-archive-product nav.woocommerce-breadcrumb {
    opacity: 0;
}

a.prev.page-numbers,
a.next.page-numbers {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

a.prev.page-numbers:before,
a.next.page-numbers:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 22px;
    background-image: url(assets/images/arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all .3s;
}

a.prev.page-numbers:before {
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    left: 0;
}

a.next.page-numbers:hover:before {
    right: -5px;
}

a.prev.page-numbers:hover:before {
    left: -5px;
}

nav.woocommerce-breadcrumb {
    display: none;
}

h1.woocommerce-products-header__title.page-title {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    margin: 70px 0;
}

.wrap-shop-bar {
    align-items: center;
    margin-bottom: 15px;
}

/* Custom Cart Sidebar **/
.xoo-wsc-footer a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue {
    display: none;
}

.xoo-wsc-ft-btn {
    text-decoration: none;
    margin: 30px 0;
}

a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout {
    background-color: transparent;
    color: black;
}

.xoo-wsch-top {
    /* border-bottom:1px solid black; */
    padding-bottom: 10px;
}

.xoo-wsc-header,
.xoo-wsc-body,
.xoo-wsc-footer {
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

span.xoo-wsch-text {
    margin-left: 0;
    text-transform: lowercase;
}

.xoo-wsc-header {
    padding-bottom: 0;
    padding-top: 50px;
}

.xoo-wsc-sm-info {
    height: 100%;
}

.xoo-wsc-product {
    padding: 20px 0;
    border-color: black;
}

span.xoo-wsc-ft-amt-label {
    font-weight: 500;
}

span.xoo-wsc-pname a {
    font-weight: 400;
    text-decoration: none;
    color: black;
}

span.xoo-wsch-close {
    right: 0 !important;
}

.xoo-wsc-empty-cart {
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0 0;
    height: 100%;
}

.xoo-wsc-empty-cart a.btn {
    background-color: black;
    color: white;
    padding: 10px 50px;
    text-decoration: none;
}

a.added_to_cart.wc-forward {
    display: none;
}

dl.variation dt {
    display: none !important;
}

dl.variation dd p:before {
    content: ",";
}

.xoo-wsc-product dl.variation p {
    font-style: normal;
    font-size: 10px;
}

dl.variation dd:nth-child(2) p:before {
    content: "";
}

.xoo-wsc-sm-left {
    justify-content: flex-start;
    position: relative;
}

.xoo-wsc-qty-box {
    position: absolute;
    bottom: 0;
}

.xoo-wsc-qtb-circle input[type="number"].xoo-wsc-qty {
    font-size: 10px;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal {
    font-size: 16px;
}

span.xoo-wsc-ft-amt-value bdi {
    font-size: 12px;
}

form.xoo-wsc-sl-apply-coupon {
    justify-content: space-between;
}

form.xoo-wsc-sl-apply-coupon input {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    border-color: black;
    width: 78%;
    padding-left: 0;
    font-size: 12px;
}

form.xoo-wsc-sl-apply-coupon button {
    background-color: black;
    color: white;
    border-radius: 0;
    border: none;
    font-size: 12px;
    width: 20%;
    padding: 10px;
}

.xoo-wsc-sl-heading {
    font-size: 15px;
    font-weight: 400;
    padding-top: 50px;
}

.xoo-wsc-clist-section {
    border-color: black;
    padding: 0;
}

span.xoo-wsc-clist-label {
    color: black;
    font-weight: 400;
    padding-left: 15px;
    margin-top: 15px;
}

button.xoo-wsc-coupon-apply-btn.button.btn {
    background-color: black;
    color: white;
    border: none;
    border-radius: 0;
    font-size: 12px;
    padding: 12px;
    width: 100%;
}

.xoo-wsc-coupon-row {
    padding-bottom: 15px;
}

.xoo-wsc-product:last-child {
    border: none;
    padding-bottom: 0;
}

.xoo-wsc-product:first-child {
    border-top: 1px solid black;
}

.xoo-wsc-ft-extras {
    display: none;
}

a.xoo-wsc-ft-btn:not(.btn):not(.button) {
    letter-spacing: 0.24px;
}

/** search page **/
.search-form form button {
    height: 10px;
    bottom: 20px;
    top: auto;
}

.filter-sale {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    width: 50%;
    margin-top: 67px;
}

.filter-sale input {
    display: none;
}

.filter-sale li:not(:last-child) {
    margin-right: 70px;
}

.filter-sale label {
    cursor: pointer;
}

.filter-sale label.active {
    text-decoration: underline;
}

.search h1.page-title {
    display: none;
}

.search main#primary {
    padding-top: 70px;
}

.search-form {
    margin-top: 12px;
    max-width: 375px;
    float: right;
    width: 100%;
}

.search-form form button {
    height: 10px;
    bottom: 20px;
    top: auto;
}

.search span.header-btn.header-search-btn {
    display: none;
}

input#coupon_code {}

ul#menu-footer li a:hover {
    border-bottom: 1px solid black;
}

.error404 .widget {
    display: none;
}

.error404 main#primary {
    text-align: center;
    margin-top: 50px;
}

.error404 .page-content form.search-form {
    float: none;
    margin: 0 auto;
}

.error404 .page-content form.search-form {}

.error404 .page-content form.search-form input[type=submit] {
    background-color: black;
    border-color: black;
    color: white;
    font-size: 12px;
}

.error404 .page-content form.search-form input {
    padding-left: 15px;
    padding-right: 15px;
}

#payment .form-row.validate-required {
    display: block !important;
}

#payment .form-row.place-order {
    display: block !important;
}

button#place_order {
    display: none;
}

#payment label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    justify-content: flex-start;
}

input#terms {
    width: 15px;
    margin-right: 5px;
}

.woocommerce-checkout .select2-container {
    display: none !important;
}

.page-id-29 input.wpcf7-form-control {
    margin-bottom: 0;
}

.checkout-results.active+.form-row.place-order {
    order: 19;
    display: block !important;
    background-color: #f9f9f9;
    padding: 0 28px;
    margin-top: -25px;
}

.checkout-results.active+.form-row.place-order+p {
    display: block !important;
    order: 19;
    background-color: #f9f9f9;
    padding: 10px 25px 20px;
    margin-top: 0;
}

.checkout-results.active+.form-row.place-order+p input {
    position: relative;
    top: 3px;
    margin-right: 2px !important;
}

.checkout-results.active+.form-row.place-order p {
    margin-bottom: 0;
}

.woocommerce-checkout ul.woocommerce-error {
    color: red;
}

.home header#masthead {
    position: fixed;
}

.home .header__overlay {
    background: transparent
}

.logged-in header#masthead {
    top: 32px;
}

@media screen and (max-width:1100px) {
    .header-left {
        padding-left: 0;
    }

    .header-right {
        padding-right: 0;
    }

    #menu-left>li {
        margin-right: 40px;
    }

    .header-right .header-btn {
        margin-left: 40px;
    }

    ul#menu-right>li {
        margin-left: 40px;
    }
}

@media screen and (max-width:1024px) {
    .menu-menu-right-container {
        display: none;
        margin-top: 64px;
    }

    span.header-btn.header-search-btn {
        text-indent: -99999px;
        background-image: url(assets/images/search-icon.svg);
        height: 30px;
        width: 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }

    .header-right .header-btn {
        line-height: 30px;
        margin-left: 25px;
    }

    header#masthead {
        padding: 5px 0;
    }

    .container {
        padding: 0 15px;
    }

    .search-popup:after {
        content: none;
    }

    .search-popup {
        width: 100vw;
        right: -15px;
        padding: 5px 15px 20px;
    }

    .close-search-popup {
        right: 17px;
    }

    .search-popup.active {
        top: 50px;
    }

    span.header-btn.header-search-btn:after {
        content: none;
    }

    .menu-menu-left-container {
        display: none;
    }

    .header-center img {
        width: 80px;
        max-width: none;
        margin: 0 auto;
    }

    .header-center {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hamberger-icon {
        position: relative;
        width: 21px;
        cursor: pointer;
    }

    .hamberger-icon span {
        display: block;
        height: 1px;
        background-color: black;
        margin: 5.5px 0;
    }

    .header-back-icon {
        background-image: url(assets/images/back-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 30px;
        display: block;
        margin: 24px auto 64px;
        cursor: pointer;
    }

    .header-left__inner {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        background-color: #FCFCFA;
        z-index: 9;
    }

    .header-left__inner.active {
        display: block;
    }

    .active .menu-menu-left-container {
        display: block;
    }

    header .menu {
        display: block;
        text-align: center;
    }

    header .menu li {
        margin: 0 0 10px 0 !important;
    }

    .active .hidden {
        display: block !important;
    }

    .active .menu-menu-right-container {
        display: block;
    }

    .menu-item-has-children.active>a {
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin-bottom: 64px;
    }

    .menu-item-has-children.active>.sub-menu {
        display: block;
        opacity: 1;
        position: relative;
        height: auto;
    }

    .header-left__inner.active .lv2~div .menu>li {
        display: none;
    }

    .header-left__inner.active .lv2~div .menu>li.active {
        display: block;
    }

    header .menu>li a:after,
    .header-right .header-btn:after {
        content: none
    }

    .menu-item__img {
        position: relative;
        max-height: none;
        max-width: 300px;
        left: 0;
        right: 0;
        top: 64px;
    }

    footer#colophon {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .block:last-child {
        margin-bottom: 0;
    }

    ul#menu-footer a {
        font-size: 8px;
    }

    p.copyright-text {
        font-size: 8px;
    }

    .woocommerce-shop h1.woocommerce-products-header__title.page-title {
        display: none;
    }

    h1.woocommerce-products-header__title.page-title {
        margin: 40px 0 25px;
    }

    .woocommerce-pagination {
        position: relative;
        bottom: 0;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    /* Reduce margins between page numbers on mobile to prevent overflow */
    .woocommerce-pagination ul li {
        margin: 0 7px;
    }

    h1.entry-title {
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .xoo-wsc-ft-extras {
        display: block;
    }

    a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart {
        display: none;
    }

    a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout {
        background-color: black !important;
        color: white !important;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .xoo-wsc-ft-buttons-cont {
        display: block;
    }

    .xoo-wsc-product {
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 15px;
        border-top: none !important;
    }

    .xoo-wsch-top {
        border: none;
    }

    .xoo-wsc-header,
    .xoo-wsc-body,
    .xoo-wsc-footer {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .xoo-wsc-header {
        padding-top: 25px;
    }

    span.xoo-wsch-text {
        color: transparent;
    }

    span.xoo-wsch-text:before {
        content: "Cart";
        text-indent: 0;
        position: absolute;
        width: 50px;
        height: 30px;
        font-size: 14px;
        left: auto;
        right: auto;
        margin: 0 auto;
        color: black;
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 100%;
        text-transform: capitalize !important;
    }

    .xoo-wsc-body {
        padding-top: 20px;
    }

    span.xoo-wsch-close.xoo-wsc-icon-cross {
        right: auto !important;
        background-image: url(assets/images/back-icon.svg);
        width: 30px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: left;
    }

    span.xoo-wsch-close.xoo-wsc-icon-cross:before {
        content: none;
    }

    .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
        margin-bottom: 5px;
        margin-top: 0;
        padding: 7px !important;
    }

    span.xoo-wsc-ft-amt-label {
        font-size: 14px;
    }

    .xoo-wsc-sl-heading {
        padding-top: 25px;
        justify-content: center;
        position: relative;
        padding-left: 15px;
        font-size: 14px;
    }

    span.xoo-wsc-toggle-slider.xoo-wsc-slider-close.xoo-wsc-icon-arrow-thin-left {
        position: absolute;
        left: 5px;
    }

    .xoo-wsc-icon-arrow-thin-left:before {
        content: "";
        background-image: url(assets/images/back-icon.svg);
        width: 30px;
        height: 15px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: left;
        top: -8px;
    }

    .xoo-wsc-sl-body {
        padding: 10px 15px;
    }

    .xoo-wsc-remove-coupon {
        font-size: 12px;
    }

    header .menu li {
        margin-bottom: 16px !important;
    }

    header .menu li:last-child {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width:768px) {
    .filter__fields>.row {
        justify-content: space-between;
    }

    .filter-item .expand {
        width: 98%;
        margin: 0 auto;
        right: 0;
        text-align: left;
        padding: 10px;
    }

    .filter-item .expand span {
        font-size: 10px;
    }

    .filter-item {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .wrap-message-box h2 {
        font-size: 8px;
        margin-top: -65px;
    }

    .search-page-area {
        flex-direction: column-reverse;
    }

    .search-page-area .search-form {
        width: 100%;
        max-width: none;
    }

    .search-page-area>* {
        padding: 0;
    }

    .filter-sale {
        margin-top: 30px;
    }

    .search main#primary {
        padding-top: 40px;
    }

    /* The Row Spacing for Mobile */
    ul.products {
        grid-gap: 30px 10px !important;
    }

    .product a h2.woocommerce-loop-product__title {
        margin-top: 10px;
        font-size: 12px !important;
    }

    .product a span.price {
        margin-top: 5px;
        font-size: 12px !important;
    }

    /* Custom Category Layout with Frame/Banner */
    .has-frame-layout .new-arrivals-banner {
        grid-column: span 2 !important;
        width: 100% !important;
        margin-bottom: 20px !important;
        list-style: none !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .has-frame-layout .new-arrivals-banner img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    /* Video banner: natural dimensions */
    .has-frame-layout .new-arrivals-banner.video-banner {
        height: auto !important;
    }

    /* Native <video>: true dimensions */
    .has-frame-layout .new-arrivals-banner.video-banner video {
        width: 100% !important;
        height: auto !important;
        display: block;
        border: none;
        pointer-events: none;
    }

    /* Iframe (Vimeo/YouTube/Instagram): true dimensions */
    .has-frame-layout .new-arrivals-banner.video-banner iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        display: block;
        border: none !important;
        pointer-events: none;
    }

    /* Vertical videos (YouTube Shorts, Instagram) */
    .has-frame-layout .new-arrivals-banner.vertical-video iframe {
        aspect-ratio: 9 / 16 !important;
    }

    .has-frame-layout ul.products {
        display: grid !important;
        grid-gap: 30px 10px !important;
        margin: 0 !important;
        padding: 0 15px !important;
    }

    .has-frame-layout ul.products.columns-2,
    .has-frame-layout ul.products:not([class*="columns-"]) {
        grid-template-columns: 1fr 1fr !important;
    }

    .has-frame-layout ul.products.columns-2 .new-arrivals-banner,
    .has-frame-layout ul.products:not([class*="columns-"]) .new-arrivals-banner {
        grid-column: span 2 !important;
    }

    .has-frame-layout ul.products.columns-1 {
        grid-template-columns: 1fr !important;
    }

    .has-frame-layout ul.products.columns-1 .new-arrivals-banner {
        grid-column: span 1 !important;
    }

    .has-frame-layout ul.products li.product {
        width: 100% !important;
        margin: 0 !important;
    }
}

@media screen and (max-width:580px) {
    .for-view-1 {
        display: inline-block !important;
    }

    .for-view-3,
    .for-view-4 {
        display: none;
    }

    ul.products.columns-3 {
        grid-template-columns: calc(50% - 10px/2) calc(50% - 10px/2);
    }

    .toggle-block p {
        margin-bottom: 0px;
    }

    .wrap-shop-bar {
        margin-bottom: 5px;
    }

    .wrap-shop-bar * {
        font-size: 10px !important;
        padding-left: 0;
    }

    .filter-item label {
        padding-right: 12px;
    }

    .filter-item:last-child {
        padding-right: 0;
    }

    .filter__fields {
        padding-right: 0;
    }

    h2.woocommerce-loop-product__title {
        margin-top: 16px;
        margin-bottom: 4px;
    }

    .product a {
        float: left;
        width: 100%;
    }

    .product img {
        display: block;
    }

    ul.products li.product {
        margin-bottom: 20px;
    }

    ul.products.columns-4 {
        grid-template-columns: calc(50% - 10px/2) calc(50% - 10px/2);
    }
}

@media screen and (max-width:480px) {
    .filter__fields.active {
        width: calc(100vw - 103px);
        left: 70px;
        background-color: white;
    }

    .filter__fields {
        position: absolute;
        margin-left: 0;
    }

    .filter-item .expand {
        width: 110%;
        left: -5%;
    }

    .filter-item label {
        white-space: nowrap;
    }

    h1.entry-title {
        margin-top: 15px;
    }

    span.onsale {
        padding: 2px 9px;
        font-size: 8px;
    }
}

@media screen and (max-width:375px) {
    .toggle-block span {
        margin-left: 6px;
    }
}

.grecaptcha-badge {
    display: none !important;
}

*::first-letter {
    text-transform: uppercase !important;
}

a,
span {
    display: inline-block;
}

/* Exclusion for Tabs Panel content */
.woocommerce-Tabs-panel,
.woocommerce-Tabs-panel *,
.woocommerce-tabs,
.woocommerce-tabs *,
.xoo-wsc-footer,
.xoo-wsc-footer * {
    text-transform: none !important;
}

.woocommerce-Tabs-panel::first-letter,
.woocommerce-Tabs-panel *::first-letter {
    text-transform: none !important;
}

#tab-care_instructions p:first-child {
    text-transform: lowercase !important;
}

#tab-care_instructions p::first-letter,
.search-popup label::first-letter {
    text-transform: uppercase !important;
}

.search-popup label {
    display: block;
    text-transform: lowercase;
}

.wpcf7 input,
.wpcf7 .wpcf7-form-control-wrap {
    width: 100% !important;
    display: block;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    text-transform: capitalize !important;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    text-transform: capitalize !important;
}

/*
span.xoo-wsch-text,.woocommerce-billing-fields .form-row label{
    text-transform: lowercase;
}
span.xoo-wsch-text::first-letter,.woocommerce-billing-fields .form-row label::first-letter{
    text-transform: uppercase !important;
} */
/* Layout for New Arrivals Category */
span.woocommerce-input-wrapper {
    width: 100%;
}

/* Desktop */
@media screen and (min-width: 769px) {
    .has-frame-layout ul.products {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        grid-gap: 100px 40px !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .has-frame-layout ul.products li.product {
        min-width: 0;
    }

    .has-frame-layout .toggle-block {
        display: none !important;
    }

    .has-frame-layout .new-arrivals-banner {
        grid-column: 1 / 3 !important;
        grid-row: 1 / 3 !important;
        list-style: none !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .has-frame-layout .new-arrivals-banner img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block;
    }

    /* Video banner: natural dimensions */
    .has-frame-layout .new-arrivals-banner.video-banner {
        height: auto !important;
    }

    /* Native <video>: true dimensions */
    .has-frame-layout .new-arrivals-banner.video-banner video {
        width: 100% !important;
        height: auto !important;
        display: block;
        border: none;
        pointer-events: none;
    }

    /* Iframe (Vimeo/YouTube/Instagram): true dimensions */
    .has-frame-layout .new-arrivals-banner.video-banner iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        display: block;
        border: none !important;
        pointer-events: none;
    }

    /* Vertical videos (YouTube Shorts, Instagram) */
    .has-frame-layout .new-arrivals-banner.vertical-video iframe {
        aspect-ratio: 9 / 16 !important;
    }

    .has-frame-layout ul.products li.product {
        width: 100% !important;
        margin: 0 !important;
        grid-column: span 1 !important;
    }
}

.single_add_to_cart_button.loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

.single_add_to_cart_button.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: button-spin 0.6s linear infinite;
}

h1 {
text-transform: uppercase !important;
}

h2,
h3 {
    text-transform: none;
}

ul.menu {
    text-transform: lowercase;
}

span.woocommerce-Price-amount.amount {
    white-space: nowrap;
}

@keyframes button-spin {
    to {
        transform: rotate(360deg);
    }
}