@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300&family=Pacifico&display=swap");
@import "font-awesome-sprockets";
@import "font-awesome";
:root {
    --background-color: #ffffff;
    --font-color: rgb(0, 0, 0);
    --button-color: #FC6A43;
    --buttonfont-color: #fff;
    --navbuttonfocus-color: #263238;
    --navbutton-color: #fff;
    --navbuttonfont-color: rgb(0, 0, 0);
    --search-color: #F0E5E2;
    --searchfont-color: #000000;
    --search-color-input: rgb(238, 223, 223);
}
.dark{
    --background-color: #0C1015;
    --font-color: rgb(255, 255, 255);
    --button-color: #ffffff;
    --buttonfont-color: rgb(0, 0, 0); 
    --navbuttonfocus-color:#263238;
    --navbutton-color:#141921;
    --navbuttonfont-color:rgb(255, 255, 255);
    --search-color:#141921;
    --searchfont-color:#757575;


}

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: var(--background-color);
    overflow: visible;
}

.header {
    overflow: hidden;
    background-color: var(--background-color);
    padding: 10px 5px;
    padding-top: 10px;
}

.header a {
    float: left;
    color: var(--font-color);
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 23px;
    border-radius: 4px;
}

body .back-bot {
    align-items: center;
    font-size: 25px;
    float: left;
    font-weight: bold;
}

.color-fff {
    color: var(--buttonfont-color);
}


.header a.logo {
    font-size: 25px;
    font-weight: bold;
    font-family: 'League Gothic', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: 'Pacifico', cursive;
}

.header-right {
    float: right;
}

.top-Categories {
    padding-top: 10px;
    margin: auto;
    padding-left: 25px;
    font-size: 22px;
    color: var(--font-color);
}

.navbar {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    padding-left: 10px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: -moz-hidden-unscrollable;
}

.navbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

.navbar::-webkit-scrollbar {
    display: none;
}

.button-13 {
    border-radius: 8px;
    margin-left:14px ;
    padding-left: 10px;
    padding-bottom: 30px;
    padding-right: 10px;
    height: 37px;
    width: 100px;
    background-color: var(--navbutton-color);
    position: relative;
    font-size: 17px;
    border: none;
    box-shadow: 5px 7px 10px 0 rgba(0, 0, 0, 0.2);
    line-height: 2px;
    color: var(--font-color);
}
.button-13 img{
    width:26px ;
    height:26px ;
}

.button-13:focus {
    background-color: var(--navbuttonfocus-color);
    color:#ffffff;
    border: none;
    outline: 0;
}

.input-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 23rem;
    height: 2.5rem;
    border-radius: 8px;
    background-color: var(--search-color);
    padding-left: 1rem;
    margin-left: 23px;
    padding-right: 1rem;
}
.input-icon i{
    padding-top: 10px;
    color:var(--searchfont-color);
}

.move {
    display: flex;
    justify-content: center;
    width: 95vw;
    padding-top: 1.5rem;
    overflow: visible;
    /* background-color: #FC6A43; */
}

body {
    overflow: visible;
}

.input-icon input {
    color: var(--font-color);
    background-color: var(--search-color);
    height: 2rem;
    border: none;
    outline: none;
    font-size: 16px;
    width: 19rem;
}
.input-icon i{
    padding-top: 4px;
}
.titles{
    color: var(--font-color);
    box-shadow: none;
   border: none;
   font-size: 25px;
   padding-left: 30px;
  

}
.card-container{
    display: flex;
    flex-wrap: wrap;
    
}
.root {
    
  /* justify-content: flex-start;
  flex-wrap: wrap; */
  border: none;
  box-shadow: 5px 7px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column-reverse;
  }
.drinks-list{
    display: flex;
    flex-wrap: wrap;
    border: none;
    width: 95vw;
    
   
 
  }
  
  .root .card {
    width: 180px;
    height: 257px;
    background-color:var(--navbutton-color);
    margin: 0.5rem;
    border: none;
    box-shadow: 5px 7px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  
    
  
  }
  
  .root .card .img {
    width: 100%;
    height: 70%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: -12px;
    

  }
   .root .card .name{
       color: var(--font-color);
       padding-left: 5px;
       display: block;
       white-space: nowrap;
       text-overflow: ellipsis;
       overflow: hidden;
       width: 100%;
       margin: 15px 0 5px;

  }
  .root .card .price{
    display: block;
    color: var(--font-color);
    display: flow-root;
    margin-block-start: 0.2em;
    
   

  } 
  .dollar{
    display: block;
      padding-left: 7px;
      color: var(--font-color);
      margin-block-start: 0.2em;

  }
  .quantity{
      color: var(--font-color);
      padding-left: 2px;
      padding-right: 2px;
      display: inline;
  }
  .add-button{
      margin-left: 80px;
      background: none;
      border: none;
      font-size: 20px;
      color: var(--font-color);
  }
  .sub-button{
    background: none;
    border: none;
    font-size: 20px;
    color: var(--font-color);
  }

@media only screen and (min-width: 600px) {
    .header a.logo {
        font-size: 30px;
    }
    .top-Categories{
        margin-left: 15.5rem;
    }
    .color-fff {
        font-size: 25px;
    }
    .button-13 {
        justify-content: center;
        width: 50vw;
        height: 2.5rem;

    }
    /*
    .navbar {
        margin-left: 55px;
        margin-right: 55px;
    }*/
    
.navbar {
    
    margin-left: 15.5rem;
    padding-bottom: 10px;
    width: 800px;
    

}
.drinks-list{
    display: flex;
    flex-wrap: wrap;
    border: none;
    width:70%;
    margin: 0 auto;
    
 
  }

    .input-icon {
        width: 50rem;
        height: 3rem;
        padding-right: 1rem;
    }
    .input-icon input {
        width: 44rem;
    }
    .titles{
        color: var(--font-color);
        box-shadow: none;
       border: none;
       font-size: 25px;
       padding-left: 70px;
    
    
    }
    .card-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        
    }
    
   

}