/*  MICROTHEMER STYLES  */


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

/** General >> Ast desktop header ast above header bar **/
#ast-desktop-header .ast-above-header-bar {
	background-color: rgb(3, 63, 215) !important;
}

/** General >> Table head product name **/
thead .product-name {
	color: rgba(51, 51, 51, 0) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0), transparent) !important;
}


/*( < 768 )*/
@media (max-width: 767.98px) {

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

	/** General >> Div (#1) div **/
	#masthead > div:nth-of-type(2) > div:nth-of-type(1) > div {
	background-color: rgb(3, 63, 215) !important;
}


}

