:root {
    --zank-light: #fff !important;
    --zank-primary: #8D2F4A !important;
    
    }
    
/*Global*/
    .zank-hint{background-color:var(--e-global-color-primary) !important;color:var(--e-global-color-secondary) !important;}
    .zank-hint::before{border-top-color:var(--e-global-color-primary) !important;}
    .main-logo{max-width:230px !important;}
    .btxtondark b, .btxtondark strong{color: #fff !important;}
    
    /*Menu*/
        header.zank-header-default{border-color: #f4bba5 !important;}
        .zank-header-top-menu-area ul li .submenu, .zank-header-top-menu-area ul li > .item-shortcode-wrapper{min-width:300 !important;}
/*Shop Page*/
    /*Sidebar*/
        body.woocommerce-shop #nt-sidebar, body.archive #nt-sidebar{width:21%;border-right: 1px solid #e2e2e2; margin-right: 15px; padding-right: 0;}
        body.woocommerce-shop #nt-sidebar .widget_product_categories .widget-list-span, body.archive #nt-sidebar .widget_product_categories .widget-list-span{left:90%;}
        body.woocommerce-shop #nt-sidebar .nt-sidebar-inner-widget a, body.archive #nt-sidebar .nt-sidebar-inner-widget a{display:inline-flex;width:80%;}
        body.woocommerce-shop #nt-sidebar .nt-sidebar-inner-widget .children li, body.archive #nt-sidebar .nt-sidebar-inner-widget .children li{margin-left:12px !important;}
        body.woocommerce-shop #nt-sidebar .nt-sidebar-inner-widget .product-categories span.subDropdown, body.archive #nt-sidebar .nt-sidebar-inner-widget .product-categories span.subDropdown{right:0 !important;}
    /*Pdt Block*/
        body.woocommerce-shop .zank-product-loop-inner, .woocommerce.zank-product-loop-inner{border:1px solid #e2e2e2;padding:2em;transition:background 0.3s, border 0.4s, border-radius 0.4s, box-shadow 0.4s;border-radius:16px;}
        body.woocommerce-shop .zank-product-loop-inner:hover, .woocommerce.zank-product-loop-inner:hover{box-shadow:0px 19px 16px -15px #111;border-radius:0px;border-color:var(--e-global-color-secondary);}
        body.woocommerce-shop .zank-product-name, .woocommerce.zank-product-loop-inner .zank-product-name{font-size:1.2em;line-height:1.3em;}
        body.woocommerce-shop .zank-price, .woocommerce.zank-product-loop-inner .zank-price{font-size:1.25em !important;color:var(--e-global-color-secondary) !important;}

/*Product Page*/ 
        /*image*/
            body.single .woocommerce-product-gallery__image.flex-active-slide {pointer-events: none !important;}    
            body.single .woocommerce-product-gallery__image, body.single .zank-zoom-wrapper {pointer-events: none;}
            body.single .zank-product-popup.small-popup {display:none;}
            body.single .zank-zoom-wrapper{border:1px solid #000;padding:3em;}
            body.single .zank-zoom-wrapper img{width:80%; margin:0 auto;}
            body.single .swiper-slide{}
        
        /*content*/
            body.single .zank-product-summary-inner{padding:0 4em;}
            body.single .zank-product-summary-inner .zank-wishlist-btn, .zank-wishlist-btn{background-color:transparent !important;border:0px solid var(--e-global-color-secondary);}
            body.single .zank-product-summary-inner .zank-wishlist-btn svg, .zank-wishlist-btn svg{fill:var(--e-global-color-secondary) !important;max-width:26px !important;max-height:26px !important;}
            body.single .zank-product-info-top .quantity{order:1;}
            body.single .zank-product-info-top .single_add_to_cart_button{order:2;}
            body.single .zank-product-info-top .zank-btn-buynow{order:3;}
            body.single .onbackorder .zank-product-info-top .zank-btn-buynow{display:none !important;}
            body.single .zank-product-info-top .product-after-cart-wrapper{order:4;}
			#nt-woo-single #reviews.cr-reviews-ajax-reviews{display: none;}
			body.single .gj_preporder_txt{border: 1px solid #8D2F4A2B;padding: 0.5rem 1rem;color: #8D2F4A;background: #F9CFBF21; margin: 15px 0 -1px 0;}
/*Blog*/
	.widget_zank_product_categories{display: none;}

/*Products module*/
   /* .hppdtgrid */
/* --------------------------NEW ADD- 24-1-24 ----------------*/
@media (max-width: 991.98px) {
body.woocommerce-shop #nt-sidebar, body.archive #nt-sidebar{width:85%;}
/*Global*/
		#qlwapp .qlwapp-toggle{margin-bottom:75px !important;}
}


@media (max-width: 767.98px) {
/*Sidebar*/
        body.woocommerce-shop #nt-sidebar, body.archive #nt-sidebar{width:85%;}
		body.woocommerce-shop .zank-product-loop-inner, .woocommerce.zank-product-loop-inner{padding:1em;}
/*Product Page*/ 
       /*content*/
        body.single .zank-product-summary-inner{padding:0 1em;}
	   .zank-swiper-slider-wrapper.has-thumbs{margin-bottom: 20px;}
	.main-logo{max-width:150px !important;}
	
}