.woocommerce-checkout {
    background: #f2f2f2;
}

.wrap-checkout {
    background-color: #f2f2f2;
    display: inline-block;
    width: 100%;
}

/* checkout info */
.wrap-checkout .checkout-info-title {
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
    margin-bottom: 10px;
}
.wrap-checkout .checkout-info-title i {
    padding: 0 10px;    
    color: #55acee;    
    font-size: 28px;    
    vertical-align: middle;
}
.wrap-checkout .checkout-info-panel {
    display: flex;
    margin-top: 10px;
}
.wrap-checkout .checkout-info-box {
    background: #fff;
}
.wrap-checkout .checkout-info-box.buyer {
    float: left;
    width: calc(50% - 5px);
}
.wrap-checkout form .form-row {
    width: 90%;
    margin: 20px auto;
    clear: both;
}
.wrap-checkout form .woocommerce-additional-fields__field-wrapper .form-row:first-of-type,
.wrap-checkout form .woocommerce-billing-fields__field-wrapper .form-row:first-of-type {
    margin-top: 0;
}
.wrap-checkout form .woocommerce-billing-fields__field-wrapper .form-row:first-of-type {
    margin-bottom: 0;
}
.wrap-checkout .submit-checkout {
    text-align: center;
    margin: 5px 0px 14px 0;
}
.wrap-checkout form .form-row input[type="email"],
.wrap-checkout form .form-row input[type="tel"],
.wrap-checkout form .form-row input[type="text"] {
    font-size: 15px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    height: 33px;
    text-indent: 5px;
    width: calc(100% - 150px);
}
.wrap-checkout form .form-row textarea {
    border-color: #f2f2f2;
    padding: 5px;
    width: calc(100% - 150px) !important;
    font-size: 15px;
    color: #333;
    height: 75px;
}
.wrap-checkout form .form-row label {
    width: 140px;
    float: left;
    font-size: 16px;
    line-height: 30px;
}
.wrap-checkout form .form-row label:after{
    content: ":";
}
.wrap-checkout form .form-row label abbr {
    display: none;
}

.wrap-checkout form .input-checkout-inline-first {
    width: 293px !important;
    margin-left: 5%;
    float: left;
}
.wrap-checkout form .input-checkout-inline-first .input-text {
    width: 144px !important;
}

.wrap-checkout form .input-checkout-inline-second {
    width: 208px;
    margin-left: 3px;
    float: left;
    clear: none;
}
.wrap-checkout form .input-checkout-inline-second label {
    width: 55px;
}
.wrap-checkout form .input-checkout-inline-second .input-text {
    width: 147px !important;
}
.wrap-checkout .style-submit-checkout {
    width: 160px;
    height: 40px;
    margin: auto;
    background: #55acee;
    border: 1px solid #55acee;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    vertical-align: middle;
    margin-bottom: 10px;
    cursor: pointer;
}

.wrap-checkout .note-chinhsach {
    padding: 5px;
    color: #888;
    font-size: 12px;
    padding-bottom: 30px;
}



/* checkout products */
.wrap-checkout .checkout-info-box.product {
    float: right;
    width: calc(50% - 5px);
    margin-left: 10px;
}
.wrap-checkout .checkout-info-body thead {
    line-height: 28px;
    border-bottom: 1px solid #f2f2f2;
}
.wrap-checkout .checkout-info-body thead th {
    text-align: center;
}
.wrap-checkout .checkout-info-body tbody tr {
    border-bottom: 1px solid #f2f2f2;
}
.wrap-checkout .checkout-info-body tbody tr td {
    padding: 10px 10px 10px 0;
    position: relative;
    vertical-align: top;
}
.wrap-checkout .checkout-info-body tbody tr td.row-total {
    text-align: right;
    padding-right: 19px;
}
.wrap-checkout .checkout-info-body tbody tr td a {
    border: 0 !important;
}
.wrap-checkout .product-checkout-item-thumb {
    margin: 0 5px;
    display: block;
    overflow: hidden;
    color: #515151;
}
.wrap-checkout .product-checkout-item-thumb img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 5px;
}
.wrap-checkout .product-checkout-item-del {
    color: #515151;
    float: left;
    width: 20px;
    text-align: center;
    right: 0;
    top: 9px;
    position: absolute;
}
.wrap-checkout .btn-among {
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 0px 8px;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    width: 32px;
    height: 32px;
    float: left;
}
.wrap-checkout .select-among {
    overflow: hidden;
}
.wrap-checkout .form-among {
    border: 1px solid #f2f2f2;
    background: #fff;
    font-size: 15px;
    width: 32px;
    text-align: center;
    height: 32px;
    float: left;
}
.wrap-checkout .price-old {
    color: #515151;
    text-decoration: line-through;
    font-size: 13px;
}
.wrap-checkout .product-checkout-sumary {
    width: 100%;
    padding-bottom: 0px;
    overflow: hidden;
}
.wrap-checkout .checkout-sumary {
    width: 56%;
    float: right;
    margin: 10px;
}
.wrap-checkout .checkout-sumary-row {
    padding: 5px;
    overflow: hidden;
}
.wrap-checkout .checkout-sumary-left {
    min-width: 200px;
    float: left;
    text-align: right;
}
.wrap-checkout .checkout-sumary-right {
    float: right;
}
.wrap-checkout .checkout-sumary-row.total {
    border-top: 1px solid #f2f2f2;
    color: #e73838;
    font-weight: bold;
    overflow: h;
}

.wrap-checkout .input-code-coupon {
    height: 31px;
    border: 1px solid #f2f2f2;
    background: #fff;
    width: 230px;
    float: right;
    position: relative;
    overflow: hidden;
}

.wrap-checkout .input-code-coupon input[type="text"] {
    width: 146px;
    border: none;
    height: 31px;
    float: left;
    outline: none;
    color: #73bf43;
    text-align: center;
    text-indent: 5px;
    border-radius: 3px;
    font-size: 15px;
}
.wrap-checkout .btn-code-coupon {
    background: #f2f2f2;
    color: #666;
    border: none;
    height: 31px;
    width: 79px;
    float: right;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.wrap-checkout .choose-more {
    display: inline-block;
    margin: 5px 10px;
}
.wrap-checkout .choose-more a {
    color: #55acee;
    border: 0 !important;
}
.wrap-checkout .choose-more a i {
    margin-right: 5px;
}


/* shipment */
.wrap-checkout .checkout-info-box.shipment {
    margin-top: 10px;
}

.wrap-checkout .checkout-info-box #payment ul li {
    font-size: 15px;
}