@media (max-width: 1900px) {
  .menu-top-bg {
    top: -70px;
  }
  .menu-bottom-bg {
    bottom: -130px;
  }
  .chef-top-bg {
    top: -350px;
  }
  .chef-bottom-bg {
    bottom: -350px;
  }
  .customer-top-bg {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 1800px) {
  .menu-top-bg {
    top: -70px;
  }
  .chef-top-bg {
    top: -330px;
  }
  .chef-bottom-bg {
    bottom: -330px;
  }
}

@media (max-width: 1700px) {
  .menu-bottom-bg {
    bottom: -120px;
  }
  .chef-top-bg {
    top: -310px;
  }
  .chef-bottom-bg {
    bottom: -310px;
  }
}

@media (max-width: 1600px) {
  .menu-bottom-bg {
    bottom: -110px;
  }
  .chef-top-bg {
    top: -290px;
  }
  .chef-bottom-bg {
    bottom: -290px;
  }
  .customer-top-bg {
    position: absolute;
    top: -55px;
  }
}

@media (max-width: 1500px) {
  .menu-top-bg {
    top: -50px;
  }
  .menu-bottom-bg {
    bottom: -90px;
  }
  .chef-top-bg {
    top: -231px;
  }
  .chef-bottom-bg {
    bottom: -231px;
  }
}

@media (max-width: 1199px) {
  #menu {
    margin-left: 10px;
  }
  .navbar-nav > li > a {
    padding: 11px 8px;
  }
  .header-right-link > ul > li {
    /* padding: 0 15px; */
  }
  .header-right-link ul li > a {
    /* padding: 7px 0; */
  }
  .header-right-link ul li.order-online > a {
    padding: 10px 15px;
  }
  .header-right-link > ul > li > a .link-text {
    font-size: 14px;
  }
  li.order-online {
    top: 0;
  }
  .header-right-link > ul > li.call-icon,
  .header-right-link > ul > li.cart-icon {
    display: none;
  }
  .navbar-toggle {
    /* right: -5px; */
    /* top: 10px; */
  }
}

@media (max-width: 1024px) {
}

@media (min-width: 992px) {
  .mobilemenu-content,
  .nav > li.level:hover .megamenu {
    display: block !important;
  }
  .megamenu {
    display: none !important;
  }
  .header-right-link > ul > li.order-online {
    padding-right: 0;
  }
  .header-right-link > ul > li:hover .header-link-dropdown {
    opacity: 1;
  }
  .nav > li.level:hover .megamenu {
    display: block;
  }
  .header-right-link ul li.cart-icon:hover > a span.icon {
    background-position: -9px -52px;
  }
}

@media (max-width: 991px) {
  /* Menu */
  .menu-width {
    max-width: 0 !important;
    padding: 0;
  }
  #menu {
    background: #fcb302;
    border-bottom: 0 none;
    /* bottom: 0; */
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block !important;
    /* height: 40% !important; */
    left: -100%;
    margin: 0 !important;
    position: fixed !important;
    top: 90px !important;
    width: 100%;
    z-index: 2;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 0;
    top: 50px !important;
    z-index: -1;
    padding-top: 85px;
    border-radius: 40px;
  }
  #menu.show,
  #menu.menu-open {
    left: 0;
  }
  .navbar-collapse {
    padding: 15px 15px 0 0;
  }
  .navbar-collapse > ul {
    margin: 0;
    width: 100%;
  }
  .navbar-nav > li {
    display: inline-block;
    float: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .navbar-nav > li:last-child {
    border-bottom: none;
    margin-bottom: 5px;
  }
  .navbar-nav > li > a {
    padding: 15px 18px;
    color: #fff;
    display: block;
    margin-right: 40px;
  }
  .nav > li:hover > a,
  .nav > li.active > a,
  .nav > li > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #c51f1d !important;
  }
  #header .nav > li:first-child a {
    padding-left: 15px;
  }
  #header .nav > li:first-child ul li.level2 a {
    padding-left: 0;
  }
  .navbar-nav > li.dropdown > a:after {
    display: none;
  }
  #menu .level {
    position: relative;
  }
  #menu span.opener {
    color: #fff;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 1;
    transition: all 400ms ease;
    top: 15px;
    z-index: 1;
  }
  #menu span.plus {
    background-position: -94px -378px;
  }
  #menu span.minus {
    background-position: -94px -416px;
  }
  .megamenu .level2 > a {
    position: relative;
    margin-bottom: 2px;
    margin-right: 0;
  }
  .megamenu .level2 > a:before {
    content: "Ã¯Æ’Å¡";
    font-family: FontAwesome;
    position: absolute;
    left: -11px;
  }
  .menu-list-res {
    display: block;
  }
  .navbar-header .navbar-brand {
    max-width: 150px;
  }
  .megamenu {
    background-color: transparent;
    border-top: none;
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding: 0px 30px;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
  }
  .megamenu .container {
    width: 100%;
  }
  .megamenu .sub-menu-level1 li.level2 {
    float: none;
    margin-bottom: 15px;
  }
  .megamenu {
    box-shadow: none;
  }
  .megamenu-inner-top .left-p {
    padding-right: 0;
  }
  .side-toggle {
    display: block;
    overflow: unset !important;
  }
  .navbar-toggle {
    border: none;
    background: none;
    color: #333333;
    height: 27px;
    padding: 8px 10px;
    width: 30px;
    display: flex;
  }
  .megamenu .level2 > a {
    color: #000000;
  }
  .megamenu .sub-menu-level2 li.level3 > a {
    color: #fff;
    padding: 3px 0px;
  }
  .navbar-nav .megamenu a {
    color: #ffffff;
  }
  .megamenu .sub-menu-level2 li.level3 > a:hover {
    color: #000;
  }
  button.navbar-toggle i.fa {
    font-size: 24px;
    color: #fff;
  }
  button:focus {
    outline: none;
  }
  #menu span.plus:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    top: 8px;
    left: -9px;
  }
  #menu span.plus:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    top: 0;
    left: 0;
    background: #fff;
    transition: all 400ms ease;
  }
  #menu .active span.plus:after {
    transform: rotate(90deg);
  }
  .menu-list-d {
    display: none;
  }
  .cart-dropdown.header-link-dropdown.active {
    opacity: 1;
    display: block;
  }
  .cart-dropdown.header-link-dropdown {
    display: none;
  }
  .header-right-link ul li.cart-icon.active > a span.icon {
    background-position: -9px -54px;
  }
  li.cart-icon.active {
    overflow: unset !important;
  }
}

@media (max-width: 767px) {
  header#header {
    padding: 10px 0;
  }
  #menu {
    top: 25px !important;
    z-index: -1;
    /* padding-top: 60px; */
    border-radius: 40px;
  }
  .header-right-link > ul > li > a span.icon {
    height: 25px;
    width: 25px;
  }
  .header-right-link ul li.call-icon > a span.icon {
    background-position: -12px -91px;
  }
  .header-right-link > ul > li > a .link-text {
    font-size: 13px;
    padding-left: 4px;
    display: none;
  }
  .header-right-link > ul > li {
    /* padding: 0 10px; */
  }
  .header-right-link ul li.cart-icon > a span.icon {
    background-position: -11px -17px;
  }
  .header-right-link {
    /* padding-right: 15px; */
  }
  .header-right-link ul li.call-icon:hover > a span.icon {
    background-position: -13px -124px;
  }
  li.order-online {
    /* top: 4px; */
  }
  .navbar-toggle {
    /* top: 15px; */
    /* right: -15px; */
  }
  .cart-dropdown .cart-list li .media .pull-left {
    width: 70px;
    padding-right: 10px;
  }
  .cart-dropdown .input-text.qty {
    padding: 0px 0px;
  }
  .input-text.qty {
    max-width: 40px;
  }
  .btn,
  button {
    padding: 8px 10px;
    font-size: 14px;
  }
  .header-link-dropdown {
    padding: 10px;
    width: 100%;
    left: 0;
    top: 60px;
    position: fixed;
  }
  .header-right-link .link-dropdown-list > li {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .cart-icon {
    position: unset !important;
  }
  header#header .col-xl-9 {
    /* position: unset; */
  }
}

@media (max-width: 600px) {
  .navbar-brand img {
    margin-top: 10px;
  }

  .header-pizziaify-two .default-container {
    padding: 2px 20px 6px;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    margin-top: 10px;
  }

  .header-pizziaify-two .default-container {
    padding: 2px 20px 6px;
  }

  .header-right-link > ul > li {
    /* padding: 0 5px; */
  }
  .order-top {
    top: -20px;
  }
  .header-link-dropdown {
    right: -110px;
  }
  .order-bottom {
    bottom: -20px;
  }
  .special-tab ul {
    background: transparent;
  }
  .menu-top-bg {
    top: -15px;
  }
  .menu-bottom-bg {
    bottom: -23px;
  }
  .chef-top-bg {
    top: -55px;
  }
  .chef-bottom-bg {
    bottom: -60px;
  }
  .customer-top-bg {
    top: -15px;
  }
  .customer-bottom-bg {
    bottom: -3px;
  }
}
