/* lsc-checkout-container - is now: body.woocommerce-checkout.lsc-checkout-page > #content > .container */
/* lsc-checkout-steps - is now: body.woocommerce-checkout.lsc-checkout-page > #content > .container > .row > .col-sm-12 > .woocommerce */
/* expandedboarder - is now: body.woocommerce-checkout.lsc-checkout-page #customer_details > .show-customer-details */


.error {
  border: 2px solid rgba(190, 0, 0, .2) !important;
}
input.dynamic-radio[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #333;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-top: 9px;
  outline: none;
  transition: border-color 0.3s ease;
}

input.dynamic-radio[type="radio"]:hover {
  background-color: var(--brand-light-blue);
  border-color: var(--brand-light-blue);
  opacity: .9;
}

/* Customize the radio button when checked */
input.dynamic-radio[type="radio"]:checked {
  background-color: var(--brand-light-blue);
  border-color: var(--brand-light-blue);
}

/* Hide the default radio button */
input[type="radio"]:not(.dynamic-radio) {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #333;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-top: -2px !important;
  outline: none;
  transition: border-color 0.3s ease;
}

/* Customize the radio button when checked */
input[type="radio"]:not(.dynamic-radio):checked {
  background-color: var(--brand-light-blue);
  border-color: var(--brand-light-blue);
}
.woocommerce-checkout:not(.woocommerce-order-received) #content .container {
    opacity: 0;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
  max-width: 600px;
  margin: 0 auto;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details > h2 {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details > table {
  width: 100%;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details > a {
  display: inline-block !important;
  margin-bottom: 40px !important;
  flex-basis: 50%;
  max-width: 210px;
  text-align: center;
  left: unset;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details > p {
  max-width: 40%;
  text-align: center;
  padding: 30px;
  background-color: #eee;
  width: 60%;
  margin: 0 auto 30px;
  border-radius: 8px;
  font-weight: 300;
  border: 1px solid #d3ced2;
  display: inline-block;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email {
  position: relative;
  overflow-x: scroll;
  background: linear-gradient(to right, #eee 70%, rgb(255, 255, 255));
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email::before {
  padding-left: 2px;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email::-webkit-scrollbar {
  height: 4px;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email::-webkit-scrollbar-track {
  background: #eeeeee94;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email::-webkit-scrollbar-thumb {
  background: #aaaaaa94;
  border-radius: 2px;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email {
  scrollbar-width: thin;
  scrollbar-color: #aaaaaa94 #eeeeee94;
}

body.woocommerce-checkout.lsc-checkout-page > #content > .container {
    overflow: hidden;
    max-width: 100%;
    padding: 0;
}

body.woocommerce-checkout.lsc-checkout-page > #content > .container > .row > .col-sm-12 > .woocommerce {
    position: relative;
    overflow: hidden;
    width: 100%;
}

form.checkout.lsc-checkout-track {
    display: flex;
    width: 100%!important;
    transition: transform 0.35s ease;
    will-change: transform;
    /* js handles: transform: translateX(-100%); */
}

/* TODO: wrapper for each block */
.lsc-checkout-step {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* TODO: inner existing blocks, e.g. customer-details */
.lsc-checkout-panel,
.woocommerce-checkout.woocommerce-order-pay #order_review {
    background: #fff;
    border-radius: 18px !important;
    border: 1px solid #d3ced2 !important;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    padding: 2px 10px 8px 10px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 28px;
    width: 100%;
    max-width: 527px;
}

.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table {
  border: unset !important;
  border-bottom-width: unset;
  border-bottom-style: unset;
  border-bottom-color: unset;
  border-radius: unset !important;
  border-bottom: 1px solid #80808059 !important;
  box-shadow: unset !important;
  margin-bottom: unset !important;
  padding: 2px 10px 38px 10px;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  margin-top: 20px;
  border-spacing: 0;
}

.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table thead tr {
  border-radius: 4px;
  border-top: 1px solid #eee;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #fff;
}
.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table thead tr th {
  background: #f0f0f0;
}
.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table thead tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table thead tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table tbody tr.order_item td {
  border-top: unset;
}
.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table tfoot tr:last-child td.product-total {
  display: block;
  width: 73%;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  border: 1px solid rgba(119, 164, 100, 1);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(119, 164, 100);
  border-top: 1px solid rgba(119, 164, 100, 1) !important;
  margin-left: 12px;
}
.woocommerce-checkout.woocommerce-order-pay #order_review .shop_table tfoot tr:last-child td.product-total span.amount {
  color: #77a464;
}
.woocommerce-checkout.woocommerce-order-pay #order_review #payment li.wc_payment_method {
  display: block;
}
.woocommerce-checkout.woocommerce-order-pay #order_review #payment li.payment_method_special_payment{
  display: none!important;
}
.woocommerce-checkout.woocommerce-order-pay #order_review #payment li.wc_payment_method > input:first-child {
  display: inline-block !important;
}
.woocommerce-checkout.woocommerce-order-pay #order_review #payment li.wc_payment_method > label {
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: auto;
}
.woocommerce-checkout.woocommerce-order-pay #order_review #place_order {
  display: block!important;
}
/* Hide edit button, customer details always visible */
.edit-customer-details {
    display: none;
}

/* TODO: button container and buttons follows the inner block(s) as: */
.woocommerce-checkout-review-order-table {
    border: unset !important;
    border-radius: unset !important;
    border-bottom: 1px solid #80808059 !important;
    box-shadow: unset !important;
    margin-bottom: unset !important;
    padding: 2px 10px 38px 10px;
}
.lsc-orderreview-title,
.cwd_payment_title {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: var(--brand-dark-blue);
    padding-top: 24px;
}
#order_review_heading {
    display: none!important;
}
.lsc-checkout-panel .custom-links {
    border: unset !important;
    border-radius: unset;
    background-color: unset !important;
    margin-bottom: unset;
    display: flex;
    justify-content: space-between;
    padding-bottom: 38px;
}

.lsc-checkout-panel .custom-link {
  flex-grow: 1;
  text-align: center;
  padding: 7px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  font-weight: 300;
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
}

.lsc-checkout-panel .custom-link:hover {
  background-color: var(--brand-light-blue);
  color: #fff !important;
}
.woocommerce-checkout table.shop_table th {
  color: #0a678c;
  font-size: 14px;
  font-size: 1em;
}
/* END Section */
.woocommerce h4 {
  font-weight: 400 !important;
}
.woocommerce-add-payment-method .wc_payment_methods, 
.woocommerce-add-payment-method .payment_method_authorize_net_cim_credit_card, 
.woocommerce-add-payment-method .payment_method_purchase_order_gateway, 
.woocommerce-add-payment-method .payment_method_special_payment {
  display: block;
}


.woocommerce-add-payment-method .payment_methods{
  padding:10px !important;
}
.woocommerce-checkout span.woobt-item-name {
  display: none;
}
.woocommerce-checkout tr.order-total .woocommerce-Price-amount.amount {
  color: #77a464;
}

.woocommerce-checkout textarea::placeholder,
.woocommerce-checkout input::placeholder {
  color: #d8d8d8;
}

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number.discover,
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number.discover,
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number.amex,
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number.amex,
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number,
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number,
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number,
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number {
  background-size: 40px 40px !important;
}
.customer-details .show-customer-details .edit-customer-details {
  margin-right: 5px;
  text-decoration: underline;
  cursor: pointer;
}

.customer-details .show-customer-details .toggle-arrow::before {
  content: '\25B8';
  /* Unicode arrow-right character */
  display: inline-block;
  margin-right: 5px;
  transform: rotate(90deg);
  transition: all .2s cubic-bezier(0, 0, .5, 1);
}

.customer-details.minimized .woocommerce-shipping-fields,
.customer-details.minimized .woocommerce-billing-fields {
  display: none !important;
}

.customer-details.expanded .woocommerce-shipping-fields,
.customer-details.expanded .woocommerce-billing-fields {
  display: block;
}
.customer-details.minimized .show-customer-details .toggle-arrow::before {
  transform: rotate(90deg);
  transition: all .2s cubic-bezier(0, 0, .5, 1);
}

.customer-details .show-customer-details .toggle-arrow.expanded::before {
  transform: rotate(-90deg);
  transition: all .2s cubic-bezier(0, 0, .5, 1);
}
.customer-details .show-customer-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
  border-bottom: none !important;
}

body.woocommerce-checkout.lsc-checkout-page #customer_details > .show-customer-details {
  border-bottom: 1px solid #eee !important;
}
.customer-details .show-customer-details h3 {
  margin: 0;
  padding: 6px 0px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: var(--brand-dark-blue);
  display: block;
  width: 100%;
}

.customer-details .show-customer-details .edit-customer-details {
  margin-left: auto;
  text-decoration: none;
  cursor: pointer;
  color: #0a678c;
  font-size: .8em;
  font-weight: 500;
}

.customer-details .col2-set>.col-2 #shipping_postcode_field {
  margin-bottom: 14px;
}

.custom-link.opacity-reduced {
  opacity: 0.5 !important;
}
.woocommerce-checkout .cart_item > .product-name p{
  margin-bottom: 0px !important;
  /* float: left; */
  margin-right: 10px;
  font-size: 12px;
  color: #595959 !important;
}

#payment.woocommerce-checkout-payment .button.sv-wc-payment-gateway-payment-form-manage-payment-methods {
  border: 1.2px solid #d3ced2;
  border-radius: 5px;
  padding: 4px 10px;
  width: 77%;
  margin: 0 auto !important;
  font-weight: 300;
  color: rgb(51, 51, 51);
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
  background: #fff;
  margin-bottom: 20px !important;
}
#payment.woocommerce-checkout-payment .button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover {
  background-color: var(--brand-light-blue);
  color: #fff !important;
}

.payment_method_authorize_net_cim_credit_card,
.payment_method_purchase_order_gateway,
.payment_method_special_payment {
  display: none;
}

.lsc-active-cc .payment_method_authorize_net_cim_credit_card,
.lsc-active-po .payment_method_purchase_order_gateway,
.lsc-active-po #cdc_checkout_files_upload_form_1,
.lsc-active-pq .payment_method_special_payment {
  display: block!important;
}

.lsc-active-cc #cwd_creditcard_option,
.lsc-active-po #cwd_purchaseorder_option,
.lsc-active-pq #cwd_purchasequote_option {
  color: rgb(255, 255, 255);
  background-color: var(--brand-light-blue);
}

.payment_method_authorize_net_cim_credit_card label,
.payment_method_purchase_order_gateway label,
.payment_method_special_payment label {
  color: var(--brand-dark-blue);
}
body.woocommerce-checkout.lsc-checkout-page > #content > .container .school_credit_card_text {
  padding: 13px;
}

.woocommerce-checkout tfoot .fee td {
  padding: 6px;
}

.cwd_payment_title {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: var(--brand-dark-blue);
}

#cwd_creditcard_option,
#cwd_purchaseorder_option,
#cwd_purchasequote_option {
  margin: 8px;
  border-radius: 8px;
}

#add_tax_disc_field>.woocommerce-input-wrapper {
  display: block;
}

#add_tax_disc_field>.woocommerce-input-wrapper>label {
  width: 100%;
}
.hide {
  display: none !important;
}

#cdc_checkout_files_upload_form_1,
#cwd_checkout_files_upload_form_1 {
  padding: 32px 10px;
  background-color: #eee;
  border-radius: 8px;
  margin-bottom: 20px;
}
#cdc_checkout_files_upload_form_1,
#cwd_checkout_files_upload_form_1 {
  width: 400px;
  margin: 0 auto;
  margin-top: 10px;
  color: var(--brand-dark-blue);
}

#cdc_checkout_files_upload_form_1 table,
#cwd_checkout_files_upload_form_1 table {
  margin: 0 auto;
  /* width: 84%; */
  text-align: center;
}
#cdc_checkout_files_upload_form_1 table tbody tr td>div #cdc_checkout_files_upload_button_1,
#cwd_checkout_files_upload_form_1 table tbody tr td>div #cwd_checkout_files_upload_button_1 {
  width: 50%;
  border-radius: 24px;
  cursor: pointer;
  color: #fff;
  padding: 6px;
  border: 1px solid var(--brand-dark-blue);
  background-color: var(--brand-dark-blue) !important;
  margin-top: 14px;
  font-size: 14px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
}

#cdc_checkout_files_upload_form_1 table tbody tr td>div #cdc_checkout_files_upload_button_1 {
  width: 100%;
}
#cdc_checkout_files_upload_form_1 table tbody tr td>div #cdc_checkout_files_upload_button_1:hover,
#cwd_checkout_files_upload_form_1 table tbody tr td>div #cwd_checkout_files_upload_button_1:hover {
  background-color: var(--brand-light-blue) !important;
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
}

#cdc_checkout_files_upload_form_1 table tbody tr td>label,
#cwd_checkout_files_upload_form_1 table tbody tr td>label {
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
}

#cwd_checkout_files_upload_form_1 table tbody tr td>label {
  font-weight: 400 !important;
  line-height: 1.3;
}

#cwd_checkout_files_upload_form_1 {
  display: none;
}
.cdc_checkout_files_upload_result_1 span a,
.cwd_checkout_files_upload_result_1 span a {
  text-decoration: none;
  color: #3d3d3d;
}

.cdc_checkout_files_upload_result_1>a,
.cwd_checkout_files_upload_result_1>a {
  color: #fff !important;
  text-decoration: none;
  font-size: 20px;
  background-color: #3d3d3d;
  border-radius: 50px;
  padding: 0px 8px;
  margin-left: 4px;
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
}

.cdc_checkout_files_upload_result_1>a:hover,
.cwd_checkout_files_upload_result_1>a:hover {
  opacity: .5;
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
}
.cwd_checkout_files_upload_result_1 img {
  background-color: #eee;
  padding: 4px 3px !important;
  margin: 0px !important;
}
.cwd_checkout_files_upload_result_1 a {
  font-weight: 400;
}
.cwd_checkout_files_upload_result_image {
  display: inline-block;
}
.woocommerce-checkout #order_review .cart-pdf-button {
  pointer-events: none;
  background-color: rgba(190, 0, 0, .2);
}

.cart-pdf-button-container>a {
  color: #fff !important;
}

#payment>div>.woocommerce-terms-and-conditions-wrapper>.form-row {
  margin-bottom: 0 !important;
}

.woocommerce-checkout #payment {
  /*display: none;
  border-radius: 18px !important;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
  border: 1px solid #d3ced2 !important;*/
  background-color: #fff;
  padding: 6px;
}
.woocommerce-checkout #payment ul li img {
  background-color: #eee;
  padding: 4px 3px !important;
  margin: 0px !important;
}

.woocommerce-checkout #payment ul li img:nth-child(1) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.woocommerce-checkout #payment ul li img:nth-child(4) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
  color: #e2401c;
  display: block !important;
  font-weight: bold;
}
.woocommerce-checkout #payment div.payment_box {
  /*border: 2px solid #dedede !important;*/
  background-color: #fff;
  /*border-radius: 12px;*/
  padding-bottom: 0px;
}
.woocommerce-checkout #payment div.payment_box fieldset#wc-authorize-net-cim-credit-card-credit-card-form {
  border: none !important;
}
.woocommerce-checkout #payment div.payment_box fieldset#wc-authorize-net-cim-credit-card-credit-card-form>div p label .required {
  display: none !important;
}


.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}
.woocommerce-checkout #payment div.payment_box.payment_method_authorize_net_cim_credit_card input {
  border-style: solid !important;
  border-radius: 6px !important;
  border: 1.5px solid #dedede;
}

.woocommerce-checkout #payment div.payment_box.payment_method_authorize_net_cim_credit_card .validate-required.woocommerce-validated input {
  border-color: #6dc22e;
}

.woocommerce-checkout #payment div.payment_box.payment_method_authorize_net_cim_credit_card .woocommerce-invalid-required-field input {
  border-color: rgba(190, 0, 0, .5) !important;
}
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"].identified {
  border-color: #6dc22e !important;
}


.payment_box.payment_method_purchase_order_gateway {
  text-align: center;
}
.wc_payment_method > .input-radio {
  display: none!important;
}
.wc_payment_method > label {
  font-weight: 400;
  font-size: 20px;
  color: var(--brand-dark-blue);
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(104,87,125,.14);
}
.woocommerce-checkout fieldset .wc-authorize-net-cim-credit-card-new-payment-method-form input {
  margin: 0 auto !important;
}

body.woocommerce-checkout.lsc-checkout-page > #content > .container #wc-authorize-net-cim-credit-card-tokenize-payment-method {
  display: inline;
  margin: -2px 8px 0 0 !important;
  text-align: center;
  vertical-align: middle;
}
.payment_box.payment_method_purchase_order_gateway .validate-required label {
  display: none;
}

.payment_box.payment_method_purchase_order_gateway .validate-required.woocommerce-invalid input {
  border-color: rgba(190, 0, 0, .5) !important;
}

.payment_box.payment_method_purchase_order_gateway .validate-required.woocommerce-validated input {
  border-color: #dedede !important;
}

.payment_box.payment_method_purchase_order_gateway p input {
  border-radius: 6px !important;
  border-style: solid;
  padding: 8px;
}
button#place_order {
  display: inherit;
  margin: 0 auto;
  width: 88%;
  font-weight: 300;
  float: none !important;
  border-radius: 24px;
  background-color: rgba(190, 0, 0, .2) !important;
}

button#place_order:not([disabled]) {
  background-color: var(--brand-dark-blue) !important;
  border-radius: 24px;
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
}

button#place_order:not([disabled]):hover {
  background-color: var(--brand-light-blue) !important;
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
}
.cwd_disabled {
  pointer-events: none;
}
.woocommerce input[type="number"]::-webkit-inner-spin-button,
.woocommerce input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#ship-to-different-address .woocommerce-form__label.checkbox {
  display: flex;
  align-items: center;
}

.checkbox.woocommerce-form__label {
  /* margin-top: 10px; */
  font-size: 14px;
  font-weight: 300;
}

.checkbox.woocommerce-form__label a {
  text-decoration: none;
  font-weight: 400;
  color: #666666;
}

.checkbox.woocommerce-form__label .required {
  display: none;
}
.woocommerce-form__input-checkbox::after {
  background-color: #000;
}
#place_order {
  width: 100%
}

.woocommerce-checkout-payment>ul {
  padding-top: 10px !important;
}

.woocommerce-checkout.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-top: 12px;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  margin: 0 auto;
}

.woocommerce-checkout form.woocommerce-checkout {
  width: 42%;
  margin: 0 auto;
}
.woocommerce-billing-fields .form-row input,
.woocommerce-billing-fields .form-row select,
.woocommerce-shipping-fields__field-wrapper input,
.woocommerce-shipping-fields__field-wrapper select,
.woocommerce-edit-address #billing_country_field > span > span > span.selection > span,
.woocommerce-edit-address #billing_state_field > span > span > span.selection > span,
.woocommerce-edit-address #shipping_country_field > span > span > span.selection > span,
.woocommerce-edit-address #shipping_state_field > span > span > span.selection > span {
  height: 34px;
  padding-left: 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.woocommerce-edit-address #shipping_country_field > span > span > span.selection > span,
.woocommerce-edit-address #shipping_state_field > span > span > span.selection > span,
.woocommerce-edit-address #billing_country_field > span > span > span.selection > span,
.woocommerce-edit-address #billing_state_field > span > span > span.selection > span{
  padding-left: 0px !important;
}

.woocommerce-edit-address .woocommerce-Addresses.col2-set.addresses{
  display: flex;
}


.woocommerce-shipping-fields__field-wrapper select {
  padding-left: 2px !important;
}

.checkout.woocommerce-checkout #customer_details>.col-2 {
  display: none;
}

.woocommerce-form__input-checkbox {
  accent-color: var(--brand-dark-blue);
  height: 16px;
  width: 16px;
}
body.woocommerce-checkout.lsc-checkout-page > #content > .container .order-total>td {
  display: block;
  width: 73%;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  border: 1px solid rgba(119, 164, 100, 1);
  border-top: 1px solid rgba(119, 164, 100, 1) !important;
}
/* TODO SPELLING ISSUE */
.page-id-6389 .woocomerce-checkout .woocommerce-checkout-review-order-table .order-total>td>strong>span bdi {
  text-align: center;
  display: block;
}

.woocommerce-checkout>#customer_details {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #d3ced2;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
  padding: 2px 10px;
  /* width: 50%;
  margin:0 auto; */
  margin-bottom: 10px;
}
.woocommerce-checkout>#customer_details .col-2 {
  float: left;
}

.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout>.col2-set#customer_details .select2-selection {
  height: 34px !important;
  border: 1px solid #ddd !important;
}

/* TODO verify validity 
.select2-container--default .select2-selection--single .lsc-checkout-container .woocommerce-shipping-fields>.shipping_address {
  display: none;
  margin-bottom: 30px;
}*/

.woocommerce-checkout .swal2-html-container {
  padding-bottom: 20px;
  line-height: 1.35;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 1px !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single>#select2-billing_country-container,
.woocommerce-checkout .select2-container--default .select2-selection--single>#select2-billing_state-container {
  font-size: 15px;
  font-weight: 400 !important;
  color: #000;
  letter-spacing: 0px;
}


body.woocommerce-checkout.lsc-checkout-page > #content > .container #new_order_notes_field>span #new_order_notes {
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 13px;
  font-family: 'Source Sans Pro';
  padding-left: 6px;
}

body.woocommerce-checkout.lsc-checkout-page > #content > .container #order_review_heading:nth-child(2) {
  display: none;
}
body.woocommerce-checkout.lsc-checkout-page > #content > .container #order_review_heading,
body.woocommerce-checkout.lsc-checkout-page > #content > .container #order_review .shop_table thead tr:nth-child(2) th {
  width: 64% !important;
}

body.woocommerce-checkout.lsc-checkout-page > #content > .container .woocommerce-billing-fields h3 {
  color: #0a678c;
  font-size: 1em;
  font-weight: 500;
  padding: 9px 4px;
  line-height: 1.5em;
  /* border-bottom: 1px solid #eee; */
  margin-top: 12px;
  margin-bottom: 0px;
}

.woocommerce-checkout #content form #customer_details .col2-set>.col-1,
.woocommerce-checkout #content form #customer_details .col2-set>.col-2 {
  width: 100% !important;
}
body.woocommerce-checkout.lsc-checkout-page > #content > .container #order_review_heading {
  color: #0a678c;
  font-size: 1em;
  font-weight: 700;
  padding: 9px 4px;
  line-height: 1.5em;
  margin-top: 12px;
}
body.woocommerce-checkout.lsc-checkout-page > #content > .container #order_review .shop_table thead tr:nth-child(2) th {
  border-radius: 4px;
  border-top: 1px solid #eee;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: rgba(0, 0, 0, 0.06);
}

body.woocommerce-checkout.lsc-checkout-page > #content > .container #order_review table tbody .cart_item:nth-child(1) td {
  border-top: none !important;
}

body.woocommerce-checkout.lsc-checkout-page > #content > .container #order_review table tbody .cart_item td .product-name,
body.woocommerce-checkout.lsc-checkout-page > #content > .container #order_review table tbody .cart_item td p,
body.woocommerce-checkout.lsc-checkout-page > #content > .container #order_review table tbody .cart_item td strong {
  color: var(--brand-dark-blue);
}
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"] {
  font-size: 1em !important;
}
.woocommerce-checkout.woocommerce .product-name>a>img,
.woocommerce-checkout.woocommerce-page .product-name>a>img {
  height: auto;
  max-width: 20% !important;
}
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout #shipping_method bdi,
.woocommerce-checkout .woocommerce-Price-amount.amount,
.woocommerce-checkout tr.cart_item .product-quantity,
.woocommerce-checkout #add_tax_disc_field span label strong {
  font-weight: 500 !important;
}
.lsc-checkout-panel #add_tax_disc_field {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 18px;
    padding-bottom: 14px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 18px;
}
.lsc-checkout-panel #add_tax_disc_field > span > label:first-child {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: var(--brand-dark-blue);
    line-height: 1.4em;
}
.lsc-checkout-panel #add_tax_disc_field > span > label:first-child > strong {
    border: unset;
    background-color: unset;
}
#add_tax_disc_field.form-row label{
    display:inline-block;
    margin-left:6px;
}
.lsc-tax-header {
  text-align: center;
  margin-bottom: 10px;
  color: var(--brand-dark-blue);
  margin-top: 10px;
  margin-left: 0px !important;
}
.lsc-tax-header strong {
  border: 1.2px solid #d3ced2;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.06);
  padding: 6px 20px;
}
.lsc-tax-label {
  border: 1.2px solid #d3ced2;
  border-radius: 5px;
  padding: 4px 10px;
  width: 82%!important;
  margin: 10px auto -18px;
  margin-left: auto !important;
  font-weight: 300;
  display: flex!important;
  color: rgb(51, 51, 51);
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
}
/*
.lsc-checkout-container #add_tax_disc_field>span label:not(:first-child):hover {
  cursor: pointer;
  border-left: 60px solid var(--brand-light-blue);
  border-top: 1px solid var(--brand-light-blue);
  border-bottom: 1px solid var(--brand-light-blue);
  border-right: 1px solid var(--brand-light-blue);
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
}*/

.lsc-tax-label input[type="radio"] {
  margin-right: 14px;
}
.lsc-tax-label:hover,
body.lsc-tax-yes label.lsc-tax-yes,
body.lsc-tax-no label.lsc-tax-no,
body.lsc-tax-no-yes label.lsc-tax-no-yes {
  cursor: pointer;
  border: 1.4px solid var(--brand-light-blue);
  border-left: 60px solid var(--brand-light-blue);
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .3s cubic-bezier(0, 0, .5, 1);
  opacity: 1;
}
.lsc-checkout-button-container {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 527px;
}

.lsc-checkout-next,
.lsc-checkout-back,
.lsc-checkout-submit {
    width: auto;
    max-width: 260px;
    margin: 8px auto;
    padding: 10px 16px;
    font-size: 100%;
    text-align: center;
    background: #0a678c;
    border: none;
    box-shadow: 0px 0px 7px -4px #403e3e;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
}

.lsc-checkout-next:hover,
.lsc-checkout-back:hover,
.lsc-checkout-submit:hover {
    box-shadow: 0px 0px 7px -2px #403e3e;
}

#tax_postmsg,
#place_order {
  display: none!important;
}
button.lsc-checkout-submit.is-disabled {
  background: #0a678c73;
  box-shadow: unset;
}
.lsc-checkout-back {
    background: #e9e6ed;
    color: #515151;
}
.lsc-address-review {
  width: 100%;
  max-width: 527px;
  margin: 0 auto 20px;
}

.lsc-address-review-columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0;
  padding: 20px 24px;
}

.lsc-address-block {
  width: 48%;
}

.lsc-address-heading {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
  color: #0a678c;
  font-size: 1em;
}

.lsc-address-lines {
  font-size: 0.85rem;
  line-height: 1.35;
}

.lsc-address-line {
  display: block;
  margin-bottom: 0.12rem;
}

.lsc-address-heading .lsc-checkout-back {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: unset;
  margin-right: 20px;
  padding: 0;
  box-shadow: unset;
  font-size: 0.8rem;
  color: #0a678c91;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
}

#cwd_checkout_files_upload_form_1,
#cdc_checkout_files_upload_form_1 {
  display: none;
}
#cwd_checkout_files_upload_form_1 {
  margin-bottom: 38px;
}
.lsc-field-tooltip {
  position: absolute;
  z-index: 9999;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  padding: 6px 10px;
  font-size: 0.85rem;
  color: #c00;
  max-width: 220px;
  line-height: 1.3;
}

.lsc-field-tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 12px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.lsc-inline-error {
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: #c00;
}
.lsc-payment-method-summary {
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 10px 24px;
}

.lsc-payment-method-label {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
  padding-right: 10px;
  color: #0a678c;
  font-size: 1em;
}

.lsc-payment-method-icon {
  display: inline-block;
  width: 36px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.4em;
  vertical-align: middle;
}

/* Card brand variants; update paths for your environment */
.lsc-card-visa {
  background-image: url('/wp-content/plugins/lightspeed-customizations/assets/images/visa.svg');
}
.lsc-card-mastercard {
  background-image: url('/wp-content/plugins/lightspeed-customizations/assets/images/mastercard.svg');
}
.lsc-card-amex {
  background-image: url('/wp-content/plugins/lightspeed-customizations/assets/images/amex.svg');
}
.lsc-card-discover {
  background-image: url('/wp-content/plugins/lightspeed-customizations/assets/images/discover.svg');
}
.lsc-card-jcb {
  background-image: url('/wp-content/plugins/lightspeed-customizations/assets/images/jcb.svg');
}
.lsc-card-diners {
  background-image: url('/wp-content/plugins/lightspeed-customizations/assets/images/diners.svg');
}
.blockUI,
.blockUI.blockOverlay,
.blockUI.blockMsg {
	display:none!important
}
#lsc_block_ui {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lsc-block-back {
  height: 100%;
  width: 100%;
  background: #c3c3c3;
  opacity: 0.6;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.lsc-block-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0 254px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #2791ee;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}
.wc-avatax-address-validation-result,
.lsc-address-error {
  display: none;
}
.lsc-address-error {
  text-align: center;
  font-weight: bold;
  color: #ff000096;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* Only stack when screen drops below container width */
@media (max-width: 530px) {
  .lsc-address-review-columns {
    flex-direction: column;
    gap: 1rem;
  }

  .lsc-address-block {
    width: 100%;
  }
}