/* Add custom CSS styles below */
/*حجم اللوقو*/
.logo img {
    height: 1000px;
}

/*أيقونة البحث + تسجيل الدخول + الجرس*/
.sicon-search:before {
    content:  "\ef09";
     font-size: 20px;
    color: #1eb08d;
}
.sicon-user:before {
    content: "\f078";
    font-size: 20px;
    color: #1eb08d;
}
.sicon-cart:before {
    font-size: 20px;
    color: #1eb08d;
     width: 100px;
}


/*ايقونة السلة*/
.header-row > .circle-action > .sicon-cart:before {
    font-family: FontAwesome;
    content: "\f291";
    font-size: 20px;
    color: #1eb08d;
    width: 100px;
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}