/*أيقونة البحث + تسجيل الدخول + الجرس*/
.sicon-search:before {
    content:  "\ef09";
     font-size: 25px;
    color: darkorange;
}
.sicon-user:before {
    content: "\f078";
    font-size: 25px;
    color: darkorange;
}
.sicon-bell:before {
    font-size: 25px;
    color: #78705c;
     width: 100px;
}
/*ايقونة السلة*/
.header-row > .circle-action > .sicon-cart:before {
    font-family: FontAwesome;
    content: "\f291";
    font-size: 25px;
    color: darkorange;
    width: 100px;
}

/*حجم اللوقو*/
.logo img {
    height: 150px;
}

.feature-item__icon {
    margin: auto;
    width: 75px;
    height: 75px;
    background-color: coral;
    color: white;
    border-radius: 90%;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 3rem;
}

.sicon-cart:before  {
    font-family: tajawal;
    content: "\f291";
    font-size: 25px;
    color: darkorange;
    width: 100px;
}
.product-price {
    font-family: DINNextLTArabic-Regular;
    color: #ff4500;
    align-items: center;
}