ul.woocommerce-error {
  margin: 20px 0;
}
ul.woocommerce-error li {
  font-family: 'Source Code Pro', monospace;
  background: #f6f6f6;
  padding: 7px 15px;
  margin: 5px 0;
  border-left: 2px solid #fe4374;
  border-radius: 2px;
  font-size: 17px;
}
.woocommerce-notice,
.woocommerce-message {
  font-family: 'Source Code Pro', monospace;
  background: #f6f6f6;
  padding: 7px 15px;
  margin: 15px 0;
  border-left: 2px solid #0065ff;
  border-radius: 2px;
  font-size: 17px;
}

.woocommerce-info {
  font-family: 'Source Code Pro', monospace;
  font-size: 1.2rem;
  color: #888;
  margin: 30px 0 10px 0;
}
.woocommerce-info a {
  color: var(--color4) !important;
}

.woocommerce-checkout-review-order-table {
  display: none;
}

.form-row-first {
  width: 49%;
  float: left;
  margin-right: 1%;
}

.form-row-last {
  width: 49%;
  float: left;
  margin-left: 1%;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 2px;
  height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 43px;
  line-height: 43px;
}


/* LOGIN */
.u-columns.col2-set {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.u-column1 {
  width: 50%;
  padding-right: 15px;
}
.u-column2 {
  width: 50%;
  padding-left: 15px;
}

@media (max-width: 767px) {

  .u-columns.col2-set {
    display: block !important;
  }
  .u-column1,
  .u-column2 {
    width: 100%;
    padding: 0;
  }
  .form-row-first,
  .form-row-last {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
    clear: both;
  }

}


/* NO LAWYERS */
.no-lawyer h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.no-lawyer .subtitle {
  font-family: 'Source Code Pro', monospace;
  color: #666;
  margin-bottom: 40px;
  text-align: center;
}



/* DASHBORAD ACCOUNT */
.woocommerce-MyAccount-navigation {
  clear: both;
  margin: 0 0 40px 0;
}

.woocommerce-MyAccount-navigation li {
  clear: initial;
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation li:first-of-type {
  display: none;
}
.woocommerce-MyAccount-navigation li:last-of-type a {
  background-color: #fff;
}
.woocommerce-MyAccount-navigation li a {
  font-family: 'Source Code Pro', monospace;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #f6f6f6;
  font-size: 15px;
  border: 2px solid #f6f6f6;
  border-radius: 4px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation li.is-active a {
  background-color: #0065ff;
  color: #fff;
}

.woocommerce-MyAccount-content h3 {
  font-family: 'Source Code Pro', monospace;
}
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea {
  font-family: 'Source Code Pro', monospace;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
  padding: 8px 12px;
  border: solid 2px #ddd;
  margin: 0;
  line-height: 150%;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content textarea:focus {
  border: solid 2px #0065ff;
  outline: none;
}
.woocommerce-MyAccount-content button {
  font-family: 'Source Code Pro', monospace;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 10px 0;
  margin: 20px 0;
  width: 240px;
  border: none;
  letter-spacing: 1px;
  outline: none;
  color: #fff;
  border-radius: 5px;
  background: #ff3265;
  font-size: 17px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}



/* CHECKOUT */
.woocommerce-order h2 {
  font-family: 'Source Code Pro', monospace;
  margin-top: 60px;
}
.woocommerce-order-overview {
  background: #f6f6f6;
  padding: 20px;

  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce-order-overview li {
  padding: 0;
  margin: 0;
  background: none;
}
.woocommerce-order-details {
  display: none;
}

table.woocommerce-orders-table,
table.woocommerce-table {
  text-align: left;
  width: 100%;
}
table.woocommerce-orders-table th,
table.woocommerce-table th {
  font-family: 'Source Code Pro', monospace;
}
table.woocommerce-table th:nth-child(2),
table.woocommerce-table td:nth-child(2),
table.woocommerce-table th:nth-child(3),
table.woocommerce-table td:nth-child(3) {
  display: none;
}
.button.wc-forward {
  display: none;
}





















