/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.hidden-fields-container {
	display:none;
}
.form_sub {
	display: flex;
    width: 50%;
    gap: 20px;
    margin: auto;
}
@media (max-width: 480px) {
.form_sub {
    width: 100%;
    }
}