/* Enter Your Custom CSS Here */
.shopping_cart .wp_cart_item_info {
    font-size: 18px;
}
.shopping_cart input.wspsc_cart_item_qty.czr-focusable {
    font-size: 24px;
    padding: 5px;
    padding-top: 0px;
}
.shopping_cart td {
    font-size: 21px !important;
}
.shopping_cart .wspsc_cart_qty_th {
    font-size: 18px;
}
.shopping_cart .wspsc_cart_price_th {
    font-size: 18px;
}.shopping_cart .wspsc_cart_item_name_th {
    font-size: 18px;
}

.form-center  textarea.form-control {
  height: 80px;
}
.form-center {
  max-width: 600px;
  margin: 20px auto 0;
	padding-bottom: 20px;
}
.form-center .note {
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  font-style: italic;
}
.form-center .row{margin-bottom:15px;}
.btn2{border-color: #fff;
background-color: #2C3287;
color: #fff;}