/*  MICROTHEMER STYLES  */


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

/** General >> Post 16 product type variable **/
.post-16 > .product_type_variable {
	background-color: rgb(95, 101, 52) !important;
}

/** General >> Post 23 product type variable **/
.post-23 > .product_type_variable {
	background-color: rgb(95, 101, 52) !important;
}

/** General >> Recent products product type variable **/
#recent_products .product_type_variable {
	background-color: rgb(95, 101, 52) !important;
}

/** General >> Content product type simple **/
#content .product_type_simple {
	
}

/** General >> Content product type simple _2 **/
#content .product_type_simple {
	
}

/** General >> Content add to cart button **/
#content .add_to_cart_button {
	
}
#content . {
	background-color: rgb(95, 101, 52) !important;
}

/** General >> Content onsale **/
#content .onsale {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(116, 123, 56) !important;
}

/** General >> Content current **/
#content .current {
	background-color: rgb(92, 97, 52) !important;
}

/** General >> Content current _2 **/
#content .current {
	color: rgb(255, 255, 255) !important;
}

/** General >> Content page numbers **/
#content .page-numbers {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(92, 97, 52) !important;
}

/** General >> #woocommerce_widget_cart-3 > .widget-heading **/
#woocommerce_widget_cart-3 > .widget-heading {
	color: rgb(7, 7, 7) !important;
	background-color: rgb(116, 123, 56) !important;
}

/** General >> #post-7 .woocommerce-info **/
#post-7 .woocommerce-info {
	
}

/** General >> #woocommerce_widget_cart-4 > .widget-heading **/
#woocommerce_widget_cart-4 > .widget-heading {
	background-color: rgb(116, 123, 56) !important;
}

/** General >> .woocommerce > .woocommerce-message **/
.woocommerce > .woocommerce-message {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(255, 255, 255) !important;
	border-top-color: rgb(255, 255, 255) !important;
}

/** General >> #menu-main a **/
#menu-main a {
	color: rgb(8, 8, 8) !important;
}

