body {
  background-color: #fff;
}
.top-navbar {
  background-color: #123C61 !important;
  
}

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

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

1`


/* Products Cards */
custom-salla-product-card {
  background-color: #fff !important;
  border: 0px solid #000 !important;
}
salla-add-product-button button {
  background-color: #123C61 !important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #DBE2E7!important;
  color: #123C61 !important;
  border: 1px solid transparent !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-block--photos-slider {
    margin-top: 0px!important
}

.s-block--photos-slider salla-slider {
    padding-right: 0px!important;
    padding-top: 0px!important
}

.s-block--photos-slider .swiper {
    padding-left: 0px!important;
    padding-right: 0px!important
}

.s-block--photos-slider .swiper .swiper-slide {
    width: 100%!important;
    padding-right: 0px!important;
    padding-left: 0px!important
}

.s-slider-has-notitle .s-slider-block__title {
    margin-bottom: 0;
    margin-top: 0;
}

.s-block--photos-slider .s-slider-block__title{
  display: none !important
}


/* Titles */

/*title*/
.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; /* prevents arrows from flipping */
}



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

.s-slider-block__title-left *,
.s-block__display-all  {
  color: #123C61 !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: 20px 0 10px;
  position: relative;
  font-size: 24px;
  color: #123C61 !important;
  
}





/* Features Items */
.s-block--features .s-block--features__item {
  border: 0;
  border-radius: 0px;
  background-color: transparent !important;
}
.s-block--features .s-block--features__item .feature-icon {
  background-color: transparent !important;
  overflow: unset !important;
  margin: 10px 0px 40px;
}
.s-block--features .s-block--features__item .feature-icon i {
  color: #123C61 !important;
  font-size: 100px;
}


/* Footer */
footer {
  background-color: #123C61 !important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: #123C61 !important;

}
.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/RZmwxn1M/z-YMLd-Afv-MG1Xq-DOh3gq17qk-KN3xm-Y16PMug-Xl-UZg-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:#123C61!important;
}

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