/*  MICROTHEMER STYLES  */


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

/** General >> Page label **/
.page label {
	/* MT [ google_font: 1 ] */
	font-family: 'Open Sans' !important;
	font-size: 16px !important;
	font-weight: normal !important;
}

/** General >> Form group form control **/
.form-group > .form-control {
	border-color: rgb(233, 135, 22) !important;
}

/** General >> Fl post 11 [type="submit"] **/
#fl-post-11 [type="submit"] {
	font-family: Open Sans !important;
	text-transform: uppercase !important;
	background-color: rgb(233, 135, 22) !important;
	padding: 12px !important;
	border-color: rgb(233, 135, 22) !important;
}

/** General >> pp testimonials content **/
.pp-testimonials-content {
	background-color: rgb(255, 255, 255) !important;
	padding: 20px !important;
}

/** General >> widgettitle **/
.widgettitle {
	font-family: Open Sans !important;
}

/** General >> Ff t column 2 ff cond v **/
.ff-t-column-2 .ff_cond_v {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(51, 51, 51) !important;
	padding: 15px !important;
}

/** General >> Ff cond v heading 4 **/
.ff_cond_v h4 {
	color: rgb(255, 255, 255) !important;
}

/** General >> Ff cond v table **/
.ff_cond_v table {
	border-color: rgb(255, 255, 255) !important;
}

/** General >> Ff cond v table data (#1) **/
.ff_cond_v td:nth-of-type(1) {
	border-color: rgb(255, 255, 255) !important;
}

/** General >> Ff cond v table data **/
.ff_cond_v td {
	padding: 5px !important;
	border: 1px solid rgb(255, 255, 255) !important;
}

/** General >> Product list widget product title **/
.product_list_widget .product-title {
	color: rgb(242, 72, 12) !important;
}

/** General >> Price bdi **/
.price bdi {
	color: rgb(242, 72, 12) !important;
}

/** General >> Cat item link **/
.cat-item a {
	color: rgb(242, 72, 12) !important;
}

/** General >> Uabb out of stock **/
.uabb-out-of-stock {
	color: rgb(242, 72, 12) !important;
}

/** General >> Price slider amount button **/
.price_slider_amount button {
	background-color: rgb(242, 72, 12) !important;
	border-color: rgb(242, 72, 12) !important;
}

/** General >> Btn primary **/
.btn-primary {
	background-color: rgb(242, 72, 12) !important;
	border-color: rgb(242, 72, 12) !important;
}

