@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.dhakaiyamart.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.3.1") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:rgb(30,115,190);
	background-image: url(https://www.dhakaiyamart.com/wp-content/uploads/2021/10/grocery-popup.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:rgb(30,115,190);
	background-image: url(https://www.dhakaiyamart.com/wp-content/uploads/2021/10/grocery-page-title.jpg);
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(55,56,57);
	background-image: none;
}

:root{
--wd-text-font:"Inter", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Yantramanav", Arial, Helvetica, sans-serif;
--wd-title-font-weight:500;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Yantramanav", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Yantramanav", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:500;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Inter", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:500;
--wd-header-el-transform:none;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(209,44,44);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(209,44,44);
}
:root{
--btn-accented-bgcolor-hover:rgb(191,40,40);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
							--btn-default-bottom-active: -1px;
				--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
					--wd-brd-radius: 0px;
		
			}

	
	
			:root{
			--wd-container-w: 1510px;
		}
	
			@media (min-width: 1527px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1510px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
@media (min-width: 1025px) {
	/* =========================
   Horizontal Scroll Slider
========================= */

.wd-carousel-container .owl-stage-outer{
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scrollbar-width:none !important;
    -ms-overflow-style:none !important;
}

.wd-carousel-container .owl-stage-outer::-webkit-scrollbar{
    display:none !important;
}

.wd-carousel-container .owl-stage{
    display:flex !important;
    width:max-content !important;
    transform:none !important;
}

.owl-nav,
.owl-dots{
    display:none !important;
}


/* =========================
   Arogga Style Product Card
========================= */

.products .product-wrapper{
    background:#fff;
    border-radius:12px;
    padding:12px;
    transition:0.3s;
    min-height:360px;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.products .product-wrapper:hover{
    transform:translateY(-3px);
}

.products .product-element-top img{
    width:100%;
    height:180px;
    object-fit:contain;
}

.products .wd-entities-title{
    font-size:14px;
    line-height:20px;
    min-height:40px;
}

.products .price{
    font-size:18px;
    font-weight:700;
}

.products del{
    color:#999;
    font-size:13px;
}

.products .add_to_cart_button{
    width:100%;
    border-radius:8px;
    min-height:40px;
}

NEW-1.........................................................................

/* Add to Cart + Quantity FIX - Desktop Only (WoodMart) */

@media (min-width:1024px){

/* Cart wrapper fix */
.products .cart,
.products .product .cart,
.products .product-footer{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
}

/* Add to cart button (LEFT - ADD text) */
.products .add_to_cart_button{
    flex:1 !important;
    height:40px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:8px !important;
    font-weight:600 !important;
    text-transform:uppercase;
}

/* Quantity wrapper (RIGHT side) */
.products .quantity{
    display:flex !important;
    align-items:center !important;
    border:1px solid #ddd !important;
    border-radius:8px !important;
    overflow:hidden !important;
    height:40px !important;
}

/* input box */
.products .quantity input{
    width:40px !important;
    text-align:center !important;
    border:none !important;
    outline:none !important;
}

/* plus minus */
.products .quantity .plus,
.products .quantity .minus{
    width:30px !important;
    height:40px !important;
    background:#f5f5f5 !important;
    border:none !important;
    cursor:pointer !important;
    font-size:16px !important;
}

}
}

@media (max-width: 576px) {
	/* Mobile: See All Button */
.title-link {
    border: 1px solid #e1e1e1;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #333;
}

/* Mobile: Product ADD Button */
.wd-add-btn > a {
    border: 1.2px solid #00798c !important;
    background-color: transparent !important;
    color: #00798c !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    min-width: 50px;
    display: flex;
    justify-content: center;
}

/* Mobile-e horizontal scroll jeno thik thake */
.wd-products-with-results {
    overflow: hidden !important;
}
}

