:root {
    --ganzhelleshigreen: #DEDFDE;
    --higreenbraun: #564E58;
    --higreenhellbraun: #899088;
    --dunklesHigreen: #889087;
    --danger-color: #ae0101;
    --success-color: #4a934a;
    --warning-color: #c39c00;
    --bg-danger: #fff4f4;
    --bg-warning: #fff3cd;
    --font-warning: #664d03;
    --border-warning: #ffe69c;
    --helleshigreen: #A4B78D;
    --higreen-green: #899a71;
    --rosa: #E6D5CD;
    --bg-higreen: #c7ccc6;
    --bg-helleshigreen: #c2d0b1;
    --bg-ganzhelleshigreen: #EBECEB;
    --bg-ganzhelleshigreen-light: #F5F5F5;
    --bg-ganzhelleshigreen-dark: #E5E5E5;
    --bg-rosa: #FAF7F5;
    --higreen-main-navbar-height: 80px;
    --higreen-secondary-navbar-height: 40px;
    --font-regular: "HelveticaNow-Regular","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
    --font-medium: "HelveticaNow-Medium","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
    --font-light: "HelveticaNow-Light","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
}
@font-face {
    font-family:"Inter";font-style:normal;font-weight:400;font-display:fallback;src:url(../fonts/Inter-Regular.ttf)format("truetype")
}

@font-face {
    font-family:"Inter";font-style:normal;font-weight:600;font-display:fallback;src:url(../fonts/Inter-SemiBold.ttf)format("truetype")
}

@font-face {
    font-family:"Inter";font-style:normal;font-weight:700;font-display:fallback;src:url(../fonts/Inter-Bold.ttf)format("truetype")
}

@font-face {
    font-family:"HelveticaNow-Regular";font-display:swap;src:url(../fonts/HelveticaNowText-Regular.ttf)format("truetype")
}

@font-face {
    font-family:"HelveticaNow-Medium";font-display:swap;src:url(../fonts/HelveticaNowText-Medium.ttf)format("truetype")
}

@font-face {
    font-family:"HelveticaNow-Light";font-display:swap;src:url(../fonts/HelveticaNowText-Light.ttf)format("truetype")
}

@font-face {
    font-family:"HelveticaNow-ExtraBold";font-display:swap;src:url(../fonts/HelveticaNowText-ExtraBold.ttf)format("truetype")
}

@font-face {
    font-family:"HelveticaNow-Bold";font-display:swap;src:url(../fonts/HelveticaNowText-Bold.ttf)format("truetype")
}

html {
    overflow-x: hidden;
}

body {
    overflow: unset!important;
    margin-top: calc(var(--higreen-main-navbar-height) + var(--higreen-secondary-navbar-height));
}
.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: .5rem;
    font-family: "Inter",sans-serif;
    font-weight: 700;
    color: #4a545b
}
/* navbar */
/* secondary navbar */
nav.secondary-navbar {
    top: 0;
}
nav.navbar.secondary-navbar {
    background-color: white;
    min-height: var(--higreen-secondary-navbar-height);
    max-height: var(--higreen-secondary-navbar-height);
    padding: 0 20px;
    z-index: 1040;
    align-items: unset;
}
nav.navbar.secondary-navbar div.container-fluid {
    padding: 0.3rem 0;
    border-bottom: 1px solid var(--ganzhelleshigreen);
}
nav.secondary-navbar * {
    font-size: 12px !important;
}
nav.secondary-navbar span{
    color: var(--dunklesHigreen);
}
nav.secondary-navbar svg{
    width: 1em;
    height: auto;
    margin-right: 0.75em;
}

nav.navbar.secondary-navbar .search-field {
    border: none;
    width: 100px;
    border: 1px solid var(--white);
    border-radius: 0;
}
    nav.navbar.secondary-navbar .search-field:focus,
    nav.navbar.secondary-navbar .search-field:focus-visible {
        outline: none;
        width: 100px;
        border-color: var(--higreenbraun);

    }

    .global-search-results {
        display: none;
        position: absolute;
        right: 0;
        top: calc(100% + 1px);
        width: 100%;
        background-color: var(--white);
        box-shadow: 0px 6px 6px #afafaf;
        z-index: 5000;
        max-height: 510px;
        overflow-y: auto;
        max-width: 570px;
    }
        .global-search-results ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
            .global-search-results li {
                padding: 10px 20px;
                transition: all 200ms ease-in-out;
                background-color: var(--white);
            }
                .global-search-results li:hover {
                    background-color: var(--bg-ganzhelleshigreen);
                }
            .global-search-results li:not(:last-child) {
                border-bottom: 1px solid var(--higreenbraun);
            }
                .global-search-results li a > div {
                    display: flex;
                    flex-direction: row;
                }
                    .global-search-results li a > div > div {
                        display: flex;
                        flex-direction: column;
                        position: relative;
                    }
                    .global-search-results li a > div > div:last-child {
                        width: 100%;
                        padding-right: 20px;
                    }
                        .global-search-results li a > div > .product-info > div {
                            position: absolute;
                            right: -12px;
                            top: 12px;
                        }

                .global-search-results li a > div > .product-image {
                    margin-right: 10px;
                }
                    .global-search-results li a > div > .product-image > div {
                        height: 80px;
                        width: 80px;
                        margin: auto;
                        background-size: cover;
                        background-position: center;
                    }
                .global-search-results li h3 {
                    font-size: 16px;
                    margin-bottom: 5px;
                }
                .global-search-results li p {
                    font-size: 14px;
                    margin-bottom: 0;
                }
    .global-search-results:hover {
        display: block;
    }

#newsletter-bestellen {
    scroll-margin: calc(var(--higreen-main-navbar-height) + var(--higreen-secondary-navbar-height) + 10px);
}
@media only screen and (max-width: 576px) {
    :root {
        --higreen-secondary-navbar-height: 40px;
    }
    nav.secondary-navbar svg{
        margin-right: 0rem;
        width: 20px;
    }
}
nav.secondary-navbar span{
    color: var(--dunklesHigreen);
}
/* mainnavbar */
nav.main-navbar {
    top: var(--higreen-secondary-navbar-height);
}
nav.navbar.main-navbar {
    background-color: white;
    min-height: var(--higreen-main-navbar-height);
    max-height: var(--higreen-main-navbar-height);
    padding: 0 20px;
}
nav.main-navbar img.navbar-logo {
    height: auto;
    max-width: 110px;
    object-fit: contain;
}
nav.main-navbar .navbar-collapse {
    background-color: white;
    width: 100%;
}
.navbar-nav {
    width: 100%;
}
nav.main-navbar .offcanvas {
    background: #fff;
    height: 100%;
    width: 90%;
}
/* #offcanvasNavbar .navbar-nav > .nav-item:first-of-type a.nav-link::before{ */
a.nav-link.livestock::before{
    content: "";
    display: inline-block;
    width: 1.5em !important;
    height: 1.5em !important;
    position: static !important;
    border-radius: 50%;
    border: .375em solid rgba(255, 255, 255, .7);
    background: var(--dunklesHigreen);
    margin: -.3em .5em -.3em 0;
}
nav.main-navbar a.nav-link {
    font-size: 1rem;
}
#offcanvasNavbar a.nav-link.active {
    color: var(--helleshigreen);
}
@media only screen and (max-width: 1440px) {
    #offcanvasNavbar a.nav-link {
        font-size: 0.9rem !important ;
    }
    nav.main-navbar .nav-item {
        margin: 0 0.3rem;
    }
}
@media only screen and (max-width: 1310px) {
    #offcanvasNavbar a.nav-link {
        font-size: 0.9rem !important ;
    }
    .nav-item {
        margin: 0 0.2rem;
    }
    #offcanvasNavbar .notification-amount {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        background-color: var(--dunklesHigreen);
        color: var(--white);
        text-align: center;
        line-height: 20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-family: var(--font-regular);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1190px) {
    #offcanvasNavbar a.nav-link {
        font-size: 0.75rem !important ;
        padding: 0;
    }
    nav.main-navbar .nav-item {
        margin: 0 0.1rem;
    }
}
@media only screen and (max-width: 991px) {
    nav.main-navbar .nav-item {
        margin: 0.6rem 0;
        display: flex;
        flex-direction: column;
    }
    .nav-item a.dropdown-toggle-links > i {
        transition: transform 250ms ease-in-out;
    }
    .nav-item a.dropdown-toggle-links.show > i {
        transform: rotate(180deg);
    }
    nav.main-navbar li.nav-item > div.item-link {
        display: flex;
    }
    nav.main-navbar .nav-item > ul.dropdown-menu {
      position: relative;
      border: 0;
      padding-left: 1rem;
    }
    #offcanvasNavbar a.dropdown-item {
        width: fit-content;
    }
    #offcanvasNavbar a.dropdown-item:hover {
        background-color: transparent;
    }
    #offcanvasNavbar {
        min-width: 320px;
        max-width: 400px;
    }
    #offcanvasNavbar a.nav-link.active:not(.dropdown-item) {
        color: var(--helleshigreen);
    }
}
nav.main-navbar .navbar-toggler {
    background-color: transparent;
    border: 1.2px solid var(--dunklesHigreen);
    height: 50px;
    width: 50px;
}
nav.main-navbar .navbar-toggler:focus {
    outline: 0;
    box-shadow: 0 0 0 0.05rem;
}
@media only screen and (min-width: 992px) {

    nav.main-navbar .nav-item {
        padding: 0 0.7rem;
        width: fit-content;
        display: flex;
        align-items: center;
    }
    nav.main-navbar .navbar-nav > .nav-item {
        min-height: calc(var(--higreen-main-navbar-height));
    }

    nav.main-navbar li.nav-item.dropdown-center > .dropdown-menu {
        display: none;
        flex-direction: row;
        border: none;
        border-radius: 0;
        margin-top: 0rem !important;
        padding: 0;
        list-style: none;
        transition: all 250ms ease-in-out;
        background-color: var(--white);
        position: absolute;
        white-space: nowrap;
        width: 100%;
        left: 0;
        justify-content: space-evenly;
        padding: calc((var(--higreen-main-navbar-height) - 51.2px) / 2) 0;
    }
        nav.main-navbar .dropdown-menu li {
            display: flex;
            flex-direction: column;
        }
            nav.main-navbar .dropdown-menu .dropdown-menu li a.nav-link {
                font-size: 14px;
            }
        nav.main-navbar li.nav-item.dropdown-center > .dropdown-menu .dropdown-menu {
            display: flex;
            flex-direction: column;
            position: inherit;
            border: unset;
            width: 100%;
        }
        nav.main-navbar .navbar-nav .nav-item.dropdown-side .dropdown-menu.dropdown-double {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* Zwei Spalten mit gleicher Breite */
            grid-gap: 0 1rem;
        }

        .backdrop-navbar {
            background-color: var(--higreenbraun);
            opacity: 0.4;
            height: 100vh;
            width: 100vw;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1020;
            display: none;
            transition: all 1050ms ease-in-out;
        }

    /* On hover */
    nav.main-navbar li.nav-item.dropdown-center:hover > .dropdown-menu {
        display: flex;
    }
        
    

    nav.main-navbar .dropdown-item {
        padding: 0.4rem 0;
    }
    .dropdown-item:focus,.dropdown-item:hover {
        background-color: transparent;
    }
        nav.main-navbar .navbar-nav > .nav-item > .dropdown-menu {
            top: 100%;
        }
    #profile-dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    #profile-dropdown .notification-amount {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -24px;
        background-color: var(--dunklesHigreen);
        color: var(--white);
        text-align: center;
        line-height: 20px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-family: var(--font-regular);
    }
        #profile-dropdown li .notification-amount {
            top: 50%;
            transform: translateY(-50%);
            right: 5px;
        }
    #offcanvasNavbar .dropdown-menu a {
        white-space: nowrap;
    }
    nav.main-navbar .dropdown-menu li a:hover {
        opacity: 1;
        background-color: transparent;
    }
    #offcanvasNavbar a.nav-link.dropdown-item.active {
        color: #899a71;
        opacity: 1;
        background-color: transparent;
    }

    nav.main-navbar .nav-item {
        cursor: pointer;
        transition: all 200ms ease-in-out;
    }

        nav.main-navbar .dropdown-center .nav-link.dropdown-item,
        nav.main-navbar .dropdown-side .nav-link.dropdown-item {
            position: relative;
            padding-right: 0px;
            margin-right: 24px;
        }
            nav.main-navbar .dropdown-center > div > .nav-link.dropdown-item:before,
            nav.main-navbar .dropdown-center > div > .nav-link.dropdown-item:after {
                content: '';
                position: absolute;
                width: 12px;
                height: 2px;
                background-color: var(--higreenbraun);
                top: 50%;
                transform: translateY(-50%);
                transition: all 200ms ease-in-out;
            }
            nav.main-navbar .dropdown-center > div > .nav-link.dropdown-item:before {
                right: -14px;
                transform: rotate(40deg);
            }
            nav.main-navbar .dropdown-center > div > .nav-link.dropdown-item:after {
                right: -23px;
                transform: rotate(-40deg);
            }

        nav.main-navbar .nav-item:hover > div > .nav-link {
            color: var(--higreen-green);
        }
            nav.main-navbar .nav-item:hover > div > .nav-link::before,
            nav.main-navbar .nav-item:hover > div > .nav-link::after {
                background-color: var(--higreen-green);
            }
        
}

.banner {
    z-index: 1028;
    display: flex;
    position: sticky;
    position: --webkit-sticky;
    top: calc(var(--higreen-main-navbar-height) + var(--higreen-secondary-navbar-height));
    width: 100vw;
}
    .banner > * {
        color: var(--white)!important;
        font-weight: 400!important;
        font-size: 18px!important;
        padding: 5px!important;
        margin: auto;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }
    .banner.warning-banner {
        background-color: var(--danger-color);
    }

    .banner.info-banner {
        background-color: var(--warning-color);
    }

#infoModal .modal-content {
    background-color: var(--helleshigreen);
}
    #infoModal .modal-content .modal-header {
        background: repeating-linear-gradient(
        -45deg,
        var(--higreenhellbraun),
        var(--higreenhellbraun) 10px,
        var(--helleshigreen) 10px,
        var(--helleshigreen) 20px
        );
    }
    #infoModal .modal-content p {
        font-family: var(--font-medium);
    }

#postalcodeModal .modal-header,
#postalcodeModal .modal-footer,
#pharmacyModal .modal-header,
#pharmacyModal .modal-footer {
    border: none;
}

#postalcodeModal .modal-content p,
#pharmacyModal .modal-content p {
    font-size: 16px;
}
    #postalcodeModal .input-group,
    #pharmacyModal .input-group {
        border: 1px solid var(--higreenbraun);
    }
        #postalcodeModal .input-group span,
        #pharmacyModal .input-group span {
            background: none;
            color: var(--higreenbraun);
            border: none
        }
        #postalcodeModal .input-group input,
        #pharmacyModal .input-group input {
            color: var(--higreenbraun);
            border: none;
            height: 36px;
            font-size: 1rem;
        }

#pharmacyModal .pharmacies-list h3 {
    background-color: var(--dunklesHigreen);
    border: 1px solid var(--higreenbraun);
    color: var(--white);
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px 10px;
}
#pharmacyModal .pharmacies-list h5 {
    font-size: 16px;
    padding: 0;
    margin: 0;
}
#pharmacyModal .pharmacies-list p {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
#pharmacyModal .pharmacies-list a {
    position: absolute;
    top: -10px;
    right: 0;
}
    #pharmacyModal .pharmacies-list > div > div > .pharmacy:not(:last-child) {
        border-bottom: 1px solid var(--higreenbraun);
    }

#specialOfferModal .header-img {
    background-image: url('../img/special_offer/special_offer_modal_header.png');
    background-position: center;
    background-size: cover;
    height: 150px;
    width: 100%;
}
    #specialOfferModal .header-img img {
        height: 135px;
        width: auto;
        position: absolute;
        left: 45px;
        bottom: 0;
    }

#specialOfferModal .header-icons {
    background-color: var(--rosa);
    padding: 15px 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
    #specialOfferModal .header-icons > div {
        display: flex;
        flex-direction: column;
    }
        #specialOfferModal .header-icons > div > * {
            margin-inline: auto
        }
    #specialOfferModal .header-icons img {
        height: 51px;
        width: auto;
        margin-bottom: 25px;
    }
    #specialOfferModal .header-icons h6 {
        color: var(--higreenbraun);
        font-family: var(--font-medium);
        font-size: 15px;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 5px;
        text-align: center;
    }
    #specialOfferModal .header-icons p {
        color: var(--higreenbraun);
        font-family: var(--font-medium);
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
        text-align: center;
    }
    #specialOfferModal .subheader  {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
        #specialOfferModal .subheader > div {
            display: flex;
            flex-direction: row;
            padding: 15px 18px;
        }
        #specialOfferModal .subheader > div:first-child {
            background-color: var(--higreenbraun);
        }
        #specialOfferModal .subheader > div:last-child {
            background-color: var(--higreen-green);
        }
        #specialOfferModal .subheader > div > p {
            color: var(--white);
            margin: 0;
            margin-inline: auto;
            font-size: 13px;
        }
            #specialOfferModal .subheader > div > p > span {
                color: var(--rosa);
                margin-right: 3px;
                white-space: -moz-nowrap;
                white-space: -o-nowrap;
                white-space: nowrap;
            }
#specialOfferModal .modal-body .header {
    position: relative;
    display: flex;
    flex-direction: column;
}
    #specialOfferModal .modal-body .header h6 {
        position: relative;
        z-index: 1;
    }
    #specialOfferModal .modal-body .header a {
        position: relative;
        z-index: 1;
        background-color: #ffffff99;
        margin-right: auto;
    }
        #specialOfferModal .modal-body .header a:hover {
            background-color: var(--dunklesHigreen);
        }
        #specialOfferModal .modal-body .header .background-text {
            color: var(--higreenbraun);
            text-align: right;
            font-size: 55px;
            opacity: 0.1;
            position: absolute;
            line-height: 0.7;
            right: 0;
            bottom: 0;
            margin: 0;
            z-index: 0;
        }

#specialOfferModal .modal-dialog {
    max-width: min(1476px, 95vw);
}
    #specialOfferModal .modal-body .products .product {
        border: 1px solid var(--ganzhelleshigreen);
        margin: 10px 0;
    }
        #specialOfferModal .modal-body .products .product .product-img {
            width: 162px;
            height: 132px;
            display: flex;
        }
            #specialOfferModal .modal-body .products .product .product-img img {
                width: 115px;
                height: auto;
                margin: auto;
            }
    
    #specialOfferModal .modal-body .products .product .product-info {
        background: var(--ganzhelleshigreen);
        width: calc(100% - 162px - 80px);
    }
        #specialOfferModal .modal-body .products .product .product-info > div:first-child {
            width: calc(100% - 132px);
        }  
        #specialOfferModal .modal-body .products .product .product-info > div h3 {
            font-size: 16px;
        }    
        #specialOfferModal .modal-body .products .product .product-info > div p {
            font-size: 14px;
        }
        #specialOfferModal .modal-body .products .product .product-info .thc-cbd-value p {
            font-size: 14px;
            text-align: center;
            width: 100%;
        }    
        #specialOfferModal .modal-body .products .product .product-info .thc-cbd-value p span {
            font-size: 14px;
            font-family: var(--font-medium);
            font-weight: 600;
        }  
        #specialOfferModal .modal-body .products .product .product-info > div:last-child .thc-cbd-value {
            width: 132px;
        }    
            #specialOfferModal .modal-body .products .product .product-info > div:last-child .thc-cbd-value > div:first-child {
                background: var(--helleshigreen);
            }    
            #specialOfferModal .modal-body .products .product .product-info > div:last-child .thc-cbd-value > div:last-child {
                background: var(--dunklesHigreen);
            }    
                #specialOfferModal .modal-body .products .product .product-info > div:last-child .thc-cbd-value > div:last-child p {
                    background: var(--dunklesHigreen);
                    color: var(--white);
                }    
        #specialOfferModal .modal-body .products .product .product-info .product-status {
            font-size: 11px;
            line-height: 30px;
            white-space: -moz-nowrap;
            white-space: -o-nowrap;
            white-space: nowrap;
        }    
            #specialOfferModal .modal-body .products .product .product-info .product-status::before {
                border-width: 4px;
                width: 18px;
                height: 18px;
            }    
        #specialOfferModal .modal-body .products .product .product-info  .price {
            font-size: 25px;
            font-family: var(--font-medium);
            font-weight: 500;
            color: var(--higreenbraun);
            margin: 0;
            margin-top: auto;
        }    
        #specialOfferModal .modal-body .products .product .product-info .price span {
            font-size: 15px;
        }    
        #specialOfferModal .modal-body .products .product .add-to-cart {
            width: 80px;
            background-color: var(--dunklesHigreen);
            padding: 16px 11px;
        }    
            #specialOfferModal .modal-body .products .product .add-to-cart button {
                width: 100%;
                padding: 38px 15px;
                display: flex;
            }    
                #specialOfferModal .modal-body .products .product .add-to-cart button img {
                    width: 100%;
                    height: auto;
                }    

@media only screen and (max-width: 992px) {
    #specialOfferModal .modal-body .products .product .product-img {
        width: 61px;
        height: 63px;
    }
        #specialOfferModal .modal-body .products .product .product-img img {
            width: 46px;
        }
    #specialOfferModal .modal-body .products .product .add-to-cart {
        width: 39px;
        padding: 10px 7px;
    }
    #specialOfferModal .modal-body .products .product .product-info {
        width: calc(100% - 61px - 39px);
    }
    #specialOfferModal .modal-body .products .product .add-to-cart button {
        padding: 5px 3px;
    }
    #specialOfferModal .modal-body .products .product .product-info > div h3 {
        font-size: 12px;
    }
    #specialOfferModal .modal-body .products .product .product-info .price,
    #specialOfferModal .modal-body .products .product .product-info .price span {
        font-size: 12px;
    }
    #specialOfferModal .modal-body .products .product .product-info > div p {
        font-size: 11px;
    }
    #specialOfferModal .modal-body .products .product .product-info .thc-cbd-value p {
        font-size: 10px;
    }
        #specialOfferModal .modal-body .products .product .product-info .thc-cbd-value p span {
            font-size: 10px;
        }
    #specialOfferModal .modal-body .products .product .product-info .product-status {
        font-size: 9px;
        line-height: 20px;
        margin-left: 20px;
    }
        #specialOfferModal .modal-body .products .product .product-info .product-status:before {
            left: -20px;
        }
    #specialOfferModal .modal-body .products .product .product-info > div:last-child .thc-cbd-value {
        width: 116px;
    }
    #specialOfferModal .modal-body .products .product .product-info > div:first-child {
        width: calc(100% - 106px);
    }
    #specialOfferModal .modal-body .header {
        height: 48px;
    }
        #specialOfferModal .modal-body .header .background-text {
            font-size: 30px;
        }
}

@media only screen and (max-width: 992px) {
    .banner > * {
        color: var(--white)!important;
        font-family: var(--font-light)!important;
        font-weight: 400!important;
        font-size: 14px!important;
        padding: 5px!important;
        margin: auto;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }
}

.scroll-top {
    position: fixed;
    right: 10px;
    bottom: -100px;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
    .scroll-top.show {
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 3000;
        opacity: 1;
        visibility: visible;
    }

/* INDEX */
@media only screen and (max-width: 1150px) {

    .higreen-section .more-cannabis-flower .boxed,
    .more-cannabis-flower .higreen-section .boxed,
    .more-cannabis-flower .container {
        position: static;
        display: flex;
        justify-content: center;
    }
}
div.cannabis-sorts-slider-container {
    padding-top: 4rem;
    background: linear-gradient(270deg, var(--higreenbraun) 0%, var(--dunklesHigreen) 50%, var(--higreenbraun) 100%);
}
div.cannabis-sorts-slider-container > div.container-max {
    padding-bottom: 4rem;
}
div.cannabis-sorts-slider-container .cannabis-sorts-header h6 {
    color: #242024;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin: 0;
}
div.cannabis-sorts-slider-container .cannabis-sorts-header h3 {
    color: #e6d5cd;
}
div.cannabis-sorts-slider-container .cannabis-sorts-header img {
    max-width: 90px;
    height: auto;
    object-fit: contain;
}
div.cannabis-sorts-slider-container .cannabisbluete-container .cannabisbluete-info {
    padding-top: 2rem;
}
div.cannabis-sorts-slider-container .cannabisbluete-container,
div.cannabis-sorts-slider-container .cannabisbluete-container .cannabisbluete-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
div.cannabis-sorts-slider-container .cannabisbluete-container .cannabisbluete-info *{
    text-align: center;
}
div.cannabis-sorts-slider-container .cannabisbluete-container .cannabisbluete-info h3 {
    font-size: 1.8rem;
}
div.cannabis-sorts-slider-container .cannabisbluete-container .cannabisbluete-info a.underlined {
    text-decoration: underline !important;
}

div.cannabis-sorts-slider-container .cannabisbluete-container .cannabisbluete-info a:hover{
    color: var(--higreenbraun) !important;
    opacity: 0.7;
}
div.cannabis-sorts-slider-container .cannabisbluete-container img {
    width: auto;
    max-width: 100%;
    min-height: 450px;
    max-height: 450px;
    object-fit: contain;
    opacity: 0.5;
    transition: all 250ms ease-in-out;
}
@media only screen and (max-width:991px) {
    div.cannabis-sorts-slider-container .cannabisbluete-container img {
        opacity: 1 !important;
        transform: scale(1.2);
    }
}
div.cannabis-sorts-slider-container li.splide__slide:hover .cannabisbluete-container img {
    transform: scale(1.2);
    opacity: 1;
}

/* ANWENDUNGSGEBIETE */
.application-fields {
    background-color: var(--bg-ganzhelleshigreen-light);
    /* height: 950px; */
    padding: 26px 36px;
}

    .application-fields .indication {
        background-color: var(--white);
        height: 440px;
        position: relative;
    }
        .application-fields .indication > .content {
            padding: 20px 30px 40px 30px;
        }
        .application-fields .indication > .image {
            height: 233px;
            background-position: center;
            background-size: cover;
        }
        .application-fields .indication > .content > h4 {
            color: var(--higreenbraun, #564E58);
            font-family: var(--font-medium);
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            margin-bottom: 5px;
        }
        .application-fields .indication > .content > h5 {
            color: var(--higreenbraun, #564E58);
            font-family: var(--font-medium);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
        }
        .application-fields .indication > .content > .teaser {
            text-overflow: ellipsis;
            display: -webkit-box;
            box-orient: vertical;
            -webkit-box-orient: vertical;
            line-clamp: 2;
            -webkit-line-clamp: 2;
            overflow: hidden;
            color: var(--higreenbraun, #564E58);
            font-family: var(--font-light);
            font-size: 14px;
            font-style: normal;
            font-weight: 200;
        }
        .application-fields .indication > a {
            color: var(--higreenbraun, #564E58);
            font-family: var(--font-regular);
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            text-decoration-line: underline!important;
            position: absolute;
            bottom: 20px;
            left: 30px;
        }

        .application-fields .owl-carousel .product {
            /* height: 427px; */
            background-color: var(--white);
            display: block;
        }
            .application-fields .owl-carousel .product img {
                width: unset;
                max-height: 280px;
                aspect-ratio: 1;
                margin: auto;
            }

        .application-fields .owl-carousel .owl-dots {
            display: none;
        }
        .application-fields .owl-carousel .owl-nav {
            position: absolute;
            transform: translateY(50%);
            left: -34px;
            bottom: 50%;
            width: calc(100% + 68px);
            display: flex;
        }
            .application-fields .owl-carousel .owl-nav button:first-child {
                margin-right: auto;
            }
            .application-fields .owl-carousel .owl-nav button:last-child {
                margin-left: auto;
            }
                .application-fields .owl-carousel .owl-nav button img {
                    width: 30px;
                    height: 30px;
                }

@media only screen and (max-width: 992px) {
    .application-fields {
        background-color: none;
        /* height: 888px; */
        padding: 0;
    }
        .application-fields .owl-carousel .owl-nav {
            left: 0;
            width: 100%;
        }
}

#indicationModal .banner-image {
    width: 100%;
}

/* PRODUCT TILE */
.product-tile {
    border: 1px solid var(--ganzhelleshigreen);
    position: relative;
}

    .product-tile .special-offer {
        position: absolute;
        overflow: hidden;
        right: 0;
        top: 0;
        height: 150px;
        width: 150px;
    }
    .product-table .special-offer {
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 0;
        height: 100px;
        width: 100px;
    }
        .product-tile .special-offer > div,
        .product-table .special-offer > div {
            background-color: var(--dunklesHigreen);
            transform: rotate(45deg) translate(42px, -10px);
            padding: 5px 30px;
            display: flex;
        }
        .product-table .special-offer > div {
            transform: rotate(-45deg) translate(-26px, -6px);
            padding: 1px 0px;
        }
            .product-tile .special-offer > div span,
            .product-table .special-offer > div span {
                color: var(--white);
                font-family: var(--font-medium);
                font-weight: 600;
                margin: auto;
            }
            .product-table .special-offer > div span {
                font-size: 12px!important;
            }

    .product-tile .product-img {
        width: 100%;
        aspect-ratio: 15/11;
        display: flex;
        background-color: var(--white);
    }
        .product-tile .product-img img {
            width: unset;
            max-height: 280px;
            margin: auto;
            max-width: 100%;
        }
        .product-tile .product-info {
            display: flex;
            flex-direction: column;
            padding: 1rem 1rem 2rem 2rem;
            background-color: var(--ganzhelleshigreen);
            min-height: 170px;
        }
            .product-tile .product-info > div:first-child {
                display: flex;
                justify-content: space-between;
            }
                    .product-tile .product-info > div:first-child > div:first-child h1 {
                        font-size: 16px;
                        font-family: var(--font-medium);
                        color: var(--higreenbraun);
                        font-weight: 500;
                    }
                    .product-tile .product-info > div:first-child > div:first-child h2 {
                        font-size: 14px;
                        font-family: var(--font-medium);
                        color: var(--higreenbraun);
                        font-weight: 500;
                    }
                    .product-tile .product-info > div:first-child > div:last-child {
                        flex-wrap: wrap;
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                    }
                        .product-tile .product-info > div:first-child > div:last-child .status-div {
                            background-color: var(--white);
                            width: 150px;
                        }
                            .product-tile .product-info > div:first-child > div:last-child .status-div p.product-status {
                                font-size: 13px;
                                font-style: italic;
                                font-family: var(--font-light);
                                margin: 10px 5px 10px 35px;
                            }
                        .product-tile .product-info > div:first-child > div:last-child .price-div {
                            padding: 15px 0 5px 0;
                        }
                            .product-tile .product-info > div:first-child > div:last-child .price-div p {
                                font-size: 16px;
                                font-family: var(--font-medium);
                                color: var(--higreenbraun);
                                width: 100%;
                                text-align: end;
                            }
                            .product-tile .product-info > div:first-child > div:last-child .price-div p[is_authenticated="false"] {
                                opacity: 0;
                                visibility: hidden;
                            }

            .product-tile .product-info > div:last-child {
                border-top: 2px solid #fff;
                margin-top: auto;
                padding-top: 10px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
            }
                .product-tile .product-info > div:last-child > div {
                    display: flex;
                    flex-direction: row;
                }
                    .product-tile .product-info > div:last-child > div p {
                        margin: 0;
                        font-size: 12px;
                        font-family: var(--font-light);
                    }
                    .product-tile .product-info > div:last-child > div > :first-child {
                        margin-right: 10px;
                    }
                .product-tile .product-info > div:last-child > div.icons img  {
                    height: 28px;
                    width: 28px;
                }
                .product-tile .product-info > div:last-child > div.icons img:nth-child(-n+2)  {
                    margin-right: 5px;
                }

/* PRODUCT TABLE TILE */
.table-tile .product-info {
    background-color: var(--bg-ganzhelleshigreen-dark);
    padding: 1.2rem 1rem;
}
    .table-tile .product-info > div {
        margin-bottom: 12px;
    }
    .table-tile .product-info > div .icons {
        display: flex;
        justify-content: end;
        gap: 10px;
    }
        .table-tile .product-info > div .icons img:first-child:not(:last-child) {
            margin-right: auto;
        }
    .table-tile .product-info > div .icons,
    .table-tile .product-info > div .values {
        min-width: 65px;
    }
        .table-tile .product-info > div h4 {
            font-family: var(--font-medium);
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 4px;
        }
        .table-tile .product-info > div p {
            font-family: var(--font-light);
            font-size: 12px;
            margin-bottom: 0;
        }
        .table-tile .product-info > div img {
            width: 28px;
            height: 28px;
        }

.table-tile .buttons {
    background-color: var(--dunklesHigreen);
    padding: 0.6rem 1rem;
}


/* web banner */
.higreen-element-image .higreen-image-container.is-cover.web-banner {
    object-fit: contain;
    height: 100%
}

.higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image {
    object-fit: contain;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .higreen-element-image .higreen-image-container.is-cover.web-banner {
        object-fit: contain;
        height: 100%;
        min-height: 340px;
        width: 100%;
    }

    /* about-us-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image {
        object-fit: cover;
        height: 100%;
        width: 100%
    }

    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.about-us-banner {
        object-position: 5% 50%;
    }

    /* ratgeber-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.ratgeber-banner {
        object-position: 0% 50%;
    }

    /* general-faq-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.general-faq-banner {
        object-position: 15% 50%;
    }

    /* cannabis-faq-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.cannabis-faq-banner {
        object-position: 80% 50%;
    }

    /* therapy-faq-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.therapy-faq-banner {
        object-position: 15% 50%;
    }

    /* medical-cannabis-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.medical-cannabis-banner {
        object-position: 45% 50%;
    }

    /* entourage-effekt-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.entourage-effekt-banner {
        object-position: 60% 50%;
    }

    /* medical-anwendungen-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.medical-anwendungen-banner {
        object-position: 25% 50%;
    }

    /* cannabinoidtabelle-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.cannabinoidtabelle-banner {
        object-position: 60% 50%;
    }

    /* terpenentabelle-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.terpenentabelle-banner {
        object-position: 25% 50%;
    }

    /* flavonoidetabelle-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.flavonoidetabelle-banner {
        object-position: 25% 50%;
    }

    /* indikationen-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.indikationen-banner {
        object-position: 20% 50%;
    }

    /* wirkungsweisen-banner */
    .higreen-element-image .higreen-image-container.is-cover.web-banner .higreen-image.wirkungsweisen-banner {
        object-position: 55% 50%;
    }
}
.blog-header-img img {
    width: 100%;
    display: block;
    max-width: 100%;
    position: relative;
    object-fit: cover;
    min-height: 175px;
}
.container-max {
    width: 100%;
    padding: 0 8%;
    margin: 0 auto;
}
h1.content-header,
.blog-template-container > h1 {
    color: #564e58!important;
    font-family: "HelveticaNow-Medium","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif"!important;
    font-weight: 400!important;
    font-style: normal!important;
    line-height: 1.2!important;
    -ms-word-break: break-word!important;
    word-break: break-word!important;
    white-space: normal!important;
    -ms-hyphens: auto!important;
    -moz-hyphens: auto!important;
    -webkit-hyphens: auto!important;
    hyphens: auto!important;
    font-size: 2rem !important;
}
p.content-text,
span.content-text,
.blog-template-container > p,
.blog-template-container > span {
    color: #0c0905;
    font-size: 1.125rem!important;
    font-family: "HelveticaNow-Light","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif"!important;
    line-height: 1.8!important;
    font-weight: 400!important;
    font-style: normal!important;
    -ms-word-break: break-word!important;
    word-break: break-word!important;
    white-space: normal!important;
    -ms-hyphens: auto!important;
    -moz-hyphens: auto!important;
    -webkit-hyphens: auto!important;
    hyphens: auto!important;
}
h2.content-sidebar-header {
    color: var(--dunklesHigreen)!important;
    font-size: 1rem!important;
    font-family: "HelveticaNow-Medium",sans-serif!important;
}
.content-breadcrumbs span, .content-breadcrumbs span a {
    color: var(--dunklesHigreen)!important;
    font-size: .9rem!important;
    font-family: "HelveticaNow-Medium",sans-serif!important;
    text-transform: uppercase;
}
h3.content-subheader,
.blog-template-container > h3 {
    color: #564e58!important;
    font-size: 1.5rem!important;
    font-family: "HelveticaNow-Medium",sans-serif!important;
}
.blog-template-container > * {
    padding-top: 1.5rem;
}
.bordered-content {
    border: 1px solid #DEDFDE;
}
.bordered-content span.colored-circle {
    position: absolute;
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #564e58;
    top: 17px;
    left: calc(-3rem - 22px);
    color: #fff;
    line-height: 47px;
    text-align: center;
    font-size: 1.3rem;
}
.text-small {
    font-size: 0.9rem !important;
}
.grey-hg-box {
    background-color: #DEDFDE;
    /* background-image: url('../img/content/hg_logo.svg'); */
}
.grey-hg-box > img, .white-hg-box > img {    
    position: absolute;
    left: 50%;
    top: 50%;
    filter: brightness(0.5);
    transform: translate(-50%, -50%);
    height: 60%;
    max-width: 60%;
}
.img-box.canna {
    aspect-ratio: 72/17;
    width: 100%;
    background: url('../img/content/Medizinal_Cannabis_Header.png') no-repeat center center / cover;
}
.sidebar-content-box {
    max-width: 350px;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.sidebar-content-box img {
    width: 100%;
}
.sidebar-content-box .entourage-effect {
    background-color: #564E58;
}
.sidebar-content-box .wirkungsweisen {
    background-color: var(--dunklesHigreen);
}
.sidebar-content-box .indikationen-1 {
    background-color: #889A71;
}
.sidebar-content-box .indikationen-2 {
    background-color: #A4B78D;
}
.sidebar-content-box .sidebar-header {
    color: #fff !important;
    font-size: 1.3rem !important;
}
.sidebar-content-box p {
    color: #fff !important;
    font-size: 1rem !important;
    opacity: 0.9;
    text-overflow: ellipsis;
    display: -webkit-box;
    box-orient: vertical;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin-bottom: 1.3rem;
}
.sidebar-content-box a {
    color: #fff !important;
    text-decoration: underline;
}
.sidebar-content-box a:hover {
    color: #fff !important;
    opacity: 0.7;
}
.sidebar-content-box div {
    position: relative;
}
.sidebar-content-box div img {
    position: absolute;
    left: 50%;
    top: 50%;
    /* filter: brightness(0.5); */
    transform: translate(-50%, -50%);
    height: 60%;
}
@media only screen and (min-width: 650px) and (max-width: 1200px) {
    .sidebar-content-box {
        max-width: 100%;
        flex-direction: row;
    }
    .sidebar-content-box img {
        width: 30%;
        object-fit: cover;
    }
}
@media only screen and (min-width: 650px) and (max-width: 800px) {
    .sidebar-content-box img {
        width: 35%;
    }
}
@media only screen and (max-width: 650px) {
    .sidebar-content-box {
        max-width: 100%;
    }
}
h4.triangle-header {
    font-size: 1.5rem !important;
}
.triangle-terpene {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #E6D5CD;
    border: 1px solid #000;
}
.triangle-terpene::before {
    position: absolute;
    content: '';
    top: -40px;
    left: 50%;
    height: 4px;
    width: calc(100% + 2rem + 2px);
    background-color: #E6D5CD;
}
.triangle-terpene::after {
    position: absolute;
    content: '';
    top: -40px;
    left: 50%;
    height: 39px;
    width: 4px;
    background-color: #E6D5CD;
}
.triangle-flavonoide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #A4B78D;
    border: 1px solid #000;
}
.triangle-flavonoide::before {
    position: absolute;
    content: '';
    top: -80px;
    left: 50%;
    height: 40px;
    width: 4px;
    background-color: #564E58;
}
.triangle-flavonoide::after {
    position: absolute;
    content: '';
    top: -40px;
    left: 50%;
    height: 39px;
    width: 4px;
    background-color: #A4B78D;
}
.triangle-cannabinoide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #899A71;
    border: 1px solid #000;
}
.triangle-cannabinoide::before {
    position: absolute;
    content: '';
    top: -40px;
    left: 50%;
    height: 3px;
    width: calc(100% + 2rem + 0px);
    background-color: #899A71;
    transform-origin: center left;
    transform: rotate(180deg);
}
.triangle-cannabinoide::after {
    position: absolute;
    content: '';
    top: -40px;
    left: 50%;
    height: 39px;
    width: 4px;
    background-color: #899A71;
}
.canna-trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
@media only screen and (max-width: 992px) {
    .triangle-terpene::before,
    .triangle-terpene::after,
    .triangle-flavonoide::before,
    .triangle-flavonoide::after,
    .triangle-cannabinoide::before,
    .triangle-cannabinoide::after {
        display: none;
    }
    .canna-trio {
        grid-template-columns: repeat(1, 1fr);
    }
}
.canna-trio div img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60%;
    max-width: 70%;
}
.content-list li {
    color: #0c0905!important;
    font-size: 1.125rem!important;
    font-family: "HelveticaNow-Light","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif"!important;
    line-height: 1!important;
    font-weight: 400!important;
    font-style: normal!important;
    -ms-word-break: break-word!important;
    word-break: break-word!important;
    white-space: normal!important;
    -ms-hyphens: auto!important;
    -moz-hyphens: auto!important;
    -webkit-hyphens: auto!important;
    hyphens: auto!important;
    margin-bottom: 0;
}
.content-list {
    line-height: 1 !important;
}
.canna-trio.links a,
.canna-link.mobile-link a,
.canna-link.mobile-link a:hover {
    width: 100%;
    text-align: center;
    color: #fff !important;
    background-color: var(--dunklesHigreen);
    padding: 15px 0;
}
@media only screen and (max-width: 992px) {
    .canna-trio {
        gap: 1rem;
    }
    .canna-trio.links {
        display: none;
    }
    .canna-link.mobile-link a{
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .canna-trio.links {
        display: grid;
    }
    .canna-link.mobile-link {
        display: none;
    }

}
.content-text.sources svg {
    margin-top: -3px;
    transform: rotate(-90deg);
    transition: all 250ms ease-in-out;
}
details[open] svg {
    transform: rotate(90deg) !important;
  }
.sidebar-content-box .terpenentabelle {
    background-color: #E6D5CD;
}
.sidebar-content-box .flavonoidtabelle {
    background-color: #A4B78D;
}
.sidebar-content-box .cannabinoidtabelle {
    background-color: #899A71;
}
.cannabinoid-table {
    width: 100%;
}
.cannabinoid-table tr:nth-child(1) {
    background-color: rgba(164,183,141, 0.5);
    color: #fff;
}
.cannabinoid-table tr:nth-child(2) {
    background-color: #899A71;
}
.cannabinoid-table tr:nth-child(2) td:not(:first-child) {
    line-height: 1;
    padding-top: 40px;
}
.cannabinoid-table tr td:nth-child(1) {
    color: #fff;
    font-weight: 600;
}
.cannabinoid-table span {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    line-height: 90px;
}
.cannabinoid-table .cannabinoid-1 {
    background-color: #A4B78D;
}
.cannabinoid-table .cannabinoid-2 {
    background-color: #899A71;
}
.cannabinoid-table .cannabinoid-3 {
    background-color: #899087;
}
.cannabinoid-table tr td:not(:last-child) {
    border-right: 1px solid #fff;
}
@media only screen and (max-width: 1250px) {
    .cannabinoid-table tr:nth-child(2) td {
        padding: 40px 15px 80px 30px;
    }
    .cannabinoid-table tr td:nth-child(1) {
        padding: 40px 15px 80px 30px;
    }
}
@media only screen and (min-width: 1250px) {
    .cannabinoid-table tr:nth-child(2) td {
        padding: 40px 30px 80px 30px;
    }
    .cannabinoid-table tr td:nth-child(1) {
        padding: 40px 30px 80px 30px;
    }
}
@media only screen and (max-width: 800px) {
    .cannabinoid-table tbody {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .cannabinoid-table tr {
        display: grid;
        grid-template-rows: repeat(1,1fr);
        width: 100%;
    }
    .cannabinoid-table tr > td:first-of-type {
        min-height: 50px;
        max-height: 50px;
    }
    .cannabinoid-table tr td {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0 !important;
        box-sizing: border-box;
        text-align: center;
        height: 150px;
    }
    .cannabinoid-table tr td:nth-child(1) {
        padding: 0;
    }
    .cannabinoid-table tr td:not(:last-child) {
        border-bottom: 1px solid #fff;
    }
}
a.grey-link {
    color: var(--dunklesHigreen) !important;
    text-decoration: underline !important;
}
.cannabinoid-table-complete {
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.cannabinoid-table-complete tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-content: center;
    min-height: fit-content;
    max-height: fit-content;
}
.cannabinoid-table-complete tbody tr:nth-child(4n+1) {
    background-color: #899087;
    color: #fff;
}
.cannabinoid-table-complete tbody tr:nth-child(4n+3) {
    background-color: #A4B78D;
}
.cannabinoid-table-complete td,
.cannabinoid-table-complete th {
    padding: 20px 5px 20px 20px;
    max-width: 100%;
    word-break: break-word!important;
}
.sidebar-content-box .againstpains {
    background-color: #564E58;
}
.sidebar-content-box .againstdhs {
    background-color: #899087;
}
.sidebar-content-box .againstdepressions {
    background-color: #899A71;
}
.sidebar-content-box .againstsleep {
    background-color: #A4B78D;
}
#terpene-accordion .accordion-button, #terpene-accordion .accordion-body {
    padding-left: 3rem;
}
#terpene-accordion .accordion-marker {
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #899087;
    padding: 1px 6px 3px 7px;
    transition: all 250ms ease-in-out;
}
#terpene-accordion .accordion-marker svg {
    transition: all 250ms ease-in-out;
}    
#terpene-accordion .accordion-button:not(.collapsed) .accordion-marker svg {
    transform: rotate(90deg) translateY(1px);
}
#terpene-accordion .accordion-button::after {
    display: none;
}
#terpene-accordion button.accordion-button:not(.collapsed), .accordion-button:focus {
    color: #212529;
    background-color: transparent;
    box-shadow: none;
}
#terpene-accordion div.accordion-item {
    border: none;
    border-top: 1px solid #000;
}
#terpene-accordion div.accordion-item:last-child {
    border-bottom: 1px solid #000;
}
.higreen-margin {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
}

.content-main {
    overflow-x: hidden;
}
/* TEXTE */
.text-green {
    color: var(--higreen-green)!important
}
.text-dark {
    color: var(--higreenbraun)!important;
}
.info-header {
    font-size: 15px!important;
}
.hint-text, .info-text {
    font-size: 13px!important;
    margin: 0;
}
    .hint-text * {
        font-size: 13px!important;
        margin: 0;
    }

/* FORM */
.form-control,
.form-control.datepicker,
.form-select {
    color: var(--higreenbraun);
    font-family: "HelveticaNow-Regular","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
    font-size: 14px;
    height: 35px;
    border-radius: 1px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
}
    .form-control:focus,
    .form-control.datepicker:focus {
        border-color: var(--higreenbraun);
        outline: 0;
    }

label.form-label {
    color: var(--higreenbraun);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    font-family: "HelveticaNow-Medium","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
}
input.form-control::placeholder {
    text-transform: uppercase;
}

select.form-select:hover {
    cursor: pointer;
} 

.alert.alert-danger {
    border-radius: 1px;
    background-color: var(--bg-danger);
    padding: 7px 10px;
    text-align: center;
    color: var(--danger-color);
    font-size: 16px;
}

.alert.alert-warning {
    border-radius: 1px;
    border-color: var(--border-warning);
    background-color: var(--bg-warning);
    padding: 7px 10px;
    text-align: center;
    color: var(--font-warning);
    font-size: 14px;
}

/* CHECKBOX */
.pretty div.state label {
    text-wrap: wrap;
    text-indent: 0;
    padding-left: 22px;
    line-height: initial;
}
    .pretty div.state label::before {
        top: 0;
    }
    .pretty div.state label::after {
        top: 0;
    }

/* BUTTONS */
.hg-btn {
    all: unset;
    text-align: center;
    font-family: "HelveticaNow-Medium","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    padding: 0.8rem 1rem;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}
.hg-btn.btn-primary {
    border: 1px solid var(--dunklesHigreen);
    background: var(--dunklesHigreen);
    color: var(--white, #FFF);
}
    .hg-btn.btn-primary:hover {
        border: 1px solid var(--higreenbraun);
    }
.hg-btn.btn-primary-outline {
    border: 1px solid var(--dunklesHigreen);
    background: var(--white);
    color: var(--dunklesHigreen);
}
    .hg-btn.btn-primary-outline:hover {
        background: var(--dunklesHigreen);
        color: var(--white);
    }
.hg-btn.btn-primary:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.hg-btn.btn-secondary {
    border: 1px solid var(--higreenbraun);
    color: var(--higreenbraun);
}
    .hg-btn.btn-secondary:hover {
        color: var(--white, #FFF)!important;
        background: var(--dunklesHigreen);
    }

.hg-btn.btn-dark {
    border: 1px solid var(--higreenbraun);
    background-color: var(--higreenbraun);
    color: var(--white);
}
    .hg-btn.btn-dark:hover {
        background: var(--dunklesHigreen);
        color: var(--higreenbraun);
    }

.hg-btn.btn-danger {
    border: 1px solid var(--danger-color);
    background-color: var(--white);
    color: var(--danger-color);
}
    .hg-btn.btn-danger:hover {
        color: var(--white, #FFF)!important;
        background: var(--danger-color);
    }

.hg-btn.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* INDEX RATGEBER */
img.advisor-content-image,
img.advisor-content-image-small {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
img.advisor-content-image-small {
    max-height: 400px;
}

/* CHECKOUT */
.checkout-detail .checkout-header-bar {
    height: 58px;
    background: var(--ganzhelleshigreen); 
}
    .checkout-detail .checkout-header-bar h2 {
        color: var(--higreenbraun)!important;
        font-size: 18px!important;
        font-style: normal!important;
        font-weight: 500!important;
        line-height: 30px!important;
    }

.checkout-detail .payment-methods label:not(.standard-label) {
    width: 100%;
    height: 35px;
    border: 1px solid #ced4da;
    text-align: center;
    border-radius: 1px;
    font-size: 14px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    line-height: 33px;
    text-transform: uppercase;
}
    .checkout-detail .payment-methods label:hover {
        border-color: var(--dunklesHigreen);
    }
.checkout-detail .payment-methods input[type="radio"] {
    display: none;
}
    .checkout-detail .payment-methods input[type="radio"]:checked + label {
        background: var(--dunklesHigreen, var(--dunklesHigreen));
        color: #fff;
    }
    .checkout-detail .payment-methods input[type="radio"]:disabled + label {
        opacity: 0.5;
        background-color: var(--ganzhelleshigreen);
    }

.checkout-detail .payment-methods .payment-hint {
    display: none;
}
.checkout-detail .payment-methods input[type="radio"]:checked ~ .payment-hint {
    display: block;
}

.checkout-detail .payment-methods .online-payments {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}
    .checkout-detail .payment-methods .online-payments > div {
        display: flex;
    }
        .checkout-detail .payment-methods .online-payments > div img {
            height: 20px;
            margin: auto;
        }

.recipe-files .input-group a {
    font-size: 13px;
}

.cart-indicator {
    background: var(--higreen-green);
    border-radius: 50%;
    width: 17px;
    display: flex;
    height: 17px;
    justify-content: center;
    position: absolute;
    bottom: 1px;
    right: 4px;
}
.cart-indicator span {
    font-size: 13px;
    color: white;
    margin-top: -8px;
}

.products {
    overflow-x: auto;
}
.products table {
    width: 100%;
}
    .products th {
        font-size: 16px;
        color: var(--higreenbraun);
        font-family: "HelveticaNow-Medium","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
        border-bottom: 1px solid var(--ganzhelleshigreen);
        padding-bottom: 5px;
        padding-inline: 10px;
    }
    /* Produkt */
    .products th:nth-child(1) {
        width: 30%;
    }
    /* Form */
    .products th:nth-child(2) {
        width: 10%;
    }
    /* Abgabeform */
    .products th:nth-child(3) {
        width: 10%;
    }
    /* Menge */
    .products th:nth-child(4) {
        width: 105px;
    }
    /* Preis */
    .products th:nth-child(5) {
        min-width: 100px;
    }
    /* Löschen */
    .products th:nth-child(6) {
        width: 90px;
    }
    .products th:nth-child(7) {
        text-align: end;
    }
    
    .products td {
        font-size: 16px;
        font-family: "HelveticaNow-Regular","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
        color: var(--higreenbraun);
        padding-bottom: 5px;
        padding-inline: 10px;
        vertical-align: top;
    }
    .products td:nth-child(1) {
        font-family: "HelveticaNow-Medium","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
        max-width: 250px;
        min-width: 180px;
    }
    .products td:nth-child(4) {
        text-align: end;
    }
        .products td:nth-child(4) span {
            width: 18px;
            display: inline-block;
        }
        .products td input {
            border-radius: 1px;
            border: 1px solid var(--ganzhelleshigreen);
            font-family: "HelveticaNow-Regular","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
            margin-right: 5px;
            transition: all 200ms ease-in-out;
        }
            .products td input:focus,
            .products td input:focus-visible {
                border-radius: 1px;
                border: 1px solid var(--higreenbraun);
                width: 50px;
                font-family: "HelveticaNow-Regular","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
                margin-right: 5px;
                text-align: end;
                box-shadow: none;
                outline: none;
            }
        .products td:nth-child(4) input {
            max-width: 100px;
            text-align: end;
        }
    .products td:nth-child(6) {
        text-align: end;
    }
        .products td:nth-child(6) a {
            color: var(--danger-color)!important;
            cursor: pointer;
        }

    .products .product-amount a {
        background-color: var(--ganzhelleshigreen);
        width: 25px;
        height: 25px;
        position: relative;
        cursor: pointer;
    }
        .products .product-amount a::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-position: center;
            width: 14px;
            height: 14px;
            transition: all 200ms ease-in-out;
        }
        .products .product-amount a.minus-button::before {
            background-image: url('../img/icons/minus.svg');
        }
        .products .product-amount a.plus-button::before {
            background-image: url('../img/icons/plus.svg');
        }
        .products .product-amount a:hover::before {
            filter: invert(68%) sepia(18%) saturate(435%) hue-rotate(45deg) brightness(101%) contrast(89%);
        }

    .products .product-amount > div {
        width: 50px;
        height: 25px;
        text-align: center;
        border-top: 1px solid var(--ganzhelleshigreen);
        border-bottom: 1px solid var(--ganzhelleshigreen);
        display: flex;
    }
    .products .product-amount > div > span {
        margin: auto;
        font-family: var(--font-regular);
        font-weight: 400;
        align-items: center;
        justify-content: center;
    }

    .products thead tr th {
        padding-bottom: 15px;
    }
    
    .products tbody tr:first-child td {
        padding-top: 15px;
    }

    .products td select {
        line-height: inherit;
        height: auto;
        padding: 1px 5px;
        font-size: inherit;
    }

    .products .pricing td:first-child,
    .products .pricing td:nth-child(2) {
        color: var(--helleshigreen);
        font-family: "HelveticaNow-Regular","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
    }
    .products .subtotal td,
    .products .total td:nth-child(n+2) {
        border-top: 1px solid var(--ganzhelleshigreen);
    }
    .products .subtotal td:first-child,
    .products .subtotal td:nth-child(2),
    .products .total td:first-child,
    .products .total td:nth-child(2) {
        font-family: "HelveticaNow-Medium","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
    }

.products[customer-type='self_payer'] tr[type='insurance'] {
    display: none;
}

.products[customer-type='insurance_patient_with_supplement'] tr[type='self_payer'],
.products[customer-type='insurance_patient'] tr[type='self_payer'] {
    display: none;
}

.checkout-overview .box {
    border: 1px solid var(--higreenbraun);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
    .checkout-overview .box .edit-button {
        position: absolute;
        right: 10px;
        top: 5px;
    }
    .checkout-overview .info-field {
        background-color: #DBDDDB;
        padding: 15px;
    }
        .checkout-overview .info-field .icon {
            min-width: 40px;
            min-height: 40px;
            border-radius: 50%;
            background-color: var(--dunklesHigreen);
            display: flex;
            margin-right: 15px;
        }
            .checkout-overview .info-field .icon i {
                margin: auto;
                color: #fff;
                font-size: 22px;
            }
        .checkout-overview .info-field p {
            color: var(--dunklesHigreen);
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 20px;
            margin: auto 0;
        }

    .checkout-overview .dhl-logo {
        width: 80px;
        height: auto;
    }


.higreen-block-headline-image-image-dots .image-caption-texts-container span {
    color: var(--ganzhelleshigreen);
    font-size: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .higreen-block-headline-image-image-dots .image-caption-texts-container span {
        font-size: 12px;
    } 
}

/* PRODUCT OVERVIEW */
div.view-types > a {
    display: flex;
    box-shadow: none!important;
}
    div.view-types > a img {
        margin-top: auto;
        margin-bottom: auto;
        width: 30px;
        height: 30px;
    }
div.view-types > a.active {
    cursor: default;
    pointer-events: none;
}
    div.view-types > a.active span {
        color: var(--white);
    }
    div.view-types > a.active img {
        filter: opacity(0.3);
    }
.live-products .search-field,
#recipeDetails .search-field {
    border: 1px solid var(--ganzhelleshigreen, #DEDFDE);
    background: var(--white, #FFF);
    max-width: 570px;
}
.live-products > .filter-bar-container {
    position: sticky;
    top: calc(var(--higreen-main-navbar-height) + var(--higreen-secondary-navbar-height));
    z-index: 100;
    background-color: white;
}
    .live-products .search-field span,
    #recipeDetails .search-field span {
        border: none;
        background: no-repeat;
        font-family: "HelveticaNow-Light","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif"!important;
    }
    .live-products .search-field input,
    #recipeDetails .search-field input {
        border: none;
        height: 39px;
        font-family: "HelveticaNow-Regular","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif"!important;
        font-size: 14px;
        position: relative;
    }
        .search-results {
            display: none;
            position: absolute;
            left: 0;
            top: calc(100% + 1px);
            width: 100%;
            background-color: var(--white);
            box-shadow: 0px 6px 6px #afafaf;
            z-index: 5000;
            max-height: 510px;
            overflow-y: auto;
            max-width: 570px;
        }
            .search-results ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }
                .search-results li {
                    padding: 10px 20px;
                    transition: all 200ms ease-in-out;
                    background-color: var(--white);
                }
                    .search-results li:hover {
                        background-color: var(--bg-ganzhelleshigreen);
                    }
                .search-results li:not(:last-child) {
                    border-bottom: 1px solid var(--higreenbraun);
                }
                    .search-results li a > div {
                        display: flex;
                        flex-direction: row;
                    }
                        .search-results li a > div > div {
                            display: flex;
                            flex-direction: column;
                            position: relative;
                        }
                        .search-results li a > div > div:last-child {
                            width: 100%;
                            padding-right: 20px;
                        }
                            .search-results li a > div > .product-info > div {
                                position: absolute;
                                right: -12px;
                                top: 12px;
                            }

                    .search-results li a > div > .product-image {
                        margin-right: 10px;
                    }
                        .search-results li a > div > .product-image > div {
                            height: 80px;
                            width: 80px;
                            margin: auto;
                            background-size: cover;
                            background-position: center;
                        }
                    .search-results li h3 {
                        font-size: 16px;
                        margin-bottom: 5px;
                    }
                    .search-results li p {
                        font-size: 14px;
                        margin-bottom: 0;
                    }
        .live-products .search-field input:focus + div.search-results,
        .search-results:hover {
            display: block;
        }
    .live-products .search-field button {
        border: none;
        height: 39px;
        font-family: "HelveticaNow-Regular","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif"!important;
        font-size: 14px;
        background: none;
    }

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.filter-dropdown {
    position: relative;
    margin-right: 15px;
    margin-top: 15px;
}
    .filter-dropdown .dropdown-toggle:hover + .dropdown-menu {
        display: block;
    }
    .filter-dropdown .dropdown-menu:hover {
        display: block;
    }
    .filter-dropdown button {
        all: unset;
        border: 1px solid var(--ganzhelleshigreen);
        background: var(--white, #FFF);
        min-height: 28px;
        padding: 0.3rem 0.8rem;
        font-family: "HelveticaNow-Medium","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif"!important;
    }
    .filter-dropdown ul {
        border: 1px solid var(--ganzhelleshigreen);
        background-color: var(--ganzhelleshigreen);
        border-radius: 1px;
        max-height: 500px;
        overflow-y: auto;
    }
        .filter-dropdown ul::-webkit-scrollbar {
            width: 8px;
            cursor: pointer;
        }
        .filter-dropdown ul::-webkit-scrollbar-track {
            width: 8px;
            background-color: var(--helleshigreen);
            cursor: pointer;
        }
        .filter-dropdown ul::-webkit-scrollbar-thumb {
            width: 8px;
            background-color: var(--higreenbraun);
            border-radius: 10px;
            cursor: pointer;
        }
    .filter-dropdown li {
        display: flex;
        flex-direction: row;
        padding: 8px 20px;
    }
        .filter-dropdown li label {
            cursor: pointer;
            font-family: "HelveticaNow-Light","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif"!important;
            font-size: 14px;
            margin: 0 30px 0 0;
            color: var(--higreenbraun);
            width: 100%;
            max-width: calc(100vw - 140px);
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            transition: all 150ms ease-in-out;
        }
        .filter-dropdown li:hover label {
            color: var(--helleshigreen);
        }
        .filter-dropdown li input {
            position: relative;
            margin: auto 0 auto auto;
            cursor: pointer;
            width: 0;
            height: 0;
        }
        
        .filter-dropdown li input[type=checkbox] {
            appearance:initial;
            -moz-appearance:initial;
            -webkit-appearance: none;
            cursor: pointer;
            width: 0;
            height: 0;
        }
            .filter-dropdown li input::before,
            .filter-dropdown li input[type=checkbox]::before {
                content: "";
                display: block;
                position: absolute;
                width: 16px;
                height: 16px;
                top: -7px;
                left: -14px;
                border: 1px solid var(--dunklesHigreen);
                border-radius: 1px;
                background-color: var(--ganzhelleshigreen);
            }
                .filter-dropdown li input:checked::before,
                .filter-dropdown li input[type=checkbox]:checked::before {
                    background-color: var(--dunklesHigreen);
                }
            .filter-dropdown li input:checked::after,
            .filter-dropdown li input[type=checkbox]:checked::after {
                content: "";
                display: block;
                width: 5px;
                height: 10px;
                border: solid #fff;
                border-width: 0 2px 2px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                position: absolute;
                top: -5px;
                left: -8px;
            }
    .filter-dropdown .amount-icon {
        position: absolute;
        background-color: var(--bg-helleshigreen);
        text-align: center;
        width: 23px;
        height: 23px;
        font-size: 9px;
        border-radius: 50%;
        display: flex;
        top: -8px;
        right: -8px;
    }
        .filter-dropdown .amount-icon p {
            font-family: var(--font-medium);
            margin: 0;
            color: var(--higreenbraun);
            font-size: 14px!important;
            margin: auto;
            text-align: center;
        }
    .filter-dropdown .divider {
        padding-top: 0;
        padding-bottom: 0;
    }
        .filter-dropdown .divider .dropdown-divider {
            border-top: 1px solid var(--higreenbraun)!important;
            width: 100%;
            margin-inline: auto;
        }
    .filter-dropdown .amount-icon[value="0"] {
        display: none;
    }

    .filter-dropdown.sort-dropdown ul {
        width: 230px;
        right: 0;
    }
        .filter-dropdown.sort-dropdown ul li a {
            font-size: 16px;
            font-family: var(--font-light)!important;
        }

.live-products table {
    min-width: 1200px;
}
.live-products table thead th {
    color: var(--higreenbraun);
    text-align: center;
    font-family: "HelveticaNow-Medium","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-inline: 10px;
}
.live-products table tbody td {
    padding: 10px 20px;
    border-bottom: 1px solid var(--higreenbraun);
    color: var(--higreenbraun);
    text-align: center;
    font-family: "HelveticaNow-Regular","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
    font-size: 14px;
}
.live-products table tbody .special-offer td {
    border-top: 2px solid var(--higreen-green);
    border-bottom: 2px solid var(--higreen-green);
}
.live-products table tbody .special-offer td:first-child {
    border-left: 2px solid var(--higreen-green);
}
.live-products table tbody .special-offer td:last-child {
    border-right: 2px solid var(--higreen-green);
}
    .live-products table tbody td * {
        color: var(--higreenbraun);
        font-family: "HelveticaNow-Regular","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif";
        font-size: 14px!important;
        font-weight: 300!important;
        max-width: 175px;
        text-align: start;
    }

.live-products table tbody td {
    transition: all 200ms ease-in-out;
}
.live-products table tbody td:not(:last-child) {
    cursor: pointer;
}
.live-products table tbody td:nth-child(1) {
    background-color: var(--bg-higreen);
}
.live-products table tbody td:nth-child(3) {
    background-color: var(--bg-helleshigreen);
}
.live-products table tbody td:nth-child(5) {
    background-color: var(--bg-ganzhelleshigreen);
}
    .live-products table tbody td:nth-child(5) img {
        width: 41px;
        height: 41px;
    }
.live-products table tbody td:nth-child(7) {
    background: var(--bg-ganzhelleshigreen-light);
}
    .live-products table tbody td:nth-child(7) img {
        width: 41px;
        height: 41px;
    }
    .live-products table tbody td:nth-child(7) img[value=None] {
        display: none;
    }
.live-products table tbody td:nth-child(8) .status,
.product-status {
    position: relative;
    margin-left: 30px;
}
    .live-products table tbody td:nth-child(8) .status::before,
    .product-status::before {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
    }
    .live-products table tbody td:nth-child(8) .status[value="3"]::before,
    .product-status[value="3"]::before {
        border: 5px solid #DEDFDE;
        background-color: #6a8c41;
    }
    .live-products table tbody td:nth-child(8) .status[value="2"]::before,
    .product-status[value="2"]::before {
        border: 5px solid #DEDFDE;
        background-color: #A4B78D;
    }
    .live-products table tbody td:nth-child(8) .status[value="1"]::before,
    .product-status[value="1"]::before {
        border: 5px solid #FFF9BA;
        background-color: #E8DF78;
    }
    .live-products table tbody td:nth-child(8) .status[value="0"]::before,
    .product-status[value="0"]::before {
        border: 5px solid #E6D5CD;
        background-color: #EDAF92;
    }
.live-products table tbody td:nth-child(9) {
    background: var(--bg-ganzhelleshigreen-dark);
}
    .live-products table tbody td:nth-child(9)[is_authenticated="false"] {
        display: none;
    }
.live-products table tbody td:nth-child(10) {
    background: var(--bg-rosa);
}
    .live-products table tbody td:nth-child(10) a img {
        width: 30px;
        height: auto;
        transition: all 200ms ease-in-out;
    }
    .live-products table tbody td:nth-child(10) a:hover img {
        filter: drop-shadow(0px 6px 6px #afafaf);
        transform: translateY(-1px);
    }

    .live-products table tbody tr:hover td {
        background-color: var(--bg-helleshigreen);
    }

.live-products .pagination-div {
    display: flex;
    flex-direction: row;
}
    .pagination-div > a {
        display: flex;
    }
        .pagination-div > a i {
            margin-top: auto;
            margin-bottom: auto;
        }
    .live-products .pagination-div ul {
        margin-inline: 10px
    }
        .live-products .pagination-div ul li {
            /* min-width: 15px; */
            display: flex;
            padding-inline: 2px;
        }
            .live-products .pagination-div ul li a {
                margin-inline: auto;
                background-color: var(--ganzhelleshigreen);
                border-radius: 50%;
                padding: 5px;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 20px;
            }
        .live-products .pagination-div ul li.active a {
            background-color: var(--dunklesHigreen);
        }
            .live-products .pagination-div ul li.active a {
                color: var(--white, #fff);
            }

.live-products #tileView > div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
    .live-products #tileView .list_element {
        transition: all 200ms ease-in-out;
        border: 1px solid var(--ganzhelleshigreen);
        cursor: pointer;
        background-color: var(--ganzhelleshigreen);
    }
    .live-products #tileView .placeholder-tile {
        border: 1px solid var(--ganzhelleshigreen);
    }
        .live-products #tileView .list_element:hover,
        .live-products #tileView .list_element.special-offer {
            border-color: var(--dunklesHigreen);
            box-shadow: 0px 6px 6px #afafaf;
        }
    .live-products #tileView .add-to-cart .cart_icon {
        margin-top:  auto;
        margin-bottom: auto;
    }
        .live-products #tileView .add-to-cart .cart_icon {
            height: 28px;
            width: auto;
        }

.live-products img[src=""] {
    display: none;
}

@media only screen and (max-width: 2340px) {
    .live-products #tileView > div {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 1909px) {
    .live-products #tileView > div {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1259px) {
    .live-products #tileView > div {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 834px) {
    .live-products #tileView > div {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* USER SETTINGS */
.user-settings-card {
    border-radius: var(--border-radius);
    background-color: var(--white);
    min-height: 680px;
    margin: 50px auto;
}

.user-settings-menu-button {
    border: none;
    background: none;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    z-index: 6;
    transition: all 200ms ease-in-out;
    color: var(--font-color);
}
    .user-settings-menu-button.open {
        transform: rotate(-180deg);
    }

.user-settings-menu {
    background-color: var(--white);
    width: 300px;
    height: 100%;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    position: relative;
    overflow: hidden;
}
    .user-settings-menu:after {
        content: '';
        width: 1px;
        height: calc(100% - 50px);
        background-color: var(--bg-ganzhelleshigreen);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .user-settings-menu .profile {
        position: relative;
        padding-bottom: 30px;
    }
        .user-settings-menu .profile::after {
            content: '';
            height: 1px;
            width: calc(100% - 30px);
            background-color: var(--bg-ganzhelleshigreen);
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
        }
        .user-settings-menu .profile .profile-picture {
            width: 100px;
            height: 100px;
            background-color: var(--dunklesHigreen);
            border-radius: 50%;
        }
            .user-settings-menu .profile .profile-picture h1 {
                color: var(--font-color-white);
            }

    .user-settings-menu .menu {
        padding-top: 30px;        
    }
        .user-settings-menu .menu ul {
            list-style: none;
            padding: 0;
        }
            .user-settings-menu .menu ul li {
                display: flex;
            }
                .user-settings-menu .menu ul li a {
                    width: 100%;
                    height: 100%;
                    text-align: left;
                    text-decoration: none;
                    color: var(--font-color);
                    transition: background-color 200ms ease-in-out;
                    padding: 15px 10px 15px 60px;
                    white-space: nowrap;
                    position: relative;
                    z-index: 0;
                    transition: all 200ms ease-in-out;
                }
                    .user-settings-menu .menu ul li a span {
                        margin-right: 10px;
                    }
                .user-settings-menu .menu ul li.active a {
                    font-weight: 600;
                }
                    .user-settings-menu .menu ul li a::before {
                        content: '';
                        position: absolute;
                        width: 1px;
                        height: 100%;
                        background-color: var(--dunklesHigreen);
                        right: 0;
                        top: 0;
                        transition: all 200ms ease-in-out;
                        z-index: -1;
                    }
                    .user-settings-menu .menu ul li.active a::before {
                        width: 3px;
                        height: 100%;
                        transition: all 200ms ease-in-out;
                    }
                .user-settings-menu .menu ul li a:hover {
                    color: white !important;
                }
                    .user-settings-menu .menu ul li a:hover span {
                        color: white !important;
                    }
                    .user-settings-menu .menu ul li a:hover::before {
                        width: 100%;
                    }

.user-settings-content {
    width: calc(100% - 300px);
    height: 100%;
    border-radius:  0 var(--border-radius) var(--border-radius) 0;
}
    .user-settings-content .menu-content {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }
        .user-settings-content .menu-content h4 {
            text-align: center;
            width: 100%;
            padding: 0 10px;
            margin-bottom: 25px;
        }

    .user-settings-content .menu-content .order-details {
        width: 100%;
        overflow-x: auto;
        display: block;
    }
        .user-settings-content .menu-content .order-details th {
            padding: 5px 15px 5px 0;
        }
        .user-settings-content .menu-content .order-details td {
            padding: 5px 15px 5px 0;
            vertical-align: top;
        }
        .user-settings-content .menu-content .order-details td:last-child {
            min-width: 95px;
        }
            .user-settings-content .menu-content .order-details td p {
                margin: 0;
            }
            .user-settings-content .menu-content .order-details td img {
                width: 100px;
                height: auto;
            }

.user-settings-content .product-requests h6 {
    font-size: 15px;
    white-space: nowrap;
}
.user-settings-content .product-requests p {
    font-size: 15px;
}
.user-settings-content .product-requests button {
    font-size: 12px;
}
.user-settings-content div.product-request {
    padding: 1rem 1.25rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--ganzhelleshigreen)
}
    .user-settings-content .product-request .status[value="approved"] {
        color: var(--success-color);
    }
    .user-settings-content .product-request .status[value="rejected"] {
        color: var(--danger-color);
    }
    .user-settings-content .product-request[added_to_cart="false"] .add-to-cart {
        display: block;
    }
    .user-settings-content .product-request[added_to_cart="false"] .added-to-cart {
        display: none;
    }
    .user-settings-content .product-request[added_to_cart="true"] .add-to-cart {
        display: none;
    }
    .user-settings-content .product-request[added_to_cart="true"] .added-to-cart {
        display: block;
    }

@media only screen and (max-width: 991px) {
    .user-settings-menu {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        z-index: 5;
        transition: all 200ms ease-in-out;
    }
        .user-settings-menu.open {
            width: 100%;
        }
        .user-settings-menu:after {
            content: none;
        }

    .user-settings-content {
        width: 100%;
    }
}

/* ------- */
    
h1.pdp-header {
    font-size: 18px !important;
    /* font-family: "HelveticaNow-Medium", sans-serif !important; */
    color: #564e58 !important;
}
h2.pdp-subheader {
    font-size: 1rem !important;
    font-family: "HelveticaNow-Light", sans-serif !important;
    color: #564e58 !important;
}
#pdp-table {
    width: 100%;
}
#pdp-table tr {
    border-top: 1px solid #DEDFDE;
}
#pdp-table tr:last-child {
    border-bottom: 1px solid #DEDFDE;
}
#pdp-table .terpene-img {
    max-width: 45px;
    height: auto;
    cursor: pointer;
}
#pdp-table h2.pdp-subheader {
    text-transform: none !important;
}
#pdp-table tr td:nth-child(1) {
    width: 240px;
}
#product-details .nav-link {
    font-family: "HelveticaNow-Light","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif"!important;
    border: none !important;
}
#product-details .nav-link.active {
    text-decoration: underline !important;
}
#product-details .nav-tabs {
    border: none !important;
}
#product-details .nav-item:first-child {
    padding-left: 0;
}
#product-details .ellipsis {
    max-height: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    box-orient: vertical;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media only screen and (min-width: 1199px) {
    #product-details .tab-content {
        max-width: 75%;
    }
}
hr {
    color: #DEDFDE;
}
@media only screen and (max-width: 590px) {
    .product-detail-tabs > a{
        padding: 0.45rem;
        font-size: 1rem !important;
    }
}
#details-button h3 {
    position: fixed;
    max-width: fit-content;
    top: calc(17vh + 5.5rem);
    z-index: 7;
    right: -30px;
    color: #fff !important;
    transform: rotate(-90deg);
    text-decoration: underline !important;
    text-transform: uppercase;
    font-size: 2rem !important;
}
#details-button img {
    position: fixed;
    min-width: 8rem;
    max-width: 8rem;
    top: 17vh;
    right: 0px;
    z-index: 6;
}
@media only screen and (max-width: 992px) {
    #details-button h3 {
        max-width: fit-content;
        top: calc(25vh + 3.2rem);
        right: -15px;
        font-size: 1.2rem !important;
    }
    #details-button img {
        top: 25vh;
        min-width: 5rem;
        max-width: 5rem;
    }
}
.product-diagrams {
    max-width: 100%;
}
@media only screen and (min-width: 992px) {
    .product-diagrams div.col-lg-6:first-of-type {
        border-right: 2px solid white;
        padding-left: calc(8vw + 15px);
    }
    .product-diagrams div.col-lg-6:last-of-type {
        border-left: 2px solid white;
        padding-left: 8vw;
    }
}
#details-button img:hover, #details-button h3:hover {
    cursor: pointer;
}
#cannabis-portions {
    background-color: #fff;
    width: 282px;
    height: 378px;
}
#cannabis-portions img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
#cannabis-portions div#cbd-portion {
    background-color: var(--dunklesHigreen);
    width: 100%;
    height: 10%;
    position: absolute;
    border: 0;
    z-index: 0;
    bottom: 0;
}
#cannabis-portions div#cbd-marker {
    width: 100%;
    /* height: 20%; */
    position: absolute;
    border: 0;
    z-index: 5;
    left: 0;
    bottom: calc(10% - 3px);
}
#cannabis-portions div#cbd-marker::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--dunklesHigreen);
    display: block;
    position: absolute;
    top: -4px;
}
#cannabis-portions div#cbd-marker::after {
    content: '';
    width: 53%;
    height: 2px;
    background-color: var(--dunklesHigreen);
    display: block;
    margin: 1px 6px;
}
#cannabis-portions div#cbd-label {
    width: 100%;
    height: calc(10% + 30px);
    position: absolute;
    border: 0;
    z-index: 7;
    bottom: 0;
}
#cannabis-portions div#thc-portion {
    background-color: #A4B78D;
    width: 100%;
    height: 20%;
    position: absolute;
    border: 0;
    z-index: 0;
    bottom: 0;
}
#cannabis-portions div#thc-marker {
    width: 100%;
    /* height: 20%; */
    position: absolute;
    border: 0;
    z-index: 5;
    left: 0;
    bottom: calc(20% - 3px);
}
#cannabis-portions div#thc-marker::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #A4B78D;
    display: block;
    position: absolute;
    top: -4px;
}
#cannabis-portions div#thc-marker::after {
    content: '';
    width: 55%;
    height: 2px;
    background-color: #A4B78D;
    display: block;
    margin: 1px 6px;
}
#cannabis-portions div#thc-label {
    width: 100%;
    height: calc(20% + 30px);
    position: absolute;
    border: 0;
    z-index: 7;
    bottom: 0;
}
#pdp-terpene-table td *,
#pdp-terpene-table th *{
    /* white-space: nowrap !important; */
    text-align: center;
    word-break: inherit!important;
}
#pdp-terpene-table tbody {
    border-top: 2px solid #000;
}
#pdp-terpene-table tbody tr {
    border-bottom: 1px solid #000;
}
    #pdp-terpene-table tbody tr td {
        padding: 20px 30px;
    }
#pdp-terpene-table .terpene-img {
    max-width: 45px;
}
#pdp-terpene-table .terpene-img + p {
    text-align: start;
    padding-left: 10px;
}
#pdp-terpene-table tbody tr td:nth-of-type(1) > div {
    min-width: 216px;
}
#pdp-terpene-table tbody tr td:nth-of-type(2) {
    background-color: var(--dunklesHigreen);
}
#pdp-terpene-table tbody tr td:nth-of-type(4) {
    background-color: #DEDFDE;
}
#pdp-terpene-table tbody tr td:nth-of-type(5) {
    background-color: #899A71;
}
#pdp-terpene-table tbody tr td p {
    margin: 0;
}
#pdp-terpene-table tbody tr td a {
    font-family: var(--font-light)!important;
    font-weight: 400!important;
    color: #0c0905;
}
#splide-products .splide__container {
    padding: 0px 20px;
    margin: 20px auto;
}
@media only screen and (max-width: 375px) {
    #splide-products .splide__container {
        padding: 0;
    }
}
.splide {
    margin: 0 auto;
}
    div.splide__arrow {
        background: none;
    }
        div.splide__arrow.splide__arrow--prev {
            left: -2.5rem;
        }
        div.splide__arrow.splide__arrow--next {
            right: -2.5rem;
        }

@media only screen and (max-width: 991px) {
    div.splide__arrow.splide__arrow--prev {
        left: 0rem;
    }
    div.splide__arrow.splide__arrow--next {
        right: 0rem;
    }
}

.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.thumbnail {
    width: 100%;
    height: auto;
    object-fit: contain;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}
.thumbnail:first-of-type {
    margin-left: 0;
}
.thumbnail:last-of-type{
    margin-right: 0;
}
.thumbnail.is-active {
    opacity: 1;
}

.thumbnail {
    background-size: cover;
    background-position: center;
    height: 150px;
}
#double-bg-images div div:nth-of-type(1) {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/womanGreenBG.png);
    aspect-ratio: 690/443; 
}
#double-bg-images div div:nth-of-type(2) {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/CannabisBG.jpg);
    aspect-ratio: 690/443;
}
.single-product-content {
    padding: 1rem 1rem 2rem 2rem;
    background-color: #DEDFDE;
}
.single-product-slider h1.pdp-header {
    color: #fff !important;
    text-transform: none !important;
}
.single-product-slider h2.pdp-header {
    color: #fff !important;
    font-size: 1.1rem !important;
    text-transform: none !important;
}
.single-product-detail {
    background-color: #fff;
    padding: 9px 12px;
    font-size: 1rem;
}
.single-product-icons img {
    margin-left: 10px;
    object-fit: contain;
}
.single-product-img {
    width: 100%;
    aspect-ratio: 15/11;
    display: flex;
}
    .single-product-img img {
        margin: auto;
        width: 70%;
        height: auto;
    }
@media only screen and (max-width: 600px) {
    .single-product-slider p.live-bestand {
        font-size: 0.75rem !important;
    }
    .single-product-slider h1.pdp-header {
        font-size: 0.9rem !important;
    }
    .single-product-slider h2.pdp-header {
        font-size: 0.8rem !important;
    }
    .single-product-detail {
        background-color: #fff;
        padding: 9px 12px;
        font-size: 0.6rem;
    }
    .single-product-img {
        width: 100%;
        height: 100%;
        aspect-ratio: 12/13;
        background-repeat: no-repeat;
        background-position: center;
    }
}
.hi-logo {
    width: 215px;
    position: absolute;
    right: 6px;
    top: -132px;
    z-index: -1;
}
.gi-logo {
    width: 215px;
    position: absolute;
    left: 6px;
    bottom: -135px;
    z-index: -1;
}
input.newsletter-field {
    margin-top: 90px;
    border: none;
    background-color: #A4B78D;
    padding: 20px 40px;
    height: 60px;
    color: #fff !important;
    font-size: 1rem !important;
    font-family: "HelveticaNow-Light", sans-serif !important;
    width: 100%;
}
input.newsletter-field::placeholder {
    color: #fff;
    font-size: 1rem !important;
    font-family: "HelveticaNow-Light", sans-serif !important;
}
input.newsletter-field:focus-visible {
    outline: none;
}
button#slider-to-products {
    margin-top: 90px;
    border:none; 
    background-color:  var(--dunklesHigreen);
    padding: 20px 40px;
    height: 60px;
}
@media only screen and (max-width: 768px) {
    .pdp-newsletter-form input.newsletter-field::placeholder,
    .pdp-newsletter-form h2.pdp-subheader {
        font-size: 0.8rem !important;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    button#slider-to-products{
        margin-top: 0 !important;
    }

}
.faq-header h1 {
    position: relative;
    color: #564e58 !important;
    width: fit-content;
    font-size: 3rem !important;
}
.faq-header span {
    position: absolute;
    bottom: -10px;
    color: #A4B78D;
    left: 50%;
    transform: translateX(-50%);
}
h1.plp-header {
    font-size: 2rem !important;
    color: #564e58!important;
}
h2.plp-header {
    font-size: 1.4rem !important;
}
.receipt-steps span {
    position: absolute;
    left: -50px;
    top: 0;
    background-color: var(--dunklesHigreen);
    border-radius: 50%;
    color: #fff;
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
}
input.plp-search-field {
    border: none;
    padding: .3rem .8rem;
    /* height: 60px; */
    color: #fff !important;
    font-size: 1rem !important;
    font-family: "HelveticaNow-Light", sans-serif !important;
    width: 80%;
    border: 1px solid #DEDFDE;
    height: 47px;
}
input.plp-search-field:focus-visible {
    outline: none;
}
@media only screen and (min-width:1200px) {
    input.plp-search-field {
        width: 40%;
    }
}
button.plp-dropdown {
    background-color: #fff !important;
    color: #564E58 !important;
    text-transform: none !important;
    padding: 0.3rem 0.8rem !important;
    border-color: #dedfde;
    border-radius: 0 !important;
}

/* .filter-dropdown {
    background-color: #dedfde;
    min-width: 15rem;
    border-radius: 0 !important;
}
.filter-dropdown button.btn.btn-filter {
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 0;
    color: #fff!important;
    padding: 0.2rem 0rem!important;
    font-family: "HelveticaNow-Medium","Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif"!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    background-color: var(--dunklesHigreen)!important;
    font-size: .8rem !important;
}
.filter-dropdown input.form-check-input:checked {
    background-color: #899087;
    border-color: #899087;
} */
.scrollable-filters {
    overflow-x: auto;
}
.scrollable-filters::-webkit-scrollbar {
    /* width: 8px; */
    margin: 5px;
    height: 10px;
    border: solid 3px transparent;
}
.scrollable-filters::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
    border-radius: 0px;
    background-color: #f0f0f0d3;
    border-top: solid 3px transparent;
    background-clip: content-box;
}

.scrollable-filters::-webkit-scrollbar-thumb {
    background-color: #899087;
    border-top: solid 3px transparent;
    background-clip: content-box;
    /* border-radius: 10px; */
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}
/* shopping cart offcanvas */
#cartOffcanvas {
    min-width: 320px;
}
@media only screen and (min-width:600px) {
    #cartOffcanvas {
        max-width: 500px;
    }
}
@media only screen and (max-width:599px) {
    #cartOffcanvas {
        max-width: 350px;
    }
}
@media only screen and (max-width:400px) {
    #cartOffcanvas {
        max-width: 320px;
    }
}
#cartOffcanvas .offcanvas-title{
    color: #000;
    font-family: "HelveticaNow-Medium";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
#cartOffcanvas .btn-secondary:hover {
    background-color: #5b664b !important;
    border-color: #526e7f !important;
}

#cartOffcanvas .price-container span {
    font-size: 18px;
    color: #000;
}

#cartOffcanvas .price-container span.small {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

#cartOffcanvas .offcanvas-body{
    background-image: url(../img/home/hi-gi-big.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    overflow-y: scroll;
}
    #cartOffcanvas .offcanvas-body::-webkit-scrollbar {
        width: 8px;
        cursor: pointer;
    }
    #cartOffcanvas .offcanvas-body::-webkit-scrollbar-track {
        width: 8px;
        background-color: var(--bg-ganzhelleshigreen);
        cursor: pointer;
    }
    #cartOffcanvas .offcanvas-body::-webkit-scrollbar-thumb {
        width: 8px;
        background-color: var(--higreenbraun);
        border-radius: 10px;
        cursor: pointer;
    }

#cartOffcanvas .product-price {
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    color: var(--higreenbraun)
}
        

#cartOffcanvas .cart-products-container {
    display: flex;
    flex-direction: column;
}

#cartOffcanvas .cart-products-container > div.cart-product {
    background-color: #ffffffb5;
    border: 1px solid var(--ganzhelleshigreen) !important;
    margin-bottom: 20px;
    padding: 1rem 10px;
}

#cartOffcanvas .cart-products-container > div.cart-product img{
    border: 1px solid var(--ganzhelleshigreen);
    background: var(--white, #FFF);
    object-fit: contain;
}

#cartOffcanvas .cart-products-container > div.cart-product img,
#cartOffcanvas .cart-products-container > div.cart-product .product-amount{
    /* max-width: 90px; */
    max-height: 110px;
    height: 100%;
}
#cartOffcanvas .form-select:focus {
    border-color: var(--helleshigreen);
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}
#cartOffcanvas .cart-products-container > div.cart-product .product-info h1,
#cartOffcanvas .cart-products-container > div.cart-product .product-info h2,
#cartOffcanvas .cart-products-container > div.cart-product .product-info h3 {
    color: var(--higreenbraun) !important;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
}

#cartOffcanvas .cart-products-container > div.cart-product .product-info h1{
    font-size: 16px;
}

#cartOffcanvas .cart-products-container > div.cart-product .product-info h2{
    font-size: 15px;
}

#cartOffcanvas .cart-products-container > div.cart-product .product-info h3{
    font-size: 15px;
}
#cartOffcanvas .cart-products-container > div.cart-product .product-info [visible="false"] {
    display: none;
}
.cart-pharmacies-container .cart-single-pharmacy {
    border-top: 1px solid var(--bg-ganzhelleshigreen-dark);
    padding: 20px 0;
}
    .cart-pharmacies-container .cart-single-pharmacy > div {
        display: flex;
        justify-content: space-between;
    }
.cart-pharmacies-container .cart-single-pharmacy:last-child {
    border-bottom: 1px solid var(--bg-ganzhelleshigreen-dark);
}
.cart-pharmacies-container .pharmacy-name {
    font-size: 16px;
    margin-bottom: 4px;
}
.cart-pharmacies-container .pharmacy-location {
    font-family: 'HelveticaNow-Light';
    font-size: 16px;
}
.cart-pharmacies-container .ppg {
    color: #b9b9b9;
}
.cart-pharmacies-container .cart-single-pharmacy-netto {
    margin-top: 5px;
}
.cart-pharmacies-container .cart-single-pharmacy-netto,
.cart-pharmacies-container .cart-single-pharmacy-mwst {
    margin-bottom: 5px;
}
.cart-pharmacies-container .cart-single-pharmacy-netto div span:nth-child(1),
.cart-pharmacies-container .cart-single-pharmacy-brutto div span:nth-child(1) {
    font-size: 16px;
    font-family: 'HelveticaNow-Regular';
}
.cart-pharmacies-container .cart-title {
    font-size: 16px;
    font-family: 'HelveticaNow-Regular';
}
.cart-pharmacies-container .cart-additions {
    font-size: 10px;
    font-family: 'HelveticaNow-Light';
}
.cart-pharmacies-container .cart-single-pharmacy-netto div span:nth-child(2),
.cart-pharmacies-container .cart-single-pharmacy-brutto div span:nth-child(2),
.cart-pharmacies-container .cart-single-pharmacy-shipping div span {
    font-size: 12px;
    font-family: 'HelveticaNow-Light';
}
.cart-pharmacies-container .cart-single-pharmacy-mwst div span {
    font-size: 16px;
    font-family: 'HelveticaNow-Light';
}
.cart-pharmacies-container .cart-single-pharmacy-shipping-details a {
    font-size: 14px;
    font-family: 'HelveticaNow-Light';
    margin-top: 10px;
}
.cart-pharmacies-container .cart-single-pharmacy-shipping-details span {
    color: #8f8a90;
}
.cart-pharmacies-container button {
    padding: 0px 5px;
    width: -webkit-fill-available;
    margin-top: 15px;
    display: block;
}
.cart-pharmacies-container .info-icon {
    width: 15px;
    min-width: 15px;
    height: 15px;
}

@media only screen and (max-width: 500px) {
    #cartOffcanvas .cart-products-container > div.cart-product .product-info h1{
        font-size: 14px;
    }
    
    #cartOffcanvas .cart-products-container > div.cart-product .product-info h2{
        font-size: 11px;
    }
    
    #cartOffcanvas .cart-products-container > div.cart-product .product-info h3{
        font-size: 11px;
    }
    #cartOffcanvas p.content-text {
        font-size: 11px;
    }
    #cartOffcanvas .cart-products-container > div.cart-product img,
    #cartOffcanvas .cart-products-container > div.cart-product .product-amount {
        max-width: 100px;
    }
    #cartOffcanvas .offcanvas-body {
        padding: 1rem 0.5rem;
    }
}
#cartOffcanvas a.btn.btn-secondary {
    background-color: var(--dunklesHigreen) !important;
}
#cartOffcanvas a.btn.btn-outline-primary {
    border: 1px solid var(--higreenbraun) !important;
    background-color: white !important;
    color: var(--higreenbraun) !important;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
#cartOffcanvas .cart-products-container > div.cart-product > div:first-of-type > div:last-of-type > a {
    width: 30px;
    height: 30px;
    background-color: var(--ganzhelleshigreen);
    position: relative;
    display: block;
    cursor: pointer;
}
#cartOffcanvas .cart-products-container > div.cart-product > div:first-of-type > div:last-of-type > a.delete-button:before {
    background-image: url('../img/icons/delete.svg');
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    width: 14px;
    height: 14px;
    transition: all 200ms ease-in-out;
}
    #cartOffcanvas .cart-products-container > div.cart-product > div:first-of-type > div:last-of-type > a:hover::before {
        filter: invert(10%) sepia(71%) saturate(6126%) hue-rotate(22deg) brightness(105%) contrast(130%);
    }

#cartOffcanvas .cart-products-container > div.cart-product div.product-price .product-amount a {
    background-color: var(--ganzhelleshigreen);
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
}
    #cartOffcanvas .cart-products-container > div.cart-product div.product-price .product-amount a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-position: center;
        width: 14px;
        height: 14px;
        transition: all 200ms ease-in-out;
    }
    #cartOffcanvas .cart-products-container > div.cart-product div.product-price .product-amount a.minus-button::before {
        background-image: url('../img/icons/minus.svg');
    }
    #cartOffcanvas .cart-products-container > div.cart-product div.product-price .product-amount a.plus-button::before {
        background-image: url('../img/icons/plus.svg');
    }
    #cartOffcanvas .cart-products-container > div.cart-product div.product-price .product-amount a:hover::before {
        filter: invert(68%) sepia(18%) saturate(435%) hue-rotate(45deg) brightness(101%) contrast(89%);
    }
    #cartOffcanvas .cart-products-container > div.cart-product[editable="true"] div.product-price .product-amount a.minus-button,
    #cartOffcanvas .cart-products-container > div.cart-product[editable="true"] div.product-price .product-amount a.plus-button {
        display: none;
    }
#cartOffcanvas .cart-products-container > div.cart-product div.product-price .product-amount > div {
    width: 50px;
    height: 25px;
    text-align: center;
    border-top: 1px solid var(--ganzhelleshigreen);
    border-bottom: 1px solid var(--ganzhelleshigreen);
    display: flex;
}
#cartOffcanvas .cart-products-container > div.cart-product div.product-price .product-amount > div > span {
    margin: auto;
    font-family: var(--font-regular);
    font-weight: 400;
    align-items: center;
    justify-content: center;
}
.icon {
    width: 30px;
}
.icon svg {
    width: 20px;
    height: auto;
}

.datepicker table tr td.active.active {
    background-color: var(--higreenbraun) !important;
    background-image: none;
}
.datepicker table tr td.active:hover {
    background-color: var(--higreenbraun) !important;
    background-image: none !important;
}
.flavonoide-cards-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.flavonoide-cards-container .flavonoide-card {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}
.flavonoide-cards-container .flavonoide-card > img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}
.flavonoide-cards-container .flavonoide-card > div {
    background-color: var(--helleshigreen);
    min-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flavonoide-cards-container .flavonoide-card > div > h3 {
    color: white;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    margin: 0;
}
@media only screen and (min-width: 1440px) and (max-width: 1730px){
    .flavonoide-cards-container .flavonoide-card > div > h3 {
        font-size: 0.6rem;
    }
}
@media only screen and (max-width: 1440px) {
    .flavonoide-cards-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 500px) {
    .flavonoide-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 375px) {
    .flavonoide-cards-container {
        grid-template-columns: repeat(1, 1fr);
    }
}
#flavonoide-table {
    list-style: none;
}
#flavonoide-table > li {
    position: relative;
    border-style: solid;
    border-width: 2px 2px 2px 25px;
}
#flavonoide-table > li:hover .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 250ms ease-in-out;
    opacity: .1 !important;
}
/* Registrierung */
.register-banner {
    background: var(--dunklesHigreen);
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.register-banner h3 {
    color: white;
    margin: 0;
}
.register-container {
    margin-bottom: 2rem;
}
.register-container ::placeholder {
    text-transform: uppercase;
}
.register-container p {
    font-family: "HelveticaNow-Medium";
    color: var(--higreenbraun);
    font-weight: 500;
    margin-bottom: 0.2em;
}
.register-container .thin {
    font-family: "HelveticaNow-Light";
    font-weight: 300;
}
.register-container label.form-label,
.register-container p.form-label,
.register-container label.form-check-label,
.register-container a.label-link {
    color: var(--higreenbraun, #564E58);
    font-family: "HelveticaNow-Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}
.register-container input.form-control,
.register-container select.form-select {
    border: 1px solid var(--higreenbraun);
    outline: 0;
    box-shadow: 0 0 0 0;
}
.register-container a.form-text {
    color: var(--higreenbraun);
    text-align: right;
    font-family: "HelveticaNow-Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
}
.register-container div.form-check .form-check-input{
    margin-top: 0.6rem;
}
.register-container .login-card > form {
    padding: 1rem 0;
}
.register-container .doc-login-card .doccheck-banner {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 1rem 0;
}
.register-container hr {
    border-bottom: 1px solid black;
}
.register-container .btn-outline-secondry {
    border: 1px solid var(--higreenbraun);
    background: white;
}
.register-container label.btn,
.register-container label.btn:focus,
.register-container label.btn:active {
    color: var(--higreenbraun);
    border: 1px solid var(--higreenbraun);
    background-color: white;
    text-align: center;
    width: 100%;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-align: center;
    box-shadow: 0 0 0 0;
}
.register-container .btn-check:focus+.btn-secondary,
.register-container .btn-secondary:focus {
    border: 1px solid var(--higreenbraun);
    background-color: var(--higreenbraun);
    outline: 0;
    box-shadow: 0 0 0 0;
}
.register-container input[type="radio"]:focus,
.register-container label.btn:hover,
.register-container label.btn:active {
    border: 1px solid var(--higreenbraun);
    background-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.register-container .btn-check:active+label,
.register-container .btn-check:checked+label {
    color: white !important;
    background-color: var(--higreenbraun);
}
.register-container .form-check-input {
    border: 1px solid var(--higreenbraun);
    border-radius: 0;
}
.register-container .form-check-input:focus{
    outline: 0;
    box-shadow: 0 0 0 0;
}
.register-container .form-check-input:checked {
    background-color: var(--dunklesHigreen);
}
.passwort-check-list ul {
    list-style: none;
    padding-left: 15px;
}
    .passwort-check-list ul li {
        display: flex;
        margin-bottom: 0.2rem;
    }
        .passwort-check-list ul li i {
            margin-left: -15px;
            margin-top: auto;
            margin-bottom: auto;
        }
        .passwort-check-list ul li p {
            margin-left: 15px;
            margin-top: auto;
            margin-bottom: auto;
        }
    .passwort-check-list ul li.approved * {
        color: var(--success-color) !important;
    }
/* login modal */
#signInOrUpModal .modal-content {
    padding: 2.5rem 3rem;
    background: var(--ganzhelleshigreen);
    border-radius: 0;
}
#signInModal .modal-content,
#setNewPasswordModal .modal-content,
#cookieModal .modal-content {
    border: 1px solid var(--higreenbraun);
    padding: 1rem 2rem;
    border-radius: 0;
    background-origin: content-box;
    background-image: url(../img/home/hi-gi-big.png);
    background-repeat: no-repeat;
    background-position: 85%;
    background-size: contain;
}
#signInModal .modal-content .modal-header,
#setNewPasswordModal .modal-content .modal-header,
#cookieModal .modal-content .modal-header {
    border: 0;
}
#signInModal .modal-content .modal-header .modal-title,
#cookieModal .modal-content .modal-header .modal-title,
#setNewPasswordModal .modal-content .modal-header .modal-title {
    color: var(--higreenbraun);
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.25rem;
}
#signInModal .modal-content .modal-header p,
#cookieModal .modal-content .modal-header p,
#setNewPasswordModal .modal-content .modal-header p {
    color: var(--higreenbraun);
    font-size: 1rem;
}
#signInModal .modal-content .modal-header .btn-close,
#setNewPasswordModal .modal-content .modal-header .btn-close,
#cookieModal .modal-content .modal-header .btn-close {
    background: var(--ganzhelleshigreen);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border-radius: 0;
}
#signInModal .modal-content .modal-header .btn-close:focus,
#signInModal .modal-content .modal-header .btn-close:hover,
#setNewPasswordModal .modal-content .modal-header .btn-close:focus,
#setNewPasswordModal .modal-content .modal-header .btn-close:hover,
#cookieModal .modal-content .modal-header .btn-close:focus,
#cookieModal .modal-content .modal-header .btn-close:hover {
    outline: 0;
    box-shadow: 0 0 0 0;
    opacity: 1;
}
#signInOrUpModal a.btn.btn-outline-secondry,
#setNewPasswordModal a.btn.btn-outline-secondry,
#cookieModal a.btn.btn-outline-secondry {
    border: 1px solid var(--higreenbraun);
    border-radius: 0;
    color: var(--higreenbraun);
    background-color: white;
    margin-top: 1rem;
}
#signInModal form input.form-control,
#setNewPasswordModal form input.form-control,
#cookieModal form input.form-control {
    min-height: 60px;
    border: 1px solid var(--higreenbraun);
    background: white;
}
#signInModal form input.form-control::placeholder,
#setNewPasswordModal form input.form-control::placeholder,
#cookieModal form input.form-control::placeholder {
    text-transform: uppercase;
    font-weight: 500;
}
#signInModal form a.form-text,
#setNewPasswordModal form a.form-text,
#cookieModal form a.form-text {
    text-align: end;
    font-size: 1rem;
    font-weight: 300;
    font-family: "HelveticaNow-Light";
}
#signInModal form .btn.btn-outline-secondary,
#setNewPasswordModal form .btn.btn-outline-secondary {
    border: 1px solid var(--higreenbraun);
    color: var(--higreenbraun);
}
#signInModal[value="login"] .reset-buttons,
#signInModal[value="login"] .send-activation-buttons {
    display: none;
}
#signInModal[value="resetPassword"] .login-buttons,
#signInModal[value="resetPassword"] .password-field,
#signInModal[value="resetPassword"] .send-activation-buttons {
    display: none;
}
#signInModal[value="sendActivation"] .login-buttons,
#signInModal[value="sendActivation"] .password-field,
#signInModal[value="sendActivation"] .reset-buttons {
    display: none;
}

#registerConfirmationModal img.envelope {
    max-height: 110px;
}

div.modal {
    z-index: 3000;
}
div.modal-backdrop {
    z-index: 2050;
}

/* ratgeber */
.ratgeber-blog-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
@media only screen and (max-width: 1440px) {
    .ratgeber-blog-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 1200px) {
    .ratgeber-blog-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .ratgeber-blog-container .sidebar-content-box {
        flex-direction: column;
    }
    .ratgeber-blog-container .sidebar-content-box img {
        object-fit: cover;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .ratgeber-blog-container {
        grid-template-columns: repeat(1, 1fr);
    }
}
.ratgeber-blog-container .sidebar-content-box {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}
.ratgeber-blog-container .sidebar-content-box > div:last-of-type {
    flex-grow: 1;
    position: relative;
}
.ratgeber-blog-container .sidebar-content-box > div:last-of-type > a {
    position: absolute;
    bottom: 1.5rem;
}


/* ERROR */
.input-error {
    background-color: var(--bg-danger)!important;
    border: 1px solid var(--danger-color)!important;
}
    .input-error::placeholder {
        color: var(--danger-color)!important;
    }
    .input-error::-ms-input-placeholder {
        color: var(--danger-color)!important;
    }

.footer-main .col-md-5 ul.list-unstyled li a.footer-link {
    font-size: 0.75rem !important;
}

.pretty input:checked~.state.p-success label:after, .pretty.p-toggle .state.p-success label.standard-label:after {
    background-color: var(--higreen-green) !important;
}

.product-status-tooltip:hover {
    cursor: pointer !important;
    opacity: .7;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    appearance: textfield;
    -moz-appearance:textfield; /* Firefox */
}

.card.rezept-einreichen {
    background-color: var(--ganzhelleshigreen);
    height: 100%;
    padding: 15px;
}
.card.rezept-einreichen h5 {
    font-size: .9rem;
}
.card.rezept-einreichen h2 {
    font-size: 1.2rem;
}
.card.rezept-einreichen p {
    font-size: 1rem !important;
    margin: 0;
}
.rezept-einreichen-timeline {
    margin-top: 45px;
    gap: 15px;
}
.card.rezept-einreichen i {
    position: absolute;;
    top: 15px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.card.rezept-einreichen i.rotate {
    transform: rotate(180deg);
}
.card.rezept-einreichen .hidden-text {
    display: none;
    margin-top: 10px;
}

.card.rezept-einreichen .visible-text {
    display: block;
}
@media only screen and (max-width: 820px) {
    .rezept-einreichen-timeline > div:not(.active) {
        display: none;
    }
}
.rezept-einreichen-timeline > div {
    flex: 1;
    padding: 15px;
    background-color: var(--ganzhelleshigreen);
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    display: flex;
}
.rezept-einreichen-timeline > div.active {
    background-color: var(--dunklesHigreen);
    color: #fff;
}

.agb li {
    font-family: var(--font-light);
    line-height: 1.3;
    font-size: 1.125rem;
}
.agb > ol {
    padding-left: 27px;
}
    .agb > ol > li {
        margin-top: 15px;
        font-family: var(--font-medium);
    }
        .agb > ol > li > span {
            font-family: var(--font-light);
        }
    .agb > ol > li::marker {
        font-family: var(--font-medium);
    }
        .agb > ol > li > ol {
            padding-left: 27px;
        }
            .agb > ol > li > ol > li {
                margin-top: 10px;
            }

.fontawesome {
    font-family: Helvetica, 'FontAwesome', sans-serif;
}
#environment {
    width: 100vw;
    text-align: center;
    background: coral;
    opacity: .8;
    padding-top: 9px;
    z-index: 1028;
    position: sticky;
    position: --webkit-sticky;
    top: calc(var(--higreen-main-navbar-height) + var(--higreen-secondary-navbar-height));
}
#environment h2 {
    font-size: 1.2rem;
    color: var(--higreenbraun);
    font-family: "HelveticaNow-Medium";
    font-weight: 500;
    line-height: 20px;
}

.notification {
    background-color: #f8d7da;
    color: #721c24;
    padding: 5px 10px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    /*text-align: center;*/
    max-width: 500px;
    margin-top: 10px;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

.notification span {
font-weight: bold;
}