#checkout .opc-block-summary .product-item-sku {
  opacity: .6;
  margin-top: -5px;
  display: block;
  font-size: .9em;
}
#checkout .opc-block-summary .details-qty .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#checkout .opc-block-summary .details-qty .qty-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
}
#checkout .opc-block-summary .details-qty .qty-wrapper .qty {
  position: absolute;
}
#checkout .opc-block-summary .details-qty .qty-wrapper .qty,
#checkout .opc-block-summary .details-qty .qty-wrapper .qty:focus {
  border: 0 !important;
  border-radius: 0 !important;
}
#checkout .opc-block-summary .details-qty .qty-wrapper .qty::-webkit-outer-spin-button,
#checkout .opc-block-summary .details-qty .qty-wrapper .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#checkout .opc-block-summary .details-qty .qty-wrapper .qty[type=number] {
  -moz-appearance: textfield;
}
#checkout .opc-block-summary .details-qty .qty-wrapper .qty {
  left: 0;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  text-align: center;
}
#checkout .opc-block-summary .details-qty .qty-wrapper .qty-toggler {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  color: #777777;
  border-left: 1px solid #e4e4e4;
  background-color: #ffffff;
}
#checkout .opc-block-summary .details-qty .qty-wrapper .qty-toggler:hover {
  color: #6a6a6a;
  background: #fcfcfc;
}
#checkout .opc-block-summary .details-qty .qty-wrapper .qty-toggler svg {
  width: 16px;
  height: 16px;
}
#checkout .opc-block-summary .details-qty .qty-wrapper .qty-toggler.qty-more {
  top: 0;
  border-bottom: 1px solid #e4e4e4;
}
#checkout .opc-block-summary .details-qty .qty-wrapper .qty-toggler.qty-less {
  bottom: 0;
}
