
/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1200px) {

  .site-body.account-view .col-lg-2.height-fix.pt-right-0 {
    min-width: 215px;
  }
}

@media (min-width: 320px) {

  .menu-group-categories .col-4 .food-item {
    width: 80px;
    height: 80px;
  }

  .rate-item {
    width: 100%;
    min-width: fit-content;
  }

  label.checks {
    padding-left: 28px;
  }

  .modifier-group .mobile-choose-toppings,
  .modifier-group .mobile-add-extra {
    margin: 39px 0 24px 0;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #333f4b;
  }

  .modifier-group .mobile-add-extra {
    margin: 0;
    text-align: right;
  }

  .modifier-group .matrix-choices .matrix-choice {
    width: 50%;
  }

  .modifier-group .matrix-header .matrix-choices {
    justify-content: center;
  }

  .modifier-group .matrix-header .matrix-choices .matrix-choice {
    margin: 0 8px 0 0;
    padding: 12px 9px;
    /*width: 72px;*/
    height: 110px;
    font-size: 12px;
    color: #333f4b;
    justify-content: space-between;
    border: solid 1px transparent;
    cursor: pointer;
  }

  .modifier-group .matrix-header .matrix-choices .matrix-choice:last-child {
    margin: 0;
  }

  .modifier-group .matrix-header .matrix-choices .matrix-choice.active {
    color: #f89344;
    border: solid 1px #f89344;
    border-radius: 4px;
  }

  .modifier-group .matrix-header .matrix-choices .matrix-icon {
    width: 52px;
  }

  .form-quantity-control .minus,
  .form-quantity-control .plus {
    width: 24px;
    height: 24px;
  }

  .logo-in-btn .theme-btn {
    padding: 0 15px;
    font-size: 12px;
  }

  .logo-in-btn .btn-link {
    font-size: 12px;
  }

  .print-popup-block {
    padding: 10px;
    border-radius: 10px;
  }

  .print-main-menu .menu-name {
    padding: 25px 0 15px 0;
  }

  .shopping-cart-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    height: calc(100vh - 48px);
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
  }

  .shopping-cart-wrapper .mobile-header-controls {
    margin: 12px 0 16px 0;
    justify-content: space-between;
    align-items: center;
  }

  .shopping-cart-wrapper .mobile-header-controls .btn-link-orange {
    padding: 0;
  }

  .shopping-cart-wrapper .close-cart {
    display: block;
    content: '';
    height: 32px;
    width: 32px;
    background-color: #333f4b;
    -webkit-mask: url('images/svgs/arrow-thick.svg') no-repeat 50% 50%;
    mask: url('images/svgs/arrow-thick.svg') no-repeat 50% 50%;
    transform: rotate(0);
  }

  .shopping-cart {
    margin-bottom: 80px;
  }

  .shopping-cart .cart-body {
    padding-bottom: 27px;
  }

  .shopping-cart .form-quantity-control input {
    max-width: 40px;
    width: auto;
  }

  .mobile-shopping-cart {
    background-color: #fff;
  }

  body.cart-open {
    overflow: hidden;
  }

  .create-account-dialog .form-row .col-12:first-child {
    margin-bottom: 25px;
  }

  .create-account-dialog .form-row .col-12.select-input {
    margin-bottom: 0;
  }

  .create-account-dialog .form-row .col-12.select-input ~ .col-12 {
    margin-top: 25px;
  }

  .my-account-left-navigation .profile-option {
    margin: 0 15px;
  }
}

@media (min-width: 576px) {

  .create-account-dialog .form-row .col-12.select-input ~ .col-12 {
    margin-top: 0;
  }
}

/* Tablet desktop :768px. */

@media (min-width: 768px) {

  .modifier-group .matrix-header .matrix-choices .matrix-choice {
    margin: 0;
    padding: 0;
    /*width: 20%;*/
    height: inherit;
    font-size: 12px;
    color: #000;
    justify-content: flex-end;
    border: none;
  }

  .modifier-group .matrix-header .matrix-choices .matrix-choice.active {
    color: #000;
    border: none;
  }

  .modifier-group .matrix-header .matrix-choices .matrix-icon {
    width: auto;
    max-width: 90%;
  }

  .main-body .height-fix {
    height: auto;
    overflow: hidden;
  }
}

@media (min-width: 992px) {

  .logo-in-btn .theme-btn {
    padding: 0 30px;
    font-size: 14px;
  }

  .logo-in-btn .btn-link {
    font-size: 14px;
  }

  .menu-group-categories .col-lg-6:nth-child(even) .food-item {
    margin: 0 0 0 4px;
  }

  .menu-item-card .menu-item-photo {
    width: 80px;
    height: 80px;
  }

  .menu-item-card .card-body {
    padding: 0.75rem;
  }

  .menu-item-card .details {
    padding-left: 145px;
  }

  .quantity-section {
    font-size: 18px;
  }

  .quantity-section .quantity-control {
    width: 50px;
  }

  .modifier-group .modifier-group-name {
    font-size: 14px;
  }

  .modifier-group .matrix-header .matrix-choices {
    justify-content: start;
  }

  .form-quantity-control .minus,
  .form-quantity-control .plus {
    width: 16px;
    height: 16px;
  }

  .print-popup-block {
    padding: 30px 40px;
    border-radius: 40px;
  }

  .print-main-menu .menu-name {
    padding: 50px 0 30px 0;
  }

  .shopping-cart-wrapper {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    height: auto;
    background-color: transparent;
    z-index: 0;
  }

  .shopping-cart {
    margin-bottom: 0;
  }

  .shopping-cart .cart-body {
    padding-bottom: 0;
  }

  .shopping-cart .form-quantity-control input {
    max-width: 30px;
    width: auto;
  }

  .mobile-shopping-cart {
    background-color: transparent;
  }

  body.cart-open {
    overflow: auto;
  }

  .main-content {
    padding-right: 0;
  }

  .create-account-dialog .form-row .col-12:first-child {
    margin-bottom: 0;
  }

  .my-account-left-navigation .profile-option {
    margin: 0;
  }
}

@media (max-width: 320px) {

  .menu-group-categories .col-4 .food-item {
    width: 80px;
    height: 80px;
  }

  .card.coupon {
    font-size: 13px;
  }

  .card.coupon .card-title {
    font-size: 16px;
  }

  .modifier-group .matrix-header .matrix-choices .matrix-icon {
    width: 36px;
  }

  .quantity-section {
    font-size: 16px;
  }

  .quantity-section .quantity-control {
    width: 50px;
  }

  .print-popup-block .menu-header .large-theme-btn {
    font-size: 16px;
  }

  .print-main-menu .menu-category .category-header .variant,
  .print-main-menu .menu-category .menu-item .price {
    padding: 2px;
    font-size: 11px;
  }

  .print-main-menu .menu-category .category-description,
  .print-main-menu .menu-item .menu-item-description,
  .print-main-menu .menu-category .category-header .category-name,
  .print-main-menu .menu-item .menu-item-name {
    font-size: 12px;
  }

  .site-body.account-view .col-lg-2.height-fix.pt-right-0 {
    min-width: 100% !important;
  }

  .site-body.account-view .col-lg-7.pt-right-0 {
    min-width: 100% !important;
  }

  .site-body.account-view .col-lg-3.col-md-5.Pl-sm.height-fix {
    min-width: 100%;
  }

  .account-view .container-fluid.pt-0 {
    width: 100%;
  }
}

/* small mobile :320px. */

@media (max-width: 767px) {

  #dialog,
  .modal {
    max-width: calc(100vw);
  }

  .main-body .col-lg-7.pt-right-0 {
    margin-left: 0;
    max-width: 100%;
    padding-right: 15px !important;
  }

  h4.box-title {
    font-size: 12px !important;
    padding-left: 15px;
  }

  .pl-extra {
    padding-left: 30px !important;
  }

  .site-body.account-view .col-lg-3.col-md-5.Pl-sm.height-fix {
    min-width: 100%;
  }

  .account-view .container-fluid.pt-0 {
    width: 100%;
  }

  .slc.d-flex {
    display: block !important;
  }

  .lbl {
    margin-bottom: 15px;
  }

  .lbl:last-child {
    margin-bottom: 35px;
    margin-left: 10px;
  }

}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {

  .main-body .col-lg-7.pt-right-0 {
    margin-left: 0;
    max-width: 100%;
    padding-right: 15px !important;
    margin-left: 10px;
  }

  .main-body .height-fix {
    padding-right: 30px !important;
    margin-left: 0 !important;
    padding-left: 15px;
  }

  .pl-extra {
    padding-left: 30px !important;
  }

  .site-body.account-view .col-lg-2.height-fix.pt-right-0 {
    min-width: 100% !important;
  }

  .site-body.account-view .col-lg-7.pt-right-0 {
    min-width: 100% !important;
  }

  .site-body.account-view .col-lg-3.col-md-5.Pl-sm.height-fix {
    min-width: 100%;
  }

  .account-view .container-fluid.pt-0 {
    width: 100%;
  }

  .lbl .nice-select {
    margin-left: 3px;
    width: 60px;
  }

  .lbl p {
    font-size: 13px;
    margin-right: 3px;
  }
}

/* ==========================================================================
  What is Group Order CSS
  ========================================================================== */

@media (max-width: 767px) {

  #what-is-group-order-dialog .modal-body h1 {
    font-size: 25px;
  }

  #what-is-group-order-dialog .modal-body p {
    font-size: 14px;
    line-height: 18px;
  }

  #what-is-group-order-dialog .modal-footer {
    padding: 10px;
  }

}

/* ==========================================================================
   What is Group Order CSS End
  ========================================================================== */

@media only screen and (max-width: 768px) {

  #edit-account .col-lg-4 {
    margin-bottom: 15px;
  }

  #edit-account .radio-blk {
    margin-top: 0;
  }
}

/* ==========================================================================
   iPhone and iOS Form Input Zoom Fixes
   source: https://www.warrenchandler.com/2019/04/02/stop-iphones-from-zooming-in-on-form-fields/
  ========================================================================== */

@media (hover:none) {

  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  .base-modifiers .special-instructions .form-control {
    font-size: 16px;
  }
}

@media only screen and (min-width: 991px) {

  .photo-gallery .photo {
    height: 80px;
  }
}

@media (min-width: 200px) and (max-width: 400px) {

  #nav_wrapper {
    max-width: 100%;
  }

  body {
    background-size: 4px;
  }

  #nav_wrapper #primary_nav {
    max-width: 100%;
    margin: -60px 0 0;
  }

  #nav_wrapper #promo_nav {
    max-width: 100%;
    text-align: right;
  }
}

@media (min-width: 400px) and (max-width: 800px) {

  #nav_wrapper {
    max-width: 100%;
  }

  body {
    background-size: 4px;
  }

  #nav_wrapper #primary_nav {
    max-width: 100%;
    margin-top: -5px;
    margin-bottom: 5px;
  }

  #nav_wrapper #promo_nav {
    max-width: 100%;
    text-align: right;
  }
}

@media (min-width: 280px)  and (max-width: 320px) {

  h4.box-title:first-child {
    line-height: 20px !important;
  }
}
