:root {
    --font-family: 'Roboto Mono';
    --general-background: #303A34;
    --general-content: white;
    --tag-background: white;
    --tag-content: #303A34;
}

.container {
    padding: 0 30px;
    max-width: 100%;
}

.column-1 {
    margin-right: 15px;
}

.column-2 {
    margin-left: 15px;
}

body {
    font-family: var(--font-family);
    color: var(--general-content);
    line-height: normal;
    background-color: var(--general-background);
}
body .content {
    background-color: var(--general-background);
}
body .pairing-page {
    font-family: var(--font-family);
    background-color: #fafbfe;
    color: #333333;
    margin-top: auto;
    margin-bottom: auto;
}
body .pairing-page .pairing-page-container {
    display:flex;
    flex-direction: column;
    justify-content: center;
}
body .pairing-page .title {
    padding-top: 60px;
    font-size: 40px;
}

body .pairing-page .instruction-title {
    padding: 60px 0;
    font-size: 28px;
}

body .pairing-page .instruction-line {
    font-size: 28px;
    padding-bottom: 20px;
}

body .pairing-page .advertising {
    font-size: 18px;
    bottom: 30px;
    position: absolute;
}

body .pairing-page #qr-code img {
    padding:30px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 12px;
}

body::-webkit-scrollbar {
    display: none;
}

.card {
    border: none;
    background-color: var(--general-background);
    padding-bottom: 30px;
}

.card div.card-title.normal {
    font-size: 28px;
    font-weight: bold;
}

.card .card-body {
    padding: 0;
}

.card .card-text {
    border: 1px solid;
    border-radius: 12px;
}

.card .card-text .product:last-child {
    margin-bottom: 20px;
}

.product .header {
    padding-top: 30px;
    position: relative;
    line-height: 2;
}

.product .price {
    right: 0;
    position: relative;
    padding-left: 10px;
}

.product .name {
    position: relative;
    padding-right: 10px;
}

.product .name,
.product .price {
    background-color: var(--general-background);
    z-index: 1;
}

.product .header hr {
    position: absolute;
    bottom: 0;
    margin: 0;
    border-top: 1px dotted var(--general-content);
}

.product .name.normal,
.product .price.normal {
    font-size: 22px;
    font-weight: bold;
}

.product .description {
    padding-right: 5px;
}

.product .info {
    padding-top: 20px;
}

.product .description.word-break {
    word-break: break-all;
}

.product .photo {
    width: 100px;
    height: 100px;
}

.product .description.normal {
    font-size: 18px;
}

.head .logo {
    padding-top: 40px;
    padding-left: 40px;
    height: 140px;
}

.head .logo img {
    max-height: 100px;
    height: auto;
    width: auto;
    max-width: 100px;
}

.head .head-row .text {
    padding-top: 40px;
    padding-right: 40px;
    font-size: 56px;
    text-align: right;
    font-weight: bold;
}

.head .price-mode {
    text-align: right;
    padding-right: 40px;
    font-size: 24px;
    padding-bottom: 40px;
    font-weight: bold;
}

.footer-left {
    position: absolute;
    min-height: 60px;
    padding-left: 30px;
    padding-bottom: 30px;
    bottom: 0;
    left: 0;
    font-size: 18px;
}

.footer-right {
    position: absolute;
    min-height: 200px;
    padding-right: 30px;
    padding-bottom: 30px;
    bottom: 0;
    right: 0;
    font-size: 18px;
    text-align: right;
}

.footer-right .image img {
    vertical-align: middle;
    border-style: none;
    max-height: 160px;
    height: auto;
    width: auto;
    max-width: calc(100vw / 2);
}

.product .sold-out-tag, .product .specific-order-mode-tag {
    background-color: var(--tag-background) !important;
    color: var(--tag-content);
    border-radius: 6px;
    padding: 4px 15px !important;
    margin-right: 10px;

    font-size: 16px !important;
    font-weight: bold;
}

.footer-left .tag-icon-description {
    padding-bottom: 30px;
}
.footer-left .tag-icon-description .tag-item {
    padding-right: 30px;
    padding-bottom: 15px;
}

.product .description .tag-list .tag, .product .tag {
    margin-right: 10px;
    padding: 4px 10px;
}

.product .description .tag-list .tag span, .product .tag span {
    min-height: 22px;
    vertical-align: middle;
    font-size: 16px;
}

.product .description .tag-list .tag.border, .product .tag.border {
    border-radius: 6px;
    border-color: var(--general-content) !important;
}

.loading-screen {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: var(--general-background);
}

.debug-view {
    position: absolute;
    top: 0;
    right: 0;
    width: 30vw;
    opacity: 0.8;
    background: gray;
    color: black;
    z-index: 1000;
    word-break: break-all;
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto Mono";
    src: url("https://cdn.eats365pos.net/web/fonts-css/fonts/RobotoMono-Bundle.ttf");
}
