/* ------------------- START Unifying ------------------- */
/* Form Title -----------------*/
#customer_login h2,
.woocommerce-checkout > h3 {
  color: #313167;
  font-size: 18pt;
  font-weight: bold;
}

/* Form Label -----------------*/
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-radius: 0;
}

#customer_login .form-row label,
#submit-job-form fieldset label,
.woocommerce-page table.shop_table th,
.woocommerce-checkout .payment_methods label,
#wc-stripe-cc-form label,
#customer_details .woocommerce-billing-fields__field-wrapper .form-row > label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  line-height: 24px;
  margin-bottom: 5px;
}

#customer_login .form-row label span,
#submit-job-form fieldset label span,
.woocommerce-page table.shop_table th span,
.woocommerce-checkout .payment_methods label span,
#wc-stripe-cc-form label span,
#customer_details .woocommerce-billing-fields__field-wrapper .form-row > label span {
  font-weight: normal;
  text-transform: capitalize;
  font-size: 0.75em;
}

/* Form Description -----------------*/
#customer_login .form-row .description {
  display: block;
  font-size: 12pt;
  line-height: 16pt;
  font-style: italic;
  margin-top: 5px;
  color: #333;
}

/* Form Elements -----------------*/
#customer_login .form-row input[type="text"],
#customer_login .form-row input[type="password"],
#customer_login .form-row input[type="email"],
#customer_login .form-row textarea,
#customer_login .form-row select,
.job-manager-form fieldset input.input-text,
.job-manager-form fieldset input.input-date,
.job-manager-form fieldset textarea,
.job-manager-form fieldset select,
.woocommerce-EditAccountForm .form-row input[type="text"],
.woocommerce-EditAccountForm .form-row input[type="password"],
.woocommerce-EditAccountForm .form-row input[type="email"],
.woocommerce-EditAccountForm .form-row select,
#wc-stripe-cc-form .wc-stripe-elements-field,
#wc-stripe-cc-form .wc-stripe-iban-element-field,
.woocommerce form .woocommerce-billing-fields input[type="text"],
.woocommerce form .woocommerce-billing-fields input[type="password"],
.woocommerce form .woocommerce-billing-fields input[type="email"],
.woocommerce form .woocommerce-billing-fields input[type="tel"],
.woocommerce form .woocommerce-billing-fields select,
.woocommerce form .woocommerce-billing-fields textarea {
  font-size: 14pt;
  color: #333;
  background: #fff;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  border-radius: 2px;
}
#customer_login .form-row input[type="text"],
#customer_login .form-row input[type="password"],
#customer_login .form-row input[type="email"],
#customer_login .form-row select,
.job-manager-form fieldset input.input-text,
.job-manager-form fieldset input.input-date,
.job-manager-form fieldset select,
.woocommerce-EditAccountForm .form-row input[type="text"],
.woocommerce-EditAccountForm .form-row input[type="password"],
.woocommerce-EditAccountForm .form-row input[type="email"],
.woocommerce-EditAccountForm .form-row select,
#wc-stripe-cc-form .wc-stripe-elements-field,
#wc-stripe-cc-form .wc-stripe-iban-element-field,
.woocommerce form .woocommerce-billing-fields input[type="text"],
.woocommerce form .woocommerce-billing-fields input[type="password"],
.woocommerce form .woocommerce-billing-fields input[type="email"],
.woocommerce form .woocommerce-billing-fields input[type="tel"],
.woocommerce form .woocommerce-billing-fields select {
  padding-top: 0;
  padding-bottom: 0;
  height: 38px;
  background: #fff;
  font-family: "Lato", sans-serif;
}
#customer_login .form-row input[type="text"]:focus,
#customer_login .form-row input[type="password"]:focus,
#customer_login .form-row input[type="email"]:focus,
#customer_login .form-row textarea:focus,
#customer_login .form-row select:focus,
.job-manager-form fieldset input.input-text:focus,
.job-manager-form fieldset input.input-date:focus,
.job-manager-form fieldset textarea:focus,
.job-manager-form fieldset select:focus,
.woocommerce-EditAccountForm .form-row input[type="text"]:focus,
.woocommerce-EditAccountForm .form-row input[type="password"]:focus,
.woocommerce-EditAccountForm .form-row input[type="email"]:focus,
.woocommerce-EditAccountForm .form-row select:focus,
#wc-stripe-cc-form .wc-stripe-elements-field:focus,
#wc-stripe-cc-form .wc-stripe-iban-element-field:focus,
.woocommerce form .woocommerce-billing-fields input[type="text"]:focus,
.woocommerce form .woocommerce-billing-fields input[type="password"]:focus,
.woocommerce form .woocommerce-billing-fields input[type="email"]:focus,
.woocommerce form .woocommerce-billing-fields input[type="tel"]:focus,
.woocommerce form .woocommerce-billing-fields select:focus,
.woocommerce form .woocommerce-billing-fields textarea:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-color: #bbb;
  outline: none;
}

#submit-job-form fieldset small.description,
.woocommerce-EditAccountForm .description {
  display: block;
  font-size: 12pt;
  line-height: 16pt;
  font-style: italic;
  margin-bottom: 5px;
  color: #333;
}
#submit-job-form fieldset small.description {
  margin-top: 0;
}
.woocommerce-EditAccountForm .description {
  margin-top: 5px;
  margin-bottom: 0;
}
.job-manager-form p,
.woocommerce-checkout p {
  font-size: 14pt;
  line-height: 18pt;
}

#wc-stripe-cc-form {
  margin-top: 20px;
}
#wc-stripe-cc-form .wc-stripe-elements-field,
#wc-stripe-cc-form .wc-stripe-iban-element-field {
  margin-bottom: 15px;
  padding-top: 10px !important;
}
/* ------------------- END Unifying ------------------- */

/* #submit-job-form fieldset label {
  font-size: 0.9em;
} */

.jmfe-checklist-wrapper {
  clear: both;
}

.jmfe-checklist-wrapper label.jmfe-checklist-label input {
  margin-left: 0 !important;
}

@media screen and (max-width: 991px) {
  #submit-job-form fieldset label {
    line-height: normal;
  }
}

#submit-job-form fieldset label.jmfe-checklist-label {
  width: 100% !important;
  text-transform: capitalize;
}

@media screen and (min-width: 1100px) {
  #submit-job-form fieldset label.jmfe-checklist-label {
    /* width: 50% !important; */
  }
}

#submit-job-form .fieldset-job_location_state .jmfe-checklist-wrapper label.jmfe-checklist-label {
  /* width: 25% !important; */
}

@media screen and (max-width: 767px) {
  #submit-job-form .fieldset-job_location_state label[for="job_location_state"] {
    margin-bottom: 15px;
  }
}

.fieldset-job_location_state .jmfe-checklist-wrapper,
.fieldset-topics .jmfe-checklist-wrapper,
.fieldset-job_schedule .jmfe-checklist-wrapper {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
  max-width: 100%;
}

.fieldset-topics .jmfe-checklist-wrapper,
.fieldset-job_schedule .jmfe-checklist-wrapper {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

@media screen and (max-width: 1100px) {
  .fieldset-job_location_state .jmfe-checklist-wrapper {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media screen and (max-width: 767px) {
  .fieldset-job_location_state .jmfe-checklist-wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width: 480px) {
  .fieldset-job_location_state .jmfe-checklist-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media screen and (max-width: 575px) {
  .fieldset-topics .jmfe-checklist-wrapper,
  .fieldset-job_schedule .jmfe-checklist-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.fieldset-job_location_state .jmfe-checklist-wrapper label.jmfe-checklist-label input {
  margin-left: 0 !important;
}

#submit-job-form .fieldset-job_location_state label.jmfe-checklist-label {
  width: 100% !important;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 575px) {
  #submit-job-form fieldset label,
  .job-manager-form fieldset div.field:not(.full-line-checkbox-field) {
    width: 100%;
  }
  #submit-job-form .fieldset-job_location_state .jmfe-checklist-wrapper label.jmfe-checklist-label {
    width: calc(100% / 3) !important;
  }
}

#submit-job-form fieldset select {
  min-height: 34px;
}

#submit-job-form fieldset.fieldset-type-radio .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

#submit-job-form fieldset.fieldset-type-radio .field > label {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-width: 50%;
  font-size: 16px;
  padding: 0 10px;
  line-height: 1.5;
  text-transform: capitalize;
}

#submit-job-form fieldset .select2-container--default .select2-selection--multiple {
  -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  border: 1px solid #d4d4d4;
  height: 34px;
  padding: 0 10px;
}

#submit-job-form fieldset .select2-container .select2-search--inline .select2-search__field {
  font-size: 14px;
}

.button[type="submit"],
.button.wc-forward,
.job-manager-submitted-paid-listing-actions .button,
.order-actions .woocommerce-button {
  background: #f89a20 !important;
  color: #fff !important;
  line-height: 0 !important;
  border-radius: 50px !important;
  min-width: 135px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 17px !important;
  height: 51px !important;
}

.button.wc-forward,
.job-manager-submitted-paid-listing-actions .button,
.order-actions .woocommerce-button {
  line-height: 51px !important;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.button.wc-forward:last-child:not(:only-child),
.job-manager-submitted-paid-listing-actions .button:last-child:not(:only-child),
.order-actions .woocommerce-button:last-child:not(:only-child) {
  margin-right: 0;
  margin-left: 15px;
}

.woocommerce table.shop_table td {
  font-size: 0.8em;
}

.woocommerce #payment {
  margin-bottom: 25px;
}

.woocommerce #payment .checkbox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 11px;
}

.woocommerce #payment .checkbox input {
  margin-right: 10px;
}

.woocommerce .woocommerce-terms-and-conditions-wrapper + .button[type="submit"] {
  margin: 0 15px 15px;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
  -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  border: 1px solid #d4d4d4;
  background: #fff;
  height: 38px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 19px;
}

.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 19px;
  line-height: 36px;
}

.woocommerce .woocommerce-billing-fields__field-wrapper .select2-container .select2-search--inline .select2-search__field {
  font-size: 14px;
}

.woocommerce .woocommerce-billing-fields__field-wrapper input[type="tel"] {
  -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
  border: 1px solid #d4d4d4;
}

.woocommerce .woocommerce-order .woocommerce-notice--success {
  border: 1px solid #eee;
  color: #fff !important;
  background: green;
  padding: 5px 10px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce .woocommerce-order .woocommerce-notice--success::before {
  content: "\2713";
  display: block;
  color: green;
  background: #fff;
  border-radius: 50%;
  min-width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 10px;
  font-weight: bold;
  line-height: 24px;
}

.woocommerce .woocommerce-customer-details address {
  line-height: normal;
}

#job_preview .job_listing_preview,
#job_package_selection .job_listing_packages {
  border-width: 2px;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 2px rgba(180, 180, 180, 0.2);
}

#job_preview .job_listing_preview h1 {
  font-size: 24pt;
  font-weight: normal;
}

#job_preview .job_listing_preview_title,
#job_package_selection .job_listing_packages_title,
#customer_details h3 {
  color: #fff;
  background: #313167 !important;
  border-radius: 5px 5px 0 0;
}

#job_preview .job_listing_preview_title h2,
#job_package_selection .job_listing_packages_title h2,
#customer_details h3 {
  color: #fff;
  font-size: 18pt;
  font-weight: bold;
  line-height: 36px;
}

#customer_details h3 {
  padding: 10px 20px !important;
}

#job_package_selection .job_listing_packages_title input[type="submit"],
#job_preview .job_listing_preview_title input[type="submit"] {
  height: 28px !important;
  font-size: 12pt !important;
  font-weight: normal;
  margin: 4px 0 0 9px !important;
}

#job_preview .job_listing_preview_title .job-manager-button-edit-listing,
#job_package_selection .job_listing_packages_title .job-manager-button-edit-listing {
  background: #6699cc !important;
}

.job_listing_packages_title h2 {
  color: transparent !important;
}

.job_listing_packages_title h2::after {
  content: "Jobs4Ed Posting";
  color: #fff;
  margin-left: -194px;
}

#job_preview .job_listing_preview_title {
  padding: 0.4em 1em 0.4em;
}

.woocommerce-checkout .woocommerce-notices-wrapper[data-uw-styling-context="true"] {
  display: none !important;
}

p.no_subscriptions a {
  display: none !important;
}

p.job-manager-submitted-paid-listing-actions {
  display: none !important;
}

#customer_login .woocommerce-form h5 {
  min-width: 100%;
  padding: 0 15px;
  font-weight: 700;
  font-size: 1em;
  color: #f89a20;
}
.woocommerce-form-register h5 {
  margin-top: 30px;
}
/*# sourceMappingURL=general.css.map */
#submit-job-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  position: relative;
  display: block;
  margin-left: -12px;
  margin-bottom: 1px;
}

#submit-job-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin-top: 3px;
}

#submit-job-form fieldset .select2-container--default .select2-selection--multiple {
  min-height: 34px;
  height: auto;
}

.woocommerce-EditAccountForm > p:nth-of-type(3) {
  display: none;
}

.woocommerce .woocommerce-EditAccountForm .form-row input {
  width: 100%;
}

body.edweb-custom-header #title,
body.page-template-page-sidebar-left #title,
body.page-template #title {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #313167 !important;
}

body.edweb-custom-header #title h1,
body.page-template-page-sidebar-left #title h1,
body.page-template #title h1 {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end !important;
  border: 0;
  margin: 0;
}

body.edweb-custom-header #title h1::before
/* body.page-template-page-sidebar-left #title h1::before, */
/* body.page-template #title h1::before*/ {
  content: "";
  /* background-image: url("https://home.edweb.net/wp-content/uploads/jobs4ed_header-1.jpg"); */
  background-image: url("https://home.edweb.net/wp-content/uploads/jobs4ed_header-1-sm.jpg") !important;
  max-width: 25%;
  width: 100%;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
  background-position: bottom;
}

body.edweb-custom-header #title h1 .h1-main-title,
body.edweb-custom-header #title h1 .h1-sub-title,
body.page-template #title h1 .h1-main-title,
body.page-template #title h1 .h1-sub-title {
  display: block;
  font-weight: 600;
}

body.edweb-custom-header #title h1 .h1-main-title,
body.page-template #title h1 .h1-main-title {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 1.5rem;
}

body.edweb-custom-header #title h1 .h1-sub-title,
body.page-template #title h1 .h1-sub-title {
  color: #90e426;
}

@media (max-width: 992px) {
  body.edweb-custom-header #title h1 {
    justify-content: center;
    text-align: center;
  }
  body.edweb-custom-header #title h1::before {
    max-width: 100%;
    height: 70px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

form[name="checkout"] .woocommerce-terms-and-conditions-wrapper .validate-required {
  clear: both;
  width: 100%;
}

form[name="checkout"] .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: baseline;
}

form[name="checkout"] .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-form__label-for-checkbox .input-checkbox {
  margin-right: 7px;
}

.orange-content,
.green-content {
  border-radius: 18px;
  border: 2px solid #cacaca;
}

.orange-content h2,
.green-content h2 {
  line-height: normal;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 16px 16px 0 0;
}

.orange-content h2 {
  background: #f89a20;
}

.green-content h2 {
  color: #393266;
  background: #b2f653;
}

.orange-content p,
.green-content p {
  margin: 0 15px 20px;
  padding: 0;
}

.orange-content p a,
.green-content p a {
  display: block;
  min-width: 150px;
  text-align: center;
  max-width: fit-content;
  margin: 0px 0 30px;
}
/* -------------- New Edits :: 28-03-2022 -------------- */
body.page .container nav.woocommerce-MyAccount-navigation ul {
  border: none !important;
  margin-top: 8px;
}

body.page .container nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
  padding-bottom: 15px !important;
  border-bottom: 1px solid #313167;
}

body.page .container nav.woocommerce-MyAccount-navigation ul[data-uw-styling-context="true"] li.is-active a[data-uw-styling-context="true"],
body.page .container nav.woocommerce-MyAccount-navigation ul[data-uw-styling-context="true"] li:hover a[data-uw-styling-context="true"],
body.page .container nav.woocommerce-MyAccount-navigation ul[data-uw-styling-context="true"] li.woocommerce-MyAccount-navigation-link a[data-uw-styling-context="true"]:hover,
nav.woocommerce-MyAccount-navigation ul li:hover a,
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #f89a20 !important;
  text-decoration: none;
  border: none !important;
}

body.page .container nav.woocommerce-MyAccount-navigation .edweb_sidebar_note {
  border: 2px solid #eee;
  background: #fafafa;
  border: 2px solid #eee;
  background: #fafafa;
  font-size: 17px;
  line-height: 1.5;
  margin: 30px 15px 0 0;
  padding: 10px 15px 15px;
}

body.page .container nav.woocommerce-MyAccount-navigation .edweb_sidebar_note b {
  color: #f89a20;
  display: block;
  font-weight: 600;
  padding: 2px 0 2px 0;
  border-radius: 4px;
  max-width: fit-content;
  margin-bottom: 5px;
}

.wc_payment_methods li input[type="radio"] {
  position: relative;
  top: 6px;
}

#customer_details > .col-1 {
  float: none;
  width: 100%;
}

#customer_details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #customer_details .woocommerce-billing-fields__field-wrapper .form-row {
    flex-basis: 100%;
    max-width: 100%;
  }
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row > label {
  height: 26px;
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row > label.screen-reader-text {
  position: static !important;
}

.form-row .woocommerce-terms-and-conditions-checkbox-text {
  text-align: justify;
  order: 1;
  margin-left: 3px;
}

.job_listing_preview {
  padding-top: 30px;
}

.single_job_listing ul {
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  border-bottom: 1px solid #ccc;
}

.single_job_listing ul li {
  margin-left: 17px;
  font-size: 14pt !important;
}

.job_listing_packages ul li.job-package label {
  font-size: 14pt;
  width: auto;
}

.job_listing_packages ul li.job-package input[name="job_package"] {
  position: relative;
  top: 8px;
  float: left;
  margin-right: 7px;
}

.single_job_listing .job_description {
  margin-bottom: 0;
}

.single_job_listing p,
#job_package_selection p,
.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14pt;
  clear: both;
  line-height: 18pt;
  font-weight: normal;
}

/* -------------- Table styling -------------- */
#job-manager-company-info > p:first-child,
#job-manager-job-dashboard > p:first-child {
  color: #313167;
  font-size: 18pt;
  font-weight: bold;
}

#job-manager-job-dashboard .job-manager-jobs thead th,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  background: #313167;
  color: #fff;
  font-size: 14pt;
  font-weight: 500 !important;
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
}

.woocommerce table.shop_table th span,
.woocommerce-page table.shop_table th span {
  font-size: 14pt;
  text-transform: uppercase;
}

#job-manager-company-info .job-manager-jobs tbody tr:nth-child(odd) td,
#job-manager-job-dashboard .job-manager-jobs tbody.page tr:nth-child(odd) td,
.woocommerce table.shop_table tbody tr:nth-child(odd) td,
.woocommerce-page table.shop_table tbody tr:nth-child(odd) td {
  background: #ededed;
}

#job-manager-company-info .job-manager-jobs tbody td,
#job-manager-job-dashboard .job-manager-jobs tbody.page td,
.woocommerce table.shop_table tbody td,
.woocommerce-page table.shop_table tbody td {
  color: #333;
  font-size: 14pt;
}

#job-manager-company-info .job-manager-jobs tbody td:first-child,
#job-manager-job-dashboard .job-manager-jobs tbody.page td:first-child {
  font-weight: 500;
  text-transform: uppercase;
}
.job-manager-jobs #title {
  margin-bottom: 30px;
}

#job-manager-company-info .job-manager-jobs tbody td {
  padding: 15px 20px !important;
}

#job-manager-job-dashboard td:only-child {
  padding: 20px !important;
}

#job-manager-job-dashboard .job-manager-jobs a {
  color: #313167;
}

#job-manager-job-dashboard .job-manager-jobs a:hover {
  color: #f89a20;
}

body.woocommerce-account .status-publish .entry .woocommerce .woocommerce-MyAccount-content a.woocommerce-button {
  color: #fff !important;
}

#customer_details .col-1 h3,
#customer_details .col-2 h3 {
  border-radius: 0;
  font-size: 14pt;
  font-weight: 500;
  text-transform: uppercase;
}

#customer_details .col-1,
#customer_details .col-2 {
  border-radius: 0 !important;
}
