body {
    --bs-body-font-family: "Calibri", "Museo-Sans", Helvetica, Arial, sans-serif !important;
    font-family: "Calibri", "Museo-Sans", Helvetica, Arial, sans-serif !important;
    font-size: 17px;
    background-color: #d8d8d8;
    line-height: 1.25;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* boostrap modal zoom fix */
.modal.festival-map {
    padding-right: initial !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* reset */
}
a {
    text-decoration: none;
    color: black;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

:hover a.product-card {
    color: black;
}

ul {
    list-style: none;
}
p.card-text.products-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
p {
    margin: 0 0 1.25rem;
}
h4 {
    margin-bottom:17px;
}
header {
    background-color: #fff;
}


    header .nav-link, header .nav-link:link, header .nav-link:visited {
        color: #000;
        font-size: 1.1em;
        font-weight: 700;
        transition: none;
    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 45px;
    width: 45px;
    outline: black;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    border: none;
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: url('/icons/right_arrow.png');
        font-size: 32px;
        color: black;
        font-weight: 600;
    }

    .carousel-control-prev-icon:after {
        content: url('/icons/left_arrow.png');
        font-size: 32px;
        color: black;
        font-weight: 600;
    }


header .nav-link:hover, header .nav-link:active {
    color: #47a141 !important;
    text-decoration: underline !important;
}

header .navbar {
    padding-top: 2em;
}

header .navbar-brand {
    display: block;
    background: url(/icons/logo-2025.png) left center/180px 100% no-repeat;
    width: 180px;
    height: 60px;
    margin-right: 0;
}

#FestivalMapModal .modal-dialog {
    max-width: 750px;
    z-index:5;
}



.festival-map-link {
    cursor: pointer;
}
header .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(71,161,65, 1)' stroke-width='2' d='M6.2253 4.81108C5.83477 4.42056 5.20161 4.42056 4.81108 4.81108C4.42056 5.20161 4.42056 5.83477 4.81108 6.2253L10.5858 12L4.81114 17.7747C4.42062 18.1652 4.42062 18.7984 4.81114 19.1889C5.20167 19.5794 5.83483 19.5794 6.22535 19.1889L12 13.4142L17.7747 19.1889C18.1652 19.5794 18.7984 19.5794 19.1889 19.1889C19.5794 18.7984 19.5794 18.1652 19.1889 17.7747L13.4142 12L19.189 6.2253C19.5795 5.83477 19.5795 5.20161 19.189 4.81108C18.7985 4.42056 18.1653 4.42056 17.7748 4.81108L12 10.5858L6.2253 4.81108Z' fill='currentColor'/%3E%3C/svg%3E");
}


header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon,
header .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(71,161,65, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


header .navbar-toggler, header .navbar-toggler:hover {
    border: none;
    box-shadow: none;
    border-radius: 0%;
}


header .navbar-collapse {
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    top: 6em;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    background-color: #42748d;
    border-radius: 0%;
}

    header .navbar-collapse .main-nav .nav-item {
        padding-bottom: 0.5em;
        padding-left: 1em;
        padding-right: 1em;
    }


    header .navbar-collapse .main-nav .nav-link {
        color: #fff;
        font-size: 1em;
        font-weight: 700;
        border-bottom: 1px solid #fff;
    }

        header .navbar-collapse .main-nav .nav-link.dropdown-hover {
            border: none;
        }


        header .navbar-collapse .main-nav .nav-link.active-item {
            color: #47a141 !important;
        }

    header .navbar-collapse .dropdown-toggle::after {
        position: absolute;
        right: 30px;
    }

    header .navbar-collapse .nav-item .dropdown-menu {
        border: none;
        background-color: #42748d;
        border-radius: 0%;
    }

    header .navbar-collapse .nav-item .dropdown-item {
        color: #fff;
        font-size: 1.1em;
        font-weight: 700;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

        header .navbar-collapse .nav-item .dropdown-item:hover {
            background-color: inherit;
            text-decoration: underline;
            color: #fff;
        }

.nav-link.dropdown-hover {
    display: flex;
}

.lang-switcher {
    color: #ff8300 !important;
    text-align: center;
}

main .content h1 {
    margin: 1rem 0 2rem 0;
    font-weight: 700;
    text-align: center;
}

main .content {
    padding-bottom: 1em;
}

    main .content h4 {
        font-weight: 600;
        text-align: center;
    }

    main .content h3 {
        line-height: 1.1;
        margin: 1rem 0 0.8rem 0;
        font-weight: 700;
        text-align: center;
    }


    main .content a,
    main .content a:link,
    main .content a:visited {
        text-decoration: none;
    }



footer .container .row {
    width: 100%;
    margin: 0;
}


h1.menu-title {
    font-family: Georgia,"Times New Roman","Times",serif;
    text-align: center;
    margin: 20px 0px;
    font-weight: 700;
    color: #42748d;
    font-size: 3em;
}
p.menu-desc {
    text-align: center;
    margin: 0px 0px 30px 0px;
    font-size: 1.1em;
    font-family: "Calibri", "Museo-Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
.row a {
    text-decoration: none;
    color: black;
}

.card-text {
    color: black;
}

.img-fluid {
    max-width: unset;
}

.articles-list .card .card-body {
    text-align: left;
    padding: 0px;
}

.articles-list .card {
    padding: 2em;
}

    .articles-list .card .card-body .card-text {
        font-size: 1em;
        padding: 0.5em 0px;
    }

.search-results h4 {
    font-weight: 700;
}

.umbraco-forms-submitmessage {
    padding: 20px 10px 10px 10px !important;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 500 !important;
    border: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    color: #42748d;
    font-size: 1.3em;
}

.pure-g.expanded-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
}


/* ============ producer ============ */


.lead {
    font-weight: 600;
}

.map-link {
    text-decoration: none;
    color: #47a141;
}



.producer-contact h3 {
    font-weight: 700;
}

.producer-logo img {
    opacity: .9;
}

.producer-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 0px 2em;
}

.producer-image {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.featured-categories a {
    text-decoration: none;
    cursor: pointer;
    color: #d8d8d8;
}


.producer-social-link {
    text-decoration: none;
    background-color: #ff8300;
    color: #fff;
}

    .producer-social-link:hover {
        text-decoration: none;
        color: #fff;
    }


.overview-icon,
.map-icon {
    fill: #47a141;
}

.overview-icon {
    width: 30px;
    margin-right: 5px;
}

.map-icon {
    height: 18px;
    margin-right: 5px;
}

.producers-buttons {
    padding-bottom: 5px;
    border-bottom: 0.5px solid #E1E1E1;
}

.overview-button,
.card-button {
    border: 0.5px solid #E1E1E1;
    background-color: #fff;
    color: #47a141;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}

.producers-title {
    color: #47a141;
}



.producer-item-title {
    color: #47a141;
    font-weight: 600;
}

    .producer-item-title a {
        color: #47a141;
        text-decoration: none;
    }

.producer-item-info a:hover {
    text-decoration: underline !important;
    color: #47a141;
}


.producer-item-link {
    color: #47a141;
    text-decoration: underline;
}

.producer-contact {
    padding: 25px 0px;
}

    .producer-contact h3 {
        padding-bottom: 15px;
    }

.page-link {
    margin-bottom: 5px;
}

    .page-link span {
        color: #47a141;
    }

.category-option h3,
.commune-container h3 {
    color: #47a141;
    font-size: 1.3em;
    font-weight: 600;
}

.commune-container {
    padding-top: 1em;
}


.category-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .category-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 0.5px solid #e1e1e1;
}


.category-label input:checked ~ .checkmark {
    background-color: #fff;
    border: 0.5px solid #47a141;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.category-label input:checked ~ .checkmark:after {
    display: block;
}

.category-label .checkmark:after {
    left: 9px;
    top: 1px;
    width: 5px;
    height: 13px;
    border: solid #47a141;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gmaps-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 60px - (55px * 2));
}

.boxify .gmaps-container {
    border-radius: 4px;
    overflow: hidden;
    left: 0.625rem;
    right: 0.625rem;
    height: calc(100vh - 60px - (55px * 2) - (1.25rem));
}

#locations {
    height: 100%;
}

.producer-category {
    padding: 5px 10px 5px 0px;
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 1px;
        bottom: 4px;
        background-color: #47a141;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch {
    border: solid 1px #47a141;
    border-radius: 20px;
}

input:checked + .slider {
    background-color: #fff;
}

input:focus + .slider {
    box-shadow: 0 0 1px;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch-label {
    height: 30px;
    width: 55px
}


.right-buttons-mobile {
    margin-right: 30px;
    text-transform: uppercase;
}

.overview-button-mobile.active,
.card-button-mobile.active {
    color: #47a141;
    font-weight: 700;
}

.overview-button-mobile label {
    margin: 0px 10px;
}

.sidebar-categories-wrapper {
    width: 70%;
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #ffffff;
    z-index: 2;
    transform: translateX(-100%);
    transition: transform 0.3s, box-shadow 0.3s;
}


.main-producers-container {
    top: 0;
    left: 0;
    width: 100%;
}

.sidebar-is-open #sidebarCategories {
    transform: translateX(0%);
}

.sidebar-categories-wrapper {
    height: 100vh;
}


.categories-container-mobile {
    height: 100%;
    overflow: scroll;
}

.sidebar-is-open .main-producers-container {
    overflow: hidden;
}

#producer-map {
    position: relative !important;
}
#activity-map {
    position: relative !important;
}

.right-buttons-mobile {
    width: 50%;
    margin-right: 20px;
}

.circle-producer {
    height: 3em;
    width: 3em;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    padding: 0.3em;
    margin-right: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .circle-producer img {
        padding: 0.5em;
        max-height: 100%;
    }

.producer-category span {
    font-size: 0.9em;
}

.offcanvas-body {
    padding: 0px;
}

.categories-container-mobile {
    padding-top: 70px !important;
}

.view-result-button {
    background-color: #FF8300;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
    border: none;
}

.u-text-bold {
    margin-bottom: 5px;
}

.u-text-bold a {
    color: #ff8300;
    text-decoration: none;
    font-size: 22px;
}

    .u-text-bold a:hover {
        text-decoration: underline;
    }

.map-marker-modal-wrapper {
    display: flex;
    gap: 10px;
}

.map-marker-modal-wrapper .image-wrapper img {
    width: 150px;
}

.map-marker-modal-wrapper .map-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 

.g-content p {
    font-size: 1.1em;
    font-weight: 400;
}

.g-directions {
    text-decoration: none;
    color: #47a141;
}

.g-direction-img {
    margin-right: 3px !important;
    margin-bottom: 3px;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.producer-social-link.icon-home {
    background-image: url("/media/oekk2y1v/home.svg");
    background-repeat: no-repeat;
    background-position-x: 0.5em;
    background-position-y: 0.5em;
    padding: 9px;
    padding-left: 40px;
    height: 35px;
}

.producer-social-link.psl.icon-facebook {
    background-image: url("/media/r3eows33/facebook_ikon.svg");
    background-repeat: no-repeat;
    background-position-x: -1em;
    background-position-y: -0.5em;
    padding: 9px;
    padding-left: 40px;
    height: 35px;
}

.producer-social-link.psl.icon-instagram {
    background-image: url("/media/vk2f2dc4/instagram_ikon.svg");
    background-repeat: no-repeat;
    background-position-x: -1em;
    background-position-y: -0.5em;
    padding: 9px;
    padding-left: 40px;
    height: 35px;
}

.producer-link {
    color: #ff8300;
    font-size: 20px;
    font-weight: bold;
    pointer-events: none;
}


/* ============ producer block end ============ */
/* ============ beer block start ============ */
.beer-icon {
    background-color: #D7D7D7;
    width: 1.5em;
    height: 1.5em;
    border: none;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.beer.descriptions {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
}

.beer.additional-info-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.beer.info-item {
    color: #000000;
    border: 1pt solid #FE8001;
    border-radius: 6px;
    padding: 0.1em 0.2em;
}


.beer.additional-info-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card.beer-product {
    font-family: Museo Sans 500;
}

.beer.beer-info {
    margin-left: 10px;
    margin-bottom: 0px;
}

.beer.desc-container {
    cursor: default;
}

.beer-products {
    display: flex;
    flex-wrap: wrap;
}

    .beer-products a {
        text-decoration: none;
    }

.card.beer-product {
    padding: 16px 0px;
}

.card-text.price-alcohol span {
    font-weight: 600;
}

.availability-wrapper {
    display: flex;
    flex-direction: row;
}

.availabilty-item {
    margin-right: 5px;
}

.additional-categories.visible.beer-container-open {
    height: fit-content;
    overflow: hidden;
    gap: 8px;
    display: grid;
    grid-template-columns: 49% 49%;
    margin-bottom: 4px;
}

.additional-categories.beer-container-open.visible {
    padding-bottom: 4px;
    border-bottom: 0.5px solid lightgray;
}



.additional-info-title,
.beer-category-checkbox.additional {
   
}

    .additional-info-title.visible,
    .beer-category-checkbox.additional.visible {
        display: block;
    }

.beer-products h5,
.beer-products h1,
.beer-producer-beers .beer-product-title {
    color: black;
}


.beer-products .card-body,
.beer-products img {
    cursor: pointer;
    padding: 16px 0px;
}

.alcohol-price-wrapper {
    margin: 1em 0px;
}

    .alcohol-price-wrapper span {
        font-weight: 600;
    }

.beer-wrapper h5 {
    font-size: 1.1em;
}

.beer-content {
    margin: 1em 0px;
}


.card.beer-product {
    border: none;
    -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
    box-shadow: 0px 6px 5px -4px #d8d8d8;
    border-radius: 0%;
}

.beer-card h5 {
    font-weight: 700;
}

.beer-product-subtitle {
    color: #3F748F !important;
}

.beer-card p {
    color: black;
}

.beer-card span {
    font-weight: 600;
    color: black;
}

.beer-card .card-subtitle {
    color: #ff8300;
}

.beer-product .beer-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.card-text.beer-category {
    color: #000000;
    background-color: #d7d7d7;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.category-link {
    cursor: pointer;
}



.beers-categories-wrapper input[type="text"]::placeholder,
.beers-categories-wrapper input[type="text"]::-webkit-input-placeholder,
.beers-categories-wrapper input[type="text"]::-moz-placeholder,
.beers-categories-wrapper input[type="text"]::-ms-input-placeholder {
    color: #d8d8d8;
}

.beers-categories-wrapper input[type="checkbox"] {
    height: 22px;
    width: 22px;
    padding: 0;
    margin: 0;
    position: absolute;
}

.beer-category-wrapper {
    flex-wrap: wrap;
}

.beer-category-checkbox input[type="checkbox"]:checked + label {
    background: rgba(255,131,0,.7);
}

.beer-category-checkbox label {
    width: 100%;
    display: block;
    -webkit-transition: background ease-in .2s;
    transition: background ease-in .2s;
    border-radius: 3px;
}

.beers-categories-wrapper .accordion {
    border: 0;
}

.beers-categories-wrapper .accordion-item {
    border: 0;
}

.beers-categories-wrapper .accordion-button, .beers-categories-wrapper .accordion-button:focus {
    background-color: inherit;
    border: 0;
    box-shadow: none;
    color :#000;
    padding-left: 0;
    padding-right: 10px;
    font-size: 18px;
}

.beers-categories-wrapper .accordion-body {
    padding: 0;
}

.beer-category-checkbox {
    position: relative;
}

.beer-type {
    margin-right: 0.5em;
    margin-bottom: 0px;
}

.beer-count-result {
    color: #42748D;
    font-size: 0.7em;
    margin-bottom: 5px
}

.beers-categories-wrapper h2 {
    font-weight: 600;
}

.beer-producer-beers {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.beer-producer-subtitle {
    font-weight: 700;
    font-size: 22px;
}

.beer-producer-beers-wrapper {
    margin-top: 30px;
}

.beer-producer-desc {
    padding: 0.5em 0;
}

.beer-parent-link :hover {
    color: #263562;
}

.producer-beer-list-button {
    color: #3F748F !important;
    cursor: pointer;
}

.beer-parent-link {
    cursor: pointer;
}

.card.beer-product a {
    text-decoration: none;
}

.card-body.blurred {
    background-color: #ffffff;
    opacity: 0.5;
}

.beers-search-container {
    position: relative;
}

    .beers-search-container span {
        position: absolute;
    }

    .beers-search-container svg {
        fill: #3F748F;
    }
/* ============ beer block end ============ */


/* ============ cheese block start ============ */
.cheese-icon {
    background-color: #D7D7D7;
    width: 1.5em;
    height: 1.5em;
    border: none;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cheese.descriptions {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
   
    align-items: center;
}

.cheese.cheese-exibitor-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cheese.info-item {
    color: #000000;
    border: 1pt solid #FE8001;
    border-radius: 6px;
    padding: 0.1em 0.2em;
}


.cheese.cheese-exibitor-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card.cheese-product {
    font-family: Museo Sans 500;
}

.chese.cheese-info {
    margin-left: 10px;
    margin-bottom: 0px;
}

.cheese.desc-container {
    cursor: default;
}

.cheese-products {
    display: flex;
    flex-wrap: wrap;
}

    .cheese-products a {
        text-decoration: none;
    }

.card.cheese-product {
    padding: 16px 0px;
}

.card-text.price-alcohol span {
    font-weight: 600;
}

.availability-wrapper {
    display: flex;
    flex-direction: row;
}

.availabilty-item {
    margin-right: 5px;
}

.cheese-exibitors.visible.cheese-container-open {
    height: fit-content;
    overflow: hidden;
    gap: 8px;
    display: grid;
    grid-template-columns: 49% 49%;
    margin-bottom: 4px;
}

.cheese-exibitors.cheese-container-open.visible {
    padding-bottom: 4px;
    border-bottom: 0.5px solid lightgray;
}



.cheese-exibitor-title,
.cheese-category-checkbox.cheese-exibitor {
    margin-top:20px;
}

    .cheese-exibition-title.visible,
    .cheese-category-checkbox.cheese-exibitor.visible {
        display: block;
    }

.cheese-products h5,
.cheese-products h1,
.cheese-producer-cheeses .cheese-product-title {
    color: black;
}


.cheese-products .card-body,
.cheese-products img {
    cursor: pointer;
    padding: 16px 0px;
}

.alcohol-price-wrapper {
    margin: 1em 0px;
}

    .alcohol-price-wrapper span {
        font-weight: 600;
    }

.cheese-wrapper h5 {
    font-size: 1.1em;
}

.cheese-content {
    margin: 1em 0px;
}


.card.cheese-product {
    border: none;
    -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
    box-shadow: 0px 6px 5px -4px #d8d8d8;
    border-radius: 0%;
}

.cheese-card h5 {
    font-weight: 700;
}

.cheese-product-subtitle {
    color: #3F748F !important;
}

.cheese-card p {
    color: black;
}

.cheese-card span {
    font-weight: 600;
    color: black;
}

.cheese-card .card-subtitle {
    color: #ff8300;
}

.cheese-product .cheese-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.card-text.cheese-category {
    color: #000000;
    background-color: #d7d7d7;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.category-link {
    cursor: pointer;
}



.cheeses-categories-wrapper input[type="text"]::placeholder,
.cheeses-categories-wrapper input[type="text"]::-webkit-input-placeholder,
.cheeses-categories-wrapper input[type="text"]::-moz-placeholder,
.cheeses-categories-wrapper input[type="text"]::-ms-input-placeholder {
    color: #d8d8d8;
}

.cheeses-categories-wrapper input[type="checkbox"] {
    height: 22px;
    width: 22px;
    padding: 0;
    margin: 0;
    position: absolute;
}

.cheese-category-wrapper {
    flex-wrap: wrap;
}

.cheese-category-checkbox input[type="checkbox"]:checked + label {
    background: rgba(255,131,0,.7);
}

.cheese-category-checkbox label {
    width: 100%;
    display: block;
    -webkit-transition: background ease-in .2s;
    transition: background ease-in .2s;
    border-radius: 3px;
}

.cheese-category-checkbox {
    position: relative;
}

.cheese-type {
    margin-right: 0.5em;
    margin-bottom: 0px;
}

.chese-count-result {
    color: #42748D;
    font-size: 0.7em;
    margin-bottom: 5px
}

.cheeses-categories-wrapper h2 {
    font-weight: 600;
}

.cheese-producer-cheeses {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.cheese-producer-subtitle {
    font-weight: 700;
    font-size: 22px;
}

.cheese-producer-cheeses-wrapper {
    margin-top: 30px;
}

.cheese-producer-desc {
    padding: 0.5em 0;
}

.cheese-parent-link :hover {
    color: #263562;
}

.producer-cheese-list-button {
    color: #3F748F !important;
    cursor: pointer;
}

.cheese-parent-link {
    cursor: pointer;
}

.card.cheese-product a {
    text-decoration: none;
}

.card-body.blurred {
    background-color: #ffffff;
    opacity: 0.5;
}

.cheeses-search-container {
    position: relative;
}

    .cheeses-search-container span {
        position: absolute;
    }

    .cheeses-search-container svg {
        fill: #3F748F;
    }
/* ============ cheese block end ============ */
/* ============ activity block start ============ */
h2.upcoming-activities {
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    font-size: 50px;
    margin-bottom: 10px;
}
.activity-icon {
    background-color: #D7D7D7;
    width: 1.5em;
    height: 1.5em;
    border: none;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.activity.descriptions {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
}

.activity.activity-exibitor-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

.activity.info-item {
    color: #000000;
    border: 1pt solid #FE8001;
    border-radius: 6px;
    padding: 0.1em 0.2em;
    max-width: fit-content;
    cursor:pointer;
}


.activity.activity-exibitor-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card.activity-product {
    font-family: Museo Sans 500;
}

.activity.activity-info {
    margin-left: 10px;
    margin-bottom: 0px;
}

.activity.desc-container {
    cursor: default;
}

.activity-products {
    display: flex;
    flex-wrap: wrap;
}

    .activity-products a {
        text-decoration: none;
    }

.card.activity-product {
    padding: 16px 0px;
}

.card-text.price-alcohol span {
    font-weight: 600;
}

.availability-wrapper {
    display: flex;
    flex-direction: row;
}

.availabilty-item {
    margin-right: 5px;
}

.activity-exibitors.visible.activity-container-open {
    height: fit-content;
    overflow: hidden;
    gap: 8px;
    display: grid;
    grid-template-columns: 49% 49%;
    margin-bottom: 4px;
}

.activity-exibitors.activity-container-open.visible {
    padding-bottom: 4px;
    border-bottom: 0.5px solid lightgray;
}



.activity-exibitor-title,
.activity-category-checkbox.activity-exibitor {
    margin-top: 20px;
}

    .activity-exibition-title.visible,
    .activity-category-checkbox.activity-exibitor.visible {
        display: block;
    }

.activity-products h5,
.activity-products h1,
.activity-producer-activities .activity-product-title {
    color: black;
}


.activity-products .card-body {
    cursor: default;
    padding: 16px 0px;
}

.activity-products img {
    width: 100%;
}

.alcohol-price-wrapper {
    margin: 1em 0px;
}

    .alcohol-price-wrapper span {
        font-weight: 600;
    }

.activity-wrapper h5 {
    font-size: 1.1em;
}

.activity-content {
    margin: 1em 0px;
}


.card.activity-product {
    border: none;
    -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
    box-shadow: 0px 6px 5px -4px #d8d8d8;
    border-radius: 0%;
}

.activity-card h5 {
    font-weight: 700;
}

.activity-product-subtitle {
    color: #3F748F !important;
}

.activity-card p {
    color: black;
}

.activity-card span {
    font-weight: 600;
    color: black;
}

.activity-card .card-subtitle {
    color: #ff8300;
}

.activity-product .activity-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.card-text.activity-category {
    color: #000000;
    background-color: #d7d7d7;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top:10px;
    display: flex;
    align-items: center;
}

.category-link {
    cursor: pointer;
}



.activities-categories-wrapper input[type="text"]::placeholder,
.activities-categories-wrapper input[type="text"]::-webkit-input-placeholder,
.activities-categories-wrapper input[type="text"]::-moz-placeholder,
.activities-categories-wrapper input[type="text"]::-ms-input-placeholder {
    color: #d8d8d8;
}

.activities-categories-wrapper input[type="checkbox"] {
    height: 22px;
    width: 22px;
    padding: 0;
    margin: 0;
    position: absolute;
}

.activity-category-wrapper {
    flex-wrap: wrap;
}

.activity-category-checkbox input[type="checkbox"]:checked + label {
    background: rgba(255,131,0,.7);
}

.activity-category-checkbox label {
    width: 100%;
    display: block;
    -webkit-transition: background ease-in .2s;
    transition: background ease-in .2s;
    border-radius: 3px;
}

.activity-category-checkbox {
    position: relative;
}

.activity-type {
    margin-right: 0.5em;
    margin-bottom: 0px;
}

.activity-count-result {
    color: #42748D;
    font-size: 0.7em;
    margin-bottom: 5px
}

.activities-categories-wrapper h2 {
    font-weight: 600;
}

.activity-producer-activities {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.activity-producer-subtitle {
    font-weight: 700;
    font-size: 22px;
}

.activity-producer-activities-wrapper {
    margin-top: 30px;
}

.activity-producer-desc {
    padding: 0.5em 0;
}

.activity-parent-link :hover {
    color: #263562;
}

.producer-activity-list-button {
    color: #3F748F !important;
    cursor: pointer;
}

.activity-parent-link {
    cursor: pointer;
}

.card.activity-product a {
    text-decoration: none;
}

.card-body.blurred {
    background-color: #ffffff;
    opacity: 0.5;
}

.activities-search-container {
    position: relative;
}

    .activities-search-container span {
        position: absolute;
    }

    .activities-search-container svg {
        fill: #3F748F;
    }

.activity-date {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 5px;
}
.activity-header.meny {
    margin-left: 0px;
}

.recipe-product-title {
    color: black;
}


/* ============ activity block end ============ */


/* ============ recipes block start ============ */
.recipe-wrapper h5 {
    font-size: 1.1em;
}
.recipes-header.meny {
    margin-left: 0px;
}
.recipes-categories-wrapper input[type="text"]::placeholder,
.recipes-categories-wrapper input[type="text"]::-webkit-input-placeholder,
.recipes-categories-wrapper input[type="text"]::-moz-placeholder,
.recipes-categories-wrapper input[type="text"]::-ms-input-placeholder {
    color: #d8d8d8;
}
.recipes-categories-wrapper input[type="checkbox"] {
    height: 22px;
    width: 22px;
    padding: 0;
    margin: 0;
    position: absolute;
}

.recipes-categories-wrapper h2 {
    font-weight: 600;
}

.recipes-search-container {
    position: relative;
}

    .recipes-search-container span {
        position: absolute;
    }

    .recipes-search-container svg {
        fill: #3F748F;
    }

.recipe-count-result {
    color: #42748D;
    font-size: 0.7em;
    margin-bottom: 5px
}

.recipe-exibitor-title,
.recipe-category-checkbox.recipe-exibitor {
    margin-top: 20px;
}

.recipe-exibition-title.visible,
.recipe-category-checkbox.recipe-exibitor.visible {
    display: block;
}

.recipe-products {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

    .recipe-products a {
        text-decoration: none;
    }

.recipe-products h5,
.recipe-products h1,
.recipe-producer-activities .recipe-product-title {
    color: black;
}

.recipe-products .card-body {
    cursor: default;
    padding: 16px 0px;
}

.recipe-products img {
    width: 100%;
}

.card.recipe-product {
    font-family: Museo Sans 500;
    padding: 16px 0px;
}

.card.recipe-product {
    border: none;
    -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
    box-shadow: 0px 6px 5px -4px #d8d8d8;
    border-radius: 0%;
}

.recipe-product-subtitle {
    color: #3F748F !important;
}

.recipe-product .recipe-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card.recipe-product a {
    text-decoration: none;
}

.recipe-card h5 {
    font-weight: 700;
}

.recipe-card p {
    color: black;
}

.recipe-card span {
    font-weight: 600;
    color: black;
}

.recipe-card .card-subtitle {
    color: #ff8300;
}

.recipe-category-wrapper {
    flex-wrap: wrap;
}

.card-text.recipe-category {
    color: #000000;
    background-color: #d7d7d7;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.recipe.desc-container {
    cursor: default;
}

.recipe.recipe-exibitor-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

.recipe.info-item {
    color: #000000;
    border: 1pt solid #FE8001;
    border-radius: 6px;
    padding: 0.1em 0.2em;
    max-width: fit-content;
    cursor: pointer;
}

.recipe-category-checkbox input[type="checkbox"]:checked + label {
    background: rgba(255,131,0,.7);
}

.recipe-category-checkbox label {
    width: 100%;
    display: block;
    -webkit-transition: background ease-in .2s;
    transition: background ease-in .2s;
    border-radius: 3px;
}

.recipe-category-checkbox {
    position: relative;
}

.recipe-exibitors.visible.recipe-container-open {
    height: fit-content;
    overflow: hidden;
    gap: 8px;
    display: grid;
    grid-template-columns: 49% 49%;
    margin-bottom: 4px;
}

.recipe-exibitors.recipe-container-open.visible {
    padding-bottom: 4px;
    border-bottom: 0.5px solid lightgray;
}

.recipe-time-link p {
    text-decoration: none;
    color: #808080;
}

    .recipe-time-link p svg {
        color: #808080;
    }

.recipe-header-section {
    background-color: #d1e7dd;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.recipe-ingredients-section {
    background-color: #eff7fa;
}

.recipe-image {
    width: 100%;
    object-fit: cover;
}

.recipe-card-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.recipe-card-image{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.recipe-card-season-badge {
    box-shadow: inset 0 0 0 1px #4340D2;
    color: #4340D2;
}

.recipe-card-category-badge {
    background-color: #4340d21f;
    color: #4340D2;
}

.recipe-title {
    font-weight: 700;
}

.recipe-steps img{
    width: 100%;
    height: 50%;
    object-fit: cover;
}


/* ============ recipes block end ============ */
/* ============ product block start ============ */
.product-icon {
    background-color: #D7D7D7;
    width: 1.5em;
    height: 1.5em;
    border: none;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.card.product-product {
    margin: 8px;
    width: 320px;
    min-height: fit-content;
    padding: 0px;

}

.product.descriptions {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
}

.product.additional-info-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product.info-item {
    color: #000000;
    border: 1pt solid #FE8001;
    border-radius: 6px;
    padding: 0.1em 0.2em;
}


.product.additional-info-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card.product-product {
    font-family: Museo Sans 500;
}

.product.product-info {
    margin-left: 10px;
    margin-bottom: 0px;
}

.product.desc-container {
    cursor: default;
}

.product-products {
    display: flex;
    flex-wrap: wrap;
}

    .product-products a {
        text-decoration: none;
    }

.card.product-product {
    padding: 16px 0px;
}

.card-text.price-alcohol span {
    font-weight: 600;
}

.availability-wrapper {
    display: flex;
    flex-direction: row;
}

.availabilty-item {
    margin-right: 5px;
}

.additional-categories.visible.product-container-open {
    height: fit-content;
    overflow: hidden;
    gap: 8px;
    display: grid;
    grid-template-columns: 49% 49%;
    margin-bottom: 4px;
}

.additional-categories.product-container-open.visible {
    padding-bottom: 4px;
    border-bottom: 0.5px solid lightgray;
}



.additional-info-title,
.producer-info-title,
.product-category-checkbox.additional {
    display: none;
}

    .additional-info-title.visible,
    .producer-info-title.visible,
    .product-category-checkbox.additional.visible {
        display: block;
    }

.product-products h5,
.product-products h1,
.product-producer-products .product-product-title {
    color: black;
}


.product-products .card-body,
.product-products img {
    cursor: pointer;
    padding: 16px 0px;
}

.alcohol-price-wrapper {
    margin: 1em 0px;
}

    .alcohol-price-wrapper span {
        font-weight: 600;
    }

.product-wrapper h5 {
    font-size: 1.1em;
}

.product-content {
    margin: 1em 0px;
}


.card.product-product {
    border: none;
    -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
    box-shadow: 0px 6px 5px -4px #d8d8d8;
    border-radius: 0%;
}

.product-card h5 {
    font-weight: 700;
}

.product-product-subtitle,
.product-subtitle {
    color: #3F748F !important;
}

p.card-text.price-product {
    padding-top: 15px;
    font-size: 18px;
}

p.card-text.price-product span {
        font-weight: 600;
}

.product-card p {
    color: black;
}

.product-card span {
    font-weight: 600;
    color: black;
}

.product-card .card-subtitle {
    color: #ff8300;
}

.product-product .product-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.card-text.product-category {
    color: #000000;
    background-color: #d7d7d7;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.card-text.product-region {
    color: #000000;
    background-color: #f2f0f0;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom:15px;
    display: flex;
    align-items: center;
}
.category-link {
    cursor: pointer;
}
.region-link {
    cursor: pointer;
}



.products-categories-wrapper input[type="text"]::placeholder,
.products-categories-wrapper input[type="text"]::-webkit-input-placeholder,
.products-categories-wrapper input[type="text"]::-moz-placeholder,
.products-categories-wrapper input[type="text"]::-ms-input-placeholder,
.products-regions-wrapper input[type="text"]::placeholder,
.products-regions-wrapper input[type="text"]::-webkit-input-placeholder,
.products-regions-wrapper input[type="text"]::-moz-placeholder,
.products-regions-wrapper input[type="text"]::-ms-input-placeholder, 
{
    color: #d8d8d8;
}

.products-categories-wrapper input[type="checkbox"],
.products-regions-wrapper input[type="checkbox"] {
    height: 22px;
    width: 22px;
    padding: 0;
    margin: 0;
    position: absolute;
}

.product-category-wrapper,
.product-category-wrapper 
{
    flex-wrap: wrap;
}

.product-category-checkbox input[type="checkbox"]:checked + label,
.product-region-checkbox input[type="checkbox"]:checked + label {
    background: rgba(255,131,0,.7);
}

.product-category-checkbox label,
.product-region-checkbox label {
    width: 100%;
    display: block;
    -webkit-transition: background ease-in .2s;
    transition: background ease-in .2s;
    border-radius: 3px;
}

.product-category-checkbox,
.product-region-checkbox {
    position: relative;
}

.product-type {
    margin-right: 0.5em;
    margin-bottom: 0px;
}

.product-count-result {
    color: #42748D;
    font-size: 0.7em;
    margin-bottom: 5px
}

.products-categories-wrapper h2,
.products-regions-wrapper h2
{
    font-weight: 600;
}

.product-producer-products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.product-producer-subtitle {
    font-weight: 700;
    font-size: 22px;
    margin-left: 8px;
}

.product-producer-products-wrapper {
    margin-top: 30px;
}

.product-producer-desc {
    padding: 0.5em 0;
}

.product-parent-link :hover {
    color: #263562;
}

.producer-product-list-button {
    color: #3F748F !important;
    cursor: pointer;
}

.product-parent-link {
    cursor: pointer;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.card.product-product a {
    text-decoration: none;
}

.card-body.blurred {
    background-color: #ffffff;
    opacity: 0.5;
}
a {
 
    text-decoration: none;
    color: black;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.product-short-desc {
    margin-top: 16px;
}

.cheese-short-desc {
    margin-top: 16px;
}
.activity-short-desc {
    margin-top: 16px;
}

.products-search-container {
    position: relative;
}

    .products-search-container span {
        position: absolute;
    }

    .products-search-container svg {
        fill: #3F748F;
    }
/* ============ product block end ============ */
/* ============ desktop view ============ */
/* ============ small screen ============ */
@media screen and (min-device-width: 993px) and (max-device-width: 1200px) {
    header .navbar-brand {
        width: 268px;
        margin-right: 0.5em;
        background: url(/icons/logo-2025.png) left center/100% 100% no-repeat !important;
    }

    .main-nav {
        font-size: 0.75em !important;
    }
    h1.menu-title {
        margin: 15px 0px;
        font-size: 2.3em;
    }

    p.menu-desc {
        margin: 0px 25px 15px 25px;
        font-size: 1.0em;
    }
}

@media all and (min-width: 992px) and (max-width: 1400px) {
    header .navbar-brand {
      /*  width: 268px;
        margin-right: 0.5em;
        background: url(/icons/logo-2025.png) left center/180px 50% no-repeat !important;*/
    }

    .main-nav {
        font-size: 0.8em;
    }
}


@media all and (min-width:1401px) {
    header .navbar-brand {
        width: 268px;
        margin-right: 0.5em;
        background: url(/icons/logo-2025.png) left center/218px 100% no-repeat;
    }
}

@media all and (min-width: 992px) {

    main .content h1 {
        font-size: 4.2rem;
    }

    main .content {
        padding-left: 20px;
        padding-right: 20px;
    }
    svg.bi.bi-check2 {
        width: 25.5px;
    }
    svg.bi.bi-info{
        width:25.5px;
    }

    header .navbar-collapse {
        width: inherit;
        overflow: inherit;
        overflow-y: inherit;
        top: inherit;
        padding-top: inherit;
        padding-bottom: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        border: inherit;
        background-color: inherit;
        border-radius: inherit;
    }

    header .navbar > .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    header .navbar-collapse .main-nav .nav-item {
        padding: 0;
    }


    header .navbar-collapse .main-nav .nav-link {
        color: #000;
        font-size: 1.1em;
        font-weight: 700;
        border-bottom: none;
    }

        header .navbar-collapse .main-nav .nav-link:hover,
        .nav-item .nav-link:active {
            color: #47a141;
            text-decoration: underline;
        }

    header .nav-link.active {
        color: green !important;
        text-decoration: underline;
    }

    header .navbar-collapse .dropdown-toggle::after {
        position: inherit;
        right: inherit;
    }

    header .navbar-brand {
        width: 268px;
        margin-right: 0.5em;
        /*     background: url(/icons/logo-2025.png) left center/218px 100% no-repeat;*/
    }

    footer .cardpin,
    footer .mail {
        height: 3em;
    }

    .header-buttons a,
    .header-buttons button {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }


    .navbar .nav-item .dropdown-menu {
        border: none;
        background-color: #42748d;
        border-radius: 0%;
    }


    .navbar .nav-item .dropdown-item {
        color: #fff;
        font-size: 1.1em;
        font-weight: 700;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

        .navbar .nav-item .dropdown-item:hover {
            background-color: inherit;
            text-decoration: underline;
            color: #fff;
        }

    .headline {
        font-size: 1.2em;
        font-weight: 600;
    }

    .other-news .headline:hover {
        color: #47a141;
    }

    .navbar-collapse {
        margin-top: 5px;
    }

    .mm-container.video {
        margin-bottom: 2em;
    }

    .text-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .text-container .text p {
            margin: 0 0 1.25rem;
            font-size: 1em;
            font-weight: 400;
            max-width: 560px;
        }

    .news-article h1 {
        font-size: 4.2em;
    }

    .news-article h2 {
        font-size: 2.1em;
        font-weight: 700;
    }

    .news-article .news-intro p {
        font-size: 2em;
    }

    .newsletter-block h1 {
        font-size: 2.5em;
    }

    .other-news {
        margin-top: 20px;
    }

    .page404-title {
        font-size: 5rem;
    }

    .page404-subtitle {
        font-size: 2.5rem;
        font-weight: 700;
        color: #595959;
    }

    .page404-container a {
        text-decoration: none;
        color: orange;
        font-size: 22px;
    }

    .umbraco-forms-submitmessage {
        font-size: 1.5em;
    }

    .img-fluid {
        width: 220px;
        height: 220px;
    }

    .media-container .video-responsive iframe {
        width: 100%;
        height: 650px;
    }

    .card .card-image {
        width: 240px;
    }

    .news-cat-and-date.first-article {
        font-size: 1.3em;
    }


    .articles-list .card .col-4 {
        align-items: center;
    }

    .dropdown-icon-mobile {
        display: none;
    }

    .articles-list {
        width: 800px;
        margin-left: 20%;
    }

    .payment-failed-icon svg,
    .payment-successful-icon svg {
        width: 80px;
        height: 130px;
    }

    .payment-loader {
        width: 90px;
        height: 90px;
        border: 16px solid #f3f3f3; /* Light grey */
        border-top: 16px solid black; /* Dark grey */
    }

    .payment-loader-text {
        font-size: 1.3em;
    }


    /* ============ producer ============ */
    .producer-article .title {
        font-size: 4.2em;
    }

    .lead {
        font-size: 2em;
    }

    .map-link {
        font-size: 1.1em;
    }

    .producer-social-link-buttons {
        flex-direction: row;
        height: 45px;
    }

    .producer-social-link {
        border-radius: 3px;
        padding: 0px;
    }

        .producer-social-link a {
            width: 230px;
            display: flex;
            justify-content: space-around;
        }

        .producer-social-link.psl {
            margin-left: 15px;
        }

            .producer-social-link.psl.icon-facebook img,
            .producer-social-link.psl.icon-instagram img {
                height: 40px;
            }

        .producer-social-link img {
            margin-right: 10px;
            margin-left: 5px;
        }

    .producer-social-link {
        font-size: 16px;
    }

    .producers-intro {
        width: 70%;
    }

    .producer-item-desc {
        font-size: 19px;
    }


    .producers-buttons {
        padding-bottom: 20px;
    }

    .producer-item-link {
        font-size: 19px;
    }

    .overview-button,
    .card-button {
        padding: 12px 25px;
    }

    .overview-button {
        margin-right: 10px;
    }

    .map-link img {
        height: 20px;
        margin-right: 5px;
    }

    .overview-button.active,
    .card-button.active {
        background-color: #47a141;
        color: #fff;
    }

        .overview-button.active .overview-icon,
        .overview-button.active .map-icon {
            fill: #fff;
        }

    .producers-intro {
        margin-bottom: 50px;
    }

    .producer-item-info {
        margin-left: 15px;
    }

    .no-image {
        width: 240px;
        height: 160px;
    }

    .producer-item-container {
        border-bottom: 0.5px solid #E1E1E1;
        padding: 2em 1.3em;
    }

    .producer-item-info {
        width: 100%;
    }

    .producer-item-location {
        font-size: .9rem;
        color: #47a141;
        text-decoration: none;
    }

    .producer-text {
        font-size: 1.2em;
    }

    .producer-item-location:hover {
        color: #47a141;
        text-decoration: none;
        cursor: pointer;
    }

    .producer-logo {
        margin: 20em 0em 1.5em;
    }


    .producer-contact h3 {
        font-size: 1.25em;
    }

    .producer-logo img {
        width: 250px;
    }

    .categories-container {
        padding-top: 2em;
        padding-right: 2em;
        padding-bottom: 2em;
        width: 25%;
    }

    .category-label {
        width: 100%;
        margin: 0px;
        font-size: 18px;
    }

    .producer-filter-item,
    .commune-filter-item {
        padding: 6px 6px 4px 6px;
    }

        .producer-filter-item:hover,
        .commune-filter-item:hover {
            background-color: #e1e1e1;
        }

    .producers-container {
        width: 100%;
    }

    .producer-buttons-mobile button {
        display: none;
    }

    .right-buttons-mobile button,
    .overview-button-mobile,
    .switch-button {
        display: none;
    }

    .card-button.active .map-icon {
        fill: white;
    }

    .overview-button-mobile {
        visibility: hidden;
    }

    #producer-map {
        margin: 15px 0px;
        width: 94%;
        margin-left: 6%;
        height: 40rem;
    }
    #activity-map {
        margin: 15px 0px;
        width: 94%;
        margin-left: 6%;
        
    }

    .gm-style-iw.gm-style-iw-c {
        max-width: 400px !important;
    }

    .g-directions {
        font-size: 12px;
    }

    .g-direction-img {
        height: 14px;
        width: 14px;
    }

    .empty-image-wrapper {
        background-color: white;
        width: 440px !important;
    }

    .producer-item-title {
        font-size: 1.3em;
    }



    .producer-article .title {
        padding-top: 30px;
    }

    .payment-response-text {
        font-size: 1.3em;
    }

    .card.beer-product a {
        text-decoration: none;
    }

    .card.product-product a {
        text-decoration: none;
    }

    /* ============ beer desktop start ============ */

    .card.beer-product {
        margin: 8px;
        width: 320px;
        min-height: 410px;
        padding: 0px;
    }

    .availabilty-item img {
        position: absolute;
        top: 8%;
        left: 232px;
    }

    .beer-categories-container {
        width: 255px;
    }
    .accordion {
        width: 255px;
    }

    .beer.desc-container {
        margin: 16px 0 30px 0px;
    }

    .beer-card h5 {
        font-size: 26px;
    }

    .beers-wrapper {
        margin-top: 15px;
    }

    .price-alcohol {
        font-size: 18px;
    }

    .beer-product-subtitle {
        font-size: 20px;
    }

    .card-text.beer-desc {
        font-size: 18px;
    }

    .beer.info-item {
        font-size: 18px;
        height: 28px;
    }

    .beer.beer-info {
        margin-left: 10px;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .beer.info-item {
        margin-top: 8px;
        margin-right: 8px;
    }

    .beer-wrapper h1 {
        font-size: 34px;
    }

    .card-subtitle.beer-product-subtitle,
    .card-text.price-alcohol,
    .beer-category-wrapper {
        margin-bottom: 16px !important;
    }

    .card-text.price-alcohol {
        cursor: default;
    }

    .beer-product-title {
        font-size: 26px;
    }

    .page.card-text.beer-category {
        font-size: 18px;
    }

    .beer-wrapper {
        margin: 1em 2em 2em 6em;
    }

    .beer-products {
        margin-right: 8px;
    }

    .producer-beer-list-button {
        font-size: 18px;
    }

    .beer.producer-beer-list {
        padding: 40px 0;
    }

    .card-text.beer-category {
        height: 28px;
    }

    .additional-categories.visible {
        border-bottom: 1px solid lightgray;
    }

    .beers-categories-wrapper {
        border: none;
        -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
        box-shadow: 0px 6px 5px -4px #d8d8d8;
        border-radius: 0%;
        height: fit-content;
        margin: 0 8px 0 16px;
    }

        .beers-categories-wrapper input[type="text"] {
            height: 45px;
            width: 100%;
            margin: 0.5em 0 0 0;
            padding-left: 0.5em;
            border-radius: 5px;
            border: 1px solid lightgray;
        }


    .beer-category-checkbox {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 5px 0;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 40px;
    }

    .page.price-alcohol {
        font-size: 20px;
    }

    .page.beer-title {
        font-size: 34px;
    }

    .page.beer-product-subtitle {
        font-size: 26px;
    }

    .beer-short-desc {
        font-size: 22px;
    }

    .beer-card .card-title.beer-product {
        font-size: 1.25rem;
    }

    .beer.descriptions.page {
        font-size: 15pt;
    }

    .card-text.beer-category {
        font-size: 18px;
    }

    .beer-filter,
    .beer-filter-text {
        display: none;
    }

    .beers-categories-wrapper input[type="checkbox"] {
        left: 23px;
        top: 10px;
    }

    .beer-type {
        font-size: 1.1em;
    }

    .beer-count-result {
        margin-bottom: 1em;
        margin-top: 8px;
    }

    .beer-producer-title {
        font-size: 4.2rem;
    }

    .beer-producer-container {
        margin-left: 10%;
        padding-top: 50px;
    }

    .beer-category-checkbox label {
        padding: 5px 37px;
        margin-left: 5px;
    }

    .beer.additional-info-container {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .card-body {
        padding: 0px;
    }

    .beers-search-container span {
        right: 10px;
        top: 18px;
    }

    .beers-search-container svg {
        width: 18px;
        height: 18px;
    }

    /* ============ beer desktop end ============ */


    /* ============ cheese desktop start ============ */

    .card.cheese-product {
        margin: 8px;
        width: 320px;
        min-height: fit-content;
        padding: 0px;
    }

    .availabilty-item img {
        position: absolute;
        top: 8%;
        left: 232px;
    }

    .cheese-categories-container {
        width: 255px;
    }

    .cheese.desc-container {
        margin: 16px 0 30px 0px;
    }

    .cheese-card h5 {
        font-size: 26px;
    }

    .cheeses-wrapper {
        margin-top: 15px;
    }

    .price-alcohol {
        font-size: 18px;
    }

    .cheese-product-subtitle {
        font-size: 20px;
    }

    .card-text.cheese-desc {
        font-size: 18px;
    }

    .cheese.info-item {
        font-size: 18px;
        height: 28px;
    }

    .cheese.cheese-info {
        margin-left: 10px;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .cheese.info-item {
        margin-top: 8px;
        margin-right: 8px;
    }

    .cheese-wrapper h1 {
        font-size: 34px;
    }

    .card-subtitle.cheese-product-subtitle,
    .card-text.price-alcohol,
    .cheese-category-wrapper {
        margin-bottom: 16px !important;
    }

    .card-text.price-alcohol {
        cursor: default;
    }

    .cheese-product-title {
        font-size: 26px;
    }

    .page.card-text.cheese-category {
        font-size: 18px;
    }

    .cheese-wrapper {
        margin: 1em 2em 2em 6em;
    }

    .cheese-products {
        margin-right: 8px;
    }

    .producer-cheese-list-button {
        font-size: 18px;
    }

    .cheese.producer-cheese-list {
        padding: 40px 0;
    }

    .card-text.cheese-category {
        height: 28px;
    }

    .cheese-exibitors.visible {
        border-bottom: 1px solid lightgray;
    }

    .cheeses-categories-wrapper {
        border: none;
        -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
        box-shadow: 0px 6px 5px -4px #d8d8d8;
        border-radius: 0%;
        height: fit-content;
        margin: 0 8px 0 16px;
    }

        .cheeses-categories-wrapper input[type="text"] {
            height: 45px;
            width: 100%;
            margin: 0.5em 0 0 0;
            padding-left: 0.5em;
            border-radius: 5px;
            border: 1px solid lightgray;
        }


    .cheese-category-checkbox {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 5px 0;
        padding: 10px;
        height: 45px;
    }

    .page.price-alcohol {
        font-size: 20px;
    }

    .page.cheese-title {
        font-size: 34px;
    }

    .page.cheese-product-subtitle {
        font-size: 26px;
    }

    .product-short-desc {
        font-size: 22px;
    }

    .cheese-short-desc {
        font-size: 22px;
    }

    .cheese-card .card-title.cheese-product {
        font-size: 1.25rem;
    }

    .cheese.descriptions.page {
        font-size: 15pt;
    }

    .card-text.cheese-category {
        font-size: 18px;
    }

    .cheese-filter,
    .cheese-filter-text {
        display: none;
    }

    .cheeses-categories-wrapper input[type="checkbox"] {
        left: 23px;
        top: 13px;
    }

    .cheese-type {
        font-size: 1.1em;
    }

    .chese-count-result {
        margin-bottom: 1em;
        margin-top: 8px;
    }

    .cheese-producer-title {
        font-size: 4.2rem;
    }

    .cheese-producer-container {
        margin-left: 10%;
        padding-top: 50px;
    }

    .cheese-category-checkbox label {
        padding: 5px 37px;
        margin-left: 5px;
    }

    .cheese.cheese-exibitor-info-container {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .card-body {
        padding: 0px;
    }

    .cheeses-search-container span {
        right: 10px;
        top: 18px;
    }

    .cheeses-search-container svg {
        width: 18px;
        height: 18px;
    }

    /* ============ cheese desktop end ============ */
    /* ============ activity desktop start ============ */
    h2.upcoming-activities {
        text-align: center;
        font-weight: 600;
        margin-top: 15px;
        font-size: 50px;
        margin-bottom: 10px;
    }
    .activity-header.meny {
        margin-left: 0px;
    }
    .card.activity-product {
        margin: 8px;
        width: 275px;
        min-height: fit-content;
        padding: 0px;
    }

    .availabilty-item img {
        position: absolute;
        top: 8%;
        left: 232px;
    }

    .activity-categories-container {
        width: 255px;
    }

    .activity.desc-container {
        margin: 16px 0 30px 0px;
    }

    .activity-card h5 {
        font-size: 26px;
    }

    .activities-wrapper {
        margin-top: 15px;
    }

    .price-alcohol {
        font-size: 18px;
    }

    .activity-product-subtitle {
        font-size: 20px;
    }

    .card-text.activity-desc {
        font-size: 18px;
    }

    .activity.info-item {
        font-size: 18px;
        max-width: fit-content;
        height: 28px;
    }

    .activity.activity-info {
        margin-left: 10px;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .activity.info-item {
        max-width: fit-content;
        margin-top: 8px;
        margin-right: 8px;
    }

    .activity-wrapper h1 {
        font-size: 34px;
    }

    .card-subtitle.activity-product-subtitle,
    .card-text.price-alcohol,
    .activity-category-wrapper {
        margin-bottom: 16px !important;
    }

    .card-text.price-alcohol {
        cursor: default;
    }

    .activity-product-title {
        font-size: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 60px;
    }

    .page.card-text.activity-category {
        font-size: 18px;
    }

    .activity-wrapper {
        margin: 1em 2em 2em 6em;
    }

    .activity-products {
    }

    .producer-activity-list-button {
        font-size: 18px;
    }

    .activity.producer-activity-list {
        padding: 40px 0;
    }

    .card-text.activity-category {
        height: 28px;
    }

    .activity-exibitors.visible {
        border-bottom: 1px solid lightgray;
    }

    .activities-categories-wrapper {
        border: none;
        -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
        box-shadow: 0px 6px 5px -4px #d8d8d8;
        border-radius: 0%;
        height: fit-content;
        margin: 0 8px 0 16px;
    }

        .activities-categories-wrapper input[type="text"] {
            height: 45px;
            width: 100%;
            margin: 0.5em 0 0 0;
            padding-left: 0.5em;
            border-radius: 5px;
            border: 1px solid lightgray;
        }


    .activity-category-checkbox {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 5px 0;
        padding: 10px;
        height: 30px;
    }

    .page.price-alcohol {
        font-size: 20px;
    }

    .page.activity-title {
        font-size: 34px;
    }

    .page.activity-product-subtitle {
        font-size: 26px;
    }

    .product-short-desc {
        font-size: 22px;
    }

    .activity-short-desc {
        font-size: 22px;
    }

    .activity-card .card-title.activity-product {
        font-size: 1.25rem;
    }

    .activity.descriptions.page {
        font-size: 15pt;
    }

    .card-text.activity-category {
        font-size: 18px;
    }

    .activity-filter,
    .activity-filter-text {
        display: none;
    }

    .activities-categories-wrapper input[type="checkbox"] {
        left: 23px;
    }

    .activity-type {
        font-size: 1.1em;
    }

    .activity-count-result {
        margin-bottom: 1em;
        margin-top: 8px;
    }

    .activity-producer-title {
        font-size: 4.2rem;
    }

    .activity-producer-container {
        margin-left: 10%;
        padding-top: 50px;
    }

    .activity-category-checkbox label {
        padding: 5px 37px;
        margin-left: 5px;
    }

    .activity.activity-exibitor-info-container {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .card-body {
        padding: 0px;
    }

    .activities-search-container span {
        right: 10px;
        top: 18px;
    }

    .activities-search-container svg {
        width: 18px;
        height: 18px;
    }
    .activity-date {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 5px;
    }

    .event-wrapper {
        margin: 1em 2em 2em 6em;
    }

    .producer-container {
        margin: 1em 2em 2em 6em;
    }

    .card-text.recipe-desc {
        font-size: 18px;
    }

    /* ============ activity desktop end ============ */

    /* ============ recipes desktop start ============ */

    .recipe-wrapper {
        margin: 1em 2em 2em 6em;
    }

    .recipe-details-wrapper {
        margin: 1em 2em 2em 6em;
    }

    .recipe-wrapper h1 {
        font-size: 34px;
    }

    .recipes-header.meny {
        margin-left: 0px;
    }

    .recipes-wrapper {
        margin-top: 25px;
    }

    .recipes-categories-wrapper {
        border: none;
        -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
        box-shadow: 0px 6px 5px -4px #d8d8d8;
        border-radius: 0%;
        height: fit-content;
    }

    .recipes-categories-wrapper input[type="checkbox"] {
        left: 23px;
    }

    .recipes-search-container span {
        right: 10px;
        top: 18px;
    }

    .recipes-search-container svg {
        width: 18px;
        height: 18px;
    }

    .recipe-count-result {
        margin-bottom: 1em;
        margin-top: 8px;
    }

    .recipe-filter,
    .recipe-filter-text {
        display: none;
    }

    .recipe-categories-container {
        width: 255px;
    }

    .card.recipe-product {
        width: 275px;
        min-height: fit-content;
        padding: 0px;
    }
    .recipe-product-subtitle {
        font-size: 20px;
    }

    .card-subtitle.recipe-product-subtitle,
    .card-text.price-alcohol,
    .recipe-category-wrapper {
        margin-bottom: 16px !important;
    }

    .recipe-product-title {
        font-size: 26px;
    }

    .page.recipe-product-subtitle {
        font-size: 26px;
    }

    .recipe-card .card-title.recipe-product {
        font-size: 1.25rem;
    }

    .recipe-card h5 {
        font-size: 26px;
    }

    .page.card-text.recipe-category {
        font-size: 18px;
    }

    .card-text.recipe-category {
        height: 28px;
        font-size: 18px;
    }

    .recipe.desc-container {
        margin: 16px 0 30px 0px;
    }

    .recipe.info-item {
        font-size: 18px;
        max-width: fit-content;
        height: 28px;
        margin-top: 8px;
        margin-right: 8px;
    }

    .recipe-category-checkbox {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 5px 0;
        padding: 10px;
        height: 30px;
    }

    .recipe-category-checkbox label {
        padding: 5px 37px;
        margin-left: 5px;
    }

    .recipe-header-section {
        height: 10em;
        padding: 1em;
    }

    .recipe-image {
        height: 15em;
    }

    .recipe-video {
        width: 80%;
        height: auto;
    }

    .recipe-title {
        font-size: 2.5rem;
    }

    .recipe-video-responsive iframe {
        width: 100%;
        height: 420px;
    }

    .recipe-steps img {
        max-height: 400px;
    }

    /* ============ recipes desktop end ============ */

    /* ============ product desktop start ============ */
    .card.products-product {
        margin: 8px;
        width: 320px;
        padding: 0px;
        border: none;
        -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
        box-shadow: 0px 6px 5px -4px #d8d8d8;
        border-radius: 0%;
    }
    .card.product-product {
        margin: 8px;
        width: 320px;
        min-height: fit-content;
        padding: 0px;
    }

    .availabilty-item img {
        position: absolute;
        top: 8%;
        left: 232px;
    }

    .product-categories-container {
        width: 255px;
    }
    .product-regions-container {
        width: 255px;
        margin-top:20px;
    }

    .product.desc-container {
        margin: 0px 0 0px 0px;
    }

    .product-card h5 {
        font-size: 26px;
    }

    .products-wrapper {
        margin-top: 15px;
    }

    .price-alcohol {
        font-size: 18px;
    }

    .product-product-subtitle,
    .product-subtitle {
        font-size: 20px;
    }
    .product-subtitle {
        font-size: 20px;
    }

    .card-text.product-desc {
        font-size: 18px;
    }

    .product.info-item {
        font-size: 18px;
        height: 28px;
    }

    .product.product-info {
        margin-left: 10px;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .product.info-item {
        margin-top: 8px;
        margin-right: 8px;
    }

    .product-wrapper h1 {
        font-size: 34px;
    }

    .card-subtitle.product-product-subtitle,
    .card-subtitle.product-subtitle,
    .card-text.price-alcohol,
    .product-category-wrapper {
        margin-bottom: 16px !important;
    }

    .card-text.price-alcohol {
        cursor: default;
    }

    .product-product-title {
        font-size: 26px;
    }

    .page.card-text.product-category,
    .page.card-text.product-region {
        font-size: 18px;
    }

    .product-wrapper {
        margin: 1em 2em 2em 6em;
    }

    .product-products {
        margin-right: 8px;
    }

    .producer-product-list-button {
        font-size: 18px;
    }

    .product.producer-product-list {
        padding: 40px 0;
    }

    .card-text.product-category,
    .card-text.product-region
    {
        height: 28px;
    }

    .additional-categories.visible,
    .additional-regions.visible {
        border-bottom: 1px solid lightgray;
    }

    .products-categories-wrapper,
    .products-regions-wrapper {
        border: none;
        -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
        box-shadow: 0px 6px 5px -4px #d8d8d8;
        border-radius: 0%;
        height: fit-content;
        margin: 0 8px 0 16px;
    }

        .products-categories-wrapper input[type="text"],
        .products-regions-wrapper input[type="text"] 
        {
            height: 45px;
            width: 100%;
            margin: 0.5em 0 0 0;
            padding-left: 0.5em;
            border-radius: 5px;
            border: 1px solid lightgray;
        }


    .product-category-checkbox,
    .product-region-checkbox{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 5px 0;
        padding: 10px;
        height: 45px;
    }
    div#productCategoriesContainer {
        margin-top: 20px;
    }
    .page.price-alcohol {
        font-size: 20px;
    }

    .page.product-title {
        font-size: 34px;
    }

    .page.product-product-subtitle,
    page.product-subtitle{
        font-size: 26px;
    }

    .product-card .card-title.product-product {
        font-size: 1.25rem;
    }

    .product.descriptions.page {
        font-size: 15pt;
    }

    .card-text.product-category {
        font-size: 18px;
    }

    .product-filter,
    .product-filter-text {
        display: none;
    }

    .products-categories-wrapper input[type="checkbox"] {
        left: 23px;
        top: 13px;
    }

    .product-type {
        font-size: 1.1em;
    }

    .product-count-result {
        margin-bottom: 1em;
        margin-top: 8px;
    }

    .product-producer-title {
        font-size: 4.2rem;
    }

    .product-producer-container {
        margin-left: 10%;
        padding-top: 50px;
    }

    .product-category-checkbox label,
    .product-region-checkbox label {
        padding: 5px 37px;
        margin-left: 5px;
    }

    .product.additional-info-container {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .card-body {
        padding: 0px;
    }

    .products-search-container span {
        right: 10px;
        top: 18px;
    }

    .products-search-container svg {
        width: 18px;
        height: 18px;
    }

    /* ============ product desktop end ============ */

}

/* ============ desktop view .end// ============ */


.newsletter-container {
    text-align: center;
    padding: 2em;
    background-color: #e5e5e5;
    border: none;
}


    .newsletter-container input[type=text] {
        font-size: 1.2em;
        border: 0;
        min-width: 60%;
        margin: 0.5em 0 1em 0;
        padding: 0.5em 0 0.5em 0.5em;
    }

.newsletter-block {
    margin: 50px 0px;
    width: 100%;
    font-family: "Calibri","Museo-Sans",FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif !important;
}

    .newsletter-block h1 {
        font-weight: 700;
    }

    .newsletter-block button {
        text-decoration: none;
        color: #ff8300;
        border: none;
        background: none;
    }

    .newsletter-block .sumbit-button {
        background-color: #ff8300;
        color: white;
        padding: 10px;
        text-transform: uppercase;
        font-weight: 700;
    }

.news-article img {
    width: 100% !important;
    height: auto;
    margin: 5px 0;
}

.news-content {
    width: 80%;
    margin-top: 30px;
    text-align: left;
}



    .news-content a,
    .orange,
    .orange-category {
        color: #ff8300;
    }

        .orange span {
            height: 10px;
        }

main {
    background-color: #fff;
    min-height: 500px;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    padding-bottom: 4em;
}


footer h3 {
    font-size: 28px;
    font-weight: 700;
}

footer a, footer a:link, footer a:visited {
    color: #000;
    text-decoration: none;
}

    footer a:hover, footer a:active {
        opacity: .75;
    }

footer .footer-scroller {
    display: block;
    height: 3em;
    margin-top: 2em;
    background: url(/media/kt5pa25t/pil_tiltoppen.svg) no-repeat;
    background-position: center center;
}

footer ul {
    margin: 0;
    padding: 0;
}

    footer ul li {
        color: #000;
        font-size: 1.4em;
        line-height: 2.1em;
    }

footer .content ul li a {
    font-weight: 400;
}

footer .contact {
    border-right: 1px solid #fff;
    height: 90%;
}

footer .credits .logo {
    width: 200px;
}

footer .credits {
    font-size: 0.9em;
    margin-top: 2em;
    margin-bottom: 2em;
}

footer .payment-logo {
    width: 64px;
}

footer .payment-icons {
    margin-top: 1.25em;
}

footer .contact ul li {
    font-size: 1.4em;
}

footer .contact .info-text {
    margin-top: 2em;
    font-size: 1em;
}

footer .icon-youtube {
    display: inline-block;
    height: 5em;
    width: 5em;
    margin-top: 0.5em;
    background: url(/media/um0dfxw5/you_tube_ikon.svg) no-repeat;
    background-position: center;
}

footer .icon-instagram {
    display: inline-block;
    height: 5em;
    width: 5em;
    margin-top: 0.5em;
    background: url(/media/vk2f2dc4/instagram_ikon.svg) no-repeat;
    background-position: center;
}

footer .icon-facebook {
    display: inline-block;
    height: 5em;
    width: 5em;
    margin-top: 0.5em;
    background: url(/media/r3eows33/facebook_ikon.svg) no-repeat;
    background-position: center;
}

footer .cardpin {
    display: block;
    background: url(/media/zufhzk2w/kartpin.svg) no-repeat;
    background-position: center bottom;
}

footer .mail {
    display: block;
    background: url(/media/kigphcof/konvolutt.svg) no-repeat;
    background-position: center bottom;
}

h1 {
    font-weight: 700;
}


/* ============ blocks start / ============ */



.text-video-block .video video {
    width: 100%;
}

.main-search {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    visibility: hidden;
    background: #42748d;
    z-index: 68;
    padding: 0;
    top: 101px;
    height: 0;
    -webkit-transition: height 400ms ease-out 200ms,visibility 0s 600ms linear;
    transition: height 400ms ease-out 200ms,visibility 0s 600ms linear;
    white-space: normal
}

.main-search-is-open .main-search {
    visibility: visible;
    height: calc(100vh - (100px + 1px));
    -webkit-transition: height 400ms ease-out 80ms;
    transition: height 400ms ease-out 80ms
}

.main-search-is-open body {
    overflow: hidden !important;
    height: 100% !important
}

.main-search-is-open {
    overflow-y: scroll !important;
    height: 100% !important
}

.search-container {
    padding: 2.5rem 1.25rem;
    background: transparent;
    -webkit-transition: none;
    transition: none;
    height: 260px
}

.main-search-is-open .search-container {
    background: #42748d;
    -webkit-transition: background 0s 600ms linear;
    transition: background 0s 600ms linear
}

.search-container {
    height: 230px
}

.search-intro,
#searchForm {
    opacity: 0;
    position: relative;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: opacity 600ms cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 500ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 600ms cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 500ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 500ms cubic-bezier(0.4, 0.01, 0.165, 0.99),opacity 600ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 500ms cubic-bezier(0.4, 0.01, 0.165, 0.99),opacity 600ms cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 500ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    will-change: transform,opacity
}

.search-intro {
    width: 80%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    max-width: 380px;
    margin: 0 auto
}

#searchForm .loader {
    display: none;
}

.loading .search-icon {
    display: none;
}

.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
}

#searchForm.loading .loader {
    display: block !important;
}

.main-search-is-open .search-intro,
.main-search-is-open #searchForm {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.main-search-is-open .search-intro {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

#searchForm {
    max-width: 560px;
    margin: 0 auto
}

.search-intro,
#searchForm {
    opacity: 0;
    position: relative;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: opacity 600ms cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 500ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 600ms cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 500ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 500ms cubic-bezier(0.4, 0.01, 0.165, 0.99),opacity 600ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 500ms cubic-bezier(0.4, 0.01, 0.165, 0.99),opacity 600ms cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 500ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    will-change: transform,opacity
}

.search-intro {
    width: 80%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    max-width: 380px;
    margin: 0 auto
}

.search-input {
    width: 100%;
    border: none;
    border-radius: 65px;
    padding: 15px;
    display: inline-block;
    color: #1d1d1d;
}

.search-input-container {
    width: 560px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    color: #1d1d1d;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.search-submit-button {
    background: transparent;
    border: none;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    position: absolute;
    right: 0;
    top: 11px;
}

.search-button, .mypage-button {
    padding: 0 0.313rem;
    width: 36px;
    height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0 0.313rem 0 0;
    background: transparent;
    overflow: hidden;
}

.mypage-button {
    padding-top: 2px;
}

.search-icon {
    width: 26px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    pointer-events: none;
    -ms-flex-item-align: center;
    align-self: center;
}

.search-circle {
    display: block;
    width: 17px;
    height: 17px;
    position: relative;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #1d1d1d;
    -webkit-transition: background .075s ease,-webkit-transform .075s ease;
    transition: background .075s ease,-webkit-transform .075s ease;
    transition: background .075s ease,transform .075s ease;
    transition: background .075s ease,transform .075s ease,-webkit-transform .075s ease;
    -webkit-transform-origin: 28% 28%;
    transform-origin: 28% 28%;
    will-change: background,transform;
    z-index: 1;
}

.search-handle {
    position: absolute;
    background-color: #1d1d1d;
    top: 11px;
    left: 0px;
    width: 26px;
    height: 3px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: height .12s ease;
    transition: height .12s ease;
    will-change: height;
}

    .search-handle::after {
        content: "";
        background-color: #1d1d1d;
        width: 26px;
        height: 3px;
        display: block;
        -webkit-transition: height .12s ease,-webkit-transform .12s ease;
        transition: height .12s ease,-webkit-transform .12s ease;
        transition: transform .12s ease,height .12s ease;
        transition: transform .12s ease,height .12s ease,-webkit-transform .12s ease;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        will-change: transform,height;
        z-index: -1;
    }

.u-visually-hidden {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px 1px 1px 1px);
    padding: 0 !important;
    border: 0 !important;
}

.search-circle.active {
    transform: scale(0);
    background: #1d1d1d;
}

.search-handle.active::after {
    transform: rotate(90deg);
    height: 4px;
}

.search-handle.active {
    height: 4px;
}

#search-result-body {
    display: none;
}

.pagination .page-item.active .page-link {
    color: white;
}

.pagination > .active > a {
    color: white;
    background-color: #47a141 !important;
    border: solid 1px #47a141 !important;
}

.pagination > .active > p {
    color: white;
    background-color: #47a141 !important;
    border: solid 2px #388E3C !important;
}

.pagination .page-item .page-link {
    color: #47a141;
    border-radius: 0;
    margin-bottom: 5px;
}

.other-news img {
    width: 100%;
}

/* ============ blocks end// ============ */

/* ============ mobile start// ============ */
@media only screen and (max-width: 990px) {
    *:focus {
        outline: none;
    }

    header .navbar-collapse .search-button,
    header .navbar-collapse .mypage-button {
        display: none;
    }
    h1.menu-title {
        margin: 15px 0px;
        font-size: 1.8em;
    }

    p.menu-desc {
        margin: 0px 40px 15px 40px;
        font-size: 0.9em;
    }
    header .navbar-collapse {
        width: 100%;
        bottom: 0;
        overflow: hidden;
        overflow-y: scroll;
        line-height: 1.3;
    }

    .nav-item .nav-link.active {
        color: #e5e5e5 !important;
        text-decoration: none;
    }

    footer h3 {
        font-size: 1.2em;
        font-weight: 700;
    }

    footer .cardpin,
    footer .mail {
        height: 2em;
    }

    .title2 {
        margin-top: 2em;
    }

    .col .logo {
        margin-top: 2em;
    }


    footer .col p {
        font-size: 14px;
    }

    .mobile-list {
        flex-direction: column;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar {
        width: 100vw;
    }

    .nav-item {
        width: 100vw;
    }

    main .content .block-headline h1 {
        font-size: 1.6em !important;
    }

    .navbar .collapse {
        visibility: visible;
        height: calc(100vh - (60px+1));
        -webkit-transition: height 400ms ease-out 80ms;
        transition: height 400ms ease-out 80ms;
        z-index: 69;
    }

    .umbraco-forms-submitmessage {
        font-size: 1em;
    }

    .carousel-inner {
        padding: 10px;
    }

    .news-cat-and-date.first-article {
        font-size: 0.9em;
    }

    .card-body .text,
    .card-body .news-intro {
        font-size: 16px;
    }

    .card .card-image {
        width: 30%;
    }

    .headline {
        font-weight: 700;
    }

    .news-title h1 {
        text-align: center;
    }

    .news-content {
        width: 90%;
    }

    .mobile-list {
        height: calc(100vh - (100px + 1px));
    }

    .dropdown-icon-desktop {
        display: none;
    }

    .dropdown-icon-mobile {
        background: transparent;
        border: none;
        color: white;
    }

    .nav-link.dropdown-hover {
        flex-direction: row;
        justify-content: space-between;
    }

        .nav-link.dropdown-hover p {
            padding: 0px;
            margin: 0px;
        }

    .dropdown-menu {
        display: block;
        background-color: #42748d;
        border: 0;
        font-size: 14px;
        margin-left: 20px;
    }

    .dropdown-item {
        border-bottom: 1px solid #fff;
        width: 90%;
    }

    .dropdown-icon-mobile .minus-button {
        display: none;
    }

    .dropdown-icon-mobile .plus-button {
        display: block;
    }

    .dropdown-icon-mobile.active .plus-button {
        display: none;
    }

    .dropdown-icon-mobile.active .minus-button {
        display: block;
    }

    .dropdown-menu {
        display: none;
    }

    .mm-container.video {
        margin-bottom: 1.5em;
    }

    .full-block .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .dropdown-menu.active {
        display: block;
    }

    .dropdown-wrapper {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid white;
    }

        .dropdown-wrapper .nav-link.dropdown-hover a {
            border: none;
        }

    .media-container .video-responsive iframe {
        width: 100%;
        padding: 0;
        height: 30vh;
    }

    .img-fluid {
        height: 95px;
        width: 95%;
    }

    .producer-item-container img {
        height: 100px;
        width: 110px;
    }

    .producer-item-container {
        padding: 10px;
    }

    .categories-container {
        display: none;
    }

    .producer-item-container {
        flex-direction: column;
        border-bottom: 0.5px solid #e1e1e1;
    }

    .producer-item-location {
        text-decoration: none;
        color: #47a141;
    }

    .producers-intro {
        padding: 10px;
    }

    .producers-buttons .overview-button {
        display: none;
    }

    .producer-logo {
        margin: 9em 0em 1.5em;
    }

        .producer-logo img {
            height: 100px;
            margin-bottom: 100px;
        }

    .producer-item-info {
        padding-top: 15px;
    }

    .producers-title {
        font-size: 1.2em;
        margin-right: 10px;
    }

    .producer-text p {
        font-size: 16px;
    }

    .producer-social-link-buttons {
        flex-direction: column;
        width: 75%;
    }

    .producer-contact h3 {
        font-size: 1.1em;
    }

    .producer-article {
        margin-top: 30px;
    }

    .producer-contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .producer-social-link {
        margin-bottom: 15px;
        padding: 5px;
    }

        .producer-social-link.icon-home img {
            height: 22px;
        }

        .producer-social-link.icon-facebook img,
        .producer-social-link.icon-instagram img {
            height: 25px;
        }

    .producer-buttons-mobile button {
        border: none;
        background: transparent;
        color: #000;
    }

    .sidebar-is-open .sidebar-categories-wrapper {
        height: 100vh;
        padding: 60px 0 0;
    }

    .sidebar-is-open body {
        overflow: hidden !important;
        height: 100% !important;
    }

    .sidebar-search-is-open {
        overflow-y: scroll !important;
        height: 100% !important;
    }

    .categories-container-mobile h3 {
        font-size: 1em;
        color: #47a141;
        font-weight: 600;
    }


    .categories-container-mobile {
        padding: 1.25rem 0.625rem 0.625rem;
    }

    .category-filter,
    .commune-option-mobile {
        padding-left: 10px;
    }

    .checkmark {
        width: 20px;
        height: 20px;
    }

    .category-label .checkmark:after {
        top: 1px;
        left: 7px;
    }

    #producer-map {
        width: 100vw;
        height: 370px;
        margin-bottom: 200px;
    }
    #activity-map {
        width: 100vw;
        height: 370px;
        margin-bottom: 200px;
    }



    .card-button {
        display: none;
    }

    .sidebar-button {
        color: black !important;
        background: #fff !important;
        border: none !important;
        --bs-btn-focus-box-shadow: #fff !important;
        padding: 6px;
        font-size: 1em;
    }

    .producer-item-location {
        font-size: 0.8em !important;
    }

    .producer-item-title {
        font-size: 22px;
    }

    .gm-style-iw.gm-style-iw-c {
        max-width: 250px !important;
    }

    .g-content p {
        font-size: 1.1em;
    }

    .u-text-bold a {
        font-size: 0.9em;
    }

    .g-directions {
        font-size: 12px;
    }

    .g-direction-img {
        height: 14px;
        width: 14px;
    }

    .map-link img {
        height: 18px;
    }

    .news-intro {
        font-size: 1.2rem;
        line-height: 1.1;
    }

    .producer-category span {
        font-size: 14px;
    }

    .featured-categories {
        flex-wrap: wrap;
    }

    .producer-article .title {
        font-size: 1.4em;
        margin-bottom: 15px
    }

    .featured-categories {
        padding-top: 20px;
    }

    .no-image {
        height: 110px;
    }

    .card-body .card-text {
        text-align: left;
    }

    .payment-response-text,
    .payment-loader-text {
        font-size: 1em;
    }

    .payment-failed-icon svg,
    .payment-successful-icon svg {
        width: 50px;
        height: 100px;
    }

    .payment-loader {
        width: 60px;
        height: 60px;
        border: 10px solid #f3f3f3; /* Light grey */
        border-top: 10px solid black; /* Dark grey */
    }

    .producer-container {
        padding: 15px;
    }

    /* ============ beer mobile start ============ */

    .beer-container {
        overflow-x: scroll;
        height: 50px;
    }

    .availabilty-item img {
        position: absolute;
        top: 15%;
        left: 73%;
        height: 75px;
    }

    .beer.availabilty-item img {
        padding: 16px 0;
    }

    .beer-container.set-align {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .beers-wrapper {
        flex-direction: column;
    }

    .beers-categories-wrapper h2 {
        font-size: 24px;
    }

    .beer.info-item {
        margin-top: 5px;
        margin-right: 5px;
    }

    .beer-product-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .beer-product-subtitle {
        font-size: 16px;
    }

    .beer-product {
        margin: 3px 30px;
    }

    .beers-categories {
        display: flex;
        gap: 15px;
        height: 45px;
    }

    .beer-category-checkbox {
        display: flex;
        gap: 15px;
    }

    .additional-categories.beer-container-open {
        height: fit-content;
        overflow: hidden;
        gap: 8px;
        display: grid;
        grid-template-columns: 49% 49%;
    }
    .producer-categories.beer-container-open {
        height: fit-content;
        overflow: hidden;
        gap: 8px;
        display: grid;
        grid-template-columns: 49% 49%;
    }


        .beer-category-checkbox label {
            white-space: nowrap;
            font-size: 12px;
        }

    .beers-categories-wrapper input[type="checkbox"] {
        height: 16px;
        width: 16px;
    }

    .card-text.beer-category {
        font-size: 16px;
    }

    .beers-categories-wrapper input[type="text"] {
        width: 100%;
        height: 32px;
        margin: 20px 0px 10px 0px;
        border-color: #D7D7D7;
        border: 1px solid #d7d7d7;
        color: #727272;
        padding: 10px;
        border-radius: 5px;
    }

    .card-text.beer-category {
        height: 20px;
    }

    .card-text.price-alcohol {
        font-size: 14px;
    }

    .card-text.beer-desc {
        font-size: 12px;
    }

    .beer.desc-container {
        font-size: 12px;
    }

    .beers-categories-wrapper img {
        color: #47a141
    }

    .beers-categories-wrapper h1 {
        font-size: 1.3em;
    }

    .beer.desc-container {
        margin: 13px 0 13px 0px;
    }

    .beer-category-checkbox.additional.visible {
        display: flex;
        gap: 15px;
    }

    .additional-info-title,
    .producer-info-title{
        display: block;
    }

    .additional-categories.visible {
        display: flex;
        gap: 15px;
        height: 45px;
    }

    .additional-categories.visible {
        margin-right: 8px;
        border-right: 1px solid lightgray;
        padding-right: 7px;
    }

        .additional-categories.visible.beer-container-open {
            margin-right: 0px;
            padding-right: 0px;
            border-right: 0px;
        }

    .additional-info-title.visible {
        font-size: 14px;
    }

    .beers-categories-wrapper {
        padding-top: 10px;
        margin: 0 25px;
    }

    .beer-filter {
        height: 40px;
        text-align: center;
        align-items: center;
        display: flex;
        border: 1px solid lightgrey;
        padding: 8px 7px;
        min-width: 140px;
        border-radius: 3px;
    }

        .beer-filter svg {
            fill: lightgray;
        }

    .beer-filter {
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        color: #47a141;
        font-weight: 600;
    }

    .beer-filter-text {
        margin-left: 10px;
    }



    .beers-categories.beer-container-open {
        height: fit-content;
        overflow: hidden;
        gap: 8px;
        display: grid;
        grid-template-columns: 49% 49%;
    }

    .beer-container.beer-container-open {
        overflow: hidden;
        height: unset;
    }

    .card.producer {
        width: 100%;
    }

    .beer-card .card-title.beer-product {
        font-size: 1.1rem;
    }

    .beer-card .card-subtitle {
        font-size: 0.9em;
    }

    .beers-categories-wrapper input[type="checkbox"] {
        left: 15px;
        top: 15px;
    }

    .beer-wrapper {
        padding: 15px;
    }

        .beer-wrapper h2 {
            font-size: 1.2em;
        }

    .alcohol-price-wrapper {
        font-size: 0.9em;
    }

    .beer-categories {
        flex-wrap: wrap;
    }

    .beer-type {
        font-size: 16px;
    }

    .beer-producer-img {
        width: 100%;
    }

    .beer-producer-info {
        padding: 0 10px;
    }

    .beer-producer-container {
        margin-top: 50px;
    }

    .beer-producer-subtitle {
        padding: 0 10px;
        font-size: 18px;
    }

    .beer-producer-desc {
        font-size: 18px;
    }

    .beer-category-checkbox label {
        padding: 16px 35px;
    }

    .beer.additional-info-container {
        font-size: 13px;
    }

    .card-subtitle.beer-product-subtitle,
    .card-text.price-alcohol,
    .beer-category-wrapper {
        margin-bottom: 13px !important;
    }


    .producer-beer-list-button {
        font-size: 16px;
    }

    .beer.producer-beer-list {
        padding: 20px 0;
    }

    .beers-search-container span {
        top: 23px;
        right: 10px;
    }

    .beers-search-container svg {
        width: 16px;
        height: 16px;
    }

    .beers-categories-wrapper h2 {
        display: none;
    }

    .beers-categories.beer-container-open {
        visibility: visible;
    }

    .beers-categories {
        visibility: hidden;
    }

    .beer-container.set-align,
    .additional-info-wrapper.set-align,
    .producer-info-wrapper.set-align {
        display: none;
    }

    #panelsStayOpen-collapseThree,
    #panelsStayOpen-collapseOne,
    #panelsStayOpen-collapseTwo {
        display: inherit;
    }

    .beer-categories-container .beer-container.beer-container-open {
        display: block;
    }

    .beer-categories-container .beer-container {
        display: none;
    }

    .beer-filter-container {
        display: flex;
        width: 100%;
        justify-content: right;
        margin: 15px 0;
    }

        .beer-filter-container svg {
            margin-bottom: 2px;
        }

    /* ============ beer mobile end// ============ */
    /* ============ cheese mobile start ============ */

    .cheese-container {
        overflow-x: scroll;
        height: 50px;
    }

    .availabilty-item img {
        position: absolute;
        top: 15%;
        left: 73%;
        height: 75px;
    }

    .cheese.availabilty-item img {
        padding: 16px 0;
    }

    .cheese-container.set-align {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .cheeses-wrapper {
        flex-direction: column;
    }

    .cheeses-categories-wrapper h2 {
        font-size: 24px;
    }

    .cheese.info-item {
        margin-top: 5px;
        margin-right: 5px;
    }

    .cheese-product-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cheese-product-subtitle {
        font-size: 16px;
    }

    .cheese-product {
        margin: 3px 30px;
    }

    .cheeses-categories {
        display: flex;
        gap: 15px;
        height: 45px;
    }

    .cheese-category-checkbox {
        display: flex;
        gap: 15px;
    }

        .cheese-category-checkbox label {
            white-space: nowrap;
            font-size: 12px;
        }

    .cheeses-categories-wrapper input[type="checkbox"] {
        height: 16px;
        width: 16px;
    }

    .card-text.cheese-category {
        font-size: 16px;
    }

    .cheeses-categories-wrapper input[type="text"] {
        width: 100%;
        height: 32px;
        margin: 20px 0px 10px 0px;
        border-color: #D7D7D7;
        border: 1px solid #d7d7d7;
        color: #727272;
        padding: 10px;
        border-radius: 5px;
    }

    .card-text.cheese-category {
        height: 20px;
    }

    .card-text.price-alcohol {
        font-size: 14px;
    }

    .card-text.cheese-desc {
        font-size: 12px;
    }

    .cheese.desc-container {
        font-size: 12px;
    }

    .cheeses-categories-wrapper img {
        color: #47a141
    }

    .cheeses-categories-wrapper h1 {
        font-size: 1.3em;
    }

    p.cheese.cheese-info {
        margin: 0 5px 0.25rem;
    }
    .cheese.desc-container {
        margin: 13px 0 13px 0px;
    }

    .cheese-category-checkbox.cheese-exibitor.visible {
        display: flex;
        gap: 15px;
    }

    .cheese-exibitors.visible {
        display: flex;
        gap: 15px;
        height: 45px;
    }

    .cheese-exibitors.visible {
        margin-right: 8px;
        border-right: 1px solid lightgray;
        padding-right: 7px;
    }

        .cheese-exibitors.visible.cheese-container-open {
            margin-right: 0px;
            padding-right: 0px;
            border-right: 0px;
        }

    .cheese-exibitor-info-title.visible {
        font-size: 14px;
    }

    .cheeses-categories-wrapper {
        padding-top: 10px;
        margin: 0 25px;
    }

    .cheese-filter {
        height: 40px;
        text-align: center;
        align-items: center;
        display: flex;
        border: 1px solid lightgrey;
        padding: 8px 7px;
        min-width: 140px;
        border-radius: 3px;
    }

        .cheese-filter svg {
            fill: lightgray;
        }

    .cheese-filter {
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        color: #47a141;
        font-weight: 600;
    }

    .cheese-filter-text {
        margin-left: 10px;
    }



    .cheeses-categories.cheese-container-open {
        height: fit-content;
        overflow: hidden;
        gap: 8px;
        display: grid;
        grid-template-columns: 49% 49%;
    }

    .cheese-container.cheese-container-open {
        overflow: hidden;
        height: unset;
    }

    .card.producer {
        width: 100%;
    }

    .cheese-card .card-title.cheese-product {
        font-size: 1.1rem;
    }

    .cheese-card .card-subtitle {
        font-size: 0.9em;
    }

    .cheeses-categories-wrapper input[type="checkbox"] {
        left: 15px;
        top: 15px;
    }

    .cheese-wrapper {
        padding: 15px;
    }

        .cheese-wrapper h2 {
            font-size: 1.2em;
        }

    .alcohol-price-wrapper {
        font-size: 0.9em;
    }

    .cheese-categories {
        flex-wrap: wrap;
    }

    .cheese-type {
        font-size: 16px;
    }

    .cheese-producer-img {
        width: 100%;
    }

    .cheese-producer-info {
        padding: 0 10px;
    }

    .cheese-producer-container {
        margin-top: 50px;
    }

    .cheese-producer-subtitle {
        padding: 0 10px;
        font-size: 18px;
    }

    .cheese-producer-desc {
        font-size: 18px;
    }

    .cheese-category-checkbox label {
        padding: 16px 35px;
    }

    .cheese.cheese-exibitor-info-container {
        font-size: 13px;
    }

    .card-subtitle.cheese-product-subtitle,
    .card-text.price-alcohol,
    .cheese-category-wrapper {
        margin-bottom: 13px !important;
        margin-top: 13px;
    }

    .producer-cheese-list-button {
        font-size: 16px;
    }

    .cheese.producer-cheese-list {
        padding: 20px 0;
    }

    .cheeses-search-container span {
        top: 23px;
        right: 10px;
    }

    .cheeses-search-container svg {
        width: 16px;
        height: 16px;
    }

    .cheeses-categories-wrapper h2 {
        display: none;
    }

    .cheeses-categories.cheese-container-open {
        visibility: visible;
    }

    .cheeses-categories {
        visibility: hidden;
    }

    .cheese-container.set-align {
        display: none;
    }

    .cheese-categories-container .cheese-container.cheese-container-open {
        display: block;
    }

    .cheese-categories-container .cheese-container {
        display: none;
    }
    .cheese.descriptions {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .cheese-filter-container {
        display: flex;
        width: 100%;
        justify-content: right;
        margin: 15px 0;
    }

        .cheese-filter-container svg {
            margin-bottom: 2px;
        }

    /* ============ cheese mobile end// ============ */

    /* ============ activity mobile start ============ */
    h2.upcoming-activities {
        text-align: center;
        font-weight: 600;
        margin-top: 15px;
        font-size: 50px;
        margin-bottom: 10px;
    }
    .activity-header.meny {
        margin-left: 0px;
    }
    .activity-container {
        overflow-x: scroll;
        height: 50px;
    }

    .availabilty-item img {
        position: absolute;
        top: 15%;
        left: 73%;
        height: 75px;
    }

    .activity.availabilty-item img {
        padding: 16px 0;
    }

    .activity-container.set-align {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .activities-wrapper {
        flex-direction: column;
    }

    .activities-categories-wrapper h2 {
        font-size: 24px;
    }

    .activity.info-item {
        margin-top: 5px;
        max-width: fit-content;
        margin-right: 5px;
    }

    .activity-product-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .activity-product-subtitle {
        font-size: 16px;
    }

    .activity-product {
        margin: 3px 30px;
    }

    .activities-categories {
        display: flex;
    }

    .activity-category-checkbox {
        display: flex;
        gap: 15px;
    }

        .activity-category-checkbox label {
            white-space: nowrap;
            font-size: 12px;
        }

    .activities-categories-wrapper input[type="checkbox"] {
        height: 16px;
        width: 16px;
    }

    .card-text.activity-category {
        font-size: 16px;
    }

    .activities-categories-wrapper input[type="text"] {
        width: 100%;
        height: 32px;
        margin: 20px 0px 10px 0px;
        border-color: #D7D7D7;
        border: 1px solid #d7d7d7;
        color: #727272;
        padding: 10px;
        border-radius: 5px;
    }

    .card-text.activity-category {
        height: 20px;
    }

    .card-text.price-alcohol {
        font-size: 14px;
    }

    .card-text.activity-desc {
        font-size: 12px;
    }

    .activity.desc-container {
        font-size: 12px;
    }

    .activities-categories-wrapper img {
        color: #47a141
    }

    .activities-categories-wrapper h1 {
        font-size: 1.3em;
    }

    p.activity.activity-info {
        margin: 0 5px 0.25rem;
    }

    .activity.desc-container {
        margin: 13px 0 13px 0px;
    }

    .activity-category-checkbox.activity-exibitor.visible {
        display: flex;
        gap: 15px;
    }

    .activity-exibitors.visible {
        display: flex;
        gap: 15px;
        height: 45px;
    }

    .activity-exibitors.visible {
        margin-right: 8px;
        border-right: 1px solid lightgray;
        padding-right: 7px;
    }

        .activity-exibitors.visible.activity-container-open {
            margin-right: 0px;
            padding-right: 0px;
            border-right: 0px;
        }

    .activity-exibitor-info-title.visible {
        font-size: 14px;
    }

    .activities-categories-wrapper {
        padding-top: 10px;
        margin: 0;
    }

    .activity-filter {
        height: 40px;
        text-align: center;
        align-items: center;
        display: flex;
        border: 1px solid lightgrey;
        padding: 8px 7px;
        min-width: 140px;
        border-radius: 3px;
    }

        .activity-filter svg {
            fill: lightgray;
        }

    .activity-filter {
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        color: #47a141;
        font-weight: 600;
    }

    .activity-filter-text {
        margin-left: 10px;
    }



    .activities-categories.activity-container-open {
        height: fit-content;
        overflow: hidden;
        gap: 8px;
        display: grid;
        grid-template-columns: 49% 49%;
    }

    .activity-container.activity-container-open {
        overflow: hidden;
        height: unset;
    }

    .card.producer {
        width: 100%;
    }

    .activity-card .card-title.activity-product {
        font-size: 1.1rem;
    }

    .activity-card .card-subtitle {
        font-size: 0.9em;
    }

    .activities-categories-wrapper input[type="checkbox"] {
        left: 15px;
        top: 15px;
    }

    .activity-wrapper {
        padding: 15px;
    }

        .activity-wrapper h2 {
            font-size: 1.2em;
        }

    .alcohol-price-wrapper {
        font-size: 0.9em;
    }

    .activity-categories {
        flex-wrap: wrap;
    }

    .activity-type {
        font-size: 16px;
    }

    .activity-producer-img {
        width: 100%;
    }

    .activity-producer-info {
        padding: 0 10px;
    }

    .activity-producer-container {
        margin-top: 50px;
    }

    .activity-producer-subtitle {
        padding: 0 10px;
        font-size: 18px;
    }

    .activity-producer-desc {
        font-size: 18px;
    }

    .activity-category-checkbox label {
        padding: 16px 35px;
    }

    .activity.activity-exibitor-info-container {
        font-size: 13px;
    }

    .card-subtitle.activity-product-subtitle,
    .card-text.price-alcohol,
    .activity-category-wrapper {
        margin-bottom: 13px !important;
        margin-top: 13px;
    }

    .producer-activity-list-button {
        font-size: 16px;
    }

    .activity.producer-activity-list {
        padding: 20px 0;
    }

    .activities-search-container span {
        top: 23px;
        right: 10px;
    }

    .activities-search-container svg {
        width: 16px;
        height: 16px;
    }

    .activities-categories-wrapper h2 {
        display: none;
    }

    .activities-categories.activity-container-open {
        visibility: visible;
    }

    .activities-categories {
        flex-direction: column;
    }

    .activity-container.set-align {
        display: none;
    }

    .activity-categories-container .activity-container.activity-container-open {
        display: block;
    }

    .activity-categories-container .activity-container {
        display: none;
    }

    .activity.descriptions {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .activity-filter-container {
        display: flex;
        width: 100%;
        justify-content: right;
        margin: 15px 0;
    }

        .activity-filter-container svg {
            margin-bottom: 2px;
        }
    .activity-date {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 5px;
    }

    .event-wrapper {
        padding: 15px;
    }

    .activity-categories-container {
        width: 100%;
    }

    .activity-categories-container-scrollbox {
        width: 100%;
        max-height: 160px;
        border: 1px solid #dee2e6;
        overflow-y: scroll;
        border-radius: 0.375rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        padding: 0 10px 10px 10px;
        margin: 16px 0;
        position: relative;
    }


        .activity-categories-container-scrollbox h5 {
            margin: 0;
            position: sticky;
            top: 0;
            background-color: white;
            z-index: 1;
            padding: 8px 0;
        }


    .activity-search-date .datepicker{
        width: 50%;
    }
    /* ============ activity mobile end// ============ */
    /* ============ recipes mobile start ============ */
    .recipe-wrapper {
        padding: 15px;
    }
    .recipe-details-wrapper {
        padding: 15px;
    }
    .recipe-wrapper h2 {
        font-size: 1.2em;
    }
    .recipes-header.meny {
        margin-left: 0px;
    }
    .recipes-wrapper {
        flex-direction: column;
    }

    .recipes-categories-wrapper h2 {
        font-size: 24px;
    }

    .recipes-categories-wrapper input[type="checkbox"] {
        height: 16px;
        width: 16px;
    }

    .recipes-categories-wrapper img {
        color: #47a141
    }

    .recipes-categories-wrapper h1 {
        font-size: 1.3em;
    }

    .recipes-categories-wrapper {
        padding-top: 10px;
        margin: 0;
    }

    .recipes-categories-wrapper input[type="checkbox"] {
        left: 15px;
        top: 15px;
    }

    .recipes-categories-wrapper h2 {
        display: none;
    }

    .recipes-search-container span {
        top: 23px;
        right: 10px;
    }

    .recipes-search-container svg {
        width: 16px;
        height: 16px;
    }

    .recipe-filter-container {
        display: flex;
        width: 100%;
        justify-content: right;
        margin: 15px 0;
    }

        .recipe-filter-container svg {
            margin-bottom: 2px;
        }

    .recipe-filter {
        height: 40px;
        text-align: center;
        align-items: center;
        display: flex;
        border: 1px solid lightgrey;
        padding: 8px 7px;
        min-width: 140px;
        border-radius: 3px;
        font-size: 14px;
        text-transform: uppercase;
        color: #47a141;
        font-weight: 600;
    }

        .recipe-filter svg {
            fill: lightgray;
        }

    .recipe-filter-text {
        margin-left: 10px;
    }

    .recipe-container {
        overflow-x: scroll;
        height: 50px;
    }

    .recipe-container.set-align {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .recipe-container.set-align {
        display: none;
    }

    .recipe-categories-container .recipe-container.recipe-container-open {
        display: block;
    }

    .recipe-categories-container .recipe-container {
        display: none;
    }

    .recipes-categories {
        display: flex;
    }

    .recipe-product-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .recipe-product-subtitle {
        font-size: 16px;
    }

    .recipe-product {
        margin: 3px 30px;
    }

    .recipe-card .card-title.recipe-product {
        font-size: 1.1rem;
    }

    .card-subtitle.recipe-product-subtitle,
    .card-text.price-alcohol,
    .recipe-category-wrapper {
        margin-bottom: 13px !important;
        margin-top: 13px;
    }

    .recipe-card .card-subtitle {
        font-size: 0.9em;
    }

    .card-text.recipe-category {
        font-size: 16px;
        height: 20px;
    }

    .card-text.recipe-desc {
        font-size: 12px;
    }

    .recipe.desc-container {
        font-size: 12px;
        margin: 13px 0 13px 0px;
    }

    .recipe.info-item {
        margin-top: 5px;
        max-width: fit-content;
        margin-right: 5px;
    }

    .recipe-category-checkbox {
        display: flex;
        gap: 15px;
    }

        .recipe-category-checkbox label {
            white-space: nowrap;
            font-size: 12px;
            padding: 16px 35px;
        }

    .recipe-category-checkbox.recipe-exibitor.visible {
        display: flex;
        gap: 15px;
    }

    .recipe-exibitors.visible {
        margin-right: 8px;
        border-right: 1px solid lightgray;
        padding-right: 7px;
    }

        .recipe-exibitors.visible.recipe-container-open {
            margin-right: 0px;
            padding-right: 0px;
            border-right: 0px;
        }

    .recipes-categories.recipe-container-open {
        height: fit-content;
        overflow: hidden;
        gap: 8px;
        display: grid;
        grid-template-columns: 49% 49%;
        visibility: visible;
    }

    .recipe-container.recipe-container-open {
        overflow: hidden;
        height: unset;
    }
    .recipes-categories {
        flex-direction: column;
    }

    .recipe-header-section {
        padding: 0.8em;
    }

    .recipe-image {
        height: 14em;
    }

    .recipe-video{
        width: 100%;
        height: auto;
    }

    .recipe-title {
        font-size: 1.8rem;
    }

    .recipe-video-responsive iframe {
        width: 100%;
        padding: 0;
        height: 30vh;
    }

    .recipe-steps img {
        max-height: 30vh;
    }

    .recipe-categories-container {
        width: 100%;
    }

    .recipe-categories-container-scrollbox {
        width: 100%;
        max-height: 160px;
        border: 1px solid #dee2e6;
        overflow-y: scroll;
        border-radius: 0.375rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        padding: 0 10px 10px 10px;
        margin: 16px 0;
        position: relative;
    }

        .recipe-categories-container-scrollbox h5 {
            margin: 0;
            position: sticky;
            top: 0;
            background-color: white;
            z-index: 1;
            padding: 8px 0;
        }

    /* ============ recipes mobile end ============ */

    /* ============ product mobile start ============ */
    .product-container {
        overflow-x: scroll;
        height: 50px;
    }

.availabilty-item img {
    position: absolute;
    top: 15%;
    left: 73%;
    height: 75px;
}

.product.availabilty-item img {
    padding: 16px 0;
}

.product-container.set-align {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.products-wrapper {
    flex-direction: column;
}

    .products-categories-wrapper h2,
    .products-regions-wrapper h2 {
        font-size: 24px;
    }

    .product.info-item {
        margin-top: 5px;
        margin-right: 5px;
        height: 20px;
    }

.product-product-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-product-subtitle,
.product-subtitle{
    font-size: 16px;
}

.product-product {
    margin: 3px 30px;
}

.products-categories,
.product-regions
{
    display: flex;
    gap: 15px;
    height: 45px;
}

.product-category-checkbox,
.product-region-checkbox
{
    display: flex;
    gap: 15px;
}

    .product-category-checkbox label,
    .product-region-checkbox label
    {
        white-space: nowrap;
        font-size: 12px;
    }

    .products-categories-wrapper input[type="checkbox"],
    .products-regions-wrapper input[type="checkbox"] {
        height: 16px;
        width: 16px;
    }

.card-text.product-category,
.card-text.product-region
{
    font-size: 16px;
}

    .products-categories-wrapper input[type="text"],
    .products-regions-wrapper input[type="text"] {
        width: 100%;
        height: 32px;
        margin: 20px 0px 10px 0px;
        border-color: #D7D7D7;
        border: 1px solid #d7d7d7;
        color: #727272;
        padding: 10px;
        border-radius: 5px;
    }

    .card-text.product-category,
    .card-text.product-region {
        height: 20px;
        margin-top:0px;
    }

.card-text.price-alcohol {
    font-size: 14px;
}

    p.card-text.products-desc {
        margin-top: 5px;
    }
.card-text.product-desc {
    font-size: 12px;
    margin-top:5px;
}

.product.desc-container {
    font-size: 12px;
}

    .products-categories-wrapper img,
    .products-regions-wrapper img 
    {
        color: #47a141
    }

    .products-categories-wrapper h1,
    .products-regions-wrapper h1
    {
        font-size: 1.3em;
    }

.product.desc-container {
    margin: 13px 0 13px 0px;
}

    .product-category-checkbox.additional.visible,
    .product-region-checkbox.additional.visible {
        display: flex;
        gap: 15px;
    }

.additional-categories.visible {
    display: flex;
    gap: 15px;
    height: 45px;
}

.additional-categories.visible {
    margin-right: 8px;
    border-right: 1px solid lightgray;
    padding-right: 7px;
}

    .additional-categories.visible.product-container-open {
        margin-right: 0px;
        padding-right: 0px;
        border-right: 0px;
    }

.additional-info-title.visible {
    font-size: 14px;
}

    .products-categories-wrapper,
    .products-regions-wrapper 
    {
        padding-top: 10px;
        margin: 0 25px;
    }

.product-filter {
    height: 40px;
    text-align: center;
    align-items: center;
    display: flex;
    border: 1px solid lightgrey;
    padding: 8px 7px;
    min-width: 140px;
    border-radius: 3px;
}

    .product-filter svg {
        fill: lightgray;
    }

.product-filter {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #47a141;
    font-weight: 600;
}

.product-filter-text {
    margin-left: 10px;
}



    .products-categories.product-container-open,
    .products-regions.product-container-open {
        height: fit-content;
        overflow: hidden;
        gap: 8px;
        margin-bottom:15px;
        display: grid;
        grid-template-columns: 49% 49%;
    }

.product-container.product-container-open {
    overflow: hidden;
    height: unset;
}

.card.producer {
    width: 100%;
}
.card.products-product {
        margin: 8px;
        padding: 0px;
        border: none;
        -webkit-box-shadow: 0px 6px 5px -4px #d8d8d8;
        box-shadow: 0px 6px 5px -4px #d8d8d8;
        border-radius: 0%;

}

.product-card .card-title.product-product {
    font-size: 1.1rem;
}

.product-card .card-subtitle {
    font-size: 0.9em;
}

.products-categories-wrapper input[type="checkbox"],
.products-regions-wrapper input[type="checkbox"] 
{
    left: 15px;
    top: 15px;
}

.product-wrapper {
    padding: 15px;
}

    .product-wrapper h2 {
        font-size: 1.2em;
    }

.alcohol-price-wrapper {
    font-size: 0.9em;
}

.product-categories,
.product-regions
{
    flex-wrap: wrap;
}

.product-type {
    font-size: 16px;
}

.product-producer-img {
    width: 100%;
}

.product-producer-info {
    padding: 0 10px;
}

.product-producer-container {
    margin-top: 50px;
}

.product-producer-subtitle {
    padding: 0 10px;
    font-size: 18px;
}

.product-producer-desc {
    font-size: 18px;
}

.product-category-checkbox label,
.product-region-checkbox label
{
    padding: 16px 35px;
}

.product.additional-info-container {
    font-size: 13px;
}

    .card-subtitle.product-product-subtitle,
    .card-subtitle.product-subtitle,
    .card-text.price-alcohol,
    .product-category-wrapper,
    .product-region-wrapper {
        margin-bottom: 13px !important;
        margin-top: 13px;
    }


.producer-product-list-button {
    font-size: 16px;
}

.product.producer-product-list {
    padding: 20px 0;
}

.products-search-container span {
    top: 23px;
    right: 10px;
}

.products-search-container svg {
    width: 16px;
    height: 16px;
}

.products-categories-wrapper h2,
.products-regions-wrapper h2
{
    display: none;
}

.products-categories.product-container-open,
.products-regions.product-container-open
{
    visibility: visible;
}

.products-categories,
.products-regions{
    visibility: hidden;
}

.product-container.set-align {
    display: none;
}

.product-categories-container .product-container.product-container-open,
.product-region-container .product-container.product-container-open{
    display: block;
}

.product-categories-container .product-container,
.product-region-container .product-container
{
    display: none;
}

.product-filter-container {
    display: flex;
    width: 100%;
    justify-content: right;
    margin: 15px 0;
}

    .product-filter-container svg {
        margin-bottom: 2px;
    }

/* ============ product mobile end// ============ */

}
}
/* ============ mobile end// ============ */




.media-container .video-responsive {
    /* overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0; */
    width: 100%;
}

.media-container .content-video {
    width: 100%;
    max-height: 90vh;
}

.yt-video {
    width: 100%;
}

.news-cat-and-date {
    text-transform: uppercase;
    padding-bottom: 0.5em;
}


.map-dark-icon.visible {
    opacity: 1;
}

.producer-map-dark-icon.visible {
    opacity: 1;
}

.g-content h4.has-map-icon {
    position: relative;
    padding-right: 70px;
}

.g-content .map-dark-icon {
    font-size: 11px;
    line-height: 26px;
    font-weight: normal;
    background-position: left 45%;
}

.g-content .producer-map-dark-icon {
    font-size: 11px;
    line-height: 26px;
    font-weight: normal;
    background-position: left 45%;
}

.map-dark-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-style: normal;
    font-weight: 500;
    font-size: .8rem;
    background: url(/icons/kart_ikon.svg) left center/12px 12px no-repeat;
    padding-left: 15px;
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1);
    color: #000;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.producer-map-dark-icon {
    font-style: normal;
    font-weight: 500;
    font-size: .8rem;
    background: url(/icons/kart_ikon.svg) left center/14px 14px no-repeat;
    padding-left: 16px;
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1);
    color: #000;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    margin-right: 5px;
}

.map-dark-noicon.visible {
    opacity: 1;
}

.map-dark-noicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-style: normal;
    font-weight: 500;
    font-size: .8rem;
    -webkit-filter: brightness(0.1);
    filter: brightness(0.1);
    color: #000;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.btn-org {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-weight: 700;
    font-size: 100%;
    padding: 0.5em 1em;
    border: 1px solid #ff8300;
    color: #fff !important;
    background-color: #ff8300;
    text-decoration: none;
    border-radius: 2px;
    text-transform: uppercase;
}

    .btn-org:hover, .btn-org:focus {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
        background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
        border-color: #ff8300;
    }

.payment-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.payment-response {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-successful-icon svg {
    fill: #47a141;
}

.payment-failed-icon svg {
    fill: #ff8300;
}


.payment-response-text {
    font-weight: 700;
    text-align: center;
}

.payment-homepage-button {
    color: #ff8300;
}


.payment-loader {
    border-radius: 50%;
    animation: spin 2s linear infinite;
    display: none;
}

    .payment-loader.display {
        display: block;
    }



.beer-category-checkbox.producer label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.payment-response-wrapper {
    display: none;
}

.payment-loader-text {
    padding: 2em 0;
    font-weight: 700;
    text-align: center;
    color: black;
    display: none;
}

.payment-loader-text.display{
    display: block;
}

.loading-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .5);
    z-index: 99;
}

.loading-container.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-container .spinner-border {
    width: 50px;
    height: 50px;
}

@media (min-width: 576px) {
    #FestivalMapModal .modal-dialog {
        max-width: 640px;
    }
}


@media (min-width: 1000px) {
    #FestivalMapModal .modal-dialog {
        max-width: 800px;
    }
}