a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:link {
    color: #000000;
    text-decoration: none
}

a:visited {
    color: #000000;
    text-decoration: none
}

a:active {
    color: #000000;
    text-decoration: none
}

.list-item {
    position: relative;
    height: auto;
    margin-left: 5%;
    width: 90%;
}

.list-image {
    width: 100%;
    height: auto;
}

.list-title-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 80%;
    text-align: center;
}

.list-title {
    margin-top: 10px;
    font-size: 20px;
}

.tile-box {
    margin-left: 3%;
    width: 94%;
}

.left-box {
    margin-left: 3%;
    width: 45%;
    position: relative;
}

.separator-box {
    width: 4%;
}

.right-box {
    width: 45%;
    position: relative;
}

.top-navbar{
    position: fixed;
    top: 0;
    background: #fff;
    min-height: 55px;
    width: 100%;
    z-index: 99;
}

.content-body {
    width: 100%;
    /*padding-top: 40px;*/
    /*height: 100%;*/
    /*position: fixed;*/
    top: 60px;
}

.footer-buttons {
    width: 100%;
    height: 55px;
    background: transparent;
    z-index: 1034;
    position: fixed;
    bottom: 0;
}

.footer-btn {
    min-height: 55px;
    height: 55px;
}

.footer-buttons a:link {
    color: #2d0901;
}

.footer-buttons a:visited {
    color: #2d0901;
}

.footer-buttons a:active {
    color: #2d0901;
}

.footer-left {
    float: left;
    width: 50%;
    height: 100%;
    font-size: 10vw;
    position: relative;
}

.footer-right {
    float: left;
    width: 50%;
    height: 100%;
    font-size: 10vw;
    position: relative;
}

.button-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.navbar-toggle{
    display: block !important;
    margin: 0px;
    min-width: 55px;
    min-height: 55px;
    border-radius: 0px;
}

.menu-bar{
    background: white;
    float: none;
    clear: both;
    width: 30px;
    height: 2px;
}

.navbar-brand {
    float: left;
    height: 55px;
    padding: 10px 15px 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.floating-menu {
    background: #320c01;
    z-index: 1033;
    position: fixed;
    width: 0px;
    top: 60px;
    overflow-x: hidden;
}

.floating-menu a {
    height: 55px;
    margin-top: 0px;
    display: block;
    color: white;
    padding: 15px;
    border-bottom: 1px dotted white;
}

.floating-menu .active{
    background: #ffba00;
    color: #2e0902;
    font-weight: bold;
}

.close-button{
    font-size: 1vw;
    position: fixed;
    width: 55px;
    height: 55px;
    background: #320c01;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight:normal ;
    z-index: 1032;
    cursor: pointer;
    display: none;
    border-bottom: 1px solid white;
}

.close-button-image {
    width: 24px;
    margin-top: 12px;
    margin-bottom: 2px;
}

.close-button-text {
    margin-top: 1px;
}

.floating-menu-backdrop {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    height: 100%;
    width: 100%;
    z-index: 1031;
    display: none;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background: rgba(100,100,100,0.8); 
}

.btn-no-radius{
    border-radius: 0px;
}

.btn-group a{
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.vertical-align-bottom{
    vertical-align: bottom;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 6px 0px;
}

.no-text-shadow {
    text-shadow: none !important;
}

.menu-title-box {
    height: 60px;
}

.menu-title-text {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    background: linear-gradient(180deg, #fff 50%, #feae00 50%);
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.header-content-name-box{
    background: linear-gradient(180deg, #fff 50%, #feae00 50%);
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

.modal-footer > div > a{
    color: #310C00;
    font-size: 18px;
}

.main-separator {
    float: none;
    clear: both;
    height: 20px;
}

.advertisement-image-box-list {
    width: 100%;
    padding: 20px 5% 5%;
}

.advertisement-top {
    width: 100%;
    margin: 0;
}

.advertisement-bottom {
    width: 90%;
    margin-top: 0;
    margin-left: 5%;
}

.special-image {
    width: 100%;
}

.footer-button-text{
    font-size: 9px;
}

.badge-notify{
    background-color:red;
    position: absolute !important;
    right: 3px !important;
    top: 3px !important;
}

.messageContent-inner {
    overflow: scroll;
    max-height: 200px;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0; /* Stay at the left */
    background-color: #320c01; /* Menu background color */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
    
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 98;
    cursor: pointer;
}

#overlay-top-navbar {
    position: absolute;
    display: none;
    width: 100%;
    /*height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 98;
    cursor: pointer;
}

#navbar-toggle-button {
    left: 0;
    transition: left 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 99;
}

#navbar-toggle-button-open {
    width: 30px;
    height: 26px;
    z-index: 99;
}

#navbar-toggle-button-close {
    width: 30px;
    height: 35px;
    z-index: 99;
}

.slide-nav-language {
    width: 0;
    position: fixed;
    z-index: 99;
    height: fit-content;
    top: auto !important;
    left: 0;
    background-color: #320c01;
    overflow-x: hidden;
    transition: 0.5s;
}

.text-white {
    color: #ffffff !important;
}

.gyl-language {
    font-size: 14px;
    vertical-align: middle;
    opacity: 0;
    display: inline-block;
    float: right;
}

.navbar-toggle-button-close-custom {
    z-index: 99;
    margin-top: -10px;
    min-height: 30px;
}

.navbar-toggle-button-close-custom > img {
    width: 30px;
    margin-bottom: -5px;
    margin-top: 5px
}

.navbar-toggle-button-close-custom > span {
    font-size: 10px;
}

#slideLanguage {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s linear;
}

.max-height-70 {
    max-height: 70vh !important;
}

.disabled-button {
    pointer-events: none
}

.m-r-18 {
    margin-right: 18px;
}

.lang-active {
    opacity: 1;
}

.terms-container {
    margin: 12px 0;
    text-align: center;
}

a.terms-link {
    color: #ffffff;
    text-decoration: underline;
}

a.terms-link:visited {
    color: #ffffff;
    text-decoration: underline;
}

.language-title {
    font-size: 14px;
    font-weight: normal;
}

.mr-6px {
    margin-right: 6px;
}

.menu-group-title {
    width: 100%;
    max-height: 3.2rem;
    padding: 4px 6px;
    margin-left: 2px;
    margin-right: 2px;
}

.menu-group-title > .textFitted {
    white-space: normal;
    word-break: break-all;
}

.menu-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 3.2rem;
    color: white;
    font-weight: bold;
    display: inline-block;
    word-wrap: break-word;
}

.menu-text-top-left {
    top: 4px;
    right: auto;
    bottom: auto;
    left: 2px;
}

.menu-text-top-left > p.menu-group-title {
    margin-left: 0;
    margin-right: 4px;
}

.menu-text-top-right {
    top: 4px;
    right: 2px;
    bottom: auto;
    left: auto;
}

.menu-text-top-right > p.menu-group-title {
    margin-left: 4px;
    margin-right: 0;
}

.menu-text-bottom-left {
    top: auto;
    right: auto;
    bottom: 4px;
    left: 2px;
}

.menu-text-bottom-left > p.menu-group-title {
    margin-left: 0;
    margin-right: 4px;
}

.menu-text-bottom-right {
    top: auto;
    right: 2px;
    bottom: 4px;
    left: auto;
}

.menu-text-bottom-right > p.menu-group-title {
    margin-left: 4px;
    margin-right: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.div-table {
    display: table;
    border-collapse: collapse;
}

.div-table .div-table-row {
    display: table-row;
}

.div-table .div-table-cell {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    border: 0;
}

.mlr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.btn-language-visited {
    background-color: #e0e0e0;
}

.btn-language {
    background-color: #FFBA00;
}

.footer-svg-icon {
    height: 25px;
    width: 25px;
}

.btn-order-svg {
    width: 8px;
    height: 8px;
}

.btn-order-custom > .btn-order-svg {
    position: absolute;
    font-size: 8px;
    right: 17px;
    top: 21px;
    color: #ffffff;
}

.btn-order-svg-en > .btn-order-svg {
    right: 26px;
}

.btn-order-svg-zh-Hans > .btn-order-svg {
    right: 31px;
}

.btn-order-svg-ko > .btn-order-svg {
    right: 17px;
}

svg.btn-order-svg path {
    fill: #ffffff;
}

@media only screen
and (min-device-width: 320px) {
    .order-error-detail {
        font-size: 12px;
    }
}

@media only screen
and (min-device-width: 360px) {
    .order-error-detail {
        font-size: 14px;
    }
    .btn-order-custom > .btn-order-svg {
        top: 23px;
    }
}

@media only screen and (min-width: 835px) {
    .top-navbar {
        max-width: 414px;
    }

    #overlay {
        max-width: 414px;
        margin: 0 auto;
    }

    .row > .category-list {
        margin-left: 0;
    }

    .row > .category-list > .col-xs-12 .col-sm-12 .col-lg-12 .col-md-12 {
        padding-left: 0;
    }
}