/*
.navbar-brand img {
    max-height: 95px;
    width: auto;
    max-width: 95px;
}
#mainnav{
box-shadow:none !important;
padding-top:10px;
padding-bottom:10px;
}
body{
background:#fff !important;
}
.s-block--photos-slider{
margin-top:0!important;
}
*/

body {
  background-color: #0C0C0C !important;
}

.s-contacts-header  *{
    color:#fff !important;
}

.header-search .s-search-input {
    background-color: #fcfcfc !important;
    color: #333 !important;
    padding-left: 40px !important;
    border: 1px solid #ddd !important;
    font-size: 14px !important;
}

.header-search .s-search-input::placeholder {
    color: #888 !important;
    opacity: 1 !important;
}

.header-search .s-search-icon svg path {
    fill: #888 !important;
}

.header-search .s-search-icon-wrap {
    left: 10px !important;
    position: absolute !important;
}



.index #mainnav {
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  z-index: 112;
  top: 60px;
}

@media (max-width: 992px) {
  .index #mainnav {
    top: 53px;
   }
}

.navbar-brand img{
   border-radius:50% ;
}

.sicon-menu::before {
  color: #fff !important;
}
.header-btn__icon {
  color: #fff !important;
  border-color: #fff !important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #fff !important;
}
.s-cart-summary-count {
  background-color: #fff;
  color: #0C0C0C;
}
.sub-menu * {
  color: #000;
}
.mm-spn--open li a {
  color: #fff!important;
}
.mm-spn--open li a:hover {
  color: #fff!important;
  opacity: 0.8;
}
.sub-menu {
  color: #333;
}

@media (max-width: 1024px) {
  .mm-spn--open {
    background-color:#0C0C0C!important;
  }
  .mm-spn--open li,
  .mm-spn--open li a {
    color: #D8AD60!important;
  }
  
  .mm-spn--open li a:hover {
    color: #D8AD60 !important;
    opacity:0.8;
  }

  #mobile-menu::after {
    background-color: #FDD69E !important;
    color: #fff !important;
  }
}


/* Products Cards */
custom-salla-product-card {
  background-color: #fff!important;
  border: 1px solid #D8AD60 !important;
}
salla-add-product-button button {
  background-color: #D8AD60 !important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #D8AD60 !important;
  border: 1px solid #D8AD60 !important;
}




/* Banners */
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}


/* Titles */


.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}

:not(header) .s-slider-block__title-left,
:not(header) .s-block__display-all {
  display: none;
}

:not(header) .s-slider-block__title,
:not(header) .s-block__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 30px 0;
  position: relative;
  flex-direction: column;
}

:not(header) .s-slider-block__title h2,
:not(header) .right-side h2 {
  
  position: relative;
  font-size: 30px;
  color: #D8AD60 !important;
  background-color: transparent;
}

:not(header) .s-slider-block__title-right::after,
:not(header) .right-side::after {
  display: none !important;
}






/* Footer */
footer {
  background-color: #FDD69E !important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: #FDD69E !important;
  padding-bottom: 0;
}
.store-footer__inner * {
  color: #000!important;
}
.store-footer h3 {
  color: #000!important;
}
.copyright-text p {
  color: #000!important;
}
.copyright-text p a:hover {
  color: #000!important;
  opacity: 0.8;
}

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/Vpxzv/i8YSTEJSdairv3I1mQWOiY1otdoTvtzEOV9MKySW.jpg");
  display: block;
  background-size: contain;
  width: 200px;
  height: 200px;
  border-radius:50% ;
  background-repeat: no-repeat;
}

.store-footer__inner .container > div {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}

.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-footer__inner .container > div:nth-of-type(1) {
  grid-column: span 1 / span 2;
}
.store-footer__inner + div {
  background: transparent;
  max-width: 100%;
  justify-content: space-around;
}
.store-footer__inner > div a h3 {
  display: none;
}

@media (max-width: 992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.store-footer__inner + div {
  background-color:#FDD69E!important;
}

/* Custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #0C0C0C !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#D8AD60;
}






/****************/
.s-reviews-header{
  color:#D8AD60 !important;
}

.product-index .bg-inherit ,.product-single .bg-inherit{
    background-color: #0c0c0c !important;
}

.s-breadcrumb-wrapper {
    align-items: center;
    display: flex
;
    flex-wrap: wrap;
    color: #fff !important;
    fill: #fff !important;
    font-size: .875rem;
    line-height: 1.25rem;
}

#page-main-title{
  color:#D8AD60 !important;
}

.product-single .main-content {
  padding:15px;
  background-color:#0c0c0c;
  border-radius:12px;
  
}

.product-single .main-content .product__description * ,.product-single .main-content h1 ,.product-single .main-content h2{
  color:#fff !important;
}

.product-index .main-content {
  padding:15px;
  background-color:#fff;
  border-radius:12px;
}