@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//easydigimart.shop/wp-content/themes/THEME/fonts/woodmart-font-1-400.woff2?v=7.5.1") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(255,0,0);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: rgb(0,0,255);
	--wd-link-color-hover: rgb(0,31,209);
	--btn-default-font-weight: 600;
	--btn-default-bgcolor: rgb(247,247,247);
	--btn-default-bgcolor-hover: rgb(239,239,239);
	--btn-accented-bgcolor: rgb(255,0,0);
	--btn-accented-bgcolor-hover: rgb(139,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://easydigimart.shop/wp-content/uploads/2026/01/1741512203701-Strides_EID2_3-3-202500848.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(221,51,51);
	background-image: none;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.page .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Title center */
.wd-products .product .wd-entities-title,
.wd-products .product .product-title,
.wd-products .product h3 {
    width: 100% !important;
    text-align: center !important;
}

/* Price center */
.wd-products .product .price {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}




.single-product .single_add_to_cart_button {
    display: none !important;
}

/* FORCE quantity + buy now in same line */
.single-product .summary form.cart {
    display: flex !important;
    flex-wrap: nowrap !important;   /* ❌ wrap বন্ধ */
    gap: 10px;
    width: 100%;
    align-items: center;
}

/* Quantity */
.single-product .summary form.cart .quantity {
    flex: 0 0 auto;
    margin: 0 !important;
}

/* Buy Now button */
.single-product .summary .wd-buy-now-btn {
    flex: 1 1 auto;                 /* button বাকি জায়গা নেবে */
    width: auto !important;         /* ❌ 100% remove */
    white-space: nowrap;
}

/* Hide WoodMart checkout steps bar */
body.woocommerce-checkout .page-title,
body.woocommerce-checkout .wd-checkout-steps,
body.woocommerce-checkout .shop-title,
body.woocommerce-checkout .woocommerce-breadcrumb {
    display: none !important;
}
.uddokta-checkout-note {
    margin-top: 12px;
    padding: 12px 14px;
    background: #f6fff3;
    border: 1px solid #8bc34a;
    border-radius: 8px;
    font-size: 15px;
    color: #2e7d32;
		text-align: center;
}

