/*  */
.boxFilter{
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.boxFilter .title{
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 20px;
  background-color: #134f5c;
  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 .filterPrices{
  padding: 10px 20px;
  border: 1px solid rgba(0,0,0,0.1);
  border-top: none;
}
.boxFilter .filterBrand{
  padding: 10px 20px;
  border: 1px solid rgba(0,0,0,0.1);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.boxFilter .menuProduct li{
  display: block;
  border-top: 1px solid #fff;
}
.boxFilter .menuProduct li a{
  padding: 10px 10px 10px 30px;
  position: relative;
  background-color: #f5f5f5;
  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;
}
.boxFilter .menuProduct li.active > a, .boxFilter .menuProduct li.active > .m-sub > a, .boxFilter .menuProduct li:hover > a, .boxFilter .menuProduct li:hover .m-sub > a{
  background-color: #1591cd;
  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:hover .m-sub .button-submenu, .boxFilter .menuProduct li.active .m-sub .button-submenu{
  color: #fff;
}
.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{
  border-bottom: 1px solid #e5e5e5;
}
.boxFilter .menuProduct li li:last-child{
  border-bottom: none;
}
.boxFilter .menuProduct li li a{
  background-color: #fff;
  padding-left: 45px;
}
.boxFilter .menuProduct li li a::before{
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #333333;
  left: 30px;
}
.boxFilter .menuProduct li li:hover a, .boxFilter .menuProduct li li.active a{
  background-color: transparent;
  color: #1691cc;
  font-weight: bold;
}



.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-button a {
  display: inline-block;
  width: auto;
  min-width: 250px;
  padding: 10px 15px;
}



/* 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){


}