/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-footer__top-section__info
{
    color: white;
}

.bs-footer__top-section__title
{
  color: white;
}

@media screen and (min-width: 992px){
.navbar-toggler {
        color: white;
        border: 2px solid #f27405;
        background: #f27405;
    }}

.navbar-toggler, .btn-cart, .btn-login, .btn-search
{
    background: #f27405;
    color: white;
    border: 2px solid #f27405;
}

.navbar-toggler:hover, .btn-cart:hover, .btn-login:hover, .btn-search:hover
{
    background: #ff9f4a;
    color: white;
    border: 2px solid #ff9f4a;
}

.bs-header-top {
    background: var(--header-top-bg-color, #F27405);
    }

.bs-copyright {
    background: #8A9CBF;
    }

.cart-items {
    background: rgb(121 139 174);
    }



.outStock .bs-collection__product__img img
    {
filter: none;
    }

.bs-collection__stock {
    left: 25%;
    top: 92%;
    padding: 0.2em;
    font-size: 10px;
}

.btn-primary {
    background: #f27406;
    border-color: #f27406;
    color: WHITE;
}

.bs-footer {
    border-top: 1px solid #ffffff;
}

.bs-categories__title {
    color: #4d4d4d;
}

.bs-footer__top-section .btn:disabled {
    color: white;
    border-color: white;
}

.custom-control-label
{
    text-transform: uppercase;
}

.input-group .form-control::placeholder {
    color: white !important;
}