/*.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete_field {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
.autocomplete_field {
  background-color: #f1f1f1;
  width: 100%;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  position the autocomplete items to be the same width as the container:
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
*/
#filterORButton li span{
  padding: 5px 10px;
  position: relative;
  display: inline-block;
  margin: 0px 0px -1px !important;
  padding-bottom: 5px !important;
  border: 1px solid #DDD;
  border-bottom: 1px solid #416BB5;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  vertical-align: bottom;
  opacity: 0.6;
  background-color: #FAFAFA;
  background-repeat: no-repeat;
  background-position: left top;
  color: #222222;
}

#filterORButton li span.active{
    padding: 10px 10px;
    border-color: #416BB5;
    border-bottom: 1px solid #E8EFFC;
    background-color: #E8EFFC;
    opacity: 1;
}
#product_filter .indexTitle ,#product_filter .tabTitle{
    text-transform: capitalize !important;
}
.productb.listed{
  width:auto !important;
}

.pageHeading{
  background: none !important;
  margin: 0px !important;
  padding: 40px 5px !important;
}

.pageHeading h2{
    border-bottom: 1px solid #EEE;
    font-size: 35px;
    position: static;
    display: block;
    border: 0px;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    color: #111;
    font-weight: normal;
    text-shadow: #FEEDD6 0px 0px 0.1em;
}
.quicktabs-hide{
  display: none;
}
#quicktabs-product_page .field-content{
   color: #000 !important;
}
