/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.form-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	gap: 10px;
	flex-wrap: wrap;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: #165628;
	color: #fff;
	border-radius: 4px;
}

.wpcf7-not-valid-tip {
	position: absolute;
}

.agrement {
	margin-top: 20px;
}

.agrement {
	margin-top: 20px;
	color: #fff;
	text-align: center;
}

.agrement a {
    color: #fff;
}

.table-tech table tbody tr:nth-child(2n) {
	background: #ededed;
}

.table-tech table tbody tr {
    color: #242424;
    font-weight: 600;
}

.form-1 input {
	margin-top: 15px;
}

.popmake label {
	margin-top: 15px;
}

.product-label.featured {
	background: url(../woodmart/images/fire.png) center center / contain no-repeat;
	background-color: #fff !important;
	font-size: 0 !important;
}