.mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    display: none;
}

.mobile-bottom-menu .btn {
    flex: 1;
    border-radius: 0;
    padding: 10px;
}

@media (max-width: 768px) {
    .mobile-bottom-menu {
        display: flex;
    }
}
.icon24{
  height:24px;
}
.icon_logo{
  height: 24px;
  margin-left:20px;
  margin-right: 20px;
}
.clickable{
    cursor:pointer;
}
/****custom*****/
.bg-cardio{
    background-color:#005c68;
    color:#FFF;
}
.bg-cardio:hover{
    background-color:#007281;
    color:#003f4e;
}
.bg-cardio .disabled{
    background-color:#91b3b8;
    color:#6d9ba7;
}
.no-show{
    display:none;
}
.show{
    display: block;
}

.price_list_item{
    max-width: 200px;
    text-align: right;
    font-weight: bold;
}
