/* Extra large devices */
@media (max-width: 1199.98px) {

    /*=============================================
        Navigation Header
    ==============================================*/
    .header .navbar-toggler {
        border-color: rgba(255, 255, 255, .5);
        outline: none !important;
    }

    .header .navbar-toggler-icon {
        background-image: url('../img/ui/hamburger-white.svg');
    }

    .header.sticky .navbar-toggler {
        border-color: #ccc;
    }

    .header.sticky .navbar-toggler-icon {
        background-image: url('../img/ui/hamburger.svg');
    }
}

/* Large devices */
@media (max-width: 991.98px) {

    /*=============================================
        Navigation Header
    ==============================================*/
    .header {
        background: rgba(23, 23, 23, .95);
    }

    .header .navbar-collapse {
        margin: 15px 0;
        text-align: center;
    }

    .header ul.navbar-nav>li {
        padding: 0;
    }

    .header li.has-dropdown>ul {
        position: unset;
        visibility: unset;
        background: unset;
        box-shadow: unset;
        transform: unset;
        transition: unset;
        opacity: unset;
        border-radius: unset;
        top: unset;
        margin-top: 10px;
    }

    .header li.has-dropdown.rtl,
    .header li.has-dropdown.rtl>ul {
        display: none;
    }

    .header li.has-dropdown>ul li>a {
        border-bottom: unset;
        padding: unset;
        line-height: unset;
        color: #999;
        font-size: 17px;
    }

    .header li.has-dropdown>ul::before,
    .header li.has-dropdown>ul li:hover>a {
        all: unset;
    }

    .header li.clone {
        display: unset;
    }

    /*=============================================
        Navigation Footer
    ==============================================*/
    .footer .row:last-child,
    .footer ul.copyright {
        text-align: center;
        line-height: unset;
    }

    .footer ul.copyright li:first-child {
        display: block;
    }

    .footer ul.copyright li:first-child::after {
        display: none;
    }

    .footer small.credit {
        float: none;
    }

    /*=============================================
        Hero Banner
    ==============================================*/

    .hero .wrapper {
        padding: 0;
        align-items: flex-end;
    }

    .hero.page-title .wrapper {
        min-height: 200px;
    }

    .hero.page-title .wrapper h1 {
        margin-top: 0;
    }

    .hero.page-title .wrapper h1::after {
        display: none;
    }

    /*=============================================
        Menu Section
    ==============================================*/

    /* Menu Details */
    .menu.menu-detail ul>li {
        display: block !important;
        text-align: center;
        margin: 0;
    }

    /*=============================================
        Contents
    ==============================================*/

    /* Listing Items */
    .listing-item figure small {
        right: 15px;
        top: 15px;
    }

    .listing-item figure {
        height: 255px;
    }

    /* Information Section */
    .information .gallery-thumbnail {
        margin-bottom: 30px;
    }

    /* Google Map */
    .map-wrapper {
        margin: 20px 0;
    }

    /* Selection Section */
    .selection-item .current>span.price {
        font-size: 20px;
    }
}

/* Medium devices */
@media (max-width: 767.98px) {

    /*=============================================
        Hero Banner
    ==============================================*/

    .hero.page-title .wrapper h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    /*=============================================
        Navigation Footer
    ==============================================*/
    .footer {
        text-align: center;
    }

    /*=============================================
        Contents
    ==============================================*/

    /* Selection Section */
    .order-item .info,
    .selection-item .info {
        padding: 25px 20px 15px;
        text-align: center;
    }

    .order-item .action,
    .selection-item .current {
        border-top: 1px solid rgba(0, 0, 0, .125);
        padding: 15px 20px 25px;
    }

    /* Card Modal */
    .modal#cart .tab-pane img {
        height: 150px;
        width: 100%;
        margin-bottom: 1rem;
        border-radius: 5px;
    }
}

/* Small devices */
@media (max-width: 575.98px) {

    /*=============================================
        Menu Section
    ==============================================*/
    .menu.menu-listing ul.menu-bar {
        text-align: center;
    }

    .menu.menu-listing ul.menu-bar>li {
        float: unset !important;
    }

    .menu.menu-listing ul.menu-bar>li:first-child {
        margin-bottom: 10px;
    }
}
