.checkout-content {
    max-width: 350px;
    margin: auto
}

.checkout-content .checkout-step {
    display: none
}

.checkout-content .checkout-step .confirmation-image {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover
}

.checkout-date-picker-container {
    position: relative;
}

.checkout-date-picker {
    width: 100%;
    display: block;
    padding: 10px 0 0;
    margin: auto;
    position: relative
}



/*
@media (min-width: 768px) {
    .checkout-date-picker {
        width: 245px
    }
}

@media (min-width: 992px) {
    .checkout-date-picker {
        width: 215px
    }
}
*/

.checkout-date-picker.is-mobile .controls .prev, .checkout-date-picker.is-mobile .controls .next {
    text-align: center;
    width: 30px
}

.checkout-date-picker.is-mobile .dates {
    position: relative;
    width: calc(100% - 70px);
    z-index: 1
}

.checkout-date-picker .controls {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.checkout-date-picker .controls .prev, .checkout-date-picker .controls .next {
    top: 20px;
    position: absolute;
    color: #666666;
    width: 15px
}

.checkout-date-picker .controls .prev.disabled, .checkout-date-picker .controls .next.disabled {
    color: #E6E6E6
}

.checkout-date-picker .controls .prev {
    left: 0
}

.checkout-date-picker .controls .next {
    right: 0
}

.checkout-date-picker ul {
    margin: 0;
    padding: 0;
    width: 548px;
}

.checkout-date-picker ul li {
    padding: 0 2px;
    vertical-align: top;
}

.checkout-date-picker ul li:first-of-type {
    padding-left: 0
}

.checkout-date-picker .dates {
    width: calc(100% - 40px);
    display: block;
    margin: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    padding-bottom: 10px
}

.checkout-date-picker a.date {
    width: 60px;
    height: 70px;
    border: 2px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    display: block;
    outline-style: none;
    outline-width: 0px;
    text-decoration: none !important;
}

.checkout-date-picker a.date:hover, .checkout-date-picker a.date:active,
.checkout-date-picker a.date:focus {
    text-decoration: none !important
}

.checkout-date-picker a.date.asap {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff !important;
    line-height: 38px
}

.checkout-date-picker a.date.asap i {
    display: block;
    margin-right: 0;
}

.checkout-date-picker a.date.sometime {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff !important;
    line-height: 14px;
    padding-top: 20px
}

.checkout-date-picker a.date .day-text {
    background-color: #ffffff;
    font-size: 11px;
    width: 100%;
    height: 17px;
    line-height: 15px;
}

.checkout-date-picker a.date .day-number, .checkout-date-picker a.date .month-text {
    color: #ffffff
}

.checkout-date-picker a.date .day-number {
    font-size: 19px;
    line-height: 30px;
    font-weight: bold
}

.checkout-date-picker a.date .month-text {
    display: block;
    font-size: 14px;
    line-height: 14px
}

.checkout-date-picker-input {
    /* display: none; */
}

.checkout-date-picker-input .input-text {
    box-sizing: border-box !important;
    margin: 0 0 15px 0;
    font-size: 14px;
}

#next-to-contact-container {
    text-align: center;
}

#ev-contact-info {
    text-align: center;
    display: none;
}

#next-to-contact, #next-to-submit {
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 5px 13px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .checkout-date-picker {
        width: 100%;
    }

    .checkout-date-picker ul {
        width: 570px;
    }
}
