.shopping-cart-page .component.link a.checkout {
  width: 200px;
  border: 1px solid #0d2747;
  background: #fff;
  color: #0d2747 !important;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  min-height: 42px;
  height: 42px;
  padding: 8px 25px 8px 25px;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 600;
}
  .shopping-cart-page .component.link a.checkout:hover {
    color: #fff !important;
  }
