/*
Theme Name: Triterra
*/

.wpcf7-not-valid {
	border: 1px solid red !important;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.wpcf7-response-output {
	display: none !important;
}

@media screen and (max-width:1200px) {
	#wpadminbar {
        position: fixed !important;
		overflow: hidden;
	}
}



@keyframes loading {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* .loading{
	position: relative;

}
.loading .section-products__wrapper{
	opacity: 0.5;
}
.loading:after {
	content: '';
	position: absolute;
	border-radius: 50px;
	animation: loading 2s linear infinite;
	filter: none;
	background-image: none !important;
}
#ajaxloadcontent.loading:after {
	border: 10px solid #37482F;
	border-top-color: #EDF4D1;
	top: 14px;
	left: 50%;
	width: 40px;
	height: 40px;
	z-index: 2;
} */


.gift-card-content-editor.step-appearance {
	display: none;
}

#finest-count {
	display: none;
}
.data-block form{
	display: none;
}
.wpcf7{
	direction: rtl;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: rtl;
}
.card .select-count-block {
	display: none;
}
.card .reset_variations {
	display: none!important;
}
.cart .variations.cfvsw-variation-disable-logic .cfvsw-selected-label{
	display: none;
}