/* Custom css  */
#site_header .have_center .elms_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce  span.onsale {
    padding: 8px 6px !important;
    font-size: 14px !important;
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
}
.woocommerce ul.products li.product .price {
    top: 30px !important;
    right: 10px !important;
}
.shop-by-category-sec h2.woocommerce-loop-category__title mark.count {
    display: none;
}
.shop-by-category-sec .woocommerce ul.products li.product a img {
    margin: -30px auto 0;
    width: auto;
}
.shop-by-category-sec .woocommerce ul.products li.product a img {
    border: none ;
}
.shop-by-category-sec ul.products {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.shop-by-category-sec .woocommerce ul.products li.product {
    margin: 0 !important;
    width: calc(16.66% - 30px) !important;
    border: 3px solid #000;
    border-radius: 12px;
}
.shop-by-category-sec .woocommerce ul.products li.product h2.woocommerce-loop-category__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.onSticky .elms_left.header_2_left {
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.onSticky  .elms_right{
    vertical-align: middle;
}
.sidebar_inner button.wpfClearButton.wpfButton {
	background: #000;
	color: #ffff;
	border-radius: 50px;
	width: 35%;
	font-size: 17px;
	min-height: 40px;
	text-transform: capitalize;
}

.sidebar_inner .ui-slider.ui-widget-content .ui-slider-handle {
    background: #000;
    border-radius: 15px;
}
.sidebar_inner .ui-slider.ui-widget-content:not(.iris-slider-offset) {
    background: #0000004d;
    border-radius: 10px;
    border: none;
}

  .cat-tabs-wrapper {
            font-family: inherit;
        }

        .cat-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            overflow-x: auto;
            padding: 10px 0;
        }

        .cat-tab {
            padding: 8px 12px;
            background-color: #f2f2f2;
            border-radius: 5px;
            cursor: pointer;
            white-space: nowrap;
            transition: background 0.3s;
        }

        .cat-tab.active {
            background-color: #0073aa;
            color: #fff;
        }

        .subcat-list {
            display: none;
            margin-top: 10px;
        }

        .subcat-list.active {
            display: block;
        }

        .subcat-item {
            display: flex;
            align-items: center;
            padding: 8px;
            border-bottom: 1px solid #eee;
        }

        .subcat-item img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            margin-right: 10px;
            border-radius: 4px;
        }

        .subcat-item a {
            text-decoration: none;
            color: #333;
            font-size: 16px;
        }
		.home div#page_content {
    margin: 0px;
}
 .home-banner-sec .variable-width-slider div {
    display: inline-block;
    padding: 0 1px;
  }

   .home-banner-sec  .variable-width-slider img {
    height: 600px;
    width: 520px;
	object-fit: cover;
  }
  .home-banner-sec .variable-width-slider ul.slick-dots {
    bottom: 50px;
}
.pct-tabs {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }
    .pct-tab {
        margin-right: 15px;
        padding: 10px 15px;
        cursor: pointer;
        border: 1px solid transparent;
        border-bottom: none;
        font-weight: bold;
        white-space: nowrap;
    }
    .pct-tab.active {
        border-color: #ccc #ccc white;
        background: white;
        border-radius: 4px 4px 0 0;
    }
    .pct-products {
        border: 1px solid #ccc;
        padding: 15px;
        border-radius: 0 4px 4px 4px;
        background: white;
    }
    .pct-product-item {
        display: inline-block;
        width: 23%;
        margin: 1%;
        vertical-align: top;
        text-align: center;
        box-sizing: border-box;
    }
    .pct-product-item img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .pct-product-item a {
        text-decoration: none;
        color: #333;
        font-weight: 600;
    }
    @media (max-width: 768px) {
        .pct-product-item {
            width: 48%;
            margin: 1%;
        }
    }

/* #xtra_quick_view .woocommerce-product-gallery {
    opacity: 1 !important;
}
#xtra_quick_view .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(2),#xtra_quick_view .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(3) {
    display: none;
} */
@media(max-width:1200px){
    .woocommerce  span.onsale {
        padding: 6px 5px !important;
    }
    .shop-by-category-sec .woocommerce ul.products li.product {
        width: calc(20% - 30px) !important;
    }
    .shop-by-category-sec ul.products {
        row-gap: 50px;
    }
    .shop-by-category-sec .woocommerce ul.products li.product h2.woocommerce-loop-category__title {
        font-size: 22px;
    }
    .shop-by-category-sec ul.products::before, .shop-by-category-sec ul.products::after {
        content: unset;
    }   
    .onSticky  #menu_header_2 > .cz > a {
        margin-right: 25px !important;
    }
    .onSticky  .elms_right .cz_social a {
        font-size: 16px;
    }
}
@media(max-width:991px){
    .shop-by-category-sec .woocommerce ul.products li.product {
        width: calc(25% - 30px) !important;
    }
    .shop-by-category-sec .woocommerce ul.products li.product h2.woocommerce-loop-category__title {
        font-size: 20px;
    }
}
@media(max-width:767px) {
    .shop-by-category-sec .woocommerce ul.products li.product {
        width: calc(33.3% - 30px) !important;
    }
    .header_4 .elms_left i {
        text-align: left;
    }
    .have_center .elms_right .fa.czico-150-shopping-cart {
        text-align: right;
        width: auto;
        padding-left: 5px;
    }
    .woocommerce nav.woocommerce-pagination ul li .page-numbers {
        padding: 0;
    }
    .woocommerce-shop .row.clr {
        display: flex !important;
        flex-direction: column-reverse;
    }
    .shop-by-category-sec .woocommerce ul.products li.product img {
        width: 64px !important;
    }
}
@media(max-width:575px){
	#site_header .have_center .elms_center {
		margin: 0 auto;
		flex-basis: 20%;
	}
    .shop-by-category-sec .woocommerce ul.products li.product h2.woocommerce-loop-category__title {
        font-size: 18px;
    }
    .shop-by-category-sec .woocommerce ul.products li.product {
        border: 2px solid #000;
        border-radius: 8px;
    }
}
@media(max-width:480px){
    body .shop-by-category-sec .woocommerce ul.products li.product {
        width: calc(50% - 30px) !important;
    }
    .shop-by-category-sec ul.products {
        gap: 15px;
        row-gap: 40px;
    }
    body .shop-by-category-sec .woocommerce ul.products li.product {
        width: calc(50% - 15px) !important;
    }
    .shop-by-category-sec .woocommerce ul.products li.product h2.woocommerce-loop-category__title {
        font-size: 16px;
    }
	.sidebar_inner button.wpfClearButton.wpfButton {
		font-size: 15px;
		min-height: 35px;
	}
}





/* 26-sep-2025 css start here */
.featured-categories-grid { display: flex !important; flex-wrap: wrap !important; gap: 5px !important; }
.featured-categories-grid .category-box { width: calc(16.66% - 4.16px) !important; }
.featured-categories-grid .category-box a { position: relative; display: block; width: 100%; border-radius: 5px !important; overflow: hidden; }
.featured-categories-grid .category-box a h4 { position: absolute; z-index: 1; bottom: 12px; margin: 0; padding: 0; font-size: 14px; left: 50%; transform: translateX(-50%); color: #fff !important; line-height: 20px; display: inline-flex; justify-content: center; text-transform: uppercase; text-align: center; width: 100%; }
.featured-categories-grid .category-box a img { aspect-ratio: 245/320; object-fit: cover; }
.featured-categories-grid .category-box a:before { content: ''; position: absolute; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%); left: 0; top: 0; width: 100%; height: 100%; }



.new_products_sec  ul.products { display: flex; flex-wrap: wrap; gap: 10px 5px; } 
.new_products_sec ul.products li.product { margin: 0 !important; width: calc(20% - 4px) !important; max-width: calc(20% - 4px) !important; float: unset !important; } 
.new_products_sec ul.products:before,.new_products_sec ul.products:after { content: unset; } 
.new_products_sec  h2.woocommerce-loop-product__title { margin: 0 !important; padding: 0 !important; background: transparent !important; position: unset !important; font-size: 14px !important; text-align: left !important; color: #1f2937 !important; font-weight: 500 !important; } 
.new_products_sec span.price { margin: 0 !important; padding: 0 !important; color: inherit !important; font-weight: normal !important; font-size: 13px !important; position: unset !important; text-align: left !important; transform: unset !important; display: block !important; line-height: 20px; } 
.new_products_sec .products .product .xtra-product-icons { opacity: 1 !important; right: 10px !important; background: transparent; margin: 0; border-radius: 0; /* padding: 0 !important; */ top: 10px; transform: unset; display: flex; flex-direction: column; gap: 10px; } 
.new_products_sec span.onsale { color: #000 !important; } 
.new_products_sec .products .product .xtra-product-icons i { padding: 0 !important; } 
.new_products_sec .products .product .xtra-product-icons i::before { color: #000; font-weight: 400; } 
.new_products_sec .products .product .xtra-product-icons{ opacity: 1 !important; /* right: 0 !important; */ } 
.new_products_sec ul.products li.product .star-rating { display: none; } 
.new_products_sec .add_to_cart_button { display: none !important; } 
.new_products_sec .cz_tabs_nav.clr .clr a.cz_tab_a { padding: 3px 12px !important; margin: 0 !important; width: auto !important; font-size: 12px !important; line-height: 20px !important; border-radius: 0 !important; text-transform: uppercase; font-weight: 500 !important; color: #000 !important; border: 1px solid #000; } 
.new_products_sec .cz_tabs_nav.clr .clr a.cz_tab_a:hover{ color: #fff !important; background-color: #000 !important; } 
.new_products_sec .product_type_simple{ display: none !important; } 
.new_products_sec .cz_tabs_nav.clr .clr a.cz_tab_a.cz_active { color: #fff !important; background-color: #000 !important; } 
.new_products_sec .cz_tabs_nav.clr .clr { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;}



body.tax-product_cat  ul.products { display: flex; flex-wrap: wrap; gap: 15px; } 
body.tax-product_cat ul.products li.product { margin: 0 !important; width: calc(25% - 11.25px) !important; max-width: calc(25% - 11.25px) !important; float: unset !important; padding: 10px; box-sizing: border-box; border: 1px solid #dcdcdc; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
body.tax-product_cat ul.products li.product .add_to_cart_button{opacity: 1 !important;}
body.tax-product_cat ul.products li.product .add_to_cart_button { opacity: 1 !important; margin: 5px 0 0 0 !important; display: flex; justify-self: self-start; font-size: 12px !important; gap: 0px !important; }
body.tax-product_cat ul.products li.product .add_to_cart_button::before { margin-right: 8px !important; }
body.tax-product_cat ul.products li.product:hover .add_to_cart_button { background-color: #000 !important; color: #fff !important;} 
body.tax-product_cat ul.products:before,body.tax-product_cat ul.products:after { content: unset; } 
body.tax-product_cat  h2.woocommerce-loop-product__title { margin: 0 !important; padding: 0 !important; background: transparent !important; position: unset !important; font-size: 14px !important; text-align: left !important; color: #1f2937 !important; font-weight: 500 !important; } 
body.tax-product_cat span.price { margin: 0 !important; padding: 0 !important; color: inherit !important; font-weight: normal !important; font-size: 13px !important; position: unset !important; text-align: left !important; transform: unset !important; display: block !important; line-height: 20px; } 
body.tax-product_cat .products .product .xtra-product-icons { opacity: 1 !important; right: 10px !important; background: transparent; margin: 0; border-radius: 0; /* padding: 0 !important; */ top: 10px; transform: unset; display: flex; flex-direction: column; gap: 10px; } 
body.tax-product_cat span.onsale { color: #000 !important; } 
body.tax-product_cat .products .product .xtra-product-icons i { padding: 0 !important; } 
body.tax-product_cat .products .product .xtra-product-icons i::before { color: #000; font-weight: 400; } 
body.tax-product_cat .products .product .xtra-product-icons{ opacity: 1 !important; /* right: 0 !important; */ } 
body.tax-product_cat ul.products li.product .star-rating { display: none; } 
/* body.tax-product_cat .add_to_cart_button { display: none !important; }  */
body.tax-product_cat .cz_tabs_nav.clr .clr a.cz_tab_a { padding: 3px 12px !important; margin: 0 !important; width: auto !important; font-size: 12px !important; line-height: 20px !important; border-radius: 0 !important; text-transform: uppercase; font-weight: 500 !important; color: #000 !important; border: 1px solid #000; } 
body.tax-product_cat .cz_tabs_nav.clr .clr a.cz_tab_a:hover{ color: #fff !important; background-color: #000 !important; } 
/* body.tax-product_cat .product_type_simple{ display: none !important; }  */
body.tax-product_cat .add_to_cart_button { padding: 5px 10px !important; position: unset !important; transform: unset !important; }
body.tax-product_cat .cz_tabs_nav.clr .clr a.cz_tab_a.cz_active { color: #fff !important; background-color: #000 !important; } 
body.tax-product_cat .cz_tabs_nav.clr .clr { display: flex; justify-content: center; gap: 20px; }

body.woocommerce-shop  ul.products { display: flex; flex-wrap: wrap; gap: 15px; } 
body.woocommerce-shop ul.products li.product { margin: 0 !important; width: calc(25% - 11.25px) !important; max-width: calc(25% - 11.25px) !important; float: unset !important; padding: 10px; box-sizing: border-box; border: 1px solid #dcdcdc; border-radius: 10px; }
body.woocommerce-shop ul.products li.product .add_to_cart_button { opacity: 1 !important; margin: 5px 0 0 0 !important; display: flex; justify-self: self-start; font-size: 12px !important; gap: 0px !important; }
body.woocommerce-shop ul.products li.product .add_to_cart_button::before { margin-right: 8px !important; }
body.woocommerce-shop ul.products li.product:hover .add_to_cart_button { background-color: #000 !important; color: #fff !important;} 
body.woocommerce-shop ul.products:before,body.tax-product_cat ul.products:after { content: unset; } 
body.woocommerce-shop  h2.woocommerce-loop-product__title { margin: 0 !important; padding: 0 !important; background: transparent !important; position: unset !important; font-size: 14px !important; text-align: left !important; color: #1f2937 !important; font-weight: 500 !important; } 
body.woocommerce-shop span.price { margin: 0 !important; padding: 0 !important; color: inherit !important; font-weight: normal !important; font-size: 13px !important; position: unset !important; text-align: left !important; transform: unset !important; display: block !important; line-height: 20px; } 
body.woocommerce-shop .products .product .xtra-product-icons { opacity: 1 !important; right: 10px !important; background: transparent; margin: 0; border-radius: 0; /* padding: 0 !important; */ top: 10px; transform: unset; display: flex; flex-direction: column; gap: 10px; } 
body.woocommerce-shop span.onsale { color: #000 !important; } 
body.woocommerce-shop .products .product .xtra-product-icons i { padding: 0 !important; } 
body.woocommerce-shop .products .product .xtra-product-icons i::before { color: #000; font-weight: 400; } 
body.woocommerce-shop .products .product .xtra-product-icons{ opacity: 1 !important; /* right: 0 !important; */ } 
body.woocommerce-shop ul.products li.product .star-rating { display: none; } 
/* body.woocommerce-shop .add_to_cart_button { display: none !important; }  */
body.woocommerce-shop .cz_tabs_nav.clr .clr a.cz_tab_a { padding: 3px 12px !important; margin: 0 !important; width: auto !important; font-size: 12px !important; line-height: 20px !important; border-radius: 0 !important; text-transform: uppercase; font-weight: 500 !important; color: #000 !important; border: 1px solid #000; } 
body.woocommerce-shop .cz_tabs_nav.clr .clr a.cz_tab_a:hover{ color: #fff !important; background-color: #000 !important; } 
/* body.woocommerce-shop .product_type_simple{ display: none !important; }  */
body.woocommerce-shop .add_to_cart_button { padding: 5px 10px !important; position: unset !important; transform: unset !important; }
body.woocommerce-shop .cz_tabs_nav.clr .clr a.cz_tab_a.cz_active { color: #fff !important; background-color: #000 !important; } 
body.woocommerce-shop .cz_tabs_nav.clr .clr { display: flex; justify-content: center; gap: 20px; }

section[data-id="33ff012"] .cz_line.tal { height: 0 !important; } 
.sidebar_offcanvas_area { margin: 0 !important; padding: 0 !important; } 
.sidebar_offcanvas_area .center_on_mobile { padding: 15px 15px !important; margin: 0 !important; } 
.sidebar_offcanvas_area h2 { font-size: 16px; text-transform: uppercase; text-align: center; } 
.sidebar_offcanvas_area .cat-tabs-wrapper .cat-tabs .cat-tab { padding: 3px 12px !important; margin: 0 !important; width: auto !important; font-size: 12px !important; line-height: 20px !important; border-radius: 0 !important; text-transform: uppercase; font-weight: 500 !important; color: #000 !important; border: 1px solid #000; transition: 0.4s ease all; background-color: #fff; } 
.sidebar_offcanvas_area .cat-tabs-wrapper .cat-tabs .cat-tab.active { color: #fff !important; background-color: #000 !important; } 
.sidebar_offcanvas_area .cat-tabs-wrapper .cat-tabs .cat-tab:hover{ color: #fff !important; background-color: #000 !important; } 
.sidebar_offcanvas_area .subcat-item a img { width: 80px; height: 80px; border-radius: 0; margin: 0 !important; } 
.sidebar_offcanvas_area .subcat-item { padding: 0 !important; border: none; } 
.sidebar_offcanvas_area .subcat-item a { display: flex; gap: 10px; align-items: center; font-size: 16px !important; line-height: 20px; color: #000 !important; font-weight: 600; text-transform: uppercase; padding: 8px; border-bottom: 1px solid #eee; background-color: #fff; transition: 0.4s ease all; width: 100%; } 
.sidebar_offcanvas_area .subcat-item a:hover { background-color: #f3f4f6; border-color: #f3f4f6; } 
.sidebar_offcanvas_area .subcat-list{ margin: 0 !important; } 
.sidebar_offcanvas_area .cat-tabs { position: sticky; top: 0; background: #fff; } 
.sidebar_offcanvas_area .subcat-item a { background-image: url(https://extrand.in/wp-content/uploads/2025/09/right-ar.png); background-repeat: no-repeat; background-position: center right 20px; background-size: 7px; } 
.header_1 { display: none; } 
.sidebar_offcanvas_area .subcat-list { margin: 0 !important; overflow-y: scroll; height: 100vh; }

/* 26-sep-2025 css end here */
/* 29-sep-2025 css start here */
nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current { background: #000 !important; } 
nav.woocommerce-pagination ul.page-numbers li a:hover  { background: #000 !important; }
 .cz-cpt-post .cz_default_loop .cz_post_title h3{ color: #000 !important; } 
 .cz-cpt-post .cz_default_loop .cz_post_excerpt{ color: #000 !important; } 
 .cz-cpt-post .cz_readmore:hover, .cz-cpt-post .more-link:hover { color: #fff !important; background-color: #000 !important; } 
 .tagcloud a, .widget .tagcloud a, .cz_post_cat a, .cz_post_views a{ color: #000 !important; }
.tagcloud a:hover, .widget .tagcloud a:hover, .cz_post_cat a:hover, .cz_post_views a:hover { color: #ffffff !important; }
.search-form .search-submit:hover{ background-color: #000 !important; }
.cz-cpt-post .cz_default_loop .cz_post_date{ color: #000 !important; }
#menu_footer_1 > .cz > a:hover, #menu_footer_1 > .cz:hover > a, #menu_footer_1 > .cz.current_menu > a, #menu_footer_1 > .current-menu-parent > a { color: #ffffff  !important; background-color: #000000 !important; }
.sidebar_footer-4 p { color: #00000099; } 
.last-chTrdSty-section { aspect-ratio: 2560/795; padding: 0 !important; } 
.outer_search { margin: 0 !important; } 
header .search { width: 100% !important; } 
.header_2_right .search_header_2_right_9 { width: 100%; } 
.inner_menu_header_5_center_0 ul li:nth-last-child(2) a { margin: 0 !important; } 
.new_products_sec ul.products li.product h2 { font-size: 14px !important; line-height: 18px !important; } 
.home-banner-sec  .slick-slider:not(.cz_ticker) .slick-list { transform: unset !important; } 
.sidebar_inner button.wpfClearButton.wpfButton { width: auto; padding: 0 30px; } 
.header_5, .onSticky { width: 100% !important; }
/* 29-sep-2025 css end here */
/* 30-sep-2025 css start here */
form button:hover { background: #000 !important; }
.button:hover { background: #000 !important; }
.map-divFormContact .gm-err-icon img { margin: 0 auto; }
.xtra-wishlist a.cz_btn { padding: 5px 10px; color: #fff; } 
.xtra-wishlist a.cz_btn:hover { background: #000 !important; }
.woocommerce-account .woocommerce-MyAccount-content p a { color: #000; text-decoration: underline; }
.woocommerce-info::before { color: #000; }
body.single-product p { color: #000 !important; } 
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #000 !important; } 
body.single-product .comment-reply-title { color: #000  !important; } 
body.single-product label{ color: #000 !important; } 
body.single-product h1, h2, h3, h4, h5, h6{ color: #000 !important; }
body.single-product ul.products:before,body.tax-product_cat ul.products:after { content: unset; } 
body.single-product  h2.woocommerce-loop-product__title { margin: 0 !important; padding: 0 !important; background: transparent !important; position: unset !important; font-size: 14px !important; text-align: left !important; color: #1f2937 !important; font-weight: 500 !important; } 
body.single-product span.price { margin: 0 !important; padding: 0 !important; color: inherit !important; font-weight: normal !important; font-size: 13px !important; position: unset !important; text-align: left !important; transform: unset !important; display: block !important; line-height: 20px; } 
body.single-product .products .product .xtra-product-icons { opacity: 1 !important; right: 10px !important; background: transparent; margin: 0; border-radius: 0; /* padding: 0 !important; */ top: 10px; transform: unset; display: flex; flex-direction: column; gap: 10px; } 
body.single-product span.onsale { color: #000 !important; } 
body.single-product .products .product .xtra-product-icons i { padding: 0 !important; } 
body.single-product .products .product .xtra-product-icons i::before { color: #000; font-weight: 400; } 
body.single-product .products .product .xtra-product-icons{ opacity: 1 !important; /* right: 0 !important; */ } 
body.single-product ul.products li.product .star-rating { display: none; } 
/* body.woocommerce-shop .add_to_cart_button { display: none !important; }  */
body.single-product .cz_tabs_nav.clr .clr a.cz_tab_a { padding: 3px 12px !important; margin: 0 !important; width: auto !important; font-size: 12px !important; line-height: 20px !important; border-radius: 0 !important; text-transform: uppercase; font-weight: 500 !important; color: #000 !important; border: 1px solid #000; } 
body.single-product .cz_tabs_nav.clr .clr a.cz_tab_a:hover{ color: #fff !important; background-color: #000 !important; } 
/* body.woocommerce-shop .product_type_simple{ display: none !important; }  */
body.single-product .add_to_cart_button { padding: 5px 10px !important; position: unset !important; transform: unset !important; }
body.single-product .cz_tabs_nav.clr .clr a.cz_tab_a.cz_active { color: #fff !important; background-color: #000 !important; } 
body.single-product .cz_tabs_nav.clr .clr { display: flex; justify-content: center; gap: 20px; }
body.single-product ul.products { display: flex; flex-wrap: wrap; gap: 15px; } 
body.single-product ul.products li.product { margin: 0 !important; width: calc(25% - 11.25px) !important; max-width: calc(25% - 11.25px) !important; float: unset !important; padding: 20px; box-sizing: border-box !important; border: 1px solid #dcdcdc; border-radius: 10px !important; }
body.single-product ul.products li.product .add_to_cart_button { opacity: 1 !important; margin: 5px 0 0 0 !important; display: flex; justify-self: self-start; font-size: 12px !important; gap: 0px !important; }
body.single-product ul.products li.product .add_to_cart_button::before { margin-right: 8px !important; }
body.single-product ul.products li.product:hover .add_to_cart_button { background-color: #000 !important; color: #fff !important;} 
body.single-product ul.products li.product .woocommerce-loop-product__link { padding: 0 !important; margin: 0 !important; }
body.single-product.woocommerce div.product .woocommerce-tabs .panel { color: #000 !important; }



.xtra-wishlist ul.products { display: flex; flex-wrap: wrap; gap: 15px; } 
.xtra-wishlist ul.products li.product { margin: 0 !important; width: calc(25% - 11.25px) !important; max-width: calc(25% - 11.25px) !important; float: unset !important; box-sizing: border-box; border: 1px solid #dcdcdc; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; padding: 20px; }
.xtra-wishlist ul.products li.product .add_to_cart_button { opacity: 1 !important; margin: 5px 0 0 0 !important; display: flex; justify-self: self-start; font-size: 12px !important; gap: 0px !important; }
.xtra-wishlist ul.products li.product .add_to_cart_button::before { margin-right: 8px !important; }
.xtra-wishlist ul.products li.product:hover .add_to_cart_button { background-color: #000 !important; color: #fff !important;} 
.xtra-wishlist ul.products:before,body.tax-product_cat ul.products:after { content: unset; } 
.xtra-wishlist  h2.woocommerce-loop-product__title { margin: 0 !important; padding: 0 !important; background: transparent !important; position: unset !important; font-size: 14px !important; text-align: left !important; color: #1f2937 !important; font-weight: 500 !important; } 
.xtra-wishlist span.price { margin: 0 !important; padding: 0 !important; color: inherit !important; font-weight: normal !important; font-size: 13px !important; position: unset !important; text-align: left !important; transform: unset !important; display: block !important; line-height: 20px; } 
.xtra-wishlist .products .product .xtra-product-icons { opacity: 1 !important; right: 10px !important; background: transparent; margin: 0; border-radius: 0; /* padding: 0 !important; */ top: 10px; transform: unset; display: flex; flex-direction: column; gap: 10px; } 
.xtra-wishlist span.onsale { color: #000 !important; } 
.xtra-wishlist .products .product .xtra-product-icons i { padding: 0 !important; } 
.xtra-wishlist .products .product .xtra-product-icons i::before { color: #000; font-weight: 400; } 
.xtra-wishlist .products .product .xtra-product-icons{ opacity: 1 !important; /* right: 0 !important; */ } 
.xtra-wishlist ul.products li.product .star-rating { display: none; } 
/* body.woocommerce-shop .add_to_cart_button { display: none !important; }  */
.xtra-wishlist .cz_tabs_nav.clr .clr a.cz_tab_a { padding: 3px 12px !important; margin: 0 !important; width: auto !important; font-size: 12px !important; line-height: 20px !important; border-radius: 0 !important; text-transform: uppercase; font-weight: 500 !important; color: #000 !important; border: 1px solid #000; } 
.xtra-wishlist .cz_tabs_nav.clr .clr a.cz_tab_a:hover{ color: #fff !important; background-color: #000 !important; } 
/* body.woocommerce-shop .product_type_simple{ display: none !important; }  */
.xtra-wishlist .add_to_cart_button { padding: 5px 10px !important; position: unset !important; transform: unset !important; }
.xtra-wishlist .cz_tabs_nav.clr .clr a.cz_tab_a.cz_active { color: #fff !important; background-color: #000 !important; } 
.xtra-wishlist .cz_tabs_nav.clr .clr { display: flex; justify-content: center; gap: 20px; }
.xtra-wishlist ul.products li.product .xtra-remove-from-wishlist { width: 20px; height: 20px; padding: 0 !important; right: -5px !important; top: -10px !important; display: flex; align-items: center; justify-content: center; background: #000; }

.woocommerce .cart .xtra-product-icons-wishlist:hover{
    background-color: #000 !important;
}
form.search_not_found button:hover {
    background: transparent !important;
}
nav.navigation.pagination .nav-links span.page-numbers.current {
    background: #000 !important;
}
nav.navigation.pagination .nav-links a.page-numbers:hover{
    background: #000 !important;
}
.single-post .next_prev .previous:hover i,.single-post .next_prev .next:hover i {
    color: #ffffff !important;
    background-color: #000000 !important;
}

/* 30-sep-2025 css end here */
/* 1-oct-2025 css start here */
.marq-mainDivBanner { position: absolute; bottom: 32px; left: 0; width: 100%; background: #000000a6; display: inline-flex;} 
.marq-mainDivBanner .for-contentMarwuee { display: inline-flex; gap: 10px; padding: 3px 0; }
.marq-mainDivBanner .for-contentMarwuee p { text-transform: uppercase; margin: 0 !important; font-size: 12px; line-height: 18px; color: #fff; font-weight: 400; }

.marq-mainDivBanner {
  width: 100%; /* Or a specific width */
  overflow: hidden; /* Hides content outside the container */
  white-space: nowrap; /* Prevents text from wrapping */
}

.for-contentMarwuee {
  display: inline-flex;          /* line up <p> side by side */
  animation: marquee 25s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%); /* start off right side */
  }
  100% {
    transform: translateX(-100%); /* move all the way left */
  }
}
.quantity .quantity-down:hover { background-color: #000001 !important; } 
.quantity .quantity-up:hover { background-color: #000001 !important; } 
h1.product_title.entry-title { color: #000 !important; } 
.breadcrumbs { padding: 10px 0 !important; } 
.home-banner-sec { max-width: 1280px !important; overflow: hidden; left: unset !important; width: 100% !important; } 
.last-chTrdSty-section{ max-width: 1280px !important; overflow: hidden; left: unset !important; width: 100% !important; }
.featured-cateSection .elementor-widget-wrap .cz_title_content { margin-bottom: 30px !important; }
/* 1-oct-2025 css end here */
/* 3-oct-2025 css start here */

.xtra-fixed-mobile-nav a[title="New"] i { display: none; }
.xtra-fixed-mobile-nav a i { margin: 0 !important; }
.xtra-fixed-mobile-nav a[title="New"] span { display: block !important; font-weight: 400; font-size: 16px; line-height: 20px; text-transform: uppercase;}
.xtra-fixed-mobile-nav a[title="New"].xtra-active span { font-weight: 700; }
/* 3-oct-2025 css end here */


@media (max-width:1200px){
.featured-categories-grid .category-box { width: calc(25% - 3.75px) !important; } 
.new_products_sec ul.products li.product { width: calc(25% - 3.75px) !important; max-width: calc(25% - 3.75px) !important; margin: 0 !important;}
.row { width: 95% !important; padding: 0; }
.cz_wpe_content h2 { font-size: 32px !important; line-height: 40px !important; }
/* .cz_title_shape_outline { width: 90px !important; height: 90px !important; } */
body.single-product ul.products li.product { margin: 0 !important; width: calc(33.33% - 10px) !important; max-width: calc(33.33% - 10px) !important; }
body.woocommerce-shop ul.products li.product { margin: 0 !important; width: calc(33.33% - 10px) !important; max-width: calc(33.33% - 10px) !important; }
body.single-product ul.products li.product { margin: 0; width: calc(33.33% - 3.33px) !important; max-width: calc(33.33% - 3.33px) !important; }
body.tax-product_cat ul.products li.product { margin: 0 !important; width: calc(33.33% - 10px) !important; max-width: calc(33.33% - 10px) !important; }
.xtra-wishlist ul.products li.product { width: calc(33.33% - 10px) !important; max-width: calc(33.33% - 10px) !important; }
}
@media (max-width:1024px){
.sf-menu > .cz > a { margin: 0 15px 0 0 !important; }
.contact-detailDivMain { display: flex; gap: 10px; flex-wrap: wrap; } 
.contact-detailDivMain .detail-SupPhAdDiv { width: calc(33.33% - 6.66px) !important; margin: 0 !important; } 
.contact-detailDivMain .elementor-element-populated { display: flex; flex-wrap: wrap; gap: 10px; } 
.map-divFormContact { width: 100% !important; }
}
@media (max-width:991px){
    body.single-product ul.products li.product { padding: 15px; }
.s9.col_not_first { width: 100% !important; } 
.s3.col_first { width: 100% !important; } 
.onSticky .logo_header_5_left_16 .logo_is_img img { width: 140px !important; } 
.cz_title.tac .cz_title_content { margin-bottom: 30px !important; } 
.new_products_sec .cz_tabs_nav.clr .clr { gap: 10px; } 
.cz_tabs .cz_tab { margin: 10px 0 0 0 !important; } 
.page_content .col.s8 { width: 100% !important; } 
.page_content .col.s4.sidebar_primary { width: 100% !important; margin: 0 !important; }
.contact-detailDivMain .detail-SupPhAdDiv { width: calc(50% - 5px) !important; margin: 0 !important; }
.cat-ourProdMainDiv  .cz_title.tac .cz_title_content { margin-bottom: 30px !important; padding-bottom: 30px !important; }

}
@media (max-width:767px){
    .new_products_sec  .cz_tab {
    padding-top: 30px !important;
}
    .cat-ourProdMainDiv  .cz_title.tac .cz_title_content { padding-bottom: 0 !important; }
body.single-product ul.products li.product { width: calc(50% - 7.5px) !important; max-width: calc(50% - 7.5px) !important; }
.contact-detailDivMain .detail-SupPhAdDiv { width: calc(33.33% - 6.66px) !important; margin: 0 !important; } 
ul.wpfFilterVerScroll { text-align: left !important; } 
.wpfFilterWrapper label { margin: 0; text-align: left !important; } 
.wpfFilterWrapper .wpfFilterTitle { cursor: pointer; display: flex; justify-content: space-between; }
.tax-product_cat ul.products li.product { margin: 0 !important; width: calc(50% - 2.5px) !important; max-width: calc(50% - 2.5px) !important; }
body.woocommerce-shop ul.products li.product { margin: 0 !important; width: calc(50% - 7.5px) !important; max-width: calc(50% - 7.5px) !important; }
.content.clr h1.page-title { font-size: 30px; line-height: 40px; }
.logo_is_img a img { width: auto; height: 30px; } 
.cz_wpe_content h2 { font-size: 26px !important; line-height: 34px !important; } 
.cz_tabs .cz_tab { margin: 0 !important; } 
.featured-categories-grid .category-box { width: calc(33.33% - 3.33px) !important; } 
.new_products_sec ul.products li.product { width: calc(50% - 2.5px) !important; max-width: calc(50% - 2.5px) !important; margin: 0 !important; } 
.elms_left .inner_shop_cart_header_4_left_0 { margin-top: 20px !important; } 
.cz_cart span.cz_cart_count { border: 1px solid rgba(0, 0, 0, 0.4); right: 0 !important; }
.xtra-wishlist ul.products li.product { width: calc(50% - 7.5px) !important; max-width: calc(50% - 7.5px) !important; }
h1.section_title { font-size: 30px; line-height: 40px; }
body.tax-product_cat ul.products li.product { margin: 0 !important; width: calc(50% - 7.5px) !important; max-width: calc(50% - 7.5px) !important; }
.cz_title_shape_outline { display: none; }
.cz_tabs > select { margin: 20px 0 10px; }
.featured-cateSection .elementor-widget-wrap { padding: 0 0 20px 0 !important; }
.featured-cateSection .elementor-widget-wrap .cz_title_content { margin-bottom: 0px !important; }
.cat-ourProdMainDiv .cz_title.tac .cz_title_content {
    margin-bottom: 50px !important;
    /* padding-bottom: 20px !important; */
}
.new_products_sec .elementor-widget-wrap {
    padding: 10px !important;
}
.new_products_sec  .cz_tab { padding-top: 30px !important; }
}
@media (max-width:575px){
.contact-detailDivMain .detail-SupPhAdDiv {
    width: 100% !important;
    margin: 0 !important;
}
body.single-product ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
}

}
@media (max-width:500px){
.cz_sl_icon svg { width: 60px; height: 60px; }
}
@media (max-width:480px){
    .new_products_sec  .cz_tab {
    padding-top: 20px !important;
}
    .new_products_sec .elementor-widget-wrap { padding: 0 !important; }
.marq-mainDivBanner { bottom: 14px; }
.featured-categories-grid .category-box { width: calc(50% - 2.5px) !important; }
.sidebar_offcanvas_area .subcat-item a img { width: 50px; height: 50px; border-radius: 0; margin: 0 !important; }
.sidebar_offcanvas_area .subcat-item a { font-size: 14px !important; }
body.woocommerce-shop ul.products li.product { width: 100% !important; max-width: 100% !important; }
body.tax-product_cat ul.products li.product { width: 100% !important; max-width: 100% !important; }
.xtra-wishlist ul.products li.product { width: 100% !important; max-width: 100% !important; }

}
