/* <=== vhproducpg ===> */
.vhproducpg .pdpadd{
    padding: 30px 0 50px;
    position: relative;
    z-index: 1;
}
.tpproducmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproducmm .mmgrip > div{
    padding: 0 15px;
}
.tpproducmm .mmgrip .lcol{
    width: 300px;
}
.tpproducmm .mmgrip .rcol{
    width: calc(100% - 300px);
}
/* <=== vhproducpg ===> */

/* <=== tpprodcata ===> */
.tpprodcata .title{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    padding-left: 25px;
}
.tpprodcata .title::before{
    content: "\f0ca";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}
.tpprodcata ul li{
    margin-bottom: 14px;
    position: relative;
}
.tpprodcata ul li:last-child{
    margin-bottom: 0;
}
.tpprodcata ul li.active > a, .tpprodcata ul li.active > .m-sub > a{
    color: var(--colorwm);
}
.tpprodcata ul li.current > .m-sub > a, .tpprodcata ul li.current > a{
    color: var(--colorwm);
}
.tpprodcata ul li > .m-sub > a{
    padding-right: 20px;
}
.tpprodcata ul li .m-sub{
    position: relative;
}
.tpprodcata ul li .m-sub .button-submenu{
    position: absolute;
    width: 20px;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    pointer-events: auto;
}
.tpprodcata ul li .m-sub .button-submenu::before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--color99);
}
.tpprodcata ul li.active > .m-sub .button-submenu::before{
    content: "\f106";
}
.tpprodcata ul > li > ul{
    display: none;
    padding: 8px 0 5px 10px;
}
.tpprodcata ul > li > ul ul{
    margin-left: 0;
    padding-bottom: 0;
}
.tpprodcata ul > li > ul ul li a{
    position: relative;
    padding-left: 16px;
}
.tpprodcata ul > li > ul ul li a::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: var(--colorwm);
    border-radius: 100%;
}
.tpprodcata ul > li > ul .m-sub .button-submenu{
    right: 0;
}
.tpprodcata ul > li > ul a{
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: var(--color55);
}
.tpprodcata ul li li{
    margin-bottom: 10px;
}
.tpprodcata ul > li > ul li.active > a, .tpprodcata ul > li > ul li:hover > a{
    color: var(--colorwm);
}
.tpprodcata ul li a{
    display: block;
    position: relative;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.tpprodcata ul li a:hover{
    color: var(--colorwm);
}
.tpprodcata ul li.active a:before{
    display: block;
}
/* <=== tpprodcata ===> */

/* <===== tpproddecs =====> */
.tpproddecs{
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.tpproddecs .sbtitle{
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid var(--coloree);
    text-transform: uppercase;
}
.tpproddecs .sbtitle::before{
    content: '';
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 65px;
    background-color: var(--colorwm);
}
.tpproddecs .sbtitle, .tpproddecs .sbtitle h1, .tpproddecs .sbtitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
}
.tpproddecs .sbconts{
    font-size: 15px;
    line-height: 25px;
}
.tpproddecs .ctdecss p{
    padding: 0;
    margin-bottom: 5px;
}
.tpproddecs .sbconts .dsview{
    margin-top: 10px;
}
.tpproddecs .vhviewtt > div{
    display: none;
}
.tpproddecs .vhviewtt a{
    color: var(--colorwm);
    display: inline-block;
    line-height: 20px;
}
.tpproddecs .vhviewtt a span{
    border-bottom: 1px solid var(--colorwm);
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.tpproddecs .vhviewtt a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tpproddecs .showview a span::before{
    content: '\f107';
}
.tpproddecs .hideview a span::before{
    content: '\f106';
}
/* <===== tpproddecs =====> */

/* <=== tpprodmenu ===> */
.tpprodmenu {
    overflow: hidden;
}
.tpprodmenu .mntitle {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: var(--colorwm);
    color: var(--colorff);
    padding: 10px 18px;
}
.tpprodmenu .mnconts{
    padding: 14px 17px 15px 17px;
    border: 2px solid var(--coloree);
    border-top: none;
}
/* <=== tpprodmenu ===> */

/* <===== tpprodinfo =====> */
.tpprodinfo .scfillter {
    margin-bottom: 30px;
}
.tpprodsort{
    padding: 8px;
    background-color: var(--colorff);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    border: 2px solid var(--coloree);
    border-radius: 3px;
}
.tpprodpagi > div{
    margin-left: 15px;
}
.tpprodpagi > div:nth-child(1){
    margin-left: 0;
}
.tpprodpagi .itprodpagi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpprodpagi .itprodpagi > span{
    font-size: 13px;
    line-height: 21px;
    margin-right: 5px;
    letter-spacing: -0.3px;
}
.itprodsort{
    position: relative;
    width: 130px;
}
.itprodsort .icon {
    padding: 6px 10px;
    cursor: pointer;
    background-color: var(--colorf3);
}
.itprodsort .icon span{
    position: relative;
    padding-right: 15px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.itprodsort .icon span:before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.itprodsort .list{
    position: absolute;
    left:0;
    top: 35px;
    min-width: 170px;
    background: var(--colorff);
    z-index: 11;
    display: none;
    border:solid 1px rgba(0,0,0,0.1);
}
.itprodsort .list ul{
    width:100%;
}
.itprodsort .list ul li a {
    display: block;
    color: var(--color33);
    padding: 8px 15px;
    font-weight: normal;
}
.itprodsort .list ul li:hover a{
    background-color: var(--colorf5);
}
.itprodpagi select{
    width: 45px;
    height: 35px;
    padding: 5px 20px 5px 10px;
    background-position: right 5px center;
    border: none;
    background-color: var(--colorf3);
}
.itprodpagi .chosen-container{
    width: 55px!important;
    height: 34px;
    border: none;
    background-color: var(--colorf3)
}
.itprodpagi .chosen-container-single .chosen-single{
    padding: 5px 15px 5px 5px;
    background-position: right 8px center;
    text-align: center;
    justify-content: center;
    border: none;
    background-color: var(--colorf3)
}
.itprodpagi.chosen-container-single .chosen-single span{
    margin-right: 0;
    width: 100%;
}
/* <===== tpprodinfo =====> */

/* <===== tpproditem =====> */
.tpproditem .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproditem .vvgrip > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 30px;
}
/* <===== tpproditem =====> */

/* <===== itproduchh =====> */
.itproduchh{
    padding: 8px;
    border: 2px solid var(--coloref);
    background-color: var(--colorff);
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itproduchh::before{
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.itproduchh .thumb{
    margin-bottom: 10px;
}
.itproduchh .thumb a img{
    max-width: 90%;
    max-height: 90%;
}
.itproduchh .decss{
    text-align: center;
    padding: 0 15px 20px;
    position: relative;
}
.itproduchh .dstitle{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.itproduchh .dstitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: var(--colorwm);
}
.itproduchh .dstitle, .itproduchh .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.itproduchh .dstitle a{
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.itproduchh .dsprice{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 -3px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
}
.itproduchh .dsprice > div{
    padding: 0 3px;
}
.itproduchh .dsprice .pnews{
    color: var(--colore8);
}
/* <===== itproduchh =====> */


/* <===== vhdetailpg =====> */
.vhdetailpg{
    padding: 40px 0 60px;
}
/* <===== vhdetailpg =====> */

/* <===== hpdetailmm =====> */
.hpdetailmm{
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}
.tpdetailmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.tpdetailmm .mmgrip > div{
    padding: 0 30px;
}
.tpdetailmm .mmgrip .lcol{
    width: 50%;
}
.tpdetailmm .mmgrip .rcol{
    width: 50%;
}
.slthumbnav {
    margin-bottom: 15px;
    overflow: hidden;
    background-color: var(--colorff);
    position: relative;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.12);
}
.slthumbnav::before{
    content: '\f00e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    pointer-events: none;
    color: var(--colorff);
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.slthumbnav .slick-arrow::before{
    font-family: 'icomoon' !important;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    color: var(--coloree);
    font-size: 20px;
    font-weight: bold;
}
.slthumbnav .slick-prev::before{
    content: '\e90a';
}
.slthumbnav .slick-next::before{
    content: '\e909';
}
.slthumbnav .slick-prev{
    left: 10px;
}
.slthumbnav .slick-next{
    right: 10px;
}
.itthumbnav a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itthumbnav a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slthumbfor .slick-track{
    margin: 0;
}
.slthumbfor .slick-list{
    margin: 0 -10px;
}
.slthumbfor .slick-slide{
    padding: 0 10px;
}
.itthumbfor{
    position: relative;
    background-color: var(--colorff);
    border: 1px solid var(--coloree);
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.5;
}
.slick-current .itthumbfor{
    opacity: 1;
    border-color: var(--colorwm);
}
.itthumbfor .ffimg{
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itthumbfor .ffimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpdetailmm .madecss{
    padding-left: 10px;
}
.tpdetailmm .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.tpdetailmm .dsprice{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 15px;
}
.tpdetailmm .dsprice > div{
    margin-right: 15px;
}
.tpdetailmm .dsprice > div:last-child{
    margin-right: 0;
}
.tpdetailmm .dsprice .ptext{
    font-size: 16px;
    line-height: 24px;
}
.tpdetailmm .dsprice .pnews{
    color: var(--colorwm);
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}
.tpdetailmm .dsprice .pnold{
    font-size: 16px;
    line-height: 18px;
    color: var(--color66);
    text-decoration: line-through;
}
.tpdetailmm .dsprice .psale{
    font-size: 14px;
    line-height: 21px;
    background-color: var(--colorcc);
    color: var(--colorff);
    padding: 3px 6px;
    border-radius: 5px;
}
.tpdetailmm .dsinfos{
    margin-bottom: 20px;
}
.tpdetailmm .dsinfos li{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.tpdetailmm .dsinfos li:last-child{
    margin-bottom: 0;
}
.tpdetailmm .dsinfos li .tm{
    width: 180px;
    position: relative;
    padding-right: 40px;
    font-weight: 600;
}
.tpdetailmm .dsinfos li .tm::before{
    content: ':';
    position: absolute;
    top: 0;
    right: 30px;
}
.tpdetailmm .dsinfos li .th{
    width: calc(100% - 180px);
}
.tpdetailmm .dstends{
    padding-top: 15px;
    border-top: 1px solid var(--coloree);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--color55);
}
.tpdetailmm .dsquant{
    display: flex;
    gap: 5px 20px;
    align-items: center;
    align-content: center;
    margin-bottom: 25px;
}
.tpdetailmm .quantity{
    display: flex;
    gap: 8px;
}
.tpdetailmm .quantity input{
    width: 37px;
    height: 37px;
    text-align: center;
    border: 1px solid var(--colorf5);
    font-size: 18px;
}
.tpdetailmm .quantity button{
    width: 37px;
    height: 37px;
    border: none;
    background-color: var(--colorf5);
    color: var(--color99);
    font-size: 14px;
}
.tpdetailmm .dslinks{
    display: flex;
    margin-bottom: 20px;
}
.tpdetailmm .dslinks a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 15px 35px;
    font-weight: 600;
    background-color: var(--colorwm);
    color: var(--colorff);
    border-radius: 35px;
    text-transform: uppercase;
}
.tpdetailmm .dslinks a:hover{
    background-color: var(--colorwh);
}
.tpdetailmm .dslinks a i{
    font-size: 18px;
    line-height: 25px;
    margin-right: 10px;
}
.tpdetailmm .dsshare{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpdetailmm .dsshare .shtext{
    margin-right: 15px;
}
.tpdetailmm .dsshare .shinfo ul{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.tpdetailmm .dsshare .shinfo li{
    padding: 0 5px;
}
.tpdetailmm .dsshare .shinfo li a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: var(--colorf5);
    font-size: 13px;
    font-weight: bold;
    padding-top: 2px;
}
.tpdetailmm .dsshare .shinfo li a .icon{
    font-weight: bold;
    font-size: 11px;
}
.tpdetailmm .dsshare .shinfo li a:hover{
    border-radius: 5px;
}
/* <===== hpdetailmm =====> */

/* <===== hpdetailhh =====> */
.hpdetailhh{
    margin-bottom: 50px;
}
.hhtablink{
    padding: 20px;
    background-color: var(--colorf5);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.hhtablink.fixed{
    padding: 10px 20px;
}
.hhtablink ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.hhtablink ul li{
    margin-right: 1px;
}
.hhtablink ul li:last-child{
    margin-right: 0;
}
.hhtablink li a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    background-color: var(--colorff);
    padding: 14px 20px;
}
.hhtablink li.active a, .hhtablink li:hover a{
    background-color: var(--colorwm);
    color: var(--colorff);
}
.hhtabcont{
    padding-top: 30px;
}
.tpdetailha .haitem{
    padding-top: 25px;
    border-top: 1px solid var(--coloree);
    margin-bottom: 45px;
}
.tpdetailha .haitem:last-child{
    margin-bottom: 0;
}
.tpdetailha .hatitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpdetailha .hatitle.vmargin{
    margin-bottom: 20px;
}
.tpdetailha .hatitle, .tpdetailha .hatitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.tpdetailha .hagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.tpdetailha .hagrip > div{
    padding: 0 20px;
}
.tpdetailha .hagrip .lcol{
    width: calc(50% + 35px);
}
.tpdetailha .hagrip .rcol{
    width: calc(50% - 35px);
}
.tpdetailha .dstends{
    font-size: 15px;
    line-height: 26px;
}
.tpdetailha .dstends .tt{
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}
.tpdetailha .dsthumb{
    text-align: center;
}
.tpdetailha .ctdecss{
    position: relative;
}
.tpdetailha .shactive .ctdecss::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.tpdetailha .vhviewtt{
    margin-top: 20px;
    text-align: center;
}
.tpdetailha .vhviewtt > div{
    display: none;
}
.tpdetailha .vhviewtt a{
    background-color: #001931;
    color: var(--colorff);
    padding: 10px 45px;
    display: inline-block;
    font-weight: 500;
    line-height: 25px;
}
.tpdetailha .vhviewtt a span{
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.tpdetailha .vhviewtt a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.tpdetailha .vhviewtt .showview a span::before{
    content: '\f107';
}
.tpdetailha .vhviewtt .hideview a span::before{
    content: '\f106';
}
.tpdetailha .ctinfos{
    max-width: 870px;
}
.tpdetailha .ctinfos li{
    display: flex;
    padding: 12px 20px;
    gap: 0 20px;
    font-size: 16px;
    line-height: 24px;
}
.tpdetailha .ctinfos li:nth-child(odd){
    background-color: var(--colorf5);
}
.tpdetailha .ctinfos li .tm{
    width: 36%;
    min-width: 36%;
    font-weight: 600;
}
.slorthermm .slick-list{
    padding: 5px 0 15px;
}
/* <===== hpdetailhh =====> */


/* <=== vhpopregis ===> */
.vhpopregis{
    overflow: hidden;
    background-color: var(--colorff);
}
.vhpopregis .rglogos{
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.vhpopregis .rgtitle{
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    background-color: var(--colorf5);
}
.vhpopregis .rgtitle i{
    color: var(--colorwm);
    font-size: 30px;
    margin-right: 15px;
    position: relative;
    top: 2px;
}
.vhpopregis .rgtitle, .vhpopregis .rgtitle h2{
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}
.vhpopregis .rgconts{
    padding: 35px 20px 50px;
}
.vhpopregis .ctinner{
    max-width: 810px;
    margin: 0 auto;
}
.vhpopregis .vvinfo{
    max-width: 410px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.vhpopregis .vvinfo .ifgrip{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.vhpopregis .vvinfo .ifgrip > div{
    padding: 0 10px;
}
.vhpopregis .vvinfo .ifgrip .lcol{
    width: 120px;
}
.vhpopregis .vvinfo .ifgrip .rcol{
    width: calc(100% - 120px);
}
.vhpopregis .vvinfo .thumb{
    display: block;
    padding-top: calc(100% - 2px);
    position: relative;
    border: 1px solid var(--colordd);
}
.vhpopregis .vvinfo .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vhpopregis .vvinfo .dstitle{
    margin-bottom: 5px;
}
.vhpopregis .vvinfo .dstitle, .vhpopregis .vvinfo .dstitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.vhpopregis .vvinfo .dsprice{
    color: var(--colorcc);
    font-size: 16px;
    font-weight: 600;
}
.vhpopregis .frmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.vhpopregis .frmgrip > div{
    padding: 0 30px;
    width: 50%;
}
.vhpopregis .frmgroup{
    margin-bottom: 12px;
}
.vhpopregis .frmgroup > label{
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}
.vhpopregis .frmgroup input, .vhpopregis .frmgroup textarea, .vhpopregis .frmgroup select{
    width: 100%;
    height: 45px;
    border: 1px solid var(--colordd);
    outline: none;
    color: var(--color33);
    padding: 0 12px;
    border-radius: 3px;
}
.vhpopregis .frmgroup select{
    padding: 0 20px 0 12px;
}
.vhpopregis .frmgroup textarea{
    padding: 10px 12px;
    resize: none;
    height: 102px;
}
.vhpopregis .frminputs{
    margin-bottom: 10px;
}
.vhpopregis .frmbutton{
    margin-bottom: 20px;
}
.vhpopregis .input-group{
    position: relative;
    display: table;
    border-collapse: separate;
}
.vhpopregis .input-group-img{
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}
.vhpopregis .input-group-img img{
    max-width: inherit;
}
.vhpopregis .frmnotefs{
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
.vhpopregis .frmnotefs a{
    font-size: 18px;
    font-weight: 600;
    color: var(--colorcc);
}
/* <=== vhpopregis ===> */

/* <=== vstyregis ===> */
.vstyregis .fancybox-slide{
    padding: 10px;
}
.vstyregis .fancybox-content {
    background-color: transparent;
    margin: 0 auto;
    max-width: 970px;
    margin-top: 50px;
}
.vstyregis .fancybox-close-small{
    right: 0;
    top: -50px;
    height: 50px;
    width: 100px;
    background-color: transparent;
    padding: 0;
    color: var(--colorff);
    opacity: 1;
}
.vstyregis .fancybox-close-small::before{
    content: 'Đóng';
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 0;
}
.vstyregis .fancybox-close-small::after{
    content: '\f057';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    top: 52%;
    right: 48px;
    transform: translate(0%, -50%);
    font-size: 18px;
    line-height: 27px;
}
.vstyregis .fancybox-close-small svg{
    display: none;
}
.vchange, .vchange body{
    width: 100%;
    min-width: auto;
    background-color: transparent;
}
/* <=== vstyregis ===> */
@media all and (min-width: 992px){
    /* <===== itproduchh =====> */
    .itproduchh:hover{
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        border-color: var(--colorwm);
    }
    .itproduchh:hover::before{
        opacity: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    /* <===== itproduchh =====> */
}
@media all and (max-width: 991px){
    /* <=== vhproducpg ===> */
    .vhproducpg .pdpadd{
        padding: 10px 0 40px;
    }
    .vnttabmn {
        margin: 0 -10px;
    }
    .tpproducmm .mmgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpproducmm .mmgrip .rcol{
        width: 100%;
    }
    .tpprodmenu .mnconts{
        padding: 0;
    }
    .tpprodmenu{
        border-radius: 0;
    }
    /* <=== vhproducpg ===> */

    /* <=== tpprodcata ===> */
    .tpprodcata{
        margin-bottom: 20px;
    }
    .tpprodcata .vvtitle{
        font-size: 16px;
        line-height: 25px;
        font-weight: 600;
        padding: 10px 40px 10px 20px;
        cursor: pointer;
        position: relative;
        background-color: var(--colorwm);
        color: var(--colorff);
    }
    .tpprodcata .vvtitle::before{
        content: "\f107";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 16px;
        font-weight: bold;
    }
    .tpprodcata.active .vvtitle::before{
        content: "\f106";
    }
    .tpprodcata .vvconts{
        padding: 20px 20px;
        display: none;
        border: 2px solid #eeeeee;
        border-top: none;
    }
    /* <=== tpprodcata ===> */

    /* <===== tpproddecs =====> */
    .tpproddecs{
        margin-bottom: 25px;
    }
    .tpproddecs .sbtitle, .tpproddecs .sbtitle h1, .tpproddecs .sbtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpproddecs .sbconts{
        font-size: 14px;
        line-height: 25px;
    }
    .tpproddecs .ctdecss{
        text-align: justify;
        text-align-last: center;
    }
    /* <===== tpproddecs =====> */

    /* <===== tpprodinfo =====> */
    .tpprodinfo .scfillter{
        margin-bottom: 20px;
    }
    .itprodsort .list{
        top: 100%;
        width: calc(100% + 20px);
        left: 0px;
        border: none;
        border-top: 1px solid rgba(0,0,0,0.1);
        box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    }
    .itprodsort .list li{
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .itprodsort .list li:last-child{
        border-bottom: none
    }
    .itprodsort .icon{
        height: 40px;
        padding: 10px;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .tpprodpagi .itprodpagi > span{
        font-size: 12px;
    }
    .itprodpagi select{
        display: block!important;
    }
    .itprodpagi .chosen-container{
        display: none!important;
    }
    /* <===== tpprodinfo =====> */

    /* <===== tpproditem =====> */
    .tpproditem .vvgrip{
        margin: 0 -10px;
    }
    .tpproditem .vvgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    /* <===== tpproditem =====> */

    /* <===== hpproducthh =====> */
    .itproduchh{
        padding: 4px;
    }
    .itproduchh .decss{
        padding: 0 5px 12px;
    }
    .itproduchh .decss::before{
        bottom: 20px;
    }
    .itproduchh .dstitle{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .itproduchh .dstitle, .itproduchh .dstitle h3{
        font-size: 13px;
        line-height: 20px;
    }
    .itproduchh .dstitle a{
        height: 20px;
    }
    .itproduchh .dsprice, .itproduchh .dsprice .pnews{
        font-size: 13px;
    }
    /* <===== hpproducthh =====> */

    /* <===== vhdetailpg =====> */
    .vhdetailpg{
        padding: 20px 0 40px;
    }
    /* <===== vhdetailpg =====> */

    /* <===== hpdetailmm =====> */
    .hpdetailmm{
        margin-bottom: 30px;
    }
    .slthumbnav{
        margin-bottom: 10px;
    }
    .tpdetailmm .mmgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpdetailmm .mmgrip .rcol{
        width: 50%;
    }
    .tpdetailmm .madecss{
        padding-left: 0;
    }
    .tpdetailmm .mmgrip .xcol{
        width: 50%;
    }
    .tpdetailmm .mmgrip > div:last-child{
        margin-bottom: 0;
    }
    .tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .slthumbnav .slick-prev{
        left: 10px;
    }
    .slthumbnav .slick-next{
        right: 10px;
    }
    .slthumbfor .itthumbfor{
        width: 70px;
    }
    .tpdetailmm .dsprice .ptext{
        font-size: 15px;
    }
    .tpdetailmm .dsprice .pnews{
        font-size: 20px;
    }
    .tpdetailmm .dsprice .pnold{
        font-size: 14px;
    }
    .tpdetailmm .dslinks a{
        line-height: 26px;
        padding: 12px 30px;
    }
    .tpdetailmm .dsinfos li .tm{
        width: 160px;
    }
    .tpdetailmm .dsinfos li .th{
        width: calc(100% - 160px);
    }
    /* <===== hpdetailmm =====> */

    /* <===== hpdetailhh =====> */
    .hhtabcont{
        padding-top: 0;
    }
    .tpdetailha .dstends{
        font-size: 14px;
        line-height: 22px;
    }
    .tpdetailha .hatitle, .tpdetailha .hatitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpdetailha .haitem{
        margin-bottom: 25px;
    }
    /* <===== hpdetailhh =====> */

    /* <=== vhpopregis ===> */
    .vhpopregis .frmgrip{
        margin: 0 -20px;
    }
    .vhpopregis .frmgrip > div{
        padding: 0 20px;
    }
    /* <=== vhpopregis ===> */
}
@media all and (max-width: 767px){
    /* <===== tpprodinfo =====> */
    .itprodsort{
        width: 115px;
        margin-left: 0;
    }
    .itprodsort .icon{
        padding: 10px 5px;
        font-size: 12px;
        line-height: 21px;
    }
    /* <===== tpprodinfo =====> */

    /* <===== tpproditem =====> */
    .tpproditem .vvgrip > div{
        width: 50%;
    }
    /* <===== tpproditem =====> */

    /* <===== hpdetailmm =====> */
    .tpdetailmm .mmgrip .rcol{
        width: 100%;
    }
    .tpdetailmm .mmgrip .xcol{
        width: 100%;
    }
    /* <===== hpdetailmm =====> */

    /* <===== hpdetailhh =====> */
    .tpdetailha .hagrip{
        flex-direction: column-reverse;
    }
    .tpdetailha .hagrip .lcol{
        width: 100%;
    }
    .tpdetailha .hagrip .rcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpdetailha .ctinfos li{
        font-size: 14px;
        flex-wrap: wrap;
    }
    .tpdetailha .ctinfos li .tm{
        width: 100%;
    }
    .hpdetailhh{
        margin-bottom: 35px;
    }
    /* <===== hpdetailhh =====> */
}
@media all and (max-width: 700px){
    /* <=== vhpopregis ===> */
    .vhpopregis .rgtitle, .vhpopregis .rgtitle h2{
        font-size: 25px;
    }
    .vhpopregis .frmgrip > div{
        width: 100%;
    }
    .vhpopregis .rgconts{
        padding: 15px 20px 20px;
    }
    .vhpopregis .frmbutton{
        text-align: center;
        margin-top: 5px;
    }
    .vhpopregis .vvinfo .ifgrip{
        justify-content: flex-start;
        margin: 0 -9px;
    }
    .vhpopregis .vvinfo .ifgrip > div{
        padding: 0 9px;
    }
    .vhpopregis .vvinfo .ifgrip .lcol{
        width: 113px;
    }
    .vhpopregis .vvinfo .ifgrip .rcol{
        width: calc(100% - 113px);
    }
    .vhpopregis .vvinfo .dstitle, .vhpopregis .vvinfo .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .vhpopregis .vvinfo .dsprice{
        font-size: 14px;
    }
    /* <=== vhpopregis ===> */
}
