header {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
}
#map-shop {
    width: 100%;
    height: 800px;
    overflow-anchor: none;
    border-radius: var(--radius-small);
}
.stores-wrapper .card {
    background: #FFFFFF;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.12);
    border-radius: var(--radius-big);
    border: none;
}
.stores-wrapper #storeAccordion .card {
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #DDDDDD;
}
.stores-wrapper #storeAccordion {
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.12);
    border-radius: 38px;
    max-height: 800px;
    overflow-y: auto;
}
.stores-wrapper #storeAccordion::-webkit-scrollbar-track {
    margin-top: 20px;
    margin-bottom: 20px;
}
.stores-wrapper #storeAccordion .card:first-child {
    border-radius: var(--radius-big) var(--radius-big) 0 0;
}
.stores-wrapper #storeAccordion .card:last-child {
    border-radius: 0 0 var(--radius-big) var(--radius-big);
    border-bottom: none;
}
.stores-wrapper #storeAccordion  .card[aria-expanded="true"] {
    background: #F5F5F5;
}
.stores-wrapper #storeAccordion .store_collapse.collapse.show > .row {
    position: relative;
}
.stores-wrapper #storeAccordion .store_collapse.collapse.show > .row:has(.all_hours_btn[aria-expanded="true"])::before {
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}
.stores-wrapper .card-body {
    padding: 1rem;
}
.stores-wrapper .card-img-top {
    width: 100%;
    height: auto;
    border-radius: var(--radius-small);
    margin-bottom: 0.75rem;
}
.stores-wrapper .store-details {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
.stores-wrapper #storeAccordion .store-details {
    border: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.stores-wrapper .card-title {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: var(--font-color);
    margin-bottom: 0;
}
.stores-wrapper .card-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--font-color);
    margin-top: 0.5rem;
}
.stores-wrapper .title-col {
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
}
.stores-wrapper .status {
    width: auto;
    height: 30px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.stores-wrapper .status.open {
    background: #8DC63F;
}
.stores-wrapper .status.closed {
    background: #525252;
}
.stores-wrapper .store-details .table td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    vertical-align: middle;
}
.stores-wrapper .schedule_collapse .table td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: var(--font-color);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.stores-wrapper .schedule_toggle_row {
    margin-left: -5px;
    margin-right: -5px;
}
.stores-wrapper .schedule_toggle_row .col-auto {
    padding-left: 5px;
    padding-right: 5px;
}
.stores-wrapper .schedule_collapse .table tr td:last-child {
    font-family: var(--bold-font);
    font-weight: 400;
}
.stores-wrapper .schedule_collapse .table tr td.td-label {
    font-size: 16px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: var(--bold-font);
    font-weight: 400;
}
.stores-wrapper .icon-td {
    padding-left: 0;
    padding-right: 0;
    width: 35px;
}
.stores-wrapper .store-details .details-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: var(--font-color);
}
.stores-wrapper .store-details .details-text .openat {
    font-family: var(--bold-font);
    font-weight: 400;
}
.stores-wrapper .icon-oval svg {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.stores-wrapper .icon-oval svg path {
    fill: #ffffff;
}
.stores-wrapper .all_hours_btn {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #525252;
    color: #525252;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    border-radius: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: none;
}
.stores-wrapper .all_hours_btn[aria-expanded="true"] {
    background: #525252;
    color: #ffffff;
}
.stores-wrapper .all_hours_btn svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.stores-wrapper .all_hours_btn svg path {
    fill: #525252;
}
.all_hours_btn[aria-expanded="true"] svg path {
    fill: #ffffff;
}
.stores-wrapper .storeLink {
    width: 100%;
    height: 50px;
    border-radius: var(--radius-big);
    background: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}
.stores-wrapper .storeLink svg {
    width: 17px;
    height: 17px;
    object-fit: contain;
}
.stores-wrapper .storeLink svg path {
    fill: #ffffff;
}
#stores .nocontent-wrapper {
    width: 100%;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#stores .nocontent-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    margin: 2rem auto 0;
}
#stores .phone-link {
    font-size: 14px;
    font-family: var(--bold-font);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    margin-bottom: 0;
}
#stores .nocontent-icon {
    width: 171px;
    height: 181px;
    object-fit: contain;
}
.status-col{
    display: block;
    margin-left: auto;
}
#stores select.form-control {
    border-radius: var(--radius-big);
    padding-left: 22px;
}
#stores select.form-control:focus {
    border-color: #dddddd;
}
#stores .label-content {
    font-style: normal;
    font-family: var(--bold-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    color: #666;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: -5px;
    left: 28px;
    z-index: 1;
    margin-bottom: 0;
}
#stores .arrow_label {
    position: absolute;
    top:0;
    bottom: 0;
    right: 15px;
    margin: auto;
    display: flex;
    align-items: center;
    pointer-events: none;
}