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

:root {
	--wd-text-font: "IRANSansWeb_FaNum_Medium", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "IRANSansWeb_FaNum_Medium", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "IRANSansWeb_FaNum_Medium", 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: "IRANSansWeb_FaNum_Medium", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "IRANSansWeb_FaNum_Medium", 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: "IRANSansWeb_FaNum_Medium", 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,191,97);
	--wd-alternative-color: rgb(255,191,97);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--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;
}
.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;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(96,86,120);
	background-image: none;
}
.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: #333;
--btn-default-color-hover: #333;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--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;
}
}


.text-left {

text-align : left;
}

.wd-nav .wd-nav-main .wd-style-underline .wd-gap-l {
font-size:50px !important ;
}

.wd-toolbar {
display:none !important;

}

.wp-block-image{
  display: flex;
  justify-content: center;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text {
   
    font-size: large !important;
}
.shoraka{
	display: flex !important;
	  height: 200px;
 align-items: center !important;
}
.wd-sticky-social .wd-icon {
    width: 40px;
    font-size: 24px !important;
    line-height: 40px;
}

.wd-social-icons.icons-size-default .wd-icon {
    font-size: 22px !important;
    line-height: 40px;
}

.wd-social-icons:is(.icons-size-small,.icons-size-) .wd-icon {
    font-size: 22px !important;
    line-height: 30px;
}



............/* استایل کلی فرم */
.wpcf7 form {
  direction: rtl;
  text-align: right;
  font-family: "IRANSans", Tahoma, sans-serif;
  max-width: 600px;
  margin: 30px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(96, 86, 120, 0.15);
}

/* لیبل‌ها */
.wpcf7 form label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #605678;
}

/* فیلدهای ورودی */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1.5px solid #d6c9f0;
  border-radius: 12px;
  background: #faf9fc;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

/* افکت هاور و فوکوس روی فیلدها */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 8px rgba(124, 58, 237, 0.4);
  background: #fff;
  outline: none;
}

/* دکمه ثبت */
.wpcf7 input[type="submit"] {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(124, 58, 237, 0.3);
}

/* افکت هاور دکمه */
.wpcf7 input[type="submit"]:hover {
  background: linear-gradient(135deg, #9333ea, #7c3aed);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.5);
}
.aaaa .wpcf7 fieldset{
display: none !important;
}

/* استایل برای فیلدهای ورودی */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%; /* عرض کامل */
    box-sizing: border-box; /* حاشیه داخل محاسبه بشه */
    padding: 12px 15px; 
    font-size: 15px; 
    line-height: 1.5; 
    border-radius: 12px;
}

/* placeholder درست و کامل نشون داده بشه */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select {
    font-size: 15px;
    color: #999;
    line-height: 1.5;
}

