/* price*/
.product-prices .price {
    line-height: 1.2;
    font-size: 50px;
font-weight: bold;
color: #3a6351;
}
/* Vidéo */
.quiteo-hero-video video{
    width:100% !important;
    height:auto !important;
    display:block;
}
/* */
.quiteo-hero-text{
    text-align:center;
    padding:80px 20px 60px;
  
}

.quiteo-badge{
    display:inline-block;
    background:#163b2d;
    color:#fff;
    font-size:13px;
    font-weight:600;
    padding:8px 16px;
    border-radius:30px;
    margin-bottom:25px;
}

.quiteo-hero-text h2{
    font-size:58px;
    line-height:1.15;
    font-weight:700;
    color:#163b2d;
    margin-bottom:25px;
    font-family: Georgia, serif;
}

.quiteo-hero-text p{
    font-size:24px;
    line-height:1.6;
    color:#4b5563;
    max-width:1100px;
    margin:0 auto 40px;
}

.quiteo-btn{
    display:inline-block;
    background:#163b2d;
    color:#fff !important;
    text-decoration:none;
    padding:18px 35px;
    border-radius:12px;
    font-size:22px;
    font-weight:600;
    transition:.3s;
}

.quiteo-btn:hover{
    opacity:.9;
}

/* HOME - 3 produits par ligne */
#index .featured-products .products .product-miniature{
    width:33.333% !important;
    max-width:33.333% !important;
    flex:0 0 33.333% !important;
}

/* Agrandir les cartes */
#index .product-miniature{
    padding:20px;
}

#index .product-miniature .thumbnail-container{
    min-height:550px;
}

#index .product-miniature .product-title{
    font-size:20px;
    line-height:1.4;
}

#index .product-miniature .price{
    font-size:24px;
    font-weight:600;
}
@media (max-width: 991px){
    #index .featured-products .products .product-miniature{
        width:50% !important;
        max-width:50% !important;
        flex:0 0 50% !important;
    }
}

@media (max-width: 767px){
    #index .featured-products .products .product-miniature{
        width:100% !important;
        max-width:100% !important;
        flex:0 0 100% !important;
    }
}

/* chrono */
body#checkout .delivery-option{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:flex-start !important;
}

body#checkout .delivery-radio-button{
    width:40px !important;
    flex:0 0 40px !important;
}

body#checkout .delivery-option > label{
    width:calc(100% - 40px) !important;
    max-width:calc(100% - 40px) !important;
    flex:0 0 calc(100% - 40px) !important;
    display:flex !important;
    align-items:center !important;
    gap:20px !important;
}

body#checkout #chronorelais_container{
    width:calc(100% - 40px) !important;
    max-width:calc(100% - 40px) !important;
    flex:0 0 calc(100% - 40px) !important;
    margin-left:40px !important;
    padding:25px 30px !important;
    box-sizing:border-box !important;
}

body#checkout #chronorelais_container .row{
    margin-left:0 !important;
    margin-right:0 !important;
}

body#checkout #chronorelais_map{
    width:100% !important;
    max-width:100% !important;
}

body#checkout #relais_txt_cont{
    width:100% !important;
    max-width:100% !important;
}

/*theme fiche produit plus large */
