.page-template-page-store-php {
    background-color: #F8F9F9;
}
.store_list{
    margin-top: 40px;
    margin-bottom: 40px;
}
.store_list__header .heading {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px;    
    line-height: 1.1;
    letter-spacing: 0.5px;
    color: #272C32;
    margin-top: 0;
    margin-bottom: 41px;
}
.store_list__header .search_share_loc {
    display: flex;
    margin-bottom: 34px;
    gap: 40px;
}
.store_list__header .search_field {
    position: relative;
    width: 100%;
}
.store_list__header .search_field .input_text {
    padding-left: 50px;
    padding-right: 140px;
    height: 48px;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    width: 100%;
    color: #272C32;

    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 1.2;
}
.store_list__header .search_field .input_text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #BDBDBD;
}
.store_list__header .search_field .input_text::-moz-placeholder { /* Firefox 19+ */
    color: #BDBDBD;
}
.store_list__header .search_field .input_text:-ms-input-placeholder { /* IE 10+ */
    color: #BDBDBD;
}
.store_list__header .search_field .input_text:-moz-placeholder { /* Firefox 18- */
    color: #BDBDBD;
}
.store_list__header .search_field .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
}
.store_list__header .search_field .search_btn {    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 04px;
    height: 40px;
    width: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 none;
    background-color: #C03731;
    box-shadow: none ;
    border-radius: 2px;

    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 0;
}
.store_list__header .search_field .search_btn:hover {
    opacity: 0.8;
}
.store_list__header .share_loc {
    width: 270px;
    min-width: 270px;
}
.store_list__header .share_loc button {
    background-color: #FFF;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    width: 100%;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.24px;
    color: #121212;
}

.store_list__header .count_view_mode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E0E0E0;
    padding-top: 30px;
}
.store_list__header .count_view_mode .result_count {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #272C32;
}
.store_list__header .count_view_mode .view_mode {
    order: 1;
}
.store_list__header .view_mode_wrap {
    display: flex;
    border: 3px solid #D9D9D9;
    border-radius: 25px;
    background-color: #D9D9D9;
}
.store_list__header .view_mode_wrap .mode {
    height: 41px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    gap: 7px;
    position: relative;
}
.store_list__header .view_mode_wrap .mode.active {
    background-color: #FFF;
}
.store_list__header .view_mode_wrap input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
}
.store_list__header .view_mode_wrap svg {
    color: #8F8F8F;
}
.store_list__header .view_mode_wrap label {
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #9B9A9A;
    cursor: pointer;
}
.store_list__header .view_mode_wrap label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.store_list__header .view_mode_wrap .active svg{
    color: #C03731;
}
.store_list__header .view_mode_wrap .active label{
    color: #000000;
}

.store_list__post_list {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px
}
.store_list__post_list_group {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 24px;
    order: var(--group_order);
}
.store_list__post_list_group .store_list__post_item_title {
    order: 0;
}
.store_list__post_item_title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #272C32;
    margin-top: 42px;
    margin-bottom: 8px;
}
.store_list__post_list_group .store_list__post_item {
    order: var(--order);
}
.store_list__post_item {
    margin-bottom: 0;
    background-color: #FFF;
    padding: 26px 36px;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    order: var(--order);
}
.store_list__post_item .details {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 30px;
}
.store_list__post_item .buttons {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}



.store_list__post_item .title_distance {
    display: flex;
    gap: 16px;
    align-items: baseline;
}
.store_list__post_item .title {
    margin-top: 0;
    margin-bottom: 0;
    color: #272C32;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0.5px;
    min-width: 130px;
}
.store_list__post_item .distance {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #272C32;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.5px;
    min-width: 130px;
}
.store_list__post_item .address {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #2F80ED;
    text-decoration: underline;
    margin-bottom: 8px;
    display: inline-block;
    outline: none;
}

.store_list__post_item .buttons a {
    color: #272C32;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    line-height: 21px;
    letter-spacing: 0.5px;
    padding: 13px;
    border-radius: 4px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    transition: all ease 0.5s;
    text-decoration: none;
    text-align: center;
}

.store_list__post_item .buttons a:hover {
    border: 1px solid #B3251E;
    background-color: #B3251E;
    color: #FFFFFF;
    text-decoration: none;
}

.store_list__post_item .buttons a.btn_red {
    border: 1px solid #C03731;
    background-color: #C03731;
    color: #FFFFFF;
}
.store_list__post_item .buttons a.btn_red:hover {
    background-color: #B3251E;
}
/* .store_list__post_item .buttons a.btn_red:hover {
    border: 1px solid #D2D2D2;
    background: #FFF;
    color: #272C32;
} */


.store_list__post_item .hours {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #272C32;
}
.store_list__post_item .tag_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.store_list__post_item .tag_list li {
    background-color: #627D9333;
    border: 1px solid #C6DCEF;
    border-radius: 4px;
    padding: 4px 10px;
    color: #214A6B;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0.5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.store_list__post_map {
    margin: 32px 0;
}

.store_list__post_map .gm-style .gm-style-iw-c {
    width: 100% !important;
    max-width: 1040px !important;
    padding: 15px 15px 0 !important;
    background-color: transparent;
    box-shadow: none;
}

.store_list__post_map .gm-style-iw-chr {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
}

.store_list__post_map .gm-style-iw-chr .gm-style-iw-ch {
    display: none;
}

.store_list__post_map .gm-style-iw-chr button {
    width: 24px !important;
    height: 24px !important;
}

.store_list__post_map .gm-style-iw-chr button span {
    margin: 0 !important;
}

.store_list__post_map .gm-style .gm-style-iw-d {
    overflow: inherit !important;
}

.store_list__post_map .gm-style .gm-style-iw-d .store_list__post_item {
    border: none;
}

@media (max-width: 1199px) {
    .store_list__post_map .gm-style .gm-style-iw-c {
        max-width: 992px !important;
    }
}


@media (max-width: 991px) {
    .store_list__post_item {
        gap: 41px;
    }
    .store_list__post_item .details {
        width: 100%;
        padding-right: 0;
    }
    .store_list__post_item .buttons {
        width: 100%;
        justify-content: flex-start;
    }
    .store_list__post_item .title_distance {
        flex-wrap: wrap;
    }
     .store_list__post_map .gm-style .gm-style-iw-c {
        max-width: 100vw!important;
    }
}

@media (max-width: 767px) {
    .store_list__header .heading {
            font-size: 24px;
        margin-bottom: 30px;
    }
    .store_list__header .search_share_loc {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 24px;
    }
    .store_list__header .share_loc {
        width: 100%;
        min-width: 100%;
    }
    .store_list__post_item {
        padding: 30px 16px;
    }
    .store_list__post_item .buttons a {
        width: calc(50% - 4px);
    }
    .store_list__header .count_view_mode {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        gap: 25px;
        padding-top: 26px;
    }
    .store_list__header .count_view_mode .result_count {
        order: 2;
    }
}

@media (max-width: 375px) {
    .store_list__post_item .buttons a {
        width: 100%;
    }
}