/**
* Theme Name: Cosmetsy Child
* Description: This is a child theme of Cosmetsy, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: cosmetsy
* Version: 2.0.0
*/


@media screen and (min-width: 87.5rem) {
    .site-header.style-4 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .site-header--content {
        width: 1460px;
        margin-left: -130px;
    }

}

/* Desktop toggle menu */
.toggle-button {
    margin-right: 34px;
    font-size: 24px;
}

.desktop-toggle-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    /* hidden on mobile */
    position: relative;
}

.desktop-toggle-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #1e1918;
    min-width: 200px;
    z-index: 999;
    padding: 24px 30px 20px 30px;
}

.desktop-toggle-menu {
    display: block;
    /* show on desktop */
}

.menu-toggle {
    display: none;
    /* hide mobile hamburger on desktop */
}

.desktop-toggle-menu li:hover>.sub-menu {
    display: block;
    /* hover submenu on desktop */
}

.vertical-menu-wrapper {
    display: none !important;
    /* disable vertical menu on desktop */
}


/* Remove bullet points for submenu items */
.desktop-toggle-menu .sub-menu li {
    list-style: none;
}

.mobile-toggle-menu.sub-menu li {
    list-style: none;
    font-size: 14px;
    color: #1e1918;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    margin-top: 10px;
}

.mobile-toggle-menu.sub-menu {
    padding: 0;
    margin-bottom: 60px;
}

/* Style links inside submenu */
.desktop-toggle-menu .sub-menu a {
    font-size: 14px;
    /* smaller text */
    line-height: 1.5;
    /* tighter spacing */
    display: block;
    padding: 5px 0;
    /* reduce padding */
    color: #fff;
    /* match your dark background */
    text-decoration: none;
}

/* Optional: hover effect */
.desktop-toggle-menu .sub-menu a:hover {
    opacity: 0.8;
}


/* Full page black overlay */
.future-loading-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Black opacity */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

/* Make overlay visible */
.future-loading-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Spinner in center */
.future-loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}

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

#selected-featured ul.products .product .product-content .product-media .entry-media,
#selected-featured .product-media {
    position: inherit !important;
}

#selected-featured ul.products.style-1 .product .product-content .product-media .entry-media .button {
    will-change: inherit;
    -webkit-transform: none;
    transform: none;
}

#selected-featured ul.products.style-1 .product .product-content .product-media .entry-media .button {
    background: #eee1de;
    border-radius: 30px;
    bottom: -70px;
}


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

ul.products.align-center {
    text-align: left;
}


#parallax-section .qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

#parallax-section .qodef-e-product-content {
    text-align: left;
}

#parallax-section .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .price {
    justify-content: flex-start;
}

#parallax-section .qodef-e-product-categories {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;

}

#parallax-section .qodef-e-product-title.qodef-e-title.entry-title {
    margin: 10px 0;
}

#parallax-section .qodef-qi-button.qodef-layout--filled {
    color: #ffffff !important;
    background-color: #1e1918;
    border: 0;
    font-size: 12px;
    border-style: solid;
    border-radius: 20px;
    font-weight: 500;
    margin-top: 14px;
}

.parallax-col {
    height: 850px;
    overflow: auto;

    /* Hide scrollbar for Chrome, Safari, Edge */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and old Edge */
}

.parallax-col::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}

@media screen and (min-width: 62rem) {
    .site-footer {
        margin-top: 0;
    }
}

footer.site-footer {
    display: none;
}

.home #custom-footer {
    margin-top: -60px;
}

.form-wrapper {
    display: flex;
    width: 100%;
    max-width: 450px;
    /* ose sa të duash */
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    align-items: center;
    position: relative;
}

.newsletter-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: 16px;
}

.form-wrapper .button {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: 400;
}

.form-wrapper .button:hover {
    opacity: 0.85;
}

input.newsletter-input {
    border: none;
}

/* Remove default input shadows in Safari/Chrome */
input.newsletter-input::-webkit-outer-spin-button,
input.newsletter-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.site-shop {
    padding: 0 36px;
}

.site-header--desktop.hide-mobile {
    max-width: 1200px;
    margin: 0 auto;
}

.shop-page-header--categories {
    display: none;
}

@media screen and (min-width: 62rem) {
    .shop-page-header {
        margin-bottom: 4.25rem;
    }
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
    color: #e7e7e7;
}

.archive #content {
    padding: 0 36px;
}

@media screen and (min-width: 62rem) {

    .site-main-body.single,
    .site-main-body.blog {
        margin-top: 3rem;
    }
}

section.rvpw-recently-view.products .h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: inherit;
    margin-top: 50px;
    border-top: 1px solid #dee2e6;
    padding-top: 50px;
}



.archive #content {
    padding: 0;
}

.site-header .primary-menu.horizontal-menu .menu .sub-menu {
    background-color: #1e1918;
}

.style-1 .site-header--content .header-search--form .search-form-input {
    background: transparent;
    color: #FFF;
    width: 240px;
}

.site-header--content .header-search--form {
    border: 1px solid #FFF;
    border-radius: 20px;
}

.site-header--content .header-search--form .search-icon i {
    color: #FFF;
}

.search-form-select {
    display: none;
}

.search-form-input::placeholder {
    color: #FFF !important;
    opacity: 1;
}

.search-form-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.3 5.71a1 1 0 0 0-1.41 0L12 10.59 7.11 5.7A1 1 0 0 0 5.7 7.11L10.59 12l-4.89 4.89a1 1 0 1 0 1.41 1.41L12 13.41l4.89 4.89a1 1 0 0 0 1.41-1.41L13.41 12l4.89-4.89a1 1 0 0 0 0-1.4z"/></svg>') no-repeat center;
    cursor: pointer;
}

.site-header--nav .container .row.align-items-center {
    border-top: 1px solid #FFF;
}

.site-header--content .header-search {
    position: absolute;
    right: -40px;
    margin-right: 20px;
}

.site-offcanvas--header .site-brand a img {
    display: none;
}

.style-2.site-header .site-header--nav {
    background: transparent;
}

.site-header--desktop.hide-mobile {
    background-color: #1e1918;
}

header#masthead,
.archive.category #masthead {
    background: #1e1918;
}


.site-header.style-2 .primary-menu {
    border: 0px;
}

@media screen and (min-width: 62rem) {
    .site-header .primary-menu.horizontal-menu .menu>.menu-item+.menu-item {
        margin-left: 2rem;
    }
}

span.cart-count-icon {
    background-color: #d3bcb7 !important;
}

.style-1 .site-header--nav .primary-menu.horizontal-menu .menu>.menu-item>a,
.style-1.site-header .primary-menu.horizontal-menu .menu>.menu-item a:hover {
    color: #e1e1e1;
}

.entry-category a {
    color: #b89e98 !important;
}

.entry-category a:hover {
    color: #b89e98 !important;
}

.module-border.hide-mobile {
    display: none;
}

.klb-blog-breadcrumb .container {
    background-color: transparent !important;
}

@media screen and (min-width: 75rem) {
    .archive.category .shop-page-header.style-2 .container .row .shop-page-header--title .entry-title {
        color: #1e1918;
        font-size: 4rem;
        border-bottom: 1px solid;
        padding-bottom: 30px;
        width: 680px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 62rem) {
    .shop-page-header.style-2 .container .row {
        padding-top: 4.25rem;
        padding-bottom: 2.25rem;
    }
}

.home .site-header--mobile.hide-desktop,
.tax-product_cat .site-header--mobile.hide-desktop {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
}

.archive .site-header--mobile.hide-desktop,
.post-template-default .site-header--mobile.hide-desktop,
.product-template-default .site-header--mobile.hide-desktop {
    background: #1e1918;
}

.product-single .product-details .product-actions .product-share ul li a {
    background: none;
    color: #1e1918;
    font-size: 18px;
}

.module--slider .slider-item .slider-image::before {
    background-color: rgba(0, 0, 0, 0.45);
}

.module--slider .slider-item .slider-content .button {
    margin-top: 0.6rem;
}

p.return-to-shop {
    margin-top: 20px;
}

.page-id-13442 .social-buttons {
    display: none;
}

form.checkout_coupon button.button:hover,
.return-to-shop a.button:hover,
.my-account-page button.button:hover,
.woocommerce-MyAccount-content a.button:hover,
.tinv-wishlist button.button:hover {
    background-color: #1e1918;
}

@media screen and (min-width: 75rem) {

    .woocommerce-page .container {
        max-width: 1200px;
    }

    .tax-product_cat .container {
        max-width: 100%;
    }

    .search-results .container {
        max-width: 100%;
    }

}

.klb-modal-root.authentication-modal .klb-authentication-modal .klb-authentication-tab a {
    color: #1e1918 !important
}

#buynow {
    color: #1e1918;
    background-color: transparent;
    border: 1px solid #ddd;
    font-weight: 500;
    font-size: 13px;
    height: 48px;
}

#buynow:hover {
    color: #FFF;
    background-color: #1e1918;
    border: 1px solid #1e1918;
    font-weight: 500;
    font-size: 13px;
}

.product-actions .site-social ul.icon li a .social-icon {
    display: none;
}


.site-offcanvas--footer .site-social ul.icon li a .social-text,
.site-offcanvas--footer .site-social ul.icon li a .social-label {
    display: none;
}

.product-actions .site-social ul.icon li a .social-text,
.product-actions .site-social ul.icon li a .social-label {
    display: block;
    font-size: 13px;
    color: #b89e98;
    font-weight: 500;
}

.product-actions .site-social ul.icon li {
    width: 58px
}

.product-single .product-details .product-actions .product-share ul li a {
    width: 100%;
}

@media screen and (min-width: 62rem) {
    .product-single .product-details .product-actions .product-share {
        margin-left: 1.8rem;
        padding-left: 1.8rem;
    }
}

.quantity {
    margin-right: 0.25rem !important;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}


button.medium.wide,
.button.medium.wide {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

button.buy_now_button {
    margin-left: 0px;
}

@media screen and (min-width: 62rem) {
    .single_add_to_cart_button {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

button.single_add_to_cart_button.button.alt {
    margin-right: 4px;
}







/* Mobile */
@media (max-width: 600px) {
    #parallax-section .qodef-qi-button.qodef-layout--filled {
        color: #ffffff !important;
        background-color: #1e1918;
        border: 0;
        font-size: 11px;
        border-style: solid;
        border-radius: 20px;
        font-weight: 500;
        margin-top: 14px;
    }

    #parallax-section .qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .site-shop {
        padding: 0;
        margin-top: 35px;
    }

    .woocommerce-ordering .orderby {
        width: 100%;
        color: #000
    }

    .product-template-default #content {
        padding: 0;
    }

    .archive #content {
        padding: 0;
    }

    .shop-page-header {
        margin-bottom: 0;
    }

    .site-main-body.single,
    .site-main-body.blog {
        margin-top: 0;
    }

    .home .site-header--mobile.hide-desktop {
        margin-bottom: -58px;
        background: transparent;
    }

    .site-header--mobile.hide-desktop {
        margin-bottom: -58px;
        background: transparent;
    }

    .search-form-input {
        border-bottom: 1px solid #eee1de !important;
    }

    .search-form-input::placeholder {
        color: #d7d7d7 !important;
        opacity: 1;
    }

    .search-holder--form .search-form-input {
        color: #666;
    }

    .shop-page-header.style-2.with-background .container {
        height: 240px;
    }

    .klb-shop-breadcrumb .container .row .col {
        margin-top: 75px;
    }

    #content {
        margin: 0 auto;
        max-width: 1200px;
        margin-top: 90px;
    }

    .archive #content {
        margin: 0 auto;
        max-width: 100%;
        margin-top: 90px;
    }

    .post-type-archive #content,
    .woocommerce-page #content {
        margin: 0 auto;
        max-width: 100%;
        margin-top: 0px;
    }

    .single-product #content {
        margin: 0 auto;
        max-width: 1200px;
        margin-top: 90px;
    }

    /* Product Categories */
    .home #content,
    .tax-product_cat #content {
        margin: 0 auto;
        max-width: 100%;
        margin-top: 0px;
    }

    .tax-product_cat header#masthead,
    .home header#masthead,
    .post-type-archive header#masthead {
        background: transparent;
    }

    .shop-page-header.style-2 .container .row .shop-page-header--title .entry-title {
        margin-bottom: .625rem;
        color: #1e1918;
        font-size: 36px;
        line-height: 36px;
    }

    .parallax-col {
        height: 850px;
        overflow: auto;
        /* Hide scrollbar for Chrome, Safari, Edge */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and old Edge */
    }

    #parallax-section .qodef-qi-button.qodef-layout--filled {
        color: #ffffff !important;
        background-color: #1e1918;
        border: 0;
        font-size: 9px;
        border-style: solid;
        border-radius: 20px;
        font-weight: 500;
        margin-top: 14px;
    }

    .my-account-page {
        margin-top: 40px;
    }

    .shop-page-header .woocommerce-breadcrumb {
        margin-bottom: 0.4rem;
    }

    .sticky-header .site-header--mobile.hide-desktop {
        margin-bottom: -58px;
        background: #1e1918;
        border-bottom: none;
    }

}

/*Desktop Only */
@media (min-width: 601px) {
    .home .site-header--desktop.hide-mobile {
        margin-bottom: -171px;
    }

    .site-header--nav {
        background: transparent;
    }

    .klb-shop-breadcrumb.with-background .container {
        height: 480px;
    }

    .site-header--desktop.hide-mobile {
        margin-bottom: -171px;
    }

    .klb-shop-breadcrumb .container .row .col {
        margin-top: 160px
    }

    #content {
        margin: 0 auto;
        max-width: 1200px;
        margin-top: 200px;
    }

    .archive #content {
        margin: 0 auto;
        max-width: 1200px;
        margin-top: 200px;
    }

    .post-type-archive #content,
    .woocommerce-page #content {
        margin: 0 auto;
        max-width: 100%;
        margin-top: 0px;
    }

    .single-product #content {
        margin: 0 auto;
        max-width: 1200px;
        margin-top: 200px;
    }

    /* Only Products Category */
    .home #content,
    .tax-product_cat #content {
        margin: 0 auto;
        max-width: 100%;
        margin-top: 0px;
    }

    .tax-product_cat header#masthead,
    .home header#masthead,
    .post-type-archive header#masthead {
        background: transparent;
    }

    .archive .site-header--desktop.hide-mobile,
    .home .site-header--desktop.hide-mobile {
        background: transparent;
    }

    .shop-page-header.style-2 .container .row .shop-page-header--title .entry-title {
        font-size: 52px;
        line-height: 52px;
    }

}

/* Tablets */
@media (min-width: 600px) and (max-width: 1024px) {

    .archive #content,
    .post-template-default #content,
    .product-template-default #content {
        margin: 0 auto;
        max-width: 1200px;
        margin-top: 90px;
    }

    #parallax-section .qodef-qi-button.qodef-layout--filled {
        color: #ffffff !important;
        background-color: #1e1918;
        border: 0;
        font-size: 10px;
        border-style: solid;
        border-radius: 20px;
        font-weight: 500;
        margin-top: 14px;
    }

    .tax-product_cat .site--inner {
        margin-top: -90px;
    }

    .parallax-col {
        height: 740px;
        overflow: auto;
        /* Hide scrollbar for Chrome, Safari, Edge */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and old Edge */
    }

    .woo-accordion-wrapper {
        margin-top: 30px;
        border-top: 1px solid #eee;
    }

    .woo-accordion-item {
        border-bottom: 1px solid #eee;
    }

    .woo-acc-btn {
        width: 100%;
        text-align: left;
        padding: 15px;
        font-size: 18px;
        background: #f9f9f9;
        border: none;
        cursor: pointer;
    }

    .woo-acc-btn.active {
        background: #e8e8e8;
    }

    .woo-acc-content {
        display: none;
        padding: 15px;
        animation: fadeIn 0.3s ease-in-out;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


    .post-type-archive #content {
        margin: 0 auto;
        max-width: 100%;
        margin-top: 0px;
    }
}



/* KM */