#form-login .block-input img.hide-password{
    left: unset;
    right: 15px;
}

/* cart */
#cart .product-cart-detail{
    padding: 20px;
    background: #fff;
}

#cart .shadow{
    box-shadow: 0 0 8px #ddd !important;
}

#cart .product-cart-detail .title{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#cart .table-wrap .row-table {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}

#cart .table-wrap .row-table .col-td {
    width: 150px;
    padding: 12px 8px 7px;
}

#cart .table-wrap .row-table .col-td .wrap-img{
    padding-bottom: 64.17%;
}

#cart .table-wrap .row-table .col-td:nth-child(1) {
    text-align: center;
}

#cart .table-wrap .row-table .col-td:nth-child(1) img {
    width: 100%;
}

#cart .table-wrap .row-table .col-td .del-item {
    color: #626262;
    position: relative;
    padding-left: 20px;
    margin-top: 3px;
    display: inline-block;
    color: #D9282F;
}

#cart .table-wrap .row-table .col-td .del-item img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
}

#cart .table-wrap .row-table .col-td:nth-child(2) {
    width: calc(100% - 300px);
}

#cart .table-wrap .row-table .col-td .name-item {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

#cart .table-wrap .row-table .col-td .price-text {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

#cart .table-wrap .row-table .col-td:last-child {
    width: 150px;
}

#cart .table-wrap .row-table .col-td .price {
    display: inline-block;
    font-weight: bold;
    color: #df4a32;
    font-size: 16px;
    margin-bottom: 10px;
}

#cart .input-qty{
    text-align: center;
    width: 46%;
    height: 36px;
    padding: 2px 10px;
    border: 1px solid #d8d7d7;
    color: #333;
    display: block;
    margin-right: 0px;
    float: left;
}

/* Chrome, Safari, Edge, Opera */
#cart .input-qty::-webkit-outer-spin-button,
#cart .input-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#cart .input-qty[type=number] {
  -moz-appearance: textfield;
}

#cart .minus,#cart .plus{
    width: 27%;
    height: 36px;
    display: block;
    border: 1px solid #d8d7d7;
    text-align: center;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    background: #fff;
    float: left;
}

#cart .minus{
    border-right: 0px;
    border-radius: 3p 0px 0px 3px;
}

#cart .plus{
    border-left: 0px;
    border-radius: 0px 3px 3px 0px;
}

#cart .total-card-code .ship-total{
    margin-top: 20px;
}

#cart .total-card-code .ship-total .tong-cong {
    font-size: 14px;
    margin-bottom: 10px;
}

#cart .total-card-code .ship-total p {
    width: 180px;
    float: left;
    text-transform: uppercase;
}

#cart .total-card-code .ship-total > span{
    float: left;
}

#cart .price-ship span{
    display: inline-block;
    width: calc(100% - 180px);
}

#cart .total-card-code .ship-total .price-ship {
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

#cart .total-card-code .ship-total .thanh-toan {
    font-size: 15px;
    color: #d9282f;
} 


#cart .buyer-info .title {
    line-height: 40px;
    background-color: var(--primary-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;
    color: #fff;
    margin-bottom: 10px;
}

#cart .thong-tin-text{
    margin-bottom: 8px;
}

#cart .thong-tin-text b{
    font-size: 16px;
}

#cart .thong-tin-text span{
    color: red;
}


#cart /* .checkbox,  */.radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

#cart /* input[type=checkbox],  */input[type=radio] {
    padding: 0;
}

#cart /* .checkbox input,  */.radio input {
    display: none;
}

#cart .radio .icon {
    border-radius: 50% !important;
    background: #ffffff;
    border: solid 2px #bbb;
    overflow: hidden;
    height: 17px;
    width: 17px;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    margin-top: -3px;
    display: inline-block;
}

#cart .radio input:checked ~ .icon {
    border-color: var(--main-color);
}

#cart .radio input:checked ~ .icon:before {
    background-color: var(--main-color);
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    left: 4px;
    top: 4px;
    font-size: 11px;
    color: #ffffff;
    position: absolute;
}

#form-thanh-toan .box-input {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 30px;
}

#form-thanh-toan .input-text {
    display: block;
    width: calc(100% - 10px);
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 5px;
}


#form-thanh-toan .input-text-50 {
    width: calc(50% - 10px);
}

#cart .payment-type {
    background: #fff;
    padding: 25px 20px 18px;
    border: 1px solid #eee;
    margin-bottom: 25px;
}

#cart .payment-type .btn-payment-type {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}

#cart .payment-type label{
    font-weight: normal;
}

#cart .all-button-cart .back-home {
    text-transform: uppercase;
    font-size: 14px;
    color: #d9282f;
    font-weight: bold;
    padding-top: 9px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

#cart .all-button-cart .back-home img {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0px;
    top: 7px;
}

#cart .all-button-cart .button-thanh-toan {
    background: var(--primary-color);
    color: #fff;
    padding: 7px 20px;
    font-size: 15px;
    border-radius: 3px;
    border: solid 1px var(--primary-color);
    cursor: pointer;
    float: right;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px){
    #cart .product-cart-detail{
        margin-bottom: 25px;
        padding: 20px 10px;
    }

    #cart .product-cart-detail .title{
        font-size: 18px;
    }

    #cart .table-wrap .row-table {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 100px;
        padding-bottom: 30px;
        line-height: 22px;
        padding-top: 10px;
    }

    #cart .table-wrap .row-table .col-td{
        width: 90px;
    }

    #cart .table-wrap .row-table .col-td .name-item{
        font-size: 15px;
    }

    #cart .table-wrap .row-table .col-td .price-text{
        margin-top: 0;
        font-size: 12px;
    }

    #cart .table-wrap .row-table .col-td:nth-child(1) {
        position: absolute;
        left: 0px;
        padding: 10px 0px;
    }

    #cart .table-wrap .row-table .col-td:nth-child(2) {
        width: 100%;
        padding: 0px 0px 0px 5px;
    }

    #cart .table-wrap .row-table .col-td:last-child {
        border-right: none;
        width: 120px;
        padding: 0px 0px 0px 5px;
    }

    #cart .input-qty{
        height: 30px;
    }

    #cart .minus,#cart .plus{
        height: 30px;
    }

    #cart .table-wrap .row-table .col-td .price {
        font-size: 15px;
        margin-bottom: 10px;
    }

    #cart .total-card-code .ship-total p{
        width: 145px;
    }

    #cart .price-ship span{
        width: calc(100% - 145px);
    }

    #form-thanh-toan .box-input {
        padding: 5px;
    }

    #form-thanh-toan .input-text-50 {
        width: 100%;
    }

    #cart .payment-type {
        padding: 15px 10px 10px;
    }

    #cart .all-button-cart .back-home span {
        display: none;
    }   
}