:root {
    --main-text-color: #040607;
    --main-body-color: #eaeff4;
    --global-blue-color: #b1dded;
    --global-yellow-color: #fcde7c;
    --global-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    --mobile-padding: 40px 15px;
    --mobile-font-size: 16px;
    --desktop-font-size: 14px;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
    width: 100%;
}
body {
    overflow-x: hidden !important;
    width: 100%;
}

#app {
    overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--main-text-color);
    background-color: var(--main-body-color);
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: var(--main-text-color);
}

button {
    font-family: 'Montserrat', sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--main-text-color);
    transition: background-color 5000s ease-in-out 0s;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

table {
    border-collapse: collapse;
}

.container {
    max-width: 1140px;
    margin: auto;
}

.main-button {
    display: flex;
    background-color: transparent;
    border-radius: 20px;
    font-weight: 600;
    border: 3px solid #000;
    margin-left: 11px;
    width: auto;
    height: 35px;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 16px;
    font-size: 14px;
}

.main-button:hover {
    border: 3px solid rgba(0, 0, 0, 0.7);
}

.main-button:hover:after {
    opacity: 0.7;
}

/* Header CSS below */

#header {
    position: fixed;
    width: 100%;
    z-index: 9;
}
.header-container {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 18px;
    background-color: #fff;
}

.logo-container {
    display: flex;
}

.logo-container .logo-img {
    max-width: 73px;
    max-height: 59px;
    margin-right: 11px;
}

.logo-container .logo-icon {
    width: 80px;
}

.logo-container .logo-text {
    width: 220px;
    max-width: 220px;
    max-height: 26px;
    margin-top: 15px;
    padding-right: 23px;
}

.plan-container {
    display: flex;
    align-items: center;
    margin: 7px 0;
    padding-left: 20px;
    border-left: 1px solid #eaeff4;
    border-right: 1px solid #eaeff4;
    flex-grow: 1;
    margin-right: 47px;
}

.plan-container:hover {
    opacity: 0.7;
    cursor: pointer;
}

.plan-button:hover {
    cursor: pointer;
    opacity: 1;
    border: 3px solid rgba(0, 0, 0, 0.7);
}

.plan-container .clock-icon {
    padding-right: 7px;
}

.trial-plan-bold {
    font-weight: 500;
    text-transform: capitalize;
}

.plan-button {
    background-color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #000;
    padding: 5px 13px;
    margin-left: 11px;
}

.plan-container,
.account-container {
    display: flex;
    align-content: center;
    align-items: center;
}

.account-container {
    justify-content: flex-end;
}

.acc-info {
    text-align: right;
}

.acc-info .acc-name {
    font-weight: 600;
    padding-bottom: 0px;
    font-size: 16px;
}

.acc-info .acc-email {
    font-size: 14px;
    max-width: 168px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.acc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 8px;
    padding-left: 20px;
}

.acc-icon .account-icon {
    width: 25px;
    height: 29px;
}

.acc-icon .acc-not {
    position: absolute;
    border-radius: 50%;
    background-color: var(--global-yellow-color);
    width: 15px;
    height: 15px;
    font-weight: 700;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -6px;
    left: 15px;
}

.arrow-down {
    width: 10px;
    height: 7px;
    padding-left: 2px;
}

#menu_checkbox {
    display: none;
}

.mobile-menu-toggle {
    display: none;
}

.mobile-menu-toggle {
    position: relative;
}

#menuToggle {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menuToggle input {
    display: flex;
    width: 60px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    opacity: 0; /* hide input */
    z-index: 1; /* top of the menu */
}

#menuToggle span {
    width: 24px;
    height: 5px;
    margin-bottom: 5px;
    background: #000000;
    border-radius: 2px;
    -webkit-transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71);
    -moz-transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71);
    -ms-transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71);
    -o-transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71);
    transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71);
}

#span1 {
    transform-origin: 4px 0px;
}

#span3 {
    transform-origin: bottom right;
}

#menuToggle input:checked ~ #span1 {
    background-color: #000000;
    transform: rotate(45deg) translate(7px);
    margin-bottom: 5px;
}
#menuToggle input:checked ~ #span2 {
    background-color: #000000;
    transform: rotate(495deg) translate(0px);
}
#menuToggle input:checked ~ #span3 {
    background-color: #000000;
    transform: rotate(45deg);
    opacity: 0;
}

@media (min-width: 1025px) and (max-width: 1281px) {
    .plan-container {
        justify-content: center;
        padding: 0;
    }
    .single-order {
        grid-template-columns: 19% 11% 18% 13% 30% 9%;
    }
    .order-time {
        margin-right: 40px;
    }
}

@media (min-width: 768px) {
    .delivery-form .form-group {
        flex-direction: row;
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .delivery-input {
        padding-top: 25px;
        font-size: 18px;
    }

    .registration-mobile-logo {
        display: none;
    }
}

@media (max-width: 1024px) {
    .mobile-menu-toggle {
        display: flex;
    }
    #header {
        max-width: 100vw;
    }

    .header-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        max-width: 100vw;
    }
    .header-container .mobile-menu-toggle {
        order: 1;
        width: 2.5%;
        height: 70px;
    }
    .header-container .logo-container {
        order: 3;
        width: 80%;
    }
    .header-container .plan-container {
        order: 4;
        flex: 1 0 100%;
    }
    .header-container .account-container {
        order: 3;
        width: 3%;
    }

    .acc-info {
        display: none;
    }

    .plan-button {
        width: auto;
    }

    .plan-container {
        padding-left: 0;
        border: none;
        padding-top: 18px;
        justify-content: center;
        border-top: 1px solid #eaeff4;
    }

    .logo-container .logo-text {
        width: 263px;
        height: 70px;
        max-width: unset;
        max-height: unset;
        padding: 0;
        margin-top: -10px;
    }

    .logo-container {
        margin: 5px 0;
        justify-content: center;
    }

    .arrow-down {
        margin-left: 5px;
    }

    .acc-icon {
        padding-right: 0;
    }

    .header-container .mobile-menu-toggle {
        order: 1;
        width: 2.5%;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .header-container {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 15px;
        background-color: #fff;
        max-width: 100vw;
    }

    .header-container .mobile-menu-toggle {
        order: 1;
        width: 4%;
        height: 70px;
    }

    .header-container .logo-container {
        order: 3;
        width: 84%;
        margin-top: -5px;
        margin-bottom: 0;
    }

    .plan-container {
        padding-left: 0;
        border: none;
        padding-top: 18px;
        justify-content: center;
        border-top: 1px solid #eaeff4;
        padding: 15px 0;
        margin: 0;
    }

    .header-container .account-container {
        order: 3;
        width: 8%;
        margin-top: -5px;
    }

    .acc-icon {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        /* padding-right: 8px; */
        padding-left: 20px;
    }

    .acc-icon .account-icon {
        width: 22px;
        height: 22px;
    }

    .arrow-down {
        margin-left: -2px;
    }

    .logo-container .logo-text {
        width: 55%;
        height: 70px;
        max-width: unset;
        max-height: unset;
        padding: 0;
        margin-top: 0px;
    }

    .logo-text {
        padding-right: 11px;
        width: 20%;
        margin-top: 10px;
    }

    #menuToggle {
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .logo-icon {
        padding-right: 10px;
        width: 65px !important;
        margin-bottom: -10px;
    }
    .acc-icon {
        padding-right: 5px;
    }

    .header-container .logo-container,
    .header-container .plan-container,
    .header-container .mobile-menu-toggle {
        height: 64px;
    }

    .header-container .plan-container {
        height: 63px;
        padding: 0;
    }

    .header-container .logo-container {
        order: 2;
        width: 84%;
        margin-top: -6px;
        margin-bottom: 0;
    }

    .publish-menu {
        margin-top: -1px !important;
        border-bottom: 1px solid #eaeff4;
    }
}

.logo-container a {
    display: flex;
    justify-content: center;
}

.plan-container .clock-icon {
    padding-top: 4px;
}

@media (min-width: 1025px) {
    .header-wrapper {
        height: 90px;
    }

    .header-container {
        height: 100%;
    }

    /* .headings-wrapper {
    height: 130px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  } */

    .payment-form .form-group {
        height: 65px;
    }
}

@media (max-width: 320px) {
    .plan-container p {
        font-size: 12px;
    }
}

#openButton {
    width: 100%;
}

#openButton:hover,
.closeButton:hover {
    cursor: pointer;
}

.closeButton {
    width: 64px;
    height: 64px;
    display: none;
}

/* Header CSS above */

/* Sidebar CSS below */

.sidebar {
    width: 185px;
    position: fixed;
    left: 0;
    height: calc(100vh - 90px);
    top: 90px;
    z-index: 9;
}

.single-sidebar svg {
    max-width: 46px;
    padding-right: 12px;
    margin-left: -3px;
    width: 46px;
}

.single-sidebar {
    display: flex;
    background: #fff;
    padding-left: 27px;
    height: 65px;
    align-items: center;
    border-top: 1px solid #eaeff4;
    transition: all 0.2s ease-in-out;
}

.single-sidebar-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-text-color);
}

.sidebar-links {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.sidebar-container,
.sidebar-links {
    height: 100%;
    width: 185px;
}

.single-sidebar.active {
    background-color: rgba(234, 239, 244, 0.5);
}

.acc-icon svg {
    transition: all 0.2s ease-in-out;
}

.account-container:hover {
    opacity: 0.7;
    cursor: pointer;
}

.single-sidebar:hover {
    background-color: rgba(234, 239, 244, 0.5);
    cursor: pointer;
}

.publish-menu {
    margin-top: auto;
}

.last-single-sidebar {
    border-bottom: 1px solid #eaeff4;
}

.publish-menu .single-sidebar-name {
    padding-right: 15px;
}

@media (max-width: 1025px) {
    .sidebar {
        width: 185px;
        height: calc(100vh - 167px);
        left: -190px;
        transition: all 0.3s ease;
        flex: 1 0 50%;
        max-width: 185px;
        top: 167px;
    }

    .sidebar-links {
        width: 185px;
    }

    .single-sidebar {
        height: 64px;
    }
}

@media (max-width: 481px) {
    .sidebar {
        height: calc(100vh - 127px);
        top: 127px;
    }

    #content {
        top: 127px;
    }
}

/* Sidebar CSS above */

/* Steps progress bar CSS below */
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
@media (max-width: 768px) {
    .stepper-item {
        font-size: 12px;
    }
}
/* 
.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #eaeff4;
  width: 100%;
  top: 35px;
  left: -50%;
  z-index: 2;
} */

.stepper-item::after {
    position: absolute;
    content: '';
    border-bottom: 5px solid #eaeff4;
    width: 100%;
    top: 42px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eaeff4;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
}

.stepper-item.completed .step-counter span {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    background: var(--global-blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.stepper-item .step-counter span {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: #eaeff4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.completed .step-counter {
    background-color: #eaeff4;
}

.stepper-item.completed::after {
    position: absolute;
    content: '';
    border-bottom: 5px solid var(--global-blue-color);
    width: 88%;
    top: 42px;
    left: 57%;
    z-index: 6;
}

.stepper-item.completed:last-child:after {
    content: none;
}

.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}

.step-name {
    font-size: 14px;
    font-weight: 300;
}

.step-name.step-aligner {
    color: var(--main-text-color);
    font-weight: 500;
    padding-top: 4px;
}

.stepper-item .step-counter {
    z-index: 1;
}

.stepper-item.active .step-counter {
    z-index: 9;
}

.stepper-item.uncompleted .step-counter {
    z-index: 9;
}

@media (min-width: 1024px) {
    .step-aligner {
        max-width: 20%;
    }

    .popup-progress .step-aligner {
        max-width: 100%;
    }

    .account-information-inputs {
        width: 70%;
    }
}

/* Steps progress bar CSS below */

/* Dashboard content CSS below */
.dashboard-wrapper {
    display: flex;
}

#content {
    overflow-x: hidden;
    transition: all 0.3s ease;
    flex-grow: 1;
    position: absolute;
    width: calc(100% - 185px);
    left: 185px;
    top: 90px;
    height: calc(100% - 90px);
}

@media (max-width: 1025px) {
    #content {
        width: 100%;
        flex: 1 0 100%;
        left: 0;
        top: 166px;
        height: calc(100% - 166px);
    }
}

@media (max-width: 481px) {
    #content {
        top: 127px;
    }
}

.menu-opened {
    left: 0;
}

#content.menu-is-opened {
    left: 185px !important;
}

#content.menu-is-opened + body {
    overflow-y: hidden;
}

.content {
    padding: 0 40px;
}

.main-heading {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 35px;
    padding-top: 61px;
    margin: 0;
    line-height: 1.1;
}

.main-subheading {
    font-size: 16px;
    color: var(--main-text-color);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 61px;
    font-weight: 300;
}

.email-confirm-wrapper {
    background: #fff;
    position: relative;
}

.email-confirm {
    padding: 0px 38px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 66px;
    position: sticky;
}

.b-heading {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--main-text-color);
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.email-confirm .b-heading,
.sales-report .b-heading {
    margin-bottom: 0;
}

.email-confirm p {
    font-size: 14px;
    font-weight: 300;
}

.main-button-wb:after {
    content: ' ';
    background: var(--global-blue-color);
    background-position: -5px -5px;
    width: 103%;
    height: 35px;
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    border-radius: 20px;
}

.main-button-wb:hover {
    cursor: pointer;
}

.main-button-wb:active:after {
    top: -2px;
    left: -2px;
    height: 34px;
}

.email-confirm-wrapper {
    margin-bottom: 25px;
}

.account-configuration-wrapper {
    background-color: #fff;
    height: 132px;
    margin-bottom: 25px;
}

.account-configuration {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    position: sticky;
    padding: 0px 38px;
    height: 100%;
    position: sticky;
}

.account-configuration-button:after {
    background-color: var(--global-yellow-color);
}

.progress-bar {
    flex-grow: 1;
}

.sales-report-wrapper {
    background-color: #fff;
    height: 133px;
    margin-bottom: 25px;
}

.sales-report {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    position: sticky;
    padding: 0px 38px;
    height: 100%;
    position: sticky;
}

.reports-blocks {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.report-value {
    font-size: 26px;
    margin: 0;
    margin-bottom: 8px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.report-block {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: initial;
    padding-left: 25px;
    height: 100%;
    justify-content: center;
    border-left: 1px solid #eaeff4;
}

.report-block:last-child {
    border-right: 1px solid #eaeff4;
}

.activate-notifications-icon .icon {
    max-width: 110px;
}

.activate-notifications-wrapper {
    background: #fff;
    height: 200px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 38px;
    margin-bottom: 25px;
}

.activate-notifications {
    display: flex;
    align-items: center;
    align-content: center;
}

.activate-notifications-icon {
    width: 120px;
    padding-left: 20px;
}

.activate-notifications-body {
    padding-left: 38px;
}

.activate-notifications-body .b-heading {
    margin-bottom: 12px;
}

.activate-notifications-body p {
    margin-bottom: 16px;
}

.activate-notifications-body a {
    font-weight: 600;
    text-decoration: underline;
    color: var(--main-text-color);
    font-size: 14px;
}

.activate-notifications-body a:hover {
    opacity: 0.6;
}

.activate-notifications-body i {
    font-size: 12px;
}

.video-guide-wrapper {
    background: #fff;
    height: 263px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 38px;
    margin-bottom: 25px;
}

.video-guide {
    display: flex;
    align-items: center;
    align-content: center;
}

.video-placeholder {
    width: 342px;
    height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d7dbde;
}

.play-button img {
    width: 41px;
    height: 47px;
}

.need-website-icon .icon {
    max-width: 102px;
}

.need-website-icon {
    width: 170px;
    padding-left: 20px;
}

.need-website-wrapper {
    background: #fff;
    height: 263px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 38px;
    margin-bottom: 0px;
}

.need-website {
    display: flex;
    align-items: center;
    align-content: center;
}

.mobile-icon {
    display: none;
}

.email-confirm-wrapper,
.account-configuration-wrapper,
.sales-report-wrapper,
.activate-notifications-wrapper,
.video-guide-wrapper,
.need-website-wrapper {
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

#header {
    box-shadow: var(--global-box-shadow);
}

.sidebar {
    box-shadow: var(--global-box-shadow);
}

.play-button:hover {
    opacity: 0.7;
    cursor: pointer;
}

.step-counter span svg {
    width: 12px;
}

.step-name {
    padding-bottom: 10px;
}

.step-aligner {
    padding-top: 10px;
}

/* Dashboard content CSS above */

/* Footer CSS below */
footer#footer {
    position: relative;
    bottom: 0;
}

.footer-text {
    text-align: center;
}

.footer-text h3 {
    color: #040607;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.6;
    margin: 60px 0;
}
/* Footer CSS above */

/* Restaurant content CSS below */
.toggle-input[type='checkbox'] {
    width: 0;
    height: 0;
    visibility: hidden;
}
.toggle-label {
    width: 25px;
    height: 19px;
    display: block;
    background-color: #eaeff4;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
}
.toggle-label::after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    border-radius: 70px;
    top: 2px;
    left: 2px;
    transition: 0.2s;
}

.toggle-input:checked + .toggle-label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.toggle-input:checked + .toggle-label {
    background-color: var(--global-blue-color);
}

.toggle-label:active:after {
    width: 15px;
}

.restaurant-info {
    background: #fff;
    padding: 0px 65px;
    max-width: 860px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
}
.restaurant-guide-text {
    height: 130px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.restaurant-guide-text p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 3px;
}

.restaurant-guide-text span {
    font-weight: 700;
}

.form-group {
    padding-left: 10px;
    border-top: 1.5px solid #eaeff4;
    height: 64px;
    display: flex;
    align-items: center;
}

.form-label {
    padding-right: 26px;
    border-right: 1px solid #eaeff4;
    margin: 9px 0;
    margin-right: 26px;
    height: 70%;
    display: flex;
    align-items: center;
    min-width: 160px;
    font-size: 14px;
    font-weight: 600;
    width: 25%;
}

.form-input {
    border: none;
    font-size: 16px;
    width: 60%;
    font-family: 'Montserrat', sans-serif;
    color: var(--main-text-color);
    font-weight: 300;
    width: 70%;
}

.form-input::placeholder {
    font-weight: 300;
    color: #8e8e8f;
    opacity: 1;
}

.form-input:focus-visible {
    outline: none;
}

.form-group select {
    flex-grow: 1;
    border: none;
    background: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: var(--main-text-color);
    color: #000;
    font-weight: 300;
}

.form-group select:focus-visible {
    outline: none;
}

.day {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    min-height: 24px;
}
.opening-hours-label-wrapper {
    height: 100%;
    width: 25%;
}

.opening-hours-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    margin-top: 20px;
}

.hours-from,
.hours-to {
    display: flex;
    align-content: center;
    align-items: center;
}

.hours-from span,
.hours-to span {
    color: #a4a4a4;
    font-weight: 300;
}

.opening-hours-label .opening-for {
    font-size: var(--desktop-font-size);
    color: #818282;
    font-weight: 300;
    margin-top: 6px;
}

.opening-hours {
    flex-grow: 1;
    padding-top: 20px;
}

.toggle-day {
    display: flex;
    align-items: center;
    align-content: center;
    width: 40%;
}

.switch {
    display: flex;
    margin-right: 7px;
}

.hours-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    max-width: 70%;
}

.form-group.days {
    height: 297px;
    align-content: stretch;
    align-items: flex-start;
    margin-bottom: 40px;
}

.opening-hours-label-wrapper {
    height: 100%;
    margin-right: 26px;
}

.pause-order-switch {
    display: flex;
    flex-direction: row-reverse;
    margin-top: auto;
    margin-bottom: 10px;
}

.pause-order-switch .switch {
    flex-direction: row-reverse;
}
.day-name {
    font-size: 14px;
    font-weight: 600;
}
.restaurant-form {
    margin-bottom: 40px;
}

/* Image upload div CSS below  */
.upload-image {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
.box {
    display: block;
    min-width: 180px;
    height: 180px;
    background-color: white;
    border-radius: 5px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}
.upload-options {
    position: relative;
    height: 50px;
    background-color: #e8ecef;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
}
.upload-options:hover {
    background-color: var(--global-blue-color);
}
.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}
.upload-options label::after {
    content: 'Upload image';
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgb(170, 170, 170);
    z-index: 0;
    width: 100%;
}
.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.upload-options label span:hover i.material-icons {
    color: lightgray;
}
.js--image-preview {
    height: 130px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url('');
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px dashed #eaeff4;
    border-bottom: none;
}

.actual-image-preview {
    height: 130px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url('');
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px dashed #eaeff4;
    border-bottom: none;
}

.actual-image-preview img {
    height: 130px;
    width: 100%;
    object-fit: cover;
}

.js--image-preview::after {
    content: url('../images/image-upload.svg');
    font-family: 'Material Icons';
    font-size: 60px;
    color: #eaeff4;
    z-index: 0;
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.js--image-preview.js--no-default::after {
    display: none;
}
.js--image-preview:nth-child(2) {
    background-image: url('http://bastianandre.at/giphy.gif');
}
i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}
.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}
.animate {
    animation: ripple 0.4s linear;
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.cover-image-wrapper {
    border-top: 1.5px solid rgb(234, 239, 244);
    border-bottom: 1.5px solid rgb(234, 239, 244);
    padding: 20px 0px;
    display: flex;
    align-items: center;
}

.upload-image-body h5 {
    margin: 0;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
}

.upload-image-body p {
    font-size: 16px;
    color: rgb(129, 130, 130);
    font-weight: 300;
    margin-top: 6px;
}

.upload-image-body {
    padding-left: 34px;
}

.restaurant-form-submit {
    text-transform: uppercase;
}
/* Image upload div CSS above */

.r-heading {
    padding: 0;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.form-label.country-label {
    margin-right: 0;
}

#country {
    width: 60%;
    margin-left: 26px;
}

.back-to-dashboard {
    font-weight: 600;
    text-decoration: underline;
    color: var(--main-text-color);
    font-size: 14px;
}

.back-to-dashboard:hover {
    opacity: 0.7;
}

.back-to-dashboard i {
    font-size: 12px;
}

.submit-form-wrapper {
    padding: 60px 0;
}

.submit-form-buttons-wrapper {
    display: flex;
    justify-content: space-between;
    position: sticky;
    align-items: center;
}

.restaurant-form-submit:after {
    background-color: var(--global-yellow-color);
}

/* Restaurant content CSS above */

.freeze {
    overflow-y: hidden;
}

/* slide up animation */
.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
    animation-duration: 0.6s;
}
.already-visible {
    transform: translateY(0);
    animation: none;
}
@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

/* slide up animation */

.dashboard-main-heading {
    margin: 0;
    padding: 0;
}

.dashboard-headings-wrapper p {
    margin-bottom: 0;
    padding-top: 10px;
}

.headings-wrapper.dashboard-headings-wrapper {
    height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Delivery content CSS below */

.delivery-info {
    background: #fff;
    padding: 0px 65px;
    max-width: 860px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
}

.delivery-toggler {
    padding-right: 26px;
    border-right: 1px solid #eaeff4;
    margin: 9px 0;
    margin-right: 26px;
    height: 70%;
    display: flex;
    align-items: center;
    min-width: 160px;
    font-size: 14px;
    font-weight: 600;
    width: 25%;
}

.add-zone {
    display: flex;
    text-decoration: underline;
    opacity: 0.5;
    pointer-events: none;
    padding-left: 4px;
    width: 25%;
}

.add-zone:hover {
    cursor: not-allowed;
}

.add-zone svg {
    max-width: 17px;
    fill: var(--main-body-color);
    margin-right: 13px;
    width: 17px;
}
.delivery-zones {
    width: auto;
    min-width: 15%;
}

.delivery-form .form-group {
    height: 65px;
}

.last-form-group {
    border-bottom: 1px solid #eaeff4;
    height: auto;
}

.delivery-input {
    opacity: 0.5;
    pointer-events: none;
    width: 70%;
    background: transparent;
    resize: none;
}

.delivery-input:hover {
    cursor: not-allowed;
}

.fader {
    opacity: 1;
    pointer-events: unset;
}

.fader:hover {
    cursor: pointer;
}

.delivery-input.fader:hover {
    cursor: text;
}

/* Delivery content CSS above */

/* Popup CSS Below */
/* PopUp ($popup) */
.popup {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.popup.popup-active {
    visibility: visible;
}

.popup-overlay {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.popup.popup-active .popup-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.popup-wrapper {
    position: absolute;
    z-index: 40;
    top: 50%;
    left: 50%;
    width: 50%;
    background-color: #fff;
}

.popup-transition {
    transition: all 0.3s 0.12s;
    transform: translate(-40%, -50%);
    opacity: 0;
}

.popup.popup-active .popup-transition {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.popup-header,
.popup-content {
    padding: 15px;
}

.popup-header {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.popup-close {
    position: absolute;
    margin: 10px;
    top: 0;
    right: 0;
    padding: 6px 8px;
    color: #000;
    background: #fff;
    border: 0;
}

.popup-close:hover {
    color: #777;
}

.popup-heading {
    font-size: 18px;
    margin: 0;
}

.popup-content p {
    margin-top: 0;
    margin-bottom: 10px;
}

button.popup-toggle:not(.popup-close) {
    padding: 10px 20px;
    border: solid 1px #eee;
    border-radius: 35px;
    background-color: #eee;
    transition: 0.3s;
}

button.popup-toggle:hover {
    opacity: 0.7;
    cursor: pointer;
}

.popup-map img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.popup-wrapper {
    display: flex;
    justify-content: space-between;
}

.popup-sidebar {
    padding: 25px 40px;
    width: 30%;
}

.popup-body {
    width: 70%;
}

.map-shapes {
    display: flex;
    border: 1px solid #eaeff4;
    margin-bottom: 25px;
}

.map-shapes svg {
    max-width: 35px;
    padding-bottom: 10px;
}

.circle-shape,
.polygon-shape {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 15px;
    width: 50%;
    font-size: 12px;
}

.circle-shape.active,
.polygon-shape.active {
    background-color: rgba(234, 239, 244, 0.5);
}

.map-tutorial-text {
    color: var(--main-text-color);
    padding-bottom: 20px;
    opacity: 0.6;
}

.zone-form-input {
    border: none;
    font-size: 18px;
    width: 60%;
    font-family: Montserrat, sans-serif;
    color: var(--main-text-color);
    font-weight: 300;
    width: 100%;
    padding: 6px;
    text-align: center;
    border: 1px solid #eaeff4;
    margin-top: 10px;
}

.zone-form-input::placeholder {
    font-weight: 300;
    color: #a4a4a4;
    opacity: 1;
}

.zone-form-input:focus-visible {
    outline: none;
}

.zone-form-label {
    font-weight: 600;
    font-size: 16px;
}

.zone-form-group {
    margin-bottom: 20px;
}

.popup-map {
    height: 100%;
}

/* .delivery-content #footer {
  position: absolute;
  left: 40%;
} */

.popup-sidebar h5 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px;
}

.delivery-form-submit {
    text-transform: uppercase;
    width: 100%;
    margin-top: 25px;
    width: 100%;
    margin: 10px 0;
}

.delivery-form-submit::after {
    background-color: var(--global-yellow-color);
}

.circle-shape,
.polygon-shape {
    padding: 10px;
    font-size: 13px;
}

.map-shapes svg {
    padding-bottom: 5px;
}

.added-zone svg {
    max-width: 16px;
    opacity: 0.5;
}

.added-zone svg:hover {
    opacity: 0.3;
    cursor: pointer;
}

.delivery-zones {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.added-zone {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #eaeff4;
    pointer-events: none;
    position: relative;
}

.last-form-group {
    border-bottom: 1px solid #eaeff4;
    height: auto !important;
    padding: 10px 0px;
    padding-left: 10px;
}

.edit-toggle {
    display: flex;
    width: 10%;
    justify-content: space-between;
}

.added-zone,
.add-zone {
    height: 65px;
    padding: 9px 10px;
    align-items: center;
}

.last-form-group .delivery-toggler {
    margin-bottom: auto;
    margin-right: 0;
    border-right: none;
    margin-top: 10px;
}

.delivery-zones {
    display: flex;
    flex-direction: column;
    width: 75%;
    padding-left: 20px;
    border-left: 1px solid #eaeff4;
}

.circle-shape:hover,
.polygon-shape:hover {
    background-color: rgba(234, 239, 244, 0.5);
    cursor: pointer;
}

.zone-name {
    font-weight: 600;
}

.added-zone {
    padding: 0 10px;
    margin: -10px 0;
    opacity: 0.5;
}

.add-zone {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 10px;
}

.switch {
    margin-right: 10px;
}

.added-zone * {
    font-size: 16px;
}
/* Popup CSS Above */

/* Menus content CSS below */
.menus-info {
    background: #fff;
    padding: 0px 65px;
    max-width: 860px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
}

.add-category {
    display: flex;
    text-decoration: underline;
}

.add-category svg,  .add-subcategory svg, .add-item svg{
    max-width: 17px;
    fill: var(--main-body-color);
    margin-right: 13px;
    width: 17px;
}
.categories-adder {
    height: 65px;
    display: flex;
    align-content: center;
    align-items: center;
    border-top: 1px solid #eaeff4;
    padding: 0 20px;
}

.subcategories-adder {
    padding-left: 40px;
}

.menu-item-adder {
    padding-left: 60px;
}

.menu-item-adder {
    border-bottom: 1px solid #eaeff4;
}

.menus-popups {
    padding-bottom: 0;
    width: 420px;
    padding: 33px 0;
    border-radius: 0;
}

.menus-popups .form-group {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    width: 75%;
}

.menus-popups .form-input {
    border: 1px solid #eaeff4;
    height: 40px;
    width: 100%;
}

.add-new-form {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.popup-label {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 7px;
    color: var(--main-text-color);
}

.popup-input {
    font-size: 16px;
}

.new-category-button::after {
    background-color: var(--global-yellow-color);
}

.menus-popups .swal2-html-container {
    overflow: hidden;
}

.menus-popups .main-button {
    margin-bottom: -22px;
    text-transform: uppercase;
}

.categories-adder .menu-link:hover {
    opacity: 0.6;
    cursor: pointer;
}

.new-category-popup-modal {
    padding: 40px 0;
}

.categories-wrapper, .subcategories-wrapper {
    display: flex;
    justify-content: space-between;
}

.categories-adder .name {
    font-weight: 700;
}

.delete-category:hover {
    cursor: pointer;
    opacity: 0.6;
}

.delete-subcategory:hover {
    cursor: pointer;
    opacity: 0.6;
}

.delete-category-popup-modal, .delete-subcategory-popup-modal {
    padding-bottom: 0;
}

.delete-category-popup-modal .swal2-html-container, .delete-subcategory-popup-modal .swal2-html-container {
    margin-bottom: 0;
    overflow: hidden;
    position: sticky;
    padding: 40px 0;
}


.delete-category-actions {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.category-popup-header .popup-title {
    padding-bottom: 24px;
}

/* Menus content CSS above */

/* Payment content CSS below */
.payment-info {
    background: #fff;
    padding: 0px 65px;
    max-width: 860px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
}

.single-payment {
    display: flex;
    align-items: center;
    align-content: center;
    min-width: 240px;
}

.payment-row {
    display: flex;
    width: 75%;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding-left: 0;
}

.tag {
    background: #f4f7f9;
    border-radius: 4px;
    color: var(--main-text-color);
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 12px 0 16px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    margin-bottom: 0;
    font-size: 14px;
}

.tag::before {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-right: 10px solid #f4f7f9;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.tag:hover {
    background-color: #f4f7f98c;
    color: var(--main-text-color);
}

.tag:hover::before {
    background-color: #fff;
    border-right-color: rgba(234, 239, 244, 0.5);
}

.online-payment-info {
    display: flex;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding-left: 0;
}

.online-payment-toggle-label {
    display: flex;
    align-content: center;
    align-items: center;
}

.pro-payment-icon {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: var(--global-yellow-color);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 7px;
    min-width: 17px;
    min-height: 17px;
}

.pro-payment-icon svg {
    width: 100%;
    max-width: 13px;
}

.payment-form .payment-last-form-group {
    border-bottom: 1px solid #eaeff4;
}

.tag {
    font-size: 14px;
    border-radius: 4px 0 0 4px;
    padding: 0 12px 0 16px;
}

/* Payment content CSS above */

/* Publish menu content CSS below */

.publish-info {
    background: #fff;
    padding: 0px 65px;
    max-width: 830px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
}

.individual-plan-info {
    background: #fff;
    padding: 60px;
    max-width: 830px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
}

.publish-menu-options {
    display: flex;
}

.embed-menu-icon svg {
    width: 85px;
    margin-bottom: 20px;
}

.embed-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.embed-menu-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.embed-menu-body p {
    color: #040607;
    opacity: 0.5;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
}

.embed-menu-body h5 {
    margin: 0%;
    font-size: 16px;
}

.request-new-website {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.request-new-website-icon svg {
    width: 85px;
    margin-bottom: 20px;
}

.request-new-website-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.request-new-website-body h5 {
    margin: 0%;
    font-size: 16px;
}

.request-new-website-body p {
    color: #040607;
    text-align: center;
    opacity: 0.5;
    padding: 15px 0;
    font-size: 16px;
}

.embed-menu-form-group {
    text-align: center;
}

.embed-menu-form-group input {
    border: none;
    font-size: 18px;
    width: 100%;
    font-family: Montserrat, sans-serif;
    color: var(--main-text-color);
    font-weight: 300;
    padding: 6px;
    text-align: center;
    border: 1px solid #eaeff4;
    margin: auto;
}

.embed-submit-form-wrapper {
    position: sticky;
}

.request-new-website-body a {
    font-weight: 600;
    text-decoration: underline;
    color: var(--main-text-color);
    font-size: 14px;
    height: 36px;
    display: flex;
    align-items: center;
}

.request-new-website-body a:hover {
    opacity: 0.7;
    cursor: pointer;
}

.request-new-website-body a span {
    font-size: 14px;
    padding: 0 5px;
}

.request-new-website-body a span i {
    font-size: 12px;
}

.embed-button {
    margin: 20px auto;
    text-transform: uppercase;
}

.request-new-website-button {
    margin: 20px auto;
    text-transform: uppercase;
}

.embed-button::after {
    background-color: var(--global-yellow-color);
}

.publish-menu-options-wrapper {
    padding: 45px 0;
    border-top: 1px solid #eaeff4;
}

.embed-menu {
    border-right: 1px solid #eaeff4;
}

.embed-menu-body,
.request-new-website-body {
    padding: 0 35px;
}

/* Publish menu content CSS below */

/* Account settings CSS below */

.account-info {
    background: #fff;
    padding: 0px 65px;
    max-width: 860px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
}

.invoices-info {
    background: #fff;
    padding: 0px 65px;
    max-width: 860px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
}

.account-information {
    display: flex;
}

.account-form .form-group {
    border-top: none;
    border-bottom: 1px solid #eaeff4;
}

.account-form .form-group:last-child {
    border-bottom: none;
}

.account-form .form-label {
    border-right: none;
    height: auto;
}

.account-form {
    border-top: 1px solid #eaeff4;
}

.account-information-label {
    border-right: 1px solid #eaeff4;
    margin-right: 30px;
    min-width: 25%;
    width: 25%;
}

.account-information-label .form-label {
    width: auto;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.billing-information {
    display: flex;
    border-top: 1px solid #eaeff4;
    padding: 10px 0;
}

.account-form .form-group select {
    margin-left: 0 !important;
}

.account-form-last-child {
    border-bottom: none !important;
}

.account-information {
    padding: 10px;
}

.billing-information {
    padding: 10px;
    border-bottom: 1px solid #eaeff4;
}

.delete-account svg {
    width: 8px;
    margin-right: 10px;
}

.delete-account {
    display: flex;
    opacity: 0.7;
    text-transform: capitalize;
    font-size: 14px;
}

.delete-account:hover {
    cursor: pointer;
    opacity: 0.3;
}

.account-form-submit {
    display: flex;
    justify-content: space-between;
}

.account-form-submit {
    text-transform: uppercase;
}

.account-form-submit::after {
    background-color: var(--global-blue-color);
}

.account-form .submit-form-buttons-wrapper {
    width: 100%;
}

.account-information-inputs {
    margin-top: -10px;
}

.billing-information-inputs {
    margin-top: -10px;
}

/* Account settings CSS above */

/* Account popup CSS below */
.account-popup-wrapper {
    width: 245px;
    position: fixed;
    right: 25px;
    top: 90px;
    z-index: 8;
    border-top: 1px solid #eaeff4;
    transition: all 0.3s ease;
    transform: translateY(-110%);
}

.account-popup-links {
    background: #fff;
    box-shadow: var(--global-box-shadow);
}

.single-account-link-wrapper {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
}

.single-account-link {
    border-bottom: 1px solid #eaeff4;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.sign-out-link {
    border: none;
}

.single-account-link-wrapper:hover {
    background-color: rgba(234, 239, 244, 0.5);
    cursor: pointer;
}

.single-account-link-icon svg {
    width: 22px;
    margin-right: 13px;
    margin-top: 3px;
}

.single-account-link span {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-text-color);
}

.account-dropdown-animate {
    transform: translateY(0);
}

.rotator {
    transform: rotate(180deg) translate(-3px, 0px);
}

/* Account popup CSS above */

/* Account invoices CSS below */
.invoices-table {
    width: 100%;
    padding-bottom: 64px;
}

.invoices-table th {
    font-weight: 600;
    width: 25%;
    display: flex;
    justify-content: center;
}

.invoices-table tr {
    height: 64px;
    border: 1px solid #eaeff4;
    margin: -1px 0;
    border-right: none;
    border-left: none;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.invoices-table tr:first-child {
    border-bottom: none;
}

.invoices-download {
    display: flex;
}

.invoices-download:hover {
    cursor: pointer;
    opacity: 0.7;
}

.invoices-download svg {
    width: 18px;
    margin-right: 10px;
}

.invoices-download span {
    text-decoration: underline;
}

.invoices-info .table-wrapper {
    padding-bottom: 64px;
}

.invoices-table tr td {
    width: 25%;
    display: flex;
    justify-content: center;
}

.invoices-table button:hover {
    cursor: pointer;
}

@media (max-width: 630px) {
    .invoices-table thead {
        display: none;
    }

    .invoices-table,
    .invoices-table tbody,
    .invoices-table tr,
    .invoices-table td {
        display: block !important;
        width: 100% !important;
    }
    .invoices-table tr {
        height: auto;
        margin-bottom: 30px;
    }
    .invoices-table td {
        padding-left: 50%;
        text-align: left;
        position: relative;
        height: 64px;
        border-bottom: 1px solid #eaeff4;
    }

    .invoices-table .invoices-download span {
        position: absolute;
        top: 33%;
        left: 57%;
    }
    .invoices-table .invoices-download svg {
        position: absolute;
        top: 33%;
    }

    .invoices-table td span {
        position: absolute;
        top: 33%;
    }

    .invoices-table td button {
        position: absolute;
        top: 22%;
        left: 47%;
    }
    .invoices-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        top: 33%;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }

    .invoices-table tr:first-child {
        border-bottom: 1px solid #eaeff4;
    }

    .invoices-table tr {
        border: 1px solid #eaeff4;
        padding: 0 15px;
    }

    .invoices-table tr td:last-child {
        border-bottom: none;
    }

    .invoices-table tr:last-child {
        margin-bottom: 0;
    }

    .invoices-table {
        padding-bottom: 0;
    }

    .invoices-info .table-wrapper {
        padding-bottom: 30px;
    }
}
/* Account invoices CSS above */

/* Orders content CSS below  */

.single-order * {
    color: var(--main-text-color);
}

.single-order:hover {
    transform: scale(1.005);
}

.single-order:hover > .order-number,
.single-order:hover > .order-customer,
.single-order:hover > .order-address,
.single-order:hover > .order-price {
    opacity: 0.6;
}

.single-order:hover > .order-status {
    color: rgba(0, 0, 0, 0.7);
}

.single-order:hover > .order-status.order-rejected {
    color: rgba(0, 0, 0, 0.3);
}

.single-order:hover > .order-status.order-approved {
    color: rgba(255, 255, 255, 0.7);
}

.orders-info {
    background: #fff;
    padding: 0px 65px;
    max-width: 1140px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
}

.orders-info .restaurant-guide-text span {
    text-decoration: underline;
}

.single-order {
    display: grid;
    grid-template-columns: 14% 8% 16% 17% 37% 8%;
    align-items: center;
    height: 65px;
    border-top: 1px solid #eaeff4;
    transition: all 0.2s ease;
    border-bottom: 1px solid #eaeff4;
    margin-bottom: -1px;
    padding: 0 20px;
}

.single-order:last-child {
    border-bottom: 1px solid #eaeff4;
}

.orders-info {
    padding-bottom: 65px;
}

.order-address.delivery {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.order-address.pickup {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.order-status.order-new-order {
    background-color: var(--global-yellow-color);
}

.order-status.order-approved {
    background-color: var(--global-blue-color);
    color: #fff;
}

.order-status.order-rejected {
    background-color: #eaeff4;
    color: rgba(0, 0, 0, 0.6);
}

.order-status {
    min-width: 15%;
    text-align: center;
    max-height: 65%;
    margin-right: 20px;
    padding: 6px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.order-number {
    opacity: 0.6;
    margin-right: 0px;
    font-size: 14px;
    text-align: left;
}

.order-customer {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.order-address svg {
    width: 18px;
    opacity: 0.6;
    margin-right: 5px;
    min-width: 18px;
}

.order-full-address {
    max-width: 93%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 15px;
}

.order-price svg {
    width: 10px;
    padding-left: 5px;
}

.order-price {
    display: flex;
    align-items: center;
    flex: 1 0 5%;
    justify-content: flex-end;
    font-weight: 600;
}

.order-time-at {
    font-size: 14px;
    color: #747777;
}

.order-full-address.pickup {
    max-width: 100%;
}
.older-orders {
    text-align: center;
    opacity: 0.6;
    text-decoration: underline;
    padding-top: 65px;
}

.older-orders:hover {
    opacity: 0.6;
    cursor: pointer;
}

/* Orders content CSS above  */

/* Single order content CSS below */
.single-order-info {
    background: #fff;
    padding: 0px 65px;
    max-width: 1140px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
}

.single-order-actions {
    display: flex;
    justify-content: space-between;
    height: 130px;
    align-items: center;
    padding: 0 20px;
}

.reject-order-action {
    text-align: right;
    padding-right: 30px;
    text-decoration: underline;
}

.reject-order-action:hover {
    opacity: 0.6;
    cursor: pointer;
}

.single-order-wrapper .heading span {
    font-weight: 400;
}

.single-order-row {
    display: flex;
    align-items: center;
    height: 65px;
    border-top: 1px solid #eaeff4;
    border-bottom: 1px solid #eaeff4;
    margin-bottom: -1px;
    justify-content: flex-start;
    padding: 0 20px;
}

.order-time {
    display: flex;
    align-items: center;
    flex: 1 0 10%;
    justify-content: flex-end;
    margin-right: 20px;
}

.order-time svg {
    width: 18px;
}

.share-print {
    display: flex;
    align-items: center;
}

.share-print svg {
    width: 17px;
    height: 20px;
}

.share-b,
.print-b {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-date-ordered {
    font-size: 14px;
    opacity: 0.6;
}

.single-order-main-info .order-number {
    font-size: 12px;
}

.share-print span {
    font-size: 11px;
    font-weight: 600;
}

.share-b {
    padding-right: 40px;
}

.single-order-main-info .order-status {
    margin-right: 20px;
    min-width: 12%;
}

.single-order-main-info .order-number {
    margin-right: 25px;
    text-transform: uppercase;
    font-size: 14px;
}

.single-order-main-info .order-customer {
    margin-right: 25px;
}

.single-order-row-label {
    display: flex;
    align-content: center;
    align-items: center;
    width: 20%;
}

.single-order-row-label span {
    font-weight: 600;
    font-size: 14px;
}

.single-order-row-label svg {
    width: 18px;
    margin-right: 10px;
    min-width: 18px;
}

.single-order-customer-ne {
    flex: 1 0 70%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.single-order-customer-ne .number {
    font-weight: 600;
    font-size: 16px;
}

.single-order-customer-ne .number,
.single-order-customer-ne .email {
    width: 50%;
    border-left: 1px solid #eaeff4;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
}
.single-order-customer-ne .number {
    justify-content: center !important;
}

.single-order-address-info {
    flex: 1 0 70%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #eaeff4;
}

.single-order-address-info p {
    text-align: right;
    font-weight: normal;
    font-size: 16px;
}

.single-order-address-info p span {
    padding-left: 10px;
    padding-top: 10px;
}

.single-order-address-info p span a {
    font-weight: 600;
    text-decoration: underline;
}

.single-order-items-head {
    margin-top: -1px;
    font-weight: 600;
}

.single-order-items-head .wfp {
    flex: 1 0 70%;
    font-size: 14px;
}

.single-order-items-head .wtfp {
    flex: 1 0 15%;
    text-align: right;
    font-size: 14px;
}

.single-order-items-head .wtfp:nth-child(1) {
    text-align: center;
}

.single-order-single-item .wtfp {
    flex: 1 0 15%;
    text-align: right;
}

.single-order-single-item .wtfp:nth-child(1) {
    text-align: center;
}

.iab {
    display: flex;
    align-items: center;
    flex: 1 0 70%;
}

.iab img {
    max-width: 40px;
    border-radius: 4px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.item-name-note {
    display: flex;
    flex-direction: column;
}

.item-name-note .item-note {
    opacity: 0.6;
    font-size: 14px;
    padding-top: 2px;
}

.single-order-row.delivery-fee {
    justify-content: flex-end;
}

.single-order-row.delivery-fee span {
    padding-left: 20px;
}

.single-order-payment-method-info {
    height: 80%;
    display: flex;
    border-left: 1px solid #eaeff4;
    flex-grow: 1;
    justify-content: space-between;
}

.single-order-payment-method-info div {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.single-order-payment-method-info div svg {
    width: 15px;
    margin-left: 20px;
    margin-right: 10px;
}

.order-total-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.order-total-price span {
    font-weight: 600;
    padding-right: 30px;
}

.main-button.approve-order-button:hover {
    border-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.share-b:hover,
.print-b:hover {
    opacity: 0.6;
    cursor: pointer;
}

.single-order-address-info a:hover {
    opacity: 0.6;
    cursor: pointer;
}
.single-order-actions.top-actions div {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

/* Single order content CSS above */

/* Account login CSS below */
#user {
    height: 100vh;
    display: flex;
}

#user .container {
    margin: 0 auto;
}

#user .logo-container {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.account-login-info {
    background: #fff;
    padding: 0px 65px;
    max-width: 830px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
    width: 420px;
}

.login-guide-text {
    height: 100px;
}

.login-guide-text span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--main-text-color);
    margin: 0;
    margin-bottom: 0px;
    font-weight: 600;
}

.account-login-form .form-group {
    padding: 0;
    border: none;
    margin-bottom: 5px;
    flex-direction: column;
    height: auto;
}

span.invalid-feedback {
    font-size: 12px;
    padding: 0px 0;
    font-weight: 400;
}

.account-login-form .pw-form-group {
    margin-bottom: 0;
    position: relative;
    flex-direction: row;
}
.account-login-form .form-group svg {
    position: absolute;
    width: 18px;
    right: 15px;
    fill: #d3d3d3;
}

.account-login-form .form-group svg:hover {
    cursor: pointer;
}

.account-login-form .form-group i:hover {
    cursor: pointer;
    opacity: 0.6;
}

.account-login-form .form-input {
    width: 100%;
    height: 48px;
    border: 1px solid #eaeff4;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

.account-submit-actions .row {
    display: flex;
    flex-direction: column;
    position: sticky;
    justify-content: center;
}

.account-submit-actions .login-action {
    margin: 20px 0;
    height: 38px;
    text-transform: uppercase;
}

.account-submit-actions .login-action:after {
    background-color: var(--global-yellow-color);
    height: 38px;
}

.forgot-password-link {
    text-align: right;
    font-size: 12px;
    opacity: 0.6;
}

.or-span {
    text-align: center;
    opacity: 0.6;
}

.login-w-google-button {
    margin: 20px 0;
    border: none;
    height: 38px;
    background-color: #eaeff4;
    font-weight: 500;
}

.login-w-google-button:hover {
    border: none;
    cursor: pointer;
    opacity: 0.7;
}

.login-w-google-button span svg {
    margin-top: 6px;
    width: 18px;
    margin-right: 10px;
}

.create-new-account-link {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 25px;
}

.create-new-account-link a {
    font-weight: 600;
    text-decoration: underline;
    color: var(--main-text-color);
    font-size: 14px;
}

.create-new-account-link a:hover {
    opacity: 0.6;
}

.user .logo-container .logo-text {
    padding-right: 0;
    margin-top: 10px;
}

.user .logo-container .logo-icon {
    padding-right: 0 !important;
    width: 70px;
}
/* Account login CSS above */

/* Account registration CSS below */
.single-reason .reason-tick {
    background-color: var(--global-yellow-color);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.promo-registration-text {
    font-size: 30px;
    padding-right: 100px;
    padding-bottom: 35px;
    font-family: Barlow;
}

.promo-registration-text span {
    font-weight: 600;
}

.promo-registration-reasons h4 {
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.single-reason .reason-tick svg {
    width: 13px;
}

.single-reason p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.single-reason span {
    font-weight: 600;
}

.account-registration-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 100px;
}

.single-reason {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.promo-registration-wrapper {
    flex: 0 0 57.5%;
}

.account-registration-form {
    flex: 0 0 42.5%;
}

.promo-registration-footer {
    font-size: 14px;
    opacity: 0.6;
    padding-top: 20px;
}

.account-registration-info {
    background: #fff;
    padding: 0px 65px;
    max-width: 830px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
    padding-bottom: 40px;
}

.account-registration-form .registration-form .form-group {
    padding: 0;
    border: none;
    margin-bottom: 20px;
    height: 48px;
    font-size: 16px;
    position: relative;
}

.account-registration-form .registration-form .form-input {
    width: 100%;
    height: 100%;
    border: 1px solid #eaeff4;
    padding: 0 15px;
    font-size: 16px;
}

.registration-submit {
    display: flex;
    justify-content: center;
    position: sticky;
}

.registration-submit-button {
    width: 100%;
    margin: 10px 0px 20px 0px;
    height: 38px;
    text-transform: uppercase;
}

.registration-submit-button::after {
    background-color: var(--global-yellow-color);
    height: 38px;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}

.register-form-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-registration-wrapper .logo-container {
    justify-content: flex-start !important;
}

.back-to-login-link {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    padding-top: 25px;
    padding-bottom: 10px;
}
.back-to-login-link a:hover {
    opacity: 0.6;
}

.account-registration-form .form-group svg {
    position: absolute;
    width: 18px;
    right: 15px;
    fill: #d3d3d3;
}

.account-registration-form .form-group svg:hover {
    cursor: pointer;
}

/* Account registration CSS above */

/* Welcome popup CSS below */

.swal2-icon.swal2-success {
    color: var(--global-blue-color);
    border-color: var(--global-blue-color);
}
.swal2-icon.swal2-success [class^='swal2-success-line'] {
    background-color: var(--global-blue-color);
}
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(234, 239, 243);
}

.swal2-html-container {
    margin: 0em 1.6em 0.3em;
}

#swal2-title {
    text-transform: uppercase;
}

.swal2-styled.swal2-confirm {
    display: flex !important;
    background-color: transparent;
    border-radius: 20px;
    font-weight: 600;
    border: 3px solid #000;
    margin-left: 11px;
    width: auto;
    height: 38px;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 16px;
    font-size: 14px;
    color: #000;
}
.swal2-styled.swal2-confirm:hover {
    border-color: rgba(0, 0, 0, 0.6);
    background-color: #fff;
}

.swal2-styled.swal2-confirm::after {
    background-color: var(--global-yellow-color);
}

.welcome-popup-confirm {
    color: #000;
}

.welcome-popup-confirm::after {
    background-color: var(--global-yellow-color);
}

.welcome-icon {
    transform: scale(0.7);
}

.welcome-popup-headings {
    padding-bottom: 30px;
}

.welcome-popup-headings h5 {
    text-transform: uppercase;
    font-size: 18px;
    color: var(--main-text-color);
}

button.swal2-close.welcome-close-button:hover {
    color: #040607;
    opacity: 0.6;
}

.welcome-popup-headings p {
    font-size: 16px;
    color: var(--main-text-color);
}

.swal2-popup.welcome-popup {
    padding: 0 0 2.5em;
}

.swal2-close.welcome-close-button {
    width: 1.4em;
    height: 1.4em;
    margin-bottom: -1.4em;
    color: var(--main-text-color);
    font-size: 1.4em;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-color: transparent;
    background-image: none;
}

button.swal2-confirm.main-button.main-button-wb.swal2-styled::after {
    height: 38px;
}

button.swal2-confirm.main-button.main-button-wb.swal2-styled {
    font-size: 14px;
}

@media (max-width: 1024px) {
    .swal2-actions {
        margin-top: 0;
    }

    .swal2-html-container {
        margin: 0;
        padding: 0 1.6em;
    }

    .welcome-popup-headings p {
        line-height: 2;
        font-size: 16px;
    }
}

/* Welcome popup CSS above */

/* Plans CSS below */
.plans-info {
    background: #fff;
    padding: 0px 65px 60px 65px;
    max-width: 1140px;
    margin: auto;
    box-shadow: var(--global-box-shadow);
}

.choose-plan-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 130px;
}

.choose-plan-text p {
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    padding-right: 10px;
}

.choose-plan-text span {
    font-weight: 400;
    font-size: 16px;
}

.plans-container {
    display: flex;
    border: 1px solid #eaeff4;
}

.addons-container {
    display: flex;
    border: 1px solid #eaeff4;
    flex-direction: column;
}

.plans-container .plan {
    padding: 0 30px;
    position: sticky;
    display: flex;
    flex-direction: column;
}

.plans-container.plan.active {
    border: 1px solid #eaeff4;
}

.plans-container .plan:first-child {
    border-right: 1px solid #eaeff4;
    z-index: 999;
}

.plan-header .plan-info .title {
    font-size: 18px;
    font-weight: 600;
}

.plan-header .plan-info h3 #planPrice {
    font-size: 26px;
    padding-top: 5px;
    font-weight: 600;
}

.plan-info h3 {
    font-size: 26px;
}

.plan-header .plan-info h3 span {
    font-size: 14px;
    font-weight: 300;
}

.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #eaeff4;
    max-height: 115px;
    min-height: 115px;
}

.plan-benefit {
    text-align: right;
    font-size: 14px;
    line-height: 1.5;
    width: 40%;
}

.plans-container .plan {
    width: 50%;
}

.plan-body {
    padding-top: 25px;
}

.plan-body-line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.plan-body-line p {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
}
.plan-body-line p span {
    font-weight: 600;
}

.plan-body-line .icon svg {
    width: 10px;
}

.plan-body-line .info-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    background-color: #f4f7f9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.plan-body-line .info-icon svg {
    width: 10px;
}

.info-icon span {
    background: none repeat scroll 0 0 #f4f7f9; /*-- some basic styling */
    color: var(--main-text-color);
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.5em;
    padding: 16px 15px;
    width: 240px;
    top: -15px;
    left: 65px;
    margin-left: 0;
    /*-- set opacity to 0 otherwise our animations won't work */
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: center;
    z-index: -99;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    visibility: hidden;
}

.info-icon span:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 17px;
    left: -10px;
    transform: rotate(45deg) translateZ(-1px);
    background: #f4f7f9;
}

.plan-body-line .info-icon svg:hover {
    cursor: pointer;
}

.plan-body-line .info-icon svg:hover + span {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: -15px;
    left: 45px;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pro-plan .plan-header .plan-info .title {
    display: flex;
}

.detailed-comparison-link {
    text-align: center;
    padding: 40px 0;
}

.detailed-comparison-link a {
    font-weight: 600;
    text-decoration: underline;
    color: var(--main-text-color);
    font-size: 14px;
}

.detailed-comparison-link a:hover {
    opacity: 0.6;
}

.addons-heading h5 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
}

.addons-heading p {
    font-weight: 400;
    font-size: 14px;
}

.addons-heading {
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eaeff4;
}

.addons-row {
    display: flex;
    border-bottom: 1px solid #eaeff4;
}

.addons-row:last-child {
    border-bottom: none;
}

.addons-row .addon-block {
    width: 50%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.addons-row .addon-block:first-child {
    border-right: 1px solid #eaeff4;
}

.addon-block-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #eaeff4;
    align-items: center;
    min-height: 95px;
}

.addon-block-header .addon-icon svg {
    width: 60px;
}

.addon-icon {
    margin-bottom: -10px;
}

.addon-info .title {
    font-weight: 600;
    font-size: 18px;
}

.addon-info div {
    padding-top: 6px;
}

.addon-info .month-annual-text {
    display: inline;
}

.pro-plan h3 .pro-plan-text {
    display: inline;
}

.addon-info div span {
    font-weight: 600;
    font-size: 18px;
}

.addon-block-body {
    font-size: 14px;
    padding: 24px 0;
}

.addon-view-link {
    text-align: right;
}

.addon-view-link a {
    font-weight: 600;
    text-decoration: underline;
    color: var(--main-text-color);
    font-size: 14px;
}

.addon-view-link a:hover {
    opacity: 0.6;
}

.addon-block .main-button::after {
    background-color: transparent;
}

.upgrade-plan-button {
    width: 100%;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 13px;
}

.upgrade-plan-button::after {
    background-color: transparent;
}

.plan:hover {
    cursor: pointer;
}

.plan:hover .upgrade-plan-button::after {
    background-color: var(--global-yellow-color);
}

.starter-plan-subscription {
    margin-top: auto;
    font-size: 14px;
    margin-bottom: 25px;
    text-align: center;
}

.starter-plan-subscription .bolder {
    font-weight: 600;
}

.starter-plan:hover .starter-plan-subscription #cancel-plan {
    text-decoration: underline;
}

.starter-plan .starter-plan-subscription #cancel-plan {
    display: block;
    padding-top: 10px;
}

.starter-plan-subscription #cancel-plan:hover {
    opacity: 0.6;
    cursor: pointer;
}

.addon-button-link {
    position: sticky;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding-bottom: 35px;
}

.addon-block .main-button {
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
}

.addon-block:hover {
    cursor: pointer;
}

.addon-block:hover .instant-website-button::after {
    background-color: var(--global-yellow-color);
}

.addon-block:hover .custom-website-button::after {
    background-color: var(--global-blue-color);
}

.addon-block:hover .upload-menu-service-button::after {
    background-color: var(--global-blue-color);
}

.addon-block:hover .sms-notifications-button::after {
    background-color: var(--global-yellow-color);
}

.addon-block:hover .qr-materials-button::after {
    background-color: var(--global-yellow-color);
}

.addon-block:hover .pos-integration-button::after {
    background-color: var(--global-blue-color);
}

.addon-block:hover .brands-button::after {
    background-color: var(--global-blue-color);
}

.addon-block:hover .additional-orders-button::after {
    background-color: var(--global-yellow-color);
}

/* Plans tabs CSS below */
.tab-slider--nav {
    width: 100%;
    float: left;
}
.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    background-color: #f4f7f9;
    height: 40px;
    user-select: none;
    min-width: 230px;
}
.tab-slider--tabs:after {
    content: '';
    width: 50%;
    min-width: 50%;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease-in-out;
    border-radius: 40px;
    border: 3px solid #f4f7f9;
}
.tab-slider--tabs.slide:after {
    left: 50%;
}
.tab-slider--trigger {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 12px 26px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    user-select: none;
}
.tab-slider--trigger.active {
    color: var(--main-text-color);
    font-weight: 600;
}
.tab-slider--body {
    margin-bottom: 20px;
}
/* Plans tabs CSS above */

/* Plans CSS above */

/* Inner plans CSS below */

.payment-form-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 25px 0px;
}

.payment-form-header .icons img {
    max-width: 32px;
}

.payment-form-header .icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
}

.payment-form-header .info {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.payment-form-header span {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-top: 10px;
}

.plan-payment-form .form-group {
    height: 64px;
    border: 1px solid #eaeff4;
    margin-bottom: 10px;
    padding-right: 10px;
}

.payment-form-separator {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0;
    margin-top: 20px;
}

.plan-payment-form #country {
    margin-left: 0;
}

.date-cvv {
    display: grid;
    grid-template-columns: 56% 40%;
    grid-column-gap: 4%;
}

.card-icon svg {
    width: 25px;
    margin-right: 10px;
}

.individual-plan .plan {
    padding: 0 25px;
    border: 1px solid #eaeff4;
}
.pro-plan-total {
    border-top: 1px solid #eaeff4;
    padding: 25px 0;
    margin: 25px 0;
    position: sticky;
}

.pro-plan-total-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-plan-total-info div {
    font-size: 16px;
    font-weight: 600;
}

.pro-plan-total-info span {
    font-weight: 300;
    font-size: 14px;
    display: block;
    padding-top: 5px;
}

.pro-plan-total-info div.price {
    font-size: 26px;
    font-weight: 600;
}

.terms-agreement {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.terms-agreement .terms-text {
    font-size: 13px;
    opacity: 0.6;
    line-height: 20px;
}

.terms-agreement .terms-text a {
    text-decoration: underline;
}

.individual-plan .plan:hover {
    cursor: unset;
}

.pro-plan-submit {
    width: 100%;
    text-transform: uppercase;
}

.pro-plan-submit::after {
    background-color: var(--global-yellow-color);
}

.back-to-plans-link {
    margin-top: 30px;
    text-align: center;
}

.individual-plan .plan-benefit {
    width: 50%;
}

.pro-plan-submit span svg {
    width: 15px;
    padding-top: 3px;
    margin-right: 6px;
}

.individual-plan-info {
    padding: 60px 65px;
    max-width: 1140px;
}

/* Inner plans CSS above */

/* Small devices media querries below */
/* AAA */
@media (max-width: 1024px) {
    .email-confirm {
        flex-direction: column;
        height: auto;
        justify-content: center;
        padding: 40px 15px;
    }

    .b-heading {
        margin-bottom: 12px;
        text-align: center;
    }

    .email-confirm p {
        text-align: center;
        margin-bottom: 17px;
        font-size: 16px;
    }

    .report-name {
        font-size: 16px;
    }

    .account-configuration-wrapper {
        height: auto;
    }

    .account-configuration {
        flex-direction: column;
        justify-content: center;
    }
    .progress-bar {
        flex-grow: 0;
        width: 100%;
    }

    .account-configuration div p {
        margin-bottom: 45px;
        text-align: center;
        font-size: 16px;
    }

    .report-value {
        font-size: 22px;
    }

    .sales-report-wrapper {
        height: auto;
    }

    .sales-report {
        flex-direction: column;
        justify-content: center;
    }

    .reports-blocks {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 159px;
        flex-grow: 0;
        width: 100%;
    }

    .report-block {
        width: 100%;
        max-height: 80px;
        border-left: none;
        border-right: 1px solid #eaeff4;
        border-bottom: 1px solid #eaeff4;
        border: none;
        text-align: center;
        padding-left: 0;
    }

    .report-block:last-child {
        border: none;
    }

    .video-guide {
        flex-direction: column;
    }

    .video-guide-wrapper {
        height: auto;
        padding: 0;
        padding-bottom: 30px;
    }

    .video-wrapper,
    .video-placeholder {
        width: 100%;
    }

    .video-wrapper {
        margin-bottom: 34px;
    }

    .account-configuration {
        padding: 0 10px;
    }

    .activate-notifications-body {
        padding: 0 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .activate-notifications-body p {
        font-size: 16px;
    }

    .mobile-icon {
        display: block;
        padding: 30px 0;
    }

    .desktop-icon {
        display: none;
    }

    .activate-notifications-wrapper {
        height: auto;
    }

    .need-website-wrapper,
    .activate-notifications-wrapper,
    .sales-report-wrapper,
    .account-configuration-wrapper {
        height: auto;
        padding: 40px 15px;
    }

    .stepper-item::after {
        border-bottom: 5px solid #eaeff4;
    }

    .main-subheading {
        margin-bottom: 35px;
    }

    .sales-report .b-heading {
        margin-bottom: 36px;
    }

    .sales-report .button-wrapper {
        margin-top: 50px;
    }

    .b-heading {
        font-size: 20px;
    }

    .activate-notifications-body a {
        font-size: 16px;
    }

    .need-website-wrapper {
        margin-bottom: 0;
    }

    .footer {
        margin-top: 50px;
    }

    .main-button span {
        font-size: 16px;
    }
    .email-confirm .b-heading {
        margin-bottom: 12px;
    }

    .video-guide .activate-notifications-body {
        padding: 0 15px;
    }

    .step-name {
        font-size: 14px;
        font-weight: 400;
    }

    .step-name.step-aligner {
        font-weight: 500;
        white-space: nowrap;
    }
    .stepper-wrapper {
        margin-bottom: 25px;
    }

    .stepper-item .step-counter span {
        font-size: 14px;
    }

    .sales-report {
        padding: 0;
    }

    .restaurant-info {
        padding: 0 15px;
    }

    #city {
        max-width: 100%;
    }
    .form-group {
        flex-direction: column;
        height: 110px;
        padding-left: 0px;
        justify-content: center;
    }

    .form-label {
        margin: 0;
        padding: 0;
        border-right: none;
        justify-content: center;
        font-size: 16px;
        height: auto;
        line-height: 1.9;
        width: 30%;
    }
    .form-input {
        width: 100%;
        text-align: center;
    }
    #country {
        margin-left: 0;
    }
    #country,
    #city {
        width: 70%;
        text-align: center;
        flex-grow: 0;
    }

    .form-label {
        padding: 0;
        margin: 0;
        justify-content: flex-start;
        border-right: none;
    }

    .restaurant-info-wrapper .main-heading {
        margin-top: 0;
    }

    .opening-hours-label-wrapper {
        width: 100%;
        margin: 0px;
        padding: 34px 15px;
        border-right: 1px solid rgb(234, 239, 244);
        border-bottom: 1px solid rgb(234, 239, 244);
        border-left: 1px solid rgb(234, 239, 244);
        border-image: initial;
        border-top: none;
        padding-top: 16px;
    }

    .opening-hours-label {
        position: relative;
    }

    .form-group.days {
        padding-left: 0px;
        height: auto;
        margin-bottom: 0;
    }

    .pause-order-switch {
        display: flex;
        flex-direction: row-reverse;
        margin-top: auto;
        margin-bottom: 10px;
        position: absolute;
        right: 0px;
        align-items: center;
        top: 30%;
    }

    .opening-hours {
        width: 100%;
        padding-top: 0;
    }

    .dashboard-main-heading {
        padding-top: 0;
    }

    .form-group {
        height: 110px;
        padding-left: 0;
        padding-bottom: 12px;
    }

    .form-label {
        line-height: 2.5;
    }

    .opening-hours-label .opening-for {
        font-size: var(--desktop-font-size);
        color: rgb(129, 130, 130);
        font-weight: 300;
        margin-top: 6px;
        line-height: 0;
    }

    .opening-hours-label .opening-for {
        font-size: 16px;
    }

    .day {
        align-content: start;
        align-items: flex-start;
        margin-bottom: 0px;
        border: 1px solid rgb(234, 239, 244);
        margin-top: -1px;
        height: auto;
        padding: 30px 20px;
    }

    .opening-hours-label-wrapper {
        padding: 16px 25px 34px;
    }

    #country,
    #city {
        width: 90%;
    }

    .cover-image-wrapper {
        border-top: none;
    }
    .submit-form-wrapper {
        padding: 60px 20px;
    }

    .cover-image-wrapper {
        padding: 20px;
    }

    .popup-wrapper {
        width: 85%;
    }
    .popup-wrapper.popup-transition {
        flex-direction: column-reverse;
    }

    .popup-wrapper.popup-transition {
        flex-direction: column-reverse;
    }
    .popup-body {
        width: 100%;
    }
    .popup-sidebar {
        width: 100%;
        text-align: center;
    }
    .zone-form-input {
        padding: 8px;
    }

    .map-tutorial-text {
        font-size: 16px;
    }
    .zone-form-label {
        width: 100%;
        text-align: center;
    }
    .zone-form-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    .delivery-form-submit {
        width: auto;
        margin: auto;
    }

    .delivery-info {
        padding: 0px 60px;
    }

    .restaurant-info {
        padding: 0px 30px;
    }

    .payment-info {
        padding: 0px 60px;
    }
    .publish-info {
        padding: 0px 60px;
    }

    .plans-info {
        padding: 0px 30px;
        padding-bottom: 30px;
    }

    .account-info {
        padding: 0px 60px;
    }

    .invoices-info {
        padding: 0px 60px;
    }

    .orders-info {
        padding: 0px 60px;
        padding-bottom: 60px;
    }

    .single-order-info {
        padding: 0px 60px;
    }

    .older-orders {
        padding-top: 60px;
    }

    .account-information,
    .billing-information {
        flex-direction: column;
    }
    .account-information-label {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eaeff4;
        height: 96px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    .account-information,
    .billing-information {
        padding: 0;
    }

    .account-information-label .form-label {
        padding: 0;
        font-size: 18px;
        text-transform: uppercase;
    }

    .form-label {
        justify-content: center;
    }

    .opening-hours-label-wrapper .opening-hours-label {
        width: 100%;
    }
    .delete-account {
        font-size: 14px;
    }

    .account-popup-wrapper {
        top: 167px;
        right: 0;
    }
    .user .logo-container .logo-icon {
        padding-right: 12px !important;
        width: 80px !important;
    }

    .account-login-form .form-group {
        height: 65px;
        margin-bottom: 5px;
    }
    .account-submit-actions .login-action {
        margin: 30px 0px 20px 0px;
        height: 38px;
        text-transform: uppercase;
    }

    .account-registration-wrapper {
        padding: 0 45px;
        margin-top: 60px;
    }

    .account-registration-info {
        background: #fff;
        padding: 0px 40px;
    }
    .back-to-login-link {
        padding-bottom: 50px;
    }
    .single-reason {
        padding-right: 20px;
    }

    .form-group select {
        font-size: 18px;
    }

    .single-order {
        grid-template-columns: 20% 10% 18% 15% 26% 10%;
    }

    .choose-plan-text p {
        display: block;
    }

    .plan-payment-form .form-group {
        flex-direction: row;
    }
}
/* AAA */

/* BBB */

@media (max-width: 768px) {
    .day {
        flex-direction: column;
        align-content: start;
        align-items: flex-start;
        margin-bottom: 0;
        border: 1px solid #eaeff4;
        margin-top: -1px;
        height: 110px;
    }

    .hours-wrapper {
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
        padding: 0px 15px;
    }
    .toggle-day {
        margin-left: 7px;
        padding-bottom: 10px;
    }

    .closed-day-show {
        padding-left: 15px;
        padding-top: 10px;
        width: 100%;
        text-align: center;
    }

    .delivery-info {
        padding: 0 15px;
    }

    .delivery-toggler {
        min-width: 80px;
        border: none;
        margin: 0;
        margin-right: 10px;
    }
    .delivery-input {
        font-size: 18px;
        text-align: left;
        padding: 0;
        padding-left: 20px;
        padding-top: 25px;
        width: 75%;
    }

    .added-zone {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }
    .delivery-zones {
        border: none;
    }

    .edit-toggle {
        position: absolute;
        right: 5px;
        top: 44%;
        width: 15%;
    }

    .added-zone,
    .add-zone {
        height: 128px;
        justify-content: center;
    }
    .add-zone.popup-toggle {
        width: 50%;
        justify-content: flex-start;
    }

    .last-form-group .delivery-toggler {
        margin-top: 24px;
    }
    .restaurant-guide-text p {
        padding-left: 5px;
        padding-right: 5px;
    }
    .zone-name {
        font-weight: 600;
        font-size: 18px;
    }

    .delivery-wrapper .main-heading {
        margin-top: 0;
    }

    .zone-minutes {
        padding: 10px 0px;
    }
    .add-zone.popup-toggle {
        font-size: 18px;
        width: 100%;
    }

    .delivery-toggler {
        font-size: 15px;
    }

    .edit-toggle {
        width: 22%;
    }
    .delivery-toggler {
        min-width: 100px;
    }

    .last-form-group .delivery-toggler {
        margin-top: 34px;
    }

    .delivery-form .form-group {
        flex-direction: row;
        height: 128px;
        padding-bottom: 0;
    }

    .payment-info {
        padding: 0 15px;
    }

    .payment-form .form-group {
        flex-direction: row;
        padding-bottom: 0;
        height: auto;
    }

    .payment-row {
        flex-direction: column;
        height: 100%;
        justify-content: space-evenly;
    }

    .payment-form .form-label {
        justify-content: flex-start;
        margin-bottom: auto;
        margin-top: 42px;
    }

    .online-payment-toggle-label a {
        display: none;
    }

    .payment-last-form-group .form-label {
        width: 25%;
    }

    .online-payment-info {
        margin-top: -5px;
    }

    .single-payment {
        display: flex;
        align-items: center;
        align-content: center;
        min-width: 240px;
        min-height: 128px;
        border-bottom: 1px solid #eaeff4;
        margin-bottom: -1px;
    }

    .delivery-info {
        padding: 0px 30px;
    }

    .restaurant-info {
        padding: 0px 30px;
    }

    .payment-info {
        padding: 0 30px;
    }
    .payment-row {
        display: flex;
        width: 60%;
        align-items: flex-start;
    }

    .single-payment {
        width: 100%;
        min-width: 150px;
    }

    .restaurant-info {
        padding: 0 30px;
    }

    .delivery-info {
        padding: 0px 30px;
    }

    .payment-info {
        padding: 0px 30px;
    }
    .menus-info {
        padding: 0px 30px;
    }

    .publish-info {
        padding: 0px 30px;
    }

    .individual-plan-info {
        padding: 30px;
    }

    .plans-info {
        padding: 0px 30px;
        padding-bottom: 30px;
    }

    .account-registration-info {
        padding: 0px 65px;
        width: 420px;
    }

    .single-order-info {
        padding: 0px 30px;
    }

    .orders-info {
        padding: 0px 30px;
        padding-bottom: 30px;
    }

    .account-info {
        padding: 0px 30px;
    }

    .invoices-info {
        padding: 0px 30px;
    }
    .older-orders {
        padding-top: 30px;
    }
    .publish-menu-options {
        flex-direction: column;
    }

    .embed-menu {
        border-right: none;
        border-bottom: 1px solid #eaeff4;
        padding-bottom: 35px;
    }

    .request-new-website {
        padding: 45px 0;
        padding-bottom: 0;
    }

    .embed-button {
        margin-bottom: 25px;
    }
    .header-container .mobile-menu-toggle {
        width: 3%;
    }

    .single-order {
        display: flex;
        flex-wrap: wrap;
        height: 128px;
        position: relative;
        padding: 20px 10px;
    }

    .order-status {
        order: 1;
        margin-right: 10px;
        padding: 5px 10px;
    }

    .order-number {
        order: 2;
    }

    .order-price {
        order: 3;
        flex: 1 0 25%;
    }
    .order-customer {
        order: 4;
        flex: 1 0 100%;
        padding-top: 4px;
    }

    .order-time-at {
        order: 5;
        flex: 1 0 100%;
    }

    .order-address {
        order: 6;
    }

    .order-price svg {
        position: absolute;
        top: 50%;
    }

    .single-order-main-info .order-status {
        order: 1;
        flex: 0 0 auto;
        margin-right: 0;
    }

    .single-order-main-info .order-number {
        order: 2;
        flex: 0 0 auto;
        margin-right: 0;
        padding-left: 10px;
    }

    .single-order-main-info .order-time {
        order: 3;
        flex: 1 0 50%;
        margin-right: 40px;
    }

    .single-order-main-info .order-customer {
        order: 4;
        flex: 1 0 100%;
        padding: 10px 0px;
        font-size: 20px;
    }

    .single-order-main-info .order-date-ordered {
        order: 5;
        flex: 1 0 100%;
    }

    .single-order-row.single-order-main-info {
        flex-wrap: wrap;
        height: 128px;
        position: relative;
        align-content: center;
        padding: 0 10px;
    }

    .share-print {
        position: absolute;
        right: 0;
        bottom: 15%;
    }
    .top-actions .back-to-dashboard {
        position: absolute;
        top: 58px;
        max-width: 54px;
        overflow: hidden;
        white-space: nowrap;
    }

    .reject-order-action {
        text-align: left;
    }

    .single-order-row {
        height: 128px;
        padding: 0 10px;
    }
    .single-order-actions {
        padding: 0px 10px;
    }

    .single-order-customer-ne {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }
    .single-order-customer-ne .number,
    .single-order-customer-ne .email {
        border-left: none;
        width: 100%;
        justify-content: flex-end !important;
        height: 64px;
    }
    .single-order-customer-ne .number {
        border-bottom: 1px solid #eaeff4;
        width: 50%;
    }

    .single-order-actions.top-actions div {
        justify-content: flex-start;
    }
    .single-order-address-info {
        border: none;
    }

    .single-order-address-info p {
        width: 80%;
    }

    .single-order-address-info p span {
        display: block;
    }

    .single-order-row.single-order-items-head {
        height: 64px;
        align-items: center;
    }

    .single-order-row.single-order-single-item {
        height: auto;
        align-items: center;
        padding: 11px 10px;
    }

    .single-order-items-head .wfp {
        flex: 1 0 65%;
        font-size: 14px;
    }
    .iab {
        flex: 1 0 65%;
    }

    .single-order-row.delivery-fee {
        height: 64px;
        align-items: center;
    }

    .single-order-payment-method-info {
        flex-direction: column;
    }

    .order-total-price-desktop {
        display: none;
    }
    .single-order-row.order-total-price.order-total-price-mobile {
        height: 64px;
        align-items: center;
    }

    .single-order-payment-method-info {
        flex-direction: column;
        align-content: center;
        align-items: flex-end;
        justify-content: center;
        height: 64px;
        border: none;
    }

    .single-order-actions.bottom-actions .back-to-dashboard {
        display: none;
    }

    .single-order-actions.bottom-actions {
        position: relative;
    }

    .single-order-actions.bottom-actions .back-to-dashboard {
        position: absolute;
        bottom: -30%;
        left: 30%;
    }
    .single-order-customer-ne .number {
        width: 90%;
    }

    .single-order-customer-ne .email {
        font-size: 14px;
    }

    .single-order-row {
        align-items: flex-start;
    }
    .single-order-row-label {
        padding-top: 18px;
    }

    .single-order-row.single-order-payment-method {
        align-items: center;
        height: 64px;
    }

    .single-order-row.single-order-payment-method .single-order-row-label {
        width: 40%;
        padding: 0;
    }

    .single-order-address-info {
        height: 95%;
    }
    .single-order-row-label {
        padding-top: 25px;
    }
    .promo-registration-wrapper {
        display: none;
    }

    .account-registration-wrapper {
        width: 100vw;
        margin-top: 0;
        padding: 0;
    }

    .account-registration-form {
        flex: 1 0 100%;
        margin: auto;
    }

    .registration-mobile-logo {
        display: block;
    }

    .back-to-login-link {
        padding-bottom: 25px;
    }

    .choose-plan-text {
        display: none;
    }

    .choose-plan-wrapper {
        height: auto;
        padding: 30px 0;
        justify-content: center;
    }

    .plans-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .plans-container .plan {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eaeff4;
    }

    .starter-plan-subscription {
        margin: 30px 0;
        text-align: center;
    }

    #cancel-plan {
        display: block;
        padding-top: 15px;
        text-decoration: underline;
        font-size: 16px;
    }

    .upgrade-plan-button {
        margin: 25px 0;
        font-size: 13px;
    }
    .plan-body-line {
        margin-bottom: 8px;
    }

    .addons-row {
        flex-direction: column;
    }

    .addons-row .addon-block {
        width: 100%;
        border-bottom: 1px solid #eaeff4;
        margin-bottom: -1px;
    }

    .plans-container .plan:first-child,
    .addons-row .addon-block:first-child {
        border-right: none;
    }

    .addon-view-link {
        padding-top: 15px;
    }

    .addon-block .instant-website-button::after {
        background-color: var(--global-yellow-color);
    }

    .addon-block .custom-website-button::after {
        background-color: var(--global-blue-color);
    }

    .addon-block .upload-menu-service-button::after {
        background-color: var(--global-blue-color);
    }

    .addon-block .sms-notifications-button::after {
        background-color: var(--global-yellow-color);
    }

    .addon-block .qr-materials-button::after {
        background-color: var(--global-yellow-color);
    }

    .addon-block .pos-integration-button::after {
        background-color: var(--global-blue-color);
    }

    .addon-block .brands-button::after {
        background-color: var(--global-blue-color);
    }

    .addon-block .additional-orders-button::after {
        background-color: var(--global-yellow-color);
    }

    .plan .upgrade-plan-button::after {
        background-color: var(--global-yellow-color);
    }

    .individual-plan-info {
        grid-template-columns: auto;
    }

    .plan-payment-form .form-group {
        flex-direction: row;
        padding: 10px;
    }

    .payment-form-separator {
        text-align: center;
    }

    .single-order {
        height: 148px;
    }

    .order-customer {
        padding-top: 8px;
    }

    .order-time-at {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .share-b {
        padding-right: 20px;
    }

    .share-print {
        bottom: 20%;
    }

    .order-customer {
        font-size: 20px;
    }

    .single-order-main-info .order-time {
        margin-right: 10px;
    }
    .share-print {
        right: 10px;
    }

    .single-order-address-info {
        justify-content: right;
    }

    .single-order-address-info p {
        font-size: 14px;
    }
}

/* BBB */

@media (min-width: 650px) and (max-width: 768px) {
    .day {
        flex-direction: row;
        height: auto;
    }

    .toggle-day {
        margin-left: 7px;
        padding-bottom: 0;
    }

    .hours-wrapper {
        padding: 0;
    }

    .toggle-day {
        display: flex;
        align-items: center;
        align-content: center;
        width: 60%;
    }
}

/* SSS */
@media (max-width: 480px) {
    .stepper-item.completed::after {
        position: absolute;
        content: '';
        border-bottom: 5px solid var(--global-blue-color);
        width: 101%;
        top: 42px;
        left: 65%;
        z-index: 6;
    }

    .stepper-item {
        font-size: 12px;
        max-width: 20%;
    }
    .stepper-item::after {
        position: absolute;
        content: '';
        border-bottom: 5px solid #eaeff4;
        width: 100%;
        top: 42px;
        left: 70%;
        z-index: 2;
    }

    .content {
        padding: 0 15px;
    }

    .main-heading {
        font-size: 34px;
        line-height: 1.1;
    }
    .email-confirm-wrapper,
    .account-configuration-wrapper,
    .sales-report-wrapper,
    .activate-notifications-wrapper,
    .video-guide-wrapper {
        margin-bottom: 15px;
        box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    }
    .footer {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .main-button {
        height: 40px;
    }

    .cover-image-wrapper {
        flex-direction: column;
    }

    .upload-image-body {
        padding-top: 20px;
        padding-left: 15px;
        text-align: center;
    }
    .upload-options {
        height: 60px;
    }
    .box {
        height: 280px;
    }
    .js--image-preview {
        height: 220px;
    }

    .upload-options label::after {
        font-size: 16px;
    }

    .submit-form-buttons-wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }
    .restaurant-form-submit {
        margin-bottom: 60px;
        font-size: 16px;
        margin-left: 0;
    }
    .back-to-dashboard {
        font-size: 16px;
        text-align: center;
    }
    .day-name {
        font-size: 16px;
    }

    .hours-from span,
    .hours-to span {
        font-size: 14px;
    }

    .pause-order-switch {
        display: flex;
        flex-direction: row-reverse;
        margin-top: auto;
        margin-bottom: 10px;
        position: absolute;
        right: 0px;
        align-items: center;
        top: 30%;
        text-align: justify;
        max-width: 20%;
        line-height: 1;
    }

    .day {
        padding: 30px 10px;
    }
    .upload-image {
        width: 100%;
    }

    .box {
        min-width: 100%;
    }

    .js--image-preview::after {
        content: url('../images/image-upload-mobile.svg');
    }

    .cover-image-wrapper {
        padding: 5px 0px 20px 0px;
    }

    .switch {
        display: flex;
        margin-right: 7px;
        height: 40px;
        align-items: center;
    }
    .toggle-day {
        margin-top: -19px;
    }

    #content {
        width: 100%;
        flex: 1 0 100%;
        left: 0;
        top: 127px;
        height: calc(100% - 127px);
    }
    .delivery-input {
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 10px;
    }
    .popup-sidebar {
        padding: 25px 30px;
    }
    .circle-shape,
    .polygon-shape {
        padding: 16px;
        font-size: 16px;
    }
    .delivery-form-submit::after {
        height: 40px;
    }

    .main-button {
        font-size: 16px;
    }

    .popup-sidebar h5 {
        font-size: 20px;
        text-align-last: center;
    }

    .main-button:after {
        height: 40px;
    }

    .zone-form-group {
        margin-bottom: 20px;
        text-align: center;
    }

    .map-tutorial-text {
        text-align: center;
        padding: 0px 20px;
        margin-bottom: 25px;
    }
    .delivery-form-submit {
        width: auto;
        margin: 10px auto;
    }

    .main-button {
        padding: 0 20px;
    }

    .single-payment {
        min-width: auto;
    }

    .payment-form .form-group .form-label,
    .payment-last-form-group .form-label {
        width: 50%;
        min-width: auto;
    }

    .payment-form .form-group .payment-row,
    .online-payment payment-row {
        width: 50%;
    }

    .restaurant-info {
        padding: 0 15px;
    }

    .delivery-info {
        padding: 0px 15px;
    }

    .payment-info {
        padding: 0px 15px;
    }
    .menus-info {
        padding: 0px 15px;
    }

    .publish-info {
        padding: 0px 15px;
    }

    .individual-plan-info {
        padding: 15px;
    }

    .plans-info {
        padding: 0px 15px;
        padding-bottom: 15px;
    }

    .account-registration-info {
        padding: 0px 30px;
        width: 90%;
    }

    .single-order-info {
        padding: 0px 15px;
    }

    .older-orders {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .orders-info {
        padding: 0px 15px;
        padding-bottom: 15px;
    }

    .account-info {
        padding: 0px 15px;
    }

    .invoices-info {
        padding: 0px 15px;
    }

    .payment-form .form-group .form-label,
    .payment-last-form-group .form-label {
        padding-left: 10px;
    }

    .header-container .mobile-menu-toggle {
        width: 4%;
    }
    .delete-account {
        margin-top: 50px;
        font-size: 14px;
    }

    .account-popup-wrapper {
        top: 127px;
        right: 0;
    }
    .invoices-info .table-wrapper {
        padding-bottom: 15px;
    }

    .invoices-table tr {
        height: auto;
        margin-bottom: 15px;
    }
    .order-full-address {
        max-width: 93%;
    }
    .top-actions .back-to-dashboard {
        max-width: 60px;
    }
    .single-order-payment-method-info div {
        justify-content: flex-end;
    }

    .single-order-payment-method-info span {
        width: 60%;
        text-align: right;
    }
    .single-order-row-label {
        padding-top: 18px;
    }

    .reject-order-action {
        padding-right: 0;
    }

    .account-login-info {
        padding: 0px 30px;
        width: 90%;
    }

    .plans-info {
        padding: 0px 25px;
        padding-bottom: 15px;
    }

    .plans-container .plan {
        padding: 0 25px;
    }

    .addons-row .addon-block {
        padding: 0 25px;
    }

    .addons-heading p {
        text-align: center;
        padding: 0px 20px;
    }
    .plan-benefit {
        width: 50%;
    }

    .plan-body-line .info-icon {
        margin-left: auto;
    }

    .addon-button-link {
        flex-direction: column;
    }
}

/* SSS */
/* Small devices media querries above*/

@media (min-width: 480px) and (max-width: 768px) {
    .edit-toggle {
        width: 15%;
    }
    .single-order-main-info .order-status {
        flex: 0 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .delivery-input {
        text-align: left;
        width: 70%;
    }

    .payment-form .form-group {
        flex-direction: row;
    }

    .single-payment {
        min-width: 220px;
    }

    .single-payment {
        min-width: 50%;
    }

    .form-label {
        min-width: 30%;
    }
}

@media (min-width: 1024px) and (max-width: 1660px) {
    .popup-wrapper {
        width: 80%;
    }
    .resend-email-button {
        min-width: 140px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .popup-wrapper {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .order-total-price-mobile {
        display: none;
    }

    .single-order-actions.bottom-actions .reject-order-action {
        flex: 1 0 50%;
    }
}

@media (max-width: 550px) {
    .payment-row {
        width: 55%;
        align-items: flex-start;
    }

    .single-payment {
        min-width: auto;
    }

    .payment-form .form-group {
        justify-content: space-between;
    }
}

@media (max-width: 400px) {
    .order-full-address {
        max-width: 70%;
    }
}

@media (max-width: 600px) {
    .single-order-customer-ne .number,
    .single-order-customer-ne .email {
        font-size: 14px;
    }
}

/* Miscellaneous */

@media (max-width: 480px) {
    .order-full-address {
        max-width: 328px !important;
    }
}

@media (max-width: 400px) {
    .order-full-address {
        max-width: 275px !important;
    }
}

.fader {
    opacity: 1;
    pointer-events: unset;
}

.fader:hover {
    cursor: pointer;
}

.added-zone.fader:hover {
    cursor: default;
}
.add-zone.fader:hover {
    opacity: 0.7;
}

.tac {
    text-align: center !important;
}

.alert-info {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: rgb(255, 255, 255);
    font-weight: 400;
    color: var(--main-text-color);
    animation: 2s ease-in-out 0.8s 1 normal none running alert;
    opacity: 0;
    transform: translate(-1%, -100%);
    padding: 1rem 0;
    padding-right: 1rem;
    box-shadow: var(--global-box-shadow);
    display: flex;
    align-items: center;
}

.alert-info .icon {
    width: 80px;
    height: 80px;
}

.sa {
    width: 80px;
    height: 80px;
    background-color: #fff;
}
.sa-success {
    border-radius: 50%;
    border: 4px solid var(--global-blue-color);
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    transform: scale(0.5);
}
.sa-success:after,
.sa-success:before {
    background: #fff;
    content: '';
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}
.sa-success:before {
    border-radius: 40px 0 0 40px;
    width: 26px;
    height: 80px;
    top: -17px;
    left: 5px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
}
.sa-success:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
    animation: rotatePlaceholder 4.25s ease-in;
    animation-delay: 3s;
}
.sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, 0.3);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}
.sa-success-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}
.sa-success-tip,
.sa-success-long {
    background-color: var(--global-blue-color);
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}
.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip 0.75s;
    animation-delay: 3s;
}
.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong 0.75s;
    animation-delay: 3s;
}
@keyframes animateSuccessTip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animateSuccessLong {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@keyframes rotatePlaceholder {
    0%,
    5% {
        transform: rotate(-45deg);
    }
    100%,
    12% {
        transform: rotate(-405deg);
    }
}

@keyframes alert {
    0% {
        opacity: 0;
        transform: translate(-1%, -100%);
    }

    50% {
        opacity: 1;
        transform: translate(-1%, 8%);
    }

    80% {
        opacity: 1;
        transform: translate(-1%, 8%);
    }

    100% {
        opacity: 0;
        transform: translate(-1%, -100%);
    }
}

/* Hide stuff */
.hide-hours {
    display: none;
}

.closed-monday,
.closed-tuesday,
.closed-wednesday,
.closed-thursday,
.closed-friday,
.closed-saturday,
.closed-sunday {
    display: none;
}

.closed-day-show {
    display: block;
}
/* Hide stuff */
/* Miscellaneous */

#popupMap {
    height: 100%;
}

.map-delete-buttons {
    position: absolute;
    top: 0;
    right: 0;
}

.fa,
.fas {
    font-weight: 600;
    font-size: 12px;
}
