.slide-toggle {
	position: relative;
	padding: 5px;
	height: 30px;
	background-color: #ddd;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	cursor: pointer;
	margin: 20px auto 2vw;
}
.slide-toggle .option {
	position: absolute;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	color: #666;
	z-index: 1;
	white-space: nowrap;
}
.slide-toggle .monthly {
	left: 0;
	width: 40%;
}
.slide-toggle .yearly {
	right: 0;
	width: 60%;
}
.slide-toggle .slider {
	position: absolute;
	width: 40%;
	left: 0;
	height: 100%;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	z-index: 0;
}
.tier-options-row:not(.active) {
	display: none !important;
}
.comparison {
	margin-top: 20px;
}
.comparison img {
	width: 14px;
	height: 11px;
}
@media (max-width: 714px) {
        .th-free, .th-basic{ width: 50px;}
        .th-enhanced, .th-premium, .th-subscribed { width: 60px;}
        .th-professional { width: 75px;}
	.comparison tbody th,
	.comparison td {
		padding: 6px 10px 6px 10px;
	}
	.comparison img {
		width: 12px;
		height: 9px;
	}
    .td-flex {
        display: flex;
        flex-direction: column;
    }
    .td-flex .quantity-selector {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 380px) and (max-width: 714px) {
	.th-item {
		width: 145px;
	}
}
@media (max-width: 714px) {
}
.quantity-selector {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	width: fit-content;
	margin: auto;
	min-height: 28px;
}

.quantity-button {
	background-color: #eee;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	width: 30px;
}

.quantity-input {
	width: 40px;
	text-align: center;
	border: none !important;
}
