/* Product Header */
.archive #header-wrap {
  background-color: #fbfbfb;
  background-image: url("../images/common/header-bg.jpg");
  color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.archive-title {
  margin-bottom: 20px;
}

.archive-title .page-title {
  margin-bottom: 10px;
}

.archive-title p {
  color: #d4282f;
  font-family: "Muli Black";
  font-size: 24px;
}

.arc-desc-2 {
  font-family: "Muli Black";
  font-size: 20px;
}

.product-header {
  padding: 30px 0 30px;
  text-align: center;
}

#product-list {
  margin-bottom: 50px;
}

.product-category-header h1 {
  color: #de0e16;
}

.product-header.product-category-header {
  text-align: center;
}

@media (min-width: 768px) {
  .archive-title p {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .product-header {
    text-align: left;
    padding: 0 0 60px;
  }

  .product-header .page-title {
    margin: 0;
  }

  .product-header-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .archive-title {
    width: 350px;
    flex-shrink: 0;
  }

  p.arc-desc {
    text-align: left;
  }

  .archive-description {
    flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  .product-header {
    padding: 0 0 60px;
  }

  .archive-title {
    width: 550px;
  }
  .product-header .page-title {
    font-size: 70px;
  }
}

/* PRODUCT BLOCK */
.product-list-wrap {
  padding-top: 40px;
}

.product-block-wrap {
  margin: 0 auto 30px;
}

.p-wrap {
  max-width: 380px;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.p-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 70%;
  background: #f6f6f6;
  width: 100%;
  left: 0;
}

.p-wrap .p-img {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}

.p-wrap .p-img img {
  margin: 0 auto;
}

.info-wrap {
  background-color: #f5f5f5;
  padding: 0 10px 20px;
  position: relative;
  z-index: 9;
  min-height: 250px;
}

.p-header {
  padding: 10px 0 0;
}

.p-header h4 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #000;
}

.p-tagline {
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.p-retail {
  font-size: 14px;
  margin-bottom: 0;
  color: #333;
}

.p-cheaper {
  font-size: 14px;
  margin-bottom: 10px;
  color: #de0e16;
  font-weight: bold;
}

.p-body {
  padding: 20px 0;
}

.p-stars {
  margin-bottom: 25px;
}

.p-stars i {
  color: #eddc1b;
  font-size: 16px;
  margin: 0 1px;
}

span.p-reviews {
  font-size: 13px;
  margin-left: 10px;
}

.btn-wrap {
  display: flex;
  align-items: center;
  text-align: center;
}

.btn-wrap div {
  width: 44%;
  margin: 0 3%;
  border: 1px solid #fff;
}

.btn-wrap a.disabled{
	pointer-events: none;
	text-transform: uppercase;
}

.btn-wrap a,
.btn-wrap div.coming-soon-btn span {
  color: #de0e16;
  padding: 6px 10px;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  border: 1px solid #de0e16;
  font-size: 11px;
  border-radius: 5px;
}

.btn-wrap a.btn-add-to-cart {
  background: #de0e16;
  color: #fff;
}

.btn-wrap a.btn-add-to-cart:hover {
  background: #000;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 10px 0 #353535;
  box-shadow: 0 0 10px 0 #353535;
}

.btn-wrap a.btn-learn-more:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 10px 0 #353535;
  box-shadow: 0 0 10px 0 #353535;
}

.btn-wrap div.coming-soon-btn {
  width: 60%;
  margin: 0 auto;
  border-color: #fff;
}

@media (min-width: 768px) {
  .product-list-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
  }

  .product-block-wrap {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1200px) {
  .product-block-wrap {
    width: calc(25% - 20px);
    margin: 0 auto 50px;
  }
}

/* Custom per product */
.organic-bio-maca .p-tagline {
  font-size: 12px;
}
