/* Add custom CSS styles below */ 

body{
  background-color: #fff !important;
}

section:nth-of-type(1){
  margin: 0px !important;
}




/** banners blocks ***/

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}

.banner--fixed img {
    border-radius: 0 !important;
}

/** End banners ***/



.main-nav-container .navbar-brand img {
    max-height: 92px !important;
    height: 92px !important;
}

custom-main-menu {
  display: flex;
  align-items: center;
}


/*** الاقسام ***/
section:nth-of-type(2) .grid .banner-entry{
  height: 227px;
  background-color: transparent;
}
@media(max-width:768px){
  section:nth-of-type(2) .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  section:nth-of-type(2) .grid .banner-entry{
  height: 64px;
}
}



/*** المنتجات ***/
/** product code */

.s-product-card-entry {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.s-product-card-entry * {
    justify-content: center;
    text-align: center;
}
.s-products-slider-card.swiper-slide {
    padding-block: 7px;
}


.s-product-card-image {
    background-color: transparent;
}





/*** quick buy ****/

salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout {
    background: #4dc247;
    border-radius: 12px;
}
salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout * {
    color: white;
}


.s-comments-product{
  display: none !important;
}