.cart-comment .input-file {
    position: relative;
}
.cart-comment .input-file input[type=file] {
    left: 0;
}
.good-count-inner .good-count__input {
    padding: 13px 8px !important;
}
@media screen and (max-width: 740px){
	.good-measure{
		order: 3;
		margin-top: 10px;
	}
	.good-info{
		text-align: center !important;
		justify-content: center !important;
	}
	.good-count__action {
		height: 44px !important;
	}
}


.cart-block .star-container {
    position: relative;
    display: inline-block;
}

.cart-block .star-tooltip {
	position: absolute;
	top: 15px;
	left: 100%;
	/* transform: translateX(-50%); */
	background: #fff;
	color: rgba(0,0,0, 0.7);
	padding: 3px 5px;
	font-size: 11px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	box-shadow: 0px 10px 10px 3px rgba(0,0,0, 10%);
	z-index: 10;
	width: max-content;
}

.cart-block .star-container:hover .star-tooltip {
    opacity: 1; /* Показываем подсказку при наведении */
}
.good-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.star-container img{
	max-width: 18px;
	cursor: pointer;
}
.star-icon-click.favorite_add{
	filter: invert(31%) sepia(86%) saturate(2858%) hue-rotate(176deg) brightness(102%) contrast(101%);
}
@media screen and (max-width: 740px){
	.cart-item{
		position: relative;
	}
	.star-container {
		position: absolute !important;
		top: 70px;
		right: 0;
	}
	.cart-block .star-tooltip {
		top: 25px;
		left: -100px;
	}
}