/* Add custom CSS styles below */ 
.has-overlay.with-hover:after {
    opacity: 0.5 !important;
}
.banner-entry a{
    opacity: 1 !important;
}

.has-overlay:after {
    background-color: rgba(0, 0, 0, 0.1);
}

.s-block--stats .items-start {
justify-content: space-between !important;
}

.text-store-text-primary {
    font-size: 20px;
}
.text-store-text-secondary {
    font-size: 13px;
}

.s-block--enhanced-features__item {
    background: #f1f1f18c;
    border: none;
}

.mm-spn li a img.rounded-full {
    border-radius: 5px !important;
}

.footer-is-custom .store-footer .store-footer__curve {
    color: #dddddc;
}

.footer-is-custom .store-footer {
    background-image: url(https://i.postimg.cc/1tqKx3dV/image.png);
    background-position: bottom;
    background-size: cover;
}

.footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter {
    background-color: transparent;
}

.footer-is-custom .store-footer .footer-bottom {
    background-color: transparent;
}

/*

 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 11%;
    height: 60px;
    opacity:1 !important;
}



.swiper-pagination-clickable .swiper-pagination-bullet:first-child {
    width: 23%;
    height: 55px;
    background-image: url(https://i.postimg.cc/0jv2P9KZ/1.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #4bc3e6;
    opacity:1 !important;
}




 .swiper-pagination-clickable .swiper-pagination-bullet:nth-child(2){
 background-color: #fe8886;
 width: 23%;
    height: 55px;
    background-image: url(https://i.postimg.cc/2yxj5g4Y/2.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity:1 !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(3){
 width: 23%;
    height: 55px;
    background-image: url(https://i.postimg.cc/xjG1gNBZ/3.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity:1 !important;
 background-color: #ffb518;
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-child(4){
width: 22%;
    height: 55px;
    background-image: url(https://i.postimg.cc/8P1PYPSz/4.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity:1 !important;
 background-color: #26cfba;
}
*/
.no-content-placeholder .icon {
    margin-bottom: -2rem;
    background-image: url(https://i.postimg.cc/8Pmt6cTF/cart-empty-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15rem;
    width: 14rem;
    background-color: #fff;
    border-radius:0px !important;
}

.sicon-shopping-bag:before {
    display:none !important;
}
/********************/
.enhanced_links_wrapper h3{
opacity:0;
}

 .enhanced_links{
position: relative;
}

html[lang="ar"] .enhanced_links::after {
    content: "مميزات المنتج";
    position: absolute;
    width: 80%;
    height: 30px;
    color: #fff;
    right: 10%;
    font-size:1.125rem;
    top: -52px;
    color:#374151;
    font-weight:800;
}

html[lang="en"] .enhanced_links::after {
    content: "Product Features";
    position: absolute;
    width: 80%;
    height: 30px;
    color: #fff;
    right: 10%;
    font-size:1.125rem;
    top: -52px;
    color:#374151;
    font-weight:800;
}


.home-block-title h2 {
font-size:22px;
}

.home-block-title p{
font-size:20px;
}