/* <===== tpproductmma =====> */
.tpproductmma{
    margin-bottom: 30px;
}
.tpproductmma .mmagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.tpproductmma .mmagrip > div{
    padding: 0 7px;
    width: 25%;
}
.tpproductmma .mmagroup select, .tpproductmma .mmagroup input{
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
    padding: 0 40px 0 15px;
}
.tpproductmma .mmagroup button{
    width: 100%;
    text-align: center;
    background-color: var(--sub-cl);
    color: #fff;
    border: none;
    height: 45px;
}
.tpproductmma .mmagroup button:hover{
    background-color: #343399;
}
.tpproductmma .mmagroup button span{
    display: inline-block;
    margin-left: 10px;
}
/* <===== tpproductmma =====> */

/* <===== tpproductmmb =====> */
.tpproductmmb .mmbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproductmmb .mmbgrip > div{
    padding: 0 15px;
}
.tpproductmmb .mmbgrip .lcol{
    width: 300px;
}
.tpproductmmb .mmbgrip .rcol{
    width: calc(100% - 300px);
}
/* <===== tpproductmmb =====> */

/* <===== slprodbanner =====> */
.itprodbanner a{
    display: block;
}
.itprodbanner a img{
    width: 100%;
}
/* <===== slprodbanner =====> */

/* <===== tpprodinfosb =====> */
.tpprodinfosb{
    margin-bottom: 30px;
}
.tpprodinfosb .sbtitle{
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    text-transform: uppercase;
}
.tpprodinfosb .sbtitle::before{
    content: '';
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 65px;
    background-color: #ff8000;
}
.tpprodinfosb .sbtitle, .tpprodinfosb .sbtitle h1, .tpprodinfosb .sbtitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
}
.tpprodinfosb .sbconts{
    font-size: 15px;
    line-height: 23px;
}
.tpprodinfosb .ctdecss p{
    padding: 0;
    margin-bottom: 5px;
}
.tpprodinfosb .sbconts .dsview{
    margin-top: 10px;
}
.tpprodinfosb .vhviewtt > div{
    display: none;
}
.tpprodinfosb .vhviewtt a{
    color: var(--sub-cl);
    display: inline-block;
    line-height: 20px;
}
.tpprodinfosb .vhviewtt a span{
    border-bottom: 1px solid var(--sub-cl);
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.tpprodinfosb .vhviewtt a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tpprodinfosb .showview a span::before{
    content: '\f107';
}
.tpprodinfosb .hideview a span::before{
    content: '\f106';
}
/* <===== tpprodinfosb =====> */

/* <===== tpprodinfosc =====> */
.tpfillterprod{
    padding: 8px;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpfillterprod .coll{
    width: 45%;
}
.tpfillterprod .colr{
    width: 55%;
}
.tpfillsubmenu ul{
    display: flex;
    overflow-x: auto;
    -webkit-display: flex;
    flex-flow: row nowrap;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.tpfillsubmenu ul::-webkit-scrollbar {
    height: 0px;
    background-color: #F5F5F5;
}
.tpfillsubmenu ul::-webkit-scrollbar-thumb {
    background-color: #698396;
}
.tpfillsubmenu ul li{
    margin-right: 10px;
}
.tpfillsubmenu ul li:last-child{
    margin-right: 0;
}
.tpfillsubmenu ul li a{
    display: block;
    padding: 6px 10px;
    background-color: #fff;
    font-size: 13px;
    line-height: 22px;
}
.tpfillsubmenu ul li.active a, .tpfillsubmenu ul li a:hover{
    background-color: var(--sub-cl);
    color: #fff;
}
.tpsortsubmenu{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
.tpsortsubmenu > div{
    margin-left: 15px;
}
.tpsortsubmenu > div:nth-child(1){
    margin-left: 0;
}
.tpsortsubmenu .itsortmenuhh{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpsortsubmenu .itsortmenuhh > span{
    font-size: 13px;
    line-height: 21px;
    margin-right: 5px;
    letter-spacing: -0.3px;
}
.itsortmenumm{
    position: relative;
    margin-left: 10px;
}
.itsortmenumm span{
    width: max-content;
    flex: 0 0 auto;
    margin-right: 20px;
}
.itsortmenumm .icon {
    padding: 6px 10px;
    cursor: pointer;
    background-color: #fff;
}
.itsortmenumm .icon span{
    position: relative;
    padding-right: 15px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.itsortmenumm .icon span:before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.itsortmenumm .list{
    position: absolute;
    right:0px;
    top: 35px;
    min-width: 170px;
    background: #ffffff;
    z-index: 11;
    display: none;
    border:solid 1px rgba(0,0,0,0.1);
}
.itsortmenumm .list ul{
    width:100%;
}
.itsortmenumm .list ul li a {
    display: block;
    color: #333333;
    padding: 8px 15px;
    font-weight: normal;
}
.itsortmenumm .list ul li:hover a{
    background-color: #e5e5e5;
}
.itsortmenuhh select{
    width: 55px;
    height: 35px;
    padding: 5px 20px 5px 10px;
    background-position: right 5px center;
    border: none;
    background-color: #fff;
}
.itsortmenuhh .chosen-container{
    width: 65px!important;
    height: 34px;
    border: none;
}
.itsortmenuhh .chosen-container-single .chosen-single{
    padding: 5px 5px 5px 10px;
}
.itsortmenuhh.chosen-container-single .chosen-single span{
    margin-right: 0;
    width: 100%;
}
/* <===== tpprodinfosc =====> */

/* <===== hpprodsubmn =====> */
.hpprodsubmn .mntitle{
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    background-color: var(--sub-cl);
    color: #fff;
    text-transform: uppercase;
    padding: 11px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tpboxfillter{
    background-color: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 3px;
}
.tpboxfillter .priceFilter{
    padding-top: 10px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
}
.tpboxfillter>.title{
    padding: 10px 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.tpboxfillter>.title::before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 300;
    display: none;
}
.tpboxfillter.active>.title::before{
    content: "\f106";
}
.tpboxfillter>.content{
    padding: 15px 15px 20px 20px;
}
.tpboxfillter .showview{
    text-align: center;
}
.tpboxfillter .showview a{
    font-size: 13px;
    line-height: 21px;
    color: var(--sub-cl);
    font-weight: 500;
}
.tpboxfillter .showview a span{
    position: relative;
    display: inline-block;
    padding-right: 12px;
}
.tpboxfillter .showview a span::before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ssgroupfilter{
    margin-bottom: 10px;
}
.ssgroupfilter>.tit{
    color:#333333;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
}
.ssgroupfilter.active>.tit{
    color:#999999;
}
.ssgroupfilter>.tit:before{
    content: "+";
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.ssgroupfilter.active>.tit:before{
    content: "-";
}
.ssgroupfilter>.cont{
    display: none;
    padding-left: 20px;
}
.ssgroupfilter>.cont li{
    margin-bottom: 5px;
}
.ssgroupfilter>.cont li a{
    display: block;
}
.ssinputfill{
    display: flex;
    align-items: center;
    align-content: center;
}
.ssinputfill .line{
    width: 14px;
    text-align: center;
    color: var(--sub-cl);
    font-size: 20px;
    font-weight: bold;
}
.ssinputfill .colbtn{
    width: 26px;
}
.ssinputfill button{
    width: 26px;
    height: 26px;
    background-color: var(--sub-cl);
    border-radius: 2px;
    border: none;
    color: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.ssinputfill .colin{
    width: calc((100% - 40px) / 2);
}
.ssinputfill input{
    width: 100%;
    height: 26px;
    padding: 0 10px ;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    border: none;
    font-size: 12px;
}
.myCheckbox{
    margin-bottom: 12px;
    color:#666666;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.myCheckbox input{
    display: none;
}
.myCheckbox:before{
    content: "";
    border:solid 1px #bdbdbd;
    border-radius: 2px;
    width:17px;
    height:17px;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myCheckbox.active:before{
    background-color: var(--sub-cl);
}
.myCheckbox:after{
    content: "\f00c";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    color: #fff;
    font-size: 10px;
}
.myCheckbox.active:after{
    display: block;
}
.tplksubmenu > ul > li{
    margin-bottom: 5px;
}
.tplksubmenu > ul > li > a, .tplksubmenu > ul > li > .m-sub a{
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    line-height: 21px;
}
.tplksubmenu > ul > li > a:hover, .tplksubmenu > ul > li > .m-sub a:hover, .tplksubmenu > ul > li.active > .m-sub a{
    color: var(--sub-cl);
}
.tplksubmenu > ul > li a:hover::before, .tplksubmenu > ul > li.active a::before{
    opacity: 1;
}
.tpmncategory .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;
}
.tpmncategory .title::before{
    content: "\f0ca";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}
.tpmncategory ul li{
    margin-bottom: 10px;
    position: relative;
}
.tpmncategory ul li:last-child{
    margin-bottom: 0;
}
.tpmncategory ul li.active > a, .tpmncategory ul li.active > .m-sub > a{
    color: #343399;
}
.tpmncategory ul li.current > .m-sub > a, .tpmncategory ul li.current > a{
    color: #343399;
}
.tpmncategory ul li > .m-sub > a{
    padding-right: 20px;
}
.tpmncategory ul li .m-sub{
    position: relative;
}
.tpmncategory ul li .m-sub .button-submenu{
    position: absolute;
    width: 20px;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    pointer-events: auto;
}
.tpmncategory 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;
}
.tpmncategory ul li.active .m-sub .button-submenu::before{
    content: "\f106";
}
.tpmncategory ul > li > ul{
    display: none;
    padding: 5px 0 5px 10px;
}
.tpmncategory ul > li > ul ul{
    margin-left: 0;
    padding-bottom: 0;
}
.tpmncategory ul > li > ul .m-sub .button-submenu{
    right: -15px;
}
.tpmncategory ul > li > ul a{
    padding-right: 20px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    color: #555555;
}
.tpmncategory ul > li > ul > li.active a{
    color: #343399;
}
.tpmncategory ul li a{
    display: block;
    position: relative;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.tpmncategory ul li a:hover{
    color: #343399;
}
.tpmncategory ul li.active a:before{
    display: block;
}
.tpmncategory ul.menuBack li:first-child a{
    padding-right: 0;
    padding-left: 15px;
    font-weight: bold;
}
.tpmncategory ul.menuBack li:first-child a:before{
    content: "\f104";
    right:initial;
    left:0;
    color:#333333;
}
.tpmncategory ul.menuBack li:first-child ~ li a{
    padding-left: 20px;
}
.tpmncategory.v2{
    border:solid 1px #eeeeee;
}
.tpmncategory.v2 .title{
    font-size: 18px;
    line-height: 26px;
    background: #eeeeee;
    padding: 12px 15px;
    margin-bottom: 0;
}
.tpmncategory.v2 .content{
    padding: 15px;
}
.tpmncategory.v2 ul li{
    margin-bottom: 10px;
}
.tpmncategory.v2 ul li:last-child{
    margin-bottom: 0;
}
.tpmncategory.v2 ul li a{
    font-size: 13px;
    line-height: 21px;
}
.tpmncategory.v2 ul li a:before{
    content: "\f105";
    display: block;
    color:#999999;
}
/* <===== hpprodsubmn =====> */

/* <===== tpproducthhb =====> */
.tpproducthhb{
    margin-bottom: 35px;
}
.tpproducthhb .hhbtabmenu{
    padding: 15px;
    padding-bottom: 5px;
    background-color: #f5f5f5;
    margin-bottom: 25px;
}
.tpproducthhb .hhbtabmenu ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.tpproducthhb .hhbtabmenu ul li{
    margin-bottom: 10px;
    margin-right: 2px;
}
.tpproducthhb .hhbtabmenu li a{
    display: flex;
    align-items: center;
    align-content: center;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 22px;
    background-color: #fff;
}
.tpproducthhb .hhbtabmenu li.active a, .tpproducthhb .hhbtabmenu li:hover a{
    background-color: var(--sub-cl);
    color: #ffffff;
}
.tpproducthhb .hhbtabmenu li a i{
    margin-right: 10px;
    color: var(--sub-cl);
}
.tpproducthhb .cttabinfo{
    padding: 25px 0 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tpproducthhb .cttabinfo:last-child{
    padding-bottom: 20px;
}
.theproduct .dsgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.theproduct .dsbutton{
    max-width: 375px;
    width: 100%;
}
.tpdetailprod .dstitle{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.tpdetailprod .dstitle, .tpdetailprod .dstitle h3{
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
}
.tpdetailprod .ctdecss{
    font-size: 15px;
    line-height: 23px;
}
.tpdetailprod .ctdecss p:nth-child(1){
    padding-top: 0;
}
.tpdetailprod .ctdecss h3{
    font-size: 18px;
    line-height: 27px;
    margin: 5px 0;
}
.tpdetailprod .ctthumb{
    text-align: center;
}
.tpdetailprod .ctinfos{
    max-width: 870px;
}
.tpdetailprod .ctinfos li{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 20px;
}
.tpdetailprod .ctinfos li:nth-child(odd){
    background-color: #f5f5f5;
}
.tpdetailprod .ctinfos li .tm{
    width: 40%;
    font-weight: 600;
}
.tpdetailprod .ctinfos li .th{
    width: 60%;
}
/* <===== tpproducthhb =====> */

/* <===== tpproducthha =====> */
.tpproducthha{
    margin-bottom: 40px;
}
.tpproducthha .hhagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproducthha .hhagrip > div{
    padding: 0 15px;
    width: 50%;
}
.slthumbnav{
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.slthumbnav::before{
    content: '\f00e';
    position: absolute;
    pointer-events: none;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #343399;
    font-size: 20px;
}
.slthumbnav .thumbnav a{
    display: block;
    padding-top: 100%;
    position: relative;
}
.slthumbnav .thumbnav a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.slthumbfor .slick-track{
    margin-left: 0;
}
.slthumbfor .thumbfor{
    display: block;
    padding-top: 100%;
    position: relative;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}
.slthumbfor .thumbfor img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
    max-height: 85%;
}
.slthumbfor .slick-current .thumbfor{
    border-color: var(--sub-cl);
}
.tpproducthha .dstitle{
    margin-bottom: 10px;
}
.tpproducthha .dstitle, .tpproducthha .dstitle h1, .tpproducthha .dstitle h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
.tpproducthha .dstends{
    padding: 15px 0;
    margin-bottom: 15px;
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.tpproducthha .dsprice{
    margin-bottom: 20px;
    display: flex;
}
.tpproducthha .dsprice .ptext{
    width: 90px;
    position: relative;
    padding-right: 25px;
    white-space: nowrap;
}
.tpproducthha .dsprice .ptext::before{
    content: ':';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.tpproducthha .dsprice .pcont{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}
.tpproducthha .dsprice .pcont > div{
    margin-bottom: 3px;
}
.tpproducthha .dsprice > .pcont{
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
    gap: 12px
}
.tpproducthha .dsprice > .pcont > ins,
.tpproducthha .dsprice > .pcont > span.amount,
.tpproducthha .dsprice > .pcont > ins span.amount{
    color: #fe0000;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    text-decoration: unset !important;
}
.tpproducthha .dsprice > .pcont > del span.amount,
.tpproducthha .dsprice > .pcont > del{
    color: #888888;
    text-decoration: line-through;
    line-height: 15px;
}
.tpproducthha .dsprice .ctsal{
    background-color: var(--sub-cl);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 7px;
    margin-left: 10px;
}
.tpproducthha .dsinfos{
    margin-bottom: 15px;
}
.tpproducthha .dsinfos li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.tpproducthha .dsinfos li .tm{
    width: 160px;
    padding-right: 40px;
    position: relative;
    color: #555555;
    font-weight: bold;
}
.tpproducthha .dsinfos li .tm::before{
    content: ':';
    position: absolute;
    top: 0;
    right: 30px;
}
.tpproducthha .dsinfos li .th{
    width: calc(100% - 160px);
}
.tpproducthha .dsquant{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    align-content: center;
}
.tpproducthha .dsquant .qttxt{
    margin-right: 15px;
    font-size: 16px;
    line-height: 24px;
}
.tpproducthha .quantity{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpproducthha .quantity button{
    width: 37px;
    height: 37px;
    border: none;
    background-color: #f5f5f5;
    color: #999999;
    font-size: 25px;
    font-weight: 600;
}
.tpproducthha .quantity button:hover{
    background-color: #343399;
    color: #fff;
}
.tpproducthha .quantity input{
    width: 37px;
    height: 37px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ebebeb;
    margin: 0 8px;
}
.tpproducthha .dslinks{
    max-width: 480px;
    margin-bottom: 25px;
}
.tpproducthha .dslinks ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpproducthha .dslinks li{
    width: 50%;
    padding: 0 10px;
}
.tpproducthha .dslinks li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.tpproducthha .dslinks li a i{
    margin-right: 10px;
}
.tpproducthha .dslinks li.vm a{
    background-color: var(--sub-cl);
}
.tpproducthha .dslinks li.vm a:hover{
    background-color: #343399;
}
.tpproducthha .dslinks li.vh a{
    background-color: #343399;
}
.tpproducthha .dslinks li.vh a:hover{
    background-color: var(--sub-cl);
}
.tpproducthha .dsshare{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpproducthha .dsshare .sstxt{
    margin-right: 15px;
}
.tpproducthha .dsshare ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.tpproducthha .dsshare li{
    margin-right: 5px;
}
.tpproducthha .dsshare li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    position: relative;
    border-radius: 100%;
}
.tpproducthha .dsshare li a:hover{
    border-radius: 0;
}
.tpproducthha .dsshare li a .icon{
    font-weight: bold;
    font-size: 11px;
}
/* <===== tpproducthha =====> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <===== tpproducthha =====> */
    .tpproducthha{
        margin-bottom: 20px;
    }
    /* <===== tpproducthha =====> */

    /* <===== tpproductmma =====> */
    .tpproductmma{
        margin-bottom: 10px;
    }
    .tpproductmma .mmagrip > div{
        width: 50%;
        margin-bottom: 10px;
    }
    /* <===== tpproductmma =====> */

    /* <===== tpproductmmb =====> */
    .tpproductmmb .mmbgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpproductmmb .mmbgrip .rcol{
        width: 100%;
    }
    /* <===== tpproductmmb =====> */

    /* <===== tpprodinfosb =====> */
    .tpprodinfosb .sbtitle, .tpprodinfosb .sbtitle h1, .tpprodinfosb .sbtitle h2{
        font-size: 24px;
        line-height: 36px;
    }
    .tpprodinfosb .sbconts{
        font-size: 14px;
    }
    /* <===== tpprodinfosb =====> */

    /* <===== tpprodinfosc =====> */
    .itsortmenumm .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);
    }
    .itsortmenumm .list li{
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .itsortmenumm .list li:last-child{
        border-bottom: none
    }
    .itsortmenumm .icon{
        height: 40px;
        padding: 10px;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    /* <===== tpprodinfosc =====> */

    /* <===== hpprodsubmn =====> */
    .hpprodsubmn .mntitle{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-right: 40px;
        position: relative;
    }
    .hpprodsubmn .mntitle::before{
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
    }
    .hpprodsubmn.active .mntitle::before{
        content: '\f106';
    }
    .tpboxfillter{
        margin-bottom: 10px;
    }
    .hpprodsubmn .mnconts{
        display: none;
    }
    /* <===== hpprodsubmn =====> */

    /* <===== tpproducthhb =====> */
    .tpproducthhb{
        margin-bottom: 20px;
    }
    .tpproducthhb .cttabinfo{
        padding: 25px 0 40px;
    }
    .tpdetailprod .dstitle{
        margin-bottom: 10px;
    }
    .tpdetailprod .dstitle, .tpdetailprod .dstitle h3{
        font-size: 24px;
        line-height: 34px;
    }
    .tpdetailprod .ctdecss{
        font-size: 14px;
        line-height: 22px;
    }
    .tpdetailprod .ctdecss h3{
        font-size: 16px;
        line-height: 24px;
    }
    /* <===== tpproducthhb =====> */

    /* <===== tpproducthha =====> */
    .tpproducthha .hhagrip > div{
        width: 100%;
    }
    .tpproducthha .hhagrip .lcol{
        margin-bottom: 20px;
    }
    .tpproducthha .dstitle, .tpproducthha .dstitle h1, .tpproducthha .dstitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    .tpproducthha .dstends{
        padding: 0;
        border-top: none;
        border-bottom: none;
    }
    .tpproducthha .dsprice .ctnew{
        font-size: 20px;
        line-height: 20px;
    }
    .tpproducthha .dslinks ul{
        margin: 0 -5px;
    }
    .tpproducthha .dslinks li{
        padding: 0 5px;
    }
    .tpproducthha .dslinks li a{
        font-size: 14px;
        line-height: 23px;
        padding: 10px 5px;
    }
    .slthumbnav .slick-prev{
        left: -5px;
    }
    .slthumbnav .slick-next{
        right: -5px;
    }
    /* <===== tpproducthha =====> */
}
@media all and (max-width: 767px){
    /* <===== tpprodinfosc =====> */
    .tpfillterprod .coll{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpfillterprod .colr{
        width: 100%;
    }
    .tpsortsubmenu .itsortmenuhh{
        width: calc(100% - 130px);
    }
    .itsortmenumm{
        width: 115px;
        margin-left: 0;
    }
    .tpsortsubmenu .itsortmenuhh{
        width: calc(100% - 130px);
    }
    .itsortmenumm .icon{
        padding: 10px 5px;
        font-size: 13px;
        line-height: 21px;
    }
    /* <===== tpprodinfosc =====> */

    /* <===== tpproducthhb =====> */
    .tpdetailprod .ctinfos li{
        font-size: 14px;
        line-height: 22px;
        padding: 10px 15px;
    }
    .tpdetailprod .ctinfos li .tm{
        width: 52%;
    }
    .tpdetailprod .ctinfos li .th{
        width: 48%;
    }
    /* <===== tpproducthhb =====> */
}