/*** agrega aqui los estilos necesarios para modificar el template ***/


.bs-collection__product-stock

{
           background: #b07ac5;
}

.bs-footer
{
          /*  background: #5e17eb;*/
}

.btn-cart, .btn-login
{
       color: white;
}

.fa-search:before
{
    
    color: white;

}



.bs-footer__title
{
        color: #edc869;
}

.bs-footer
{
    color: white;
}

.bs-footer__link
{
        color: white;
}

.btn-outline-light
{
        color: #f5d162;
    border-color: #f5d162;
}

.btn-cart:hover, .btn-login:hover
{
    color: #fcdc6e;
}

.btn-outline-light:hover
{
    color: white;
    background-color: #5e17eb;
    border-color: #5e17eb;
}

.bs-footer__link.bs-footer__link:hover
{
    color: #f5d162;

}

.bs-menu__lv2:not(.bs-menu__title):hover
{
    background: #773bee;
}


.btn-primary
{
    font-weight: bold;
}

@media screen and (max-width: 992px){
.bs-footer__social .btn-social{
        font-size: 1.5rem;
            border: 1px solid #edc160;
    color: #edc160;

}}

.bs-header .form-control::placeholder
{
    color: white;
}

.bs-footer .form-control::placeholder
{
     color: white;
}

.bs-header .bs-social-media a
{
        font-size: 20px;
}

.bs-header .btn-link {
    color: white;
}

.bs-header .btn-link:hover {
    color: #fcdc6e;
}

.badge
{
        font-size: 90%;
}

.page-item.active .page-link
{
        background-color: #5e17eb;
    border-color: #5e17eb;
}

.noUi-connect
{
       background: #773bee;
}



h1, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
        color: black;
}

.fa-arrow-alt-circle-left:before
{
        COLOR: WHITE;

}

.fa-bars:before
{
     COLOR: WHITE;
}

.bs-footer__social .chat-whatsapp
{
    border: #25d366;
    color: white;
        background: #25d366;
}

.bs-footer__social .chat-whatsapp:hover
{
      border: #25d366;
    color: white;
        background: #25d366;
        opacity: .7;
}
@media screen and (max-width: 992px){
.bs-footer__social .chat-whatsapp
{
        border: #edc869 1px solid;
    color: #edc869;
    background: #4e4633;
}}

.container.bs-form .list-group-item
{
    color: #5e17eb;
        font-size: 10.5px;
}

.container.bs-form .list-group-item:hover
{
       color: #5e17eb;
       opacity: .7;
        
}

.breadcrumb-item a
{
    color: black;
        font-weight: bold;
}

.bs-header .img-fluid
{
    
       width: 250px;
}

.bs-footer {
    background-image: url(fondofooter2.png);
    background-size: cover;
    color: white;
}

.colorear {
      background-image: linear-gradient( rgb(0 0 0 / 60%), rgb(0 0 0 / 86%) ), url(fondofooter2.png);
}

.bs-form-inline button
{
    background: #d8ac81;
}