/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2025 | 21:16:25 */
:root{
	--light-blue: #dce7e5;
	--light-green: #c7d9bf;
}
.bg-light-blue {
	background-color: var(--light-blue);
}
.bg-light-green {
	background-color: var(--light-green);
}
.text-underline, .text-underline a{
	text-decoration: underline;
}
.font-18{
	font-size: 18px;
}
.font-14 {
	font-size: 14px;
}
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-60{
	margin-top: 60px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.card {
	background-color: #fff;
	padding: 15px; 
}
.card-100{
	height: 100%;
}
.ta-row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.ta-col-12 {
	width: 100%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.ta-col-6 {
	width: 50%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.ta-col-4 {
	width: 33.33%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.ta-col-2 {
	width: 100%;
	max-width: 16.66%;
	padding-left: 15px;
	padding-right: 15px;
}
.dashboard-wrapper{
	margin-top: 140px; 
	margin-bottom: 50px; 
	padding-left: 50px; 
	padding-right: 50px;
}
.dashboard-wrap {
	display: flex;
	width: 100%;
	margin-top: 50px;
}
.dashboard-sidebar {
	min-width: 300px;
	width: 300px;
	padding-top: 25px;
}
.dashboard-content {
	margin-left: 50px;
	width: 100%;
	font-weight: 500;
}
.sidebar-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-nav li {
	padding-top: 15px;
}
.sidebar-nav li a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.sidebar-nav li.active a, .sidebar-nav li a:hover {
	text-decoration: underline;
}
.page-title h1 {
	font-size: 18px !important;
	line-height: inherit !important;
	margin-bottom: 10px;
}
.ta-row.whole-represent__list-row {
	margin-left: -20px;
	margin-right: -20px;
}
.ta-col-4.whole-represent__list-col {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
}
.whole-represent__list {
	height: 100%;
	background-color: #fff;
}
.whole-represent__list-head {
	background-color: var(--light-green);
	text-align: center;
	font-size: 18px;
	padding: 10px 5px;
	font-weight: 600;
}
.whole-represent__list-content {
	text-align: center;
	padding: 30px 15px;
	font-size: 18px;
}
.whole-represent__list-email {
	margin-bottom: 20px;
}
.dashboard-content__content {
	padding: 30px;
}
.user-welocme h3 {
	font-size: 24px !important;
}
ol {
	padding-left: 20px;
}
.inner-circle__btn {
	margin-left: 10%;
}
.inner-circle__btn a {
	background-color: #79be70;
	text-transform: uppercase;
	padding: 5px 23px;
	display: inline-block;
	border-radius: 30px;
}
.height-100 {
	height: 100%;
}
.min-height__120 {
	min-height: 120px;
}
.border-right {
	border-right: 1px solid #ccc;
}
.card-conent__center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.card-conent__vcenter {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.text-center{
	text-align: center;
}
.card.card-round {
	border-radius: 20px;
}
.reward-points__bar-title {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}
.reward-points__bar-bar {
	height: 16px;
	background-color: #ccc;
	overflow: hidden;
	border-radius: 10px;
	margin: 10px auto;
	width: 95%;
	position: relative;
}
.reward-points__bar-bar-value {
	height: 100%;
	background-color: #79be70;
}
.reward-points__bar-points {
	display: flex;
	justify-content: space-between;
}
.table-responsive table {
	width: 100%;
}
.table-responsive table td {
	padding: 5px;
}
.wishlist-single__wrap {
	margin-top: 30px;
}
.wishlist-single {
	height: 100%;
	position: relative;
}
.wishlist-single__media {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wishlist-single__media img {
	max-height: 100%;
}
.remove-wishlist {
	background-color: #d5d5d5;
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-weight: bold;
	font-size: 52px;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	line-height: 36px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.wishlist-single__content h3 {
	font-size: 24px !important;
	font-style: italic;
}
.wishlist-single__content h3 a {
	font-style: normal;
}
.earning-points__list .ta-row {
	margin-left: -8px;
	margin-right: -8px;
}
.earning-points__list .ta-col-2 {
	padding-left: 8px; 
	padding-right: 8px;
}
.earning-points__list-single {
	background-color: #79be70;
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	border-radius: 30px;
	align-items: center;
	height: 100%;
}
.earning-points__list-icon {
	height: 55px;
	width: 55px;
	margin-bottom: 15px;
}
.earning-points__list-icon img {
	max-width: 100%;
}
.earning-points__list-title {
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	line-height: 16px;
}
.earning-points__list-pts {
	font-weight: bold;
}
.earning-points__list-btn {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.earning-points__list-single-wrap {
	margin-top: 30px;
}
.earning-points__list-pts {
	font-weight: bold;
	text-transform: uppercase;
}
.small-text {
	font-size: 13px;
	font-weight: normal;
}
.health-circle {
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-right: -40px;
	justify-content: center;
}
.health-circle__single-wrap {
	margin-top: 15px;
	max-width: 100%;
	width: 350px;
	min-width: 350px;
	padding-left: 40px;
	padding-right: 40px;
}
.health-circle__single {
	background-color: #fff;
	height: 100%;
	border-radius: 0 0 30px 30px;
}
.health-circle__head {
	background-color: #79be70;
	padding: 15px;
	text-align: center;
	color: #fff;
}
.elite-circle .health-circle__head{
	background-color: #18620e;
}
.health-circle-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.health-circle-icon img {
	max-width: 100%;
}
.health-circle__head h3 {
	color: #fff;
	margin-top: 10px;
	font-weight: bold !important;
	font-size: 32px !important;
}
.health-circle__head h4 {
	color: #fff;
	font-weight: bold !important;
	font-size: 20px !important;
}
.health-circle__body ul {
	padding: 25px;
	margin: 0;
	list-style: none;
}
.health-circle__body ul li {
	margin: 10px 0;
}
.health-circle__body ul li img {
	width: 16px;
	height: auto;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.account-settings__form form{
	width: 500px;
	max-width: 100%;
}
.account-settings__form .form-group {
	margin-top: 15px;
}
.account-settings__form label {
	display: block;
	margin-bottom: 8px;
}
.account-settings__form .form-control {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	color: #000;
}
.btn.btn-primary {
	background-color: #79be70;
	color: #000;
	font-size: 14px;
	padding: 9px 35px;
	border-radius: 40px;
	font-weight: 500;
	font-family: var(--rfont) !important;
}
.account-wrapper.log-in .address-list__actions form {
	margin: 0 !important;
}
.address-list__actions button {
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	padding: 0;
}
.address-list__actions button:hover {
	color: #000 !important;
	opacity: .7;
}
.address-form__cus .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.address-form__cus .woocommerce-address-fields .woocommerce-input-wrapper input, .address-form__cus .woocommerce-address-fields .woocommerce-input-wrapper select {
	width: 100%;
	border: 1px solid #ccc !important;
	padding: 10px 15px;
	color: #000;
}
.address-form__cus .woocommerce-address-fields .button, .address-form__cus .woocommerce-address-fields .button:hover {
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	font-size: 14px;
	padding: 10px 35px;
	border-radius: 40px;
	font-weight: 500;
	font-family: var(--rfont) !important;
}
.address-form__cus .woocommerce-address-fields .woocommerce-input-wrapper .select-wrapper:after {
	display: none !important;
}


@media (max-width: 991px) {
	.account-cus__dashboard .ta-col-6, .account-cus__setting .ta-col-6, .dashboard-content__content  .ta-col-6{
		width: 100%;
	}
	.ta-col-6.border-right {
		border-right: 0;
	}
	.ta-col-4.whole-represent__list-col {
		width: 100%;
	}
	
}












