.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: auto;
}

.woocommerce .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #214d8a;
}


.woocommerce div.product div.summary h1.product_title.entry-title {
  margin:12px 0;
  font-size: 22px;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #214d8a;
  font-weight: bold;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  max-width: 75%;
}



.woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 12px;
}

.woocommerce form .row .required {
  color: red;
      font-weight: 700;
      border: 0!important;
      text-decoration: none;
}

.woocommerce .woocommerce-billing-fields .select2-selection__rendered, .woocommerce .woocommerce-billing-fields .select2-selection.select2-selection--single {
  height: 37px;
  line-height: 34px;
}

.woocommerce .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.woocommerce .woocommerce-notice.woocommerce-notice--success {
    color: #28a745;
}

.woocommerce .woocommerce-order-overview.order_details {
    background-color: #eeeeee;
    padding: 12px;
}

.woocommerce .order_details li {
    font-weight: 800;
    color: #214d8a;
}

.woocommerce .order_details li strong {
    font-weight: normal;
    color: initial;
}
.woocommerce .description {
  display: block;
}

.woocommerce form .description small {
  font-size: 10px;
}


.woocommerce form.woocommerce-form.woocommerce-form-login.login, .woocommerce form.woocommerce-EditAccountForm.edit-account {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin: 0 12px;
}

.woocommerce .woocommerce-form-login p.lost_password {
  padding: 8px 3px 2px 0;
}

.woocommerce .woocommerce-MyAccount-navigation {
  padding: 24px;
}

.woocommerce .woocommerce-address-fields__field-wrapper .form-group label {
  width: 100%;
}

.woocommerce .woocommerce-order section h2  {
  margin-bottom: 12px;
}
