.erc-outer-holder {
  margin: 50px 0;
}

.erc-outer-holder .erc-title {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.erc-related-categories {
  display: flex;
  justify-content: center;
  width: 100%;
  opacity: 0;
}

.tns-inner .erc-related-categories {
  opacity: 1;
}

.erc-related-categories .erc-category-holder {
  margin: 0 10px 20px;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-bottom: 2px solid #008be2 !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.erc-related-categories .erc-category-holder .inner-holder {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.erc-related-categories .erc-category-holder .txt-holder {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.erc-related-categories .erc-category-holder .txt-holder .info-holder {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.erc-related-categories .erc-category-holder .img-holder {
  position: relative;
  padding-bottom: 61%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #000;
}

.erc-related-categories .erc-category-holder .img-holder .erc-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.erc-related-categories .erc-category-holder .img-holder .erc-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}

.erc-related-categories .erc-category-holder:hover .img-holder .erc-img {
  opacity: 0.6;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.erc-related-categories .erc-category-holder .article-date {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  text-transform: uppercase;
  min-width: 53px;
  margin-bottom: 0;
}

.erc-related-categories .erc-category-holder .article-date span:first-child {
  font-size: 20px;
  line-height: 1;
}

.erc-related-categories .erc-category-holder .article-date span:last-child {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.erc-related-categories .erc-category-holder .erc-title {
  margin-bottom: 20px;
  flex-shrink: 0;
}

.erc-related-categories .erc-category-holder .erc-title a {
  color: #212529;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

.erc-related-categories .erc-category-holder .erc-title a:hover {
  color: #007bff;
}

.erc-related-categories .erc-category-holder .erc-description {
  /*margin: 15px 0;*/
}

.erc-related-categories .erc-category-holder .rm-link {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 6px 12px;
  border: 1px dashed #333;
  margin-top: 15px;
}

.erc-related-categories .erc-category-holder .rm-link:hover {
  background-color: #007bff;
  color: #fff;
}

.woocommerce-active ul.products:after {
  content: "";
  display: block;
  clear: both;
}

/*# sourceMappingURL=erc-styles.css.map */
