@media screen and (min-width: 992px){
.bs-grid-header__logo img {
    max-height: 100%;
}}
.bs-copyright {
    background: transparent;
    color: #a8a8a8;
}
.bs-services__img.bs-img-square {
    max-width: 100px;
}
.bs-categories__img.bs-img-square {
    max-width: 400px;
}
.bs-collection__product {
    background: url(pie1.png);
    background-attachment: fixed;
}
.bs-collection-filter .bs-filter-btn:hover {
    color: #ffffff;
}
.noUi-connect {
    background: #fdfe00;
}
.pagination .page-item:not(.active) .page-link:hover {
    background: #e0e0e0;
}
a.btn.btn-primary.btn-collection-show {
    background: #b2000b;
}
a.btn.btn-primary.btn-collection-show:hover {
    background: #b2000b;
    opacity:.7;
}
h2.bs-title-juguetes.pt-4 {
    text-align: center;
}
.text-center.my-3 .btn.btn-secondary {
    background:#b2000b;
}
.text-center.my-3 .btn.btn-secondary:hover {
    background:#b2000b;
    opacity:.7;
}
a.btn.btn-primary.mb-4 {
    background: #b2000b;
}
a.btn.btn-primary.mb-4:hover {
    background: #b2000b;
    opacity:.7;
}
.bs-footer__social .btn-social {
    color: white;
    background-color: #3c65c0;
}
.bs-footer__social .btn-social:hover {
    color: white;
    background-color: #3c65c0;
    opacity:.7;
}
.bs-footer__logo img {
    width: 165px;
}
.announcement-bar {
    background: #ff4c58;
    border-color: #fe4d57;
}
.term {
    font-weight: 700;
}
.term:hover {
    font-weight: 700;
    opacity:.7;
}