#x3-auction-box input#x3-bid-amount {
  width: 220px;
}
@media (max-width: 480px) {
  #x3-auction-box input#x3-bid-amount {
    width: 100%;
    max-width: 100%;
  }
}
/* X3 Auction button styling */
#x3-auction-box #x3-place-bid.button,
#x3-auction-box #x3-place-bid {
  background: #2b221b !important;
  color: #fff !important;
  border: 1px solid #2b221b !important;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#x3-auction-box #x3-place-bid.button:hover,
#x3-auction-box #x3-place-bid:hover,
#x3-auction-box #x3-place-bid:focus {
  background: #b67961 !important;
  border-color: #b67961 !important;
  color: #fff !important;
}

#x3-auction-box #x3-place-bid:disabled {
  opacity: .6;
  cursor: not-allowed;
}
