.price-info {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tooltip {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffb400;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.tooltip-text {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 160px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    z-index: 1000;
}

.tooltip-text::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.tooltip:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}
.tooltip.active .tooltip-text {
    opacity: 1;
    visibility: visible;
}
.price-container .price {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.price-container .price .measure {
    margin-left: 0;
}
.opt-price.list-opt {
	font-size: 1.125em; 
	color: #282828; 
	font-weight: 700; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
}
.opt-price.tp-page-opt, .opt-price.nl-page-opt, .product-main-info .info .main .price-container .price {
	font-size: 1.875em;
    color: #282828;
    font-weight: 700;
    top: 10px;
    position: relative;
    display: flex;
    border-radius: 6px;
    padding: 20px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    line-height: 130%;
}
.price-container .price span {
    line-height: inherit;
}

.opt-price.list-opt {
	background: #E9F1F4;
}
span.measure {
	display: none;
}
.opt-price.tp-page-opt, .opt-price.nl-page-opt {
		background: #E9F1F4;
}

.tp-page-opt .price-title-cut, .nl-page-opt .price-title-cut, .price-title-text .price-title-cut {
	display: none;
}
.price-container .price, .opt-price.list-opt {
	padding: 15px;
}
.price-title-ncut, .price-title-cut, .price-title-text {
	font-size: 18px;
	font-weight: 400;
}
.price-opt-list {
	font-weight: 700;
}
.opt-list-title {
	font-weight: 400;
}
@media (max-width: 1270px) {
	.opt-price.tp-page-opt, .opt-price.nl-page-opt, .product-main-info .info .main .price-container .price {
		width: auto;
	}
}

@media (max-width: 768px) {
	.price-title-cut {
		display: inline-block;
		font-size: 12px;
	}

	.price-container .price, .opt-price.list-opt, .opt-price.list-opt .price-info {
		font-size: 1em;
	}
	span.measure {
		display: none;
	}
	.opt-price.tp-page-opt {
		top: 10px;
		background: #e4e4e4;
		margin-bottom: 15px;
	}
	.opt-price.tp-page-opt, .product-main-info .info .main .price-container .price {
		font-size: 18px;
		padding: 10px;
		justify-content: space-between;
	}
	.price.opt-list-wrap, .opt-price.list-opt {
		font-size: 12px;
		padding: 8px;
	}
	.price-opt-list {
		font-size: 14px;
	}
	.opt-price.nl-page-opt {
		top: 10px;
		background: #E9F1F4;
		margin-bottom: 15px;
	}
	.opt-price.nl-page-opt, .product-main-info .info .main .price-container .price {
		font-size: 18px;
		padding: 10px;
		justify-content: space-between;
	}
	.opt-price.tp-page-opt, .opt-price.nl-page-opt, .product-main-info .info .main .price-container .price {
		width: auto;
		border-radius: 0;
	}

	.opt-price.tp-page-opt, .opt-price.nl-page-opt, .product-main-info .info .main .price-container .price { 
		flex-direction: row;
	}

	.price-container .price, .opt-price.list-opt {

	}
	.opt-list-title {
		font-weight: 400;
		font-size: 12px;
}

}