/* Add custom CSS styles below */ 

.fixed-header .inner{
 padding-top: 10px !important;
}
.navbar-brand img[src="https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/poKXw/VsNHvrAr9X2lJmxyNP5c9Z2bP35ICiiXU7hTKNEH.png"]{
  content: url("https://cdn.files.salla.network/homepage/1240259405/0a7f0db5-8932-414d-9144-9991d43b1f5a.webp");
}

#main-nav .left-side button,
#main-nav .left-side h3:nth-of-type(1){
  background-color: #f88d1b !important;
}


/** banners blocks ***/
.banner--fixed img {
    border-radius: 12px !important;
}

/** End banners ***/

.index #best-offers-1-slider .s-product-card-image,
.index #best-offers-3-slider .s-product-card-image{
    height: 300px !important;
    max-height: 300px !important;
    flex-basis: 300px !important;
}

@media(max-width:768px){
  .index #best-offers-1-slider .s-product-card-image,
.index #best-offers-3-slider .s-product-card-image{
    height: 235px !important;
    max-height: 235px !important;
    flex-basis: 235px !important;
}
}


/** product code */

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

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline {
  cursor: pointer;
  position: relative;
  padding: 10px 24px;
  font-size: 18px;
  color: #5b73d4;
  border: 1px solid #5b73d4;
  border-radius: 8px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: #f88d1b;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline:hover::before {
  scale: 6;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline:hover {
  color: #fff;
  scale: 1.1;
  border: 1px solid #fff;
  box-shadow: 0 0px 10px #5b73d4;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline:active {
  scale: 1;
}
.s-product-card-image {
    background-color: transparent;
}

/*** العناويين ****/
.s-slider-block__title{
    background-image: url("https://cdn.files.salla.network/homepage/1240259405/05c85d59-acdb-409b-8909-a52a92381b7d.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    justify-content: center;
    color: #fff;
}
.index .s-slider-nav-arrow{
  background: #fff;
}

#single-product-4 .s-slider-block__title{
  display: none;
}
@media(max-width:768px){
  .s-slider-block__title{
    height: 100px;
}
}


/**** المميزات ***/
.s-block--features .s-block--features__item {
  border-radius: 70px;
  border-top-right-radius: 0px;
  box-shadow: 1px 16px 69px #a0afd1 inset;
  transition: box-shadow 0.5s ease;
}

.s-block--features .s-block--features__item:hover {
  box-shadow: 0px 12px 60px rgba(160, 175, 209, 0.4);
}

@media(max-width:768px){
    .s-block--features .box-container {
    display: flex;
      flex-direction: column;
  }
  .s-block--features .s-block--features__item{
    width: 100% !important;
    border-radius: 12px;
  }
}



/**** اراء العملاء ***/
#testimonials-slider-6 .slide--one-fourth > div:nth-of-type(2){
  justify-content: center !important;
}



/*** الفوتر ***/
.store-footer img[src="https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/poKXw/VsNHvrAr9X2lJmxyNP5c9Z2bP35ICiiXU7hTKNEH.png"]{
  content: url("https://cdn.files.salla.network/homepage/1240259405/9db1093d-ff78-44fa-a167-045a0d7236a0.webp")
}
.store-footer,
.footer_is_dark .full-about-block:before{
  background-color: #1d3797 !important;
}