.list-khoahoc-cart {
    border-bottom: 1px dashed #296142;
}
.form-ghichu label {
    color: #296142;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-ghichu textarea {
    border-radius: 12px;
    background: #efefef;
    padding: 20px;
    width: 100%;
    border: 0;
    min-height: 200px;
}
.cart_order_body {
    padding: 20px;
}
.order-item {
    display: flex
    ;
    justify-content: space-between;
}
.item-line-cart.order-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeee;
}
.order-item label {
    font-weight: 700;
}
.order-totals label {
    font-size: 24px;
}
.order-totals .order-total {
    font-size: 24px;
    font-weight: 700;
}
/* Checkout */
.customer_details h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    color: #000 !important;
}
.main-cart .title {
    font-size: 18px;
}
.billing-fields input, .billing-fields select, .billing-fields textarea {
    border: 1px solid #eaeaea;
    padding: 12px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .6);
    margin-top: 5px;
    border-radius: 5px;
}
.cart_totals_checkout {
    /* background-color: #2fb7c5; */
    background-color: #fff;
    color: #296142;

    border: solid 2px #296142;
    border-radius: 10px;
    overflow: hidden;
}
.head-order {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #296142;
    color: #fff;
}
.cart_order_body {
    padding: 20px;
}
.cart_order_body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    width: 100%;
}
.list-order-product li:not(:last-child){
    margin-bottom: 15px;
}
.list-order-product li .order_product-name{
    margin-bottom: 10px;
}
.list-order-product li .order_product-name a {
    color: #296142;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: 24px;
}
.item-line-cart .price del, .item-line-cart .price .amount {
    color: #333;
}
.cart_order_body li+li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed rgba(121, 88, 215,.24);
}
.phuongthuc-item {
    border: 1px solid #296142;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.phuongthuc-item input[type="checkbox"]{
    /* position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0; */
}
.phuongthuc-item span {
    font-weight: 700;
    flex: 1;
    padding-left: 20px;
}
.btnToCheckout {
    background: #296142;
    border-radius: 37px;
    color: #fff;
    padding: 14px 28px;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    line-height: 1.3;
    border-color: #296142;
    border-width: 1px;
    border-style: solid;
}

.btnToCheckout:hover {
    background-color: #fff;
    color: #296142;
    border-color: #296142;
}
.khoa_hoc-item .item-khoa_hoc{
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}
.khoa_hoc-item .item-khoa_hoc .course_info {
    padding: 15px;
}
.course_price {
    font-weight: 600;
    font-size: 18px;
}
.course_price ins{
    text-decoration: none;
}
.course_price del {
    opacity: 0.7;
    font-size: 15px;
}
.wcu-btn a {
    background-color: #296142;
    font-size: 14px;
    color: #fff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #296142;
    border-radius: 30px 30px 30px 30px;
    padding: 12px 24px;
    display: block;
    text-decoration: none;
    width: fit-content;
    margin: 0 auto;
}
.remove-kh-cart {
    width: 20px;
    height: 20px;
    background-color: #eee;
    color: #999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 100%;
    padding-bottom: 4px;
}