.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1;
    transform: rotate(3deg) translate(0, -4px)
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 49%;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    animation: .4s linear infinite pace-spinner
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-size: 13px
}

@media screen and (max-width:63.99875em) {
    .app-container {
        margin: auto;
        max-width: 39.99875em
    }
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

.menu-top {
    box-shadow: 0 0 5px -1px #ccc;
    display: block;
    top: 0;
    z-index: 20;
    background: #fff;
    width: 100%;
    position: relative;
    max-width: 39.99875em;
    height: 60px
}

@media print,
screen and (min-width:40em) {
    .grid-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .menu-top {
        height: 100px;
        max-width: none
    }
}

*,
:after,
:before {
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

.q-item {
    min-height: 48px;
    padding: 8px 16px;
    color: inherit;
    transition: color .3s, background-color .3s;
    position: relative
}

.q-item__section--side {
    color: #757575;
    align-items: flex-start;
    padding-right: 16px;
    width: auto;
    min-width: 0;
    max-width: 100%
}

.q-item__section--avatar {
    color: inherit;
    min-width: 56px
}

.q-skeleton {
    background: rgba(0, 0, 0, .12);
    border-radius: 4px;
    box-sizing: border-box
}

.q-skeleton--anim {
    cursor: wait
}

.q-skeleton:before {
    content: " "
}

.q-skeleton--type-QAvatar {
    height: 48px;
    width: 48px;
    border-radius: 50%
}

.q-skeleton--anim-wave {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.q-skeleton--anim-wave:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0));
    animation: 1.5s linear .5s infinite q-skeleton--wave
}

.column-skeleton,
.row-skeleton {
    display: flex;
    flex-wrap: wrap
}

.column-skeleton {
    flex-direction: column
}

.no-wrap {
    flex-wrap: nowrap
}

.justify-center {
    justify-content: center
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .q-item:after {
        content: "";
        font-size: 0;
        visibility: collapse;
        display: inline;
        width: 0;
        min-height: 32px
    }
    .column-skeleton {
        min-width: 0
    }
    .q-item__section--avatar {
        min-width: 56px
    }
}

.q-page-container :target {
    scroll-margin-top: 66px
}

/*! CSS Used keyframes */

@keyframes q-skeleton--wave {
    0% {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(100%)
    }
}

.justify-between {
    justify-content: space-between
}

.skeleton-top {
    padding: 10px 0 0
}

.skeleton-avatar {
    display: none
}

.skeleton-logo {
    margin-top: 10px;
    width: 208px;
    height: 43px;
    display: none
}

.skeleton-search {
    width: 100%;
    height: 40px
}

.skeleton-product {
    width: 48%;
    height: 253px;
    margin: 10px 0 0
}

.skeleton-category {
    width: 23%;
    height: 352px
}

.skeleton-banner {
    width: 75%;
    height: 352px
}

.skeleton-category-banner {
    display: none
}

.skeleton-top-product {
    margin-top: 0;
    padding: 0
}

.skeleton-product-group {
    padding: 0
}

.modal {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: block;
    position: fixed;
    z-index: 20;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, .45);
    overflow: hidden
}

.modal-border {
    background: url(bg-modal.9fbe4825e6fba61bd7f8.svg) 0 0/cover no-repeat #fefefe;
    max-height: calc(100% - 50px);
    margin: auto;
    border: 1px solid #888;
    border-radius: 20px;
    width: 80%;
    padding: 20px
}

.modal-content {
    padding: 20px;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    position: relative;
    overflow: auto;
    max-height: calc(100% - 160px)
}

.modal-content::-webkit-scrollbar {
    width: 8px
}

.modal-content::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 10px
}

.modal-content::-webkit-scrollbar-track {
    background-color: transparent
}

@media print,
screen and (min-width:64em) {
    .modal-border {
        width: 60%
    }
    .skeleton-product-group,
    .skeleton-top {
        padding: 8px 16px
    }
    .skeleton-top-product {
        margin-top: 20px
    }
    .skeleton-logo {
        display: block
    }
    .skeleton-search {
        width: 50%
    }
    .skeleton-product {
        width: 16%
    }
    .skeleton-category-banner {
        display: block
    }
    .skeleton-avatar {
        display: flex
    }
}

.footer-welcome {
    left: 0;
    bottom: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.button-ok {
    font-size: 14px !important;
    cursor: pointer;
    width: 5%;
    height: 30px;
    padding: 0 24px;
    background-color: #e77919;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px
}

.button-ok:hover {
    opacity: 80%
}