body {
  background-color: #fff;
}

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


.bg-inherit{
  background-color: #1d6a7e !important;
}


#mainnav {
  background-color:#1d6a7e  !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;
}
.sub-menu * {
  color: #1d6a7e !important;
}
.mm-spn--open li a {
  color:#fff!important;
}
.mm-spn--open li a:hover {
  color: #ffe!important;
}
.sub-menu {
  color: #1d6a7e ;
}
@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li ,
  .mm-spn--open li a {
    color:  #1d6a7e !important;
  }
  .mm-spn--open li:hover ,
  .mm-spn--open li a:hover {
    color:  #1d6a7e  !important;
  }

  #mobile-menu::after {
    background-color:#1d6a7e !important;
    color: #fff !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;
}

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

.s-slider-block__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  position: relative;
  flex-direction: column; /* allows the line to appear under the title */
}

.s-slider-block__title h2 {
  margin: 20px 0 10px; /* space below the title */
  position: relative;
  font-size: 24px;
  color: #1d6a7e !important;
}

/* Decorative line image under the title */
.s-slider-block__title-right::after {
  content: "";
  display: block;
  width: 200px; 
  height: 25px;  
  background-image: url('https://i.postimg.cc/tggRNXp4/Vector-10.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/*footer*/
footer {
background-color:#1d6a7e!important;
  
}
.store-footer__inner {
background-image:url(https://i.postimg.cc/W4KDDDgv/da205e2f-5919-46fa-835e-bf659655cc53-1.png);
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/RF5S5wwN/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 */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1d6a7e ;
}