/* <=== hpproductmm ===> */
.hpproductmm{
    padding: 40px 0 50px;
    position: relative;
    z-index: 1;
    background-color: #f3f3f3;
}
.hpproductmm::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bgprod.png");
    background-position: left top;
    background-repeat: repeat;
    pointer-events: none;
    z-index: -1;
}
/* <=== hpproductmm ===> */

/* <=== tpproductmm ===> */
.tpproductmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproductmm .mmgrip > div{
    padding: 0 15px;
}
.tpproductmm .mmgrip .lcol{
    width: 300px;
}
.tpproductmm .mmgrip .rcol{
    width: calc(100% - 300px);
}
/* <=== tpproductmm ===> */

/* <=== tpprodsubmn ===> */
.tpprodsubmn {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.tpprodsubmn .mntitle {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fdbf2e;
    color: #fff;
    padding: 10px 18px;
}
.tpprodsubmn .mnconts{
    padding: 12px 16px 15px 18px;
}
/* <=== tpprodsubmn ===> */

/* <=== tpmncategory ===> */
.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: 12px;
	position: relative;
}
.tpmncategory ul li:last-child{
	margin-bottom: 0;
}
.tpmncategory ul li.active > a, .tpmncategory ul li.active > .m-sub > a{
	color: #fdbf2e;
}
.tpmncategory ul li.current > .m-sub > a, .tpmncategory ul li.current > a{
	/* color: #fdbf2e; */
}
.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;
    color: #999999;
}
.tpmncategory ul li.active .m-sub .button-submenu::before{
	content: "\f106";
}
.tpmncategory ul > li > ul{
	display: none;
	padding: 8px 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 li{
    margin-bottom: 8px;
}
.tpmncategory ul > li > ul > li.active a, .tpmncategory ul > li > ul > li:hover a{
	color: #fdbf2e;
}
.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: #fdbf2e;
}
.tpmncategory ul li.active a:before{
	display: block;
}
/* <=== tpmncategory ===> */

/* <===== tpprodinfosb =====> */
.tpprodinfosb{
    margin-bottom: 30px;
}
.tpprodinfosb .sbtitle{
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #9c9996;
    text-transform: uppercase;
}
.tpprodinfosb .sbtitle::before{
    content: '';
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 65px;
    background-color: #fdbf2e;
}
.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: #333333;
    display: inline-block;
    line-height: 20px;
}
.tpprodinfosb .vhviewtt a span{
    border-bottom: 1px solid #333333;
    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 =====> */
.tpprodinfosc .scfillter {
	margin-bottom: 30px;
}
.tpfillterprod{
	padding: 8px;
	background-color: #fff;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	border-radius: 3px;
}
.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: #fe0000;
	color: #fff;
}
.tpsortsubmenu{

}
.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;
}
.itsortmenumm .icon {
    padding: 6px 10px;
	cursor: pointer;
	background-color: #f3f3f3;
}
.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;
	left:0;
	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;
	background-color: #f3f3f3
}
.itsortmenuhh .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: #f3f3f3
}
.itsortmenuhh.chosen-container-single .chosen-single span{
    margin-right: 0;
    width: 100%;
}
/* <===== tpprodinfosc =====> */

/* <===== tpitemprod =====> */
.tpitemprod .vvgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpitemprod .vvgrip > div{
	padding: 0 15px;
	width: 33.3333%;
	margin-bottom: 30px;
}
/* <===== tpitemprod =====> */

/* <===== vhortherpg =====> */
.vhortherpg{
	padding: 40px 0 80px;
	position: relative;
    z-index: 1;
    background-color: #f3f3f3;
}
.vhortherpg::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bgprod.png");
    background-position: left top;
    background-repeat: repeat;
    pointer-events: none;
    z-index: -1;
}
.hporthermm .vnttitle.vline span::before, .hporthermm .vnttitle.vline span::after{
	background-color: #b0adaa;
}
/* <===== vhortherpg =====> */

/* <===== hpdetailmm =====> */
.hpdetailmm{
	padding: 50px 0;
	position: relative;
    z-index: 1;
    background-color: #f3f3f3;
}
.hpdetailmm::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bgprod.png");
    background-position: left top;
    background-repeat: repeat;
    pointer-events: none;
    z-index: -1;
}
/* <===== hpdetailmm =====> */

/* <===== tpdetailmm =====> */
.tpdetailmm .mmgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpdetailmm .mmgrip > div{
	padding: 0 15px;
	width: 50%;
}
.slthumbnav {
	margin-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
	padding: 9px;
	background-color: #fff;
	position: relative;
	border: 1px solid #eeeeee;
}
.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: #fff;
    font-size: 25px;
    line-height: 30px;
	text-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
.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 -5px;
}
.slthumbfor .slick-slide{
	padding: 0 5px;
}
.itthumbfor{
	padding: 5px;
	position: relative;
	background-color: #fff;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-current .itthumbfor{
	border-color: #fdbf2e;
}
.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 .dstitle{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a09e9b;
}
.tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
}
.tpdetailmm .dsrepor{
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 15px;
}
.tpdetailmm .dsrepor .rpstars{
	color: #666666;
}
.tpdetailmm .dsrepor .rpstars .active{
	color: #fdbf2e;
}
.tpdetailmm .dsrepor .rplines{
	margin: 0 9px;
}
.tpdetailmm .dsrepor .rpratio{
	font-size: 15px;
}
.tpdetailmm .dsprice{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 20px;
}
.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: #cc2338;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}
.tpdetailmm .dsprice .pnold{
    font-size: 16px;
    line-height: 18px;
    color: #666666;
    text-decoration: line-through;
}
.tpdetailmm .dsprice .psale{
    font-size: 14px;
    line-height: 21px;
    background-color: #cc2338;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
}
.tpdetailmm .dsinfos{
	margin-bottom: 20px;
}
.tpdetailmm .dsinfos li{
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
}
.tpdetailmm .dsinfos li:last-child{
	margin-bottom: 0;
}
.tpdetailmm .dsinfos li .tm{
	width: 155px;
	position: relative;
	padding-right: 40px;
	font-weight: bold;
}
.tpdetailmm .dsinfos li .tm::before{
	content: ':';
	position: absolute;
	top: 0;
	right: 30px;
}
.tpdetailmm .dsinfos li .th{
	width: calc(100% - 155px);
}
.tpdetailmm .dstends{
	padding-top: 12px;
	border-top: 1px solid #a09e9b;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
}
.tpdetailmm .dsquant{
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 25px;
}
.tpdetailmm .dsquant .qttext{
	margin-right: 15px;
	font-weight: bold;
}
.tpdetailmm .quantity{
	border: 1px solid #eaeaea;
	max-width: 70px;
}
.tpdetailmm .quantity input{
	padding: 0 30px 0 5px;
	text-align: center;
	height: 28px;
	width: 70px;
}
.tpdetailmm .quantity .btn-up{
	height: 14px;
	line-height: 14px;
	width: 25px;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 0;
}
.tpdetailmm .quantity .btn-down{
	height: 14px;
	line-height: 14px;
	width: 25px;
	border-left: 1px solid #eaeaea;
	padding: 0;
}
.tpdetailmm .dslinks{
    max-width: 520px;
    margin-bottom: 15px;
}
.tpdetailmm .dslinks ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.tpdetailmm .dslinks li{
    padding: 0 10px;
    width: 50%;
    margin-bottom: 5px;
}
.tpdetailmm .dslinks li a{
    display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 15px 10px;
    border-radius: 35px;
	font-weight: bold;
    color: #fff;
}
.tpdetailmm .dslinks li a i{
	margin-right: 10px;
}
.tpdetailmm .dslinks li.vmm a{
    background-color: #fdbf2e;
}
.tpdetailmm .dslinks li.vmm a:hover{
    background-color: rgb(156, 12, 17);
}
.tpdetailmm .dslinks li.vhh a{
    background-color: #fdbf2e;
}
.tpdetailmm .dslinks li.vhh a:hover{
    background-color: #081c5c;
}
.tpdetailmm .dslinks li.vbb a{
    background-color: #999999;
    cursor: no-drop;
}
.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: #fff;
	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;
}
/* <===== tpdetailmm =====> */

/* <===== hpdetailhh =====> */
.hpdetailhh{
	padding: 30px 0 40px;
}
/* <===== hpdetailhh =====> */

/* <===== tpdetailha =====> */
.tpdetailha{
	margin-bottom: 55px;
}
.tpdetailha .hatitle{
	margin-bottom: 12px;
	text-transform: uppercase;
}
.tpdetailha .hatitle, .tpdetailha .hatitle h2{
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
}
.tpdetailha .hagrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpdetailha .hagrip > div{
	padding: 0 15px;
}
.tpdetailha .hagrip .lcol{
	width: calc(50% + 20px);
}
.tpdetailha .hagrip .rcol{
	width: calc(50% - 20px);
}
.tpdetailha .hadecss{
	font-size: 15px;
	line-height: 26px;
}
.tpdetailha .hathumb{
	text-align: center;
}
.tpdetailha .haheght{
	position: relative;
}
.tpdetailha .shactive .haheght::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: #fdbf2e;
    color: #fff;
    border-radius: 5px;
    padding: 10px 45px;
	display: inline-block;
	font-weight: bold;
	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 =====> */

/* <===== tpdetailhb =====> */
.tpdetailhb{
	padding-top: 20px;
	border-top: 1px solid #e3e0dd;
}
/* <===== tpdetailhb =====> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
	/* <=== hpproductmm ===> */
	.hpproductmm{
		padding: 20px 0 40px;
	}
	/* <=== hpproductmm ===> */

	/* <=== tpprodsubmn ===> */
	.tpprodsubmn .mnconts{
		padding: 0;
	}
	.tpprodsubmn{
		border-radius: 0;
		border-radius: 25px;
	}
	.tpmncategory .vvtitle{
		font-size: 15px;
		line-height: 23px;
		border: solid 1px #fdbf2e;
		color: #fff;
		padding: 10px 40px 10px 20px;
		cursor: pointer;
		position: relative;
		background-color: #fdbf2e;
		border-radius: 25px;
		font-weight: bold;
	}
	.tpmncategory .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;
	}
	.tpmncategory.active .vvtitle::before{
		content: "\f106";
	}
	.tpmncategory .vvconts{
		padding: 20px 20px;
		display: none;
	}
	/* <=== tpprodsubmn ===> */

    /* <=== tpproductmm ===> */
    .tpproductmm .mmgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpproductmm .mmgrip .rcol{
        width: 100%;
    }
    /* <=== tpproductmm ===> */

    /* <===== tpprodinfosb =====> */
    .tpprodinfosb .sbtitle, .tpprodinfosb .sbtitle h1, .tpprodinfosb .sbtitle h2{
        font-size: 25px;
        line-height: 36px;
    }
    .tpprodinfosb .sbconts{
        font-size: 14px;
		text-align: justify;
    }
    /* <===== tpprodinfosb =====> */

    /* <===== tpprodinfosc =====> */
	.tpprodinfosc .scfillter{
		margin-bottom: 20px;
	}
	.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 =====> */

	/* <===== tpitemprod =====> */
	.tpitemprod .vvgrip{
		margin: 0 -10px;
	}
	.tpitemprod .vvgrip > div{
		padding: 0 10px;
		margin-bottom: 20px;
	}
	/* <===== tpitemprod =====> */

	/* <===== vhortherpg =====> */
	.vhortherpg{
		padding: 25px 0 45px;
	}
	/* <===== vhortherpg =====> */

	/* <===== tpdetailmm =====> */
	.hpdetailmm{
		padding: 20px 0 35px;
	}
	.tpdetailmm .mmgrip > div{
		width: 100%;
		margin-bottom: 25px;
	}
	.tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
		font-size: 20px;
		line-height: 30px;
	}
	.slthumbnav .slick-prev{
		left: 10px;
	}
	.slthumbnav .slick-next{
		right: 10px;
	}
	.itthumbfor{
		padding: 4px;
	}
	.slthumbfor .itthumbfor{
		width: 70px;
	}
	.tpdetailmm .dsprice .ptext{
		font-size: 15px;
	}
	.tpdetailmm .dsprice .pnews{
		font-size: 20px;
	}
	.tpdetailmm .dsprice .pnold{
		font-size: 14px;
	}
	/* <===== tpdetailmm =====> */
		
	/* <===== hpdetailhh =====> */
	.hpdetailhh{
		padding: 20px 0 30px;
	}
	.tpdetailha .hadecss{
		font-size: 14px;
    	line-height: 22px;
	}
	.tpdetailha{
		margin-bottom: 30px;
	}
	/* <===== hpdetailhh =====> */
}
@media all and (max-width: 767px){
    /* <===== tpprodinfosc =====> */
    .itsortmenumm{
		width: 115px;
		margin-left: 0;
	}
	.itsortmenumm .icon{
		padding: 10px 5px;
		font-size: 13px;
		line-height: 21px;
	}
    /* <===== tpprodinfosc =====> */

	/* <===== tpitemprod =====> */
	.tpitemprod .vvgrip > div{
		width: 50%;
	}
	/* <===== tpitemprod =====> */

	/* <===== tpdetailmm =====> */
	.tpdetailmm .dslinks li{
		width: 100%;
		margin-bottom: 10px;
	}
	/* <===== tpdetailmm =====> */

	/* <===== tpdetailha =====> */
	.tpdetailha .hagrip{
		flex-direction: column-reverse;
	}
	.tpdetailha .hagrip .lcol{
		width: 100%;
	}
	.tpdetailha .hagrip .rcol{
		width: 100%;
		margin-bottom: 20px;
	}
	/* <===== tpdetailha =====> */
}