/*** agrega aqui los estilos necesarios para modificar el template ***/
.announcement-bar {
    font-weight: 200;
}
.bs-header {
    background: #ffffff;
    color: #303030;
}
.bs-grid-header__menu-desktop, .navbar-collapse {
    background: white;
}
.bs-grid-header__login:hover
 {
    opacity: 0.7;
}
.bs-grid-header__cart:hover {
    opacity: 0.7;
}
.bs-sticky-header {
    box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.75);
}
.navbar .bs-menu__lv1, .bs-menu__lv2, .bs-menu__lv3 {
    font-weight: 300;
}
.bs-categories__title:hover{
background:var(--primary-hover-color);
color:white;
}
.cart-items {
    background: #828282;
}
.bs-menu__lv3:hover {
    color: white;
    background: #616161;
}
.floating-menu__cart .cart-items {
    background: #000000;
}
.bs-menu__lv2:hover {
    color: white;
    background: black;
}
.bs-menu__lv1:hover, .show > .bs-menu__lv1, .navbar-toggler:hover {
    opacity: 0.7;
}
.bs-special-navbar-desktop {
        justify-content: center;
        text-transform: uppercase;
    }
.bs-grid-header__menu-desktop .navbar-toggler {
    display: none;
}
/*CATEGORÍAS*/

.bs-collection__title {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 200;
}
.bs-categories__title {
    font-weight: 300;
}
.bs-title-decoration::before, .bs-title-decoration::after {
    background: transparent;
}

/*COLECCIÓN*/
.bs-collection-filter .bs-filter-btn:hover {
    color: white;
    background: black;
}
.bs-collection__product-notice_tag {
    color: var(--collection-notice-color);
    background: #4e4e4e;
}
.bs-product__title-notice {
    font-size: 50%;
    font-style: italic;
}
.image-collection {
    display: none;
}
.bs-title {
    text-transform: uppercase;
}
.bs-collection__product-final-price {
    font-weight: 400;
    color: #737373;
    font-size: 1rem;
}
.bs-collection__product-title {
    font-weight: 400;
    height: calc(var(--collection-product-title-lines) * 0.8rem);
}

/*PRODUCTO*/

.bs-product__title {
    font-weight: 350;
}
.bs-product__final-price {
    font-weight: 200;
    color: #8f8f8f;
}

/*FORMULARIO*/

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

/*CARRO*/

.tyc{
font-weight:600;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    background: #cfcfcf;
    border-color: #cfcfcf;
    color: #000000;
}

/*PIE*/

.bs-footer__section-form__title {
    font-weight: 100;
}
.bs-footer__section-form + .bs-footer {
    padding-top: 1rem;
}
.bs-footer__section-form {
    background-color: transparent;
}
.bs-footer__section-form__container {
    margin-bottom: 2rem;
}
.bs-footer__title {
    font-weight: 400;
}
.bs-footer {
    filter: drop-shadow(2px 4px 6px black);
    color: #ffffff;
    background: #000000;
}
.bs-footer__description, .bs-footer__link {
    color: #e3e3e3;
    font-size: 14px;
    font-weight: 200;
}
.bs-footer__link__icon {
    color: #ffffff;
}
.bs-copyright {
    background: transparent;
    font-weight: 100;
}
    .bs-footer__social .btn-social {
        color: white;
        background-color: transparent;
    }
.bs-footer__social .btn-social:hover {
    background: #ffffff;
    color: #000000;
}
.modal-suscripcion .boton-suscripcion .button_form {
    background: black;
}

/*CONSTRUCCIÓN*/

.title-text {
    font-weight: 300 !important;
}
.subtitle-text {
    color: #7b7b7b !important;
    font-weight: 300 !important;
}