.segmented-control {
	position: relative;
	display: flex;
}

.container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
    }

.segment {
	padding: 11px 40px;
	font-size: 0.7em;
	font-weight: bold;
	font-family: inherit;
	border: none;
	cursor: pointer;
	border-radius: 999px;
	transition: all 0.3s ease;
	position: relative;
	background-color: #ff6921;
	color: black;
	z-index: 1;
}

.left,
.right {
	border-radius: 50px;
}

.inactive {
	background-color: white;
	color: #555;
	z-index: 2;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}

.inactive.left {
	margin-right: -30px;
}

.inactive.right {
	margin-left: -30px;
}

.monitoring-types span {
	position: inherit;
}

.ls-2 li {
	line-height: 1;
	font-size: 13px;
}

.ls-2 li::before {
	top: 1px;
}

.price {
	color: #ff6e2c;
}

.price.promo {
	margin-left: -40px;
}

#popularTlds,
#dealsTlds {
  display: none; /* default hidden */
  flex-wrap: wrap; /* if needed */
}

.card-gradient {
	margin-bottom: 10px;
}

.card {
	padding: 1.5em 1em !important;
}

.card-title .x-price {
	margin-right: 40px;
	font-weight: normal;
	font-size: 18px;
}

.card-title .promo {
	font-size: 18px;
}

@media only screen and (max-width: 1220px) {
	.card-title .price,
	.card-title .x-price,
	.card-title .promo {
		font-size: 17px;
	}
}


@media only screen and (max-width: 1020px) {
	.flex-6-col .ls-2 {
		margin: 0 0 0 75px;
	}
}

@media only screen and (max-width: 870px) {
	.flex-6-col .ls-2 {
		margin: 0 0 0 105px;
	}
}

@media only screen and (max-width: 810px) {
	.flex-6-col .ls-2 {
		margin: 0 0 0 75px;
	}
}

@media only screen and (max-width: 620px) {
	.flex-6-col .ls-2 {
		margin: 0 0 0 50px;
	}
}

@media only screen and (max-width: 460px) {
	.flex-6-col .ls-2 {
		margin: 0 0 0 115px;
	}
}

@media only screen and (max-width: 350px) {
	.flex-6-col .ls-2 {
		margin: 0 0 0 80px;
	}
}

@media only screen and (max-width: 300px) {
	.flex-6-col .ls-2 {
		margin: 0 0 0 50px;
	}
}

