/*payment.css*/
table.addtocart2 tbody tr td:first-child{
    padding-left: 120px;
}
table.addtocart2 tr td .img{
    left: 0;
}
.botAll .quantity{
    margin: 0 auto;
    text-align: center;
}

/* boxAdressCheck */

/* boxAllTil */
.boxAllTil{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom:1px solid rgba(0, 0, 0, 1);
}
.boxAllTil .title{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.boxAllTil .editB{

}
/* boxAdressCheck */

.boxAdressCheck{
    display: flex;
    margin: 0 -65px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.boxAdressCheck .checkOutL{
    width: 50%;
    padding: 0 65px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.boxAdressCheck .checkOutL:last-child{
    border-right: none;
}
.boxAdressCheck .boxcheck{
    margin-bottom: 20px;
}
.boxAdressCheck .boxcheckRes{
    margin-bottom: 0px;
}
.boxAdressCheck .boxcheck .ad_content{
    display: none;
    padding: 10px 0px;
}
.boxAdressCheck .boxcheck .ad_content .row_input{
    margin-bottom: 10px;
}
.boxAdressCheck .boxcheck .ad_content .note{
    margin-bottom: 20px;
}
.boxAdressCheck .boxcheck .ad_content label{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}
.boxAdressCheck .boxcheck .ad_content input, .boxAdressCheck .boxcheck .ad_content select{
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
}
.boxAdressCheck .boxcheck .ad_content textarea{
    width: 100%;
    height: 70px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    box-shadow: none;
    border-radius: 0;
}
.boxAdressCheck .boxcheck .ad_title{
    padding: 5px 18px;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}
.boxAdressCheck .boxcheck .ad_title::before{
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #e1e1e1;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 0px;
}
.boxAdressCheck .boxcheck .address_delivery.active .ad_title::before{
    background-color: #e54f4f;
}
.boxAdressCheck .boxcheck .ad_title::after{
    content:"\f00c";
    position: absolute;
    top: 50%;
    left: 25px;
    font-size: 8px;
    transform: translateY(-50%);
    color: #fff;
    font-family: fontAwesome;
    opacity: 0;
    visibility: hidden;
}
.boxAdressCheck .boxcheck .ad_content{

}
.boxAdressCheck .boxcheck .address_delivery.active .ad_title::after{
    opacity: 1;
    visibility: initial;
}
.boxAdressCheck .titleCheck{
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e54f4f;
    text-transform: uppercase;
    color: #e54f4f;
    font-weight: bold;
}
.boxAdressCheck .contentCheck{

}
.boxAdressCheck .gripRaPri{
    display: flex;
    justify-content: space-between;
}
.boxAdressCheck .gripRaPri .priceVc{
    color: #e54f4f;
}
.boxAdressCheck .contAll{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.boxAdressCheck .contL{
    width: calc(100% - 105px);
    padding: 0 5px;
}
.boxAdressCheck .contR{
    width: 105px;
    padding: 0 5px;
}
.boxAdressCheck .contR ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.boxAdressCheck .contR ul li:first-child{
    width: 60%;
    text-align: left;
}
.boxAdressCheck .contR ul li{
    width: 40%;
    padding: 0 5px;
    text-align: right;
    position: relative;
}
.boxAdressCheck .contR ul li.active a{
    color: #e54f4f;
}
.boxAdressCheck .contR ul li::before{
    content: '|';
    position: absolute;
    right: 0;
}
.boxAdressCheck .contR ul li:last-child::before{
    display: none;
}
.boxAdressCheck .wraspMethod .radio .lbb > input{
    display: none;
}
.boxAdressCheck .wraspMethod .radio label{
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}
.boxAdressCheck .wraspMethod .radio{
    margin: 0;
    margin-bottom: 10px;
}
.boxAdressCheck .wraspMethod .gripRaPriRes .radio, .boxAdressCheck .wraspMethod .gripRaPriRes .radio .lbb{
    margin-bottom: 0px;
}
.boxAdressCheck .wraspMethod .radio:last-child{
    margin-bottom: 0;
}

.boxAdressCheck .wraspMethod .radio .lbb{
    margin-bottom: 10px;
}
.boxAdressCheck .wraspMethod .radio .showPoupacc{
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
}
.boxAdressCheck .wraspMethod .radio .showPoupacc::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    background: #fff;
}
.boxAdressCheck .wraspMethod .radio .showPoupacc.active::before{
    border: 1px solid #e54f4f;
}
.boxAdressCheck .wraspMethod .radio .showPoupacc::after{
    content: '';
    width: 10px;
    height: 10px;
    background: #e54f4f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
.boxAdressCheck .wraspMethod .radio .showPoupacc.active::after{
    opacity: 1;
}
.boxAdressCheck .wraspMethod .radio label .name{
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
}
.boxAdressCheck .wraspMethod .radio label .txt{
    font-weight: bold;
}
.boxAdressCheck .wraspMethod .radio label .note{
    font-size: 14px;
    color: #666666;
}
[type="radio"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #e54f4f;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{
    content: '';
    width: 10px;
    height: 10px;
    background: #e54f4f;
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
/*  */
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #e1e1e1;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after{
    content: '';
    width: 18px;
    height: 18px;
    background: #e54f4f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.containerL {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerL input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #eee;
}

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.containerL input:checked ~ .checkmark {
    background-color: #e54f4f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerL input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerL .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.boxAdressCheck .wraspMethod .radio .content{
    display: none;
}
.boxAdressCheck .wraspMethod .radio .content .addBox{
    padding: 0 20px;
}
.boxAdressCheck .wraspMethod .radio .content .addBox p{
    padding: 0;
    margin-bottom: 3px;
}
.boxAdressCheck .wraspMethod .radio .content .addBox .noteAdd{
    color: #666666;
    margin-top: 10px;
}
.boxAdressCheck .wraspMethod .formAdd{

}
.boxAdressCheck .wraspMethod .formAdd .row{
    margin: 0 -5px;
}
.boxAdressCheck .wraspMethod .formAdd .row > div{
    padding: 0 5px;
}
.boxAdressCheck .wraspMethod .formAdd .form-group label{
    display: block;
    margin-bottom: 15px;
    padding-left: 0;
}
.boxAdressCheck .wraspMethod .formAdd .form-group label span{
    display: inline-block;
    margin-left: 5px;
}
.boxAdressCheck .wraspMethod .formAdd .form-group input, .boxAdressCheck .wraspMethod .formAdd .form-group select,.boxAdressCheck .wraspMethod .formAdd .form-group textarea{
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    box-shadow: none;
    background-color: #fff;
}
.boxAdressCheck .wraspMethod .formAdd .form-group textarea{
    height: 70px;
    padding: 10px;
}
.boxAdressCheck .wraspMethod .formAdd .checkou{
    margin-bottom: 40px;
    margin-top: 20px;
    display: block;
}
.boxAdressCheck .wraspMethod .formAdd .checkou input{
    display: none;
}
.boxAdressCheck .wraspMethod .buttCheck{
    display: flex;
}
.boxAdressCheck .wraspMethod .buttCheck .btnC{
    width: 120px;
    margin-right: 20px;
}
.boxAdressCheck .wraspMethod .buttCheck button{
    height: 45px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    line-height: 45px;
    border: 1px solid #000000;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.boxAdressCheck .wraspMethod .buttCheck button:hover{
    background-color: #333333;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.boxAdressCheck .wraspMethod .buttCheck .btnG{
    width: calc( 100% - 140px);
}
.boxAdressCheck .wraspMethod .buttCheck .btnG button{
    background-color: #333333;
    color: #fff;
}
.boxAdressCheck .wraspMethod .buttCheck .btnG button:hover{
    background-color: #e54f4f;
    border: 1px solid #e54f4f;
}

/*  */
.paymentKqWrap{
    max-width: 570px;
    margin: 0 auto;
    padding: 20px 10px 10px;
}
.paymentKqWrap .paymentKq{
    text-align: center;
    padding: 30px 20px;
}
.paymentKqWrap .paymentKq > div{
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
}
.paymentKqWrap .paymentKq .icon{
    max-width: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.paymentKqWrap .paymentKq .txt1{
    color: #1d1d1d;
}
.paymentKqWrap .paymentKq .txt2{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}
.paymentKqWrap .paymentKq .code{


}
.paymentKqWrap .paymentKq .text3{
    margin-bottom: 0;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
}
.paymentKqWrap .paymentKq .text3 a{
    display: block;
    border: 1px solid #333333;
    padding: 10px ;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
}
.paymentKqWrap .paymentKq .text3 a:hover{
    background-color: #333333;
    color: #ffff;
}
.paymentKqWrap .paymentKq .text3 > div{
    margin-bottom: 10px;
}
.paymentKqWrap .paymentKq .text3 .linktxt a{
    background-color: #333333;
    color: #fff;
}
.paymentKqWrap .paymentKq .text3 .linktxt a:hover{
    background-color: #e54f4f;
    border-color: #e54f4f;
}
/*  */
.boxAllPMBd .lstProtable{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.boxAllPMBd .lstProtable .productLeft{
    display: flex;
}
.boxAllPMBd .lstProtable .productLeft .img{
    width: 105px;
    height: 105px;
    position: relative;
    background-color: #f6f6f6;
}
.boxAllPMBd .lstProtable .productLeft .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.boxAllPMBd .lstProtable .productLeft .ifo{
    width: calc(100% - 105px);
    padding-left: 20px;
}
.boxAllPMBd .lstProtable .productLeft .i-title{
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.boxAllPMBd .lstProtable .productLeft .i-title strong{
    color: #e54f4f;
}
.boxAllPMBd .lstProtable .productLeft .i-options{
    display: flex;
    flex-wrap: wrap;
}
.boxAllPMBd .lstProtable .productLeft .i-options .i-color{
    margin-right: 10px;
}
.boxAllPMBd .lstProtable .productLeft .i-options .i-quality{
    width: 100%;
}

.boxAllPMBd .lstProtable .priceRight .i-price-sale{
    font-size: 16px;
    line-height: 24px;
    color: #e54f4f;
}
@media screen and (max-width: 991px){
    .boxAdressCheck .boxcheck .ad_content{
        padding: 10px 0px;
    }
    .boxAdressCheck .contR ul li, .boxAdressCheck .contR ul li:first-child{
        width: 100%;
        text-align: right;
    }
    .boxAdressCheck .contR ul li::before{
        display: none;
    }
    .boxAdressCheck .contR{
        width: 65px;
    }
    .boxAdressCheck .contL {
        width: calc(100% - 65px);
    }
    .boxAdressCheck .wraspMethod .radio label .name, .boxAdressCheck .wraspMethod .radio .showPoupacc{
        font-size: 16px;
        line-height: 24px;
    }
    .boxAdressCheck .wraspMethod .radio label{
        font-size: 14px;
    }
    .boxAdressCheck{
        margin-bottom: 20px;
    }
    .boxAdressCheck{
        margin: 0 -20px;
        margin-bottom: 20px;
    }
    .boxAdressCheck .checkOutL{
        padding: 0 20px;
    }
    .boxAllPMBd .lstProtable .productLeft .img{
        width: 70px;
        height: 70px;
    }
    .boxAllPMBd .lstProtable .productLeft .ifo{
        width: calc(100% - 70px);
    }
    .boxAllPMBd .lstProtable .priceRight{
        padding-left: 90px;
    }

}
@media screen and (max-width: 767px){
    table.addtocart2 tbody tr td:first-child {
        padding-left: 0;
        position: static;
    }
    table.addtocart2 tbody tr{
        padding-left: 90px;
    }
    table.addtocart2 tbody tr td .i-options{
        justify-content: flex-start;
    }
    table.addtocart2 tbody tr td:nth-child(3){
        width: 25%;
    }
    table.addtocart2 tbody tr td:nth-child(4){
        top: -40px;
        width: 75%;
        text-align: left;;
    }
    .botAll .quantity{
        text-align: left;
    }
    .boxAdressCheck .checkOutL, .boxAdressCheck .checkOutL{
        width: 100%;
    }
    .boxAdressCheck .checkOutL{
        border-right: none;
    }
    .boxAdressCheck .wraspMethod .buttCheck{
        display: block;
    }
    .boxAdressCheck .wraspMethod .buttCheck .btnC, .boxAdressCheck .wraspMethod .buttCheck .btnG{
        width: 100%;
        margin-bottom: 10px;
    }
    .boxAdressCheck .wraspMethod .buttCheck .btnG{
        margin-bottom: 0;
    }
    .paymentKqWrap .paymentKq .text3{
        max-width: 100%;
    }

    /* cartProInfo */


    .cartProInfo .infoCartNnn .gripNnn{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .cartProInfo .clCartNnn{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        position: relative;
        padding-right: 15px;
        font-size: 13px;
        line-height: 21px;
    }
    .cartProInfo .clCartNnn::before{
        content: "\f107";
        font-family: fontAwesome;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        -o-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
        right: 0;
    }
    .cartProInfo .clCartNnn .img{
        width: 15px;
        height: 15px;
        opacity: 0.8;
        margin-right: 5px;
    }
    .cartProInfo .gripNnn .priCartNnn{
        font-weight: bold;
    }
    .cartProInfo .infocartMmm{
        display: none;
        margin-bottom: 20px;
        font-weight: 16px;
        line-height: 24px;
    }

}



/*shopping.css*/

.lstProductAll .ProItem .decs{
    background-color: #ffff;
}
.lstProductAll .ProItem .thumb a{
    background-color: #f6f6f6;
}
.boxTitleSh{
    background-color: #e8e8e8;
    padding: 35px 0 30px;
}
.boxTitleSh .title{
    
    text-transform: uppercase;
    font-weight: bold;
}
.boxTitleSh .title h1{
    font-size: 30px;
    line-height: 40px;
}
/* table */
table.addtocart2{
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
table.addtocart2 thead tr td{
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px;
    font-weight: bold;
    border-bottom: 0;
}

table.addtocart2 > thead > tr > td:nth-child(2){
    width:180px;
}
table.addtocart2 > thead > tr > td:nth-child(3){
    width: 180px;
}
table.addtocart2 > thead > tr > td:nth-child(4){
    width: 180px;
    text-align: right;
}
table.addtocart2 tbody tr td{
    padding: 30px 5px;
    /* text-align: center; */
    font-size: 14px;
    line-height: 25px;
}
table.addtocart2 thead tr{
    border-bottom: 1px solid rgba(0,0,0,1);
}
table.addtocart2 tbody tr{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
table.addtocart2 tbody tr:last-child{
    border-bottom: none;
}
table.addtocart2 thead tr td{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}
table.addtocart2 tr td:last-child{
    border-right: 0;
    text-align: right;
}
table.addtocart2 tbody tr td:first-child{
    padding-left: 150px;
    position: relative;
}
table.addtocart2 tbody tr td .i-title{
    margin-bottom: 5px;
    font-size: 16px;
    max-width: 90%;
    max-height: 56px;
    overflow: hidden;
    text-transform: uppercase;
}
table.addtocart2 tbody tr td .i-khuyenmai{
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
}
table.addtocart2 tbody tr td .i-price{
    display: flex;
    flex-wrap: wrap;
}
table.addtocart2 tbody tr td .i-price-sale{
    color: #e54f4f;
}
table.addtocart2 tbody tr td:last-child .i-price-sale{
    color: #000000;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
table.addtocart2 tbody tr td .i-price-regular{
    text-decoration: line-through;
    margin-right: 10px;
    color: #999999;
}
table.addtocart2 tbody tr td .i-price-per{
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    padding: 0 5px;
    background: #5ab210;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table.addtocart2 tbody tr td .i-options > div{
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}
table.addtocart2 tbody tr td .i-options > div:last-child{
    margin-right: 0;
}
table.addtocart2 tbody tr td .i-options .i-color span, table.addtocart2 tbody tr td .i-options .i-size span{
    display: inline-block;
    width: 40px;
}
table.addtocart2 tbody tr td .btnclear{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/cart.png') no-repeat 50% 50% / 100% auto;
    text-indent: -999999px;
    color:  transparent;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
table.addtocart2 tbody tr td .botAll .quantity input{
    background-color: transparent;
    border: 1px solid #000000;
}
table.addtocart2 table.img-title{
    width: 100%;
}
table.addtocart2 table.img-title tbody tr td{
    border-bottom: none;
    border-right: none;
    padding: 0;
    text-align: left;
}
table.addtocart2 table.img-title tr td:nth-child(1){
    text-align: left;
    width: 80px;
    padding-right: 10px;
}
table.addtocart2 tr td .img{
    width: 90px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}
table.addtocart2 tr td .btnclear{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}
table.addtocart2 tr td .ifo{

}
.otherBoxS{
    border-top: none;
    padding-top: 0;
}
/* boxPayment */
.boxPayment{
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.boxPaymentRes{
    border-top: none;
    padding-top: 0px!important;
}
.noteForm{
    text-align: center;
    font-size: 13px;
    line-height: 21px;

} 
.boxPayment > div{
    width: 50%;
    padding: 0;
}
.boxPaymentRes > div{
    width: 100%;
}
.boxPayment .contiPay{
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}
.notepayment input{
    width: 100%;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}
.boxPayment .boxPaymentL a{
    background-color: #e8e8e8;
    padding: 12px 30px 8px;
    text-transform: uppercase;
    display: inline-block;
}
.boxPayment .boxPaymentL a:hover{
    background-color: #d11e70;
    color: #fff;
}
.boxPayment .boxPaymentR {
  
}
.boxPayment .boxPaymentR .box-form{
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}
.boxPayment .userPoint a{
    color: #d11e70;
}
.boxPayment .boxPaymentR .box-form .box-form-content{
  width: 60%;
}
.boxPayment .boxPaymentR .total_cart{
    margin-bottom: 20px;
}
.boxPayment .boxPaymentR .total_cartbd{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 1);
}
.boxPayment .boxPaymentR .box-form-title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 23px;
    width: 40%;
}
.boxPayment .boxPaymentR .input-group{
   width: 100%;
}
.boxPayment .boxPaymentR .input-group input{
    width: 100%;
    height: 45px;
    border: 1px solid rgba(0,0,0,1);
    padding: 0 110px 0 20px;
    font-size: 16px;
    border-radius: 0;
}
.boxPayment .boxPaymentR .input-group button{
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border: none;
    text-transform: uppercase;
    background-color: #eeeeee;
    width: 100px;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    line-height: 46px;
    font-weight: bold;
}
.boxPayment .boxPaymentR .input-group button:hover{
    background-color: #d11e70;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.boxPayment .total_cart .item_1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
}
.boxPaymentRes .total_cart .item_1{
    margin-bottom: 10px;
}
.boxPayment .total_cart .row_total{
    margin-bottom: 20px;
}
.boxPayment .total_cart .row_total .item_1{
    margin-bottom: 0;
}
.boxPayment .total_cart .row_info .gg, .boxPayment .total_cart .row_info .tt{
    font-weight: 400;
}
.boxPayment .total_cart .row_total .total_price{
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}
.boxPayment .contiPay button{
    width: 100%;
    background-color: #333333;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    border: none;
    padding: 12px 20px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
}
.boxPayment .contiPay button:hover{
    background-color: #d11e70;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media screen and (max-width: 991px){
  
    .choose-quantity .form-control{
        margin: 0 10px;
    }

    table.addtocart2 tr td .img{
        width: 70px;
        left: 30px;
        top: 10%;
        transform: initial;
    }
    table.addtocart2 tbody tr td .btnclear{
        top: 20%;
        transform: initial;
    }
    table.addtocart2 tbody tr td .i-price-regular{
        font-size: 14px;
        line-height: 22px;
    }
    table.addtocart2 tbody tr td .i-price-sale{
        font-size: 16px;
        line-height: 24px;
    }
    table.addtocart2 tbody tr td:first-child{
        padding-left: 120px;
    }
    table.addtocart2 thead tr td::before{
        bottom: 30px;
    }
    table.addtocart2 thead tr td{
        padding-bottom: 40px;
    }
    table.addtocart2 > thead > tr > td:nth-child(4), table.addtocart2 > thead > tr > td:nth-child(3), table.addtocart2 > thead > tr > td:nth-child(2){
        width: 120px;
    }
}
@media screen and (max-width: 768px){
    table.addtocart2 table.img-title tr td:nth-child(2){
        display: table-cell;
    }
}
@media screen and (max-width: 767px){
    table.addtocart2 tbody tr td .i-options {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    table.addtocart2 thead{
        display: none;
    }
    table.addtocart2 tbody tr, table.addtocart2 tbody tr td{
        display: block;
        border: none;
        clear: both;
    }
    table.addtocart2 tbody tr td:nth-child(2){
        display: flex;
        justify-content: space-between;
    }
    .choose-quantity{
        width: 100%;
        display: flex;
        align-items: center;
    }

    table.addtocart2 tbody tr{
        padding: 15px 0px;
        padding-left: 125px;
        position: relative;
    }
    table.addtocart2 tbody tr td:first-child{
        padding-left: 0;
        position: static;
    }
    table.addtocart2 tbody tr td:first-child, table.addtocart2 tbody tr td:last-child{
        margin-bottom: 0;
    }
    table.addtocart2 tbody tr td{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    table.addtocart2 tr td:nth-child(1){
        width: 100%;
    }
    table.addtocart2 .img{
        position: absolute;
        top: 15px;
        left: 15px;
    }
    table.addtocart2 table.img-title tr td:nth-child(1){
        padding-right: 0;
        margin: 0 auto;
    }
    table.addtocart2 table.img-title tr td:nth-child(2),
    table.addtocart2 table.img-title tr td{
        display: block;
        text-align: center;
    }
    table.addtocart2 tbody tr td .i-khuyenmai,
    table.addtocart2 tbody tr td .i-id,
    table.addtocart2 tbody tr td .i-title{
        text-align: left;
    }
    table.addtocart2 tbody tr td .i-title{
        overflow: hidden;
        height: 25px;
        margin-bottom: 0;
        max-width: 100%;
    }
    .boxPayment .boxPaymentL{
        margin-bottom: 20px;
    }
    .boxPayment .boxPaymentL,  .boxPayment .boxPaymentR,  .boxPayment .boxPaymentR .input-group, .boxPayment .boxPaymentL a{
        width: 100%;
    }
    table.addtocart2 tbody tr td:nth-child(3){
        width: 50%;
    }
    table.addtocart2 tbody tr td:nth-child(4){
        width: 50%;
        float: right;
        position: relative;
        top: -50px;
    }
    table.addtocart2 tbody tr{
        clear: both;
    }
    table.addtocart2{
        margin-bottom: 0;
    }
    .boxTitleSh .title h1{
        font-size: 25px;
        line-height: 35px;
    }
    .boxPayment .boxPaymentR .box-form{
        display: block;
    }
    .boxPayment .boxPaymentR .box-form-title, .boxPayment .boxPaymentR .box-form .box-form-content{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    table.addtocart2 > thead > tr > td:nth-child(2),
    table.addtocart2 > thead > tr > td:nth-child(4){
        width: 110px;
    }
}


/*Order.css*/

.boxcartTop{
    padding: 40px 0 30px;
}
.boxInfoCustom{
    padding: 30px 0 60px;
}
.boxInfoCustom .titleInfoCustom{
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 400;
}

.addtocart2{
    display: table;
    width: 100%;
}
.addtocart2 > .thead{
    display: table-header-group;
}
.addtocart2 > .thead > .tr{
    padding: 10px 0;
    border-bottom: 1px solid #000000;
}
.addtocart2 > .thead > .tr > .th{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.addtocart2 .tr{
    display: flex;
    flex-wrap: wrap;
}
.addtocart2 .tr > .th:last-child, .addtocart2 .tr > .td:nth-child(4){
    text-align: right;
}
.addtocart2 .th:nth-child(1), .addtocart2 .td:nth-child(1){
    width: 50%;
}
.addtocart2 .th:nth-child(2), .addtocart2 .td:nth-child(2){
    width: 20%;
}
.addtocart2 .th:nth-child(3), .addtocart2 .td:nth-child(3){
    width: 10%;
}
.addtocart2 .th:nth-child(4), .addtocart2 .td:nth-child(4){
    width: 20%;
}
.addtocart2 .th:nth-child(5), .addtocart2 .td:nth-child(5){

}
.addtocart2 .tbody .td:nth-child(1){
    position: relative;
    padding-left: 170px;
    min-height: 90px;
}
.addtocart2 .tbody .td .btnclear{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/cart.png) no-repeat 50% 50% / 100% auto;
    text-indent: -999999px;
    color: transparent;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.addtocart2 .tbody .td .img{
    width: 90px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
}
.addtocart2 .tbody .td .i-title{
    margin-bottom: 5px;
    font-size: 16px;
    max-width: 90%;
    max-height: 56px;
    overflow: hidden;
    text-transform: uppercase;
}
.addtocart2 .tbody .td .i-price{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 5px;
}
.addtocart2 .tbody .td .i-price .i-price-regular{
    color: #999999;
    margin-right: 5px;
    text-decoration: line-through;
}
.addtocart2 .tbody .td .i-price .i-price-sale{
    color: #e54f4f;
}
.addtocart2 .tbody .td .i-options{
    text-transform: uppercase;
}
.addtocart2 .tbody .td .i-options > div{
    margin-bottom: 5px;
}
.addtocart2 .tbody .td:nth-child(4) .i-price-sale{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.addtocart2 .tbody .tr{
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.addtocart2 .tbody .tr:last-child{
    border-bottom: none;
}

/*  */
.productDk{
    line-height: 23px;
    font-size: 15px;
    margin-top: 20px;
    padding: 15px 20px;
    width: 100%;
    position: relative;
    border: 1px solid #e54f4f;
    margin-left: 60px;
}
.productDk .numberchoseShow{
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.productDk .prodtcDkTop{
    padding-left: 25px;
    background-image: url('../images/icon.png');
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}
.productDk .popProShow{
    font-weight: bold;
}
/*  */

.popupPrto .fancybox-slide--html{
    padding: 0;
    overflow: hidden;
}

/*thai son*/
.popupPrto .fancybox-bg {
    background-color: #1e1e1e !important;
    opacity: .87 !important;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}


#popupProductDk{
    /*display: none;  thai son*/
    max-width: 910px;
    width: 100%;
    padding: 20px 30px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#popupProductDk .titlepop{
    margin-bottom: 10px;
    text-align: center;
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: 400;
}
#popupProductDk .numberPro{
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
}
#popupProductDk .numberPro strong{
    line-height: 27px;
    font-size: 18px;
}
#popupProductDk .choseptoDk .topProductDk{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#popupProductDk .topProductDk .leftChose{
    position: relative;
}
#popupProductDk .topProductDk .leftChose > a{
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    color: #333333;
}
#popupProductDk .topProductDk .leftChose > a span{

    color: #999999;
}
#popupProductDk  .topProductDk .leftChose > a::before{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333333;
}
#popupProductDk .topProductDk .leftChose .popupChose{
    position: absolute;
    top: 39px;
    background-color: #fff;
    z-index: 12;
    padding-top: 10px;
    width: 100%;
    min-width: 140px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
#popupProductDk .topProductDk .leftChose.showpop .popupChose{
    opacity: 1;
    visibility: initial;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#popupProductDk .topProductDk .leftChose .popupChose li{
    display: block;
}
#popupProductDk .topProductDk .leftChose .popupChose li a{
    padding: 5px 10px;
    display: block;
}
#popupProductDk .choseptoDk .topProductDk .rightChose button{
    padding: 6px 20px;
    color: #fff;
    background-color: #333333;
    border: none;
    text-transform: uppercase;
}
#popupProductDk .lstProductDk{
    padding: 30px 0 0;
    max-height: calc(100vh - 280px);
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#popupProductDk .lstProductDk::-webkit-scrollbar{
    width: 10px;
    background-color: #ffffff;
}
#popupProductDk .lstProductDk::-webkit-scrollbar-thumb{
    background-color: #cccccc;
    border-radius: 10px;
}
#popupProductDk .lstProductDk .itemDk{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
}
#popupProductDk .lstProductDk .itemDk .thumb{
    height: 0;
    background-color: #f6f6f6;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
#popupProductDk .lstProductDk .itemDk .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
#popupProductDk .lstProductDk .itemDk .decs{
    padding-bottom: 50px;
    position: relative;
}

#popupProductDk .lstProductDk .itemDk .containerL{
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 400;
    padding-left: 30px;
}
#popupProductDk .lstProductDk .itemDk .priceDk{
    color: #e54f4f;
    padding-left: 30px;
}
#popupProductDk .lstProductDk .itemDk .gripChoseDk{
    display: flex;
    justify-content: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

    width: 100%;
}
#popupProductDk .lstProductDk .itemDk .decs.show .gripChoseDk{
    opacity: 1;
    visibility: initial;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#popupProductDk .lstProductDk .itemDk .gripChoseDk .selectDk{
    width:  calc(100% - 60px);
    padding-right: 5px;
}
#popupProductDk .lstProductDk .itemDk .gripChoseDk .selectDk1{
    width: 60px;
}
#popupProductDk .lstProductDk .itemDk .gripChoseDk select{
    width: 100%;
    height: 40px;
    padding: 0 22px 0 10px;
    border: 1px solid #000000;
}
#popupProductDk .checkmark{
    top: 4px;
    transform: initial;
}
#popupProductDk .fancybox-close-small{
    background-color: #333333;
    border-radius: 100%;
    color: #fff;
    opacity: 1;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    padding: 4px;
}
@media screen and (max-width: 991px) {
    .boxInfoCustom .titleInfoCustom{
        font-size: 25px;
        line-height: 37px;
    }
    #popupProductDk .lstProductDk{
        margin: 0 -10px;
    }
    #popupProductDk .lstProductDk .itemDk{
        width: 33.3333%;
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .addtocart2 > .thead > .tr > .th{
        display: none;
    }
    .addtocart2 > .thead > .tr > .th:first-child{
        display: block;
        width: 100%;
    }
    .addtocart2 .tbody .td:nth-child(1){
        padding-left: 0px;
        position: static;
        min-height: 100%;
    }
    .addtocart2 .tbody .tr{
        padding-left: 110px;
        position: relative;
    }
    .addtocart2 .tbody .td .btnclear{
        top: 60px;
        transform: initial;
    }
    .addtocart2 .tbody .td .img{
        width: 70px;
        left: 30px;
        top: 30px;
        transform: initial;
    }
    .addtocart2 .tr{
        align-items: center;
    }
    .addtocart2 .tbody .td{
        width: 100%;
        padding-left: 0px;
        position: static;
    }
    .botAll .quantity{
        margin: 0;
        width: 90px;
    }
    .addtocart2 .tbody .td:nth-child(3),  .addtocart2 .tbody .td:nth-child(4){
        width: 50%;
    }
    .addtocart2 .tbody .td .i-options{
        position: relative;
        padding-right: 20px;
    }
    .addtocart2 .tbody .td .i-options .i-like{
        position: absolute;
        right: 0;
        top: 5px;
    }
    .boxcartTop{
        padding: 30px 0;
    }
    .boxPayment{
        padding-top: 30px;
    }
    .boxPayment{
        margin: 0;
    }
    .boxAdressCheck{
        margin: 0;
    }
    .boxPayment > div, .boxAdressCheck .checkOutL{
        padding: 0;
    }
    .botAll .quantity input{
        height: 40px;
    }
    .botAll .quantity button.btn-up{
        top: 3px;
    }
    .botAll .quantity button.btn-down{
        bottom: 3px;
    }
    .addtocart2 .tbody .td:nth-child(4) .i-price-sale{
        font-size: 16px;
        line-height: 24px;
    }
    .productDk{
        margin-left: -95px;
        width: calc(100% + 90px);
        padding: 15px 10px;
    }
    .productDk .addtocart2 .tbody .tr{
        padding-top: 120px;
        padding-left: 25px;
    }
    /*  */
    #popupProductDk{
        height: 100vh;
        padding: 20px 10px;
        padding-top: 30px;
    }
    .fancybox-slide--html{
        padding: 0;
    }
    #popupProductDk .lstProductDk{
        max-height: calc(100vh - 190px);
    }
    #popupProductDk .lstProductDk::-webkit-scrollbar{
        width: 0px;
        background-color: #ffffff;
    }
    #popupProductDk .lstProductDk::-webkit-scrollbar-thumb{
        background-color: #cccccc;
        border-radius: 10px;
    }
    #popupProductDk .fancybox-close-small{
        width: 20px;
        height: 20px;
        padding: 2px;
    }
    #popupProductDk .lstProductDk .itemDk{
        width: 50%;
    }

}





/*by thai son */
.boxAllPMBd .lstProtable .productLeft {
    width: calc(100% - 120px);
}
.boxAllPMBd .lstProtable .priceRight {
    width: 120px;
    text-align: right;
}
.boxAllPMBd .lstProtable .priceRight .i-price-regular {
    color: #666666;
    text-decoration: line-through;
}

.boxAdressCheck .gripRaPri .priceVc {
    white-space: nowrap;
}


/*2025*/

.i-discount{
    display: inline-block;
    color: #e54f4f;
    font-size: 14px;
    line-height: 20px;
    background-color: #f6d2e2;
    text-align: center;
    padding: 2px 5px;
}
.i-present{
    padding: 10px;
    background-color: #f6d2e2;
    max-width: 330px;
    margin-bottom: 7px;
}
.i-present .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -4.5px;
}
.i-present .vvgrip > div{
    padding: 0 4.5px;
}
.i-present .vvgrip .lcol{
    width: 49px;
}
.i-present .vvgrip .rcol{
    width: calc(100% - 49px);
}
.i-present .vthumb{
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    position: relative;
}
.i-present .vthumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.i-present .vdecss{
    font-size: 14px;
    line-height: 20px;
}