/**
 * Metax CSS
 * v. 1
 **/
 
:root {
    --blue: #00458d !important;
    --lightblue: #7ea1c5 !important;
    --lowproteinblue: #a5b9e8 !important;
    --recipesblue: #ccdae8 !important;
    --red: #d9000d !important;
    --glutenfreered: #ecbfc0 !important;
    --yellow: #ffc74c !important;
    --green: #bcded1 !important;
    --grey: #808080 !important;
    --sc01: #bcded1 !important;
    --sc02: #d9edc8 !important;
    --sc03: #ccdae8 !important;
    --sc04: #f3ead8 !important;
}
::selection {
    color: white !important;
    background: var(--lightblue) !important;
}
body {
    font-family: neue-kabel, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
.page {
    position: relative !important;
}
.page a {
    color: var(--blue);
    transition: all 0.2s ease;
}
.page a:hover {
    color: var(--lightblue);
}
.site-header {
    font-size: 12px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
}
.bg-white {
    background-color: white !important;
}
.bg-blue {
    background-color: var(--blue) !important;
    color: white !important;
}
.bg-red {
    background-color: var(--red) !important;
    color: white !important;
}
.bg-yellow {
    background-color: var(--yellow) !important;
    color: white !important;
}
.site-header .header-top a {
    color: white !important;
}
.site-header a {
    text-decoration: none !important;
    transition: all 0.2s linear !important;
}
.site-header a:hover {
    color: var(--lightblue) !important;
}
.site-header ul.top-menu li.category a:hover {
    color: var(--blue) !important;
}
.site-header .search-widgets form {
    background-color: var(--recipesblue) !important;
    color: var(--blue) !important;
}
.site-header .search-widgets form ::placeholder {
    color: var(--blue) !important;
}
.search-widgets {
    width: 100% !important;
    line-height: 32px !important;
    background-color: white !important;
}
.search-widgets .material-symbols-outlined {
    color: var(--blue) !important;
    margin-left: 0.25rem !important;
}
.search-widgets input {
    display: inline-block !important;
    border: 0 !important;
    padding: 0 0.5rem !important;
    margin: 0 !important;
    background-color: transparent !important;
    width: 100% !important;
    max-width: calc(100% - 24px) !important;
}
.search-widgets form {
    display: flex !important;
    align-items: center !important;
}
.site-header .search-widgets {
    width: calc((100% / 3)*2) !important;
    margin-left: 1rem !important;
}
#search_widget_mobile {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0.25rem 0.25rem 0.5rem 0.25rem !important;
}
#search_widget_mobile form {
    width: 100% !important;
    margin: 0 !important;
    /* border: 1px solid var(--grey) !important; */
}
.site-header .header-top-link {
    margin-right: 0.5rem !important;
    display: inline-flex !important;
    align-items: center !important;
}
.site-header .header-top-link .material-symbols-outlined {
    margin-right: 0.5rem !important;
}
.site-header .header-top-link.tel {
    margin-left: 1rem !important;
}
.header-top-left,
.header-top-right {
    display: flex !important;
    align-items: center !important;
    align-content: flex-start !important;
}
.header-top-right {
    justify-content: flex-end !important;
    padding-right: 1rem !important;
}
.header-bottom {
    align-content: center !important;
    align-items: center !important;
}
.header-top,
.header-bottom {
    transition: all 0.2s ease !important;
}
.scrolled .header-top {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.scrolled .header-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.scrolled .site-header .logo-link {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.scrolled .site-header .logo {
    height: 64px !important;
    width: auto !important;
}
.lang-selector a {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
    text-transform:uppercase !important;
}
.lang-selector a.active {
    font-weight: 900 !important;
}
.logo-container {
    text-align: center !important;
}
.logo {
    width: 128px !important;
    height: auto !important;
    transition: all 0.2s ease !important;
}
.logo-link {
    display: inline-block !important;
    transition: all 0.2s ease !important;
    position: relative !important;
    z-index: 99 !important;
}
.header-top-container {
    position: relative !important;
    z-index: 99 !important;
}
.logo-link:hover {
    transform: scale(0.9) !important;
}
.site-header ul.top-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.site-header ul.top-menu li,
.site-header ul.top-menu li.category,
.site-header ul.top-menu li.link {
    display: inline-block !important;
    margin-right: 2rem !important;
}
.site-header ul.top-menu li:last-of-type,
.site-header ul.top-menu li.category:last-of-type,
.site-header ul.top-menu li.link:last-of-type {
    margin-right: 0 !important;
}
.site-header ul.top-menu li a {
    font-weight: 700 !important;
    color: var(--grey) !important;
    font-size: 18px !important;
}
.site-header ul.top-menu li.current a {
    color: var(--blue) !important;
}
.top-menu a[data-depth="0"] {
    padding: 0;
}
.cart-container {
    text-align: right !important;
}
.cart,
.cart-header {
    display: inline-block;
}
.cart .cart-header {
    background-color: white !important;
    text-transform: uppercase !important;
    color: var(--blue) !important;
    font-weight: 700 !important;
}
.cart .cart-body {
    background-color: var(--recipesblue) !important;
}
a.cart {
    color: black !important;
}
.footer-logo-link {
    display: block !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    background-color: white !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    margin-bottom: 1rem !important;
}
.footer-logo {
    display: block !important;
    width: 80% !important;
    margin: 0 auto !important;
    transition: all 0.2s ease !important;
}
.footer-logo-link:hover .footer-logo {
    transform: scale(0.9) !important;
}
.site-footer {
    font-size: 14px !important;
}
.slideshow {
    height: 0 !important;
    width: 100% !important;
    padding-bottom: 90% !important;
    margin: 0 !important;
    position: relative !important;
}
.slideshow .flickity-viewport {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    position: absolute !important;
    inset: 0 auto auto 0 !important;
}
.slideshow .carousel-cell {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}
.slideshow .carousel-cell > div {
    position: absolute !important;
    height: 100% !important;
    inset: 0 auto auto 0 !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 1.5rem !important;
}
.flickity-button,
.flickity-button:hover {
    background: transparent !important;
}
.flickity-button:focus {
    box-shadow: none !important;
}
main {
    width: 100% !important;
}
.slideshow .carousel-cell h2 {
    font-family: verveine, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 32px !important;
    line-height: 30px !important;
    color: var(--blue) !important;
}
a.button,
.form input[type="submit"],
input[type="submit"],
button,
a.btn {
    background-color: var(--blue) !important;
    color: white !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    font-size: 20px !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
    border: 0 !important;
}
button.btn,
a.btn {
    border-radius: 0;
    font-size: 20px;
    text-transform: lowercase;
}
button.btn::first-letter,
a.btn::first-letter {
    text-transform: uppercase;
}
a.button:hover,
input[type="submit"]:hover,
button:hover,
.add button.buy:hover,
#product .recipe-attachment:hover,
a.btn:hover {
    background-color: var(--lightblue) !important;
}
.input-group .input-group-btn>.btn {
    padding: 0.5 1rem;
    margin-left: 0;
    font-size: 20px;
    font-weight: normal;
    text-transform: lowercase;
}
.input-group .input-group-btn>.btn::first-letter {
    text-transform: uppercase;
}
.cta a.button {
    position: relative !important;
    z-index: 95 !important;
}
.fp-carousel {
    overflow: hidden !important;
}
.fp-carousel .carousel-cell.col-3 {
    width: calc((100% / 2) - (1rem / 2)) !important;
    margin-right: 1rem !important;
}
.fp-carousel .product-category {
    line-height: 2rem !important;
    font-weight: 700 !important;
    text-align: center !important;
}
.fp-carousel .product-category.lowprotein {
    background-color: var(--lowproteinblue) !important;
    color: var(--blue) !important;
}
.fp-carousel .product-category.recipes {
    background-color: var(--recipesblue) !important;
    color: var(--blue) !important;
}
.fp-carousel .product-category.glutenfree {
    background-color: var(--glutenfreered) !important;
    color: var(--red) !important;
}
.fp-carousel .product-thumb {
    position: relative !important;
    height: 150px !important;
}
.fp-carousel .product-thumb img {
    display: block !important;
    max-width: 80% !important;
    max-height: 80% !important;
    transition: all 0.2s ease !important;
}
.fp-carousel .carousel-cell:hover .product-thumb img {
    transform: scale(1.1) !important;
}
.fp-carousel .label {
    position: absolute !important;
    display: inline-block !important;
    top: 1rem !important;
    right: 0 !important;
    background-color: var(--yellow);
    color: white !important;
    font-weight: 700 !important;
}
.fp-carousel .carousel-cell {
    text-decoration: none !important;
    display: block !important;
}
.fp-carousel .carousel-cell .fp-container {
    border: 1px solid var(--recipesblue) !important;
}
.fp-carousel .carousel-cell h3.product-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--blue) !important;
    overflow: hidden !important;
    text-align: left !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.fp-carousel .carousel-cell .details {
    display: block !important;
    font-size: 16px !important;
    line-height: 22px !important;
    min-height: 22px !important;
    color: var(--grey) !important;
    text-align: left !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.fp-carousel .carousel-cell .price {
    font-size: 22px !important;
    color: var(--blue) !important;
    text-align: left !important;
    font-weight: 700 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.fp-carousel .carousel-cell .price > span {
    position: relative !important;
}
.fp-carousel .carousel-cell .price > span .discounted {
    position: absolute !important;
    left: 0 !important;
    top: 115% !important;
    transform: translateY(-50%) !important;
    color: var(--grey) !important;
    font-size: 14px !important;
    text-decoration: line-through !important;
}
.section-title,
.subsection-title {
    font-family: verveine, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 40px !important;
    text-align: center !important;
    color: var(--blue) !important;
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
    position: relative !important;
}
.subsection-title {
    font-size: 28px !important;
}
.section-title span,
.subsection-title span {
    display: inline-block !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    background-color: white !important;
    position: relative !important;
}
.section-title::before,
.subsection-title::before {
    display: block !important;
    content: '' !important;
    background-color: var(--blue) !important;
    height: 2px !important;
    width: 100% !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
}
.newsletter p {
    font-size: calc(16px + 1.2vw) !important;
    color: var(--lightblue) !important;
    font-weight: bold !important;
    text-align: center !important;
    margin: 0 auto !important;
}
.newsletter {
    text-align: center !important;
}
.f-link {
    text-decoration: none !important;
    position: relative !important;
    margin-bottom: 2rem !important;
}
.f-link:last-of-type {
    margin-bottom: 0 !important;
}
.mask-container {
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    height: 0 !important;
    padding-bottom: calc(80% + 2rem) !important;
}
.mask-container .mask {
    width: calc(100% - 2rem) !important;
    margin-left: 2rem !important;
    margin-bottom: 2rem !important;
    position: relative !important;
    overflow: hidden !important;
    height: 0 !important;
    padding-bottom: 80% !important;
}
.mask .link-preview {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all 0.2s ease !important;
}
.f-link:hover .link-preview {
    transform: scale(1.1) !important;
}
.mask-container::before {
    display: block !important;
    content: '' !important;
    width: calc(50% - 2rem) !important;
    height: 0 !important;
    padding-bottom: 80% !important;
    position: absolute !important;
    inset: 2rem auto auto 0 !important;
    z-index: -1 !important;
}
.f-link:nth-of-type(1) .mask-container::before {
    background-color: var(--sc01) !important;
}
.f-link:nth-of-type(2) .mask-container::before {
    background-color: var(--sc02) !important;
}
.f-link:nth-of-type(3) .mask-container::before {
    background-color: var(--sc03) !important;
}
.mask .label {
    display: inline-flex !important;
    position: absolute !important;
    top: 2rem !important;
    right: 0 !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    color: white !important;
    font-size: 18px !important;
    width: 75% !important;
}
.mask .label span {
    position: relative !important;
    z-index: 90 !important;
}
.mask .label::before {
    position: absolute !important;
    display: block !important;
    content: '' !important;
    background-color: var(--lightblue) !important;
    opacity: 0.8 !important;
    width: 100% !important;
    height: 100% !important;
    inset: 0 auto auto 0 !important;
    z-index: 85 !important;
}
.f-link h3 {
    font-family: verveine, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 38px !important;
    color: var(--blue) !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 90% !important;
}
.menu-toggle {
    border: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
}
.menu-toggle span {
    display: block !important;
    height: 3px !important;
    margin-bottom: 3px !important;
    width: 32px !important;
    background-color: var(--blue) !important;
    transition: all 0.2s ease !important;
}
.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translateY(0.5rem) !important;
}
.menu-toggle.active span:nth-child(2) {
    opacity: 0 !important;
}
.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-0.5rem) !important;
}
.menu-toggle span:last-of-type {
    margin-bottom: 0 !important;
}
.nav-container-mobile {
    width: 0 !important;
    overflow: hidden !important;
    top: 0 !important;
    left: 0 !important;
    height: 100vh !important;
    background-color: white !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nav-container-mobile.active {
    width: calc((100% / 4) * 3) !important;
}
.site-header .nav-container-mobile nav ul li {
    display: block !important;
    margin-right: 0 !important;
    padding-right: 1rem !important;
    line-height: 2.5rem !important;
}
.site-header .nav-container-mobile nav {
    margin-top: 12rem !important;
    margin-left: 1.5rem !important;
    transition: all 0.2s ease !important;
}
.scrolled .site-header .nav-container-mobile nav {
    margin-top: 9rem !important;
}
.site-footer .col-12 {
    text-align: center !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.site-footer .col-12 h3 {
    font-size: 16px !important;
    margin-top: 1rem !important;
}
.flickity-prev-next-button.previous {
    left: 0 !important;
}
.flickity-prev-next-button.next {
    right: 0 !important;
}
.breadcrumb {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--blue) !important;
    display: none !important;
}
.breadcrumb li {
    display: inline-block !important;
}
.breadcrumb li a {
    color: var(--blue) !important;
    text-decoration: underline !important;
}
.breadcrumb li::after {
    display: inline-block !important;
    content: '>' !important;
    padding: 0 0.25rem !important;
}
.breadcrumb li:last-of-type::after {
    display: none !important;
}
.page-info p {
    text-align: center !important;
    color: var(--blue) !important;
    font-size: 18px !important;
    margin: 0 auto !important;
}
.page-info .section-title {
    margin: 0 !important;
}
.page-footer a {
    text-decoration: none;
}
.cat-link {
    margin-bottom: 2rem !important;
}
.cat-link,
.cta-catinfo,
.recipes-link {
    display: block !important;
    text-decoration: none !important;
}
.recipes-link {
    margin-bottom: 2rem !important;
}
.cat-container,
.cta-container,
.recipes-container {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 87% !important;
    position: relative !important;
    overflow: hidden !important;
}
.recipes-container {
    padding-bottom: 50% !important;
}
.cat-container .cat-thumb,
.cta-container .cta-thumb,
.recipes-container .recipes-thumb {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all 0.2s ease !important;
}
.cat-link:hover .cat-container .cat-thumb,
.cta-catinfo:hover .cta-container .cta-thumb,
.recipes-link:hover .recipes-container .recipes-thumb {
    transform: scale(1.1) !important;
}
.cat-link .cat-title,
.cta-catinfo .cta-title,
.recipes-link .recipes-title {
    position: relative !important;
    width: calc(100% - 2rem) !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 2.5rem !important;
    padding-top: 2rem !important;
    margin-top: -2rem !important;
}
.cat-link .cat-title span,
.cta-catinfo .cta-title span,
.recipes-link .recipes-title span {
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 100% !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    display: block !important;
}
.cat-link .cat-title::before,
.cta-catinfo .cta-title::before,
.recipes-link .recipes-title::before {
    display: block !important;
    content: '' !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    inset: 0 auto auto 0 !important;
    background-color: var(--blue) !important;
    opacity: 0.8 !important;
}
.grid-info .section-title {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.grid-info p {
    color: var(--blue) !important;
    font-size: 18px !important;
}
.subcat-thumb {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    min-height: 150px !important;
}
.product-container {
    display: block !important;
    text-decoration: none !important;
}
.product-container:hover img {
    transform: scale(1.1) !important;
}
.product-container .inner-container {
    border: 1px solid var(--sc04) !important;
    padding: 0.5rem !important;
    position: relative !important;
}
.product-container img {
    display: block !important;
    max-width: 80% !important;
    max-height: 80% !important;
    transition: all 0.2s ease !important;
}
.products-grid .col {
    width: 20% !important;
}
.product-container .product-title {
    font-size: 16px !important;
    font-weight: bold !important;
    color: var(--blue) !important;
    margin-top: 0 !important;
    overflow: hidden !important;
    text-align: left !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.product-container .product-thumb {
    padding: 0.5rem !important;
    overflow: hidden !important;
    min-height: 150px !important;
    max-height: 150px !important;
}
.add-cart {
    display: block !important;
    position: absolute !important;
    inset: auto 0.5rem 0.5rem auto !important;
    width: 48px !important;
    height: 48px !important;
    background-color: #7ea1c5 !important;
    color: white !important;
    border-radius: 50% !important;
    border: 2px solid white !important;
    text-align: center !important;
    line-height: 48px !important;
    transition: all 0.2s ease !important;
}
.add-cart:hover {
    transform: scale(1.1) !important;
    background-color: var(--blue) !important;
}
.product-container .details {
    color: var(--grey) !important;
    text-align: left !important;
    display: block !important;
    font-size: 14px !important;
}
.product-container .price {
    color: var(--blue) !important;
    text-align: left !important;
    display: block !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
}
.product-container .price > span {
    position: relative !important;
}
.product-container .price .discounted {
    position: static !important;
    display: block !important;
    font-size: 14px !important;
    color: var(--grey) !important;
    text-decoration: line-through !important;
    min-height: 21px !important;
}
.sort-order {
    font-size: 14px !important;
    color: var(--blue) !important;
}
.sort-order select {
    border: 0 !important;
    color: var(--blue) !important;
    font-weight: bold !important;
}
aside {
    margin-bottom: 3rem !important;
}
aside h3 {
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 18px !important;
    color: var(--blue) !important;
}
aside h4 {
    font-weight: bold !important;
    font-size: 18px !important;
    color: var(--blue) !important;
}
aside ul {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0.5rem !important;
    font-size: 18px !important;
}
aside ul li a {
    color: var(--grey) !important;
    text-decoration: none !important;
}
aside ul li a:hover {
    color: var(--lightblue) !important;
}
aside ul li a.active {
    font-weight: bold !important;
}
.product-photo {
    width: 100% !important;
    max-width: 70% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 1.5rem auto !important;
}
.product-details .prod-cat,
.product-details .back {
    color: var(--blue) !important;
}
.product-details .back a,
.product-details .back a span {
    color: var(--blue) !important;
    text-decoration: none !important;
}
.product-details .back a {
    padding-left: 0.2rem !important;
    padding-right: 0 !important;
    color: var(--blue) !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}
.product-details .back a:hover {
    padding-left: 0 !important;
    padding-right: 0.2rem !important;
}
.product-details .single-product-title {
    font-family: verveine, sans-serif !important;
    color: var(--blue) !important;
    font-size: 48px !important;
    margin: 0 !important;
}
.product-details .prod-id {
    color: var(--grey) !important;
}
.product-details .sp-price {
    font-size: 38px !important;
    color: var(--blue) !important;
    font-weight: bold !important;
}
.product-details .price-per-unit {
    font-size: 18px !important;
    color: var(--grey) !important;
    margin-bottom: 1rem !important;
}
.product-details .availability {
    font-size: 14px !important;
    color: var(--green) !important;
}
.product-details .shipment-details {
    font-size: 14px !important;
    color: var(--grey) !important;
}
.product-quantity-input a {
    display: inline-block !important;
    width: 1rem !important;
    text-decoration: none !important;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    color: black !important;
    font-weight: bold !important;
}
.product-quantity-input input {
    width: 2rem !important;
    text-decoration: none !important;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    color: black !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    padding: 0 !important;
    text-align: center !important;
}
.buy-block {
    margin: 0.5rem 0 0.5rem 0 !important;
}
a.button.buy {
    width: 60% !important;
    max-width: 250px !important;
    padding: 0.25rem 0.5rem !important;
    margin-left: 1.5rem !important;
}
.product-details .description {
    margin: 0 0 0.5rem 0 !important;
    color: var(--blue) !important;
}
.product-details .extra-section {
    color: var(--blue) !important;
}
.product-details .extra-section .extra-title {
    color: var(--blue) !important;
    background-color: var(--recipesblue) !important;
    font-size: 18px !important;
    line-height: 2rem !important;
    cursor: pointer !important;
    font-weight: bold !important;
    padding: 0 1rem !important;
}
.product-details .extra-section .extra-title span {
    padding: 0 1rem !important;
    color: var(--grey) !important;
    transition: all 0.2s ease !important;
}
.product-details .extra-section .extra-title.clicked span {
    transform: rotate(180deg) !important;
}
.product-details .extra-section .extra-title + div {
    display: none;
}
.product-details .extra-section {
    margin-bottom: 2rem !important;
}
.product-details .extra-section table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid var(--grey) !important;
}
.product-details .extra-section table td {
    border: 1px solid var(--grey) !important;
    padding: 0 0.25rem !important;
}
.product-details .extra-section table tr:hover {
    background-color: var(--green) !important;
}
.related .section-title {
    margin-top: 0 !important;
}
.cart-product-contanier {
    border: 1px solid var(--sc04) !important;
    margin-bottom: 1rem !important;
}
.checkout {
    margin-top: 1rem !important;
}
.checkout .prod-thumb {
    margin: 1rem 0.5rem !important;
    height: 0 !important;
    padding-bottom: 50% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.checkout .prod-and-price,
.checkout .prod-qty {
    padding: 0 0.5rem !important;
}
.checkout .prod-and-price h2 {
    font-size: 16px !important;
    color: var(--blue) !important;
    font-weight: bold !important;
    margin-top: 0.5rem !important;
    line-height: 2rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.checkout .prod-and-price .price,
.checkout .tot-last-col .price {
    font-size: 18px !important;
    color: black !important;
    margin: 0 0 0.5rem 0 !important;
    font-weight: bold !important;
}
.checkout .tot-last-col .price {
    color: var(--blue) !important;
}
.checkout .prod-and-price p.details {
    font-size: 16px !important;
    color: var(--grey) !important;
    margin: 0 !important;
}
.checkout .prod-qty h2,
.checkout .tot-last-col h2 {
    font-size: 14px !important;
    color: black !important;
    font-weight: bold !important;
    margin-top: 0.5rem !important;
    line-height: 2rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.checkout .tot-last-col h2 {
    font-size: 14px !important;
    margin-top: 0.5rem !important;
    line-height: 2rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.checkout .tot-last-col {
    text-align: right !important;
    padding: 0 0.5rem 0.5rem 0.5rem !important;
}
.checkout .del-col .material-symbols-outlined {
    color: var(--grey) !important;
    transition: all 0.2s linear !important;
    font-size: 1rem !important;
}
.checkout .del-col a:hover .material-symbols-outlined {
    color: var(--red) !important;
}
.del-col > .w-100 {
    margin-top: 0.5rem !important;
}
.del-col a {
    line-height: 2rem !important;
}
.tot-last-col {
    margin-top: 0.5rem !important;
    line-height: 2rem !important;
}
.total-checkout .col-6:nth-child(odd) {
    color: black !important;
}
.total-checkout .col-6:nth-child(even) {
    color: var(--blue) !important;
    text-align: right !important;
}
.total-checkout .col-6 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.total-checkout {
    font-size: 18px !important;
    font-weight: bold !important;
}
.total-checkout.bottom-block {
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    border-top: 2px solid var(--lightblue) !important;
    margin-bottom: 1rem !important;
}
.checkout a.button {
    display: block !important;
    text-align: center !important;
    padding: 0.25rem 0.5rem !important;
}
.support-link {
    display: inline-block !important;
    text-decoration: underline !important;
    color: var(--blue) !important;
    transition: all 0.2s linear !important;
}
.support-link:hover {
    color: var(--lightblue) !important;
}
.form > div.col-12 {
    margin: 1rem auto !important;
}
.form fieldset {
    margin: 1rem 0 2rem 0 !important;
}
.page p,
.page ol,
.page ul {
    color: var(--blue) !important;
}
.page .site-footer p {
    color: white !important;
}
.page p a {
    color: var(--blue) !important;
    text-decoration: underline !important;
    transition: all 0.2s linear !important;
}
.page p a:hover {
    color: var(--lightblue) !important;
}
/*
.form span {
    padding-right: 1rem !important;
}
*/
.form .wpcfu span {
    padding-right: 0 !important;
}
#authentication .custom-checkbox label {
    padding-left: 0;
}
#authentication .custom-checkbox label em {
    padding-top: 0.3rem;
}
.form input,
.form textarea {
    border: 1px solid var(--grey) !important;
    border-radius: 0 !important;
    padding: 0.25rem 0.5rem !important;
}
.form .d-flex > input:first-of-type {
    margin-right: 1rem !important;
}
.form .d-flex > input:last-of-type {
    margin-right: 0 !important;
}
.form .d-flex > input:first-of-type {
    margin-right: 1rem !important;
}
.form .d-flex > input {
    width: calc(50% - 0.5rem) !important;
}
#customer-form fieldset .form-group.row {
    padding-top: 1rem;
}
.form div.w-100 input,
.form div.w-100 textarea {
    width: 100% !important;
}
.form em {
    display: block !important;
    color: var(--grey) !important;
    font-size: 14px !important;
}
.ets_cfu_col {
    padding-left: 0;
    padding-right: 0;
}
.ets_cfu_box.style3 .ets_cfu_col {
    padding: 0;
}
.contact-form .wpcfu .ets_cfu_help_block {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.contact-form .wpcfu .ets_cfu_input_submit {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.ets_cfu_box.style3 .ets_cfu_col {
    width: calc(50% - 0.5rem);
}
.ets_cfu_box.style3 {
    display: flex;
    justify-content: space-between;
}
.custom-radio input[type="radio"]:checked+span {
    background-color: var(--blue);
}
.page-authentication #customer-form > fieldset > div:nth-child(1) > label {
    padding-left: 0 !important;
}
#customer-form label[for="field-firstname"]  + .col-md-6 {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: 0.5rem;
}
#customer-form > fieldset > div.form-group:nth-child(2) {
    margin-right: 0 !important;
}
.page-authentication #customer-form > fieldset > div:nth-child(6) > div.col-md-6 > div.input-group {
    padding-right: 4rem !important;
}
body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: var(--blue);
}
.nav-item .nav-separator {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    text-decoration: none;
}
body#checkout section.checkout-step #customer-form {
    margin-left: 0;
}
body#checkout section.checkout-step .step-title {
    border-bottom: 2px solid var(--lightblue);
}
body#checkout section.checkout-step.-current+.checkout-step .step-title {
    border-top: 2px solid var(--lightblue);
}
p.form-informations {
    padding-top: 1rem;
}
body#checkout #footer {
    padding: 0;
}
.input-group .input-group-btn>.btn[data-action="show-password"] {
    padding: 0.5rem 1rem;
    background: var(--blue);
}
#login-form .w-100 {
    padding-top: 1rem;
}
.form-footer {
    padding-top: 1rem;
}
label[for="field-password"] + .col-md-6 {
    padding-right: var(--bs-gutter-x);
}
.custom-radio {
    vertical-align: text-bottom;
}
body#checkout section.checkout-step .step-title {
    padding-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: none;
}
.checkout-step .form-control {
    border: 1px solid var(--grey);
    border-radius: 0;
}
.checkout-step #payment-form button {
    display: none !important;
}
.page-my-account #content .links a {
    color: var(--blue);
    text-decoration: none;
}
.page-my-account #content .links a,
.page-my-account #content .links a i {
    transition: all 0.2s ease;
}
.page-my-account #content .links a:hover,
.page-my-account #content .links a:hover i {
    color: var(--lightblue);
}
.page-my-account #content .links a i {
    color: var(--blue);
}
.page-addresses .address .address-footer a,
.page-addresses .addresses-footer a {
    margin-right: 0.5rem;
    color: var(--blue);
    text-decoration: none;
    transition: all 0.2s ease;
}
.page-addresses .address .address-footer a:hover,
.page-addresses .addresses-footer a:hover {
    color: var(--lightblue);
}
.tag-Gratis, .tag-Frei {
    background-color:var(--red) !important;
}
/************************
Media queries 
************************/
/* XS */
@media (min-width: 376px) {
    .product-container .product-title,
    .product-container .details,
    .product-container .price {
        text-align: center !important;
    }
    .product-container .price .discounted {
        position: absolute !important;
        top: 50% !important;
        left: -85% !important;
        transform: translateY(-50%) !important;
    }
    .fp-carousel .carousel-cell h3.product-title,
    .fp-carousel .carousel-cell .details,
    .fp-carousel .carousel-cell .price {
        text-align: center !important;
    }
    .fp-carousel .carousel-cell .price > span .discounted {
        left: -75% !important;
        top: 50% !important;
    }
}
/* SM */
@media (min-width: 576px) {
    .page {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .site-header .nav-container-mobile nav {
        margin-left: 2.5rem !important;
    }
    .site-footer .col-12 {
        text-align: left !important;
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .fp-carousel .product-thumb {
        height: 200px !important;
    }
    .fp-carousel .carousel-cell .price > span .discounted {
        left: -100% !important;
    }
    .f-link h3 {
        width: 75% !important;
    }
    .slideshow {
        padding-bottom: 75% !important;
    }
    .slideshow .carousel-cell h2 {
        font-size: 42px !important;
        line-height: 50px !important;
    }
    .site-header {
        font-size: 14px !important;
    }
    .slideshow .carousel-cell > div {
        padding: 2rem !important;
    }
    .cat-link .cat-title,
    .cta-catinfo .cta-title,
    .recipes-link .recipes-title {
        font-size: 16px !important;
    }
    .product-container .price .discounted {
        left: -100% !important;
    }
    .recipes-link {
        margin-bottom: 0 !important;
    }
    .checkout .prod-thumb {
        margin: 1rem !important;
    }
    .checkout .prod-and-price h2 {
        font-size: 22px !important;
        margin-top: 1rem !important;
    }
    .checkout .prod-and-price .price,
    .checkout .tot-last-col .price {
        font-size: 26px !important;
    }
    .checkout .prod-and-price,
    .checkout .prod-qty {
        padding: 0 1rem !important;
    }
    .checkout .prod-qty h2,
    .checkout .tot-last-col h2 {
        font-size: 18px !important;
        margin-top: 1rem !important;
    }
    .buy-block {
        margin: 1rem 0 !important;
    }
    .product-quantity-input a {
        font-size: 1.5rem !important;
    }
    .product-quantity-input input {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
        width: 3rem !important;
    }
    .checkout .tot-last-col {
        padding: 0 1rem 1rem 1rem !important;
    }
    .checkout .tot-last-col h2 {
        font-size: 18px !important;
    }
    .checkout .del-col .material-symbols-outlined {
        font-size: 24px !important;
    }
    .total-checkout {
        font-size: 26px !important;
    }
    .total-checkout .col-8,
    .total-checkout .col-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .del-col > .w-100 {
        margin-top: 1rem !important;
    }
    .tot-last-col {
        margin-top: 1rem !important;
    }
}
/* MD */
@media (min-width: 768px) {
    .nav-container-mobile.active {
        width: calc(100% / 3) !important;
    }
    .slideshow {
        padding-bottom: 65% !important;
    }
    .slideshow .carousel-cell > div {
        padding: 3rem !important;
    }
    .mask .label {
        font-size: 22px !important;
    }
    .cat-link .cat-title,
    .cta-catinfo .cta-title,
    .recipes-link .recipes-title {
        font-size: 18px !important;
    }
    .cart .cart-header,
    .cart .cart-body {
        display: flex;
        align-items: center !important;
        justify-content: space-between !important;
    }
}
/* LG */
@media (min-width: 992px) {
    .footer-logo-link {
        margin: 0 2rem 1rem 2rem !important;
    }
    .fp-carousel .carousel-cell.col-3 {
        width: calc((100% / 3) - ((1rem / 3) * 2)) !important;
        margin-right: 1rem !important;
    }
    .slideshow {
        padding-bottom: 50% !important;
    }
    .slideshow .carousel-cell h2 {
        font-size: 60px !important;
        line-height: 50px !important;
    }
    .custom-lg-3-5 {
        width: 60% !important;
    }
    .custom-lg-2-5 {
        width: 40% !important;
    }
    aside h3 {
        margin-top: 2rem !important;
    }
}
/* XL */
@media (min-width: 1200px) {
    .page {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .site-header nav ul li,
    .site-header ul.top-menu li,
    .site-header ul.top-menu li.category,
    .site-header ul.top-menu li.link,
    .site-header .menu ul.top-menu li.link {
        margin-right: 1.5rem !important;
    }
    .logo-container {
        text-align: left !important;
    }
    .cart-container {
        text-align: left !important;
    }
    .cart,
    .cart-header {
        display: block;
    }
    .cart .cart-header {
        background-color: var(--lightblue) !important;
        color: white !important;
    }
    .scrolled .site-header .logo-link {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .footer-logo-link {
        margin: 0 0 1rem 0 !important;
    }
    .site-footer .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .site-footer .col-12 h3 {
        margin-top: 2rem !important;
    }
    .fp-carousel .carousel-cell.col-3 {
        width: calc((100% / 4) - ((1rem / 4) * 3)) !important;
        margin-right: 1rem !important;
    }
    .f-link {
        margin-bottom: 0 !important;
    }
    .f-link h3 {
        width: 50% !important;
    }
    .slideshow {
        padding-bottom: 36% !important;
    }
    .slideshow .carousel-cell h2 {
        font-size: 80px !important;
        line-height: 60px !important;
    }
    .cat-link .cat-title,
    .recipes-link .recipes-title {
        font-size: 22px !important;
    }
    .custom-xl-n5 {
        width: 20% !important;
    }
    .checkout .del-col {
        margin-top: 4.25rem !important;
    }
    .checkout .prod-thumb {
        padding-bottom: 35% !important;
    }
    .checkout .del-col {
        margin-top: 0 !important;
    }
}
/* XXL */
@media (min-width: 1400px) {
    .page {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .site-header nav ul li,
    .site-header ul.top-menu li,
    .site-header ul.top-menu li.category,
    .site-header ul.top-menu li.link,
    .site-header .menu ul.top-menu li.link {
        margin-right: 2rem !important;
    }
}
/* XXXL */
@media (min-width: 1600px) {
    .page {
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }
}