
.orcamento-conteudo {
	margin-top: 36px;
	padding-bottom: 108px;
}
.orcamento-conteudo h3 {
	text-transform: uppercase;
	color: #A2185B;
}

.table tr td {
	padding: 20px
}

.cart__title {
	text-align: left;
	margin-top: 30px;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 10px
}

.cart__title--mb {
	margin-bottom: 30px
}

.table .cart__th {
	border-top: none
}

.cart__link-name {
	color: #333;
	display: block
}
.cart__link-name:hover {
	color: #A2185B;
}
.cart__link-image {
	display: block;
	margin: 0 15px 0 0;
	float: left;
	width: 95px;
	height: 95px;
	white-space: nowrap;
	text-align: center;
	background: inherit
}
.cart__link-image img {
  width: 100%;
  height: auto;
}

.cart__btn-remove-item {
	display: inline-block;
	margin: 5px 0 0;
	padding: 3px 6px;
	font-weight: 400px;
	color: #8f8f7b;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-decoration: none
}

.cart__btn-remove-item:hover {
	text-decoration: none;
	color: #811212;
}

.cart__input-quantity {
	width: 50px;
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px
}

.cart__btn-budget {
	display: block;
	margin-top: 30px;
	padding: 30px 10px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-radius: 3px;
	background: #d64e07
}

.cart__btn-budget:hover {
	text-decoration: none;
	color: #fff;
	background: #732a04;
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

#orcamento-form h4 {
	text-transform: uppercase;
	margin-top: 36px;
	margin-bottom: 18px;
}

#orcamento-form .form-group {
	margin-bottom: 18px;
}
#orcamento-form .form-group input[type=text] {
	min-width: 370px;
	height: 50px;
	border: 1px solid #ccc;
}
#orcamento-form .form-group input[type=email] {
	min-width: 370px;
	height: 50px;
	border: 1px solid #ccc;
}
#orcamento-form .form-group textarea {
	min-width:745px;
	height: 80px;
	border: 1px solid #ccc;
}
#orcamento-form .form-group button {
	height: 80px;
	width: 370px;
	font-size: 24px;
	font-weight: 600;
	color: #A2185B;
	background-color: #fff;
	border: 1px solid #ccc;
}
#orcamento-form .form-group button:hover {
	background-color: #A2185B;
	border-color: #A2185B;
	color: #fff;
}
#orcamento-form .form-group label.error {
	position: absolute;
	margin-top: -18px;
	background-color: #811212;
	border-color: #811212;
	border-radius: 3px;
	color: #fff;
}

.orcamento-btn-continuar {
	display: inline-block;
	margin-top: 18px;
	padding: 12px;
	background-color: #A2185B;
	border-color: #A2185B;
	border: 1px solid #A2185B;
	border-radius: 5px;
	color: #fff;
}
.orcamento-btn-continuar:hover {
	color: #A2185B;
	background-color: #fff;
	border: 1px solid #ccc;
}