#eShopContent
{
    margin-top:20px;
}
#logoCategory
{
    height: 180px;
    margin-top:20px;
}
#eShopContent .produit a{
    display: block;
    width: 100%;
    text-align: center;
}
#eShopContent .produit img
{        
    margin: auto;
    max-width: 100%;
    height: 180px;
}

#eShopContent .produit
{
    margin-bottom: 20px;
    text-align: center;    
}

#sortable 
{
    list-style-type: none;
}

#sortable li
{
    margin:0px !important;
    padding : 1px;    
    text-align: center;
}

li .unProduitDescr
{
    margin: 30px; 
    height: 230px;
    padding:5px;
}

select#selection
{
    color: black;
}

.mws-panel-header
{    
    height: 49px !important;
}

.newprice{
    color: red;
}
.promo
{
    text-decoration : line-through;
}

@media all and (max-device-width: 769px)
{
    .unProduitDescr h3, .prix{
        font-size: 1.5em;
    }

    .unProduitDescr
    {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
@media all and (max-device-width: 481px)
{
    .unProduitDescr h3, .prix{
    font-size: 2.5em;
}

    .unProduitDescr
{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
}


/*
@media all and (min-device-width: 480px)
{
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .unProduitDescr h3, .unProduitDescr div{
      font-size:1.8vw;
      
    }    
    .produit{        
      margin-top: 50px;
    }
}

.prix
{
    margin-top:20px;
    font-size: 12pt;
    font-weight: bold;
}

.newprice{
    color: red;
}
.promo
{
    text-decoration : line-through;
}
