@keyframes spinner {
    to {
        transform: rotate(1turn);
    }
}
.wc-restaurant-modal-backdrop {
    background: #000;
    bottom: 0;
    left: 0;
    min-height: 360px;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99900;
}
.wc-restaurant-modal-active {
    overflow: hidden !important;
    position: relative !important;
}
.wc-restaurant-modal {
    background: #fff;
    bottom: auto;
    height: 89%;
    left: 10px;
    position: fixed;
    right: 10px;
    top: 10px;
    touch-action: manipulation;
    width: auto;
    z-index: 100005;
}
.wc-restaurant-modal * {
    box-sizing: border-box;
}
.wc-restaurant-modal button.modal-close {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 44px;
    justify-content: center;
    left: 15px;
    padding: 0;
    position: absolute;
    top: 15px;
    width: 44px;
}
.wc-restaurant-modal button.modal-close:focus {
    border: none;
    outline: none;
}
@media screen and (min-width: 768px) {
    .wc-restaurant-modal {
        bottom: auto;
        box-shadow: 0 0 3px rgba(50, 50, 50, 0.3);
        height: auto;
        left: 50%;
        max-height: 95vh;
        max-width: 700px;
        min-width: 590px;
        right: auto;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
.wc-restaurant-modal .block {
    color: transparent !important;
    position: relative;
}
.wc-restaurant-modal .block:before {
    animation: spinner 0.8s linear infinite;
    border: 4px solid #888;
    border-radius: 50%;
    border-top-color: #eee;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
.wc-backbone-modal-content:focus {
    outline: none;
}
.wc-restaurant-info .icon {
    display: inline;
    height: 18px;
    margin-right: 12px;
    position: relative;
    top: 4px;
    vertical-align: baseline;
    width: 18px;
}
.wc-restaurant-info .icon.clickable {
    cursor: pointer;
}
.wc-restaurant-info .wc-restaurant-info-item {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
.wc-restaurant-info-menu {
    margin-bottom: 2em;
}
.wc-restaurant-info-menu p {
    margin: 0 0 5px;
    padding: 0;
}
.wc-restaurant-info-menu .wc-restaurant-info-more {
    padding-left: 1px;
}
.wc-restaurant-info-menu .wc-restaurant-info-more button {
    background: none;
    border: none;
    color: #056680;
    font-weight: 400;
    outline: none;
    padding: 0 0 0 1px;
    text-decoration: underline;
}
.wc-restaurant-info-menu .wc-restaurant-info-more button:hover {
    text-decoration: none;
}
.wc-restaurant-info-menu .wc-restaurant-info-availability.restaurant-open .availability-text {
    color: #017a39;
}
.wc-restaurant-info-menu .wc-restaurant-info-availability.restaurant-closed .availability-text {
    color: #d12929;
}
.wc-restaurant-info-modal {
    padding: 65px 30px 45px;
}
@media screen and (min-width: 768px) {
    .wc-restaurant-info-modal {
        max-width: 650px;
    }
}
.wc-restaurant-info-modal .wc-restaurant-info-address {
    overflow-y: visible;
    position: relative;
}
.wc-restaurant-info-modal .wc-restaurant-info-address .address-text {
    margin-right: 15px;
    max-width: 430px;
}
.wc-restaurant-info-modal .wc-restaurant-info-address .copy-icon {
    margin-left: auto;
    margin-right: 0;
}
.wc-restaurant-info-modal .wc-restaurant-info-address .address-copied {
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 0.9em;
    overflow-wrap: normal;
    padding: 2px 8px;
    position: absolute;
    right: 5px;
    top: 50%;
}
.wc-restaurant-info-modal-header {
    margin-bottom: 30px;
}
.wc-restaurant-info-modal-header h2 {
    margin-bottom: 15px;
}
.wc-restaurant-info-modal-header p {
    margin: 0;
    padding: 0;
}
.wc-restaurant-opening-times {
    margin: 0;
    max-width: 550px;
    padding: 0;
}
.wc-restaurant-opening-times .opening-periods-day {
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 1em;
    justify-content: flex-start;
    padding: 0.5em 0;
}
.wc-restaurant-opening-times .opening-periods-day .day-label {
    flex: 0 0 32%;
}
.wc-restaurant-opening-times .opening-periods-day .period-detail {
    flex-basis: 34%;
}
.wc-restaurant-opening-times .current-day {
    font-weight: 700;
}
.wc-restaurant-opening-times.restaurant-open .current-day {
    color: #017a39;
}
.wc-restaurant-navigation {
    margin: 10px 0 35px;
    width: 100%;
}
.wc-restaurant-navigation a {
    border: none;
    color: #555;
    display: block;
    text-align: left;
    text-decoration: none !important;
}
.wc-restaurant-navigation a:focus {
    outline: none;
}
.wc-restaurant-navigation .wc-restaurant-navigation-holder {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 5px;
}
.wc-restaurant-navigation .wc-restaurant-navigation-holder.sticky {
    border-top: 0;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 100;
}
.wc-restaurant-navigation .wc-restaurant-navigation-items {
   
    display: block;
    flex: 1;
    height: calc(1.9em + 16px);
    list-style: none;
    margin: 0;
    overflow: hidden;
    text-align: right !important;
    padding: 0;
    direction: rtl;

}
.wc-restaurant-navigation .wc-restaurant-navigation-items li {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    list-style: none;
    margin: 0 28px 0 0;
    padding: 8px 0;
}
.wc-restaurant-navigation .wc-restaurant-navigation-more {
    position: relative;
}
.wc-restaurant-navigation .wc-restaurant-navigation-more.hidden {
    visibility: hidden;
}
.wc-restaurant-navigation .wc-restaurant-navigation-more .more-button {
    background: transparent
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBpbWFnZS1yZW5kZXJpbmc9Im9wdGltaXplUXVhbGl0eSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHRleHQtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHZpZXdCb3g9IjAgMCA1MTIgMjk4LjA0Ij48cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xMi4wOCA3MC43OGMtMTYuMTctMTYuMjQtMTYuMDktNDIuNTQuMTUtNTguNyAxNi4yNS0xNi4xNyA0Mi41NC0xNi4wOSA1OC43MS4xNUwyNTYgMTk3Ljc2IDQ0MS4wNiAxMi4yM2MxNi4xNy0xNi4yNCA0Mi40Ni0xNi4zMiA1OC43MS0uMTUgMTYuMjQgMTYuMTYgMTYuMzIgNDIuNDYuMTUgNTguN0wyODUuMjcgMjg1Ljk2Yy0xNi4yNCAxNi4xNy00Mi41NCAxNi4wOS01OC43LS4xNUwxMi4wOCA3MC43OHoiIGZpbGw9IiM1NTU1NTUiIGNsYXNzPSJjb2xvcjAwMCBzdmdTaGFwZSIvPjwvc3ZnPg==)
        no-repeat right 52% / auto 8px;
    border: none;
    box-shadow: none;
    color: #555;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0;
    padding: 8px 20px 8px 0;
    text-decoration: none;
    text-transform: none;
}
.wc-restaurant-navigation .wc-restaurant-navigation-more .more-button:focus {
    outline: none;
}
.wc-restaurant-navigation .wc-restaurant-navigation-more .more-dropdown {
    background-color: #fbfbfb;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
    display: none;
    line-height: 1.4;
    list-style: none !important;
    margin: 0 !important;
    max-height: 220px;
    min-width: 160px;
    overflow-y: auto;
    padding: 0 !important;
    position: absolute;
    left: 10px;
}
.wc-restaurant-navigation .wc-restaurant-navigation-more .more-dropdown a {
    padding: 10px 16px;
}
.wc-restaurant-navigation .wc-restaurant-navigation-more .more-dropdown a:hover {
    background-color: #f1f1f1;
}
.wc-restaurant-menu {
    text-align: left;
}
.wc-restaurant-menu-section {
    margin-bottom: 45px;
    margin-top: 20px;
}
.wc-restaurant-menu-section:first-child {
    margin-top: 40px;
}
.wc-restaurant-menu-section-title {
    margin-bottom: 0.5em;
}
.wc-restaurant-menu-section-title:focus {
    outline: none;
}
.wc-restaurant-menu-section-description p {
    margin-bottom: 1.1em;
}
.wc-restaurant-menu-products {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.wc-restaurant-menu-products.columns-2 .buy-button,
.wc-restaurant-menu-products.columns-3 .buy-button {
    margin-top: 16px;
	margin-left:20px;
}
.wc-restaurant-menu-product {
    box-sizing: border-box;
    flex: 1 1 100%;
    padding: 7px;
}
@media screen and (min-width: 270px) {
    .wc-restaurant-menu-product {
        min-width: 250px;
    }
}
@media screen and (min-width: 360px) {
    .show-image > .wc-restaurant-menu-product {
        min-width: 340px;
    }
}
.wc-restaurant-menu-product button {
    background-color: #000;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    min-height: 0;
    text-align: center;
    transition: background 0.2s;
    white-space: nowrap;
}
.wc-restaurant-menu-product button:hover {
    background-color: #444;
    border: none;
    text-decoration: none;
}
.wc-restaurant-menu-product button.disabled {
    cursor: not-allowed;
    opacity: 0.5 !important;
}
.wc-restaurant-menu-product .block {
    color: transparent !important;
    position: relative;
}
.wc-restaurant-menu-product .block:before {
    animation: spinner 0.8s linear infinite;
    border: 4px solid #888;
    border-radius: 50%;
    border-top-color: #eee;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
.wc-restaurant-menu-product .icon.block:before {
    border-width: 3px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    width: 18px;
}
.wc-restaurant-menu-product .price.block:before {
    left: auto;
    right: 0;
}
.columns-2 > .wc-restaurant-menu-product {
    flex-basis: 50%;
}
@media screen and (min-width: 768px) {
    .columns-2 > .wc-restaurant-menu-product {
        max-width: 50%;
    }
}
.columns-3 > .wc-restaurant-menu-product {
    flex-basis: 50%;
}
@media screen and (min-width: 768px) {
    .columns-3 > .wc-restaurant-menu-product {
        max-width: 50%;
    }
}
@media screen and (min-width: 996px) {
    .columns-3 > .wc-restaurant-menu-product {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
}
.wc-restaurant-menu-product .wc-restaurant-menu-product-inner {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    transition: border 0.2s;
    width: 100%;
}
.clickable .wc-restaurant-menu-product .wc-restaurant-menu-product-inner {
    cursor: pointer;
}
.clickable .wc-restaurant-menu-product .wc-restaurant-menu-product-inner:hover {
    border-color: #666;
}
.wc-restaurant-menu-product .image {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px 0 0 3px;
    flex: 0 0.9 110px;
    margin-right: 4px;
    min-height: 110px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .wc-restaurant-menu-product .image {
        flex-basis: 130px;
        min-height: 130px;
    }
}
.wc-restaurant-menu-product .image img {
    border: none;
    border-radius: 0;
    height: 100%;
    margin: 0;
    max-width: none;
}
.image-right > .wc-restaurant-menu-product .image {
    border-radius: 0 4px 4px 0;
    margin-left: 4px;
    margin-right: 0;
    order: 1;
}
.wc-restaurant-menu-product .details {
    display: flex;
    flex: 2 0;
    flex-direction: column;
    padding: 0px 0px 0px;
    text-align: right;
    direction: rtl;

}
.wc-restaurant-menu-product .header {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -8px;
    width: auto;
    z-index: auto;
}
.wc-restaurant-menu-product .header > div {
    flex: 0 1;
    margin: 4px 8px;
}
.wc-restaurant-menu-product .header .name,
.wc-restaurant-menu-product .header .price {
    margin-top: 7px;
	margin-right:15px;
}
.wc-restaurant-menu-product .header .name {
    flex-grow: 2;
    font-weight: 500;
}
.wc-restaurant-menu-product .header .price {
    flex-grow: 1;
    text-align: right;
}
.wc-restaurant-menu-product .header .price .amount {
    background-color: transparent;
    color: inherit;
    font-size: inherit;
}
.wc-restaurant-menu-product .header .price del {
    font-weight: 400;
    opacity: 0.5;
}
.wc-restaurant-menu-product .header .price del + ins {
    background-color: transparent;
    margin-left: 0.25em;
}
.wc-restaurant-menu-product .buy-button {
    display: flex;
    justify-content: flex-end;
}
.wc-restaurant-menu-product .buy-button.block:before {
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    width: 18px;
    z-index: 99;
}
.wc-restaurant-menu-product .buy-button.block .quantity-plus {
    opacity: 0;
}
.wc-restaurant-menu-product .buy-button.block.added:before {
    margin-left: -36px;
}
.wc-restaurant-menu-product .buy-button.block.added .quantity-qty {
    opacity: 0;
}
.wc-restaurant-menu-product .buy-button.block.added .quantity-plus {
    opacity: 1;
}
.wc-restaurant-menu-product .buy-button.added button:before {
    width: 82px !important;
}
.wc-restaurant-menu-product .buy-button.added button .quantity-minus,
.wc-restaurant-menu-product .buy-button.added button .quantity-qty {
    display: flex;
}
.wc-restaurant-menu-product .buy-button.added .block:before {
    margin-left: -37px;
}
.wc-restaurant-menu-product .buy-button.added .block .quantity-plus {
    opacity: 1;
}
.wc-restaurant-menu-product .buy-button.added .block .quantity-qty {
    opacity: 0;
}
.wc-restaurant-menu-product .buy-button button {
    font-size: 1em;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 480px) {
    .wc-restaurant-menu-product .buy-button button .quantity-minus svg,
    .wc-restaurant-menu-product .buy-button button .quantity-plus svg {
        height: 12px;
        width: 12px;
    }
}
.wc-restaurant-menu-product .buy-button button.icon {
    align-items: center;
    border-radius: 100px;
    display: flex;
    font-size: 20px !important;
    height: 27px;
    justify-content: center;
    line-height: 27px;
    position: relative;
    top: 0;
    width: 27px;
}
.wc-restaurant-menu-product .buy-button button.icon:focus {
    outline: 0 solid transparent;
}
.wc-restaurant-menu-product .buy-button button.icon:before {
    animation: none;
    background-color: #000;
    border: 0 solid transparent;
    border-radius: 100px;
    content: "";
    height: 27px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    width: 27px;
}
.wc-restaurant-menu-product .buy-button button .quantity-minus,
.wc-restaurant-menu-product .buy-button button .quantity-plus,
.wc-restaurant-menu-product .buy-button button .quantity-qty {
    align-items: center;
    display: none;
    height: 27px;
    justify-content: center;
    position: absolute;
    width: 27px;
    z-index: 2;
}
.wc-restaurant-menu-product .buy-button button .quantity-plus {
    align-items: center;
    display: flex;
    height: 27px;
    justify-content: center;
    left: 0;
    top: 0;
}
.wc-restaurant-menu-product .buy-button button .quantity-qty {
    color: #fff;
    cursor: default;
    font-size: 14px;
    font-weight: 700;
    left: -27px;
}
.wc-restaurant-menu-product .buy-button button .quantity-minus {
    cursor: pointer;
    left: -54px;
}
.wc-restaurant-menu-product .buy-button button .quantity-minus .remove-from-cart {
    display: none;
}
.wc-restaurant-menu-product .buy-button button .quantity-minus.show-bin-icon .remove-from-cart {
    display: block;
}
@media screen and (min-width: 480px) {
    .wc-restaurant-menu-product .buy-button button .quantity-minus.show-bin-icon .remove-from-cart {
        width: 12px;
    }
}
.wc-restaurant-menu-product .buy-button button .quantity-minus.show-bin-icon .reduce-quantity {
    display: none;
}
@media screen and (min-width: 768px) {
    .wc-restaurant-menu-product .buy-button button.icon {
        font-size: 20px !important;
        height: 27px;
        line-height: 27px;
        width: 27px;
    }
}
.wc-restaurant-menu-product .name,
.wc-restaurant-menu-product .price {
    color: #333;
    font-size: 0.95em;
    line-height: 1.2;
}
@media screen and (min-width: 768px) {
    .wc-restaurant-menu-product .name,
    .wc-restaurant-menu-product .price {
        font-size: 1em;
    }
}
.wc-restaurant-menu-product .description {
    color: #666;
    font-size: 0.85em;
    line-height: 1.5;
    margin-top: 4px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .wc-restaurant-menu-product .description {
        font-size: 0.9em;
        margin-top: 13px;
		margin-right:9px;
		margin-left: 9px;
			
    }
}
.wc-restaurant-product-modal > .cart {
    height: 100%;
    margin: 0;
    padding: 0;
}
.wc-restaurant-product-modal .wc-restaurant-product {
    height: 100%;
}
.wc-restaurant-product-modal .details,
.wc-restaurant-product-modal .order {
    padding-left: 30px;
    padding-right: 30px;
}
.wc-restaurant-product-modal header.image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .wc-restaurant-product-modal header.image {
        height: 300px;
    }
}
.wc-restaurant-product-modal .details {
    padding-bottom: 25px;
    padding-top: 25px;
}
.wc-restaurant-product-modal .details:first-child {
    padding-top: 65px;
}
.wc-restaurant-product-modal .details p {
    margin: 0 0 1em;
    padding: 0;
}
.wc-restaurant-product-modal .gallery {
    margin: 1.5em 0;
}
.wc-restaurant-product-modal .name {
    margin: 0 0 0.6em;
    padding: 0;
}
.wc-restaurant-product-modal .price {
    font-size: 1.4em;
    margin: 0.5em 0 0.8em;
}
.wc-restaurant-product-modal .description {
    margin-bottom: 1.2em;
}
.wc-restaurant-product-modal .description:last-child {
    margin-bottom: 0.8em;
}
.wc-restaurant-product-modal .description p:last-child {
    margin-bottom: 0;
}
.wc-restaurant-product-modal .options {
    margin-top: 1.5em;
}
.wc-restaurant-product-modal .options .variations {
    margin-bottom: 0.9em;
    overflow: hidden;
}
.wc-restaurant-product-modal .options .variations select {
    display: inline;
    margin-right: 6px;
    width: auto;
}
.wc-restaurant-product-modal .options .variations .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.wc-restaurant-product-modal .options .variations-data p {
    margin-bottom: 0.6em;
}
.wc-restaurant-product-modal .order-error {
    background: #f4caca;
    border-radius: 3px;
    bottom: 95px;
    color: #d50e0e;
    display: none;
    font-weight: 600;
    left: 50%;
    margin: 0 0 0 -150px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 300px;
}
@media screen and (min-width: 500px) {
    .wc-restaurant-product-modal .order-error {
        bottom: 95px;
    }
}
.wc-restaurant-product-modal .product-content {
    max-height: 85%;
    max-height: calc(100% - 93px);
    overflow: auto;
    overflow-x: hidden;
}
@media screen and (min-width: 500px) {
    .wc-restaurant-product-modal .product-content {
        max-height: calc(100% - 93px);
    }
}
@media screen and (min-width: 768px) {
    .wc-restaurant-product-modal .product-content {
        max-height: calc(95vh - 93px);
    }
}
.wc-restaurant-product-modal .wc-restaurant-product {
    position: relative;
}
@media screen and (min-width: 768px) {
    .wc-restaurant-product-modal .wc-restaurant-product {
        padding-bottom: 90px;
    }
}
.wc-restaurant-product-modal .order {
    align-content: flex-start;
    align-items: center;
    background: #fcfcfc;
    bottom: 0;
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    height: 90px;
    justify-content: space-between;
    left: 0;
    min-height: 80px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 0;
    z-index: 100;
}
@media screen and (max-width: 420px) {
    .wc-restaurant-product-modal .order {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 500px) {
    .wc-restaurant-product-modal .order {
        align-content: center;
        height: 90px;
    }
}
.wc-restaurant-product-modal .order button {
    background-color: #000;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    min-height: 0;
    text-align: center;
    transition: background 0.2s;
    white-space: nowrap;
}
.wc-restaurant-product-modal .order button:hover {
    background-color: #444;
    border: none;
    text-decoration: none;
}
.wc-restaurant-product-modal .order button.disabled {
    cursor: not-allowed;
    opacity: 0.5 !important;
}
.wc-restaurant-product-modal .order button {
    font-weight: 600;
}
.wc-restaurant-product-modal .order.not-purchasable {
    color: #d12929;
    padding-left: 35px;
    padding-right: 35px;
}
.wc-restaurant-product-modal .order.not-purchasable p {
    flex-grow: 1;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
    padding: 0;
    text-align: center;
}
.wc-restaurant-product-modal .order .quantity {
    border: none;
    display: flex;
    flex: 0.2 1 120px;
    flex-wrap: nowrap;
    margin-right: 10px;
    width: auto;
}
.wc-restaurant-product-modal .order .quantity button {
    border-radius: 50%;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 40px;
}
@media screen and (min-width: 500px) {
    .wc-restaurant-product-modal .order .quantity button {
        height: 48px;
        line-height: 48px;
        width: 48px;
    }
}
.wc-restaurant-product-modal .order .quantity .add {
    margin-left: 1px;
}
.wc-restaurant-product-modal .order .quantity .remove {
    margin-right: 3px;
}
@media screen and (min-width: 768px) {
    .wc-restaurant-product-modal .order .quantity .add {
        margin-left: 3px;
    }
    .wc-restaurant-product-modal .order .quantity .remove {
        margin-right: 5px;
    }
}
.wc-restaurant-product-modal .order .quantity .qty {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    color: inherit;
    font-family: inherit !important;
    font-size: 20px !important;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: initial;
    width: 40px;
}
@media screen and (min-width: 500px) {
    .wc-restaurant-product-modal .order .quantity .qty {
        width: 45px;
    }
}
.wc-restaurant-product-modal .order .quantity .qty::-webkit-inner-spin-button,
.wc-restaurant-product-modal .order .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wc-restaurant-product-modal .order .quantity .qty.disabled {
    opacity: 0.5;
}
.wc-restaurant-product-modal .order .buy {
    border-radius: 4px;
    font-size: 1em !important;
    letter-spacing: 0;
    min-width: 45%;
    padding: 12px 15px;
    text-transform: none;
}
@media screen and (max-width: 420px) {
    .wc-restaurant-product-modal .order .buy {
        font-size: 0.9em !important;
    }
}
@media screen and (min-width: 768px) {
    .wc-restaurant-product-modal .order .buy {
        font-size: 1.1em !important;
    }
}
.wc-restaurant-product-modal .order .buy span {
    color: inherit;
}
.wc-restaurant-product-modal .options .wc-pao-addons-container {
    margin-top: 1.5em;
}
.wc-restaurant-product-modal .options .wc-pao-addon {
    margin-bottom: 1.2em;
}
.wc-restaurant-product-modal .options .wc-pao-addon p.form-row {
    margin-bottom: 3px !important;
}
.wc-restaurant-product-modal .options .wc-pao-addon .form-row > label {
    display: inline-block;
    font-weight: 400;
    margin: 0;
}
.wc-restaurant-product-modal .options .wc-pao-addon input,
.wc-restaurant-product-modal .options .wc-pao-addon select,
.wc-restaurant-product-modal .options .wc-pao-addon textarea {
    margin-bottom: 0;
}
.wc-restaurant-product-modal .options .wc-pao-addon input[type="checkbox"],
.wc-restaurant-product-modal .options .wc-pao-addon input[type="radio"] {
    display: inline-block;
    margin: 0 6px 0 0;
    width: auto;
}
.wc-restaurant-product-modal .options .wc-pao-addon-name {
    color: #333;
    display: block;
    font-family: inherit;
    font-size: 1.1em;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 7px;
    padding: 0;
    text-decoration: none;
}
.wc-restaurant-product-modal .options .wc-pao-addon-description p {
    margin-bottom: 10px;
}
.wc-restaurant-product-modal .options .wc-pao-addon-select {
    width: auto;
}
.wc-restaurant-product-modal #product-addons-total {
    display: none;
}
.wc-restaurant-ordering-notice {
    background-color: green;
    color: #fff;
    left: 0;
    padding: 20px 20px 16px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.wc-restaurant-ordering-notice.error-notice {
    background-color: red;
}
.wc-restaurant-ordering-notice .view-cart {
    border: none;
    color: inherit;
    margin-left: 10px;
    text-decoration: none;
    transition: opacity 0.2s;
    white-space: nowrap;
}
.wc-restaurant-ordering-notice .view-cart:hover {
    opacity: 0.8;
}
.wc-restaurant-ordering-notice .view-cart-text {
    text-decoration: underline;
}
.wc-restaurant-ordering-notice .notice-text {
    line-height: 1.5;
    margin-bottom: 4px;
    margin-top: 0;
    padding: 0;
}
.wc-restaurant-ordering-notice .notice-text :last-child {
    margin-bottom: 0;
}
#wpadminbar ~ .wc-restaurant-ordering-notice {
    top: 32px;
}
.wc-restaurant-menu-error {
    font-weight: 700;
}
.theme-shopkeeper .wc-restaurant-menu-product ins {
    background-color: transparent;
}
.theme-shopkeeper .wc-restaurant-product-modal .order .add,
.theme-shopkeeper .wc-restaurant-product-modal .order .remove {
    font-size: 24px !important;
}
#top .wc-restaurant-menu-product .price,
#top .wc-restaurant-menu-product .price del,
#top .wc-restaurant-menu-product .price ins,
#top .wc-restaurant-menu-product .price span,
.theme-enfold .wc-restaurant-menu-product .price,
.theme-enfold .wc-restaurant-menu-product .price del,
.theme-enfold .wc-restaurant-menu-product .price ins,
.theme-enfold .wc-restaurant-menu-product .price span {
    color: #333;
    font-size: 0.95em;
    font-weight: 400 !important;
}
#top .wc-restaurant-product-modal .quantity .qty,
.theme-enfold .wc-restaurant-product-modal .quantity .qty {
    color: inherit !important;
    height: auto !important;
    line-height: normal !important;
}
#top .wc-restaurant-product-modal .cart,
.theme-enfold .wc-restaurant-product-modal .cart {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
#top .wc-restaurant-product-modal p,
.theme-enfold .wc-restaurant-product-modal p {
    padding: 0 !important;
}
#top .wc-restaurant-product-modal input[type="checkbox"],
#top .wc-restaurant-product-modal input[type="radio"],
.theme-enfold .wc-restaurant-product-modal input[type="checkbox"],
.theme-enfold .wc-restaurant-product-modal input[type="radio"] {
    position: relative;
    top: -1px;
}
.wc-restaurant-modal .options div.clear {
    display: none;
}
.wc-restaurant-modal .options .amount,
.wc-restaurant-modal .options .amount span {
    color: inherit !important;
}
