* { margin: 0; padding: 0; }

body {
    font-weight: 300;
    font-family: "Avenir", "Helvetica", "Arial", "sans-serif";
    color: #474747;
    background: #ffffff;
}

div.container {
  position: relative;
  width: 100%; margin: 0 auto;
}

h1 {
  margin: 36px 0 24px; padding: 0;
  font-size: 32px; font-weight: 300;
}



/* Search field */

/* form { margin-bottom: 40px; }

form label {
  display: block; margin-bottom: 6px;
  font-size: 14px; font-weight: 500;
  text-transform: uppercase;
}

form input {
  width: 162px !important; background: #fff;
  border: 1px solid #fff !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  font-family:
    "Avenir", "Helvetica", "Arial", "sans-serif";
} */



/* Auto-complete menu*/

.autocomplete { margin-top: 8px !important; }

span.st-snippet em {
  font-style: normal;
  font-weight: bold;
  background-color: rgba(255,213,4, 0.5);
}
/* Search result listing */


.product-right-panel #no-results {
  display: block;
  margin: 100px 0 500px; padding: 0;
  font-size: 40px; font-weight: 100;
  color: #767676; font-style: italic;
}

.product {
   width: 100%;
   float: left;
   border-bottom: 1px #dedede solid;
   padding: 0 0 25px;
   margin-top: 10px;
}

.product div {
  font-size: 12px; line-height: 1.5;
  font-weight: 400;
}
.product-left-img {
    width: 150px;
    float: left;
    margin-top: 8px;
}
.product .product-left-img img {
  display: block;
  max-width: 150px;
  max-height: 150px;
  margin: auto;
}
.product-content {
    width: 485px;
    float: right;
}
.blog-post-content h2 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 17px;
}
/* Pagination links */

.product-right-panel .st-page {
  width: 640px; clear: both;
  padding: 20px 0 80px;
}

.product-right-panel .st-page a {
  text-transform: uppercase;
  font-size: 14px; font-weight: 500;
  color: #5e5b55; text-decoration: none;
}

.product-right-panel .st-page a:hover {
  text-decoration: underline; }

/* Filter sidebar */
.dented-chk{
  padding-left: 25px;
}
.st-custom-facets {
    width: 308px;
    float: left;
    background: #f3f3f3;
    padding: 0px 0px;
    box-sizing: border-box;
}
#menu {
    width: 308px;
    padding-bottom: 80px;
    top: 140px;
    right: 0;
    font-size: 13px;
    line-height: 1.75;
    float: left;
    background: #f3f3f3;
}

#menu input[type="checkbox"] {
  display: inline-block; margin-right: 4px; }

a.sort,
a.clear-selection {
  width: auto; display: inline-block;
  margin: 8px 6px 0 0; padding: 3px 8px 2px 9px;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  background: #5e5b55;
  text-transform: uppercase;
  font-size: 10px; font-weight: 500;
  color: #fff; text-decoration: none;
}

a.sort:last-of-type { margin-right: 0; }

a.sort.active { background: #99c0bc; }

.lavi-row {
  height: 12px;
  width: 20px;
  margin-bottom: 10px;
  margin-left: -5px;
}
.lavi-row-first {
  height: 12px;
  width: 20px;
  margin-bottom: 10px;
  margin-left: 65px;
}
.lavi-row-last {
  height: 12px;
  width: 35px;
  margin-bottom: 10px;
}

