.wt-settings {

	.form-group {

    .control-label,
    .form-label {
        // color: #545454;
        font-weight: 600;
      }
    }
}

.wt-billing-content {
	position: relative;
	.tab-pane{
		padding: 0 0 19px 0 !important;
	}
}


.column-2-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	.column-left {
		width: 48%;
		height: inherit;
		float: left;
		border: 0;
		position: relative;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	.column-right {
		width: 222px; //48%;
		height: inherit;
		float: left;
		position: relative;
		margin-left: 40px;
	}
}

.wt-billing-cart {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	li {
		font-size: 14px;
		padding: 10px 0;
		border-top: 1px solid #dadada;
		&:before {
			display: none;
		}
		.wt-billing-cart-total-price {
			font-size: $body-font-size;
			font-weight: 700;
		}
		.wt-billing-cart-price {
			float: right;
		}
	}
}

.wt-billing-form-expirationdate,
.wt-billing-form-creditcard-code {
	display: inline-block;
}
.wt-billing-form-creditcard-code {
	margin-left: 12px;
}

.wt-billing-cart {

}
.wt-billing-cart__header {
	background-color: #626262;
	color: #fff;
	padding: 12px;
}
.wt-billing-cart__content {
	padding: 12px;
	color: #626262;
	font-size: 14px;

}

.wt-settings-profile-user-profile-pic {
	text-align: center;
	position: relative;
	float: left;
	z-index: 200;
	margin-right: 10px;
	img {
		border-radius: 50%;
		display: inline-block;
		width: 100px;
		height: 100px;
		overflow: hidden;
		border: 5px solid #e5e9ec;
		background-color: #fff;
		vertical-align: middle;
	}
}

.wt-subscription-feature-list {
	.wt-subscription-feature {
		padding: 14px 20px;
		border: 1px solid #dfdfdf;
		background-color: #fdfdfd;
		.wt-subscription-feature__actions {
			width: 20%;
			position: relative;
			min-height: 1px;
			padding: 20px;
		}
		.wt-subscription-feature-item {
			width: 80%;
		}
		.progress {
			width: 80%;
			float: left;
			position: relative;
		}
		.info {
			white-space: normal;
			font-size: 13px;
			color: #5d5d5d;
			font-weight: normal;
			span {
				font-size: 13px;
				color: #2d8c3d;
				font-weight: normal;
			}
		}
		.info,
		button {
				margin-top: -12px;
		}
	}
	.wt-subscription-feature__description {
		font-size: 13px;
		color: #626262;
		font-weight: normal;
	}
	.wt-subscription-feature__title {
		font-size: 14px;
		color: #000;
		font-weight: 600;
	}
}
.wt-subscription-addons-list {

	.wt-subscription-addon-wrapper {
		margin: 15px 0;
		padding: 5px 10px;
		background-color: #fafafa;
		border-radius: 2px;
		border: 1px solid #efefef;
		display: table;
		>div {
			display: table-cell;
			vertical-align: middle;
			padding: 15px 10px;
		}
		.wt-subscription-addon-action {
			min-width: 110px;
		}
		p {
			color: #626262;
			font-size: $body-font-size;
			line-height: 20px;
		}

	}
}
