/* =========================================================
   PRODUCT.CSS
   Scheda prodotto, tabs, recensioni, countdown
   ========================================================= */

.single-product .product_title,
.single-product-page .product-image-summary-wrap .product_title,
.single-product-page .wd-single-title .product_title {
  display: block !important;
  margin-bottom: 5px;
}

.single-product-page .summary .summary-inner {
  font-size: 14px;
}

.summary-inner > .price {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 155%;
  line-height: 125%;
}

.single-product-page .summary-inner .price .woocommerce-Price-amount,
.single-product-page .wapo-total-order td {
  color: #3daaac;
  font-size: 28px !important;
  font-weight: 900;
  letter-spacing: -1px;
}

.single-product-page .summary-inner .price del .amount {
  display: contents;
}

.single-product-page .summary-inner .price ins {
  margin: 0 !important;
  padding: 0;
  color: var(--wd-primary-color);
  text-decoration: none;
  background-color: transparent;
  opacity: 1;
}

.single_variation_wrap .woocommerce-Price-amount,
.single_variation_wrap .sign {
  color: #00abac;
  font-size: 120%;
  font-weight: 700;
}

.summary-inner > .wd-action-btn {
  margin: 0 0 9px 15px;
  vertical-align: middle;
}

.single-product-page .stock span,
.wd-sticky-btn p.stock,
.wd-sticky-btn .ppcp-messages {
  display: none !important;
}

.tabella-caratteristiche table td {
  width: 25%;
}

.woocommerce-product-details__short-description .qbutton {
  position: relative;
  display: inline-block;
  width: auto;
  height: 36px;
  margin: 0;
  padding: 0 25px 0 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  background: #040404 url(https://depurweb.com/wp-content/uploads/2022/07/pdf.svg) no-repeat 18px 6px;
  background-size: auto 24px;
}

.product-tabs-wrapper {
  background-color: var(--bgcolor-white) !important;
}

.single-product-page .product-tabs-wrapper #review_form {
  padding: 35px;
  background: #fafafa;
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 15px;
  line-height: 20px;
}

.single-product-page .product-tabs-wrapper #review_form textarea,
.single-product-page .product-tabs-wrapper #review_form .comment-form-email input,
.single-product-page .product-tabs-wrapper #review_form .comment-form-author input {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 0;
}

.single-product-page .product-tabs-wrapper #review_form .stars a:before {
  font-size: 22px;
}

.single-product-page .product-tabs-wrapper #review_form .stars a {
  width: calc(var(--wd-text-font-size) + 9px) !important;
}

.woocommerce-Reviews .comment-reply-title,
.woocommerce-Reviews .woocommerce-Reviews-title,
.single-product-page .summary-inner .woocommerce-product-rating .star-rating {
  font-size: 20px !important;
}

.woocommerce-Reviews .comment-reply-title,
.woocommerce-Reviews .woocommerce-Reviews-title span {
  display: block;
  font-weight: 400;
}

.single-product-page .woocommerce-Reviews .commentlist > li {
  border: none;
}

.single-product-page .woocommerce-Reviews .commentlist .comment_container {
  padding: 30px;
  background: #ffdf0036;
}

.single-product-page .woocommerce-Reviews .commentlist .star-rating {
  font-size: 18px;
}

.summary-inner .wd-product-countdown span {
  margin: 2px;
  margin-bottom: 10px;
  padding: 0;
  color: #fff;
  background: red;
  border-radius: 10px;
}

p.countdown {
  margin-bottom: 2px;
  font-size: 15px;
  color: red;
}

.scalapay-widget-area-product {
  margin-bottom: 0;
  font-size: 15px;
}
