/* Add custom CSS styles below */ 
.product-single .p-block--features .p--features__item:nth-of-type(1) h3,
.product-single .p-block--features .p--features__item:nth-of-type(3) h3{
  font-size: 0px;
  color: #fff;
}

.product-single .p-block--features .p--features__item:nth-of-type(1) h3::after{
  content: ' توصيل مجاني للمشتريات فوق 199 ريال ';
  color: #1f2937;
  font-size: 14px;
  margin-right: 5px;
}

.product-single .p-block--features .p--features__item:nth-of-type(3) h3::after{
  content: 'شاركوا ولكم نسبة 10% في التسويق بالعمولة';
  color: #1f2937;
  font-size: 14px;
  margin-right: 5px;
}