/* Add custom CSS styles below */ 
:root {
    --color-primary: #e5aeb0;
    --color-primary-light: #88cbd1;
}
/*header*/
.custom-main-normal .main-menu > li:last-child .sub-menu {
left:unset!important;
}
.custom-main-normal li a:hover {
    color: var(--color-primary-light) !important;
}
 .custom-main-normal li#offers a {
    color: var(--color-primary-light);
}   
 /*first-baner*/   
    
    section.s-block.s-block--fixed-banner.wide-placeholder.aos-init.aos-animate .container-fluid {
    max-width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}
    section.s-block.s-block--fixed-banner.wide-placeholder.aos-init.aos-animate {
    margin: 0px !important;
    padding: 0px !important;
}
    
    section.s-block.s-block--fixed-banner.wide-placeholder.aos-init.aos-animate .container-fluid  .banner--fixed img{
  border-radius: unset;

  
  }  
    /*الاقسام*/
        .catg-custom .catg-custom-item .img-shape{
    background-color: var(--color-primary) !important;
}
    .catg-custom .catg-custom-item .img-shape:hover {
    background-color: var(--color-primary-light) !important;
}
   /*products*/
.title-line p {
    color: var(--color-primary);
}
    
    
    
    button.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
    border-color: var(--color-primary) !important;
}
.s-product-card-entry .s-product-card-wishlist-btn .s-button-icon .s-button-text

{
    color: var(--color-primary) !important;
}
.s-product-card-wishlist-added i , .s-product-card-entry .s-product-card-wishlist-btn .s-button-icon .s-button-text:hover , button.s-product-card-wishlist-btn.animated.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center.s-button-wrap.hydrated.s-product-card-wishlist-added.pulse-anime

{

color:#ffffff!important;
    border-color: #ffffff!important;
}
  .s-product-card-entry .s-product-card-wishlist-btn .s-button-icon .s-button-text:hover , 

{
    background-color: var(--color-primary-light) !important;

} 
button.s-product-card-wishlist-btn.animated.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center.s-button-wrap.hydrated.s-product-card-wishlist-added.pulse-anime , .s-product-card-entry .s-product-card-wishlist-btn.s-product-card-wishlist-added {
    background-color: var(--color-primary) !important;

}

span.s-cart-summary-count {
    background-color: var(--color-primary) !important;
}   
/* */
.special-products--div .s-product-card-entry {
    border: 4px solid;


}
/* ممييزات المتجر */
.container-fluid .s-block--features__item {
    box-shadow: 5px 5px 5px #d1d1d17a;
    /* border: 1px solid #e5aeb0; */
}



.s-products-slider-card.swiper-slide .s-product-card-content-sub {
    justify-content: center;
}
.s-products-slider-card.swiper-slide .s-product-card-entry .s-product-card-content {
    text-align: center ;
    }

/*whats app*/
.fixed-btm a {
    display:none;
}
#karzoun-widget-send-button:hover {
    background-color: var(--color-primary-light);
}
/*الاسئلة الشائعة*/
.common-questions .svg-box {
    display: none;
}
.common-questions .accordion-box{
    width: 80%;
    margin: 0 auto;

}
/*footer*/
.ps-footer__middle , .back-to-top{
    border-color:  var(--color-primary);
    }
/*
 @media (max-width: 768px) {
        .common-questions .svg-box {
            display: block;
        }

        .common-questions {
            gap: 0;
            flex-direction: column-reverse;
        }

        .common-questions .svg-box img {
            margin: 0 auto;
        }

        .catg-banner {
          min-height: 500px;
          height: 500px;
          background-size: contain;
          background-position: center;
      }

      .carousel-slider .s-slider-block__title-nav, .custom-nav-btn {
          display: flex !important;
      }
    }

    @media (max-width: 576px) {
        .s-block--categories .slide-catg {
            width: 100px !important;
        }

        .s-block--categories .slide-catg .catg-ref img {
            height: 100px;
        }

        .s-block--categories .slide-catg .catg-ref h2, .s-block--list-items .items a h3 {
            font-size: 15px;
        }
    }
    */