/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2026 | 09:42:41 */
/* =====================================================
   HOME PRODUCT CATEGORIES
===================================================== */

/* 1. Ensure perfect 8-column layout on Desktop */
@media (min-width: 992px) {
	
    .woocommerce ul.products.columns-8 {
        display: grid !important;
        grid-template-columns: repeat(8, 1fr) !important;
        gap: 20px !important;
    }

    /* Hide category count numbers (for Woodmart style look) */
    .woocommerce-loop-category__title .count {
        display: none !important;
    }
	
	.home-cats h3{font-size:13px!important; text-align: center !important;}

/* Adjust category image spacing to match Woodmart compact style */
.woocommerce ul.products.columns-8 li.product-category a img {
    padding: 25px;
    margin-top: -20px;
    margin-bottom: -20px;

    /* Smooth transition */
   transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce ul.products.columns-8 li.product-category a:hover img {
    padding: 15px;
    margin-top: -20px;
    margin-bottom: -20px;
}

	/* Reduce product internal spacing */
	[data-products] .product figure {
        --product-element-spacing: 6px!important;
    }

	[data-products] .product { 
	    padding-bottom:10px!important;	
		
	}
	
	
}

/* 2. Mobile layout – Woodmart style (4 columns horizontal swipe) */
@media (max-width: 767px) {
	.site-header .woocommerce-Price-amount{display:none!important;}
	

	.elementor-2048 .elementor-element.elementor-element-1213f0f nav.hfe-dropdown li.menu-item:last-child{
		border-radius:0px!important;
	}
	#menu-item-2264 a img{display:none!important;}
	#menu-item-2264 a{margin-left:-10px!important;}
	.xoo-wsch-text {
  font-size: 17px!important;
		font-weight:600!important;
}

	.xoo-wsc-container{width:100%!important;}
	.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn{padding:8px 10px!important;
	border-radius: 4px !important;
	}
    .woocommerce ul.products.columns-8 {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 10px !important;
        padding: 10px 0 !important;
        margin-left: 0 !important;
        scrollbar-width: none; /* Hide scrollbar */
    }

    .woocommerce ul.products.columns-8::-webkit-scrollbar {
        display: none;
    }

	/* Remove extra spacing on mobile */
	[data-products] .product figure {
        --product-element-spacing: 0px!important;
    }



    /* Force exactly 4 category boxes visible */
    .woocommerce ul.products.columns-8 li.product-category {
        flex: 0 0 25% !important;
        min-width: 25% !important;
        margin: 0 !important;
        text-align: center !important;
    }

    /* Smaller rounded image like Woodmart */
    .woocommerce ul.products.columns-8 li.product-category a img {
        width: 60px !important;
        height: 60px !important;
        object-fit: cover !important;
        margin: 0 auto !important;
        background: #f9f9f9 !important;
    }

    /* Clean category title alignment */
    .woocommerce ul.products.columns-8 li.product-category .woocommerce-loop-category__title {
        font-size: 10px !important;
        white-space: normal !important;
        line-height: 1.1 !important;
        margin-top: 8px !important;
        color: #333 !important;
        font-weight: 500 !important;
		white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
		margin-bottom:8px!important;
    }

    /* Hide category count numbers */
    .woocommerce-loop-category__title .count {
        display: none !important;
    }
}

/* HOME PRODUCT CATEGORIES END */

/* 2. Tab layout – Woodmart style (4 columns horizontal swipe) */
@media (min-width: 768px) and (max-width:1023px) {

    .woocommerce ul.products.columns-8 {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 10px !important;
        padding: 10px 0 !important;
        margin-left: 0 !important;
        scrollbar-width: none; /* Hide scrollbar */
    }

    .woocommerce ul.products.columns-8::-webkit-scrollbar {
        display: none;
    }

	/* Remove extra spacing on mobile */
	[data-products] .product figure {
        --product-element-spacing: 0px!important;
    }

	[data-products] .product { 
	    padding:20px!important;	
	}

    /* Force exactly 4 category boxes visible */
    .woocommerce ul.products.columns-8 li.product-category {
        flex: 0 0 20% !important;
        min-width: 20% !important;
        margin: 0 !important;
        text-align: center !important;
    }

    /* Smaller rounded image like Woodmart */
    .woocommerce ul.products.columns-8 li.product-category a img {
        width: 70px !important;
        height: 70px !important;
        object-fit: cover !important;
        margin: 0 auto !important;
        background: #f9f9f9 !important;
    }

    /* Clean category title alignment */
    .woocommerce ul.products.columns-8 li.product-category .woocommerce-loop-category__title {
        font-size: 13px !important;
        white-space: normal !important;
        line-height: 1.1 !important;
        margin-top: 8px !important;
        color: #333 !important;
        font-weight: 500 !important;
		white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    /* Hide category count numbers */
    .woocommerce-loop-category__title .count {
        display: none !important;
    }
}

/* HOME PRODUCT CATEGORIES END FOR TAB */




/* =====================================================
   HOME MOBILE HORIZONTAL SCROLL FOR PRODUCTS
===================================================== */

@media (max-width: 767px) {
	.hfe-nav-menu__layout-vertical{
		border-bottom:4px solid #B91E1E!important;
border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
		
	}
	.hfe-nav-menu__layout-vertical #menu-item-5136 {border:none!important; padding-bottom:20px!important;}
	#menu-1-baf3238{border-bottom:none!important;}

	/* Align cart actions properly inside horizontal cards */
	.mobile-scroll-products .ct-cart-actions {
        margin-top: auto !important;
        margin-left: 3px !important;
    }
	
	.mobile-scroll-products .ct-cart-actions button {
	    margin-right: 5px !important;
    }

    .mobile-scroll-products {
        overflow: hidden;
    }

    .mobile-scroll-products ul.products {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        padding-bottom:10px;
        gap: 10px;
        scroll-behavior: smooth;
    }
	 .mobile-scroll-products ul.products h3{ font-size:13px!important; line-height:18px!important;
	}
	.mobile-scroll-products ul.products .price{ font-size:13px!important; line-height:18px!important 
	}
	[data-products] .product .price {
  margin-left: 10px !important;
}

    /* Override Blocksy grid gap */
    .mobile-scroll-products ul.products {
        grid-gap: 10px !important;
    }

    /* Show two products per view with horizontal scroll */
    .mobile-scroll-products ul.products li.product {
        flex: 0 0 calc(50% - 6px) !important;
        width: 50% !important;
        margin: 0 !important;
    }

    /* Custom scrollbar style */
    .mobile-scroll-products ul.products::-webkit-scrollbar {
        height: 4px;
    }

    .mobile-scroll-products ul.products::-webkit-scrollbar-thumb {
        background: #B91E1E;
        border-radius: 10px;
    }
}

/* HOME MOBILE HORIZONTAL SCROLL END */

/* =====================================================
   HOME TAB HORIZONTAL SCROLL FOR PRODUCTS
===================================================== */

@media (min-width: 768px) and (max-width:1024px) {
	
	/* Align cart actions properly inside horizontal cards */
	.mobile-scroll-products .ct-cart-actions {
        margin-top: auto !important;
        margin-left: 3px !important;
    }
	
	.mobile-scroll-products .ct-cart-actions button {
	    margin-right: 5px !important;
    }

    .mobile-scroll-products {
        overflow: hidden;
    }

    .mobile-scroll-products ul.products {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        padding-bottom:10px;
        gap: 10px;
        scroll-behavior: smooth;
    }

    /* Override Blocksy grid gap */
    .mobile-scroll-products ul.products {
        grid-gap: 10px !important;
    }

    /* Show two products per view with horizontal scroll */
    .mobile-scroll-products ul.products li.product {
        flex: 0 0 calc(30% - 6px) !important;
        width: 30% !important;
        margin: 0 !important;
		padding:0px!important;
    }

	.mobile-scroll-products ul.products li.product .meta-categories{padding-left:10px!important; padding-right:10px!important;}
	.mobile-scroll-products ul.products li.product h3{padding-left:10px!important; padding-right:10px!important; font-size:14px!important; margin-bottom:8px!important;}
	.mobile-scroll-products ul.products li.product .price {padding-bottom:10px!important; margin-left: 11px !important;}
	
    /* Custom scrollbar style */
    .mobile-scroll-products ul.products::-webkit-scrollbar {
        height: 4px;
    }

    .mobile-scroll-products ul.products::-webkit-scrollbar-thumb {
        background: #B91E1E;
        border-radius: 10px;
    }
}

/* HOME TAB HORIZONTAL SCROLL END */


/* =====================================================
   SHOP PAGE OFFCANVAS SIDEBAR
===================================================== */

@media (max-width: 768px) {

    /* Force Blocksy sidebar visibility */
    #sidebar.ct-hidden-sm,
    #sidebar.ct-hidden-md {
        display: block !important;
    }

    /* Offcanvas sidebar structure */
    #sidebar {
        position: fixed !important;
        top: 0;
        left: -100%;
        width: 320px;
        height: 100%;
        background: #ffffff;
        z-index: 99999;
        transition: left 0.35s ease;
        box-shadow: 2px 0 25px rgba(0,0,0,0.15);
        display: flex;
        flex-direction: column;
    }

    #sidebar.open {
        left: 0;
    }

    /* Sticky header inside sidebar */
    .sidebar-header {
        padding: 18px 20px;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #eee;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sidebar-header .close-btn {
        font-size: 16px;
        cursor: pointer;
        line-height: 1;
    }

    /* Scrollable content area */
    .sidebar-content {
        overflow-y: auto;
        padding: 10px;
        flex: 1;
    }

    /* Background overlay */
    .shop-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.45);
        z-index: 99998;
        display: none;
    }

    .shop-overlay.active {
        display: block;
    }

    /* Floating filter toggle button */
    .shop-filter-toggle {
        position: fixed;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 42px;
        background: #B91E1E;
        padding-right: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        z-index: 99997;
        box-shadow: 0 6px 18px rgba(0,0,0,0.25);
        transition: opacity 0.3s ease;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .shop-filter-toggle.hide {
        opacity: 0;
        pointer-events: none;
    }
}



	

@media (min-width:1280px){
	.product-category h3 {
    margin-bottom: -10px !important;
  }
	[data-products] .product .price {margin-left:15px!important;}
	[data-prefix="woo_categories"] .hero-section[data-type="type-2"]{--container-padding: 18px 0px!important; margin-top:1px!important;}
	
	/* shop sidebar */
	.sidebar-header {display:none!important;}
}

/* SHOP SIDEBAR END */


/* =====================================================
   RELATED PRODUCTS STYLING
===================================================== */

@media (max-width:767px){

    /* 1. Completely hide the top default price */
    .related.products .product-type-variable > .price, 
    .related.products .product-type-variable .ct-main-container > .price {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        margin: 0 !important;
    }

    /* 2. Place quantity and button on the same line */
    .related.products .woocommerce-variation-add-to-cart {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 5px !important;
        margin-top: 15px !important;
    }

    /* 3. Preserve Blocksy quantity styling */
    .related.products .quantity {
        margin: 0 !important;
        /* display: flex !important; */
        min-width: 80px !important;
        max-width:80px!important;
    }

    .quantity[data-type="type-2"] input[type="number"]{
        padding-inline:10px!important;
    }

    /* 4. Match Add to Cart height with quantity box */
    .related.products .single_add_to_cart_button {
        flex: 1 !important;
        color: #fff !important;
        border-radius: 4px !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        height: 40px !important;
        padding: 0 6px !important;
        line-height: 40px !important;
		min-width:49%!important;
    }
	
	.related.products .product-type-simple button{vertical-align: top;}

}

/* --- Related Products: Mobile Horizontal Slider (Refined Size) --- */
@media (max-width: 767px) {
    /* 1. Container adjustments */
    .related.products {
       
        padding-right: 0 !important;
        overflow: hidden !important;
    }

    /* 2. Slider Layout: Making it horizontal */
    .related.products ul.products {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch; /* Smooth scroll for iOS */
        scroll-snap-type: x mandatory !important;
        gap: 12px !important; /* కార్డుల మధ్య చిన్న గ్యాప్ */
        padding-bottom: 20px !important; /* Scrollbar కోసం స్పేస్ */
        margin: 0 !important;
        scrollbar-width: thin; /* Firefox */
    }

    /* 3. Product Card Size: First screenshot style */
    .related.products ul.products li.product {
        /* 45% to 55% width keeps the cards in the size you wanted */
        flex: 0 0 55% !important; 
        max-width: 55% !important;
        width: 55% !important;
        scroll-snap-align: start !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* 4. Ensuring images and content fit well */
    .related.products ul.products li.product img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }

    /* 5. Custom Scrollbar for better UX */
    .related.products ul.products::-webkit-scrollbar {
        height: 3px;
    }
    .related.products ul.products::-webkit-scrollbar-track {
        background: #f0f0f0;
    }
    .related.products ul.products::-webkit-scrollbar-thumb {
        background: #B91E1E;
        border-radius: 5px;
    }
}

/* Desktop related products adjustments */
@media (min-width:1280px){

	.related.products .product-type-simple button{vertical-align: top;}
	
    /* Hide top default price */
    .related.products .product-type-variable > .price, 
    .related.products .product-type-variable .ct-main-container > .price {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        margin: 0 !important;
    }

    /* Inline quantity + button */
    .related.products .woocommerce-variation-add-to-cart {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        margin-top: 15px !important;
    }

    .related.products .quantity {
        margin: 0 !important;
        
        min-width: 100px !important;
    }

    .related.products .single_add_to_cart_button {
        flex: 1 !important;
        color: #fff !important;
        border-radius: 4px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        height: 40px !important;
        padding: 0 10px !important;
        line-height: 40px !important;
		min-width:53%!important;
    }

    /* Ensure variation price remains visible below */
    .related.products .woocommerce-variation-price .price {
        display: block !important;
        margin-bottom: 10px !important;
    }
}

/* RELATED PRODUCTS END */
/* =====================================================
   PLUS CATEGORY POPUP STYLING ON PRODUCT CARDS
===================================================== */

/* Blocksy category meta container layout */
.meta-categories {
    display: flex !important;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

/* Small "+N" badge button beside category */
.plus-n-btn {
    display: inline-block;
    background: #B91E1E; 
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 50px;
    cursor: pointer;
    line-height: 1;
    transition: 0.3s;
}

.plus-n-btn:hover {
    background: #000;
    transform: translateY(-1px);
}

/* Modal Wrapper */
#cat-premium-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background blur overlay */
.cat-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
}

/* Modal container styling */
.cat-modal-container {
  position: relative;
  background: rgba(255, 255, 255, 0.45);
  width: 90%;
  max-width: 600px;
  border-radius: 15px;
  padding: 50px 30px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  z-index: 10;
  max-height: 450px;
  min-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

/* Close button */
.cat-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #B91E1E;
    color: #fff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Category grid layout inside modal */
.cat-modal-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* Individual category button inside modal */
.cat-modal-item a {
    display: block;
    background: #fff;
    padding: 12px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.cat-modal-item a:hover {
    background: #B91E1E;
    color: #fff;
    border-color: #B91E1E;
}


/* Single column modal layout on small devices */
@media (max-width: 480px) {
    .cat-modal-list { grid-template-columns: 1fr; }
}

/* PLUS CATEGORY POPUP END */


/* =====================================================
   VARIABLE PRODUCT CARD STYLING
===================================================== */

/* Woodmart-style product card adjustments */

/* 1. Hide unnecessary default elements 
.product-type-variable .ct-woo-card-actions, 
.variations_form .label,
.reset_variations {
    display: none !important;
} */


.products .product-type-variable .ct-woo-card-actions, .products .variations_form .label, .products .reset_variations {
    display: none !important;
}

.products form {
    margin-left:10px!important; 
    margin-right:10px!important;
}

/* 2. Variation dropdown styling */
.variations_form .variations {
    width: 100% !important;
    margin-bottom: 12px !important;
}

.variations_form .variations select {
    width: 100% !important;
    height: 38px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 4px !important;
    padding: 0 10px !important;
    background-color: #fcfcfc !important;
    font-size:14px!important;
}

/* 3. Ensure single variation price is always visible */
/* Forces price visibility when only one variation exists */
.woocommerce-variation.single_variation {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
    margin-bottom: 10px !important;
}

.single_variation_wrap {
    display: block !important;
}

/* 4. Variation price styling */
.woocommerce-variation-price {
    display: block !important;
    margin-bottom: -10px !important;
}

.woocommerce-variation-price .price {
    display: block !important;
}

/* 5. Inline quantity and Add to Cart button layout */
.ct-cart-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 4px !important;
    width: 100% !important;
}

/* Quantity box (left side) */
.ct-cart-actions .quantity {
    flex: 0 0 47% !important; 
    display: flex !important;
    margin: 0 !important;
}

/* Add to Cart button (right side) */
.ct-cart-actions .single_add_to_cart_button {
    flex: 1 !important;
    margin: 0 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    height: 42px !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
}

/* 6. Ensure simple product price remains visible */
.product-type-simple .price {
    display: block !important;
   
  
}



/* --- Single Product Page: Dynamic Inline ONLY for Main Product --- */

/* Target ONLY the main product summary variations, not related products */
.single-product .summary.entry-summary table.variations {
    display: block !important;
}

.single-product .summary.entry-summary table.variations tbody, 
.single-product .summary.entry-summary table.variations tr {
    display: block !important;
    width: 100% !important;
}

.single-product .summary.entry-summary table.variations tr {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-bottom: 15px !important;
}

/* 1. Show Label & Clear Link ONLY in Main Summary */
.single-product .summary.entry-summary .label,
.single-product .summary.entry-summary .reset_variations {
    display: inline-block !important;
    visibility: visible !important;
}

/* 2. Weight Label: Fixed space */
.single-product .summary.entry-summary table.variations th.label {
    flex: 0 0 65px !important;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.single-product .summary.entry-summary table.variations th.label label {
    font-size: 14px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

/* 3. Value Container (Dropdown & Clear) */
.single-product .summary.entry-summary table.variations td.value {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
    border: none !important;
}

/* 4. Dropdown: Full dynamic width */
.single-product .summary.entry-summary table.variations td.value select {
    flex: 1 !important;
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
}

/* 5. Clear Link Styling */
.single-product .summary.entry-summary a.reset_variations {
    flex: 0 0 auto !important;
    font-size: 12px !important;
    color: #B91E1E !important;
    text-decoration: underline !important;
    white-space: nowrap !important;
}

/* Mobile Tweak for Main Summary */
@media (max-width: 380px) {
    .single-product .summary.entry-summary table.variations th.label {
        flex: 0 0 55px !important;
    }
}



/* =====================================================
   PRODUCT GRID HEIGHT ALIGNMENT FIX
===================================================== */

/* 1. Convert product card into flex column layout */
.products .product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* 2. Allow title section to grow and push bottom content down */
.entry-summary, 
.product-title,
.woocommerce-loop-product__title {
    flex-grow: 1 !important;
}

/* 3. Lock variations and cart section to bottom */
.variations_form, 
.single_variation_wrap, 
.ct-cart-actions {
    margin-top: auto !important;
}

/* 4. Limit long titles to 2 lines (optional consistency control) 
.woocommerce-loop-product__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
}*/
/* =====================================================
   MOBILE ADJUSTMENTS FOR VARIABLE PRODUCT CARDS
===================================================== */

@media (max-width:767px){

    /* Adjust increase button position for Blocksy quantity type-2 */
    .quantity[data-type="type-2"] .ct-increase {
        inset-inline-end: 0%!important;
    }

    /* Adjust decrease button position for Blocksy quantity type-2 */
    .quantity[data-type="type-2"] .ct-decrease {
        inset-inline-start: 0%!important;
    }

    /* Reduce quantity box width for mobile */
    .ct-cart-actions .quantity {
        flex: 0 0 70px !important;
        display: flex !important;
        margin: 0 !important;
    }

    /* Slight alignment correction for variation and cart section */
    .single_variation_wrap, 
    .ct-cart-actions {
        margin-top: auto !important;
        margin-left: -2px!important;
    }
	
	.single-product .summary .ct-cart-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 5px !important;
    width: 100% !important;
		margin-left:0px!important;
}
}


/* =====================================================
   27TEMPLATES CUSTOM MOBILE STYLES
===================================================== */

@media (max-width:767px){

	/* Padding Adjustment to Single Product Layout */
	
	.single-product .entry-header {margin-left:10px!important;}
	.single-product .entry-summary {padding:10px!important; margin-top:-30px!important;}
	
	
	
    /* Reduce quantity width for related products on mobile */
    .related .quantity[data-type="type-2"] {
        width: 70px!important; 
        max-width:70px!important;
    }

    /* Fix related product quantity height */
    .related div.quantity {
        max-height:40px!important;
        height: 40px!important;
    }

    /* Reduce Add to Cart button font size on mobile */
    .ct-cart-actions button{
        font-size:10px!important; 
        padding:12px!important;
    }

    /* Add horizontal padding inside product cards */
    [data-products] .product ul, 
    [data-products] .product h3{
        padding-left:10px!important; 
        padding-right:10px!important;
    }

    /* Adjust category meta spacing */
    .meta-categories {
        margin-top: 10px!important;
        margin-bottom: -5px !important;
    }
	
	/* single product page breadcrumb fix */
	/* Product page breadcrumbs styling */
[data-prefix="product"] .entry-header .ct-breadcrumbs {
    
    display: flex;
    width: 95%;
    overflow-x: auto;
    white-space: nowrap;

    /* smooth horizontal scrolling */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

	
	
}


/* =====================================================
   SALE BADGE CUSTOM STYLE
===================================================== */

.onsale {
    padding: 5px 18px 5px 10px !important;
    font-weight: bold;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%) !important;
    border-radius: 0px !important;
    max-width: 85px !important;
	 min-width: 85px !important;
    margin-left: -15px!important;
	top:7px!important;
}


/* =====================================================
   GLOBAL TYPOGRAPHY & FORM ADJUSTMENTS
===================================================== */

/* Ensure consistent currency symbol font */
span.woocommerce-Price-currencySymbol{
    font-family: Arial, sans-serif!important;
}

/* Dashed border for fieldsets */
.single-product .summary fieldset {
    border: 1px dashed #aaa!important;
}


/* =====================================================
   XOO SIDE CART CUSTOM STYLING
===================================================== */

/* Cart icon styling */
.xoo-wsc-sc-bki {
    font-size: 22px!important;
    color: #B91E1E;
    font-weight: 900!important;
    line-height: 32px !important;
}

/* Cart item count badge */
span.xoo-wsc-sc-count{
    height: 15px!important;
    line-height: 16px!important;
    width: 15px!important;
    font-size: 10px!important;
    right: -7px!important;
    top: -2px!important;
}

/* Items count text inside cart popup */
span.xoo-wsch-items-count {
    font-size: 10px!important;
    top: -6px!important;
}


/* Change cart trigger order: icon first, price second */
.xoo-wsc-cart-trigger {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

/* Adjust spacing between icon and price */
.xoo-wsc-sc-subt {
    margin-left: 10px !important;
    margin-right: 0px !important;
    line-height: 1 !important;
    display: flex!important;
    align-items: center!important;
}

/* Ensure cart badge position remains correct */
.xoo-wsc-sc-bcount {
    right: -5px !important;
    left: auto !important;
}


/* =====================================================
   GLOBAL PRICE & FOOTER ADJUSTMENTS
===================================================== */

/* Style for old price (strikethrough) */
del {
    opacity: 0.8!important;
    color: #666!important;
}

/* Add spacing above footer */
footer {
    margin-top: 30px!important;
}


/* =====================================================
   PRODUCT CARD BASE STYLING
===================================================== */

[data-products] .product {
    background: #fff;  
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.03);
    border-radius: 5px;
   /* padding-bottom: 20px;*/
    border:1px solid #ddd!important;
	margin-bottom:-8px!important;
}



@media (min-width:300px) and (max-width:1279px){
	/* hide mega menu item in mobile and tablets */
	.mega-menu-trigger{display:none!important;}
	.hfe-flyout-content {
   
    padding-top: 46px!important;
  }
	/* hide mega menu item in mobile and tablets ends here */
	[data-prefix="product"] .hero-section[data-type="type-2"] {
  
  --container-padding: 10px 0px!important;
}
	[data-prefix="woo_categories"] .hero-section[data-type="type-2"] {
  --container-padding: 10px 0px !important;
  margin-top: -1px !important;
}
	
	/* mobile side menu */
	.hfe-flyout-content ul li {
  border-top: 1px solid #ddd!important;
}
	.hfe-flyout-content ul li:last-child {
  border-bottom: 1px solid #ddd!important;
}
	.hfe-flyout-wrapper .hfe-menu-toggle {
  border: none !important;
}
	.hfe-flyout-content .sub-menu li:last-child{
		border:none!important;
		border-top: 1px solid #ddd!important;
	}
	.hfe-flyout-close svg {
 
  margin: 7px!important;
	}
	
	/* mobile side menu ends here */
	
	[data-vertical-spacing*="top"] {
  padding-top: 10px!important;
}
	
	.pswp__preloader{display:none!important;}
	.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel.panel {

  padding-left: 15px!important;
  padding-right: 15px!important;
}
	
	/* Standard button styling inside product grid */
.products li a.button{
font-size: 13px !important;
  font-weight: 500 !important;
min-height: 30px !important;
    padding: 3px 13px 3px 22px !important;
  position: absolute!important;
  right: 0px !important;
  bottom: 12px!important;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%) !important;
  border-radius: 0px !important;
	margin-left:0px!important;
}
	.product-type-simple .price{margin-bottom:16px!important;}
	
	.woosq-btn {
  position: absolute !important;

  width: 33px !important;
  height: 33px !important;
  border-radius: 100px !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  cursor: pointer !important;
  bottom: 5px!important;
  left: 5px!important;

}
}

/* Remove default bullets */
.woocommerce-product-details__short-description ul {
    list-style: none;
    padding-left: 0;
}

/* List item spacing */
.woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}

/* Bold black tick */
.woocommerce-product-details__short-description ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    line-height: 1;
}


/* =====================================================
   DESKTOP RELATED PRODUCT ADJUSTMENTS
===================================================== */
.footer-newsletter input{border: 2px solid #aaa;}

@media (min-width:1280px) {
	[data-products] .product .woocommerce-loop-product__title {
  margin-top: 8px!important;
  margin-bottom: -13px!important;
}
	[data-products] .product{margin-bottom:10px!important;}
	
	/* Standard button styling inside product grid */
.products li a.button{
font-size: 13px !important;
  font-weight: 500 !important;
  min-height: 26px !important;
  padding: 5px 15px 5px 22px !important;
  position: absolute;
  right: -1px !important;
  bottom: 12px;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%) !important;
  border-radius: 0px !important;
	margin-left:0px!important;
}

	
	.single-product .ct-cart-actions .quantity {
    flex: 0 0 90px !important; 
    display: flex !important;
    margin: 0 !important;
}
	.shop-filter-toggle{display:none!important;}

    /* Increase related product quantity width on desktop */
    .related .quantity[data-type="type-2"] {
        width: 120px!important;
    }

    /* Fix related quantity height */
    .related div.quantity {
        height: 40px!important;
    }

    /* Add padding inside product cards */
    [data-products] .product ul, 
    [data-products] .product h3{
        padding-left:15px!important; 
        padding-right:15px!important;
    }

    /* Maintain consistent category meta spacing */
    .meta-categories {
        margin-top: 10px!important;
        margin-bottom: -5px !important;
    }
}


/* =====================================================
   FINAL QUANTITY INPUT STYLE
===================================================== */

.quantity[data-type="type-2"] input[type="number"] {
    border-width: 3px!important;
    border-radius: 4px !important;
}

/* 27Templates Custom Styles End */

/* Variable Product Card Styles End */




/* ================= FINAL MOBILE FOOTER ACCORDION FIX ================= */
@media (max-width:768px){

/* Make footer columns shrink to content (MAIN FIX) */
.elementor-location-footer .elementor-column,
.elementor-location-footer .elementor-widget-wrap{
    min-height:auto !important;
    height:auto !important;
}

/* remove hidden empty column spacing */
.elementor-location-footer .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding:0 !important;
}

/* titles */
.footer-accordion-title{
    position:relative;
    cursor:pointer;
    padding:14px 30px 14px 0;
    margin:0;
    border-bottom:1px solid rgba(0,0,0,.08);
}

/* plus icon */
.footer-accordion-title::after{
    content:"+";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    font-size:20px;
    transition:.25s ease;
}

/* closed state */
.footer-accordion-content{
    max-height:0;
    overflow:hidden;
    padding:0;
    margin:0;
    transition:max-height .35s ease;
	
}

/* opened state */
.footer-accordion-title.active::after{
    content:"−";
}

.footer-accordion-title.active + .footer-accordion-content{
    max-height:1000px;
    padding:8px 0 6px 0;
	margin-bottom:20px!important;
}

/* remove inner widget spacing */
.footer-accordion-content .elementor-widget{
    margin:0 !important;
}

.footer-accordion-content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-accordion-content ul li{
    margin:6px 0;
}

/* IMPORTANT — only real spacing between accordions */
.footer-accordion-title + .footer-accordion-title{
    margin-top:8px;
}

}

footer div.ct-wpforms-inline-fields form {
 
  gap: var(--wpforms-inline-fields-gap, 10px)!important;
 
}

.single-product .product-type-variable .ct-product-divider {display:none!important;}

.single-product .product-type-variable .summary form {border:1px solid #ddd; padding:20px;}

.single-product .summary .single_add_to_cart_button{font-size:14px!important; margin-left:5px!important;}

.policy-content h2{font-size:18px;}



/* ========== WOODMART STYLE FILTER SIDEBAR (BEROCKET FIX) ========== */

/* sidebar card */
.ct-sidebar .berocket_single_filter_widget {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 16px 16px 8px;
    margin-bottom: 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

/* title */
.ct-sidebar .berocket_single_filter_widget .bapf_head h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

/* remove big gap under title */
.ct-sidebar .bapf_body {
    padding-top: 4px;
}

/* checkbox alignment */
.ct-sidebar .bapf_body label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 6px 0;
    cursor: pointer;
}

/* checkbox size */
.ct-sidebar .bapf_body input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #B91E1E;
}

/* child category indent */
.ct-sidebar .bapf_body ul ul {
    margin-left: 14px;
}

/* plus icon alignment */
.ct-sidebar .bapf_ochild {
    margin-left: auto;
    font-size: 12px;
    opacity: .6;
}

/* slider track */
.ct-sidebar .irs-bar {
    background: #B91E1E !important;
}





/* collapse arrow */
.ct-sidebar .bapf_colaps_smb {
    font-size: 12px;
    margin-left: auto;
}

/* remove huge spacing between filters */
.ct-sidebar .berocket_single_filter_widget + .berocket_single_filter_widget {
    margin-top: 16px;
}


/* hover highlight */
.ct-sidebar .bapf_body label:hover {
    color: #B91E1E;
}

/* selected checkbox bold */
.ct-sidebar input[type="checkbox"]:checked + label {
    font-weight: 600;
}

.ct-sidebar .bapf_ochild {
  margin-left: auto;
  font-size: 12px;
  opacity: .6;
  float: right;
	margin-top: 10px;
}

.ct-sidebar .bapf_cchild {
  margin-left: auto;
  font-size: 12px;
  opacity: .6;
  float: right;
	margin-top: 10px;
}

/*------------------------------------------*/


.site-header .woocommerce-Price-amount{
	font-size:14px!important;
	font-weight: 500;
  color: #B91E1E;
}

/* Login tab */



/* remove default spacing */
.xoo-el-inmodal{
    padding-top:0 !important;
}

span.xoo-el-nav-ft {
 
  margin: 20px 20px 0 0!important;
}

/* header bar */
.sc-login-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 22px;
    border-bottom:1px solid #e5e5e5;
    background:#fff;
}

/* title */
.sc-login-title{
    font-size:17px;
    font-weight:600;
    color:#111;
}

/* close button */
.sc-login-header .xoo-el-close{
    position:static !important;
    margin:0;
    font-size:24px;
}

span.xoo-el-close{box-shadow:none!important;}

/* push form down perfectly */
.xoo-el-wrap{
    margin-top:0 !important;
}


/* custom user login in header */
/* account container */
.sc-account{
    position:relative;
    cursor:pointer;
    font-weight:500;
}

/* icon */
.sc-account-login i{
    font-size:24px!important;
	color:#B91E1E!important;
	font-weight:400!important;
}

/* dropdown */
.sc-account-dropdown{
    position:absolute;
    top:120%;
    right:0;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    padding:0px 0;
    min-width:190px;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.25s;
    z-index:9999;
	border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border: 1px solid #ddd;
}

.sc-account:hover .sc-account-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.sc-account-dropdown a{
    display:block;
    padding:10px 18px;
    color:#333;
    text-decoration:none;
    font-size:14px;
	border-bottom: 1px solid #ddd;
}
.sc-account-dropdown a:last-child{
	border-bottom:none!important;
}

.sc-account-dropdown a:hover{
    background:#f5f5f5;
}
.sc-account-dropdown a:last-child:hover{
    background:#f5f5f5;
	border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}


/* trigger layout */
.sc-account-trigger{
    display:flex;
    align-items:center;
    gap:6px;
    cursor:pointer;
}

.sc-account-trigger img{
    border-radius:50%;
    width:26px;
    height:26px;
}

.sc-account-name{
    font-weight:500;
	font-size:14px;
}

.sc-account-arrow{
    font-size:16px;
}

/* dropdown fix position */
.sc-account{
    position:relative;
}

.sc-account-login .sc-account-trigger{
    display:flex;
    align-items:center;
    gap:6px;
    font-weight:500;
}

.sc-account-login i{
    font-size:20px;
}

.sc-account-trigger i {
  font-size: 24px !important;
  color: #B91E1E !important;
  font-weight: 400 !important;
}

/* Woodmart Card Layout Styling for my account page */
.ct-account-welcome {
  
  display: none;
}
/* grid layout */
.sc-account-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:25px;
}

/* responsive */
@media(max-width:900px){
    .sc-account-grid{
        grid-template-columns:repeat(2,1fr);
    }
	
	.woocommerce.ct-woo-account{padding:10px!important;}
	[data-prefix="single_page"] .entry-header .page-title {
  --theme-font-size: 22px!important;
margin-top: 20px;
    margin-bottom: -20px;
}
}
@media(max-width:500px){
    .sc-account-grid{
        grid-template-columns:1fr;
    }
}

/* card style */
.sc-account-card{
    background:#fff;
    border-radius:8px;
    padding:38px 20px;
    text-align:center;
    text-decoration:none;
    font-weight:500;
    box-shadow:0 4px 18px rgba(0,0,0,.05);
    transition:.25s;
    color:#333;
}

.sc-account-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* icon */
.sc-account-card i{
    font-size:32px;
    margin-bottom:15px;
    color:#b02a1f;
    display:block;
}

.sc-account-card span{
    font-size:16px;
}



/* woodmart style cards with icons */
.sc-account-card i{
    font-size:48px;
    display:block;
    margin-bottom:14px;
    color:#B91E1E;
}

.sc-account-card span{
    display:block;
    font-size:16px;
}

.woocommerce-MyAccount-content fieldset {
  padding: 30px;
  border: 2px solid #ddd;
	border-radius:5px!important;
}




/* header search bar */
/* Default state */
.dgwt-wcas-search-input{
    border: 2px solid #ddd!important;
    transition: all .25s ease;
	  background: #f5f5f5 !important;
   box-shadow: none !important;

}

/* Focus state */
.dgwt-wcas-search-input:focus{
    border: 2px solid #B91E1E !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(170,45,33,0.12); /* optional soft glow */
	background:#ffff!important;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {

border-radius:30px!important;
	box-shadow:0 2px 8px rgba(0,0,0,0.08);
}
	

@media(min-width:1280px){
	
	.dgwt-wcas-search-input{
    border: 2px solid #ddd!important;
    transition: all .25s ease;
	  background: #f5f5f5 !important;
   box-shadow: none !important;
	height:44px!important;
	line-height:44px!important;
}
	.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
 
  top: 10px!important;
}

}


/* Make whole header sticky 
#masthead{
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
}
*/


.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
  margin-left: 7px!important;
}
.hfe-nav-menu .sub-arrow {
  font-size: 12px!important;
}

/* yith wishlist */
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
  left: auto!important;
  top: 10px!important;
  right: 12px!important;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image {
  position: absolute;
  display: flex;
  margin: 0px!important;
  z-index: 20;
}
.yith-add-to-wishlist-button-block{margin:0px!important;}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) {
  padding: 4px !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  width: 26px !important;
  height: 26px !important;
}

/* yith wishlist ends here */

/* quick view */

@media (min-width:1280px){
	.sc-cat-card{
min-width:190px!important;
	max-width:220px; 
		height:70px!important;
	}	
	.woocommerce-product-attributes th {
  width: 300px !important;
}
.woosq-btn {
	position: absolute !important;
  top: 50px !important;
  right: 10px !important;
  width: 33px !important;
  height: 33px !important;
  border-radius: 100px !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  cursor: pointer !important;
}
}
.woosq-btn-has-icon .woosq-btn-icon {
  margin: 0px auto!important;
}
.woosq-icon-1::before {
  content: "\e923";
  color: #B91E1E!important;
}

.woosq-product .sc-whatsapp-order{width: 100% !important; margin-left:0px!important; margin-top:10px!important;}
.woosq-sidebar form{margin-top:20px!important; margin-bottom:20px!important;
}
.woosq-sidebar .view-details-btn{padding:18px!important;}
.woosq-sidebar .view-details-btn:hover{
	color:#fff!important;
	background:#B91E1E!important;
}
.woosq-sidebar .quantity[data-type="type-2"] {
  width:120px!important;
  height: 40px!important;
}
.woosq-sidebar .single_add_to_cart_button {
  font-size: 14px !important;
  margin-left: 5px !important;
  width: 65%!important;
}

.woosq-sidebar .buy-now-btn{display:none!important;}
.woosq-sidebar .stock.in-stock{margin-top:20px; margin-left:3px;}
.woosq-sidebar .stock.out-of-stock{margin-top:20px; margin-left:3px;}

/* Remove default bullets */
.woosq-sidebar .product-short-description.product-excerpt ul {
    list-style: none!important;
    padding-left: 16px;
}

/* List item spacing */
.woosq-sidebar .product-short-description.product-excerpt ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

/* Bold black tick */
.woosq-sidebar .product-short-description.product-excerpt ul li::marker {
    content: "✓"!important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    line-height: 1;
}

.woosq-sidebar .product-short-description.product-excerpt ul li::before{display:none!important;}
.woosq-product .thumbnails .slick-dots {bottom:0px!important;}

@media(max-width:1279px){
	.ct-back-to-top[data-alignment="right"]{bottom:75px!important;}
	.ks-label{display:none!important;}
	.woosq-sidebar .single_add_to_cart_button {
  font-size: 14px !important;
  margin-left: 5px !important;
  width: 50%!important;
}
}
/* quick view ends here */

.wp-bottom-menu i{font-style:normal!important;}
.wp-bottom-menu-item span {
  margin-top: 10px!important;
 margin-bottom: -10px!important;
}
.wp-bottom-menu {
   
    padding-top: 20px !important;
  }

@media (max-width:1279px){
	#menu-1-2abeca3{display:none!important;}
}

/* wishlist */
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
  position: absolute;
  z-index: 10;
  margin: 0;
  top: 10px!important;
  left: auto!important;
  right: 10px!important;
  width: 33px !important;
  height: 33px !important;
  border-radius: 100px !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  padding: 3px 7px;
}

/* ===== MAKE TI WISHLIST LIKE CART ICON ===== */

.wishlist_products_counter {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0px;
    font-weight: 500;
}

/* Make heart icon bigger */
.wishlist_products_counter:before {
    font-size: 32px !important;
    font-weight:900!important;
    color: #B91E1E !important;
}

/* Hide the plain number beside text */
.wishlist_products_counter_number {
  position: absolute;
  top: -2px;
  right: 56px;
  background: #ffcc00;
  color: #000;
  font-size: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

/* Remove spacing issues */
.wishlist_products_counter_text {
    margin-top: 3px;
}

.products form .tinv-wraper.tinv-wishlist {

  display: none!important;
}

/* single product thumbanil-gallery */
.woocommerce-product-gallery .ct-media-container {
  
  border: 1px solid #aaa!important;
}
/* gallery ends here */

@media(max-width:1279px){
	.wishlist_products_counter_text{display:none!important;}
	.wishlist_products_counter_number {
 
  top: 2px!important;
  right: 2px!important;
}
	.wishlist_products_counter::before {
  
  margin-top: 4px!important;
}
}
/* wishlist ends here */

/* order on whatsapp button in product cards */

/* =========================================
   FORCE WHATSAPP FULL WIDTH - VARIABLE LOOP
========================================= */

/* Make cart actions wrap */
ul.products li.product form.variations_form .ct-cart-actions {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Quantity stays small */
ul.products li.product form.variations_form .ct-cart-actions .quantity {
    flex: 0 0 90px !important;
    order: 1 !important;
}

/* Add to cart flexible */
ul.products li.product form.variations_form .ct-cart-actions .single_add_to_cart_button {
    flex: 1 !important;
    order: 2 !important;
}

/* WhatsApp full width bottom */
ul.products li.product form.variations_form .ct-cart-actions .sc-whatsapp-order {
    flex: 0 0 100% !important;
    width: 100% !important;
    order: 3 !important;
    margin-top: 8px !important;
}

/* =========================================
   RELATED PRODUCTS - VARIABLE FIX
========================================= */

/* Make variation add-to-cart wrap */
.related ul.products li.product 
.woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px;
}

/* Quantity */
.related ul.products li.product 
.woocommerce-variation-add-to-cart .quantity {
    flex: 0 0 90px !important;
    order: 1 !important;
}

/* Add to cart */
.related ul.products li.product 
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    flex: 1 !important;
    order: 2 !important;
}

/* WhatsApp full width bottom */
.related ul.products li.product 
.woocommerce-variation-add-to-cart .sc-whatsapp-order {
    flex: 0 0 100% !important;
    width: 100% !important;
    order: 3 !important;
    margin-top: 8px !important;
}

/* =========================================
   SHOP PAGE - SIMPLE PRODUCT FIX
========================================= */

ul.products li.product form.cart .ct-cart-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px;
}

/* Quantity */
ul.products li.product form.cart .ct-cart-actions .quantity {
    flex: 0 0 90px !important;
    order: 1 !important;
}

/* Add to cart */
ul.products li.product form.cart .ct-cart-actions .single_add_to_cart_button {
    flex: 1 !important;
    order: 2 !important;
	margin-right:-1px!important;
}

/* WhatsApp full width */
ul.products li.product form.cart .ct-cart-actions .sc-whatsapp-order {
    flex: 0 0 100% !important;
    width: 100% !important;
    order: 3 !important;
    margin-top: 2px !important;
	margin-left:1px!important;
}

/* =========================================
   RELATED PRODUCTS - SIMPLE PRODUCT FIX
========================================= */

.related ul.products li.product form.cart {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px;
}

/* Quantity */
.related ul.products li.product form.cart .quantity {
    flex: 0 0 90px !important;
    order: 1 !important;
	
}
.related .product-type-simple form.cart .quantity {
	margin-left:-15px!important; 
}

/* Add to cart */
.related ul.products li.product form.cart .single_add_to_cart_button {
    flex: 1 !important;
    order: 2 !important;
}

/* WhatsApp full width bottom */
.related ul.products li.product form.cart .sc-whatsapp-order {
    flex: 0 0 100% !important;
    width: 100% !important;
    order: 3 !important;
    margin-top: 2px !important;
	margin-left:1px!important;
}


/* order on whatsapp button in product cards ended here */

/* order on whatsapp fix for mobile layout */
@media (max-width:767px){
ul.products li.product form.cart .ct-cart-actions .sc-whatsapp-order {
  
  padding: 5px !important;
}
ul.products li.product form.cart .ct-cart-actions .quantity {
  flex: 0 0 45% !important;
  order: 1 !important;
}	
ul.products li.product form.cart .ct-cart-actions .single_add_to_cart_button {
  flex: 1 !important;
  order: 2 !important;
  width: 52% !important;
}	
ul.products li.product form.cart .ct-cart-actions {
   margin-left: 1px !important;
}	
}
/* order on whatsapp fix for mobile layout */

/* Mobile product gallery thumbnails */
@media (max-width: 768px){
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
  position: absolute;
 
  top: 5px !important;
	right:5px!important;
	}
	
	
.flexy-pills ol{
display:flex!important;
flex-wrap:nowrap!important;
overflow-x:auto!important;
gap:8px!important;
padding-bottom:5px!important;
scroll-behavior:smooth!important;
}

/* hide scrollbar (optional) */
.flexy-pills ol::-webkit-scrollbar{
display:none!important;
}

/* thumbnail size (4 visible) */
.flexy-pills ol li{
flex:0 0 22%!important;

}

.flexy-pills ol li img{
width:100%!important;
height:auto!important;
}

}

/* Desktop vertical thumbnail scroll */
@media (min-width: 769px){

/* thumbnail column height same as gallery */
.flexy-pills{
height: 520px;
overflow-y: auto;
overflow-x: hidden;
padding-right:4px;
}

/* vertical layout */
.flexy-pills ol{
display:flex;
flex-direction:column;
gap:10px;
}

/* smooth scroll */
.flexy-pills{
scroll-behavior:smooth;
}

/* scrollbar styling */
.flexy-pills::-webkit-scrollbar{
width:5px;
}

.flexy-pills::-webkit-scrollbar-thumb{
background:#c1c1c1;
border-radius:10px;
}

}

 a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products::before {
  content: "\e909"!important;
	 font-weight:normal!important;
}
a.wishlist_products_counter.top_wishlist-heart::before{
	 content: "\e909"!important;
	 font-weight:normal!important;
}
.single-product .price{margin-left:5px!important;}


.buy-now-btn{
background: #fc0;
  color: #000;
  margin-left: 10px;
  padding: 14px 28px;
  font-weight: 600;
  border: none;
  max-height: 36px;
  max-width: 43%;
}
.buy-now-btn:hover{
	background:#eecc00!important;
	color:#000!important;
}

.product-share-icons{
margin-top:15px;
display:flex;
align-items:center;
gap:10px;
}

.product-share-icons span{
font-weight:600;
margin-right:5px;
}

.product-share-icons a{
width:32px;
height:32px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:#F3F4F6;
color:#374151;
text-decoration:none;
font-size:14px;
transition:all .2s ease;
}

.product-share-icons a:hover{
background:#B91E1E;
color:#fff;
}

/* stock pulse animation */
.stock.in-stock{
display:flex;
align-items:center;
gap:8px;
font-weight:500;
color:#16a34a;
}

.stock.in-stock::before{
content:"";
width:10px;
height:10px;
border-radius:50%;
background:#22c55e;
display:inline-block;
position:relative;
animation:stockPulse 1.5s infinite;
}

@keyframes stockPulse{
0%{
box-shadow:0 0 0 0 rgba(34,197,94,0.7);
}
70%{
box-shadow:0 0 0 8px rgba(34,197,94,0);
}
100%{
box-shadow:0 0 0 0 rgba(34,197,94,0);
}
}

.stock.out-of-stock{
display:flex;
align-items:center;
gap:8px;
font-weight:600;
color:#dc2626;
}

.stock.out-of-stock::before{
content:"";
width:10px;
height:10px;
border-radius:50%;
background:#ef4444;
display:inline-block;
position:relative;
animation:outStockPulse 1.5s infinite;
}

@keyframes outStockPulse{
0%{
box-shadow:0 0 0 0 rgba(239,68,68,0.7);
}
70%{
box-shadow:0 0 0 8px rgba(239,68,68,0);
}
100%{
box-shadow:0 0 0 0 rgba(239,68,68,0);
}
}
/* stock ends here */



@media (max-width:1279px){

	.single-product .summary .single_add_to_cart_button {
  font-size: 14px !important;
  margin-left: 5px !important;
  width: 35% !important;
}
	.buy-now-btn{ width: 36.5% !important;
    border-radius: 4px !important;}
	#woosq-popup .single-product .summary .single_add_to_cart_button {
	width:60%!important;	
	}
	#woosq-popup .buy-now-btn{display:none!important;}
}

/* ===== PRODUCT CATEGORY SLIDER FOR SHOP PAGE===== */

.sc-cat-slider{
display:flex;
gap:15px;
overflow-x:auto;
padding:1px 0px 18px;
margin-bottom:18px;
cursor:grab;
scrollbar-width:thin;
scrollbar-color:#B91E1E  transparent;
}

.sc-cat-slider::-webkit-scrollbar{height:6px!important;}
.sc-cat-slider::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px!important;}
.sc-cat-slider::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:5px!important;}
.sc-cat-slider::-webkit-scrollbar-thumb:hover{background:#a8a8a8;}

.sc-cat-slider.grabbing{cursor:grabbing;}

/* ===== CARD ===== */

.sc-cat-card{
min-width:165px;
	max-width:220px;
height:60px;
display:flex;
align-items:center;
gap:10px;
padding:12px 16px;
border-radius:5px!important;
background:#fff;
text-decoration:none!important;
border:2px solid #ddd;
transition:.25s;
flex-shrink:0;
user-select:none;
}

.sc-cat-card:hover{
background:#fff;
border-color:#B91E1E;
box-shadow:0 4px 14px rgba(0,0,0,.06);
}

.sc-cat-card.active{
background:#fff;
border-color:#B91E1E;
}

.sc-cat-card img{
width:42px;
height:42px;
object-fit:contain;
flex-shrink:0;
}

.sc-cat-card span{
font-size:15px;
font-weight:600;
color:#333;
line-height:1.2;
}


/* ===== PRODUCT CATEGORY SLIDER FOR SHOP PAGE ENDED HERE ===== */

[data-prefix="woo_categories"] .hero-section[data-type="type-2"] {
 border-bottom:1px solid #ddd!important;
}

.sc-parent-slider,
.sc-child-slider{
display:flex;
gap:10px;
overflow:auto;
margin-bottom:15px;
}

.sc-parent-cat,
.sc-child-cat{
padding:8px 14px;
background:#f5f5f5;
border-radius:20px;
white-space:nowrap;
cursor:pointer;
}

.sc-parent-cat.active{
background:#111;
color:#fff;
}






.out-of-stock-badge {
  --badge-text-color: #ffffff;
  --badge-background-color: #d00!important;
  padding: 5px 10px 5px 0px !important;
  font-weight: bold;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%) !important;
  border-radius: 0px !important;
  max-width: 90px !important;
  min-width: 90px !important;
  margin-left: -15px !important;
  top: 7px !important;
}

.outofstock a.button{background-color: #d00!important;}

/* hide products count on category */
.product-category .count{display:none!important;}
/* count ends here */

/* Shop by category mega menu starts here */
/* Initially hide the mega menu content */
#mega-menu-content {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 107px; /* header height adjustment */
	
  
}
/* Shop by category mega menu starts here */

#menu-item-3438{
	border-right: 1px solid #ddd;
  padding-right: 20px;
  }

/* Extra Elements Customization */
.entry-summary-items .ct-module-title{
	font-size:17px!important;
}
.site-header .elementor-icon svg {
  display: block;
  height: 16px!important;
  position: relative;
  width: 16px!important;
	margin-top:5px!important;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:hover{
	background: #fff7f0!important;
}
.dgwt-wcas-sp{
	color:#B91E1E!important;
}



.xoo-wsc-ft-btn-checkout, .checkout-button{display:none!important;}

[data-products] .product .woocommerce-loop-product__title {
 
  margin-top: 10px;
  margin-bottom: -5px;
}

.entry-meta .meta-categories a{color:#999!important;}
.entry-meta .meta-categories a:hover{color:#666!important;}
.wcfm_form_simple_submit_wrapper{padding-right:60px!important;}

.woocommerce-account .hero-section[data-type="type-1"] {
  text-align: center!important;
	margin-top:30px;
}
.woocommerce-LostPassword {
    display: none !important;
}

#wcfm_products_manage_form_shipping_head, #wcfm_products_manage_form_linked_head, #product_type, #is_virtual,
.virtual_ele_title, #is_downloadable, .downloadable_ele_title, .description, #wp-description-wrap, #wp-excerpt-editor-tools, .wcfm_product_taxonomy_product_brand, #wcfm_settings_dashboard_head, #wcfm_settings_form_module_head, #wcfm_settings_form_style_head, #wcfm_settings_form_pages_head, #wcfm_settings_form_menu_manager_head, #wcfm_settings_form_email_from_head, #wcfm_settings_form_product_wise_cats_head, #wcfm_settings_dashboard_expander, #wcfm_video_tutorials, #wcfm_documentation, #wcfm_capability_settings, .wcfm_product_dummy_featured, .wcfm_product_dummy_duplicate, .wcfm_product_archive {display:none!important;}

.wcfm_wp_admin_view, .select_attributes_pa_food-type_is_visible_0, #attributes_is_visible_1{display:none!important;}
.wcfm_dashboard_stats {
 
  display: none!important;
}

.wcfm-dashboard-page .wd-sidebar-opener{
	display:none!important;
}

/* Hide Products Export button in WCFM Product Manager */
#wcfm_products_export,
.wcfm_products_export,
a[href*="products-export"],
a[data-tip="Products Export"] {
    display: none !important;
}

#wcfm_coupons_manage_form .wcfm-textarea{display:none!important;}
#wcfm_coupons_manage_form #free_shipping {display:none!important;}
#wcfm_coupons_manage_form .free_shipping {display:none!important;}

.hfe-menu-item img {width:24px!important; height:24px!important;}

.hfe-nav-menu .menu-item:hover img {
    transform: scale(1.12);
    transition: .2s ease;
}

.hfe-sub-menu-item{padding-left:15px!important; transition:none!important; background:#f9f9f9!important;}
