:root {
  --primaryColor: #F95D00;
  --secondarycolor: #090908;
}

:root {
  --body-font: "Raleway", sans-serif;
  --transition: all 0.5s ease-in-out;
  --transition-sec: all 1.8s ease-in-out;
  --transition-third: all 2.2s ease-in-out;
  /* Color styles */
  --p1: 249, 93, 0;
  --p2: 9, 9, 8;
  --s1: 255, 255, 255;
  --s2: 58, 56, 54;
  --n1: 245, 245, 245;
  --n2: 230, 229, 229;
  --n3: 236, 232, 227;
  --gradient-p1: linear-gradient(90deg, rgba(255, 222, 159, 0.47) 0%, rgba(255, 222, 159, 0.12) 51.11%, rgba(255, 222, 159, 0.00) 100%);
  --box-shadow-p1: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.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-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: #f95d00;
}

.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 */
