@font-face {
    font-family: 'Rubik';
    src: url('/assets/fonts/Rubik.woff2') format('woff2'),
        url('/assets/fonts/Rubik.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    font-family: 'Rubik', Verdana, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    
}
html {
    scroll-behavior: smooth;
}
main {
    content-visibility: auto;
}
p {
    color: #555;
    font-size: 0.875em;
}
.navbar-brand, .navbar-toggler-icon, a.nav-link.active, a.nav-link {
    color: white !important;
}
.navbar.navbar-expand-lg {
    background-color: transparent;
    position: absolute;
    width: 100%;
}
.navbar-brand {
    font-weight: 600;
    margin-left: 5%;
}
.navbar-brand > span {
    color: #008080;
}
img.cbjhero {
    width: 100%;
}
.title > h1 {
    color: white;
    font-size: 3em;
    margin-left: 10%;
}
.code-img {
    width: 40%;
    padding: 0 12px;
    position: absolute;
    top: 15%;
}
.large {
    height: 500px;
}
ul.d-flex.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    margin-right: 5%;
}
.gif-404 {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    margin: 16px 0;
    text-align: center;
}
.gif-404 > img {
    width: 300px;
    margin: 0 auto 32px auto;
}
.gif-404 > p > a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.gif-404 > p > a:hover, .gif-404 > p > a:active, .gif-404 > p > a:focus {
    text-decoration: underline;
}
.gif-404 > p {
    margin-bottom: 32px;
}
.about {
    margin: 0 auto;
}
li.footerlink {
    list-style: none;
    display: inline-block;
}
li.footerlink::after {
    content: " |";
}
li.footerlink.last::after {
    content: "";
}
li.footerlink > a {
    text-decoration: none;
    color: #fff;
}
li.footerlink > a:hover, li.footerlink > a:active, li.footerlink > a:focus {
    text-decoration: underline;
}
.navbar-collapse {
    text-align: center;
}
a.link {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}
span.bold {
    font-weight: 600;
}
#consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: auto;
    opacity: 0.8;
    background-color: #fff;
    animation: fadein .5s;
}
#consent-popup > p {
    padding: 12px;
}
.row.consent {
    display: flex;
    justify-content: center;
    place-items: center;
    flex-direction: row;
}
.hidden {
    display: none;
}
.contatiner-fluid.consent-container {
    padding: 12px;
}
img.cbjhero.img-responsive.mobilehero {
    display: none;
}

@media screen and (max-width: 767px) {
    div#navbarSupportedContent {
        background-color: rgba(0,0,0,1);
        margin: 0 -15px;
    }
    .jumbotron > h1 {
        font-size: 3em;
        text-align: center;
    }
    .code-img {
        position: relative;
        margin-top: 12%;
        width: 100%;
    }
    li.footerlink::after {
        content: "";
    }
    li.footerlink {
        display: inherit;
    }
    img.cbjhero.img-responsive.mobilehero {
        display: block;
    }
    img.cbjhero.img-responsive.fullhero {
        display: none;
    }
    .jumbotron > div.row {
        flex-flow: column nowrap;
        justify-content: center;
        place-items: center;
        margin-top: 60px;
    }
    .title > h1 {
        margin-left: 0%;
        font-size: 2.5em;
        text-align: left;
        padding: 8px;
    }
    .navbar-brand {
        margin-left: 0;
    }
    .col-md-2.consent-btn {
        text-align: center;
    }
    html#ecwid_html body#ecwid_body .ec-size .ec-store .product-details__product-price:last-child {
        margin-bottom: 0 !important;
    }
}