.zg-qty-select__container {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 0;
}
.zg-qty-input {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zg-qty-input input {
  height: 40px;
  font-weight: 400;
  font-size: 15px;
  font-family: proxima-nova;
}
.zg-qty-select-op-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 72.5px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  scrollbar-width: thin;
  z-index: 2;
  font-family: proxima-nova;
}

.zg-qty-select-op-list .iop {
  height: 25px;
  padding-left: 5px;
  cursor: pointer;
}

.zg-qty-select-accordion-icon {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zg-qty-select-accordion-icon svg{
  transition: transform 0.3s ease;
}
.zg-qty-select-accordion-icon.active svg{
  transform: rotate(-180deg);
}

detail-quantity-selector input {
  width: 116px;
  border: 1px solid #CCC;
  border-radius: 2px;
}

.zg-qty-select-op-list .iop:hover {
  background-color: #ebe8e8;
}

.zg-qty-price--price {
  height: 16px;
  font-weight: 600;
  font-size: 16px;
  color: #C60000;
  line-height: 16px;
  font-style: normal;
}

.zg-qty-price--compare {
  height: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  font-style: normal;
}

.zg-qty-price--compare span {
  text-decoration-line: line-through;
  padding: 0 4px 0 10px;
}

/* @media (min-width: 961px) {
  .product-detail__quantity-selector {
    position: sticky;
    bottom: 60px;
    background: #fff;
  }
} */
