.w3-content-quadrado {
	width: 100%;
	max-width: 700px;
	height: 0;
	max-height: 700px;
	padding-bottom: 100%;
}
.w3-content {
	position: relative;
	overflow: hidden;
}
.w3-content-imagem {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #F7F7F7;
	overflow: hidden;
}
.w3-content:hover .product-left-arrow {
	left: 0;
}
.w3-content:hover .product-right-arrow {
	right: 0;
}
.w3-content-imagem img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
}
.w3-section {
	display: table;
	width: 100%;
	margin-top: 5px;
}
.s4-quadrado {
	width:calc(16.6666666% - 5px);
	height: 0px;
	padding-bottom: calc(16.6666666% - 5px);
	margin-left: 6px;
	float: left;
}
.s4-quadrado:first-child {
	margin-left:0px;
}
.s4 {
	background: #F7F7F7;
	position: absolute;
	width: calc(16.6666666% - 10px);
	height: calc(16.6666666% - 13px);
	cursor: pointer;
}
.s4 img{
	max-width: 100%;
	max-height: 100%;
	top: 0;
	right:0;
	left: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}
.s4 input{
	position: absolute;
	z-index: 1;
	top: 0px;
	margin-left: calc(100% - 15px);
	margin-top: 3px;
	height: 12px;
	width: 12px;
	padding: 0px;
	border: 0;
	min-height: 0;
}
.sale-label.w3-content-sale {
	right: 30px;
}