@media(max-width:767px) {

    .sidebar-menu {
        margin-right: -224px;
        transition: all 0.5s ease 0s;
    }

    .content {
        margin-right: 0px;
        transition: all 0.5s ease 0s;
    }

    main .collapse-button {
        right: 0;
        border: 1px solid #fff;
        border-radius: 3px;
    }

    header {
        right: 0;
    }

        header .heading h1 {
            font-size: 20px;
            color: #ffffff;
        }

    .parent-menu-sp {
        display: block;
        margin-top: 20px;
        cursor: pointer;
        float: right;
        position: relative;
        transition: all 0.3s ease-in-out;
        margin-left: 13px;
        border-radius: 50%;
        padding: 5px 8px 5px 8px;
    }

        .parent-menu-sp span {
            background-color: #fff;
            height: 5px;
            width: 5px;
            line-height: 1px;
            display: block;
            margin: 3px auto;
            transition: all .35s ease;
            cursor: pointer;
            border-radius: 50%;
        }

    header .heading {
        background-color: #8b2231;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        padding-bottom: 10px;
    }

    .back-link {
        background-color: rgba(0, 0, 0, 0.08);
    }

    .lan-menu-img {
        margin-left: 15px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 1px solid #218c8e;
    }

    .breadcrumb {
        margin: -18px 6% 0 !important;
        background-color: #fff6e5 !important;
        box-shadow: 0px 0px 2px 0 #373131;
    }

    #NavBar {
        padding-top: 5px;
    }

    #NavCat1 {
        display: none;
    }

    ul#NavCat .mid:before {
        color: #e7e7e7;
    }

    .breadcrumb li + li:before {
        font-family: "FontAwesome";
        content: "\f104";
    }

    .img-ghasr-coffe {
        height: 25vw;
        box-shadow: 0 5px 15px 0 rgb(0 0 0 / 100%);
        /* min-height: 80px; */
        /* max-height: 130px; */
        width: auto;
        /* min-width: 80px; */
        /* max-width: 130px; */
        object-position: center;
        object-fit: fill;
    }

    .img-ghasr-resturant {
        height: 16vw;
        box-shadow: 0 5px 15px 0 rgb(0 0 0);
        /* min-height: 80px; */
        /* max-height: 130px; */
        width: auto;
        /* min-width: 80px; */
        /* max-width: 130px; */
        object-position: center;
        object-fit: fill;
    }

    .triangle-red {
        display: none;
    }

    .fp {
        float: left;
        width: auto;
    }

    .parent-open {
        float: right;
        display: inline-block;
    }

    .special-food a {
        padding: 25px;
        border-radius: 10px;
        background: repeating-linear-gradient( 18deg,transparent,transparent 4px,#ffffff 15px,#ecffff 20%);
    }

    .fp .currency {
        float: right;
    }

    .special-food .food-price {
        float: right;
    }

    .special-food .food-name {
        white-space: break-spaces;
    }

    .overlay .wrap-1 {
        display: none;
    }

    .overlay .wrap-2 {
        display: none;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .img-roots {
        background: #fff;
        border-radius: 50%;
        margin-bottom: 6px;
    }

    .starter a, .main-course a, .drinks a, .desserts a {
        background-color: #eeeeee;
    }

    .starter h3, .main-course h3, .drinks h3, .desserts h3 {
        color: #8b2231;
        line-height: 34px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    .drinks hr, .drinks span {
        display: none;
    }

    .overlay-black {
        width: 7%;
    }

    .closebtn img {
        max-width: 20px;
    }

    .closebtn {
        right: 94%;
    }
}

@media(max-width:550px) {

    .NavCat .mid {
        padding-right: 0px;
        font-size: 12px !important;
    }

        .NavCat .mid a {
            font-size: 12px !important;
            padding-right: 4px;
        }

    .NavCat .pre {
        width: 0;
    }

    header .heading h1 {
        font-size: 15px;
    }

    .back-link {
        margin-left: 3px;
        padding: 4px 12px 8px 15px;
        background: #ceb545;
    }

        .back-link .fa {
            font-size: 30px;
        }

    .img-ghasr-resturant {
        height: 25vw;
        box-shadow: 0 1px 3px 0 rgb(0 0 0);
    }
}

@media(max-width:450px) {
    .special-food a {
        padding: 10px;
    }

    .img-ghasr-coffe {
        height: 45vw;
        box-shadow: 0 0px 8px 0 rgb(0 0 0);
        min-height: 120px;
    }

    .img-ghasr-resturant {
        margin-top: 20px;
    }

    .closebtn img {
        max-width: 16px;
    }
}

@media(max-width:350px) {

    .closebtn {
        right: 94%;
    }

    header {
        width: 100%;
        right: -5%;
    }

    .parent-menu-sp {
        margin-right: 2.7%;
    }

    .lan-menu {
        left: 10%;
    }

    main .collapse-button {
        right: -5%;
    }

    .overlay {
        right: -10%;
    }

    .overlay-black {
        width: 24%;
    }

    .closebtn {
        right: 80%;
    }
}

@media(max-width:330px) {

    header {
        width: 100%;
        right: -11%;
    }

    main .collapse-button {
        right: -10%;
    }
}
