.wl .wl-pricing-table-smart {
	border: 1px solid var(--wl-beauty-blue);
	border-radius: 10px;
	background-color: #fff;
	color: #000;
	width: 100%;
	overflow: hidden;
	transition: 0.5s;
	position: relative;
	box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
}
/*is featured start*/
.wl .wl-pricing-table-smart.wl-pt-featured-on{
	background-color: var(--wl-beauty-blue);
	color: #fff;
}
.wl .wl-pricing-table-smart.wl-pt-featured-on .wl-pts-pricing-area,
.wl .wl-pricing-table-smart.wl-pt-featured-on .wl-pts-purchase{
	background-color: #fff;
	color: var(--wl-beauty-blue);
}
.wl .wl-pricing-table-smart.wl-pt-featured-on .wl-pts-purchase-btn{
	color: var(--wl-beauty-blue);
}
.wl .wl-pricing-table-smart.wl-pt-featured-on .wl-pts-feature-area{}
.wl .wl-pts-title {
	transition: 0.5s;
}
.wl .wl-pricing-table-smart.wl-pt-featured-on .wl-pts-title {
	color: #fff;
}
.wl .wl-pricing-table-smart.wl-pt-featured-on .wl-pts-featute .wl-ptsf-icon{
	color: #fff;
}
.wl .wl-pricing-table-smart .wl-pt-featured {
	position: absolute;
	background: #fff;
	color: var(--wl-beauty-blue);
	text-align: center;
	top: 25px;
}
.wl .wl-pricing-table-smart .wl-pt-featured.right {
	transform: rotate(0deg);
	right: 0;
	width: 80px;
	font-size: 12px;
	border-radius: 16px 0px 0px 15px;
}
.wl .wl-pricing-table-smart .wl-pt-featured.left {
	transform: rotate(-42deg);
	left: -103px;
	width: 300px;
}
/*is featured end*/
.wl .wl-pricing-table-smart:hover{
	background-color: var(--wl-beauty-blue);
	color: #fff;
}
.wl .wl-pricing-table-smart:hover .wl-pts-pricing-area,
.wl .wl-pricing-table-smart:hover .wl-pts-purchase{
	background-color: #fff;
	color: var(--wl-beauty-blue);
}
.wl .wl-pricing-table-smart:hover .wl-pts-purchase-btn{
	color: var(--wl-beauty-blue);
}
.wl .wl-pricing-table-smart:hover .wl-pts-feature-area{}
.wl .wl-pts-title {
	transition: 0.5s;
}
.wl .wl-pricing-table-smart:hover .wl-pts-title {
	color: #fff;
}
.wl .wl-pts-pricing-area {
	transition: 0.5s;
	background: var(--wl-beauty-blue);
	color: #fff;
	width: 150px;
	padding: 21px 12px;
	border-radius: 0px 0px 145px 0px;
	padding-bottom: 40px;
	padding-right: 30px;
}
.wl .wl-pts-price-area {
	font-weight: bold;
	font-size: 25px;
}
.wl .wl-pts-price-area .wl-pts-sale-on{
	font-size: 15px;
}
.wl .wl-pts-currency{}
.wl .wl-pts-price{}
.wl .wl-pts-pricing-period {
	font-size: 13px;
}
.wl .wl-pts-feature-area {
	padding: 15px 15px;
	margin-top: 15px;
}
.wl-pts-pricing-area-content .wl-pt-featured{}
.wl .wl-pts-title {
	margin: 0;
	margin-bottom: 5px;
	font-weight: bold;
}
.wl .wl-pts-description {
	font-size: 14px;
	margin-bottom: 25px;
	font-weight: 400;
}
.wl .wl-pts-feature-list {
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
.wl .wl-pts-featute {
	font-size: 13px;
	margin: 15px 0px;
	font-weight: 600;
}
.wl .wl-ptsf-icon{
	transition: 0.5s;
}
.wl .wl-ptsf-desc{}
.wl .wl-pts-purchase {
	transition: 0.5s;
	text-align: center;
	padding: 10px;
	border-radius: 20px;
	border: 1px solid var(--wl-beauty-blue);	
}
.wl .wl-pts-purchase-btn {
	transition: 0.5s;
	display: block;
	color: var(--wl-beauty-blue);
	font-size: 14px;
	font-weight: 600;
}

.wl .wl-pricing-table-smart.pts-right .wl-pts-pricing-area-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
.wl .wl-pricing-table-smart.pts-right .wl-pts-pricing-area {
	border-radius: 0px 0px 0px 145px;
	padding-right: 10px;
	padding-left: 30px;
}