/*** agrega aqui los estilos necesarios para modificar el template ***/


.cart-items {
    background: var(--secondary-color);
}

.bs-footer__link__icon {
    color: var(--secondary-hover-border);
    margin-right: 0.5rem;
    display: inline-block;
}

.bs-collection__product-final-price {
    color: black;
}
.bs-footer__top-section {
    background: #060606;
    padding: 1rem 0;
}

.bs-parallax__title {
    font-size: var(--parallax-title-xl,4rem);
    filter: drop-shadow(2px 4px 6px black);
}

.bs-parallax p{
    filter: drop-shadow(2px 4px 6px black);
}


.alert {
    color: var(--primary-contrast);
    background: linear-gradient(27deg, rgba(10,151,194,1) 0%, rgba(4,161,202,1) 49%, rgba(6,199,231,1) 100%);
    border-color: var(--secondary-hover-border);
    padding: 1px;
}

.colorear {
    background-image: linear-gradient( rgb(0 0 0 / 89%), rgb(0 191 221 / 32%) ), url(pie5.png);
    background-size: cover;
    padding-top: 4rem;
    max-width: 100%;
}

.bs-footer__top-section .bs-footer__title {
    height: auto;
    display: block;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    color: white;
}

.bs-footer__top-section .btn-primary:disabled {
    cursor: not-allowed;
    background: var(--secondary-border);
    border-color: var(--primary-color);
    color: var(--primary-contrast);
    opacity: 1;
}

.bs-footer__top-section {
    background: #080d09;
    padding: 1rem 0;
}

.bs-copyright {
    background: transparent;
}

.bs-parallax p {
 
    font-size: 18px;
}


.modal-body
    {
      background: white;
    }

.bs-brands__item {
    background: transparent;
    }

    