/* Add custom CSS styles below */ 
.s-block--features__item .feature-icon {
  background-color: transparent;
}
.s-block--features__item i {
  color: var(--color-primary) !important;
}
.s-block--features__item p {
  display: none;
}
/* start of main banner */
section.s-block--fixed-banner:nth-child(1) {
  margin-top: 0;
  .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .banner {
    width: 100%;
    margin: 0;
  }
  img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
/* end of main banner */

/* start of footer */
footer,
.store-footer__inner {
  background-color: #779ACB !important;
  border-style: solid;
}
footer .container {
  flex-wrap: wrap;
}
.store-footer {
  --text-color: white;
  --hover-opacity: 0.8;

  & *,
  p {
    color: var(--text-color);
  }

  & svg {
    & * {
      fill: var(--text-color);
      stroke: var(--text-color);
    }
  }

  & a {
    color: var(--text-color);

    &:hover {
      opacity: var(--hover-opacity);
    }
  }
  a[href="https://whity-sa.com/"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/1GjKcT82/whity.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    height: 44px;
    display: block;
  }
}

/* end of footer */