.wp-block {} /*  Ensures MT files load in FSE */
/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Xoo wl btn popup **/
.xoo-wl-btn-popup {
	margin-top: 24px !important;
}

/** General >> Awl label text **/
.awl-label-text {
	border-radius: 8px !important;
}

/** General >> Wcvat toggle.on **/
}#wcvat-toggle.on {
	background-color: var(--primary-color) !important;
}

/** General >> Wcvat toggle **/
#wcvat-toggle.on {
	background-color: var(--primary-color) !important;
	border-radius: 8px !important;
}

/** General >> Wcvat toggle _2 **/
#wcvat-toggle {
	border-radius: 8px !important;
}

/** General >> Button **/
#piotnetgrid button {
	background-color: var(--primary-hover-color) !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/** General >> Button (:hover) **/
#piotnetgrid button:hover {
	background-color: var(--primary-color) !important;
}

/** General >> Lpr button **/
.lpr-button {
	background-color: var(--primary-color) !important;
	border-radius: 8px !important;
}

/** General >> Svg **/
.lpr-message svg {
	fill: var(--primary-color) !important;
}

/** General >> Lpr total items **/
.lpr-total-items {
	background-color: var(--primary-color) !important;
}

/** General >> Lpr cart button **/
.lpr-cart-button {
	color: var(--primary-hover-color) !important;
}

/** General >> Message text **/
.message-text {
	padding-bottom: 1rem !important;
}

/** General >> Lpr message **/
.lpr-message {
	background-color: var(--primary-alt-color) !important;
}

/** General >> Lpr button (:hover) **/
.lpr-button:hover {
	background-color: var(--primary-hover-color) !important;
}

/** General >> Lpr cart button (:hover) **/
.lpr-cart-button:hover {
	color: var(--primary-color) !important;
}

/** General >> Lpr modal close **/
.lpr-modal-close {
	background-color: var(--primary-color) !important;
}

/** General >> Megamenu Product Category Image **/
.product-category img {
	width: 50px !important;
	height: 50px !important;
}

/** General >> Meag Menu Product category Container **/
.product-category {
	width: 250px !important;
	height: auto !important;
}

/** General >> Doropdown Category Link (:hover) **/
.product-category a:hover {
	transform: scale3d(1.1, 1.1, 1) !important;
}

/** General >> Piotnetgrid facet field sub label count **/
.piotnetgrid-column .piotnetgrid-facet__field-sub-label-count {
	font-size: 0 !important;
}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** General >> Form div **/
	form > div {
	display: -webkit-inline-flexbox !important;
	display: -moz-inline-flexbox !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
	-webkit-align-items: stretch !important;
	align-items: stretch !important;
}

}

