﻿/* <CATALOGO LISTADO> */
#fCatalogoListado {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#fCatalogoListado .listadoFiltros {
    padding: 1rem;
}

#fCatalogoListado .listadoFiltros ul li {
    padding-bottom: 0rem;
}

#fCatalogoListado .listadoFiltros .titFiltros {
    font-weight: 800;
    padding-bottom: 0rem;
}

#fCatalogoListado .listadoProductos .card {
    margin-bottom: 2rem;
    border: none;
}

#fCatalogoListado .listadoProductos .card .card-body {
    padding: 0;
}

#fCatalogoListado .listadoProductos .card-text {
    padding: .15rem;
}

#fCatalogoListado .card-img-top {
    border: none;
    border-radius: 0px;
}

#fCatalogoListado .nombre {
    font-size: 100%;
    margin-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    text-align: center;
}

#fCatalogoListado .nombre a {
    color: #111;
    text-decoration: none;
}

#fCatalogoListado .nombre a:hover {
    color: #111;
    text-decoration: underline;
}

#fCatalogoListado .precioAnterior {
    font-size: 80%;
    text-decoration: line-through;
    margin-bottom: 0;
    color: #666;
}

#fCatalogoListado .precio {
    font-size: 120%;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.2;
}

#fCatalogoListado .precio .descuento {
    color: #802452;
    font-size: 75%;
    font-weight: 400;
}

#fCatalogoListado .marca {
    color: #802452;
    font-weight: 400;
}

#fCatalogoListado .destacado {
    margin-top: 0;
    font-size: 85%;
}

#fCatalogoListado .destacado .icono {
    color: #802452;
}


@media only screen and (max-width: 991px) {

    #fCatalogoListado {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

}

/* </CATALOGO LISTADO> */


.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}

.bs-canvas-overlay.show {
    opacity: 0.85;
    /*z-index: 1100;*/
    z-index: 99999;
}

.bs-canvas {
    top: 0;
    width: 0;
    /*z-index: 1110;*/
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
}

.bs-canvas-left {
    left: 0;
}

.bs-canvas-right {
    right: 0;
}

.bs-canvas-anim {
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.bg-success {
    background-color: #51393F !important;
}


/* *********** QUADRATO *********** */

#fCatalogoListado .filtros {
    padding-bottom: 1rem;
}

.filtrosActivo {
    color: #802452;
    font-weight: bold;
}


