/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-categories__svg {
    width: 119%;
    left: -21px;
}
.bs-banner-grid__info {
    background-size: cover;
}
@media screen and (min-width: 992px){
    .bs-parallax__title{
        filter: drop-shadow(2px 4px 6px black);
    }
}
.bs-banner-grid__title {
    font-size: 16px;
}
.btn-dark {
    background-color: #515151;
    border-color: #515151;
}
.btn-dark:hover {
    background-color: #515151;
    border-color: #515151;
    opacity:.7;
}
.floating-menu__cart .cart-items {
    background: #dc3545;
}
.bs-header-search .input-group {
    background: #7a7a7a42;
}
.cart-items {
    background: #dc3545;
}