/* <=== vhproducpg ===> */
.vhproducpg .sppadd{
	padding: 45px 0 55px;
}
/* <=== vhproducpg ===> */

/* <=== tpproddecs ===> */
.tpproddecs{
	text-align: center;
}
.tpproddecs .sbconts{
	max-width: 890px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 26px;
}
.tpproddecs .ctdecss p{
	padding: 0;
}
.tpproddecs .sbconts .dsview{
	margin-top: 10px;
}
.tpproddecs .vhviewtt > div{
	display: none;
}
.tpproddecs .vhviewtt a{
	color: #b79f71;
	display: inline-block;
	line-height: 20px;
}
.tpproddecs .vhviewtt a span{
	border-bottom: 1px solid #b79f71;
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.tpproddecs .vhviewtt a span::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.tpproddecs .showview a span::before{
	content: '\f107';
}
.tpproddecs .hideview a span::before{
	content: '\f106';
}
/* <=== tpproddecs ===> */

/* <===== vgripprod =====> */
.vgripprod{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.vgripprod > div{
	padding: 0 15px;
}
.vgripprod .mlcol{
	width: 300px;
}
.vgripprod .hrcol{
	width: calc(100% - 300px);
}
/* <===== vgripprod =====> */

/* <===== tpmenuprod =====> */
.tpmenuprod{
	background-color: #f5f5f5;
	margin-bottom: 20px;
}
.tpmenuprod .mntitle{
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	background-color: #29503d;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 45px 10px 18px;
	position: relative;
}
.tpmenuprod .mnconts{
	padding: 10px 0 15px;
}
.tpmenuprod .mnconts > ul > li > a, .tpmenuprod .mnconts > ul > li > .m-sub a{
	padding: 6px 20px 6px 18px;
	position: relative;
}
.tpmenuprod .mnconts > ul > li > a:hover, .tpmenuprod .mnconts > ul > li > .m-sub a:hover, .tpmenuprod .mnconts > ul > li.active > .m-sub a{
	color: #b79f71;
}
.tpmenuprod .mnconts > ul > li a:hover::before, .tpmenuprod .mnconts > ul > li.active a::before{
	opacity: 1;
}
.tpmenuprod ul li{
	position: relative;
}
.tpmenuprod ul li:last-child{
	margin-bottom: 0;
}
.tpmenuprod ul li.active > a, .tpmenuprod ul li.active > .m-sub > a{
	color: #b79f71;
}
.tpmenuprod ul li.current > .m-sub > a, .tpmenuprod ul li.current > a{
	color: #b79f71;
}
.tpmenuprod ul li > .m-sub > a{
	padding-right: 40px;
}
.tpmenuprod ul li .m-sub{
	position: relative;
}
.tpmenuprod ul li .m-sub .button-submenu{
	position: absolute;
	width: 40px;
	height: 100%;
	right: 0;
	top: 0;
	cursor: pointer;
	pointer-events: auto;
}
.tpmenuprod ul li .m-sub .button-submenu::before{
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	font-size: 18px;
	color: #999999;
}
.tpmenuprod ul li.active > .m-sub .button-submenu::before{
	content: "\f106";
}
.tpmenuprod ul > li > ul{
	display: none;
	padding: 5px 10px 5px 30px;
}
.tpmenuprod ul > li > ul ul{
	margin-left: 0;
	padding-bottom: 0;
	padding: 10px 10px 0 0;
}
.tpmenuprod ul > li > ul ul li a{
	display: block;
	position: relative;
	padding-left: 14px;
}
.tpmenuprod ul > li > ul ul li a::before{
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #b79f71;
	border-radius: 100%;
}
.tpmenuprod ul > li > ul .m-sub .button-submenu{
	right: -10px;
}
.tpmenuprod ul > li > ul li{
	margin-bottom: 10px;
}
.tpmenuprod ul > li > ul li:last-child{
	margin-bottom: 0;
}
.tpmenuprod ul > li > ul a{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.tpmenuprod ul li a{
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
}
.tpmenuprod ul li a:hover{
	color: #b79f71;
}
.tpmenuprod ul li.active a:before{
	display: block;
}
.tpmenuprod ul.menuBack li:first-child a{
	padding-right: 0;
	padding-left: 15px;
	font-weight: bold;
}
.tpmenuprod ul.menuBack li:first-child a:before{
	content: "\f104";
	right:initial;
	left:0;
	color:#333333;
}
.tpmenuprod ul.menuBack li:first-child ~ li a{
	padding-left: 20px;
}
.tpmenuprod.v2{
	border:solid 1px #eeeeee;
}
.tpmenuprod.v2 .title{
	font-size: 18px;
	line-height: 26px;
	background: #eeeeee;
	padding: 12px 15px;
	margin-bottom: 0;
}
.tpmenuprod.v2 .content{
	padding: 15px;
}
.tpmenuprod.v2 ul li{
	margin-bottom: 10px;
}
.tpmenuprod.v2 ul li:last-child{
	margin-bottom: 0;
}
.tpmenuprod.v2 ul li a{
	font-size: 13px;
	line-height: 21px;
}
.tpmenuprod.v2 ul li a:before{
	content: "\f105";
	display: block;
	color:#999999;
}
/* <===== tpmenuprod =====> */

/* <===== myCheckbox =====> */
.myCheckbox{
	margin-bottom: 12px;
	color:#666666;
	padding-left: 23px;
	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: 13px;
	height: 13px;
	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: #b79f71;
	border-color: #b79f71;
}
.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: 6px;
}
.myCheckbox.active:after{
	display: block;
}
/* <===== myCheckbox =====> */

/* <===== tpfillprod =====> */
.tpfillprod{
	background-color: #f5f5f5;
	margin-bottom: 20px;
}
.tpfillprod .fititle{
	padding: 10px 17px;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
.tpfillprod .ficonts{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 17px 20px 17px;
}
/* <===== tpfillprod =====> */

/* <===== tpsortprod =====> */
.tpsortprod{
	background-color: #f5f5f5;
	padding: 8px;
	margin-bottom: 30px;
}
.tpsortprod .figrip{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	gap: 0 20px;
}
.itlinkprod ul{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.itlinkprod ul li a{
	display: block;
	padding: 6px 12px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 22px;
}
.itlinkprod ul li.active a, .itlinkprod ul li a:hover{
	background-color: #b79f71;
	color: #fff;
}
.itpagiprod{
	font-size: 12px;
	line-height: 20px;
}
.itpagiprod select{
	width: 46px;
	height: 34px;
	padding: 5px 20px 5px 10px;
	background-position: right 5px center;
	border: none;
	background-color: #ffffff;
	margin-left: 10px;
}
.itpagiprod .chosen-container{
	width: 55px!important;
	height: 34px;
	border: none;
}
.itpagiprod .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: #f6f6f6;
	border-radius: 5px;
}
.itpagiprod.chosen-container-single .chosen-single span{
	margin-right: 0;
	width: 100%;
}
/* <===== tpsortprod =====> */

/* <===== tplistprod =====> */
.tplistprod .splist{
	margin-bottom: 10px;
}
.tplistprod .ligrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tplistprod .ligrip > div{
	padding: 0 15px;
	width: calc(100% / 3);
	margin-bottom: 30px;
}
/* <===== tplistprod =====> */

/* <===== vhortherpg =====> */
.vhortherpg{
	background-color: #f5f5f5;
}
.vhortherpg .orpadd{
	padding: 50px 0 80px;
}
.hportherpg .ortitle{
	text-align: center;
	margin-bottom: 35px;
	text-transform: uppercase;
	font-family: 'Baskerville';
}
.hportherpg .ortitle, .hportherpg .ortitle h2{
	font-size: 45px;
	line-height: 55px;
	font-weight: 400;
}
/* <===== vhortherpg =====> */

/* <===== vhdetailpg =====> */
.vhdetailpg .dtpadd{
	padding: 50px 0;
}
.tpdetailmm{
	margin-bottom: 45px;
}
.tpdetailmm .mmgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpdetailmm .mmgrip > 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: #a6a6a6;
	font-size: 25px;
}
.slthumbnav .slick-arrow{
	background-color: transparent!important;
	color: #a6a6a6;
}
.slthumbnav .slick-arrow:hover{
	color: #cc2338;
}
.slthumbnav .slick-arrow::before{
	font-size: 20px;
	font-weight: bold;
}
.slthumbnav .slick-prev{
	left: 10px;
}
.slthumbnav .slick-next{
	right: 10px;
}
.slthumbnav .thumbnav a{
	display: block;
	padding-top: 100%;
	position: relative;
}
.slthumbnav .thumbnav.ivideo a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 48px;
	background-image: url('../images/iplay.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.slthumbnav .thumbnav a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.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: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slthumbfor .thumbfor.ivideo::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35px;
	height: 24px;
	background-image: url("../images/iplay.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.slthumbfor .slick-current .thumbfor{
	border-color: #29503d;
}
.tpdetailmm .dstitle{
	margin-bottom: 10px;
}
.tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}
.tpdetailmm .dstends{
	padding: 0 0 15px;
	margin-bottom: 15px;
	color: #555555;
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px solid #eeeeee;
}
.tpdetailmm .dsprice{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
}
.tpdetailmm .dsprice .ptext{
	width: 85px;
	position: relative;
	padding-right: 25px;
	white-space: nowrap;
	font-size: 16px;
	line-height: 25px;
}
.tpdetailmm .dsprice .ptext::before{
	content: ':';
	position: absolute;
	top: 1px;
	right: 15px;
}
.tpdetailmm .dsprice .pcont{
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
}
.tpdetailmm .dsprice .pcont > div{
	margin-bottom: 3px;
}
.tpdetailmm .dsprice .ctnew{
	color: #daa520;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-right: 10px;
}
.tpdetailmm .dsprice .ctold{
	color: #888888;
	text-decoration: line-through;
	line-height: 15px;
	font-size: 15px;
}
.tpdetailmm .dsprice .ctsal{
	background-color: #daa520;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 7px;
	margin-left: 10px;
	border-radius: 5px;
	position: relative;
}
.tpdetailmm .dsinfos{
	margin-bottom: 15px;
}
.tpdetailmm .dsinfos li{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.tpdetailmm .dsinfos li .tm{
	width: 160px;
	padding-right: 40px;
	position: relative;
	color: #555555;
}
.tpdetailmm .dsinfos li .tm::before{
	content: ':';
	position: absolute;
	top: 0;
	right: 30px;
}
.tpdetailmm .dsinfos li .th{
	width: calc(100% - 160px);
}
.tpdetailmm .dsinfos .vcolor{
	color: #b79f71;
}
.tpdetailmm .dsquant{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	align-content: center;
}
.tpdetailmm .dsquant .qttxt{
	margin-right: 15px;
	font-size: 16px;
	line-height: 24px;
}
.tpdetailmm .quantity{
	display: flex;
	align-items: center;
	align-content: center;
	max-width: 100%;
}
.tpdetailmm .quantity button{
	width: 37px;
	height: 37px;
	border: none;
	background-color: #f5f5f5;
	color: #999999;
	font-size: 25px;
	font-weight: 600;
	position: static;
	padding-top: 0;
}
.tpdetailmm .quantity button:hover{
	background-color: #cc2338;
	color: #fff;
}
.tpdetailmm .quantity input{
	width: 37px;
	height: 37px;
	text-align: center;
	padding: 5px;
	border: 1px solid #ebebeb;
	margin: 0 8px;
}
.tpdetailmm .dinfos .quantity input{
	width: 30px;
	height: 30px;
}
.tpdetailmm .dinfos .quantity button{
	width: 30px;
	height: 30px;
}
.tpdetailmm .dslinks{
	max-width: 520px;
	margin-bottom: 20px;
}
.tpdetailmm .dslinks ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.tpdetailmm .dslinks li{
	width: 50%;
	padding: 0 10px;
}
.tpdetailmm .dslinks li a{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 16px;
	line-height: 25px;
	padding: 15px 10px;
	font-weight: bold;
	color: #fff;
}
.tpdetailmm .dslinks li a i{
	margin-right: 10px;
}
.tpdetailmm .dslinks li.vm a{
	background-color: #29503d;
}
.tpdetailmm .dslinks li.vm a:hover{
	background-color: #b79f71;
}
.tpdetailmm .dslinks li.vh a{
	background-color: #b79f71;
}
.tpdetailmm .dslinks li.vh a:hover{
	background-color: #29503d;
}
.tpdetailmm .dstools{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	gap: 20px;
}
.tpdetailmm .dstools .toinfo ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	gap: 10px;
}
.tpdetailmm .dstools .toinfo li a{
	display: inline-block;
}
.tpdetailmm .dstools .toinfo li a:hover{
	transform: translateY(-2px);
}
.tpdetailmm .dsshare{
	display: flex;
	align-items: center;
	align-content: center;
}
.tpdetailmm .dsshare .sstxt{
	margin-right: 15px;
}
.tpdetailmm .dsshare ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.tpdetailmm .dsshare li{
	margin-right: 5px;
}
.tpdetailmm .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%;
}
.tpdetailmm .dsshare li a:hover{
	border-radius: 0;
}
.tpdetailmm .dsshare li a .icon{
	font-weight: bold;
	font-size: 11px;
}
.tpdetailmm .dskmais{
	padding: 15px 25px;
	background-color: #f6f6f6;
	margin-bottom: 25px;
}
.tpdetailmm .dskmais .kmtitle{
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 10px;
	color: #daa520;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}
.tpdetailmm .dskmais .kmtitle i{
	font-size: 24px;
	margin-right: 12px;
}
.tpdetailmm .dskmais .kmtitle .ticon{
	font-size: 30px;
	margin-right: 15px;
	margin-top: 5px;
}
.tpdetailmm .dskmais .kmtitle .tm{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.tpdetailmm .dskmais .kmtitle .th{
	font-size: 14px;
	line-height: 22px;
}
.tpdetailmm .dskmais .kmconts{
	font-size: 15px;
	line-height: 25px;
}
.tpdetailmm .dskmais .kmconts li{
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
}
.tpdetailmm .dskmais .kmconts li:last-child{
	margin-bottom: 0;
}
.tpdetailmm .dskmais .kmconts li::before{
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 5px;
	top: 1px;
	color: #b79f71;
}
.tpdetailmm .dsctact{
	margin-bottom: 25px;
}
.tpdetailmm .dsctact a{
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	padding: 15px 45px;
	border-radius: 5px;
	background-color: #cc2338;
	color: #fff;
}
.tpdetailmm .dsctact a:hover{
	background-color: #b79f71;
}
.tpdetailmm .dsctact a span{
	display: inline-block;
	padding-left: 30px;
	position: relative;
}
.tpdetailmm .dsctact a span::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.tpdetailbb .bbtabmenu{
	padding: 15px;
	padding-bottom: 10px;
	background-color: #f5f5f5;
	margin-bottom: 25px;
}
.tpdetailbb .bbtabmenu ul{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
.tpdetailbb .bbtabmenu ul li{
	margin-right: 2px;
	margin-bottom: 5px;
	overflow: hidden;
}
.tpdetailbb .bbtabmenu li a{
	display: flex;
	align-items: center;
	align-content: center;
	padding: 10px 25px;
	font-size: 14px;
	line-height: 22px;
	background-color: #fff;
}
.tpdetailbb .bbtabmenu li.active a, .tpdetailbb .bbtabmenu li:hover a{
	background-color: #29503d;
	color: #ffffff;
}
.tpdetailbb .bbtabmenu li a i{
	margin-right: 10px;
	color: #b79f71;
}
.tpdetailbb .cttabinfo{
	padding: 30px 0 45px;
	border-top: 1px solid #e3e0dd;
}
.tpdetailbb .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: 15px;
	text-transform: uppercase;
}
.tpdetailprod .dstitle, .tpdetailprod .dstitle h3{
	font-size: 25px;
	line-height: 34px;
	font-weight: 600;
}
.tpdetailprod .ctdecss{
	font-size: 15px;
	line-height: 23px;
}
.tpdetailprod .vvdecss .dsgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -60px;
}
.tpdetailprod .vvdecss .dsgrip > div{
	padding: 0 60px;
}
.tpdetailprod .vvdecss .dsgrip .xcol{
	width: calc(100% - 45.737%);
}
.tpdetailprod .vvdecss .dsgrip .ycol{
	width: 45.737%;
}
.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: 33.134%;
	font-weight: 600;
}
.tpdetailprod .ctinfos li .th{
	width: calc(100% - 33.134%);
}
.vhinheight .vchange{
	position: relative;
}
.vhinheight .vchange::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	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{
	background-color: #b79f71;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	padding: 10px 45px;
}
.vhinheight .vhviewtt a:hover{
	background-color: #29503d;
}
.vhinheight .vhviewtt a span{
	position: relative;
	display: inline-block;
	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';
}
/* <===== vhdetailpg =====> */
@media all and (max-width: 1200px){
	/* <===== tplistprod =====> */
	.tplistprod .ligrip{
		margin: 0 -10px;
	}
	.tplistprod .ligrip > div{
		padding: 0 10px;
		margin-bottom: 20px;
	}
	/* <===== tplistprod =====> */

	/* <===== vhdetailpg =====> */
	.tpdetailprod .vvdecss .dsgrip{
		margin: 0 -15px;
	}
	.tpdetailprod .vvdecss .dsgrip > div{
		padding: 0 15px;
	}
	/* <===== vhdetailpg =====> */
}
@media all and (max-width: 991px){
	/* <=== vhproducpg ===> */
	.vhproducpg .sppadd{
		padding: 10px 0 45px;
	}
	/* <=== vhproducpg ===> */

	/* <===== tplistprod =====> */
	.tplistprod .ligrip{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.tplistprod .ligrip > div{
		margin-bottom: 20px;
	}
	/* <===== tplistprod =====> */

	/* <===== vgripprod =====> */
	.vgripprod .mlcol{
		width: 100%;
		display: none;
	}
	.vgripprod .hrcol{
		width: 100%;
	}
	/* <===== vgripprod =====> */

	/* <===== tpsortprod =====> */
	.tpsortprod{
		margin-bottom: 20px;
	}
	/* <===== tpsortprod =====> */

	/* <===== tpmenuprod =====> */
	.tpmenuprod{
		margin-bottom: 10px;
	}
	.tpmenuprod .mntitle{
		padding: 12px 45px 12px 18px;
	}
	.tpmenuprod .mntitle::before{
		content: "\f107";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		font-size: 18px;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.tpmenuprod.active .mntitle::before{
		transform: translateY(-50%) rotate(180deg);
	}
	.tpmenuprod .mnconts{
		display: none;
	}
	/* <===== tpmenuprod =====> */

	/* <===== tpfillprod =====> */
	.tpfillprod{
		margin-bottom: 30px;
	}
	.tpfillprod .fititle{
		padding-right: 40px;
		font-size: 14px;
		line-height: 20px;
	}
	.tpfillprod .fititle::before{
		content: "\f107";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		font-size: 18px;
		color: #29503d;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.tpfillprod.active .fititle::before{
		transform: translateY(-50%) rotate(180deg);
	}
	.tpfillprod .ficonts{
		display: none;
	}
	/* <===== tpfillprod =====> */

	/* <===== vhortherpg =====> */
	.vhortherpg .orpadd{
		padding: 25px 0 40px;
	}
	.hportherpg .ortitle{
		margin-bottom: 20px;
		letter-spacing: -0.5px;
	}
	.hportherpg .ortitle, .hportherpg .ortitle h2{
		font-size: 30px;
		line-height: 40px;
	}
	/* <===== vhortherpg =====> */

	/* <===== vhdetailpg =====> */
	.vhdetailpg .dtpadd{
		padding: 20px 0 35px;
	}
	.tpdetailmm .mmgrip > div{
		width: 100%;
	}
	.tpdetailmm .mmgrip .lcol{
		margin-bottom: 20px;
	}
	.tpdetailmm .dstitle, .tpdetailmm .dstitle h1, .tpdetailmm .dstitle h2{
		font-size: 20px;
		line-height: 30px;
	}
	.tpdetailmm .dsprice .ctnew{
		font-size: 20px;
		line-height: 20px;
	}
	.tpdetailmm .dslinks ul{
		margin: 0 -5px;
	}
	.tpdetailmm .dslinks li{
		padding: 0 5px;
	}
	.tpdetailmm .dslinks li a{
		font-size: 14px;
		line-height: 23px;
		padding: 10px 5px;
	}
	.slthumbnav .slick-prev{
		left: -5px;
	}
	.slthumbnav .slick-next{
		right: -5px;
	}
	.tpdetailmm .dskmais{
		padding: 15px 20px 10px 13px;
	}
	.tpdetailmm .dskmais .kmtitle .th{
		font-size: 13px;
		line-height: 21px;
	}
	.tpdetailmm .dskmais .kmconts{
		font-size: 14px;
	}
	.tpdetailbb .cttabinfo{
		padding: 25px 0 30px;
	}
	.tpdetailprod .dstitle{
		margin-bottom: 20px;
	}
	.tpdetailprod .ctdecss{
		font-size: 14px;
		line-height: 22px;
	}
	.tpdetailprod .ctdecss h3{
		font-size: 16px;
		line-height: 24px;
	}
	.tpdetailprod .vvdecss .dsgrip{
		flex-direction: column-reverse;
	}
	.tpdetailprod .vvdecss .dsgrip .xcol{
		width: 100%;
	}
	.tpdetailprod .vvdecss .dsgrip .ycol{
		width: 100%;
		margin-bottom: 20px;
	}

	/* <===== vhdetailpg =====> */
}
@media all and (max-width: 767px){
	/* <===== tpsortprod =====> */
	.tpsortprod .coll{
		width: 100%;
		margin-bottom: 10px;
	}
	.tpsortprod .colr{
		width: 100%;
	}
	/* <===== tpsortprod =====> */

	/* <===== tplistprod =====> */
	.tplistprod .ligrip{
		margin: 0 -5px;
	}
	.tplistprod .ligrip > div{
		padding: 0 5px;
		width: 50%;
	}
	/* <===== tplistprod =====> */

	/* <===== vhdetailpg =====> */
	.tpdetailprod .ctinfos li{
		font-size: 14px;
		line-height: 22px;
		padding: 10px 15px;
	}
	.tpdetailprod .ctinfos li .tm{
		width: 52%;
	}
	.tpdetailprod .ctinfos li .th{
		width: 48%;
	}
	/* <===== vhdetailpg =====> */
}
@media all and (max-width: 400px){
	/* <===== vhdetailpg =====> */
	.tpdetailmm .dslinks li a{
		font-size: 13px;
	}
	.tpdetailmm .dslinks li a i{
		margin-right: 6px;
	}
	.tpdetailmm .dslinks li{
		width: 100%;
		margin-bottom: 10px;
	}
	.tpdetailmm .dslinks li:last-child{
		margin-bottom: 0;
	}
	.tpdetailmm .dslinks li a{
		font-size: 16px;
		line-height: 24px;
	}
	/* <===== vhdetailpg =====> */
}