section#produto {
	margin-top: -1rem;
}

.produto__foto__ativa>a>img {
	border: 3px solid #c39d4c;
}

.produto__preco, .produto__subtotal {
	font-family: 'Gobold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.657rem;
	line-height: 1;
}

.produto__preco>small {
	font-family: 'Circular Std', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.95rem;
}

.produto__subtotal>small {
	font-family: 'Circular Std', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.85rem;
	margin-bottom: 5px;
}

button[name=btSubtrair] {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

button[name=btAdicionar] {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

button[name=btComprar] {
	font-family: 'Gobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}