#produto {
	margin-top: 0px;
}

#produto .container {
	background: #fff;
}

#info_produto {
	margin-top: 20px;
}

#info_produto h1 {
	font-size: 30px;
	font-weight: bold;
	color: #432e99;
}

#info_produto #referencia {
	font-size: 12px;
	color: #999;
}

#info_produto hr {
	border:0px;
	border-bottom: 1px solid #ccc;
}

#info_produto .label {
	padding: 5px 20px;
	font-size: 12px;
	margin-right: 10px;
}

#info_produto #desconto_text {
	color: #d9534f;
}

#info_produto #preco_antes {
	display: block;
	margin-top: 20px;
	font-size: 19px;
	font-weight: bold;
	text-decoration: line-through;
}

#info_produto #preco_atual {
	font-size: 35px;
	font-weight: bold;
	color: #d9534f;
}

#info_produto #preco_atual small {
	font-size: 30px;
}

#info_produto a.actions {
	min-width: 250px;
}

#info_produto a.btn-red {
	color: #d9534f;
	background: #e2e2e2;
	vertical-align: bottom;
}

form#simular_frete input {
	margin-right: 10px;
	padding: 10px;
	font-size: 14px;
}

form#simular_frete a.btn {
	padding: 10px;
	font-size: 14px;
}

#produto_descricao {
	margin-top: 50px;
}

#produto_descricao .nav-tabs li a {
	border-radius: 0px;
	padding: 20px;
	font-size: 20px;
}

#produto_descricao .nav {
	height: auto;
}

#produto_descricao .tab-content, #divAvaliacaoCliente .tab-content {
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 20px;
}

#kits{
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	margin: 20px 0;
}

#divAvaliacaoCliente{
	margin-bottom: 30px;
}

#produto_descricao .tab-content{
	min-height: 580px;
}
#produto_descricao .tab-content h2 {
	font-size: 25px;
	font-weight: bold;
	color: #d9534f;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#produto_descricao .tab-content p {
	font-size: 15px;
	line-height: 25px;
	color: #333;
}

#produto_descricao .tab-content table {
	font-size: 13px;
}

section#produto h3.title-opcoes {
	padding: 10px 0px;
    color: #101991;
    font-weight: 900;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.divComentarioClienteTitulo div{
	border-bottom: 1px solid #ccc;
	background-color: #EEE;
}

.divComentarioCliente div{
	padding: 0px 15px 30px 15px
}

.divComentarioCliente p{
	margin-bottom: 5px;
}
#profile table, #home table{
	width: 100%;
}
#profile tr:nth-child(even), #home tr:nth-child(even){
	background-color : #EEE;
}
#profile td, #home td{
	text-align: left;
	padding: 5px;
}
/*#profile td:nth-child(odd), #home td:nth-child(odd){
	width: 300px;
}*/

.label-radio-img > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.label-radio-img > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.label-radio-img > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #000;
}

.btn-amarelo{
	background-color: #FFFF00 !important;
	color: #000 !important;
}