table.compare{
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}
table.compare tr td{
    border: 1px solid #cccccc;
    padding: 15px;
    width: 315px;
}
table.compare tr:nth-child(even){
    background: #fafafa;
}
table.compare tr:first-child{
    vertical-align: top;
    text-align: center;
}
table.compare tr td:first-child{
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}
table.compare tr td.middle{
    vertical-align: middle;
}
table.compare tr td.center{
    text-align: center;
}
table.compare tr td .themsosanh{
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
table.compare tr td .themsosanh .linkthem a{
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 53px;
    text-indent:-99999px;
}
table.compare tr td .item{
    position: relative;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
table.compare tr td .item .vnt-close{
    position: absolute;
    top: 0;
    right: 0;
}
table.compare tr td .item .vnt-close a{
    display: inline-block;
    text-indent: -99999px;
    width: 20px;
    height: 20px;
}
table.compare tr td .w-item{
    width: 100%;
    position: relative;
    padding:15px;
}
table.compare tr td .item .i-image{
    height: 250px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
table.compare tr td .item .i-image a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
table.compare tr td .item .i-image img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
table.compare tr td .item .i-description{
    padding: 5px 0;
}
table.compare tr td .item .i-description .i-title{
    font-size: 16px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}
table.compare tr td .item .i-description .i-title a{
    font-size: 16px;
    line-height: 25px;
}
table.compare tr td .item .i-description .i-price{
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    color: #eb0000;
    font-weight: bold;
}
/*===========BEGIN: COMMENT=============*/
.comment{
    margin-bottom: 20px;
}
.comment .title{
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333333;
}
.formComment .form-control{
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.formComment textarea.form-control{
    resize: vertical;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    height: 100px;
}
.formComment .input-group-btn{
    padding-left: 5px;
    vertical-align: top;
}
.formComment button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.formComment button.btn:hover{
    background: #df2025;
}
.formComment button.btn:active{
    outline: none;
}
.formComment button.btn span{
    color: #ffffff;
}
.formComment .w_content .content-info{
    padding: 15px;
    clear: both;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
}
.formComment .w_content .content-info .info-title{
    margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
    float: none;
    margin-bottom: 10px;
}
/*=================================*/
.grid-comment{
    margin-bottom: 20px;
}
.grid-comment .node-commnet{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.grid-comment .node-commnet .avatar{
    width: 55px;
    float: left;
}
.grid-comment .node-commnet .avatar img{
    width: 100%;
}
.grid-comment .node-commnet .info-comment{
    margin-left: 70px;
}
.grid-comment .node-commnet .info-comment .info-preson{
    font-size: 12px;
    line-height: 25px;
    color: #7c7c7c;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.grid-comment .node-commnet .info-comment .linkanswer{
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    color: #df2025;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #df2025;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
    text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
    position: absolute;
    font-family:"fontawesome";
    content:"\f054";
    top:2px;
    right: 0;
    color: #df2025;
    font-size: 7px;
}
.listanswer .nodeanswer{
    background-color: #dddddd;
    margin-bottom:1px;
    padding: 10px;
}
.conmment-facebook{
    margin-bottom: 20px;
}

.slider-detail{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
}
.slider-detail .vnt-compare{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}
.slider-detail .vnt-compare a{
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #666666;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: normal;
}
.slider-detail .vnt-compare a:hover{
    background: #e0292e;
}
#slider-detail{
    width: 100%;
    position: relative;
}
#slider-detail:after{
    position: absolute;
    top: 10px;
    right: 10px;
    content: '';
    width: 25px;
    height: 25px;
    pointer-events: none;
    z-index: 100;
}
#slider-detail .item{

}
#slider-detail .item .img{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
#slider-detail .item .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.slider-video{
    width: 70px;
    position: relative;
}
.slider-video:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    pointer-events: none;
}
.slider-video:after{
    content: "\f144";
    font-family: fontawesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    color:#ffffff;
    font-size: 18px;
    line-height: 26px;
    pointer-events: none;
}
.popup_gallery .fancybox-close{
    width: 50px;
    height: 50px;
    top: -40px;
    right: 10px;
    background: #e0292e;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    padding: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.popup_gallery .fancybox-close .fa{
    font-size: 22px;
    line-height: 26px;
}
.popup_gallery .fancybox-title{
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    color: #ffffff;
}
.popup_gallery .fancybox-nav span{
    visibility: visible;
    width: 35px;
    height: 63px;
    background: url("../images/arrow.png") no-repeat 0 0;
}
.popup_gallery .fancybox-prev span{
    left: 0;
    background-position: 0 0;
}
.popup_gallery .fancybox-next span{
    right: 0;
    background-position: -35px 0;
}
/*==========END: INFO PRODUCT==============*/

.fancybox-close {
    width: 50px;
    height: 50px;
    background: #de0124;
    border-radius: 100%;
    font-size: 22px;
    line-height: 30px;
    color:#ffffff;
}
.fancybox-close:before{
    content: "\f00d";
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* <===== 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: #de0e14;
}
.tpprodinfosb .sbtitle, .tpprodinfosb .sbtitle h1, .tpprodinfosb .sbtitle h2{
    font-size: 25px;
    line-height: 37px;
    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: #de050c;
    display: inline-block;
    line-height: 20px;
}
.tpprodinfosb .vhviewtt a span{
    border-bottom: 1px solid #de050c;
    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: '\f105';
}
.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: #de050c;
	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;
	width: 130px;
	margin-left: 10px;
}
.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: 55px!important;
    height: 34px;
    border: none;
}
.itsortmenuhh .chosen-container-single .chosen-single{
    padding: 5px 15px 5px 5px;
    background-position: right 8px center;
    text-align: center;
    justify-content: center;
    border: none;
}
.itsortmenuhh.chosen-container-single .chosen-single span{
    margin-right: 0;
    width: 100%;
}
/* <===== tpprodinfosc =====> */

/* <===== hpprodsubmn =====> */
.hpprodsubmn{
    margin-bottom: 25px;
}
.hpprodsubmn .mntitle{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    background-color: #de050c;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 20px;
}
.tpboxfillter{
	margin-bottom: 20px;
    border: 1px solid #dfe2e5;
    border-radius: 5px;
}
.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>.content{
    padding: 15px 15px 20px 20px;
}
.tpboxfillter .showview{
    text-align: center;
}
.tpboxfillter .showview a{
    font-size: 13px;
    line-height: 21px;
    color: #de050c;
    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: #057933;
	font-size: 20px;
	font-weight: bold;
    padding-bottom: 2px;
}
.ssinputfill .colbtn{
	width: 26px;
}
.ssinputfill button{
	width: 26px;
	height: 26px;
	background-color: #de050c;
	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: #eeeeee;
	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:last-child{
    margin-bottom: 0;
}
.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: #de050c;
    border-color: #de050c;
}
.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 > ul > li{
    margin-bottom: 10px;
}
.tplksubmenu > ul > li > ul > li:last-child{
    margin-bottom: 0;
}
.tplksubmenu > ul > li > ul > li > .m-sub > a, .tplksubmenu > ul > li > ul > li > a{
    padding-left: 15px;
    position: relative;
    font-weight: 600;
}
.tplksubmenu > ul > li > ul > li > .m-sub > a::before, .tplksubmenu > ul > li > ul > li > a::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tplksubmenu > ul > li{
    border-bottom: 1px solid #e5e5e5;
}
.tplksubmenu > ul > li:last-child{
    border-bottom: none;
}
.tplksubmenu > ul > li > a, .tplksubmenu > ul > li > .m-sub a{
    padding: 14px 30px 14px 0;
	position: relative;
	font-size: 14px;
	line-height: 22px;
    text-transform: uppercase;
}
.tplksubmenu > ul > li > a:hover, .tplksubmenu > ul > li > .m-sub a:hover, .tplksubmenu > ul > li.active > .m-sub a{
	color: #de050c;
}
.tplksubmenu > ul > li a:hover::before, .tplksubmenu > ul > li.active a::before{
	opacity: 1;
}
.tpmncategory{
    padding-top: 5px;
}
.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{
	position: relative;
}

.tpmncategory ul li:last-child{
	margin-bottom: 0;
}

.tpmncategory ul li.current > .m-sub > a, .tpmncategory ul li.current > a{
	color: #de050c;
}
.tpmncategory ul li > .m-sub > a{
    padding-right: 30px;
}
.tpmncategory ul li .m-sub{
	position: relative;
}
.tpmncategory ul li .m-sub .button-submenu{
	position: absolute;
	width: 30px;
	height: 100%;
	right: 0;
	top: 0;
	cursor: pointer;
	pointer-events: auto;
}
.tpmncategory ul li .m-sub .button-submenu::before{
	content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 14px;
    color: #999999;
}
.tpmncategory ul li.active > .m-sub > .button-submenu::before{
    content: "\f068";
}
.tpmncategory ul > li > ul{
	display: none;
    padding: 0px 15px 15px 10px;
}
.tpmncategory ul > li > ul ul{
	margin-left: 0;
    padding: 10px 15px 5px 25px;
}
.tpmncategory ul > li > ul ul li{
    margin-bottom: 7px;
}
.tpmncategory ul > li > ul ul li:last-child{
    margin-bottom: 0;
}
.tpmncategory ul > li > ul .m-sub .button-submenu{
	right: 0;
}
.tpmncategory ul > li > ul a{
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}
.tpmncategory ul > li > ul li ul li a {
    color: #666666;
}
.tpmncategory ul > li > ul > li.active > a{
	color: #de050c;
}
.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: #de050c;
}
.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 .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%;
}

.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: #de050c;
}
.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 .ctnew{
	color: #de050c;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-right: 10px;
}
.tpproducthha .dsprice .ctold{
	color: #888888;
	text-decoration: line-through;
	line-height: 15px;
}
.tpproducthha .dsprice .ctsal{
	background-color: #de050c;
	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: #de050c;
	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: #de050c;
}
.tpproducthha .dslinks li.vm a:hover{
	background-color: #de050c;
}
.tpproducthha .dslinks li.vh a{
	background-color: #de050c;
}
.tpproducthha .dslinks li.vh a:hover{
	background-color: #de050c;
}
.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 =====> */
.tpprodinfosc .itproductall{
    border: 2px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpprodinfosc .itproductall:hover{
    border-color: #de050c;
}
.tpprodinfosc .itproductall:hover .dstitle a{
    color: #de050c;
}
/* <===== tpproductmma =====> */
.tpproductmma{
    margin: 0 -15px;
    padding: 20px 15px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}
.itproductmma .thumb{
    margin-bottom: 7px;
}
.itproductmma .thumb a{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.itproductmma .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itproductmma .decss{
    text-align: center;
}
.itproductmma .dstitle, .itproductmma .dstitle h3{
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.slproductmma .slick-track{
    width: 100%!important;
    overflow-x: scroll;
    display: flex;
    -webkit-display: flex;
    flex-flow: row nowrap;
    flex: 1 100%;
    padding-bottom: 10px;
    transform: unset!important;
    transition: unset!important;
}
.slproductmma .slick-track::-webkit-scrollbar {
    height: 0;
    background-color: #fff;
} 
.slproductmma .slick-track::-webkit-scrollbar-thumb {
    background-color: #698396;
}
.slproductmma .slick-slide{
    width: 25%!important;
    min-width: 25%;
}
.slproductmma .slick-track{
    margin: 0 auto;
}
.slproductmma .slick-slide > div{
    margin-bottom: 22px;
}
.slproductmma .slick-slide > div:last-child{
    margin-bottom: 0;
}
/* <===== tpproductmma =====> */
 
/* <===== tpproductha =====> */
.tpproductha{
    margin-bottom: 35px;
}
.tpproductha .hagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproductha .hagrip > div{
    padding: 0 15px;
}
.tpproductha .hagrip .mcol{
    width: calc(100% - (40.834% + 16.667% ));
    max-width: 550px;
    margin: 0 auto;
}
.tpproductha .hagrip .hcol{
    width: 40.834%;
}
.tpproductha .hagrip .bcol{
    width: 16.667%;
}
/* <===== tpproductha =====> */

/* <===== tpproducthb =====> */
.tpproducthb{
    margin-bottom: 35px;
    padding: 15px 20px 30px;
    background-color: #f2f5f8;
}
.tpproducthb .hbtitle{
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #de0124;
}
.tpproducthb .hbtitle, .tpproducthb .hbtitle h2{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
/* <===== tpproducthb =====> */

/* <===== tpproducthc =====> */
.tpproducthc .hcgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproducthc .hcgrip > div{
    padding: 0 15px;
}
.tpproducthc .hcgrip .lcol{
    width: 300px;
}
.tpproducthc .hcgrip .rcol{
    width: calc(100% - 300px);
}
.hpprodsubdk .dktitle{
    background-color: #de050c;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 20px;
}
.hpprodsubdk .dktitle, .hpprodsubdk .dktitle h2{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.hpprodsubdk .dkconts{
    padding: 15px;
}
.ltprodsubdk > div{
    margin-bottom: 20px;
}
.ltprodsubdk > div:last-child{
    margin-bottom: 0;
}
/* <===== tpproducthc =====> */

/* <===== hpproddescri =====> */
.hpproddescri{
    padding-top: 20px;
    border-top: 1px solid #e3e0dd;
    margin-bottom: 35px;
}
.hpproddescri .dctitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hpproddescri .dctitle, .hpproddescri .dctitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.vhinheight .the-content{
    margin-bottom: 0;
}
.vhinheight .vvdecss{
    position: relative;
} 
.vhinheight .vchange::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
.vhinheight .dsview{
    text-align: center;
    margin-top: 20px;
}
.vhinheight .vhviewtt > div{
    display: none;
}
.vhinheight .vhviewtt a{
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    padding: 11px 50px;
    background-color: #de050c;
    color: #fff;
    border-radius: 5px;
}
.vhinheight .vhviewtt a span{
    display: inline-block;
    position: relative;
    padding-right: 18px;
}
.vhinheight .vhviewtt a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.vhinheight .showview a span::before{
    content: '\f107';
}
.vhinheight .hideview a span::before{
    content: '\f106';
}
/* <===== hpproddescri =====> */

/* <===== hpprodcoment =====> */
.hpprodcoment{
    padding-top: 20px;
    border-top: 1px solid #e3e0dd;
}
.hpprodcoment .cmtitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.hpprodcoment .cmtitle, .hpprodcoment .cmtitle h2{
    font-size: 26px;
    line-height: 35px;
    font-weight: bold;
}
/* <===== hpprodcoment =====> */

/* <===== tpproduseful =====> */
.tpproduseful .ufbrand{
    margin-bottom: 15px;
    background-color: #f2f5f8;
    padding: 10px;
}
.tpproduseful .ufbrand .brgrip{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 -6px;
}
.tpproduseful .ufbrand .brgrip > div{
    padding: 0 10px;
}
.tpproduseful .ufbrand .brgrip .dcol{
    width: 62px;
    min-width:62px;
}
.tpproduseful .ufbrand .brimgs a{
    display: block;
}
.tpproduseful .ufbrand .brimgs a img{
    width: 100%;
}
.tpproduseful .ufbrand .brtext, .tpproduseful .ufbrand .brtext a{
    color: #de050c;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold   ;
}
.tpproduseful .uftitle{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #de050c;
    background-color: #f2f5f8;
    padding: 8px 10px;
    text-align: center;
}
.tpproduseful .ufinfos{
    margin-bottom: 20px;
}
.tpproduseful .ufinfos li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.tpproduseful .ufinfos li:last-child{
    margin-bottom: 0;
}
.tpproduseful .ufinfos li .iicon{
    color: #de050c;
    font-size: 16px;
    line-height: 24px;
    width: 22px;
}
.tpproduseful .ufinfos li .iicon i{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.tpproduseful .ufinfos li .itext{
    width: calc(100% - 22px);
    padding-left: 10px;
}
.tpproduseful .orgrip{
    /* display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; */
}
/* .tpproduseful .orgrip > div{
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
} */
.tpproduseful .orgrip .slick-list{
    margin: 0 -5px;
}
.tpproduseful .orgrip .slick-slide{
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
}
.tpproduseful .orgrip .slick-slide > div{
    margin-bottom: 10px;
    width: calc(50% - 10px);
    margin-right: 10px;
}
.tpproduseful .orgrip .slick-slide > div:last-child{
    margin-right: 0;
}
.itproduseful .thumb{
    margin-bottom: 5px;
}
.itproduseful .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.itproduseful .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itproduseful .dstitle, .itproduseful .dstitle h3{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
.itproduseful .dstitle a{
    height: 40px;
    overflow: hidden;
}
/* <===== tpproduseful =====> */

/* <===== tpprodinfos =====> */
.tpprodinfos .iftitle{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    text-transform: uppercase;
}
.tpprodinfos .iftitle, .tpprodinfos .iftitle h1, .tpprodinfos .iftitle h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.tpprodinfos .ctprice{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
}
.tpprodinfos .ctprice .ptext{
    margin-right: 12px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    white-space: nowrap;
}
.tpprodinfos .ctprice .ptext::after{
    content: ':';
    margin-left: 5px;
}
.tpprodinfos .ctprice .pinfo{
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}
.tpprodinfos .ctprice .pinfo .inews{
    color: #cc2338;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    margin-right: 15px;
}
.tpprodinfos .ctprice .pinfo .iolds{
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    text-decoration: line-through;
    margin-right: 15px;
}
.tpprodinfos .ctprice .pinfo .isale{
    padding: 3px 8px;
    background-color: #de050c;
    color: #fff;
    border-radius: 5px;
    position: relative;
    top: -5px;
    line-height: 22px;
}
.tpprodinfos .ctsizes{
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}
.tpprodinfos .ctsizes .stext{
    margin-right: 20px;
    white-space: nowrap;
}
.tpprodinfos .ctsizes .sinfo ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpprodinfos .ctsizes .sinfo li{
    padding: 0 5px;
    margin-bottom: 5px;
}
.tpprodinfos .ctsizes .sinfo li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    min-height: 38px;
    min-width: 60px;
    padding: 5px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    font-weight: 600;
    line-height: 22px;
}
.tpprodinfos .ctsizes .sinfo li.active a{
    border-color: #de050c;
}
.tpprodinfos .ctcolor{
    margin-bottom: 10px;
}
.tpprodinfos .ctcolor .ctext{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 23px;
}
.tpprodinfos .ctcolor .ctext .tcolo{
    font-weight: bold;
    margin-left: 5px;
}
.tpprodinfos .ctcolor .cinfo ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpprodinfos .ctcolor .cinfo li{
    padding: 0 5px;
    margin-bottom: 10px;
}
.tpprodinfos .ctcolor .cinfo li a{
    width: 45px;
    height: 45px;
    display: flex;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    position: relative;
}
.tpprodinfos .ctcolor .cinfo li a::before{
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    z-index: 1;
    opacity: 0;
}
.tpprodinfos .ctcolor .cinfo li.active a::before{
    opacity: 1;
}
.tpprodinfos .ctcolor .cinfo li.active a{
    border-color: #f0b949;
}
.tpprodinfos .ctcolor .cinfo li a img{
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    object-fit: cover;
}
.tpprodinfos .ctinfos{
    margin-bottom: 20px;
}
.tpprodinfos .ctinfos li{
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
}
.tpprodinfos .ctinfos li .tm{
    width: 135px;
    padding-right: 25px;
    position: relative;
}
.tpprodinfos .ctinfos li .tm::before{
    content: ':';
    position: absolute;
    top: 5px;
    right: 15px;
    top: 0;
}
.tpprodinfos .ctinfos li .th{
    width: calc(100% - 135px);
    font-weight: bold;   
}
.tpprodinfos .ctquant{
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 25px;
}
.tpprodinfos .ctquant .qtext{
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
}
.tpprodinfos .ctquant .quantity{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpprodinfos .ctquant .quantity button{
    width: 36px;
    height: 36px;
    background-color: #f5f5f5;
    border: none;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    color: #333333;
}
.tpprodinfos .ctquant .quantity input{
    width: 36px;
    height: 36px;
    border: 1px solid #f5f5f5;
    margin: 0 8px;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}
.tpprodinfos .ctlinks{
    max-width: 410px;
}
.tpprodinfos .ctlinks ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpprodinfos .ctlinks li{
    padding: 0 5px;
    width: 50%;
}
.tpprodinfos .ctlinks li a{
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px 10px;
    border-radius: 5px;
}
.tpprodinfos .ctlinks li.vm a{
    background-color: #ffd400;
    color: #333333;
}
.tpprodinfos .ctlinks li.vh a{
    background-color: #de050c;
    color: #fff;
}
/* <===== tpprodinfos =====> */

@media screen and (min-width: 992px){
    .tpboxfillter>.content{
        display: block!important;
    }
}
@media screen and (max-width: 1200px){
    /* <===== tpproductha =====> */
    .tpproductha .hagrip .mcol{
        width: 50%;
    }
    .tpproductha .hagrip .hcol{
        width: 50%;
    }
    .tpproductha .hagrip .bcol{
        width: 100%;
    }
    /* .tpproduseful .orgrip > div{
        max-width: 125px;
    } */
    /* <===== tpproductha =====> */
}
@media screen and (max-width: 991px){

    /* <===== tpproducthha =====> */
	.tpproducthha{
		margin-bottom: 20px;
	}
	/* <===== tpproducthha =====> */

    /* <===== 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;
	}
	/* <===== tpproducthha =====> */
    .tpprodinfosc .itproductall{
        padding: 0!important;
        border: none;
    }
    .hpprodsubmm .mmgrip{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .hpprodsubmm .mmgrip > div{
        padding: 0 5px;
        width: 50%;
    }
    .tpboxfillter{
        position: relative;
    }
    .tpboxfillter>.title{
        border-bottom: none;
        font-size: 14px;
        line-height: 22px;
        padding: 9px 30px 9px 10px;
        position: relative;
    }
    .tpboxfillter>.title::before{
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .tpboxfillter.active>.title::before{
        content: "\f106";
    }
    .tpboxfillter>.content{
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 2;
        display: none;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #dfe2e5;
        padding: 10px 10px 15px 10px;
    }
    .tpboxfillter.active>.content{
        display: block;
    }

    /* <===== tpproducthb =====> */
    .tpproducthb{
        padding: 15px 10px 20px;
    }
    .tpproducthb .hbtitle, .tpproducthb .hbtitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    /* <===== tpproducthb =====> */

    /* <===== tpproducthc =====> */
    .tpproducthc .hcgrip{
        flex-direction: column-reverse;
    }
    .tpproducthc .hcgrip .lcol{
        width: 100%;
    }
    .tpproducthc .hcgrip .rcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .hpprodsubdk .dkconts{
        padding: 25px 0 10px;
    }
    /* <===== tpproducthc =====> */

    /* <===== hpproddescri =====> */
    .hpproddescri .dctitle, .hpproddescri .dctitle h3{
        font-size: 22px;
        line-height: 32px;
    }
    /* <===== hpproddescri =====> */
    
    /* <===== tpproductha =====> */
    .tpproductha{
        margin-bottom: 15px;
    }
    .tpproductha .hagrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpproductha .hagrip .hcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpproductha .hagrip .bcol{
        width: 100%;
    }
    /* .tpproduseful .orgrip > div{
        width: 20%;
    } */
    .tpproduseful .uftitle{
        text-align: left;
        padding: 8px 15px;
    }
    .tpproduseful .orgrip .slick-slide > div{
        width: 100%;
        margin-right: 0;
    }
    .tpproduseful .orgrip .slick-track{
        width: 100%!important;
        overflow-x: scroll;
        display: flex;
        -webkit-display: flex;
        flex-flow: row nowrap;
        flex: 1 100%;
        padding-bottom: 10px;
        transform: unset!important;
        transition: unset!important;
    }
    .tpproduseful .orgrip .slick-track::-webkit-scrollbar {
        height: 0;
        background-color: #fff;
    } 
    .tpproduseful .orgrip .slick-track::-webkit-scrollbar-thumb {
        background-color: #698396;
    }
    .tpproduseful .orgrip .slick-slide{
        width: 25%!important;
        min-width: 25%;
    }
    /* <===== tpproductha =====> */

    /* <===== tpprodinfos =====> */
    .tpprodinfos .ctprice .ptext{
        font-size: 14px;
        line-height: 22px;
    }
    .tpprodinfos .iftitle, .tpprodinfos .iftitle h1, .tpprodinfos .iftitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    .tpprodinfos .ctprice .pinfo .inews{
        font-size: 25px;
        line-height: 25px;
        margin-right: 8px;
    }
    .tpprodinfos .ctprice .pinfo .iolds{
        font-size: 15px;
        margin-right: 8px;
    }
    /* <===== tpprodinfos =====> */
}
@media screen 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 =====> */

    /* <===== tpproductha =====> */
    /* .tpproduseful .orgrip{
        margin: 0 -6.5px;
    }
    .tpproduseful .orgrip > div{
        width: 33.333%;
        padding: 0 6.5px;
        margin-bottom: 15px;
    } */
    /* <===== tpproductha =====> */
    .tpproduseful .orgrip .slick-slide{
        width: 33.33333%!important;
        min-width: 33.33333%;
    }

    /* <===== tpproductmma =====> */
    .slproductmma .slick-slide{
        width: 33.33333%!important;
        min-width: 33.33333%;
    }
    /* <===== tpproductmma =====> */
}