.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 50px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper::before,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper::after {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}

div.woocommerce form .form-row:before,
div.woocommerce form .form-row:after {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}

div.woocommerce form .form-row:last-child {
  margin-bottom: 0;
}

div.woocommerce form .form-row {
  margin-bottom: 20px;
  padding: 0;
}

div.woocommerce form .form-row.has-description:not(:last-child) {
  margin-bottom: 8px;
}

div.woocommerce form .form-row input,
div.woocommerce form .form-row textarea,
div.woocommerce form .form-row select,
div.woocommerce form .form-row .select2-container,
div.woocommerce form .form-row .select2-container .select2-selection {
  margin-bottom: 0;
}

div.woocommerce form .form-row.form-row-first,
div.woocommerce form .form-row.form-row-wide {
  clear: left;
}

div.woocommerce form .form-row.form-row-first,
div.woocommerce form .form-row.form-row-last {
  clear: left;
  float: none;
  width: 100%;
}
@media (min-width: 750px) {
  div.woocommerce form .form-row.form-row-first,
div.woocommerce form .form-row.form-row-last {
    clear: none;
    float: left;
    width: 48%;
  }
}

@media (min-width: 750px) {
  div.woocommerce form .form-row.form-row-first {
    margin-right: 4%;
  }
}

div.woocommerce form .form-row.place-order {
  float: none;
}

div.woocommerce form .form-row .woocommerce-input-wrapper span.description {
  position: static;
  display: block;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  background-color: transparent;
  color: #888181;
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 1000px) {
  div.woocommerce form .form-row .woocommerce-input-wrapper span.description {
    font-size: 13px;
  }
}

div.woocommerce form .form-row .woocommerce-input-wrapper span.description:before {
  display: none;
}

div.woocommerce form .form-row label,
div.woocommerce form #billing_address_2_field > label,
div.woocommerce form #shipping_address_2_field > label {
  z-index: 2;
  margin-bottom: 5px;
  width: auto;
  opacity: unset;
  overflow: unset;
  white-space: normal;
  line-height: 1.2;
}

.fc-content div.woocommerce form .fc-wrapper .fc-field-group {
  margin: 0 -20px -20px;
  padding: 20px;
  background-color: #F0F4F4;
}
@media (min-width: 1000px) {
  .fc-content div.woocommerce form .fc-wrapper .fc-field-group {
    margin: 0 -20px -20px;
    padding: 20px;
  }
}

.fc-content div.woocommerce form .fc-wrapper .fc-field-group:before,
.fc-content div.woocommerce form .fc-wrapper .fc-field-group:after {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fc-content div.woocommerce form .fc-wrapper .fc-field-group textarea,
.fc-content div.woocommerce form .fc-wrapper .fc-field-group select,
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type=email],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type=number],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type=date],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type=search],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type=text],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type=tel],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type=url],
.fc-content div.woocommerce form .fc-wrapper .fc-field-group input[type=password] {
  background-color: #fff;
}

div.woocommerce form .form-row textarea,
div.woocommerce form .form-row select,
div.woocommerce form .form-row input[type=email],
div.woocommerce form .form-row input[type=number],
div.woocommerce form .form-row input[type=date],
div.woocommerce form .form-row input[type=search],
div.woocommerce form .form-row input[type=text],
div.woocommerce form .form-row input[type=tel],
div.woocommerce form .form-row input[type=url],
div.woocommerce form .form-row input[type=password],
div.woocommerce form .form-row input[type=checkbox],
div.woocommerce form .form-row input[type=radio],
div.woocommerce form .form-row .select2-selection {
  z-index: 1;
  position: relative;
}
div.woocommerce form .form-row textarea:focus,
div.woocommerce form .form-row select:focus,
div.woocommerce form .form-row input[type=email]:focus,
div.woocommerce form .form-row input[type=number]:focus,
div.woocommerce form .form-row input[type=date]:focus,
div.woocommerce form .form-row input[type=search]:focus,
div.woocommerce form .form-row input[type=text]:focus,
div.woocommerce form .form-row input[type=tel]:focus,
div.woocommerce form .form-row input[type=url]:focus,
div.woocommerce form .form-row input[type=password]:focus,
div.woocommerce form .form-row input[type=checkbox]:focus,
div.woocommerce form .form-row input[type=radio]:focus,
div.woocommerce form .form-row .select2-selection:focus {
  outline: solid 2px #535156;
  outline-offset: 2px;
}

div.woocommerce input[type=checkbox]:focus,
div.woocommerce input[type=radio]:focus {
  outline: solid 2px #535156;
  outline-offset: 2px;
}

div.woocommerce form .form-row textarea,
div.woocommerce form .form-row select,
div.woocommerce form .form-row input[type=email],
div.woocommerce form .form-row input[type=number],
div.woocommerce form .form-row input[type=date],
div.woocommerce form .form-row input[type=search],
div.woocommerce form .form-row input[type=text],
div.woocommerce form .form-row input[type=tel],
div.woocommerce form .form-row input[type=url],
div.woocommerce form .form-row input[type=password],
div.woocommerce form .form-row .select2-selection {
  width: 100%;
}
div.woocommerce form .form-row textarea {
  min-height: 100px;
}

div.woocommerce .fc-expansible-form-section {
  background-color: transparent;
  box-shadow: none;
}

div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 26px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  font-size: 15px;
}
@media (min-width: 750px) {
  div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus {
    font-size: 15px;
  }
}
div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus:before {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e82a";
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus:focus {
  outline: dotted 1px #535156;
  outline-offset: 1px;
}

div.woocommerce .fc-expansible-form-section.form-row .form-row {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 750px) {
  div.woocommerce .fc-expansible-form-section.form-row.form-row-first + .form-row-last .fc-expansible-form-section__toggle .collapsible-content__inner {
    padding-top: 1.8em;
  }
}

body:not(.has-collapsible-block) .fc-expansible-form-section__toggle.is-collapsed .collapsible-content__inner,
body:not(.has-collapsible-block) .fc-expansible-form-section__content.is-collapsed .collapsible-content__inner {
  display: none;
}