strong{
	    font-weight: 700;
}


/*//////استایل فرم ورود و ثبت نام سایت /////////*/



.form-login-web-style .form-row{
    width:100% !important;
}
.form-login-web-style {

  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.08);
  direction: rtl;
  font-family: "IRANSans", sans-serif;
}

.form-login-web-style h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
  color: #333;
  font-weight: bold;
}

.form-login-web-style label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

.form-login-web-style input.input-text {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  background: #fafafa !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
}

.form-login-web-style input.input-text:focus {
  border-color: #4a90e2 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(74,144,226,0.15) !important;
  outline: none !important;
}

.form-login-web-style p {
  margin-bottom: 18px !important;
  font-size: 13px !important;
  color: #555 !important;
}

.form-login-web-style .woocommerce-Button {
  width: 100% !important;
  padding: 14px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #4a90e2, #357ABD) !important;
  color: #fff !important;
  cursor: pointer !important;
  transition: 0.3s ease !important;
}

.form-login-web-style .woocommerce-Button:hover {
  background: linear-gradient(135deg, #357ABD, #2d639c) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.12) !important;
}

.form-login-web-style .required {
  color: #e63946 !important;
}





/* ////استایل ویژگی های کلی محصولات  */



/* استایل کلی جدول */
.woocommerce-product-attributes {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-family: "IRANSans", sans-serif;
    font-size: 14px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* ردیف‌ها */
.woocommerce-product-attributes tr {
    border-bottom: 1px solid #eee;
}

/* آخرین ردیف بدون خط پایین */
.woocommerce-product-attributes tr:last-child {
    border-bottom: none;
}

.woocommerce-product-attributes tr td{
	font-style: normal !important;
	padding-right: 6px !important
}

/* ستون عنوان */
.woocommerce-product-attributes-item__label {
    background: #f9f9f9;
    color: #333;
    font-weight: 600;
    padding: 12px 15px;
    text-align: right;
    width: 30%;
}

/* ستون مقدار */
.woocommerce-product-attributes-item__value {
    padding: 12px 15px;
    color: #555;
    line-height: 1.6;
}

/* متن داخل ستون مقدار */
.woocommerce-product-attributes-item__value p {
    margin: 0;
}

/* حالت هاور روی ردیف */
.woocommerce-product-attributes tr:hover {
    background: #fafafa;
    transition: background 0.2s ease;
}





/* /////استایل بخش نقد و بررسی محصولات //// */



/* کل بخش نقد و بررسی */
.woocommerce-Reviews {
 
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
  
    font-family: "IRANSans", sans-serif;
}

/* عنوان اصلی */
.woocommerce-Reviews-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    border-right: 4px solid #ff9800;
    padding-right: 10px;
}

/* پیام بدون دیدگاه */
.woocommerce-noreviews {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 8px;
}

/* فرم نقد و بررسی */
#review_form_wrapper {
    margin-top: 20px;
}

.comment-reply-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #444;
}

/* لیبل‌ها */
.comment-form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #555;
}

/* ورودی‌ها و تکست‌اریا */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* حالت فوکوس */
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #ff9800;
    box-shadow: 0 0 6px rgba(255,152,0,0.2);
    outline: none;
}

/* چک‌باکس */
.comment-form-cookies-consent {
    margin: 12px 0;
    font-size: 13px;
    color: #666;
}
.comment-form-cookies-consent input {
    margin-left: 6px;
}

/* دکمه ارسال */
#submit.submit {
    background: linear-gradient(135deg, #ff9800, #ff6f00);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#submit.submit:hover {
    background: linear-gradient(135deg, #ff6f00, #e65100);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}


/* تنظیمات برای موبایل */
@media (max-width: 768px) {

  .woocommerce-Reviews {
    padding: 15px;
    margin-top: 20px;
  }

  .woocommerce-Reviews-title {
    font-size: 16px;
    margin-bottom: 15px;
    border-right: 3px solid #ff9800;
    padding-right: 8px;
  }

  .woocommerce-noreviews {
    font-size: 13px;
    padding: 8px 12px;
  }

  .comment-reply-title {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .comment-form label {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form textarea {
    font-size: 13px;
    padding: 8px 10px;
  }

  #submit.submit {
    font-size: 14px;
    padding: 8px 18px;
  }
}





/* ////استایل بردکرامب رنک مث/// */



.rank-math-breadcrumb {
  font-size: 14px;
}

.rank-math-breadcrumb p {
  margin: 0;
}

.rank-math-breadcrumb a {
  color: #0077cc; /* رنگ لینک */
	
  text-decoration: none;
  font-weight: 800;
  transition: color 0.3s ease;
}

.rank-math-breadcrumb a:hover {
  color: #005999; /* هاور لینک */
}

.rank-math-breadcrumb .separator {
  margin: 0 8px;
  color: #fff;
}

.rank-math-breadcrumb .last {
  color: #ddd;
  font-weight: 600;
}




/* /////استایل پیام اقزودن به سبد خرید //// */


.woocommerce-MyAccount-content .woocommerce-notices-wrapper{
		background-image: none;
		padding: 0px;

}
.woocommerce-notices-wrapper{
	background-image: url(https://bealavehfood.ir/wp-content/uploads/2025/08/background-9.jpg);
    margin: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	padding: 20px;
}

.woocommerce-notices-wrapper .woocommerce-message{
margin: 0;
    border-radius: 21px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, .2);
	background: #ccdfce;
    color: #359B41;
    font-weight: bold;
}
.woocommerce-notices-wrapper .woocommerce-message a{
	background: #359B41;
    border-radius: 10px;
    color: #fff;
}


.woocommerce-notices-wrapper .woocommerce-error {
    margin: 0;
    border-radius: 21px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, .2);
    background: #f8d7da; /* پس‌زمینه قرمز ملایم */
    color: #b71c1c;      /* متن قرمز تیره */
    font-weight: bold;
}
.woocommerce-notices-wrapper .woocommerce-error  a{
	    background: red;
    border-radius: 10px;
    color: #fff;
}



/* ///////////////////////استایل برد کرامب ووکامرس ////////////////// */

/* استایل کلی */
.woocommerce-breadcrumb {
    
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #555 !important;
    background: #f9f9f9 !important;
    padding: 10px 16px !important;
    border-radius: 12px !important;
    display: inline-block !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
    direction: rtl !important;
}

.woocommerce-breadcrumb a{
	color: #FF892B !important;
    font-weight: 700 !important;
	transition: all .3s;
}
.woocommerce-breadcrumb a:hover{
	color: #000 !important;
  
}

