/* =====================================================
   VIRTUEMART 4.6.x - Fiche produit et Quantités panier
   ===================================================== */

/* Quantités VirtueMart */

.quantity-box input.quantity-input,
.quantity-input.js-recalculate {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;

    display: inline-block !important;
    flex: 0 0 50px !important;

    padding: 0 !important;
    margin: 0 !important;

    text-align: center !important;
    color: #000 !important;
    background: #fff !important;
}

/* Conteneur quantité */
.quantity-box,
.quantity-controls {
    display: flex !important;
    align-items: center !important;
}

/* Panier */
.vm-cart-item-quantity input[name^="quantity"] {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;

    text-align: center !important;
    color: #000 !important;
}

/* Boutons Ajouter au panier */
.vm-addtocart-button-wrapper .addtocart-button {
    width: auto !important;
}

/* Catégories */
.vm-subcategory {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vm-subcategory-title {
    display: block !important;
    width: 100% !important;

    max-width: 190px !important;
    margin: 0 auto !important;

    text-align: center !important;
    white-space: normal !important;
    line-height: 1.3 !important;
    font-size: 14px !important;

    min-height: 55px;
}

/* Produits Coups de cœur */
.vmproduct h2,
.vmproduct h3,
.vmproduct .product_name,
.vmproduct .product-name,
.vmproduct a {
    text-align: center !important;
}

/*****************************************
 Compacter les fiches produits
******************************************/

/*
.product-container,
.productdetails,
.spacer {
    height: auto !important;
    min-height: 0 !important;
}

.product {
    height: auto !important;
}
*/

.vm-product-ratings-container {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
}

.vm-product-s-desc {
    margin-bottom: 5px !important;
}

/* Désactiver l'étirement des titres */
.product-container .vm-product-title a {
    display: inline !important;
    height: auto !important;
}



/* TEST */
/*
.vmgroup ul.vmproduct{
    align-items:flex-start !important;
    align-content:flex-start !important;
}
*/
