.booking-item {
    display: flex;
    box-shadow: 0 0 16px 5px rgba(0,0,0,0.05);
    padding: 25px 20px;
    align-items: center;
    margin-bottom: 20px;
    border-left: 4px solid #1E9CE9;
    transition: all 0.5s ease;
}
.booking-item:hover {
    background: rgb(10,102,51, 0.05);
    box-shadow: 0 0 16px 5px rgba(0,0,0,0.10);
}

.booking-item-btn {
    margin-left: auto;
}
.booking-item h3 {
    font-size: 17px;
}
.mb-3 {
    margin-bottom: 24px;
}


.calendar {
    display: flex;
    justify-content: space-between;
}
.calendar > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: center; 
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    transition: all 0.2s ease;
    margin: 0 4px;
}
.calendar > *:hover {
    background: #efefef;
    text-decoration: none;
}
.calendar > *.active {
    background: #1E9CE9;
    color: #fff;
}
.calendar-prev-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 32px;
    color: #aaa;
}
.calendar-prev-next:hover {
    background: none;
    color: #1E9CE9;
}
.calendar-number {
    font-size: 24px;
}
.calendar-current-date {
    width: 100%;
    text-align: center;
    font-size: 17px;
    margin-top: 40px;
}

.active, .active:hover {
    background-color: #1E9CE9 !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #1471ab !important;
    color: #fff !important;
}
.booking-item-btn a {
    color: #222 !important;
    text-decoration: none;
}


.btn-primary, a.btn-primary {
    background-color: #1E9CE9 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 300px !important;
    padding: .575rem 1.25rem;
}

.booking-service, .booking-item-store-info {
    font-size: 1rem;
}