.product-features {
	margin-top: 20px;
	/* display: none; */
}
.product-features:nth-child(2n) {
	display: none;
}
.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%);}