body {
  background-color: #085F89;
}
.top-navbar{
  color:#fff !important;
}

#mainnav {
  background-color: #085F89 !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: #085F89;
}
.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: #333;
}

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

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


/* Products Cards */
custom-salla-product-card {
  background: linear-gradient(101.53deg, #03AEC6 0%, #0379AF 68.74%)!important;
  border: 1px solid #fff !important;
}
salla-add-product-button button {
  background: linear-gradient(90.54deg, #002024 5.39%, #033D55 67.25%, #044664 96.35%) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  transition: all 0.3s ease-in-out;
}

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




/* Banners */
.s-block--fixed-banner:first-of-type .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 {
  margin: 20px 0 10px;
  position: relative;
  font-size: 24px;
  color: #fff !important;
  
  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 {
padding-top:2rem;
   background: linear-gradient(99.94deg, #043650 1.78%, #0B708C 69.32%, #34EDB3 140.49%) !important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
   background: linear-gradient(99.94deg, #043650 1.78%, #0B708C 69.32%, #34EDB3 140.49%) !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/Nf0pgysZ/Frame-10.png");
  display: block;
  background-size: contain;
  width: 250px;
  height: 100px;
  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:transparent!important;
}

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

/*---------*/
salla-breadcrumb *{
  color:#fff !important;
  fill:#fff !important
}

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

[for="product-filter"]{
  color:#fff !important
  }
  
  .main-content{
    background: #fff !important;
    padding: 10px;
    border-radius: 12px;
  }
  
  .s-comments-product{
    background-color:#085F89 !important;
  }
  
  .s-product-card-content h3,
.s-product-card-content h3 a,
.s-product-card-content h4,
.s-product-card-content .s-product-card-price {
  color: #fff !important;
}

.s-product-card-content h3:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
.navbar-brand img {
    max-height: 7rem;
    width: auto;
    max-width: 100px;
}