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

.active{
    bottom: 0;
}

.cook-btn{
    background-color: white;
    border: 0.5px solid rgb(234, 130, 12);
    color: rgb(234, 130, 12);
    padding: 8px;
    border-radius: 5px;
    right: 20px !important;
    transition: all 0.5s ease-in-out;
}

.cook-btn:hover{
  background-color: rgb(234, 130, 12);
  color: white;
}
