.over_buttons--btn span{
	display: flex;
	align-items: center;
}
.over_buttons--btn span.active{
	color: #F26792;
}
.page-product--adapt-slider .adapt-slider--buttons{
	z-index: 2;
}
@media screen and (max-width: 767px){
	.like_icons span{
		opacity: 1;
		visibility: visible;
	}	
	.global_products--item .gp--buttons .gb--btn:hover .to svg path{
		fill: #99B0BD;
	}
}
.compare_item{
	display: block;
}
.share-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.popup_bg{
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}
.popup_content{
	padding: 40px;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
}
.popup_content ul{
	margin: 0;
	list-style: none;
}
.popup_content ul li:before{
	display: none;
}
.popup-close{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 612.043 612.043' style='enable-background:new 0 0 612.043 612.043;' xml:space='preserve'%3E%3Cg%3E%3Cg id='cross'%3E%3Cg%3E%3Cpath d='M397.503,306.011l195.577-195.577c25.27-25.269,25.27-66.213,0-91.482c-25.269-25.269-66.213-25.269-91.481,0 L306.022,214.551L110.445,18.974c-25.269-25.269-66.213-25.269-91.482,0s-25.269,66.213,0,91.482L214.54,306.033L18.963,501.61 c-25.269,25.269-25.269,66.213,0,91.481c25.269,25.27,66.213,25.27,91.482,0l195.577-195.576l195.577,195.576 c25.269,25.27,66.213,25.27,91.481,0c25.27-25.269,25.27-66.213,0-91.481L397.503,306.011z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.adapt--blind .blind--buttons{
	display: none;
}
