.tabContent.video .fa{
  font-size: 26px;
  color: #c1c2c4;
  padding-right: 10px;
}.tabBox .tabHeadings ul {
  margin-left: 0 !important;
  list-style: none !important;
}
.tabBox .tabHeadings ul li:before{
  content:none !important;
}
#accessoires .articleSmall {
  min-height: 430px !important;
}
.stock.green{
  color: #35B118;
}
.stock.orange{
  color: #FF5722;
}
#thumbImages .thumb img {
  max-width: 140%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 768px){
  .tabContent.video iframe{
    max-height:300px;
  }
}
@media only screen and (max-width: 479px){
  .tabContent.video iframe{
    max-height:250px;
  }
}