
.style_step {
    display: block;
    /* margin: 0 auto; */
    margin-bottom: 10px;
}
.style_step ul{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_step ul li {
    position: relative;
    padding: 0;
    margin-right: 38px;
    width: 130px;
}

.style_step ul li .number {
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 5px;
    padding-top: 5px;
    border: solid 1px #e3598d;
    background-color: #e3598d;
    color: #fff;
}
.style_step ul li .text {
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
    display: block;
}
.style_step ul li.active .number {
    background: #8f562a;
    border-color: #8f562a;
    color: #fff;
}
.title_step {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.title_step h1{
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
    font-weight: 400;
    line-height: 30px;
}
.title_step .number_pr{
    margin-left: 5px;
    font-size: 15px;
}
/*====================STEP 1==============================*/
table.addtocart2{
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    background: #1b1b1b;
}
table.addtocart2 thead tr td {
    padding: 5px;
    color: #cccccc;
    font-weight: bold;
    padding: 13px;
    border-bottom: 1px solid #ddd;
}
table.addtocart2 thead tr td:first-child,
table.addtocart2 tbody tr td:first-child{
    text-align: left;
}
table.addtocart2 tbody tr td{
    padding:20px 10px 20px 0;
    border-bottom:solid 1px #ddd;
}
table.addtocart2 tbody tr:last-child td{
    /* border-bottom: none; */
}
table.addtocart2 tbody tr td .caption{
    overflow: hidden;
}
table.addtocart2 tbody tr td .i-title {
    color: #cccccc;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    max-width: 300px;
}
table.addtocart2 tbody tr td .i-title a {
    font-size: 15px;
    line-height: 22px;
    color: #cccccc;
}
/* table.addtocart2 tbody tr td .i-attr p{
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    color:#202124;
} */
table.addtocart2 tbody tr td.price {
    color: #e3598d;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
}
table.addtocart2 tbody tr td.colorRed{
}
table.addtocart2 table.img-title{
    width: 100%;
}
table.addtocart2 table.img-title tbody tr td{
    border-bottom: 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 .img {
    max-width: 60px;
    float: left;
    margin-right: 10px;
}
table.addtocart2.res2 .price_total {
    font-weight: bold;
    color: #e3598d;
    white-space: nowrap;
}
table.addtocart2.res2 .price_simple{
    white-space: nowrap;
}
.choose-quantity {
    max-width: 40px;
    display: block;
    margin: 0 auto;
}
.choose-quantity .nav-button {
    display: inline-block;
    width: 40px;
    height: 20px;
    border: 1px solid #ffd804;
    background-color: #ffd804;
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    padding: 0 3px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.choose-quantity .nav-button:hover{
    background-color: #4a90e2;
}
.choose-quantity .nav-button:hover,
.choose-quantity .nav-button:focus{
    text-decoration: none;
}
.choose-quantity .quantity {
    width: 66px;
    height: 36px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 5px 0;
    background-color: #222222;
    border: 1px solid #ddd;
    color: #fff;
}
table.addtocart2 .btnclear {
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    color: #202124;
}
.coupon {
    padding: 15px 25px;
    margin-bottom: 15px;
}
.couponCode {
    padding: 15px 20px 16px 120px;
    position: relative;
    background: #ffffff;
    float: left;
    width: 460px;
}
.couponCode:before {
    content: "\f06b";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e3598d;
    font-size: 100px;
    line-height: 100%;
}
.couponCode .txt {
    text-transform: uppercase;
    color: #e3598d;
    margin-bottom: 5px;
    font-weight: bold;
}
.couponCode input{
    width:calc(100% - 95px);
    width:-moz-calc(100% - 95px);
    width:-webkit-calc(100% - 95px);
    width:-ms-calc(100% - 95px);
    height:40px;
    background: #f6f6f6;
    border:solid 1px #e0e0e0;
    border-right:none;
    padding-left: 15px;
}
.couponCode button {
    width: 95px;
    height: 40px;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    background: #202124;
    border: none;
    float: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.couponCode button:hover {
    background: #e3598d;
}
.couponCode form{
    margin-bottom: 5px;
}
.couponCode .txt2{
    color:#202124;
}
.totalPrice {
    margin-bottom: 10px;
}
.totalPrice ul li{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.totalPrice ul li.bt{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.totalPrice .p{
    text-align: right;
    white-space: nowrap;
    line-height: 30px;
    margin-right: 10px;
    font-size: 18px;
}
.totalPrice.v2{
    width: 100%;
}
.totalPrice.v2 .p{
    text-align: left;
    width: 100px;
}
.totalPrice.v2 .l{
    width:initial;
}
.totalPrice .p.b{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.totalPrice .p:after{
    content: " :";
}
.totalPrice .l{
    float:right;
    text-align: right;
    font-size: 16px;
    line-height: 23px;
}
.totalPrice .l.v{
    font-size: 22px;
    line-height: 30px;
    color: #e3598d;
    font-weight: bold;
}
.infoShip p {
    padding: 0;
    color: #202124;
    padding-left: 25px;
    position: relative;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 21px;
}
.infoShip p a{
    color: #202124;
}
.infoShip p:before{
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e3598d;
}
.infoShip p.phone::before{
    content: "\f095";
}
.pay{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom:solid 1px #e3e3e3;
}
.pay .txt {
    color: #202124;
    margin-right: 15px;
}
.formPoint{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}
.formPoint .designForm{
    margin-right: 20px;
    padding: 10px 20px;
    background: #ffffff;
}
.formPoint .designForm .txt {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
}
.formPoint .designForm .txt a{
    color:#e3598d;
    font-weight: normal;
}
.formPoint .designForm .txt a:hover{
    color:#e7b100;
}
.formPoint .designForm .form{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 410px;
    margin-bottom: 5px;
}
.formPoint .designForm button{
    width: 100px;
    height:40px;
    background: #e3598d;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    border:none;
    text-transform: uppercase;
    color:#ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.formPoint .designForm button:hover{
    background: #202124;
}
.formPoint .designForm input{
    flex-basis: -webkit-calc(100% - 100px);
    flex-basis: -moz-calc(100% - 100px);
    flex-basis: -o-calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    height:40px;
    padding-left: 10px;
    border: solid 1px #9a9a9a;
}

.divButton .btnCart {
    background: #fff;
    color: #202124;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    border: solid 1px #e5e5ee;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}
.divButton .btnCart:last-child{
    margin-right: 0;
}
.divButton .btnCart:hover, .divButton .btnCart.active{
    background: #e3598d;
    color: #fff;
}
.divButton .btnCart.active:hover{
    background-color: #e3598d;
    color: #fff;
}
.divButton .btnCart.del{
    background: #e3598d;
    border-color: #e5e5e5;
    color: #fff;
}
.divButton .btnCart.del:hover{
    background: #e3598d;
    color: #fff;
}
.divButton .btnCart.den{
    background: #202124;
    border-color: #202124;
    color:#ffffff;
}
.divButton .btnCart.den:hover{
    background: #ffffff;
    color: #202124;
}
.divButton .btnCart span{
    padding-left: 20px;
    position: relative;
}
.divButton .btnCart span:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*====================STEP 2==============================*/
.grid-button{
    margin:0 -5px;
}
.grid-button:after{
    content: "";
    display: block;
    clear: both;
}
.grid-button .col{
    float:left;
    width:50%;
    padding: 0 5px;
}
.form-login{
    padding: 15px 25px;
    background: #1b1b1b;
}
.form-login .wrap_formLogin{
    max-width: 500px;
    margin: 0 auto;
    padding-left: 130px;
    padding-top: 10px;
    background: url("../images/cart/icon_nguoi.png") no-repeat 0 0;
}
.form-login .row_input{
    margin-bottom: 10px;
}
.form-login .row_input .form-control{
    height: auto;
    padding: 12px 10px 12px 30px;
    border-radius:0;
    border: none;
    background-color: #1b1b1b;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-login .row_input .form-control:focus{
    border-color:#c0c0c0;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,292,1);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(192,192,192,1)
}
.remember_forget{
    margin-bottom: 10px;
}
.remember_forget a{
    display: inline-block;
}
.remember_forget label{
    font-weight: normal;
}
.remember_forget input[type=checkbox],.remember_forget input[type=radio]{
    margin-right: 5px;
}
.remember_forget ul li{
    display: inline;
    position: relative;
}
.remember_forget ul li:after{
    content: '|';
    padding: 0 8px;
}
.remember_forget ul li:last-child:after{
    content: '';
}
.form-login .divButton button,
.form-login .divButton a{
    width:100%;
}

.login_social {
    padding: 10px 20px;

    display: inline-block;
    color: #fff;
    position: relative;
    background-color: #3b5998;
}
.login_social .ls_text {
    font-size: 18px;
    line-height: 24px;
    color: #cccccc;
    position: absolute;
    top: 15px;
    left: 40px;
}
.login_social .ls_button{
    margin-bottom: 10px;
}
.login_social .link_login  a{
    color: #fff;
}
.login_social .ls_button a {
    display: block;
    font-weight: bold;
    color: #fff;
    background: #3b5a9b;
    border:solid 2px #3b5a9b;
    padding: 7px 20px;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.login_social .ls_button a:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.login_social .ls_button a:hover:after{
    width: 100%;
}
.login_social .ls_button a:hover{
    color: #3b5a9b;
}
.login_social .ls_button a span{
    position: relative;
    z-index: 1;
}
.login_social .ls_button span{
    padding-left: 33px;
}
.login_social .ls_button span:before{
    position: absolute;
    top: 50%;
    left: 0;
    font-family: fontawesome;
    font-size: 25px;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-weight: normal;
}
.login_social .ls_button.ls_google a{
    border-color: #da4d2f;
    color: #fff;
    background: #da4d2f;
}
.login_social .ls_button.ls_google a:hover{
    color: #bb1604;
}
.login_social .ls_button.ls_google a:after{
    background: #fff;
}
.form-buy{
    padding: 13px 23px;
    background: #f1f1f1;
}
.form-buy.nobg{

    background-color: #1b1b1b;
}
.ftitle {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0;
    padding-left: 130px;
}
.form-buy .fb-content{
    padding-left: 140px;
    min-height: 233px;
    margin-bottom: 10px;
    background: url("../images/cart/icon_gio_hang.png") no-repeat 0 0;
}
.form-buy .fb-content p{
    margin-bottom: 60px;
}
.fb-content .tableButton {
    margin-top: 50px;
}
/*==========STEP 2.1===========*/

.boxCart{
    margin-bottom: 30px;
}
.boxCart .title {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px 20px 10px 20px;
    border-bottom: solid 1px #ddd;
    font-family: 'Josefin Sans';
    font-weight: 400;
}

.boxCart .content{
    margin-bottom: 20px;
    padding: 20px;
}
.boxCart .info_content{
    margin-bottom: 20px;
}
.boxCart .info_content .title_line{
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #8f562a;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Josefin Sans';
    font-weight: 400;
}
.boxCart .info_content .title_line::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #e3598d;
}
.boxCart .info_content .info_detail p{
    border-bottom: 1px solid #e5eee5;
    padding: 10px 0;
}
.boxCart .info_content .info_detail p:last-child{
    border-bottom: none;
}
.boxCart .info_content .info_detail p span{
    width: 200px;
    display: inline-block;
}
.boxCart .content .c1{
    color: #f9a51c;
    text-transform: uppercase;
}
.cartField label{
    width:150px;
    font-weight: normal;
    float:left;
    padding-right: 25px;
}
.cartField label span{
    color:#cccc;
}
.cartField .colRight{
    width:-webkit-calc(100% - 150px);
    width:-moz-calc(100% - 150px);
    width:-o-calc(100% - 150px);
    width:calc(100% - 150px);
    float:right;
}
.cartField input[type="text"],
.cartField select,
.cartField textarea{
    width:100%;
    height:40px;
    border:solid 1px #ddd;
    padding-left: 15px;
    background-color: #1b1b1b;
}
.cartField textarea{
    height: 100px;
    resize: none;
}
.cartField .boxRadio{
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}
.cartField .boxRadio input{
    position: absolute;
    left: 0;
    top: 0;
}
.labelz{
    font-weight: bold;
    width:initial;
    float:none;
    padding:0;
    margin:0;
    font-size: 18px;
    line-height: 24px;
}
.cartField .boxRadio p{
    padding:0;
}
.cartField .optionCart input{
    display: none;
}
.cartField .optionCart {
    background: #222222;
    padding: 14px 50px;
    position: relative;
    cursor: pointer;
}
.cartField .optionCart:before{
    content: "";
    position: absolute;
    width:20px;
    height:20px;
    border:solid 1px #202124;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cartField .optionCart:after{
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 23px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #51aa1b;
}
.cartField .optionCart.active:after{
    opacity: 1;
    visibility: initial;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.cartField .optionCart span:before{
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 28px;
}
.cartField .btnCart{
    width:100%;
}
.boxRadio{
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
}
.boxRadio p{
    padding: 0;
}
.boxRadio label{
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}
.boxRadio input[type="radio"]{
    display: none;
}
.boxRadio:before{
    content: "";
    width:20px;
    height:20px;
    position: absolute;
    left: 0;
    top: 0;
    border:solid 1px #cccc;
    border-radius: 100%;
}
.boxRadio.active:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #202124;
    border-radius: 100%;
    left: 5px;
    top: 5px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*================================STEP 4========================*/
.boxSuccess {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    padding: 20px;
    background-color: #f0f0f0;
}
.boxSuccess .wrap{
    max-width: 580px;
    margin: 0 auto;
}
.boxSuccess .txt1 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.boxSuccess .txt2{
    font-size: 16px;
    line-height: 23px;
    max-width: 450px;
    margin: auto;
    margin-bottom: 10px;
}
.boxSuccess .code{
    margin-bottom: 25px;
}
.boxSuccess .txt3 strong, .boxSuccess .txt3 strong a{
    color: #e3598d;
}

.boxSuccess .code .to {
    font-size: 20px;
    line-height: 30px;
    background: #fff;
    padding: 15px 37px;
    text-align: center;
    color: #202124;
}
.boxSuccess .code .co {
    background: #e3598d;
    font-size: 40px;
    line-height: 50px;
    color: #ffff;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 10px;
}
.boxSuccess .code .co span{
    display: block;
    color:#fff;
    font-size: 15px;
    line-height: 22px;
}
.boxSuccess .txt3 p{
    padding:0;
}
.boxSuccess .txt3  p span{
    color:#d10000;
}
.backHome a {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #cccc;
    padding: 8px 15px;
    text-transform: uppercase;
    border: 1px solid #ddd;
}
.backHome a:hover{
    background: #202124;
}
.backHome a span{
    padding-left: 25px;
    position: relative;
}
.backHome a span:before{
    content: "\f122";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
/*===========================STEP 4==================================*/
.form-step23 p{
    padding:0;
}
.form-step23 p strong{
    font-size: 18px;
    line-height: 24px;
}
.backHome {
    text-align: center;
}
.addtocart{
    width: 100%;
    margin-bottom: 20px;
}
.addtocart tr{
    border-bottom: 1px solid #e5e5e5;
}
.addtocart tr:last-child{
    border-bottom: none;
}
.addtocart tr td{
    padding:15px;
    width: 20%;
}
.addtocart tr td:nth-child(1){
    width: 40%;
}
.addtocart thead tr td{
    color: #000;
    padding: 14px 15px;
}
.addtocart tfoot tr td{
    padding: 20px 15px;
}
.addtocart tr td .img{
    width: 70px;
    float: left;
}
.addtocart tr td .ifo{
    float: left;
    padding-left: 10px;
}
.addtocart tr td .t-title{
    margin-bottom: 5px;
    max-width: 200px;
}
.addtocart tr td .t-id{
    font-size: 14px;
    color: #999999;
}
.addtocart tr td .t-bold{
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color:#8f562a;
}
.addtocart tr td .red{
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color:#8f562a;
}
.addtocart tr td .nor{
    color:#999999;
    text-decoration: line-through;
    float: left;
    margin-right: 5px;
}
.addtocart tr td .sale{
    color: #f60000;
}
.addtocart tr td select{
    width: 60px;
    height: 30px;
    text-align: center;
    padding-left: 10px;
}
.addtocart tr td .t-close{
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #999999;
}
.addtocart tr td .t-close .fa{
    font-size: 20px;
    line-height: 30px;
}
.addtocart tr td .t-close:hover{
    color: #f60000;
}
.addtocart tr td .quantity{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addtocart tr td .quantity button,
.addtocart tr td .quantity input{
    width: 30px;
    height: 30px;
    border: solid 1px #e5e5e5;
    text-align: center;
    background: transparent;
    background-color: #fff;
}
.addtocart tr td .quantity .btn-down{
    border-right: none;
}
.addtocart tr td .quantity .btn-up{
    border-left: none;
}
.addtocart tr td .quantity button{
    font-size: 10px;
    background-color: #fff;
}
.addtocart tr td .quantity input{
    width:40px;
    border-radius: 0;
}
.div_button{
}
.div_button.df{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.div_button .btn{
    height: auto;
    font-size: 15px;
    line-height: 25px;
    padding: 9px 25px;
    outline: 0 !important;
    text-transform: uppercase;
    background: #d80000;
    border: 1px solid #d80000;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: auto;
    min-width: 160px;
    margin-right: 20px;
}
.div_button .btn:last-child{
    margin-right: 0;
}
.div_button .btn.button{
    background: #eeeeee;
    border-color: #eeeeee;
    color: #202124;
}
.div_button .btn:hover{
    background: #222222;
    color: #ffffff;
}
.div_button .btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.div_button .btn.v1 span{
    padding-left: 25px;
    position: relative;
}
.div_button .btn.v1 span:before{
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*==================================================*/


/*========================================================*/
.box-form{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background: #fef4f3;
}
.box-form .box-form-title{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
.box-form .box-form-title a{
    font-weight: normal;
    color: #9e784c;
}
.box-form .box-form-title a:hover{
    text-decoration: underline;
}
.box-form_1 .linkNotRegis{
    display: block;
    text-align: center;
    background: #9e784c;
    padding: 9px 10px;
    border: solid 1px #9e784c;
    text-transform: uppercase;
    color:#ffffff;
    border-radius: 4px;
    width: 100%;
}
.box-form_1 .linkNotRegis.btn{
    width: 100%;
    background-color: #e3598d;
    border: 1px solid #e3598d;
}
.box-form_1 .linkNotRegis:hover {
    background: #ffffff;
    color: #9e784c;
}
.box-form .input-group input{
    height: 40px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.box-form .input-group .input-group-btn{
  
}
.box-form .input-group .input-group-btn button{
    height: 40px;
    border: 1px solid #9e784c;
    background: #9e784c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 4px;
}
.box-form .input-group .input-group-btn button:hover{
    background: #ffffff;
    color: #9e784c;
}
.box-form .input-group .input-group-btn button span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.box-form .txtNot{
    font-size: 14px;
    line-height: 21px;
    color:#777777;
    margin-top: 10px;
}

/*======================================================*/
.wrap_box_login{
    padding: 10px ;
}
.wrap_box_login.border-bottom{
}
.box_login{
    /* max-width: 570px; */
    margin: 0 auto;
}
.soc .box_login {
    max-width: 620px;
}
.box_login.rowLeft_200{
    /* max-width: 600px; */
}
.box_login .row_input{
    margin-bottom: 10px;
}
.box_login .row_input:last-child{
    margin-bottom: 0;
}
.box_login .ad_content .row_input:last-child{
    margin-bottom: 10px;
}
.box_login .row_input .row_left{
    width: 125px;
    padding-right: 10px;
    float: left;
}

.box_login .row_input .row_left label{
    margin-top: 5px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
}
.box_login .row_input .row_left label span{
    color: #ff0000;
}
.box_login .row_input .row_right{
    padding-left: 125px;
}

.box_login .row_input .form-control{
    height: 40px;
    border-radius: 0;
    border: 1px solid #dddddd;
    box-shadow: none;
}
.box_login .row_input textarea.form-control{
    height: 90px;
    resize: none;
}
.note_required_2{
    text-align: right;
    margin-bottom: 5px;
}
.note_required_2 span{
    color: #ff0000;
}
.box_login .row_input .form-control:focus{
    border-color: #c0c0c0;
    outline: 0;
}
.box_login .row_input .txt-input{
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    padding-right: 10px;
}
.box_login .row_input .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.box_login .row_input .grid .col{
    width: 33.202124%;
    padding: 0 5px;
}
.box_login button.btn{
    height: auto;
    font-size: 13px;
    line-height: 21px;
    padding: 8px 15px;
    min-width: 170px;
    outline: 0 !important;
    text-transform: uppercase;
    background: #e3598d;
    border: 1px solid #e3598d;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
    border-radius: 0;
}
.box_login button.btn.button{
    background: #eeeeee;
    border-color: #eeeeee;
    color: #202124;
}
.box_login button.btn:hover{
    background: #ffffff;
    color: #e3598d;
}
.box_login button.btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.box_login .div_right{
    text-align: right;
}
.box_login{
    
}
.box_login .ad_title{
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;

}
.box_login .vhFormInfoCart{
    padding-top: 0px;
}
.box_login .ad_title input{
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 99;
    height: 22px;
    width: 22px;
    opacity: 0;
}
.box_login .ad_title:before{
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /* display: none; */
}
.box_login .ad_title:after{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    left: 0px;
    top: 2px;
    content: '';
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    font-family: FontAwesome;
    color: #ff0000;
}
.box_login .active .ad_title:after{
    content: '\f00c';
}
.box_login .ad_content{
    display: none;

}
.box_login.rowLeft_200 .ad_content .row_input .row_left {
    width: 150px;
}
.box_login.rowLeft_200 .ad_content .row_input .row_right{
    padding-left: 150px;
}
.check_login_cart ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}
.check_login_cart ul li{
    margin-bottom: 8px;
    margin-right: 50px;
    cursor: pointer;
}
.check_login_cart ul li a{
    cursor: pointer;
}
.check_login_cart ul li:last-child{
    margin-right: 0;
}
.check_login_cart ul li label{
    margin: 0;
    font-weight: normal;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.check_login_cart ul li label label{
    position: absolute!important;
    left: 0;
}
.check_login_cart ul li label input{
    position: absolute;
    left: -1111111px;
    opacity: 0;
}
.show_login_id{
    position: relative;
 
}
.show_login_id #id_no_login{
    margin: 0 -70px 0 -20px;
    padding:0px 70px 20px 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#id_no_login .btn{
    margin-bottom: 10px;
}
#id_no_login .txtSocial{
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 10px;
}
.show_login_id > div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.show_login_id > div.active{
    position: relative;
    opacity: 1;
    visibility: visible;
}
.margin_left{
    margin-left: 150px;
}
.loginSocial{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.loginSocial .txt_social{
    margin-right: 10px;
}
.loginSocial .login_social {
    overflow: hidden;
}
.login_social > div.div_or{
    vertical-align: middle;
    margin: 0 10px;
}
.login_social .link_login{
    display: inline-block;
    margin-right: 10px;
}
/*========================*/
.box_login.rowLeft_200 .row_input .row_left{
    width: 220px;
}
.box_login.rowLeft_200 .row_input .row_right{
    padding-left: 220px;
}
.box_login.rowLeft_100 .row_input .row_left{
    width: 100px;
}
.box_login.rowLeft_100 .row_input .row_right{
    padding-left: 100px;
}
/*========================================================*/
.table_info table tr{

}
.table_info table tr td{
    padding: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}
.table_info table tr td:last-child{
    text-align: right;
}
.table_info table tr td .img{
    width: 60px;
    height: 60px;
}
.table_info table{
    width: 100%;
}
.table_info table thead tr td{
    text-align: left;
}
.table_info table tbody tr td:first-child{
    padding-right: 0;
    width: 70px;
}
.table_info table tbody tr td:nth-child(2){
    text-align: left;
}
.table_info table tbody tr td .t-id{
    color: #202124;
    font-size: 14px;
    line-height: 20px;
}
/*================================================*/

/*===========================================================*/
.box_success {
    background-repeat:no-repeat;
    background-position: center;
    text-align: center;
    background-color: #f5f5f5;
    padding: 30px;
}
.box_success .gripwrap{
    max-width: 650px;
    margin: 0 auto;;
}
.box_success .s_img{
    margin-bottom: 10px;
}
.box_success .s_title{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Open Sans Condensed';
}
.box_success .t1{
    font-size: 12px;
    line-height: 20px;
}
.box_success .text1{
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
}
.box_success .text1 a{
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}
.box_success .text1 span{
    display:block;
}
.box_success .text2{
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px;
    text-align: justify;
    text-align: center;
}
.box_success .text2 a{
    color: #e3598d;
}
.box_success .text2 p{
    padding:0
}
.box_success .block{
    margin-bottom: 10px;
    text-align: center;
    background: #e3598d;
}
.box_success .block.block0{
    font-size: 18px;
    line-height: 26px;
    padding: 7px 10px;
    display: none;
}
.box_success .block.block1{
    padding: 10px 20px;
    background: #ffffff;
    border: solid 1px #e3598d;
}
.box_success .block.block1 span{
    color:#e3598d;
}
.box_success .block.block2{
    font-size: 2px;
    line-height: 21px;
    padding: 10px 20px;
    color: #ffffff;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.box_success .block.block2 .id{
    font-size: 25px;
    line-height: 37px;
    color: #fff;
}
.box_success .block.block2 .id a{
    color: #fff;
}
.box_success .link{
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 15px; 
    background: none;  
}
.box_success .link .grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.box_success .link .grid .col{
    width: 50%;
    padding: 0 5px;
}
.box_success .link a{
    display: block;
    text-align: center;
    border: solid 1px #e3598d;
    color: #e3598d;
    background:#ffffff;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 21px;
}
.box_success .link a span{
    padding-left: 15px;
    position: relative;
}
.box_success .link a span:before{
    font-family: FontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box_success .link a span.fa-file-text::before{
    color: #e3598d;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.box_success .link a:hover{
    background-color: #e3598d;
    color: #fff;
}
.box_success .link a:hover span.fa-file-text::before{
    color: #fff;
}
.box_success .link a.v2{
    background-color: #e3598d;
    color: #fff;
}
.box_success .link a.v2:hover{
    background-color: #fff;
    color: #e3598d;
}
.link_success{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link_success a{
    margin: 0 10px;
}
.input-group{
    width: 100%;
}
.box_login .row_input .txt-input{
    width: 50px;
}
.breadcrumb{

}
/*  */


.tableInfo {
    padding: 10px 15px;
    background: #ffffff;
    border: solid 1px #d5d5d5;
	max-width: 370px;
	width: 100%;
}
.tableInfo label{
	font-weight: 400;
}
.tableInfo p{
    padding: 0;
    padding-left: 30px;
    color:#202124;
    position: relative;
    margin-bottom: 5px;
}
.tableInfo .v1:before{
    content: "\f0a4";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tableInfo .v2:before{
	content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	color: #202124;
}
.totalPrice_mb {
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.totalPrice_mb .tbpri{
	display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: 15px;
    margin-bottom: 10px;
}
.totalPrice_mb .tbpri:last-child{
    border-top: 1px solid #ddd;
    padding-bottom: 10px;
}
.totalPrice_mb .tbpri .num_pri{
    font-size: 18px;
    line-height: 25px;
}
.totalPrice_mb .tbpri .priceTotle{
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    color: #e00000;
    font-weight: bold;
}
.totalPrice{
    font-size: 18px;
    line-height: 26px;
	font-weight: bold;
    margin-bottom: 25px;
    margin-top: 5px;
}
.totalPrice span{
	color:#e3598d;
	float: right;
}
.tableButton .btnCart {
    border: none;
    display: inline-block;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border:solid 1px #ededed;
    text-align: center;
    position: relative;
	z-index: 1;
	font-size: 15px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e3598d;
    color: #e3598d;
    font-weight: 600;
}
.tableButton .btnCart span{
	padding-left: 10px;
	position: relative;
	display: inline-block;
}

.tableButton .btnCart span::before{
	content: '\f0d9';
	font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #555555;
    font-size: 18px;
    font-weight: bold;
}
.tableButton .btnCart:hover span::before{
	color: #fff;
}
/* .tableButton .btnCart::after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.tableButton .btnCart:hover::after{
    background: #e3598d;
    width: 100%;
    opacity: 1;
} */
.tableButton .btnCart:hover{
    color: #ffff;
    border-color: #e3598d;
    background-color: #e3598d;
}
.tableButton .btnCart.blood{
    background: #e3598d;
    border-color: #e3598d;
	color:#ffffff;
	text-transform: uppercase;
	font-size: 15px;
    font-weight: bold;
    min-width: 350px;
}
.tableButton .btnCart.blood span{
	padding-left: 0;
	padding-left: 25px;
}
.tableButton .btnCart.blood span::before{
	content: '\f07a';
	left: initial;
	left:  0;
    color: #fff;
    background-color: #e3598d;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.tableButton .btnCart.blood:hover span::before, .tableButton .btnCart.blood:hover{
    color:#e3598d;
    background: #ffffff;
}
.tableButton .btnCart.blood:hover::after{
    background: #ffffff;
    width: 100%;
    opacity: 1;
}
.tableButton .btnCart span:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #e3598d;
	font-size: 14px;
}
.cartField label{
    width:120px;
    font-weight: normal;
    float:left;
	padding-right: 25px;
	font-size: 14px;
}
.cartField label span{
	color: #e3598d;
}
/* begin infoPrice  */
.infoPrice{
    padding-left: 100px;
}
.infoPrice .formGift{
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}
.infoPrice .formGift .txt{
    font-weight: 600;
    margin-bottom: 10px;
}
.infoPrice .formGift .group-col{
    display: flex;
}
.infoPrice .formGift .group-col input{
    width: calc(100% - 70px);
    height: 40px;
    padding: 0 10px;
    border: none;
    border-radius: 5px;
}
.infoPrice .formGift .group-col button{
    width: 70px;
    background-color: #e3598d;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
    border: 1px solid #e3598d;
}
.infoPrice .formGift .group-col button:hover{
    background-color: #fff;
    color: #e3598d;
}
/* end infoPrice */
/* cart page 1 */
.tableInfoPro{
    margin-bottom: 20px;
}
.flexTotalCart{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.flexTotalCart .wrapTotal{
    max-width: 270px;
    width: 100%;
}
.flexTotalCart .priceTotal{
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexTotalCart .priceTotal .txt{
    width: 70px;
    font-weight: bold;
}
.flexTotalCart .priceTotal .price{
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    color: #21345a;
    font-weight: bold;
}
.btnTotal .btnPayment{
    margin-bottom: 10px;
}
.btnPayment{
    text-align: center;
}
.btnPayment a{
    display: block;
    max-width: 260px;
    text-align: center;
    padding: 8px 20px;
    color: #202124;
    border: 1px solid #21345a;
    text-transform: uppercase;
    border-radius: 25px;
    margin: 0 auto;
}
.btnPayment a:hover{
    background-color: #21345a;
    color: #fff;
}

/* style table */
.tableInfoPro table{
    width: 100%;
}
.tableInfoPro table thead{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tableInfoPro table thead th{
    padding: 10px 0; 
    font-weight: bold;
    text-transform: uppercase;
}
.tableInfoPro table thead th:last-child, .tableInfoPro table tbody td:last-child{
    text-align: right;
    padding: 10px 0;
}
.tableInfoPro table tbody tr{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.tableInfoPro table tbody td{
    padding: 15px 10px;
}

.tableInfoPro table tbody td:nth-child(1){
    width: 50%;
    padding-left: 50px;
    position: relative;
}
.tableInfoPro table tbody td:nth-child(2), .tableInfoPro table tbody td:nth-child(3) .tableInfoPro table tbody td:nth-child(4){
    width: calc(50% / 3);
}
.tableInfoPro table tbody td .remove_product{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tableInfoPro table td .i-product{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tableInfoPro table td .i-product .img {
    width: 80px;
    text-align: center;
}
.tableInfoPro table td .i-product .img img{

}
.tableInfoPro table td .i-product .tend{
    width: calc(100% - 80px);
    padding-left: 10px;
}
.tableInfoPro table td .i-product .tend h3{
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
.tableInfoPro table td .i-tool > div{
    margin-bottom: 5px;
}
.tableInfoPro table td .i-tool > div span{
    font-weight: bold;
}
.tableInfoPro table td .i-file{
    font-size: 14px;
    line-height: 21px;
}
.tableInfoPro table td .i-file a{
    color: #21345a;
}
.tableInfoPro table td .i-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tableInfoPro table td .i-price > div{
    margin-bottom: 5px;
}
.tableInfoPro table td .price_simple{
    font-weight: bold;
    margin-right: 10px;
}
.tableInfoPro table td .price_odd{
    color: #999999;
    font-size: 12px;
    text-decoration: line-through;
}
.tableInfoPro table td .icon{
    display: inline-block;
    width: 20px;
    height: 20px
}
/* style page 2 */
.vhbackPage{
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.vhbackPage a{
    text-transform: uppercase;
}
.vhbackPage a i{
    margin-right: 5px;
}
.gripCartLv{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.gripCartLv > div{
    width: 50%;
    padding: 0 15px;
}
.vhmargin{
    margin-bottom: 20px;
}
.vhmargin .btnPayment{
    margin-bottom: 15px;
}
.notePayment{
    text-align: center;
}
.info_general .info_title{
    padding: 10px ;
    color: #202124;
    font-size: 15px;
    line-height: 23px;
    background-color: #efefef;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.info_general .info_title .fa{
    font-size: 20px;
    line-height: 30px;
    color: #e3598d;
    margin-right: 10px;
}
.vhFormInfoCart input, .vhFormInfoCart select, .vhFormInfoCart textarea{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
}
.vhFormInfoCart textarea{
    padding: 10px;
    height: 70px;
}
.wraspMethod .radio .raprice{
    color: #e11e25;
}
.wraspMethodbd .radio{
    margin-bottom: 10px;
}
.wraspMethodbd .radio{
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0 10px;
}
.wraspMethodbd .radio:last-child{
    border-bottom: none
}
.wraspMethod .radio .content{
    display: none;
}
.wraspMethod .radio .lbb > input{
    display: none;
}
.wraspMethod .radio {
    margin-bottom: 15px;
}
.wraspMethod .radio:nth-child(1){
    margin-top: 0;
}
.wraspMethod .radio label{
    padding-left: 30px;
    position: relative;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}
.wraspMethod .radio label .name{
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
}
.wraspMethod .radio label .adress{
    color: #202124;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.wraspMethod .radio label .phone{
    color: #202124;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #e3598d;
    border-radius: 100%;
    background-color: #e3598d;
}
[type="radio"]:not(:checked) + label::before{
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 11px;
    color: #fff;
}
[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: #e3598d;
    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);
}
.tableCheckPayment{
    margin-bottom: 20px;
}
.tableCheckPayment table{
    width: 100%;
}
.tableCheckPayment table tr{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.tableCheckPayment table tr td{
    padding: 15px 0px;
}
.tableCheckPaymentres table tr td:nth-child(1){
    padding-top: 0;
}
.tableCheckPayment table tr td:nth-child(2){
    width: 130px;
    text-align: right;
}
.tableCheckPayment table td .i-product{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;

}
.tableCheckPayment table td .i-product .img {
    width: 65px;
    height: 70px;
    background-color: #f8f8f8;
    padding: 10px;
}
.tableCheckPayment table td .i-product .img img{
    height: 100%;
    width: 100%;
    mix-blend-mode: darken;
}
.tableCheckPayment table td .i-product .tend{
    width: calc(100% - 65px);
    padding-left: 10px;
}
.tableCheckPayment table td .i-product .tend h3{
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.tableCheckPayment table td .i-product .i-tool{
    font-size: 14px;
    line-height: 21px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tableCheckPayment table td .i-product .i-tool > div{
    margin-right: 10px;
}
.vhSumTotal .priceTotal{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vhSumTotal .priceTotal .txt{
    width: 130px;
    font-weight: bold;
}
.vhSumTotal .priceTotal .price{
    width: calc(100% - 130px);
    text-align: right
}
.vhSumTotal .priceTotal .sumPrice{
    font-size: 20px;
    line-height: 30px;
    color: #21345a;
    font-weight: bold;
}

/*  */
.vhSuccess{
    margin-bottom: 30px;
}
.vhinfoSuccess{
    text-align: center;
}
.vhinfoSuccess > div{
    margin-bottom: 15px;
}
.vhinfoSuccess .grlinksucc{
    max-width: 430px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.vhinfoSuccess .grlinksucc .col{
    width: calc(50% - 5px);
    margin-right: 10px;
}
.vhinfoSuccess .grlinksucc .col:last-child{
    margin-right: 0;
}
.vhinfoSuccess .titleSucc{
    margin-bottom: 15px;
}
.vhinfoSuccess .titleSucc h1{
     
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #e3598d; 
}
.vhinfoSuccess .contSucc{
    margin-bottom: 15px;
}
.vhinfoSuccess .linkSucc a{
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
}
.vhinfoSuccess .linkSucc.v2 a{
    background-color: #21345a;
    border: 1px solid #21345a;
    color: #fff;
}
.vhinfoSuccess .linkSucc a:hover{
    background-color: #21345a;
    border: 1px solid #21345a;
    color: #fff;
}
.vhinfoSuccess .linkSucc.v2 a:hover{
    background-color: #fff;
    color: #21345a;
}
.colorAll{
    color: #21345a;
}
.vhBankSucc{
    padding: 0 20px;
    border: 1px solid rgba(0,0,0,0.1);
    max-width: 770px;
    margin: 0 auto;
}
.vhLstBankSucc .itemBankSucc{
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.itemBankSucc .colL{
    width: 145px;
}
.itemBankSucc .colT{
    width: calc(100% - 145px);
    padding-left: 30px;
}
.itemBankSucc .nameBank{
    font-weight: bold;
}
.itemBankSucc .infoBank p{
    padding: 2px 0;
}
.vhBankSucc .noteBank{
    padding: 15px;
    text-align: center;
}
.vhBankSucc .noteBank a{
    font-weight: bold;
    color: #cb0109;
}

/*  */
.loginhasacc .showpopLogin{
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.loginhasacc .showpopLogin::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;
}
.loginhasacc .showpopLogin.active::before{
    border: 1px solid #21345a;
}
.loginhasacc .showpopLogin.active::after{
    content: '';
    width: 10px;
    height: 10px;
    background: #21345a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
}
.loginhasacc .showpopLogin::after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*  */
.vhbtnsell{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vhbtnsell .coll{
    width: calc(100% - 530px);
}
.vhbtnsell .colr{
    width: 530px;
}
.btncancel a, .btncancel button{
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    border: none;
    background-color: transparent;
    border: 1px solid #21345a;
    border-radius: 25px;
    text-transform: uppercase;
}
.btncancel a:hover, .btncancel button:hover{
    background-color: #21345a;
    color: #fff;
}
.btnblack{
    max-width: 310px;
    margin: 0 auto;
}
.btnblack a, .btnblack button{
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    border: none;
    border: 1px solid #21345a;
    text-transform: uppercase;
    border-radius: 25px;

}
.btnblack a:hover, .btnblack button:hover{
    background-color: #21345a;
    color: #fff;
}
.btnblackfull a, .btnblackfull button{
    width: 100%;
}
.thecartmm{
    margin-bottom: 20px;
}
.vhtotalsell{
    padding: 15px 15px 20px;
    background-color: #f8f8f8;
}
.vhgripbtn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vhgripbtn > div{
    margin-right: 20px;
    margin-bottom: 10px;
}
.vhgripbtn > div:last-child{
    margin-right: 0;
}
.lsttotlesell{
    margin-bottom: 20px;
}
.vhtotalsell .vhrow{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}
.vhtotalsell .vhrow > div{
    width: 45%;
    padding: 0;
}
.vhtotalsell .vhrow.total_price > div{
    padding: 5px 0;
}
.vhtotalsell .vhrow .row_left{
   font-size: 13px;
   line-height: 21px;
   text-align: right;
   font-weight: 500;
   width: 55%;
}
.vhtotalsell .vhrow .row_right{
    text-align: right;
    font-weight: 600;
}
.vhtotalsell .vhrow.total_price{
    color: #e3598d;
    font-weight: bold;
    margin-top: 5px
}
.vhtotalsell .vhrow.total_price > div{
    font-weight: bold;
}
.vhtotalsell .viewall{
    margin: 0;
    margin-left: auto;
    max-width: 100%;
    text-align: right;
}
.vhtotalsell .viewall a{
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}
.vhtotalsell .viewall a .fa{
    margin-right: 10px;
}
.vhformcodekm{
    margin-bottom: 15px;
}
.vhformcodekm .gripfrmkm {
    width: 100%;
    align-content: center;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vhformcodekm .gripfrmkm  label{
    width: 210px;
    margin-bottom: 0;
    font-weight: 400;
}
.vhformcodekm .grformcodekm{
    width: calc(100% - 210px);
    position: relative;
}
.grformcodekm input{
    width: 100%;
    border: 1px solid #21345a;
    height: 40px;
    padding: 0 100px 0 10px;
    border-radius: 25px;
}
.grformcodekm button{
    width: 90px;
    height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    text-align: center;
    background-color: #e6e6e6;
    border: none;
    font-weight: bold;
    text-align: center;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.grformcodekm button:hover{
    color: #fff; 
    background-color: #e3598d;
}
.frmcodekm{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.frmcodekm .tcode{
    width: 190px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.frmcodekm .tinput{
    width: calc(100% - 190px);
}
.frmcodekm .grcode{
    display: flex;
    align-items: center;
    align-content: center;
}
.frmcodekm .grcode input{
    width: calc(100% - 80px);
    margin-right: 10px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 15px;
}
.frmcodekm .grcode button{
    height: 40px;
    width: 70px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    border: 1px solid #e3598d;
    background-color: #e3598d;
    color: #fff;
    text-transform: uppercase;
}
.frmcodekm .grcode button:hover{
    background-color: #fff;
    color: #e3598d;
}
/*  */
.boxtitlecart{
    padding: 20px 0;
    background-color: #e5e5e5;
}
.boxtitlecart .vnttitle{
    margin-bottom: 0;
}
/*  */
/* style account */
.popupLoginRegis{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -111;
    opacity: 0;
    visibility: hidden;
}
.popupLoginRegis.active{
    z-index: 111;
    opacity: 1;
    visibility: initial;  

}
.popupLoginRegis .bgPopup{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
.popupLoginRegis.active .bgPopup{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0.5;
}
.popupLoginRegis .bgcontetnP{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 112;
    max-width: 430px;
    width: 100%;
}
.popupLoginRegis .bgcontetnP::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 
.popupLoginRegis .bgcontetnP::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.popupLoginRegis .contentPop{
    position: relative;
    z-index: 11;
    pointer-events: auto;
    max-width: 400px;
    margin: 0 auto;

}
.popupLoginRegis .contentTab{
    max-height: calc(100vh - 130px);
    overflow: hidden;
    overflow-y: auto;
}
.popupLoginRegis .contentTab::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 
.popupLoginRegis .contentTab::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.popupLoginRegis .contentPop .poplogin , .popupLoginRegis .contentPop .popregister,.popupLoginRegis .contentPop .popforGot{
    transform: scale(0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    background-color: #ffff;
    height: 0;

}
.popupLoginRegis .contentPop .poplogin.active , .popupLoginRegis .contentPop .popregister.active ,.popupLoginRegis .contentPop .popforGot.active{
    transform: scale(1);
    opacity: 1;
    visibility: initial;
    height: auto;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding:20px 30px 40px;
    height: auto;
}
.popupLoginRegis .contentPop .closePop{
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    pointer-events: auto;
    text-align: center;
    border-radius: 100%;
    right: 15px;
    top: 15px;
    opacity: 1;
}
.popupLoginRegis .contentPop .closePop span{
    position: absolute;
    top: 11px;
    left: 5px;
    width: 25px;
    height: 2px;
    background-color: #202124;
    transform: rotate(45deg);
    display: block;
}
.popupLoginRegis .contentPop .closePop span::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 2px;
    background-color: #202124;
    transform: rotate(90deg);
}
.popupLoginRegis .infoPop .listTab ul{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 25px;
}
.popupLoginRegis .infoPop .listTab li{
    margin-right: 20px;
}
.popupLoginRegis .infoPop .listTab li:last-child{
    margin-right: 0;
}
.popupLoginRegis .infoPop .listTab li a{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #cccccc;
    text-transform: uppercase;
}
.popupLoginRegis .infoPop .listTab li.active a, .popupLoginRegis .infoPop .listTab li:hover a{
    color: #21345a;
}
.popupLoginRegis input{
    height: 40px;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-weight: 400;
    border-radius: 0!important;
    padding: 0 10px;
}
.popupLoginRegis input::-webkit-input-placeholder { /* Edge */
    color: #999999;
}

.popupLoginRegis input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}

.popupLoginRegis input::placeholder {
    color: #999999;
}
.popupLoginRegis .formFa{
    position: relative;
} 
.popupLoginRegis .formFa input{
    padding-right: 50px;
}
.popupLoginRegis .formFa .hidepass{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}
.popupLoginRegis .hidepass .iconFa{
    display: block;
    position: relative;
}
.popupLoginRegis .hidepass .iconFa::before{
    content: "\f06e";
    font-family: FontAwesome;
    color: #999999;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.popupLoginRegis .changefa .hidepass .iconFa::before{
    content: "\f070";
}
.popupLoginRegis .contentTab .checkbox label{
    display: flex;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    padding-top: 3px;
}
.popupLoginRegis .contentTab .checkbox input{
    width: 0px;
    height: 0px;
    border: none;
    top: 0px;
    left: 0;
    -webkit-appearance: checkbox!important;
    margin-left: 0;
}
.popupLoginRegis .contentTab .checkbox input[type=checkbox] {
    position: absolute;
    cursor: pointer;
}
.popupLoginRegis .contentTab .checkbox input[type=checkbox]::before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: white;
}
.popupLoginRegis .contentTab .checkbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #e9bb57;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 8px;
}
.popupLoginRegis .contentTab .checkbox a{
    color: #21345a;
    display: inline-block;
    margin-left: 5px;
}
.popupLoginRegis .btnColo{
    display: block;
    width: 100%;
    margin-top: 30px;
    background-color: #21345a;
    text-align: center;
    height: 40px;
    text-transform: uppercase;
    border: 1px solid #21345a;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    color: #fff;
}
.popupLoginRegis .btnColo:hover{
    background-color: #fff;
    color: #21345a;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.popupLoginRegis .contentTab .formSocial .txt{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.popupLoginRegis .contentTab .formSocial .socWrap{
    margin-bottom: 10px;
}
.popupLoginRegis .contentTab .formSocial .socWrap a{
    display: block;
    text-align: center;
    height: 42px;
    line-height: 44px;
    font-size: 15px;    
    font-weight: bold;
    background-color: #eeeeee;
    text-transform: uppercase;
}
.popupLoginRegis .contentTab .formSocial .socWrap a:hover{
    background-color: #da251c;
    color: #fff;
}
.popupLoginRegis .contentTab .formSocial .socWrap a span{
    margin-right: 7px;
    font-size: 15px;
    position: relative;
    top: -5px;
    color: #0169b9;
    display: inline-block;
}
.popupLoginRegis .contentTab .formSocial .socWrap a:hover span{
    color: #fff;
}
.popupLoginRegis .contentTab .formSocial .socWrap a span::before{
    position: relative;
    top: 5px;
}
.popupLoginRegis .contentTab .note{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.popupLoginRegis .contentTab .note1{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #bebebe;
}
.popupLoginRegis .contentTab .txtnot{
    text-align: center;
    font-size: 14px;
}
.popupLoginRegis .contentTab .txtnot a{
    color: #3ca9e2;
}
.popupLoginRegis .popforGot .title{
    font-size: 26px;
    font-weight: bold;
    color: #e9bb57;
    line-height: 38px;
    text-align: center;
    margin-bottom: 25px;
}
.popupLoginRegis .popforGot .txt{
    text-align: center;
    margin-bottom: 35px;
    font-weight: 400;
    color: #1d1d1d;
}
.popupLoginRegis .popforGot .createAcc{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
.popupLoginRegis .popforGot .createAcc a{
    color: #e9bb57;
}

/* thecartmm */
.thecartmm, .thecartnn{
    border: 1px solid #efefef;
    border-radius: 5px;
}
.thecartnn .vhpadingall{
    padding: 20px 70px 20px 20px;
}
.grformall{
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
}
.grformall .form-group{
    margin-bottom: 0;
}
.grformall .coll{
    width: 125px;
}
.grformall .colr{
    width: calc(100% - 125px);
}
.grformall label{
    margin: 0;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
}

.grtotalsell{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.grtotalsell > div{
    padding: 0 10px;
}
.grtotalsell .colss{
    width: 220px;
}
.grtotalsell .colll{
    width: calc(100% - 220px);
}

.formcoupon{
    margin-bottom: 30px;
}
.formcoupon .fa-gif{
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
}
.formcoupon input{
    width: calc(100% - 70px);
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 0 10px;
}
.formcoupon button{
    width: 70px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    padding: 5px;
    color: #ffff;
    border-radius: 3px;
    border: none;
    background-color: #e3598d;
}

.viewmorecart a{
    display: block;
    padding: 8px;
    border: 1px solid #e3598d;
    color: #e3598d;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
}
.viewmorecart a:hover{
    background-color: #e3598d;
    color: #ffff;
}
.viewmorecart a span{
    padding-left: 10px;
    position: relative;
    display: inline-block;
}
.viewmorecart a span::before{
    content: '\f0d9';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
}

div#tableCart{
	border-radius: 5px;
}
div#tableCart .title{
	font-size: 18px;
    line-height: 25px;
    padding: 10px 15px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: solid 1px #ddd;
}
div#tableCart table {
    width: 100%;
}
div#tableCart table thead, div#tableCart table tbody{
    background-color: #fff;
}
div#tableCart .title > span{
    text-transform: initial;
    position: relative;
}

div#tableCart table thead tr{
	border-bottom: 1px dotted #ddd;
}
div#tableCart table thead tr th {
    padding: 10px;
	text-align: center;
	font-weight: 600;
	text-align: left;
    font-size: 14px;
    line-height: 21px;
}
#tableCart .quantity{
    position: relative;
    width: 60px;
}
#tableCart .quantity input{
	height: 30px;
    width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	padding-right: 26px;
}
#tableCart .quantity button{
	border: none;
	background-color: transparent;
	font-size: 10px;
	height: 15px;
	width: 30px;
	padding: 0;
	text-align: center;
	line-height: 25px;
	position: absolute;
	right: 0;
    border-left: 1px solid rgba(0,0,0,0.1);
    opacity: 0.7;
}
#tableCart .quantity button i{
	line-height: 13px;
}
#tableCart .quantity .btn-down{
	bottom: 0;
}
#tableCart .quantity .btn-up{
	top: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
div#tableCart table tbody tr{

}
div#tableCart table tbody tr:last-child{
    border-bottom: none;
}
div#tableCart table tbody tr td:not(:nth-child(1)){
	text-align: center;
}
div#tableCart table tbody tr td:nth-child(1){
	width: 40%;
}
div#tableCart table tbody tr td{
    padding:15px 10px;
    border-top:none;
    border-right:none;
}
div#tableCart table tbody tr td .remove_product{
    color: #999999;
}
div#tableCart .img {
    margin-right: 5px;
    width: 60px;
    height: 60px;
    float: left;
}
div#tableCart .img a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
}
div#tableCart .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%);
}

div#tableCart .tend {
    overflow: hidden;
}
div#tableCart .tend h3{
    font-weight: initial;
    line-height: initial;
    font-size: 14px;
    line-height: 21px;
}
div#tableCart .tend .prbonus{
    font-size: 12px;
    line-height: 21px;
    color: #202124;
}
div#tableCart .tend a{
    display: block;
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}
div#tableCart .tend p{
	color: #202124;
	font-size: 14px;
}
div#tableCart .product_color{
    width:125px;
    height:36px;
    border:solid 1px #cfcfcf;
}
div#tableCart .product_size{
    width:80px;
    height:36px;
    border:solid 1px #cfcfcf;
}
div#tableCart .product_quantity{
    width:65px;
    height:36px;
    border:solid 1px #cfcfcf;
    text-align: center;
}
div#tableCart .price_simple{
    font-size: 12px;
    text-align: center;
}
div#tableCart .price_simple .prold{
    color: #999999;
    text-decoration: line-through;
}
div#tableCart .price_simple span{
    display: block;
}
div#tableCart .price_nor{
	color:#999999;
	font-size: 12px;
	text-decoration: line-through;
}
div#tableCart .price_total{
    font-size: 12px;
	line-height: 18px;
    font-weight: bold;
}
div#tableCart .price_total span{
    display: block;
}
div#tableCart tfoot{
	border-top: 1px solid #ddd;
}
div#tableCart tfoot tr td {
    padding: 20px 30px 30px 30px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
    .box_login.rowLeft_200 .row_input .row_left{
        width: 160px;
    }
    .box_login.rowLeft_200 .row_input .row_right{
        padding-left: 160px;
    }
}
@media all and (max-width: 991px){
    .popupLoginRegis .bgcontetnP{
        padding: 10px;
    }
    .popupLoginRegis .contentPop .poplogin.active, .popupLoginRegis .contentPop .popregister.active, .popupLoginRegis .contentPop .popforGot.active{
        padding: 30px 15px 30px;
    }
    .vhinfoSuccess .linkSucc a{
        padding: 8px 5px;
        font-size: 14px;
        line-height: 21px;
    }
    .tableInfoPro table tbody td{
        padding: 15px 5px;
    }
    .address_delivery, .invoice{
        padding-left: 0;
    }
    .breadcrumb{
        display: block;
    }
    .boxSuccess .txt1{
        font-size: 24px;
    }
    .boxSuccess .code .to{
        font-size: 16px;
        padding: 15px 10px;
    }
    .form-buy .fb-content p{
        margin-bottom: 20px;
    }
    .boxSuccess{
        padding: 20px 10px;
    }
    .couponCode {
        padding-left: 15px;
        padding-top: 115px;
    }
    .couponCode:before {
        top: 10px;
        left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .pay{
        display: block;
    }
    table.addtocart2.res{
        text-align: left;
      
    }
    table.addtocart2.res thead {
        display: none;
    }
    table.addtocart2.res tbody tr {
        display: block;
        padding: 10px;
        padding-bottom: 25px;
        margin-bottom: 20px;
        border-bottom: solid 1px #ddd;
    }
    table.addtocart2.res tbody tr:last-child{
        margin-bottom: 0;

    }
    table.addtocart2.res tbody tr td{
        display: block;
        border: none;
        padding: 0;
        padding-left: 100px;
        position: relative;
        margin-bottom: 10px;
    }
    table.addtocart2.res tbody tr td.be.mg:before{
        margin-right: 20px;
    }
    table.addtocart2.res tbody tr td.be:before{
        content: attr(data-cont) " : ";
        color:#cccccc;
        font-weight: normal;
    }
    table.addtocart2.res .btnclear {
        position: absolute;
        bottom: 70px;
        right: 10px;
    }
    table.addtocart2.res .img {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 80px;
    }
    table.addtocart2.res .img img{
    }
    table.addtocart2.res tbody tr td .i-title a{
        font-size: 15px;
        line-height: 22px;
        font-weight: bold;
    }
    table.addtocart2.res2 tbody tr td{
        padding: 10px;
    }
    .choose-quantity{
        margin: 0;
        display: inline-block;
    }
    .choose-quantity .quantity{
        margin: 0;
    }

    .coupon{
        flex-direction: column-reverse;
    }
    .coupon .infoShip{
        width: 100%;
    }
    .formPoint{
        display: block;
        margin-bottom: 20px;
    }
    .formPoint .designForm{
        margin-right: 0;
    }
    .formPoint .designForm .form{
        width:100%;
    }
    .divButton .btnCart{
        width:100%;
        margin-bottom: 10px;
    }
    .form-login .wrap_formLogin {
        background-image: none;
        padding-left: 0;
    }
    .ftitle{
        padding-left: 0;
    }
 
    .login_social .ls_button {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .form-buy .fb-button button.btn{
        width:100%;
    }
    .login_social .ls_text {
        position: initial;
        display: block;
        margin-bottom: 15px;
    }
    .login_social .ls_button {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0;
    }
    .form-buy .fb-content {
        min-height: initial;
        padding-left: 0px;
        background: none;
    }
    .fb-content .tableButton {
        margin-top: 0px;
    }
    .login_social{
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .boxSuccess .code{
        font-size: 45px;
        line-height: 55px;
    }
    .style_step ul li {
        width: 46px;
        margin-right: 40px;
    }
    .totalPrice {
        width: 100%;
    }
    .infoShip p,  .infoShip p a{
        color: #fff;
    }
    .style_step{
        margin-top: 0;
        width: 300px;
        margin-bottom: 30px;
    }
    .style_step ul li{
        margin: 0 20px;
    }

    .addtocart thead tr td,
    .addtocart thead tr{
        display: none;
    }
    .addtocart thead tr td ~ td{
        display: none;
    }
    .addtocart tr td .ifo{
        float: none;
    }
    .addtocart tr td:nth-child(1){
        width: 100%;
    }
    .addtocart tr td .red{
        float: left;
        margin-right: 10px;
        color: #202124;
    }
    .addtocart tbody tr,
    .addtocart tbody tr td{
        display: block;
    }
    .addtocart tfoot tr,
    .addtocart tfoot tr td{
        display: block;
        padding: 0;
    }
    .addtocart tfoot tr{
        padding: 15px 20px;
    }
    .addtocart tbody tr{
        padding: 15px 20px;
        padding-left: 95px;
        padding-bottom: 30px;
        position: relative;
    }
    .addtocart tbody tr td{
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .addtocart tbody tr td:first-child,
    .addtocart tbody tr td:last-child{
        margin-bottom: 0;
    }
    .addtocart .img{
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .addtocart tr td .quantity{
        justify-content: flex-start;
    }
    .addtocart .btn{
        width: 100%;
        margin-bottom: 10px;
    }
    .addtocart .fr{
        float: none;
    }
    .addtocart tr td .t-close{
        position: absolute;
        bottom: 5px;
        left: 93px;
    }
    .link_success{
        display: block;
    }
    .link_success .btn{
        width: 100%;
        margin: 0;
    }
    .box-form .linkNotRegis{
        background: #dddddd;
        border-color: #dddddd;
        color:#202124;
    }   

    .vhinfoSuccess .titleSucc h1{
        font-size: 25px;
        line-height: 37px;
    }
    .vhbtnsell .coll{
        width: calc(100% - 450px);
    }
    .vhbtnsell .colr{
        width: 450px;
    }
    .vhformcodekm .gripfrmkm label{
        width: 170px;
    }
    .vhformcodekm .grformcodekm{
        width: calc(100% - 170px);
    }
    .tableInfoPro table tbody td:nth-child(1){
        padding-left: 25px;
    }
    .tableCheckPayment table tr td:nth-child(2){
        width: 100px;
        vertical-align: top;
    }
    /*  */
    .gripCartLv{
        flex-direction: column-reverse;
    }
    .gripCartLv > div{
        width: 100%;
    }
}
@media all and (max-width: 768px){
    .style_step ul li{
        margin: 0 10px;
    }
    .style_step ul li .text{
        font-size: 12px;
        line-height: 20px;
    }
    .div_button.df{
        display: block;
    }
    .div_button .btn{
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }


    .loginSocial .row_input{
        float: none;
    }
    .box_login.rowLeft_200 .row_input .row_left{
        width: 100%;
        float: none;
    }
    .box_login.rowLeft_200 .row_input .row_right{
        padding-left: 0;
    }
    .div_button{
        display: block;
    }
    .box_login .row_input .grid{
        display: block;
    }
    .box_login .row_input .grid .col{
        width: 100%;
        margin-bottom: 10px;
    }
    .loginSocial{
        display: block;
        text-align: left;
    }
    .loginSocial .txt_social{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .infoPrice {
        padding-left: 0;
    }

    .tableButton .btnCart.blood{
        min-width: auto;
    }

}
@media all and (max-width: 770px){
    .style_step ul li .text{
        font-size: 15px;
    }
    .style_step ul{
        justify-content: space-between;
    }
    .style_step ul li{
        width: auto;
        margin-right: 5px;
    }
    
}
@media all and (max-width: 767px){
    .box_login .row_input .row_left{
        text-align: left;
        width: 100%;
    }
    .box_login .row_input .row_right{
        padding-left: 0;
    }   
    .divButton .fl, .divButton .fr {
        float: none;
    }
    .tableInfoPro .titletabMb {
        padding: 12px 0px;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .tableInfoPro table thead{
        display: none;
    }
    .tableInfoPro table, .tableInfoPro table tbody, .tableInfoPro table tr, .tableInfoPro table td{
        display: block;
    }   
    .tableInfoPro table tbody td:nth-child(1), .tableInfoPro table tbody td:nth-child(2), .tableInfoPro table tbody td:nth-child(3), .tableInfoPro table tbody td:nth-child(4), .tableInfoPro table tbody td:nth-child(5){
        width: 100%;
    }
    .tableInfoPro table tbody td:nth-child(1){
        padding-left: 110px;
    }
    .tableInfoPro table tbody tr{
        padding: 15px 10px;
        position: relative;
    }
    .tableInfoPro table tbody td{
        padding: 5px 0;
        padding-left: 110px;
        padding-right: 0px;   
    }
    .tableInfoPro table tbody td:last-child{
        padding: 0;
    }
    .tableInfoPro table tbody td .price_total{
        position: relative;
        margin-top: -35px;
        display: inline-block;
    }
    .tableInfoPro table td .i-tool{
        /* display: flex;
        flex-wrap: wrap; */
    }
    .tableInfoPro table td .i-tool > div{
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .tableInfoPro table td .i-tool .i-file{
        width: 100%;
    }
    .tableInfoPro table td .i-product .img{
        position: absolute;
        left: 20px;
        top: 15px;
        width: 80px;
        height: auto;
        text-align: center;
    }
    .tableInfoPro table td .i-product .tend{
        width: 100%;
        padding-left: 0;
    }
    .tableInfoPro table tbody td .remove_product{
        position: absolute;
        bottom: 0px;
        top: initial;
        transform: initial;
        display: inline-block;
    }
    .tableInfoPro table tbody td .i-price{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
    .flexTotalCart .wrapTotal{
        max-width: 100%;
    }
    .gripCartLv .colR{
        border-left: none;
    }
    .gripCartLv > div{
        width: 100%;
    }
    .vhFormInfoCart .row{
        margin: 0 -10px;
    }
    .vhFormInfoCart .row > div{
        padding: 0 10px;
    } 
    .tableCheckPayment table tr{
        position: relative;
        min-height: 120px;
        padding: 15px 0;
        padding-left: 80px;
        display: block;
    }
    .tableCheckPayment table tr:nth-child(1){
        padding-top: 0;
    }
    .tableCheckPayment table tr td{
        padding:2px 0;
    }
    .tableCheckPayment table td .i-product .img{
        position: absolute;
        left: 0px;
        top: 20px;
    }
    .tableCheckPayment table tr:nth-child(1) td .i-product .img{
        top: 5px;
    }

    .tableCheckPayment table .i-quantity{
        justify-content: flex-start;
    }
    .tableCheckPayment table td .i-product .tend{
        width: 100%;
        padding-left: 0;
    }
    /*  */
    .vhinfoSuccess{
        flex-direction: column-reverse;
    }
    .vhinfoSuccess > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .vhinfoSuccess .contSucc, .vhinfoSuccess .linkSucc{
        text-align: center;
    }
    .vhinfoSuccess .contSucc p{
        padding: 2px 0;
    }
    .itemBankSucc .colT{
        width: 100%;
        padding-left: 0;
    }
    .itemBankSucc .colL{
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .vhBankSucc .noteBank a{
        display: block;
    }
    .vhBankSucc{
        padding: 0 15px;
    }
    .vhbtnsell > div{
        width: 100%;
        margin-bottom: 15px;
    }
    .btncancel a, .btncancel button{
        width: 100%;
    }
    .infogenmobi .grtitlemb{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 15px 15px 5px 15px;
        margin: 0 -15px;
    }
    .infogenmobi .grtitlemb > div{
        margin-bottom: 10px;
    }
    .infogenmobi .grtitlemb .infoordmb{
        display: flex;
        align-content: center;
        align-items: center;
    }
    .infogenmobi .grtitlemb .infoordmb .img{
        width: 15px;
        margin-right: 10px;
    }
    .infogenmobi .grtitlemb .infoordmb .txt {
        display: inline-block;
        padding-right: 15px;
        position: relative;
    }
    .infogenmobi .grtitlemb .infoordmb .txt::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: #999999;
    }
    .infogenmobi.active .grtitlemb .infoordmb .txt::before{
        content: "\f106";
    }
    .infogenmobi .grtitlemb .pricemb{
        font-size: 16px;
        line-height: 23px;
        font-weight: bold;
    }

    .vhbtnsell .coll{
        width: 100%;
        margin-bottom: 30px;
    }
    .vhbtnsell .colr{
        width: 100%;
    }
    .btncancel{
        max-width: 210px;
        margin: 0 auto;
    }
    .vhformcodekm .gripfrmkm label{
        width: 100%;
        margin-bottom: 15px;
    }
    .vhformcodekm .grformcodekm{
        width: 100%;
    }
    .box_success{
        padding: 25px 15px;
 
    }
    /*  */
    div#tableCart table thead tr th:nth-child(3), div#tableCart table tbody tr td:nth-child(3){
        display: none;
    }
    div#tableCart table thead tr th:nth-child(5){
        /* display: none; */
    }
    div#tableCart table thead tr th:nth-child(5), div#tableCart table tbody tr td:nth-child(5){
        padding: 0;
    }
    div#tableCart table tbody tr td:nth-child(5){
        padding-right: 10px;
    }
    div#tableCart table tbody tr td:nth-child(1){
        width: 50%;
    }
    div#tableCart table tbody tr td{
        padding: 10px 5px;
    }
    div#tableCart table thead tr th {
        padding: 10px 5px;
        white-space: nowrap;
        font-size: 13px;
        line-height: 21px;
    }
    div#tableCart .img{
        width: 50px;
        height: 50px;
    }
    div#tableCart .tend h3 a{
        letter-spacing: -0.6px;
    }
    div#tableCart{
        margin-bottom: 0;
    }
    .frmcodekm .tcode{
        width: 100%;
        margin-bottom: 10px;
    }
    .frmcodekm .tinput{
        width: 100%;
    }
    .grtotalsell{
        flex-direction: column-reverse;
    }
    .grtotalsell .colss{
        width: 100%;
    }
    .grtotalsell .colll{
        width: 100%;
    }
    .vhgripbtn > div{
        width: 100%;
        margin-right: 0;
    }
    .vhtotalsell .viewall a,.vhtotalsell .viewall button{
        width: 100%;
    }
    .grformall .coll{
        width: 100%;
        margin-bottom: 5px;
    }
    .grformall .colr{
        width: 100%;
    }
    .thecartnn .vhpadingall{
        padding: 20px 15px;
    }
    .wraspMethod .radio{
        margin-top: 0;
    }

    .box_success .gripwrap .thumb{
        width: 100%;
        display: none;
    }
    .box_success .gripwrap .decs{
        width: 100%;
    }
    .box_success .link a{
        font-size: 12px;
    }

    .show_login_id #id_no_login{
        margin: 0 -15px ;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .check_login_cart ul{
        margin-bottom: 5px;
    }
    .wraspMethod .radio label{
        font-size: 13px;
        line-height: 21px;
    }
    .wraspMethod .radio:last-child{
        margin-bottom: 0;
    }
}
@media all and (max-width: 460px){
    .tableButton .btnCart.blood{
        width: 100%;
    }
    .backHome a{
        width: 100%;
    }
    .form-login{
        padding: 15px 5px;
    }
    .infoShip p a{
        display: block;
    }
    table.addtocart2.res tbody tr td{
        padding-left: 85px;
    }
    .couponCode button{
        font-size: 12px;
        line-height: 20px;
    }
    .boxSuccess .code{
        font-size: 35px;
        line-height: 45px;
    }
    .coupon{
        padding: 10px;
    }
    .totalPrice .l{
        width: 135px;
    }
    .totalPrice .p,
    .totalPrice .l{
        line-height: 21px;
        text-align: left;
    }
    .totalPrice .l.v{
        font-size: 18px;
        line-height: 26px;
    }
    .formPoint .designForm{
        padding: 10px;
    }
    .cartField label{
        width: 100%;
        float: none;
    }
    .cartField .colRight{
        width: 100%;
    }
}
@media all and (max-width: 360px){
    .totalPrice .p,
    .totalPrice .l{
        line-height: 20px;
    }

    .style_step ul li{
        /* margin-right: 20px; */
    }
}