img {
	max-width:100%;
}


.div_busca {
	float:left; width:100%; padding:8px; border-radius:19px; background-color: #E5E5E5;
	margin-bottom:30px;
	text-align:center;
}

.div_item {
	display:inline-block;
}

.div_item h3, .div_item form {
	float:left;
	font-size:0.8em;
	margin:0;
	padding:3px;
}

.div_item h3 {
	margin:5px 10px 0 0;
}

.div_item select {
	font-size:1em;
	padding:3px;
	float:left;
}

.div_item input {	
	font-size:1em;
}

.div_item_direita {
	margin-left:40px;
}

.div_produto {
	position:relative;
	width:23%;
	margin:0 1% 4% 1%;
	float:left;
}

.div_produto_holder {
	border-radius:10px; box-shadow: 3px 3px 1px #eeeeee;
	overflow:hidden;
}

.div_produto_titulo {
	background-color: #dddddd; color:#333333;  padding:10px;
	overflow:hidden;
	width: 100%;
	display: table;
	height:80px;
}

.div_produto_titulo_inner {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	height:100%;
	min-height:100%;
	width:100%;
	line-height:1.2em;
}

.div_produto_info {
	margin-top:10px;
}

.div_produto_foto {
	background-color:#FFFFFF; padding:0;	
}

.detalhe_esquerda { 
	background-color:#FFFFFF; border-radius:10px;
	box-shadow: 3px 3px 1px #eeeeee;
	float:left; width:35%;
	margin-bottom:30px;
	overflow:hidden;
}

.detalhe_direita { 
	float:right; width:60%;
}

.my-gallery a { 
	border-radius:10px;
	box-shadow: 3px 3px 1px #eeeeee;
	float:left; width:23%;
	overflow:hidden;
	margin: 0 2% 2% 0;
}

.my-gallery a figure { 
	display:none;
}


.paginacao a {
	color:#000;
}

@media screen and (max-width: 1050px) {
	.div_produto {
		width:31%;
	}
	
	.detalhe_esquerda { 
		width:40%;
	}

	.detalhe_direita { 
		width:55%;
	}
	
}


@media screen and (max-width: 990px) {
	.div_item_direita {
		margin-left:0;
	}
	
	.div_item {
		width:530px;
		
	}
	
	.div_item h3 {
		width:200px;
		text-align:right;
	}
	
	.div_item select, .div_item input[type="text"] {
		width:220px;
	}
}

@media screen and (max-width: 768px) {
	.div_produto {
		width:48%;
	}
	
	.detalhe_esquerda { 
		width:400px;
		float:none;
		margin:0 auto;
	}

	.detalhe_direita { 
		clear:both;
		margin:50px 0 50px 0;
		width:100%;
		text-align:center;
	}
	
	.detalhe_direita p { 
		text-align:center;
	}
	
	.my-gallery { 
		text-align:center;
		width:100%;
	}
	
	.my-gallery a { 
		width:20%;
		float:none;
		display:inline-block;
	}
	
}


@media screen and (max-width: 640px) {
	
	.div_item {
		width:100%;
	}
	
	.div_item h3 {
		width:100%;
		margin:10px 0 5px 0;
		text-align:center;
	}
	
	.div_item form {
		width:70%;
		float:none;
		text-align:center;
		margin:0 auto;
	}
	
	.div_item select, .div_item input[type="text"] {
		float:none;
		margin:0 auto;
		clear:both;
	}
	
	.div_item input[type="submit"] {
		margin-top:5px;
		width:220px;
	}
	
	.my-gallery a { 
		width:45%;
		margin: 0 2% 4% 2%;
	}

}


@media screen and (max-width: 550px) {
	.div_produto {
		margin:0 0 4% 0;
	}
	
	.div_produto:nth-child(2n) {
		float:right;
	}
	
	.div_item form {
		width:100%;
	}
}

@media screen and (max-width: 440px) {
	.div_produto {
		width:100%;
		margin:0 0 40px 0;
	}
	
	.detalhe_esquerda { 
		width:100%;
	}
	
}