.total-ver-produto{
	width:900px;
	padding-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	background:#FFF;
}
.foto-ver-produto{
	float:left;
	width:360px;
	height: 475px;
}
.informacoes-ver-produto{
	float:left;
	padding-left:40px;
	width:calc(100% - 360px);
}
.titulo-ver-produto {
    color:#5D5D5D;
    font-size:20px;
    font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.codigo-ver-produto {
    color:#5D5D5D;
    font-size:15px;
    font-weight: bold;
    margin-top: -3px;
	font-family: 'Titillium Web', sans-serif;
}
.titulo-descricao-ver-produto {
    color:#5D5D5D;
    font-size:15px;
    font-weight: bold;
    margin-top: 30px;
	font-family: 'Titillium Web', sans-serif;
}
.valor-ver-produto {
    width:100%;
    color:#004A7C;
    font-size:20px;
    margin-bottom:20px;
    margin-top: 5px;
    font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
}
.texto-ver-produto{
	height:90px;
	overflow:auto;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom:30px;
}
.texto-ver-produto, .texto-ver-produto p{
	color:#737883;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	font-size:15px;
	line-height: 20px;
}
.contorno-foto-ver-produto{
	width: 1000px;
	height: 475px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.btt-ver-mais-produtos{
	width: 210px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}
.valor-atual-box{
	color:#00B0CD;
	font-size:33px;
	font-weight: bold;
	margin-top: -8px;
	margin-bottom: 28px;
	font-family: 'Titillium Web', sans-serif;
}
.itens-adicionais-box{
	color:#5D5D5D;
	font-size:15px;
	font-weight: 500;
	font-family: 'Titillium Web', sans-serif;
}
.valor-de-box{
	color:#5D5D5D;
	font-size:18px;
	font-weight: 500;
	text-decoration: line-through;
	font-family: 'Titillium Web', sans-serif;
}
@media (max-width: 767px) {
	.total-ver-produto{
		width: 100%;
		min-height: 10px;
		height: auto;
	}
	.foto-ver-produto img{
		display: table;
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.foto-ver-produto, .informacoes-ver-produto{
		text-align: center;
		width: 100%;
		float: none;
		padding-left: 0px;
	}
	.contorno-foto-ver-produto, .foto-ver-produto{
		min-height: 10px;
		height: auto;
	}
	.texto-ver-produto{
		min-height: 10px;
		overflow: inherit;
		height: auto;
	}
	.btt-ver-mais-produtos{
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.rodape-ver-produto{
		background: #014B7C !important;
		height: 200px !important;
	}
	.total-informacoes-rodape{
		padding-left: 15px;
		padding-right: 15px;
	}
	.contorno-telefone-rodape{
		display: table;
		margin: 0 auto !important;
		margin-bottom: 15px !important;
		float: none !important;
	}
	.contorno-total-informacoes-rodape{
		display: inherit !important;
		margin: inherit !important;
	}
	.contorno-email-rodape{
		display: table;
		float: none !important;
		margin: 0 auto !important;
		margin-bottom: 15px !important;
	}
}