body {
    background-color: #eee !important;
}

.cart-item-notfound {
    min-height: 130px;
    padding-top: 25px;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 15px;
}

.notfound-info {
    text-align: center;
    margin-top: 15px;
}

.notfound-info a {
    border: 2px solid #e5e5e5;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 10px 20px;
    height: 32px;
    line-height: 32px;
    color: var(--MAIN_COLOR);
}

.cart-item-notfound p {
    color: #9E9E9E;
    font-size: 1.2em;
    padding-bottom: 12px;
    padding-top: 20px;
}

.checkout.buy-more {
    background-color: var(--BUTTON_COLOR_DARK) !important;
}

.flat-shop-cart {
    padding-bottom: 30px;
}

.table-cart,
.table-checkstock {
    background: #fff;
    padding: 0px;
    border-radius: 2px;
}

.table-cart thead tr th,
.table-checkstock thead tr th {
    padding: 12px 16px;
}

.table-cart tr td.shop-name,
.table-checkstock tr td.shop-name {
    padding: 10px 16px;
}

.table-cart table tbody tr.last-shop-product {
    border-bottom: 8px solid #eeeeee;
}

.table-cart table tbody tr.last-shop-product:last-child,
.table-checkstock table tbody tr.last-shop-product:last-child {
    border-bottom: none;
}

.cart-totals {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 25px;
}

.cart-item-notfound {
    padding-bottom: 45px;
}

.flat-breadcrumb {
    background: #fff;
}

.cart-totals form .btn-cart-totals {
    margin-top: 0px !important;
}

.totals-all-container {
    min-height: 100px;
    position: relative;
}

.totals-all-container table {
    position: absolute;
    bottom: 0;
}

footer {
    border-top: 1px solid #e5e5e5;
}

.billing-fields,
.shipping-address-fields,
.product-fields,
.note-fields,
.payment-result-fields {
    background-color: #fff;
    padding: 20px 18px;
    border-radius: 2px;
    /* margin-bottom: 25px; */
    margin-bottom: 15px;
}

.btn-edit-address {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.edit-address-container {
    text-align: center;
}

.cart-totals.style2 h3 {
    margin-bottom: 10px;
}

.table-checkout tr td {
    padding: 20px 0 20px;
}

.table-checkout tr td:nth-child(1) {
    width: 65%;
}

.table-checkout tr td:nth-child(2),
.table-checkout tr th:nth-child(2) {
    text-align: center;
    width: 25%;
}

.btn-radio.style2 .radio-info p {
    line-height: 18px;
    color: #2d2d2d;
}

.table-checkout tr td .total {
    color: #656565;
    font-size: 15px;
}

.table-checkout {
    padding: 0px !important;
}

.table-checkout thead tr th {
    padding: 0px 0 18px !important;
}

.note-fields textarea {
    border-radius: 10px;
    height: 100px;
    border: 1px solid #e5e5e5;
}

.note-fields textarea:focus {
    border: 2px solid #cacaca;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.note-fields h3 {
    font-size: 16px;
    /* font-weight: 400; */
    font-weight: bold;
    color: #484848;
    margin-bottom: 10px;
}

.table-totalprice {
    width: 100%;
}

.table-totalprice tr td {
    padding: 3px 0px;
}

.total-price {
    text-align: right;
    font-size: 19px;
}

.total-price-2 {
    text-align: right;
    font-size: 24px;
    color: #FF4c3B;
}

.total-all-row {
    font-size: 1.1em;
}

.payment-atm-container .fields-content p.info-message {
    font-size: 1.1em;
}

.payment-atm-container .fields-content p.info-message font.red-text {
    color: var(--RED_COLOR)
}

.payment-atm-container .fields-content table {
    width: 100%;
    margin-top: 20px
}

.payment-atm-container .fields-content table tr td.bank-logo {
    text-align: center;
    width: 130px;
}

.payment-atm-container .fields-content table tr td.bank-logo img {
    width: 80px;
}

.payment-atm-container .fields-content table tr td.bank-detail {
    vertical-align: top;
}

.payment-atm-container .fields-content table tr td.bank-detail p {
    font-size: 1.1em;
}

.payment-atm-container .fields-content table tr td.bank-detail p.bank-number {
    font-size: 1.5em;
}

.anothor-action-container {
    text-align: center;
    margin-bottom: 45px;
}

.anothor-action-container div.continue-shop {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 15px;
}

.anothor-action-container div.continue-shop button {
    background: var(--MAIN_COLOR)
}

.anothor-action-container div.myorder-list {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 15px;
}

.payment-result-fields.title-result {
    text-align: center;
    background-color: transparent;
}

.payment-result-fields.title-result i.fa-check-circle {
    font-size: 4em !important;
    color: #4CAF50 !important;
    margin-right: 0px !important;
    width: auto !important;
}

.payment-result-fields.title-result i.fa-times-circle {
    font-size: 4em !important;
    color: var(--RED_COLOR) !important;
}

.table-checkstock tr td:nth-child(1) {
    width: 100% !important;
}

.table-checkstock {
    border: 1px solid #eee;
}

#checkstock-dialog .dialog-detail p {
    margin-bottom: 10px;
}

.table-checkstock tr td.shop-name {
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
    background: #f6f6f6;
}

.table-checkstock table tbody tr.last-shop-product {
    border-bottom: 1px solid #eeeeee;
}

.payment-result-fields.title-result i.fa-clock {
    font-size: 4em !important;
    color: #ffc107 !important;
    margin-right: 0px !important;
    width: auto !important;
}

.payment-result-header {
    display: table;
    width: 100%;
}

.payment-result-header .header-icon {
    display: inline-block;
}

.payment-result-header .header-topic {
    display: inline-block;
    vertical-align: middle;
    height: 55px;
    margin-left: 10px;
    font-size: 2em;
}

.payment-result-header .header-topic .waiting {
    color: #ffc107;
	font-size: 26px;
}

.payment-result-header .header-topic .success {
    color: #4CAF50;
	font-size: 26px;
}

.payment-result-header .header-topic .failed {
    color: var(--RED_COLOR);
	font-size: 26px;
}

.title-result span {
    margin-bottom: 15px;
    display: block;
}

.table-cart span.sale {
    color: #989898;
    font-size: 15px;
}

.table-cart span.regular {
    font-size: 12px;
}

.table-cart span.shipping {
    font-size: 12px;
	color: #989898;
}
.table-cart span.point {
    font-size: 12px;
	color: #dc457e;
}

.payment-method {
    width: 32%;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.payment-method label {
    width: 100%;
}

.payment-method h1 {
    color: #fff;
}

.payment-method input[type="radio"] {
    display: none;
}

.payment-method input[type="radio"]:checked+.box {
    /* border: 1px solid var(--MAIN_COLOR); */
    background-color: #fff;
}

.payment-method input[type="radio"]:checked+.box.have-info {
    /* border: 1px solid var(--MAIN_COLOR); */
    height: 175px;
    margin-bottom: -20px;
}

.payment-method input[type="radio"]:checked+.box span {
    color: var(--MAIN_COLOR);
    ;
    /* transform: translateY(42px); */
    font-weight: bold;
}

.payment-method input[type="radio"]:disabled+.box span {
    filter: grayscale(1);
    opacity: .4;
}

.payment-method input[type="radio"]:checked+.box span:before {
    transform: translateY(0px);
    opacity: 1;
}

.payment-method .box {
    width: 100%;
    height: 155px;
    background-color: #f8f8f8;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    border-radius: 2px;
    border: 1px solid #f8f8f8;
    /* -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); */
    margin-right: 5px;
}

.payment-method .box:active {
    transform: translateY(10px);
}

.payment-method .box span {
    position: absolute;
    /* transform: translate(0, 42px); */
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 1em;
    user-select: none;
    color: #111;
}

.payment-method .ibanking.box span {
    transform: translate(0, 30px);
}

.payment-method .bank-transfer.box span {
    transform: translate(0, 30px);
}

.payment-method .credit.box span {
    transform: translate(0, 45px);
}

.payment-method .installment.box span {
    transform: translate(0, 25px);
}

.payment-method .box span:before {
    font-size: 1.2em;
    font-family: FontAwesome;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}

.payment-method .box span img {
    pointer-events: none;
    padding: 5px 10px;
    display: block;
    margin: auto;
    max-width: 180px;
}

.payment-info-container {
    background: #fff;
    width: 98.5%;
    display: none;
    position: relative;
    border-radius: 2px;
    margin-bottom: 20px;
}

.payment-info-container .payment-atm-container {
    display: none;
}

.payment-info-container .section-responsive {
    display: none;
}

label.accept-terms {
    font-size: 14px;
    color: #333;
    margin: 0px;
}

.checkboxes label.error {
    display: block;
}

.invoice_alert {
    font-size: 18px;
    color: #FF4C3B;
}

.product-title-point {
    font-size: 12px;
    color: #dc457e;
}
