/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
 
 #index {background: #ebecef;}
 body .product-add-to-cart .btn.add-to-cart {background: #3470B3; margin-left: 15px; border-color: #3470B3;}

 #group_accessories .option-row h4 { display: block; width: 100%; padding: 10px; color: #fff; background: #3470B3; cursor: pointer; }

 .materiel-icon {width: 100px; height: 100px; margin-left: auto; margin-right: auto; fill: #fff; background-color: #3470b3; border-radius: 50%;
    display: flex; align-content: center; flex-wrap: wrap; align-items: center; justify-content: center; }
 .materiel-icon svg {width: 80px; height: 50px; }

 #home-block3 {background-image: url("/img/cms/vector-1_1.webp"); background-position: center left; background-repeat: no-repeat; background-size: contain;}