/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/**
* custom styling for louis abel checkout
*/

b,strong {
  font-weight: bold !important;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #333; /* Blue */
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.louis-abel-checkout {
  font-family: 'Helvetica';
}

.louis-abel-checkout a {
  color: #000;
}
.louis-abel-checkout .checkout-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5em;
}

.louis-abel-checkout .checkout-left {
  width: 50%;
}

.louis-abel-checkout .woocommerce-form-coupon-toggle {
  width: calc(50% - 2.5em);
}

.louis-abel-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: #fff;
  border: none;
  font-size: 14px;
  color: #555;
  margin-bottom: 1.2em;
  padding: 0;
}

.louis-abel-checkout ul.woocommerce-error {
  padding: 0;
  font-size: 12px;
  background: #fff;
  color: #554138;
  border: none;
  line-height: 1.6;
  font-weight: normal !important;
  display: block;
}

.louis-abel-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #000;
}
.louis-abel-checkout .checkout-right .cart-discount a {
  text-transform: capitalize;
  font-size: 0;
  color: #333;
  font-weight: normal;
  top: -1px;
  display: inline;
  position: relative;
}

.louis-abel-checkout .checkout-right .cart-discount a::before {
  content: '(REMOVE)';
  font-size: 12px;
  color: #333;
  font-weight: normal;
  top: 0;
  display: inline;
  position: relative;
}

.louis-abel-checkout form.checkout_coupon.woocommerce-form-coupon {
  width: calc(50% - 2.5em);
  margin-top: -1em;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
}

.louis-abel-checkout form.checkout_coupon.woocommerce-form-coupon p:first-child {
  display: none;
}

.louis-abel-checkout form.checkout_coupon.woocommerce-form-coupon button {
  border: 0;
  border-bottom: solid 1px #000;
  padding: 0;
  color: #555;
  font-weight: bold;
  height: 42px;
  outline: none;
  font-size: 14px !important;
  border-radius: 0;
}

.louis-abel-checkout input[type="number"]::-webkit-outer-spin-button,
.louis-abel-checkout input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.louis-abel-checkout input[type="number"] {
    -moz-appearance: textfield;
}

.louis-abel-checkout form.checkout_coupon.woocommerce-form-coupon button:hover,
.louis-abel-checkout form.checkout_coupon.woocommerce-form-coupon button:focus,
.louis-abel-checkout form.checkout_coupon.woocommerce-form-coupon button:focus-visible,
.louis-abel-checkout form.checkout_coupon.woocommerce-form-coupon button:active {
  color: #000;
  background: #fff;
  border: none;
  border-bottom: solid 1px #000;
}

.louis-abel-checkout form.checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 100%;
}
.louis-abel-checkout form.checkout_coupon.woocommerce-form-coupon .form-row-last {
  width: auto;
}

.louis-abel-checkout form.checkout_coupon.woocommerce-form-coupon .clear {
  display: none;
}

.louis-abel-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: none;
}

.louis-abel-checkout .checkout-left .woocommerce-billing-fields h3,
.louis-abel-checkout .checkout-left .woocommerce-shipping-fields h3,
.louis-abel-checkout .checkout-left .woocommerce-additional-fields h3 {
  display: none;
}

.louis-abel-checkout .checkout-left .woocommerce-billing-fields h2,
.louis-abel-checkout .checkout-left .woocommerce-shipping-fields h2,
.louis-abel-checkout .checkout-left .woocommerce-additional-fields h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Helvetica';
}

.louis-abel-checkout .checkout-left .woocommerce-shipping-fields {
  margin: 3em 0;
}

.louis-abel-checkout #order_total {
  font-size: 14px !important;
}

.louis-abel-checkout .checkout-left p#billing_country_field::before {
  content: 'Country';
  width: 20px !important;
  height: 7px !important;
  font-size: 10px;
  color: #333;
  z-index: 9999;
  display: block;
  position: relative !important;
}

.louis-abel-checkout .checkout-left .woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
  margin-block-end: 0;
  font-family: 'Helvetica';
}

.louis-abel-checkout .checkout-left .woocommerce-shipping-fields .woocommerce-shipping-methods {
  padding-left: 0;
  border-radius: 0;
  list-style: none;
}

.louis-abel-checkout .checkout-left .woocommerce-shipping-fields .woocommerce-shipping-methods li label {
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  margin: 10px 0;
  position: relative;
}

.louis-abel-checkout .checkout-left .woocommerce-shipping-fields .woocommerce-shipping-methods li label span {
  padding-top: 10px;
  font-size: 12px;
  display: inline-block;
  color: #555;
}

.louis-abel-checkout .checkout-left .optional {
  display: none;  
}

.louis-abel-checkout .checkout-left .product-item {
  display: none !important;
}

.louis-abel-checkout .checkout-left .woocommerce-shipping-methods label.active,
.louis-abel-checkout .checkout-left .woocommerce-shipping-methods li.active-alone label {
  border: 1px solid #000 !important;
}

.louis-abel-checkout .checkout-left .woocommerce-shipping-methods label.active.no-border {
  border-bottom: none !important;
}

.louis-abel-checkout .checkout-left .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 0.6em;
  margin-top: 1em;
}

.woocommerce-checkout-review-order .shipping {
  display: none !important;
}

.louis-abel-checkout .checkout-left button#place_order {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 2em;
  padding: 12px;
}

.ppc-button-wrapper {
  margin-top: 2em;
}

.louis-abel-checkout .checkout-left .woocommerce-shipping-fields .woocommerce-shipping-methods li label .woocommerce-Price-amount {
  position: absolute;
  top: 5px;
  right: 10px;
}

.louis-abel-checkout .checkout-left .woocommerce-shipping-fields .woocommerce-shipping-methods li .shipping_method {
  display: none;
}

.louis-abel-checkout .checkout-left .woocommerce-additional-fields {
  margin-top: 2em;
}

.louis-abel-checkout .checkout-left #payment {
  border-radius: 0 !important;
  background: #fff !important;
}

.louis-abel-checkout .checkout-left .woocommerce-shipping-methods .woocommerce-Price-amount {
  font-size: 14px !important;
  padding-top: 2px !important;
  color: #000 !important;
}

.louis-abel-checkout .checkout-left .woocommerce-shipping-methods .woocommerce-Price-amount.free {
  padding-top: 10px !important;
  text-transform: capitalize;
}
.louis-abel-checkout .checkout-left .woocommerce-shipping-methods .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #000 !important;
}
.louis-abel-checkout .woocommerce-checkout #payment ul.payment_methods li img {
  width: 40px;
  height: auto;
  float: right;
}

.louis-abel-checkout .wc_payment_methods label {
  display: block;
  cursor: pointer;
  margin-bottom: 30px !important;
}

.louis-abel-checkout .wc_payment_methods input {
  float: left !important;
  margin-right: 10px !important;
}

.louis-abel-checkout .checkout-left .woocommerce-billing-fields__field-wrapper label,
.louis-abel-checkout .checkout-left .payment_box {
  display: none !important;
}

.louis-abel-checkout .checkout-right {
  width: 50%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 135px;
  align-self: flex-start;
}

.louis-abel-checkout .checkout-right .product-item {
  margin-bottom: 1em;
}

.louis-abel-checkout .product-details .price {
  display: block;
  color: #666 !important;
  line-height: 1.6;
  font-size: 12px !important;
}

.louis-abel-checkout .custom-order-review {
  background: #fff;
}

.louis-abel-checkout .custom-order-review-item {
  display: flex;
  margin-bottom: 20px;
}

.louis-abel-checkout .custom-order-review-image img {
  max-width: 100px;
  margin-right: 20px;
}

.louis-abel-checkout .custom-order-review-details {
  flex-grow: 1;
}

.louis-abel-checkout .custom-order-review-quantity, .custom-order-review-remove, .custom-order-review-price {
  margin-top: 10px;
}

.louis-abel-checkout .custom-order-review-totals {
  margin-top: 20px;
}

.louis-abel-checkout .custom-order-review-total-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
}

.louis-abel-checkout .custom-order-review-total-item .label {
  flex-grow: 1;
}

.louis-abel-checkout .woocommerce-checkout-payment-method {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.louis-abel-checkout .woocommerce-checkout-payment-method h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.louis-abel-checkout .wc_payment_methods {
  list-style: none !important;
  padding: 25px 15px 0px 15px !important;
  border: solid 1px #ddd;
  font-size: 14px !important;
}

.louis-abel-checkout .wc_payment_methods li {
  margin-bottom: 10px;
  cursor: pointer;
}

.louis-abel-checkout .form-row.place-order {
  padding: 0 !important;
  margin-top: 2em;
  font-size: 14px;
}


.louis-abel-checkout input {
  margin-right: 10px;
  accent-color: #232323;
}

.louis-abel-checkout .payment_box {
  margin-top: 10px;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

.louis-abel-checkout .place-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.louis-abel-checkout .place-order button {
  width: 100%;
  margin-top: 10px;
  padding: 15px;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

.louis-abel-checkout .place-order .form-row {
  width: 100%;
}

.louis-abel-checkout .woocommerce-coupon-form {
  display: none;
}

.louis-abel-checkout .quantity-controls input {
  border: none;
  padding: 0;
}

.louis-abel-checkout .quantity-controls {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 15px;
  color: rgb(102, 102, 102);
  margin-bottom: 10px;
}

.louis-abel-checkout .quantity-controls .minus,
.louis-abel-checkout .quantity-controls .plus {
  background-color: none;
  border: none;
  padding: 0 5px;
  margin: 0 5px 0 0;
  cursor: pointer;
  color: #333;
  &:hover, &:focus {
    background: none;
    outline: none;
  }
}

.woocommerce-shipping-totals th {
  display: none;
}

.woocommerce-shipping-totals td {
  width: 100%;
  display: block;
}

tr.woocommerce-shipping-totals.shipping {
  width: 100%;
  display: block;
}

.shipping_pickup_cart {
  display: none;
}

.woocommerce-shipping-fields h2 + p {
  display: none;
}

.louis-abel-checkout .quantity-controls .minus {
  margin-top: -10px;
}

.louis-abel-checkout .quantity-controls .plus {
  margin-top: -4.5px;
}

.louis-abel-checkout .quantity-controls input[type="number"] {
  text-align: center;
  color: #333;
  width: 25px;
  font-size: 12px;
  margin: 0 0 0 5px;
  background: none;
  -webkit-text-fill-color: rgb(102, 102, 102);
  opacity: 1 !important;
  -webkit-text-fill-color: rgb(102, 102, 102);
  -webkit-opacity: 1;
  background: white;
}

input:disabled {
  -webkit-text-fill-color: rgb(102, 102, 102);
  color: #333;
  opacity: 1 !important;
  -webkit-text-fill-color: rgb(102, 102, 102);
  -webkit-opacity: 1;
  background: white;
}

input:disabled::-webkit-input-placeholder {
  -webkit-text-fill-color: rgb(102, 102, 102);
  color: #333;
  opacity: 1 !important;
  -webkit-text-fill-color: rgb(102, 102, 102);
  -webkit-opacity: 1;
  background: white;
}

textarea:disabled {
  -webkit-text-fill-color: rgb(102, 102, 102);
  color: #333;
  opacity: 1 !important;
  -webkit-text-fill-color: rgb(102, 102, 102);
  -webkit-opacity: 1;
  background: white;
}

textarea:disabled::-webkit-input-placeholder {
  -webkit-text-fill-color: rgb(102, 102, 102);
  color: #333;
  opacity: 1 !important;
  -webkit-text-fill-color: rgb(102, 102, 102);
  -webkit-opacity: 1;
  background: white;
}


.louis-abel-checkout .product-name {
  font-size: 14px !important;
  margin: 0;
  font-weight: normal;
}

.louis-abel-checkout .product-remove a {
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.product-name-span span span:last-child {
  text-transform: uppercase;
}

.woocommerce-invalid #terms {
  outline: none;
  outline-offset: 0;
}

.louis-abel-checkout .product-name-span span:first-child {
  font-size: 14px;
  margin-bottom: -15px;
  display: block;
}

.louis-abel-checkout #billing_first_name_field,
.louis-abel-checkout #billing_last_name_field {
  width: 100%;
}

.louis-abel-checkout .woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  border: none;
  border-radius: 0;
  padding: 10px 0 5px 0;
  margin-top: 5px;
  border-bottom: solid 1px #111;
  font-size: 14px;
}
.louis-abel-checkout .input-text:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}

/* Custom styling for Select2 */
.louis-abel-checkout .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 10px 0;
  height: auto;
}

.louis-abel-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  padding: 0;
  line-height: 1.5;
}

.louis-abel-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

.louis-abel-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.louis-abel-checkout .select2-container--default .select2-selection--single:focus {
  outline: none;
  border-bottom: 2px solid #000;
}

.louis-abel-checkout .select2-container--open .select2-dropdown--below {
  border: 1px solid #000;
  border-top: none;
}

.louis-abel-checkout .select2-container .select2-dropdown {
  border-radius: 0;
}

.louis-abel-checkout .select2-container .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
}

.louis-abel-checkout .woocommerce-shipping-methods label {
  border: 1px solid #ddd;
  box-shadow: none;
}

.louis-abel-checkout .max-quantity-message {
  font-size: 12px;
  letter-spacing: 0.5px;
}

.shipmondo-removable-content {
  margin-bottom: 0%;
}

.shipmondo-way1 .shipmondo-shipping-field-wrap {
  display: none;
}

.shipmondo-shipping-field-wrap {
  position: relative;
}

.shipmondo-shipping-field-wrap::before {
  background-repeat: no-repeat;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0px;
  right: calc(50% - 10px);
  left: calc(50% - 10px);
  z-index: 999;
  cursor: pointer;
  display: block;
}

.shipmondo-service-point-info {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.shipmondo-dropdown-footer {
  display: none;
}

.selected_shop_context {
  display: block !important;
  margin: 0 10px 10px 10px;
  border: 1px solid rgb(158 155 155);
}

/* Custom styling for the Select2 options list */
.select2-container--default .select2-results__option {
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fefefe; /* Highlighted background color */
  color: #000; /* Highlighted text color */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  margin: 0;
  line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
  top: auto;
  bottom: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fefefe transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.select2-container--default .select2-selection--single:focus {
  outline: none;
  border-bottom: 2px solid #000;
}

.select2-container--default .select2-dropdown {
  border: 1px solid #333;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #aaa;
  color: #000;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #aaa;
  color: #000;
}


span.select2-dropdown.select2-dropdown--below {
  border: solid 1px #333;
  font-size: 14px;
}

span#select2-billing_country-container {
  font-size: 14px;
}

ul.woocommerce-error {
  border: none;
  padding: 13px;
  font-size: 13px;
  background: #fff;
  border: solid 1px red;
}

ul.woocommerce-error::before {
  content: none;
}

.shipmondo-way1 .shipmondo_service_point_selector_dropdown_container {
  visibility: hidden;
  opacity: 0;
}

.shipmondo-way1 #shipmondo_find_shop_btn_0 {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 14px;
}

.shipmondo-way1 .shipmondo_dropdown_button::after {
  content: none !important;
}

.shipmondo_dropdown_button {
  position: absolute;
  display: flex;
  gap: 5px;
  right: 15px;
  align-items: center;
  mix-blend-mode: multiply;
  margin: 0 auto;
  text-align: right;
  width: calc(100% - 15px);
}

.selected_shop_context.active + .shipmondo_dropdown_button {
  height: 78px;
}

.shipmondo-shop-header {
  margin-bottom: 5px;
  margin-top: 5px;
}

.shipmondo-way1 #shipmondo_find_shop_btn_0.loading {
  background-color: #ccc;
  color: #999;
  cursor: wait;
}

.shipmondo-way1 .shipmondo_stores {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}

.shipmondo-way1 .shipmondo_stores > div {
  width: 50%;
}

.shipmondo-way1 .shipmondo-shipping-field-wrap input {
  margin: 0 !important;
  font-size: 14px;
}

.shipmondo-way1 shipmondo_zipcode_error_text.active {
  display: none;
}

.shipmondo-way1 .shipmondo_service_point_selector_dropdown_container,
.shipmondo-way1 .shipmondo-clearfix.shipmondo_shipping_button {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: none;
}

.checkout-left .order-total {
  display: none;
}

.woocommerce-shipping-methods input[type="radio"]:checked + label {
  border: solid 1px #000;
}

.shipmondo-way1 .checkout-right .shipping,
.shipmondo-way2 .checkout-right .shipping {
  display: none;
}

.shipmondo-way2 .shipmondo_dropdown_button input {
  color: #000;
  border-color: #999;
  font-size: 14px;
  background: #fff;
}

.shipmondo-way2 [type=button]:focus,
.shipmondo-way2 [type=button]:hover {
  color: #000;
  border-color: #000;
  outline: none;
  background: #fff;
}

.shipmondo_zipcode_error_text.active {
  display: none !important;
}
/* if #shipmondo_find_shop_btn_0 input is disabled */
#shipmondo_find_shop_btn_0:disabled,
#shipmondo_zipcode_field_0 {
  display: none;
}

#shipmondo_find_shop_btn_0:not(:disabled) {
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
  text-align: right;
  border: none;
}

.shipmondo_dropdown_button svg{
  display: none;
}

.shipmondo_dropdown_button input:not(:disabled) + svg {
  display: block;
}


.shipmondo_stores {
  position: relative;
}

.louis-abel-checkout .woocommerce-order {
  margin: 0 auto;
  max-width: 480px;
}

.louis-abel-checkout .woocommerce-thankyou-order-received {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.louis-abel-checkout .woocommerce-thankyou-order-details {
  margin-top: 2em;
  list-style: none;
  padding-left: 0;
  text-transform: uppercase;
  font-family: 'Helvetica';
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.4px;
}

/* .louis-abel-checkout .woocommerce-order-details {
  margin-top: 3em;
  width: calc(100% - 120px);
  display: block;
} */
.louis-abel-checkout .woocommerce-order-details__title,
.louis-abel-checkout .woocommerce-order-details .order-item-name {
  margin-top: 2em;
  list-style: none;
  padding-left: 0;
  text-transform: uppercase;
  font-family: 'Helvetica';
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: bold;
}
.louis-abel-checkout .woocommerce-order-details .order-item-name {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Helvetica';
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: bold;
}


.louis-abel-checkout .woocommerce-thankyou-order-details li {
  display: block;
}

.louis-abel-checkout .woocommerce-order-details .order-item-quantity,
.louis-abel-checkout .woocommerce-order-details .order-item-total,
.louis-abel-checkout .woocommerce-order-details .order-item-metal,
.louis-abel-checkout .woocommerce-order-details .order-item-size {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

.louis-abel-checkout .woocommerce-order-details .order-item-size {
  text-transform: uppercase !important;
}
  
.louis-abel-checkout .woocommerce-order-details .order-item-image {
  width: 105px;
  height: 140px;
  object-fit: cover;
}

.louis-abel-checkout .woocommerce-order-details .order-item {
  display: inline-flex;
  align-items: start;
  gap: 1em;
  margin-bottom: 1em;
  width: 100%
}

.louis-abel-checkout .woocommerce-order-details .order-summary-contact {
  margin-top: 5em;
  font-size: 14px;
}

.louis-abel-checkout .woocommerce-order-details .order-details-totals {
  margin-top: 2em;
  line-height: 1.8;
  letter-spacing: 0.4px;
}

.louis-abel-checkout .woocommerce-order-details .order-details-totals .total-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.louis-abel-checkout .woocommerce-customer-details {
  display: none !important;
}

.louis-abel-checkout #billing_postcode_field {
  width: 100%;
}

.shipmondo-shipping-field-wrap {
  margin: -10px 0px 12px 0px;
  text-indent: 0;
  border: solid 1px #000;
  border-top: 0;
  /* box-shadow: 0 0 0px 2px; */
}

.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after,
.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::before {
  content: none;
}

@media (max-width: 768px) {

  .louis-abel-checkout .quantity-controls .plus {
    margin-top: -3.5px;
  }
  
  .louis-abel-checkout .checkout-container {
    flex-direction: column-reverse;
  }

  .louis-abel-checkout .checkout-right,
  .louis-abel-checkout .checkout-left,
  .louis-abel-checkout .woocommerce-form-coupon-toggle, 
  .louis-abel-checkout form.checkout_coupon.woocommerce-form-coupon,
  .shipmondo-way1 .shipmondo_stores > div {
    width: 100%;
    position: static;
  }

  .louis-abel-checkout .woocommerce-thankyou-order-details,
  .louis-abel-checkout .woocommerce-order-details .order-details-totals,
  .louis-abel-checkout .woocommerce-order-details .order-summary-contact {
    margin-top: 2em;
  }

  .louis-abel-checkout .woocommerce-order {
    margin-top: 0;
  }
}