/*  MICROTHEMER STYLES  */


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

/** General >> Table row (#1) table data **/
.hrw_wallet_balance_table > tbody:nth-of-type(1) > tr:nth-of-type(1) > td {
	font-size: 15px !important;
	font-weight: 500 !important;
	border-bottom-style: hidden !important;
}

/** General >> Payment image **/
#payment img {
	font-size: 16px !important;
	display: none !important;
}

/** General >> Fl node 53kaiuqyjr69 fl row content wrap **/
.fl-node-53kaiuqyjr69 .fl-row-content-wrap {
	padding-top: 0 !important;
	margin-top: -8px !important;
	margin-left: 10px !important;
}

/** General >> Tab description heading 2 **/
#tab-description h2 {
	display: none !important;
}

/** General >> Breadcrumb cart checkout fl module content (:hover) **/
.breadcrumb-cart-checkout .fl-module-content:hover {
	text-decoration: underline !important;
}

/** General >> Fluentform 2 ff el form top **/
#fluentform_2 .ff-el-form-top {
	padding-top: 0 !important;
	margin-top: 0 !important;
}


/*= Wallet ==================== */

/** Wallet >> Fl post 14 hrw wallet balance table **/
#fl-post-14 .hrw_wallet_balance_table {
	box-shadow: 0 0 0 0 rgb(204, 204, 204) !important;
	border: 1px solid rgb(230, 230, 230) !important;
	border-radius: 0 !important;
}

/** Wallet >> Hrw wallet balance table hrw exp date **/
.hrw_wallet_balance_table .hrw_exp_date {
	color: rgb(85, 85, 85) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

/** Wallet >> Hrw wallet balance table hrw total balance _3 **/
.hrw_wallet_balance_table .hrw_total_balance {
	color: rgb(85, 85, 85) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

/** Wallet >> Hrw wallet balance table hrw total balance _2 **/
.hrw_wallet_balance_table .hrw_status {
	color: rgb(85, 85, 85) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

/** Wallet >> Hrw wallet balance table hrw total balance **/
.hrw_wallet_balance_table .hrw_status {
	color: rgb(85, 85, 85) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

/** Wallet >> Hrw wallet balance table hrw active status **/
.hrw_wallet_balance_table .hrw_active_status {
	background-color: rgb(197, 93, 102) !important;
}

/** Wallet >> Hrw wallet balance table table data (#1) **/
.hrw_wallet_balance_table td:nth-of-type(1) {
	background-color: rgb(230, 230, 230) !important;
}

/** Wallet >> Table row (#2) table data **/
tbody > tr:nth-of-type(2) > td {
	border-bottom-style: hidden !important;
}

/** Wallet >> Table row (#3) table data **/
tbody > tr:nth-of-type(3) > td {
	border-bottom-color: rgb(230, 230, 230) !important;
	border-bottom-style: solid !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** General >> Table row (#1) table data **/
	.hrw_wallet_balance_table > tbody:nth-of-type(1) > tr:nth-of-type(1) > td {
	font-size: 14px !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> Table row (#1) table data **/
	.hrw_wallet_balance_table > tbody:nth-of-type(1) > tr:nth-of-type(1) > td {
	font-size: 14px !important;
}

}

