.blanco {
    color: white !important;
}

li.active {
    background: black !important;
    width: 25px !important;
    text-align: center !important;
}

li.active a {
    color: white !important;
}

/*Productos*/
a.current-category {
    color: red !important;
}

a.current-category i {
    font-size: 14px !important;
}

a.current-subcategory {
    color: red !important;
}

a.current-subcategory i {
    font-size: 11px !important;
}

/*Nav*/
.nav-desk li a {
    font-size: 15px !important;
    margin: 0 14px 0 0 !important;
    text-decoration: unset !important;
}

.blanco {
    color: white !important;
}

.negro {
    color: black !important;
}

.j-btn-prd-search {
    padding: 9px 24px;
    border-radius: 0px;
}

@media screen and (max-width: 900px) {
    .hidden-xs {
        display: none;
    }

    .pedido-centro {
        text-align: center !important;
    }

    .j-btn-prd-search{
        width: 100% !important;
        margin-top: 10px !important;
    }

    .boton-mobile{
        text-align: center !important;
        order: -1 !important;
        margin-bottom: 20px !important;
    }
    .pie-mobile{
        height: 150px !important;
    }
}

@media screen and (min-width: 900px) {
    .visible-xs {
        display: none;
    }

    .pedido-right {
        text-align: right !important;
    }
    .boton-desktop{
        text-align: right !important;
        order: 12 !important;
    }
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.descuento-monto{
    color: green;
}

.descuento-precio{
    text-decoration:line-through;color:red;font-size: 12px;
}
.social-hover:hover{
    color: white !important;
}
.social-hover{
    color: white !important;
}
.top-header-text{
    text-align: center;
    color:white;
}
.object-fit-cover{
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}
.object-fit-contain{
    object-fit: contain !important;
    width: 100%;
    height: 100%;
}
.line-volver{
    line-height: 44px !important;
}
.text-shipping{
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
}