/*
  _____           __                     _
 |  __ \         / _|                   (_)
 | |__) |__ _ __| |_ ___  _ __ _ __ ___  _ _______
 |  ___/ _ \ '__|  _/ _ \| '__| '_ ` _ \| |_  / _ \
 | |  |  __/ |  | || (_) | |  | | | | | | |/ /  __/
 |_|   \___|_|  |_| \___/|_|  |_| |_| |_|_/___\___|
 v1.1.18
*/
:root {
  --primary-color: #BC2A79;
  --dark-color: #222;
  --white: #fff;
  --black: #000;
  --black-light: #212529;
  --font-simple: "Montserrat";
  --font-title: "Monument Extended";
  --max-container: 1400px;
  --animate-duration-fast: 0.3s;
  --animate-duration-medium: 0.7s;
  --animate-duration-slow: 1s;
  --radius: 15px;
  --radius-xl: 100px;
  --verde-menta: #9DDB9DFF;
  --sabbia: #c0a266;
  --grigio: #F2F2F2;
  --woo-rosa: #BC2A79;
  --woo-rosa-opacity: rgba(188,42,121,.4);
  --grigio-testo: #989898;
  --facebook: #1C70DE;
  --desktop-padding-gutter: 80px;
  --desktop-padding-wrapper: 3rem;
  --mobile-padding-wrapper: 1rem;
}

/** Bootstrap navbar fix (https://git.io/fADqW) */
/* style for buttons */
.button-default, .single-product form .btn, .button-snippet, .button-empty, .button-primary, .button-dark {
  color: var(--white);
  padding: 15px;
  font-size: 14px;
  letter-spacing: 0.07em;
  border: 0;
  border-radius: var(--radius);
  font-family: var(--font-simple), sans-serif;
}

.button-uppercase {
  text-transform: uppercase;
}

.button-radius-xl {
  border-radius: var(--radius-xl);
}

.button-dark {
  background-color: var(--black);
}

.button-primary {
  background-color: var(--primary-color);
}

.button-empty {
  background-color: var(--white);
  color: var(--black);
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 1px 4px var(--grigio);
  padding: 15px 50px;
}
.button-empty:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-snippet {
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  background-color: var(--white);
  color: var(--primary-color);
  text-align: center;
}
.button-snippet:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.single-product form.form-contribution.form-review.field-toggler-initialized .perf-show-upload {
  display: block !important;
}
.single-product .perf-flash-sale.perf-container.perf-hook.woocommerce-before-add-to-cart-form .perf-time {
  padding: 5px;
  background: transparent;
}
.single-product .perf-flash-sale.perf-container.perf-hook.woocommerce-before-add-to-cart-form .perf-time span {
  color: var(--primary-color);
}
.single-product .perf-flash-sale.perf-container.perf-hook.woocommerce-before-add-to-cart-form .perf-time i {
  color: var(--primary-color);
  margin-right: 0;
}
.single-product .perf-flash-sale.perf-container.perf-hook.woocommerce-before-add-to-cart-form .perf-time i:before {
  content: "\e80c";
}
.single-product div#tab-description a {
  color: var(--primary-color);
  text-decoration: underline;
}
.single-product .container.position-relative.perf-product-container {
  max-width: 1320px;
}
.single-product .perf-breadcrumb {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  white-space: nowrap;
  list-style: none;
}
@media (max-width: 767.98px) {
  .single-product .perf-breadcrumb {
    padding-bottom: 0;
  }
}
.single-product .perf-breadcrumb span {
  display: inline-block;
}
.single-product .perf-breadcrumb.perf-breadcrumb_overflow {
  white-space: normal;
}
.single-product .perf-breadcrumb.perf-breadcrumb_overflow.perf-breadcrumb_expanded {
  white-space: normal;
}
.single-product .perf-breadcrumb.perf-breadcrumb_overflow.perf-breadcrumb_expanded span {
  display: inline-block;
}
.single-product .perf-breadcrumb.perf-breadcrumb_overflow.perf-breadcrumb_expanded .perf-breadcrumb__toggle a:before {
  display: inline-block;
  content: "-";
  background: #000;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  padding: 0 6px 2px;
  margin: 0 5px;
}
.single-product .perf-breadcrumb.perf-breadcrumb_overflow span {
  display: none;
}
.single-product .perf-breadcrumb.perf-breadcrumb_overflow span:last-child, .single-product .perf-breadcrumb.perf-breadcrumb_overflow span:first-child, .single-product .perf-breadcrumb.perf-breadcrumb_overflow span.perf-breadcrumb__toggle, .single-product .perf-breadcrumb.perf-breadcrumb_overflow span.last {
  display: inline-block;
}
.single-product .perf-breadcrumb.perf-breadcrumb_overflow .perf-breadcrumb__toggle {
  display: inline-block;
}
.single-product .perf-breadcrumb.perf-breadcrumb_overflow .perf-breadcrumb__toggle a:before {
  content: "+";
  background: #000;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  padding: 0 6px 2px;
  margin: 0 5px;
}
.single-product .perf-breadcrumb .perf-breadcrumb__toggle {
  display: none;
}
.single-product a.disabled_item.single_ {
  display: flex;
  font-weight: 700;
}
@media (min-width: 768px) {
  .single-product a.disabled_item.single_ {
    justify-content: center;
  }
}
.single-product .review-spinner {
  width: 20px !important;
  height: 20px !important;
}
.single-product .fancybox-container {
  z-index: 999999;
}
.single-product .woocommerce-variation-availability div#yith-wcwtl-output {
  display: flex;
  flex-direction: column-reverse;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 20px;
  margin-top: 24px;
}
.single-product .woocommerce-variation-availability div#yith-wcwtl-output .wrap-form-fields {
  display: flex !important;
  flex-direction: column;
}
.single-product .woocommerce-variation-availability div#yith-wcwtl-output .wrap-form-fields a.button.alt.yith-wcwtl-submit {
  background: #000 !important;
  border-radius: 30px;
  padding: 8px 15px;
}
@media (max-width: 767.98px) {
  .single-product div.product div.images.woocommerce-product-gallery {
    margin-bottom: 0;
    margin-top: -20px;
  }
  .single-product .flex-viewport {
    width: 100vw;
  }
  .single-product .flex-viewport .woocommerce-product-gallery__image img {
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .single-product .d-md-none.single-label-mobile-container {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .single-product footer.content-info.perf-footer {
    margin-bottom: 145px;
  }
}
.single-product .wpgs-for {
  display: block !important;
}
.single-product div#tm-extra-product-options {
  width: 100%;
}
.single-product div#tm-extra-product-options hr {
  display: none;
}
.single-product div#tm-extra-product-options ul#tm-extra-product-options-fields {
  padding-left: 0;
  list-style-type: none;
}
.single-product div#tm-extra-product-options ul.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-textfield.tm-element-ul-textfield.element_0 {
  padding-left: 0;
  list-style-type: none;
}
.single-product div#tm-extra-product-options ul.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-textfield.tm-element-ul-textfield.element_0 span.price.tc-price.hidden {
  display: none;
}
.single-product div#tm-extra-product-options ul.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-textfield.tm-element-ul-textfield.element_0 li.tmcp-field-wrap label {
  width: 100%;
}
.single-product div#tm-extra-product-options ul.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-textfield.tm-element-ul-textfield.element_0 li.tmcp-field-wrap label input.tmcp-field.tm-epo-field.tmcp-textfield.tcenabled {
  border-radius: 20px;
  border: 1px solid #212529;
  background: #EEE;
  width: 70%;
  padding: 5px 15px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .single-product div#tm-extra-product-options ul.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-textfield.tm-element-ul-textfield.element_0 li.tmcp-field-wrap label input.tmcp-field.tm-epo-field.tmcp-textfield.tcenabled {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single-product scalapay-widget.hydrated {
    text-align: center;
    margin-bottom: 0;
    font-size: 0.85rem;
  }
  .single-product scalapay-widget.hydrated div.sp-pay-installment {
    justify-content: center !important;
    align-items: center !important;
  }
}
.single-product div.sp-pay-installment {
  border: 1px solid red !important;
  justify-content: center !important;
  align-items: center !important;
}
.single-product .new-badge span {
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .col-xl-4.price-product.col-12 {
    margin-top: 15px;
  }
}
.single-product .yith-wcwl-wishlistexistsbrowse {
  display: flex;
  font-weight: 700;
  gap: 5px;
  justify-content: center;
}
@media (max-width: 1000px) {
  .single-product .yith-wcwl-wishlistexistsbrowse {
    justify-content: start;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .single-product .yith-wcwl-wishlistexistsbrowse {
    justify-content: center !important;
  }
}
.single-product p.perf-scalapay-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .single-product p.perf-scalapay-text {
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.85rem;
  }
}
.single-product .ubtn.ult-adjust-bottom-margin.ult-responsive.ubtn-normal {
  background-color: var(--black);
  border: 1px solid var(--black);
  box-shadow: none;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product #related_container .wp-bootstrap-blocks-container.container.mb-2, .single-product #suggested_container .wp-bootstrap-blocks-container.container.mb-2 {
    max-width: 100%;
  }
  .single-product #related_container .perf-slider-product-container .slider-product-wrapper, .single-product #suggested_container .perf-slider-product-container .slider-product-wrapper {
    margin-left: 40px;
    margin-right: -15px;
  }
}
.single-product p.stock.in-stock.stock-disponibilita-limitata {
  color: #ECA20D !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.single-product p.stock.in-stock.stock-ultimi-pezzi {
  color: #BC2A79 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .product-type-gift-card .summary.entry-summary.col-12.col-md-6.perf-summary {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .product-type-gift-card div.images.woocommerce-product-gallery {
    width: 100% !important;
  }
}
.single-product .product-type-gift-card .woocommerce-product-gallery__wrapper {
  box-shadow: none;
}
.single-product .product-type-gift-card h3.ywgc_choose_design_title {
  margin-top: 24px;
}
.single-product .product-type-gift-card h1.product_title.entry-title, .single-product .product-type-gift-card .ywgc-main-form-preview-container {
  display: none;
}
.single-product .product-type-gift-card .ywgc-preset-image:not(.ywgc-default-product-image), .single-product .product-type-gift-card .ywgc-preset-image {
  border: none;
}
.single-product .product-type-gift-card .gift-card-content-editor.step-appearance .ywgc-design-list ul li {
  padding: 3px;
}
.single-product .product-type-gift-card .gift-cards-list button {
  background: #fff;
  color: #BC2A79;
  border: 1px solid #BC2A79;
  padding: 8px 18px;
  font-family: var(--font-simple);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.single-product .product-type-gift-card .gift-cards-list button.selected_button {
  background: #BC2A79 !important;
  color: #fff;
}
.single-product .product-type-gift-card .ywgc-postdated {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product .product-type-gift-card .gift-card-content-editor.step-content input, .single-product .product-type-gift-card .gift-card-content-editor.step-content textarea {
  background: #eee;
  padding: 14px 10px 10px 10px;
  border-radius: 20px;
  border: none;
}
.single-product .product-type-gift-card .ywgc-choose-image.ywgc-choose-template {
  background: #BC2A79 !important;
  padding: 10px;
}
.single-product .product-type-gift-card .ywgc-choose-image.ywgc-choose-template {
  width: 150px;
  height: 150px;
  font-size: 14px;
}
.single-product .product-type-gift-card .ywgc-delivery-notification-checkbox-container {
  display: flex;
  align-items: center;
}
.single-product .product-type-gift-card .ywgc-delivery-notification-checkbox-container input {
  width: auto;
  margin-right: 10px;
}
.single-product .product-type-gift-card .woocommerce-product-rating {
  margin-top: 24px;
}
.single-product .product-type-gift-card div#scalapayPopUpTrigger {
  display: none;
}
.single-product .product-type-gift-card .summary .woocommerce-product-details__short-description {
  margin-bottom: 0;
}
.single-product .product-type-gift-card .summary .woocommerce-product-details__short-description p {
  margin-bottom: 24px;
}
.single-product .product-type-gift-card h3.ywgc_select_amount_title, .single-product .product-type-gift-card h3.ywgc_delivery_info_title {
  margin: 24px 0;
}
.single-product .product-type-gift-card h5.ywgc_recipient_info_title, .single-product .product-type-gift-card h5.ywgc-sender-info-title {
  margin: 24px 0 !important;
}
.single-product .product-type-gift-card .summary .price .iva-incl {
  display: none;
}
@media (max-width: 767.98px) {
  .single-product .product-type-gift-card .ywgc-main-form-preview-container {
    min-height: auto;
  }
  .single-product .product-type-gift-card .ywgc-main-form-preview-container hr {
    display: none;
  }
  .single-product .product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-from-to-container, .single-product .product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-separator, .single-product .product-type-gift-card .ywgc-main-form-preview-container .ywgc-form-preview-message-container {
    display: none;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .single-product .product-type-gift-card .wrapper-mobile-info {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .single-product .product-type-gift-card .gift-cards_form {
    margin-top: -48px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .single-product .product-type-gift-card .gift-card-content-editor.step-content input, .single-product .product-type-gift-card .gift-card-content-editor.step-content textarea {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .single-product .product-type-gift-card .summary .single_add_to_cart_button {
    min-width: 190px;
  }
  .single-product .product-type-gift-card .ywgc-delivery-notification-checkbox-container {
    display: flex;
    margin-top: 15px;
  }
  .single-product .product-type-gift-card .ywgc-delivery-notification-checkbox-container input#ywgc-delivery-notification-checkbox {
    width: auto;
  }
  .single-product .product-type-gift-card .ywgc-delivery-notification-checkbox-container label {
    line-height: 22px;
    padding-left: 20px;
    text-align: left;
  }
  .single-product .product-type-gift-card .summary .woocommerce-product-details__short-description p {
    margin-bottom: 10px;
  }
  .single-product .product-type-gift-card .summary .price {
    justify-content: flex-start;
    margin-bottom: 22px !important;
  }
  .single-product .product-type-gift-card h3.ywgc_choose_design_title {
    margin-top: 48px;
  }
  .single-product .product-type-gift-card h3.ywgc_delivery_info_title {
    margin-bottom: 0;
  }
  .single-product .product-type-gift-card .ywgc-postdated {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-product .product-type-gift-card h5.ywgc_recipient_info_title, .single-product .product-type-gift-card h5.ywgc-sender-info-title {
    margin-bottom: 0 !important;
  }
  .single-product .product-type-gift-card input#ywgc-recipient-email {
    margin-bottom: 24px;
  }
  .single-product .product-type-gift-card .gift_card_template_button {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .single-product .woocommerce-product-gallery.perf-image-wrapper .woocommerce-product-gallery__image {
    max-height: 520px;
    height: 515px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .single-product .woocommerce-product-gallery.perf-image-wrapper .woocommerce-product-gallery__image a {
    height: 100% !important;
    display: block;
  }
  .single-product .woocommerce-product-gallery.perf-image-wrapper .woocommerce-product-gallery__image a img {
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .single-product .woocommerce-product-gallery.perf-image-wrapper ul.flex-direction-nav {
    top: 35%;
    width: 100%;
    left: 0;
  }
  .single-product .woocommerce-product-gallery.perf-image-wrapper ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-wrap: nowrap;
  }
  .single-product .woocommerce-product-gallery.perf-image-wrapper .woocommerce-product-gallery__image.single-product-main-image.slick-slide.slick-current.slick-active {
    max-height: 536px;
  }
}
@media (max-width: 767.98px) {
  .single-product .pswp {
    z-index: 99999;
  }
  .single-product .pswp__top-bar {
    background-color: black;
  }
  .single-product .pswp .pswp__bg {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .single-product .pswp__button--arrow--right:before {
    content: "\f105";
    font-family: "fontello";
    font-size: 30px;
  }
  .single-product .pswp__button--arrow--left:before {
    content: "\f104";
    font-family: "fontello";
    font-size: 30px;
  }
}
.single-product a.wpgs-lightbox-icon {
  max-height: 536px;
  display: block;
}
.single-product a.wpgs-lightbox-icon img {
  max-height: 536px !important;
  height: 536px;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
@media (max-width: 767.98px) {
  .single-product a.wpgs-lightbox-icon img {
    width: 250px !important;
    height: 250px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.single-product .flaticon-back {
  display: none !important;
}
.single-product .flaticon-right-arrow {
  display: none !important;
}
.single-product button.slick-prev {
  margin-left: -5px;
}
.single-product button.slick-prev:before {
  content: "\f104";
  font-family: "fontello", san-serif;
}
.single-product button.slick-next:before {
  content: "\f105";
  font-family: "fontello", san-serif;
}
.single-product .slick-dots {
  display: none !important;
}
@media (max-width: 767.98px) {
  .single-product .slick-dots {
    display: block !important;
  }
  .single-product .slick-dots li button:before {
    width: 12px;
    height: 12px;
  }
  .single-product .slick-list.draggable {
    display: none;
  }
  .single-product .slick-list.draggable .slick-slide img {
    height: 0;
  }
  .single-product .slick-list.draggable .slick-slide img:before {
    content: " ";
    background: #eee;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block !important;
  }
  .single-product div.images.woocommerce-product-gallery {
    padding: 0 25px;
  }
  .single-product img.attachment-shop_single {
    width: 90% !important;
  }
  .single-product a.wpgs-lightbox-icon {
    display: flex;
    justify-content: center;
  }
  .single-product .flaticon-back {
    display: block !important;
  }
  .single-product .flaticon-back:before {
    content: "\f104";
    font-family: "fontello", san-serif;
  }
  .single-product .flaticon-right-arrow {
    display: block !important;
  }
  .single-product .flaticon-right-arrow:before {
    content: "\f105";
    font-family: "fontello", san-serif;
  }
  .single-product button.slick-prev, .single-product button.slick-next {
    display: none !important;
  }
}
.single-product img.attachment-woocommerce_gallery_thumbnail.size-woocommerce_gallery_thumbnail, .single-product img.wpgs-thumb-main-image {
  width: 88px !important;
}
.single-product i.yith-wcwl-icon.fa.fa-heart-o, .single-product i.yith-wcwl-icon.fa.fa-heart {
  font-size: 24px;
}
.single-product i.icon-share-new {
  font-size: 24px;
  margin-right: 5px;
}
.single-product a.perf-button-share {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product p.in-stock {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .single-product p.in-stock {
    margin-top: 0;
  }
}
.single-product p.in-stock:nth-of-type(4) {
  display: none;
}
.single-product p.in-stock:nth-of-type(1) {
  display: none;
}
.single-product div.performize-product-features {
  margin: 24px 0;
  display: flex;
}
@media (max-width: 767.98px) {
  .single-product div.performize-product-features {
    margin-bottom: 0;
  }
  .single-product div.performize-product-features img {
    max-width: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product div.performize-product-features img {
    max-width: 60px;
  }
}
.single-product .perf-ult-button {
  padding: 8px 15px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.single-product .cart.bundle_data span.before-add-text {
  margin-right: 20px;
}
.single-product .cart.bundle_data .btn-price.before-add ins span.woocommerce-Price-amount.amount bdi {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  font-family: var(--font-simple);
  margin-right: 20px;
}
.single-product .cart.bundle_data .btn-price.before-add del span.woocommerce-Price-amount.amount bdi {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  font-family: var(--font-simple);
}
@media (max-width: 767.98px) {
  .single-product .cart.bundle_data p.stock.in-stock {
    display: flex;
    justify-content: center;
  }
}
.single-product #accordion .accordion-button:not(.collapsed):after {
  margin-bottom: -39px;
}
.single-product .perf-slider-product-title {
  font-size: 35px !important;
  margin-bottom: 49px;
}
@media (max-width: 767.98px) {
  .single-product .perf-slider-product-title {
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 250 !important;
    line-height: normal !important;
    font-family: var(--font-title) !important;
    margin-bottom: 10px;
    padding: 0 20px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .perf-slider-product-title {
    margin-bottom: 25px;
  }
}
.single-product .woocommerce-tabs {
  padding: 80px 140px;
  background: #E7E7E7;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .woocommerce-tabs {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .single-product .woocommerce-tabs {
    padding: 0;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  background: #E7E7E7;
  padding: 40px 40px 0 40px !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 40px 0 !important;
    padding-bottom: 0 !important;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li {
  font-family: var(--font-simple);
}
.single-product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid !important;
}
.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--black-light) !important;
  padding-bottom: 6px !important;
}
.single-product .woocommerce-tabs ul.tabs li a {
  color: rgba(0, 0, 0, 0.6) !important;
  padding-bottom: 6px !important;
}
.single-product .woocommerce-tabs > .container {
  padding: 0;
}
.single-product ul.flex-direction-nav {
  position: absolute;
  top: 40%;
  width: 80%;
  left: 20%;
  margin: 0;
  padding: 0px;
  list-style: none;
}
@media (max-width: 767.98px) {
  .single-product ul.flex-direction-nav {
    left: 10%;
  }
}
.single-product .product-sku {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .single-product .product-sku {
    display: none;
  }
}
.single-product .sp-container {
  margin-bottom: 15px;
}
.single-product li.flex-nav-prev {
  float: left;
}
@media (max-width: 767.98px) {
  .single-product li.flex-nav-prev {
    display: block;
  }
}
.single-product li.flex-nav-next {
  float: right;
}
@media (max-width: 767.98px) {
  .single-product li.flex-nav-next {
    display: block;
  }
}
.single-product a.flex-next {
  visibility: hidden;
}
.single-product a.flex-prev {
  visibility: hidden;
}
.single-product a.flex-next::after {
  visibility: visible;
  content: "\f0a9";
  font-family: "FontAwesome";
  margin-right: 10px;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .single-product a.flex-next::after {
    font-size: 20px;
  }
}
.single-product a.flex-prev::before {
  visibility: visible;
  content: "\f0a8";
  font-family: "FontAwesome";
  margin-left: 10px;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .single-product a.flex-prev::before {
    font-size: 20px;
  }
}
.single-product ul.flex-direction-nav li a {
  color: #000;
}
.single-product ul.flex-direction-nav li a:hover {
  text-decoration: none;
}
.single-product .perf-bottom-bar-shop-container a.added_to_cart {
  display: none;
}
.single-product a.button.wc-forward {
  background: transparent;
  border: 1px solid;
  border-radius: 30px;
  color: #038640;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.single-product a.button.wc-forward:hover {
  background-color: #038640;
  color: #fff;
}
.single-product .pswp__caption__center {
  display: none;
}
.single-product .perf-product-labels-container {
  top: 0;
  left: 0;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .single-product .perf-product-labels-container {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    left: 15px;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .single-product .perf-product-labels-container {
    left: 80px !important;
  }
}
.single-product .perf-product-labels-container span.sale {
  font-weight: 700;
}
.single-product .perf-product-labels-container span.out-of-stock {
  border: 1px solid var(--black-light);
  border-radius: 50px;
  color: var(--black-light) !important;
  font-family: var(--font-simple);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
  margin-left: 0;
}
.single-product h1.product_title.entry-title {
  font-family: var(--font-simple);
  margin-bottom: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product h1.product_title.entry-title {
    margin-bottom: 0px;
  }
}
.single-product p.entry-title.h6.d-md-block.d-none {
  font-size: 12px;
  font-weight: 700 !important;
  margin-bottom: 10px;
}
.single-product p.perf-titolo-seo {
  font-family: var(--font-simple);
  margin-bottom: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .single-product p.perf-titolo-seo {
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product p.perf-titolo-seo {
    margin-bottom: 15px;
  }
}
.single-product .col-md-4.price-product.col-12 {
  padding: 0;
}
.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
    margin-left: 24px;
    min-width: auto;
  }
}
.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .single_add_to_cart_button {
    margin-left: 24px;
    min-width: auto;
  }
}
.single-product div.woocommerce-variation .woocommerce-variation-price {
  color: var(--black-light) !important;
  font-family: var(--font-simple), sans-serif;
  font-size: 26px !important;
  font-weight: 700;
}
.single-product div.woocommerce-variation .woocommerce-variation-price ins {
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .single-product div.woocommerce-variation .single_add_to_cart_button {
    margin-left: 24px;
    min-width: auto;
  }
}
.single-product .scalapay-widget-area {
  width: 100%;
}
.single-product #reviews {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product #reviews {
    margin-bottom: 0;
  }
}
.single-product #reviews .comment_container .comment-text {
  padding-left: 0 !important;
}
.single-product #reviews .comment_container .comment-text img {
  max-width: 250px !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}
@media (max-width: 767.98px) {
  .single-product .perf-product-container {
    display: flex;
    flex-direction: column;
  }
  .single-product #reviews .comment_container .comment-text img {
    max-width: 250px;
    max-height: 250px;
    width: 100%;
  }
  .single-product .woocommerce-product-gallery--with-images {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .single-product .flex-control-nav.flex-control-thumbs {
    display: none;
  }
  .single-product .product-sku {
    text-align: center;
  }
  .single-product .perf-slider-product-title {
    font-size: 18px;
    font-family: var(--font-simple);
    font-weight: bold;
  }
  .single-product .scalapay-widget-area {
    text-align: center;
    width: 100% !important;
  }
  .single-product .wp-block-spacer {
    height: 5px !important;
  }
  .single-product .glider-slide {
    min-width: 220px;
  }
  .single-product .woocommerce .products div.product .woocommerce-loop-product__title + .price {
    margin-top: 10px !important;
  }
  .single-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin-top: 0 !important;
    height: 210px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .single-product .container.mt-md-5 {
    display: flex;
    flex-direction: column;
  }
  .single-product #reviews .product-rating {
    flex-direction: column;
  }
  .single-product #reviews .product-rating .product-rating-summary {
    justify-content: center;
    align-items: center;
  }
  .single-product #reviews .product-rating .product-rating-details {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
  }
  .single-product #reviews {
    padding: 88px 30px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .single-product #reviews {
    padding: 30px;
  }
}
.single-product p.iworks-omnibus {
  margin-bottom: 24px;
  margin-top: 24px;
  font-family: var(--font-simple);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.5%;
  width: 100%;
  color: var(--black-light);
}
@media (max-width: 767.98px) {
  .single-product p.iworks-omnibus span.woocommerce-Price-amount.amount {
    font-size: 12px;
  }
}
.single-product p.iworks-omnibus span.woocommerce-Price-amount.amount bdi {
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .single-product p.iworks-omnibus {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product p.iworks-omnibus {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
  }
}
.single-product div#scalapayPopUpTrigger {
  margin-bottom: 24px !important;
  color: var(--black-light);
  font-family: var(--font-simple);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.single-product div#scalapayPopUpTrigger .sp-logo svg {
  width: 70px !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product div#scalapayPopUpTrigger {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767.98px) {
  .single-product div#scalapayPopUpTrigger {
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 10px !important;
    margin-top: -5px !important;
  }
}
.single-product .single_variation_wrap {
  width: 100%;
}
@media (max-width: 767.98px) {
  .single-product .perf-slider-product {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .perf-slider-product {
    height: auto !important;
  }
}
.single-product .perf-slider-product .perf-slider-product-container {
  width: 100%;
}
@media (max-width: 767.98px) {
  .single-product .perf-slider-product .perf-slider-product-container {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper {
    padding-left: 15px;
  }
}
.single-product .perf-slider-product .perf-slider-product-container .glider-track {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 767.98px) {
  .single-product .perf-slider-product .perf-slider-product-container .glider-track {
    width: 100% !important;
    align-items: flex-start;
  }
}
.single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element {
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 312px;
}
@media (max-width: 767.98px) {
  .single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element {
    width: 60vw !important;
    height: auto !important;
    margin: 15px !important;
    min-width: 265px !important;
  }
}
.single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element .col.h-100 {
  padding: 15px 15px 15px 0;
}
.single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product {
  height: 508px !important;
}
.single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product .perf-product-labels-container {
  position: absolute;
}
@media (max-width: 767.98px) {
  .single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product {
    width: 165px !important;
    height: auto !important;
  }
  .single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product .star-rating {
    order: 1;
  }
  .single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product span.perf-review-text {
    order: 2;
  }
  .single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product .btn-outline-primary {
    background: #000;
    color: #fff;
    border: #000;
    padding: 8px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product {
    height: 430px !important;
  }
}
.single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product .woocommerce-loop-product__title {
  height: 45px !important;
  margin-top: 0px;
}
@media (max-width: 767.98px) {
  .single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product .price {
    margin: 0;
    margin-top: 10px;
    order: 3;
  }
}
@media (max-width: 767.98px) {
  .single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product .price span.woocommerce-Price-amount.amount {
    font-size: 18px;
  }
}
.single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product .price ins {
  margin: 0 5px 0 0px;
}
.single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product .price .perf-percentuale-sconto {
  margin: 0;
}
@media (max-width: 767.98px) {
  .single-product .perf-slider-product .perf-slider-product-container .slider-product-wrapper .perf-slider-element div.product.type-product {
    height: 410px !important;
    width: 100% !important;
  }
}
.single-product .perf-slider-product .perf-slider-product-container button.perf_product_arrow_prev {
  left: -4.2%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .perf-slider-product .perf-slider-product-container button.perf_product_arrow_prev {
    display: none;
  }
}
.single-product .perf-slider-product .perf-slider-product-container button.perf_product_arrow_next {
  right: -4.2%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .perf-slider-product .perf-slider-product-container button.perf_product_arrow_next {
    display: none;
  }
}
.single-product .fancybox-caption__body {
  display: none;
}
.single-product .block-articoli-tutorial .img-cover {
  max-width: none !important;
}
@media (max-width: 767.98px) {
  .single-product .block-articoli-tutorial {
    padding: 10px 0;
  }
  .single-product .block-articoli-tutorial .container-fluid.p-md-0 {
    padding-left: 0;
  }
  .single-product .block-articoli-tutorial .container-fluid.p-md-0 .block-articoli-title h3.perf-general-title {
    font-size: 30px !important;
  }
  .single-product .block-articoli-tutorial .block-articoli-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .single-product .site-main {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .site-main {
    margin-bottom: 0;
  }
}
.single-product img.wp-post-image.lazy-loaded {
  margin-top: -20px;
}
.single-product .perf-yoast-breadcrumb span .breadcrumb_last {
  color: #767676;
  font-weight: 700;
  line-height: 146.5%;
}
.single-product .perf-yoast-breadcrumb span a {
  color: #303030;
}
@media (max-width: 767.98px) {
  .single-product .perf-yoast-breadcrumb {
    padding: 0 15px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .perf-yoast-breadcrumb {
    margin: 15px 0;
  }
}
.single-product .wpgs-lightbox-icon::before {
  display: none;
}
@media (max-width: 767.98px) {
  .single-product .wrapper-mobile-info {
    padding: 0 30px;
    order: 1;
    margin-bottom: 10px;
  }
}
.single-product .wrapper-mobile-info .perf-product-brand {
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  font-family: var(--font-simple), sans-serif;
  display: none;
}
@media (max-width: 767.98px) {
  .single-product .wrapper-mobile-info .perf-product-brand {
    display: block;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.single-product .wrapper-mobile-info .mobile-title {
  font-weight: bold;
  font-size: 18px;
  display: none;
  font-family: var(--font-title), sans-serif;
}
@media (max-width: 767.98px) {
  .single-product .wrapper-mobile-info .mobile-title {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--font-simple);
  }
}
.single-product .type-label-2 {
  display: none;
}
.single-product a.compare.button {
  display: none;
}
.single-product .summary {
  width: 50% !important;
}
@media (max-width: 767.98px) {
  .single-product .summary {
    padding: 0 30px;
    order: 2;
    margin-bottom: 15px !important;
    width: 100% !important;
  }
}
.single-product .summary .perf-product-brand {
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  font-family: var(--font-simple), sans-serif;
}
@media (max-width: 767.98px) {
  .single-product .summary .perf-product-brand {
    margin-top: 0;
  }
}
.single-product .summary span.perf-review-text {
  display: none;
}
@media (max-width: 767.98px) {
  .single-product .summary span.perf-review-text {
    order: 2;
  }
}
.single-product .summary .perf-single-waitinglist #yith-wcwtl-output {
  display: flex;
  flex-direction: column-reverse;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 20px;
}
.single-product .summary .perf-single-waitinglist #yith-wcwtl-output .button.alt {
  border-radius: 30px;
  border: 1px solid;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  background: #000 !important;
}
@media (max-width: 767.98px) {
  .single-product .summary .perf-single-waitinglist #yith-wcwtl-output .button.alt {
    width: 100%;
    background: #000 !important;
  }
}
.single-product .summary .perf-single-waitinglist #yith-wcwtl-output input#yith-wcwtl-email {
  width: 100%;
  background: #eee;
  border-radius: 50px;
  border: 1px solid var(--black-light);
  padding: 10px 14px;
  margin-top: 10px;
  font-size: 14px;
  font-family: var(--font-simple);
}
.single-product .summary .perf-single-waitinglist #yith-wcwtl-output label[for=yith-wcwtl-email] {
  font-size: 0;
}
.single-product .summary .product_title {
  font-weight: bold;
  font-size: 21px;
  font-family: var(--font-title), sans-serif;
}
@media (max-width: 767.98px) {
  .single-product .summary .product_title {
    margin-bottom: 10px !important;
  }
}
.single-product .summary .woocommerce-product-details__short-description {
  position: relative;
  height: 115px;
  overflow: hidden !important;
  width: 100%;
}
@media (max-width: 767.98px) {
  .single-product .summary .woocommerce-product-details__short-description {
    margin-bottom: 10px;
  }
}
.single-product .summary .woocommerce-product-details__short-description p {
  font-family: var(--font-simple), sans-serif;
}
@media (max-width: 767.98px) {
  .single-product .summary .woocommerce-product-details__short-description p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.single-product .summary .product-morelink-container {
  position: absolute;
  bottom: -35px;
  text-align: center;
  margin-bottom: 25px;
  /*background-image: linear-gradient(to bottom, transparent, #fff);*/
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px -30px 15px 5px rgba(255, 255, 255, 0.69);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .summary .product-morelink-container {
    bottom: -25px;
    padding-top: 13px;
    padding-bottom: 15px;
  }
}
.single-product .summary .product-morelink-container .product-morelink {
  font-weight: bold;
  color: var(--primary-color);
}
.single-product .summary .product-morelink-container.open-product-more {
  background-image: none;
  bottom: 0;
  position: relative;
  padding: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: transparent;
}
.single-product .summary .single_add_to_cart_button {
  background-color: var(--dark-color) !important;
  padding: 8px 15px;
  min-width: 282px;
  border-radius: var(--radius-xl);
  color: var(--white);
  overflow: hidden;
  margin-left: 24px;
}
@media (max-width: 767.98px) {
  .single-product .summary .single_add_to_cart_button {
    padding: 0.6rem 1rem !important;
    font-size: 14px;
    margin-left: 2rem;
  }
}
.single-product .summary .variations select {
  padding: 5px;
}
.single-product .summary .reset_variations {
  color: var(--primary-color);
}
.single-product .summary .price {
  position: relative;
  color: var(--black-light) !important;
  font-weight: bold;
  font-size: 26px !important;
  font-family: var(--font-simple), sans-serif;
  margin: 0;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .single-product .summary .price {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 10px !important;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .summary .price {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .single-product .summary .price span.woocommerce-Price-amount.amount bdi {
    font-size: 26px !important;
  }
}
.single-product .summary .price ins {
  text-decoration: none;
  margin: 0 12px;
}
@media (max-width: 767.98px) {
  .single-product .summary .price ins {
    margin: 0;
    margin-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .single-product .summary .price ins span.woocommerce-Price-amount.amount bdi {
    font-size: 26px !important;
  }
}
.single-product .summary .price del {
  margin: 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  font-family: var(--font-simple), sans-serif;
}
@media (max-width: 767.98px) {
  .single-product .summary .price del {
    font-size: 14px !important;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .single-product .summary .price del span.woocommerce-Price-amount.amount bdi {
    font-size: 16px !important;
  }
}
.single-product .summary .price .iva-incl {
  font-size: 12px;
  font-style: italic;
  padding-left: 20px;
  font-weight: 700;
  color: var(--black-light);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .summary .price .iva-incl {
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .single-product .summary .price .iva-incl {
    padding-left: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    margin-bottom: 0;
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .single-product .summary .price .perf-percentuale-sconto {
    margin: 0;
    margin-right: 24px;
  }
}
.single-product .summary .stock {
  color: var(--primary-color) !important;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .single-product .summary .stock {
    width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .single-product .summary .stock {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .summary .stock {
    margin-bottom: 15px;
  }
}
.single-product .summary .woocommerce-product-rating {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 3px 0;
  margin-bottom: 24px !important;
}
@media (max-width: 767.98px) {
  .single-product .summary .woocommerce-product-rating {
    display: flex;
    justify-content: flex-start;
    border-top: none;
    border-top: 1px solid;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product .summary .woocommerce-product-rating {
    margin-bottom: 15px !important;
  }
}
.single-product .summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
  font-family: var(--font-simple);
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.single-product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: var(--primary-color);
}
.single-product .summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  width: 50%;
  margin-top: 0;
  border-right: 1px solid #999999;
  float: left;
}
@media (max-width: 767.98px) {
  .single-product .summary .yith-wcwl-add-to-wishlist {
    margin-bottom: 0px;
    border-right: none;
  }
}
.single-product .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist {
  font-weight: 700;
}
.single-product .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist.open-pretty-photo {
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .single-product .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist.open-pretty-photo {
    font-size: 14px;
    font-family: var(--font-simple);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
  }
  .single-product .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist.open-pretty-photo i {
    font-size: 24px;
    margin: 0;
  }
}
@media (max-width: 1000px) {
  .single-product .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist.open-pretty-photo {
    justify-content: start;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .single-product .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist.open-pretty-photo {
    justify-content: center !important;
  }
}
@media (max-width: 767.98px) {
  .single-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    text-align: left;
  }
}
.single-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span {
  font-size: 14px;
  font-family: var(--font-simple);
  font-weight: 600;
}
.single-product .summary .perf-share {
  display: inline-block;
  width: 50%;
  float: left;
  justify-content: center;
}
@media (min-width: 768px) {
  .single-product .summary .perf-share {
    margin-top: -6px;
  }
}
@media (max-width: 767.98px) {
  .single-product .summary .perf-share {
    margin-bottom: 0px;
    border-left: 1px solid;
    text-align: left;
    margin-top: -7px;
  }
}
.single-product .summary .perf-share i.icon-share {
  margin-right: 5px;
}
.single-product .summary .perf-share .button-share-text {
  font-size: 14px;
  font-family: var(--font-simple);
  font-weight: 700;
}
.single-product .summary .product_meta {
  display: none;
}
.single-product .summary .gift-cards_form .ywgc-design-list .ywgc-preset-image img {
  -o-object-fit: contain;
  object-fit: contain;
}
.single-product p.price {
  padding-top: 15px;
  border-top: 1px solid #333;
}
.single-product form.bundle_form {
  padding-top: 15px;
  border-top: 1px solid #333;
}
@media (max-width: 767.98px) {
  .single-product form.bundle_form {
    margin-top: 1rem;
  }
}
.single-product form.bundle_form:before {
  content: "KIT COMPOSTO DA:" !important;
  color: var(--Accent, #BC2A79);
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .single-product form.bundle_form:before {
    width: 100%;
    text-align: center;
  }
}
.single-product form.bundle_form .perf-bundle-items-wrapper {
  max-height: 160px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 24px;
  padding-right: 30px;
  width: 100%;
}
.single-product form.bundle_form .perf-bundle-items-wrapper .bundled_product_images.images {
  display: none;
}
.single-product form.bundle_form .perf-bundle-items-wrapper .details {
  width: 100%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .single-product form.bundle_form .perf-bundle-items-wrapper {
    max-height: 195px;
  }
  .single-product form.bundle_form .perf-bundle-items-wrapper h4.bundled_product_title.product_title {
    display: flex;
    justify-content: space-between;
  }
  .single-product form.bundle_form .perf-bundle-items-wrapper h4.bundled_product_title.product_title a.bundled_product_permalink:before {
    top: 5px;
    right: -10px;
    transform: translateY(0%);
  }
}
.single-product form.bundle_form .perf-bundle-items-wrapper span.item_title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-product form.bundle_form .perf-bundle-items-wrapper .bundled_item_cart_content .perf-percentuale-sconto, .single-product form.bundle_form .perf-bundle-items-wrapper .bundled_item_cart_content span.iva-incl {
  display: none;
}
.single-product form.bundle_form .perf-bundle-items-wrapper .bundled_item_cart_content ins {
  margin: 0;
}
.single-product form.bundle_form .perf-bundle-items-wrapper .bundled_item_cart_content del span.woocommerce-Price-amount.amount {
  display: none;
}
.single-product form.bundle_form .perf-bundle-items-wrapper .bundled_item_cart_content span.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .single-product form.bundle_form .perf-bundle-items-wrapper .bundled_item_cart_content span.woocommerce-Price-amount.amount {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .single-product form.bundle_form .perf-bundle-items-wrapper .bundled_item_cart_content .price {
    text-align: start !important;
  }
}
@media (max-width: 767.98px) {
  .single-product form.bundle_form .perf-bundle-items-wrapper .bundled_item_cart_content span.woocommerce-Price-amount.amount bdi {
    font-size: 18px !important;
  }
  .single-product form.bundle_form .perf-bundle-items-wrapper .bundled_item_cart_content h4.bundled_product_title.product_title {
    display: flex;
  }
  .single-product form.bundle_form .perf-bundle-items-wrapper .bundled_item_cart_content h4.bundled_product_title.product_title a.bundled_product_permalink:before {
    transform: translateY(0);
  }
}
.single-product form.bundle_form .perf-bundle-items-wrapper .bundled_product.bundled_product_summary {
  padding: 0;
  margin: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.single-product form.bundle_form .cart.bundle_data {
  margin-bottom: 24px;
}
.single-product form.bundle_form .cart.bundle_data .btn-price.before-add {
  margin-bottom: 24px;
}
.single-product form.bundle_form .cart.bundle_data .btn-price.before-add ins {
  text-decoration: none;
}
.single-product form.bundle_form .cart.bundle_data .btn-price.before-add span.iva-incl {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .single-product form.bundle_form .single_add_to_cart_button {
    min-width: 50vw;
  }
}
@media (max-width: 380px) {
  .single-product form.bundle_form .single_add_to_cart_button {
    min-width: 40vw;
  }
}
.single-product form.variations_form {
  flex-direction: column;
}
.single-product form.cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0px !important;
  padding-top: 15px;
  border-top: 1px solid #333;
}
.single-product form.cart .bundled_product_excerpt.product_excerpt {
  display: none;
}
@media (max-width: 767.98px) {
  .single-product form.cart {
    justify-content: space-between;
    margin-bottom: 0px !important;
    padding: 15px 0;
  }
}
.single-product form .btn {
  font-size: 18px;
  font-weight: 700;
  border: 1px solid var(--black);
  box-shadow: none;
  padding: 3px 0px;
  width: 100%;
  text-align: center;
  display: block;
  max-width: 282px;
  background-color: var(--black);
  color: var(--white);
  margin-left: 24px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single-product form .btn {
    max-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .single-product form .btn {
    max-width: 232px;
    position: relative;
    right: 5px;
  }
}
@media (max-width: 400px) {
  .single-product form .btn {
    margin-left: 10px;
    max-width: 188px;
  }
}
@media (max-width: 360px) {
  .single-product form .btn {
    max-width: 188px;
  }
}
.single-product form .btn:hover {
  background-color: var(--white) !important;
  color: var(--black);
  border: 1px solid var(--black);
}
.single-product .sku_wrapper, .single-product .posted_in {
  display: none;
}

#sidebar, .onsale {
  display: none;
}

.pswp .pswp__bg {
  background-color: rgba(0, 0, 0, 0.7);
}

section.related.products {
  display: none;
}

.woocommerce div.product form.cart div.quantity {
  display: flex;
}
@media (max-width: 767.98px) {
  .woocommerce div.product form.cart div.quantity {
    position: relative;
    left: -5px;
  }
}
@media (max-width: 360px) {
  .woocommerce div.product form.cart div.quantity {
    left: 0;
  }
}

.single-product .woocommerce-notices-wrapper ul, .single-product .woocommerce-notices-wrapper div {
  padding: 24px 70px;
  border: none;
}
.single-product .woocommerce-notices-wrapper ul:before, .single-product .woocommerce-notices-wrapper div:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 35px;
  margin-right: 0.2em;
  text-align: center;
  font-size: 27px;
  top: 15px;
  left: 20px;
}
.single-product .woocommerce-notices-wrapper ul li, .single-product .woocommerce-notices-wrapper div li {
  font-size: 14px;
  font-family: var(--font-simple);
}
.single-product .woocommerce-notices-wrapper ul.woocommerce-error, .single-product .woocommerce-notices-wrapper div.woocommerce-error {
  background-color: rgba(221, 4, 4, 0.0431372549);
  color: #DD0404;
}
.single-product .woocommerce-notices-wrapper ul.woocommerce-error:before, .single-product .woocommerce-notices-wrapper div.woocommerce-error:before {
  content: "\e830";
  color: #DD0404;
}
.single-product .woocommerce-notices-wrapper ul.woocommerce-error li, .single-product .woocommerce-notices-wrapper div.woocommerce-error li {
  color: #DD0404;
}
.single-product .woocommerce-notices-wrapper ul.woocommerce-info, .single-product .woocommerce-notices-wrapper ul.woocommerce-message, .single-product .woocommerce-notices-wrapper div.woocommerce-info, .single-product .woocommerce-notices-wrapper div.woocommerce-message {
  background-color: rgba(220, 243, 231, 0.5529411765);
  color: #038640;
}
.single-product .woocommerce-notices-wrapper ul.woocommerce-info:before, .single-product .woocommerce-notices-wrapper ul.woocommerce-message:before, .single-product .woocommerce-notices-wrapper div.woocommerce-info:before, .single-product .woocommerce-notices-wrapper div.woocommerce-message:before {
  content: "\e831";
  color: #038640;
}
.single-product .woocommerce-notices-wrapper ul.woocommerce-info li, .single-product .woocommerce-notices-wrapper ul.woocommerce-message li, .single-product .woocommerce-notices-wrapper div.woocommerce-info li, .single-product .woocommerce-notices-wrapper div.woocommerce-message li {
  color: #038640;
}
.single-product .perf-button-share .icon-share {
  margin-right: 5px !important;
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
  body.single-product.landscape .wp-bootstrap-blocks-container.container {
    margin: 0;
    max-width: 100%;
  }
  body.single-product.landscape .perf-slider-product .perf-slider-product-container {
    width: 97% !important;
  }
  body.single-product.landscape .perf-bottom-bar-shop-container .col-md-1.col-4.px-0.photo-wrapper {
    display: none;
  }
  body.single-product.landscape .perf-bottom-bar-shop-container .col-md-7.col-8.px-2.content-price-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0 !important;
    margin-bottom: 5px;
  }
  body.single-product.landscape .perf-bottom-bar-shop-container .col-md-7.col-8.px-2.content-price-wrapper .price {
    margin-top: 0;
    text-align: right;
  }
  body.single-product.landscape .perf-bottom-bar-shop-container .col-8.col-md-8 {
    padding-right: 0;
  }
}

.single-product .wpb_wrapper h3 strong,
.single-product .wpb_wrapper h4 strong, .wpb_wrapper em {
  font-weight: bold !important;
}

.single-product .wpb_wrapper h3 {
  font-size: 1.4rem;
}

.single-product .wpb_wrapper h4 {
  font-size: 1.05rem;
}

.single-product .ubtn.ult-adjust-bottom-margin.ult-responsive.ubtn-normal {
  padding: 10px 15px !important;
}
/*# sourceMappingURL=woocommerce-single.min.css.map */