@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//avaneed.com/wp-content/themes/woodmart/fonts/woodmart-font-2-700.woff2?v=8.2.2") format("woff2");
	font-display:swap;
}

:root {
	--wd-header-banner-h: 100px;
	--wd-text-font: IRansansX;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(89,89,89);
	--wd-text-font-size: 14px;
	--wd-title-font: IRansansX;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: IRansansX;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(89, 89, 89);
	--wd-alternative-font: IRansansX;
	--wd-widget-title-font: IRansansX;
	--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: IRansansX;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(245,150,30);
	--wd-alternative-color: rgb(0,134,134);
	--wd-link-color: rgb(245,150,30);
	--wd-link-color-hover: rgb(0,134,134);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(245,150,30);
	--btn-accented-bgcolor-hover: rgb(215,150,30);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(214,6,68);
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 650px;
	--wd-popup-padding: 10px;
}
.header-banner {
	background-color: rgba(255,255,255,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: inherit;
	background-position: center center;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 230px;
}
.wd-page-title {
	background-color: rgb(232,232,232);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #f4f4f4;
	background-image: none;
}
.product-labels .product-label.featured {
	background-color: rgb(0,102,191);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(209,41,0);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 130px;
	--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 45px;
	}

}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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: 5px;
}


rs-slides :is([data-type=text],[data-type=button]) {
font-family: IRansansX !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: IRansansX !important;
}

/*.datepicker-plot-area {
	display: none; /* Hides the entire date picker element by Maziar*
}*/
.woodmart-button-wrapper.inline-element {
    margin-bottom: 0px;
}
.promo-banner .banner-image img {
    border-radius: 15px;
}
.wd-hover-tiled {
    overflow: hidden;
    border-radius: 15px;
	background: #fff;
}
.product-grid-item .product-image-link {
    display: block;
    padding: 20px;
}
.labels-rectangular .product-label {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    margin-right: 5px;
}

/* Added by Farzad */
.brands-widget .brand-item img {
    max-height: 250px !important;
}
.single-product span.sku_wrapper {
display: none;
}

.aiosrs-rating-wrap div {
	margin-top: 10px;
}

.product.wd-hover-tiled .wd-product-countdown span {
	color: #E22D2D !important;
}

.wd-timer span {
	color: #E22D2D !important;
}

.wd-timer {
	direction: ltr !important;
}

.order-total .includes_tax {
    display: none;
}

.wd-entry-meta .meta-author {
    display: none;
}

.post-single-page .article-inner .meta-author {
    display: none;
}

.avaneed-content-box-middle-section {
  padding: 25px;
  border-radius: 16px 16px 16px 16px;
  background-color: #00868A;
  margin-top: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 33px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
	opacity: 0.8;
}

.avaneed-content-box-middle-button {
  position: relative;
  background-color: #F7941D !important;
  color: #fff !important;
  display: inline-flex;
  border: 1px solid #F7941D;
  gap: 11px;
  padding: .28125rem .75rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  margin-top: 12px;
  cursor: pointer;
}
.pdp-default {
	display: none !important;
}
