section#carrinho {
	margin-top: -1rem;
}

.table thead th {
	color: #c39d4c;
	border-bottom: 1px solid #c39d4c;
}

.table tbody tr {
	border-bottom: 1px solid #cfcfcf;
}

.produto__nome {
	font-size: 1.336rem;
}

.produto__preco, .carrinho__subtotal {
	font-size: 1.6rem;
	font-family: 'Gobold', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.carrinho__subtotal {
	position: relative;
}

.carrinho__subtotal>small {
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	font-family: 'Circular Std', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.6rem;
}

.carrinho__botaofinalizar {
	font-size: 1.3rem;
	font-family: 'Gobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-radius: .5rem;
	text-transform: uppercase;
}

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;
}


.scrooling-content {
	overflow-x: auto;
}

.scrooling-content>table {
	min-width: 992px;	
}

@media screen and (max-width: 576px) {

	.carrinho__botoes>div {
		text-align: center !important;
	}

}