/* extra css */
.oem-logo{
  max-width: 220px;
}
.widget_contact_form input, textarea, select{
  color: #fff;  
}
.widget_contact_form input[type="checkbox"]{
  display:inline-block;
  vertical-align:middle;
  appearance: checkbox;
  width:25px;
  height:25px;
}
#need-an-agent ol{
  margin: 5px 0;
  list-style: none;
  padding-left: 30px;
}
#need-an-agent ol li{
  display:block;
  margin-bottom: 10px;
  text-align:justify;
}
#need-an-agent ol li div{
  float:left;
  font-weight:700;
  margin-left:-20px;
}
#need-an-agent ol li span{
  font-weight:700;
}
#products .tabs-container .tabs-menu li a{
  padding: 8px;
  font-weight: 300;
}
#cookiesok{
  position:fixed;
  width:100%;
  bottom:20px;
  z-index:2999;
  text-align:center;
  padding:10px 20px;
  background-color:#000;
  background-color:rgba(0,0,0,0.8);
  color:#fff;
  cursor:pointer
}

