.menu-scroll{
    max-height: 86vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.ourProducts-swiper .swiper-pagination{
    bottom: 0;
}

.button-float{
    display: none;
    bottom: 90px;
    width: 250px;
}

.button-float-button__text{
    position: absolute;
    right: 100px;
}

.button-float-button {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 10;
}

.button-float-box{
   padding-bottom: 0; 
   width: 250px;
}

.button-float-button__circle {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .button-float, .button-float-box {
        width: 310px;
    }
}

@media screen and (max-width: 360px) {
    .button-float, .button-float-box {
        width: 230px;
    }
    .button-float-button__text.open{
        width: 175px;
    }
    .button-float-button__text{
        padding: 8px 14px;
    }
}