/*  MICROTHEMER STYLES  */


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

/** General >> Ffp payment info **/
.ffp_payment_info {
	box-shadow: 0 0 rgba(227, 232, 238, 0) !important;
	background-color: rgb(253, 252, 251) !important;
	margin-top: 0 !important;
	border-top-style: none !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** General >> Ffp payment info ffp payment info item **/
.ffp_payment_info .ffp_payment_info_item {
	box-shadow: 0 0 rgb(255, 255, 255) !important;
	background-color: rgb(249, 247, 245) !important;
	padding-right: 32px !important;
	padding-left: 32px !important;
	border: 1px solid rgb(238, 236, 235) !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-justify-content: flex-start !important;
	justify-content: flex-start !important;
	-webkit-align-items: flex-start !important;
	align-items: flex-start !important;
}

/** General >> Ffp payment info ffp item heading **/
.ffp_payment_info .ffp_item_heading {
	color: rgb(47, 93, 117) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: .5px !important;
	border-top-style: none !important;
}

/** General >> Ffp payment info ffp item value **/
.ffp_payment_info .ffp_item_value {
	font-size: 16px !important;
}

/** General >> Table head table heading **/
thead th {
	color: rgb(47, 93, 117) !important;
	font-size: 16px !important;
	letter-spacing: .5px !important;
	background-color: rgb(249, 247, 245) !important;
	border-color: rgb(238, 236, 235) !important;
}

/** General >> Ffp table table data **/
.ffp_table td {
	font-size: 16px !important;
	border-left-color: rgb(238, 236, 235) !important;
}

/** General >> Ffp total row table heading **/
.ffp_total_row th {
	color: rgb(131, 151, 145) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-left-color: rgb(238, 236, 235) !important;
}

/** General >> Ffp order items table **/
.ffp_order_items_table {
	min-width: 350px !important;
	border-color: rgb(238, 236, 235) !important;
	overflow: scroll !important;
}

/** General >> Table body table row **/
tbody tr {
	border-color: rgb(238, 236, 235) !important;
}

/** General >> Ffp order items table table head **/
.ffp_order_items_table thead {
	
}

/** General >> Table head:(1) table row **/
.table_bordered > thead:nth-of-type(1) > tr {
	border-color: rgb(238, 236, 235) !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

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

	/** General >> Ffp payment info **/
	.ffp_payment_info {
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}


}


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

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

	/** General >> Ffp payment info **/
	.ffp_payment_info {
	margin-top: -32px !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	transform: scale(.8, .8) !important;
}

	/** General >> Ffp order items table **/
	.ffp_order_items_table {
	margin-top: -64px !important;
	transform: scale(.8, .8) !important;
}


}

