
.button {
	text-shadow: none;
	font-weight: 600;
}

.button:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

input.switch-toggle-round + label::before,
input.switch-toggle-round + label {
	border-radius: 4px;
	background-color: rgba(204, 153, 52, 1.0);
}

.price-discount {
	position: relative;
	top: -12px;
	margin-left: 10px;
	background: url('images/icons/pawn/logo.svg') no-repeat 0 0;
	width: 60px;
	height: 60px;
}

input.switch-toggle-round + label::after { border-radius: 4px }

.pricing-box {
	border-color: rgba(17, 18, 18, .1);
	text-align: left;
	padding: 20px;
	background-color: #FFF;
	box-shadow: none;
	margin-right: -1px;
}

.pricing-title {
	padding: 0;
	background-color: transparent;
	border-bottom: 0;
}

.pricing-title h3 {
	margin: 0;
	font-size: 21px;
	letter-spacing: 0;
	color: #555;
	text-transform: none;
}

.pricing-title span {
	font-size: 14px;
	text-transform: capitalize;
}

.pricing-price {
	position: relative;
	font-weight: 500;
}

.pricing-price::after { content: none; }

.pricing-price span.price-tenure {
	display: block;
	font-weight: normal;
	color: #AAA;
	text-transform: lowercase;
}

.pricing-features {
	padding: 0 0 1.25rem 0;
}

.pricing-features li {
	padding: 7px 0;
	font-size: 14px;
}

.pricing-features li i {
	position: relative;
	top: 2px;
	font-size: var(--basefontsize);
}

.pricing-action {
	padding: 0;
	text-align: center;
}
