/**
 * QRMenu CUSTOM FRONTEND STYLES - TABLE OF CONTENTS
 * 
 * Element Type: Blog Dropdown
 * Sharing Panel
 */

.relative{
    position: relative;
}
.modal-backdrop.show{
    display: none !important;
}
/*Menu Items*/
.qrmenu-menu-items-img-wrap .flex-zone {
    transform: scale(0);
    background: transparent none repeat scroll 0 0;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    opacity: 0;
    visibility: hidden;
}
.qrmenu-menu-items-img-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}
.qrmenu-menu-items-img-wrap:hover .flex-zone {
    background: rgb(36 36 36 / 80%) none repeat scroll 0 0;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.qrmenu-menu-items-img-wrap span.flex-zone-inside {
    align-self: center;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    opacity: 1;
    padding: 10px;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    width: 50px;
    background: transparent;
    border: none;
}
.qrmenu-bio-links-page-inner .sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  background: #fff;
}
.qrmenu-bio-links-page-inner .sticky .d-flex {
    padding: 0px 25px;
    align-items: center;
}
.qrmenu-tabs .restaurant-title,
.qrmenu-tabs .btn-primary {
    display: none;
}
.qrmenu-tabs.sticky .restaurant-title {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    width: 20%;
}
.qrmenu-cart-footer {
    display: none;
}
.qrmenu-tabs.sticky .btn-primary {
    display: block;
    width: 20%;
    cursor: auto;
    background: none;
    border: none;
    text-align: right;
    color: #fff;
    background: #fff !important;
}
.qrmenu-tabs.sticky .btn-primary i {
    cursor: pointer;
    padding: 13px;
    background: #6C47E4;
    border-radius: 30px;
    font-size: 11px;
}
.modal-footer.d-flex {
    justify-content: space-between;
}
.modal-footer.d-flex span.total-cart {
    font-weight: bold;
}
/*Sharing Panel*/
.qrmenu-share-panel #qrmenu-links-panel {
    right: 0px;
    position: fixed;
    top: 0;
    height: 100%;
}
.qrmenu-share-panel #qrmenu-panel {
    position:relative;
    right:-300px;
}
.qrmenu-share-panel .qrmenu-panel_button {
    position: relative;
    right:0px;
    width:60px;
    cursor: pointer;
    z-index:10;
    top: 20%;
}
.qrmenu-share-panel #qrmenu-panel {
    overflow-y: scroll;
    background: white;
    color: #252525;
    font-size: 10px;
    right: -300px;
    height: 100%;
    padding: 50px 20px;
    position: absolute;
    width: 300px;
    box-shadow: 0 5px 25px 10px rgba(0, 0, 0, 0.08) !important;
}
.qrmenu-share-panel .qrmenu-panel_button {
    background: #FFFFFF none repeat scroll 0 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    padding-bottom: 15px;
    padding-left: 0;
    padding-top: 15px;
    box-shadow: -30px 0 30px 0px rgba(0, 0, 0, 0.08) !important;
    border-radius: 6px 0 0 6px;
}
.qrmenu-share-panel .qrmenu-panel_button i {
    color: #6C47E4;
    font-size: 18px;
    transition: all 350ms;
    text-align: center;
    width: 100%;
}
.qrmenu-share-panel p {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 15px;
}
#qrmenu-panel > h3:first-child {
    margin-top: 0;
}
#qrmenu-panel > h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.qrmenu-share-panel .qrmenu-panel_button.qrmenu_hide_button span,
.qrmenu-share-panel .qrmenu-panel_button a span {
    font-size: 11px;
    display: block;
}
.qrmenu-toggle_sidebar {
    text-decoration: none;
}
.qrmenu-panel_button span {
    color: #999;
    text-transform: uppercase;
    transition: all 350ms;
}
.qrmenu-toggle_sidebar:hover {
    color: #999;
}
.qrmenu-panel_button:hover span,
.qrmenu-panel_button:hover i{
    color: #222;
    transition: all 350ms;
}
.qrmenu-social-btn {
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #0A0B0D;
    padding: 7px 20px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 350ms;
    margin-bottom: 7px;
}
.qrmenu-social-box a:hover {
    background-color: #000;
    color: #fff;
    transform: translate(0px,-4px);
}
.qrmenu-social-btn span i {
    margin-right: 16px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    width: 30px;
    transition: all 350ms;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
}
.qrmenu-social-facebook span i {
    background-color: #3b5998;
}
.qrmenu-social-twitter span i {
    background-color: #1DA1F2;
}
.qrmenu-social-whatsapp span i {
    background-color: #25D366;
}
.qrmenu-social-pinterest span i {
    background-color: #E60023;
}
.qrmenu-social-linkedin span i {
    background-color: #0077b5;
}
.qrmenu-social-telegram span i {
    background-color: #2AABEE;
}
.qrmenu-social-email span i {
    background-color: #a4a4a4;
}
.qrmenu-social-btn:hover span i {
    background-color: #000;
    color: #fff;
}

/*VCARD QR*/
.qrmenusass-vcard-qr-toggle .qrmenu-accordion-content img {
    border: 1px solid #ddd;
}

/*Element: Back to top button*/
body .qrmenu-back-to-top {
    display: inline-block;
    height: 42px;
    width: 42px;
    z-index: 1;
    position: fixed;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    opacity: 0;
    padding-left: 15px;
    line-height: 44px;
    background: #fff;
    border-radius: 30px;
    color: #6C47E4;
}
body .qrmenu-back-to-top:hover {
    background: #6C47E4;
    color: #fff;
}
.qrmenu-back-to-top.qrmenu-is-visible, .qrmenu-back-to-top.qrmenu-fade-out, .no-touch .qrmenu-back-to-top:hover {
    -webkit-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    -ms-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    transition: all .3s 0s;
}
.qrmenu-back-to-top.qrmenu-is-visible {
    visibility: visible;
    opacity: 1;
}
.no-touch .qrmenu-back-to-top:hover {
    background-color: #484848;
    opacity: 1;
}

/*Popup Image*/
#qrmenu-img-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */

.qrmenu-bio-links-page-inner .modal.show {
    background-color: rgb(0 0 0 / 45%);
}

.qrmenu-menu-items-nutritional-info img {
    width: 15px;
    height: 15px;
    opacity: .8;
    margin-top: -3px;
    margin-right: 5px;
}
.nutritional-info-itm.allerg img {
    margin: 0;
}
.qrmenu-menu-items-nutritional-info {
    font-size: 14px;
    display: flex;
    margin-top: 10px;
}
.nutritional-info-itm {
    margin-right: 15px;
    font-size: 12px;
    color: #333;
}
.nutritional-info-itm i {
    margin-right: 5px;
    opacity: .8;
}
.qrmenu-cart-modal .show-cart img {
    width: 180px;
}
.qrmenu-menu-items-bottom-content .addto-popup:active {
    border-color: #222 !important;
}
.qrmenu-cart-modal .modal-footer.d-flex p {
    font-size: 14px;
}
.qrmenu-cart-modal .qrmenu-cart-wrapper {
    display: inline-flex;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 15px;
}
.qrmenu-cart-modal .modal-body {
    padding: 30px;
    background: #f7f7f7;
    padding-bottom: 10px;
}
.qrmenu-cart-info h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0px;
    margin-bottom: 5px;
}
.qrmenu-cart-info p {
    padding: 0px;
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}
.qrmenu-cart-info .input-group .item-count {
    padding: 0px 15px;
}
.qrmenu-cart-info {
    margin: 25px;
    position: relative;
    font-size: 14px;
    width: 100%;
}
.qrmenu-cart-info .input-group {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    padding: 0px;
}
.modal-header button.close {
    background: #fff;
    padding: 0px;
    border: none;
    font-size: 30px;
    right: 30px;
    color: #222;
    position: absolute;
    font-weight: bold;
}
.modal-header {
    padding: 10px 25px;
}
.modal-header button.close {
    background: transparent;
    padding: 0px;
    border: none;
    font-size: 30px;
    right: 20px;
    top: 5px;
    color: #222;
    position: absolute;
}

/* Delivery */
.delivery-tab img {
    width: 40px;
}
.delivery-tab.bolt img {
    width: 27px;
}
.delivery-tab.foodora a {
    background: #fff;
}
.delivery-tab.glovo a{
    background: #FFC244;
}
.delivery-tab {
    display: inline-flex;
}
.delivery-tab a {
    padding: 5px 20px;
    border-radius: 30px;
    margin: 5px;
    height: unset;
}
.delivery-tab.tazz a{
    background: #000;
}
.delivery-tab.bolt a {
    background: #32BB78;
}
.qrmenu-delivery-wrapper {
    margin: 20px 0px 34px;
    border-bottom: 1px dashed #999;
    padding-bottom: 30px;
}
.allergen-bubble.soya {
    background: #fdb3da;
}
.allergen-bubble.soya img {
    margin-right: 5px;
    margin-top: 1px;
}
.allergen-bubble.fish {
    background: #d3cfff;
}
.allergen-bubble.fish img {
    margin-right: 4px;
    margin-top: 1px;
}
.allergen-bubble.lupin {
    background: beige;
}
.allergen-bubble.lupin img {
    margin-right: 3px;
    margin-top: 1px;
}
.allergen-bubble.sesame {
    background: #c8dbc8;
}
.allergen-bubble.mustard {
    background: #fdf421;
}
.allergen-bubble.mollusc {
    background: #ffbfbf;
}
.allergen-bubble.crustaceans {
    background: antiquewhite;
}
.allergen-bubble.nuts {
    background: #e3d5cb;
}
.allergen-bubble.peanut {
    background: #e6ff1a;
}
.allergen-bubble {
    margin-right: 8px;
    margin-top: 10px;
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.allergen-bubble.eggs {
    background: #ffe832;
}
.allergen-bubble.gluten {
    background: #ffb77d;
}
.allergen-bubble.milk {
    background: #a5ecff;
}
.allergen-bubble.celery {
    background: #c9f9c9;
}
/* Toast Notifications */
.toast-notification {
  position: fixed;
  text-decoration: none;
  z-index: 999999;
  max-width: 300px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: flex;
  padding: 10px;
  transform: translate(0, -150%);
}
.toast-notification .toast-notification-wrapper {
  flex: 1;
  padding-right: 10px;
  overflow: hidden;
}
.toast-notification .toast-notification-wrapper .toast-notification-header {
  padding: 0 0 5px 0;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  word-break: break-all;
  color: #4f525a;
}
.toast-notification .toast-notification-wrapper .toast-notification-content {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #4f525a;
}
.toast-notification .toast-notification-close {
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 4px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
}
.toast-notification .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}
.toast-notification.toast-notification-top-center {
  transform: translate(calc(50vw - 50%), -150%);
}
.toast-notification.toast-notification-bottom-left, .toast-notification.toast-notification-bottom-right {
  transform: translate(0, 150%);
}
.toast-notification.toast-notification-bottom-center {
  transform: translate(calc(50vw - 50%), 150%);
}
.toast-notification.toast-notification-dark {
  background-color: #2d2e31;
}
.toast-notification.toast-notification-dark .toast-notification-wrapper .toast-notification-header {
  color: #edeff3;
}
.toast-notification.toast-notification-dark .toast-notification-wrapper .toast-notification-content {
  color: #edeff3;
}
.toast-notification.toast-notification-dark .toast-notification-close {
  color: rgba(255, 255, 255, 0.2);
}
.toast-notification.toast-notification-dark .toast-notification-close:hover {
  color: rgba(255, 255, 255, 0.4);
}
.toast-notification.toast-notification-success {
  background-color: #C3F3D7;
  border-left: 4px solid #51a775;
}
.toast-notification.toast-notification-success .toast-notification-wrapper .toast-notification-header {
  color: #51a775;
}
.toast-notification.toast-notification-success .toast-notification-wrapper .toast-notification-content {
  color: #51a775;
}
.toast-notification.toast-notification-success .toast-notification-close {
  color: rgba(0, 0, 0, 0.2);
}
.toast-notification.toast-notification-success .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}
.toast-notification.toast-notification-error {
  background-color: #f3c3c3;
  border-left: 4px solid #a75151;
}
.toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-header {
  color: #a75151;
}
.toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-content {
  color: #a75151;
}
.toast-notification.toast-notification-error .toast-notification-close {
  color: rgba(0, 0, 0, 0.2);
}
.toast-notification.toast-notification-error .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}
.toast-notification.toast-notification-verified {
  background-color: #d0eaff;
  border-left: 4px solid #6097b8;
}
.toast-notification.toast-notification-verified .toast-notification-wrapper .toast-notification-header {
  color: #6097b8;
}
.toast-notification.toast-notification-verified .toast-notification-wrapper .toast-notification-content {
  color: #6097b8;
}
.toast-notification.toast-notification-verified .toast-notification-close {
  color: rgba(0, 0, 0, 0.2);
}
.toast-notification.toast-notification-verified .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}
.toast-notification.toast-notification-dimmed {
  opacity: .3;
}
.toast-notification.toast-notification-dimmed:hover, .toast-notification.toast-notification-dimmed:active {
  opacity: 1;
}

/* WooCommerce My Account */
.woocommerce-account .woocommerce-MyAccount-content a.btn.btn-secondary.btn-sm {
    padding: 10px 27px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    background: #000;
    float: right;
    letter-spacing: normal;
}
.woocommerce-account p.woocommerce-no-pf {
    padding: 30px 0px !important;
}
.qrmenu-links .woocommerce-MyAccount-content {
    padding: 0px;
}
.qrmenu-links .inner-repeater .title-sub {
    flex: 0 0 23em;
}
.qrmenu-links .inner-repeater .title-sub {
    font-size: 17px;
}
.qrmenu-links .woocommerce-MyAccount-content h3{
    display: none;
}
.qrmenu-links .menu-description .title-sub {
    margin: 0px 15px;
}
.qrmenu-links header.p-2.bg-white.text-black{
    margin-top: 10px;
}
.qrmenu-links .menu-description {
    flex: 0 0 40em;
}
.qrmenu-links .hide-menu-tooltip input#hide_menu {
    padding: 8px;
    height: 17px;
    width: 12px;
}
.qrmenu-links .qrmenu-accordion-title .mb-3 {
    margin-top: 17px !important;
    margin-bottom: 10px !important;
}
.qrmenu-links.woocommerce-account .woocommerce-MyAccount-navigation,
.qrmenu-links.woocommerce-account .woocommerce-MyAccount-navigation ul {
    width: 100%;
    display: flex;
}
.qrmenu-links.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    margin-top: 30px;
}
.qrmenu-links .modal.show {
    background-color: rgb(0 0 0 / 54%);
}
.qrmenu-links .qrmenu-settings-full-container{
    border-radius: 0px;
    padding-bottom: 35px !important;
}
.qrmenu-links .inner-repeater .title-sub p {
    font-size: 14px;
}
nav.woocommerce-MyAccount-navigation ul>li>a {
    z-index: 3;
    padding: 20px;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    background: #fff;
}
.woocommerce-MyAccount-navigation-link>a:visited, .woocommerce-MyAccount-navigation-link>a {
    background: #fff !important;
    color: #000 !important;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.woocommerce-MyAccount-navigation-link>a:visited, .woocommerce-MyAccount-navigation-link>a {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
}
.woocommerce-MyAccount-content {
    width: calc(100%) !important;
    margin: 30px 0px 0 0px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #FFF;
    overflow: hidden;
}
nav.woocommerce-MyAccount-navigation ul>li {
    display: flex !important;
    flex-basis: calc(16.66% - 22px) !important;
    font-size: 16px !important;
    line-height: 18px !important;
    margin: 0 10px;
    margin-bottom: 15px !important;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
nav.woocommerce-MyAccount-navigation li {
    background-color: #ffffff;
}
.qrmenu-cart-info .input-group .minus-item,
.qrmenu-cart-info .input-group .plus-item,
.qrmenu-cart-info .input-group .item-count {
    height: 33px;
    line-height: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .text-end a.btn.btn-primary {
    background: #6C47E4;
    border-color: #6C47E4;
    color: #fff;
    margin-left: 5px;
}
button.btn.btn-warning.qrmenu_share_modal {
    border: 1px solid #000;
    border-radius: 5px;
}
button.btn.btn-outline-light.qrmenu-seo-modal {
    border-radius: 5px;
}
div#qrmenu_skins_modal .modal-header.p-3 {
    padding: 15px 25px 10px !important;
}
.restaurants-template-page {
    min-height: 40em;
}
.qrmenu-rest-search form.rest-search-form {
    width: 50%;
    margin: 0 auto;
}
.qrmenu-rest-search {
    margin-bottom: 70px;
}
.qrmenu-rest-search form.rest-search-form input {
    background: #f5f5f5;
    border-radius: 20px;
    border: 2px solid transparent;
}
.qrmenu-rest-search form.rest-search-form input:focus {
    box-shadow: none;
    border: 2px solid #d9cddb;
}
div#qr-listed .restaurant .restaurant-title a {
    font-weight: 600;
}
div#qr-listed .restaurant .restaurant-title{
    margin-top: 15px;
}
div#qr-listed .restaurant img {
    border-radius: 15px;
    filter: brightness( 70% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
    -webkit-transition: all 250ms ease-in-out 0s;
}
div#qr-listed .restaurant  .restaurant-img {
    position: relative;
}
.qrmenu-rest-search h2 {
    font-weight: 600;
}
div#qr-listed .restaurant-img span {
    background: #fff;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 10px;
}
div#qr-listed .restaurant-info span {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 30px;
    margin-right: 5px;
}
div#qr-listed .restaurant .restaurant-title a:hover {
    opacity: .8;
}
div#qr-listed .restaurant-info span.open-hours {
    background: #daffe8;
}
div#qr-listed .restaurant-info span.payments {
    background: #fff1da;
}
div#qr-listed .restaurant-info span .dashicons-money-alt {
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
}
div#qr-listed .restaurant-info span.open-hours .dashicons-clock {
    font-size: 14px;
    line-height: 25px;
}
div#qr-listed .restaurant-info{
    margin-top: 10px;
}
div#qr-listed .restaurant {
    margin-bottom: 30px;
}
/* Media Screens */
@media only screen and (max-width: 767px) {
    body .qrmenu-rest-search form.rest-search-form {
        width: 100%;
    }
    .qrmenu-rest-search h2 {
        margin-bottom: 20px;
    }
    .qrmenu-tabs.sticky .restaurant-title {
        font-size: 25px;
        padding: 15px 0px 0px;
        width: 100%;
    }
    body.qrmenu-links .bg-light {
        padding: 0px !important;
    }
    .qrmenu-links header.p-2.bg-white.text-black {
        padding: 0px !important;
    }
    .qrmenu-links .woocommerce-MyAccount-content .d-flex {
        padding: 0px;
    }
    .woocommerce-page .qrmenu-nav-tabs.nav-tabs {
        border: 1px solid #dadada;
        padding: 20px;
        border-radius: 20px;
    }
    div#qrmenu_skins_modal .list-inline.col-md-3.mb-4 {
        width: 50%;
    }
    .qrmenu-links .woocommerce-MyAccount-content {
        box-shadow: none !important;
    }
    .qrmenu-links  .qrmenu-settings-full-container {
     background: #fff;
    }
    div#qrmenu_skins_modal {
        padding-right: 0px !important;
    }
    body .qrmenu-cart-modal .qrmenu-cart-wrapper {
        display: inline-block;
    }
    .qrmenu-menu-items-inner-container-v1 .qrmenu-menu-items-title,
    .qrmenu-menu-items-inner-container-v2 .qrmenu-menu-items-title {
        width: 80%;
    }
    body .qrmenu-cart-modal .show-cart img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    body .qrmenu-cart-modal .modal-body {
        padding: 15px;
    }
    .qrmenu-cart-info p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 20px;
    }
    body .qrmenu-back-to-top{
        bottom: 89px !important;
    }
    body .qrmenu-tabs.sticky .btn-primary{
        display: none;
    }
    .qrmenu-tabs ul li p.tab-title {
        font-size: 11px;
    }
    .qrmenu-tabs.sticky ul {
        width: auto !important;
    }
    body .qrmenu-bio-links-page-inner {
        padding: 30px 15px;
    }
    .qrmenu-tabs ul li {
        margin-top: 5px;
        padding: 7px 15px;
    }
    .header-sticky .qrmenu-cart-footer {
        position: fixed;
        bottom: 0;
        display: block;
        width: 100%;
        padding: 20px;
    }
    .qrmenu-cart-footer button {
        width: 100%;
        padding: 15px;
        font-weight: 600;
        font-size: 23px;
        background: #DA5C54;
        border: none;
    }
    .qrmenu-cart-footer button:hover,
    .qrmenu-cart-footer button:active{
        background: #DA5C54 !important;
        border: none;
    }
    body .qrmenu-delivery-wrapper {
        border-bottom: none;
        padding-bottom: 0px;
    }
    .qrmenu-links form#ajax-general-settings-form {
        padding: 0px;
        border: none;
    }
    .qrmenu-typography-wrap.relative {
        padding: 10px;
    }
}

/* Ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-content h3.border-bottom.pb-2.mb-0 {
        border: none !important;
    }
    body .qrmenu-single-link-page .text-body-secondary.pt-3{
        width: 100%;
    }
    .woocommerce-account .woocommerce {
        display: grid;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        order: 2;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        order: 1;
        margin-top: 0;
        margin-bottom: 55px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: block !important;
    }
    .qrmenu-settings-full-container .d-grid.gap-3 {
        grid-template-columns: auto !important;
    }
    .bg-light.border.mt-3.meek-preview-box {
        min-height: 200px;
        max-height: 200px;
    }
    body .modal-dialog-centered {
        min-height: calc(65% - var(--bs-modal-margin) * 2);
    }
    #qrmenu_btn_styles_modal .col-md-3 {
        width: 50%;
    }
    #qrmenu_btn_styles_modal .tick_container {
        left: 70%;
    }
    div#qrmenu_skins_modal .list-inline.col-md-3.mb-4 {
        width: 50%;
    }
    body .menu-description {
        display: inline-block;
        width: 100%;
    }
    body .part-delete-hide {
        padding-top: 0px;
    }
    body .inner-repeater .qrmenu-accordion-title {
        display: flow-root;
        padding: 0;
    }
    .qrmenu-links .menu-description .title-sub{
        margin-top: 5px;
    }
    .qrmenu-accordion-title .part-delete-hide i[data-repeater-delete] {
        padding: 5px 0px;
    }
    body.qrmenu-links .qrmenu-accordion-title .mb-3 {
        margin-right: 13px;
        margin-top: 5px !important;
    }
    .inner-repeater .qrmenu-accordion-content .card-body.d-flex {
        display: inline-block !important;
    }
    .inner-repeater .qrmenu-accordion-content .card-body.d-flex .col-md-8,
    .inner-repeater .qrmenu-accordion-content .card-body.d-flex .col-md-4 {
        width: 100%;
        padding-right: 0px;
    }
    .qrmenu-schedule-group fieldset label {
        left: 15px;
    }
    body .menu-description img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    body .menu-description-price {
        margin-left: 15px;
    }
    .qrmenu-typography-wrap .accordion-item {
        width: 100%;
    }
   
}

/* Nest Hub Max */
@media only screen and (min-device-width: 1025px) and (max-device-width: 1280px) {
    body .qrmenu-single-link-page .text-body-secondary.pt-3{
        width: 100%;
    }
}