#ej-store-locations {
    /* background-image: url("../assets/locations-background.jpg"); */
    /* background-color: #d9d9d9; */
}

@media (max-width: 991px) {
    #ej-store-locations {
        background-image: none;
        /* background-color: rgb(237, 237, 237); */
    }
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.category-title {
    text-align: center;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .category-title {
        margin-bottom: 0.8rem;
    }
}

@font-face {
    font-family: ITCFranklinGothicStd-BkCp;
    font-display: swap;
    src: url("../assets/fonts/ITCFranklinGothicStd-BkCp.woff2") format("woff2"), url("../assets/fonts/ITCFranklinGothicStd-BkCp.woff") format("woff");
}

@font-face {
    font-family: ITCFranklinGothicStd-DmXCp;
    font-display: swap;
    src: url("../assets/fonts/ITCFranklinGothicStd-DmXCp.woff2") format("woff2"), url("../assets/fonts/ITCFranklinGothicStd-DmXCp.woff") format("woff");
}

@font-face {
    font-family: ITCFranklinGothicStd-DmCp;
    font-display: swap;
    src: url("../assets/fonts/ITCFranklinGothicStd-DmCp.woff2") format("woff2"), url("../assets/fonts/ITCFranklinGothicStd-DmCp.woff") format("woff");
}

@font-face {
    font-family: ITCFranklinGothicStd-Med;
    font-display: swap;
    src: url("../assets/fonts/ITCFranklinGothicStd-Med.woff2") format("woff2"), url("../assets/fonts/ITCFranklinGothicStd-Med.woff") format("woff");
}

@font-face {
    font-family: ITCFranklinGothicStd-DmCd;
    font-display: swap;
    src: url("../assets/fonts/ITCFranklinGothicStd-DmCd.woff2") format("woff2"), url("../assets/fonts/ITCFranklinGothicStd-DmCd.woff") format("woff");
}

@font-face {
    font-family: ITCFranklinGothicStd-Book;
    font-display: swap;
    src: url("../assets/fonts/ITCFranklinGothicStd-Book.woff2") format("woff2"), url("../assets/fonts/ITCFranklinGothicStd-Book.woff") format("woff");
}

button {
    font-family: 'ITCFranklinGothicStd-DmCd', serif;
    box-shadow: none;
}

button.btn {
    border: 0rem;
}

.btn {
    font-family: 'ITCFranklinGothicStd-DmCd', serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    font-size: 1.9rem;
    padding: 0;
    outline: none;
    color: #030303;
    display: inline-flex;
    align-items: center;
    position: relative;
    align-items: center;
    margin-left: 3.5rem;
    letter-spacing: -0.019rem;
}

.btn-chicken {
    height: 4.1rem;
    width: 3.8rem;
}

.btn-chicken svg {
    width: 100%;
    height: 100%;
    fill: #0E1C06;
    transition: all 0.35s;
}

@media (max-width: 991px) {
    .btn {
        font-size: 1.6rem;
        text-align: center;
    }
}

.btn:first-child {
    margin-left: 0 !important;
}

.btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-select select,
.btn.btn-select .btn-select__clear {
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.btn.btn-select select {
    border: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    padding-right: 2rem;
}

.btn.btn-select select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.btn.btn-select .btn-select__clear {
    cursor: pointer;
    display: none;
    color: #d3d3d3;
    margin-left: 1rem;
    text-transform: lowercase;
    transition: all 0.35s;
}

.btn.btn-select .btn-select__clear:hover {
    color: #74bc1f;
}

.btn.btn-select .btn__icon {
    position: relative;
    left: -2rem;
    transform: rotate(0deg);
}

.btn.btn-select.selected .btn__icon {
    display: none;
}

.btn.btn-select.selected .btn-select__clear {
    display: block;
}

.btn.btn-select.selected select {
    padding-right: 0;
    cursor: default;
}

@media (max-width: 991px) {
    .btn__text {
        text-align: center;
    }
}

.btn__text+.btn__icon {
    margin-left: 1rem;
}

.btn__icon {
    display: block;
    max-height: 4.1rem;
    max-width: 4.1rem;
    display: inline-flex;
    fill: currentColor;
    align-items: center;
    justify-content: center;
}

.btn__icon svg {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.btn__icon+.btn__text {
    margin-left: 1rem;
}

.btn-header.active:before {
    position: absolute;
    content: '';
    bottom: -1.9rem;
    left: calc(50% - 0.4rem);
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #030303;
    border-radius: 50%;
}

.btn.btn-link {
    background: transparent;
    border: 0;
    margin-left: 5rem;
    transition: all 0.35s;
    line-height: 1.1;
}

@media (max-width: 991px) {
    .btn.btn-link {
        line-height: 1.25;
    }
}

.btn.btn-link.btn-header:hover {
    color: #ffffff;
}

.btn.btn-link.btn-header:hover.active::before {
    background-color: #ffffff;
}

.btn.btn-link:hover {
    color: #74bc1f;
}

@media (max-width: 1240px) {
    .btn.btn-link {
        margin-left: 2rem;
    }
}

.btn.btn-link:after {
    content: '';
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
}

.btn.btn-link .btn__icon {
    width: 1.4rem;
    height: 0.8rem;
    transform: rotate(-90deg);
}

.btn.btn-primary {
    padding: 2.2rem 4.2rem;
    border-radius: 0.7rem;
    background-color: #74bc1f;
    transition: all 0.35s
}

.btn.btn-primary-disabled {
    padding: 2.2rem 4.2rem;
    border-radius: 0.7rem;
    background-color: #d3d3d3;
    transition: all 0.35s
}

@media (max-width: 991px) {
    .btn.btn-primary {
        padding: 1.8rem 2.8rem;
    }
}

.btn.btn-primary:hover {
    background-color: #030303;
    color: #ffffff;
}

.btn.btn-primary-disabled:hover {
    background-color: #d3d3d3;
    color: #ffffff;
}

.btn.btn-small {
    font-size: 1.5rem;
    position: relative;
}

.btn.btn-small.btn-link {
    padding: 0;
    margin-left: 2.5rem;
}

.btn.btn-small.btn-link:after {
    top: -0.3rem;
    left: -0.3rem;
    width: calc(100% + 0.6rem);
    height: calc(100% + 0.6rem);
}

.btn.btn-small .btn__icon {
    width: 1.1rem;
    height: 1.1rem;
}

.btn.btn-small .btn__icon+.btn__text {
    margin-left: 0.5rem;
}

.btn.btn-small .btn__text+.btn__icon {
    margin-left: 0.5rem;
}

.btn.btn-outline {
    border-radius: 0.7rem;
    padding: 0.7rem 1.5rem;
    border: solid 0.2rem #030303;
    transition: all 0.35s;
}

.btn.btn-outline__chicken {
    margin-left: 5rem;
}

.btn.btn-outline:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-outline:hover .btn-chicken svg {
    fill: #ffffff;
}

@media (max-width: 1240px) {
    .btn.btn-outline {
        margin-left: 2rem;
        padding-left: 1.5rem;
        min-height: 6rem;
    }

    .btn.btn-outline .btn__icon {
        display: none;
    }

    .btn.btn-outline .btn__text {
        margin-left: 0rem;
    }
}

@media (max-width: 991px) {
    .btn.btn-outline {
        min-height: 3.4rem;
        padding: 1rem 0.8rem;
        margin-left: 0rem;
    }
}

.btn-wrap .btn.btn-primary {
    padding: 2rem 4.2rem;
    text-align: center;
}


.title-h1 {
    font-family: 'ITCFranklinGothicStd-DmCp', serif;
    font-size: 11rem;
    line-height: 0.9;
    text-transform: uppercase;
    font-weight: normal;
}

.title-h1 span {
    color: #74bc1f;
}

@media (max-width: 1124px) {
    .title-h1 {
        font-size: 9.2rem;
    }
}

@media (max-width: 991px) {
    .title-h1 {
        font-size: 5.4rem;
    }
}

.title-h2 {
    font-family: ITCFranklinGothicStd-DmXCp, serif;
    font-size: 6.5rem;
    line-height: 0.9;
    font-weight: normal;
    text-transform: uppercase;
    color: black !important;
}

.title-h2 span {
    color: #74bc1f;
}

@media (max-width: 991px) {
    .title-h2 {
        font-size: 4.7rem;
    }
}

.title-h3 {
    font-family: ITCFranklinGothicStd-DmCp, serif;
    font-size: 3.2rem;
    font-weight: normal;
    font-stretch: normal;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .title-h3 {
        font-size: 2.4rem;
    }
}

.text-primary {
    color: #74bc1f;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

@media (min-width: 1922px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 10px;
    }
}

body {
    color: #030303;
    font-size: 1.6rem;
    font-family: ITCFranklinGothicStd-Med, serif;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.btn.btn-empty {
    padding: 2.2rem 4.2rem;
    border-radius: 0.7rem;
    background-color: transparent;
    border: 1px solid #030303;
    color: #030303;
    transition: all 0.35s;
}

.form-control__select {
    border: 0rem;
    padding: 0rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 6rem;
    border-radius: 0.8rem;
    background-color: #ffffff;
    padding: 1.2rem 2rem;
}

@media (max-width: 991px) {
    .form-control__select {
        height: 5rem;
    }
}

.form-control__select:focus-visible {
    outline: none;
}

.form-control__arrow {
    width: 1.4rem;
    height: 0.8rem;
    margin-left: 1rem;
    position: absolute;
    content: '';
    top: calc(50% - 0.4rem);
    right: 2.4rem;
}

.select-bg {
    background-image: url("../assets/arrow-for-accordion.svg");
    background-position: top 50% right 10px;
    background-repeat: no-repeat;
}

.locations {
    position: relative;
    min-height: 1100px;
    padding-top: 4rem;
    color: #ffffff;
}

.locations__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: auto;
    z-index: 10;
}

.locations__title {
    position: relative;
}

.locations-map {
    position: relative;
    display: flex;
    width: calc(100% - 8rem);
    height: 740px;
    background-color: #ffffff;
    align-items: flex-start;
    overflow: hidden;
}

@media (max-width: 991px) {
    .locations-map {
        width: 100%;
    }
}

.locations-map__menu {
    width: 60rem;
    height: 100%;
}

.locations-map__menu__head {
    height: 10rem;
    display: flex;
    align-items: center;
}

@media (max-width: 1280px) {
    .locations-map__menu__head {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        height: 7rem;
    }
}

.locations-map__menu__choose {
    height: 7.2rem;
    background-color: #eee;
    align-items: center;
    justify-content: space-between;
    padding-left: 3.5rem;
    padding-right: 1.7rem;
    display: none;
}

.locations-map__menu__choose--active {
    display: flex;
}

.locations-map__menu__choose .form-control__label,
.locations-map__menu__choose .form-control__select {
    color: #030303;
    margin-bottom: 0;
}

.locations-map__menu__choose .form-control__select {
    width: 28rem;
    height: 4.8rem;
    max-width: calc(100% - 12.5rem);
}

@media (max-width: 1280px) {
    .locations-map__menu__choose {
        padding-left: 1.5rem;
    }
}

@media (max-width: 1280px) {
    .locations-map__menu {
        width: 42rem;
    }
}

@media (max-width: 991px) {
    .locations-map__menu {
        width: 100%;
    }
}

.locations-map__frame {
    width: calc(100% - 46.9rem);
    height: 100%;
}

.locations-map__frame #map {
    width: 100%;
    height: 100%;
}

@media (max-width: 1280px) {
    .locations-map__frame {
        width: calc(100% - 42rem);
    }
}

@media (max-width: 991px) {
    .locations-map__frame {
        display: none;
    }
}

.locations-map .store__locations-list {
    height: 93%;
    background-color: #ffffff;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #d3d3d3 #fff;
}

.locations-map .store__locations-list::-webkit-scrollbar {
    width: 12px;
}

.locations-map .store__locations-list::-webkit-scrollbar-track {
    background: #fff;
}

.locations-map .store__locations-list::-webkit-scrollbar-thumb {
    background-color: #d3d3d3;
    border-radius: 20px;
    border: 3px solid #fff;
}

.locations-map__list {
    display: none;
}

.locations-map__list--active {
    display: block;
}

@media (max-width: 991px) {
    .locations-map {
        max-width: 100%;
        height: auto;
    }
}

.line-item-title {
    font-size: 1.8rem;
    letter-spacing: -0.023rem;
    font-family: ITCFranklinGothicStd-DmCd, serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.location-item {
    color: #030303;
    padding: 3rem 3.5rem 1.5rem;
}

.location-item:not(:last-of-type) {
    border-bottom: solid 2px #f4f4f4;
}

.location-item:last-of-type {
    padding-bottom: 30px;
}

.location-item__visible {
    cursor: pointer;
    position: relative;
}

.location-item__visible:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 8px;
    background-image: url("../assets/arrow-for-accordion.svg");
    background-repeat: no-repeat;
    top: 8px;
    right: 0;
    transition: transform 0.25s linear;
}

.location-item-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: ITCFranklinGothicStd-Book, serif;
    font-size: 1.4rem;
    letter-spacing: -0.18px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.location-item-order-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: ITCFranklinGothicStd-Book, serif;
    font-size: 1.4rem;
    letter-spacing: -0.18px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.opening-hours-container {
    display: flex;
}

.opening-hours-container .opening-hours {
    font-size: 1.8rem;
    display: block;
    font-family: ITCFranklinGothicStd-DmCd, serif;
    font-weight: 700;
    margin-top: -3px;
    color: #74bc1f;
    transition: color 0.25s linear;
}

.location-item__collapsed {
    height: 0;
    overflow: hidden;
    transition: height 0.25s linear;
}

.location-item.show-item {
    background-color: #eee;
}

.location-item.show-item .location-item__visible:after {
    transform: rotate(180deg);
}

.location-item.show-item .location-item__collapsed {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: auto;
}

.location-item.show-item .opening-hours {
    color: #030303;
}

.location-item-icon {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    margin-top: 2px;
}

.location-item-text {
    width: 90%;
}

.location-item-icon img {
    width: auto;
}

.location-item__buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.location-item__buttons .btn {
    width: calc(50% - 6px);
    margin: 0;
    padding: 1.35rem 2.2rem;
    justify-content: center;
}

.location-item .btn-pick-in-store {
    width: 100%;
    margin-left: 0;
    text-transform: none;
    justify-content: center;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    font-size: 16px;
    font-family: ITCFranklinGothicStd-DmCd, serif;
}


@media (max-width: 1280px) {
    .location-item .btn-pick-in-store {
        padding: 1rem 1.2rem;
        font-size: 14px;
    }
}

.location-item .btn-future-orders {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-transform: none;
    justify-content: center;
    background-image: url("../assets/arrow-left-white.svg");
    background-position: top 50% right 10%;
    background-repeat: no-repeat;
    background-color: #030303;
    padding: 2.1rem 4.2rem;
    color: #fff;
}

.location-item .btn-future-orders:hover {
    background-image: url("../assets/arrow-left-white.svg");
    background-color: #74bc1f;
}

@media (max-width: 1280px) {
    .location-item .btn-future-orders {
        padding: 1.5rem 4.2rem;
    }
}

.location-item__delivery {
    margin-top: 21px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.location-item__delivery .line-item-title {
    width: 100%;
}

.location-item__delivery .btn-black {
    background-color: #030303;
    height: 6rem;
    width: calc(33.33% - 5px);
    margin: 11px 0;
    padding: 2rem;
}

.location-item__delivery .btn-black:hover {
    background-color: #74bc1f;
}

@media (max-width: 991px) {
    .location-item__delivery .btn-black {
        padding: 1rem 2rem;
        max-width: 140px;
        height: 4rem;
    }
}

.location-item__delivery .btn-black img {
    width: auto;
    margin: auto;
}

@media (max-width: 1280px) {
    .location-item {
        padding: 2rem 3rem;
    }
}

#map {
    color: #030303;
}


.locations:after {
    background: rgba(0, 0, 0, 0.72);
}

@media (max-width: 991px) {
    .locations {
        padding-top: 3.6rem;
        min-height: fit-content;
    }
}

/* Filters */
.filter-section {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #030303;
    gap: 1rem;
    margin: auto;
    background-color: rgb(237, 237, 237);
    width: calc(100% - 8rem);
    height: 6rem;
}

@media (max-width: 991px) {
    .filter-section {
        width: 100%;
        background-color: rgb(227, 227, 227);
    }
}

.custom_radio {
    display: flex;
    gap: 2.6rem;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .custom_radio {
        gap: 0.8rem;
    }
}

.custom_radio input[type="radio"] {
    display: none;
}

.btn.btn-state + label {
    width: 11rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    color: #74bc1f;
    text-shadow: none;
    min-width: 0;
    font-size: 28px;
    text-transform: none;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    border: #74bc1f solid 1px;
    font-family: 'ITCFranklinGothicStd-DmCd', serif;
}

@media (max-width: 991px) {
    .btn.btn-state + label {
        font-size: 2.5rem;
        width: 10rem;
    }
}

input[type="radio"]:checked.btn.btn-state + label {
    background: #74bc1f;
    color: #000000;
}

.custom_filter {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom_filter a {
    font-family: ITCFranklinGothicStd-DmCp, serif;
    font-size: 1.8rem;
    line-height: 1.39;
    text-transform: uppercase;
    color: rgb(95, 95, 95);
    position: relative;
    display: inline-block;
    padding-left: 4rem;
    cursor: pointer;
    line-height: 1rem;
    transition: all 0.3s ease-in-out;
}

.custom_filter .filter_item:not(:last-child) {
    margin-right: 2.6rem;
}

.custom_filter .filter_item:before,
.custom_filter .filter_item:after {
    content: '';
    position: absolute;
    top: -1rem;
    left: 0;
    width: 3rem;
    height: 3rem;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.custom_filter .filter_item:before {
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.2rem #ffffff, inset 0 0 0 2rem #ffffff;
}

.custom_filter .selected:before {
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.8rem #ffffff, inset 0 0 0 2rem #74bc1f;
}

/* Location Features */
#feature_items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 1rem 0 0 0;
}

#feature_items li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    border: #030303 solid 1px;
}

.feature-icon {
    width: 20px;
    height: 20px;
}

/* Location order toggle section */
.locations-order-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 1rem 0;
    background-color: rgb(237, 237, 237);
    border-top: 1px solid rgb(225, 225, 225);
    border-bottom: 1px solid rgb(225, 225, 225);
    height: fit-content;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #74bc1f;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.locations-order-container .label {
    font-family: ITCFranklinGothicStd-DmCp, serif;
    font-size: 1.8rem;
    line-height: 1.39;
    text-transform: uppercase;
    color: rgb(95, 95, 95);
    display: inline-block;
    line-height: 1rem;
    transition: all 0.3s ease-in-out;
}

.no-results {
    font-family: ITCFranklinGothicStd-DmCp, serif;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: rgb(95, 95, 95);
    display: inline-block;
    text-align: center;
    margin: 2rem;
}

.no-results .btn {
    margin: 0;
}