/* Add custom CSS styles below */
body {
  background-color: #fff !important;
}
.main-nav-container {
  box-shadow:none !important;
}
.promotion-badge {
  background-color: #b39037 !important;
}
/* الصور المتحركة */
.carousel-slider .swiper {
    padding: 0 !important;
}
section.s-block.s-block--photos-slider {
  margin-top:0 !important;
}
section.s-block.s-block--photos-slider img {
  border-radius: 0 !important;
}
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-primary.s-button-loader-center {
    background-color:#b49746;
    color: white;
}
select.s-form-control {
    background-color: #b49746;
    color: white;
}
a.tag {
    color: #b49746 !important;
    font-weight: bold;
}
salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout.hide-scroll.hydrated{
    background-color: black;
}

section.s-block.s-block--photos-slider .swiper-slide {
  margin: 0 !important;
  padding:0 !important; 
  width: 100% !important;
  border-radius: 0 !important;
}
/* نهاية الصور المتحركة */

/* Product */
custom-salla-product-card {
  border:1px solid #b39037 !important;
  box-shadow: 0 0 5px 0px #68686894 !important;
  border-radius: 0 !important;
}
.s-button-primary-outline {
  background-color: #b39037 !important;
  color: #fff !important;
  border-radius: 40px !important;
}
.s-slider-block__title h2 {
  color: #b39037 !important;
}
.s-slider-nav-arrow {
  border-color: #b39037 !important;
  background-color: #b39037 !important;
}
.s-slider-nav-arrow svg, .s-slider-nav-arrow:not(:disabled):hover svg {
  fill: #ffffff !important;
}
 body.index .btn--add-to-cart button {
  background-color: #b39037 !important;
  color: #ffffff !important;
}
/* End product */

/** Footer **/
footer {
  background-color:#ebecf0 !important;
}
footer * {
  color:#050505 !important;
}
/** END footer **/





/* بنر عريض */
section.s-block.s-block--fixed-banner .container{
  max-width:100% !important;
  padding:0  !important;
  margin:0 !important;
}
#s-edit-alert>a {
    position: fixed;
    bottom: 1.25rem;
    left: -2.75rem;
}
.banner--fixed img {
  border-radius: 0 !important;
  background-color: transparent !important;
}
/* نهيايه البنر العريض */



/*** FLEX ***/
section.s-block.s-block--banners.container div.grid {
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
section.s-block.s-block--banners.container div.grid .banner-entry {
  width: 20%;
  background-color: transparent  !important;
  height:320px!important
}
@media(max-width:767px) {
  section.s-block.s-block--banners.container div.grid .banner-entry {
    width: 48%;
    height:190px!important;
  }
}
.banner-entry > div {
  background-size:contain !important;
  background-repeat: no-repeat;
}



.product-tabs .tabs a:hover h2, .product-tabs .tabs a.is-active h2 {
    color: #414042 !important;
}

@media (max-width: 1024px) {
  .product-tabs .tabs a.is-active {
    border-color: #414042 !important;
  }
}







.product-entry__title {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}