.content {
    margin-left: 5.85vw;
    margin-right: 5.85vw;
    display: flex;
    justify-content: space-between;
}

.title {
    justify-items: center;
    margin-top: 25px;
    margin-bottom: 40px;
}

/* MENU*/
.menu {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.menu-head {
    display: flex;
    margin-bottom: 20px;
}

.search{
    flex: 1;
}

.menu-head ul p {
    font-weight: bold;
}

.menu-head ul {
    display: flex;
    list-style: none;
    align-items: center;
}

.menu-head ul li {
    border-radius: 10px;
    padding: 10px;
}

.menu ul li a {
    text-decoration: none;
    color: #BB1414;
    font-weight: bold;
    padding: 10px 18px;
    border-radius: 10px;
    border: 1px solid #BB1414;
}

.menu ul li a:hover {
    background-color: #BB1414;
    color: white;
}

.menu-head{
    gap: 20px;
    display: flex;
    align-items: center;
}

.menu-head form {
    display: flex;
    width: auto;
    border-radius: 10px;
}

.menu-head form input {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: none;
    border-radius: 10px 0px 0px 10px;
    width: 250px;
    height: 35px;
    padding: 0px 20px;
}

.menu-head form button {
    display: flex;
    justify-content: center;
    border: 1px solid #cfcfcf;
    align-items: center;
    height: auto;
    width: 50px;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    float: right;
}

.menu-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 35px;

}

.items {
    width: 207px;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background-color: #EBEBEB;
    border: 1px solid #C0C0C0;
    border-radius: 10px;

}

.items-img {
    justify-content: center;
    display: flex;
    flex-shrink: 0;
}


.items-title {
    width: 160px;
    height: 78px;
    display: flex;
    flex-direction: column;
}

.items-title h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.items-title h5 {
    color: #BB1414;
}

.rating {
    align-items: center;
    display: flex;
    align-items: flex-start;
}


.rating p {
    font-size: 10px;
    font-weight: bold;
    padding-left: 5px;
}

.items-order {
    display: flex;
    justify-content: space-between;
    width: 148px;
    align-items: center;
}

.buatpesanan {
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    color: white;
    background-color: #BB1414;
    font-size: 11px;
    border-radius: 10px;
}

.buatpesanan:hover {
    background-color: #951010;
}

.keranjang {
    background-color: #bb141448;
    padding: 7px 8px;
    align-items: flex-end;
    font-size: 11px;
    border-radius: 10px;
}

.keranjang:hover {
    background-color: #bb14148d;
}


/* FILTER */

.filter {
    display: block;
    height: 100%;
    width: 450px;
    margin-right: 40px;
    background-color: #EBEBEB;
    border: 1px solid #C0C0C0;
    border-radius: 10px;
}

.filter-head {
    display: flex;
    padding: 10px 40px;
    border-bottom: 1px solid #C0C0C0;
}

.filter-head h4 {
    padding-left: 12px;
}

.filter-content {
    padding: 35px 40px;
}

.ul-main {
    list-style: none;
    padding-left: 0px;
}

.ul-main ul {
    list-style-type: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
}

/* KATEGORI */

.filter-kategori ul li ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.show-filter{
    display: none;
}

.input-harga div div {
    background-color: rgb(207, 207, 207);
    color: gray;
    padding: 8px 12px;
    border-top: 2px solid #C0C0C0;
    border-left: 2px solid #C0C0C0;
    border-bottom: 2px solid #C0C0C0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.input-harga div input {
    padding: 8px 12px;
    border-top: 2px solid #C0C0C0;
    border-right: 2px solid #C0C0C0;
    border-bottom: 2px solid #C0C0C0;
    border-left: 2px solid #C0C0C0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.page-number {
    justify-content: center;
    display: flex;
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-number a {
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 10px;
    color: #BB1414;
    font-weight: bold;
}

.page-number a:hover {
    background-color: rgba(200, 200, 200, 0.366);
}

.page-number a:active {
    background-color: #BB1414;
    color: white;
}

.show-filter button{
    display: flex;
    gap: 12px;
    font-weight: bold;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 10px 20px;
}

.show-filter button:hover{
    background-color: #C0C0C0;
}

.filter-sidebar{
    display: none;
    
}


.side-container{
    display: flex;
    box-shadow: #bb14148d;
}

.filter-side {
    position: absolute;
    z-index: 1;
    display: block;
    height: auto;
    width: 450px;
    margin-right: 40px;
    background-color: #EBEBEB;
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    box-shadow: 11px 10px 19px -8px rgba(0,0,0,0.45);
-webkit-box-shadow: 11px 10px 19px -8px rgba(0,0,0,0.45);
-moz-box-shadow: 11px 10px 19px -8px rgba(0,0,0,0.45);
}

.filter-head {
    display: flex;
    align-items: center;
    padding: 10px 40px;
    border-bottom: 1px solid #C0C0C0;
}

.filter-head div{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.filter-head button{
    display: flex;
    border: none;
    background-color: transparent;
}

.filter-head button:hover{
    opacity: 50%;
}

.filter-head h4 {
    padding-left: 12px;
}

.filter-content {
    padding: 35px 40px;
}

.ul-main {
    list-style: none;
    padding-left: 0px;
}

.ul-main ul {
    list-style-type: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
}


@media(max-width:1366px) {
    .filter {
        display: none;
    }

    .show-filter{
        display: block;
    }

    .menu-content {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media(max-width: 1200px) {
    .menu-content {
        grid-template-columns: repeat(4, 1fr);
        gap: 5vw;
    }
}

@media(max-width: 1000px) {
    .menu-content {
        grid-template-columns: repeat(3, 1fr);
        gap: 10vw;
    }
}

@media(max-width: 800px) {
    .menu-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 5vw;
    }
}