.ovni-not-found {
    padding: 60px;
    display: block;
    margin: 0 auto;
}
.no-stores {
    padding-top: 100px;
}
.no-stores span {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
}
.header-list {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    padding: 0 0 14px 0;
    background-color: #fff;
}
.header-list-custom {
    width: 100%;
    background-position-y: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-list-body {
    position: relative;
}
.header-list-logo-canvas {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 10px;
    background: #ffffff;
}
.header-list-logo {
    text-align: center;
    position: absolute;
    border-bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.header-list-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 14px 0;
}
.switch-type {
    list-style-type: none;
    width: 300px;
    margin: 0 auto;
    padding: 0;
    height: 38px;
    border-radius: 19px;
    background-color: #efefef;
    display: grid;
    grid-template-areas: "delivery takeout";
    position: relative;
    color: #777777;
    cursor: pointer;
}
.switch-type .switch-item {
    padding: 9px 0;
    align-self: center;
    justify-self: center;
    z-index: 2;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
.switch-type .delivery {
    grid-area: delivery;
}
.switch-type .takeout {
    grid-area: takeout;
}
.switch-type .active {
     color: #ffffff;
 }
.switch-type .switch-item span,
.switch-type .switch-item i {
    display: inline-block;
    vertical-align: middle;
}
.switch-type .switch-item i {
    margin-right: 5px;
    font-size: 20px;
}
.switch-slider {
    width: 50%;
    position: absolute;
    bottom: 0;
    height: 100%;
    border-radius: 19px;
    transition: all .25s;
}
.switch-type .switch-item:first-child.active ~ .switch-slider {
    left: 0;
}
.switch-type .switch-item:nth-child(2).active ~ .switch-slider {
    left: 50%;
}
.header-list-location {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 14px;
}
.header-list-location span {
    max-width: 360px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin: 0 6px;
}
.header-list-location i {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
}
.header-list-location .icon-edit {
    color: #777777;
}
.header-list-location .location-street {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px;
    display: inline-block;
    vertical-align: middle;
}
.header-list-location .location-number {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .header-list-custom {
        height: 89px;
    }

    .header-list-logo {
        text-align: center;
        bottom: 0;
    }

    .header-list-logo img {
        width: 55px;
        border-radius: 6px;
    }
    .store-list li {
        width: 100%;
    }
    .store-card-promotion-web {
        display: none;
    }
    .store-visited-card.store-visited-card {
        width: 260px;
    }
    .store-visited-card.store-visited-card.store-visited-card .name {
        max-width: 200px;
    }
    .store-visited-card-list.store-visited-card-list {
        width: 928px;
    }
    .store-visited-navRight,
    .store-visited-navLeft {
        display: none;
    }
}
@media (min-width: 769px) {
    .store-list li {
        width: 49.8%;
    }
    .switch-type {
        margin-top: 22px;
    }
    .header-list-title {
        display: none;
    }
    .header-list-custom {
        height: 90px;
    }
    .header-list-logo {
        bottom: 0;
    }
    .header-list-logo img {
        width: 72px;
        border-radius: 6px;
    }
    .header-list-location {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .box-store-link {
        height: 125px;
    }
    .store-card-promotion {
        display: none;
    }
    .store-card-inner.store-card-inner {
        grid-template-columns: 101px 1fr;
    }
    .store-card-inner.store-card-inner img {
        width: 88px;
    }
    .store-card-description.store-card-description.store-card-description {
        align-self: unset;
    }
    .store-visited-card.store-visited-card.store-visited-card {
        width: 277px;
    }
}
.store-list {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.store-list li {
    transition: all 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
}
.store-list li:nth-child(odd) {
    margin-left: 0;
}
.store-list li:nth-child(even) {
    float: right;
    margin-right: 0;
}
.box-store-link {
    text-decoration: none;
    color: #31434a;
    display: block;
    background-color: #fff;
    margin: 6px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    #max-height: 162px;
    #max-width: 343px;
}
.stores-last-visited,
.stores-title {
    text-align: left;
    padding: 30px 16px 8px 16px;
    font-weight: bold;
}

.store-card-inner {
    display: grid;
    grid-template-columns: 74px 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "image description";
    padding: 16px;
}
.store-card-inner img {
    grid-area: image;
    border-radius: 4px;
    width: 60px;
    height: auto;
    align-self: center;
}
.store-card-inner .store-card-description {
    grid-area: description;
    text-align: left;
    font-size: 13px;
    align-self: center;
    justify-self: left;
}
.store-card-description .open {
    color: #437607;
}
.store-card-description .closed {
    color: #CF0A2C;
}
.store-card-name {
    font-size: 16px;
    font-weight: bold;
}
.store-card-details {
    margin: 5px 0;
}
.store-card-details i {
    font-size: 5px;
    vertical-align: middle;
    margin: 0 3px;
}
.store-card-details span {
    display: inline-block;
    vertical-align: middle;
}
.store-card-promotion-web,
.store-card-promotion {
    font-size: 13px;
    border-top: 1px solid #efefef;
    padding: 14px;
    text-align: left;
}
.store-card-promotion-web {
    border-top: unset;
    padding: 8px 0 0 0;
}
.store-card-promotion-web span,
.store-card-promotion-web i,
.store-card-promotion span,
.store-card-promotion i {
    display: inline-block;
    vertical-align: middle;
}
.store-card-promotion-web i,
.store-card-promotion i {
    font-size: 20px;
}
.store-card-promotion-web span,
.store-card-promotion span {
    max-width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.truncate {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.popular-restaurants {
    margin: 15px;
    display: block;
}

.box-stores-visited {
    overflow-x: auto;
    position: relative;
}
.box-stores-visited::-webkit-scrollbar {
    height: 5px;
}
.box-stores-visited::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

.box-stores-visited::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.store-visited-card-list {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    width: 928px;
}
.store-visited-card-list .store-visited-card-canvas {
    display: inline-block;
    vertical-align: middle;
}
.store-visited-card-canvas + .store-visited-card-canvas {
    margin-left: 16px;
}
.store-visited-card-canvas a {
    text-decoration: none;
}
.box-stores-visited .store-visited-card {
    text-align: left;
    padding: 18px;
    background-color: #ffffff;
    width: 260px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.store-visited-card img {
    width: 38px;
    height: auto;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.store-visited-card .description {
    display: inline-block;
    vertical-align: middle;
    color: #31434a;
}
.store-visited-card .description .name {
    font-size: 16px;
    font-weight: bold;
    max-width: 224px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.store-visited-card .description .business-hours {
    font-size: 13px;
    margin-top: 4px;
}
.store-visited-card .description .business-hours.open {
    color: #437607;
}
.store-visited-card .description .business-hours.closed {
    color: #CF0A2C;
}

.box-store-navigation {
    position: relative;
    padding: 10px;
}
.store-visited-navRight,
.store-visited-navLeft {
    position: absolute;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    color: white;
    z-index: 2;
    text-align: center;
    top: 39.5px;
    cursor: pointer;
}
.store-visited-navLeft i {
    margin: 1px 0 0 0;
}
.store-visited-navLeft {
    left: 0;
}
.store-visited-navRight {
    right: 0;
}
.store-visited-navRight i {
    margin: 1px 0 0 2px;
}
