.store_title {
    width: 70%;
}

.store_header {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
    .appointment_dropin {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: blueviolet;
    color: white;
    max-width: 85px;
    width: 30%;
    height: 25px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 20px;
    align-content: center;
}
    
.appointment_tidsbokning {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: deeppink;
    color: white;
    max-width: 110px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 20px;
}

.wpsl-open-hours-toggle {
    color: #286fb4;
    cursor: pointer;
}

.wpsl-open-hours {
    margin-bottom: 15px;
    margin-top: 15px;
}