
.headerDefault__reservationButton {
    -webkit-appearance: none;
    font-family: 'Barlow',sans-serif;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    height: 49px;
    color: #555;
    border: 2px solid #555;
    outline: 0;
    border-radius: 49px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    outline: 0;
    background-color: transparent;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 43px;
    transition: 200ms ease box-shadow;
    line-height: 39px;
    background-color: #ff0000;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    top: 7px;
    transition: .2s ease-in-out background-color;
}

.headerMobile__reservation-frame {
    background-color: #ff0000;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    transition: .2s ease-in-out background-color;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 8px;
}