*
{
    margin: 0;
    padding: 0;
}
body
{
    background-image:linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)), url(images/foodtexcolor.jpg);
    background-size:100%;
    
}
::-webkit-scrollbar{
    width:10px;
}
::-webkit-scrollbar-thumb{
    background:crimson;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover{
    background: rgb(172, 16, 47);
}

.cart{
    position:fixed;
    padding: 23px 5px 13px 25px;
    bottom: 8vh;
    right:1vw;
    background: #f32121;
    width:2.3vw;
    height:4vh;
    border-radius: 100px;
    color: white;
    z-index: 2;
}

.cart:hover{
  background: #f32121;
  box-shadow: 0 0 10px #f32121,0 0 40px #f32121,0 0 80px #f32121;
  transition: 0.5s;
}

.header{
    background-color: rgb(172, 16, 47) ;
    box-shadow: 0px 0px 10px black;
    /* border-radius: 0px 0px 10px 10px; */
}

.header img{
    width:80px;
    border-radius: 100%;
    padding: 10px 30px;
}


.header p{
    position: absolute;
    font-size: 70px;
    top: 12px;
    left: 180px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.header input{
    width:30vw;
    height:5vh;
    padding-left: 20px; 
    font-size: 20px;
    position: absolute;
    top: 2.5vh;
    left: 35vw;
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px black;
}
/* .header svg{
    position:absolute;
    top:40px;
    left: 1220px;
    width: 2vw;
} */

.header ul{
    float: right;
    margin-right: 20px;
}

.header ul li{
    display: inline-block;
    line-height:80px;
    margin:5px 20px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.header ul li a{
    color:#000;
    font-size: 17px;
    text-transform: upper-case;
    font-size: 28px;
    text-decoration: none;
}
.header ul li a:hover{
    background: #ffffff;
    transition: 0.5s;
    border-radius: 10px;
    padding: 5px;
}
.breakfast
{
    position: relative;
    flex-wrap:wrap;
    align-content: space-between;
    top:50px;
    height: 500px;
    width: auto;
    text-align: center;
}
.line
{
    background-color: black;
    height: 5px;
    width: 1000px;
    margin: auto;
    border-radius: 100px;
}
.products
{
    height: 400px;
    width: 250px;
    margin:5px;
    padding: 10px;
    display: inline-block;
    position: relative;
    font-size: 15pt;
    background-color: rgba(255, 255, 255, 0.699);
    border-radius: 20px;
    box-shadow: 2px 2px 40px rgba(0,0,0,0.4);
    border: 3px solid rgba(255, 255, 255, 0.699);
}
.products:hover
{
    border: 3px solid rgba(0, 0, 0, 0.75);
    transition: 0.2s;
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.808);
}
.products b
{
    font-size: 20pt;
}
.pics
{
    height: 200px;
    width: 200px;
    border-radius: 20px;
}
.add
{
    height: 40px;
    width: 160px;
    background-color: black;
    color: antiquewhite;
    cursor: pointer;
    position: absolute;
    display: flex;
    bottom: 20px;
    left: 50px;
    right: 50px;
    border-radius: 10px 10px 10px 10px;
    padding-left: 15px;
    padding-top: 7px;
    border: 2px solid black;
    font-size: 20pt;
    background-color: rgb(0, 102, 255);
}
.check
{
    height: 25px;
    width: 25px;
    border-radius: 10px;
    position: absolute;
    right: 5px;
    top: 11px;
}
.add:hover
{
    background-color: crimson;
}

.lunch
{
    position: relative;
    flex-wrap:wrap;
    align-content: space-between;
    top:200px;
    height: 500px;
    width: auto;
    text-align: center;
}

.dinner
{
    position: relative;
    flex-wrap:wrap;
    align-content: space-between;
    top:350px;
    height: 500px;
    width: auto;
    text-align: center;
}


/*{
    Bread Toast
    Sandwich
    Maggi
    
}*/



  .checkbox-wrapper-8 .tgl {
    display: none;
  }
  .checkbox-wrapper-8 .tgl,
  .checkbox-wrapper-8 .tgl:after,
  .checkbox-wrapper-8 .tgl:before,
  .checkbox-wrapper-8 .tgl *,
  .checkbox-wrapper-8 .tgl *:after,
  .checkbox-wrapper-8 .tgl *:before,
  .checkbox-wrapper-8 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .checkbox-wrapper-8 .tgl::-moz-selection,
  .checkbox-wrapper-8 .tgl:after::-moz-selection,
  .checkbox-wrapper-8 .tgl:before::-moz-selection,
  .checkbox-wrapper-8 .tgl *::-moz-selection,
  .checkbox-wrapper-8 .tgl *:after::-moz-selection,
  .checkbox-wrapper-8 .tgl *:before::-moz-selection,
  .checkbox-wrapper-8 .tgl + .tgl-btn::-moz-selection,
  .checkbox-wrapper-8 .tgl::selection,
  .checkbox-wrapper-8 .tgl:after::selection,
  .checkbox-wrapper-8 .tgl:before::selection,
  .checkbox-wrapper-8 .tgl *::selection,
  .checkbox-wrapper-8 .tgl *:after::selection,
  .checkbox-wrapper-8 .tgl *:before::selection,
  .checkbox-wrapper-8 .tgl + .tgl-btn::selection {
    background: none;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 100px;
    height: 40px;
    position: absolute;
    display: flex;
    bottom: 20px;
    left: 85px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:after,
  .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    position: absolute;
    display: flex;
    content: "";
    width: 50%;
    height: 100%;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    display: none;
  }
  .checkbox-wrapper-8 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: rgb(0, 102, 255);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after,
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active {
    background: #888;
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active:before {
    left: -10%;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn {
    background: crimson;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
  }

#breakfast
{
  height: 1px;
  width: 1px;
  border: none;
  background-color: rgba(0,0,0,0);
  position: absolute;
  bottom: 0px;
}
#lunch
{
  height: 1px;
  width: 1px;
  border: none;
  background-color: rgba(0,0,0,0);
  position: absolute;
  bottom: 0px;
}
#dinner
{
  height: 1px;
  width: 1px;
  border: none;
  background-color: rgba(0,0,0,0);
  position: absolute;
  bottom: 0px;
}
.menu{
  position:fixed;
  padding: 18px;
  bottom: 18vh;
  right:1vw;
  background: #f32121;
  width:2vw;
  height:4vh;
  border-radius: 100px;
  color: white;
  z-index: 2;
}
.menu:hover
{
  background: #f32121;
    box-shadow: 0 0 10px #f32121,0 0 40px #f32121,0 0 80px #f32121;
    transition: 0.5s;
}
.hide
{
  display: none;
}