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

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

tr.order-total {
    padding-bottom: 6px;
}

.woocommerce-checkout .woocommerce-info {
    display: none;
}

form.checkout_coupon.woocommerce-form-coupon {
  display: flex !important;
  align-items: center;
  gap: 10px;
  background: #f1f1f1;
  padding: 20px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 13;
  width: calc(45% - 0px);
  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;
}

.basket-page .shop-cart tr th:last-child {
    text-align: right;
}

.basket-page .shop-cart .cart_totals table tbody > tr {
    margin-bottom: 10px;
}

.basket-page tr.total-product-subtotal {
    padding: 10px 0px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}

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

.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 #333;
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 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: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.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-color1);color: #333;box-sizing: border-box;font-size: 18px;text-align: center;line-height: 26px;font-weight: 500;letter-spacing: 0px;border: 0px;margin-top: 20px;transition: all 0.3s ease;margin: 0px;margin: 0;border-radius: 0px;color: white;}

button[name="apply_coupon"] {display: block;width: 250px;padding: 10px;background: var(--primary-color1);color: #333;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;
background: var(--black);
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;
}

.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-color1);
border-radius: unset;
border: unset;
font-size: 18px;
color: white;
}

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

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

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

.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;background: var(--primary-color1);color: white;box-sizing: border-box;font-size: 28px;text-align: center;line-height: 24px;font-weight: 500;letter-spacing: 0px;margin-top: 20px;transition: all 0.3s ease;border: none;}

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

.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% - 640px);
  flex-direction: column;
  padding-bottom: 7.5px;
}
.row-container.shop-cart {
display: flex;
column-gap: 40px;
padding: 70px 20px;
}

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

.banner-fold-a-header p {
    margin: 0px;
}

.banner-fold-a-header {
    padding: 20px 0px;
}

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: #333;font-weight: 600;}

.u-column1.col-1 h2 {
background-color: whitesmoke;
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;
}

label.fme_upload_file_custom_upload {
background: white !important;
border-style: solid;
border-radius: 50px;
border-width: 2px !important;
border-color: #333;
color: #333;
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;
border: solid 1px #ccc;
}

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: whitesmoke;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: var(--primary-color1);;
border-radius: unset;
border: unset;
font-size: 18px;
color: white;
}

.wcfmmp_become_vendor_link {
display: none;
}

nav.woocommerce-MyAccount-navigation {
background: whitesmoke;

font-size: 20px;
padding: 20px;
width: 20%;
margin-bottom: 0px;
}

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

nav.woocommerce-MyAccount-navigation ul li {
padding: 5px 0;
}

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

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

button.woocommerce-Button.button.wp-element-button {
width: 140px;
padding: 5px;
background: var(--primary-color1);;
border-radius: unset;
border: unset;
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;

}

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-color1);;
}

.woocommerce-MyAccount-content {
width: 100%;
background: whitesmoke;
padding: 40px;
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;
font-size: 18px;
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-color1);;
}

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: space-between;
}

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

label[for="coupon_code"] {
flex: 0 0 100%;
margin: 0;
font-size: 12px;
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-color1); !important;
}

.shipping_method::before {
content: "";
border: solid 2px var(--primary-color1);;
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 #333 !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-color1);;
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;
border: solid 2px #333;
margin-bottom: 20px;
cursor: pointer;
}

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

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

/*== == 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;
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;
}

.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: 10px;column-gap: 15px;}

.checkout .form-row {width: 48%;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: black !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: 16px;
	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 5px 5px;box-sizing: border-box;clip: unset;height: auto;position: relative !important;overflow: visible;}
.checkout .form-row.place-order {
flex-direction: column;
width: 100%;
align-items: flex-start;
padding: 20px 0px;
row-gap: 20px;
}

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

.checkout .form-row.place-order button.button:hover {
	background: var(--primary-color2);
	color: white;
}

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

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

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

.checkout .form-row#billing_company_field {
    width: 100%;
}

.checkout .form-row#shipping_country_field {
    display: none;
}

p#shipping_company_field {
    width: 100%;
}

.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 {display: none;}

.checkout p#billing_address_2_field {
    top: 2px;
    position: relative;
}

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

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

.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: 2.5px;
padding-left: 20px;
}

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

.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;
	flex-wrap: wrap;
	padding-top: 30px;
}

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

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

.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 #333;
	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: 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;border-bottom: solid 1px;margin-bottom: 10px;}

.checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {font-size: 20px;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;
}

.checkout ::placeholder {
color: white;
}

.checkout .wc_payment_method input ~ label {
	display: block;
	color: #333;
	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: 20px;
}

.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: 40px 0px;display: flex;gap: 10px;flex-wrap: wrap;justify-content: center;}

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

.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: #333;
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 #333;
border-radius: 32px;
color: #333;
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 #333;
border-radius: 32px;
color: #333;
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 #333;
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;
}

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

.login-fold {
  padding: 0px 0px;
}

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

.login-wrapper form {
  padding: 20px;
  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;
}

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

.login-wrapper {
  display: flex;
  justify-content: space-between;
}

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

.woocommerce-MyAccount-content .woocommerce-form-row textarea{
  border: solid 1px #eee;
  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;
  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;
  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;
  clip-path: unset;
}

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

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

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