/*
	STYLE SHEET FOR JQUERY LISTNAV PLUGIN V 3.0.0, 11/22/2017
	For more information, visit http://esteinborn.github.com/jquery-listnav
*/
.listNav,
.ln-letters {
  overflow: hidden;
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.letterCountShow {
  display: block;
}

.ln-letters a {
float: left;
padding: 5px 28px;
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
border: 1px solid #147ec3;
display: block;
color: #673BB7;
position: relative;
overflow: hidden;
background: transparent;
transition: .3s;
margin: 1px;
width:100px;
}
.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea;
}

.ln-letters .ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  color: #336699;
  font-size: 1.2em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

#product-filter li{
    width:32.2%;
    float: left;
    transition: .5s;
    border: 1px solid #448AFF;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 10px 0px 0px;
}
#product-filter a li{
    text-transform: uppercase;
    color: #000;
   
}
#product-filter li:hover{
    background-color: #448AFF;
    color: #fff;
}
#product-filter a li:hover{
    color: #fff;
}
#product-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*# sourceMappingURL=listnav.css.map */