
.wd-price-table {
	position: relative;
	text-align: center;
	transition: transform .3s ease;
}

.wd-price-table .wd-plan-name {
	padding: 15px;
}

.wd-price-table .wd-plan-title {
	margin-bottom: 0;
	font-size: 20px;
}

.wd-price-table .wd-plan-inner {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--brdcolor-gray-300);
	border-radius: var(--wd-brd-radius);
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 3px rgba(0, 0, 0, .05);
	transition: box-shadow .3s ease;
}

.wd-price-table .wd-plan-price {
	padding: 15px 20px;
	background-position: center center;
	background-size: cover;
	line-height: 1;
}

.wd-price-table .wd-price-currency {
	vertical-align: top;
	font-size: 28px;
}

.wd-price-table .wd-price-value {
	vertical-align: middle;
	font-weight: 600;
	font-size: 42px;
}

.wd-price-table .wd-price-suffix {
	display: block;
	margin-top: 5px;
	color: var(--color-gray-300);
	font-size: 16px;
}

.wd-price-table .wd-plan-features {
	padding: 25px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-price-table .wd-plan-feature:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: inherit;
}

.wd-price-table .wd-plan-footer {
	padding: 20px 15px;
}

.wd-price-table .wd-plan-footer > a {
	border-radius: var(--btn-accented-brd-radius);
	color: var(--btn-accented-color);
	box-shadow: var(--btn-accented-box-shadow);
	background-color: var(--btn-accented-bgcolor);
	text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}

.wd-price-table .wd-plan-footer > a:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

.wd-price-table .wd-plan-footer > a:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

.wd-price-table.price-style-default .wd-plan-price {
	margin-top: -1px;
	margin-inline: -1px;
	background-color: var(--wd-primary-color);
	color: #fff;
}

.wd-price-table.price-style-default .wd-price-suffix {
	color: inherit;
}

.wd-price-table.price-style-alt .wd-plan-price {
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-price-table.price-style-alt :is(.wd-price-currency,.wd-price-value) {
	color: var(--wd-primary-color);
}

.wd-price-table.price-highlighted {
	top: -10px;
}

.wd-price-table.price-highlighted .price-label {
	top: -2px;
	inset-inline-end: -2px;
}

.wd-price-table.price-highlighted .wd-plan-inner {
	border: 2px solid var(--wd-primary-color);
	box-shadow: 0 0 9px rgba(0, 0, 0, .12);
}

.wd-price-table.price-highlighted.price-style-default .wd-plan-price {
	margin-top: 0;
	margin-inline: 0;
}

.wd-price-table:hover {
	transform: translate3d(0, -10px, 0);
}

.wd-price-table:hover .wd-plan-inner {
	box-shadow: 0 0 9px rgba(0, 0, 0, .12);
}

.wd-plan-label {
	position: absolute;
	top: -1px;
	inset-inline-end: -1px;
	overflow: hidden;
	padding-inline: 10px;
	width: 80px;
	height: 80px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 600;
	font-size: 12px;
	line-height: 22px;
}

.wd-plan-label > span {
	display: block;
	margin-top: 15px;
	margin-inline-start: -15px;
	width: 115px;
	background-color: var(--wd-pricing-lb-bg, #333);
	transform: rotate(45deg);
}

.label-color-red {
	--wd-pricing-lb-bg: #ef4836;
}

.label-color-green {
	--wd-pricing-lb-bg: #0fa34c;
}

.label-color-blue {
	--wd-pricing-lb-bg: #2a7ce4;
}

.label-color-yellow {
	--wd-pricing-lb-bg: #f7ca18;
}

.wd-plan-footer .add-to-cart-loop.added {
	display: none;
}

.wd-plan-footer .added_to_cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	outline: none;
	border-radius: var(--btn-brd-radius, 0px);
	vertical-align: middle;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none;
	line-height: 1.2;
	cursor: pointer;
	transition: all .25s ease;
	padding: var(--btn-padding, 5px 20px);
	min-height: var(--btn-height, 42px);
	font-size: var(--btn-font-size, 13px);
}

.wd-plan-footer .add-to-cart-loop:before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	z-index: 1;
	border-radius: inherit;
	background-color: inherit;
	box-shadow: inherit;
	transition: opacity 0s ease;
}

.wd-plan-footer .add-to-cart-loop:after {
	position: absolute;
	top: calc(50% - 9px);
	inset-inline-start: calc(50% - 9px);
	opacity: 0;
	z-index: 2;
	transition: opacity 0s ease;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: currentColor;
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.wd-plan-footer .loading.add-to-cart-loop:before {
	opacity: 1;
	transition: opacity .25s ease;
}

.wd-plan-footer .loading.add-to-cart-loop:after {
	opacity: 1;
	transition: opacity .25s ease;
	--wd-anim-state: running;
}
