body{
    max-width: 1367px;
}

/* Start Common */
*{
    padding: 0;
    margin: 0;
}
/* End Common */

/* Start Nav */
nav{
    position: fixed;
    height: 105%;
    width: 100%;
    top: -100%;
    left: 0;
    background-color: white;
    z-index: 900;
}

nav #nav-icon-container{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right: 16px !important;
}

nav #nav-icon-container .bi-list{
    font-size: 3vh;
    z-index: 3333 !important;
    position: relative;
}

nav #restaurant-name{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-right: 10px;
}

nav #restaurant-name p{
    font-size: 1.9vh;
    padding: 0 !important;
    margin: 8px !important;
    font-weight: 600;
    letter-spacing: 1px;
}
/* End Nav */

/* Start Slider */
#slider{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 105%;
    background-color: rgba(255, 255, 255, 0.923);
    z-index: 3333;
    transition: all 0.5s ease-in-out;
    text-align: center;
    padding-top: 25%;
}

#slider #nav-icon-close-container{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    padding-right: 16px !important;
    padding-top: 4px;
}

#slider #nav-icon-close-container .bi{
    font-size: 3vh;
}

#slider .row{
    margin-top: 10%;
}

#slider .row .col{
    text-align: left;
    padding-left: 20%;
}

#slider .row .col a{
    font-size: 2.2vh;
    font-weight: 600;
    letter-spacing: 2px;
    color: #212121;
    text-decoration: none;
}
/* End Slider */

/* Start Filter Container */
#filter-container{
    margin-top: 18%;
    padding-left: 10%;
    padding-right: 10%;
}

#filter-container .bi-search{
    position: absolute;
    margin-left: 10px;
    padding-top: 7px;
    font-size: 1.8vh;
    color: rgb(170, 170, 170);
}

#filter-container input{
    padding-left: 35px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.8vh;
    letter-spacing: 1px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
    -webkit-box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
    -moz-box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
}

#filter-container input:focus{
    outline: none;
}

/* End Filter Container */

/* Start Category Section */

#category-section{
    margin-top: 8%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#category-section #accordion{
    box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
    -webkit-box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
    -moz-box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
    border: none;
    border-radius: 5px;
}

#category-section #accordion .card{
    border: none;
    border-radius: 5px;
    margin-bottom: 5px;
}

#category-section #accordion .card .active{
    border: 2px solid #F47520;
}

#category-section #accordion .card .card-header{
    padding: 0;
    background-color: inherit;
    border: none;
    border-radius: 5px;
}

#status{
    font-size: 2.5vh;
    transition: all 1s;
}

#category-section #accordion .card .card-header .btn{
    width: 100%;
    box-shadow: none !important;
    border: none;
    font-size: 1.8vh;
    letter-spacing: 1px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #212121;
}

#categories .card-body .row .col-4 .card .card-body{
    position: absolute;
    bottom: 0;
    padding: 0;
}

#categories .card-body .row .col-4 p{
    color: #212121;
    font-size: 1.5vh;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

#top-card{
    border-bottom: 1px solid #2121210f !important;
}
/* End Category Section */

/* Start Item Section */

#item-section{
    padding-top: 10%;
}

#item-section{
    margin-left: 5%;
    margin-right: 5%;
}

#item-section .container .row{
    box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
    -webkit-box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
    -moz-box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
    padding: 0px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#item-section .container .row .col-4{
    text-align: right;
    padding-right: 0;
}

#item-section .container .row .col-4 img{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    object-fit: cover;
    width: 110px;
    height: 110px;
    
}

#item-section .row .col-8{
    padding-top: 10px;
    padding-left: 5%;
}

#item-section .item-name{
    font-size: 2vh;
    letter-spacing: 1px;
    color: #303030;
    font-weight: 400;
}

#item-section .item-price{
    font-size: 1.8vh;
    letter-spacing: 1px;
    color: #F47520;
    font-weight: 600;
}

#item-section .item-name p{
    margin-bottom: 2px;
}

#item-section .item-short{
    margin-top: -15px;
    position: absolute;
    width: 70%;
}

#item-section .item-short small{
    font-size: 1.5vh;
    color: #404040;
    letter-spacing: 1px;
}

/* End Item Section */

#alienus{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#alienus a{
    color: #303030 !important;
    font-size: 1.5vh;
}

#alienus img{
    width: 5%;
}

/* Start Item Detail Section */

#item-detail{
    position: fixed;
    width: 100%;
    height: 60%;
    top: 100%;
    padding: 30px;
    padding-top: 50px;
    background-color: white;
    box-shadow: 0px -5px 18px 3px rgba(21,21,21,0.15);
    -webkit-box-shadow: 0px -5px 18px 3px rgba(21,21,21,0.15);
    -moz-box-shadow: 0px -5px 18px 3px rgba(21,21,21,0.15);
    z-index: 1000;
    transition: all 0.75s;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    opacity: 0;
}

#item-image{
    position: fixed;
    top: -55%;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.75s;
    opacity: 0;
    object-fit: cover;
    width: 100%;
    height: 50%;
}

#back2menu{
    background-color: rgb(255, 255, 255);
    position: fixed;
    left: -15%;
    top: 37%;
    z-index: 1001;
    color: #F47520;
    font-size: 4vh;
    width: 6.5vh;
    height: 6.5vh;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #40404012;
    box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
    -webkit-box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
    -moz-box-shadow: 0px 5px 18px 3px rgba(21,21,21,0.15);
    transform: rotate(180deg);
    transition: all 0.75s;
    opacity: 0;
}

#item-detail #item-long{
    font-size: 1.75vh;
    color: #212121;
}

#item-detail #item-name-big{
    color: #F47520;
    letter-spacing: 1px;
}

/* End Item Detail Section */