@media (min-width: 1400px) {
	.container {
		max-width: 1140px !important;
	}
}

@media (min-width: 1200px) {
    .default-item .item-tooltip {
        top: 50%;
        left: 0;
        bottom: auto;
        transform: translate(-105%, -50%);
    }

    .parallax {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        background-attachment: fixed;
    }
}

@media (max-width: 1199.99px) {
    .header-top {
        display: none;
    }

    .header.sticky.home-page,
    .header.sticky {
        position: relative;
        box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        background-color: rgba(35,35,35,1);
    }

    .header.sticky.home-page .header-main .navbar,
    .header.sticky.home-page.enable .header-main .navbar {
        padding: 30px 0;
    }

    .header.sticky .navbar-dark .navbar-nav .nav-link,
    .header.sticky.enable .navbar-dark .navbar-nav .nav-link  {
        color: #fff;
    }

    .header.sticky.home-page.enable .navbar-dark .navbar-nav .nav-link {
        color: #fff;
    }
    
    .header.sticky.home-page .header-main .navbar-dark .navbar-nav .nav-link .item-flag svg {
        fill: #f7b035;
    }
    
    .header.sticky.home-page .header-main .header-button button {
        border: 1px solid #f7b035;
        color: #fff;
        background-color: #f7b035;
    }
    
    .header.sticky.home-page .header-main .header-button:hover button {
        border-color: #f7b035;
        background-color: #fff;
        color: #f7b035;
    }
    
    .header.sticky.home-page .header-main .header-button.mini-cart-wc-custom button {
        border: 1px solid #f7b035;
        color: #fff;
        background-color: #f7b035;
    }
    
    .header.sticky.home-page .header-main .header-button.mini-cart-wc-custom:hover button {
        border: 1px solid #f7b035;
        color: #f7b035;
        background-color: #fff;
    }
    
    .header.sticky.home-page .header-main button.navbar-toggler {
        color: #fff;
    }

    .header-main .nav-item {
        width: fit-content;
    }
    
    .header-main .nav-item:not(:last-child) {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .header-main .nav-link {
        font-size: 1.2rem;
        padding: 1rem;
    }

    .header-main .flex-middle nav.navbar {
        justify-content: flex-end;
    }

    .header-main .flex-right {
        display: none;
    }

    .offcanvas#offcanvasMenu {
        width: 300px;
        background-color: rgba(35,35,35,1);
    }
    
    .offcanvas#offcanvasMenu .offcanvas-header,
    .offcanvas#offcanvasMenu .offcanvas-body {
        padding: 1rem 2rem;
    }

    .banner {
        height: 900px;
    }

    .banner .banner-content {
        margin-top: 100px;
    }

    .banner .banner-textbox .title {
        font-size: 60px;
    }

    .banner .banner-textbox .textbox-wrapper {
        margin-bottom: 100px;
    }

    .section-wrapper.section-one {
        padding-top: 30px;
        padding-bottom: 130px;
    }

    .info-box-content .info-box-title {
        font-size: 1.3rem;
    }

    .best-in-town-wrapper {
        padding-left: 0;
    }

    .custom-prev {
        left: -50px;
        width: 60px;
        height: 60px;
    }
    
    .custom-next {
        right: -50px;
        width: 60px;
        height: 60px;
    }

    .image-absolute {
        z-index: 1;
    }

    .image-absolute.image-1 {
        top: 5%;
        left: -10%;
        width: 300px;
    }

    .image-absolute.image-2 {
        top: 20%;
        right: -10%;
        width: 250px;
    }

    .image-absolute.image-3 {
        bottom: 10%;
        left: -10%;
        width: 250px;
    }

    .image-absolute.image-4 {
        top: 20%;
        left: -20%;
        width: 400px;
    }

    .image-absolute.image-5 {
        top: 150px;
        right: -20%;
        width: 350px;
    }

    .image-absolute.image-6 {
        top: 40%;
        right: -25%;
        width: 400px;
    }

    .image-absolute.image-7 {
        top: 60%;
        left: -20%;
        width: 400px;
    }

    .image-absolute.image-8 {
        bottom: -3%;
        right: -20%;
        width: 400px;
    }
}

@media (max-width: 991.99px) {
    .banner {
        height: 700px;
    }

    .banner .banner-content {
        margin-top: 80px;
    }

    .banner .banner-textbox .title {
        font-size: 45px;
    }

    .contact-form-wrapper {
        height: 650px;
    }

    .image-absolute {
        z-index: 1;
    }

    .image-absolute.image-1 {
        top: 7%;
        left: -15%;
        width: 200px;
    }

    .image-absolute.image-2 {
        top: 20%;
        right: -20%;
        width: 200px;
    }

    .image-absolute.image-3 {
        bottom: 10%;
        left: -20%;
        width: 200px;
    }

    .image-absolute.image-4 {
        top: 20%;
        left: -30%;
        width: 300px;
    }

    .image-absolute.image-5 {
        top: 150px;
        right: -20%;
        width: 250px;
    }

    .image-absolute.image-6 {
        top: 40%;
        right: -25%;
        width: 250px;
    }

    .image-absolute.image-7 {
        top: 60%;
        left: -30%;
        width: 300px;
    }

    .image-absolute.image-8 {
        bottom: -3%;
        right: -20%;
        width: 300px;
    }
}

@media (max-width: 767.99px) {
	.header-top .flex-right {
		display: none;
	}

	.header-top .flex-left {
		margin: auto;
	}

	.header-top .nav > li:not(:last-child) {
		margin-bottom: 5px;
	}

    .banner {
        height: 920px;
    }

    .banner .banner-textbox .textbox-wrapper {
        margin-bottom: 3rem;
    }

    .testimonial {
        padding: 0;
    }

    .combo-menu-wrapper {
        padding: 100px 15px;
    }

    .page-header {
        padding-top: 15px !important;
        padding-bottom: 40px!important;
        height: 230px !important;
    }

    .contact-form-wrapper {
        height: 500px;
    }
}

@media (max-width: 575.99px) {
    .banner-textbox .text-xl {
        font-size: 90px;
    }

    .banner-textbox .text-lg {
        font-size: 40px;
    }

    .parallax {
        max-height: 500px;
    }

    .default-item .item-content .item-right .top-holder .item-name {
        display: inline-block;
        width: 100%;
        white-space: normal;
    }

    .default-item .item-content .item-right .top-holder .item-line {
        bottom: 5px;
    }

    .offcanvas#miniCartWC {
        width: 100%;
    }

    .offcanvas#miniCartWC .close-mini-cart {
        display: block;
    }

    .section-wrapper.section-one {
        padding: 150px 0;
    }

    .menu-wrapper {
        padding: 0;
    }

    .menu-wrapper .menu-list {
        padding: 60px 20px 0px 20px;
    }

    .combo-menu-wrapper .combo-menu .item-content .item-details {
        display: inline-block;
    }

    .combo-menu-wrapper .combo-menu .item-content .item-details .item-price {
        margin-left: 0;
        margin-top: 5px;
    }

    .contact-form-wrapper {
        height: 450px;
    }

    .contact-form-wrapper .contact-form {
        padding: 0 40px;
    }

    .main-drink-menus-wrapper {
        padding: 20px 20px 10px 20px;
    }

    .image-absolute {
        display: none;
    }

    /* .menu-list .menu-item .item-details {
        align-items: center;
    }

    .item-details .item-name {
        flex: auto;
    } */

    /* .menu-list .menu-item .item-details:after {
        flex: auto;
    }

    .item-details .item-price {
        flex: none;
    } */
}