/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-categories__title {
    background: #3c41a6;
    font-size: 19px;
}
.bs-footer__top-section {
    background: #010102;
}
.bs-footer {
    background: url(fondofooter.png);
}
.bs-copyright {
    background: transparent;
}
.bs-footer__social .btn-social {
        color: #1109a6;
        background-color: #ffffff;
}
.bs-footer__link__icon {
    color: #373ed9;
}
.bs-collection-filter .bs-filter-btn:hover {
    color: #5d5d5d;
}
.bs-grid-header__logo img {
    filter: drop-shadow(2px 4px 6px grey);
}
.bs-footer__logo img {
    filter: drop-shadow(2px 4px 6px grey);
}

/** chat whatsapp **/
.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: 2.5rem;
    padding: 8px;
}

.bs-footer__chat .chat-whatsapp2 {
    background: #25d366;
    color: white;
    position: fixed;
    z-index: 5000;
    right: 1em;
    border: 0;
    border-radius: 50rem;
    width: calc(var(--icon) * 1.75);
    height: auto;
    margin: -23.875rem .125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    padding: 8px;
}
@media screen and (min-width: 768px) {
    .chat-whatsapp2 {
        bottom: 500px;
        
    }
}


@media only screen and (max-width : 992px) {
.bs-footer__chat .chat-whatsapp2 {
      position: fixed;
        bottom: 82%;
      right: 1rem;
      flex-direction: column;
      z-index: 9000;
      font-size: 2.5rem;
      }
 }

@media only screen and (max-width: 992px) {
    .textwsp {
        color: #000000;
        background: #ffffffa8;
        font-size: 1rem;
        padding: .25em 1.4em;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        position: fixed;
        bottom: 53%;
        right: 5rem;
        flex-direction: column;
        z-index: 9000;
        filter: drop-shadow(2px 4px 6px grey);
    }
}

@media screen and (min-width: 768px) {
    .textwsp {
        position: fixed;
        bottom: 210px;
        right: 6rem;
        flex-direction: column;
        z-index: 9000;
        font-size: 1rem !important;
        width: 160px;
        color: #000000;
        background: #ffffffa8;
        padding: .25em .4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        filter: drop-shadow(2px 4px 6px grey);
    }
}

.bs-footer__chat .chat-facebook {
    background: #1771e6;
    color: white;
    border-color: #1771e6;
    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: -0.875rem .125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    padding: 8px;
}

@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;
      filter: drop-shadow(2px 4px 6px grey);
      }
 }

 .bs-pay-method {
    opacity: unset;
}
section.bs-product-description {
    margin-bottom: 20px;
}
.bs-title-decoration {
    text-transform: uppercase;
}
.owl-carousel .owl-stage-outer {
    margin-bottom: 80px;
}
.btn-secondary {
    background: #000000;
    border-color: #000000;
    color: white;
}
.btn-secondary:hover {
    background: #000000;
    border-color: #000000;
    color: white;
    opacity:.7;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #000000;
    background-color: #ffde00;
    border-color: #ffde00;
}

a.term:hover {
    color: grey;
    font-weight: 700;
}
a.term {
    font-weight: 700;
}

.bs-footer__chat .chat-whatsapp:hover{
    background:#1da650;
}

@media screen and (max-width: 992px) {
.agenda-mobile
{
height: 1900px;
}}