/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> Nav menu 10 widget title **/
#nav_menu-10 .widget-title {
	color: rgb(255, 255, 255) !important;
}

/** Geral >> Text 2 widget title **/
#text-2 .widget-title {
	color: rgb(255, 255, 255) !important;
}

/** Geral >> Yith wcwl form yith wcwl share title **/
#yith-wcwl-form .yith-wcwl-share-title {
	position: relative !important;
	visibility: hidden !important;
}
.yith-wcwl-share-title:after {
	visibility: visible !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	content: "Compartilhe!" !important;
}

/** Geral >> Yith wcwl form wishlist empty **/
#yith-wcwl-form .wishlist-empty {
	text-align: center !important;
	position: relative !important;
	visibility: hidden !important;
}
.wishlist-empty:after {
	visibility: visible !important;
	position: absolute !important;
	top: 5 !important;
	left: 0 !important;
	padding-left: 20px !important;
	content: "Adicione produtos na sua lista de favoritos" !important;
}

/** Geral >> Post 99 woocommerce Button **/
#post-99 .woocommerce-Button {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(106, 151, 57) !important;
}

/** Geral >> Astra mobile cart drawer elementor button view cart **/
#astra-mobile-cart-drawer .elementor-button--view-cart {
	background-color: rgb(106, 151, 57) !important;
}

/** Geral >> Astra mobile cart drawer elementor button checkout **/
#astra-mobile-cart-drawer .elementor-button--checkout {
	background-color: rgb(106, 151, 57) !important;
}

/** Geral >> Astra mobile cart drawer elementor menu cart footer buttons **/
#astra-mobile-cart-drawer .elementor-menu-cart__footer-buttons {
	padding: 20px !important;
}

/** Geral >> Wc forward **/
#post-99 .wc-forward {
	color: rgb(255, 255, 255) !important;
}

/** Geral >> Wc forward (:hover) **/
#post-99 .wc-forward:hover {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(106, 151, 57) !important;
}

