.bs-footer img {
    max-height: 100%;
    padding-top: 1px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.announcement-bar {
    color: var(--primary-contrast);
    background: #000;
    border-color: #000;
}

.bs-header .bs-social-media a {
    padding: 0.5rem;
    color: var(--rrss-txt-color);
    background: #000;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid rgb(0 0 0);
    border-radius: 50%;
    font-size: 14px;
    line-height: 2.8125rem;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-color: #000000;
}

.bs-header .bs-social-media a:hover {
    background: #e1e1e1;
    border: 1px solid #e1e1e1;
    opacity: 100;
    color: #000;
}

#bs-header-search .btn {
    background: #000000;
    color: var(--primary-contrast);
    border: 1px solid #000000;
}

.bs-home-hr {
    background-color: #000000;
    width: 10%;
    height: .4rem;
    margin-bottom: 2rem;
}

.bs-menu-lv1:hover, .nav-item.show > .bs-menu-lv1 {
    box-shadow: 0 -5px inset #ffffff;
    color: #ffffff;
    opacity: 0.9;
}

.btn-link {
    font-weight: 400;
    color: #000000;
    padding: 0.5rem;
}

.badge-secondary {
    color: var(--highlight-contrast);
    background-color: #000000;
    font-size: 10px;
    padding: 4px;
}

#bs-header-search .btn:hover {
    background: #3d3d3dad;
    color: #ffffff;
    border: 1px solid #383838;
}

.chat-widget__btn:hover {
    background: #747474;
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
}


.ir-arriba:hover {
    background: #747474;
    font-size: 16px;
    cursor: pointer;
    border: solid 0.5px #747474;
}

.btn-primary:hover, .btn-primary:focus, .btn-primaty:active, .btn-primary:disabled, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #00000099;
    color: var(--primary-hover-contrast);
}

.bs-footer .bs-social-media a:hover {
    font-size: 1.3rem;
    color: #000;
}

.bs-collection-filter .btn-secondary:hover {
    background-color: #747474;
    border-color: #747474;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:disabled, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):focus {
    background-color: #747474;
    color: var(--secondary-hover-contrast);
}

.bs-collection__product-brand {
    font-size: .75rem;
    color: var(--highlight-contrast);
    background: #a6a6a6;
    padding: .25rem;
    border-radius: .25rem;
    font-weight: var(--font-bold);
}

.bs-collection-filter .bs-filter-btn:hover {
    color: #979797;
}

.page-item.active .page-link {
    background-color: #37393a;
    border-color: var(--highlight-contrast);
}

.navbar-collapse.collapse.show {
    overflow-y: auto;
    max-width: 360px;
    width: 100%;
    padding: 0 1rem;
    background-color: #979797;
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #b1b1b1;
    text-decoration: underline;
}

.bs-form-inline.text-center {
    background: #f2f2f2;
    padding: 2% 0;
    border-radius: 7px;
    background-size: cover;
}

.modal-suscripcion .modal-image img {
    position: unset;
}

@media screen and (max-width: 992px){
.modal-suscripcion .modal-image {
background: #dbdbdb;
}
}