.badge-secondary {
    background: #ffc356;
}
.bs-menu__lv1 {
    text-transform: uppercase;
    font-weight: bold;
}
.bs-title, .bs-title a, .bs-title:hover {
    text-transform: uppercase;
}
.fa-search {
    color: #006838;
}
.bs-collection__product-stock {
    background: #4a9a2e;
}
.btn-outline-light {
    color: #fff;
    border-color: #006838;
    background: #006838;
    border-radius: .5rem;
}
.btn-outline-light:hover {
    color: #fff;
    background-color: #96cf24;
    border-color: #96cf24;
}
.bs-form-inline form .form-group .btn {
    padding: .375rem .75rem;
}
.bs-product__label {
    color: black;
}
.fa-arrow-alt-circle-left {
    color: #fff;
}
.bs-footer {
    background: linear-gradient(rgb(255 255 255), rgb(255 255 255 / 10%)), url(texturaverde.jpg);
}
.bs-footer__link {
    font-size: 12px;
}
.bs-footer__title {
    font-weight: 600;
    text-transform: uppercase;
}
.bs-footer__social .btn-social {
    background: var(--primary-color);
    color: white;
}
.page-link {
    color: white;
    background: var(--secondary-color);
}
.page-link:hover {
    background: #ffc356;
    color: white;
}
.btn-cart, .btn-login {
    color: white;
}
.btn-cart:hover, .btn-login:hover {
    color: #f0f7ec;
}
.btn-primary, .badge-primary, .btn-secondary, .badge-secondary {
    border-radius: .5rem;
}
.btn-danger, .badge-danger {
    border-radius: .5rem;
}
.dropdown-menu {
    min-width: 14rem;
}
.bs-banner .bs-img-square picture {
    border: 1px solid var(--primary-color);
}
.bs-collection__product {
    border-radius: 10px;
}
.bs-img-square picture img {
   border-radius: 10px;
}
.bs-banner .bs-img-square picture {
    border-radius: 10px;
}
.bs-banner:hover .bs-banner__title {
    border-radius: 10px;
}
@media screen and (min-width: 320px) {
    .bs-banner__title
 {
        border-radius: 10px;
        font-size: 1.4rem;
        font-weight: bold;
    }
}

    .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: 15em;
        border-radius: 50rem;
        width: 1.5em;
        height: 1.5em;
        margin: .125rem .125rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
    }
@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: 15em;
        border-radius: 50rem;
        width: 1.5em;
        height: 1.5em;
        margin: .125rem .125rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
    }
}