/*** agrega aqui los estilos necesarios para modificar el template ***/
.banner-principal__title {
    font-size: 20px;
}
.cart-items {
    background: #c7ab6d;
}
.btn-primary:hover {
    background: #c7ab6d;
    border-color: #c7ab6d;
    opacity:.7;
    }
.floating-menu__cart .cart-items {
    background: #bb9964;
}
.bs-footer__link {
    font-size: 12px;
}
.bs-collection__product-notice {
background: #342f27b5;
}
.term {
    font-weight: 700;
}
.term:hover {
    font-weight: 700;
    opacity:.7;
}
.banner-principal__title {
    z-index: 100;
}
.btn-cart:hover, .btn-login:hover{
    background: gray;
    color: white;
}

    .bs-grid-header-lg .btn-search:hover {
       background: gray;
    color: white;
    }

.btn-primary {
    background: #bb9a64;
    border-color: #bb9a64;
    color: #ffffff;
    filter: drop-shadow(2px 4px 6px grey);
}
.btn-secondary {
    background: #393939;
    border-color: #393939;
}
.btn-secondary:hover {
    background: #828282;
    border-color: #828282;
}
.bs-product__label {
    color: #828282;
}
.bs-footer__social .btn-social, .bs-footer__social .chat-facebook, .bs-footer__social .chat-whatsapp {
    border: 1px solid #ab8a55;
    color: white;
    background-color: #ab8a55;
    filter: drop-shadow(2px 4px 6px black);
}
.bs-footer__social .btn-social:hover, .bs-footer__social .chat-facebook:hover, .bs-footer__social:hover .chat-whatsapp:hover {
    border: 1px solid #ab8a55;
    color: white;
    background-color: #ab8a55;
    filter: drop-shadow(2px 4px 6px black);
    opacity:.7;
}
.bs-copyright {
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(189 155 105) 20%, rgb(57 55 52) 40%, rgb(57 55 52) 60%, rgb(193 160 109) 80%, rgb(255 255 255) 100%);
}
.bs-info .btn-secondary {
    background: #bb9a64;
    border-color: #bb9a64;
    color: #ffffff;
    filter: drop-shadow(2px 4px 6px black);
}
.bs-info .btn-secondary:hover {
    background: #bb9a64c7;
    border-color: #bb9a64c7;
    color: #ffffff;
    filter: drop-shadow(2px 4px 6px black);
}
.bs-collection__product-final-price {
    font-weight: 600;
}
