#qty-sticky {
  margin: 0;
}
#sticky-cart {
  position: fixed;
  background-color: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2999;
  display: none;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.img-sticky {
  width: 100%;
  max-width: 80px;
  padding-right: 15px;
}
.img-sticky img {
  object-fit: contain;
  width: 100%;
  padding: 5px;
}
.sticky-h1 {
  width: 100%;
  max-width: 500px;
  font-size: 1em;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.sticky-product-prices {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  font-size: 1.28em;
  padding-right: 15px;
}
#product-quantity-clearfix-sticky {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.tax-shipping-delivery-label.sticky {
  font-size: 0.5em;
}
.product-quantity.clearfix {
  display: inline-block;
}
.input-group-btn-vertical.sticky {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bootstrap-touchspin .input-group-btn-vertical .sticky {
  position: sticky;
}
#product-sticky {
  padding: 0;
  margin: 0;
}
.C {
  display: flex;
  align-items: center;
  justify-content: center;
}
.C use {
  font-size: 0.9em;
}
.sticky-alert {
  position: absolute;
  right: 1%;
  top: 80%;
}
#btn-up,
#btn-down {
  height: 1.3rem;
}
@media (min-width: 1033px) {
  #sticky-cart {
    padding: 10px 0 6px 0;
  }
  .current-price.sticky span:nth-child(2) {
    display: inline-block;
  }
  #btn-add-sticky span {
    font-size: 0.9em;
  }
}
@media (min-width: 965px) and (max-width: 1033px) {
  .current-price.sticky span:nth-child(2) {
    display: block;
  }
  #btn-add-sticky svg {
    width: 18px;
    height: 16px;
  }
  #btn-add-sticky span {
    font-size: 0.9em;
  }
}
@media (max-width: 965px) {
  #btn-add-sticky span {
    display: none;
  }
  #btn-add-sticky svg {
    width: 20px;
    height: 19px;
  }
}
@media (min-width: 480px) and (max-width: 965px) {
  .propage h1.sticky-h1 {
    max-width: 190px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0;
    padding:8px;
  }
  .product-discount.regular-price-fixed {
    display: none!important;
  }
}
@media (max-width: 480px) {
  .sticky-product-price {
    font-size: 1.3em;
  }
  .product-discount.regular-price-fixed {
    display: none!important;
  }
  .bootstrap-touchspin input.form-control,
  .bootstrap-touchspin input.input-group {
    width: 2.2em;
  }
  .propage h1.sticky-h1 {
    display: none;
  }
  #btn-add-sticky {
    margin: 0 7px;
  }
  #btn-add-sticky svg {
    width: 20px;
    height: 19px;
  }
  .img-sticky {
    max-width: 58px;
  }
  .regular-price {
    font-size: 1.1em;
  }
  .input-group.bootstrap-touchspin.sticky {
    padding-top: 10px;
  }
  #qty-sticky {
    margin-bottom: 0.5rem !important;
  }
}
@media (max-width: 380px) {
  .input-group.bootstrap-touchspin.sticky {
    width: 100%;
  }
  #btn-add-sticky {
    margin: 0 5px;
  }
  .tax-shipping-delivery-label.sticky {
    display: none;
  }
  #qty-sticky {
    margin-bottom: 0.5rem !important;
  }
}
@media (max-width: 280px) {
  #sticky-cart {
    display: none!important;
  }

}
.sticky.freccette {
  top: 0;
}