/* Typography — Yekan Bakh FaNum via abzarwp fonts */
* {
  box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}

body {
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif !important;
  font-size: 16px;
  color: #646464;
}

/* WOODMART STYLES
---------------------------------------------------------------------------------------------------- */
div:where(.elementor-location-header) {
    margin-bottom: 0 !important;
}

.wd-content-layout {
    padding-block: 0 !important;
}

.text-left {
    --text-align: right !important;
}

.product-labels .out-of-stock {
    max-width: 60px !important;
    background-color: #fee6dd !important;
    min-height: 40px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
}

span.price-label {
    color: #201c70;
    font-size: 14px;
}

.wd-product .price {
    display: flex !important;
    gap: 20px;
    justify-content: center;
}

.single-product span.price-label {
    font-size: 14px;
}

.wd-content-area.site-content {
    margin-top: 0 !important;
}



/* WOODMART STYLES popup
---------------------------------------------------------------------------------------------------- */
.popup-added_to_cart h3 {
    font-family: 'Yekan Bakh FaNum';
    font-size: 19px !important;
}
.wd-popup-slide-from-left.mfp-ready .wd-popup {
    border-radius:10px;
}
a.btn.view-cart {
    background-color: #F15921;
    border-radius: 10px;
}
a.btn.close-popup {
    border-radius: 10px;
}
.popup-added_to_cart .view-cart:hover {
    background-color: #F15921 !important;
}



@media (max-width: 767px) {
    .wd-content-layout {
        padding-inline: 0 !important;
    }
    .added-to-cart {
		display: flex;
		flex-direction: column;
	}
	a.btn.close-popup {
		order:1;
	}
	
	.wd-product .price {
        flex-direction: column;
        gap: 10px;
    }
}
/* WOODMART STYLES
---------------------------------------------------------------------------------------------------- */
.wd-entities-title a {
    color: #201c70;
    font-weight: 600;
}
.wd-product :is(.wd-product-cats,.wd-product-brands-links) {	display:none;
}
a.wd-entities-title:hover, .wd-entities-title a:hover {
    color:#201c70;}

/* WOODMART STYLES
---------------------------------------------------------------------------------------------------- */
.elementor-menu-cart__subtotal {
	bottom: 140px;
	color: #181554;
	border: none;
    WIDTH: auto;
	padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
