@charset "utf-8";

.tabelaProdutosMostra1{
	width: 270px;
	height: 280px;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	background-color: #EDF3FF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	color: #595959;
}

.tabelaProdutosMostra2{
	width: 900px;
	height: 310px;
}

.tabelaProdutosMostra3{
	width: 15px;
	height: 15px;
}

.tabelaProdutosMostra4{
	width: 120px;
	height: 50px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	color: #595959;
	font-weight: bold;
}

.tabelaProdutosMostra5{
	width: 120px;
	height: 120px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	color: #595959;
	font-weight: bold;
}

.tabelaProdutosMostra6{
	width: 900px;
	height: 3px;
	background-color: #566396;
}

.tabelaProdutosMostra7{
	width: 120px;
	height: 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 15px;
	color: #595959;
	font-weight: bold;
	text-align: center;
}

.tabelaProdutosMostra8{
	width: 15px;
	height: 10px;
}

.tamanhoFotoProduto{
	width: 250px;
	height: 200px;
	border: 2px solid #B8ACAC;
	border-radius: 3px;
	object-fit: cover;
	object-position: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.tamanhoFotoSubMenu{
	width: 120px;
	height: 120px;
}

.collapse{
	border-collapse: collapse;
}