
.valorproduto{
	border: none;
	color: #7C3414;
	opacity: 0.6;
	padding: 4px;
	background-color:#fff; 
	text-align: center;
	font-weight: bold;
	font-size:22px; 
}
.he {
	height: 2px;
	width: 80%;
	text-align: center;
	position: relative;
	background: #e0e0e0;
	opacity: 0.8;
}
.txt{
	color: #7C3414;
	opacity: 0.8;
	display: inline-block; 
	text-align: left;
	opacity: 0.6;
}
.txt2{
	color: #7C3414;
	opacity: 0.8;
	display: inline-block; 
	text-align: left;
	opacity: 0.6;
	font-size: 16px;
}
.div{
	background-color: #fff;
	border: none;
	border-radius: 8px;
	margin-bottom: 40px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.div2{
	padding-bottom:6px;
	padding-top:6px;
	background-color: #fff;
	border: none;
	border-radius: 8px;
	margin-bottom: -24px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
	.div2 {
		margin-left: 0px;
		margin-right: 0px;
	}
}
.divcep{
	margin-top:20px;
	margin-left: 40px;
}
.divtotal{
	text-align: center;
	background-color: #ededed;
	border: none;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
}
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
	margin-left: 40px;
}
.icon {
    padding: 20px;
    background: #7C3414;
    color: white;
    min-width: 50px;
	font-size: 20px;
}
.input-field {
    width: 250px;
	max-width: 250px;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid #7C3414;
}

.btnform {
	margin: auto;
    background-color: #7C3414;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 180px;
    opacity: 0.8;
	border-radius: 4px;
	font-size: 16px;
}
.btnform:hover {
    opacity: 1;
}
.btntipos {
    background-color: #7C3414;
    color: white;
    border: none;
    cursor: pointer;
	padding: 8px 14px 8px 14px;
	margin: 4px;
	border-radius: 4px;
	font-size: 16px;
}
.btntipos:hover{
	opacity:1;
}
.btnproduto {
    background-color: #7C3414;
    color: white;
    margin-top: -14px;
    border: none;
    cursor: pointer;
    width: 120px;
	height: 30px;
	border-radius: 4px;
	margin-bottom: 16px;
	margin-top: 4px;
}
@media only screen and (max-width: 991px)
{
	.btncarrinho {
		font-size: 14px;
	}
	.btnproduto {
		font-size: 14px;
	}
}
.btncarrinho {
    background-color: #7C3414;
    color: white;
    margin-top: -14px;
    border: none;
    cursor: pointer;
    width: 40px;
	height: 30px;
	border-radius: 4px;
}
.cart {
    background-color: #7C3414;
    color: white;
    border: none;
    cursor: pointer;
    width: 40px;
	height: 30px;
    opacity: 0.6;
	border-radius: 4px;
	margin-left: 8px;
	margin-bottom: 12px;
	margin-top: 12px;
}
.cart:hover{
	opacity: 0.8;
}
.btn2 {
    background-color: #7C3414;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 74px;
    opacity: 0.9;
	font-weight: bold;
}
.btn2:hover {
    opacity: 1;
}
.btnicon {
  background-color: #7C3414;
  border: none;
  color: white;
  width: 30px;
  height: 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 12px;
  margin-left: 2px;
  margin-right: 2px;
}
.btnicon:hover {
  opacity: 0.8;
}
.txtqtd{
	background-color:#fff; 
	text-align: center;
	font-weight: bold;
	border: none;
	border-bottom: solid 3px #7C3414;
	color: gray;
	width:38px;
	font-size:16px; 
	margin-bottom: 12px;
}