/* Add CSS here */
.deal-product .woo-products, .woo_categories_slider {
	margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers{border-radius:5px;}
.popup-drawer .product_list_widget{
	overflow-y: auto !important;
	bottom: 50px !important;
}
.popup-drawer .woocommerce-mini-cart__total.total{
	bottom: 82px !important;
}
.woocommerce-page div.product div.summary, .woocommerce div.product div.summary{
	width: 100% !important;
}
.woocommerce-page div.product .singleproduct-sidebar, .woocommerce div.product .singleproduct-sidebar{
	width: 20.4% !important;
}
body.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--global-palette3);
    color: var(--global-palette9);
}
.woocommerce ul.products.products-list-view li.product .entry-content-wrap{padding-block-end: 25px !important;}
.woocommerce.widget_product_categories > ul li .thebase-cat-toggle-sub, .woocommerce .wp-block-woocommerce-product-categories > ul li .thebase-cat-toggle-sub{padding-left:7px !important;}
@media screen and (max-width: 767px){
	body .tnp-widget-minimal input.tnp-email,body .tnp .tnp-email{
		width: 100% !important;
		border-end-end-radius: 50px !important;
		border-start-end-radius: 50px !important;
	}
}