.po-product-option .po-title {
  font-weight: 500;
  line-height: 1;
}
.po-product-option .extra-text {
  height: 25px !important;
  line-height: 20px;
}
.po-product-option .extra-text span {
  font-size: 12px;
  line-height: 12px;
}

.po-quantity {
  width: 100px;
}

.po-quantity input.po-qty,
.po-quantity input.plus,
.po-quantity input.minus {
  width: calc(100% / 3) !important;
}

.po-quantity input.plus:hover,
.po-quantity input.minus:hover {
  background: lightgrey;
}

.po-quantity input.po-qty {
  display: inline-block;
  padding: 0px;
  height: 30px;
  min-height: 30px;
  border: 0px !important;
  color: #555 !important;
  text-align: center;
  font-weight: 500;
}

.po-quantity input.plus,
.po-quantity input.plus-green,
.po-quantity input.minus {
  background-color: #fff;
  padding: 0;
  height: 30px;
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0px;
}

.po-product-option img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border: 1px solid #888;
}

.po-product-option .po-quantity input.plus-green {
  width: 100%;
  cursor: pointer;
}

.po-product-option .po-quantity input.plus-green:hover {
  background: #71a13a;
}

.po-quantity a.added_to_cart {
  /* font-size: 12px;
  width: 140px;
  position: absolute;
  bottom: -25px;
  left: 0px; */
  display: none;
}

.po-product-option .custom-added-to-cart {
  font-size: 11px;
  padding-top: 0;
  text-align: center;
}

.po-product-option .po-quantity {
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.po-quantity input.plus-green {
  background: #8bc34a;
  border-radius: 3px;
  color: #fff;
  position: relative;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}

.po-quantity input.plus.plus-green:hover {
  background: #76a640 !important;
}

.po-quantity i {
  position: absolute;
  bottom: 6px;
  right: 0px;
  left: 0px;
  margin: auto;
  /* width: 100%; */
  width: 18px;
}

/* .po-quantity input.po-qty {
    pointer-events: none;
} */

.woocommerce-cart button[name="update_cart"] {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
.po-quantity input::-webkit-outer-spin-button,
.po-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.po-quantity input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 450px) {
  .po-product-option .po-quantity {
    position: relative;
  }
}
