/*
 Theme Name:   IT Monjil Child
 Description:  IT Monjil Child Theme
 Author:       MD MOINUL HOSSAIN
 Author URI:   https://mmoinulh.netlify.app/
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  IT Monjil
*/

.woocommerce-form-coupon {
    display: block !important;
}
.woocommerce-info, .wd-free-progress-bar{
	display: none !important;
}

.custom-button-container .custom-button {
    background-color: #009933;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    border-radius: 5px;
    width: 100%;
}

.custom-button-container .custom-button:hover {
    background-color: #00812b;
    color: #ffffff;
}