/*  MICROTHEMER STYLES  */


/*= Content =================== */

/** Content >> Shopping cart heading 2 **/
.shopping_cart h2 {
	font-size: 18px !important;
}

/** Content >> EStore empty cart block **/
.eStore_empty_cart_block {
	font-size: 14px !important;
}

/** Content >> Shopping cart **/
.shopping_cart {
	font-size: 16px !important;
}

/** Content >> EStore cart item name value link **/
.eStore_cart_item_name_value a {
	color: rgb(119, 72, 155) !important;
}

/** Content >> Payment heading 3 **/
#payment h3 {
	font-size: 18px !important;
	font-weight: 700 !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/** Content >> Home page title hide **/
#span-15-70 {
	color: rgb(119, 72, 155) !important;
}

/** Content >> EStore product **/
.eStore-product {
	height: auto !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** Content >> Payment heading 3 _2 **/
	#payment > h3 {
	display: none !important;
}

	/** Content >> Heading 1 **/
	#brx-content h1 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

	/** Content >> Continue shopping link **/
	#brx-content .continue-shopping-link {
	color: rgb(255, 255, 255) !important;
}

	/** Content >> Fluent cart cart empty content text **/
	#brx-content .fluent-cart-cart-empty-content-text {
	display: none !important;
}

}

