/* ========================================
   BNB HERO SLIDER
   ======================================== */

.bnb-hero-section {
    width: 100%;
    overflow: hidden;
  
}

.bnb-hero-swiper {
    width: 100%;
    height: 580px;
}

.bnb-hero-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bnb-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.18) 60%, transparent 100%);
    display: flex;
    align-items: center;
}

.bnb-hero-content {
    max-width: 520px;
    padding: 20px 0;
}

.bnb-hero-tag {
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.bnb-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
}

.bnb-hero-desc {
    font-size: 17px;
    color: rgba(255,255,255,0.88);
    margin-bottom: 28px;
}

.bnb-hero-btn {
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 34px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.bnb-hero-btn:hover {
    background-color: #218838;
    color: #fff;
}

/* Hero Swiper navigation */
.bnb-hero-swiper .swiper-button-prev,
.bnb-hero-swiper .swiper-button-next {
    color: #fff;
    background: rgba(0,0,0,0.3);
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.bnb-hero-swiper .swiper-button-prev::after,
.bnb-hero-swiper .swiper-button-next::after {
    font-size: 18px;
    font-weight: 700;
}

.bnb-hero-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
    width: 10px;
    height: 10px;
}

.bnb-hero-swiper .swiper-pagination-bullet-active {
    background: #28a745;
    opacity: 1;
    width: 28px;
    border-radius: 5px;
}

@media (max-width: 768px) {

.footer_main.py-5 {
	text-align: center;
}
.footer_main li {
	list-style: none;
}

    /* .bnb-hero-swiper { height: 380px; } */
    .bnb-hero-title { font-size: 30px; }
    .bnb-hero-desc { font-size: 14px; }

    .product-details-main .product-details-flex {
	display: flex;
	flex-direction: column !important;
}
 .product-details-main .product-details-flex .product-gallary-wrapper {
	width: 100% !important;
}
.product-details-main .product-details-flex .product-details-wrapper {
	flex: 1;
	margin-left: 0px !important;
}
}

@media (max-width: 480px) {
    .bnb-hero-swiper { height: 280px; }
    .bnb-hero-section {
    width: 100%;
    overflow: hidden;
    height: 225px;
}
    .bnb-hero-title { font-size: 22px; }
    .bnb-hero-tag { font-size: 11px; padding: 4px 10px; }
    .bnb-hero-btn { font-size: 13px; padding: 10px 22px; }

    .footer-menu-title h2 {
 
	text-align: center;
	margin-top: 30px;
}
.menu {
	text-align: center;
}

.product-details-main .product-details-flex {
	display: flex;
	flex-direction: column !important;
}
 .product-details-main .product-details-flex .product-gallary-wrapper {
	width: 100% !important;
}
.product-details-main .product-details-flex .product-details-wrapper {
	flex: 1;
	margin-left: 0px !important;
}
.gb-current-price {
 
	margin-left: 110px;
	margin-top: 20px;
}
}


/* ========================================
   BNB PRODUCT TABS SECTION
   ======================================== */

.bnb-products-section {
    background-color: #f8f8f8;
}

/* Tab navigation */
.bnb-tabs-wrapper {
    border-bottom: 2px solid #e0e0e0;
}

.bnb-tabs-nav {
    gap: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.bnb-tab-btn {
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    padding: 12px 28px;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}

.bnb-tab-btn:hover {
    color: #333;
}

.bnb-tab-btn.active {
    color: #1a1a1a;
    font-weight: 700;
    border-bottom: 3px solid #28a745;
}

/* Tab panes */
.bnb-tab-pane {
    display: none;
}

.bnb-tab-pane.active {
    display: block;
}

/* Product card */
.bnb-product-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s, transform 0.2s;
}

.bnb-product-card:hover {
    box-shadow: 0 6px 22px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

/* Image wrapper */
.bnb-product-img-wrap {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    background: #f3f3f3;
}

.bnb-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Same Day Delivery badge */
.bnb-delivery-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #28a745;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 0;
    letter-spacing: 0.3px;
}

/* NEW badge */
.bnb-new-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #28a745;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

/* Card body */
.bnb-product-body {
    padding: 16px 14px 18px;
    text-align: center;
}

.bnb-product-name {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-bottom: 6px;
    line-height: 1.4;
}

.bnb-product-price {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 14px;
}

/* Actions row */
.bnb-product-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Qty control */
.bnb-qty-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.bnb-qty-btn {
    background: #f5f5f5;
    border: none;
    outline: none;
    width: 32px;
    height: 36px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: background 0.15s;
    line-height: 1;
}

.bnb-qty-btn:hover {
    background: #e8e8e8;
}

.bnb-qty-input {
    width: 36px;
    height: 36px;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    -moz-appearance: textfield;
}

.bnb-qty-input::-webkit-inner-spin-button,
.bnb-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Add to cart button */
.bnb-add-cart-btn {
    flex: 1;
    background: #fff;
    border: 1.5px solid #222;
    border-radius: 4px;
    color: #222;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 9px 6px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.bnb-add-cart-btn:hover {
    background: #222;
    color: #fff;
}

@media (max-width: 576px) {
    .bnb-product-actions {
        flex-direction: column;
        gap: 8px;
    }
    .bnb-add-cart-btn {
        width: 100%;
    }
    .bnb-qty-wrap {
        width: 100%;
        justify-content: center;
    }
}

/* Sale badge variant */
.bnb-sale-badge {
    background-color: #e44;
}

/* Product name link — remove underline, keep color */
.bnb-product-name-link {
    text-decoration: none;
    color: inherit;
}
.bnb-product-name-link:hover .bnb-product-name {
    color: #28a745;
}

/* Disabled add-to-cart button state */
.bnb-add-cart-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}


/* ========================================
   GB SINGLE PRODUCT — RIGHT SIDE REDESIGN
   ======================================== */

/* Product title */
.gb-product-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 14px;
}

/* Price block */
.gb-price-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.gb-current-price {
    font-size: 26px;
    font-weight: 700;
    color: #f28c00;
}

.gb-current-price .woocommerce-Price-currencySymbol {
    font-size: 22px;
}

.gb-old-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.gb-save-badge {
    background: #ff4444;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.3px;
}

/* Divider */
.gb-divider {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 18px 0;
}

/* Quantity row */
.gb-qty-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.gb-qty-label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.gb-qty-ctrl {
    display: flex;
    align-items: center;
    border: 1.5px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.gb-qty-btn {
    background: #f5f5f5;
    border: none;
    outline: none;
    width: 40px;
    height: 44px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: background 0.15s;
    line-height: 1;
}

.gb-qty-btn:hover {
    background: #e8e8e8;
}

.gb-qty-input {
    width: 56px;
    height: 44px;
    border: none;
    border-left: 1.5px solid #ccc;
    border-right: 1.5px solid #ccc;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    -moz-appearance: textfield;
}

.gb-qty-input::-webkit-inner-spin-button,
.gb-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 2 × 2 button grid */
.gb-btn-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 22px;
    margin-top: 104px;
}

.gb-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 6px;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.1s;
    text-align: center;
    line-height: 1.2;
}

.gb-btn:hover {
    opacity: 0.88;
    transform: translateY(-1px);
    text-decoration: none;
    color: inherit;
}

.gb-btn:active {
    transform: translateY(0);
}

/* ADD TO CART — orange */
.gb-btn-cart {
    background: #f28c00;
    color: #fff;
}

/* BUY NOW — dark */
.gb-btn-buynow {
    background: #1b1f2e;
    color: #fff;
}

/* WhatsApp — green */
.gb-btn-whatsapp {
    background: #25d366;
    color: #fff;
}

.gb-btn-whatsapp:hover {
    color: #fff;
}

/* Call — navy */
.gb-btn-call {
    background: #1a237e;
    color: #fff;
}

.gb-btn-call:hover {
    color: #fff;
}

/* Disabled state */
.gb-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Brand row */
.gb-brand-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.gb-brand-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.gb-brand-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Mobile responsive */
@media (max-width: 480px) {
    .gb-btn-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    .gb-product-title {
        font-size: 20px;
        text-align: center;
    }
    .gb-current-price {
        font-size: 22px;
    }
}


/* ========================================
   GB RELATED PRODUCTS SLIDER
   ======================================== */

.gb-related-section {
    padding: 40px 0 60px;
    background: #f8f8f8;
}

/* Header row */
.gb-related-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.gb-related-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.gb-related-more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #f28c00;
    text-decoration: none;
    transition: gap 0.2s;
}

.gb-related-more:hover {
    color: #d97a00;
    gap: 8px;
    text-decoration: none;
}

.gb-related-divider {
    border: none;
    border-top: 1.5px solid #e0e0e0;
    margin: 0 0 24px;
}

/* Swiper wrapper */
.gb-related-swiper {
    padding-bottom: 8px;
}

/* Nav arrows */
.gb-related-section .swiper-button-next,
.gb-related-section .swiper-button-prev {
    color: #f28c00;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    top: 40%;
}

.gb-related-section .swiper-button-next::after,
.gb-related-section .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
}

/* Related product card */
.gb-rel-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.2s, transform 0.2s;
}

.gb-rel-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    transform: translateY(-3px);
}

/* Image area */
.gb-rel-img-wrap {
    position: relative;
    background: #fff;
    padding: 16px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gb-rel-img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    display: block;
}

/* Best Selling / Featured badge */
.gb-rel-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #f28c00;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    z-index: 2;
}

/* Card body */
.gb-rel-body {
    padding: 12px 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.gb-rel-name-link {
    text-decoration: none;
    color: inherit;
}

.gb-rel-name {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0;
}

.gb-rel-name-link:hover .gb-rel-name {
    color: #f28c00;
}

.gb-rel-price {
    font-size: 16px;
    font-weight: 700;
    color: #f28c00;
    margin: 0;
}

.gb-rel-price .woocommerce-Price-currencySymbol {
    font-size: 14px;
}

/* Add To Cart button */
.gb-rel-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 6px;
    color: #f28c00;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    cursor: pointer;
    margin-top: auto;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.gb-rel-cart-btn:hover {
    background: #f28c00;
    color: #fff;
    border-color: #f28c00;
}

.gb-rel-cart-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}


.check_active img {
	padding: 1rem;
	background-color: #f8f9fa;
	border: 1px solid #000 !important;
	border-radius: 0.25rem !important;
} 
.position-relative.check_active::after {
	content: '';
	background: #000;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 50%;
}
.color_img_btn .imgbtn {
	cursor: pointer;
}



/* processing loader css  */


.processing-loader {
    position: relative;
}

.processing-loader:after {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 15%);
    background-image: url(https://conrisetheme.com/cdn/shop/t/33/assets/Icon-Loading-Indicator.gif?v=31436227652433331281716552777);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
}

.view-cart-side {
	width: 100%;
	background: #28a745;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px !important;
}

.checkout.woocommerce-checkout {
	max-width: 90%;
	margin: 0 auto;
}
.footer-menu {
	list-style: none;
	text-decoration: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background: green;
}