/* Wear Quote - simple style */
.wear-quote-wrap{
  max-width: 720px;
  margin: 0 auto;
  padding: 10px;
}
.wear-quote-title{
  font-size: 22px;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}
.wear-quote-card{
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 16px;
}
.wear-quote-card label{
  display:block;
  margin-top: 14px;
  font-weight: 700;
}
.wear-quote-card select,
.wear-quote-card input[type="number"]{
  width:100%;
  padding: 10px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}
.wear-quote-result{
  margin-top: 18px;
  padding: 14px;
  border-radius: 10px;
  background: #f7f7f7;
}
.wear-quote-result-label{
  font-weight: 700;
  margin-bottom: 6px;
}
.wear-quote-total{
  font-size: 22px;
  font-weight: 800;
}
.wear-quote-details{
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.wear-quote-note{
  margin-top: 12px;
  font-size: 12px;
  opacity: .8;
  line-height: 1.6;
}
