.bmw-checkout .row {
    display: flex;
    flex-direction: column-reverse;
}
.bmw-checkout hr {
    margin-top: 30px;
    margin-bottom: 30px;
}
.bmw-form-coupon input {
    height: 40px;
    padding-left: 10px;
}

.woocommerce-additional-fields textarea {
    height: 100px !important;
    padding: 15px;
}

.woocommerce-checkout .bmw-place-order#place_order {
    padding: 15px !important;
    border-radius: 50px !important;
    background: var(--main-color, #3B71FE) !important;
    color: white;
    border: 2px solid var(--main-color, #3B71FE) !important;
    font-weight: bold;
}

.woocommerce-checkout .bmw-place-order#place_order:hover {
    background: #004a94 !important;
    border: 2px solid #004a94 !important;
}

.bmw-thankyou {
    margin-top: 30px;
}

.thankyou-title {
    text-align: center;
    margin-bottom: 35px;
}

.bmw-thankyou .thankyou-title svg {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.bmw-thankyou ul {
    padding-left: 0;
}

.bmw-thankyou ul li {
    border-right: none !important;
    margin-bottom: 15px;
}

.bmw-thankyou-title {
    color: black !important;
    font-size: 20px !important;
    font-weight: 700;
}

.bmw-booking-details {
    text-align: center;
    margin-bottom: 35px;
}

.order-payment-list {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 20px;
    list-style: none;
}

.order-payment-list .text-right{
    font-weight: bolder;
    color: black;
}

.order-payment-list .wc-item-meta {
    padding-left: 10px;
    list-style: none;
}

.bmw-item-total span{
    font-weight: bolder;
    font-size: 22px;
    color: black;
}

.bmw-thankyou-session {
    margin-bottom: 60px;
}

.bmw-checkout  .woocommerce-billing-fields__field-wrapper p {
    width: 100% !important;
}

.bmw-checkout .select2-selection__rendered {
    align-items: flex-start !important;
}

.bmw-checkout .bmw-cart h3 {
    margin-bottom: 20px;
}

.bmw-checkout .bmw-additional-info textarea{
    border: 1px solid #dae1e7;
    border-radius: 10px;
    min-height: 250px;
}

.bmw-form-coupon .coupon-area{
    display: flex;
    flex-wrap: wrap;
}
.bmw-form-coupon .coupon-area-code,
.bmw-form-coupon .coupon-area-button,
.bmw-form-coupon .coupon-area-button button {
    width: 100% !important;
}

@media screen and (min-width: 578px) {
    .order-payment-list .item-title{
        font-size: 20px !important;
    }

    .bmw-thankyou .thankyou-title svg {
        margin-bottom: 35px;
    }

    .bmw-thankyou ul {
        display: flex;
        justify-content: center;
    }

    .bmw-thankyou ul li {
        border-right: 1px dashed #d3ced2 !important;
    }

    .bmw-thankyou-title {
        font-size: 34px !important;
    }

    .bmw-checkout  .woocommerce-billing-fields__field-wrapper p#billing_address_1_field ,
    .bmw-checkout  .woocommerce-billing-fields__field-wrapper p#billing_address_2_field {
        width: 100% !important;
    }
}

@media screen and (min-width: 964px) {
    .bmw-checkout .bmw-checkout-form-fields {
        width: 65%;
    }
    
    .bmw-checkout .bmw-cart {
        width: 35%;
    }

    .bmw-checkout  .woocommerce-billing-fields__field-wrapper p {
        width: 50% !important;
    }
    .bmw-checkout .row {
        flex-direction: row;
    }
    .bmw-form-coupon .coupon-area-code {
        width: 80% !important;
    }

    .bmw-form-coupon .coupon-area-button {
        width: 20% !important;
    }
}