.erm-rental-wrapper {
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: 8px;
}
.erm-field {
    margin-bottom: 15px;
}
.erm-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.erm-price-summary p {
    margin: 5px 0;
}
.rental-dates {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pickup_time_div, .dropoff_time_div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-self: end;
    width: 48%;
    justify-content: space-between;
}
.cart-button {
    display: flex;
    padding-top: 20px;
}
button.single_add_to_cart_button.button.alt {
    border-radius: 0px;
    padding: 16px 40px;
    background-color: #a6192e;
}
button.single_add_to_cart_button.button.alt:hover {
    background-color: #af2e41;
}
.erm-price-table {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.erm-price-table  h3{
    font-family: teko;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0px;
}

.erm-price-table > :nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: 1px solid #00000014;
    padding: 16px 5px;
    border-radius: 9px;
}
input#pickup_time, input#dropoff_time {
    height: 50px;
    padding: 5px 11px;
    border: 1px solid #00000014;
    border-radius: 7px;
}
.rental-dates label{
    font-family: teko;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}
.calculated-price-div{
    width: 100%;
}
.rental-price-show {
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #00000017;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.options_group {
    padding: 15px 34px;
}