.form-privacy {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.form-privacy .form-group.group2 {
	margin-top: 15px;
}
.form-privacy .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 10px;
}

.form-field + .form-privacy {
	margin-top: 0;
}

.form-full {
	padding: 0 18px;
	width: 100%;
}

#contact-form .form-privacy {
	margin-bottom: 0;
}
#contact-form .wpcf7-spinner {
	top: 5px;
}

.wpcf7-spinner {
	position: absolute;
	top: 10px;
	right: -40px;
	margin: 0;
}

.btn-submit-wrap {
	padding: 0 !important;
}
.btn-submit-wrap input {
	padding: 15px 18px !important;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
}

.wpcf7-response-output {
	margin-left: auto !important;
	margin-right: auto !important;
	margin: 0;
	width: 100%;
}

#opt-form {
	margin-left: auto;
	margin-right: auto;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item {
	display: block;
	width: 100%;
}

@media (max-width: 920px) {
	.single-product .variations tr td:nth-child(2n) {
		margin-right: 0;
	}
	.page-maint.single-product .variations tr td:nth-child(4) {
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media (max-width: 419px) {
	.single-product .variations tr td {
		width: 46% !important;
		margin-right: 15px;
	}
}