/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  /*max-width 1024px, tablet screens*/
}
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .title-bar {
    width: 37px;
    margin-top: 45px;
    margin-right: 40px;
  }
  .title-bar .menu-icon {
    width: 37px;
    height: 27px;
  }
  .title-bar .menu-icon:after {
    top: 0;
    margin-top: 0;
  }
  .top-bar {
    height: auto;
    padding-top: 110px;
    max-width: 100%;
    position: fixed;
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: block;
    font-family: "Inria Sans", sans-serif;
    color: white; /* menu item text color */
    font-size: 14px;
    background: #ED1C24; /* menu item background color */
    line-height: 45px;
    padding: 0 15px;
  }
  .top-bar ul li > a:hover {
    background: transparent; /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background: transparent; /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    color: #fff; /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-bar ul li[aria-expanded=true] > a {
    background: #e7121a; /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded=true] > a .accordion-toggle i.fa {
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }
  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }
  .header {
    background-color: #000;
    margin-top: 0;
    padding: 0;
    grid-template-columns: 25px [logo] 1fr [navigation] 1fr;
  }
  .header .logo {
    margin-top: 20px;
    width: 170px;
  }
  .header .logo img {
    max-width: 170px;
  }
  .breadcrumbs-row {
    margin-top: 100px;
  }
  .breadcrumbs {
    padding-left: 25px;
  }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
  }
  .burger {
    margin-top: 15px;
    display: block;
  }
  .burger-image {
    padding-top: 0;
    max-width: 80%;
    margin: auto;
    margin-bottom: 15px;
  }
  .burger-image .label.best {
    width: 79px;
    height: 75px;
  }
  .burger-image .label.award {
    width: 110px;
    height: 90px;
    left: -20px;
  }
  .burger-image .label.new {
    width: 80px;
    height: 88px;
  }
  .main-info {
    background-color: transparent;
    padding-bottom: 0;
  }
  .main-info .page-title {
    color: #FFF;
    font-size: 31px;
  }
  .main-info p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
  }
  .burger-info .options {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .burger-info .options .primary {
    padding: 12px;
    gap: 0 15px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "images description" "images price";
  }
  .burger-info .options .primary .order-icons {
    grid-area: images;
  }
  .burger-info .options .primary .price {
    grid-area: price;
  }
  .burger-info .options .secondary {
    padding: 15px 10px;
    font-size: 14px;
    gap: 0 15px;
    border-radius: 10px;
    grid-template-rows: 32px auto 1fr;
  }
  .burger-info .options .secondary svg {
    max-width: 100%;
  }
  .burger-info .options .secondary .price {
    font-size: 24px;
    line-height: 1;
  }
  .burger-info .main-info .rating {
    float: right;
    padding-top: 6px;
  }
  .mobile-quick-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    z-index: 1;
  }
  .mobile-quick-nav .quick-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ED1C24;
    color: #FFF;
    text-align: center;
    font-family: "Inria Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    cursor: pointer;
  }
  .mobile-quick-nav .quick-link .arrow-svg {
    margin-left: 10px;
    margin-right: 0;
    margin-top: 3px;
  }
  .mobile-quick-nav .quick-link.find-us svg {
    margin-right: 10px;
  }
  .mobile-quick-nav .quick-link.cart-btn-m svg {
    margin-left: 15px;
  }
  .cart-btn-m.active {
    position: relative;
  }
  .cart-btn-m.active:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 25px;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #ED1C24 transparent;
  }
  .burgers-list {
    grid-template-columns: 1fr 1fr;
  }
  .main-info {
    padding-top: 0;
  }
  .main-info .page-title {
    margin-bottom: 5px;
    line-height: 1.2;
    color: #FFF;
    font-size: 31px;
    font-weight: 700;
  }
  .main-info p {
    margin-bottom: 0;
  }
  .home .burgers-archive {
    margin-top: 110px;
    margin-bottom: 90px;
  }
  .home .burgers-archive .archive-title {
    font-size: 30px;
    line-height: 1;
  }
  .main-content.mobile-video {
    margin-top: 310px;
  }
  .side-dishes h2 {
    margin-bottom: 30px;
  }
  .default-page .wp-block-heading {
    margin-bottom: 30px;
  }
  .default-page .wp-block-group {
    margin-bottom: 20px;
  }
  .background-desktop {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    height: 320vh;
    z-index: -2;
    pointer-events: none;
  }
  .not-found {
    padding-top: 200px;
  }
  .not-found h1 {
    font-size: 32px;
  }
  .not-found p {
    font-size: 18px;
  }
  .not-found .menu-404-menu-container ul li a {
    font-size: 18px;
  }
  .promo-desktop {
    display: none;
  }
  .burgers-list.reach .burger-card {
    opacity: 1;
  }
  .burgers-list.reach .burger-card:nth-child(even) {
    transform: translateX(0);
  }
  .burgers-list.reach .burger-card:nth-child(odd) {
    transform: translateX(0);
  }
  .burgers-list .burger-card {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .burgers-list .burger-card:nth-child(even) {
    transform: translateX(100px);
  }
  .burgers-list .burger-card:nth-child(odd) {
    transform: translateX(-100px);
  }
  .map h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 30px;
  }
  .default-page.news-post h1, .default-page.news-post h2, .default-page.news-post h3, .default-page.news-post h4, .default-page.news-post h5, .default-page.news-post h6 {
    text-align: left;
  }
  .default-page .gutenberg-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .default-page .wp-block-column h1, .default-page .wp-block-column h2, .default-page .wp-block-column h3, .default-page .wp-block-column h4, .default-page .wp-block-column h5, .default-page .wp-block-column h6 {
    padding-left: 0;
    padding-right: 0;
  }
  .default-page .wp-block-image {
    margin-left: -20px;
    margin-right: -20px;
  }
  .burger-info .options.sides {
    max-width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    padding: 12px 22px;
  }
  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
  }
  .contact-form .gform_heading {
    margin-bottom: 60px;
  }
  .contact-form select option {
    width: 100%;
  }
  .label.award {
    left: -10px;
  }
  .burgers-list .burger-card h3.spicy:before {
    margin-top: -9px;
  }
  .burgers-list .burger-card h3.vegan:before {
    margin-top: -4px;
    height: 19px;
  }
  .label + .label {
    margin-top: 60px;
  }
  .default-page h1.page-title {
    margin-bottom: 15px;
  }
  .delivery {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .delivery h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .delivery h2 svg {
    width: 28px;
    height: 28px;
  }
  .delivery .grab-logo {
    margin-right: 9px;
    margin-left: 9px;
    max-width: 119px;
    height: 42px;
  }
  .delivery .food-panda-logo {
    max-width: 199px;
    height: 39px;
    margin-left: 9px;
    margin-right: 9px;
  }
  .location-box a {
    margin-bottom: 15px;
  }
  .location-box .manager {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 340px) {
  .cart-item p.qnt,
  .cart-item .price {
    font-size: 20px;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .top-bar {
    position: fixed;
  }
  .open-cart {
    position: fixed;
    padding-bottom: 80px;
    padding-right: 15px;
  }
  #cart-items {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    scrollbar-color: #231f20 #000;
    max-height: 45vh;
    padding-right: 15px;
  }
  .open-cart h3 {
    padding-right: 15px;
  }
  button.checkout {
    max-width: calc(100% - 15px);
    display: block;
  }
  .burger-image .label.best {
    width: 158px;
    height: 149px;
    left: 45px;
  }
  .burger-image .label.promo {
    right: 45px;
    width: 135px;
    height: 85px;
  }
  .title-bar {
    line-height: 25px;
    margin-right: 25px;
  }
  .title-bar .menu-icon .hamburger-line {
    height: 4px;
  }
}
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .header {
    grid-template-columns: [logo] 190px [navigation] 1fr;
  }
  .header .logo {
    width: 100%;
  }
  .background-desktop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: -2;
    pointer-events: none;
  }
  .top-bar .header-menu li > a {
    font-size: 16px;
    padding: 0 10px;
  }
  #shopping-cart h2 {
    padding: 10px;
  }
  .breadcrumbs-row {
    margin-top: 125px;
  }
  .breadcrumbs {
    text-align: center;
  }
  .burger {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .burger-image {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .burger-image,
  .burger-info {
    width: 100%;
  }
  .burgers-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .promo-desktop {
    display: none;
  }
  .side-dishes .sides-list .left-col {
    padding-right: 15px;
  }
  .side-dishes .sides-list .left-col h3 {
    text-align: right;
  }
  .side-dishes .sides-list .right-col {
    padding-left: 15px;
  }
  .burger-image .label.promo .Button-content {
    font-size: 16px;
    padding-top: 23px;
  }
  .main-info .page-title.burger-pt {
    opacity: 1;
  }
  .main-info .page-title.burger-pt .w {
    transform: none !important;
  }
  .burgers-list .burger-card a .image {
    margin-bottom: 0;
  }
  .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .delivery {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .delivery h2 {
    font-size: 30px;
  }
  .delivery h2 svg {
    width: 30px;
    height: 30px;
  }
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  .pb-title {
    font-size: 62px;
    font-weight: 700;
    line-height: 70.18px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-section {
    background-attachment: fixed;
  }
  .header.sticky-header {
    padding-bottom: 18px;
  }
  .burgers-list.reach .burger-card {
    opacity: 1;
  }
  .burgers-list.reach .burger-card:nth-child(even) {
    transform: translateX(0);
  }
  .burgers-list.reach .burger-card:nth-child(odd) {
    transform: translateX(0);
  }
  .burgers-list .burger-card {
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .burgers-list .burger-card:nth-child(even) {
    transform: translateX(100px);
  }
  .burgers-list .burger-card:nth-child(odd) {
    transform: translateX(-100px);
  }
  .other-mains h2,
  .side-dishes h2,
  .for-kids h2 {
    font-size: 38px;
  }
  .main-content.for-kids:after {
    top: -20px;
  }
  .main-content.for-kids .burgers-archive {
    margin-top: 90px;
  }
  .background-desktop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: -2;
    pointer-events: none;
  }
  .home .burgers-archive {
    margin-bottom: 154px;
    height: 30vh;
  }
  .burgers-archive {
    max-width: 630px;
    margin-bottom: 90px;
    margin-top: 220px;
  }
  .burgers-archive p {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 27px;
    text-shadow: 2px 1px rgba(0, 0, 0, 0.45);
  }
  .reviews-page .page-title {
    font-size: 38px;
  }
  .reviews-page h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .reviews-page p {
    font-size: 20px;
    line-height: 1.2;
  }
  .burgers-list {
    max-width: 1120px;
  }
  .home .archive-title {
    font-size: 58px;
  }
  .home .burgers-archive p {
    font-size: 22px;
  }
  .side-dishes h2 {
    margin-bottom: 30px;
  }
  .archive-title {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  .burgers-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .burgers-list .burger-card a {
    gap: 0;
    height: 224px;
    grid-template-rows: 122px 102px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image title" "image description";
  }
  .burgers-list .burger-card a .image {
    grid-area: image;
    align-self: center;
    justify-self: center;
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    margin-right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .burgers-list .burger-card a .image img {
    max-height: 207px;
    margin-top: 0;
    height: auto;
  }
  .burgers-list .burger-card a .ingredients {
    grid-area: description;
    border-bottom-left-radius: 0;
    padding: 0 22px 15px 22px;
  }
  .burgers-list .burger-card a .title {
    grid-area: title;
    height: 100%;
    border-top-right-radius: 10px;
    padding-left: 22px;
    padding-right: 22px;
    align-content: end;
    text-align: left;
    margin-bottom: 0;
  }
  .burgers-list .burger-card a h3 {
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.1;
    align-self: end;
    justify-self: start;
    text-align: left;
  }
  .burgers-list .burger-card a p {
    grid-area: description;
    justify-self: start;
    align-self: start;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .burgers-list .burger-card h3.spicy {
    padding-left: 0;
  }
  .burgers-list .burger-card h3.spicy:before {
    right: -32px;
    left: auto;
    width: 23px;
    height: 23px;
    top: 6px;
    position: absolute;
  }
  .burgers-list .burger-card h3.vegan {
    padding-left: 0;
  }
  .burgers-list .burger-card h3.vegan:before {
    right: -32px;
    left: auto;
    position: absolute;
    width: 31px;
    height: 31px;
    top: 2px;
  }
  .label {
    padding: 0;
    left: auto;
  }
  .label.best {
    background-image: url("../images/best-seller-d.png");
    width: 132px;
    height: 129px;
    right: 5px;
    top: -31px;
  }
  .label.new {
    width: 80px;
    height: 88px;
    right: 15px;
    top: -5px;
    left: auto;
    background-image: url("../images/new-desktop.png");
  }
  .burger-image .label.new {
    width: 128px;
    height: 141px;
    left: 0;
    background-image: url("../images/new-single.png");
  }
  .burger-image .label.best {
    width: 158px;
    height: 149px;
    left: 45px;
  }
  .burger-image .label.promo {
    display: none;
  }
  .burger-image {
    padding-top: 0;
  }
  .burger-image .label.chicken {
    right: auto;
    width: 140px;
    height: 140px;
    top: -34px;
  }
  .burger-info {
    position: relative;
  }
  .burger-info .promo-desktop {
    position: absolute;
    right: 27px;
    width: 148px;
    height: 48px;
    top: -17px;
  }
  .burger-info .promo-desktop .label.promo {
    transform: none;
  }
  .burger-info .options .promo s {
    display: block;
    margin-bottom: 5px;
  }
  .burger-info .options .primary.promo {
    border: 1px solid rgb(237, 28, 36);
  }
  .burger-info .options .option.promo .quick-order-label {
    background-color: #ED1C24;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .label.chicken {
    background-image: url("../images/chicken-d.png");
    right: 5px;
    top: 0px;
    width: 105px;
    height: 105px;
  }
  .label + .label {
    margin-right: 110px;
  }
  .burger-image .label + .label {
    margin-right: 0;
    margin-top: 110px;
  }
  .burger-image .label.award {
    width: 166px;
    height: 140px;
    left: 34px;
  }
  .label.award {
    width: 120px;
    height: 98px;
    right: 0;
  }
  .label.promo {
    left: 14px;
    top: -5px;
    right: auto;
    width: 120px;
    height: 45px;
    transform: rotate(-24deg);
  }
  .label.promo .Button-content {
    padding-top: 5px;
    font-size: 17px;
    line-height: 1;
  }
  .burger-sizes-section {
    max-width: 920px;
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .burger-sizes-section h2 {
    font-size: 45px;
    line-height: 54px;
  }
  .burger-sizes-section .burger-size {
    grid-template-rows: 31px 176px auto;
    width: 100%;
  }
  .burger-sizes-section .burger-size svg {
    width: 150px;
    height: auto;
  }
  .burger-sizes-section .burger-size p:first-child {
    font-size: 27px;
  }
  .burger-sizes-section .burger-size p {
    font-size: 24px;
  }
  .default-page p {
    font-size: 20px;
    line-height: 1.2;
  }
  .default-page .page-title {
    margin-bottom: 55px;
  }
  .default-page h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .default-page h2 {
    font-size: 36px;
    margin-bottom: 32px;
    margin-top: 62px;
  }
  .default-page h3 {
    font-size: 26px;
  }
  .default-page .wp-block-columns .wp-block-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .default-page .wp-block-columns .wp-block-column:first-child h3 {
    text-align: right;
  }
  .side-dishes .sides-list .left-col {
    padding-right: 15px;
  }
  .side-dishes .sides-list .left-col h3 {
    text-align: right;
  }
  .side-dishes .sides-list .right-col {
    padding-left: 15px;
  }
  .type-sides .burger-image {
    padding-top: 0;
  }
  .for-kids:after {
    right: 25%;
  }
  .top-bar .header-menu li > a {
    font-size: 20px;
  }
  .top-bar .header-menu li > a:hover {
    border-bottom-color: #000;
  }
  .main-content {
    margin-bottom: 35px;
  }
  .burger-info .options.sides {
    padding: 20px 55px;
  }
  .burger-info .options.sides .option.secondary {
    font-size: 20px;
    line-height: 29px;
    padding: 0px;
    gap: 0;
    border-bottom: 1px dashed rgb(237, 28, 36) !important;
    border-radius: 0;
    padding-bottom: 5px;
  }
  .burger-info .options.sides .option.secondary:last-child {
    border-bottom: none !important;
  }
  .burger-info .options.sides .option.secondary .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    text-align: right;
  }
  .burgers-list .burger-card.type-sides a h3 {
    align-self: center;
  }
  .cart-item .item-info,
  .cart-item p,
  .total-title h3:after,
  .open-cart h3 {
    font-size: 16px;
  }
  .total-title h3:after {
    margin-top: 1px;
  }
  .cart-item .item-info {
    line-height: 1.2;
  }
  .locations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .location-box {
    width: 100%;
    margin-bottom: 0;
    margin-top: 28px;
  }
  .location-box h2 {
    margin-top: 6px;
    font-size: 32px;
    height: 58px;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .location-box .address {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 38px;
  }
  .location-box p {
    font-size: 16px;
  }
  .location-box a {
    margin-bottom: 5px;
  }
  /*min-width 1025px, large screens*/
}
@media only screen and (min-width: 1441px) and (max-width: 1550px) {
  .top-bar .header-menu li > a {
    font-size: 20px;
    padding: 0 12px;
  }
  /*min-width 1025px, large screens*/
}
@media only screen and (min-width: 1201px) {
  /* min-width 1201px, large screens*/
}