/*===============================*/
/* Login and Register Page Style */
/*===============================*/
div#customer_login {
  display: flex;
  justify-content: space-evenly;
  padding: 50px 0;
  gap: 50px;
}

.u-column1.col-1 {
  background: whitesmoke;
  width: 50%;
  border-radius: 32px;
  padding: 30px;
}

.u-column2.col-2 {
  background: whitesmoke;
  width: 50%;
  border-radius: 32px;
  padding: 30px;
}

.u-column1.col-1 h2 {
}

.u-column2.col-2 h2 {
}

/* Login Section */
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

input#username {
  width: 100%;
  height: 30px;
  border-radius: 8px;
  border: solid 1px var(--text-dark);
}

input#password {
  width: 100%;
  height: 30px;
  border-radius: 8px;
  border: solid 1px var(--text-dark);
}

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

p.form-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
  margin-top: 10px;
  background: var(--light-red);
  border: none;
  padding: 10px 0;
  width: 150px;
  color: white;
  font-weight: bolder;
  font-family: "Poppins";
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s ease;
}

button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button:hover {
  background: var(--pink);
}

p.woocommerce-LostPassword.lost_password {
}

p.woocommerce-LostPassword.lost_password a {
  color: var(--text-dark);
  transition: all 0.5s ease;
}

p.woocommerce-LostPassword.lost_password a:hover {
  color: var(--pink);
}

/* Register Section */
input#reg_email {
  width: 50%;
  height: 20px;
  border-radius: 8px;
  border: solid 1px var(--text-dark);
  font-family: "Poppins" sans-serif !important;
}

form.woocommerce-form.woocommerce-form-register.register {
}

form.woocommerce-form.woocommerce-form-register.register p {
  font-size: 16px;
  line-height: 24px;
}

button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit {
  margin-top: 10px;
  background: var(--light-red);
  border: none;
  padding: 10px 0;
  width: 150px;
  color: white;
  font-weight: bolder;
  font-family: "Poppins";
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s ease;
}

button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit:hover {
  background: var(--pink);
}

/* Error Message */
ul.woocommerce-error {
  list-style: none;
  text-align: center;
  color: var(--text-dark);
  font-size: 20px;
}

ul.woocommerce-error strong {
  color: var(--pink);
}

/*==============================*/
/* My Account Style - Logged In */
/*==============================*/
nav.woocommerce-MyAccount-navigation {
  margin: 100px 0 50px 0;
  background: whitesmoke;
  border-radius: 16px;
  padding: 50px;
  width: 300px;
  text-align: center;
}

.woocommerce-MyAccount-content {
  margin: 100px 0 50px 0;
  background: whitesmoke;
  border-radius: 16px;
  padding: 50px;
}

.woocommerce-MyAccount-content a {
  color: var(--light-red);
}

.woocommerce-MyAccount-content a:hover {
  color: var(--pink);
}

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

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

.woocommerce-MyAccount-navigation ul li a {
  font-size: 18px;
  color: var(--text-dark);
  transition: all 0.5s ease;
}

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

/* Account - Edit Account Section Style */
input#account_first_name {
  width: 50%;
  height: 20px;
  border-radius: 8px;
  border: solid 1px var(--text-dark);
  font-family: "Poppins" sans-serif !important;
}

input#account_last_name {
  width: 50%;
  height: 20px;
  border-radius: 8px;
  border: solid 1px var(--text-dark);
  font-family: "Poppins" sans-serif !important;
}

input#account_email {
  width: 50%;
  height: 20px;
  border-radius: 8px;
  border: solid 1px var(--text-dark);
  font-family: "Poppins" sans-serif !important;
}

input#password_current {
  width: 50%;
  height: 20px;
  border-radius: 8px;
  border: solid 1px var(--text-dark);
  font-family: "Poppins" sans-serif !important;
}

input#password_1 {
  width: 50%;
  height: 20px;
  border-radius: 8px;
  border: solid 1px var(--text-dark);
  font-family: "Poppins" sans-serif !important;
}

input#password_2 {
  width: 50%;
  height: 20px;
  border-radius: 8px;
  border: solid 1px var(--text-dark);
  font-family: "Poppins" sans-serif !important;
}

button.woocommerce-Button.button.wp-element-button {
  margin-top: 10px;
  background: var(--light-red);
  border: none;
  padding: 10px 0;
  width: 150px;
  color: white;
  font-weight: bolder;
  font-family: "Poppins";
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s ease;
}

button.woocommerce-Button.button.wp-element-button:hover {
  background: var(--pink);
}

/* Account - Address Section Style */
header.woocommerce-Address-title.title {
  font-size: 20px;
}

/*========================*/
/* Cart/Basket Page Style */
/*========================*/
.shop-cart dl.variation {
  display: none;
}

.shop-cart tr.order-total:first-of-type {
  border-bottom: solid 1px var(--gray);
  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 var(--gray);
}

.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: var(--text-dark);
  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: whitesmoke;
  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: var(--gray);
}

.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: var(--text-dark);
  text-align: left;
}

.shop-cart td.product-price,
.shop-cart th {
  flex: 0 1 33%;
  color: var(--text-dark) !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: var(--text-dark);
}

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

.shop-cart td.product-subtotal,
.shop-cart th.product-subtotal {
  flex: 0 0 5%;
  color: var(--text-dark);
}

.shop-cart a.remove {
  color: var(--text-dark);
  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: var(--text-dark);
  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: center;
  flex-wrap: wrap;
}

.shop-cart td.actions button.button {
  display: block;
  width: 200px;
  padding: 10px;
  background: var(--pink);
  color: var(--text-light);
  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: 32px;
}

button[name="apply_coupon"] {
  display: block;
  width: 250px;
  padding: 10px;
  background: var(--color1);
  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;
  border-radius: 50px;
  margin: 7.5px 0px;
}

.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.5s ease;
  border-radius: 32px;
  letter-spacing: 2px;
  background: var(--gray);
  color: var(--pink);
}

button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
  width: 120px;
  padding: 5px;
  background: var(--pink);
  border-radius: unset;
  border: unset;
  font-family: 'Dosis';
  font-size: 20px;
  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: 18px;
  line-height: 12px;
  margin-top: 10px;
  font-family: "Poppins";
  margin-bottom: 10px;
}

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

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

.row-container.shop-cart {
  padding-top: 50px;
}

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

.cart_totals table {
  font-family: "P22 Underground";
}

.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(--pink);
  color: var(--text-light);
  box-sizing: border-box;
  font-size: 28px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: 20px;
  border-radius: 64px;
  transition: all 0.3s ease;
  font-family: "Poppins";
}

.shop-cart:hover
  .wc-proceed-to-checkout:hover
  a.checkout-button.button.alt.wc-forward:hover,
.shop-cart:hover .wc-proceed-to-checkout:hover > a:hover {
  background: var(--gray);
  color: var(--pink);
  letter-spacing: 2px;
}

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

.shop-cart dl.variation {
  color: var(--gray);
}

.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% - 540px);
  flex-direction: column;
  border-bottom: solid 1px black;
  padding-bottom: 7.5px;
}

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

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

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

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

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

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

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

.u-column2.col-2 h2 {
  padding: 20px 0px;
  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(--gray);
  color: var(--gray) !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;
  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%;
  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(--pink);
  border-radius: unset;
  border: unset;
  font-family: "Poppins";
  font-size: 18px;
  color: white;
}

.wcfmmp_become_vendor_link {
  display: none;
}

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

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

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: var(--pink);
}

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

input#account_first_name {
  height: 20px;
  border: none;
  font-family: "Poppins";
}

input#account_last_name {
  height: 20px;
  border: none;
  font-family: "Poppins";
}

input#account_display_name {
  height: 20px;
  border: none;
  font-family: "Poppins";
}

input#account_email {
  height: 30px;
  border: none;
  font-family: "Poppins";
}

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

input#password_current {
  height: 20px;
  border: none;
  font-family: "Poppins";
}

input#password_1 {
  height: 20px;
  border: none;
  font-family: "Poppins";
}

input#password_2 {
  height: 20px;
  border: none;
  font-family: "Poppins";
}

legend {
  font-family: "Poppins";
}

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

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

.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: 100%;
  height: 30px;
  font-family: "Poppins";
}

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

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

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

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;
  padding: 0px;
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
	  border: solid 1px grey;
}

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

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

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

.row-container.shop-cart {
  margin-top: 50px;
  padding: 50px 0px;
}

form.woocommerce-cart-form .title {
  font-size: 38px;
}

.cart_totals .title {
  font-size: 38px;
}
/*-- -- CART END -- --*/

.cart-collaterals * {
    font-family: 'Poppins';
}

ul#shipping_method {
    padding-left: 0px;
    list-style: none;
}

/*CHECOUT*/
form.checkout.woocommerce-checkout .sureset-checkout-wrapper {
    display: flex;
    gap: 40px;
}

h3#order_review_heading {
    display: none;
}

div#customer_details {
    flex: 1 1 50%;
}

div#order_review {
    flex: 1 1 50%;
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce-billing-fields__field-wrapper > *, .woocommerce-shipping-fields__field-wrapper > * {
    flex: 0 1 48%;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper select, .woocommerce-billing-fields__field-wrapper span {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
}

.woocommerce-shipping-fields__field-wrapper input, .woocommerce-shipping-fields__field-wrapper select, .woocommerce-shipping-fields__field-wrapper span {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
}

#billing_address_2_field label.screen-reader-text {
    height: auto;
    position: relative !important;
    clip: auto !important;
    width: 100%;
}

#shipping_address_2_field label.screen-reader-text {
    height: auto;
    position: relative !important;
    clip: auto !important;
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper select {
    border: solid 1px grey;
}

p#order_comments_field span, p#order_comments_field textarea {
    width: 100%;
    box-sizing: border-box;
    font-family: 'Poppins';
}

.woocommerce-checkout #primary .woocommerce {
    padding: 40px 0;
}

p#order_comments_field {
    margin-top: 40px;
}

.woocommerce-shipping-fields {
    margin-top: 40px;
}

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

ul.wc_payment_methods.payment_methods.methods {
    padding: 0;
    list-style: none;
}

button#place_order {
    width: 100%;
    display: block;
    box-sizing: border-box;
    background: var(--pink);
    border: 0;
    padding: 10px;
    border-radius: 50px;
    font-size: 20px;
    color: white;
}

@media(max-width: 1100px){
    form.checkout.woocommerce-checkout {
        flex-direction: column;
    }

    .woocommerce-billing-fields__field-wrapper > *, .woocommerce-shipping-fields__field-wrapper > *{
        flex: 0 0 100%;
    }
}

