/* =============================================================================
   VTW CORE
   03 - SUMMARY
============================================================================= */

/* --------------------------------------------------------------------------
   Colonne de droite
--------------------------------------------------------------------------- */

.single-product .summary{

    display:flex;
    flex-direction:column;

}

/* --------------------------------------------------------------------------
   Titre
--------------------------------------------------------------------------- */

.single-product .summary .product_title{

    margin:0 0 10px;

    font-size:2.9rem;
    line-height:1.1;
    font-weight:700;

}

/* --------------------------------------------------------------------------
   Supprime le séparateur Flatsome
--------------------------------------------------------------------------- */

.single-product .summary .is-divider{

    display:none;

}

/* --------------------------------------------------------------------------
   Prix
--------------------------------------------------------------------------- */

.single-product .summary .price{

    margin:0 0 28px;

    font-size:2.2rem;
    font-weight:700;
    line-height:1;

}

/* --------------------------------------------------------------------------
   Description
--------------------------------------------------------------------------- */

.single-product .woocommerce-product-details__short-description{

    margin:0 0 35px;

    line-height:1.9;

}

.single-product .woocommerce-product-details__short-description p{

    margin-bottom:12px;

}

/* --------------------------------------------------------------------------
   Bloc avantages
--------------------------------------------------------------------------- */

.vtw-features{

    margin:0 0 35px;

}

.vtw-features h3{

    margin-bottom:18px;

}

.vtw-features ul{

    margin:0;
    padding-left:22px;

}

.vtw-features li{

    margin-bottom:14px;

}

/* --------------------------------------------------------------------------
   Stock
--------------------------------------------------------------------------- */

.single-product .stock{

    margin:0 0 18px;

    font-weight:600;

}

/* --------------------------------------------------------------------------
   Formulaire panier
--------------------------------------------------------------------------- */

.single-product form.cart{

    margin:0 0 24px;

}

/* --------------------------------------------------------------------------
   Apple Pay
--------------------------------------------------------------------------- */

.wc-stripe-payment-request-wrapper{

    margin-top:20px;

}

/* --------------------------------------------------------------------------
   Wishlist
--------------------------------------------------------------------------- */

.yith-wcwl-add-to-wishlist{

    margin-top:20px;

}