.input-group-addon {
  background-color: transparent;
  border: 1px solid #ccc;
}

.navbar1 {
    background-color: #962700;
    height: 56px;
    padding-top: 13px;
    text-align: center;
    width: 100%;
}

.navbar2 {
    padding-bottom: 80px;
    text-align: center;
}

.big-check{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

.checkboxtext{
  font-size: 110%;
  display: inline;
}
	

.loader {
  width: 10rem;
  height: 10rem;
  position: fixed;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10000000000;
}

.logo{
  height: 56px;
  padding-top: 13px;
  text-align: center;
  width: 100%;  
}

.active{
    background-color: #962700;
}

.opcional{
	background-color: #60a917;
	color: white;
}

.item-adicional{
	padding-top: 3%;
	border-bottom: 1px solid #dfdfdf;
	
}

.opcional:hover{
	background-color: #adeb6e;
	
}

.cart-bar{
    height: 56px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: white;
}

.teste{
 border-bottom: 1px solid black;
 border-left: 1px solid black;
 border-right: 1px solid black; 
 border-top: 1px solid black;
}

.text {
    padding-top: 80px;
    font-style: normal;
}

.menu {
    overflow: hidden;
    background-color: #f8f9fa;
    padding-left: 10%;
    font-weight: bold;
}

.menu .button {
    float: left;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.menu .button:hover {
    background-color: #962700;
    color: white;
}

.categoria {
    padding-top: 2%;
    padding-left: 15%;
}

.item {
    border: 0.5px solid;
    border-color: #dfdfdf;
    border-radius: 1%;
    padding: 1%;
    margin-bottom: 5%;
}

.text-secondary{
    font-weight: 400;
    font-size: .875rem;
}

.preco {
    font-weight: bold;
    color: green;
    margin-top: 5%;
}


.bg-footer {
    background-color: #607d8b;
    color: white;
    padding-bottom: 50px;
    padding-top: 30px;
}
