/* Add custom CSS styles below */ 
/* إخفاء الكمية في صفحة المنتج */
.quantity,
.product-quantity,
.quantity-selector,
.qty,
input[type="number"],
label[for*="quantity"],
[class*="quantity"] {
  display: none !important;
}
/* إخفاء شارة "نفذت الكمية" */
.badge--out-of-stock,
.out-of-stock,
.sold-out,
[class*="sold"],
[class*="out-of-stock"],
[class*="نفذت"]{
  display: none !important;
}

#rehla-form > div:nth-child(3) > input{
	display: flex !important;
}


#rehla-form > div:nth-child(1) > label, #rehla-form > div:nth-child(3) > label {
  font-size: 0 !important;
}

#rehla-form > div:nth-child(1) > label::after {
    content: "الاسم";
      font-size: 15px !important;
      display: inline-block !important;
}

#rehla-form > div:nth-child(3) > label::after {
    content: "رقم الجوال";
    font-size: 15px !important;
    display: inline-block !important;
}
html[lang="en"] #rehla-form > div:nth-child(1) > label::after {
    content: "Name";
    font-size: 15px !important;
    display: inline-block !important;
}

html[lang="en"] #rehla-form > div:nth-child(3) > label::after {
    content: "Mobile Number";
    font-size: 15px !important;
    display: inline-block !important;
}
html[lang="en"] #rehla-form > div:nth-child(2) > label::after {
    content: "Email Address";
    font-size: 15px !important;
    display: inline-block !important;
}

html[lang="en"] #rehla-form > div:nth-child(2) > label {
    font-size: 0 !important; 
}

html[lang="en"] #rehla-form > div:nth-child(2) > label::after {
    content: "Email Address";
    font-size: 15px;
    display: inline-block;
}

html[lang="en"] #rehla-form > div:nth-child(4) > label {
    font-size: 0 !important;
}

html[lang="en"] #rehla-form > div:nth-child(4) > label::after {
    content: "Your Message";
    font-size: 15px;
    display: inline-block;
}