#popupAjoutPanier{
    padding: 20px;
}
#popupAjoutPanier #articlesPanier{
    max-height: 200px;
    padding-right: 20px;
    margin-right: -20px;
    overflow-y: auto;
}
#popupAjoutPanier #articlesDeclinaisonsPanier{
    max-height: 400px;
    padding-right: 20px;
    margin-right: -20px;
    overflow-y: auto;    
}
@media screen and (max-width: 639px){
    #popupAjoutPanier #articlesPanier{
        max-height: 400px;
    }
}
#popupAjoutPanier .article-panier hr{
    margin-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 639px){
    #popupAjoutPanier .article-panier hr{
        margin-top: 10px;
        padding-bottom: 10px;
    }    
}
#popupAjoutPanier #imagePopup{
    width: 120px;
    height: auto;
    padding: 10px;
    border: 1px solid #E8E8E8;
}
#popupAjoutPanier .quantite-popup .buttonConversion{
    width: 15px;
    height: 15px;
    font-size: 13px !important;
    font-weight: 700;
    border-radius: 3px !important;
    line-height: 14px;
    padding: 0 !important;
}
#popupAjoutPanier .quantite-popup input{
    text-align: center;
    width: 35px;
    border: none;
    font-size: 13px !important;
}
#popupAjoutPanier .prix-popup{
    white-space: nowrap;
}
#popupAjoutPanier #crossSellingPopup hr{
    margin-top: 40px;
    padding-bottom: 20px;
}
#popupAjoutPanier #crossSellingPopup .crossSellingImage{
    height: 120px;
}
#popupAjoutPanier #crossSellingPopup .crossSellingImage img{
    max-height: 120px;
    padding: 10px;
}