#product-category .breadcrumb {
  line-height: 30px;
  padding: 20px 0;
}
#product-category .breadcrumb li:not(:first-child):before {
  content: '|';
}
#product-category .layered-heading {
  display: none;
}
#product-category .layered .filter-price label {
  margin-bottom: 0;
}
#product-category .category-information {
  background-color: #efefef;
  min-height: 300px;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
}
#product-category .category-information .text-info {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  flex: 1;
  padding: 20px;
  color: #333;
}
#product-category .category-information .text-info h2 {
  font-size: 2.8rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#product-category .category-information .image-wrapper {
  flex: 1;
}
#product-category .category-information .image-wrapper .category-image {
  min-height: 300px;
  width: 100%;
  height: auto;
  margin: 0 0;
}
.custom-category .product-layout.product-item {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.custom-category .product-layout.product-item .item {
  border: 1px solid #fff;
}
.custom-category .product-layout.product-item .item:hover {
  border: 1px solid #efefef;
}
.custom-category .product-layout.product-item .item .caption {
  padding: 0 5px;
}
.custom-category .product-layout.product-item .item-inner .images-container {
  background-color: #efefef;
}
.custom-category .product-layout.product-item .item-inner .images-container .action-links {
  display: none;
}
.custom-category .product-layout.product-item .item-inner .color-picker {
  cursor: pointer;
}
.custom-category .product-layout.product-item .item-inner .color-picker.active {
  border: 2px solid #333;
}
.custom-category .product-layout.product-item .item-inner .caption {
  padding-top: 5px;
}
#content h2.category-name {
  display: block;
}
/*# sourceMappingURL=stylesheet.category.css.map */