: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-wrapper .tp-single-product {
  margin-bottom: 30px;
}

.tp-single-product-img {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-single-product-img .tp-product-abs-wishlist {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 30px;
  padding-right: 30px;
}
.tp-single-product-img .tp-product-abs-wishlist button {
  padding: 14px;
  margin: 0;
  border-radius: 50%;
  font-size: 32px;
  background-color: #fff;
  color: #090908;
  font-weight: 300;
  border: 1px solid #f5f5f5;
}
.tp-single-product-img .tp-product-abs-cart.box-style {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear 0s;
  border-radius: 0;
  text-align: center;
  justify-content: center;
}
.tp-single-product-img .tp-product-abs-cart.box-style a {
  padding: 16px 0;
  display: block;
  color: #fff;
}
.tp-single-product-img .tp-product-abs-cart.box-style a i {
  color: #fff;
  font-size: 16px;
}

.tp-single-product .tp-product-abs-cart .tp-add-to-cart-btn.added {
  display: none;
}
.tp-single-product .tp-product-abs-cart .added_to_cart.wc-forward {
  color: #fff;
  position: relative;
  z-index: 1;
}
.tp-single-product .tp-product-abs-cart span.tp-simple-text {
  position: relative;
  z-index: 1;
  color: #fff;
}
.tp-single-product:hover .tp-product-abs-cart {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.tp-single-product:hover .tp-product-abs-cart .tp-add-to-cart-btn {
  color: #fff;
}
.tp-single-product:hover .tp-product-abs-cart .tp-add-to-cart-btn i {
  transform: rotateX(0deg);
  color: #fff;
}

.tp-single-product-img .tp-product-abs-cart.box-style .tp-add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp-single-price .price > del {
  color: #a0a0a0;
}

.tp-single-product-text {
  margin-top: 30px;
  text-align: center;
}

.tp-single-product-title {
  margin-bottom: 10px;
  font-size: 24px;
}
.tp-single-product-title a {
  color: #090908;
}
.tp-single-product-title a:hover {
  color: var(--primaryColor);
}

.tp-product-wrapper ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.tp-product-wrapper ul.page-numbers li {
  display: inline-block;
}
.tp-product-wrapper ul.page-numbers li span.current {
  background: var(--primaryColor);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 1.3s;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--primaryColor);
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  margin: 0 2px;
}
.tp-product-wrapper ul.page-numbers li span, .tp-product-wrapper ul.page-numbers li a {
  line-height: 50px;
  color: #243757;
  font-size: 16px;
  text-decoration: none;
  transition: 1.3s;
  text-align: center;
  background: transparent;
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--primaryColor);
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 2px;
  cursor: pointer;
}
.tp-product-wrapper ul.page-numbers li a.next {
  position: relative;
}
.tp-product-wrapper ul.page-numbers li a:hover {
  background: var(--primaryColor);
  color: #fff;
}

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