/*
Theme Name:   Woostify Child
Theme URI:
Description:  Woostify Child Theme
Author:       JPLorica
Author URI:   https://lorica.fr
Template:     woostify
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
Text Domain:  woostify-child
*/

.woocommerce-form-coupon {
    display: block !important;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

.woocommerce-additional-fields {
    background-color: #008675;
    padding: 2%;
    margin-bottom: 5%;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.woocommerce-additional-fields label {
    color: white !important;
}

//Forcer les codes promos en minuscules
#coupon_code {
    text-transform: lowercase !important;
}
