@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

body {
    font-family: 'Noto Sans', sans-serif !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-blend-mode: multiply !important;
}

.page-loading::before {
    content: " ";
    display: block;
    position: fixed;
    z-index: 10;
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #8dc63f;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    animation: page-load ease-out 5s;
}

@keyframes page-load {
    from {
        width: 0;
        background-color: #cc4141;
    }
    to {
        width: 100%;
        background-color: #8dc63f;
    }
}


header {
    font-weight: bold !important;
    text-align: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-blend-mode: multiply !important;
    position: sticky;
    min-height: 80px !important;
    top: 0;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0;
    text-align: center;
    background-color: #00000060;
    font-size: .8em;
}

header .img,
footer .img,
.logo_insodev {
    background-color: initial !important;
}

header .img {
    padding-top: 5px;
}

.back,
.company {
    position: absolute;
    width: 25%;
    line-height: 1.5em;
    top: 12px;
}

.back {
    left: 10px;
}

.company {
    right: 10px;
}

.menu {
    font-weight: bold;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-blend-mode: multiply !important;
}

.categories ul li {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #999999;
    padding: 1em;
}

.product .name {
    font-size: 1.1em !important;
    font-weight: bold !important;
}

.product .name .star {
    color: orangered !important;
}

.product .description {
    display: inline-flex;
}

.product .description a {
    margin-left: 10px;
}

.product .price {
    font-weight: bold;
}