body {
  background-color: #fff;
}
.top-navbar {
  background-color: #000F38 !important;
}
.top-navbar * {
  color: #fff !important;
}
.header-search input {
  background-color: #fff !important;
  border-radius: 30px;
  color: #000 !important;
}
.header-search input::placeholder {
  color: #000 !important;
}
.header-search .s-search-product-details *{
  color: #000 !important;
}
.header-search .s-search-icon svg {
  fill: #000F38 !important;
}
#mainnav {
  background-color: #fff !important;
}
.sicon-menu::before {
  color: #000F38 !important;
}
.header-btn__icon {
  color: #000F38 !important;
  border-color: #000F38 !important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #000F38 !important;
}
.s-cart-summary-count {
  background-color: #000F38;
}
.sub-menu * {
  color: #000;
}
.mm-spn--open li a {
  color: #565353 !important;
}
.mm-spn--open li a:hover {
  color: #000F38 !important;
}
.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: #565353!important;
  }
  .mm-spn--open li:hover ,
  .mm-spn--open li a:hover {
    color: #000F38 !important;
  }

  #mobile-menu::after {
    background-color: #000F38 !important;
    color: #fff !important;
  }
}

/* Products Cards */
custom-salla-product-card {
  background-color: #fff !important;
  border: 2px solid #09214A !important;
}
salla-add-product-button button {
  background-color: #09214A !important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #09214A !important;
  border: 1px solid #09214A !important;
}
.s-product-card-content-main * {
  color: #565353 !important;	
}
.s-product-card-content-subtitle *{
  color: #010101 !important;
}
.s-product-card-price {
  color: #bd1414 !important;
}
.s-product-card-sale-price h4{
  color: #bd1414 !important;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  background-color: #09214A !important;
  color: #fff;
}
/* products Title */
.s-slider-block__title {
  justify-content: center;
  margin-bottom: 35px;
}
.s-slider-block__title-left {
  display:none;
}
.s-slider-block__title-right,
.s-slider-block__title-right h2{
  padding-left: 0px;
}
.s-slider-block__title-right {
  position: relative;
}
.s-slider-block__title-right h2 {
  font-size: 35px;
  color: #000F38;
  background-color: #fff;
  padding: 0px 20px;
}
.s-slider-block__title-right::after {
  content: "";
  width: 160%;
  height: 2px;
  background-color: #09214A;
  position:absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .s-slider-block__title-right h2 {
  font-size: 24px;
}

}
/* 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: 0px solid #ddd;
  border-radius: 0px;
}
.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: #1C3A60 !important;
    font-size: 100px;
}

/* Footer Colorization */
footer {
  background-color: #000F38 !important;
  border-radius: 30px 30px 0px 0px;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: transparent !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;
}
/* Logo */
.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/SKvNjZhL/image.png");
  display: block;
  background-size: contain;
  width: 200px;
  height: 60px;
  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));
  }
}




.top-navbar .container {
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem; 
}


.top-navbar .s-contacts {
  flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.top-navbar .s-contacts a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

html, body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}