/*Sidebart*/


 .myCheckbox input{
    display: none;
}
.myCheckbox {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
}
.myCheckbox:hover{
    color: #ffcc00;
}
.myCheckbox:before{
    content: "\f096";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 13px;
    line-height: 21px;
    color:#999999;
}
.myCheckbox.active:before{
    content: "\f14a";
    color: #ffcc00;
}
.myCheckbox span{
    color:#999999;
}

/*  */
.boxFilter{ 
	margin-bottom: 20px;
	overflow: hidden;
}
.boxFilter .title{
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 20px;
	background-color: var(--web-color1);
	color: #fff;
	font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-right: 30px;
}
.boxFilter .title::before{
    font-family: FontAwesome;
    content: '\f0c9';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 18px;
}
 
.boxFilter .menuProduct li{
    display: block;
    border-top:  solid 1px rgba(255, 255, 255, 0.1)
}

.boxFilter .menuProduct li a{
    padding: 10px 10px 10px 30px;
    position: relative;
    background-color: #1c3a45; 
    display: block;
}

.boxFilter .menuProduct li a::before{
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.boxFilter .menuProduct li.active > a, 
.boxFilter .menuProduct li.active > .m-sub > a, 
.boxFilter .menuProduct li:hover > a, 
.boxFilter .menuProduct li:hover .m-sub > a{
    color: var(--web-color1);
    background-color: #2c2c2c;
}
.boxFilter .menuProduct li.active > .m-sub .button-submenu,
.boxFilter .menuProduct li:hover > .m-sub .button-submenu{
    color: #fff;
}

.boxFilter .menuProduct li .m-sub{
    position: relative;
}
.boxFilter .menuProduct li .m-sub > a{
    padding-right: 40px;
}
.boxFilter .menuProduct li .m-sub .button-submenu{
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.boxFilter .menuProduct li .m-sub .button-submenu::before{
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.boxFilter .menuProduct li.active .m-sub .button-submenu::before{
    content: '\f106';
}
.boxFilter .menuProduct li ul{
    display: none;
}
.boxFilter .menuProduct li li:last-child{
    border-bottom: none;
}
.boxFilter .menuProduct li li a{
    background-color:#122c36;
    color: #ffffff;
    padding-left: 45px;
}
.boxFilter .menuProduct li li a::before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #ffffff;
    left: 30px;
}
.boxFilter .menuProduct li li:hover a, 
.boxFilter .menuProduct li li.active a{
     
}
.boxFilter .menuProduct li li:hover a::before, 
.boxFilter .menuProduct li li.active a::before{
     
}




/*Detail*/


.the-detail {
  margin-bottom: 5px;
}
.the-detail .title {
  color: #dc0064;
  margin-bottom: 10px;
}
.the-detail .row-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.the-detail .row-info .attr-name {
  width: 120px;
  font-weight: 700;
  position: relative;

}
.the-detail .row-info .attr-name::after {
  position: absolute;
  content: ':';
  right: 0;
  top: 0;
}
.the-detail .row-info .attr-value {
  padding-left: 20px;
  overflow: hidden;
}
.the-detail .attr-value .img-star{
  display: flex;
  align-items: center;
  align-content: center;
}
.the-detail .attr-value .img-star li{
  font-size: 15px;
  line-height: 18px;
  color: #ffcc00;
  margin-right: 5px;
}


.the-price .red {
  line-height: 30px;
} 


/* the-share */
.the-share{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-top: 20px;
}
.the-share .txt{
  display: block;
  margin-right: 10px;
}
.the-share ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;

}
.the-share ul li{
  margin-right: 15px;
}
.the-share ul li:last-child{
  margin-right: 0;
}
.the-share ul li a{
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 100%;
}
.the-share ul li a:hover{
  border-radius: 5px;
}
.the-share ul li a i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}





.vhpopregis .vvinfo .dsprice .red {}
.vhpopregis .vvinfo .dsprice .nor {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
  text-decoration: line-through;
}



@media all and (max-width: 991px){
  .boxFilter{
    padding: 0;
    margin-bottom: 30px;
  }
  .boxFilter .title{
    padding: 9px 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    margin-bottom: 0;
  }

  .boxFilter .title{
    position: relative;
    cursor: pointer;

  }
  .boxFilter .title:before{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right:10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .boxFilter.active .filterBrand,
  .boxFilter.active .filterPrices,
  .boxFilter.active .filterMadein,
  .boxFilter.active .filterStar{
    display: block;
  }
  .boxFilter .menuProduct{
    display: none;
  }
  .boxFilter.active .menuProduct{
    /* display: block; */
  }

}
@media all and (max-width: 478px){

}
@media all and (max-width: 370px){


}