#dbp-shops {
    display: flex;
    align-items: stretch !important;
    overflow: hidden;
    flex-flow: row wrap;
}

#dbp-shops h1 {
    font-size: var(--font-size-xl) !important;
}

@media screen and (min-width: 1420px) {
    #dbp-shops h1 {
        padding-right: 2em;
    }
}

#dbp-shops #shops {
    max-height: 671px;
    overflow-y: scroll;
}

@media screen and (min-width: 550px) {
    #dbp-shops #shops {
        min-height: 671px;
    }
}

#dbp-shops #shops::-webkit-scrollbar {
    width: 18px;
}

/* Track */
#dbp-shops #shops::-webkit-scrollbar-track {
    border-radius: 4px;
    padding-top: 4px;
    background: var(--white);
}

/* Handle */
#dbp-shops #shops::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #d9d9d9;
    border: 4px solid var(--white);
    background-clip: padding-box;
}
/*
#dbp-shops .pickup-stations-left .col-header {
    padding: 1.5em 1em .5em 1em !important;
}

#dbp-shops .pickup-stations-left .col-inner {
    padding: 0 .3em .3em 0;
}*/

#map {
    height: 70vh;
}

@media screen and (min-width: 550px) {
    #map {
        height: 671px;
    }
}

#dbp-shops .dbp-shop {
    padding: 1em;
    display: flex;
    align-items: baseline;
    flex-flow: row wrap;
    justify-content: space-between;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 2px;
    /*height: 129px;*/
    position: relative;
    align-items: center;
    width: 100%;
}

#dbp-shops select option:checked,
#dbp-shops select option:hover {
    box-shadow: 0 0 10px 100px var(--primary-color) inset !important;
    background-color: var(--primary-color) !important;
    color: #fff;
}

.adt_shops-category-filter + .adt_shops-category-filter {
    margin-left: 1em;
}

#dbp-shops .dbp-shop .buttons {
    /*position: absolute;*/
    /*right: 1em;*/
    display: flex;
    flex-flow: column;
    opacity: 0;
    transition: .3s ease;
    width: 130px;
}

#dbp-shops .dbp-shop .buttons a.button {
    color: var(--primary-color) !important;
    margin-right: 0;
}

#dbp-shops .dbp-shop .buttons a.button.is-outline {
    color: #fff !important;
}

#dbp-shops .dbp-shop .buttons a.button.is-outline:hover {
    color: var(--primary-color) !important;
}

#dbp-shops .dbp-shop .buttons a.button:last-child {
    margin-bottom: 0;
}

#dbp-shops .dbp-shop.show .buttons,
#dbp-shops .dbp-shop:hover .buttons {
    opacity: 1;
    transition: .3s ease;
}

#dbp-shops .dbp-shop.show,
#dbp-shops .dbp-shop:hover {
    background-color: var(--primary-color);
    color: #fff;
}

#dbp-shops .dbp-shop {
    border-bottom: 1px solid #E8E8E8;
}

#dbp-shops .dbp-shop:first-child {
    border-top: 1px solid #E8E8E8;
}

#dbp-shops .dbp-shop .shop__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    line-height: 24px;
    flex: 1;
    padding-right: 0.5em;
}

#dbp-shops .dbp-shop .shop__info > div {
    display: flex;
    flex-direction: column;
    row-gap: .4em;
}

#dbp-shops .dbp-shop .shop__info .shop__info__title {
    font-weight: 600;
}

#dbp-shops.accordion-inner {
    padding:0;
    max-height: 500px;
    overflow-y: scroll;
}

#dbp-shops.accordion-inner::-webkit-scrollbar {
    width: 18px;
}
#dbp-shops.accordion-inner::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #d9d9d9;
    border: 4px solid var(--white);
    background-clip: padding-box;
    min-height: 50px;
}

#dbp-shops.accordion-inner::-webkit-scrollbar-track {
    border-radius: 4px;
    padding-top: 4px;
    background: var(--white);
}

.shops-filter,
.shops-filter li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: var(--font-size-sm);
}

.shops-filter li {
    display: inline-block;
}

.shops-filter input[type="checkbox"] {
    display: none;
}

.shops-filter label {
    padding: 1em;
    border: 2px solid;
    cursor: pointer;
    display: block !important;
    margin-bottom: 0;

}

#dbp-shops .shops-filter {
    display: flex;
    flex-direction: column;
    column-gap: 1em;
}

@media screen and (min-width: 1420px) {
    #dbp-shops .shops-filter {
        flex-direction: row;
    }
}

#dbp-shops .shops-filter label {
    font-weight: var(--font-weight-medium);
}

@media screen and (min-width: 1420px) {
    #dbp-shops .shops-filter li:last-child {
        flex: 1;
        text-align: right;
    }
}

#dbp-shops .shops-filter input[type="checkbox"]:checked,
#dbp-shops .shops-filter input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#dbp-shops .shops-filter input[type="checkbox"]:checked + label,
#dbp-shops .shops-filter input[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--black);
}

#dbp-shops .shops-filter input[type="checkbox"]:checked + label:before,
#dbp-shops .shops-filter input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 2px solid #222;
    background: var(--white);
}

#dbp-shops .shops-filter input[type="checkbox"]:checked + label:after,
#dbp-shops .shops-filter input[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    position: absolute;
    top: 3px;
    left: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#dbp-shops .shops-filter input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#dbp-shops .shops-filter input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#map label {
    display: initial;
}

/*#map .gm-style-mtc + .gm-style-mtc button {
    border-radius: 0 !important;
}*/

#map .gm-style-mtc button {
    border-radius: 0 !important;
}

#map .gm-style-mtc:first-child button {
    border-radius: 2px 0 0 2px !important;
}

#map .gm-style-mtc:last-child button {
    border-radius: 0 2px 2px 0!important;
}


/* SEARCH */
#shop-search {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
}

#shop-search input[type="text"] {
    padding-left: 4em !important;
}

#shop-search > i {
    position: absolute;
    top: 35%;
    left: 1.5em;
    transform: scale(1.5);
    color: var(--black);
}

#shop-search button {
    margin: 0;
    width: 220px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 2px 2px 0 !important;
}

#shop-search button i {
    filter: brightness(0);
    transform: scale(1.8);
}

.cities .cities-list {
    max-height: 0px;
    height: 0;
    padding: 0;
    overflow: hidden;
    /*transition: height .3s ease-in-out;*/
}

.cities .cities-list.show {
    max-height: unset;
    height: 100%;
    /*transition: height .3s ease-in-out;*/
}


#shop-map-container {
    position: relative;
}

#shop-search .icon-map-pin-fill {
    left: unset;
    right: 190px;
    z-index: 1;
}

@media only screen and (max-width: 53.125em) {
    #shop-search input[type="submit"] {
        color: transparent !important;
        width: 65px !important;
        padding: 0 !important;
    }

    #shop-search .icon-map-pin-fill {
        right: 28px;
    }
}