.product-features {
	margin-top: 20px;
	/* display: none; */
}
.product-features:nth-child(2n) {
	display: none;
}
.product-variants-item .input-color + span, .product-variants-item .input-radio + span {
	display: inline-block;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #efefef;
	border: 2px solid #efefef;
	cursor: pointer;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0 7px;
	min-width: 25px;
	text-align: center;
	width: auto;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0%;
	-webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
	-o-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
	transition: color 0.3s, border-color 0.3s, background-color 0.3s;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	width: 40px;
	position: relative;
}
.product-variants-item {
	padding: 0 10px 0px;
}
.product-variants {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: block;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 15px -10px 0;
}
.cuCont {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
}
.cuCont .mitad {
    position: absolute;
    width: 100%;
    height: 100%;
	background-size: cover;
}
.cuCont .mitad-izquierda {clip-path: polygon(0 0, 100% 0, 0 100%);}
.cuCont .mitad-derecha {clip-path: polygon(100% 0, 100% 100%, 0 100%);}