
.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: #666666;
    margin-right: 15px;
}

/*====================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;
}

.ftitle {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0;
    padding-left: 130px;
}
/*========================*/

.input-group{
    width: 100%;
}

/* cart page 1 */
.vhtabcartall{
    margin-bottom: 20px;
}

.btnTotal .vhbtnpayment{
    margin-bottom: 10px;
}
.vhbtnpayment a{
    display: block;
    background-color: #000000;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.vhbtnpayment a:hover{
    background-color: #000000;
}
.btnSell a{
    display: block;
    background-color: #e6e6e6;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    border: 1px solid #e6e6e6;
}
.btnSell a:hover{
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff;
}

/* style table */
.vhtabcartall table{
    width: 100%;
}
.vhtabcartall table, .vhtabcartall table thead, .vhtabcartall table tbody{
    display: block;
}
.vhtabcartall table tr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}
.vhtabcartall table thead tr{
    margin-bottom: 0;
}
.vhtabcartall table thead th{
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.vhtabcartall table thead th:nth-child(1){
    padding-left: 0;
}
.vhtabcartall table tbody tr{
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.vhtabcartall table tbody td{
    padding: 15px 20px;
}
.vhtabcartall table td:nth-child(1), .vhtabcartall table th:nth-child(1){
    width: 45%;
}
.vhtabcartall table td:nth-child(2), .vhtabcartall table th:nth-child(2){
    width: 15%;
}
.vhtabcartall table td:nth-child(3), .vhtabcartall table th:nth-child(3){
    width: 24%;
}
.vhtabcartall table td:nth-child(4), .vhtabcartall table th:nth-child(4){
    width: 16%;
}
.vhtabcartall .quantity{
    max-width: 170px;
}
.vhtabcartall table td .i-ponsi{
    position: relative;
    padding-left: 30px;
}
.vhtabcartall table td .i-ponsi .i-deleted{
    position: absolute;
    left: 0;
    top: 25px;
    width: 20px;
}
.vhtabcartall table td .i-product{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.vhtabcartall table td .i-product .p-thumb {
    width: 95px;
}
.vhtabcartall table td .i-product .img{
    width: 80px;
    height: 80px;
}
.vhtabcartall table td .i-product .img a{
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
}
.vhtabcartall table td .i-product .img img{
    max-width: 100%;
    max-height: 100%;
}
.vhtabcartall table td .i-product .p-decs{
    width: calc(100% - 100px);
}
.vhtabcartall table td .i-product .i-title, .vhtabcartall table td .i-product .i-title h3{
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}
.vhtabcartall table td .i-product .i-color{
    color: #999999;
}
.vhtabcartall table td .i-tool > div{
    margin-bottom: 5px;
}
.vhtabcartall table td .i-file{
    font-size: 13px;
    line-height: 21px;
}
.vhtabcartall table td .i-file a{
    color: #000000;
}
.vhtabcartall table td .i-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.vhtabcartall table td .i-price > div{
    margin-bottom: 5px;
}
.vhtabcartall table td .i-total{
    font-family: 'Oswald', sans-serif;
}
.vhtabcartall table td .price_odd{
    text-decoration: line-through;
    margin-right: 10px;
}
.vhtabcartall table td .price_simple{
    color: #cc0000;
}
.vhtabcartall table td .icon{
    display: inline-block;
    width: 20px;
    height: 20px
}
/* style page 2 */
.vhbackPage{
    padding: 15px 0;
    background-color: #fff;
}
.vhbackPage a{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.vhbackPage a span{
    padding-left: 25px;
    display: inline-block;
    position: relative;
}
.vhbackPage a span::before{
    content: '\e929';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-family: 'icomoon' !important;
    font-size: 9px;
    font-weight: bold;
}
.grcartlv{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.grcartlv > div{
    padding: 0 35px;
}
.grcartlv .coll{
    width: calc(50% - 35px);
}
.grcartlv .colr{
    width: calc(50% + 35px);
}

.vhmargin{
    margin-bottom: 20px;
}
.vhmarginss{
    padding-bottom: 10px;
}
.vhmargin .vhbtnpayment{
    margin-bottom: 15px;
}
.vhnotepayment{
    text-align: center;
}
.info_general .info_title{
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #000000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.vhinnews input, .vhinnews select, .vhinnews textarea{
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 1px;
}
.vhinnews select{
    padding-right: 35px;
}
.vhinnews textarea{
    padding: 10px;
    height: 100px;
}

.wraspMethod .radio{
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wraspMethod .noborder{
    border-bottom: none;
    margin-bottom: 15px;
}
.wraspMethodbd .radio{
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.wraspMethod .radio .content{
    display: none;
    padding-top: 10px;
}
.wraspMethod .radio .lbb > input{
    display: none;
}
.wraspMethod .radio label{
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.wraspMethod .radio label .name{
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
}
.wraspMethod .radio label .adress{
    color: #666666;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}
.wraspMethod .radio label .phone{
    color: #666666;
    font-size: 13px;
    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 #000;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:not(:checked) + label::before{
    border: 1px solid rgba(0, 0, 0, 0.2);
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
/*  */
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #e1e1e1;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after{
    content: '';
    width: 18px;
    height: 18px;
    background: #193560;
    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);
}
.vhtablepayment{
    margin-bottom: 20px;
}
.vhtablepayment table{
    width: 100%;
}
.vhtablepayment table tr{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.vhtablepayment table tr td{
    padding: 20px 0px;
}
.vhtablepaymentres table tr:nth-child(1) td{
    padding-top: 0;
}
.vhtablepayment table tr td:nth-child(2){
    width: 130px;
    font-weight: bold;
    text-align: right;
}
.vhtablepayment table .i-quantity .quanti{
    display: block;
    margin-right: 3px;
}
.vhtablepayment table .i-quantity{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}
.vhtablepayment table .i-quantity .total{
    color: #cc0000;
    margin-left: 5px;
}
.vhtablepayment table td .i-product{
    display: flex;
    flex-wrap: wrap;
}
.vhtablepayment .i-product .img {
    width: 80px;
    height: 80px;
}
.vhtablepayment .i-product .img a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.vhtablepayment .i-product .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.vhtablepayment .i-product .tend{
    width: calc(100% - 80px);
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
}
.vhtablepayment .ltitle{
    width: calc(100% - 100px);
}
.vhtablepayment .rtotal{
    width: 100px;
}
.vhtablepayment .i-product .tend h3{
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
.vhtablepayment .i-product .tend .i-color{
    color: #999999;
}
.vhtablepayment .i-product .i-tool{
    color: #999999;
    font-size: 13px;
    line-height: 21px;
}
.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: #000000;
    font-weight: bold;
}

/*  */
.vhsuccess .grsucc{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -40px;
}
.vhsuccess .grsucc > div{
    padding: 0 40px;
}
.vhsuccess .grsucc .lcol{
    width: calc(50% - 40px);
}
.vhsuccess .grsucc .rcol{
    width: calc(50% + 40px);
}
.vhsuccess .thumbsucc img{
    width: 100%;
}
.vhinfosuccess > div{
    margin-bottom: 15px;
}
.vhinfosuccess .grlinksucc{
    max-width: 370px;
    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: 10px;
}
.vhinfosuccess .titleSucc, .vhinfosuccess .titleSucc h1{
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.vhinfosuccess .contsucc{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
}
.vhinfosuccess .linkSucc a{
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 22px;
    border: none;
    text-align: center;
    font-weight: 500;
    color: #000000;
    background-color: #fff;
    border: 1px solid #000000;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.vhinfosuccess .linkSucc.v2 a{
    background-color: #000000;
    color: #fff;
}
.vhinfosuccess .linkSucc a:hover{
    background-color: #000000;
    color: #fff;
}
.vhinfosuccess .linkSucc.v2 a:hover{
    background-color: #000000;
    border-color: #000000;
}
.colorAll{
    color: #000000;
}


/*  */
.loginhasacc{
    margin-bottom: 10px;
}
.loginhasacc .showpoplogres{
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    cursor: pointer;
}
.loginhasacc .showpoplogres a{
    text-decoration: underline;
}
.loginhasacc .showpoplogres::before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    background: #fff;
}
.loginhasacc .showpoplogres.active::before{
    border: 1px solid #000000;
}
.loginhasacc .showpoplogres.active::after{
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
}
.loginhasacc .shpoplogin::after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*  */
.vhbtnsell{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}
.vhbtnsell > div{
    padding: 0 10px;
    margin-bottom: 10px;
}
.vhbtnsell .coll{
    width: 200px;
}
.vhbtnsell .colr{
    width: calc(100% - 200px);
}
.vhbtnsell .grsellgift{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.vhbtnsell .grsellgift > div{
    padding: 0 12px;
    margin-bottom: 10px;
}
.vhbtnsell .grsellgift .rcol{
    width: 470px;
}
.vhbtnsell .grsellgift .lcol{
    width: calc(100% - 470px);
    text-align: right;
}
.hpsellgift{
    padding: 5px 50px 4px 15px;
    background-color: #ff4c4c;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.hpsellgift::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    transform: skewX(-35deg);
}
.hpsellgift::after{
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    transform: skewX(35deg);
}
.hpsellgift .tm{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 3px;
    font-weight: bold;
    text-transform: uppercase;
}
.hpsellgift .th{
    font-size: 13px;
    line-height: 21px;
}
.btncancel a, .btncancel button{
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    background-color: transparent;
    border: none;
}
.btncancel a span, .btncancel button span{
    padding-left: 25px;
    display: inline-block;
    position: relative;
}
.btncancel a span::before, .btncancel button span::before{
    content: '\e929';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-family: 'icomoon' !important;
    font-size: 9px;
    font-weight: bold;
}
.btncancel a:hover, .btncancel button:hover{
    color: #00a9e4;
}
.btnblack a, .btnblack button{
    padding: 10px 30px;
    display: inline-block;
    text-align: center;
    border: none;
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.btnblack a:hover, .btnblack button:hover{
    background-color: #000000;
}
.btnblackfull a, .btnblackfull button{
    width: 100%;
}
.vhtotalsell{
    margin-bottom: 10px;
}
.vhtotalsell .jusend{

    width: 100%;
}
.vhtotalsell .vhrow{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
}
.vhtotalsell .resrow{
    padding-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.vhtotalsell .vhrow .total_price{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.vhphipayment{
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    padding: 11px 20px;
    background-color: #fff;
}
.vhformcodekm{
    margin-bottom: 15px;
}
.vhformcodekm label{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.vhformcodekm label strong{
    font-family: 'Oswald', sans-serif;
}
.vhformcodekm label span{
    color: #999999;
    font-style: italic;
}
.vhformcodekm .grformcodekm{
    display: flex;
    align-content: center;
    align-items: center;
}
.grformcodekm input{
    width: calc(100% - 110px);
    border: none;
    height: 40px;
    margin-right: 10px;
    padding: 0 15px;
    background-color: #eeeeee;
}
.grformcodekm button{
    width: 100px;
    height: 40px;
    text-align: center;
    background-color: #06a7de;
    border: none;
    color: #fff;
    text-transform: uppercase;
}
.grformcodekm button:hover{
    background-color: #b61034;
}

/* ========thecartmm========== */
.thecartmm{
    height: 100%;
    padding: 30px 0px;
    background-color: #f6f6f6;
    position: relative;
}
.thecartmm::before{
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 10000px;
    background-color: #f6f6f6;
    height: 100%;
}
.thecartmm .mmwrap{
    max-width: 460px;
    padding-right: 30px;
}
/* ========thecartmm========== */

/* ===========thecartnn============ */
.thecartnn{
    padding: 30px 0 30px;
}
/* ===========thecartnn============ */
/* ===========vhinnews=========== */
.vhinnews{
    position: relative;
    margin-bottom: 10px;
}
.vhinnews .faform {
    position: relative;
}
.vhinnews .faform  input{
    padding-right: 40px;
}
.vhinnews .faform::before{
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    font-family: FontAwesome;
}
.vhrowflex{
    margin: 0 -5px;
}
.vhrowflex > div{
    padding: 0 5px;
}
/* ===========vhinnews=========== */
.div-choose {
    background: #f6f6f6;
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.div-choose .choose-label {
    font-size: 15px;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
}
.div-choose .choose-label::before{
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    left: 5px;
    top: 50%;
    transform:translateY(-50%);
    width: 15px;
    height: 15px;
    background-color: #000000;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-bottom: 2px;
}
.div-choose .choose-label.collapsed::before{
    content: '';
    background-color: #fff;
}
.div-choose .choose-label input{
    margin-right: 10px;
    top: 3px;
    width: 15px;
    height: 15px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: none;
}
.check_same::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0d1";
    right: 10px;
    top:10px;
    font-size: 20px;
}
.check_bill::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0f7";
    right: 10px;
    top:10px;
    font-size: 20px;
}

/* === vhcartgift === */
.vhcartgift{
    margin-bottom: 15px;
    background-color: #ddf1ee;
    padding: 15px 20px;
}
.vhcartgift .grgift{
    display: flex;
    align-items: center;
    align-content: center;
}
.vhcartgift .thumb{
    width: 50px;
    height: 50px;
}
.vhcartgift .thumb a{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    height: 100%;
}
.vhcartgift .thumb a img{
    max-width: 80%;
    max-height: 80%;
}
.vhcartgift .decs{
    width: calc(100% - 50px);
    padding-left: 15px;
}
.vhcartgift .dstitle{
    margin-bottom: 2px;
} 
.vhcartgift .dstitle, .vhcartgift .dstitle h3{
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
}
.vhcartgift .dstitle, .vhcartgift .dstitle a{
    color: #000000;
}
.vhcartgift .dstend{
    color: #666666;
    font-size: 13px;
    line-height: 21px;
    font-style: italic;
} 
/* === vhcartgift === */
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
    .grcartlv{
        margin: 0 -15px;
    }
    .grcartlv > div{
        padding: 0 15px;
    }
}
@media all and (max-width: 991px){
    .vhbtnsell .colr{
        width: 100%;
    }
    .vhbtnsell .coll{
        width: 100%;
    }
    .vhbtnsell .grsellgift .rcol, .vhbtnsell .grsellgift .lcol{
        width: 50%;
    }

    .thecartmm .mmwrap{
        padding-right: 20px;
    }
    .vhinfosuccess .linkSucc a{
        padding: 8px 5px;
        font-size: 13px;
        line-height: 21px;
    }
    .vhtabcartall table tbody td, .vhtabcartall table thead th{
        padding: 15px 10px;
    }
    .breadcrumb{
        display: none;
    }
    .pay{
        display: block;
    }
    .ftitle{
        padding-left: 0;
    }
    .vhinfosuccess .titleSuc, .vhinfosuccess .titleSucc h1{
        font-size: 22px;
        line-height: 34px;
    }
    .vhsuccess .grsucc{
        margin: 0 -15px;
    }
    .vhsuccess .grsucc > div{
        padding: 0 15px;
    }
    .vhsuccess .grsucc .lcol{
        width: calc(50% - 15px);
    }
    .vhsuccess .grsucc .rcol{
        width: calc(50% - 15px);
    }

    .thecartnn{
        padding: 25px 0 0;
    }

    .grcartlv .coll{
        width: 100%;
    }
    .grcartlv .colr{
        width: 100%;
    }
    .thecartmm .mmwrap{
        max-width: 100%;
        padding-right: 0;
    }
}
@media all and (max-width: 767px){
    .vhbtnsell .grsellgift .rcol, .vhbtnsell .grsellgift .lcol{
        width: 100%;
    }
    .vhsuccess .grsucc .lcol{
        width: 100%;
    }
    .vhsuccess .grsucc .rcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .vhsuccess .grsucc{
        flex-direction: column-reverse;
    }
    .thecartmm{   
        margin: 0 -15px;
        padding: 0 15px;
    }
    .thecartmm::before{
        display: none;
    }
    .vhtabcartall .titletabMb {
        padding: 10px 20px;
        color: #fff;
        font-weight: bold;
        background-color: #193560;
    }
    .vhtabcartall table thead th{
        display: none;
    }
    .vhtabcartall table thead th:nth-child(1){
        display: block;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .vhtabcartall table, .vhtabcartall table tbody, .vhtabcartall table tr, .vhtabcartall table td{
        display: block;
    }  
    .vhtabcartall table tbody td:nth-child(1){
        width: 100%;
    } 
     .vhtabcartall table tbody td:nth-child(2), .vhtabcartall table tbody td:nth-child(3), .vhtabcartall table tbody td:nth-child(4), .vhtabcartall table tbody td:nth-child(5){
        width: 100%;
        display: none;
    }
    .vhtabcartall table tbody td:last-child{
        padding: 0;
    }
    .vhtabcartall table td .i-tool{
        display: flex;
        flex-wrap: wrap;
    }
    .vhtabcartall table td .i-tool > div{
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .vhtabcartall table td .i-tool .i-file{
        width: 100%;
    }
    .vhtabcartall table td .i-product{
        align-content: flex-start;
        align-items: flex-start;
    }
    .vhtabcartall table td .i-product .i-title, .vhtabcartall table td .i-product .i-color{
        margin-bottom: 8px;
    }
    .vhtabcartall table td .i-product .i-info > div{
        margin-bottom: 10px;
    }
    .vhtabcartall table td .i-product .i-info > div:last-child{
        margin-bottom: 0;
        margin-top: 12px;
    }
    .vhtabcartall table tbody td .i-price{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
    .vhinnews{
        margin-bottom: 10px;
    }
    .vhtablepayment table .i-quantity{
        justify-content: flex-start;
    }
    .vhtablepayment table td .i-product .i-title{
        width: 100%;
        padding-left: 0;
    }
    /*  */
    .vhinfosuccess{
        flex-direction: column-reverse;
        text-align: center;
    }
    .vhinfosuccess > div{
        width: 100%;
    }
    .vhinfosuccess .contsucc{
        font-size: 14px;
        line-height: 22px;
    }
    .vhinfosuccess .contsucc p{
        padding: 2px 0;
    }
    .vhbtnsell{
        flex-direction: column-reverse;
    }
    .vhbtnsell > div{
        width: 100%;
        margin-bottom: 25px;
    }
    .vhbtnsell > div:nth-child(1){
        margin-bottom: 0;
    }
    .btncancel{
        text-align: center;
    }
    .btncancel a, .btncancel button{
        width: 100%;
        text-align: center;
    }

    .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: 15px;
        line-height: 23px;
        font-weight: bold;
    }
    .infogenmobi .grcontmb{

        padding: 15px 0;
    }
    .vhtablepayment .ltitle{
        width: 100%;
    }
    .vhtablepayment .rtotal{
        width: 100%;
    }
}
