/* Add custom CSS styles below */ 

#mainnav .inner {
background: rgb(17,83,103);
background: linear-gradient(90deg, rgba(17,83,103,1) 16%, rgba(76,145,166,1) 51%, rgba(17,83,103,1) 91%);
}
[dir="rtl"] .s-product-card-promotion-title
{background: #eeb332 !important;}
.store-footer__inner {
background: linear-gradient(90deg, rgba(17,83,103,1) 16%, rgba(76,145,166,1) 51%, rgba(17,83,103,1) 91%);
}
.store-footer__inner p,
.store-footer__inner h2,
.store-footer__inner a
{color: #fff !important;}
#mainnav .inner .text-black,
#mainnav .inner .mburger > p {color: #fff;}
.navbar-brand img {height: 4.3rem !important;}
.s-block .s-block__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.s-block .s-block__title .text-gray-400
{
  color: #1d5c6f !important;
}
.s-block.s-block--banners .grid{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner-entry {
  position: relative;
  height: 200px;
  width: 200px;
  background: #fff;
  border-radius: 50%;
}

.s-block.s-block--banners .lazy__bg.loaded {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #115367;
  border-radius: 50%;
}
.s-cart-summary-total {
    color: #e0a025;
    font-weight: 600;
}
@media (max-width: 480px) {
    .navbar-brand img {
        height: 4.5rem !important;
        width: 80px;
    }
    .banner-entry {
      overflow: visible;
    }
    .s-block--banners .two-row .banner-entry h3 {
        font-size: 7px;
        position: relative;
        bottom: -43px;
        color: #333;
    }
    .s-block.s-block--banners .lazy__bg.loaded
    {
      height: 73px;
    }
    .store-footer .store-links-items {
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center;
    }
      .store-footer .footer-container .footer-list a   {
      margin-bottom: 1.3rem;
    }
    .store-footer .footer-container .logo-footer .foo{height: 70px !important;}
}