/*
Theme Name: Printpress Child
Theme URI: http://cmsmasters.net/printpress-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Printpress Child Theme
Template: printpress
Version: 1.0.0
License:
License URI:
Text Domain: printpress-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* Modifie affichage de la quantité dans le panier */
.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex !important;  
    margin: 0 0 .25em;
    position: relative;
    width: auto !important; 
    max-width:150px;
}
.wc-block-components-quantity-selector__input {
    width: 50px !important; 
    margin-right: 5px !important; 
    text-align: center !important;  
    background-color: #fff !important;
    padding:0;
}
.wc-block-components-quantity-selector__button {
    flex-shrink: 0 !important;  
}

/* Ajoute espace après Add to cart */
.cmsmasters_single_product .cart {
    padding: 25px 0 25px;
}

/* Ajouter img Mondial Relay */
*/
label[for^="radio-control-"][for$="boxtal_connect:33"] .wc-block-components-radio-control__label::before {
    content: "";
    display: inline-block;
    background-image: url('https://www.edysseus.com/wordpress/wp-content/uploads/2025/05/mondialrelay.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.woocommerce-cart .wc-block-components-totals-shipping {
    display: none !important;
}





/* DIVERS CSS */
.bloc01 {
    color: #ffffff !important;
    font-size: 120%;
    }
    
    .bloc02 {
    color: #ffffff !important;
    font-size: 130%;
    line-height: 36px;
    }
    
    .bloc02 h1 {
    color: #ffffff !important;
    font-size: 350%;
    }
    
    .bloc02 h2 {
    color: #ffffff !important;
    font-size: 250%;
    padding: 0 !important;
    margin: 30px 0 !important;
    }
    
    .center-img {
        vertical-align:middle;
        margin-bottom:0 !important;
    }

    .author {
        font-size:1.3m;
        
    }