/* Add custom CSS styles below */ 
.product-price {
    font-family: DINNextLTArabic-Regular;
    color: #e6007E;
    align-items: center;
}
.footer-title span{
    color: black;
    font-size: 25px;
}
.section-header .section--title span {
    color: #000000;
    background: #ffffff !important;
}
.promotion-title, .feature-item__icon {
    color: #ffffff;
}
.add-cart-large, .order-btn {
    background: #3924D9;
    border-color: #3924D9;
    color: #3924D9;
}
.cart-fav .btn-rounded.add-to-wishlist, .cart-fav .btn-rounded.remove-from-wishlist {
    align-items: center;
    border-radius: 50%;
    color: #e6007E;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    font-size: 25px;
    height: 35px;
    justify-content: center;
    padding: 0!important;
    transition: all .35s cubic-bezier(.2,1,.3,1);
    width: 35px;
}

.promotion-title {
 background-color: #EF008E
 }