/*============================================================================================*/
/* Repsonsive  */
/*============================================================================================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    #sub_content h1 {
        font-size: 50px;
    }
}

@media (max-width: 1024px) {
    .parallax-window-2 {
        background-attachment: scroll;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .header-menu {
        display: flex;
        justify-content: flex-end;
    }

    #logo {
        padding: 2px 0 !important;
        margin: 0 !important;
    }

    #sub_content {
        padding: 0 60px;
    }

    #sub_content h1 {
        font-size: 42px;
    }

    .box_home {
        min-height: inherit;
    }

    .main-menu-2 ul {
        margin: 2px 0 0 0;
    }

    a.button_intro,
    .button_intro,
    a.button_intro.outilne,
    .button_intro.outline {
        display: none;
    }

    .high_light {
        text-align: center;
    }

    .high_light a {
        position: static;
        margin-top: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .info-box {
        padding:10px 0;
    }
    .info-box div:not(:last-child) {
        border-right: none;
    }
    .dishesContainer, .dishesFromSearchContainer {
        margin-bottom: 12vh;
    }

    #sub_content h1 {
        font-size: 42px;
    }

    .strip_list,
    .strip_list .go_to {
        height: auto;
        padding-bottom: 10px;
    }

    #hero_video {
        background: #333 url(../img/sub_header_home.jpg);
        background-size: cover;
        background-position: center center;
    }

    .footer-links li {
        margin-bottom: 10px;
    }
    .footer-links a {
        padding: 5px 0;
        display: block;
    }

    .slick-dots {
        bottom: -45px !important;
    }
    .slick-dots li button:before {
        font-size: 10px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    .free-delivery .desc {
        padding:10px;
    }
    .free-delivery .desc .rating {
        padding-top: unset;
    }
    .free-delivery .desc h3 {
        font-size: 15px;
    }
    .free-delivery .desc .location {
        font-size: 12px;
        font-style: italic;
    }
    .free-delivery .desc .view_menu {
        margin-top: 5px;
    }
    .free-delivery .desc .view_menu a.btn_1 {
        padding: 10px 15px;
    }
    .parallax-window#home {
        height: 240px;
        min-height: 240px;
    }

    #home #subheader {
        height: 240px;
    }

    #hero_video > div h1 {
        margin-top: 0;
    }

    .box_home#one {
        margin-top: 40px;
    }

    #sub_content {
        padding: 0 30px;
    }

    #sub_content h1 {
        font-size: 24px;
    }

    #home #subheader #sub_content p,
    #hero_video #sub_content p {
        display: none;
    }

    #custom-search-input,
    #custom-search-input .search-query {
        width: 400px;
    }

    .main_title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .main_title h2 {
        font-size: 24px;
    }

    .main_title p {
        font-size: 14px;
        margin-bottom: 0;
    }

    hr.more_margin {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    footer {
        padding: 10px 0;
    }

    /* Parallax bg */
    .parallax-window#short,
    .parallax-window {
        height: 240px;
        min-height: 240px;
    }

    #short #subheader,
    #subheader,
    .parallax-content {
        height: 240px;
    }

    .parallax-content {
        font-size: 12px !important;
    }

    .parallax-content h3,
    .parallax-content-2 div h3,
    .high_light h3 {
        font-size: 30px !important;
    }

    .parallax-content i,
    .parallax-content-2 div i {
        font-size: 30px !important;
    }

    .strip_list,
    .strip_list .go_to a.btn_1 {
        width: 100%;
    }

    /* Responsive table cart */
    .table.cart-list {
        margin-bottom: 30px;
    }

    .table.cart-list,
    .table.cart-list thead,
    .table.cart-list tbody,
    .table.cart-list th,
    .table.cart-list td,
    .table.cart-list tr {
        display: block;
        border: 0;
    }

    .table.cart-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table.cart-list tr {
        border: 1px solid #ccc;
    }

    .table.cart-list td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .table.cart-list td:before {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .table.cart-list td:nth-of-type(1):before {
        content: "Item";
        font-weight: bold;
        color: #111;
    }

    .table.cart-list td:nth-of-type(2):before {
        content: "Price";
        font-weight: bold;
        color: #111;
    }

    .table.cart-list td:nth-of-type(3):before {
        content: "Add to cart";
        font-weight: bold;
        color: #111;
    }

    .thumb_cart {
        display: none;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: 12px;
    }

    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        margin-top: -17px;
    }

    /* Mobile navigation for categories left column */
    .styled-select-cat select {
        background: transparent;
        width: 107%;
        padding: 7px 5px 5px 45px;
        border: 0;
        border-radius: 0;
        height: 50px;
        margin: 0;
        font-weight: 400;
        -moz-appearance: window;
        -webkit-appearance: none;
        cursor: pointer;
        color: #888;
    }

    .styled-select-cat {
        width: 100%;
        overflow: hidden;
        height: 50px;
        position: relative;
        border: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .styled-select-cat:before {
        font-style: normal;
        font-weight: normal;
        font-family: "ElegantIcons";
        font-size: 22px;
        content: "\67";
        position: absolute;
        left: 15px;
        top: 12px;
    }

    .styled-select-cat::-ms-expand {
        display: none;
    }

    .styled-select-cat select:focus {
        outline: none;
    }

    .margin_60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    #sub_content #thumb {
        display: none;
    }

    .form-group {
        margin-bottom: 20px;
    }

    #confirm i {
        font-size: 80px;
    }

    .login_icon {
        display: none;
    }

    .modal-popup,
    .modal-popup-delivery-price {
        padding: 10px 30px 1px 30px;
    }

    .popup-form {
        width: 100%;
        margin: 60px auto;
        margin-bottom: 30px;
    }

    /* Updates v.1.1 */
    /*General*/
    a.load_more_bt {
        margin-bottom: 20px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    #sub_content {
        font-size: 12px;
    }

    #sub_content h1 {
        font-size: 20px;
    }

    #custom-search-input,
    #custom-search-input .search-query {
        width: 300px;
    }

    #custom-search-input input.btn_search {
        right: 15px;
        top: 10px;
    }

    .desc {
        text-align: center;
    }

    .desc h3 {
        font-size: 22px;
    }

    .opening {
        display: block;
    }

    .features-content {
        padding: 10%;
    }

    h3.slide_typo {
        letter-spacing: 0;
    }

    .box_home_small .img-wrap {
        padding: 10px;
    }

    .desc .rating {
        padding-top: 25px;
    }
}

/* Extra extra Small Devices */
@media only screen and (max-width: 320px) {
    #sub_content {
        font-size: 12px;
    }

    #sub_content h1 {
        font-size: 16px;
    }

    #custom-search-input,
    #custom-search-input .search-query {
        width: 260px;
    }
}
