@charset "UTF-8";

/*
Theme Name: Divi Enfant par Incomm
Description: Theme enfant du theme Divi
Author: Incomm
Author URI: https://www.incomm.fr
Template: Divi
Version: 1.0
*/

.prod-right-column h4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.thumb_img .dica-container.arrow-outer-position .swiper-button-next {
    right: -30px;
    height: 100% !important;
    border-radius: 0 15px 15px 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.thumb_img .dica-container.arrow-outer-position .swiper-button-prev {
    left: -30px;
    height: 100% !important;
    border-radius: 15px 0 0 15px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.prod-left-column .yith-wcbm-badge.yith-wcbm-badge-custom {
    border-radius: 0 25px 25px 0;
    top: 1.5vw!important;
    font-family: Poppins;
    font-size: 25px;
    /* 1.563vw;*/
    font-weight: 400;
}

.prod-left-column .woocommerce-product-gallery__trigger {
    display: none!important;
}

.prod-right-column p.comment-form-cookies-consent,
.prod-right-column p.comment-notes,
.prod-right-column span#reply-title {
    display: none!important;
}

.prod-right-column #commentform {
    padding-bottom: 2vw!important;
}

.prod-right-column #commentform p {
    margin-bottom: 0!important;
}

@media (min-width:768px) {
    .prod-right-column p.comment-form-email {
        width: 47%;
        float: left;
        margin-left: 5%!important;
    }
    .prod-right-column p.comment-form-author {
        width: 47%;
        float: left;
    }
    .prod-left-column .yith-wcbm-badge.yith-wcbm-badge-custom {
        font-size: 30px;
    }
}


/* Masquer l'en-tête de la page des commandes WooCommerce */
.wp-admin .woocommerce-layout__header .woocommerce-layout__header-wrapper
{
    display: none !important;
}