body {
  background-color: #fff;
}



.top-navbar {
  color:#fff !important;
  background-color: #8A0002 !important;
}

.top-navbar .s-search-input-wrapper{
    background-color:#8A0002 !important;
    border:1px solid rgba(255,255,255,.25) !important;
    border-radius:18px !important;
}

.top-navbar .s-search-input{
    background:transparent !important;
    color:#fff !important;
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
}

.top-navbar .s-search-input::placeholder{
    color:rgba(255,255,255,.75) !important;
}

.top-navbar .s-search-icon svg{
    fill:#fff !important;
}

.top-navbar .s-search-icon{
    color:#fff !important;
}

#mainnav {
  background-color: #fff !important;
}

  .s-user-menu-login-btn *{
        color: #570001!important;
    fill: #570001!important;

  }

.s-user-menu-login-btn {

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


@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }

  .mm-spn--open li a {
    color: #000!important;
  }

  .mm-spn--open li a:hover {
    color: #000 !important;
    opacity: 0.8 !important;
  }

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



/* Products Cards */
custom-salla-product-card {
  background-color: #fff !important;
  border: 0px solid #000 !important;
}
salla-add-product-button button {
  background-color: #8A0002 !important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #8A0002 !important;
  border: 1px solid #8A0002 !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;
}


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

.s-slider-block__title {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    flex-direction: row !important;
    width: 100%;
}


.s-slider-block__title-right {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    white-space: nowrap;
}


.s-slider-block__title-left {
    margin-left: 0 !important;
    margin-right: auto !important;
    position: relative;
    z-index: 3;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center;
    direction: ltr; 
}
*/
/* Titles */


.s-slider-block__title, .s-block__title {

    margin: 15px 0 !important;
    margin-top: 0 !important;

}

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

.s-slider-block__title-nav{
	padding-left: 10px;
}

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

.s-slider-block__title-left *,
.s-block__display-all  {
  color: #000 !important;
}

 .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: 5px 0 10px;
  position: relative;
  font-size: 24px;
  color: #000 !important;
  
}


/*
===================================

.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 {
  margin: 20px 0 10px;
  position: relative;
  font-size: 24px;
  color: #fff !important;
  background-image: url('https://i.postimg.cc/fTJ0yZNx/Vector-4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 15px 30px;
  display: inline-block;
  background-color: transparent;
}

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

==============================
*/






/* Footer */
footer {
  background: linear-gradient(90deg, #0D0D0D 0%, #262626 41.83%, #0D0D0D 100%) !important;
}


.store-footer {
     margin-top: 0 !important;
}


.store-footer__inner {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #0D0D0D 0%, #262626 41.83%, #0D0D0D 100%) !important;
  padding-bottom: 0;
}

.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;
}

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/026zBtZR/image-2.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));
  }
}

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

/* Custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #8A0002;
}





















.brand-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(0) !important;
    opacity: 1 !important;
    transition: 0.3s;
}