.upgrade-price del {
	color: #878986;
	margin-left: 3px;
	font-weight: bold;
}
.upgrade-selector .tooltip {
	text-align: center;
	width: 18px;
	height: 18px;
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
	border-radius: 9999px;
	margin-left: 5px;
	vertical-align: text-bottom;
	position: relative;
}

.upgrade-price{
	font-size: 14px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}

.upgrade-selector  .term-price {
	float: right;
	margin-right: 26px;
	font-size: 16px;
	font-weight: 600;
  display: flex;
  align-items: center;
}

.upsell-header {
	font-weight: bold;
}

.option-content p {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  vertical-align: middle;
  margin-right: 0.875rem;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  height: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: #373a36;
  -webkit-transition: .3s;
  transition: .3s;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
