/* Add custom CSS styles below */ 
#cartat_fwp > div:nth-child(1) {
    display: none !important;
}

/* لون الوصف */
.product__description.leading-7 p * {
  color: rgb(122, 121, 138) !important;
}
/* ulلو القائمة */
.product__description.leading-7 ul li * {
  color: rgb(122, 121, 138) !important;
}
/* لون الروابط */
.product__description.leading-7 ul li a {
    color: #0d6efd !important;
}

/* لون العناوين */
.product__description.leading-7 h2 * {
  color: rgb(74, 134, 232) !important;
}

.product__description.leading-7 h3 * {
  color: rgb(74, 134, 232) !important;
}