/* general layout */
@-webkit-keyframes fadeInProductItem {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInProductItem {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.zfcpfr-filter-result-wrapper {
  margin-top: 80px;
}

.zfcpfr-filter-result-wrapper .zfcpfr-item {
  margin-top: 40px;
  -webkit-animation: fadeInProductItem 0.6s;
          animation: fadeInProductItem 0.6s;
}

@media (max-width: 720px) {
  .zfcpfr-filter-result-wrapper .zfcpfr-item {
    width: 50%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}

@media (max-width: 830px) {
  .zfcpfr-filter-result-wrapper .zfcpfr-item h3 {
	font-size: .75em;
  }
}

@media (max-width: 450px) {
  .zfcpfr-filter-result-wrapper .zfcpfr-item {
    width: 100%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}

.zfcpfr-filter-result-wrapper.zfcpfr-empty .zfcpfr-empty-message {
  display: block;
}

.zfcpfr-filter-result-wrapper.zfcpfr-empty .zfcpfr-content {
  display: none;
}

.zfcpfr-loadMore-col,
.zfcpfr-num-col {
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfcpfr-loadMore-col .zfcui-btn-label {
  text-transform: capitalize;
}

.zfcpfr-separator .zfc-separator {
  margin-top: 20px;
}

.zfcpfr-num {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 0;
}

.zfcpfr-result-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.zfcpfr-warning-text {
  font-size: 18px;
  text-align: center;
}

.zfcpfr-item {
  width: 33.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media (max-width: 720px) {
  .zfcpfr-item {
    width: 50%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}

.zfcpfr-item-content {
  border: 1px solid #eef1f4;
  height: 100%;
  position: relative;
}

.zfcpfr-item-content:hover .zfcpfr-image-wrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.zfcpfr-image-wrapper {
  overflow: hidden;
}

.zfcpfr-image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  max-height: 230.49px;
  padding: 10px;
}

.zfcpfr-enable-gradient .zfcpfr-image-wrapper {
  position: relative;
}

.zfcpfr-enable-gradient .zfcpfr-image-wrapper:after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(#7f7f7f));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, #7f7f7f 100%);
  opacity: .1;
  position: absolute;
}

.zfcpfr-headline-wrapper {
  padding: 20px;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-family: "Prometo", sans-serif;
  font-weight: 500;
  margin-bottom: 52px;
  height: 55px;
}

.zfcpfr-button-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
