/*  MICROTHEMER STYLES  */


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

/** General >> Submit button **/
#fl-main-content button[type="submit"] {
	color: rgb(2, 170, 255) !important;
	background-color: rgb(0, 0, 0) !important;
	padding: 10px !important;
	border-color: rgba(0, 0, 0, 0) !important;
	border-radius: 0 10px 10px 10px !important;
}

/** General >> Submit button (:hover) **/
#fl-main-content button[type="submit"]:hover {
	color: rgb(0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	padding: 10px !important;
	border: 1px solid rgb(0, 0, 0) !important;
}

/** General >> Fl main content **/
#fl-main-content {
	background-color: rgb(51, 51, 51) !important;
}

/** General >> Woocommerce message **/
#fl-main-content .woocommerce-message {
	border-top-color: rgb(2, 170, 255) !important;
}

/** General >> Woocommerce message (::before) **/
#fl-main-content .woocommerce-message::before {
	color: rgb(2, 170, 255) !important;
	border-color: rgb(2, 170, 255) !important;
}

/** General >> Rfqcart link shop **/
#fl-main-content .rfqcart-link-shop {
	color: rgb(2, 170, 255) !important;
	background-color: rgb(0, 0, 0) !important;
	border: 1px solid rgba(0, 0, 0, 0) !important;
	border-radius: 0 10px 10px 10px !important;
}

/** General >> Rfqcart link shop (:hover) **/
#fl-main-content .rfqcart-link-shop:hover {
	color: rgb(0, 0, 0) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgb(0, 0, 0) !important;
}

