.btn-primary:active .spinner > div,
.btn-primary:focus .spinner > div,
.btn-primary:hover .spinner > div {
	background-color: var(--btn-primary-hover-color);
}

.jethost-free-domain-container.in-search-result {
	padding-top: 20px;
}


.panel-choose-domain-boxed .panel-domain-option .radio .box:hover,
.panel-choose-domain-boxed .panel-domain-option .radio .radio-styled.checked + div {
	border-color: var(--brand-secondary);
}

.panel-choose-domain-boxed .panel-domain-option .radio .radio-styled.checked + div:before {
	background-color: var(--brand-secondary);
}


/* Product Billing Cycle */
#frmConfigureProduct input[type="radio"] {
	display: none;
}

#frmConfigureProduct .check-content {
	margin: 0;
}

#frmConfigureProduct .panel-check .check > label {
	padding: 0;
	border-radius: var(--panel-border-radius);
}


#frmConfigureProduct .panel-check {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}

#frmConfigureProduct .panel-check .check input[type="radio"] + div {
	background: var(--panel-bg);
	border-radius: var(--panel-border-radius);
	box-shadow: var(--panel-box-shadow);
	text-align: center;
	padding: var(--panel-check-padding);
	overflow: hidden;
	position: relative;
}

#frmConfigureProduct .panel-check .check input[type="radio"] + div {
	border: 1px solid transparent;
}

#frmConfigureProduct .panel-check .check:hover input[type="radio"] + div,
#frmConfigureProduct .panel-check .check input[type="radio"]:checked + div {
	border: 1px solid var(--brand-secondary);
}

#frmConfigureProduct .panel-check .check input[type="radio"]:checked + div::before {
	position: absolute;
	top: -26px;
	right: -6px;
	height: 60px;
	width: 32px;
	transform: rotate(-45deg);
	content: "";
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
	background: var(--brand-secondary);
}

#frmConfigureProduct .panel-check .check input[type="radio"]:checked + div::after {
	position: absolute;
	top: 3px;
	right: 4px;
	content: "";
	color: rgb(255, 255, 255);
	z-index: 2;
	opacity: 1;
	visibility: visible;
	font: 15px / 1 lagom-small-icons;
}


.jet-config-option-container {
	display: flex;
	flex-direction: column;
	color: #000;
}

.jet-config-option-container i.far {
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: var(--brand-primary);
}

.jet-config-option-container .cycle-name {
	font-size: 18px;
	font-weight: 600;
	color: var(--brand-primary);
}

.jet-config-option-container .renews-at,
.jet-config-option-container .cycle-duration {
	font-size: 16px;
}

.jet-config-option-container .cost {
	font-size: 22px;
	font-weight: 800;
	color: var(--brand-secondary);
	padding: 6px 0;
	line-height: 1;
}

.jethost-best-offer-label {
	background-color: #f1901a;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 7px 7px 7px 0;
	font-size: 20px;
	color: white;
	position: absolute;
	left: 20px;
	top: -44px;
}

@media only screen and (max-width: 1180px) {
	.jethost-best-offer-label {
		padding: 5px 13px;
		font-size: 16px;
		top: -34px;
	}
}

@media only screen and (max-width: 992px) {
	#sectionCycles label[data-config-val="biennially"] {
		margin-top: 30px;
	}

	.jethost-best-offer-label {
		top: -4px;
	}
}


.product-free-domain-warning,
.product-free-domain-success {
	padding: 10px 20px;
	border-radius: var(--panel-border-radius);
	box-shadow: var(--panel-box-shadow);
	font-size: 16px;
	margin-top: 20px;
	color: white;
}

.product-free-domain-warning {
	background: var(--brand-secondary-darker);
	color: black;
}

.product-free-domain-success {
	background: var(--brand-primary);
}

#lagomPageLoader {
	margin-top: 20px;
}

/* Product Billing Cycle End*/


/* Breadcrumb */
.jethost-breadcrumb {
	list-style: none;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px 24px;
	flex-wrap: wrap;
	row-gap: 15px;
	width: 100%;
}

.jethost-breadcrumb li {
	align-items: center;
	background-color: transparent;
	border: none;
	border-radius: 7px;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	transition: background-color .15s ease-out, color .15s ease-out;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	flex-wrap: nowrap;
	gap: 1rem;
	padding: 0 1rem;
}

.jethost-breadcrumb li > span {
	align-items: center;
	border-radius: 7px;
	display: flex;
	font-size: 1.125rem;
	font-weight: 600;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
	background-color: #f1f0f2;
	box-shadow: var(--panel-box-shadow);
}

.lagom-dark-mode .jethost-breadcrumb li > span {
	color: black;
}

.jethost-breadcrumb .jethost-breadcrumb-item--current > span {
	background-color: var(--brand-primary);
	color: white;
}

.jethost-breadcrumb-item:not(:last-of-type)::after {
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right' data-v-b7724346=''%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

@media only screen and (max-width: 1000px) {
	.jethost-breadcrumb {
		flex-direction: column;
		align-items: flex-start;
	}

	.jethost-breadcrumb-item:not(:last-of-type)::after {
		display: none;
	}
}

/*Breadcrumb end*/


.bold {
	font-weight: bold;
}

.addon-price .item-price > span,
.prod-price .cart-item-price > div {
	display: flex;
	flex-direction: column;
}

.prod-price .cart-item-price .cycle {
	font-size: var(--font-size-xs);
	font-weight: var(--font-weight-base);
	color: var(--text-lighter-color);
}