.info-link ul li a.btn_out_stock {   
	background-color: #333333;
	border: 1px solid #333333;
    color: #ffffff;
    }
.info-link ul li a.btn_out_stock span{

	padding-left: 35px;
	padding-right: 10px;
	position: relative;
	display: block;
	line-height: 24px;

	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	z-index: 1;
}
.info-link ul li a.btn_out_stock span:before{	
	top : 2px;
	left: 5px;
}

.info-link ul li a.btn_out_stock:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0;
	height: 100%;
	background-color: #333333;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.info-link ul li a.btn_out_stock:hover:before{
	width: 100%;
}

.list-method {
  padding: 15px;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}
.list-method ul {list-style: none}
.list-method .item-method {
  padding: 5px 0px;
  padding-left: 20px;
  position: relative;
}
.list-method .item-method .method-input {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
}
.list-method .item-method .method-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.list-method .item-method .method-title  label {
  margin: 0;
  cursor: pointer;
}
.list-method .item-method .method-desc {
  text-align: justify;
}


.boxFilter .content {
  display: none;
}
.boxFilter.active .content {

}


.purchase-form .row-button {
  margin-top: 25px;
  position: relative;
}
.purchase-form .row-button::after {
  content: '';
  clear: both;
  display: table;
}
.purchase-form .row-button #btn-back {
  float: right;
}

@media screen and (max-width: 767px){
  .purchase-form .row-button {
    margin-top: 25px;
  }
}



.pic-detail {
  text-align: center;
  width: 100%;
  height: 380px;
  padding: 10px;
  border: 1px solid #e5e5e5;
 
}
.pic-detail a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pic-detail img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


#slider-detail .slick-arrow{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #cccccc;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#slider-detail .slick-arrow:hover{
	color: #ffffff;
	background: #39b54a;
	border-color: #39b54a;
}
#slider-detail .slick-arrow:after{
	position: absolute;
	font-family: fontawesome;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	font-size: 30px;
	line-height: 30px;
	padding: 0 1px;
}
#slider-detail .slick-prev{
	left: -10px;
}
#slider-detail .slick-next{
	right: -10px;
}
#vnt-main #slider-detail .slick-arrow{
	top: 45%;
	opacity: 0;
}
#slider-detail:hover .slick-arrow{
	opacity: 1;
}
 
#slider-detail .slick-prev:after{
	content: '\f104';
}
#slider-detail .slick-next:after{
	content: '\f105';
}









/* <=== vhproducpg ===> */
.tpproducmm .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 50px 0;
}
.tpproducmm .ligrip > div{
    padding: 0 10px;
    width: calc(100% / 5);
}
.itproducmm .thumb{
    margin-bottom: 15px;
}
.itproducmm .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
.itproducmm .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
    max-height: 85%;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itproducmm:hover .thumb a img{
    transform: translate(-50%, -50%) scale(1.05);
}
.itproducmm .decss{
    text-align: center;
}
.itproducmm .dstitle{
    text-transform: uppercase;
}
.itproducmm .dstitle, .itproducmm .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.itproducmm:hover .dstitle a{
    color: #39b54a;
}
.hpproduchh .hhtitle{
    text-align: center;
    color: #39b54a;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.hpproduchh .hhtitle, .hpproduchh .hhtitle h1, .hpproduchh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
}
/* <=== vhproducpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhproducpg ===> */
    .tpproducmm .ligrip{
        gap: 25px 0;
    }
    .tpproducmm .ligrip > div{
        width: 25%;
    }
    .itproducmm .thumb{
        margin-bottom: 12px;
    }
    .itproducmm .dstitle, .itproducmm .dstitle h3{
        font-size: 13px;
        line-height: 21px;
    }
    .hpproduchh .hhtitle{
        margin-bottom: 20px;
    }
    .hpproduchh .hhtitle, .hpproduchh .hhtitle h1, .hpproduchh .hhtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    /* <=== vhproducpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhproducpg ===> */
    .tpproducmm .ligrip > div{
        width: 50%;
    }
    /* <=== vhproducpg ===> */
}