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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//hakimeto.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//hakimeto.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//hakimeto.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//hakimeto.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//hakimeto.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//hakimeto.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//hakimeto.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//hakimeto.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "IRANSansXFaNum", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "IRANSansXFaNum", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(91,91,91);
	--wd-entities-title-font: "IRANSansXFaNum", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(91,91,91);
	--wd-entities-title-color-hover: rgb(254, 209, 0);
	--wd-alternative-font: "IRANSansXFaNum", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "IRANSansXFaNum", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(94,94,94);
	--wd-widget-title-font-size: 15px;
	--wd-header-el-font: "IRANSansXFaNum", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-brd-radius: 10px;
	--wd-primary-color: rgb(254,209,0);
	--wd-alternative-color: rgb(246,65,45);
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(254,209,0);
	--btn-default-bgcolor: rgb(254,209,0);
	--btn-default-bgcolor-hover: rgb(237,181,0);
	--btn-accented-bgcolor: rgb(254,209,0);
	--btn-accented-bgcolor-hover: rgb(237,181,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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(255,255,255);
	color: rgb(40,40,40);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1300px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--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;
}

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

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


.price, .woocommerce-Price-amount {
    color: #ff6600 !important;
}

.price ins {
    color: #ff6600 !important;
}

.price del {
    color: #999 !important;
}@media (max-width: 576px) {
	@media (max-width: 767px) {

  /* Make sure product card and its children can grow and are not clipped */
  .product-grid-item,
  .product-grid-item .product-wrapper,
  .product-grid-item .product-element-top,
  .product-grid-item .product-element-bottom,
  .wd-product,
  .wd-product .product-wrapper {
    overflow: visible !important;
    height: auto !important;
    min-height: 0 !important;
    transform: none !important;
  }

  /* Ensure price block is visible and above overlays */
  .product-grid-item .price,
  .product-grid-item .product-element-bottom .price,
  .wd-product .price,
  .woocommerce-Price-amount {
    white-space: normal !important;
    overflow: visible !important;
    height: auto !important;
    line-height: 1.15 !important;
    display: inline-block !important;
    position: relative !important;
    z-index: 99999 !important;
    margin-bottom: 6px !important;
  }

  /* Raise price above any overlay */
  .product-grid-item .product-element-bottom,
  .product-grid-item .price {
    z-index: 99998 !important;
    position: relative !important;
  }

  /* Prevent pseudo-elements or overlays from covering price */
  .product-grid-item::before,
  .product-grid-item::after,
  .product-element-bottom::before,
  .product-element-bottom::after,
  .wd-product::before,
  .wd-product::after {
    display: none !important;
    content: none !important;
  }

  /* Move/resize the sale badge so it won't overlap the price */
  .product-grid-item .onsale,
  .product-grid-item .badge,
  .wd-product .onsale,
  .wd-sale-badge {
    top: 6px !important;
    right: 8px !important;
    transform: none !important;
    z-index: 999999 !important;
  }

  /* Give the bottom area more breathing room so price isn't cut */
  .product-grid-item .product-element-bottom {
    padding-bottom: 18px !important;
  }
}
}

