html, body {
  background: url("https://i.postimg.cc/B6LtNnkX/Group_3715.png") no-repeat center center ;
  background-size: cover;
  background-color: #fff !important;
  height: 100%;
  margin: 0;
  padding: 0;
}

.s-menu-topnav-list *{
  color:#fff !important;
}

.top-navbar{
  background-color:#F66A75 !important;
}

.header-search .s-search-input {
    background-color: #fcfcfc !important;
    color: #333 !important;
    padding-left: 40px !important;
    border: 1px solid #ddd !important;
    font-size: 14px !important;
}

.header-search .s-search-input::placeholder {
    color: #888 !important;
    opacity: 1 !important;
}

.header-search .s-search-icon svg path {
    fill: #888 !important;
}

.header-search .s-search-icon-wrap {
    left: 10px !important;
    position: absolute !important;
}



#mainnav {
  background-color: #5A8BC6 !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: #5A8BC6;
}
.sub-menu * {
  color: #000;
}
.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: #5A8BC6!important;
  }

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

  #mobile-menu::after {
    background-color: #5A8BC6 !important;
    color: #fff !important;
  }
}


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


/*
.s-product-card-fit-height .s-product-card-image {
    height: 11rem;
    max-height: 100% !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;
}





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


/* Footer */
footer {
 background: linear-gradient(126.91deg, #5A8BC6 28.56%, #F66A75 98.25%);
border-radius:15% 15% 0 0 ;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  border-radius:15% 15% 0 0 ;
  background: linear-gradient(126.91deg, #5A8BC6 28.56%, #F66A75 98.25%);
  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/wvy3FjZm/Soc_ESHlp_S3btxss236c_KJ6TVYSd_XFg_Zo_Sw_ABFZTm_1_1.png");
  display: block;
  background-size: contain;
  width: 200px;
  height: 200px;
  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: #5A8BC6;
}