._fx-row-c-small {
	width: 12% !important;
}
.Icon__content_warning {
	height: 22px;
}
.popup-warning__title {
	text-align: center;
}
.Icon__svg_warning {
	transform: rotate(180deg);
}
.popup-warning-before {
	position: relative;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 502;
}
.popup-button-close {
	position: absolute !important;
	top: 0.5em;
	right: 0.5em;
	background: white !important;
}
.Icon--size {
	position: relative;
	padding: 0 10px 0 20px;
	cursor: pointer;
}
.hover-warning {
	display: none;
}

.Product-description__list-price-relative {
	position: relative;
}

.present-icon {
    border: none;
    background: none;
    position: absolute;
    right: 117px;
    bottom: 173px;
}


.present-icon-open-img {
    display: none;
}

.present-icon__tooltip {
    visibility: visible;
    background-color: #fff;
    color: #8f96b0;
    width: 150px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    transition: opacity 0.3s;
}

.present-icon:hover {
    bottom: 178px;
}

.present-icon:hover .present-icon__tooltip {
    visibility: visible;
    opacity: 1;
}

.present-icon:hover .present-icon-img {
    display: none;
}

.present-icon:hover .present-icon-open-img {
    display: block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

@media screen and (max-width: 430px) {
    .present-icon {
        right: 90px;
        bottom: 75px;
    }

    .present-icon-img {
        display: none;
    }

    .present-icon-open-img {
        display: block;
    }

    .present-icon:hover .present-icon-open-img {
        display: none;
    }

}
