.page-cart .main_color, .page-checkout .main_color {
  background-color: #e5e9f0;
}
.invest-flow-outcomes-block .checkout-container img {
  width: 60px !important;
  height: 60px !important;
  margin-right: 15px;
}
.invest-flow-outcomes-block .checkout-container h2 {
  font-size: 26px !important;
}
.checkout-legal-info-container {
  margin-top: 30px;
}
.checkout-legal-info-container .edly-checkbox {
  float: left;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url("/wp-content/themes/edly/images/checkbox-unchecked.png") no-repeat;
}
.checkout-legal-info-container .edly-checkbox.checked {
  background: url("/wp-content/themes/edly/images/checkbox-checked.png") no-repeat;
}
.checkout-legal-info-container .edly-checkbox input {
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.checkout-legal-info-container .description {
  padding-left: 40px;
  margin-bottom: 40px;
}
.checkout-legal-info-container .description a {
  display: inline-block;
  padding: 10px 20px !important;
  background-color: #f8f9fb;
  border-radius: 8px;
  font-weight: bold;
  font-size: 12px;
  margin-top: 15px !important;
}
.checkout-legal-info-container .description a img {
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-right: 7px;
}
.checkout-legal-info-container .description p.custom-description {
  font-size: 12px;
}
.checkout-legal-info-container .submit-button {
  padding: 14px 0;
  background-color: #367bda;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.checkout-legal-info-container .submit-button:hover {
  color: #fff;
}
.cart-short-description .row {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #c3c6cd;
  color: #242a32;
}
.cart-short-description .row .name {
  float: left;
  width: 50%;
}
.cart-short-description .row .value {
  padding-left: 50%;
  text-align: right;
}
.checkout-progress-bar {
  width: 100%;
  height: 16px;
  background-color: #fff;
}
.checkout-progress-bar .gauge {
  background-color: #367bda;
  height: 100%;
}
