/*
  _____           __                     _
 |  __ \         / _|                   (_)
 | |__) |__ _ __| |_ ___  _ __ _ __ ___  _ _______
 |  ___/ _ \ '__|  _/ _ \| '__| '_ ` _ \| |_  / _ \
 | |  |  __/ |  | || (_) | |  | | | | | | |/ /  __/
 |_|   \___|_|  |_| \___/|_|  |_| |_| |_|_/___\___|
 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, .button-snippet, .button-empty, .button-primary, .perf-bottom-bar-shop-container .price-product .add_to_cart_button, .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, .perf-bottom-bar-shop-container .price-product .add_to_cart_button {
  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);
}

.perf-bottom-bar-shop-container {
  background-color: var(--black);
  color: var(--white);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 140px;
  z-index: 9;
  display: flex;
  overflow: hidden;
  transition: all var(--animate-duration-medium);
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container {
    padding: 5px 20px;
  }
}
.perf-bottom-bar-shop-container.open {
  display: flex;
  margin-bottom: 0;
  bottom: 0;
  opacity: 1;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container .photo-wrapper {
    text-align: center;
  }
  .perf-bottom-bar-shop-container .content-price-wrapper h2, .perf-bottom-bar-shop-container .content-price-wrapper p {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .perf-bottom-bar-shop-container .info-product {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container .info-product {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .perf-bottom-bar-shop-container .info-product {
    margin-bottom: 5px;
  }
}
.perf-bottom-bar-shop-container .info-product .perf-bottom-title {
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin-bottom: 0;
}
.perf-bottom-bar-shop-container .info-product .price {
  text-align: left;
  margin-bottom: 0 !important;
  position: relative;
  padding-top: 0;
  border-top: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .perf-bottom-bar-shop-container .info-product .price {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container .info-product .price {
    text-align: center;
    margin-top: 6px;
  }
}
.perf-bottom-bar-shop-container .info-product .price .woocommerce-Price-amount bdi {
  font-size: 19px;
  font-weight: bold;
}
.perf-bottom-bar-shop-container .info-product .price ins {
  text-decoration: none;
  margin-right: 15px;
}
.perf-bottom-bar-shop-container .info-product .price ins .woocommerce-Price-amount bdi {
  font-family: var(--font-simple);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container .info-product .price ins .woocommerce-Price-amount bdi {
    font-size: 14px;
  }
}
.perf-bottom-bar-shop-container .info-product .price del {
  margin-right: 15px;
  text-decoration-color: #666;
}
.perf-bottom-bar-shop-container .info-product .price del .woocommerce-Price-amount bdi {
  font-family: var(--font-simple);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  color: #666;
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container .info-product .price del .woocommerce-Price-amount bdi {
    font-size: 10px;
  }
}
.perf-bottom-bar-shop-container .info-product .price .perf-percentuale-sconto {
  position: relative;
  color: var(--primary-color);
  font-family: var(--font-simple), sans-serif;
  margin-right: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container .info-product .price .perf-percentuale-sconto {
    font-size: 10px;
  }
}
.perf-bottom-bar-shop-container .info-product .price .iva-incl {
  display: none;
}
.perf-bottom-bar-shop-container .perf-bottom-thumbnail {
  height: 50px;
  width: auto;
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container .perf-bottom-thumbnail {
    height: 77px;
  }
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container .price-product .quantity {
    width: 100%;
  }
}
.perf-bottom-bar-shop-container .price-product .quantity .input-text {
  width: 60px;
  background: transparent;
  color: #000;
}
.perf-bottom-bar-shop-container .price-product .quantity .input-text:focus {
  outline: none !important;
}
@media (max-width: 1199.98px) {
  .perf-bottom-bar-shop-container .price-product .quantity .input-text {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container .price-product .quantity .input-text {
    width: 80%;
  }
}
.perf-bottom-bar-shop-container .price-product .quantity .perf-quantity-button {
  width: 20px;
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container .price-product .quantity .perf-quantity-button {
    padding: 0;
  }
}
.perf-bottom-bar-shop-container .price-product .perf-bottom-link {
  display: none;
}
.perf-bottom-bar-shop-container .price-product .add-to-cart-container {
  padding-bottom: 0;
}
.perf-bottom-bar-shop-container .price-product .add-to-cart-container + p {
  display: none;
}
.perf-bottom-bar-shop-container .price-product .add_to_cart_button {
  width: 260px;
  max-width: 100%;
  height: 34px;
  text-align: center;
  border-radius: var(--radius-xl);
  padding: 9px;
  font-family: var(--font-simple);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
  min-width: 282px;
  min-height: 33px;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .perf-bottom-bar-shop-container .price-product .add_to_cart_button {
    width: 100%;
    line-height: 16.8px;
    height: 36px;
    min-width: auto;
    margin-left: 0;
  }
}
/*# sourceMappingURL=perf-bottom-bar-shop.min.css.map */