.hpfilter{
	margin-bottom: 15px;
    padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
.hpfilter:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.hpfilter .priceFilter{
	padding-top: 10px;
	max-width: calc(100% - 20px);
	margin: 0 auto;
}
.hpfilter>.title{
	font-size: 16px;
	line-height: 23px;
	font-weight: 700;
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}
.hpfilter>.title::before{
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    height: 1px;
    width: 17px;
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hpfilter>.title::after{
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 17px;
    width: 1px;
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hpfilter.active>.title::after{
	transform: translateY(-50%) rotate(90deg);
}
.hpfilter>.content{
	display: none;
	padding-top: 10px;
}
.grip3Check{
	display: flex;
	flex-wrap: wrap;
}
.grip3Check > div{
	width: 50%;
	padding-right: 10px;
}
.grip3Check > div:last-child{
	margin-right: 0;
}
.myCheckbox{
	position: relative;
	padding-left: 28px;
	font-size: 15px;
	margin-bottom: 8px;
	cursor: pointer;
}
.myCheckbox::before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.2);
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 10px;
}
.myCheckbox.active::before{
	content: '\f00c';
	font-family: fontAwesome;
	background-color: #333333;
	color: #fff;
	border-color: #333333;
}
.myCheckbox input{
	display: none;
}
#valuePriceFilter{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#valuePriceFilter .ccpri{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin: 0 -5px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 23px;
}
#valuePriceFilter .ccpri:last-child{
	justify-content: flex-end;
}
#valuePriceFilter .tt{
	margin-left: 5px;
	display: inline-block;
}
.designRange.ui-slider{
	background: #000000;
	height: 6px;
	border-radius: 5px;
}
.designRange.ui-slider .ui-slider-handle {
    border-radius: 5px;
    background: #fff;
	border: solid 1px #e6e6e6;
	top: -5px;
}
.designRange.ui-slider{
	background: #000000;
	height: 6px;
	border-radius: 5px;
}
/*==================================================*/
.the-title-cat{
	font-size: 30px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.the-title-cat::before{
	content: '';
	position: absolute;
	width: 120px;
	height: 3px;
	background-color: #4e4e4e;
	bottom: 0;
	left: 0;
}
.the-banner-cat{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.the-dess-cat{
	text-align: justify;
	font-size: 15px;
	line-height: 23px;
	color:#fff;
	margin-bottom: 20px;
}

/*==========================================================*/
.vhthumbnavdt .item{
	cursor: pointer;
	position: relative;
}
.vhthumbnavdt .slick-current .item::before{
	background-color: rgba(0,0,0,0.7);
}
.vhthumbnavdt .item .img{
	position: relative;
	padding-top: 100%;
}
.vhthumbnavdt .item .img{
	opacity: 0.2;
}
.vhthumbnavdt .slick-current.item .img{
	opacity: 1;
}
.vhthumbnavdt .item .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.vhthumbnavdt .slick-arrow {
    position: absolute;
    width: 25px;
    height: 15px;
    background: none;
    border: none;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#666666;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.vhthumbnavdt .slick-prev{
    top:0;
}
.vhthumbnavdt .slick-next{
    bottom:0;
}
.vhthumbnavdt .slick-arrow:before {
    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%);
    font-size: 40px;
    line-height: 50px;
}
.vhthumbnavdt .slick-prev:before{
    content: "\f106";
}
.vhthumbnavdt .slick-next:before{
    content: "\f107";
}

.vhthumbfordt{
	cursor: zoom-in;
	margin-bottom: 20px;
}
.vhthumbfordt a{
	display: block;
    overflow: hidden;
    position: relative;
	padding-top: 100%;
	background-color: #f6f6f6;
}
.vhthumbfordt a img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.vhthumbfordt .slick-dots{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top: 10px;
}
.vhthumbfordt .slick-dots li{
	margin: 0 5px;
}
.vhthumbfordt .slick-dots li button{
	width: 8px;
	height: 8px;
	overflow: hidden;
	background-color: #999999;
	padding: 0;
	font-size: 0;
	border: none;
	border-radius: 100%;
}
.vhthumbfordt .slick-dots li.slick-active button{
	background-color: #333333;
}

.hpdecsdtpage{
	background-color: #fff;
}
.betitledtpage{
	margin-bottom: 10px;
}
.betitledtpage, .betitledtpage h1, .betitledtpage h2 {
	font-size: 35px;
	line-height: 50px;
	font-weight: 600;
}
.becontdtpage .dtparam{
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.becontdtpage .dtparam ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.becontdtpage .dtparam li{
	margin-right: 40px;
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 5px;
	position: relative;
	font-size: 16px;
	line-height: 24px;
}
.becontdtpage .dtparam li:last-child{
	margin-right: 0;
}
.becontdtpage .dtparam li .tl {
	margin-right: 5px;
}
.becontdtpage .dtparam li .tr{
	font-weight: bold;
}
.becontdtpage .dtparam .preport{
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 5px;
}
.becontdtpage .dtparam .preport .num{
	font-weight: bold;
	margin-right: 5px;
}

.becontdtpage .dtdecs{
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fafafa;
}
.becontdtpage .dtdecs p{
	padding: 0;
}
.becontdtpage .dtdecs li{
	padding-left: 22px;
	position: relative;
	margin-bottom: 5px;
	font-size: 14px;
	color: #000000;
}
.becontdtpage .dtdecs li::before{
	content: '\f058';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	color: #333333;
}
.becontdtpage .dtsize{
	margin-bottom: 15px;
}
.becontdtpage .sztitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
} 
.becontdtpage .sztitle .szpops .txt{
	margin-right: 5px;
}
.becontdtpage .dtsize .szname {
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
}
.becontdtpage .sztitle .szname{
	margin-bottom: 0;
}

.becontdtpage .dtsize .szcont{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	width: 100%;
} 
.becontdtpage .dtsize .szcont a{
	display: block;
	font-size: 15px;
	line-height: 24px;
	padding: 8px 5px;
	text-align: center;
	width: calc(25% - 7.5px);
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
}
.becontdtpage .dtsize .szcont a.active, .becontdtpage .dtsize .szcont a:hover{
	border-color: #333333;
}
.becontdtpage .dtsize .szcont a:nth-child(4n){
	margin-right: 0;
}
.becontdtpage .dtsize .myCheckbox{
	min-width: 105px;
}
.becontdtpage .dtchoose{
	padding: 0px 0 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
.dtchoose .slchoose{
	display: flex;
	align-items: center;
	align-content: center;
	margin: 0 -5px;
	margin-bottom: 10px;
}
.dtchoose .slchoose:last-child{
	margin-bottom: 0;
}
.dtchoose .slchoose > div{
	padding: 0 5px;
}
.dtchoose .slchoose .ltxt{
	width: 90px;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
}
.dtchoose .slchoose .rin{
	width: calc(100% - 90px);
}
.dtchoose .slchoose select{
	width: 100%;
	height: 40px;
	border: 1px solid #333333;
	padding: 0 40px 0 15px;
	background-color: #fff;
}
.becontdtpage .dtpricestt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
	margin-bottom: 15px;
}
.becontdtpage .dtpricestt > div{
	margin-bottom: 5px;
}
.becontdtpage .dtprice{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	font-size: 16px;
	line-height: 24px;
}
.becontdtpage .dtprice > div{
	margin-right: 15px;
}
.becontdtpage .dtprice > div:last-child{
	margin-right: 0;
}
.becontdtpage .dtprice .prold{
	text-decoration: line-through;
	color: #999999;
}
.becontdtpage .dtprice .prnew{
	font-size: 20px;
	line-height: 24px;
}
.becontdtpage .dtprice .prsale{
	padding: 2px 5px;
	background-color: #cc0000;
	color: #fff;
	font-size: 13px;
	line-height: 21px;
}
.becontdtpage .dtstatus{
	color: #999999;
	font-size: 15px;
	line-height: 24px;
}
.becontdtpage  .prsto{
	color: #00a9e4;
}
.dtquaticart .qcquanti{
	display: flex;
	align-items: center;
	align-content: center;
	margin-bottom: 25px;
}
.dtquaticart .qcquanti .quantity{
	max-width: 200px;
	margin-right: 20px;
}
.dtquaticart .qctitle{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
}
.dtquaticart .qccart{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 0 -5px;
	margin-bottom: 20px;
}
.dtquaticart .quantity{
	width: 100%;
	border-radius: 5px;
}
.dtquaticart .quantity input{
	height: 40px;
	width: calc(100% - 84px);
}
.dtquaticart .quantity button{
	width: 42px;
	height: 40px;
}
.dtquaticart .qccart .mcol{
	width: 170px;
}
.dtquaticart .qccart .ccol{
	width: calc((100% - 170px) / 2);
}
.dtquaticart .qccart > div{
	padding: 0 5px;
}
.becontdtpage .dtnote{
	margin-bottom: 15px;
	padding: 14px 20px;
	
	font-weight: 500;
	text-transform: uppercase;
	border-left: 2px solid #0ec514;
	border-right: 2px solid #f98705;
	position: relative;
}
.becontdtpage .dtnote::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgb(14,197,20);
	background: linear-gradient(90deg, rgba(14,197,20,1) 0%, rgba(41,148,214,1) 33%, rgba(232,61,91,1) 65%, rgba(249,135,5,1) 100%);
}
.becontdtpage .dtnote::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgb(14,197,20);
	background: linear-gradient(90deg, rgba(14,197,20,1) 0%, rgba(41,148,214,1) 33%, rgba(232,61,91,1) 65%, rgba(249,135,5,1) 100%);
}
.becontdtpage .dtshare{
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.becontdtpage .dtshare > div{
	margin-bottom: 5px;
}
.hplikedt{
	margin-left: 45px;
	position: relative;
}
.hplikedt a i{
	margin-right: 5px;
}
.hplikedt::before{
	content: '|';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -22px;
	opacity: 0.4;
}
.becontdtpage .dttends{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 23px;
}
.becontdtpage .dtcolor{
	margin-bottom: 15px;
}
.becontdtpage .dtcolor .clinfo{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.becontdtpage .dtcolor a{
	margin-bottom: 5px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	background-color: #f5f5f5;
	border: 1px solid transparent;
}
.becontdtpage .dtcolor a.active, .becontdtpage .dtcolor a:hover{
	border-color: #000000;
}
.becontdtpage .dtcolor a:last-child{
	margin-right: 0;
}
.becontdtpage .dtcolor a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.becontdtpage .dtinfopa{
	margin-bottom: 15px;
}
.becontdtpage .dtinfopa ul{
	display: flex;
	align-items: center;
	align-content: center;
}
.becontdtpage .dtinfopa li{
	margin-right: 22px;
	position: relative;
	text-transform: uppercase;
}
.becontdtpage .dtinfopa li:last-child{
	margin-right: 0;
}
.becontdtpage .dtinfopa li::before{
	content: '|';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -12px;
}
.becontdtpage .dtinfopa li:last-child::before{
	display: none;
}
.becontdtpage .dtsizeifo{
	margin-bottom: 12px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.becontdtpage .dtsizeifo .mcconts{
	max-height: 144px;
	overflow: hidden;
	overflow-y: auto;
}
.becontdtpage .dtsizeifo li a{
	display: block;
	padding: 6px 0;
	font-size: 16px;
	line-height: 24px;
}
.becontdtpage .dtsizeifo li a:hover{
	background-color: #f5f5f5;
}
.becontdtpage .dtsizeifo li.active a{
	color: #000000;
	font-weight: 600;
}
.becontdtpage .dtsizeifo.active li{
	display: none;
}
.becontdtpage .dtsizeifo.active li.active{
	display: block;
}

.tpthumbdetail {
	display: flex;
}
.tpthumbdetail .dtthumbmm{
	width: calc(100% - 170px);
	background-color: #f5f5f5;
}

.tpthumbdetail .dtthumbmma{
	position: relative;
    background-color: #f5f5f5;
    padding-top: 100%;
	display: block;
}
.tpthumbdetail .dtthumbmma img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.tpthumbdetail .dtthumbhh{
	width: 170px;
	padding: 0 30px;
	display: flex;
}

.tpthumbdetail .dtthumbhhm {
	height: 100%;
	width: 1px;
	margin-right: 30px;
	background-color: #d2d2d2;
	position: relative;
	overflow: hidden;
}
.tpthumbdetail .dtthumbhhm .dtthumbhhma{
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 1;
	background-color: #000000;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.tpthumbdetail .dtthumbhhh{
	width: 100%;
}
.tpthumbdetail .dtthumbhhh .slick-list{
	margin: -5px 0;
}
.tpthumbdetail .dtthumbhhh .slick-slide{
	padding: 5px 0;
}
.tpthumbdetail .dtthumbhhh li{
	margin-bottom: 10px;
}
.tpthumbdetail .dtthumbhhh li:last-child{
	margin-bottom: 0;
}
.tpthumbdetail .dtthumbhhh li button{
	padding: 0;
	background-color: transparent;
	border: none;
}

.tpthumbdetail .dtthumbhhha{
	position: relative;
	background-color: #f5f5f5;
	padding-top: 100%;
	cursor: pointer;
	opacity: 0.3;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpthumbdetail .slick-current .dtthumbhhha{
	opacity: 1;
}
.tpthumbdetail .dtthumbhhha img{
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}

.grrow{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.grrow > div{
	padding: 0 15px;
}
.grrow .lcol{
	width: calc(100% - 400px);
}
.grrow .rcol{
	width: 400px;
}
.m_view a{
	display: block;
    font-size: 12px;
    line-height: 21px;
    color: #999999;
    font-style: italic;
    text-decoration: underline;
	padding: 10px;
	border: 1px solid #838383;
	text-transform: uppercase;
}
.m_view a span{
	padding-right: 20px;
    position: relative;
}
.m_view a span::before{
	content: "\f061";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #51aa1b;
}

/*  */


/*  */
.vhsortall{
	position: relative;
	min-width: 170px;
	margin-left: 20px;
}
.vhsortall .icon {
	cursor: pointer;
	padding-right: 15px;
	position: relative;
	font-size: 15px;
	line-height: 23px;
	text-align: right;
}
.vhsortall .icon:before{
	content: "\f0d7";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    top: 0px;
	font-size: 14px;
}
.vhsortall.active .icon:before{
	content: "\f0d8";
}
.vhsortall .list{
	position: absolute;
	right:0px;
	top: calc(100% + 10px);
	min-width: 185px;
	background: #ffffff;
	z-index: 11;
	opacity: 0;
	pointer-events: none;
	border:solid 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	display: block;
    max-height: 210px;
    overflow: hidden;
    overflow-y: auto;
}
.vhsortall .list::-webkit-scrollbar{
    width: 4px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhsortall .list::-webkit-scrollbar-thumb {
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhsortall.active .list{
	opacity: 1;
	pointer-events: auto;
}
.vhsortall .list ul{
	width:100%;
}
.vhsortall .list ul li{
	display: block;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.vhsortall .list ul li:nth-child(1){
	border-top: none;
}
.vhsortall .list ul li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 15px;
    position: relative;
	color: #333333;
}
.vhsortall .list ul li:hover a{
	background-color: #e5e5e5;
}
/*  */
.grfillsort{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	align-items: center;
	align-content: center;
}
.vhfillall a{
	display: flex;
	align-items: center;
	align-content: center;
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
} 
.vhfillall a .ii{
	margin-right: 10px;
	width: 15px;
}
.vhfillall a:hover{
	color: #333333;
}
/*  */
.designPopup .fancybox-close-small{
	padding: 0;
	top: 10px;
	right: 10px;
	color: #000000;
}
.toolbtnsell{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin: 0 -4px;
	max-width: 370px;
	width: 100%;
}
.toolbtnsell > div{
	padding: 0 5px;
	width: 50%;
}
.vhbtncart a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: none;
	background-color: #000000;
    color: #fff;
	padding: 8px 5px;
}
.vhbtncart a i{
	margin-right: 8px;
	font-size: 20px;
}
.vhbtncart a:hover{
	background-color: #333333;
	color: #fff;
}
.vhbtncall a{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #333333;
	background-color: #333333;
	color: #fff;
	border-radius: 5px;
	padding: 7px 5px;
}
.vhbtncall a i{
	font-size: 20px;
	margin-right: 10px;
	font-weight: 400;
}
.vhbtncall a:hover{
	background-color: #000000;
	border-color: #000000;
	color: #fff;
}

.hpsharedt .grshare{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
.hpsharedt .grshare > span{
	margin-right: 10px;
	display: block;
	color: #666666;
}
.hpsharedt .grshare ul{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
.hpsharedt .grshare li{
	margin-right: 12px;
}
.hpsharedt .grshare li:last-child{
	margin-right: 0;
}
.hpsharedt .grshare li a{
	width: 35px;
	height: 35px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #f6f6f6;
	border-radius: 100%;
}
.hpsharedt .grshare li a:hover{
	color: #000000;	
}
.hpsharedt .grshare li a .icon-zalo1{
	font-weight: bold;
	font-size: 14px;
}
.hpsharedt .grlike span{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.hpsharedt .grlike span::before{
	font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	color: #999999;
}


.blfillpage{
	margin-bottom: 10px;
}
.blfillpage ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.blfillpage ul li{
	margin-right: 8px;
	margin-bottom: 8px;
}
.blfillpage ul li:last-child{
	margin-right: 0;
}
.blfillpage li .ifill{
	padding: 4px 10px;
	background-color: #eeeeee;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
}
.blfillpage li .ifill .dfi{
	margin-left: 10px;
	display: block;
	width: 10px;
	height: 10px;
}
/* ===========vhpopfilter=========== */
.vhpopfilter{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1112;
	pointer-events: none;
}
.vhpopfilter .bghidepop{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	cursor: pointer;
}
.vhpopfilter.active .bghidepop{
	opacity: 0.7;
	pointer-events: auto;
}
.vhpopfilter .fillcontpop{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 450px;
    width: calc(100% - 50px);
	z-index: 2;
	background-color: #fff;
	transform: translateX(100%);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	margin-left: 50px;
}
.vhpopfilter.active .fillcontpop{
	transform: initial;
	opacity: 1;
	pointer-events: auto;
}

.fillcontpop .ttpopfill{
	padding: 20px 70px 20px 30px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
.fillcontpop .ttpopfill .fititle, .fillcontpop .ttpopfill .fititle h3{
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	text-transform: uppercase;
}
.fillcontpop .btnclose{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	cursor: pointer;
	pointer-events: auto;
}
.fillcontpop .btnclose a{
	display: block;
	width: 100%;
	height: 100%;
}
.fillcontpop .btnclose a img{
	width: 100%;
	height: 100%;
}
.fillcontpop .ctpopfill{
	padding: 20px 20px 20px 25px;
	height: calc(100% - 144px);
}
.fillcontpop .scfull{
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 5px
}
.fillcontpop .scfull::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.fillcontpop .scfull::-webkit-scrollbar-thumb {
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.fillcontpop .btpopfill{
	padding: 20px 30px;
	position: relative;
	box-shadow: 0 -3px 5px 0 rgba(0,0,0,0.07);
}
.fillcontpop .btpopfill .gripbt{
	display: flex;
	align-items: center;
	align-content: center;
	margin: 0 -5px;
}
.fillcontpop .btpopfill .gripbt > div{
	padding: 0 5px;
	width: 50%;
}
.fillcontpop .btnclear a, .fillcontpop .btnclear button{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	background-color: #fff;
	height: 40px;
	padding: 5px;
	border: none;
	border: 1px solid #333333;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
}
.fillcontpop .btnclear a:hover, .fillcontpop .btnclear button:hover{
	background-color: #333333;
	color: #fff;
}
.fillcontpop .btnapply a, .fillcontpop .btnapply button{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	border: none;
	background-color: #333333;
	color: #fff;
	height: 40px;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
}
.fillcontpop .btnapply a span, .fillcontpop .btnapply button span{
	display: inline-block;
	margin-left: 5px;
}
.fillcontpop .btnapply a:hover, .fillcontpop .btnapply button:hover{
	background-color: #000;
}
/* ===========vhpopfilter=========== */


/* ===========blortherdt=========== */
.slorther .slick-track{
	display: flex;
	flex-wrap: wrap;
}
/* ===========blortherdt=========== */

/* =========styzoom =========== */
#vntpopzoom{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 15px;
	margin: 0!important;
	height: 100vh;
}
.vhzoompage{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100%;
	max-height: 100%;
	padding-bottom: 70px;
	position: relative;
}
.vhzoompage .vhzoomfor{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	pointer-events: auto;
	width: 100%;
	max-width: 970px;
}
.vhzoomnav .slick-arrow{
	position: fixed!important;
	border-radius: 100%;
}
.vhzoomfor .slick-track{
	text-align: center;
}
.vhzoomfor .slick-list{
	width: 100%;
	margin: 0 -3px;
}
.vhzoomfor .slick-slide{
	margin: 0 auto;
	padding: 0 3px;
}
.vhzoomfor .item .img{
	padding-top: 100%;
	border: 1px solid transparent;
	position: relative;
}
.vhzoomfor .slick-current .img{
	border-color: #00a9e4;
}
.vhzoomfor .item .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 95%;
	max-height: 95%;
}
.vhzoompage > div{
	width: 100%;
}
.vhzoompage .vhzoomnav {
	max-width: 970px;
	margin: 0 auto;
	text-align: center;
	/* height: 100%; */
	/* display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center; */
}
.vhzoompage .vhzoomnav .img, .vhzoompage .vhzoomnav img{
	max-height: calc(100vh - 130px);
}
.vhzoompage .vhzoomnav img{
	margin: 0 auto;
}
.styzoom .fancybox-toolbar{
	opacity: 1;
	visibility: initial;

}
.styzoom .fancybox-button{
	background-color: transparent;
	color: #333333;
}
.styzoom .fancybox-button:hover{
	color: #00a9e4;
}
/* =========styzoom =========== */

.styomplete .fancybox-slide{ 
    background-color: transparent;
	overflow: hidden!important;
}
.styomplete .fancybox-content{
    height: 100%!important;
	background: transparent;	
}
.styomplete .fancybox-button{
    opacity: 0;
	pointer-events: auto;
	z-index: 11111;
}
.styomplete .fancybox-slide{
	padding: 0px;
}


/* ============lstproducthh============== */
.lstproducthh{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.lstproducthh > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 30px;
}
/* ============lstproducthh============== */

/* =============vhtemplateaa=================== */
.vhtemplateaa{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
	margin-bottom: 60px;
}
.vhtemplateaa > div{
    padding: 0 30px;
}
.vhtemplateaa .coll{
    width: calc(50% - 20px);
}
.vhtemplateaa .colr{
    width: calc(50% + 20px);
}
.vhtemplateaa .thumb img{
	width: 100%;
}
.vhtemplateaa .grinfotp{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.vhtemplateaa .grinfotp > div{
    padding: 0 10px;
    margin-bottom: 10px;
}
.vhtemplateaa .ttinfo{
    display: flex;
    align-items: center;
    align-content: center;
}
.vhtemplateaa .ttinfo .icon{
    width: 30px;
}
.vhtemplateaa .ttinfo .txt{
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
/* =============vhtemplateaa=================== */

/* =============thecapbb=================== */
.thecapbb{
	text-align: center;
	color: #000000;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 20px;
}
/* =============thecapbb=================== */

/* =============vhtemvideo=================== */
.vhtemvideo{
	padding: 30px 20px 0;
	position: relative;
}
.vhtemvideo::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 60px);
	background-color: #f6f6f6;
	pointer-events: none;
	z-index: -1;
}
.vhtemvideo .vtext{
	text-align: center;
	color: #000000;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 25px;
}
.vhtemvideo .vvideo img, .vhtemvideo .vvideo iframe{
	width: 100%!important;
	height: auto!important;
}

/* =============vhtemvideo=================== */

/* ===================thecapcc================ */
.thecapcc{
    text-align: center;
}
.thecapcc .ttitle{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.thecapcc .tcont{
    max-width: 990px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 23px;
}
/* ===================thecapcc================ */

/* ===================vhtemplatebb================ */
.vhtemplatebb{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 25px;
}
.vhtemplatebb > div{
    padding: 0 10px;
}
.vhtemplatebb .coll{
    width: calc(100% - 400px);
}
.vhtemplatebb .colr{
    width: 400px;
}
.vhtemplatebb .thumb img{
    width: 100%;
}
.vhtemplatebb .decs{
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100%;
    padding: 30px;
	color: #000000;
}
.vhtemplatebb:nth-child(even) .coll{
    order: 2;
}

.vhtemplatebb .dstitle{
    margin-bottom: 10px;
}
.vhtemplatebb .dstitle, .vhtemplatebb .dstitle h3{
    font-size: 25px;
    line-height: 37px;
}
.vhtemplatebb .dstend{
    font-size: 15px;
    line-height: 23px;
}
/* ===================vhtemplatebb================ */
#vntpopquick{
	opacity: 0;
	padding: 40px 35px;
}
#vntpopquick.fancybox-content{
	opacity: 1;	
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#vhquickview{
	max-width: 1170px;
	margin: 0 auto;
	padding: 40px 35px;
	background-color: #fff;
}
.styquick .fancybox-slide{ 
    background-color: transparent;
	/* overflow: hidden!important; */
}
.styquick .fancybox-content{
	max-width: 1170px;
	margin: 0 auto;
	background: transparent;	
}
.styquick .fancybox-button{
    opacity: 1;
	pointer-events: auto;
	z-index: 11111;
	top: 0px;
	right: 0px;
	color: #333333;
}
.styquick .fancybox-slide{
	padding: 0px;
}

.tpdetailhh{
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}
.tpdetailhh .hhtitle{
	text-align: center;
	padding: 15px 20px;
}
.tpdetailhh .hhtitle, .tpdetailhh .hhtitle h2{
	font-size: 30px;
	line-height: 45px;
	font-weight: 600;
	background-color: #000000;
}
.tpdetailhh .hhcontt{
	max-width: 960px;
	margin: 0 auto;
}

.tpdetailbb {
	background-color: #f6f6f6;
	padding: 20px 70px 50px;
}
.tpdetailbb .bbtitle{
	text-align: center;
	margin-bottom: 25px;
}
.tpdetailbb .bbtitle, .tpdetailbb .bbtitle h2{
	font-size: 30px;
	line-height: 45px;
	font-weight: 600;
}


.stypopszie .fancybox-close-small{
	padding: 0;
	top: 10px;
	right: 10px;
	color: #000000;
}
.stypopszie .fancybox-slide{
	max-width: 1320px;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0 20px;
	max-height: 98vh;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (min-width: 768px){
	.becontdtpage .mccontt{
		display: block!important;
	}
}
@media all and (max-width: 1200px){
	.vhthumbnavdt .item{
		margin-bottom: 15px;
	}
}
@media all and (max-width: 991px){
	#vntpopquick, #vhquickview{
		padding: 40px 5px 10px;
	}
	/* ===================thecapcc================ */
	.thecapcc .tcont{
		font-size: 14px;
		line-height: 22px;
	}
	/* ===================thecapcc================ */
	/* =============vhtemplateaa=================== */
	.vhtemplateaa{
		margin: 0 -15px;
		margin-bottom: 30px;
	}
	.vhtemplateaa > div{
		padding: 0 15px;
	}
	.vhtemplateaa .coll{
		width: calc(50% - 15px);
	}
	.vhtemplateaa .colr{
		width: calc(50% + 15px);
	}
	/* ===================vhtemplatebb================ */
	.vhtemplatebb .coll{
		width: 100%;
		margin-bottom: 10px;
	}
	.vhtemplatebb .colr{
		width: 100%;
	}
	.vhtemplatebb:nth-child(even) .coll{
		order: unset;
	}
	.vhtemplatebb .decs{
		padding: 15px 20px 20px;
	}
	.vhtemplatebb .dstitle, .vhtemplatebb .dstitle h3{
		font-size: 20px;
		line-height: 30px;
	}
	/* ===================vhtemplatebb================ */

	/* ============lstproducthh============== */
    .lstproducthh{
        margin: 0 -10px;
    }
    .lstproducthh > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    /* ============lstproducthh============== */

	.styomplete .fancybox-slide{
		padding: 10px;
	}
	/* ===========blortherdt=========== */
	/* ===========blortherdt=========== */
	.vhsortall .list{
		width: 100%;
	}
	.vhsortall{
		margin-left: 0;
	}
	/*  */
	.betitledtpage, .betitledtpage h1, .betitledtpage h2{
		font-size: 25px;
		line-height: 37px;
	}
	.becontdtpage .dtparam li{
		margin-right: 30px;
	}
	/* =========grrow======== */
	.grrow .lcol{
		width: 100%;
		margin-bottom: 20px;
	}
	.grrow .rcol{
		width: 100%;
	}
	/* =========grrow======== */

	.tpdetailhh .hhcontt{

	}
	.tpdetailbb{
		padding: 20px 20px 30px;
	}
}
@media all and (max-width: 767px){
	/* =============vhtemplateaa=================== */
	.vhtemplateaa{
		margin-bottom: 0px;
	}
	.vhtemplateaa .coll{
		width: 100%;
		margin-bottom: 20px;
	}
	.vhtemplateaa .colr{
		width: 100%;
	}
	.vhtemplateaa .grinfotp > div{
		width: 100%;
	}
	/* =============vhtemplateaa=================== */
	.vhtemvideo{
		padding: 20px 0 0;
	}
	.vhtemvideo .vtext{
		padding: 0 15px;
	}
  	/* ============lstproducthh============== */
    .lstproducthh{
        margin: 0 -5px;
        margin-bottom: 10px;
    }
    .lstproducthh > div{
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }
    /* ============lstproducthh============== */

	.grfillsort{
		margin-bottom: 5px;
	}
	.grfillsort > div{
		margin-bottom: 10px;
	}
	.grfillsort .vnttitle{
		margin-bottom: 5px;
	}
	.vhsortall{
		width: 100%;
	}

	.dtquaticart .qccart > div{
		width: 50%;
		margin-bottom: 10px;
	}
	.dtquaticart .qccart > div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	/* ===========vhpopfilter=========== */
	.fillcontpop .ttpopfill{
		padding: 15px 50px 15px 15px;

	}
	.fillcontpop .btnclose{
		right: 15px;
	}
	.fillcontpop .ctpopfill{
		padding: 20px 15px 20px 15px;
		height: calc(100% - 134px);
	}
	.fillcontpop .btpopfill{
		padding: 20px 15px;
	}
	/* ===========vhpopfilter=========== */
	.becontdtpage .dtsize{
		margin-bottom: 20px;
	}
	.itcheckdetail{
		border: 1px solid #e6e6e6;
		padding: 9px 15px;
	}
	.itcheckdetail .mctitle{
		position: relative;
		font-size: 15px;
		line-height: 22px;
		padding-right: 20px;
	}
	.itcheckdetail .mctitle::before{
		content: "\f107";
		font-family: fontAwesome;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translate(0%,-50%);
		-ms-transform: translate(0%,-50%);
		-o-transform: translate(0%,-50%);
		transform: translate(0%,-50%);
		font-size: 18px;
		line-height: 27px;
	}
	.itcheckdetail.active .mctitle::before{
		content: "\f106";
	}
	.becontdtpage .mccontt{
		padding-top: 15px;
		display: none;
	}
	.becontdtpage .dtsize .szcont a{
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.becontdtpage .dtsize .szcont a:nth-child(4n), .becontdtpage .dtsize .szcont a:nth-child(even){
		margin-right: 0;
	}
	.dtquaticart .qccart .ccol{
		width: 50%;
	}

	.tpdetailhh{
		border-radius: 0;
	}
	.tpdetailhh .hhtitle, .tpdetailhh .hhtitle h2{
		font-size: 25px;
		line-height: 37px;
	}
	.tpdetailhh .hhcontt{

	}
	.tpdetailbb{
		margin: 0 -15px;
		padding: 20px 15px 30px;
	}

	/* =========grrow======== */
	.tpthumbdetail .dtthumbmm{
		width: calc(100% - 60px);
	}
	.tpthumbdetail .dtthumbhh{
		padding: 0 0 0 10px;
		width: 60px;
	}
	.tpthumbdetail .dtthumbhhm{
		display: none;
	}
	/* =========grrow======== */
}