/*  MICROTHEMER STYLES  */


/*= CF7 ======================= */

/** CF7 >> cf7-label **/
label .wpcf7-form-control {
	width: 100% !important;
}

/** CF7 >> CF7 Checkbox **/
#wpcf7-f9-o1 [type="checkbox"] {
	margin-top: 16px !important;
	margin-left: -16px !important;
}

/** CF7 >> CF7 Submit Button **/
#wpcf7-f9-o1 [type="submit"] {
	width: 50% !important;
	padding: 5px !important;
	margin-top: 16px !important;
}

/** CF7 >> CF7 Label **/
.wpcf7-form label {
	color: rgba(0, 0, 0, 0.9) !important;
}

/** CF7 >> CF7 Text **/
.wpcf7-text {
	
}


/*= Shop ====================== */

/** Shop >> meals-repeater **/
.av-meals__repeater {
	display: grid !important;
	grid-gap: 8px !important;
	gap: 8px !important;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
}

/** Shop >> warenkorb **/
.oumcart-icon {
	color: white !important;
	margin-top: 2px !important;
}

/** Shop >> Warenkorb Button **/
.oxy-ou-offcanvascart .woocommerce-mini-cart__buttons a.button {
	width: 100% !important;
}

/** Shop >> Warenkorb Slider **/
.vi-wcaio-sidebar-cart-content-wrap {
	z-index: 1000 !important;
}

/** Shop >> Warenkorb Header Menü **/
.vi-wcaio-menu-cart {
	padding-top: 3px !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= Shop ====================== */

	/** Shop >> meals-repeater **/
	.av-meals__repeater {
	grid-template-columns: 1fr !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= Shop ====================== */

	/** Shop >> meals-repeater **/
	.av-meals__repeater {
	grid-template-columns: 1fr !important;
}


}

