/* menu start */
.woocommerce-MyAccount-navigation {
	margin-top: 32px;
	margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation ul {
	margin-left: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation-link a {
	display: block;
	border-radius: 5px;
	border: 2px solid #1795D2;
	padding: 20px 44px;
	font-size: 15px;
	color: #1795D2;
}

@media screen and (max-width: 1170px) {
	.woocommerce-MyAccount-navigation-link a {
		padding: 12px 22px;
	}
}

@media screen and (max-width: 917px) {
	.woocommerce-MyAccount-navigation ul {
		justify-content: start;
	}
	.woocommerce-MyAccount-navigation-link {
		margin-right: 8px;
		margin-bottom: 5px;
	}
	.woocommerce-MyAccount-navigation-link a {
		padding: 10px 16px;
	}
}

@media screen and (max-width: 490px) {
	.woocommerce-MyAccount-navigation-link a {
		padding: 5px 12px;
		font-size: 13px;
	}
}

.woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation-link.is-active a {
	text-decoration: none !important;
	color: #fff;
	background: #1795D2;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
	border-color: #55BD40;
	background: #55BD40;
	color: #fff !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	color: #55BD40 !important;
	background-color: transparent;
}
/* menu end */

.bfw_user_account_content h2{
	display: none;
}

.title_bca {
	font-weight: 700;
	font-size: 16px;
}

.title_bca--thin {
	font-weight: 400;
}

.value_bca {
	color: #55BD40;
	font-size: 16px;
}

.bfw-progress-bar,
.bfw-progressbar-block,
.remaining-amount,
.bfw_social_links {
	display: none;
}

.referal-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 31px;
	border-radius: 5px;
	color: #fff;
	background: #55BD40;
}

.referal-block__right {
	text-align: center;
}

.referal-block .value_bca {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
}

#copy_referal {
	width: auto;
	background: none;
	font-size: 14px;
}

@media screen and (max-width: 900px) {
	.referal-block {
		display: block;
	}

	.referal-block__right {
		margin-top: 10px;
		text-align: left;
	}

	.referal-block .value_bca {
		font-size: 22px;
		word-break: break-all;
	}
}

.shop_table,
.table-bfw {
	text-align: center;
}

.shop_table th,
.table-bfw th {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #fff;
	font-weight: 500;
	border-color: #1795D2;
	border-right-color: #fff;
	background: #1795D2;
}

.shop_table td,
.table-bfw td {
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 500;
}

.shop_table th:last-child,
.table-bfw th:last-child {
	border-right-color: #1795D2;
}

.main .form-row label {
	font-size: 12px;
	font-weight: 500;
	color: #000;
}
.woocommerce form .form-row input.input-text, .select2-container--default .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field, select {
	height: 39px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field, select {
	border-color: #1795D2;
	font-size: 12px;
	padding: 9px 16px;
}

.select2-dropdown {
	border-color: #1795D2;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	width: 48% !important;
}

.woocommerce button.button {
	font-size: 12px;
	height: 48px;
	background: #1795D2;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 36px;
	width: auto;
}

.lk__desc {
	margin-bottom: 30px;
	font-size: 15px;
	color: #000;
	font-weight: 500;
	opacity: 0.5;
}

.lk-fields-group {
	display: flex;
	align-items: center;
	gap: 12px;
}

@media screen and (max-width: 700px) {
	.lk-fields-group {
		flex-direction: column;
		align-items: start;
		gap: 0;
	}
}

.bonus-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bonus-header__left {}
.bonus-header__right .btn {
	box-shadow: none;
}