#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-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    margin-bottom: 0;
}
#stores .phone-icon {
    width: 13.8px;
    height: 15px;
    object-fit: contain;
}
#stores .nocontent-icon {
    width: 171px;
    height: 181px;
    object-fit: contain;
}
.stores .map {
    width: 100%;
    height: 398px;
}
.stores .filter_stores_btn {
    height: 36px;
    width: fit-content;
    padding-inline: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    border-radius: 0;
    background: #ffffff;
    color: var(--color);
    border: 1px solid var(--color);
}
.stores .filter_stores_btn.active {
    background: var(--color);
    color: #ffffff;
}
.stores .card {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: none;
}
.stores .card .section-head {
    word-break: break-word;
    text-align: left;
    cursor: pointer;
}
.stores .card-text {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: var(--color);
    margin-bottom: 0.5rem;
}
.stores .distance {
    color: #00A611;
}
.stores .distance:not(:empty):before {
    content: '(';
}
.stores .distance:not(:empty):after {
    content: 'M)';
}
.stores a.card-text {
    display: block;
}
.stores .table-sm {
    margin-bottom: 0;
}
.stores .table-sm td {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #535053;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    vertical-align: text-top;
}
.stores .status {
    width: 87px;
    height: 24px;
    border-radius: 1.3px;
    border: none;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.stores .status.closed {
    background-color: #7b7b7b;
}
.stores .openat,
.stores .table-sm td.openat {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    margin-bottom: 0;
}
.stores .mappin-icon {
    width: 14px;
    height: 15.3px;
    object-fit: contain;
    margin-right: 0.5rem;
}
.stores .phone-icon {
    width: 13.3px;
    height: 13.3px;
    object-fit: contain;
    margin-right: 0.5rem;
}
.stores .store-hours {
    flex-wrap: wrap;
}
.stores .openat-title,
.stores .table-sm td.openat-title {
    font-size: 12px;
    line-height: 1.5;
}
#storeModal .openat-title {
    padding-left: 0.75rem;
}
.delivery-nav-icon,
.takeaway-nav-icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.stores .delivery-nav-icon,
.stores .takeaway-nav-icon {
    margin-top: -3px;
}
.single-store span.openat:after {
    content: ", ";
}
.single-store span.openat:last-child:after {
    display: none;
}
#modalMap.map {
    width: 100%;
    height: 161px;
    background-color: rgba(0, 0, 0, 0.1);
}
.stores .storeLink {
    width: 100%;
    height: 36px;
    border-radius: 0;
    border: none;
    background: var(--color);
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stores .carousel-indicators {
    top: 200px;
    bottom: unset;
}
.stores .carousel-indicators li {
    width: 8.4px;
    height: 8.6px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #fff;
}
.stores .carousel-inner {
    margin-bottom: 0.5rem;
}
.stores .carousel-item .shop-img {
    width: 100%;
    height: 226px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}
.single-store .schedule_dropdown .dropdown-toggle:after,
.stores .schedule_dropdown .dropdown-toggle:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}
.schedule_dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff;
}
.single-store .schedule_dropdown .dropdown-toggle:after {
    color: var(--color);
}
.stores .schedule_dropdown .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid var(--color);
}
.single-store .schedule_dropdown .dropdown-menu {
    background-color: #fff;
    width: 335px;
    border: 1px solid var(--color);
}
.schedule_dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #535053;
}
.single-store .card {
    border-radius: 0;
    background-color: #fff;
    border: none;
}
.single-store .card-body {
    padding: 0;
}
.single-store .card-title {
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.74;
    letter-spacing: normal;
    color: #2f322c;
    text-align: center;
}
.single-store .card-text {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2f2f2f;
}
.single-store .store-title {
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.74;
    letter-spacing: normal;
    color: #65a222;
}
.single-store .mappin-icon {
    width: 14px;
    height: 15.3px;
    object-fit: contain;
}
.single-store .phone-icon {
    width: 13.3px;
    height: 13.3px;
    object-fit: contain;
}
.single-store .time-icon {
    width: 13px;
    height: 13px;
    object-fit: contain;
}
.single-store .details-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.29;
    letter-spacing: normal;
    color: #535053;
    margin-bottom: 0;
}
.single-store .openat {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    margin-bottom: 0;
}
.single-store .links-container .storeLink {
    width: 335px;
    height: 40px;
    border-radius: 1.5px;
    font-size: 15.9px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-store .links-container .phoneLink {
    margin-left: 1rem;
}
.single-store .table td.icon-td {
    padding: 0;
    vertical-align: top;
    line-height: 1.7;
}
.single-store .table td.details-text {
    padding: 0 0.5rem !important;
    vertical-align: middle;
}
.single-store .map {
    width: 100%;
    height: 314px;
}
.single-store #singleStoreCarousel .carousel-item img {
    height: 441px;
    object-fit: cover;
}
.single-store #singleStoreCarousel .carousel-indicators li {
    width: 11.6px;
    height: 11.6px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fff;
}
.single-store .one_store_all_hours_btn,
.single-store .schedule_dropdown .dropdown-toggle {
    width: 335px;
    background: 0 0;
    border: 1px solid;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.29;
    letter-spacing: normal;
    color: #535053;
    position: relative;
}
.single-store .one_store_all_hours_btn .collapse-icon {
    position: absolute;
    right: 10px;
    top: 13px;
}
.single-store .one_store_all_hours_btn[aria-expanded="true"] .collapse-icon {
    transform: rotate(180deg);
    transition: all 0.5s;
}
.single-store .table-sm {
    width: 335px;
}
.single-store .table-sm td {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.2;
    letter-spacing: normal;
    color: #535053;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 750px) {
    .stores .store-col {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (max-width: 1439px) {
    .stores .status {
        width: 72.2px;
    }
    .main-modal .modal-dialog.modal-login .form-container.stores {
        width: 430px;
    }
    .stores .col-xl-5:nth-child(3n + 2) .card {
        margin-right: auto;
    }
    .stores .col-xl-5:nth-child(3n + 4) .card {
        margin-left: auto;
    }
}
@media (max-width: 1199px) {
    .main-modal .modal-dialog.modal-login .form-container.stores {
        width: 465px;
    }
    .single-store .one_store_all_hours_btn,
    .single-store .schedule_dropdown .dropdown-menu,
    .single-store .schedule_dropdown .dropdown-toggle,
    .single-store .table-sm {
        width: 300px;
    }
    .stores .col-xl-5 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .stores .col-xl-5:nth-child(3n + 2) .card {
        margin-right: unset;
    }
    .stores .col-xl-5:nth-child(3n + 4) .card {
        margin-left: unset;
    }
    .stores .card .section-head {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 969px) {
    .stores .status {
        width: 89.7px;
    }
    #storeModal.main-modal .modal-dialog.modal-login {
        width: 583px;
    }
    .main-modal .modal-dialog.modal-login .form-container.stores {
        width: 490px;
    }
    .single-store .one_store_all_hours_btn,
    .single-store .schedule_dropdown .dropdown-menu,
    .single-store .schedule_dropdown .dropdown-toggle,
    .single-store .table-sm {
        width: 265px;
    }
}
@media (max-width: 749px) {
    .stores .map {
        width: 459.4px;
        margin: auto;
    }
    .stores .col-xl-5 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .stores .col-xl-5:nth-child(3n + 2) .card {
        margin-right: auto;
    }
    .row .col-xl-5:nth-child(3n + 4) .card {
        margin-left: auto;
    }
    .stores .status {
        width: 117.1px;
    }
    #storeModal.main-modal .modal-dialog.modal-login {
        width: 460px;
    }
    .main-modal .modal-dialog.modal-login .form-container.stores {
        width: 380px;
    }
    .single-store .links-container .storeLink {
        width: 100%;
    }
    .single-store .one_store_all_hours_btn,
    .single-store .schedule_dropdown .dropdown-menu,
    .single-store .schedule_dropdown .dropdown-toggle,
    .single-store .table-sm {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .stores .map {
        width: calc(100% - 20px);
    }
    .stores .status {
        width: 72.2px;
    }
    .single-store .links-container,
    .stores .links-container {
        flex-direction: column;
    }
    .stores .links-container .storeLink:first-child {
        margin-bottom: 0.75rem;
    }
    #storeModal.main-modal .modal-dialog.modal-login {
        width: 90%;
    }
    .main-modal .modal-dialog.modal-login .form-container.stores {
        width: 90%;
    }
    .single-store .links-container .storeLink {
        width: 100%;
    }
    .single-store .links-container .phoneLink {
        margin-left: 0;
        margin-top: 1rem;
    }
}
