body {
  background-color:#2A1E4B !important;
}

.top-navbar *{
    color :#fff !important;
}

.top-navbar input::placeholder {
    color :#fefefe !important;
}

.s-search-icon svg {
    
    fill: #fefefe;
}

#mainnav {
  background-color: #2A1E4B !important;
}
.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: #2A1E4B;
}
.sub-menu * {
  color: #333;
}
.mm-spn--open li a {
  color: #fff !important;
}
.mm-spn--open li a:hover {
  color: #fff !important;
  opacity: 0.8;
}
.sub-menu {
  color: #2A1E4B;
}

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

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







/* Banners */
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.s-block--fixed-banner{
  max-width: 100% !important;
  padding: 0px !important;
  background-color:#2A1E4B !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 {
  background-color: #2A1E4B!important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: #2A1E4B;

  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/HLrvpvF6/79381282-45cf-4107-a820-7ec9cfea00bf-removalai-preview-1.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: #E1C5BA !important;
}

/* Custom ScrollBar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #2A1E4B;
}

.breadcrumbs * {
  color: #fff !important;
  fill:  #fff !important;
}

.main-content h1 {
  color:#fff;
}

[for="product-filter"]{
  color:#fff !important;
  
}

salla-add-product-button button {
  background-color: #2A1E4B!important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #2A1E4B!important;
  border: 1px solid #2A1E4B!important;
}


.product__description *{
  color:#fff !important;
  
}

.product-entry__sub-title {color:#c5c5c5 !important}

.s-slider-block__title-right *{
  color:#fff !important;
}

.main-content > div:first-of-type {
  color:#fff !important;
 
}