.elementor-element-4bd44cf {
	position: relative;
	z-index: 20;
	cursor: pointer;
}
.hi-lift-wrap {
	position: relative;
}
.hi-lift-popup {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	margin-left: 16px;
	z-index: 9999;
	display: none;
	background: linear-gradient(180deg, #7b2d8e 0%, #e0245e 100%);
	border-radius: 10px;
	box-shadow: 0 8px 26px rgba(0, 0, 0, .35);
	padding: 10px 12px 12px;
}
.hi-lift-popup::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -7px;
	transform: translateY(-50%);
	border-width: 7px 7px 7px 0;
	border-style: solid;
	border-color: transparent #9b3597 transparent transparent;
}
@media (hover: hover) {
	.elementor-element-4bd44cf:hover .hi-lift-popup {
		display: block;
	}
}
.elementor-element-4bd44cf.hi-open .hi-lift-popup {
	display: block;
}
@media (max-width: 767px) {
	.hi-lift-popup {
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
		margin-top: 10px;
		max-width: 92vw;
	}
	.hi-lift-popup::before {
		top: -7px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 0 7px 7px 7px;
		border-color: transparent transparent #7b2d8e transparent;
	}
}
.hi-lift-close {
	position: absolute;
	top: 2px;
	right: 6px;
	background: none;
	border: none;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	opacity: .85;
	padding: 2px 6px;
}
.hi-lift-close:hover {
	opacity: 1;
}
.hi-lift-table {
	border-collapse: collapse;
	white-space: nowrap;
	font-size: 12px;
	color: #fff;
	background: transparent;
	margin: 2px 0 0 !important;
}
.hi-lift-table th {
	background: transparent;
	color: #fff;
	padding: 0 9px 2px;
	text-align: left;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .03em;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 1.4;
}
.hi-lift-table td {
	padding: 0 9px;
	line-height: 1.9;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.hi-lift-table td:first-child,
.hi-lift-table tbody tr td:first-child {
	background: transparent !important;
}
.hi-lift-table tr,
.hi-lift-table tbody tr:nth-child(2n) {
	background: transparent !important;
}
.hi-lift-table tr:last-child td {
	border-bottom: none;
}
.hi-lift-status {
	font-weight: bold;
	font-size: 12px;
}
.hi-lift-status.hi-lift-ok,
.hi-lift-status.hi-lift-no {
	color: #fff;
}
.hi-lift-status.hi-lift-special {
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffd76a;
}
