/*  MICROTHEMER STYLES  */


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

/** General >> Prh1 **/
.prh1 h1 {
	font-family: "Bookman Old Style" !important;
	font-size: 48px !important;
	padding-bottom: 8px !important;
	border-bottom: 1px solid rgb(227, 144, 144) !important;
	border-bottom-right-radius: 2px !important;
}

/** General >> Woocommerce wd fill **/
.woocommerce .wd-fill {
	
}


/*( Phone )*/
@media (max-width: 480px) {

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

	/** General >> Prh1 **/
	.prh1 h1 {
	color: rgb(184, 108, 108) !important;
	font-size: 28px !important;
	padding-bottom: 8px !important;
	border-bottom: 1px solid rgb(231, 67, 67) !important;
}

	/** General >> Wd main logo image **/
	.wd-main-logo > img {
	width: 120% !important;
	padding-top: 0 !important;
	margin-top: 16px !important;
}


}

