
.info {
	position: relative;
	display: inline-block;
}

/* .info:hover .info-text {
    visibility: visible;
} */
.rlx-product__textbox .info-text.rlx-model__tooltip-active {
	display: flex;
}

.rlx-product__textbox .info-text {
	display: none;
}

.info img {
	cursor: pointer;
}

.info-text {
	/* visibility: hidden; */
	width: 440px;
	background-color: #f4f4f4;
	color: #333;
	text-align: left;
	border-radius: 8px;
	padding: 20px 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	position: absolute;
	z-index: 1;
	top: 120%;
	left: -60px;
}

@media only screen and (max-width: 1024px) {
	.info-text {
		width: 350px;
	}
}

@media only screen and (max-width: 768px) {
	.info-text {
		width: 300px;
	}
}
