 
.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-button a {
  display: inline-block;
  text-align: center;
  min-width: 250px;
  height: 50px;
  background: #1591cd;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  border:none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.the-button a span {
  padding-left: 40px;
  position: relative;
}
.the-button a span:before{
  content: "\f291";
  font-family: fontAwesome;
  position: absolute;
  left:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.the-button a:hover{
  background: #333333;
}


/* 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){


}