@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue.eot');
  src: url('../fonts/HelveticaNeue.eot') format('embedded-opentype'),
  url('../fonts/HelveticaNeue.woff2') format('woff2'),
  url('../fonts/HelveticaNeue.woff') format('woff'),
  url('../fonts/HelveticaNeue.ttf') format('truetype'),
  url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
}

.you-saved {
  font-size: 1.2em;
  background-color: rgba(255,235,0,.44);
  color: #ec1e24;
  text-decoration: underline;
  font-weight: 700;
  margin-right: -2px;
  line-height: 1;
  text-align: center;
  padding: .6em .4em;
  margin-top: 1em;
  display: none;
}

.d-flex{
  display: flex;
}
.save-money-text {
  display: none;
  flex-direction: column;
  text-align: center;
  border: 1px dotted #ffd800!important;
  background-color: #fffcdd;
  padding: .8em .4em;
  color: #ec1e24;
  text-decoration: underline;
  text-decoration-color: #ec1e24;
  font-size: 1em;
  font-weight: 600;
  text-transform: capitalize;
}

.checkout-phase-one .totals-item .totals-value{white-space: nowrap;}

.plus-btn img{
  display: block;
  height: 26px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(27 185 84);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}


.sale-coupon.copy-coupon{display:none;}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.minus-btn img {
  width: 26px;
  height: 26px;
  margin-top:3px;
}
.produc-header h3 {
  font-size: 1.55em;
  /*font-family: HelveticaNeue!important;*/
  font-family: sans-serif;
}
@media screen and (max-width:767px){
  .produc-header h3{
    font-size:2.3em;
    line-height: 1.35em;
    }
  }