.footer-credits-text{
    display:none;
}

/* =========================
   CHECKOUT PAYMENT METHODS
   ========================= */

.payment_method_razorpay label * {
    display: inline !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
    padding: 14px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    margin-bottom: 12px;
    background: #fff;
    transition: all 0.2s ease;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method label {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: calc(100% - 30px);
    font-weight: 600;
    cursor: pointer;
}

.bc-payment-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bc-payment-text {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.bc-payment-icons-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.bc-pay-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 4px;
    background: #fff;
    padding: 2px;
}

.bc-cod-icon {
    width: 34px;
    height: 34px;
}

.bc-cod-label .bc-payment-text {
    color: #138a36;
}

.bc-online-label .bc-payment-text {
    color: #222;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:has(input[type="radio"]:checked) {
    border-color: #138a36;
    box-shadow: 0 0 0 2px rgba(19,138,54,0.08);
    background: #f8fff9;
}

.woocommerce-checkout #payment div.payment_box {
    margin-top: 10px;
    border-radius: 10px;
    background: #f7f7f7;
}

.woocommerce-checkout #payment .payment_method_cod input,
.woocommerce-checkout #payment .payment_method_razorpay input {
    margin-top: 3px;
}

/* =========================
   HIDE OLD SLIDER
   ========================= */

.elementor-widget-slides,
.rev_slider_wrapper,
.n2-ss-slider {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

/* =========================
   HERO BANNER FIXED
   ========================= */

/* DESKTOP HERO IMAGE */

.bc-hero {
    width: 100%;
    height: 540px;
    background-color: #dfe4d8;
    background-image: url('https://buychashme.com/wp-content/uploads/2026/05/buychashme-update-banner.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* =========================
   SECTION
   ========================= */

.bc-section {
    max-width: 1400px;
    margin: 30px auto;
    padding: 0 16px;
}

.bc-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.bc-head h2 {
    font-size: 28px;
    margin: 0;
}

.bc-head a {
    text-decoration: none;
    font-weight: 600;
}

/* =========================
   PRODUCT SCROLL
   ========================= */

.bc-scroll ul.products {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 12px;
    padding-bottom: 10px;
}

.bc-scroll ul.products::-webkit-scrollbar {
    height: 6px;
}

.bc-scroll ul.products::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.bc-scroll ul.products li.product {
    flex: 0 0 180px !important;
    width: 180px !important;
    min-width: 180px !important;
    margin: 0 !important;
    clear: none !important;
    float: none !important;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 10px !important;
    background: #fff;
}

.bc-scroll ul.products li.product img {
    border-radius: 10px;
}

.bc-scroll ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
    min-height: 48px;
}

.bc-scroll ul.products li.product .price {
    font-size: 12px;
}

.bc-scroll ul.products li.product .button {
    width: 100%;
    text-align: center;
    font-size: 12px;
    border-radius: 8px;
}

/* =========================
   FOOTER
   ========================= */

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

.bc-footer-list li {
    margin-bottom: 6px;
}

.bc-footer-list a {
    text-decoration: none;
    color: #ccc;
    display: block;
}

.bc-footer-list a:hover {
    color: #fff;
}

footer ul li,
.footer-widget ul li,
.widget ul li {
    border-bottom: none !important;
    box-shadow: none !important;
}

footer a,
.footer-widget a {
    text-decoration: none !important;
}

footer ul,
.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li,
.footer-widget ul li {
    margin-bottom: 6px;
    padding-bottom: 0 !important;
}

/* =========================
   REMOVE TOP HEADER
   ========================= */

.page .top-header.singular-heading,
.page .top-header.singular-heading .single-image,
.page .top-header.singular-heading .bg-single-image,
.page .top-header.singular-heading header.header-title.container {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: none !important;
}

.page .top-header.singular-heading .single-image:after,
.page .top-header.singular-heading .bg-single-image:after {
    display: none !important;
    content: none !important;
    background: none !important;
}

.page #site-content,
.page .container.main-container,
.page .main-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 768px) {

    .bc-hero {
        height: 520px;
        background: url('https://buychashme.com/wp-content/uploads/2026/05/mobile-hero-buychashme.jpg') center top / cover no-repeat;
    }

    .woocommerce-account .u-columns {
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce-form-register {
        border: 2px solid #28a745;
        background: #ede964;
        padding: 15px;
        border-radius: 10px;
    }

    .bc-head h2 {
        font-size: 22px;
    }

    .bc-scroll ul.products li.product {
        flex: 0 0 140px !important;
        width: 140px !important;
    }

    .bc-payment-text {
        font-size: 14px;
    }

    .bc-pay-icon {
        width: 24px;
        height: 24px;
    }

    .bc-cod-icon {
        width: 30px;
        height: 30px;
    }
}