/* Add custom CSS styles below */ 

*, 
body * {
  font-family: 'Tajawal' !important;
}
.top-header,
header.fixed-header .site-header {
  background: #F5EFE6 !important;
}

.top-header .top-header__info li i {
  color: #C8A165 !important;
}

.btn--padded.less {
  color: #fff !important;
  background: #C8A165;
}

.site-header-outer {
      background: #C8A165 !important;
}
header .site-header {
  padding: 10px 0 !important;
  background: rgb(200, 161, 101);
}

header .site-header__wrapper .theme-logo span,
header .site-header__cart i {
  color: #fff!important ;
  opacity: 1;
}

.fixed-pinned .site-header__wrapper .theme-logo  span,.fixed-pinned  .site-header__cart i,
.fixed-pinned .s-cart-summary-icon svg   {
color: #000!important ;
 fill: #000!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;
}

header .site-header__wrapper .theme-logo img {
      height: 80px !important;
    border-radius: 50% !important;
}

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

.nav-desktop--horizontal>ul {
      justify-content: center;
}

.nav-desktop--horizontal>ul .menu-item>a {
    border-radius: 0;
    padding: 9px 9px;
}

.header-block--nav-wrapper {
    margin: 7px 14px;
    background: #fffaf0 !important;
    box-shadow: 0 1px 5px 0px #332616a1 !important;
    border: 1px solid #33261659;
    border-radius: 30px;
}

.col-sm-12 {
  margin: 0 !important;
  padding: 0 !important;
}

home-block--fixed-banner:first-of-type {
  padding-top: 0.5rem !important;
}

.splide--products-slider .splide__slide .product-block {
    border: 1px solid #ecd6c3;
}

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

.price-wrapper {
  text-align: center;
}
.product-block.contain .product-block__thumb .thumb-wrapper img {
  border-radius: 7px;
  padding: 6px;
}
.product-block__info {
    padding: 10px;
}

.price-wrapper>span {
    color: #563206 !important;
    font-size: 21px;
}

.price-wrapper>small {
    color: #877a75 !important;
}
.product-block__info .product-title p {
    color: #79885D !important;
    }