#buyForm {
	text-align: center;
}

.order_block {
	text-align: center !important;
}
.prod-image {
	margin-bottom: 50px !important;
}
.prod-name {
	color: rgb(86, 172, 225);
}
.order_block p {
	text-align: center !important;
	font-weight: 600;
}

.old-price {
	text-decoration: line-through;
}

.new-price {
	color: red;
	padding-left: 8px;
}

.submit-btn {
	background-color: rgb(189, 221, 249);
	border: none;
	padding: 15px;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
}

form input, select {
  padding-left: 5px;
  height: 42px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 10px;
  max-width: 320px !important;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: 1px #bbb solid;
  font-size: 18px;
}