/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.section-background {
  width: 100%;
}
.section-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70px;
  min-height: 70px !important;
  position: relative;
  width: 100%;
  z-index: 0;
}
.gradient-background {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.intro-text {
  color: #fff;
  position: relative;
  text-align: center;
  top: calc(50% - 33px);
  transform: translateY(-50%);
}
.section-background .intro-text {
  left: 0;
  text-align: center;
  top: 41%;
  transform: translateY(-40%);
}
.section-background .intro-text h1 {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}
.section-background .intro-text #page-caption p {
  font-family: "Libre Baskerville",serif;
  font-size: 1.2em;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: lowercase;
}
/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
.sub-category.product-category {
  height: 320px;
  padding: 0;
  background-size: cover;
}
.sub-category-content img {
  height: auto;
  max-width: 100%;
}
h3.category-name {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  left: 50%;
  letter-spacing: 2px;
  margin: 0;
  padding: 30px 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 90px);
}
/*# sourceMappingURL=category.css.map */
#category #center_column {
  padding: 0;
}
.product_list.grid.row, .product_list.list.row {
  float: left;
  left: 17%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media(max-width: 991px) {
  .product_list.grid.row, .product_list.list.row {
    left: 0;
    width: 100%;
  }
}
