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

:root {
	--wd-text-font: "Peyda", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 18px;
	--wd-title-font: "Peyda-SB", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Peyda-M", 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%);
	--wd-alternative-font: "Peyda_T", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Peyda-SB", 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: "Peyda-SB", 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(23,126,148);
	--wd-alternative-color: rgb(32,30,30);
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(23,126,148);
	--btn-default-bgcolor: rgb(255,255,255);
	--btn-default-bgcolor-hover: rgb(0,0,0);
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.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: rgb(23,126,148);
	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: #333;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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


@font-face {
	font-family: "Peyda";
	src: url("//tezhe.org/wp-content/uploads/2025/09/PeydaWebFaNum-Regular.woff2") format("woff2"), 
url("//tezhe.org/wp-content/uploads/2025/09/PeydaWebFaNum-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Peyda-M";
	src: url("//tezhe.org/wp-content/uploads/2025/09/PeydaWebFaNum-Medium.woff2") format("woff2"), 
url("//tezhe.org/wp-content/uploads/2025/09/PeydaWebFaNum-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Peyda_T";
	src: url("//tezhe.org/wp-content/uploads/2025/09/PeydaWebFaNum-Thin.woff2") format("woff2"), 
url("//tezhe.org/wp-content/uploads/2025/09/PeydaWebFaNum-Thin.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Peyda-SB";
	src: url("//tezhe.org/wp-content/uploads/2025/09/PeydaWebFaNum-SemiBold.woff2") format("woff2"), 
url("//tezhe.org/wp-content/uploads/2025/09/PeydaWebFaNum-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;600&display=swap');
.support-banner {
	dir:rtl;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #f56b1d;
  border-radius: 50px;
  padding: 10px 25px;
  color: #fff;
  font-size: 17px;
  gap: 20px;
  width: fit-content;
}

.fa-solid .fa-phone .icon{
	font-size:14px;
}

.contact-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  font-weight: 600;
}

.contact-box .email {
  background: #fff;
  color: #f56b1d;
  padding: 10px 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.contact-box .phone {
  background: #4b4b4b;
  color: #fff;
  padding: 10px 20px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon {
  font-size: 20px;
  transform: rotate(25deg);
}
