#gridPage h1 {
  text-align: center;
  text-transform: uppercase;
}
#gridPage h2 {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-top: 0;
}
#gridPage .breadCrumbs {
  text-align: center;
  font-size: 12px;
  margin: 20px 0 30px;
}
@media (max-width:719px) {
  #gridPage .breadCrumbs {
    margin: 10px 0 30px;
  }
}
#gridPage .breadCrumbs .divider {
  padding: 0 5px;
}
#gridPage hr {
  margin: 0;
}
#gridPage .filters {
  max-width: 1000px;
  display: block;
  margin: 20px auto 0;
}
#gridPage .filters #finder select {
  background: url(resources/images/arrow-filter.png) no-repeat right #404040;
  width: 105px;
  height: 40px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  color: #fff;
  border-bottom: 1px #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding-left: 5px;
}
#gridPage .filters #finder .filterSelect {
  width: 105px;
  margin: 0 5px 10px;
}
#gridPage .filters #finder select::-ms-expand {
  display: none;
}
#gridPage .filters #finder option {
  border: 0;
  font-size: 12px;
  padding:0;
}
#gridPage .filters #finder option:select {
  background-color: #998675;
}
#gridPage .filters #finder .viewAll {
  width: 100%;
}
#gridPage .filters #finder .labelFilter {
  font-family: "montserratbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 7px 0 0;
}
@media (max-width:719px) {
  #gridPage .filters #finder select {
    width: 90px;
    height: 40px;
    font-size: 10px;
  }
  #gridPage .filters #finder .filterSelect {
    width: 90px;
  }
  #gridPage .filters #finder .viewAll {
    width: 110px;
  }
  #gridPage .filters #finder .labelFilter {
    font-size: 14px;
    padding-top: 35px;
  }
}

/* GRID LIST */
#gridPage #grid {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
@media (min-width:720px) and (max-width:1019px) {
  #gridPage #grid .gridItem.col-sm-33 {
    width: 33%;
  }
}
#gridPage #grid .gridItem {
  margin: 20px 0;
  padding: 10px;
}
@media (min-width:1020px) {
  #gridPage #grid .gridItem:hover {
    outline: 2px solid #9e0b0f;
  }
}
#gridPage #grid .gridItem a {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}
#gridPage #grid .gridItem img {
  margin: 20px 0 5px;
}
#gridPage #grid .gridItem .name {
  text-transform: uppercase;
}
#gridPage #grid .gridItem .sku {
  font-size: 14px;
  line-height: 14px;
}
#gridPage #grid .gridItem .price .sale {
  color: #ff0000;
}
#gridPage #grid .gridItem .price .old {
  text-decoration: line-through;
  clear: both;
  line-height: 24px;
}
.pr-snippet-stars .pr-stars-small {
  background-image: url("images/stars_small.png") !important;
}
@media (max-width:719px) {
  #gridPage #grid .gridItem {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  #gridPage #grid .gridItem .name {
  }
  #gridPage #grid .gridItem .sku {
    font-size: 12px;
    line-height: 12px;
  }
  #gridPage #grid .gridItem .price .old {
    text-decoration: line-through;
    clear: both;
    line-height: 22px;
  }
}
#gridPage #grid .gridItem hr {
  margin: 10px 0;
}
#gridPage #grid .gridItem .pr_snippet_category {
  width: 90px;
  display: block;
  margin: 0 auto;
}
#gridPage #grid .gridItem .pr-snippet-wrapper {
  margin: 0;
  padding: 0;
}
#gridPage #grid .gridItem .pr-snippet-review-count {
  font-size: 9px;
  display: block;
  text-align: center;
  line-height: 9px;
  text-transform: uppercase;
}

/* PAGE NAVIGATION */
#gridPage .bottom {
  margin-top: 50px;
}
#gridPage .pageNav {
  text-align: right;
}
#gridPage .pageNav div {
  display: inline-block;
}
#gridPage .viewAll {
  background: #404040;
  width: 110px;
  height: 40px;
  padding-top: 11px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#gridPage .viewAll a {
  color: #fff;
}
@media (max-width:719px) {
  #gridPage .viewAll {
    width: 90px;
    height: 30px;
    padding-top: 7px;
    margin: 10px 0;
  }
}
#gridPage #grid .pageNav .pageNumberDisplay a {
  background-color: #fff;
  border: 1px solid #404040;
  color: #404040;
  display: inline-block;
  margin: 0 5px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
}
#gridPage #grid .pageNav .pageActive {
  background-color: #404040;
  border: 1px solid #404040;
  color: #ffffff !important;
  display: inline-block;
  margin: 0 5px;
  padding-top: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
}
@media (max-width:719px) {
  #gridPage .viewAll {
    width: 90px;
    height: 30px;
    padding-top: 7px;
    margin: 10px 0;
  }
  #gridPage #grid .pageNav .pageNumberDisplay a {
    width: 30px;
    height: 30px;
    padding-top: 6px;
  }
  #gridPage #grid .pageNav .pageActive {
    width: 30px;
    height: 30px;
    padding-top: 6px;
  }
}
#gridPage #grid .pageNav .fa-chevron-left, #gridPage #grid .pageNav .fa-chevron-right {
  font-size: 16px;
}
#gridPage #grid .pageNav .fa-chevron-left {
  margin-right: 7px;
}
#gridPage #grid #gridFooterText h2 {
  color: #cccccc;
  font-size: 10px;
  line-height: 1.1;
  text-align: left;
}
