.plusminus {
  font-size: 1.3em;
  font-weight: 700;
  width: 100px;
  height: 50px !important;
  padding: 25px !important;
}
.plusminus_container {
  width: 100px;
  height: 50px;
}
.arrow {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 8px;
}
.arrow.plus {
  top: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.358 16.358' height='61.826' width='61.826'><g fill='none' stroke='%23E37CAB' stroke-width='5' stroke-linecap='round'><path d='M8.18 2.536v11.287M13.823 8.18H2.536'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.arrow.minus {
  bottom: 3px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.358 16.358' height='61.826' width='61.826'><path d='M13.823 8.18H2.536' fill='none' stroke='%23E37CAB' stroke-width='5' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
@media (min-width: 480px) and (max-width: 799px) {
  .qty_changer {
    width: 55px !important;
  }
}
@media (max-width: 479px) {
  .qty_changer {
    width: 55px !important;
  }
}
