*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
 }

 body{
    font: 14px Roboto, sans-serif
 }
 
 .navbar{
    background-color: rgb(3, 43, 83);
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
 }

 .nav-items{
    display: flex;
 }
 
 a{
    color: white !important;
    font-size: larger;
 }

 .link{
    color: pink;
    font-size: medium;
 }

 .logo{
    color: white;
    font-size: larger;
    font-style: oblique;
    padding-right: 15px;
 }

 .logo img{
    width: 40%;
  }

 ul{
    list-style: none;
 }

 .navbar ul li{
    margin-left: 30px;
 }

 .img{
    width: 80%;
    height: 80%;
 }

 .btlogin {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}

.btlogin h5 {
    color: rgb(255, 255, 255) !important;
    margin-right: 15px;
    margin-bottom: 0px;
    font-size: 18px;
}

.btlogin a {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
    margin-top: 5px !important;
}

.btlogin .login-icon{
    border-radius: 50px;
    border: 2px solid rgb(255, 255, 255);
    padding: 5px;
    width: 30px;
    height: 30px;
}

.info {
    text-align: left;
    margin-right: 15px;
}

.options {
    font-size: 12px;
    text-decoration: underline !important;
}

#menuToggle
{
  display: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background: rgb(3, 43, 83);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  height: 100%;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.content {
  padding: 10% 5% !important;
  background: linear-gradient(-90deg, rgb(240, 240, 240), rgb(255, 255, 255));
}

.content-inner {
  padding: 5% 5% 10% 5% !important;
  background: linear-gradient(-90deg, rgb(240, 240, 240), rgb(255, 255, 255));
}

.footer {
  background: #fff;
  padding: 1.5% 5%;
}

.footer .uk-card {
  box-shadow: none;
}

.social{
  justify-content: center;
}

.social a, .mail a {
  color: rgb(3, 43, 83) !important;
}

.contact a{
  color: #25d366 !important;
}

.sales,.house {
    min-width: 60px !important;
    height: 35px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
}

.sales{
    background:rgb(255, 0, 0) !important;
}

.house{
    background: rgb(247 193 0) !important;
}

.uk-card-title{
    margin-top: 10px;
    font-size: 20px !important;
}

.trashButton, .editBtn{
  color: #666 !important;
}

.cover{
  width:100%
}

.menu {
  max-width: 768px;
  display: block;
  margin: 0px auto;
}

.quantidade {
  text-align: left;
  color: white;
  padding: 15px;
  width: 100%;
  height: 160px;
  overflow: scroll;
}

.quantidade h3{
  font-size: 16px;
  margin-top: 5px;
}

.finalizado {
  border-radius: 20px !important; 
}

.hideBox{
  display: none !important;
}

.fullbackground{
  min-height: 100%;
}

.margin-break{
  margin-top: 50px;
}

.cart{
  border: 1px solid #ccc;
  display: block;
  margin: 50px auto;
  padding: 10px;
  width: 768px;
  background: white;  
}

.pedidoCard .uk-card {

}

.pedidoCard h2 {
  font-size: 18px;
}

.menu .uk-card-body {
  min-height: 160px;
}

#quantidadeEdit, #precoEdit {
  width: 70px;
}

.finishBottom {
  background: red;
  color: white;
  padding: 5px;
  border-radius: 20px;
}

.countContainer {
  margin-bottom: 50px;
}

.countContainer .uk-badge {
  box-sizing: border-box;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  font-size: 13px;
  margin-bottom: 10px;
}

.outStock {
  background: red;
  border-radius: 20px;
  color: #fff !important;
}

#observacao{
    margin-top: 15px;
}

@media(max-width: 768px){
    #menuToggle{
      position: absolute;
      display: block;
      top: 50px;
      left: 50px;
      
      z-index: 1;
      
      -webkit-user-select: none;
      user-select: none;
      height: 100%;
    }
    .navbar{
        display: block;
    }
    .logo {
        text-align: center;
    }
    .nav-items {
        display: block;
        padding: 0px;
    }
    .navbar ul li {
        margin-left: 0px;
    }
    .menuDesktop{
      display: none;
    }
    .logo img {
      width: 75px;
    }
}

@media print {
  .navbar{
    display: none;
  }
}