.bs-footer__chat .chat-whatsapp {
 background: #25D366;
     color: white;
    position: fixed;
    z-index: 5000;
    right: 1em;
    border: 0;
    border-radius: 50rem;
  width: calc(var(--icon)* 1.75);
  height: calc(var(--icon)* 1.75);
  margin: .125rem .125rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
   padding: 6px;
  padding-left: 7px;
  padding-right: 7px;
  }

@media screen and (max-width: 992px){
  .bs-footer__chat .chat-whatsapp
  {    background: linear-gradient(0deg, rgb(32, 176, 56) 0%, rgb(96, 214, 106) 100%);
      color: white;
      margin-left: 6px;
      position: fixed;
      z-index: 50000;
      right: 0.6em;
      border: 0;
      top: 12em;
      border-radius: 50rem;
      width: 2em;
      height: 2em;
      margin: .125rem .125rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 30px;
  }
}

.announcement-bar {
    background: black;
    border-color: black;
}
.bs-header-top {
    background: var(--secondary-hover-color);
    color: var(--header-top-color);
}
.bs-search .btn {
    color: black;
}
.btn-header-social:hover {
    background: black;
}
.bs-header-top .btn-cart:hover {
    background: black;
    color: white;
}
.bs-header-top .cart-items {
    border: var(--cart-items-border, 2px solid var(--primary-hover-color));
}
.multi-collection__btn .btn:not(.collapsed) {
    color: var(--primary-hover-color);
}
.multi-collection__btn .btn:hover {
    background: var(--primary-hover-color);
    color: white;
}
.bs-collection__product-title {
    font-weight: normal;
}

.bs-footer__social .btn-social {
        color: black;
        background-color: white;
    }

.bs-collection-filter .bs-filter-btn:hover {
    color: white;
}
.bs-product__title {
    font-weight: normal;
}
.bs-product__final-price {
    font-weight: normal;
    font-size: 1.5rem;
    color: black;
}
.bs-horizontal-slider .slick-arrow:hover {
    background: var(--primary-hover-color);
    color: white;
}
.bs-collection__product-final-price {
    color: #565f70;
}
.bs-footer__logo img {
    width: 160px;
}
.bs-product__final-price {
    font-weight: bold;
}
@media only screen and (max-width : 900px) {
.bs-about-us__info {
    margin-top: calc(var(--about-us-margin) * 2) !important;
}
}