.breadcrum-cat {
    padding: 0 7px;
}

    .breadcrum-cat ol li {
        display: inline-block;
        margin: 0;
        position: relative;
        line-height: 30px;
    }

        .breadcrum-cat ol li a {
            display: inline-block;
        }

        .breadcrum-cat ol li .fa-angle-right {
            display: inline-block;
            font-weight: bold;
            padding: 0 10px;
        }

        .breadcrum-cat ol li:last-child .fa-angle-right {
            visibility: hidden;
        }

.box-navi-top {
    display: none;
}

.empty-cart-block .btn-primary {
    color: #fff !important;
}

.wrap-checkout {
    background-color: #fff;
}

#checkout .breadcrum-cat-item {
    display: inline-block;
}

.checkout-info-box {
    background-color: #fff;
}

.checkout-info-title {
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    background: #fbfbfb;
    margin-bottom: 10px;
}

.checkout-info-box.product .checkout-info-title::before {
    content: "";
    font: normal normal normal 28px/1 FontAwesome;
    color: #19abe0;
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.checkout-info-title-col {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
}

.product-checkout-item {
    border-bottom: 1px solid #eee;
    padding: 10px 10px 10px 0;
    position: relative;
}

.select-among {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

    .select-among tr td {
        border: 1px solid #dfdfdf;
    }

.input-group-btn {
    margin: 0;
}

.btn-among {
    border: none;
    background: #fff;
    padding: 0px 8px;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.form-among {
    border: none !important;
    background: #fff;
    font-size: 15px !important;
    width: 30px !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 !important;
    height: 20px !important;
    text-indent: unset !important;
}

.product-checkout-item-thumb {
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    position: relative;
    margin: 0 5px;
}

    .product-checkout-item-thumb img {
        max-height: 100%;
        max-width: 100%;
    }

.product-checkout-item-right {
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.price-sale::before {
    content: "x";
    font-weight: normal;
    margin-right: 10px;
    font-size: 14px;
    color: #aaa;
}

.price-old {
    color: #555;
    text-decoration: line-through;
    font-size: 13px;
    display: none;
}

.product-checkout-item-name {
    width: calc(100% - 25px);
}

.product-checkout-item-price-among {
    display: flex;
    margin: 10px 0;
}

.product-checkout-item-price {
    display: inline-block;
    margin-left: 10px;
    line-height: 33px;
    width: calc(100% - 130px);
}

.product-checkout-item-among {
    display: inline-block;
}

    .product-checkout-item-among .tang-kem-qty {
        line-height: 32px;
    }

.product-checkout-item-del {
    color: #555;
    display: inline-block;
    line-height: 30px;
    width: 20px;
    margin-right: 10px;
    text-align: center;
}

.product-checkout-item-sum {
    font-weight: bold;
    color: #da251c;
    display: none;
}

.checkout-info-body-title {
    display: none;
    line-height: 28px;
    border-bottom: 1px solid #eee;
}

.product-checkout-item-attri {
    color: #0071c4;
    padding-top: 10px;
}

.product-checkout-item-gift a {
    color: #da251c;
}

.product-checkout-item-gift {
    color: #333;
}

    .product-checkout-item-gift .fa {
        margin-right: 5px;
        color: #da251c;
    }

.product-checkout-item-gift-box .product-checkout-item-price {
    display: none;
}

.product-checkout-item-gift-box .product-checkout-item-sum {
    display: block;
}

.product-checkout-item-gift-box {
    display: none;
}

.product-checkout-item.is-gift .product-checkout-item-sum,
.product-checkout-item.is-gift .product-checkout-item-price {
    display: inline-block;
}

.edit-product-checkout {
    display: inline-block;
}

a.btn-product-edit {
    font-weight: bold;
    padding-left: 0px;
    padding-right: 10px;
}

.btn-product-edit .fa {
    margin-right: 5px;
}

.box-edit-prod {
    border: 1px solid #0071c4;
    position: absolute;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    background-color: #fff;
    width: calc(100% - 2px);
}

    .box-edit-prod:target {
        visibility: visible;
        opacity: 1;
    }

.bar-box-attri {
    line-height: 30px;
    background-color: #0071c4;
    color: #fff;
}

.title-bar-box-attri {
    display: inline-block;
    padding-left: 5px;
    font-weight: 500;
}

a.close-box-attri {
    float: right;
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
    color: #fff;
}

.body-box-attri {
    padding: 0 5px;
}

.detail-info-spec {
    margin: 10px 0;
}

.info-spec-left {
    min-width: 100px;
    display: inline-block;
    vertical-align: top;
    font-weight: 50;
}

.info-spec-right {
    display: inline-block;
    width: calc(100% - 105px);
    vertical-align: top;
}

.select-price {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

input[type="radio"] + label.price-nb {
    border: solid 1px rgba(0,0,0,0);
    cursor: pointer;
    display: block;
    line-height: 18px;
}

    input[type="radio"] + label.price-nb span {
        border: 1px solid #333;
        border-radius: 12px;
        margin-left: 3px;
    }

input[type="radio"] + label span {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    margin-right: 5px;
}

input[type="radio"]:checked + label span {
    border-color: #0071c4;
}

    input[type="radio"]:checked + label span::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #0071c4;
        margin: auto;
        margin-top: 2px;
        display: block;
    }

.p-attri li {
    display: inline-block;
}

.color-item {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding: 1px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .color-item.active {
        border: 1px solid #68b207;
        box-shadow: 0 0 2px rgba(104,178,7,.72);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .color-item img {
        max-width: 100%;
    }

.detail-info-spec.prod-spec-attri.radio input[type="radio"]:checked + label span {
    border: 1px solid #25a1dc;
}

    .detail-info-spec.prod-spec-attri.radio input[type="radio"]:checked + label span::before {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        background: #25a1dc;
        border-radius: 50%;
        margin: auto;
        margin-top: 2px;
    }

.detail-info-spec.prod-spec-attri.radio input[type="radio"] + label span {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
}

.attri-combobox {
    border-radius: 3px;
    border: 1px solid #ddd;
}

.detail-info-spec.prod-spec-attri.radio .p-attri-item {
    margin-right: 25px;
}

.choose-more {
    display: inline-block;
    margin: 5px 10px;
}

    .choose-more a {
        color: #0071c4;
    }

        .choose-more a .fa {
            margin-right: 5px;
        }

.product-checkout-sumary {
    display: inline-block;
    width: 100%;
    padding-bottom: 0px;
}

.checkout-sumary {
    display: inline-block;
    margin: 10px;
    width: calc(100% - 20px);
    float: right;
}

.checkout-sumary-left {
    min-width: 140px;
    display: inline-block;
    text-align: right;
}

.checkout-sumary-right {
    display: inline-block;
    float: right;
}

.checkout-sumary-row {
    padding: 5px;
}

    .checkout-sumary-row.total {
        border-top: 1px solid #eee;
        color: #da251c;
        font-weight: bold;
    }

.input-code-coupon {
    height: 31px;
    border: 1px solid #ddd;
    background: #fff;
    width: 225px;
    float: right;
    position: relative;
    overflow: hidden;
}

    .input-code-coupon .txt-code-coupon {
        width: 146px !important;
        border: none !important;
        height: 31px !important;
        float: left;
        outline: none;
        color: #080;
        text-align: center;
        font-size: 14px;
    }

    .input-code-coupon.code-ok .txt-code-coupon {
        color: #080;
        font-weight: bold;
    }

.code-ok:before {
    color: #080;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    top: 0;
    left: 5px;
    width: 16px;
    position: absolute;
    line-height: 29px;
}

.code-ok:after {
    color: #080;
    display: block;
    content: 'Mã hợp lệ';
    font-style: italic;
    text-align: right;
}

.code-fail:before {
    color: #c00;
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    top: 0;
    left: 5px;
    width: 16px;
    position: absolute;
    line-height: 29px;
}

.code-fail:after {
    color: #c00;
    display: block;
    content: 'Mã không hợp lệ';
    font-style: italic;
    text-align: right;
    line-height: 30px;
}

.input-code-coupon.code-fail .txt-code-coupon {
    color: #c00;
}

.btn-code-coupon {
    background: #ddd;
    color: #666;
    border: none;
    height: 31px;
    width: 79px;
    float: right;
    cursor: pointer;
    border-radius: 0;
}

#checkout #center-m input[type="text"], #checkout #center-m input[type="number"], #checkout #center-m input[type="tel"], #checkout #center-m input[type="email"] {
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 33px;
    width: 100%;
    text-indent: 5px;
}
/*#checkout #center-m input:focus{font-size:16px;}*/
.checkout-info-box.buyer {
    padding-bottom: 5px;
}

    .checkout-info-box.buyer .checkout-info-body {
        padding-bottom: 5px;
    }

    .checkout-info-box.buyer .checkout-info-title {
        display: none;
    }

.input-text-checkout-item {
    width: 90%;
    margin: 10px auto;
}

    .input-text-checkout-item input::-webkit-input-placeholder,
    .input-text-checkout-item textarea::-webkit-input-placeholder,
    .method-box input::-webkit-input-placeholder,
    .method-box textarea::-webkit-input-placeholder {
        color: #888;
    }

    .input-text-checkout-item input:focus::-webkit-input-placeholder,
    .input-text-checkout-item textarea:focus::-webkit-input-placeholder,
    .method-box input:focus::-webkit-input-placeholder,
    .method-box textarea:focus::-webkit-input-placeholder {
        color: #ddd;
    }

.title-input-left {
    width: 140px;
    float: left;
    font-size: 16px;
    display: none;
}

.Submit-checkout {
    text-align: center;
    margin: 5px 0;
}

.style-submit-checkout {
    width: 160px;
    height: 40px;
    margin: auto;
    background: #19abe0;
    border: 1px solid #19abe0;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
    font-family: Roboto, Arial;
    border: none;
    vertical-align: middle;
    margin-bottom: 10px !important;
    cursor: pointer;
}

.input-text-checkout-item textarea {
    border-color: #ddd;
    padding: 5px;
    width: calc(100% - 160px) !important;
    font-family: Roboto, Arial;
    font-size: 15px;
    color: #333;
    line-height: 22px;
}

.style-submit-checkout i {
    margin-right: 10px;
    font-size: 20px;
}

.note-chinhsach {
    padding: 5px;
    color: #888;
    font-size: 12px;
}

    .note-chinhsach a {
        color: #0071c4;
    }

.style-submit-skip {
    background-color: #ddd;
    border-radius: 3px;
    color: #888;
}

    .style-submit-skip:hover {
        color: #888 !important;
    }

.form-mesages {
    color: #fd0000 !important;
    line-height: 22px;
    margin: 10px !important;
}

.input-text-checkout.not-input-txt, .select.not-input-txt {
    border: 1px solid #f99 !important;
}

.checkout-info-body {
    padding-top: 10px;
}

.checkout-info-title ~ .checkout-info-body {
    padding-top: 0;
}

.checkout-info-title .txt-title-1 {
    font-size: 16px;
    font-weight: bold;
}

.txt-title-2 {
    font-size: 15px;
    font-weight: normal;
}

.payment-item {
    margin-bottom: 10px;
    padding-left: 18px;
    cursor: pointer;
}

    .payment-item label {
        cursor: pointer;
        position: relative;
        display: block;
        padding-left: 20px;
    }

        .payment-item label > span {
            display: block;
            position: absolute;
            top: 2px;
            left: 0;
        }

.checkout-info-pay-detail {
    position: relative;
    padding: 10px;
}

.method-box.ship-box .payment-item {
    padding-left: none;
}

.checkout-info-pay-title {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 10px;
}
/*.checkout-info-pay-detail input[type="radio"]{
    display: inline-block;
    position: absolute;
    left: 10px;
    margin-top: 3px;
    cursor: pointer;
}*/
.checkout-info-pay-detail > input[type="radio"] + label {
    display: block;
    padding: 5px 5px 5px 20px;
    color: #333;
    cursor: pointer;
}

.checkout-info-pay-detail section,
.box-VAT section {
    display: none;
}

#pay3:checked ~ #payment3,
#pay4:checked ~ #payment4,
#pay2:checked ~ #payment2 {
    display: block;
}

.Box-info-payment {
    padding: 0;
}

.txt-payment3 {
    font-style: italic;
    margin-left: 20px;
    margin-top: 5px;
}

.method-box .checkout-info-pay-title {
    padding-left: 10px;
    line-height: 28px;
}

.method-box.payment-box .checkout-info-pay-title {
    background: url(../images/card-security.png) no-repeat;
    background-size: 28px;
    height: 28px;
    text-indent: 28px;
    margin-left: 10px;
}

.method-box.ship-box .checkout-info-pay-title {
    background: url(../images/shipping-truck.png) no-repeat;
    background-size: 28px;
    height: 28px;
    text-indent: 28px;
    margin-left: 10px;
    line-height: 36px;
}

/*.method-box.note-box .checkout-info-pay-title {
    background: url(../images/note32.png) no-repeat bottom left;
    background-size: 28px;
    height: 28px;
    text-indent: 28px;
    margin-left: 10px; 
}*/
/*
.select-delivery input[type="radio"],
.box-VAT input[type="checkbox"]{
    display: inline-block;
    position: relative;
    margin-right: 5px;
    vertical-align: -2px;
    left: 0;
}*/
.box-VAT input[type="checkbox"] + label {
    cursor: pointer;
    font-size: 15px;
}

    .box-VAT input[type="checkbox"] + label span {
        width: 12px;
        height: 12px;
        border: 1px solid #19abe0;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

.box-VAT input[type="checkbox"]:checked + label span {
    background: url(../images/Checkmark.png) no-repeat center center;
}

.select-delivery > input[type="radio"] + label {
    display: inline-block;
    width: calc(100% - 40px);
    margin-bottom: 10px;
}

.method-body {
    padding: 0 10px;
}

.addr-loc-row select {
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 3px;
}

.addr-loc-item.province-user {
    border-radius: 3px;
    padding-right: 5px;
    width: 200px;
}

.addr-loc-item .select {
    min-width: 193px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-right: 5px;
}

    .addr-loc-item .select.disabled {
        /*color: #eee;*/
        border: 1px solid #eee;
        /*box-shadow: 1px 1px 3px 1px #eee;*/
    }

.select.disabled .value {
    color: #eee;
}

#checkout .method-body .addr-loc-item .select input[type="text"] {
    width: 100% !important;
    height: 24px;
}

.addr-loc-item .select .list ul li {
    padding: 5px 10px;
}

.addr-loc-item.province-user input[type="text"] {
    width: 125px;
    height: 24px;
}

.select .value {
    border-bottom: none !important;
}

.addr-loc-row .addr-loc-item {
    margin-bottom: 10px;
    margin-right: 10px;
}

.select-item {
    border: 1px solid #ddd;
    height: 28px;
    margin: 10px 20px 10px 0;
}

.cash-item {
    display: inline-block;
    margin-right: 20px;
}

    .cash-item.total {
        color: #da251c;
        font-weight: bold;
        vertical-align: top;
    }

.cash-detail-item {
    margin-right: 10px;
    display: block;
    vertical-align: top;
}

.box-VAT {
    padding: 10px;
}

#vat:checked ~ #vat-inner {
    display: block;
}

#vat-inner .tax-code-ext {
    text-align: right;
    display: block;
}

    #vat-inner .tax-code-ext .btn-info {
        font-size: 14px;
        padding: 8px 24px;
        color: #333 !important;
        background: #ddd;
    }

.select-delivery,
.cash-delivery {
    margin: 10px 0;
}

.shipping-info-text {
    padding-left: 10px;
}

.ship-item.weight-product span {
    font-weight: bold;
}

li.select-ship {
    margin: 7px 0px;
    background-color: #fafafa;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    padding: 5px 10px;
    width: calc(100% - 32px);
    line-height: 24px;
}

span.ship_vl {
    padding-left: 20px;
    display: table-cell;
}

    span.ship_vl:first-letter {
        text-transform: capitalize;
    }

#vat-inner .input-text-checkout-item {
    width: 100%;
    margin: 10px 0;
}

.view-more-vat a {
    color: #0071c4;
}

.input-text-note {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    text-indent: 5px;
    margin-top: 10px;
    font-size: 16px;
}

.method-box .input-text-note {
    width: calc(100% - 20px);
    margin-left: 10px;
    font-family: Roboto, Arial;
    font-size: 14.5px;
    padding: 5px 0;
}

.wrap-checkout.step2 .checkout-info-box.product {
    display: none;
}

.Box-info-payment.onMETA {
    background-color: #f2f2f2;
    padding: 10px;
    cursor: text;
}

.Submit-cancel {
    margin-left: 10px;
    margin-bottom: 10px;
}

.payment4-txt {
    font-style: italic;
}

.payment4-add {
    margin-top: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

    .payment4-add.hcm {
        padding-bottom: 0;
        border-bottom: 0;
    }

.list-bank {
    display: flex;
    flex-wrap: wrap;
}

.bank-item {
    height: 80px;
    flex: 1 86px;
    background-color: #fff;
    padding: 0;
    text-align: center;
    margin-right: 6px;
    margin-top: 6px;
    border: 1px solid #eee;
    cursor: pointer;
}

    .bank-item .bank-desc {
        height: 64px;
        display: block;
        margin: 8px;
    }

    .bank-item.selected {
        border: 1px solid #19abe0;
        box-shadow: 0 0 4px #aaa;
    }

    .bank-item img {
        max-height: 100%;
        max-width: 100%;
    }

.Submit-checkout > a {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -10px;
    width: 160px;
    line-height: 40px;
    font-size: 16px;
}

a.choose-from-address.style-submit-checkout {
    margin: 0 0 0 8px;
    background: #ddd;
    color: #333;
}

.choose-from-address, .choose-from-address:hover {
    color: #888 !important;
}

.checkout-info-box.select-pay {
    padding-bottom: 10px;
}

    .checkout-info-box.select-pay .checkout-info-title {
        padding: 5px 10px;
    }

li.cart-promo-suggest {
    padding: 10px;
}

.address-user-name {
    font-weight: 700;
}

.address-row.default {
    border: 1px dashed #26bc4e;
}

.add-default {
    color: #26bc4e;
    text-transform: none;
    position: relative;
    padding-right: 21px;
    font-weight: normal;
    float: right;
    line-height: 15px;
}

.address-row {
    cursor: pointer;
    padding: 10px;
    line-height: 24px;
    border: 1px #ddd dashed;
    margin: 10px;
    border-radius: 3px;
    position: relative;
}

    .address-row:hover {
        background: #eee !important;
    }

    .address-row.dark-row:hover::before {
        content: "Chọn giao tới địa chỉ này";
        display: block;
        color: #26bc4e;
        float: right;
    }

.close-member-address {
    width: 160px;
    height: 36px;
    margin: auto;
    background-color: #ddd;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    margin-top: 12px;
    color: #333;
    cursor: pointer;
}

.add-default:before {
    width: 16px;
    height: 16px;
    background: url(../images/checked-ok.png)no-repeat;
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    right: 0;
}

/*Style trang hoan thanh don hang*/
.complete-order-left {
    background-color: #fff;
    width: 100%;
}

.detail-complete-order {
    padding: 10px;
}

.detail-complete-title {
    color: #0071c4;
    font-size: 18px;
    text-align: center;
}

.icon-complete {
    background: url(../images/u4482.png) no-repeat;
    width: 30px;
    height: 26px;
    display: inline-block;
    background-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}

.txt-thanks {
    margin: 5px 0;
}

.hotline-item {
    display: inline-block;
    margin-right: 10px;
}

    .hotline-item a {
        color: #0071c4;
    }
a.order-tracking {
    background: #0071c4;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}
.order-complete-left {
    padding: 10px;
}

.order-complete-title {
    height: 32px;
    background-color: #e1e1e1;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    font-size: 18px;
}

.order-complete-item {
    margin: 10px 0;
}

.order-item-left {
    font-weight: bold;
    display: inline-block;
}

.order-complete-right {
    padding: 0 10px 10px;
}

.order-prod {
    width: 100%;
}

    .order-prod tr td {
        padding: 5px;
        border: 1px solid #ddd;
    }

.order-product-row.head td {
    text-align: center;
    font-weight: bold;
}

.order-item-right {
    display: inline-block;
}

.col-price {
    width: 30%;
    text-align: right;
}

.col-among {
    text-align: center;
}

.col-name a {
    color: #0071c4;
}

.order-complete-sumary {
    text-align: right;
}

.order-total-item {
    margin: 10px 0;
    padding: 0 5px;
}

.order-total-title {
    display: inline-block;
}

.order-total-right {
    display: inline-block;
    min-width: 130px;
}

.order-total-item.money-pay {
    font-weight: bold;
}

.complete-order-right {
    background-color: #fff;
    display: none;
}

.order-supp-box-title {
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #e1e1e1;
    font-size: 18px;
}

.right-supp-txt {
    width: calc(100% - 26px);
}

.order-supp-box-body {
    padding: 10px;
}

.order-supp-item {
    margin: 10px 0;
}

.icon-left-supp {
    vertical-align: top;
    margin-right: 5px;
}

.order-item-time {
    margin-left: 10px;
}

.icon-left-supp .fa,
.care-detail-item .fa {
    color: #ff9900;
    font-size: 18px;
}

.txt-phone {
    color: #0071c4;
    margin-right: 10px;
}

.support-ask-body {
    padding: 20px 10px 0px 30px;
}

.txt-home {
    font-weight: bold;
}

.txt-add.hn {
    display: block;
}

.support-ask-item {
    width: 108px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}

    .support-ask-item a {
        display: inline-block;
        font-size: 13px;
        vertical-align: 4px;
    }

.support-ask-icon img {
    width: 24px;
    height: 24px;
}

.support-ask-name {
    vertical-align: 10px;
}

.care-detail-box {
    padding: 10px;
}

.number-care {
    margin-left: 5px;
}

.care-item-left {
    min-width: 110px;
}

.care-detail-item .care-item-left,
.care-detail-item .txt-e {
    margin-left: 7px;
}

.care-detail-item.phone-care {
    margin-left: 27px;
}

.phone-care-row {
    margin: 5px 0;
}

.note-order {
    padding: 10px;
}

    .note-order .note-order-inner {
        border: 1px dashed #ddd;
        width: calc(100% - 10px);
        padding: 5px;
        font-size: 15px;
    }


#checkout .promotion-view-box {
    padding: 15px 0;
}
/*Style khuyen mai*/
#checkout-complete .promotion-view-box {
    margin-bottom: 15px;
}

    #checkout-complete .promotion-view-box .list-promotion-banner {
        padding: 10px 0 5px;
    }
/*Style san pham da xem*/
.title-bar-hl {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.title-bar-left {
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 30px;
}

.title-bar-right {
    float: right;
    background-color: #ff9900;
    padding: 0px 8px;
    border-radius: 5px;
    display: none;
    margin-top: 5px;
}

    .title-bar-right a {
        color: #fff !important;
        font-weight: normal;
    }

.product-viewed {
    padding: 0 5px;
}
.product-viewed .title-bar-right{
    display: block !important;
    background: #fff;
    margin-top: 5px;
}
    .product-viewed .title-bar-right a {
        color: #333 !important;
        font-size: 14px;
    }

#checkout .product-viewed {
    margin-top: 15px;
}

.list-product-highlight {
    position: relative;
    padding-bottom: 10px;
}

.product-highlight-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    /*display: -webkit-flex;
  display: flex;*/
    flex-direction: row;
    overflow: auto;
    overflow-y: hidden;
}

    .product-highlight-wrap .product-highlight-item {
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
        padding: 10px 5px;
        width: 150px;
        text-align: center;
        margin-right: 5px;
        position: relative;
    }

.prod-hl-discount {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
    overflow: hidden;
    width: 50px;
    height: 22px;
    border-radius: 10px;
    background: #ff9900;
    line-height: 23px;
    color: #fff;
    text-align: center;
}

.product-short-desc {
    display: none;
}

.prod-hl-gift.active {
    font-size: 10px;
    position: absolute;
    top: 88px;
}

.icon-gift {
    background: #fff url(../images/gift.png)no-repeat center center;
    background-size: 16px;
    width: 20px;
    height: 20px;
    border: 2px solid #da251c;
    display: block;
    border-radius: 50%;
    padding: 2px;
    position: absolute;
}

.prod-hl-gift.active:before {
    content: "Tặng quà";
    font-size: 10px;
    font-weight: 500;
    display: block;
    color: #fff;
    background-color: #da251c;
    width: 63px;
    text-transform: uppercase;
    padding: 4px 0 2px;
    left: 23px;
    position: absolute;
    top: 4px;
    border-radius: 3px;
}

.prod-hl-thumb {
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin: auto;
}

    .prod-hl-thumb a {
        height: 100px;
        width: 100px;
        display: table-cell;
        vertical-align: middle;
    }

    .prod-hl-thumb img {
        max-height: 100%;
        max-width: 100%;
    }

.prod-hl-name {
    margin: 10px 0;
    line-height: 18px;
    min-height: 36px;
}
.product-viewed .prod-hl-name{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;}

.prod-hl-brand a {
    color: #0071c4;
}

.product-price-meta {
    color: #da251c;
    font-weight: 500;
}

.product-price-old {
    text-decoration: line-through;
    color: #555;
    display: none;
}

.amount-rate {
    color: #555;
    display: none;
}

.list-product-highlight nav {
    position: absolute;
    top: 36%;
    left: 0;
    width: 100%;
    height: 0;
    display: block;
    visibility: visible;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.box-cat-inner nav {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
    height: 0;
    display: block;
    visibility: visible;
    opacity: 0;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

    .list-product-highlight nav .arrow-preview-product,
    .box-cat-inner nav .arrow-preview-product {
        width: 100%;
        border-radius: 3px 3px 0 0;
        display: block;
        height: 100%;
        margin: 0 auto;
    }

.arrow-preview-product label {
    display: block;
    width: 10px;
    height: 20px;
    font-size: 30px;
    padding: 12px 5px;
    margin: 0;
    background: #eee;
}

    .arrow-preview-product label.arrow-left {
        border-radius: 0 20px 20px 0;
        float: left;
        text-align: left;
    }

    .arrow-preview-product label.arrow-right {
        border-radius: 20px 0 0 20px;
        float: right;
        text-align: right;
    }

    .arrow-preview-product label i {
        display: block;
        color: #fff;
        position: absolute;
        top: 7px;
    }

        .arrow-preview-product label i.fa-angle-left {
            left: 3px;
        }

        .arrow-preview-product label i.fa-angle-right {
            right: 3px;
        }

.list-product-highlight:hover label,
.list-product-highlight.x-hover label,
.box-cat-inner:hover label,
.box-cat-inner.x-hover label {
    background: #d2d2d2;
}

.product-rate {
    margin: 0 10px;
}

.rating-box .fa-star {
    color: #ccc;
}

.rating-box .rated {
    color: #ffb909;
}

.count-rated {
    font-size: 11px;
}

/*checkout-complete*/
#checkout-complete .thankyou-container {
    background: #fff;
}

.cart-and-account {
    display: none;
}

/*.logo-m {
    width: calc(100% - 80px);
}*/
/*Style checkout step 1, step 2 moi*/
.addr-loc-row.addr-step-new {
    padding-left: 0px;
}

.addr-step-new .addr-loc-item .select {
    width: 100%;
    min-width: unset;
    max-width: unset;
    background-color: #fff;
}

.addr-step-new .addr-loc-item.province-user {
    width: 46% !important;
}

.addr-step-new .addr-loc-item.district-user {
    width: 46% !important;
    float: right;
    margin-right: 5px;
}

.addr-step-new .addr-loc-item.ward-user {
    width: calc(100% - 4px) !important;
}

.addr-step-new .addr-loc-item.add-detail-user {
    width: 100% !important;
}

.addr-loc-item.district-user .list.open {
    right: 0;
}

#changeAdd {
    clear: both;
    color: #da251c;
    cursor: pointer;
    width: 120px;
    margin-top: 5px;
}

.address-full {
    padding: 10px 0px !important;
    color: #0071c4
}

.select-add.address-step-2 {
    background-color: #fafafa;
    padding: 2px 10px;
    margin-bottom: 10px;
    position: relative;
}

    .select-add.address-step-2:before {
        position: absolute;
        content: "";
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fafafa;
        top: -12px;
        left: 25px;
    }

a.style-submit-back.style-submit-back-btn .fa-angle-left {
    margin-right: 5px;
}

#quy-trinh-mobile {
    display: block;
    padding: 10px;
    text-align: center;
}

    #quy-trinh-mobile img {
        max-width: 100%;
        height: auto;
    }

#quy-trinh-pc {
    display: none;
}
.product-viewed .title-bar-left:before {
    background: url(https://meta.vn/Data/image/2021/05/12/icon-da-xem.png)no-repeat;
    width: 28px;
    height: 28px;
    content: "";
    display: inline-block;
    background-size: 28px;
}
.product-viewed .title-bar-left h2 {
    display: inline-block;
    vertical-align: 8px;
    font-weight: bold;
    font-size: 16px;
}
.catg-watched {
    margin: -5px 5px 10px 10px;
}
ul.list-catg-watched {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-x: auto;
}
li.item-catg-watched {
    display: inline-block;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin-right: 7px;
    white-space: nowrap;
}
li.item-catg-watched.delete-w {
    border: none;
    padding-right: 20px;
}
li.item-catg-watched.delete-w a:hover {
    color: #da251c;
}
li.item-catg-watched.delete-w:hover{
    border: none;
}
li.item-catg-watched:hover {
    border: 1px solid #84bee8;
}
li.item-catg-watched:hover a{
    color: #0071c4;
}
.product-viewed .product-highlight-wrap .product-highlight-item:first-child {
    margin-left: 10px;
}
.tragop-ox{
    width: 56px;
    height: 19px;
    background: #f90;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    line-height: 19px;
    position: absolute;
    top: 90px;
    right: 5px;
    font-weight: bold;
}
.box-catalog {
    background-color: #4d90e0;
    position: relative;
}
.box-cat-bar {
    height: 32px;
    line-height: 32px;
    position: relative;
}
.box-cat-title {
    padding-top: 8px;
    padding-left: 22px;
    display: inline-block;
}
.box-cat-title:before {
    background: url(https://meta.vn/Data/image/2021/06/11/fs-vang.png) no-repeat;
    content: "";
    height: 35px;
    width: 22px;
    position: absolute;
    left: 10px;
    top: 5px;
}
.box-cat-title h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
}
.box-cat-title h2 a {
    color: #fff;
}
.box-cat-all {
    position: absolute;
    right: 5px;
    top: 6px;
}
.box-cat-all a {
    color: #fff;
}
.box-cat-all a .fa {
    margin-left: 5px;
    font-size: 13px;
}
.cat-product-highlight {
    margin-top: 10px;
}
.spotlight-products {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.box-catalog .prod-hl-name {
    line-height: 18px;
    min-height: 36px;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.box-catalog .product-highlight-wrap {
    padding: 0 10px;
}
.countdown-product ~ .product-rate {
    visibility: hidden;
}
.countdown-product ~ .product-price {
    visibility: hidden;
}
.box-catalog .countdown-product {
    bottom: 6px;
}
.box-catalog .product-highlight-item .prod-hl-gift.active {
    left: 7px;
}
.trend-catalog.wrap-catalog-main {
    background: #fff;
    padding-bottom: 5px;
}
.trend-catalog-title {
    padding: 10px 10px 10px 40px;
    position: relative;
}
.trend-catalog-title:before {
    background: url(https://meta.vn/Data/image/2021/01/13/hot-category.png) no-repeat;
    content: "";
    background-size: 28px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 8px;
    left: 5px;
}
.trend-catalog-title h2 {
    font-weight: bold;
}
ul.list-catalog-main {
    max-height: 453px;
    border-top: 1px solid #ddd;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
}
li.catalog-main-item {
    width: 100px;
    height: 110px;
    text-align: center;
    vertical-align: top;
    -webkit-box-flex: 1;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px 10px;
    border-top: 0;
    border-left: 0;
    cursor: pointer;
}
.discount-cat-main {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #da251c;
    padding: 0 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
}
.icon-cat-main-thumb {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: auto;
}
.icon-cat-main-thumb span {
    width: 70px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}
.icon-cat-main-thumb img {
    max-height: 100%;
    max-width: 100%;
}
.catalog-main-item:nth-child(3n) {
    border-right: 0;
}
.trend-category.view-more-page {
    text-align: center;
    padding: 7px 0 5px;
}
.trend-product-catalog {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.trend-list-product-title {
    font-weight: bold;
    padding: 10px 10px 0 40px;
    position: relative;
}
.trend-list-product-title:before {
    background: url(https://meta.vn/Data/image/2021/01/13/prod-hot-a.png) no-repeat;
    content: "";
    background-size: 28px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 3px;
    left: 7px;
}
.trend-product-catalog .cat-product-highlight {
    padding: 10px 7px;
}
.trend-product-catalog .product-highlight-wrap {
    display: inline-block;
}
.trend-product-catalog .product-highlight-wrap .product-highlight-item {
    display: inline-block;
    width: 42.5%;
    margin: 3px 8px 8px 5px;
    min-height: 220px;
    vertical-align: top;
}
.trend-product-catalog .product-highlight-item .prod-hl-name {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    min-height: 52px;
}
.trend-product-catalog .product-highlight-item .prod-hl-brand {
    display: none;
}
.trend-product-catalog .product-highlight-item .product-rate {
    display: none;
}
.trend-product-catalog .product-highlight-item .product-price {
    font-size: 18px;
    text-align: center;
}
.trend-product-catalog .product-highlight-item .product-price-old {
    display: none;
}
.trend-product-catalog .product-highlight-item .product-price-meta {
    font-weight: bold;
}
.trend-product-catalog .countdown-product {
    bottom: 6px;
}
.sp-da-ban {
    width: 100%;
    text-align: center;
    background: #f90;
    background-image: linear-gradient(to right,rgba(255,0,0,0),rgba(255,0,0,1));
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    position: relative;
}
.buyed-text {
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.buyed-progess-no {
    width: 100%;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    height: 16px;
    border-radius: 20px;
}
.buyed-progess-ele {
    background: #fff;
    float: right;
    position: relative;
    height: 16px;
    width: 100%;
}
.buyed-progess-ele-color {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ddd;
}
.per0{
    width: 100%;
}
.per10{
    width: 90%;
}
.per20{
    width: 80%;
}
.per30{
    width: 70%;
}
.per40{
    width: 60%;
}
.per50{
    width: 50%;
}
.per60{
    width: 40%;
}
.per70{
    width: 30%;
}
.per80{
    width: 20%;
}
.per90{
    width: 10%;
}
.per100{
    width: 0%;
}
.trend-product.view-more-products {
    text-align: center;
}
li.product-highlight-item.prod-item.last-child {
    background: #da251c;
    text-align: center;
}
li.product-highlight-item.prod-item.last-child a {
    color: #fff;
    line-height: 230px;
    font-size: 20px;
}
li.product-highlight-item.prod-item.last-child:hover a {
    text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    .addr-step-new .addr-loc-item.province-user {
        width: 32% !important;
    }

    .addr-step-new .addr-loc-item.district-user {
        width: 31% !important;
        float: none;
        margin-right: 5px;
    }

    .addr-step-new .addr-loc-item.ward-user {
        width: 32% !important;
        float: right;
        margin-right: 5px;
    }

    .addr-loc-item.district-user .list.open {
        right: auto;
    }

    #quy-trinh-pc {
        display: block;
        text-align: CENTER;
        margin-bottom: 10px;
    }

        #quy-trinh-pc img {
            max-width: 100%;
            height: auto;
        }

    #quy-trinh-mobile {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .wrap-checkout {
        background-color: #eee;
        display: inline-block;
        width: 100%;
    }

    .breadcrum-cat {
        padding: 0;
        margin-top: 5px;
    }

    .box-navi-top {
        display: block;
        background: none;
        height: 0;
        position: relative;
    }

    .box-navi-inner {
        width: 550px;
        position: absolute;
        z-index: 9;
        height: 34px;
        top: 7px;
        right: calc(50% - 618px);
    }

    .checkout-info-panel {
        display: flex;
        justify-content: space-between;
    }

    .checkout-info-products {
        width: 49.5%;
        order: 1;
        margin-left: 8px;
    }

    .checkout-info-box {
        width: 49.5%;
    }

        .checkout-info-box.buyer {
            padding-bottom: 0;
        }

            .checkout-info-box.buyer .checkout-info-title::before {
                content: "";
                font: normal normal normal 28px/1 FontAwesome;
                color: #19abe0;
                width: 40px;
                text-align: center;
                display: inline-block;
                vertical-align: middle;
            }

        .checkout-info-box.product {
            width: 100%;
            height: 100%;
        }

            .checkout-info-box.product .checkout-info-title::before {
                content: "";
                font: normal normal normal 28px/1 FontAwesome;
                color: #19abe0;
                width: 40px;
                text-align: center;
                display: inline-block;
                vertical-align: middle;
            }

        .checkout-info-box.buyer {
            float: left;
            order: 0;
        }

    .product-checkout-item-sum {
        display: block;
    }

    .checkout-info-body-title {
        display: block;
    }

    .checkout-info-title-col.pro {
        width: 40%;
    }

    .checkout-info-title-col.amo {
        width: 17%;
    }

    .checkout-info-title-col.price {
        width: 18%;
    }

    .checkout-info-title-col.sum {
        width: 22%;
    }

    .price-sale::before {
        display: none;
    }

    .product-checkout-item-name {
        width: 170px;
        display: inline-block;
        margin-right: 5px;
    }

    .product-checkout-item-price {
        margin-bottom: 10px;
    }

    .product-checkout-item-among {
        margin: 10px 0;
    }

    .product-checkout-item-among,
    .product-checkout-item-price,
    .product-checkout-item-sum {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

        .product-checkout-item-price .price-sale,
        .product-checkout-item-price .price-old {
            display: block;
            font-weight: normal;
        }

    .product-checkout-item-price {
        width: 17%;
        margin: 0 10px;
        line-height: unset;
        text-align: right;
    }

    .product-checkout-item-sum {
        width: 19%;
        text-align: right;
        margin: 0 10px;
    }

    .product-checkout-item-gift-box .product-checkout-item-price {
        display: inline-block;
        margin-left: 80px;
    }

    .product-checkout-item-gift-box .product-checkout-item-sum {
        display: inline-block;
    }

    .product-checkout-item-gift-box .product-checkout-item-among {
        margin-left: 40px;
    }

    .product-checkout-item-gift-box .product-checkout-item-thumb {
        color: #da251c;
        font-weight: bold;
        height: 35px;
        font-size: 18px;
        vertical-align: top;
    }

    .product-checkout-item-gift-box {
        display: block;
    }

    .choose-more {
        width: 30%;
        display: inline-block;
    }

    .product-checkout-item.is-gift .product-checkout-item-among {
        margin: 0 0 0 40px;
        width: 60px;
    }

    .checkout-sumary {
        width: 56%;
        display: inline-block;
        float: right;
    }

    .checkout-sumary-left {
        min-width: 200px;
        display: inline-block;
        text-align: right;
    }

    .checkout-sumary-right {
        display: inline-block;
        float: right;
    }

    .checkout-info-box.buyer .checkout-info-title {
        display: block;
    }

    .input-text-checkout-item {
        width: 90%;
        margin: 20px auto;
    }

        .input-text-checkout-item textarea {
            border-color: #ddd;
            padding: 5px;
            width: calc(100% - 160px) !important;
            font-family: Roboto, Arial;
            font-size: 15px;
            color: #333;
        }

    .title-input-left {
        display: inline-block;
        line-height: 30px;
    }

    .input-text-checkout {
        width: calc(100% - 150px) !important;
    }

    .add-detail-user .input-text-checkout {
        width: calc(100% - 0px) !important;
    }

    .wrap-checkout.step2 .checkout-info-box {
        height: auto;
        padding-bottom: 10px;
    }

        .wrap-checkout.step2 .checkout-info-box.product {
            display: inline-block;
        }

    #vat-inner .input-text-checkout-item {
        width: 100% !important;
        margin: 12px 0 !important;
    }

    #vat-inner .title-input-left {
        width: 120px;
        margin-right: 10px;
        text-align: right;
    }

    .view-more-vat {
        margin-left: 140px;
    }

    #vat-inner .tax-code-ext {
        float: right;
        margin-right: 18px;
        margin-top: -38px;
        display: block;
    }

        #vat-inner .tax-code-ext .btn-info {
            border-radius: 0 3px 3px 0;
        }

    .select-delivery > input[type="radio"] + label {
        margin-right: 40px;
        width: inherit;
    }

    .cash-detail-item {
        display: inline-block;
    }

    .box-edit-prod {
        left: 0;
        top: 40px;
        width: 460px;
    }

    .complete-order-left {
        background-color: #fff;
        width: calc(100% - 335px);
        display: inline-block;
    }

    .complete-order-right {
        display: inline-block;
        width: 320px;
        float: right;
        margin-left: 10px;
    }

    .order-complete-left {
        padding: 10px;
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }

    .order-complete-right {
        padding: 20px 10px;
        width: 55%;
        display: inline-block;
        vertical-align: top;
    }

    .addr-loc-item .select {
        width: 170px;
    }

    .product-viewed {
        padding: 0;
    }

    .product-highlight-wrap {
        display: block;
        height: 365px;
        overflow: hidden;
    }

    .top-product-highlight .product-highlight-wrap .product-highlight-item {
        padding: 11px;
    }

    .product-highlight-wrap .product-highlight-item {
        width: 212px;
        text-align: left;
        height: 340px;
        vertical-align: top;
        margin: 5px;
        padding: 10px;
        border: 1px solid #fff;
        display: inline-block;
    }

        .product-highlight-wrap .product-highlight-item:nth-child(5n+1) {
            /*margin-left: 0px;*/
        }

        .product-highlight-wrap .product-highlight-item:nth-child(5n+5) {
            /*margin-right: 0px;*/
        }

    .prod-hl-thumb, .prod-hl-thumb a {
        width: 200px;
        height: 200px;
        text-align: center;
    }

    .prod-hl-gift.active:before {
        text-indent: 7px;
    }

    .prod-hl-gift.active {
        top: 185px;
    }

    .prod-hl-name {
        margin-bottom: 5px;
    }

    .product-rate {
        margin: 0;
    }

    .product-price-old, .amount-rate {
        display: inline-block;
        margin-left: 10px;
    }

    #checkout-complete .promotion-banner-item {
        border: none;
        margin-right: 10px;
    }

    .addr-loc-row .addr-loc-item {
        margin-left: 0;
        margin-right: 10px;
    }

    .addr-loc-item .select {
        min-width: 170px !important;
    }

    .addr-loc-item.province-user {
        width: 170px;
    }

    #checkout .method-body input[type="text"] {
        width: 170px !important;
    }

    .checkout-info-box.select-pay {
        height: auto;
    }

    .title-bar-left {
        margin-top: 5px;
        margin-left: 10px;
    }

    .title-bar-right {
        display: inline-block;
        padding: 4px 8px;
        margin-top: 5px;
        margin-right: 9px;
        font-size: 14px;
    }

    .product-highlight-item:hover .prod-hl-name a {
        color: #da251c;
    }

    .wrap-checkout.step3 {
        display: flex;
        flex-wrap: nowrap;
    }

    .product-checkout-item-del {
        right: 0;
        top: -6px;
        position: absolute;
    }

    .product-checkout-item-thumb {
        vertical-align: middle;
    }

    .Submit-checkout a {
        margin-bottom: 0px;
    }

    #checkout-complete .container {
        margin: 15px 0;
    }

    #checkout-complete .thankyou-container {
        background: #fff;
        text-align: center;
        padding: 20px 0;
    }

    #checkout-complete .promotion-view-box .list-promotion-banner {
        padding: 10px 10px 5px 10px;
    }
    .promotion-view-box ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.promotion-view-box ::-webkit-scrollbar-track {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.promotion-view-box ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ddd;
    border: 1px solid #ddd;
}

    .promotion-view-box ::-webkit-scrollbar-thumb:active {
        background: #ccc;
    }
    .prod-hl-buynow {
        width: calc(100% - 20px);
        border-radius: 3px;
        background-color: #fff;
        webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        display: none;
        padding: 2px 0;
        border: 1px solid #0857ea;
        position: absolute;
        bottom: 5px;
    }

    a.prod-hl-buy-txt {
        height: 24px;
        color: #0857ea;
        line-height: 24px;
        text-transform: uppercase;
        text-align: center;
        display: block;
    }

    .prod-hl-buynow {
        display: block;
    }

    .product-highlight-item:hover .prod-hl-buynow, .product-highlight-item.x-hover .prod-hl-buynow {
        background-color: #0857ea;
    }

        .product-highlight-item:hover .prod-hl-buynow a, .product-highlight-item.x-hover .prod-hl-buynow a {
            color: #fff !important;
        }

    .cart-and-account {
        display: inline-block;
    }

    .logo-m {
        width: 126px;
    }

    .addr-loc-row.addr-step-new {
        clear: both;
    }

    .addr-step-new .addr-loc-item.province-user {
        width: 30% !important;
    }

    .addr-step-new .addr-loc-item.district-user {
        width: 32% !important;
        float: none;
        margin-right: 5px;
    }

    .addr-step-new .addr-loc-item.ward-user {
        width: 30% !important;
        float: right;
        margin-right: 10px;
    }

    .addr-loc-item.district-user .list.open {
        right: auto;
    }

    #checkout .method-body .addr-loc-item.add-detail-user input[type="text"] {
        width: calc(100% - 5px) !important;
    }

    #quy-trinh-pc {
        display: block;
        text-align: CENTER;
        margin-bottom: 10px;
    }

        #quy-trinh-pc img {
            max-width: 100%;
            height: auto;
        }

    #quy-trinh-mobile {
        display: none;
    }
    .product-viewed .title-bar-right{
        display: block !important;
        background: #ff9900;
    }
        .product-viewed .title-bar-right a {
            color: #fff !important;
            font-size: 14px;
        }
    ul.list-catg-watched {
        overflow: hidden;
        display: inline-block !important;
    }
    .product-viewed ul.product-highlight-wrap {
        height: 400px;
    }
    .product-viewed li.product-highlight-item.prod-item {
        height: 365px;
    }
    .tragop-ox{
        top: 190px;
    }
    .box-catalog .prod-hl-name{
        text-align: left;
    }
    .box-catalog .product-highlight-wrap .product-highlight-item {
        width: 185px;
        height: 310px;
    }
    .box-catalog .product-highlight-item .prod-hl-thumb, 
    .box-catalog .product-highlight-item .prod-hl-thumb a {
        width: 180px;
        height: 180px;
    }
    .box-catalog .product-highlight-item .prod-hl-gift.active {
        top: 160px;
    }
    .box-catalog .product-highlight-item .tragop-ox {
        top: 160px;
    }
    .box-catalog .product-highlight-wrap {
        height: 340px;
    }
    .trend-catalog.wrap-catalog-main{
        margin-top: 15px;
    }
    ul.list-catalog-main {
        padding: 0 7px;
        width: calc(100% - 20px);
        margin: auto;
        padding-bottom: 5px;
        border-top: 0;
    }
    li.catalog-main-item {
        border: 1px solid #ddd;
        margin: 0;
        -webkit-flex: 8%;
        -ms-flex: 8%;
    }
    .list-catalog-main .catalog-main-item:nth-child(2n+2) {
        border-right: 0 !important;
        margin-bottom: -1px !important;
    }
    .list-catalog-main .catalog-main-item:nth-child(2n+1) {
        border-right: 0 !important;
        margin-bottom: -1px !important;
    }
    .list-catalog-main .catalog-main-item:nth-child(10n) {
        border-right: 1px solid #ddd !important;
    }
    .trend-product-catalog .cat-product-highlight{
        margin-top: 0;
    }
    .trend-product-catalog .product-highlight-wrap{
        height: auto;
    }
    .trend-product-catalog .product-highlight-wrap .product-highlight-item {
        display: inline-block;
        width: 168px;
        margin: 3px 8px 8px 5px;
        min-height: 280px;
        vertical-align: top;
        border: 1px solid #eee;
        height: 280px
    }
    .trend-product-catalog .product-highlight-wrap .product-highlight-item:hover{
        box-shadow: 1px 1px 1px 1px #f5f5f5;
        border: 1px solid #ddd;
    }
    .trend-product-catalog .prod-hl-thumb,
    .trend-product-catalog .prod-hl-thumb a {
        width: 160px;
        height: 160px;
    }
    .trend-product-catalog .prod-hl-gift.active {
        top: 145px;
    }
    .trend-product-catalog .tragop-ox {
        top: 145px;
    }
    li.product-highlight-item.prod-item.last-child a{
        line-height: 330px;
    }
    
}

@media screen and (min-width: 980px) and (max-width: 1125px) {
    .wrap-checkout {
        background-color: #eee;
        display: inline-block;
        width: 100%;
    }

    .checkout-info-box {
        width: 49.5%;
    }

    .checkout-info-panel {
        display: flex;
        justify-content: space-between;
    }

    .checkout-info-products {
        width: 49.5%;
        order: 1;
        margin-left: 8px;
    }

    .checkout-info-box.buyer {
        width: 49.5%;
        float: left;
        padding-bottom: 0;
    }

    .checkout-info-box.product {
        width: 100%;
        height: 100%;
    }

    .checkout-info-body-title {
        display: block;
    }

    .checkout-info-title-col.pro {
        width: 35%;
    }

    .checkout-info-title-col.amo {
        width: 19%;
        text-align: right;
    }

    .checkout-info-title-col.price {
        width: 23%;
        text-align: right;
    }

    .checkout-info-title-col.sum {
        width: 19%;
        text-align: right;
    }

    .checkout-sumary {
        width: 56%;
        display: inline-block;
        float: right;
        margin-right: 0;
    }

    .checkout-sumary-left {
        display: inline-block;
        text-align: right;
        margin-right: 0;
    }

    .checkout-sumary-right {
        display: inline-block;
        float: right;
        margin-right: 10px;
    }

    .choose-more {
        width: 36%;
        display: inline-block;
    }

    .price-old {
        display: block;
    }

    .order-complete-left {
        padding: 10px;
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }

    .order-complete-right {
        padding: 20px 10px;
        width: 55%;
        display: inline-block;
        vertical-align: top;
    }

    .addr-loc-item .select {
        width: 170px;
    }

    .box-edit-prod {
        left: 20px;
        width: 500px;
    }

    .checkout-info-box.buyer .checkout-info-title {
        display: block;
    }

        .checkout-info-box.buyer .checkout-info-title::before {
            content: "";
            font: normal normal normal 28px/1 FontAwesome;
            color: #19abe0;
            width: 40px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
        }

    .title-input-left {
        display: inline-block;
        line-height: 30px;
    }

    .product-checkout-item-name {
        width: 140px;
        display: inline-block;
    }

    .product-checkout-item-among, .product-checkout-item-price, .product-checkout-item-sum {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

        .product-checkout-item-among .btn-among {
            padding: 0;
            width: 28px;
            height: 32px;
        }

    .product-checkout-item-price {
        width: 20%;
        margin-left: 10px;
    }

    .product-checkout-item-sum {
        font-weight: normal;
    }

    .checkout-info-box.product .checkout-info-title::before {
        content: "";
        font: normal normal normal 28px/1 FontAwesome;
        color: #19abe0;
        width: 40px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

    .product-checkout-item.is-gift .product-checkout-item-among {
        margin: 0 0 0 40px;
        width: 60px;
    }

    .wrap-checkout.step2 .checkout-info-box.product {
        display: inline-block;
    }

    .wrap-checkout.step2 .checkout-info-box {
        height: auto;
        padding-bottom: 10px;
    }

        .wrap-checkout.step2 .checkout-info-box.select-pay {
            width: 45%;
        }

    .promotion-banner-item {
        margin-right: 13px;
    }

    .product-checkout-item-right {
        vertical-align: middle;
    }

    .product-checkout-item-thumb {
        vertical-align: middle;
    }

    .Submit-checkout a {
        margin-bottom: 0px;
    }

    .style-submit-checkout {
        margin-bottom: 0 !important;
    }

    .cart-and-account {
        display: inline-block;
    }

    .logo-m {
        width: 126px;
    }
.promotion-view-box ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.promotion-view-box ::-webkit-scrollbar-track {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.promotion-view-box ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ddd;
    border: 1px solid #ddd;
}

    .promotion-view-box ::-webkit-scrollbar-thumb:active {
        background: #ccc;
    }
    .addr-loc-row.addr-step-new {
        clear: both;
    }

    .addr-step-new .addr-loc-item.province-user {
        width: 30% !important;
    }

    .addr-step-new .addr-loc-item.district-user {
        width: 30% !important;
        float: none;
        margin-right: 5px;
    }

    .addr-step-new .addr-loc-item.ward-user {
        width: 30% !important;
        float: right;
        margin-right: 5px;
    }

    .addr-loc-item.district-user .list.open {
        right: auto;
    }

    #checkout .method-body .addr-loc-item.add-detail-user input[type="text"] {
        width: calc(100% - 5px) !important;
    }

    #quy-trinh-pc {
        display: block;
        text-align: CENTER;
        margin-bottom: 10px;
    }

        #quy-trinh-pc img {
            max-width: 100%;
            height: auto;
        }

    #quy-trinh-mobile {
        display: none;
    }
    .product-viewed .title-bar-right{
        display: block !important;
        background: #ff9900;
    }
        .product-viewed .title-bar-right a {
            color: #fff !important;
            font-size: 14px;
        }
    ul.list-catg-watched {
        overflow: hidden;
        display: inline-block !important;
    }
    .product-viewed ul.product-highlight-wrap {
        height: 400px;
    }
    .product-viewed li.product-highlight-item.prod-item {
        height: 365px;
    }
    li.catalog-main-item {
        border: 1px solid #ddd;
        margin: 0;
        -webkit-flex: 7%;
        -ms-flex: 7%;
    }
    .list-catalog-main .catalog-main-item:nth-child(2n+2) {
        border-right: 0 !important;
        margin-bottom: -1px !important;
    }
    .list-catalog-main .catalog-main-item:nth-child(2n+1) {
        border-right: 0 !important;
        margin-bottom: -1px !important;
    }
    .list-catalog-main .catalog-main-item:nth-child(10n) {
        border-right: 1px solid #ddd !important;
    }
}

@media screen and (max-width: 980px) {
    .addr-loc-row {
        padding-left: 40px;
    }
}
