.pnlRedesignForm input:not(.btnRedesignForm),
select,
textarea {
    border-radius: 5px !important;
    padding: 0.75rem 0.75rem !important;
    margin: .5em auto;
    resize: none;
}

select {
  height: auto !important;
}

.form-group {
  margin: 0 auto;
}

.quote-items .item {
  margin: 1em auto;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}

.quote-items .item-name {
  font-weight: 700;
}

.quote-items .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.item-name,
.item-description,
.item-price,
.form-group {
  padding: 0;
  margin: 5px 0;
}

.item-name {
  font-weight: 700;
}

.item-price {
  color: #CC0000FF;
}

.quote-items .qty-value {
  width: 50%;
  text-align: center;
}

/*.card-box {
  min-height: 0px;
}*/
.customer-reviews {
    width: 99% !important;
    margin: 0 auto !important;
}
