/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-collection__product-notice_tag {
    display: none;
}

.bs-footer__section-form {
    background: url(fondobakery.png);
    background-size: 35%;
}

.bs-footer__section-form {
    margin-bottom: 10px;
}

.bs-header .img-fluid
{
    width: 135px;
}

.bs-banners__picture {
    border-radius: 10px;
}

.bs-grid-header__login {
    color: #ffffff;
    background: #8c3a1c;
}

.bs-grid-header__cart {
    color: #ffffff;
    background: #8c3a1c;
}

.bs-grid-header__login:hover {
    background: #d98825;
    color: #ffffff;
}

.bs-grid-header__cart:hover {
    background: #d98825;
    color: #ffffff;
}

.bs-header {
    background: url(fondobakery1.png);
    background-size: 30%;
}

.custom-control-label a:hover {
    color: #d88827;
}

@media screen and (max-width:767px){
.bs-header .img-fluid {
    width: 90px;
}
}

.bs-footer__social .btn-social:hover {
    background: #e17403;
}

@media screen and (max-width:767px){
.bs-footer__social .btn-social, .bs-footer__social .chat-facebook, .bs-footer__social .chat-whatsapp {
    color: #ffffff;
    background-color: var(--primary-color);
}
}

.navbar-collapse.collapse.show .btn-close {
    color: white;
    background: #0377bf;
}

.image-collection {
    display: none;
}