/* Add custom CSS styles below */ 
.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.store-footer,
.store-footer__inner {
    background: #137B73 !important;
}
/* إصلاح لون نص وصف المنتجات */
.product-description,
.product-description *,
.product-content,
.product-content *,
.ck-content,
.ck-content * {
    color: #fff !important;
}


.product__description,
.product__description * {
    color: #fff !important;
}
/* سعر المنتج */
.product-single .price,
.product-single .price *,
.product-single .s-product-price,
.product-single .s-product-price *,
.product-single .sale-price,
.product-single .regular-price {
    color: #fff !important;
}

/* الكمية */
.product-single .quantity-wrapper,
.product-single .quantity-wrapper *,
.product-single .s-quantity-input,
.product-single .s-quantity-input input,
.product-single .s-quantity-input button {
    color: #fff !important;
}

/* عنوان الكمية */
.product-single label,
.product-single .form-label {
    color: #fff !important;
}