section.woocommerce-order-details
  table.shop_table.woocommerce-table--order-details.order_details
  tbody
  tr {
  flex-wrap: wrap;
  display: flex !important;
  align-items: center;
}

.checkout button[name="apply_coupon"] {
  width: 140px;
}

td.woocommerce-table__timeline.timeline {
  flex: 0 0 100%;
  display: flex;
}

form.checkout_coupon.woocommerce-form-coupon {
  display: flex !important;
  align-items: center;
  gap: 0px;
  justify-content: space-between;
  color: #000;
  padding: 0px;
  top: 40px;
  right: 20px;
  z-index: 13;
  flex: 0 0 45%;
  box-sizing: border-box;
}

form.checkout_coupon.woocommerce-form-coupon .form-row-first {
  flex: 1 1 100%;
}

form.checkout_coupon.woocommerce-form-coupon input {
  width: 100% !important;
  height: 44px;
}

ul#shipping_method label {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  margin: 5px 0px;
}

section.woocommerce-order-details tfoot td {
  width: 480px;
  font-size: 14px;
}

section.woocommerce-order-details tfoot tr {
  display: flex;
}

section.woocommerce-order-details tfoot th {
  font-weight: 900 !important;
}

tr.woocommerce-shipping-totals.shipping {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

p.woocommerce-shipping-contents {
  margin: 0;
}

/*-- -- CART -- --*/
.woocommerce-shipping-fields {
  background: #f1f1f1;
  padding: 20px;
  box-sizing: border-box;
}

dl.variation {
  margin: 0;
}

tr.woocommerce-shipping-totals.shipping th {
}

ul.wc_payment_methods.payment_methods.methods {
  display: flex;
  flex-direction: column;
}

ul.wc_payment_methods.payment_methods.methods li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  column-gap: 10px;
  padding: 20px;
  background: white;
}

.checkout ul.wc_payment_methods.payment_methods.methods li div {
  flex: 0 0 100%;
  width: 100%;
}

.checkout ul.wc_payment_methods.payment_methods.methods li img {
  display: none;
}

.checkout ul.wc_payment_methods.payment_methods.methods li label {
  margin: 0;
}

.shop-cart dl.variation {
  display: none;
}

.shop-cart tr.order-total:first-of-type {
  border-bottom: solid 1px var(--charcoal);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.pswp__caption__center {
  display: none;
}

.shop-cart .cart-subtotal {
  display: none !important;
}

.shop-cart form.woocommerce-cart-form {
  padding: 0px 0px;
  padding-bottom: 0px;
}

.shop-cart tr.woocommerce-cart-form__cart-item.cart_item {
  display: flex;
  align-items: stretch;
  text-align: center;
  justify-content: center;
  padding: 0px 0px;
  border-bottom: solid 1px #ccc;
}

.shop-cart thead {
  display: flex;
}

.shop-cart table.shop_table.shop_table_responsive td.product-remove,
.shop-cart th.product-remove {
  flex: 0 0 10%;
  color: #333;
  text-align: center;
  align-self: center;
}

.shop-cart thead tr {
  display: flex;
  width: 100%;
  justify-content: center;
  border-style: solid;
  border-right: none;
  border-left: none;
  border-top: none;
  padding: 12.5px 0px;
  border-width: 1.5px;
  background: #efefef;
  font-weight: 100;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.shop-cart td.product-thumbnail,
.shop-cart th.product-thumbnail {
  flex: 0 0 23.5%;
  color: white;
}

.shop-cart tr.woocommerce-cart-form__cart-item.cart_item:last-child {
  border-bottom: 0;
}

.shop-cart td.product-thumbnail img {
  width: 100%;
  object-fit: contain;
}

.shop-cart
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  display: flex;
  flex-direction: column;
  border-radius: 50px;
}

.shop-cart td.product-name,
.shop-cart th.product-name {
  flex: 1 0 33%;
  color: black;
  text-align: left;
}

.shop-cart td.product-price,
.shop-cart th {
  flex: 0 1 33%;
  color: black !important;
  text-align: left;
  font-size: 14px;
}

tr.fee th {
  font-size: 16px;
  flex: 0 1 75%;
}

tr.fee {
  align-items: center;
}

.shop-cart td.product-quantity,
.shop-cart th.product-quantity {
  flex: 0 0 32%;
  display: flex;
  color: white;
}

td.product-quantity > .quantity {
  width: 100%;
}

.shop-cart td.product-subtotal,
.shop-cart th.product-subtotal {
  flex: 0 0 5%;
  color: white;
}

.shop-cart a.remove {
  color: #333;
  font-size: 40px;
  transition: all 0.3s ease;
}
.shop-cart a.remove:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.shop-cart dl.variation dd {
  margin: 0px;
}

.shop-cart dl.variation dt {
  font-weight: 700;
}

.shop-cart td.product-name a {
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}

.shop-cart td.actions {
  display: flex;
  flex-direction: row;
  width: 100%;
  row-gap: 7.5px;
  align-items: flex-end;
  border-style: solid;
  border-right: none;
  border-left: none;
  padding: 20px 5px !important;
  border-width: 0;
  justify-content: space-between;
}

.shop-cart .coupon {
  display: flex;
  column-gap: 7.5px;
  align-items: stretch;
  flex-wrap: wrap;
}

.shop-cart td.actions button.button {
  display: block;
  width: 200px;
  padding: 10px;
  background: var(--primary);
  color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  border: 0px;
  margin-top: 20px;
  transition: all 0.3s ease;
  margin: 0px;
  margin: 0;
  border-radius: 0px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

button[name="apply_coupon"] {
  display: block;
  width: 250px;
  padding: 10px;
  background: var(--primary);
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  border: 0px;
  margin-top: 20px;
  transition: all 0.3s ease;
  margin: 0px;
  border-radius: 0px;
  margin: 7.5px 0px;
  cursor: pointer;
}

.shop-cart .wc-proceed-to-checkout a {
  display: block;
  width: 250px;
  padding: 20px 10px;
  color: white;
  box-sizing: border-box;
  font-size: 28px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  border: 0px;
  margin-top: 20px;
  transition: all 0.3s ease;
  background: var(--primary););
}

.shop-cart .wc-proceed-to-checkout {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.shop-cart tr {
  width: 100%;
  display: block;
}

.shop-cart td.actions button.button:hover,
.shop-cart .wc-proceed-to-checkout a:hover,
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,
.shop-cart .form-row.place-order button.button:hover,
.shop-cart form.woocommerce-EditAccountForm.edit-account button.button:hover,
button.woocommerce-button.button.woocommerce-form-login__submit:hover,
.shop-cart .woocommerce-MyAccount-content button.button:hover {
  transition: all 0.3s ease;
  opacity: 0.75;
  filter: opacity(0.75);
  border-radius: 0;
}

button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
  width: 100px;
  padding: 5px;
  background: var(--primary);
  border-radius: unset;
  border: unset;
  font-size: 18px;
  color: white;
}

.shop-cart td.actions button.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  display: none;
}

.shop-cart td.actions button.button:enabled {
  opacity: 1;
  cursor: pointer;
}

p.input-label {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}

.shop-cart .quantity input {
  border-radius: 0px;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  background: none;
  color: #333;
  margin: 0px 0px;
  border: solid 1px #ccc;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  box-sizing: border-box;
  width: 100px;
}

.wishlist-fold {
    background: whitesmoke;
    padding: 60px 0px;
}

.shop-cart .cart_totals {
  position: relative;
  width: 500px;
}

.shop-cart .cart_totals tbody tr {
  display: flex;
  justify-content: space-between;
}

.shop-cart .cart_totals table {
  width: 100%;
}

.shop-cart .cart_totals table * {
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "Rubik", sans-serif;
}

.shop-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.shop-cart .wc-proceed-to-checkout > a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: 20px;
  transition: all 0.3s ease;
  color: white;
  text-transform: uppercase;
}

.shop-cart .wc-proceed-to-checkout > a {
  margin-top: 0px;
}

.shop-cart dl.variation {
  color: black;
}

.shop-cart span.woocommerce-Price-amount.amount {
  margin-bottom: 10px;
}

.shop-cart td.product-quantity {
  color: black !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.shop-cart span.subscription-details {
  color: black;
}

.shop-cart table.shop_table.shop_table_responsive th.product-remove {
  font-size: 1px;
  color: transparent;
}

.shop-cart form.woocommerce-cart-form {
  display: flex;
  flex: 0 0 calc(100% - 620px);
  flex-direction: column;
  border-bottom: 0px;
  padding-bottom: 7.5px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.row-container.shop-cart {
  display: flex;
  padding: 60px 0px;
  box-sizing: border-box;
}

.shop-cart table.shop_table.shop_table_responsive td {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.shop-cart form table.shop_table.shop_table_responsive td,
.shop-cart form table.shop_table.shop_table_responsive th {
  padding: 0px 20px;
  box-sizing: border-box;
}

.shop-cart tr.order-total.recurring-total th {
  text-align: left;
}
.trade-content {
  background: whitesmoke;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}

.page-id-39.page-template-account-template #primary .woocommerce {
  display: flex;
  gap: 40px;
  padding: 0px 0px 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

div#customer_login > div {
  flex-direction: column;
  display: flex;
}

.page-template-account-template .woocommerce > .woocommerce-notices-wrapper {
  flex: 0 0 100%;
}

.page-template-account-template .woocommerce > * {
  box-sizing: border-box;
}

nav.woocommerce-MyAccount-navigation {
  flex: 0 0 250px;
}

.woocommerce-MyAccount-content {
  flex: 0 0 calc(100% - 290px);
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--primary);
  font-weight: 600;
}
p.woocommerce-LostPassword.lost_password a {
    font-size: 12px;
}
button.show-password-input {
    display: none;
}

.u-column1.col-1 h2 {
  padding: 20px;
  margin: 0;
  /* max-width: 400px; */
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.u-column2.col-2 h2 {
  background-color: whitesmoke;
  padding: 20px;
  margin: 0;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}

.shop-cart tr.order-total.recurring-total td {
  text-align: right;
}

.shop-cart small {
  font-size: 16px;
  line-height: 16px;
  font-weight: 200;
  font-style: italic;
}

.woocommerce-cart-form span.woocommerce-Price-amount.amount bdi {
  color: #333;
  font-family: "Rubik", sans-serif;
}

label.fme_upload_file_custom_upload {
  background: white !important;
  border-style: solid;
  border-radius: 50px;
  border-width: 2px !important;
  border-color: var(--primary);
  color: var(--primary) !important;
  max-width: unset;
  width: 200px !important;
  display: block;
  text-align: center;
  margin-top: 0px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 26px;
  margin-left: 20px;
}

ul#fme_upload_files_preview_cart_file {
  padding: 10px 0px;
  padding-left: 20px;
}

.shop-cart
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  tbody {
  border-bottom-left-radius: 0px;
  background: white;
}

form.woocommerce-cart-form a.readmore {
  margin-left: 20px;
}

div#customer_login {
  display: flex;
}

.u-column1.col-1 {
  width: 100%;
}

.u-column2.col-2 {
  width: 100%;
}

form.woocommerce-form.woocommerce-form-register.register {
  /* height: 100%; */
  width: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  justify-content: flex-start;
}

div#customer_login {
  margin-bottom: 0px;
  display: flex;
  gap: 20px;
  align-items: stretch;
  width: 100%;
}

button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit {
  width: 100px;
  padding: 5px;
  background: var(--primary);
  border-radius: unset;
  border: unset;
  font-family: "basic-sans";
  font-size: 18px;
  color: white;
}

.wcfmmp_become_vendor_link {
  display: none;
}

nav.woocommerce-MyAccount-navigation {
  background: white;
  font-size: 20px;
  padding: 20px;
  width: 20%;
  margin-bottom: 0px;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding: 10px 0 10px 25px;
  position: relative;
  display: flex;
  align-items: center;
}

nav.woocommerce-MyAccount-navigation ul li a {
  color: #3c3c3c;
  transition: all 300ms ease;
  font-size: 18px;
}

.woocommerce-MyAccount-content a {
  color: #333;
  font-weight: bold;
}

button.woocommerce-Button.button.wp-element-button {
  width: 140px;
  padding: 5px;
  background: var(--primary);
  border-radius: unset;
  border: unset;
  font-family: "basic-sans";
  font-size: 18px;
  color: white;
  margin-top: 10px;
}

input#account_first_name {
  height: 20px;
  border: none;
}

input#account_last_name {
  height: 20px;
  border: none;
}

input#account_display_name {
  height: 20px;
  border: none;
}

input#account_email {
  height: 30px;
  border: none;
}

.woocommerce-MyAccount-content .woocommerce-notice-wrapper h2 {
  font-family: '"basic-sans"';
}

input#password_current {
  height: 20px;
  border: none;
}

input#password_1 {
  height: 20px;
  border: none;
}

input#password_2 {
  height: 20px;
  border: none;
}

legend {
}

header.woocommerce-Address-title.title {
  font-size: 20px;
  font-weight: 300;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--primary);
}

.woocommerce-MyAccount-content {
  width: 100%;
  background: white;
  padding: 20px;
  margin-bottom: 0px;
}

.u-column2.col-2.woocommerce-Address {
  padding: 20px 0;
}

.woocommerce-Address-title.title h3 {
  font-weight: 400;
  margin: 0;
}

input#reg_email {
  /* width: 60%; */ /* height: 20px; */ /* border: none; */
}

.u-column2.col-2 h2 {
  width: 100%;
  max-width: unset;
}

input#coupon_code {
  padding: 10px;
  border-radius: 0px;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 220px);
}
label.fme_upload_file_custom_upload:hover {
  color: white !important;
  animation-name: wiggle;
  animation-duration: 1.25s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transition: all 0.3s ease;
  box-shadow: inset 0px 0px 10px 30px var(--primary);
}

ul#fme_upload_files_preview_cart_file {
  padding: 10px 0px;
}

label.fme_upload_file_custom_upload {
}
.shop-cart form table.shop_table.shop_table_responsive td.product-image {
  padding: 0px;
  flex: 0 0 150px;
}

.shop-cart table.shop_table.shop_table_responsive td.product-name {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 0px;
  justify-content: center;
  align-items: start;
}

.shop-cart form table.shop_table.shop_table_responsive td.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

label[for="coupon_code"] {
  flex: 0 0 100%;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  line-height: 12px;
}

tr.woocommerce-shipping-totals.shipping {
}

#shipping_method li {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center;
}

ul#shipping_method {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 10px;
  margin: 0;
}

.shipping_method {
  position: relative;
  width: 30px !important;
  height: 30px !important;
  opacity: 1;
}

.shipping_method:checked::before {
  background: var(--primary) !important;
}

.shipping_method::before {
  content: "";
  border: solid 2px var(--primary);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  box-sizing: border-box;
}

.shop-cart .cart_totals table p.form-row span.select2,
.shop-cart .cart_totals table input,
.shop-cart .cart_totals table select {
  width: 100%;
  box-sizing: border-box;
  display: block;
  height: 40px;
  border-radius: 0px;
  border: solid 2px var(--primary) !important;
  padding: 5px;
  box-sizing: border-box;
}

.select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 16px !important;
  padding: 0px;
  display: flex;
  align-items: center;
  padding: 10px !important;
  box-sizing: border-box;
  justify-content: flex-start;
}

.select2-container--default .select2-selection--single {
  border: solid 0;
  background: none;
}

button[name="calc_shipping"] {
  display: block;
  width: 100%;
  padding: 5px 10px;
  background: white;
  color: var(--primary);
  box-sizing: border-box;
  font-size: 28px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: 10px;
  transition: all 0.3s ease;
  font-family: "basic-sans";
  border: solid 2px var(--primary);
  margin-bottom: 20px;
  cursor: pointer;
}

button[name="calc_shipping"]:hover {
  opacity: 0.5;
}

a.shipping-calculator-button {
  color: var(--primary);
}
/*-- -- CART END -- --*/

/*== == CHECKOUT == ==*/
div#customer_details {
    flex: 0 50%;
}

.payment_box fieldset {
padding: 0px;
border: 0;
margin: 0;
}

.checkout div#payment .woocommerce-validated label {
flex: 0 1 100%;
}

.checkout div#payment p.woocommerce-validated {
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: row;
padding-top: 7.5px !important;
gap: 10px;
}

.checkout div#payment .woocommerce-validated * {
padding: 0;
margin: 0;
text-align: left;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
border-color: white transparent transparent transparent;
}

.checkout .woocommerce-form-coupon-toggle {
margin-top: 200px;
margin-bottom: 25px;
}

.checkout .woocommerce-info a {
font-weight: 700;
color: var(--green);
text-decoration: underline !important;
}

.checkout .woocommerce-billing-fields__field-wrapper {display: flex;flex-direction: row;row-gap: 7.5px;border-style: solid;border-left: none;border-right: none;border-top: none;border-bottom: none;border-width: 1.5px;border-color: var(--primary-color1);width: 100%;padding-bottom: 20px;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;box-sizing: border-box;row-gap: 15px;}

.checkout .form-row {
width: 49%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-direction: column;
margin: auto;
margin: 0;
}

.checkout .input-text,
.checkout span.select2-selection__rendered, .checkout .form-row select {
  color: #333 !important;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  padding: 5px 10px;
  line-height: 24px;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  border-color: white;
  border: 0px !important;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
}

.checkout .input-text::placeholder{
  color:white;
}

.checkout span.select2-selection__rendered {
padding: 0px;
}

.checkout .form-row label {flex: 0 0 auto;font-size: 14px !important;line-height: 14px !important;width: 100%;padding: 2px 5px;box-sizing: border-box;clip: unset;height: auto;position: relative !important;overflow: visible;margin: 0px;}
.checkout .form-row.place-order {flex-direction: column;width: 100%;align-items: flex-start;padding: 0px 0px;row-gap: 20px;}

.checkout .form-row.place-order button.button {display: block;width: 100%;padding: 20px 10px;background: var(--primary);color: white;box-sizing: border-box;font-size: 16px;text-align: center;line-height: 24px;font-weight: 600;letter-spacing: 0px;margin-top: 20px;transition: all 0.3s ease;border: none;transition: all 0.5s ease;cursor: pointer;text-transform: uppercase;line-height: 1.2;}

.checkout .form-row.place-order button.button:hover {
    opacity: 0.7;
}

.checkout div#payment p:first-child {font-size: 14px;padding-left: 0px;padding: 0px 0px;padding-bottom: 0px;margin: 0px;}

.checkout .select2-container--default .select2-selection--single {
border: none;
background: white;
border-radius: 20px;
height: auto;
}

.checkout .product_fold-three-cart .cart-subtotal {
display: none;
}

.checkout-table {width: 100%;background: #f1f1f1;padding: 20px;box-sizing: border-box;margin-top: 0px;}

.checkout .pre-install-payment-gateway__subtitle {
display: none;
}

.checkout p#billing_country_field {}

.checkout p#billing_address_2_field {
display: none !important;
}

a.woocommerce-privacy-policy-link {
font-weight: 700;
color: var(--primary-color1);;
}
/*== == CHECKOUT END == ==*/

/*== == SODEBAR CHECKOUT == ==*/

.checkout
.woocommerce
table.shop_table.woocommerce-checkout-review-order-table {background: white;border: 0px solid rgba(0, 0, 0, 0.1);padding: 20px;width: 100%;box-sizing: border-box;margin-top: 20px;background: white;}

.checkout
.woocommerce
table.shop_table.woocommerce-checkout-review-order-table
thead {
display: block;
z-index: 1;
}

.checkout
.woocommerce
table.shop_table.woocommerce-checkout-review-order-table
thead
tr {
display: flex;
width: 100%;
text-align: left;
}

.checkout .woocommerce table.shop_table th.product-name {
flex: 0 0 60%;
}

.checkout .woocommerce table.shop_table td.product-total,
.woocommerce table.shop_table th.product-total {
flex: 0 0 40%;
}

.checkout p#billing_first_name_field.form-row label,
p#billing_last_name_field.form-row label,
p#billing_postcode_field.form-row label,
p#billing_phone_field.form-row label {
flex: 0 1 25%;
}

.checkout p#billing_first_name_field.form-row span.woocommerce-input-wrapper,
p#billing_last_name_field.form-row span.woocommerce-input-wrapper,
p#billing_postcode_field.form-row span.woocommerce-input-wrapper,
p#billing_phone_field.form-row span.woocommerce-input-wrapper {
width: 100%;
}

.checkout
p#billing_first_name_field.form-row
span.woocommerce-input-wrapper
input,
p#billing_last_name_field.form-row span.woocommerce-input-wrapper input,
p#billing_postcode_field.form-row span.woocommerce-input-wrapper input,
p#billing_phone_field.form-row span.woocommerce-input-wrapper input {
width: 100%;
}

.checkout span.woocommerce-input-wrapper {
width: 100%;
color: white;
display: flex;
}

.checkout .woocommerce table.shop_table th {font-weight: 700;padding: 0px 0px;line-height: 1.5em;FONT-WEIGHT: 400;}

.checkout
.woocommerce
table.shop_table.woocommerce-checkout-review-order-table
tbody {display: block;width: 100%;}

.checkout
.woocommerce
table.shop_table.woocommerce-checkout-review-order-table
tr.cart_item {border-top: solid 1px lightgrey;display: flex;align-items: center;justify-content: space-between;padding: 2.5px 0px;border-bottom: solid 1px rgba(0, 0, 0, 0.1);}

.woocommerce table.shop_table td.product-name {
line-height: 18px;
padding: 9px 20px;
padding-bottom: 0px;
padding: 0px;
flex: 1 1 calc(100% - 200px);
}

.checkout
.woocommerce
table.shop_table.woocommerce-checkout-review-order-table
strong.product-quantity {
width: 40px;
text-align: left;
display: block;
}

.checkout
.woocommerce
table.shop_table.woocommerce-checkout-review-order-table
tfoot {
display: block;
width: 100%;
}

.checkout
.woocommerce
table.shop_table.woocommerce-checkout-review-order-table
tfoot
tr {display: flex;width: 100%;justify-content: space-between;}

/*== == SIDEBAR CHECKOUT END == ==*/

.woocommerce-checkout #primary {
margin-top: 0px;
}

.checkout .woocommerce-billing-fields {
margin-top: 0px;
padding: 20px;
background: #f1f1f1;
}

.checkout .woocommerce-billing-fields h3 {display: block;background: var(--charcoal);color: #333;font-size: 28px;line-height: 30px;padding-bottom: 0px;font-weight: 600;text-transform: uppercase;display: none;}

.checkout .col-1 {background: white;width: 100%;border: solid 0px #ccc;}

.checkout tfoot {
text-align: left;
}

.checkout tfoot tr th {font-size: 16px;line-height: 16px;font-weight: 400;display: flex;align-items: center;}

.checkout dl.variation dd {
margin: 0px;
}

.checkout dl.variation dd p {
padding-left: 0px;
margin: 0px;
padding-top: 0px;
margin: 0px 0px;
}

.checkout .woocommerce-additional-fields h3 {display: block;color: #333;font-size: 28px;line-height: 30px;padding-bottom: 2.5px;padding-left: 0px;text-transform: uppercase;}

.checkout .woocommerce-additional-fields {background: #f1f1f1;margin-top: 0px;padding: 20px;box-sizing: border-box;}

.checkout p#order_comments_field {
flex-direction: column;
align-items: flex-start;
row-gap: 20px;
width: 100%;
padding-bottom: 15px;
padding: 0px 0px;
box-sizing: border-box;
gap: 0;
background: none;
margin-bottom: 10px;
}

.checkout h3#order_review_heading {
display: block;
background: var(--black);
color: white;
padding-bottom: 0.5px;
padding-left: 15px;
margin: 0px;
}

.checkout span.woocommerce-input-wrapper textarea {width: 100%;height: 100px;padding: 10px 15px;font-family: 'Poppins';}

.checkout p#order_comments_field label {
flex: 0 0 auto;
}

.checkout
.woocommerce-additional-fields__field-wrapper
span.woocommerce-input-wrapper {
width: 100%;
}

.checkout td.product-total {
text-align: right;
}

.checkout span.woocommerce-Price-amount.amount bdi {text-align: right;color: #333;font-weight: 400;}

.checkout tr.cart-subtotal.recurring-total td {
text-align: right;
color: #333;
}

.checkout .order-total td {
text-align: right;
color: #333;
}

.checkout th.product-name {
text-align: left;
padding-left: 15px;
}

.checkout th.product-total {
text-align: right;
color: #333;
}

.checkout td.product-name strong {text-decoration: none;width: 40px;}

#order_review {
padding: 0px 0px;
background: var(--superlightgreen);
position: relative;
z-index: 5;
display: block;
border-radius: 0px;
padding-top: 0px;
overflow: visible;
width: calc(100% - 540px);
box-sizing: border-box;
}
form.checkout.woocommerce-checkout {display: flex;column-gap: 40px;padding-bottom: 60px;align-items: flex-start;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}

div#order_review {flex: 0 0 45%;padding-top: 0px;}

.checkout ul.wc_payment_methods.payment_methods.methods {
padding-left: 20px;
}

.checkout .form-row.place-order button.button:hover {
transition: all 0.3s ease;
}

.mwm-cart form.woocommerce-cart-form {
display: flex;
flex: 0 0 calc(100% - 540px);
flex-direction: column;
}

.cart-collaterals {flex: 100;position: relative;background: #eee;box-sizing: border-box;padding: 40px;}

.row-container.mwm-cart {
display: flex;
column-gap: 40px;
margin-top: 50px;
margin-bottom: 50px;
}

.checkout .col-2 {
width: 100%;
padding: 20px 0px;
}

.checkout table.shop_table.woocommerce-checkout-review-order-table thead {
width: 100%;
width: 100%;
display: flex;
}

.checkout tr.cart_item td {font-size: 16px;line-height: 16px;}

.checkout .checkout-table .shop_table thead tr th {font-size: 20px;line-height: 20px;color: white;/* font-weight: 100; */}

.checkout table.shop_table.woocommerce-checkout-review-order-table tbody {display: flex;flex-direction: column;width: calc(100% - 0px);margin: 12.5px auto;border-bottom: solid 1px var(--charcoal);padding-bottom: 20px;}

.checkout table.shop_table.woocommerce-checkout-review-order-table tfoot {display: flex;width: calc(100% - 0px);margin: 7.5px auto;flex-direction: column;}

.checkout .checkout-table .shop_table thead tr th.product-name,
.checkout-table .shop_table thead tr th.product-total {flex: 1 0 45%;padding: 0px;font-size: 16px;line-height: 16px;padding: 0;color: #333;font-weight: 300;}

.checkout table.shop_table.woocommerce-checkout-review-order-table thead tr {
  display: flex;
  width: calc(100% - 0px);
  margin: auto;
  padding: 0px 0px;
}

.checkout tr.cart_item {
display: flex;
justify-content: space-between;
padding: 2.5px 0px;
align-items: center;
}

.checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  padding: 0px 0px;
}

table.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
}

.checkout small {
font-size: 15px;
line-height: 15px;
}

add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
position: relative;
width: 100%;
}

.checkout .wc-stripe-elements-field,
.wc-stripe-iban-element-field {
border: 1px solid #333;
margin: 0px 0 10px;
padding: 5px;
background-color: var(--lightgreen);
outline: 0;
color: #333;
width: 100%;
box-sizing: border-box;
border: 0;
padding: 5px 10px;
}

div#payment.woocommerce-checkout-payment {
width: 100%;
padding: 0px;
box-sizing: border-box;
}

.checkout ul.wc_payment_methods.payment_methods.methods {
padding: 0px;
list-style: none;
margin: 20px 0px 0px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  flex: 0 0 100%;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul{
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
  gap: 5px;
  background: transparent;
}

.checkout div#payment .woocommerce-privacy-policy-text p {
font-size: 14px;
line-height: 20px;
background: none;
color: #333;
padding: 0;
}

fieldset#wc-stripe-cc-form {
border-style: none;
background: #eef3ef !important;
padding: 15px 0px;
display: flex;
}

.checkout ::placeholder {
color: white;
}

.checkout .wc_payment_method input ~ label {display: block;padding: 0px 20px;padding-top: 7.5px;}

.checkout
#add_payment_method
#payment
ul.payment_methods
li
.stripe-credit-card-brand,
.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
color: white;
filter: brightness(4.1);
}

.woocommerce-info {padding: 12.5px 0px;font-size: 16px;}

.woocommerce-message {

display: flex;
flex-direction: column;
}

p.cart-empty.woocommerce-info {
margin: 0px;
}

.woocommerce-message a {
color: #e2364c;
font-weight: 700;
}

.woocommerce-message a:hover {
transition: all 0.3s ease;
opacity: 0.75;
}

p.return-to-shop a.button.wc-backward {

display: block;
width: 195px;
padding: 7.5px 10px;
background: var(--primary-color1);;
color: white;
box-sizing: border-box;
font-size: 20px;
text-align: center;
line-height: 24px;
font-weight: 500;
letter-spacing: 0px;
border-radius: 30px;
transition: all 0.3s ease;
}

p.return-to-shop a.button.wc-backward:hover {
letter-spacing: 1px;
transition: all 0.3s ease;
background: var(--primary-color2);;
}

.woocommerce-info a {
font-weight: 700;
color: var(--primary-color1);;
}

.woocommerce-info a:hover {
opacity: 0.75;
}

.woocommerce-shipping-fields__field-wrapper {
padding-left: 20px;
}

.woocommerce-shipping-fields__field-wrapper {
display: flex;
flex-direction: row;
row-gap: 7.5px;
border-style: solid;
border-left: none;
border-right: none;
border-top: none;
border-bottom: none;
border-width: 1.5px;
border-color: var(--primary-color1);;
width: 100%;
padding-bottom: 20px;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
padding: 0px 0px 20px;
box-sizing: border-box;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
line-height: 35px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
border-color: #a3a3a3 transparent transparent transparent;
margin-top: 2px;
}

/*== == CHECKOUT END == ==*/

.page-id-14636 #primary .woocommerce {
  padding: 0px 0px;
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
}

.wc_points_rewards_earn_points {
  text-align: center;
  background: var(--primary);
  margin-bottom: 20px;
  color: white;
}

input#searchtext9 {
  width: 100%;
  max-width: unset;
  box-sizing: border-box;
  margin: 0 !important;
}

div#leaflet_wcfmmp_user_location {
  width: 100%;
}

.thank-you-page {
  display: flex;
  gap: 50px;
  padding: 50px 0;
}

.woocommerce table.shop_table td.product-name {
  line-height: 16px;
  font-size: 16px;
  padding: 10px 0px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Order Confirmation START */
.order-product-thumbnail {
  display: flex;
  position: relative;
  padding: 10px 0;
}

.order-product-thumbnail img {
  width: 100px;
  height: 100px;
  border: solid 1px whitesmoke;
  border-radius: 16px;
}

.order-product-thumbnail .product-quantity {
  position: absolute;
  top: -2%;
  right: -2%;
  background: #929292;
  border-radius: 32px;
  width: 20px;
  height: 20px;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.order-product-thumbnail a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  color: var(--color5);
  font-weight: 600;
}

.thank-you-message {
  width: 50%;
}

.order-right {
  width: 50%;
  position: relative;
  z-index: 999;
}

.order-right tfoot th {
  text-align: start;
  font-family: "P22 Underground" !important;
}

.item-timeline {
  position: relative;
  display: flex;
  gap: 25px;
  padding: 10px 0;
  width: 100%;
  justify-content: space-between;
}

.item-timeline p {
  margin: 0;
}

.item-timeline-step {
  position: relative;
  padding-left: 50px;
}

.item-timeline-step:first-child::before {
  content: "\f466";
  font-family: "Font Awesome 5 Pro", sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: solid 2px var(--primary);
  border-radius: 32px;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-timeline-step:nth-child(2)::before {
  content: "\f0d1";
  font-family: "Font Awesome 5 Pro", sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: solid 2px var(--primary);
  border-radius: 32px;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-timeline-step:last-child:before {
  content: "\f015";
  font-family: "Font Awesome 5 Pro", sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: solid 2px var(--primary);
  border-radius: 32px;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank-you-message svg.header__logo.header__logo--desktop {
  width: 400px;
  margin-bottom: 30px;
}

.thank-you-message p {
  margin: 0;
}

.thank-you-message p:nth-child(3) {
  font-size: 26px !important;
}

section.woocommerce-customer-details {
  margin-top: 50px;
  padding: 20px;
  border: solid 1px #d5d5d5;
  border-radius: 8px;
}

.woocommerce-order-received #primary::before {
  position: relative;
}

.woocommerce-order-received #primary::before {
  content: "";
  background: whitesmoke;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  border-left: solid 1px #d5d5d5;
}

.woocommerce-order-received tfoot {
  display: inline-table;
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}

.woocommerce-order-received tr.woocommerce-table__line-item.order_item {
  display: inline-table;
}

.woocommerce-order-received address {
  font-style: normal !important;
}

.order-image {
  position: relative;
}

.woocommerce-order-received .order-again {
  border: solid 2px var(--primary);
  width: 200px;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  border-radius: 4px;
  transition: all 0.5s ease;
  margin: 10px 0;
  cursor: pointer;
}

.woocommerce-order-received .order-again:hover {
  letter-spacing: 1px;
}

.woocommerce-order-received .order-again a {
  color: var(--primary);
  font-weight: 600;
}

.order-general-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.order-general-links .readmore {
  background: var(--primary);
  color: white;
  width: 200px;
  font-size: 16px;

  border-radius: 4px;
  font-weight: 600;
  margin: 0;
  padding: 20px 0;
}

.order-general-links > p > a {
  color: var(--primary);
}

/* Order Confirmation END */

input.button.wc_points_rewards_apply_discount {
  width: 150px;
  padding: 5px;
  background: var(--primary);
  color: white;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  border: 0px;
  transition: all 0.3s ease;
  border-radius: 0px;
  margin-left: 10px;
}

#eh-stripe-card-element,
#eh-stripe-exp-element,
#eh-stripe-cvc-element,
#eh-stripe-iban-element {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.checkout label[for="coupon_code"] {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods li .eh-stripe-card-brand {
  display: block;
  width: 30px;
  height: 24px;
  margin-top: -24px;
  float: left;
  margin-left: 10px;
}

.checkout ul.wc_payment_methods .form-row {
  margin-top: 20px;
}

form.checkout_coupon.woocommerce-form-coupon .form-row {
  width: auto;
}

.row-container.checkout {
  position: relative;
  /* padding: 40px 20px; */
}

tr.woocommerce-shipping-totals.shipping td {
  margin-bottom: 10px;
}

.shop-cart tr.woocommerce-shipping-totals.shipping {
  flex-direction: column;
}

span.select2.select2-container * {
  padding: 0px !important;
}

.shop-cart .subtitle {
  margin-bottom: 20px;
}

form.woocommerce-ResetPassword.lost_reset_password {
  width: 100%;
  background: whitesmoke;
  padding: 20px;
  max-width: 540px;
  margin: 0px auto;
}

.lost_reset_password button.woocommerce-Button.button.wp-element-button {
  display: block;
  padding: 15px 15px;
  background: none;
  color: white;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 16px;
  letter-spacing: 0px;
  border: 0px;
  margin-top: 0px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  border: solid 2px white;
  background: var(--primary);
  border-color: var(--primary);
  width: 100%;
}

form.woocommerce-ResetPassword.lost_reset_password p:last-of-type {
  margin: 0px;
}

form.woocommerce-ResetPassword.lost_reset_password .form-row {
  display: flex;
  flex-direction: column;
}

form.woocommerce-ResetPassword.lost_reset_password .form-row input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
  font-family: "basic-sans";
}

.login-fold {
  padding: 0px 0px;
  width: 100%;
}

.login-box {
  border: solid 2px var(--green);
  flex: 100%;
  background: whitesmoke;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
}

.login-wrapper form {
  padding: 0px;
  padding-top: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-wrapper .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.login-box .woocommerce-form-row input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
  font-family: "basic-sans";
  border: 0;
  background: white;
}

.login-wrapper form label {
  font-size: 22px;
  line-height: 30px;
  display: none;
}

.login-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 40px;
}

.login-box h2 {
  padding-top: 20px;
  padding-left: 20px;
}

.login-wrapper .login-box:nth-of-type(2n) form {
  padding-top: 0px;
}

.login-wrapper .login-box:nth-of-type(2n) form p {
  font-size: 14px;
  line-height: 22px;
}

.order-total td strong bdi {
  color: #333 !important;
}

.woocommerce-MyAccount-content .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-form-row input,
.woocommerce-MyAccount-content .woocommerce-form-row select {
  width: 100%;
  height: 40px !important;
  padding: 5px 10px;
  box-sizing: border-box;
  border: solid 1px #eee;
  /* font-family: "basic-sans"; */
  color: #000;
  font-size: 14px;
  background: whitesmoke;
}

.woocommerce-MyAccount-content .woocommerce-form-row textarea {
  border: solid 1px #eee;
  font-family: "basic-sans";
  color: grey;
  font-size: 14px;
}

.woocommerce-address-fields__field-wrapper p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.woocommerce-address-fields__field-wrapper input {
  width: 100%;
  display: block;
  border: 0;
  height: 30px;
  font-family: "basic-sans";
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.woocommerce-address-fields__field-wrapper p > span,
.select2-container--default .select2-selection--single > span {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background: white;
}

.calc-input {
  display: flex;
  align-items: stretch;
  border: solid 1px #333;
  width: max-content;
  margin-top: 5px;
}

.calc-input input {
  width: 30px;
  text-align: center;
  padding: 7px;
  border: 0;
  background: #fff;
  color: white;
  font-family: "basic-sans";
  color: #333;
}

/* Chrome, Safari, Edge, Opera */
.calc-input input::-webkit-outer-spin-button,
.calc-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.calc-input input[type="number"] {
  -moz-appearance: textfield;
}

.calc-button {
  padding: 5px;
  color: #333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.quantity label {
  display: none;
}

#billing_address_2_field label {
  display: block !important;
  height: auto !important;
  position: relative !important;
  overflow: visible;
  width: 100%;
}

.woocommerce-shipping-fields {
  display: none;
}

/** FOLD 1 START **/

.woocommerce-MyAccount-content span {
  font-weight: 600;
  color: var(--primary);
}

nav.woocommerce-MyAccount-navigation ul li::before {
  left: -10px;
  position: absolute;
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: var(--primary);
}

ul.woocommerce-error {
  color: #fff;
  background: var(--primary);
  padding: 10px 20px;
  font-family:
  "Rubik", sans-serif;
}

ul.woocommerce-error > li {
  list-style: none;
}

td.product-name > img {
  min-width: 100px;
}

.col-left-column-checkout {
  /* display: flex; */
  flex: 0 0 50%;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul li {
  background: var(--primary);
  padding: 10px;
}

.wishlist-fold .smalltitle {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.woocommerce-form-coupon-toggle {
    max-width: 1680px;
    margin: 0px auto;
    background: #eee;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 4px 20px;
    box-sizing: border-box;
}

.shop-cart td.product-name a:nth-child(2n) {
    font-size: 14px;
}

.shop-cart td.product-name a:nth-child(3n) {
    font-weight: 600;
    text-transform: uppercase;
}

td.product-price {
    font-size: 16px !important;
    line-height: 24px !important;
}

td.product-price {
    display: flex;
    align-items: center;
    justify-content: center;
}


.checkout-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0px;
}

.checkout-header h2 {
    margin: 0px;
    width: 50%;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

form.checkout_coupon.woocommerce-form-coupon input {
    background: #eee;
    color: #000;
}

form.checkout_coupon.woocommerce-form-coupon input::placeholder {color: #000;}

header.woocommerce-Address-title.title a {
    display: block;
    width: 160px;
    padding: 10px 16px;
    background: var(--primary);
    color: white;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    transition: all 300ms ease;
    cursor: pointer;
    position: relative;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

span.password-input button::before {
    content: 'View Password';
}

span.password-input button {
    appearance: none;
    text-decoration: underline;
    border: 0px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard::before {
    content: '\e307';
    font-family: 'Font Awesome 6 Pro';
    font-size: 24px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders::before {
    content: '\f07a';
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads::before {
    content: '\f019';
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address::before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Pro';
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account::before {
    content: '\f007';
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout::before {
    content: '\f2f5';
    font-family: 'Font Awesome 6 Pro';
}

.login-box:nth-child(2n) {
    /* display: none; */
}

p.form-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

span.password-input {
    width: 100%;
}