/*media queries for screen size (lifted from bootstrap)*/
/*Sub Section in navigation*/
.nav-top {
  /*Overrides for expanding navigation*/
  /*Custom styles*/
}
.nav-top .toggle-box + label + ul {
  max-height: 0px;
}
.nav-top .toggle-box:checked + label + ul {
  max-height: 800px;
}
.nav-top .selected {
  color: #153562;
  font-weight: 700;
  font-size: 1.5em;
}
.nav-top li {
  font-weight: 400;
}
.nav-top li ul li a {
  font-weight: 700;
}
.facets {
  border-top: #d3d3d3 1px solid;
  padding: 0;
  top: 0;
  transition: top 0.3s 0s;
  vertical-align: middle;
  z-index: 5;
}
.facets .text {
  display: inline-block;
  margin: 10px 0 10px 0;
  padding: 0;
  text-align: center;
}
.facets .text .col-xs-12 {
  padding: 0;
  margin: 10px 0 10px 0;
}
.facets .text .show-number-items {
  text-align: center;
}
.facets .text h4 {
  display: inline-block;
  font-weight: 700;
}
.facets .text h5,
.facets .text h6,
.facets .text a {
  color: #545454;
  display: inline-block;
  font-size: 1.2em;
  margin: 0;
  padding: 0 20px 0 20px;
}
.facets .text a {
  color: #153562;
  font-weight: 700;
  text-decoration: underline;
}
.facets .text a:hover {
  color: #faa100;
}
.facets .text h5 {
  font-weight: 700;
}
.facets .dropdown {
  display: inline-block;
  margin: 10px 0 10px 0;
  padding: 0 5px 0 5px;
}
.facets .dropdown button {
  border: #d3d3d3 1px solid;
}
.facets .dropdown .dropdown-menu li {
  font-size: 1.3em;
}
.facets .dropdown .dropdown-header {
  color: #545454;
}
.facets .dropdown a {
  padding: 15px;
}
.facets-fixed {
  background: #fff;
  position: fixed;
  left: 0;
  z-index: 10;
}
.facets-fixed.search-navigation {
  z-index: 9;
}
.facets-fixed.search-navigation .tabNavigation {
  padding: 5px 0px;
}
.overview {
  background: #f3f3f3;
  color: #000;
  padding: 10px;
}
.overview h1 {
  font-size: 1.8em;
  font-weight: 700;
  margin: 0;
}
.overview h2 {
  font-size: 1.2em;
  font-weight: 400;
}
.overview h4 {
  font-weight: 700;
  font-size: 2em;
}
.overview p {
  font-weight: 600;
}
.overview p:first-of-type {
  margin-top: 20px;
}
.overview img {
  margin: 5% 0 5% 0;
  max-width: 90%;
  padding: 0;
}
.social-media {
  text-align: right;
}
.social-media img {
  padding: 10px 0 10px 0;
}
.product-compare {
  padding: 0 0 25px 0;
}
.product-compare .compare-container {
  margin: 0;
  padding: 0;
}
.product-compare .compare-container > div {
  height: 120px;
  overflow: hidden;
  padding: 0px;
  text-align: center;
}
.product-compare .compare-container > div img {
  height: 100%;
}
@media (min-width: 1200px) {
  .product-compare .compare-container > div {
    height: 100px;
  }
}
.product-compare .compare-container .text {
  text-align: left;
}
.product-compare .compare-container .text h4 {
  font-size: 1.5em;
}
.product-compare .compare-container .compare-item.no-product {
  border: 5px white solid;
  background: #f3f3f3;
}
.product-compare .compare-container .link {
  position: relative;
}
.product-compare .compare-container .link a {
  color: #6bc0e3;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: underline;
  position: absolute;
  top: 30px;
  left: 20px;
}
.products {
  padding: 0;
}
.products .product {
  padding: 0;
  padding: 2px;
}
.products .product .container-border {
  border: 1px #d3d3d3 solid;
  padding: 0;
}
.products .product .img-section {
  padding: 0 15px 0 15px;
}
.products .product .img-section h4 {
  font-weight: 700;
  font-size: 1.4em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  max-height: 44px;
}
.products .product .img-section h5 {
  font-size: 1.4em;
}
.products .product .img-section h6 {
  color: #faa100;
  font-weight: 700;
  font-size: 1.6em;
}
.products .product .img-section p {
  display: inline-block;
  font-weight: 700;
}
.products .product .img-section .product-img {
  text-align: center;
}
.products .product .img-section .product-img img {
  max-width: 100%;
}
.products .product .img-section .stars,
.products .product .img-section .compare {
  padding: 0;
  margin: 20px 0 20px 0;
}
.products .product .img-section .stars a {
  color: #545454;
}
.products .product .img-section .stars a:hover {
  color: #faa100;
}
.products .product .img-section .stars img {
  max-width: 18px;
}
.products .product .img-section .compare {
  text-align: right;
}
.products .product .img-section .compare a,
.products .product .img-section .compare .glyphicon {
  display: inline-block;
}
.products .product .img-section .compare a {
  color: #6bc0e3;
  margin: 0;
  transition: all 0.3s 0s;
}
.products .product .img-section .compare a h4 {
  display: inline;
}
.products .product .img-section .compare a:hover {
  color: #545454;
}
.products .product .img-section .compare a:hover .glyphicon {
  background-color: #545454;
}
.products .product .img-section .compare .glyphicon {
  background: #6bc0e3;
  border-radius: 30px;
  color: #fff;
  font-size: 1em;
  padding: 5px;
  transition: all 0.3s 0s;
}
.products .product .price-section {
  background: #f3f3f3;
  padding: 15px;
  min-height: 120px;
}
.products .product .price-section h3 {
  margin: 0;
}
.products .product .price-section .line-through {
  text-decoration: line-through;
}
.products .product .price-section .default-price {
  color: #153562;
  font-weight: 700;
  font-size: 2em;
  margin: 24px 0 0 0;
}
.products .product .price-section .sale-price {
  color: #153562;
  font-weight: 700;
  font-size: 2em;
  margin: 0;
}
.products .product .price-section .price,
.products .product .price-section .buy-now {
  padding: 0;
}
.products .product .price-section .buy-now {
  margin-top: 15px;
}
.promo-3 {
  color: #fff;
  padding: 20px 0 20px 0;
  position: relative;
  overflow: hidden;
}
.promo-3 a {
  color: #fff;
}
.promo-3 a:hover .flex-img {
  opacity: 0.8;
}
.promo-3 .flex-container {
  display: flex;
  position: absolute;
  top: 20%;
  left: 0;
}
.promo-3 h3 {
  font-size: 2.8em;
}
.promo-3 h4 {
  font-size: 2.4em;
  font-weight: 700;
}
.promo-3 .flex-item {
  flex: 1;
  padding: 0 2% 0 2%;
}
.promo-3 .flex-img {
  cursor: pointer;
  flex: 0.2;
  padding: 0;
  opacity: 0.6;
  transition: all 0.3s 0s;
}
.promo-3 .flex-img img {
  margin-top: 26%;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-top {
    /*Overrides for expanding navigation*/
    /*Custom styles*/
  }
  .nav-top .toggle-box + label + ul {
    max-height: 10000px;
  }
  .nav-top ul li ul {
    margin-left: 20px;
  }
  .nav-top ul li ul li a {
    font-weight: 400;
  }
  .nav-top nav .selected {
    font-size: 2em;
  }
  .nav-top nav li ul li:first-child {
    padding-top: 10px;
  }
  .breadcrumbs-fixed .container {
    padding: 0;
  }
  .facets .text {
    text-align: left;
  }
  .facets .text .show-number-items {
    text-align: right;
  }
  .facets .text h5,
  .facets .text h6,
  .facets .text a {
    padding: 3px;
  }
  .facets .dropdown-row {
    padding: 0;
  }
  .facets .dropdown .text h4 {
    font-size: inherit;
  }
  .facets .dropdown .dropdown-menu {
    text-align: left;
  }
  .facets .dropdown .dropdown-menu li {
    font-size: inherit;
  }
  .facets .dropdown button {
    font-size: inherit;
    text-align: left;
  }
  .products .products .price-section .default-price {
    font-size: 2.5em;
  }
  .products .products .price-section .sale-price {
    font-size: 2.5em;
  }
}
@media (min-width: 992px) {
  .facets .text .show-number-items {
    text-align: left;
  }
  .promo-3 .flex-img img {
    margin-top: 0;
  }
}
