.home-header-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.home-top {
    padding-top: 5px;
}
.user-checkin {
    gap: 10px;
}
.user-checkin-item {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    padding: 10px;
    border-radius: 10px;
    background: #F5F3EE;
}
.user-checkin-item span {
    display: block;
    color: var(--alter-color);
}
.home-widgets {
    gap: 10px;
    margin-top: 15px;
}
.home-widget-item {
    position: relative;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    border-radius: 10px;
    padding: 10px;
    height: 80px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}
.home-widget-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 0;
}
.home-widget-item-content {
    position: relative;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    color: #fff;    
    z-index: 1;
}
.home-widget-item-content div {    
    font-size: 1.5rem;
    font-weight: 600;    
}
.home-widget-item-content span {
    font-size: 0.75rem;
    line-height: 1;
}
.animation-slide {
    position: relative;
    height: auto;
    background: var(--theme-color) !important;
    border-radius: 10px;
    overflow: hidden;
}
.animation-slide.past {
    background: #ababab !important;
    display: none;
}
.main-animations-empty {
    background: #f5f3ee;
    padding: 10px 25px;
    border-radius: 10px;
}
/*.animation-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.95));
    z-index: 0;
}*/
.animation-slide-info {
    position: relative;
    height: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px;
    font-size: 13px;
    color: #fff;
    z-index: 1;
}
.animation-slide-desc {
    font-weight: 300;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 8px;
}
.animation-slide-location {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
    margin-top: auto;
    font-weight: 300;
}
.animation-slide-location .flex {    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.menu-slide {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.menu-slide-img {
    position: relative;
    height: 155px;
}
.menu-slide-img .fav-btn {
    position: absolute;
    top: 4px;
    left: 4px;
}
.menu-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.menu-slide-info {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    background: #fff;
    padding: 10px;
}
.menu-slide-info h4 a {
    text-decoration: none;
}
.menu-slide-desc {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 15px;
}
.menu-slide-actions {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;    
    margin-top: auto;
}
.menu-slide-price {
    font-weight: 600;
    color: var(--theme-color);
}
.home-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.home-link {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    width: calc((100% - 15px) / 2);    
    height: 160px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.home-link:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.95));
    z-index: 0;
}
.home-link-content {
    position: relative;
    height: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    color: #fff;
    padding: 15px 10px;
}
.home-link-title {
    font-weight: 600;
    font-size: 16px;
}