@import "boxListProductMedia-screen.css"(max-width: 1024px);

/* .boxCommand */
.boxComand { 
    color: #777777; 
    font-size: 1.2em;
    margin: 25px 0;
    display: table;
    width: 100%;
    font-family: Arial, sans-serif;
}
.boxComand div { float: right; }
.boxComand span { float: left; margin: 0 0 0 15px; padding: 7px 10px 0 0; }
.boxComand p { float: left; padding-top: 10px; }
.boxComand .select {
    background: #FFF !important;
    color: #777777;
    font-size: 1.2em;
    height: 28px;
}
/* .boxCommand */

.listProd {
    float: left;
    margin: 47px 2.1% 0;
    width: 20.8%;
    vertical-align: top;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.listProd:hover { border-color: #3e3e40 }

.listProd a { display: block }

/*.listProd .img { margin-bottom: 10px; }*/
.listProd .img, .listProd .img span {
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}
.listProd .img span {display: table-cell;vertical-align: middle;width: 100%;text-align: center;}
.listProd .img a { height: 100%; width: 100%; display: table; }
.listProd .img img {margin: 0 auto;max-height: 100%;max-width: 100%;}

.listProd .desc { padding: 15px; text-align: center;}

.listProd .name {
    font-size: 1.4em;
    height: 60px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
}
.listProd .name, .listProd .name a {
    color: #777;
    font-weight: 300;
}

.listProd .buy {
    margin: 20px auto 0;
    display: table;
    padding: 10px 15px;
    background: #b11629;
    color: #fff;
    transition: .2s all linear;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.listProd:hover .buy {
    background: #000;
    color: #fff;
    transition: .2s all linear;
} 

.listProd .prices { margin-bottom: 10px; }
.listProd .padding { display: block; height: 35px; }

.listProd .priceDe_, .listProd .pricePor {
    font-size: 1.4em;
    font-weight: 300;
}
.listProd .priceDe_ {/* font-size: .8em; */height: 16px;margin-bottom: 5px;}
.listProd .priceDe_ a {color: #9a9aa0;text-decoration: line-through;font-size: .89em;}
.listProd .pricePor a {color: #8BC34A;/* font-family: 'poppinssemibold'; */font-weight: bold;}