
.custom-product-display.custom-price-product {
  display: flex;
  justify-content: space-between;
}

.custom-product-display.custom-price-product .price-input-area input[type="number"] {
  border: 0 !important;
  border-bottom: 2px solid #00689e !important;
  width: 130px;
  font-size: 36px !important;
  line-height: 40px!important;
  font-family: noto-sans, sans-serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  color: #00689e!important;
  padding-left: 23px !important;
  margin-bottom: 15px;
}

.custom-product-display.custom-price-product .custom-price-form {
  width: 130px;
}
/*
button.custom-price-product {
  padding: 9px 14px!important;
  background: linear-gradient(90deg, #222d66 60%, #00689e)!important;
  width: fit-content!important;
  display: block!important;
  text-align: right;
  justify-self: right!important;
  color: #fff!important;
  border-radius: 0 10px 0!important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .15)!important;
  height: 34px !important;
} */

.custom-product-display .price-input-area {
  position: relative;
}

.custom-product-display .price-input-area span {
  font-size: 36px !important;
  line-height: 40px !important;
  font-family: noto-sans, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #00689e !important;
  width: 20px !important;
  z-index: 3;
  position: absolute;
  left: 0;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.post-type-archive .custom-price-product .product_type_simple {
  display: none!important;
}

.post-type-archive button.custom-price-product {
  font-size: 100%!important;
  line-height: 1!important;
  cursor: pointer!important;
  position: relative!important;
  text-decoration: none!important;
  overflow: visible!important;
  padding: .618em 1em!important;
  font-weight: 700!important;
  border-radius: 3px!important;
  left: auto!important;
  color: #515151!important;
  background-color: #e9e6ed!important;
  border: 0!important;
  display: inline-block!important;
  background-image: none!important;
  box-shadow: none!important;
  text-shadow: none!important;
  text-transform:capitalize!important;
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .custom-product-display.custom-price-product {
    flex-direction: column;
  }
}