.main-container {
    min-height: 240px
}

.main-container .col-main {
    float: none;
    width: auto
}

.main-container .col-main .cart .bg-scroll {
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-bottom: none;
    border-radius: 5px
}

.main-container .col-main .cart .cart-thead {
    background: #f1f1f1;
    font-weight: bold;
    font-size: 13px;
    clear: both;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    border-right: none;
    border-left: none;
    float: left;
    min-width: 600px
}

.main-container .col-main .cart .cart-thead div {
    float: left;
    padding: 15px 0px;
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 600
}

.main-container .col-main .cart .nobr {
    white-space: nowrap
}

.main-container .col-main .cart .cart div.a-right {
    text-align: right
}

.main-container .col-main .cart .cart div.a-center {
    text-align: center
}

.main-container .col-main .cart .cart-tbody {
    width: 100%;
    float: left
}

.main-container .col-main .cart .cart-tbody .item-cart {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    float: left
}

.main-container .col-main .cart .item-cart .image .product-image {
    width: 100%
}

.main-container .col-main .cart .item-cart .image .product-image img {
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.main-container .col-main .cart .cart-tbody .item-cart div {
    float: left;
    padding: 20px 10px;
    line-height: 20px;
    vertical-align: top;
    height: 135px;
    overflow: hidden
}

.main-container .col-main .cart .cart-tbody .item-cart div.fix-flex {
    display: flex;
    align-items: center
}

.main-container .col-main .cart .cart-tbody .item-cart div.fix-flex .product-name {
    margin: 0
}

.main-container .col-main .cart .cart-tbody .item-cart div.fix-flex .product-name a {
    font-weight: 600
}

.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
    padding: 10px 0 6px;
    position: relative
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: url("https://img.htvietnam.vn/layouts/layout192/svg/cancel.svg");
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center
}

.main-container .col-main .cart .cart-tbody .item-cart .product-image {
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    padding: 0 20px
}

@media (max-width: 991px) {
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0
    }
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 10%
}

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    width: 75px;
    margin-top: 15px;
    padding: 20px 0px 0px 0px;
    transform: translateX(50%)
}

.main-container .col-main .cart .cart .product-name a {
    font-size: 14px
}

.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    transform: translateY(0px);
    float: left
}

.main-container .col-main .cart .variant-title {
    color: #686868
}

.main-container .col-main .cart .cart-tbody .item-cart div .price {
    font-size: 16px;
    font-weight: 500;
    line-height: 6;
    color: #df0000
}

.main-container .col-main .cart .item-cart .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 24px;
    width: 21px;
    vertical-align: top;
    text-align: center;
    padding: 0
}

.main-container .col-main .cart .item-cart .number-sidebar {
    border: 1px solid #ddd;
    height: 24px;
    margin-left: -1px;
    text-align: center;
    width: 29px;
    margin-right: -1px;
    padding: 0;
    line-height: 15px;
    float: left !important;
    background: #fff !important;
    opacity: 1 !important;
    color: #000
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #333;
    cursor: pointer;
    padding: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
    display: none
}

@media screen and (max-width: 543px) {
    .main-container .col-main .cart .select-item-qty-mobile .txt_center input {
        height: 25px;
        width: 24px;
        text-align: center;
        margin: 0px;
        padding: 0;
        position: absolute;
        left: 22px;
        min-height: 0;
        border-left: none;
        border-right: none;
        background-color: #fff
    }

    .main-container .col-main .cart .item-product .title-product-cart-mobile {
        max-width: 150px
    }

    .main-container .col-main .cart .title-product-cart-mobile h3 {
        line-height: 1
    }

    .main-container .col-main .cart .main-cart-page {
        min-height: auto !important
    }

    .main-container .col-main .cart .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        width: 23px;
        padding: 0;
        height: 25px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        background: none !important;
        color: #000;
        border: solid thin #ddd
    }

    .main-container .col-main .cart .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        width: 23px;
        padding: 0;
        height: 25px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        color: #fff;
        background: none !important;
        color: #000;
        border: solid thin #ddd
    }

    .main-container .col-main .cart .select-item-qty-mobile>div {
        position: relative;
        width: 68px;
        height: 25px
    }
}

@media screen and (max-width: 375px) {
    .main-container .col-main .cart .item-product .title-product-cart-mobile {
        max-width: 110px !important
    }
}

.main-container .col-main .cart .btn-proceed-checkout {
    background: #a7252f;
    line-height: 35px;
    color: #fff;
    height: 50px;
    font-size: 16px;
    border: none;
    padding: 0 50px;
    float: right;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase
}

.main-container .col-main .cart .btn-proceed-checkout:hover {
    background: #cdad70;
    color: #fff !important
}

.main-container .col-main .cart .btn-continue {
    background: #fff !important;
    line-height: 35px;
    color: #a7252f !important;
    border: 1px solid #a7252f !important;
    height: 50px;
    font-size: 16px;
    border: none;
    padding: 0 50px;
    float: right;
    border-radius: 3px;
    margin-bottom: 50px;
    width: 100%;
    text-transform: uppercase
}

.main-container .col-main .cart .btn-continue:hover {
    border: 1px solid #cdad70 !important;
    background: #cdad70 !important;
    color: #fff !important
}

.main-container .col-main .cart .totals .inner {
    padding: 4px 0 15px;
    margin-top: 0
}

.main-container .col-main .cart #shopping-cart-totals-table tr td {
    border: none
}

.main-container .col-main .cart #shopping-cart-totals-table tr {
    border-bottom: 1px solid #ebebeb
}

.main-container .col-main .cart #shopping-cart-totals-table tr:nth-child(2n) {
    border: none
}

.main-container .col-main .cart #shopping-cart-totals-table tr strong {
    font-weight: 500
}

.main-container .col-main .cart #shopping-cart-totals-table tr h5 {
    font-weight: 700
}

.main-container .col-main .cart #shopping-cart-totals-table {
    float: right;
    width: 100%;
    padding-bottom: 8px;
    background: #fff
}

.main-container .col-main .cart .cart .totals table th,
.main-container .col-main .cart .cart .totals table td {
    padding: 10px;
    background: none !important;
    box-shadow: none !important;
    color: #333 !important;
    height: 50px;
    vertical-align: middle
}

.main-container .col-main .cart span.totals_price.price {
    color: #df0000;
    font-size: 16px;
    font-weight: bold
}

.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    float: none;
    margin-bottom: 0
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0;
    float: left
}

.cart-empty {
    display: inline-block;
    width: 100%;
    text-align: center
}

.cart-empty .cart-empty-bg {
    width: 200px;
    height: 200px;
    display: inline-block;
    background-image: url(https://img.htvietnam.vn/layouts/layout192/cart_empty.png);
    background-repeat: no-repeat;
    background-size: contain
}

.cart-empty .btn-cart-empty {
    margin: 10px 0 20px 0
}

@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 196px
    }
}

@media (max-width: 991px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 252px
    }

    .main-container .col-main .cart .totals .inner {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .item-product .title-product-cart-mobile {
        max-width: calc(100% - 164px)
    }

    .sign_main {
        background: #f7f8f9;
        margin-top: 40px
    }

    .main {
        border-bottom: solid 1px #ebebeb;
        background: #fff;
        margin-top: 40px
    }

    .main-container {
        margin-top: -40px
    }

    .cart-mobile {
        padding: 10px 0px 0px 0px
    }

    .header-cart {
        padding: 10px 15px 0px;
        border-bottom: solid 1px #ebebeb;
        margin-top: -10px
    }

    .header-cart-content {
        margin-top: 10px
    }

    .header-cart-content .content-product-list {
        min-height: 110px
    }

    .header-cart .title-cart {
        line-height: 10px
    }

    .header-cart-price {
        padding: 18px 15px
    }

    .title-cart {
        margin-bottom: 10px
    }

    .title-cart h3 {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0px
    }

    .title-cart p {
        font-size: 12px;
        color: #9c9c9c
    }

    .title-cart a {
        float: none;
        margin-top: -28px;
        color: #df0000;
        font-size: 16px;
        line-height: 27px;
        font-weight: bold
    }

    .header-cart-price .title-cart a {
        float: right
    }

    .header-cart-price .title-cart h3 {
        line-height: 30px
    }

    .btn-proceed-checkout-mobile {
        width: 100%;
        line-height: 27px;
        color: #fff;
        height: 40px;
        font-size: 14px;
        border: none;
        background: #a7252f;
        text-transform: uppercase
    }

    .btn-proceed-checkout-mobile:hover {
        border: 1px solid #cdad70 !important;
        background: #cdad70;
        color: #fff !important
    }

    .btn-continue {
        width: 100%;
        line-height: 27px;
        color: #a7252f !important;
        height: 40px;
        font-size: 14px;
        border: 1px solid #a7252f !important;
        background: #fff;
        text-transform: uppercase;
        margin-top: 10px
    }

    .btn-continue:hover {
        border: 1px solid #cdad70 !important;
        background: #cdad70;
        color: #fff !important
    }

    .content-product-list .item-product {
        padding: 15px 15px;
        min-height: 110px;
        border-bottom: solid 1px #ebebeb;
        overflow: hidden
    }

    .item-product-cart-mobile,
    .title-product-cart-mobile,
    .select-item-qty-mobile {
        float: left
    }

    .item-product-cart-mobile {
        max-width: 115px;
        margin-right: 5px
    }

    .item-product-cart-mobile img {
        max-width: 115px;
        margin-right: 0px
    }

    .select-item-qty-mobile {
        float: right;
        text-align: center
    }

    .title-product-cart-mobile a {
        word-break: break-word;
        font-size: 14px;
        color: #363636;
        display: inline-block;
        line-height: initial
    }

    .select-item-qty-mobile input.qty {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ebebeb;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        outline: medium none;
        padding: 5px 5px 5px 12px;
        width: 41px
    }

    .title-product-cart-mobile p {
        line-height: 2;
        font-size: 14px;
        color: #898989
    }

    .title-product-cart-mobile span {
        color: #df0000;
        font-weight: 600
    }

    .select-item-qty-mobile a {
        line-height: 3;
        color: #e2574c;
        font-weight: 600;
        background-color: transparent;
        width: auto
    }
}

@media screen and (max-width: 991px) {
    .select-item-qty-mobile .txt_center input {
        height: 25px;
        width: 24px;
        text-align: center;
        margin: 0px;
        padding: 0;
        position: absolute;
        left: 22px;
        min-height: 0;
        background-color: #fff;
        color: #000 !important;
        opacity: 1
    }

    .item-product .title-product-cart-mobile {
        width: calc(100% - 164px)
    }

    .title-product-cart-mobile h3 {
        line-height: 1;
        margin: 0;
        font-size: 14px
    }

    .main-cart-page {
        min-height: auto !important
    }

    .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        width: 23px;
        padding: 0;
        height: 25px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        color: #fff;
        background: none !important;
        color: #000;
        border: solid thin #ddd
    }

    .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        width: 23px;
        padding: 0;
        height: 25px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        color: #fff;
        background: none !important;
        color: #000;
        border: solid thin #ddd
    }

    .select-item-qty-mobile>div {
        position: relative;
        width: 68px;
        height: 25px
    }
}

@media screen and (max-width: 375px) {
    .item-product .title-product-cart-mobile {
        width: calc(100% - 164px)
    }
}

.wrap_page .title_head.left {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 20px
}

.wrap_page .title_head.left .padding__ {
    font-size: 25px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .wrap_page .title_head.left .padding__ {
        font-size: 20px
    }
}