/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.single_add_to_cart_button {
    border-radius: 5px !important;
}
input.custom-input,
textarea.custom-input,
select.custom-input {
    width: 100%;
    padding: 6px !important;
    border: 1px solid #2C2C2C !important;
    border-radius: 5px !important;
    font-size: 14px; 
    height: fit-content;
    margin-bottom: 2px !important;
    box-sizing: border-box;
}