.producto_listado{
    padding-left:0px;
    position: relative;
}
.producto_item{
    width: 28.5%;
    /*margin-left: inherit !important;*/
    margin-left: 48px;
    padding-left: 0px;

    /*width: 350px;*/
    float: left;
    margin-right: 0px;
    /*display: none;*/
}
.trending_item_imagen img{
    max-height: 270px;
    min-height: 270px;
}
.listado_filtro_cabecera{
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    padding-top: 30px;
    margin-bottom: 20px;
    width: 90%;
    float:left;
    max-width: 280px;
    cursor: pointer;
}
.panel_cerrado{
    background:url(/_img/panel_cerrado.png) 100% 65% no-repeat transparent;
    margin-bottom:0px !important;
}
.panel_abierto{
    background:url(/_img/panel_abierto.png) 100% 65% no-repeat transparent;
}
.listado_filtro_item{
    width: 90%;
    float:left;
    margin-bottom: 5px;
    max-width: 280px;
}
.listado_check{
    float: right;
    border: 1px solid #000;
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    margin-top:8px;
    cursor: pointer;
}
.listado_check:active, .listado_check:checked{
    border: 1px solid transparent;
    background-color:#000;
}
.cargador_vinos{
    margin-top: 100px;
    /*
    height: 800px;
    background: url(https://cdn4.iconfinder.com/data/icons/pictype-free-vector-icons/16/spinner-16.png) 0 6px no-repeat transparent;
    padding-left: 20px;
    */
}
.cargar_mas{
    background:url("/_img/cargar_mas.png") 0 0 no-repeat transparent;
    width:90px;
    height:90px;
    position: absolute;
    bottom:-120px;
    z-index: 232;
    left:50%;
    margin-left:-45px;
    cursor: pointer;
}

@media screen and (min-width: 1500px) {
    .producto_item{
        /*width: 20.5%;*/
    }   
}
@media screen and (max-width: 1025px) {
    .trending_item_imagen img{
        max-height: 270px;
        min-height: inherit;
        max-width: 100%;
    }
}


