.gg-arrow-right {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 22px;
}

.gg-arrow-right::after,
.gg-arrow-right::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	right: 3px;
}

.gg-arrow-right::after {
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	bottom: 7px;
}

.gg-arrow-right::before {
	width: 16px;
	height: 2px;
	bottom: 10px;
	background: currentColor;
}

.gg-math-plus,
.gg-math-plus::after {
	display: block;
	box-sizing: border-box;
	background: currentColor;
	border-radius: 10px;
}

.gg-math-plus {
	margin-top: -2px;
	position: relative;
	transform: scale(var(--ggs, 1));
	width: 16px;
	height: 2px;
}

.gg-math-plus::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 16px;
	top: -7px;
	left: 7px;
}

.gg-math-minus {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 16px;
	height: 2px;
	background: currentColor;
	border-radius: 10px;
}

.ptv-plans * {
	font-family: Poppins, sans-serif;
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
}

.ptv-plans .ptv-plan {
	margin: 8px;
	position: relative;
}

.ptv-plans .ptv-plan-inner {
	position: relative;
	padding-top: 0.8rem;
	height: 100%;
	background: #fff;
	border-radius: 1.1rem;
	text-align: center;
	box-shadow: 0 5px 5px rgba(152, 168, 173, 0.25);
	cursor: pointer;
	transition: box-shadow 0.3s, transform 0.3s;
}

.ptv-plans .ptv-plan-inner:after,
.ptv-plans .ptv-plan-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	border-style: solid;
	pointer-events: none;
	transition: opacity 0.3s;
}

.ptv-plans .ptv-plan-inner:before {
	z-index: 10;
	opacity: 0;
	border-width: 3px;
	border-color: #ff553c;
}

.ptv-plans .ptv-plan-inner:after {
	z-index: 9;
	border-width: 1px;
	border-color: #e9ebee;
}

.ptv-plans .ptv-plan-inner.selected:before {
	opacity: 1;
}

.ptv-plans .ptv-plan--bar {
	position: relative;
	width: 7rem;
	margin: 0 auto 0.8rem;
	text-align: center;
	border-radius: 0.7rem;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 2rem;
	background-color: #f2f6f9;
	overflow: hidden;
}

.ptv-plans .ptv-plan--bar span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: linear-gradient(90.71deg, #ffd12f 0.4%, #ffd84e 89.75%);
}

.ptv-plans .ptv-plan--bar i {
	position: relative;
	z-index: 5;
	font-style: normal;
}

.ptv-plans .ptv-plan--title {
	margin-bottom: 0.8rem;
	font-size: 1.3rem;
	line-height: 1;
	text-transform: capitalize;
}

.ptv-plans .ptv-plan--title strong {
	display: block;
	font-size: 2.8rem;
	margin-bottom: 0.4rem;
}

.ptv-plans .ptv-plan--price {
	display: flex;
	justify-content: center;
	padding: 0.2rem;
	border-top: 1px solid #e9ebee;
	font-size: 1.5rem;
	align-items: center;
}

.ptv-plans .ptv-plan--price span {
	display: inline-block;
	margin-right: 0.5rem;
	color: #868c93;
	letter-spacing: -0.04em;
	font-size: 1.45rem;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
}

.ptv-plans .ptv-plan--price strong {
	font-weight: 700;
	color: #ff553c;
}

.ptv-price {
	display: inline-block;
	letter-spacing: -0.01em;
	-moz-text-align-last: left;
	/* text-align-last: left; */
}

.ptv-price .ptv-price__top {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.8rem;
	font-weight: 600;
	line-height: 1;
}

.ptv-price .ptv-price__top strong {
	color: #494c50;
	font-size: 3.2rem;
}

.ptv-price .ptv-price__top sup {
	opacity: 0.7;
	font-size: 1.4rem;
}

.ptv-price .ptv-price__top strike {
	color: #9ca0a5;
	font-size: 1.6rem;
	padding-left: 0.4rem;
}

.ptv-price .ptv-price__bottom {
	display: flex;
	align-items: center;
	font-size: 1.375rem;
	color: #494c50;
	letter-spacing: -0.01em;
	font-weight: 500;
}

.ptv-price .ptv-price__bottom .text {
	flex: 1 1;
}

.ptv-price .ptv-price__bottom .savings {
	display: inline-flex;
	align-items: center;
	margin-left: 5px;
	color: #54b238;
	font-weight: 600;
}

.ptv-price .ptv-price__bottom i {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #c9fdbf;
	background-image: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.70905 1.66712C0.716614 1.25264 1.06106 0.908204 1.47513 0.901079L6.22148 0.818519C6.63598 0.811376 7.21425 1.04519 7.50681 1.33773L12.7832 6.61352C13.2417 7.07202 13.2414 7.81485 12.7832 8.27292L8.08175 12.9746C7.62322 13.4328 6.88034 13.4331 6.42182 12.9746L1.14625 7.69882C0.8537 7.40629 0.619987 6.82805 0.627112 6.41357L0.70905 1.66712ZM3.28087 5.76889C3.91524 6.40322 4.943 6.40322 5.57778 5.76931C6.21171 5.13458 6.21171 4.10687 5.57778 3.47254C4.943 2.83821 3.91524 2.83821 3.28044 3.47212C2.6465 4.10686 2.64651 5.13456 3.28087 5.76889Z" fill="%2354B238"/> </svg>');
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50%;
}

.ptv-plan-slider {
	margin-bottom: 40px;
}

.ptv-plans-preview {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.ptv-left {
	position: absolute;
	top: 20%;
	/* z-index: 99; */
	right: -40px;
	background: #eee;
	padding: 10px 14px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	width: 48px;
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
	height: 42px;
}

.ptv-right {
	position: absolute;
	top: 20%;
	/* z-index: 99; */
	left: -40px;
	background: #eee;
	padding: 10px 14px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	width: 48px;
	display: flex;
	justify-content: flex-start;
	cursor: pointer;
	height: 42px;
}

.ptv-left:hover,
.ptv-right:hover {
	background: #ddd;
}

.ptv-plans-preview .ptv-col {
	padding: 0.9rem 1.2rem;
	/* flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 3);
	max-width: calc(100% / 3); */
}

.ptv-btn span:first-child {
	--n: 1;
}

.ptv-btn span:nth-child(2) {
	--n: 2;
}

.ptv-btn span:nth-child(3) {
	--n: 3;
}

.ptv-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 4.6rem;
	padding: 0px 3.4rem;
	background-color: #ff553c;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.7rem;
	border: 3px solid #ff553c;
	border-radius: 0.4rem;
	overflow: hidden;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
	transition-property: color, border, background;
	position: relative;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
}

.ptv-btn span {
	position: absolute;
	width: 33.3334%;
	padding-bottom: 33.3334%;
	background-color: #fff;
	transform: translateY(150%);
	border-radius: 50%;
	pointer-events: none;
	left: calc((var(--n) - 1) * 33.3334%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.1s);
}

.ptv-btn:hover {
	color: #ff553c !important;
}

.ptv-btn:hover span {
	transform: translateY(0) scale(2);
}

.ptv-btn strong {
	z-index: 3;
	font-weight: 600;
}

.ptv-sticky {
	font-size: 16px !important;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 1rem 0.6rem 0.5rem;
	z-index: 99;
	background: #fff;
	box-shadow: 0 -8px 25px rgba(207, 215, 228, 0.47);
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ptv-sticky-container {
	display: flex;
	flex-flow: row wrap;
	padding: 0 8px;
	justify-content: space-between;
}

.ptv-sticky .ptv-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 10px;
}

.ptv-sticky .ptv-check {
	font-weight: 600;
	font-size: 15px;
	color: #424a61;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 4px;
}

.ptv-sticky .ptv-check i {
	display: inline-flex;
	width: 20px;
	height: 20px;
	border-radius: 4.59px;
	border: 1px solid #dae2ef;
	position: relative;
	background: #ff563d;
	border-color: #ff563d;
	box-shadow: 0 1.54px 2.08px rgba(123, 166, 169, 0.27);
	display: flex;
	justify-content: center;
	align-items: center;
	top: -2px;
}

.ptv-sticky .ptv-check i::before {
	content: url('data:image/svg+xml;utf8,<svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.1788 3.15299L6.19335 13.3579L0.820801 7.86728L3.1788 5.55999L6.19335 8.64079L13.8208 0.845703L16.1788 3.15299Z" fill="white"/> </svg>');
	position: relative;
	top: 2px;
}

.ptv-sticky-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.ptv-sticky-price strong {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.ptv-sticky-price del {
	color: #9398ab;
	font-size: 14px;
	font-weight: 500;
}

.ptv-stars {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 4px;
	align-items: center;
}

.ptv-stars ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ptv-stars ul li {
	margin-right: 1px;
	line-height: 1;
}

.ptv-stars ul li svg {
	height: 15px;
	width: 15px;
}

.ptv-stars span {
	font-weight: 500;
	font-size: 12px;
	color: #444b55;
}

.ptv-quantity {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	--background-fill: 0%;
	background: #dce1ed;
	border-radius: 9999px;
	box-shadow: 0 2.53988px 5.07975px rgba(0, 0, 0, 0.05);
	padding: 5px;
	overflow: hidden;
	transition: all 0.4s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	min-width: 150px;
	max-width: 200px;
}

.ptv-quantity:after {
	content: "";
	display: inline-block;
	width: var(--background-fill);
	height: 100%;
	background: #c0fbff;
	border: none;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: inherit;
}

.ptv-quantity-minus,
.ptv-quantity-plus {
	width: 42px;
	height: 42px;
	background: #fff;
	border-radius: 9999px;
	box-shadow: 0 2.53988px 5.07975px rgba(0, 0, 0, 0.05);
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	line-height: 42px;
	font-size: 22px;
	color: #000;
	z-index: 10;
	transition: 0.1s linear;
	z-index: 99;
	cursor: pointer;
}

.ptv-quantity-content {
	text-align: center;
	color: #000;
	line-height: 1;
	margin: 0 0.5em;
	z-index: 10;
	width: 60px;
	font-size: 0.8rem;
}

.ptv-quantity-content strong {
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	display: block;
}

.ptv-sticky {
	z-index: 999;
	display: none !important;
	transform: translateY(101%);
	-webkit-transform: translateY(101%);
	-moz-transform: translateY(101%);
	-ms-transform: translateY(101%);
	-o-transform: translateY(101%);
}

.ptv-sticky.show {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 991.98px) {
	.ptv-plans {
		padding: 0 0.6rem;
	}

	.ptv-plans .ptv-plan {
		margin: 8px 8px 8px 0;
	}

	.ptv-plans .ptv-plan--bar {
		width: 6rem;
		text-align: center;
		border-radius: 0.4rem;
		font-size: 0.8rem;
		line-height: 1.6rem;
	}

	.ptv-plans .ptv-plan--title {
		font-size: 1rem;
	}

	.ptv-plans .ptv-plan--title strong {
		font-size: 2.4rem;
	}

	.ptv-plans-preview .ptv-col {
		padding: 0;
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: initial;
		max-width: initial;
	}

	.ptv-price .ptv-price__top strong {
		font-size: 2.2rem;
	}

	.ptv-price .ptv-price__top strike {
		font-size: 1.2rem;
	}

	.ptv-price .ptv-price__bottom {
		font-size: 0.9rem;
	}

	.ptv-plans-preview {
		justify-content: space-between;
		padding: 0 0.6rem;
	}

	.ptv-btn {
		height: 3.4rem;
		padding: 0px 2.4rem;
		font-size: 1rem;
	}

	.ptv-plans .ptv-plan--price,
	.ptv-plans .ptv-plan--price span {
		font-size: 1rem;
	}

	.ptv-left,
	.ptv-right {
		display: none !important;
	}

	.ptv-sticky {
		display: block !important;
	}
}
