section.checkout-ticket-main {
    border-radius: 55px 55px 0 0;
    margin-top: -50px;
    background: #fff
}

h1.title-checkout {
    font-size: 45px;
    margin-bottom: 45px;
    margin-top: 15px
}

.title-top-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.title-top-cart h2.checkout-title {
    width: max-content
}

.title-top-cart .continue-shopping {
    margin-bottom: .5em
}

table.woocommerce-cart-form__contents {
    border-top: 1px dashed #dfdfdf;
    font-size: 14px
}

.woocommerce-cart-form__contents .product-thumbnail {
    max-width: 110px;
    min-width: 60px;
    width: 110px;
    vertical-align: top;
    word-break: break-all
}

.woocommerce-cart-form__contents .product-thumbnail img {
    max-height: 110px;
    border-radius: 20px
}

.woocommerce-cart-form__contents .product-name>a {
    font-size: 20px;
    font-weight: 600
}

.woocommerce-cart-form__contents td.product-subtotal {
    position: relative
}

.woocommerce-cart-form__contents span.product-remove {
    position: absolute;
    top: 15px;
    right: 0
}

.woocommerce-cart-form__contents .product-subtotal span.amount {
    font-size: 16px
}

.woocommerce-checkout-review-order-table .cart-subtotal span.amount {
    font-size: 17px
}

.woocommerce-checkout-review-order-table span.amount {
    font-size: 19px
}

.cart-container>.woocommerce:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #fff;
    height: 100%;
    margin-bottom: 30px
}

.woocommerce .checkout.woocommerce-checkout {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 4px 30px 0 rgba(0,0,0,0.1)
}

.woocommerce-billing-fields {
    border-top: unset!important;
    padding-top: unset!important
}

input#coupon_code {
    width: 100%;
    border-radius: 99px 0 0 99px
}

button.button.expand {
    border-radius: 0 99px 99px 0
}

#customer_details h3 {
    margin-bottom: 20px
}

#customer_details p.form-row {
    position: relative;
    margin-bottom: 20px
}

#customer_details p.form-row label {
    background: #fff;
    position: absolute;
    top: -15px;
    padding: 4px;
    font-size: 12px;
    z-index: 1;
    left: 3px
}

#customer_details p.form-row label.error {
    top: 0
}

#customer_details p.form-row input {
    box-shadow: unset;
    margin-bottom: 0;
    background-color: #fff!important;
    padding: 5px 10px
}

#customer_details p#order_comments_field {
    margin-bottom: 0
}

#customer_details .select2-container .select2-selection,select {
    border-radius: 99px
}

textarea#order_comments {
    margin-bottom: 0
}

#customer_details .form-row .select2-container {
    margin-bottom: 5px
}

.woocommerce-checkout .col-inner.has-border {
    padding: 0;
    border: unset
}

@media (min-width: 1024px) {
}

@media (min-width: 768px) {
}

@media (max-width: 549px) {
    .page-wrapper {
        padding-top:0!important
    }

    .cart-container,.row .section {
        padding-left: 0!important;
        padding-right: 0!important
    }
}
