.mobile-menu {
    background-color: #36454F;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: 530px;
    overflow-y: auto;
    padding: 20px 25px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate(-100%);
    z-index: 9996
}

.mobile-menu a {
    color: inherit
}

.mobile-menu .active,
.mobile-menu .router-link-active {
    color: #ffba00
}

.mobile-menu.visible {
    transform: translate(0);
    transition: transform .2s ease-in-out
}

.mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 20px
}

.mobile-menu-close .q-icon {
    fill: #fff;
    height: 33px;
    width: 33px
}

.mobile-menu-logo {
    display: inline-block;
    margin-bottom: 25px
}

.mobile-menu-logo img {
    height: auto;
    width: 75px
}

.mobile-menu-list {
    height: 100%
}

.mobile-menu-list-item {
    display: flex;
    font-weight: 900;
    justify-content: space-between;
    position: relative
}

.mobile-menu-list-item-wrap {
    border-bottom: 1px solid #2d2d2d;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.mobile-menu-list-icon {
    vertical-align: sub
}

.mobile-menu-list-item-sub {
    line-height: 1;
    margin-left: 12px;
    margin-top: 5px
}

.mobile-menu-list-item-sub-link {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 9px;
    margin-top: 9px
}

.mobile-menu-bottom-sign_in {
    line-height: 52px;
    text-decoration: underline;
    white-space: nowrap
}

.mobile-menu-bottom-info {
    color: #828282;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 25px
}

.mobile-menu-bottom-info-link {
    text-decoration: underline
}

.header-mobile-wrap {
    background-color: #232323;
    padding: 8px 0
}

.header-mobile {
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px
}

.header-mobile-menu-btn {
    display: inline-block;
    line-height: 50px;
    margin-right: 50px;
    position: relative
}

@media (max-width: 340px) {
    .header-mobile-menu-btn {
        margin-right: 40px
    }
}

.header-mobile-menu-btn .q-icon {
    bottom: 0;
    height: 25px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 25px;
    fill: #fff;
    cursor: pointer;
    line-height: 39px
}

.header-mobile-icon {
    display: inline-block;
    line-height: 39px;
    margin: 0 9px;
    position: relative;
    width: 24px
}

.header-mobile-icon .q-icon {
    bottom: 0;
    height: 23px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 23px;
    fill: #fff;
    cursor: pointer
}

.header-mobile-icon .q-icon:hover {
    fill: #ffba00
}

.header-mobile-logo {
    display: block
}

.header-mobile-logo-img {
    display: block;
    height: 39px
}

.header-mobile-left,
.header-mobile-right {
    display: flex;
    line-height: 39px
}

.header-mobile-cart-badge {
    background-color: #ffba00;
    border-radius: 50%;
    color: #000;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -9px;
    text-align: center;
    top: 6px;
    width: 16px
}

.connection-status-offline {
    background-color: #f44336;
    border-radius: 6px;
    bottom: 15px;
    color: #fff;
    display: flex;
    left: 15px;
    margin-right: 15px;
    padding: 10px 15px;
    position: fixed
}

.no-wrap {
    flex-wrap: nowrap;
}

.q-btn--push.q-btn--actionable {
    transition: transform .3s cubic-bezier(.25, .8, .5, 1);
}

.line-height-1 {
    line-height: 1;
}

.full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp,
.q-icon {
    align-items: center;
    cursor: inherit;
    display: inline-flex;
    font-size: inherit;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle
}

.q-icon {
    flex-shrink: 0;
    height: 1em;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    width: 1em;
    word-wrap: normal;
    box-sizing: content-box;
    direction: ltr;
    position: relative;
    text-align: center;
    fill: currentColor;
}