.uc-cart-checkout-form {
  margin-top: 30px;
  margin-bottom: 86px;
}
.uc-cart-checkout-form fieldset {
  padding-bottom: 36px;
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 24px;
}
.uc-cart-checkout-form legend {
  float: left;
  font-family: Scout, sans-serif;
  font-size: 40px;
  color: #00529c;
  border: none;
  margin-bottom: 0;
}
.uc-cart-checkout-form legend + .fieldset-wrapper .fieldset-description {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-family: "Scout Ex Lt";
  font-size: 20px;
  color: #424242;
  display: block;
  line-height: 32px;
  margin-bottom: 35px;
}
.uc-cart-checkout-form label,
.uc-cart-checkout-form .field-label {
  /* font-family: "Scout Ext Light"; */
  font-family: "Scout Ex Lt";
  font-size: 24px;
  font-weight: normal;
  color: #666666;
}
.uc-cart-checkout-form input::-moz-placeholder,
.uc-cart-checkout-form .field-field input::-moz-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 82, 156, 0.5);
  text-transform: uppercase;
}
.uc-cart-checkout-form input:-ms-input-placeholder,
.uc-cart-checkout-form .field-field input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 82, 156, 0.5);
  text-transform: uppercase;
}
.uc-cart-checkout-form input::-webkit-input-placeholder,
.uc-cart-checkout-form .field-field input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 82, 156, 0.5);
  text-transform: uppercase;
}
.uc-cart-checkout-form button[type=reset],
.uc-cart-checkout-form input[type=reset],
.uc-cart-checkout-form button[type=submit],
.uc-cart-checkout-form input[type=submit] {
  font-family: Scout, sans-serif;
  line-height: 32px;
  text-transform: none;
  width: auto;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.618;
  border-radius: 0;
  margin-right: 26px;
  padding: 5px 20px;
}
.uc-cart-checkout-form button[type=reset],
.uc-cart-checkout-form input[type=reset] {
  background-color: transparent;
  background-image: none;
  border: 1px solid #ed1c24;
  color: #ed1c24;
}
.uc-cart-checkout-form button[type=submit],
.uc-cart-checkout-form input[type=submit] {
  background-color: #00529c;
  background-image: none;
  border: 1px solid #00529c;
  color: #ffffff;
}
.uc-cart-checkout-form button[type=submit].disabled,
.uc-cart-checkout-form input[type=submit].disabled,
.uc-cart-checkout-form button[type=submit][disabled],
.uc-cart-checkout-form input[type=submit][disabled],
fieldset[disabled] .uc-cart-checkout-form button[type=submit],
fieldset[disabled] .uc-cart-checkout-form input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #00529c;
  background-image: none;
  border: 1px solid #00529c;
}
.uc-cart-checkout-form option.placeholder {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 82, 156, 0.5);
  text-transform: uppercase;
}
.uc-cart-checkout-form textarea.form-control {
  max-width: 100%;
  min-width: 100%;
  height: 550px;
}
@media screen and (max-width: 768px) {
  .uc-cart-checkout-form textarea.form-control {
    height: 229px;
  }
}
.uc-cart-checkout-form .form-item,
.uc-cart-checkout-form .address-pane-table table tr {
  margin-top: 0;
  margin-bottom: 19px;
  padding: 0;
  float: left;
  clear: none;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
}
.uc-cart-checkout-form .form-item input,
.uc-cart-checkout-form .address-pane-table table tr input,
.uc-cart-checkout-form .form-item select,
.uc-cart-checkout-form .address-pane-table table tr select,
.uc-cart-checkout-form .form-item .form-select,
.uc-cart-checkout-form .address-pane-table table tr .form-select {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.618;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.uc-cart-checkout-form .form-item input:focus,
.uc-cart-checkout-form .address-pane-table table tr input:focus,
.uc-cart-checkout-form .form-item select:focus,
.uc-cart-checkout-form .address-pane-table table tr select:focus,
.uc-cart-checkout-form .form-item .form-select:focus,
.uc-cart-checkout-form .address-pane-table table tr .form-select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.uc-cart-checkout-form .form-item input::-moz-placeholder,
.uc-cart-checkout-form .address-pane-table table tr input::-moz-placeholder,
.uc-cart-checkout-form .form-item select::-moz-placeholder,
.uc-cart-checkout-form .address-pane-table table tr select::-moz-placeholder,
.uc-cart-checkout-form .form-item .form-select::-moz-placeholder,
.uc-cart-checkout-form .address-pane-table table tr .form-select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.uc-cart-checkout-form .form-item input:-ms-input-placeholder,
.uc-cart-checkout-form .address-pane-table table tr input:-ms-input-placeholder,
.uc-cart-checkout-form .form-item select:-ms-input-placeholder,
.uc-cart-checkout-form .address-pane-table table tr select:-ms-input-placeholder,
.uc-cart-checkout-form .form-item .form-select:-ms-input-placeholder,
.uc-cart-checkout-form .address-pane-table table tr .form-select:-ms-input-placeholder {
  color: #999999;
}
.uc-cart-checkout-form .form-item input::-webkit-input-placeholder,
.uc-cart-checkout-form .address-pane-table table tr input::-webkit-input-placeholder,
.uc-cart-checkout-form .form-item select::-webkit-input-placeholder,
.uc-cart-checkout-form .address-pane-table table tr select::-webkit-input-placeholder,
.uc-cart-checkout-form .form-item .form-select::-webkit-input-placeholder,
.uc-cart-checkout-form .address-pane-table table tr .form-select::-webkit-input-placeholder {
  color: #999999;
}
.uc-cart-checkout-form .form-item .bootstrap-select,
.uc-cart-checkout-form .address-pane-table table tr .bootstrap-select {
  float: left;
  padding: 0;
}
.uc-cart-checkout-form .form-item .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.uc-cart-checkout-form .address-pane-table table tr .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.uc-cart-checkout-form .form-item .bootstrap-select button,
.uc-cart-checkout-form .address-pane-table table tr .bootstrap-select button {
  height: 46px;
  background-image: none;
}
.uc-cart-checkout-form .form-item textarea,
.uc-cart-checkout-form .address-pane-table table tr textarea {
  height: auto;
}
.uc-cart-checkout-form .form-item label,
.uc-cart-checkout-form .address-pane-table table tr label,
.uc-cart-checkout-form .form-item .field-label,
.uc-cart-checkout-form .address-pane-table table tr .field-label {
  width: 98%;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .uc-cart-checkout-form .form-item,
  .uc-cart-checkout-form .address-pane-table table tr {
    width: 100%;
    margin: 0;
  }
  .uc-cart-checkout-form .form-item:nth-child(3n - 2),
  .uc-cart-checkout-form .address-pane-table table tr:nth-child(3n - 2) {
    margin-left: 0;
    margin-right: 0;
  }
  .uc-cart-checkout-form .form-item:nth-child(3n),
  .uc-cart-checkout-form .address-pane-table table tr:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .uc-cart-checkout-form .form-item:nth-child(3n - 2),
  .uc-cart-checkout-form .address-pane-table table tr:nth-child(3n - 2) {
    margin-left: 0;
    margin-right: 2%;
  }
  .uc-cart-checkout-form .form-item:nth-child(3n),
  .uc-cart-checkout-form .address-pane-table table tr:nth-child(3n) {
    margin-left: 2%;
    margin-right: 0;
  }
}
.uc-cart-checkout-form .form-item.form-type-checkbox,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox {
  padding-left: 55px;
  position: relative;
}
.uc-cart-checkout-form .form-item.form-type-checkbox label,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 0;
  line-height: 38px;
  font-family: Scout, sans-serif;
  font-size: 20px;
  color: #00529c;
}
.uc-cart-checkout-form .form-item.form-type-checkbox label::before,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 38px;
  left: 0;
  margin-left: -55px;
  border: 1px solid rgba(0, 82, 156, 0.3);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.uc-cart-checkout-form .form-item.form-type-checkbox label::after,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox label::after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  display: inline-block;
  position: absolute;
  width: 37px;
  height: 37px;
  left: 0;
  top: 0;
  margin-left: -55px;
  padding-left: 1px;
  padding-top: 1px;
  font-size: 21px;
  color: #00529c;
  text-align: center;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.uc-cart-checkout-form .form-item.form-type-checkbox input[type="checkbox"],
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox input[type="checkbox"],
.uc-cart-checkout-form .form-item.form-type-checkbox input[type="radio"],
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox input[type="radio"] {
  width: 38px;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.uc-cart-checkout-form .form-item.form-type-checkbox input[type="checkbox"]:focus + label::before,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox input[type="checkbox"]:focus + label::before,
.uc-cart-checkout-form .form-item.form-type-checkbox input[type="radio"]:focus + label::before,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uc-cart-checkout-form .form-item.form-type-checkbox input[type="checkbox"]:checked + label::after,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox input[type="checkbox"]:checked + label::after,
.uc-cart-checkout-form .form-item.form-type-checkbox input[type="radio"]:checked + label::after,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.uc-cart-checkout-form .form-item.form-type-checkbox input[type="checkbox"]:disabled + label,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox input[type="checkbox"]:disabled + label,
.uc-cart-checkout-form .form-item.form-type-checkbox input[type="radio"]:disabled + label,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.uc-cart-checkout-form .form-item.form-type-checkbox input[type="checkbox"]:disabled + label::before,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox input[type="checkbox"]:disabled + label::before,
.uc-cart-checkout-form .form-item.form-type-checkbox input[type="radio"]:disabled + label::before,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox input[type="radio"]:disabled + label::before {
  background-color: #e0e0e0;
  cursor: not-allowed;
}
.uc-cart-checkout-form .form-item.form-type-checkbox.checkbox-circle label::before,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.uc-cart-checkout-form .form-item.form-type-checkbox.checkbox-inline,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox.checkbox-inline {
  margin-top: 0;
}
.uc-cart-checkout-form .form-item.form-type-checkbox .ajax-progress,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox .ajax-progress {
  display: block;
  position: absolute;
  z-index: 3;
  left: 12px;
  top: 12px;
}
.uc-cart-checkout-form .form-item.form-type-checkbox .ajax-progress .throbber,
.uc-cart-checkout-form .address-pane-table table tr.form-type-checkbox .ajax-progress .throbber {
  float: none;
  margin: 0;
}
.uc-cart-checkout-form .form-item.form-type-radio,
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio {
  padding-left: 55px;
  position: relative;
}
.uc-cart-checkout-form .form-item.form-type-radio label,
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 0;
  line-height: 38px;
  font-family: Scout, sans-serif;
  font-size: 20px;
  color: #00529c;
}
.uc-cart-checkout-form .form-item.form-type-radio label::before,
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 38px;
  left: 0;
  margin-left: -55px;
  border: 1px solid rgba(0, 82, 156, 0.3);
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.uc-cart-checkout-form .form-item.form-type-radio label::after,
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 20px;
  height: 20px;
  left: 9px;
  top: 9px;
  margin-left: -55px;
  border-radius: 50%;
  background-color: #00529c;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.uc-cart-checkout-form .form-item.form-type-radio input[type="radio"],
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio input[type="radio"] {
  width: 38px;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.uc-cart-checkout-form .form-item.form-type-radio input[type="radio"]:focus + label::before,
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uc-cart-checkout-form .form-item.form-type-radio input[type="radio"]:checked + label::after,
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.uc-cart-checkout-form .form-item.form-type-radio input[type="radio"]:disabled + label,
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.uc-cart-checkout-form .form-item.form-type-radio input[type="radio"]:disabled + label::before,
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.uc-cart-checkout-form .form-item.form-type-radio.radio-inline,
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio.radio-inline {
  margin-top: 0;
}
.uc-cart-checkout-form .form-item.form-type-radio .ajax-progress,
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio .ajax-progress {
  display: block;
  position: absolute;
  z-index: 3;
  left: 12px;
  top: 12px;
}
.uc-cart-checkout-form .form-item.form-type-radio .ajax-progress .throbber,
.uc-cart-checkout-form .address-pane-table table tr.form-type-radio .ajax-progress .throbber {
  float: none;
  margin: 0;
}
.uc-cart-checkout-form .form-item input.error,
.uc-cart-checkout-form .address-pane-table table tr input.error,
.uc-cart-checkout-form .form-item textarea.error,
.uc-cart-checkout-form .address-pane-table table tr textarea.error,
.uc-cart-checkout-form .form-item select.error,
.uc-cart-checkout-form .address-pane-table table tr select.error {
  color: #00529c;
  border-color: #a94442;
  border-width: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.uc-cart-checkout-form .form-item input.error:focus,
.uc-cart-checkout-form .address-pane-table table tr input.error:focus,
.uc-cart-checkout-form .form-item textarea.error:focus,
.uc-cart-checkout-form .address-pane-table table tr textarea.error:focus,
.uc-cart-checkout-form .form-item select.error:focus,
.uc-cart-checkout-form .address-pane-table table tr select.error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.uc-cart-checkout-form .form-item .bootstrap-select.error,
.uc-cart-checkout-form .address-pane-table table tr .bootstrap-select.error {
  background-color: transparent;
}
.uc-cart-checkout-form .form-item .bootstrap-select.error .btn-default,
.uc-cart-checkout-form .address-pane-table table tr .bootstrap-select.error .btn-default {
  color: #00529c;
  border-color: #a94442;
  border-width: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.uc-cart-checkout-form .form-item .bootstrap-select.error .btn-default:focus,
.uc-cart-checkout-form .address-pane-table table tr .bootstrap-select.error .btn-default:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.uc-cart-checkout-form .form-item.form-item-panes-billing-copy-address {
  float: none;
}
.uc-cart-checkout-form .fieldset-wrapper {
  width: 100%;
}
.uc-cart-checkout-form .fieldset-wrapper > .form-item {
  margin-left: 0;
  margin-right: 2%;
  width: 100%;
}
.uc-cart-checkout-form .fieldset-wrapper > .form-item::after {
  clear: both;
}
.uc-cart-checkout-form .fieldset-wrapper .btn-group .dropdown-menu {
  border: none;
  margin-top: 2px;
  background: #d4e0f2;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0px;
  max-height: 150px;
}
.uc-cart-checkout-form .fieldset-wrapper .btn-group .dropdown-menu.open .inner {
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 82, 156, 0.25);
  box-shadow: inset 0px 2px 5px rgba(0, 82, 156, 0.25);
  display: block;
  max-height: 170px !important;
  overflow-y: scroll;
  overflow-x: hidden;
}
.uc-cart-checkout-form .fieldset-wrapper .btn-group .dropdown-menu.open .inner .selected a {
  background-color: rgba(0, 82, 156, 0.5);
  color: #ffffff;
}
.uc-cart-checkout-form #cart-pane legend {
  font-family: "Scout Cond Reg";
  text-transform: uppercase;
  margin-bottom: 50px;
}
.uc-cart-checkout-form #cart-pane .fieldset-wrapper {
  float: left;
}
.uc-cart-checkout-form #line-items-div {
  width: 100%;
}
.uc-cart-checkout-form .cart-review {
  width: 100%;
}
.uc-cart-checkout-form .cart-review th {
  padding: 10px 20px;
  border-bottom: 2px solid #d4e0f2;
}
.uc-cart-checkout-form .cart-review td {
  padding: 20px;
}
.uc-cart-checkout-form .cart-review td.products > a {
  display: inline-block;
  width: 50%;
}
.uc-cart-checkout-form .cart-review td.products div {
  margin: 0;
  float: none;
  display: inline-block;
  width: 50%;
  padding: 0%;
}
.uc-cart-checkout-form .cart-review td.products .product-description {
  margin: 0;
}
@media (max-width: 768px) {
  .uc-cart-checkout-form .cart-review td.products > a,
  .uc-cart-checkout-form .cart-review td.products div {
    display: block;
    width: 100%;
  }
}
.uc-cart-checkout-form .cart-review tr.even {
  background-color: #d4e0f2;
  border-bottom-color: #d4e0f2;
  padding: 0;
}
.uc-cart-checkout-form .cart-review tr.odd {
  background-color: #ffffff;
  border-bottom-color: #d4e0f2;
  padding: 0;
}
.uc-cart-checkout-form #subtotal-title {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .uc-cart-checkout-form #payment-details {
    float: left;
    width: 100%;
  }
}
.uc-cart-checkout-form .progress {
  display: block;
  width: 100%;
  margin-top: 32px;
  height: auto;
  background: none;
  -webkit-box-shadow: 'none';
  box-shadow: 'none';
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.uc-cart-checkout-form .progress .bar {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
  height: 20px;
}
.uc-cart-checkout-form .progress .bar .filled {
  height: 18px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.uc-cart-checkout-form .progress .message {
  -webkit-box-shadow: 'none';
  box-shadow: 'none';
}
.uc-cart-checkout-form tbody {
  border-top-width: 0;
}
.uc-cart-checkout-form #quote {
  border: none;
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: 100%;
}
.uc-cart-checkout-form .address-pane-table table {
  width: 100%;
}
.uc-cart-checkout-form .address-pane-table table tr {
  display: inline-block;
}
.uc-cart-checkout-form .address-pane-table table tr td {
  display: block;
  padding: 0;
}
.uc-cart-checkout-form .address-pane-table table tr td.field-label {
  min-height: 33px;
}
.uc-cart-checkout-form .address-pane-table table tr td.field-field {
  float: left;
}
.uc-cart-checkout-form .address-pane-table table tr td.field-field,
.uc-cart-checkout-form .address-pane-table table tr td.field-field div {
  width: 100%;
}
#cart_altri-pane {
  padding: 0px;
}
#review-instructions {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 44px;
}
.order-review-table {
  margin-top: 30px;
  margin-bottom: 86px;
  width: 100%;
  font-size: 20px;
  border-width: 0;
}
.order-review-table tr > td {
  padding-left: 24px;
  padding-right: 24px;
}
.order-review-table .pane-title-row {
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 0;
  height: auto;
}
.order-review-table .pane-title-row td {
  padding: 14px 24px 24px 24px;
  font-family: Scout, sans-serif;
  font-size: 40px;
  color: #00529c;
  font-weight: normal;
}
.order-review-table .cart-review {
  width: 100%;
  margin-bottom: 36px;
}
.order-review-table .cart-review th {
  padding: 10px 20px;
  border-bottom: 2px solid #d4e0f2;
}
.order-review-table .cart-review td {
  padding: 20px;
}
.order-review-table .cart-review td.products > a {
  display: inline-block;
  width: 50%;
}
.order-review-table .cart-review td.products div {
  margin: 0;
  float: none;
  display: inline-block;
  width: 50%;
  padding: 0%;
}
.order-review-table .cart-review td.products .product-description {
  margin: 0;
}
@media (max-width: 768px) {
  .order-review-table .cart-review td.products > a,
  .order-review-table .cart-review td.products div {
    display: block;
    width: 100%;
  }
}
.order-review-table .cart-review tr.even {
  background-color: #d4e0f2;
  border-bottom-color: #d4e0f2;
  padding: 0;
}
.order-review-table .cart-review tr.odd {
  background-color: #ffffff;
  border-bottom-color: #d4e0f2;
  padding: 0;
}
.order-review-table .title-col {
  font-weight: bold;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  display: block;
}
.order-review-table .data-col {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 22px;
  display: block;
}
.order-review-table .row-border-top {
  border-top: solid 1px #bbb;
}
.order-review-table .row-border-top .title-col {
  padding-top: 14px;
}
.order-review-table button[type=reset],
.order-review-table input[type=reset],
.order-review-table button[type=submit],
.order-review-table input[type=submit] {
  font-family: Scout, sans-serif;
  line-height: 32px;
  text-transform: uppercase;
  width: auto;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.618;
  border-radius: 0;
  margin-right: 26px;
}
.order-review-table button[type=reset],
.order-review-table input[type=reset] {
  background-color: transparent;
  background-image: none;
  border: 1px solid #ed1c24;
  color: #ed1c24;
}
.order-review-table button[type=submit],
.order-review-table input[type=submit] {
  background-color: #00529c;
  background-image: none;
  border: 1px solid #00529c;
  color: #ffffff;
}
.order-review-table button[type=submit].disabled,
.order-review-table input[type=submit].disabled,
.order-review-table button[type=submit][disabled],
.order-review-table input[type=submit][disabled],
fieldset[disabled] .order-review-table button[type=submit],
fieldset[disabled] .order-review-table input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #00529c;
  background-image: none;
  border: 1px solid #00529c;
}
.order-review-table .review-button-row {
  background-color: transparent;
  border-width: 0;
}
.order-review-table .review-button-row button[type=reset]:last-child,
.order-review-table .review-button-row input[type=reset]:last-child,
.order-review-table .review-button-row button[type=submit]:last-child,
.order-review-table .review-button-row input[type=submit]:last-child {
  margin-right: 0;
}
