@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;
}
.navbar-brand, .navbar-toggler-icon {
    color: white !important;
}
.navbar-brand {
    font-weight: 600;
}
.navbar-brand > span {
    color: #008080;
}
.jumbotron {
    background: url(/assets/css/grill.png) center no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    place-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    text-shadow: 2px 2px 10px #000;
    margin-bottom: 32px;
}
.jumbotron > h1 {
    color: white;
    font-size: 4em;
}
.jumbotron > h2 {
    color: white;
    font-size: 3em;
}
.large {
    height: 500px;
}
ul.d-flex.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    margin-right: 5%;
}
.ec-cart-widget {
    display: flex;
    justify-content: flex-end;
}
.pragmaticbear {
    background: -webkit-linear-gradient(#fff, #008080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.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 {
    text-decoration: underline;
}
.gif-404 > p {
    margin-bottom: 32px;
}
.about {
    margin: 0 auto;
}
a.breadcrumbs__link.ec-link.ec-link--muted.breadcrumbs__link--last {
    color: #000 !important;
    background:
       linear-gradient(
         to bottom, #57dada 0%,
         #57dada 100%
       ) !important;
    background-position: 0 100% !important;
    background-repeat: repeat-x !important;
    background-size: 4px 4px !important;
    text-decoration: none !important;
    transition: background-size .2s !important;
} 
a.breadcrumbs__link.ec-link.ec-link--muted.breadcrumbs__link--last:hover {
    background-size: 4px 50px !important;
}   
a.breadcrumbs__link.ec-link.ec-link--muted {
    color: #000 !important;
    background:
       linear-gradient(
         to bottom, #57dada 0%,
         #57dada 100%
       ) !important;
    background-position: 0 100% !important;
    background-repeat: repeat-x !important;
    background-size: 4px 4px !important;
    text-decoration: none !important;
    transition: background-size .2s !important;
} 
a.breadcrumbs__link.ec-link.ec-link--muted:hover {
    background-size: 4px 50px !important;
} 
div.ec-breadcrumbs::before {
    content: "\2190";
    font-size: 17px;
    color: #000;
}
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 {
    text-decoration: underline;
}
.navbar-collapse {
    text-align: center;
}
.scrollToTopBtn {
    background-color: black;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    width: 48px;
    
    /* place it at the bottom right corner */
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all .5s ease
  }
      
  .showBtn {
    opacity: 1;
    transform: translateY(0)
  }
  a.link {
    background:
       linear-gradient(
         to bottom, #57dada 0%,
         #57dada 100%
       );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 4px;
    color: #000;
    text-decoration: none;
    transition: background-size .2s;
  }
  
  a.link:hover {
    background-size: 4px 50px;
  }
  .nav-link {
    background:
       linear-gradient(
         to bottom, #fc9d21 0%,
         #fc9d21 100%
       );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 4px;
    text-decoration: none;
    color: #fff !important;
    transition: background-size .2s;
  }
  .nav-link:hover {
    background-size: 4px 50px;
    color: #000 !important;
  }
  #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;
}
  @media (max-width: 998px) {
    .nav-link {
        background: none;
        background-position: initial;
        background-repeat: initial;
        background-size: initial;
        text-decoration: none;
        color: #fff !important;
        transition: none;
      }
      .nav-link:hover {
        background-size: initial;
        color: #fff !important;
      }
  }
@media (max-width: 767px) {
    .jumbotron > h1 {
        font-size: 3em;
        text-align: center;
    }
    .jumbotron > h2 {
        font-size: 2em;
        text-align: center;
    }
    li.footerlink::after {
        content: "";
    }
    li.footerlink {
        display: inherit;
    }
    html#ecwid_html body#ecwid_body .ec-size:not(.ec-size--xs) .ec-store .ec-footer__row[data-items="3"] {
        flex-wrap: nowrap !important;
    }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.9; }
}