/*Start Scroll to top styles*/
#br_back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    text-decoration: none;
    background: #183D3D;
    color: #fff;
    transition: all .8s;
}

#br_back2Top:hover {
    transform: translateY(-5px);
}

@media screen and (max-width: 1024px) {
    #br_back2Top {
        bottom: 79px;
    }
}

/*End Scroll to top styles*/

/*Start chef suggestions styles*/
.suggested-item-container {
    justify-content: space-between !important;
    height: 507px !important;
    margin-right: auto;
    margin-left: auto;
}
.off-glide-slides{
    height:395px;
}
.off-item-name {
    min-height:54px;
}
.off-background-image {
    height: 283px!important;
    border-radius: 33px!important;
}
.todays-off-container .glide__arrow {
    bottom: 109px!important;
}


@media screen and (max-width: 1024px) {
    .suggested-item-container {
        height: 480px !important;
    }
}

@media screen and (max-width: 768px) {
    .suggested-item-container {
        height: 406px !important;
    }
}

/*End chef suggestions styles*/

