/*  MICROTHEMER STYLES here  */


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

/** General >> Col sm 8 **/

.col-sm-8 {
	min-width: 100% !important;
}


/** General >> Woocommerce breadcrumb **/

.woocommerce-breadcrumb {
	display: none !important;
}


/** General >> Page title **/

.page-title {
	display: none !important;
}


/** General >> Entry title **/

.entry-title {
	display: none !important;
}


/** General >> Payment label **/

.payment_method_square > label {
	color: rgb(42, 42, 42) !important;
}


/** General >> Payment label _2 **/

.payment_method_paypal label {
	color: rgb(42, 42, 42) !important;
}


/** General >> [type="text"] **/

[type="text"] {
	min-width: 80% !important;
}


/** General >> Pushbutton wide **/

.pushbutton-wide {
	color: rgb(255, 255, 255) !important;
	box-shadow: 5px 5px 5px rgb(42, 42, 42) !important;
	background-color: rgb(43, 68, 23) !important;
	height: 34px !important;
	border-radius: 10px !important;
}

