/*-- -- CART -- --*/

.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: center;
  text-align: center;
  justify-content: center;
  padding: 0px 0px;
  background: #eee;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.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;
}

.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 15%;
  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: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.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: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.shop-cart td.actions button.button {
  display: block;
  width: 200px;
  padding: 10px;
  background: var(--green);
  color: white;
  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;
  margin: 0;
  border-radius: 0px;
}

button[name="apply_coupon"] {
  display: block;
  width: fit-content;
  padding: 10px 40px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  border: 0px;
  margin-top: 20px;
  transition: all 0.3s ease;
  margin: 0px;
}

.shop-cart .wc-proceed-to-checkout a {
  display: block;
  width: 250px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0px;
  border: 0px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.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:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

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

p.input-label {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

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

.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;
  margin-top: 20px;
}

.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: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

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

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

.shop-cart td.product-quantity {
  color: black !important;
  justify-content: center;
}

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

span.subscription-details {
  font-size: 16px;
}

.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% - 540px);
  flex-direction: column;
  gap: 20px;
}

.row-container.shop-cart {
  display: flex;
  column-gap: 40px;
  padding: 240px 0px 120px;
}

.shop-cart-fold {
  padding: 100px 0px;
}

.empty-basket {
  padding: 50px 0px;
}

.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;
}

td.product-image,
td.product-name a {
  pointer-events: none;
}

.shop-cart tr.order-total.recurring-total th {
  text-align: left;
}

.page-id-39.page-template-account-template .woocommerce {
  display: flex;
  gap: 40px;
  padding: 40px 0px;
  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;
}

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

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

.u-column2.col-2 h2 {
  background-color: var(--color4);
  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;
}

label.fme_upload_file_custom_upload {
  background: white !important;
  border-style: solid;
  border-radius: 50px;
  border-width: 2px !important;
  border-color: var(--green);
  color: var(--green) !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;
}

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%;
  padding: 0 20px 20px 20px;
  background: var(--color4);
  width: 100%;
  box-sizing: border-box;
}

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

button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit {
  width: 100px;
  padding: 5px;
  background: #cc6633;
  border-radius: unset;
  border: unset;
  font-family: "Montserrat";
  font-size: 18px;
  color: white;
}

.wcfmmp_become_vendor_link {
  display: none;
}

nav.woocommerce-MyAccount-navigation {
  background: var(--color4);
  font-family: "Montserrat";
  font-size: 20px;
  width: 300px;
  margin-bottom: 0px;
  padding: 61px 0px;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  flex-direction: column;
}

nav.woocommerce-MyAccount-navigation ul li {
  flex: 0 0 calc(100% / 6 - 20px);
}

nav.woocommerce-MyAccount-navigation ul li a {
  color: #3c3c3c;
  transition: all 300ms ease;
  display: block;
  padding: 7.5px 0px;
}

.woocommerce-Address header.woocommerce-Address-title {
  display: flex;
  background: var(--primary-color);
  color: white;
  gap: 20px;
  width: 320px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}

.woocommerce-Address header.woocommerce-Address-title h3 {
  font-size: 20px;
  line-height: 1;
}

.woocommerce-Address header.woocommerce-Address-title a.edit {
  display: block;
  line-height: 1;
  padding: 15px;
  background: var(--secondary-color);
  color: white;
}

address {
  font-size: 18px;
  font-style: normal;
  margin-top: 10px;
}

.u-columns.addresses {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

legend {
  font-family: "Montserrat";
}

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

nav.woocommerce-MyAccount-navigation ul li a:hover {
  opacity: .6;
}

.woocommerce-MyAccount-content {
  flex: 100;
  background: var(--color4);
  padding: 60px 0px;
  margin-bottom: 0px;
}

.woocommerce-address-fields__field-wrapper .form-row {
  flex: 0 0 45%;
}

.woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

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

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

nav.woocommerce-MyAccount-navigation ul li a {
  background: var(--primary-color);
  border-radius: var(--curve);
  color: #000;
  padding-left: 40px;
}

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

input#coupon_code {
  border-radius: 0px;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  font-size: 18px;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 220px);
  padding: 10px 20px;
}

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(--green);
}

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

.shop-cart form table.shop_table.shop_table_responsive td.product-image {
  padding: 20px;
  flex: 0 0 200px;
  aspect-ratio: 1;
}

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

.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: 0;
  font-size: 12px;
  line-height: 12px;
  font-family: "Montserrat";
}

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

.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 #ccc !important;
  padding: 5px;
}

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;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.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(--green);
  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: "Montserrat";
  border: solid 2px var(--green);
  margin-bottom: 20px;
  cursor: pointer;
}

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

a.shipping-calculator-button {
  color: var(--green);
}

/*-- -- CART END -- --*/

/*-- --EMPTY CART -- --*/

p.return-to-shop {
  margin: 50px 0px;
}

/*-- -- EMPTY CART END -- --*/


.page-template-account-template .wind-upz-top {
  display: none;
}

.fold1e {
  display: none;
}

.page-template-account-template .f2-break-title {
  height: 20vw;
}

.page-template-account-template .f2-break::after {
  top: calc(-20% + (20vw - 2px));
}

.page-template-account-template .f2-break::before {
  height: 80%;
}



















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

.checkout input:focus-visible,
.checkout textarea:focus-visible {
  border: 0px !important;
  outline: 0px !important;
  box-shadow: none !important;
}

.checkout .input-text::placeholder {
  color: #333;
}

.checkout table.shop_table tr.recurring-totals h2 {
  display: none;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  display: block;
  width: 100%;
  padding: 20px 10px;
  background: var(--charcoal);
  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;
}

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

.payment_box fieldset {
  padding: 0px;
  border: 0;
  margin: 0;
  margin-top: 20px;
  clear: both;
}

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

.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: 10px;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background: #eee;
  padding: 20px;
  box-sizing: border-box;
}

.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 {
  color: black !important;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  padding: 5px 20px;
  line-height: 24px;
  border-style: solid;
  border-width: 1px;
  background: white;
  font-family: serif;
  border-color: white;
  border: 0px !important;
  height: 35px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
}

.checkout .form-row label {
  flex: 0 0 auto;
  font-size: 16px !important;
  line-height: 16px !important;
  width: 100%;
  padding: 2px 5px;
  box-sizing: border-box;
  clip: unset;
  height: auto;
  position: relative !important;
  overflow: visible;
  margin: 0;
}

.checkout .form-row.place-order {
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding: 20px 0px;
  row-gap: 20px;
}


table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  background: #eee;
  padding: 20px;
  box-sizing: border-box;
}

.checkout .form-row.place-order button.button {
  display: block;
  width: 100%;
  padding: 15px 16px 21px;
  background: var(--primary-color1);
  color: white;
  box-sizing: border-box;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  border: 0px;
  margin-top: 20px;
  transition: all 300ms ease;
  cursor: pointer;
  position: relative;
  text-transform: lowercase;
  font-style: italic;
}

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

.checkout div#payment p:first-child {
  font-size: 20px;
  background: var(--charcoal);
  color: #333;
  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%;
  padding: 0px;
  box-sizing: border-box;
  margin-top: 0px;
}

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

.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 span.woocommerce-input-wrapper select {
  border: none;
  height: 35px;
  width: 100%;
}

.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: 0px;
}

.checkout .woocommerce-billing-fields h3 {
  display: block;
  background: #eee;
  color: black;
  font-size: 28px;
  line-height: 50px;
  padding-bottom: 0px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

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

.checkout tfoot {
  text-align: left;
}

.checkout tfoot tr th {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.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: black;
  font-size: 28px;
  line-height: 50px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.checkout .woocommerce-additional-fields {
  background: #f1f1f1;
  margin-top: 20px;
  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: 6px;
  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: 20px 20px;
}

.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: black;
  font-weight: 400;
}

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

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

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

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

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

#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: 20px;
}

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: 0 0 auto;
  position: relative;
}

.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;
  font-family: "Poppins";
}

.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: black;
  font-weight: 600;
}

.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;
}

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

.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 black;
  margin: 0px 0 10px;
  padding: 5px;
  background-color: var(--lightgreen);
  outline: 0;
  color: black;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  padding: 5px 10px;
  color: black;
}

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;

  padding: 0px;
  margin: 0;
  margin-bottom: 10px;
}

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

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

.checkout ::placeholder {
  color: white;
}

.checkout .wc_payment_method input~label {
  display: block;
  background: var(--charcoal);
  color: #333;
}

.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: 18px;
}

.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:hover {
  transition: all 0.3s ease;
}

.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 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  background: #eee;
}

.wc_points_rewards_earn_points {
  text-align: center;
  background: var(--primary-color1);
  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: 4px 0px;
  text-align: left;
}

/* 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-color1);
  border-radius: 32px;
  color: var(--primary-color1);
  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-color1);
  border-radius: 32px;
  color: var(--primary-color1);
  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-color1);
  border-radius: 32px;
  color: var(--primary-color1);
  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-color1);
  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-color1);
  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-color1);
  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-color1);
}

/* Order Confirmation END */

input.button.wc_points_rewards_apply_discount {
  width: 150px;
  padding: 5px;
  background: var(--primary-color1);
  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 0px;
}

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

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

.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-color1);
  border-color: var(--primary-color1);
  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: "Poppins";
}

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

.login-box {
  border: solid 2px var(--green);
  flex: 0 0 calc(100% / 2 - 30px);
  border-radius: 20px;
}

.login-wrapper form {
  padding: 0px;
  padding-top: 0px;
}

.login-wrapper .woocommerce-form-row {
  display: flex;
  flex-direction: column;
}

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

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

p.woocommerce-LostPassword.lost_password {
  margin: 0;
  gap: 40px;
  display: flex;
}

.login-wrapper {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  width: 100%;
  align-items: center;
}

.login-form {
  padding: 40px 40px;
  flex-grow: 1;
  box-sizing: border-box;
}

.login-image {
  flex: 0 0 700px;
  max-height: 600px;
  overflow: hidden;
}

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

.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: 30px !important;
  padding: 5px 10px;
  box-sizing: border-box;
  border: solid 1px #eee;
  font-family: "Poppins";
  color: grey;
  font-size: 14px;
}

.woocommerce-MyAccount-content .woocommerce-form-row textarea {
  border: solid 1px #eee;
  font-family: "Poppins";
  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: "Poppins";
  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: "Poppins";
  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%;
}

h3#ship-to-different-address {
  margin: 0;
}

.col-2 .shipping_address {
  margin-top: 20px;
}

.banner-fold-a.alt {
  margin-top: 120px;
}

.checkout-table .row-container {
  padding: 0px;
}

.woocommerce-form-coupon-toggle {
  display: none;
}