/* Add custom CSS styles below */ 

/*-------titel-------*/ 

.s-slider-block__display-all {
  font-size: 1.1rem; /* Increased font size */
  text-decoration: underline; /* Add underline */
  }

.s-block__display-all {
  font-size: 1.1rem; /* Increased font size */
  text-decoration: underline; /* Add underline */
}

/*------------top-navbar-------*/
.topnav-is-dark .top-navbar {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 31, 31, 1);
    background-color: rgb(34 114 56);
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity))
}
 .topnav-is-dark .top-navbar .btn--circle-gray,.topnav-is-dark .top-navbar .btn--rounded-gray,.topnav-is-dark .top-navbar .s-search-input {
    background-color: rgb(12 73 29);
}


/*-----------menu mine-----------*/
   
.main-menu li.offers-link a {
  color: #227238;
}

.main-menu li.category-title span {
  color: #ece5e0;
}

.main-menu li.has-children .sub-menu li a,
.main-menu li.has-children .sub-menu li span {
  color: #227238;
}

.main-menu li.root-level a,
.main-menu li.root-level span {
  color: #f7f7f7;
}

    
.bg-inherit {
    background: #227238;
    background-color: #227238;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    align-items: center;
    display: flex;
    }

.sicon-shopping-bag:before {
    content: "\ef36";
    color: white;
}

.sicon-user-circle:before {
    content: "\f072";
    color: white;
}
.sicon-menu:before {
    content: "\ed7f";
    color: white;
}
.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #eaf0ec;
    /* color: rgb(0 0 0/var(--tw-text-opacity)); */
}
/*.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgb(229 231 235/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background: rgb(35,37,64);
    background: linear-gradient(90deg, rgba(35,37,64,1) 0%, rgba(45,27,110,1) 100%);
    text-align: center;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}*/


/*-------color user icon-----*/
.s-user-menu-trigger {
 background: #227238;
 
 }


/* حذف العناصر في اعلى الصفحة */
.topnav-link-item.right-side {
  display: none;
}


/* استهداف بطاقة المنتج الرئيسية */
.s-product-card-entry {
  border-radius: 20px 4px 20px 4px; /* القيم تمثل الانحناء للأعلى يمين، الأسفل يمين، الأسفل يسار، الأعلى يسار على التوالي */
  background-color: #f7f7f6; /* لون الخلفية البطاقة */
  transition: box-shadow 0.3s ease; /* إضافة تأثير الانتقال لتأثير الظل */
}

.s-product-card-entry:hover {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3); /* تحديد حجم ولون التأثير عند تحويم الماوس على بطاقة المنتج */
}

/* خلفية الفوتر */
.store-footer__inner {
  background: linear-gradient(to right, #1a6a2d, #277239);
}

/* الواتساب */
.sicon-whatsapp2::after {
    content: "\E916";
  content: "\e917";
    text-align: center;
    cursor: pointer;
    background: #46a51e;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    color: #fff;
    box-shadow: #00000022 1.5px 1.5px 5px;
    width: 0px;
    height: 0px;
    border-radius: 27.5px;
    position: fixed;
    bottom: 19px;
    left: 17px;
    transform:rotate(360);
     transition:all .2s ease-in-out;
}
body[style] .sicon-whatsapp2::after, body[cz-shortcut-listen="true"] .sicon-whatsapp2::after,i.sicon-whatsapp2::after {
    width: 56px;
    height: 56px;
    border-radius: 32.5px;
    font-size: 32px;
    box-shadow: #0000006b 2px 2px 8px;
}

.sicon-whatsapp2:after:hover{
     border-radius: 0;
     border:0;
     width:180px;
     height:60px;
}
.sicon-whatsapp2:hover::after {
    content: "حاب نساعدك 😃؟ ";
    content: "     في خدمتك ؟ ";
font-family: dinnextltarabic-regular!important;
    width: 260px  !important;
    animation: trns 1s;
    font-size: 20px  !important;
    color: #ffffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes trns{
    0% {
        color: #ffffff00;
    }
    100% {
        color: #ffffff99;
    }
}


.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgb(228 230 231);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(50 49 49);
    color: rgb(255 253 253);
}