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

.topnav-is-dark .top-navbar {
    --tw-bg-opacity: 1;
    background-color: #1E385F !important;
    --tw-text-opacity: 1;
    color: #fefefe !important;
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}


#mainnav {
  background-color: #fff!important;
}
.sicon-menu::before {
  color: #1E385F!important;
}
.header-btn__icon {
  color: #1E385F!important;
  border-color: #1E385F!important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #1E385F!important;
}
.s-cart-summary-count {
  background-color: #1E385F;
  color: #fff;
}
.sub-menu * {
  color: #000;
}
.mm-spn--open li a {
  color: #1E385F!important;
}
.mm-spn--open li a:hover {
  color: #1E385F!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: #1E385F!important;
  }

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

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


/* Products Cards */
custom-salla-product-card {
  background-color: #fff !important;
  border: 1px solid #1E385F!important;
}
salla-add-product-button button {
  background-color: #1E385F!important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #0F5376 !important;
  border: 1px solid #1E385F!important;
}



.s-product-card-image img {
    height: 100%;
    background: #fff !important;
    opacity: 0;
    transition-duration: .5s;

    width: 100%;
}



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



/*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 h2:where([dir=rtl],[dir=rtl] *) {
     padding-left: 0 !important; 
}

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




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

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

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



/* 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: #1E385F!important;
  font-size: 100px;
}


/* Footer */
footer {
  background-color:#1E385F !important;
  border-radius:15% 15% 0 0;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color:#1E385F !important; 
  border-radius:15% 15% 0 0;
  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 a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.footer-middle .logo-light {
     height:5rem !important;
  
}

.store-footer__inner .container > div {

  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: #1E385F;
}

@media (max-width:980px){

   
 .s-contacts-header {
        display: block !important;
        overflow-x: auto !important;
        position: relative;
        text-align: center;
        -ms-overflow-style: none;  
        scrollbar-width: none; 
    }

    .s-contacts-header::-webkit-scrollbar {
        display: none;
    }

.s-search-inline {
    min-width: 150px;
}

.s-contacts-topnav-link:where([dir=rtl],[dir=rtl] *) {
    border-left-width: 0; 
}
 }

#wa-angel{
      display: none !important;
  
}