.vhprintpg .prpadd{
    padding: 45px 0;
}
.hpprintpg{
    padding: 30px 20px 35px;
    background-color: #f5f5f5;
}
.hpprintpg .prwrap{
    max-width: 1000px;
    margin: 0 auto;
}
.quantity{
    max-width: 140px;
    display: flex;
    align-items: center;
    align-content: center;
}
.quantity .btn-down, .quantity .btn-up{
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #f6f6f6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0;
}
.quantity input{
    width: calc(100% - 90px);
    margin: 0 5px;
    border: 1px solid #bbbbbb;
    border-radius: 35px;
    padding: 0 5px;
    text-align: center;
}
.vcheckbox{
    display: inline-block;
    position: relative;
}
.vcheckbox label{
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    padding-top: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}
.vcheckbox input{
    width: 0px;
    height: 0px;
    border: none;
    top: 0px;
    left: 0;
    -webkit-appearance: checkbox!important;
    margin-left: 0;
}
.vcheckbox input[type=checkbox] {
    position: absolute;
    cursor: pointer;
}
.vcheckbox input[type=checkbox]::before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    border: 1px solid #999999;
    background-color: transparent;
    border-radius: 5px;
}
.vcheckbox input[type=checkbox]:checked::before{
    background-color: #999999;
    border-color: #999999;
}
.vcheckbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 7px;
}
.vcheckbox a{
    margin: 0 5px;
    text-decoration: underline;
}
/* <=== hpcartmm ===> */
.hpcartmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.hpcartmm .mmgrip > div{
    padding: 0 5px;
}
.hpcartmm .mmgrip .mcol{
    width: calc(100% - (17.526% + 17.526% + 13.918%));
}
.hpcartmm .mmgrip .hcol{
    width: 17.526%;
}
.hpcartmm .mmgrip .bcol{
    width: 17.526%;
}
.hpcartmm .mmgrip .tcol{
    width: 13.918%;
    text-align: right;
}
.itcartmb .mbinfos .ifgrip{
    display: flex;
    margin: 0 -10px;
}
.itcartmb .mbinfos .ifgrip > div{
    padding: 0 10px;
}
.itcartmb .mbinfos .ifgrip .imcol{
    width: 40px;
}
.itcartmb .mbinfos .ifgrip .ihcol{
    width: 90px;
}
.itcartmb .mbinfos .ifgrip .ibcol{
    width: calc(100% - 130px);
}
.itcartmb .ifdelet{
    position: relative;
    top: 25px;
}
.itcartmb .ifdelet a{
    display: block;
    width: 20px;
    height: 20px;
}
.itcartmb .ifdelet a img{
    width: 100%;
}
.itcartmb .ifthumb{
    width: 70px;
    height: 70px;
    position: relative;
}
.itcartmb .ifthumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itcartmb .ifdecss{
    max-width: 270px;
}
.itcartmb .dstitle{
    margin-bottom: 5px;
}
.itcartmb .dstitle, .itcartmb .dstitle h3{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.itcartmb .dscodes{
    font-size: 14px;
    line-height: 20px;
    color: #999999;
} 
.itcartmb .mbprice .pgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itcartmb .mbprice .ncol{
    width: 100%;
    margin-bottom: 5px;
}
.itcartmb .mbprice .ocol{
    margin-right: 10px;
}
.itcartmb .mbprice .pnews{
    font-weight: bold;
}
.itcartmb .mbprice .polds{
    color: #999999;
    text-decoration: line-through;
}
.itcartmb .mbprice .psale{
    font-weight: bold;
    color: #d42626;
    line-height: 21px;
    border: 1px solid #d10000;
    border-radius: 10px;
    padding: 1px 6px;
}
.itcartmb .mbtotal{
    font-weight: bold;
    color: #d42626;
    font-size: 14px;
}
.tpcartmc .mcgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.tpcartmc .mcgrip > div{
    padding: 0 10px;
}
.tpcartmc .mctotal{
    font-weight: bold;
}
.tpcartmc .mctotal span{
    text-transform: uppercase;
}
.tpcartmc .mctotal strong{
    font-size: 20px;
    color: #d42626;
}
.tpcartmc .mclinks a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 50px;
    background-color: #666666;
    color: #ffffff;
    border-radius: 25px;
}
.tpcartmc .mclinks a:hover{
    background-color: #000000;
}
/* <=== hpcartmm ===> */

/* <=== hpcarthh ===> */
.tpprinthh .hhttile{
    margin-bottom: 12px;
    text-transform: uppercase;
}
.tpprinthh .hhttile, .tpprinthh .hhttile h2{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.tpformcart .row{
    margin: 0 -5px;
}
.tpformcart .row > div{
    padding: 0 5px;
}
.tpformcart .row .col-xs-6{
    width: 50%;
}
.tpformcart .ckgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px -10px;
}
.tpformcart .ckgrip > div{
    padding: 0 10px;
}
.tpformcart .fcbutton button{
    font-size: 14px;
    line-height: 22px;
    height: 45px;
    padding: 5px 45px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 20px;
}
.tpformcart .fcbutton button:hover{
    background-color: #444444;
    color: #fff;
}
.vhinnews input, .vhinnews select, .vhinnews textarea{
    width: 100%;
    height: 60px;
    padding: 0 12px;
    border: 1px solid #dddddd;
    padding-top: 20px;
    border-radius: 10px;
}
.vhinnews .chosen-container{
    height: 60px;
}
.vhinnews .chosen-single{
    border-color: #dddddd;
    padding-top: 22px;
    padding-left: 12px;
    padding-right: 40px;
    background-image: url('../images/select.png');
    background-size: 15px 9px;
    border-radius: 10px;
}
.vhinnews textarea{
    padding: 12px;
    height: 100px;
    resize: none;
    padding-top: 23px;
}
.vhinnews{
    position: relative;
    margin-bottom: 10px;
}
.vhinnews .berequi{
    display: block;
    position: absolute;
    color: #999999;
    left: 12px;
    top: 15px;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 13px;
    z-index: 2;
}
.vhinnews .berequi{
    opacity: 1;
    top: 6px;
}
.vwhite{
    background-color: #fff;
}
.vpadd{
    padding: 0 20px;
}
.vpaddall{
    padding-top: 20px;
}
.vpadding{
    padding: 20px;
}
.vradius{
    border-radius: 15px;
}
.vmarginall{
    margin-bottom: 20px;
}
.vmarginall.vres{
    margin-bottom: 0;
}
.vmarginsm{
    margin-bottom: 10px;
}
.vmarginsm.vres{
    margin-bottom: 0;
}

/* <=== hpcarthh ===> */
@media all and (max-width: 1200px){
    /* <=== hpcartmm ===> */
    .hpcartmm .mmgrip .mcol{
        width: calc(100% - (19.526% + 19.526% + 15.918%));
    }
    .hpcartmm .mmgrip .hcol{
        width: 19.526%;
    }
    .hpcartmm .mmgrip .bcol{
        width: 19.526%;
    }
    .hpcartmm .mmgrip .tcol{
        width: 15.918%;
        text-align: right;
    }
    /* <=== hpcartmm ===> */
}
@media all and (max-width: 991px){
    .vhprintpg .prpadd{
        padding: 0;
    }
    .hpprintpg{
        margin: 0 -15px;
    }
    .hpprintpg{
        padding-bottom: 0;
    }
    .vmarginsm{
        margin: 0 -20px;
        margin-bottom: 10px;
    }
    .vradius{
        border-radius: 0;
    }
    .tpcartmc{
        margin: 0 -20px;
    }
    .hpprinthh {
        margin: 0 -20px;
    }
    .vmarginall{
        margin-bottom: 10px;
    }
    .vpadding{
        padding: 20px 15px;
    }
    /* <=== hpcartmm ===> */
    .hpcartmm .mmgrip .mcol{
        width: 100%;
    }
    .hpcartmm .mmgrip .hcol{
        display: none;
    }
    .hpcartmm .mmgrip .bcol{
        display: none;
    }
    .hpcartmm .mmgrip .tcol{
        display: none;
    }
    .tpcartma .vpadding{
        padding: 15px 15px;
    }
    .itcartmb .mbprice {
        margin-top: 5px;
        margin-bottom: 8px;
    }
    .itcartmb .mbprice .ncol{
        width: auto;
        margin-bottom: 0;
        margin-right: 5px;
    }
    .itcartmb .mbquant{
        margin-bottom: 10px;
    } 
    .tpcarthd{
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    /* <=== hpcartmm ===> */
}
@media all and (max-width: 767px){
    /* <=== hpcartmm ===> */
    .tpcartmc .mcgrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpcartmc .mctotal{
        text-align: center;
    }
    .tpcartmc .mclinks a{
        display: block;
        text-align: center;
    }
    /* <=== hpcartmm ===> */

    /* <=== hpcarthh ===> */
    .tpformcart .ckgrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpformcart .ckgrip > div:last-child{
        margin-bottom: 0;
    }
    .tpformcart .fcbutton button{
        width: 100%;
    }
    /* <=== hpcarthh ===> */
}