table {
    width: 100%;
}
table > *:first-child > tr:first-child th, table > *:first-child > tr:first-child td {
    border-top: none;
}
table th:last-child, table td:last-child {
    border-right: none;
}
table th:first-child, table td:first-child {
    border-left: none;
}
table th {
    font-weight: 600;
    line-height: 18px;
    background: #f8f8f8;
}
table th, table td {
    border: 1px solid #eaeaea;
    padding: 15px;
}
table td {
    background: #fff;
}
.section_offset {
    margin-bottom: 30px;
}
.table_wrap {
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.order_review tbody td, .orders_table td, .wishlist_table td, .shopping_cart_table td {
    /*padding-top: 19px;
    padding-bottom: 19px;*/
}
.order_review tbody td {
    /*height: 120px;*/
}
#form-cart input, #form-cart textarea, #form-quotation input, #form-quotation textarea {
    color: black;
}
.qty > input[type="text"] {
    width: calc(100% - 56px);
    border-left: none;
    border-right: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
}
.cart h2 {
    font-size: 16px;
}
.cart h2 i {
    color: var(--main-color)
}
.cart input:not([type="submit"]), .cart textarea, .cart .active_option {
    color: #b2b2b2;
    border: 1px solid #eaeaea;
    padding: 4px 10px 4px 12px;
    background-color: #fff;
    border-radius: 3px;
}
.qty > * {
    border: 1px solid #eaeaea;
    float: left;
    height: 38px;
    text-align: center;
}
.qty > *:first-child {
    border-radius: 3px 0 0 3px;
}
.qty button {
    width: 28px;
    padding: 0;
    color: inherit;
}
.theme_button {
    background: #fff;
    color: #333;
    border: 1px solid #eaeaea;
}
.order_review p {
    line-height: 17px;
}
.m-5 {
    margin: 5px!important;
}
.sc_product_info {
    font-size: 13px;
    line-height: 16px;
}
.cart-item .product_image {
    width: 25%;
}
.cart-item ul.product_title {
    width: 75%;
}
a.normal, a.c-blue, button.normal {
    color: #018bc8;
}
.right-order-infor {
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.count-order-infor {
    padding: 20px 20px 0 20px;
}
.count-order-infor .t-infor {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}
.count-order-infor .c-info {
    padding-bottom: 10px;
}
.grandtotal {
    font-size: 18px;
    color: #018bc8;
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
}
.fd-vnd {
    font-size: 13px;
    margin-top: -5px;
    display: inline-block;
}
.bold {
    font-weight: 600;
}
.order-infor-confirm {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.fd-button-confirm {
    color: white;
    background-color: #E72B29;
    border-radius: 3px;
    border: 0;
}
.cart .middle_btn {
    padding: 8px 20px 9px;
    font-size: 16px;
}
/*thanhtoan*/
.theme_box {
    position: relative;
    padding: 20px;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 3px;
    border: 1px solid #eaeaea;
}
.theme_box_info {
    position: relative;
    padding: 20px;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 3px;
    border: 1px solid #eaeaea;
}
.fd-green {
    color: #54bd45;
}
.theme_box_info .header_info {
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 120%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}
.cart .btn-2 {
    border: 2px solid var(--main-color);
    color: var(--main-color)!important;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 16px;
    height: auto;
    min-width: 250px;
    background-color: #fff;
}
.m-t-15 {
    margin-top: 15px;
}