@media only screen and (min-width: 992px) {
    #cart-mb{
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    #cart-dk{
        display: none;
    }
}

body {
    background-color: #f5f5f5;
}

.container {
    max-width: 1300px;
}

.page-title {
    font-size: 28px
}

.cart_image {
    max-width: 120px;
    max-height: 120px;
    display: block
}

.fa-trash {
    font-size: 30px
}

.error-list {
    color: #a94442;
    margin-top: 5px
}

.error-list p {
    padding: 0;
    margin-bottom: 0;
    font-weight: bold
}

.error-list:empty {
    display: none
}

.coupon .input-wrapper,
.form-input-inline form {
    display: block;
    height: 100%;
    position: relative;
}

.coupon,
.form-input-inline {
    width: 100%;
    padding: 0;
    position: relative;
}

.shadow-radius {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-radius: 5px;
    overflow: hidden;
}

.coupon h3 {
    font-size: 14px;
}

.coupon .input-wrapper input {
    border-color: #ddd !important;
}

.span-count{
    position: absolute;
    top: 0;
    right: 0;
}

.js-remove{
    cursor: pointer;
}

.cart_totals{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.coupon .input-wrapper input,
.form-input-inline input {
    width: 100% !important;
    padding: 0;
    height: 40px;
    position: static;
    border: solid 1px #ff4500;
    border-right: none;
    text-indent: 10px;
    outline: 0;
    border-radius: 5px;
}

.coupon .input-wrapper .btw,
.form-input-inline .btn-w {
    float: none;
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.code-voucher{
    font-size: 13px;
}

.box-voucher{
    background-color: pink;
}

.desc-voucher{
    font-size: 10px;
}

.coupon .input-wrapper .btw button,
.form-input-inline input[type=submit] {
    width: 100%;
    height: 100%;
    color: #fff;
    border: none;
    padding: 0 15px;
    text-indent: 10px;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
}

.button-two {
    border-radius: 4px;
    background-color: #d35400;
    border: none;
    padding: 10px 20px;
    transition: all .5s;
    color: #fff;
}

.styled-radio input {
    scale: 1.5;
    margin-right: 10px;
}

.styled-radio {
    font-size: 13px;
}

.button-count {
    cursor: pointer;
    align-items: center;
    background-color: #fff;
    border: 1px solid #d8e0e8;
    box-sizing: border-box;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    outline: none;
    width: 28px;
}

.minus {
    border-radius: 100px 0 0 100px;
}

.plus {
    border-radius: 0 100px 100px 0;
}

.number-product {
    border: 1px solid #d8e0e8;
    font-weight: 500;
    max-width: 30px;
    outline: none;
    text-align: center;
}

#select2-Province-container, #select2-District-container,
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
}


#cart_form span.selection > span,
#cart_form span.select2-selection__arrow,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px !important;
}

#cart_form > div:nth-child(3) > div.col-12.col-lg-8 > div > div.card-body > div:nth-child(2) > div:nth-child(2) > div > span,
#cart_form > div:nth-child(3) > div.col-12.col-lg-8 > div > div.card-body > div:nth-child(2) > div:nth-child(3) > div > span
{
    width: 100% !important;
}

label.error{
    color: red;
}


    .cart-info {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .cart-info li {
        padding: 10px;
        border-bottom: 1px solid #eee
    }

    .cart-item {
        display: flex;
        flex-wrap: nowrap
    }

    .cart-info img {
        width: 90px;
        display: inline-block
    }

    .cart-info .info-left {
        padding: 10px 10px 0 0;
        display: -webkit-box;
        justify-content: space-between;
        width: calc(100% - 100px);
        float: left
    }

    .info {
        width: 100%;
        margin-left: 15px
    }

    .cart-info .info-name {
        color: #242424;
        font-size: 13px;
        text-decoration: none;
        display: -webkit-box;
        line-height: 16px;
        margin: 0 0 4px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }

    .cart-info .info-price {
        padding: 10px 5px 0 0;
        float: right
    }

    .cart-info .info-price p {
        font-weight: 700;
        font-size: 13px;
        line-height: 20px;
        display: block
    }

    .cart-info .product-wrap-qty {
        display: flex;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .info-right {
        clear: both
    }

    .info-right a {
        padding-top: 0;
        float: left
    }

    .info-right p {
        font-size: 12px;
        float: left;
        display: block
    }

    .info-right a i {
        font-size: 15px;
        float: left
    }

    .info-right .remove {
        float: right;
    }

    .product-summary {
        padding: 10px
    }

    .check-discount {
        display: flex;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: relative;
        padding-top: 15px
    }

    .check-discount input {
        border: 1px solid #e0e0e0;
        padding: 10px 12px 10px 10px;
        color: #999;
        font-size: 13px;
        width: calc(100% - 100px);
        outline: none
    }

    .check-discount .coupon-button {
        border: none;
        background: rgb(144 192 245);
        padding: 10px 20px;
        color: #fff;
        font-size: 14px;
        border-radius: 4px;
        outline: none;
        font-weight: 500;
        text-transform: capitalize
    }

    .total-pay {
        margin: 10px 0;
        padding: 15px 10px;
        background: #f2f2f2
    }

    .total-pay div {
        margin-bottom: 5px
    }

    .total-pay div:last-child {
        margin-bottom: 0
    }

    .pay-right {
        float: right
    }

    .input-form {
        display: block;
        width: 100%;
        height: 35px;
        padding: .375rem .75rem;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    .form-info .form-group {
        margin-bottom: 12px
    }

    .card-bodu-form {
        flex: 1 1 auto;
        min-height: 1px
    }

    .styled-radio {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .styled-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

    .styled-radio .radiobtn {
        position: absolute;
        top: 7px;
        left: 8px;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border-radius: 50%
    }

    .styled-radio input:checked~.radiobtn {
        background-color: #79b7fc
    }

    .styled-radio input:checked~.radiobtn:after {
        display: block
    }

    .styled-radio .radiobtn:after {
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff
    }

    .styled-radio .radiobtn:after {
        content: "";
        position: absolute
    }

    .btn-outline {
        color: #fff;
        font-weight: bold;
        letter-spacing: .05em;
        width: 100%;
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .btn-outline {
        background: -webkit-linear-gradient(top, #f59000, #fb8b4c);
        font-weight: bold;
        border-radius: 0
    }

    .btn-outline:hover,
    .btn-outline:active,
    .btn-outline:focus,
    .btn-outline.active {
        background: #4fbfa8;
        color: #fff;
        border-color: #4fbfa8
    }

    .button-chart {
        padding-top: 40px;
        z-index: 999
    }

    .title-cart {
        margin: 15px 0
    }

    .title-cart h2 {
        font-size: 14px;
        font-weight: bolder
    }

    .form-checkout {
        margin-top: 20px
    }

    .error_cart {
        border: 1px solid red
    }

    footer,
    #arcontactus {
        display: none
    }

    .check-pay {
        padding-bottom: 20px
    }

    .error-list {
        color: #a94442;
        margin-top: 5px
    }

    .error-list p {
        padding: 0;
        margin-bottom: 0;
        font-weight: bold;
        font-size: 12px
    }

    .error-list:empty {
        display: none
    }

    @media only screen and (max-width: 992px) {
        #contact-bar-footer{
            display: none;
        }
    }
