body {
  background-color: #fff;
}
.top-navbar {
  background-color: #FC8C2F !important;
}
.top-navbar * {
  color: #fff !important;
}
.header-search input {
  background-color: #fff !important;
  border-radius: 30px;
  color: #000 !important;
}
.header-search input::placeholder {
  color: #000 !important;
}
.header-search .s-search-product-details *{
  color: #000 !important;
}
.header-search .s-search-icon svg {
  fill: #FC8C2F !important;
}
#mainnav {
  background-color: #fff !important;
}
.sicon-menu::before {
  color: #000!important;
}
.header-btn__icon {
  color: #FC8C2F !important;
  border-color: #FC8C2F !important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #FC8C2F !important;
}
.s-cart-summary-count {
  background-color:#FC8C2F;
  color:#fff ;
}
.sub-menu * {
  color: #FC8C2F;
}
.mm-spn--open li a {
  color: #FC8C2F!important;
}
.mm-spn--open li a:hover {
  color: #FC8C2F!important;
}
.sub-menu {
  color: #333;
}
@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li ,
  .mm-spn--open li a {
    color: #565353!important;
  }
  .mm-spn--open li:hover ,
  .mm-spn--open li a:hover {
    color: #FC8C2F !important;
  }

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


/*Tittle*/
.s-slider-block__title-left , .s-block__display-all{
  display:none; 
}

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

.s-slider-block__title h2 ,.right-side  h2 {
  margin: 20px 0 10px;
  position: relative;
  font-size: 24px;
  color: #FC8C2F !important;
}


.s-slider-block__title-right::after  ,.right-side::after{
  content: "";
  display: block;
  width: 100%; 
  height: 25px;  
  background-image: url('https://i.postimg.cc/bJCwyn7w/Vector-4.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


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

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

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

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









/*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;
}










/*Footer*/

/* Footer */
footer {
  background-color: #FC8C2F !important;
}
.store-footer__inner {
  background-image: url(https://i.postimg.cc/Bb5LqbBY/a5795deba1e6fb6cbb3feb9ff34975e364946b34.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.store-footer__inner * {
  color: #fff !important;
}
.store-footer h3 {
  color: #fff !important;
}
.copyright-text p {
  color: #fff !important;
}
.copyright-text p a:hover {
  color: #fff !important;
  opacity: 0.8;
}

/* Logo */
.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url(https://i.postimg.cc/c17rtKfT/Frame.png);
  display: block;
  background-size: contain;
  width: 150px;
  height: 150px;
  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));
  }
}

/* Custom ScrollBar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #FC8C2F;
}
section.s-block:nth-of-type(1)  {
    margin-top: -30px;
}
section.s-block:nth-of-type(1) .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    padding: 0 !important;
    margin :0 !important;
}
section.s-block:nth-of-type(1) .swiper-slide {
    width : 100% !important;
}
section.s-block:nth-of-type(1) salla-slider.photos-slider .swiper-slide{
    padding:0px !important;
    margin:0px;
}