#orddate-main-div {
    width: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
}
#orddate-cart-main-div {
    width: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
}
#orddate-product-main-div {
    width: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.orddate-widget-div {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#orddate-product-main-div .orddate-widget-div{
    flex-direction: column;
}
#orddate-message-div {
    margin-top: 8px;
    color: red;
    text-align: center;
    /*text-align: right;*/
    font-size: 15px;
}
.orddate-calendar-div, .orddate-timeslot-div {
    position: relative;
}
input#orddate-input-field, select#orddate-select-field{
    height: 44px;
    line-height: 1.5rem;
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
    margin-bottom: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}
select#orddate-select-field{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.orddate-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    pointer-events: none;
}
.drawer__footer div#orddate-main-div {
    margin-left: 0;
}