#reserve-btn .otw-bare-bones{
    margin: 20px auto 10px;
}


#reserve-btn .selectric .button {
    top: 27px !important;
}

.otw-button-wrap {
    text-align: center;
}

.otw-widget-form-wrap input:not([type="range"]) {
    background: none;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px 30px;
}

.otw-submit:hover {
    cursor: pointer;
}

.open-table-widget-datepicker {
    z-index: 9999 !important;
}

.otw-widget-title {
    text-align: center;
}

#reserve-btn .otw-wrapper label {
    display: none;
}

#reserve-btn .selectric {
    background: none;
    border: none;
    margin: 0 auto;
    position: relative;
}

#reserve-btn .otw-wrapper input[type='text'], #reserve-btn .otw-wrapper .label {
    text-align: center;
    padding: 20px 0 !important;
    background: none;
    border: none;
    border-bottom: 1px solid;
    margin: 0;
    height: initial;

}

#reserve-btn .otw-wrapper input[type='text'] {
    padding: 35px 0 !important;
}

#reserve-btn .black-delichef-content h2 {
    margin: 20px auto 10px;
}

#reserve-btn button.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

#reserve-btn .otw-date-li, #reserve-btn .otw-time-wrap, #reserve-btn .otw-party-size-wrap{
    position: relative;
}
.action-icon-inputs{
    position: absolute;
    left: 13px;
    z-index: 2;
    top: 20px;
}
.action-icon-inputs span{
    font-size: 23px;
    border: 1px solid ;
    height: 47px;
    width: 47px;
    transform: rotate(45deg);
    padding: 10px;
}

.action-icon-inputs span::before {
    transform: rotate(-45deg);
    display: inline-block;
}
.otw-button-wrap input{
    transition: 300ms;
}

.otw-button-wrap input:hover{
    transition: 300ms;
    color: #fff;
}
