:root {
  --bodyFont: "Roboto", sans-serif;
  --titleFont: "Kalnia", serif;
  --primaryColor: #A67944;
  --secondaryColor: #5D7A74;
  --bodyColor: #7B7B7B;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --titleColor: #3D6059;
  --borderColor: #B4C1BF;
  --inputbgColor: #FFFFFF;
  --softbgColor: #f6f6f6;
  --transition: 0.4s all ease;
}

.tp-product-cat-single {
  min-height: 150px;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: start;
  align-items: end;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.tp-product-cat-single::before {
  content: "";
  position: absolute;
  background: hsla(0, 0%, 0%, 0.3);
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tp-product-cat-single .tp-product-cat-content {
  padding: 35px;
  position: relative;
  z-index: 1;
  margin-bottom: -35px;
  transition: all 0.5s linear 0s;
}
.tp-product-cat-single .tp-product-cat-content .tp-product-cat-title {
  margin-bottom: 0;
}
.tp-product-cat-single .tp-product-cat-content .tp-product-cat-title a {
  color: #fff;
}
.tp-product-cat-single .tp-product-cat-content .tp-product-cat-title a:hover {
  color: var(--primaryColor);
}
.tp-product-cat-single .tp-product-cat-content .tp-product-cat-btn {
  opacity: 0;
  visibility: hidden;
  margin-top: 7px;
  transition: all 0.5s linear 0s;
  display: block;
  color: #fff;
}
.tp-product-cat-single:hover .tp-product-cat-content {
  margin-bottom: 0;
}
.tp-product-cat-single:hover .tp-product-cat-btn {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}
.tp-product-cat-single:hover .tp-product-cat-btn:hover {
  color: var(--primaryColor);
}

/*# sourceMappingURL=product-cat.css.map */
