.what-ship-quan select {
  font-size: 30px;
}
.what-ship div {
  display: block !important;
}
.what-ship .div-block-10 {
  display: block !important;
  float: left;
  height: auto;
}
.what-ship .field-small {
  width: 85px;
  display: inline-block;
  padding: 15px 10px;
  text-align: center;
}
#guitar-details-wrapper {
  clear: both;
}
#guitar-details-wrapper>div {
  clear: both;
  color: white;
}
#guitar-details-wrapper select {
  font-size: 20px;
  -webkit-appearance: none;
  height: 63px;
}
.small {
  font-size: 12px;
}
.find-a-location {
  display: inline-block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 4% 6% 3%;
  background-color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  color: #021826;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
#shipping-methods-wrapper {
  display: none;
  margin: 0% -1px 5% 24px;
  padding: 3% 5% 3% 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 6px 43px -11px rgba(0, 0, 0, .71);
}
#shipping-methods-wrapper .shipping-method.active {
  background: #efefef;
  border: 2px solid #e40018;
}
#shipping-methods-wrapper .shipping-method {
  display: inline-block;
  width: 185px;
  padding: 10px;
  text-align: center;
  border: 2px solid white;
}
#shipping-methods-wrapper .shipping-method label {
  font-size: 20px;
}
#shipping-methods-wrapper .shipping-method span.price {
  font-size: 20px;
  color: #e70019;
  display: block;
  text-align: center;
  padding: 6px;
  display: block;
}
#shipping-methods-wrapper .shipping-method span.retail-price {
  font-size: 15px;
  display: block;
  text-align: center;
  text-decoration: line-through;
  color: #c0c0c0;
}
#shipping-methods-wrapper a {
  background: #e40018;
  color: white;
  padding: 5px 15px;
  font-size: 16px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.get-shipping-rate {
  background: #e40018;
  color: white;
  padding: 20px 20px;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  margin-left: 20%;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
}
.how-shipping-wrapper {
  display: block !important;
  text-align: center;
}
.how-shipping-wrapper label {
  color: white;
  font-size: 20px;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Museo300, sans-serif;
  line-height: 30px;
  text-align: center;
}
.how-shipping-wrapper select {
  padding: 12px 35px;
  font-size: 20px;
  -webkit-appearance: none;
}
.how-shipping-wrapper>div {
  display: block;
  clear: both;
}
.how-shipping-wrapper .dropoff {
  display: none;
}
#shipnow-form label.error {
  display: none !important;
}
#shipnow-form .error {
  border: 2px solid red !important;
  background: #FFD0D0 !important;
}
.save-destination-address-status,
.save-from-address-status {
	margin-left: 20px;
}
.state-select {
  -webkit-appearance: none;
  font-size: 20px;
  padding: 5px;
  height: 63px;
  top: -10px;
  position: relative;
  border: 2px solid black;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 0px;
  background: white;
  width: 48%;
}
.quick-quote-rate-wrapper {
  display: inline-block;
  width: 46%;
  border: 4px solid #e70019;
  padding: 10px;
  float: left;
  text-align: center;
  margin: 6px;
}
.quick-quote-rate-wrapper h3 {
  color: #e70019;
}
.quick-quote-rate-wrapper .price {
  font-size: 20px;
  display: block;
  text-align: center;
}
.quick-quote-rate-wrapper .retail-price {
  font-size: 15px;
  display: block;
  text-align: center;
  text-decoration: line-through;
  color: #e70019;
}
#quick-quote-wrapper {
  text-align: center;
}
#quick-quote-wrapper .button-wrapper {
  text-align: center;
}
.half-box {
  width: 49%;
  display: inline-block !important;
  vertical-align: top;
}
.content-div-grey.login-reg {
  height: auto;
}

.sg-price {
  color: #e70019;
}
.sg-label {
  font-size: 20px;
  position: relative;
}
.sg-label #itemized_items div {
  position: relative;
}
.sg-label #itemized_items div .sg-price, #itemized_total.sg-price {
  position: absolute;
  right: 0;
  text-align: right;
}