
@media all and (min-width: 768px) {
  .category-page .item-box,
  .recently-added-products-page .item-box,
  .recently-viewed-products-page .item-box,
  .manufacturer-page .item-box,
  .vendor-page .item-box,
  .product-tag-page .item-box {
    width: 19.5%;
  }

    .category-page .item-box:nth-child(3n+1),
    .recently-added-products-page .item-box:nth-child(3n+1),
    .recently-viewed-products-page .item-box:nth-child(3n+1),
    .manufacturer-page .item-box:nth-child(3n+1),
    .vendor-page .item-box:nth-child(3n+1),
    .product-tag-page .item-box:nth-child(3n+1),
    .manufacturer-grid .item-box:nth-child(3n+1),
    .search-results .item-box:nth-child(3n+1),
    .vendor-grid .item-box:nth-child(3n+1) {
      clear: none;
      margin-left: .5%;
    }

    .category-page .item-box:nth-child(5n+1),
    .recently-added-products-page .item-box:nth-child(5n+1),
    .recently-viewed-products-page .item-box:nth-child(5n+1),
    .manufacturer-page .item-box:nth-child(5n+1),
    .vendor-page .item-box:nth-child(5n+1),
    .product-tag-page .item-box:nth-child(5n+1),
    .manufacturer-grid .item-box:nth-child(5n+1),
    .search-results .item-box:nth-child(5n+1),
    .vendor-grid .item-box:nth-child(5n+1) {
      clear: both;
      margin-left: 0;
    }
}

.product-item .description-wrapper {
  display: none;
}

.item-box .picture img {
  height: 135px !important;
  width: 100px !important;
}

.necklaces .item-box .picture img {
  height: 257px !important;
  width: 190px !important;
}

@media all and (min-width: 768px) {
  .necklaces .item-box {
    width: 33% !important;
    margin-left: 0 !important;
  }

  .necklaces .item-box {
    clear: unset !important;
  }
}

.logo > img {
  width: 150px !important;
}

.header-links-wrapper {
  display: none;
}

.footer-menu > .fax, .footer-menu > .email, .footer-block.social-sharing {
  display: none;
}

.product-selectors .product-page-size {
  display: none !important;
}

.shop-retail-page > .page-title, .shop-wholesale-page > .page-title {
  position: relative !important;
}

.shop-retail-page > .page-body h1,
.shop-retail-page > .page-body h2,
.shop-wholesale-page > .page-body h1,
.shop-wholesale-page > .page-body h2 {
  margin-bottom: 20px;
}

@media (min-width: 1281px) {
  .page-body {
    max-width: 1200px;
    margin: auto;
  }
}

.all-shops-page .picture-wrap {
  display: none !important;
}

.all-shops-page .read-more {
  display: none;
}

.cart-summary-table {
  padding-bottom: 40px;
}

.sub-category-grid {
  display: none;
}

@media all and (min-width: 1025px) {
  .header-centering {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

    .header-centering:after {
      display: none;
    }

  .header:after {
    display: none;
  }

  .desktop-header-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.header {
  padding-top: 0px !important;
}


@media (min-width: 1025px) {
  .block .hide-specification-filter.listbox {
    display: none;
  }
}

.block .title strong {
  display: flex;
  justify-content: space-between;
}

  .block .title strong i {
    display: flex;
    align-items: center;
  }

.rotate-filter-icon {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.related-products-grid > .bg-item-grid {
  background: none !important;
  background-color: #fff !important;
}

.home-page-category-grid .item-box .picture img {
  height: auto !important;
  width: auto !important;
}

.infinite-scroll-request {
  background: url(loading.gif) no-repeat center transparent;
  height: 32px;
  width: 32px;
  margin: 0 auto;
}

.page-load-status {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.category-item .title a, .sub-category-item .title a {
  padding: 6px;
}

.home-page-callout {
  display: inline-block;
  font-style: italic;
  align-self: flex-end;
  margin-top: 16px;
  margin-right: 8px;
  color: #7CB845;
}

.old-product-price {
  display: none !important;
}

.product-essential > .gallery > .picture {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

  .product-essential > .gallery > .picture > a {
    display: flex;
    flex-direction: row;
  }

    .product-essential > .gallery > .picture > a > img {
      display: inline-flex;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      align-self: center;
    }



.admin-products-grid img {
  max-width: 200px;
  max-height: 135px;
}

.product-filters {
    display: block !important;
}