/*** agrega aqui los estilos necesarios para modificar el template ***/


.bs-collection__product-notice-tag {
    background: #c50822;
    display: none;
}
.bs-parallax__content .btn {
    display: none;
}

.bs-footer__top-section .bs-footer__title {
    color: #ffffff;
}


.cart-items {
    background: #c50822;
}


.owl-carousel .owl-item img {
    margin-top: 95px;
}

a.btn.btn-primary.btn-collection-show {
    background: #c50822;
    border: red;
}

.announcement-bar {
    color: #3040a6;
    background: #cbe5fe;
    border-color: #cbe5fe;
    font-size: large;
    font-weight: 500;
}

.bs-footer__logo img {
    max-height: 218px;
    width: auto;
    height: 100px;
    margin-bottom: -49px;
}

.bs-categories__title {
    background: #000000e8;
    bottom: 12%;
    font-size: 25px;
    }

.bs-collection__product-final-price.has-discount {
    color: #c50822;
}


@media screen and (max-width: 992px){

.bs-title-home {
    margin-top: -20px;
}
}


@media screen and (max-width: 992px){
.owl-carousel.owl-drag .owl-item {

    margin-top: -86px;
}
}
.bs-footer__chat .chat-whatsapp {
    background: #25D366;
    color: white;
    position: fixed;
    z-index: 5000;
    right: 1em;
    border: 0;
    border-radius: 50rem;
    width: 44px;
    height: 42px;
    margin: .125rem .125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
}

.fa-facebook-messenger {
    display: none;
}

@media only screen and (max-width : 992px) {
.bs-footer__chat .chat-whatsapp {
      position: fixed;
      bottom: 50%;
      right: 1rem;
      flex-direction: column;
      z-index: 9000; 
      font-size: 2.5rem;
      }
 }