.cook-container{
    width: 100% !important;
    position: fixed;
    bottom: -100%; left: 0 !important; right: 0 !important;
    background-color: white;
    color: rgb(158, 158, 158);
    padding: 20px 32px !important;
    transition: 500ms !important;
    z-index: 999;
    margin: 0 !important;
}

.active{
    bottom: 0;
}

.cook-btn{
    background-color: white;
    border: 0.5px solid #00182d;
    color: #00182d;
    padding: 8px;
    border-radius: 5px;
    right: 20px !important;
    transition: all 0.5s ease-in-out;
}

.cook-btn:hover{
  background-color: #00182d;
  color: white;
}
