/* Add custom CSS styles below */ 

*, 
body * {
  font-family: 'Tajawal' !important;
}
.bg-inherit {
  background: #F5EFE6 !important;
}

.bg-inherit i {
  color: #C8A165 !important;
}


.s-cart-summary-icon svg {
  fill: #fff !important;
}

[dir="rtl"] .s-cart-summary-count {
      background: #3c240f !important;
}

[dir="rtl"] .s-search-input {
      background: #f5efe6 !important;
}

.navbar-brand img {
     max-height: 5rem !important;
    border-radius: 50% !important;
}

.container {
    width: 100%;
    max-width: 1460px;
}

.product-block__info .product-title {
  text-align: center;
}

.s-product-card-content {
  text-align: center;
}

.product-block__info .product-title p {
    color: #79885D !important;
    }
    .top-navbar,
    .bg-inherit button i,
    .header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *)  {
      background: #C8A165 !important;
      color: #fff !important;
      
    }
      .bg-inherit button i,
      .header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *)  {
        border-radius: 50%;
      }
    
    @media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        padding-top: 0px;
        padding-bottom: 1.2rem;
        }
    .main-menu {
      padding-top: 1.5rem;
        }
        .main-menu {
          justify-content: center;
        }
      }
      .s-slider-block__title {
        max-width: 100%;
      }
      .s-block__title h2,
      .s-slider-block__title h2 {
          border-bottom: 2px solid;
    padding-bottom: 5px;
    padding-left: 0;
      }
      .s-product-card-content-title a,
      .s-product-card-sale-price h4
 {
        color: #563206 !important;
      }
      .s-product-card-sale-price h4
 {
   font-size: 21px;
 }
 .s-product-card-content-subtitle {
 color: #79885D !important;
 }
 .s-product-card-content-sub {
    justify-content: center;
    }
    
  .s-button-btn, .s-price-range-number-input {
    background: var(--color-primary);
    color: #f5efe8;
    font-weight: 100;
    font-size: 17px;
}
.s-product-card-image img {
    padding: 5px;
    border-radius: 12px;
    background: #fff;
    
    }
    .s-product-card-entry {
    border: 1px solid #fff0dd;
    }
    .s-block:first-of-type {
    margin-top: 0rem ;
    .container {
      max-width: 100%;
      padding: 0;
      mRGIN: 0;
      
      img {
        border-radius: 0;
      }
    }
    }
    
    .s-product-card-fit-height .s-product-card-image {
    height: 16rem;
    max-height: 19rem;
    background: #fff;
}
 .s-product-card-fit-height .s-product-card-image  a {
   padding: 4px;
   display: inline-block;
      border-bottom: 1px solid  var(--color-primary);
 }
 .s-slider-nav-arrow {
   background: #C7A065;
 }
 .s-slider-nav-arrow svg {
    width: 22px;
    fill: #fff;
}
 body {
    background-color: #fff9f04d;
    
    }