/* <===== tpproductma =====> */
.tpproductma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproductma .magrip > div{
    padding: 0 15px;
}
.tpproductma .magrip .lcol{
    width: 300px;
}
.tpproductma .magrip .rcol{
    width: calc(100% - 300px);
}
/* <===== tpproductma =====> */

/* <===== 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;
    overflow: hidden;
}
.tpfillsubmenu ul li.active a, .tpfillsubmenu ul li a:hover{
    background-color: #ec1b23;
    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 =====> */

/* <===== tpboxfillter =====> */
.hpprodsubmn .mntitle{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    padding: 13px 40px 13px 16px;
    background: rgb(253,237,163);
    background: linear-gradient(90deg, rgba(253,237,163,1) 0%, rgba(188,136,29,1) 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    pointer-events: none;
}
.hpprodsubmn .mntitle::before{
    content: '\f0c9';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.hpprodsubmn{
    margin-bottom: 30px;
}
.tpboxfillter{
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}
.tpboxfillter .title{
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    pointer-events: none;
}
.tpboxfillter .content{
    padding: 15px 17px 17px;
}
.hpprodsubmh .mhcol{
    margin-bottom: 20px;
}
.hpprodsubmh .mhcol:last-child{
    margin-bottom: 0;
}
.vhviewtt{
    margin-top: 10px;
    text-align: center;
}
.vhviewtt > div{
    display: none;
} 
.vhviewtt a{
    color: #ec1b23;
}
.vhviewtt a span{
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.vhviewtt a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.vhviewtt .showview a span::before{
    content: '\f107';
}
.vhviewtt .hideview a span::before{
    content: '\f106';
}
/* <===== tpboxfillter =====> */

/* <===== myCheckbox =====> */
.myCheckbox{
	margin-bottom: 12px;
	color:#666666;
	padding-left: 24px;
	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: 4px;
}
.myCheckbox.active:before{
	background-color: #ec1b23;
    border-color: #ec1b23;
}
.myCheckbox:after{
	content: "\f00c";
	position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	left: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
	color: #fff;
	font-size: 8px;
}
.myCheckbox.active:after{
	display: block;
}
/* <===== myCheckbox =====> */

/* <===== vhortherpg =====> */
.vhortherpg{
    padding: 40px 0 50px;
    background-color: #f8f8f8;
}
.slporther .slick-prev{
    left: -20px;
}
.slporther .slick-next{
    right: -20px;
}
/* <===== vhortherpg =====> */

/* <===== vhdetailpg =====> */
.tpdetailma{
    margin-bottom: 40px;
}
.tpdetailma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.tpdetailma .magrip > div{
    padding: 0 30px;
}
.tpdetailma .magrip .lcol{
    width: 42%;
}
.tpdetailma .magrip .rcol{
    width: 58%;
}
.slthumbnav {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.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: #999999;
    font-size: 20px;
    line-height: 30px;
}
.itthumbnav a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.itthumbnav a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    max-width: 90%;
}
.slthumbfor {
    padding: 0 10px;
}
.slthumbfor .slick-list{
    margin: 0 -5px;
}
.slthumbfor .slick-slide{
    padding: 0 5px;
}
.itthumbfor{
    padding-top: 100%;
    position: relative;
    display: block;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: pointer;
}
.slick-current .itthumbfor{
    border-color: #ec1b23;
}
.itthumbfor img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
    max-width: 80%;
}
.tpdetailma .dstitle{
    margin-bottom: 10px;
}
.tpdetailma .dstitle, .tpdetailma .dstitle h1, .tpdetailma .dstitle h2{
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
}
.tpdetailma .dstitle span{
    display: block;
}
.tpdetailma .dsprice{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 15px;
}
.tpdetailma .dsprice > div{
    margin-right: 15px;
}
.tpdetailma .dsprice > div:last-child{
    margin-right: 0;
}
.tpdetailma .dsprice .ptext{
    font-size: 16px;
    line-height: 24px;
}
.tpdetailma .dsprice .pnews{
    color: #ec1b23;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}
.tpdetailma .dsprice .pnold{
    font-size: 18px;
    line-height: 22px;
    color: #999999;
    text-decoration: line-through;
}
.tpdetailma .dsprice .psale{
    font-size: 14px;
    line-height: 21px;
    background-color: #ec1b23;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
}
.tpdetailma .dspoint{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #ec1b23;
    position: relative;
    padding-left: 25px;
}
.tpdetailma .dspoint::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.tpdetailma .dscapac{
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    margin-bottom: 10px;
}
.tpdetailma .dscapac .cptext{
    width: 80px;
    padding-right: 5px;
    font-weight: bold;
    padding-top: 6px;
}
.tpdetailma .dscapac .cpinfo{
    width: calc(100% - 80px);
}
.tpdetailma .dscapac ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpdetailma .dscapac li{
    padding: 0 5px;
    margin-bottom: 5px;
}
.tpdetailma .dscapac li a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #ec1b23;
    padding: 5px 10px 3px;
    border-radius: 3px;
}
.tpdetailma .dscapac li.active a{
    background-color: #ec1b23;
    color: #fff;
}
.tpdetailma .dsquant{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    align-content: center;
}
.tpdetailma .dsquant .qttext{
    width: 80px;
    font-weight: bold;
    padding-right: 5px;
}
.tpdetailma .dsquant .qtinfo{
    width: calc(100% - 80px);
}
.tpdetailma .dsquant input{
    text-align: center;
    padding-left: 0;
}
.tpdetailma .dsquant button{
    border-left: 1px solid rgba(0,0,0,0.1);
}
.tpdetailma .dsquant .btn-up{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 2px;
}
.tpdetailma .dsquant .btn-down{
    padding-top: 4px;
}
.tpdetailma .dslinks{
    max-width: 410px;
    margin-bottom: 20px;
}
.tpdetailma .dslinks ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.tpdetailma .dslinks li{
    padding: 0 5px;
    width: 50%;
    margin-bottom: 5px;
}
.tpdetailma .dslinks li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    padding: 15px 10px;
    border-radius: 35px;
    color: #fff;
}
.tpdetailma .dslinks li.vmm a{
    background-color: #040000;
}
.tpdetailma .dslinks li.vmm a:hover{
    background-color: #ec1b23;
}
.tpdetailma .dslinks li.vhh a{
    background-color: #ec1b23;
}
.tpdetailma .dslinks li.vhh a:hover{
    background-color: #040000;
}
.tpdetailma .dslinks li.vbb a{
    background-color: #999999;
    cursor: no-drop;
}
.tpdetailma .dsconts{
    font-size: 14px;
    line-height: 24px;
}
.tpdetailma .dsconts .ctdecs{
    margin-bottom: 15px;
}
.tpdetailma .dsconts li{
    display: flex;
    margin-bottom: 10px;
}
.tpdetailma .dsconts li .tm{
    width: 160px;
    padding-right: 30px;
    position: relative;
    font-weight: bold;
}
.tpdetailma .dsconts li .tm::before{
    content: ':';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;   
}
.tpdetailma .dsconts li .th{
    width: calc(100% - 160px);
}
/* <===== vhdetailpg =====> */

/* <===== tpdetailmb =====> */
.tpdetailmb .mbtabmenu{
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpdetailmb .mbtabmenu.fixed{
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    border-radius: 0;
}
.tpdetailmb .mbtabmenu ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px; 
}
.tpdetailmb .mbtabmenu li{
    padding: 0 1px;
    overflow: hidden;
}
.tpdetailmb .mbtabmenu li:first-child{
    border-radius: 5px 0 0 5px;
}
.tpdetailmb .mbtabmenu li:last-child{
    border-radius: 0 5px 5px 0;
}
.tpdetailmb .mbtabmenu li a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 25px;
    background-color: #fff;
}
.tpdetailmb .mbtabmenu li.active a, .tpdetailmb .mbtabmenu li:hover a{
    background-color: #040000;
    color: #fff;
}
.tpdetailmb .mbtabcont{
    padding-top: 30px;
}
.itdetailmb{
    padding: 20px 0 45px;
    border-top: 1px solid #e3e0dd;
}
.itdetailmb .mbtitle{
    margin-bottom: 12px;
    text-transform: uppercase;
}
.itdetailmb .mbtitle, .itdetailmb .mbtitle h2, .itdetailmb .mbtitle h3{
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
}
.itdetailmb .mbconts{
    font-size: 15px;
    line-height: 26px;
}
.itdetailmb .mbconts p:first-child{
    padding-top: 0;
}
.mbdescrip .dcheght{
    position: relative;
}
.mbdescrip.shactive .dcheght::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.mbdescrip .dcgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.mbdescrip .dcgrip > div{
    padding: 0 20px;
    width: 50%;
}
.mbdescrip .dcthumb{
    text-align: center;
    padding-top: 15px;
}
.mbdescrip .dsview{
    position: relative;
    z-index: 1;
}
.mbdescrip .dsview .vhviewtt a{
    background-color: #f0b949;
    color: #fff;
    border-radius: 25px;
    padding: 14px 55px;
}
.mbvideodt .vdinfo{
    max-width: 970px;
    margin: 0 auto;
    padding-top: 20px;
}
.mbvideodt .vdinfo img, .mbvideodt .vdinfo video, .mbvideodt .vdinfo iframe{
    width: 100%!important;
}
.mbenjoydt .ctdecss{
    margin-bottom: 20px;
}
.mbenjoydt .tbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.mbenjoydt .tbgrip > div{
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 20px;
}
.mbenjoydt .tbimg{
    padding-top: 66.667%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.mbenjoydt .tbimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* <===== tpdetailmb =====> */
@media all and (min-width: 992px){
    /* <===== vnttitle =====> */
    .vnttitle.vprod, .vnttitle.vprod h1, .vnttitle.vprod h2, .vnttitle.vprod h3{
        font-size: 30px;
        line-height: 45px;
    }
    /* <===== vnttitle =====> */
    .tpboxfillter .content{
        display: block!important;
    }
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <===== tpproductma =====> */
    .tpproductma .magrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpproductma .magrip .rcol{
        width: 100%;
    }
    /* <===== tpproductma =====> */

    /* <===== 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 =====> */

    /* <===== tpboxfillter =====> */
    .hpprodsubmn{
        margin-bottom: 10px;
    }
    .hpprodsubmn .mntitle{
        pointer-events: auto;
    }
    .hpprodsubmh .mhgrip{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .hpprodsubmh .mhgrip > div{
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }
    .tpboxfillter{
        margin-bottom: 0;
        overflow: unset;
        position: relative;
        border-radius: 5px;
    }
    .tpboxfillter .title{
        position: relative;
        border-bottom: none;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.2px;
        padding: 10px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        pointer-events: auto;
    }
    .tpboxfillter .title::before{
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .tpboxfillter.active .title::before{
        content: "\f106";
    }
    .tpboxfillter .content{
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        width: 100%;
        padding: 10px 8px 5px;
        display: none;
        background-color: #f7f7f7;
        z-index: 3;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    }
    .myCheckbox{
        margin-bottom: 6px;
        padding-left: 20px;
        font-size: 12px;
    }
    /* <===== tpboxfillter =====> */

    /* <===== vhdetailpg =====> */
    .tpdetailma .magrip .lcol{
        width: 100%;
        margin-bottom: 25px;
    }
    .tpdetailma .magrip .rcol{
        width: 100%;
    }
    .tpdetailma .dstitle{
        margin-bottom: 15px;
    }
    .tpdetailma .dstitle, .tpdetailma .dstitle h1, .tpdetailma .dstitle h2{
        font-size: 18px;
        line-height: 27px;
    }
    .slthumbnav .slick-prev{
        left: 10px;
    }
    .slthumbnav .slick-next{
        right: 10px;
    }
    .tpdetailma .dsprice .ptext{
        font-size: 14px;
        line-height: 22px;
    }
    .tpdetailma .dsprice .pnews{
        font-size: 18px;
        line-height: 22px;
    }
    .tpdetailma .dsprice .pnold{
        font-size: 15px;
    }
    .tpdetailma .dslinks li a{
        padding: 10px 10px;
    }
    /* <===== vhdetailpg =====> */

    /* <===== tpdetailmb =====> */
    .itdetailmb .mbtitle, .itdetailmb .mbtitle h2, .itdetailmb .mbtitle h3{
        font-size: 24px;
    }
    .itdetailmb .mbconts{
        text-align: justify;
    }
    .mbdescrip .dcgrip{
        margin: 0 -10px;
    }
    .mbdescrip .dcgrip > div{
        padding: 0 10px;
    }
    .mbenjoydt .tbgrip{
        margin: 0 -10px;
    }
    .mbenjoydt .tbgrip > div{
        padding: 0 10px;
    }
    /* <===== tpdetailmb =====> */
}
@media all and (max-width: 767px){
    /* <===== tpprodinfosc =====> */
    .tpfillterprod .coll{
        width: 100%;
        margin-bottom: 10px;
    }
    .tpfillterprod .colr{
        width: 100%;
    }
    .tpsortsubmenu .itsortmenuhh{
        width: calc(100% - 130px);
    }
    .itsortmenumm{
        width: 115px;
        margin-left: 0;
    }
    .tpsortsubmenu .itsortmenuhh{
        width: calc(100% - 130px);
    }
    .itsortmenumm .icon{
        padding: 10px 5px;
        font-size: 13px;
        line-height: 21px;
    }
    /* <===== tpprodinfosc =====> */ 

    /* <===== tpdetailmb =====> */
    .itdetailmb{
        padding: 15px 0 35px;
    }
    .itdetailmb .mbtitle{
        margin-bottom: 10px;
    }
    .mbdescrip .dcgrip > div{
        width: 100%;
    }
    .mbvideodt .vdinfo{
        padding-top: 0;
    }
    .mbenjoydt .tbgrip > div{
        width: 100%;
    }
    /* <===== tpdetailmb =====> */
}