/*
Theme Name:   Bacola Child
 Theme URI:    http://klbtheme.com/bacola/
 Description:  Bacola Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     bacola
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bacola-child
*/

:root {
    --color-info-dark: #000000;
}

body::-webkit-scrollbar {
    display: none !important
}

a {
    text-decoration: none !important;
}

@media screen and (min-width: 75rem) {
    .module-categor-products.style-2 .module-body .category-banner-image {
        height: 100% !important;
    }
}

.site-header .primary-menu .menu>.menu-item>a {
    text-transform: capitalize !important;
}

.site-header .primary-menu,
.site-header .primary-menu .menu>.menu-item {
    padding: 0px;
}

/* sticky header */
.sticky_header_default {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: -100%;
    width: 100%;
    z-index: -1;
    background: unset;
    transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
}

.sticky_header_default.fixed-header {
    top: 0;
    opacity: 1;
    z-index: 99901;
    visibility: visible !important;
}

/*shop page category css*/
.content-primary {
    padding: 0px !important;
    overflow: visible;

}

.content-primary::-webkit-scrollbar {
    display: none !important
}

.product-cat-link {
    text-decoration: none !important;
}

.product-cat.wc-sidebar-cat.cat-product-show {
    position: sticky;
    top: 10px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    border: 1px solid #edeef5;
    scrollbar-width: none;
}

.product-cat-thumbnail-image {
    background: #e397973b;
    padding: 5px;
    border-radius: 50%;
}

.product-cat-section .product-cat-thumbnail-image img {
    width: 50px;
    height: 50px;
    transform: translateY(10px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product-cat .product-cat-section {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #edeef5;
    padding: 10px 10px;
}

.product-cat-section .product-cat-name h2 {
    font-size: 15px;
    line-height: 150%;
    text-align: start;
    font-weight: bolder;
    color: #000;
    margin: 0px;
    padding: 0px 5px;
}

a.product-cat-link:hover .product-cat-thumbnail-image img,
a.product-cat-link.active .product-cat-thumbnail-image img {
    transform: scale(1.1) translateY(0px);
}

@media (max-width: 992px) {
    .brand-description {
        display: none !important;
    }

    .product-cat .product-cat-section {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 10px 0px;
    }
}

@media (max-width: 450px) {

    .product-cat-section .product-cat-thumbnail-image img {
        width: 40px;
        height: 40px;
    }

    .product-cat-section .category-title h2 {
        font-size: 12px;
        overflow-wrap: anywhere;
        text-align: center;
    }
}

/*End shop category css*/

.products .content-wrapper .product-meta {
    font-size: 0.9rem;

}

.products .content-wrapper .product-meta .product-unit {
    color: #000 !important;
    font-weight: 400;
    font-family: var(--font-primary);
    font-size: 12px;
}

.product-content {
    margin: 15px 0px;
}

nav.woocommerce-breadcrumb {
    display: none !important;
}

/* my account page css */
/* ---------- Container ---------- */
.dfm-account-wrap {
    margin: 32px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #222;
}

/* ---------- Hero Card ---------- */
.dfm-hero-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff7f1;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    margin-bottom: 24px;
    border: 1px solid rgb(0 0 0 / 15%);
}

.dfm-hero-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.dfm-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    flex: 0 0 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dfm-hero-user h1.dfm-hello {
    margin: 0 0 6px 0;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.dfm-username {
    color: #222;
}

.dfm-logout {
    color: #e8563a;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid rgb(237 67 34 / 68%);
    background: transparent;
}

/* stats */
.dfm-hero-stats {
    display: flex;
    gap: 28px;
    align-items: center;
}

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

.dfm-stat-number {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #1f2d3d;
}

.dfm-stat-label {
    font-size: 13px;
    color: #4b5966;
    letter-spacing: 0.6px;
}

/* ---------- Tabs ---------- */
.dfm-tabs {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eef2f4;
}

.dfm-tab {
    text-decoration: none !important;
    color: #4b5966;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: 0.6px;
}

.dfm-tab:hover {
    color: var(--color-secondary);
}

.dfm-tab.is-active {
    color: var(--color-secondary);
    border-bottom: 3px solid var(--color-secondary);
}

/* ---------- Dashboard boxes ---------- */
.dfm-dashboard .dfm-box-grid {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.dfm-box {
    background: #fff;
    padding: 26px;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(8, 15, 22, 0.04);
    border: 1px solid rgb(0 0 0 / 15%);
    width: calc(33.333% - 12px);
    min-width: 240px;
    box-sizing: border-box;
}

.dfm-box h3 {
    margin: 0 0 12px 0;
    font-size: 22px;
    font-weight: 700;
}

.dfm-box-desc {
    margin: 0 0 18px 0;
    color: #4b5966;
}

/* buttons */
.dfm-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.dfm-btn:hover {
    color: #edeef5;
}

.dfm-btn-orange {
    background: #ff9d46;
}

.dfm-btn-green {
    background: #25b46a;
}

.dfm-btn-red {
    background: var(--color-secondary);
}

.dfm-btn-view-mob {
    color: #000;
    font-size: 25px;

}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .dfm-hero-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        text-align: left;
    }

    .dfm-hero-stats {
        align-self: flex-end;
        gap: 18px;
    }

    .dfm-tab {
        gap: 10px;
    }

    .dfm-dashboard .dfm-box-grid {
        flex-direction: column;
    }

    .dfm-box {
        width: 100%;
    }

    .dfm-dashboard .dfm-box-grid .dfm-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dfm-box-desc {
        margin: 0px;
    }

    .dfm-dashboard .dfm-box-grid .dfm-box.other-infomation {
        flex-direction: column;
        align-items: start !important;
    }

    .dfm-dashboard .dfm-box-grid .dfm-box.other-infomation ul {
        padding-left: 0px !important;
        width: 100%;
    }

    .dfm-dashboard .dfm-box-grid .dfm-box.other-infomation ul li {
        list-style: none;
    }

    .dfm-dashboard .dfm-box-grid .dfm-box.other-infomation ul li a {
        color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        padding-bottom: 10px;
    }

}

@media (max-width: 480px) {
    .dfm-hero-card {
        padding: 16px;
    }

    .dfm-hero-user h1.dfm-hello {
        font-size: 20px;
    }

    .dfm-avatar {
        width: 56px;
        height: 56px;
    }

    .dfm-tabs {
        gap: 14px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* end my account page css */

/* my account address page */
.woocommerce-Address .woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-border-light);
    padding-bottom: .75rem;
    margin-bottom: .75rem;
}

.my-account-page .woocommerce-Address-title h2 {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.my-account-page .woocommerce-Address {
    background: #fff;
    padding: 26px;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(8, 15, 22, 0.04);
    border: 1px solid rgb(0 0 0 / 15%);
    box-sizing: border-box;
    width: 50%;
}

.d-address-flex {
    display: flex;
    gap: 10px;
}

.woocommerce-Address-title a.edit {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

@media (max-width: 992px) {
    .my-account-page .woocommerce-Address {
        width: 100%;
    }

    .d-address-flex {
        flex-wrap: wrap;
    }
}

/* end my account address page*/

.outofstock .thumbnail-wrapper img {
    opacity: 0.3;
    filter: grayscale(60%);
}

.outofstock .thumbnail-wrapper::after {
    content: "Sold out";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 600;
    z-index: 4;
}

.pr-weight {
    font-size: 12px;
    margin-bottom: 0px;
    color: #dd3333;
    font-weight: 600;
}

@media (min-width: 992px) {
    .order-review-wrapper {
        position: sticky;
        top: 100px;
        height: calc(100vh - 120px);
        overflow-y: auto;
        scrollbar-width: none;
    }
}

.shop-content.my-account-page .woocommerce {
    margin-top: 0px !important;
}

/* Category Section Wrapper */
.category-section-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 20px;
    border-radius: 16px;
}

/* Category Card */
.cat-card {
    text-align: center;
    transition: 0.2s ease;
}

.cat-card:hover {
    transform: translateY(-4px);
}

/* Round Image Circle */
.cat-img-wrap {
    width: 85px;
    height: 85px;
    background: #e397973b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    box-shadow: 0 3px 10px rgb(217 68 68 / 58%) !important;
    border: 5px solid #ffffff;
    overflow: hidden;
    animation: glowPulse 4s infinite;
}

.cat-card:nth-child(1) .cat-img-wrap {
    animation-delay: 0s;
}

.cat-card:nth-child(2) .cat-img-wrap {
    animation-delay: 0.5s;
}

.cat-card:nth-child(3) .cat-img-wrap {
    animation-delay: 1s;
}

.cat-card:nth-child(4) .cat-img-wrap {
    animation-delay: 1.5s;
}

.cat-card:nth-child(5) .cat-img-wrap {
    animation-delay: 2s;
}

.cat-card:nth-child(6) .cat-img-wrap {
    animation-delay: 2.5s;
}

.cat-card:nth-child(7) .cat-img-wrap {
    animation-delay: 3s;
}

.cat-card:nth-child(8) .cat-img-wrap {
    animation-delay: 3.5s;
}

@keyframes glowPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.cat-img-wrap img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Text Styling */
.cat-info h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 0;
    color: #222;
}

.cat-info p {
    font-size: 13px;
    margin: 2px 0 0;
    color: #666;
}

/* Mobile */
@media(max-width: 480px) {
    .category-section-wrapper {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 12px;
    }

    /* Make round images smaller for mobile */
    .cat-img-wrap {
        width: 60px;
        height: 60px;
    }

    .cat-img-wrap img {
        width: 40px;
        height: 40px;
    }

    .cat-info h4 {
        font-size: 12px;
    }

    .cat-info p {
        font-size: 11px;
    }
}

.module-category.style-1 .module-body {
    border: none;
    border-radius: unset;
}

@media(max-width: 1024px) {
    .module-slider.full-width.wide .content-wrapper .content-main {
        min-height: 130px;
    }
}

/* checkout  */

.wpmc-step-item.wpmc-step-login.current {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields select,
.woocommerce-billing-fields textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgb(0 0 0 / 42%);
    background: none;
    margin-bottom: 12px;
    font-size: 14px;
}

/* Labels */
.woocommerce-billing-fields label {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
}

/* Order summary stays separate */
.wc-block-components-order-summary {
    background: #ffffff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    margin-top: 25px;
}


.wpmc-step-item.wpmc-step-billing.wpmc-step-shipping.current {
    display: flex !important;
    gap: 25px !important;
    align-items: flex-start !important;
    justify-content: space-between;
}

form.woocommerce-checkout,
.woocommerce-order-pay form#order_review {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgb(255 0 0);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.woocommerce-checkout .custom-checkout-wrapper,
#lpac-map-container {
    width: 50%;
}

#order_review_heading,
#payment_heading {
    display: none;
}

.wpmc-step-item.wpmc-step-review.wpmc-step-payment.current {
    display: flex !important;
    justify-content: space-between;
    gap: 20px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    border: none;
    border-bottom: 1px solid var(--color-border-light);
    width: unset !important;
    max-width: unset !important;
}

.woocommerce p.form-row {
    margin-bottom: 0px;
}

#payment ul.wc_payment_methods {
    padding-left: 0px;
}

#payment ul li {
    list-style: none;
    border: 1px solid rgb(0 0 0 / 15%);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
}

.wc_payment_methods label {
    font-size: 20px;
    font-weight: 600;
}

#payment input[type="radio"] {
    appearance: none;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-secondary);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: border-color 0.25s ease;
}

#payment input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 3.5px;
    left: 3.5px;
    width: 10px;
    height: 10px;
    background: var(--color-secondary);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.25s ease;
}

/* Checked state */
#payment input[type="radio"]:checked {
    border-color: var(--color-secondary);
}

/* Animation when checked */
#payment input[type="radio"]:checked::after {
    transform: scale(1.2);
}

/* order pay  */
.woocommerce-order-pay form#order_review {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

#show_order_review_heading i {
    display: none;
}

ul.woocommerce-shipping-methods {
    width: 100px !important;
}

@media(max-width: 518px) {
    #show_order_review_heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 10px 10px;
        background: #fcfcfc;
    }

    #show_order_review_heading i {
        display: block;
        font-size: 2rem;
        transition: transform 0.3s ease;
        color: #000000;
        margin-right: 20px;
        font-weight: 900;
    }

    #show_order_review_heading.active i {
        transform: rotate(180deg);
    }

    .woocommerce-checkout-review-order-table thead,
    .woocommerce-checkout-review-order-table tbody {
        display: none;
        transition: display 0.4s ease;
    }

    .woocommerce-checkout-review-order-table.show thead,
    .woocommerce-checkout-review-order-table.show tbody {
        display: table-row-group;

    }
}

/* end order pay */

.custom-empty-orders {
    text-align: center;
    max-width: 760px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.custom-empty-orders .empty-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10rem;
    height: 10rem;
    margin-bottom: 1.875rem;
}

.custom-empty-orders .order-empty {
    font-family: var(--font-secondary);
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-danger);
    margin-bottom: 1.25rem;
}

.custom-empty-orders a.shop-button {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    font-family: var(--font-primary);
    border-radius: 1.875rem !important;
    padding: 1.25rem 2.25rem;
}

.custom-empty-orders .empty-icon svg {
    width: 5rem !important;
}

@media(max-width: 650px) {

    .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout-review-order-table td {
        max-width: 100% !important;
        width: 100% !important;
    }

    .custom-empty-orders a.shop-button {
        color: #fff;
        padding: 1rem 2rem;
    }
}

@media(max-width: 992px) {
    form.woocommerce-checkout {
        box-shadow: none !important;
    }

    .woocommerce-order-pay form#order_review {
        flex-direction: column;
    }

    .wpmc-step-item.wpmc-step-billing.wpmc-step-shipping.current,
    .wpmc-step-item.wpmc-step-review.wpmc-step-payment.current {
        flex-direction: column;
    }

    .woocommerce-checkout .custom-checkout-wrapper,
    #lpac-map-container {
        width: 100%;
    }

    #lpac-map-container .lpac-map {
        height: 300px !important;
        width: 100% !important;
    }
}

/* end checkout */

.woocommerce-view-order div#lpac-map-container {
    width: 100%;
    margin-top: 30px;
}

/* thankyou page design  */
.thankyou-wrapper,
.woocommerce-payment-error-notice {
    max-width: 1100px;
    margin: 40px auto;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--color-secondary);
}

.thankyou-left {
    width: 55%;
}

.thankyou-left h1 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #c1272d;
    font-weight: 900;
}

.thankyou-left p {
    color: #444;
    font-size: 18px;
    margin-bottom: 8px;
}

.order-summary-title {
    margin-top: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #1d3557;
}

.summary-box {
    margin-top: 15px;
    background: #fdfdfdcf;
    padding: 20px;
    border-radius: 14px;
    font-size: 18px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.summary-box div {
    margin: 7px 0;
    display: flex;
    justify-content: space-between;
}

.continue-btn {
    margin-top: 25px;
    display: inline-block;
    background: #e63946;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 20px;
    text-decoration: none;
    color: white !important;
    font-weight: bold;
    transition: 0.3s;
}

.continue-btn:hover {
    background: #d62828;
}

.thankyou-right {
    width: 40%;
    text-align: center;
}

.thankyou-right img {
    width: 85%;
}

.thankyou-left img {
    display: none;
}

/* end thankyou page design */

.order-actions-button.cancel {
    margin-left: 10px;
}

.woocommerce-order-details a.order-actions-button {
    color: #fff !important;
}

.order-detail-heading-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.my-account-page .order-detail-heading-section h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

section.woocommerce-order-details br,
section.woocommerce-order-details .wt_pklist_invoice_print,
.woocommerce-columns--addresses::before {
    display: none !important;
}

.woocommerce-columns--addresses {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.woocommerce-columns--addresses .woocommerce-column--billing-address,
.woocommerce-columns--addresses .woocommerce-column--shipping-address {
    flex: 1 1 !important;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 1.5;
    min-width: 0;
    box-sizing: border-box;
}

@media(max-width: 650px) {
    .woocommerce-payment-error-notice {
        flex-direction: column-reverse;
    }

    .woocommerce-payment-error-notice .woo-payment-button {
        text-align: center;
    }

    .thankyou-wrapper {
        padding: 20px;
    }

    .thankyou-right {
        display: none;
    }

    .thankyou-left img {
        display: inline-block;
    }

    .thankyou-left {
        width: 100%;
        text-align: center;
    }

    .woocommerce-columns--addresses {
        flex-direction: column;
    }

    .woocommerce-columns--addresses .woocommerce-column--billing-address,
    .woocommerce-columns--addresses .woocommerce-column--shipping-address {
        width: 100% !important;
    }
}

.category-banner-image .banner-content h3.entry-title,
.category-banner-image .banner-content .entry-text {
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.site-footer {
    margin-top: 5.5rem;
}

button#place_order {
    width: 100%;
    justify-content: center;
}

/* #billing_city_field,
#billing_postcode_field,
#billing_country_field,
#billing_state_field,
#shipping_country_field,
#shipping_state_field {
    display: none !important;
} */

@media screen and (min-width: 64rem) {
    body.woocommerce-account:not(.logged-in) {
        background-image: url("https://dfm.delhifruitmarket.com/wp-content/uploads/2026/01/bg_mg-1.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .woocommerce .site-login .site-login-overflow {
        background: #ffffffe3;
    }
}

form.woocommerce-form-login {
    display: flex;
    flex-direction: column;
}

.klb-social-login {
    order: -1;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
}

.klb-social-login .social-divider {
    margin-top: 1rem;
}

/*  */
a.klb-social-login-btn.klb-btn-google {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 18px;

    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 16px 26px;
    border-radius: 999px;

    background: #ffffff !important;

    font-size: 18px;
    font-weight: 600;

    color: #1f3b64 !important;

    border: 2px solid transparent;

    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(90deg,
            #ff3b30,
            #ffcc00,
            #34c759,
            #007aff,
            #ff3b30);

    background-origin: border-box;
    background-clip: padding-box, border-box;

    box-shadow:
        0 10px 26px rgba(0, 0, 0, .08),
        0 0 18px rgba(255, 59, 48, .25);

    position: relative;
    transition: all .25s ease;
}


/* Google icon */
a.klb-social-login-btn.klb-btn-google:before {
    font-size: 20px;
    margin-right: 6px;
}


/* soft glow behind button */
a.klb-social-login-btn.klb-btn-google::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 999px;
    background: linear-gradient(90deg,
            rgba(255, 59, 48, .35),
            rgba(255, 204, 0, .35),
            rgba(52, 199, 89, .35),
            rgba(0, 122, 255, .35));
    filter: blur(22px);
    z-index: -1;
}


/* hover */
a.klb-social-login-btn.klb-btn-google:hover {
    transform: translateY(-2px);
    box-shadow:
        0 16px 38px rgba(0, 0, 0, .12),
        0 0 26px rgba(255, 59, 48, .35);
}

/* shop page banner categories */
.shop-banner .banner-thumbnail {
    width: 100%;
}

.shop-banner .banner-thumbnail img {
    height: 100%;
    object-fit: cover;
    object-position: 70%;
}

.shop-banner .module-banner {
    max-height: 280px;
    overflow: hidden;
}

.shop-banner .module-banner .banner-content .entry-subtitle {
    color: #fff !important;
    font-weight: 600 !important;
}

@media screen and (max-width: 36rem) {
    .woocommerce-cart-form table td.product-remove a {
        margin-top: 0px !important;
        top: 5px !important;
        left: -10px !important;
    }
}