/* Cart and Checkout Page CSS */
.woocommerce-cart .cart-empty {
    font-size: 45px;
    color: #000;
}
.woocommerce-cart .cart-empty:before {
    font-family: "nasa-font";
    content: "\34";
    color: #cccccc;
    display: block;
    font-size: 120%;
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
}
.checkout-breadcrumb div {
    width: auto !important;
}
body.woocommerce-checkout .order-top-steps .title-thankyou,
body.woocommerce-cart .order-top-steps .title-checkout,
body.woocommerce-cart .order-top-steps .title-thankyou {
    opacity: 1;
}
.woocommerce-checkout .nasa-breadcrumb-wrap,
.woocommerce-cart .nasa-breadcrumb-wrap {
    display: none;
}
.order-top-steps {
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .15);
    margin-bottom: 40px;
}
.order-top-steps .order-steps {
    border: 0;
    margin: 0;
    background: transparent;
    padding: 20px 0;
    width: 100%;
    float: none;
}
.cart-header-link {
    padding-bottom: 16px;
}
.d-flex {
    display: flex;
}
.order-top-steps .checkout-breadcrumb {
    align-items: center;
    justify-content: center;
    padding: 0 0 16px;
    column-gap: 8px;
    flex: 1;
}
.order-top-steps .checkout-breadcrumb>div {
    flex: auto;
    display: flex !important;
    max-width: max-content;
    width: auto !important;
    column-gap: 6px;
    align-items: center;
    justify-content: center;
}
.order-top-steps .checkout-breadcrumb>div>h4.ct-2nd {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #768767;
    margin: 0;
}
.order-top-steps .step-icon svg {
    display: block;
    width: 28px;
    margin: 0;
}
.title-checkout:after,
.title-cart:after,
.title-done:after {
    content: '';
    width: 32px;
    height: 4px;
    border-radius: 35px;
    margin: 0;
    background: #ddd;
    margin-left: 2px;
}
.cart-header-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.cart-back-link {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-weight: 800;
    color: #6b7280;
}
.title-done:after {
    background: #768767;
}
.woocommerce-checkout .title-cart:after,
.title-checkout.nasa-complete-checkout:after {
    background: #768767;
}
.order-top-steps .title-thankyou .step-icon svg {
    width: 24px;
}
.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    column-gap: 16px;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    flex: 0 0 64px;
    padding: 0;
    width: 64px;
    max-width: 64px;
}
.shop_table tbody .product-name {
    max-width: 290px;
}
.shop_table tbody .product-name a {
    font-weight: 800;
    display: inline-block;
    white-space: normal;
}
.mobile-price.show-for-small {
    display: none;
}
.shop_table .product-thumbnail img {
    width: 64px;
}
.product-details-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.woocommerce-cart-form__cart-item.cart_item {
    padding: 18px;
    border-bottom: 1px solid #777;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.responsive {
    border: 2px solid #768767;
    margin: 0;
    border-radius: 10px;
}
.woocommerce-cart-form__cart-item.cart_item:last-child {
    border: 0;
}
.product-details-wrap .product-name a {
    font-weight: 800;
    font-size: 16px;
}
.woocommerce-cart-form__cart-item.cart_item body .quantity .input-text.qty {
    height: 30px;
}
.woocommerce-cart-form__cart-item.cart_item span.woocommerce-Price-amount.amount {
    font-size: 22px;
    line-height: 1;
    color: #000;
}
.woocommerce-cart-form__cart-item.cart_item .product-price-updates {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    align-items: flex-end;
}
.woocommerce-cart-form__cart-item.cart_item .product-remove.remove-product {
    height: 15px !important;
    width: 15px !important;
    display: flex;
}
.woocommerce-cart-form__cart-item.cart_item .product-remove.remove-product>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    background: #fff !important;
}
.product-details-wrap .quantity .input-text.qty {
    height: 30px;
}
.woocommerce-cart-form__cart-item.cart_item .product-remove.remove-product>a:after,
.woocommerce-cart-form__cart-item.cart_item .product-remove.remove-product>a:before {
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: 0px;
    width: 16px !important;
}
.product-details-wrap .product-price {
    display: none;
}
.original-sale-prices {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-end;
    justify-content: flex-end;
}
span.regular-price span.woocommerce-Price-amount.amount,
span.regular-price span.woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: line-through;
}
span.regular-price span.woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    font-size: 10px !important;
}
span.discount-percentage {
    color: rgb(209, 59, 57);
    background: rgb(247, 222, 222);
    padding: 0 4px;
    margin-left: 8px;
    font-size: 10px;
    line-height: 1.4;
    display: inline-block;
    font-weight: 800;
    font-style: italic;
    border-radius: 4px;
}
span.regular-price {
    display: flex;
    align-items: center;
}
span.woocommerce-Price-amount.amount {
    line-height: 1;
}
.car-coupons-box {
    border: 2px solid #999;
    border-radius: 10px;
    padding: 8px;
    margin: 0 0 20px;
}
.cp-accordion {
    display: flex;
    width: 100%;
    cursor: pointer;
    flex-direction: row;
    gap: 12px;
    padding: 8px;
    color: #4b5563;
    align-items: center;
}
svg.cp-left-svg {
    width: 24px;
}
svg.cp-acr-sign {
    width: 20px;
    margin-left: auto;
}
.cp-accordion_title-container {
    font-size: 14px;
    font-weight: 700;
}
.car-coupons-box .coupon {
    display: flex;
    gap: 10px;
    margin: 24px 0 12px;
}
.car-coupons-box .coupon>button {
    position: relative;
    padding: 2px;
    width: 140px;
    height: 48px;
    border-radius: 6px !important;
    text-align: center;
    background: #768767 !important;
    color: #fff;
}
.car-coupons-box .coupon>input {
    height: 48px;
    line-height: 46px;
    padding: 0 8px 0 16px !important;
    border-radius: 6px;
    border: 1px solid rgb(229, 231, 235);
    flex: 1;
}
.car-coupons-box .coupon>button:hover {
    background: #889c77 !important;
    border-color: #889c77 !important;
}
.nasa-after-add-to-cart-buttons a.button {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 50px;
    padding: 19px 44px;
    line-height: 1;
}
.nasa-after-add-to-cart-subtotal {
    text-align: right !important;
}
.after-add-to-cart-shop_table .product-price {
    color: #000;
}
@media screen and (max-width: 575px) {
    .woocommerce-cart-form__cart-item.cart_item .product-price-updates {
        flex: 0 0 100%;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 84px;
        margin-top: 12px;
    }
    .woocommerce-cart-form__cart-item.cart_item {
        flex-wrap: wrap;
        position: relative;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-price-updates .product-remove.remove-product {
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .product-details-wrap {
        padding-right: 18px;
    }
    .original-sale-prices {
        align-items: flex-start;
        justify-content: flex-start;
    }
}
.cp-accordion.active path.plus-active {
    opacity: 0;
}
body .cart_totals {
    padding: 16px;
    border-radius: 8px;
}
.coupon-container,
.cart_totals tr.woocommerce-shipping-totals.shipping,
.cart_totals tr.shipping {
    display: none;
}
.woocommerce-cart-form__cart-item.cart_item .product-subtotal.hide-for-small {
    display: block;
}
.info-box-dil-container {
    display: flex;
    gap: 9px;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #4b5563;
}
.info-box-dil-container svg {
    width: 24px;
}
.info-box-dil {
    border: 2px solid #4b5563;
    border-radius: 8px;
    margin: 13px 0 0;
    padding: 8px;
    background: rgb(75 85 99 / 14%);
}
.cart_totals>h2 {
    display: none;
}
.cart_totals tbody {
    display: flex;
    flex-direction: column;
}
.cart_totals tbody tr.cart-subtotal,
.cart_totals tbody tr.order-total {
    order: -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart_totals table {
    margin: revert-layer;
}
.cart_totals tbody tr.cart-subtotal td,
.cart_totals tbody tr.order-total td,
.cart_totals tbody tr.cart-subtotal th,
.cart_totals tbody tr.order-total th {
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
}
.cart_totals tbody tr.cart-subtotal {
    border: 0;
}
.cart_totals tbody tr.order-total {
    border-top: 2px solid #9ca3af;
    border-bottom: 0;
    margin-top: 14px;
    padding-top: 9px;
}
.cart_totals .cart-subtotal .woocommerce-Price-amount.amount {
    font-size: 16px;
}
.cart_totals .order-total span.woocommerce-Price-amount.amount {
    font-size: 24px;
}
.cart_totals .dil-text span {
    font-size: 14px;
    font-weight: 500;
}
.cart_totals tr {
    border-bottom: 0;
}
tr.shipping-notice-info>td {
    width: 100%;
    display: block;
}
.page-checkout .cp-accordion_title-container>.woocommerce-info {
    padding: 0;
}
.coupon-container form.checkout_coupon.woocommerce-form-coupon>p {
    margin: 10px 0 -10px;
    font-size: 14px;
}
.coupon-form>form.woocommerce-form-login>.wrap-all>p {
    font-size: 14px;
}
.coupon-container form.checkout_coupon.woocommerce-form-coupon,
.coupon-form>form.woocommerce-form-login {
    display: block !important;
    margin: 0;
    padding: 0 15px;
    border: 0;
}
.woocommerce-form-login .form-row input[type="checkbox"],
.form-row.create-account label.woocommerce-form__label>input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme>span,
.form-row.create-account label.woocommerce-form__label>span {
    line-height: 1.3;
    align-self: flex-start;
}
.form-row.create-account {
    border-radius: 8px;
}
.coupon-form>.woocommerce-form-login {
    margin: 0 !important;
}
.coupon-container form.checkout_coupon.woocommerce-form-coupon>p {
    margin: 10px 0 -10px;
    font-size: 14px;
}
body .woocommerce .checkout-group,
body .woocommerce .order-review {
    border: 2px solid #999;
    border-radius: 10px;
    padding: 8px 20px;
    margin: 0 0 20px;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%234b5563" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8 9 4-4 4 4m0 6-4 4-4-4"></path></svg>');
    width: 24px;
    height: 48px;
    background-size: 24px;
}
.woocommerce .checkout-group label,
.form-row label[for] {
    color: #374151;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.2;
    display: inline-block;
}
.form-row {
    margin: 8px 0;
}
#billing_country_field>span.woocommerce-input-wrapper,
#shipping_country_field>span.woocommerce-input-wrapper {
    display: block;
    border-radius: 8px;
    color: #4b5563;
    padding: 0 16px;
    height: 48px;
    line-height: 44px;
    border: 1px solid #4b5563;
}
.form-row label.screen-reader-text {
    display: none;
}
body #ship-to-different-address input.input-checkbox {
    font-size: 20px;
    height: 24px;
    width: 24px;
}
#ship-to-different-address input.input-checkbox+span {
    margin: 0;
    display: inline-block;
    line-height: 1.3;
    margin-left: 8px;
    position: relative;
    top: -5px;
}
body .woocommerce-billing-fields>h3,
h3#order_review_heading {
    font-size: 22px;
    text-transform: capitalize;
    margin: -8px -20px 10px;
    padding: 12px 20px;
    border: 0;
    background: rgb(55 65 81 / 10%);
    border-radius: 8px 8px 0 0;
    width: auto !important;
    color: #374151;
}
.order-body-wrap .cart_item {
    background: #fff;
    margin: 0 0 8px;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
span.co-product-name {
    font-size: 16px;
    font-weight: 800;
    padding-right: 16px;
    color: #555;
}
.product-total bdi {
    font-size: 20px;
    white-space: nowrap;
}
.shop_table .product-quantity.quantity-review-item {
    left: -10px;
    right: auto;
}
.cart-total-bottom .cart-subtotal,
.cart-total-bottom .order-total,
.cart-total-bottom .cart-shipping {
    display: flex;
    justify-content: space-between;
}
.cart-total-bottom .cart-subtotal {
    margin: 0 0 20px;
}
.cart-total-bottom .order-total {
    border-top: 2px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 12px;
}
.th-heading {
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}
.cart-total-bottom {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}
.cart-shipping {
    font-weight: 700;
    font-size: 16px;
}
.cart-shipping #shipping_method li input[type=radio] {
    width: 20px;
    height: 20px;
    top: 0;
    margin: 0;
}
#shipping_method li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}
#shipping_method li label {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
#shipping_method span.woocommerce-Price-amount.amount,
body #order_review .cart-total-bottom .cart-subtotal .td-data span.woocommerce-Price-amount.amount {
    color: #555;
    font-size: 20px;
}
.nasa-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #768767;
    font-size: 22px;
    font-weight: 600;
}
.page-checkout .nasa-order-received ul.woocommerce-thankyou-order-details.order_details {
    border: 2px solid #768767;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}
.page-checkout .nasa-order-received ul.woocommerce-thankyou-order-details>li {
    padding: 16px;
    width: auto;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}
.page-checkout .nasa-order-received ul.woocommerce-thankyou-order-details>li>strong {
    font-weight: 700;
    font-size: 18px;
    color: #444;
    line-height: 1.3;
    margin-top: 12px;
}
.product-qty strong {
    font-size: 14px;
}
.product-qty {
    margin-top: 8px;
}
.co-wrap-info {
    align-self: center;
}
section.woocommerce-columns.addresses>.woocommerce-column {
    flex: 0 0 50%;
    width: auto;
    float: none;
    padding: 16px;
    max-width: calc(50% - 8px);
    border: 0;
    border-radius: 8px;
    background: #f9fafb;
}
section.woocommerce-columns.addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.col2-set.addresses .col-1 .woocommerce-column__title,
.col2-set.addresses .col-2 .woocommerce-column__title {
    font-size: 18px !important;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 6px;
}
.user-fullname {
    margin-top: 17px;
    font-size: 14px;
    text-transform: capitalize;
}
section.woocommerce-columns.addresses>.woocommerce-column address {
    font-size: 14px;
    margin: 10px 0 0;
}
p.woocommerce-customer-details--phone,
p.woocommerce-customer-details--email {
    font-weight: 600;
    font-size: 14px;
}
.woocommerce-checkout .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.shop-table-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 20px;
}
.shop-table-title>h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .page-checkout .nasa-order-received ul.woocommerce-thankyou-order-details>li {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px solid #eee;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        line-height: 1.2;
        border-left: 0;
    }
    .page-checkout .nasa-order-received ul.woocommerce-thankyou-order-details>li>strong {
        text-align: right;
        margin: 0;
        flex: 0 0 50%;
        font-size: 16px;
    }
    .page-checkout .nasa-order-received ul.woocommerce-thankyou-order-details>li:last-child {
        border: 0;
    }
    .order-body-wrap .cart_item {
        flex-direction: column;
        align-items: flex-start;
    }
    .order-body-wrap .cart_item .product-total {
        padding-left: 75px;
        margin-top: 8px;
    }
    span.co-product-name {
        padding-right: 0;
    }
    .td-data {
        text-align: right;
    }
    section.woocommerce-columns.addresses>.woocommerce-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
ul.payment_methods li label {
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 0;
    text-align: center;
}
.nasa-order-received {
    padding-bottom: 0px;
}
#billing_email_field,
#billing_last_name_field,
#shipping_last_name_field {
    float: none;
}