/* Written and developed by Naeime abbasi - WPHelper */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= font - start =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/iranyekanwebthinfanum.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/iranyekanweblightfanum.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/iranyekanwebregularfanum.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/iranyekanwebmediumfanum.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/iranyekanwebboldfanum.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 700;
	src: url('fonts/iranyekanwebextraboldfanum.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 800;
	src: url('fonts/iranyekanwebblackfanum.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/iranyekanwebextrablackfanum.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

body, p, span, div, a, li, ul, h1, h2, h3, h4, h5, h6 {
    font-family: 'iranyekan', sans-serif !important;
}

/*h1,h2,h3,h4,h5,h6,p,ul,li,a,span,div{
	font-family: 'iranyekan' !important;
}*/

/************************ wphelper ************************/
.wph-neo {
  border-radius: 20px;
  background: rgba(54, 54, 54, 0.329); /* لایه شیشه‌ای نیمه شفاف */
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6),
              inset 0 0 30px rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.wph-neo:hover {
 border: 1px solid #58A6FF; /* تغییر رنگ بوردر */
  box-shadow: 0 6px 15px rgba(88,166,255,0.25), 
              0 4px 8px rgba(0,0,0,0.5); /* سایه خیلی ملایم */
  transform: translateY(-5px); /* حرکت 5px به بالا */
}
.wph-box-neo {
  border-radius: 20px;
  background: rgba(54, 54, 54, 0.329); /* لایه شیشه‌ای نیمه شفاف */
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6),
              inset 0 0 30px rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
/*logo */
.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-wrapper::before,
.slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px; /* عرض افکت */
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: rgba(13, 17, 23, 0.4); /* لایه شیشه‌ای نیمه شفاف */
  backdrop-filter: blur(10px) saturate(180%);
  -webkit-backdrop-filter: blur(10px) saturate(180%);
  
}

.slider-wrapper::before {
  left: 0;
  border-radius: 0 20px 20px 0; /* گردی سمت راست */
}

.slider-wrapper::after {
  right: 0;
  border-radius: 20px 0 0 20px; /* گردی سمت چپ */
}

span.elementor-heading-title a del {
    color: #bd5555;
}

/*فرم کراسنو */
.mreeir-form-wrapper .mreeir-logreg-form {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #848484;
    border-radius: 8px;
    padding: 20px 30px;
    margin: auto;
    background: rgba(54, 54, 54, 0.329);
    backdrop-filter: blur(10px) saturate(180%);
}
.mreeir-form-wrapper .mreeir-logreg-form .mreeir-element-wrapper.mreeir-form-title {
    color: #dadada !important;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.mreeir-form-wrapper .mreeir-logreg-form .mreeir-element-wrapper.mreeir-form-message {
    font-size: .8em;
    color: #dadada !important;
    margin-bottom: 16px;
    line-height: 25px;
    text-align: center;
}
.mreeir-form-wrapper .mreeir-logreg-form .mreeir-element-wrapper.mreeir-form-submit button {
    background: #396cb1 !important;
}
/* کدهای بلاگ */
.blog-head h2 {
    font-size: 26px;
    font-weight: 700;
	border-right: 4px solid #2F81F7;
    padding-right: 10px;
}
.blog-head h3 {
    font-size: 22px;
    font-weight: 600;
    border-right: 4px solid #2F81F7;
    padding-right: 10px;
}
.blog-head h4 {
    font-size: 18px;
    font-weight: 500;
    border-right: 4px solid #2F81F7;
    padding-right: 10px;
}
/*cart page & checkout*/
.product-name a, a.showcoupon {
    color: #447dd8 !important;
}
.product-name a:hover {
    color: #c7cacf;
}
a.checkout-button.button.alt.wc-forward, button#place_order {
    background-color: #2f81f7;
}
input#billing_first_name, input#billing_last_name, input#billing_phone, input#billing_email,textarea#order_comments {
    background: rgba(54, 54, 54, 0.329);
    backdrop-filter: blur(10px) saturate(180%);
    color: #fff;
	line-height: 1.7em;
}
.woocommerce-info {
    border-top-color: #1e85be;
    background: rgb(108 108 108 / 76%);
    backdrop-filter: blur(10px) saturate(180%);
    color: #fff;
}
th.product-quantity, td.product-quantity {
    display: none !important;
}
div#reviews {
    color: #fff;
}
/*product page */
.woocommerce #reviews #comments h2 {
    clear: none;
    display: none;
}
.woocommerce p.stars a {
    background-color: transparent;
    color: #f0eb1b;
}
textarea {
	background: rgba(54, 54, 54, 0.329);
    backdrop-filter: blur(10px) saturate(180%);
    color: #fff;
}
/*mini cart*/
.woocommerce-mini-cart__empty-message {
    background-image: url(https://www.tasvirpardaz.com/wp-content/uploads/2025/09/empty-cart-2.webp);
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    color: #eee;
}
span.quantity {
    color: #ccc;
}
cart__total.total {
    color: #58A6FF;
    text-align: center;
    margin: 30px 0px;
    padding: 10px;
    background-color: aliceblue;
    border-radius: 8px;
    font-size: 20px;
}
p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: space-between;
}
a.button.checkout.wc-forward {
    background-color: #58A6FF;
    color: #fff;
    padding: 10px 27px;
	border: 1px solid #58A6FF;
}
a.button.checkout.wc-forward:hover {
    background-color: #2088ff;
}
a.button.wc-forward {
    border: 1px solid #58A6FF;
    color: #58A6FF;
    background-color: #88888830;
}