.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;
	border-radius: 15px;
	border: 1px solid #C7C7C7;
}
.foto-ver-produto img{
	border-radius: 15px;
}
.informacoes-ver-produto{
	float:left;
	padding-left:40px;
	padding-top: 10px;
	width:calc(100% - 360px);
}
.titulo-ver-produto {
    color:#FF706F;
    font-size:23px;
    font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
.titulo-descricao-ver-produto {
    color:#FF706F;
    font-size:15px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
}
.valor-ver-produto {
    width:100%;
    color:#787878;
    font-size:26px;
    margin-bottom:20px;
    margin-top: 5px;
    font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
.texto-ver-produto{
	height:130px;
	overflow:hidden;
	font-family: 'Montserrat', sans-serif;
}
.texto-ver-produto, .texto-ver-produto p{
	color:#737883;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size:15px;
	line-height: 27px;
}
.contorno-foto-ver-produto{
	width: 1000px;
	height: 475px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.btt-ver-mais-produtos{
	background: #FFF;
	color: #FF706F;
	text-align: center;
	width: 221px;
	height: 47px;
	line-height: 47px;
	font-size: 17px;
	font-weight: 700;
	margin-top: 33px;
	border: 1px solid #FF706F;
	border-radius: 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;	
}
.btt-ver-mais-produtos:hover{
	background: #FF5353;
}
.valor-atual-box{
	color:#787878;
	font-size:26px;
	font-weight: bold;
	margin-top: 5px;
	font-family: 'Montserrat', sans-serif;
}
.itens-adicionais-box{
	color:#5D5D5D;
	font-size:15px;
	font-weight: 500;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
	.total-ver-produto{
		width: 100%;
		min-height: 10px;
		height: auto;
		padding: 20px !important;
	}
	.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: 20px;
		margin-top: 20px;
	}
	.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;
	}
}