@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body,
main {
    min-height: 100vh;
    overflow: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    background-color: #fff;
    font-weight: 400;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
}

main {
    padding: 50px 0;
    background: var(--site-color);
}

.container {
    max-width: 90%;
}

.table {
    background: transparent;
    text-align: center;
    font-weight: 400;
}

.table>tbody {
    vertical-align: inherit;
}

.table td,
.table th {
    padding: 10px 5px;
    background-color: transparent;
    font-weight: inherit;
}

.mb-20 {
    margin-bottom: 20px;
}

.table-border.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-border.table tr > *:not(:last-child) {
    border-right: 2px solid #fff;
}

.text-left {
    text-align: left;
}

.logo {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.logo-precontainer .price-update-box {
    position: absolute;
    right: 0;
    bottom: 12px;
}

.logo-precontainer .logo ~ .price-update-box {
    bottom: 0;
}
.price-update-box {
    background-color: #000;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
}
.logo-precontainer .price-update-box svg {
    margin-right: 5px;
}

.logo-precontainer .price-update-box {
    line-height: 23px;
}

.logo-precontainer.price-update-box-static .price-update-box {
    position: relative;
    bottom: 0;
    margin-bottom: 12px;
}

.logo-precontainer.price-update-box-static {
    text-align: right;
}

.logo img {
    width: 200px;
    object-fit: contain;
}

.menu-title {
    background-color: #fff;
    color: var(--site-color);
    padding: 16px 25px;
}

.menu-item {
    margin-bottom: 25px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    overflow: hidden;
}

.table-border.table thead tr th:not(:first-child) {
    border-bottom: 2px solid #fff;
}

.table-border.table tr > *:first-child {
    padding-left: 25px;
}
.border-25 {
    border-radius: 25px;
}

.swiper {
    width: 100%;
}
main.full-slider {
    padding: 0;
    background: transparent;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

main.full-slider * {
    height: 100vh;
}

.full-img img {
    object-fit: cover;
}
.image-text {
    display: flex;
    align-items: center;
    gap: 12px;
}

.image-text img {
    width: 120px;
    border-radius: 10px;
}
.black-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dynamic-bg-image {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

main .container {
    position: relative;
    z-index: 1;
}

.no-table-product-view .menu-title {
    display: inline-block;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
}

.no-table-product-view .menu-item {
    border: none;
    border-radius: 0;
}

.price-white-box {
    padding: 10px 5px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    min-height: 46px;
}

.no-table-product-view .table>thead {
    height: 63px;
    vertical-align: middle;
}
.no-table-product-view .table>thead th {
    background-color: transparent;
    color: #fff;
}
.table-title-and-variant thead th {
    padding: 0 !important;
    background-color: #fff;
    color: var(--site-color);
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
}

.table-title-and-variant thead th:first-child {
    text-align: left;
}
