.product_item .icon_props {
	display: inline-block;
	position: absolute;
	right: 10px;
	margin-top: -48px;
	height: 36px;
	width: 36px;
	min-width: 36px;
	background-color: #e5e5e5;
	border-radius: 50%;
	border: 2px solid transparent;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
	margin-left: 20px;
	font-size: 32px;
	line-height: 14px;
}

.product_item .close_prop.icon_props {
	top: 5px;
	right: 5px;
	height: 30px;
	width: 30px;
	min-width: 30px;
	font-size: 28px;
	line-height: 28px;
	margin: 0;
	background-color: transparent;
	border: none;
	transform: rotate(45deg);
	z-index: 10000;
}

html.bx-touch .product_item .icon_props {
	opacity: 1;
}

html.bx-touch .product_item.open_props .show_prop.icon_props,
html.bx-no-touch .product_item .icon_props {
	transition: all .8s;
	opacity: 0;
}

.product_item.not_props .icon_props {
	display: none;
}

@media (max-width: 1023px) {
	.product_item:not(.no_change) .show_prop.icon_props {
		margin: 0;
		bottom: 20px;
		right: 50%;
	}
}

@media (max-width: 767px) {
	.product_item:not(.no_change) .show_prop.icon_props {
		right: 54%;
	}
}