.checkout-article-preview {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
}

.article-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    z-index: 9999;
}

.single-product .image-preview {
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-product #article_titre:focus, .woocommerce-input-wrapper input:focus{
    background: #fff !important;
    color: #000 !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    display: none;
}

.woocommerce div.product div.summary {
    width: 100% !important;
}

.custom-product-content {
    margin-bottom: 20px
}

.price {
    display: none;
}

.product-price-before-add-to-cart .price {
    display: block;
}

.product-price-before-add-to-cart .woocommerce-Price-amount {
    font-size: 21px;
    font-weight: 600;
}

.extra-fields-image-upload {
    margin-top: 15px;
}

.woocommerce-checkout #single-content {
    width: 95%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1 {
    width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper {
    width: 100%; /* Assurez-vous que le conteneur prend toute la largeur disponible */
}

#billing_phone {
    height: 43px;
    padding: 0 20px;
    margin: 0;
    background: #fff;
    color: #9a9a9a;
    border: 1px solid #dedede;
    width: 100%;
    font-family: oswaldregularitalic;
    font-size: 1em;
}

#billing_country_field .select2-selection {
    border: 1px solid #dedede;
    margin: auto;
    height: 43px;
    padding-top: 6px;
}

#billing_country_field #select2-billing_country-container {
    padding: 0px 20px;
    margin: auto;
    background: #fff;
    color: #9a9a9a;
    width: 100%;
    font-family: oswaldregularitalic;
    font-size: 1em;
}

.single_add_to_cart_button, #place_order,.woocommerce-button {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 3px;
    color: #fff !important;
    background-color: #0599d9 !important;
    font-family: oswaldlight;
    font-size: .95em;
    text-transform: uppercase;
    transition: all .2s ease-out;
    font-weight: 400 !important;
    font-size: 18px;
}

.single_add_to_cart_button:hover, #place_order:hover,.woocommerce-button:hover {
    background: #0b0b0b !important;
    color: #fff!important;
}

.single-product .price {
    text-align: center !important;
}

.single_add_to_cart_button {
    display: block !important; 
    margin: 0 auto !important; 
    text-align: center !important; 
    float: none !important;
    min-width: 185px !important;
}

.order-again {
    display: none !important;
}

.tabs.wc-tabs {
    display: none !important;
}

/***FORM***/
.woocommerce-form-register, .woocommerce-form-login {
    padding: 10px !important;
}

#reg_role, #billing_role {
    color: #000 !important;
}

#billing_role:focus {
    background: #fff !important;
    color: #000 !important;
}