body.woocommerce-cart .woocommerce,
body.woocommerce-cart .woocommerce *,
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout .woocommerce * {
    box-sizing: border-box;
}

body.woocommerce-cart,
body.woocommerce-checkout {
    background: #f7fafb;
}

/* MAIN WRAPPER */

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
    width: calc(100% - 80px);
    max-width: 1600px;
    margin: 0 auto;
    padding: 58px 0 100px;
    font-family: 'Poppins', Arial, sans-serif;
    color: #071f2d;
}

/* PAGE TITLE */

body.woocommerce-cart .woocommerce::before,
body.woocommerce-checkout .woocommerce::before {
    display: block;
    margin-bottom: 28px;
    color: #071f2d;
    font-size: clamp(38px, 3.4vw, 58px);
    line-height: 1.03;
    letter-spacing: -2.4px;
    font-weight: 850;
}

body.woocommerce-cart .woocommerce::before {
    content: "Your Booking Cart.";
}

body.woocommerce-checkout .woocommerce::before {
    content: "Secure Checkout.";
}

/* NOTICES */

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper {
    margin-bottom: 22px;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error {
    margin: 0 0 16px !important;
    padding: 18px 20px 18px 52px !important;
    border: 1px solid rgba(7,31,45,0.08) !important;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(7,31,45,0.045);
    color: rgba(7,31,45,0.72);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-info::before {
    color: #024f4d;
}

body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-error {
    background: #fffafa;
    border-color: rgba(199,42,61,0.16) !important;
}

body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-error::before {
    color: #c72a3d;
}

/* BUTTONS */

body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce input.button,
body.woocommerce-cart .woocommerce .button,
body.woocommerce-checkout .woocommerce a.button,
body.woocommerce-checkout .woocommerce button.button,
body.woocommerce-checkout .woocommerce input.button,
body.woocommerce-checkout .woocommerce .button {
    min-height: 48px;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #024f4d !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 13.5px !important;
    line-height: 1 !important;
    font-weight: 750 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

body.woocommerce-cart .woocommerce a.button:hover,
body.woocommerce-cart .woocommerce button.button:hover,
body.woocommerce-cart .woocommerce input.button:hover,
body.woocommerce-checkout .woocommerce a.button:hover,
body.woocommerce-checkout .woocommerce button.button:hover,
body.woocommerce-checkout .woocommerce input.button:hover {
    background: #087a74 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

body.woocommerce-cart .woocommerce button.button:disabled,
body.woocommerce-cart .woocommerce button.button:disabled[disabled],
body.woocommerce-checkout .woocommerce button.button:disabled,
body.woocommerce-checkout .woocommerce button.button:disabled[disabled] {
    opacity: 0.45 !important;
    cursor: not-allowed;
    transform: none;
}

/* INPUTS */

body.woocommerce-cart .woocommerce input[type="text"],
body.woocommerce-cart .woocommerce input[type="email"],
body.woocommerce-cart .woocommerce input[type="tel"],
body.woocommerce-cart .woocommerce input[type="number"],
body.woocommerce-cart .woocommerce input[type="password"],
body.woocommerce-cart .woocommerce textarea,
body.woocommerce-cart .woocommerce select,
body.woocommerce-checkout .woocommerce input[type="text"],
body.woocommerce-checkout .woocommerce input[type="email"],
body.woocommerce-checkout .woocommerce input[type="tel"],
body.woocommerce-checkout .woocommerce input[type="number"],
body.woocommerce-checkout .woocommerce input[type="password"],
body.woocommerce-checkout .woocommerce textarea,
body.woocommerce-checkout .woocommerce select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(7,31,45,0.11);
    border-radius: 16px;
    background: #f7fafb;
    color: #071f2d;
    outline: 0;
    box-shadow: none;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

body.woocommerce-checkout .woocommerce textarea {
    min-height: 130px;
    padding-top: 14px;
    resize: vertical;
}

body.woocommerce-cart .woocommerce input:focus,
body.woocommerce-cart .woocommerce textarea:focus,
body.woocommerce-cart .woocommerce select:focus,
body.woocommerce-checkout .woocommerce input:focus,
body.woocommerce-checkout .woocommerce textarea:focus,
body.woocommerce-checkout .woocommerce select:focus {
    background: #ffffff;
    border-color: rgba(2,79,77,0.42);
    box-shadow: 0 0 0 4px rgba(2,79,77,0.07);
}

/* SELECT2 */

body.woocommerce-checkout .select2-container {
    width: 100% !important;
}

body.woocommerce-checkout .select2-container .select2-selection--single {
    height: 52px;
    border: 1px solid rgba(7,31,45,0.11);
    border-radius: 16px;
    background: #f7fafb;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    padding-right: 42px;
    color: #071f2d;
    font-size: 14px;
    line-height: 52px;
    font-weight: 500;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
    height: 52px;
    right: 12px;
}

/* CART FORM */

body.woocommerce-cart .woocommerce-cart-form {
    padding: 32px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    box-shadow: 0 18px 54px rgba(7,31,45,0.055);
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0 14px;
    background: transparent;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th {
    padding: 0 16px 10px;
    border: 0 !important;
    color: rgba(7,31,45,0.46);
    font-size: 12px;
    line-height: 1;
    font-weight: 750;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-remove {
    width: 52px;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-thumbnail {
    width: 160px;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-price {
    width: 150px;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-quantity {
    width: 130px;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th.product-subtotal {
    width: 160px;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr.cart_item {
    overflow: hidden;
    background: #f7fafb;
    border-radius: 22px;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    padding: 26px 16px;
    border: 0 !important;
    background: #f7fafb;
    color: rgba(7,31,45,0.72);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    vertical-align: middle;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td:first-child {
    border-radius: 22px 0 0 22px;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td:last-child {
    border-radius: 0 22px 22px 0;
}

/* CART PRODUCT */

body.woocommerce-cart .woocommerce-cart-form .product-remove {
    width: 52px;
    text-align: center;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(199,42,61,0.09);
    color: #c72a3d !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease;
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover {
    background: #c72a3d;
    color: #ffffff !important;
}

body.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
    width: 160px;
}

body.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
    width: 128px;
    height: 110px;
    border-radius: 22px;
    object-fit: cover;
    display: block;
    box-shadow: 0 16px 34px rgba(7,31,45,0.13);
}

body.woocommerce-cart .woocommerce-cart-form .product-name {
    padding-right: 34px;
}

body.woocommerce-cart .woocommerce-cart-form .product-name a {
    display: inline-block;
    max-width: 560px;
    margin-bottom: 14px;
    color: #071f2d;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.34;
    letter-spacing: -0.25px;
    font-weight: 750;
}

body.woocommerce-cart .woocommerce-cart-form .product-name a:hover {
    color: #024f4d;
}

/* BOOKING DETAILS — CART + CHECKOUT */

body.woocommerce-cart .woocommerce-cart-form .variation,
body.woocommerce-checkout #order_review .variation {
    max-width: 460px;
    margin: 14px 0 0 !important;
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 9px 14px;
    align-items: baseline;
}

body.woocommerce-cart .woocommerce-cart-form .variation dt,
body.woocommerce-cart .woocommerce-cart-form .variation dd,
body.woocommerce-checkout #order_review .variation dt,
body.woocommerce-checkout #order_review .variation dd {
    float: none !important;
    clear: none !important;
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    line-height: 1.35;
}

body.woocommerce-cart .woocommerce-cart-form .variation dt,
body.woocommerce-checkout #order_review .variation dt {
    grid-column: 1;
    color: rgba(7,31,45,0.46);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

body.woocommerce-cart .woocommerce-cart-form .variation dd,
body.woocommerce-checkout #order_review .variation dd {
    grid-column: 2;
    color: rgba(7,31,45,0.86);
    font-size: 13.5px;
    font-weight: 600;
}

body.woocommerce-cart .woocommerce-cart-form .variation dd p,
body.woocommerce-checkout #order_review .variation dd p {
    margin: 0 !important;
    padding: 0 !important;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

/* CART PRICE / QTY */

body.woocommerce-cart .woocommerce-cart-form .product-price,
body.woocommerce-cart .woocommerce-cart-form .product-subtotal {
    text-align: center;
    color: rgba(7,31,45,0.86);
    font-size: 15px;
    font-weight: 650;
}

body.woocommerce-cart .woocommerce-cart-form .product-quantity {
    text-align: center;
}

body.woocommerce-cart .woocommerce-cart-form .product-subtotal {
    text-align: right;
}

body.woocommerce-cart .woocommerce-cart-form .quantity input.qty {
    width: 78px;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 14px;
    text-align: center;
}

/* CART COUPON / ACTIONS */

body.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions {
    padding: 24px 0 0;
    background: transparent;
}

body.woocommerce-cart .woocommerce-cart-form .actions {
    text-align: right;
}

body.woocommerce-cart .woocommerce-cart-form .coupon {
    float: left;
    display: flex;
    gap: 12px;
    align-items: center;
}

body.woocommerce-cart .woocommerce-cart-form .coupon label {
    display: none;
}

body.woocommerce-cart .woocommerce-cart-form .coupon input.input-text {
    width: 260px !important;
    height: 52px;
    margin: 0;
}

body.woocommerce-cart .woocommerce-cart-form .coupon .button {
    min-width: 150px;
}

/* CART TOTALS */

body.woocommerce-cart .cart-collaterals {
    margin-top: 32px;
    display: flex;
    justify-content: flex-end;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 520px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 28px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0%, rgba(2,79,77,0.08), transparent 34%),
        #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    box-shadow: 0 18px 54px rgba(7,31,45,0.065);
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    margin: 0 0 18px;
    color: #071f2d;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -1.1px;
    font-weight: 800;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2::after {
    content: ".";
    color: #024f4d;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
    margin: 0;
    border: 0 !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(7,31,45,0.08);
    background: transparent;
    color: rgba(7,31,45,0.66);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
    text-align: right;
    color: rgba(7,31,45,0.88);
    font-weight: 650;
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    color: #071f2d;
    font-size: 17px;
    font-weight: 700;
}

body.woocommerce-cart .wc-proceed-to-checkout {
    width: 100%;
    padding: 22px 0 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 58px;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-size: 15px !important;
}

/* EMPTY CART */

body.woocommerce-cart .cart-empty {
    padding: 34px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    box-shadow: 0 14px 42px rgba(7,31,45,0.045);
}

/* CHECKOUT LAYOUT */

body.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 52px;
    align-items: start;
}

body.woocommerce-checkout #customer_details {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    width: 100%;
}

body.woocommerce-checkout #customer_details::after {
    content: "";
    display: block;
    clear: both;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-checkout #order_review_heading {
    display: none !important;
}

body.woocommerce-checkout #order_review {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0%, rgba(2,79,77,0.08), transparent 34%),
        #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    box-shadow: 0 18px 54px rgba(7,31,45,0.065);
    position: sticky;
    top: 128px;
}

body.woocommerce-checkout #order_review::before {
    content: "Your order.";
    display: block;
    margin: 0 0 24px;
    color: #071f2d;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -1.2px;
    font-weight: 800;
}

/* CHECKOUT FORM CARDS */

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
    padding: 30px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(7,31,45,0.08);
    box-shadow: 0 14px 42px rgba(7,31,45,0.045);
}

body.woocommerce-checkout .woocommerce-shipping-fields:empty {
    display: none;
}

body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 22px;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3 {
    margin: 0 0 22px;
    color: #071f2d;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -1.2px;
    font-weight: 800;
}

body.woocommerce-checkout .woocommerce-billing-fields h3::after,
body.woocommerce-checkout .woocommerce-shipping-fields h3::after,
body.woocommerce-checkout .woocommerce-additional-fields h3::after {
    content: ".";
    color: #024f4d;
}

body.woocommerce-checkout .form-row {
    margin: 0 0 16px !important;
}

body.woocommerce-checkout .form-row label {
    display: block;
    margin-bottom: 7px;
    color: rgba(7,31,45,0.66);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 650;
}

body.woocommerce-checkout .form-row .required {
    color: #024f4d;
    text-decoration: none;
}

body.woocommerce-checkout .form-row.is-focused label {
    color: #024f4d;
}

body.woocommerce-checkout .woocommerce-input-wrapper {
    display: block;
}

body.woocommerce-checkout .woocommerce form .form-row-first,
body.woocommerce-checkout .woocommerce form .form-row-last,
body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
    width: calc(50% - 8px) !important;
}

body.woocommerce-checkout .form-row-first {
    float: left !important;
}

body.woocommerce-checkout .form-row-last {
    float: right !important;
}

body.woocommerce-checkout .form-row-wide {
    clear: both;
}

/* CHECKOUT COUPON / LOGIN */

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle {
    margin-bottom: 16px;
}

body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout .woocommerce-form-login {
    margin: 0 0 22px !important;
    padding: 24px !important;
    border: 1px solid rgba(7,31,45,0.08) !important;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(7,31,45,0.045);
}

body.woocommerce-checkout .checkout_coupon {
    display: flex;
    align-items: center;
    gap: 14px;
}

body.woocommerce-checkout .checkout_coupon p {
    margin: 0 !important;
}

body.woocommerce-checkout .checkout_coupon .form-row-first {
    flex: 1 1 auto;
    width: auto !important;
    float: none !important;
}

body.woocommerce-checkout .checkout_coupon .form-row-last {
    flex: 0 0 auto;
    width: auto !important;
    float: none !important;
}

body.woocommerce-checkout .checkout_coupon input.input-text {
    min-width: 320px;
}

/* ORDER REVIEW TABLE */

body.woocommerce-checkout #order_review table.shop_table {
    width: 100%;
    margin: 0;
    border: 0 !important;
    border-collapse: collapse;
    table-layout: fixed;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(7,31,45,0.08);
    background: transparent;
    color: rgba(7,31,45,0.66);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    vertical-align: top;
}

body.woocommerce-checkout #order_review table.shop_table th {
    color: rgba(7,31,45,0.46);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

body.woocommerce-checkout #order_review table.shop_table td.product-name {
    width: 70%;
    padding-right: 16px;
    color: rgba(7,31,45,0.88);
    font-weight: 600;
}

body.woocommerce-checkout #order_review table.shop_table td.product-name strong,
body.woocommerce-checkout #order_review table.shop_table td.product-name b {
    font-weight: 650;
}

body.woocommerce-checkout #order_review table.shop_table .product-total,
body.woocommerce-checkout #order_review table.shop_table tfoot td {
    width: 30%;
    text-align: right;
    color: rgba(7,31,45,0.88);
    font-weight: 650;
}

body.woocommerce-checkout #order_review table.shop_table .order-total th,
body.woocommerce-checkout #order_review table.shop_table .order-total td {
    color: #071f2d;
    font-size: 17px;
    font-weight: 700;
}

body.woocommerce-checkout #order_review table.shop_table .order-total td {
    line-height: 1.28;
}

/* PAYMENT */

body.woocommerce-checkout #payment {
    margin-top: 24px;
    border-radius: 24px;
    background: #f7fafb !important;
    border: 1px solid rgba(7,31,45,0.08);
    overflow: hidden;
}

body.woocommerce-checkout #payment ul.payment_methods {
    padding: 18px !important;
    border-bottom: 1px solid rgba(7,31,45,0.08) !important;
}

body.woocommerce-checkout #payment ul.payment_methods li {
    color: rgba(7,31,45,0.78);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

body.woocommerce-checkout #payment ul.payment_methods li + li {
    margin-top: 12px;
}

body.woocommerce-checkout #payment ul.payment_methods li label {
    color: rgba(7,31,45,0.88);
    font-weight: 650;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    vertical-align: middle;
}

body.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
    margin-right: 8px;
    transform: translateY(1px);
}

/* PAYMENT LOGOS FIX */

body.woocommerce-checkout #payment ul.payment_methods li img {
    max-height: 24px !important;
    max-width: 120px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: inline-block !important;
    margin: 0 3px !important;
    vertical-align: middle !important;
}

body.woocommerce-checkout #payment ul.payment_methods li label img {
    position: static !important;
    float: none !important;
}

body.woocommerce-checkout #payment div.payment_box {
    margin: 12px 0 0;
    padding: 16px;
    border-radius: 18px;
    background: #ffffff;
    color: rgba(7,31,45,0.64);
    font-size: 13.5px;
    line-height: 1.58;
    font-weight: 500;
}

body.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

body.woocommerce-checkout #payment .place-order {
    padding: 20px !important;
    margin: 0;
}

body.woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper {
    color: rgba(7,31,45,0.62);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
}

body.woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text p {
    font-weight: 450;
}

body.woocommerce-checkout #payment .place-order .form-row {
    margin-bottom: 12px !important;
}

body.woocommerce-checkout #payment #place_order {
    width: 100%;
    min-height: 58px;
    margin-top: 16px;
    font-size: 15px !important;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    body.woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.woocommerce-checkout #customer_details,
    body.woocommerce-checkout #order_review {
        grid-column: 1;
        grid-row: auto;
    }

    body.woocommerce-checkout #order_review {
        position: relative;
        top: auto;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals {
        width: 100%;
    }
}

@media (max-width: 820px) {
    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce {
        width: calc(100% - 36px);
        padding: 42px 0 78px;
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout .woocommerce::before {
        margin-bottom: 22px;
        font-size: 42px;
        letter-spacing: -2px;
    }

    body.woocommerce-cart .woocommerce-cart-form,
    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-checkout .woocommerce-billing-fields,
    body.woocommerce-checkout .woocommerce-shipping-fields,
    body.woocommerce-checkout .woocommerce-additional-fields,
    body.woocommerce-checkout #order_review {
        padding: 24px 20px;
        border-radius: 24px;
    }

    body.woocommerce-checkout #order_review::before,
    body.woocommerce-checkout .woocommerce-billing-fields h3,
    body.woocommerce-checkout .woocommerce-shipping-fields h3,
    body.woocommerce-checkout .woocommerce-additional-fields h3 {
        font-size: 28px;
        letter-spacing: -1.1px;
    }

    body.woocommerce-cart .woocommerce-cart-form .coupon {
        width: 100%;
        float: none;
        margin-bottom: 12px;
        display: grid;
        grid-template-columns: 1fr;
    }

    body.woocommerce-cart .woocommerce-cart-form .coupon input.input-text,
    body.woocommerce-cart .woocommerce-cart-form .coupon .button,
    body.woocommerce-cart .woocommerce-cart-form .actions button.button {
        width: 100% !important;
    }

    body.woocommerce-cart .woocommerce-cart-form .actions {
        text-align: left;
    }

    body.woocommerce-checkout .checkout_coupon {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout .checkout_coupon input.input-text {
        min-width: 0;
        width: 100%;
    }

    body.woocommerce-checkout .checkout_coupon .button {
        width: 100%;
    }

    body.woocommerce-checkout .woocommerce form .form-row-first,
    body.woocommerce-checkout .woocommerce form .form-row-last,
    body.woocommerce-checkout .form-row-first,
    body.woocommerce-checkout .form-row-last {
        width: 100% !important;
        float: none !important;
    }
}

@media (max-width: 760px) {
    body.woocommerce-cart,
    body.woocommerce-checkout {
        overflow-x: hidden;
    }

    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.woocommerce-cart .woocommerce-cart-form,
    body.woocommerce-cart .cart-collaterals,
    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
        max-width: 100%;
        box-sizing: border-box;
    }

    body.woocommerce-cart .woocommerce-cart-form {
        padding: 18px;
        border-radius: 24px;
    }

    body.woocommerce-cart .woocommerce-cart-form table.shop_table {
        border-spacing: 0;
    }

    body.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
        display: none;
    }

    body.woocommerce-cart .woocommerce-cart-form table.shop_table,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
        display: block;
        width: 100%;
    }

    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 14px;
        padding: 20px;
        border-radius: 24px;
        background: #f7fafb;
    }

    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td {
        padding: 8px 0;
        border-radius: 0 !important;
        background: transparent;
        text-align: left !important;
    }

    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td::before {
        content: attr(data-title);
        display: block;
        margin-bottom: 5px;
        color: rgba(7,31,45,0.42);
        font-size: 11px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.8px;
        text-transform: uppercase;
    }

    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item .product-remove {
        position: absolute;
        top: 14px;
        right: 14px;
        width: auto;
        padding: 0;
        z-index: 2;
        text-align: right !important;
    }

    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item .product-remove::before,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item .product-thumbnail::before,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item .product-name::before {
        display: none;
    }

    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item .product-thumbnail {
        padding: 0 0 16px;
    }

    body.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
        width: 100%;
        max-width: none;
        height: auto;
        aspect-ratio: 16 / 10;
        border-radius: 22px;
        object-fit: cover;
    }

    body.woocommerce-cart .woocommerce-cart-form .product-name {
        padding: 0 !important;
    }

    body.woocommerce-cart .woocommerce-cart-form .product-name a {
        max-width: calc(100% - 42px);
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 1.35;
    }

    body.woocommerce-cart .woocommerce-cart-form .variation {
        max-width: none;
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 10px 12px;
        padding: 14px;
        border-radius: 18px;
        background: #ffffff;
        border: 1px solid rgba(7,31,45,0.07);
    }

    body.woocommerce-cart .woocommerce-cart-form .variation dt {
        font-size: 11px;
    }

    body.woocommerce-cart .woocommerce-cart-form .variation dd {
        font-size: 13px;
        text-align: right;
    }

    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item .product-price,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item .product-quantity,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item .product-subtotal {
        width: 100%;
        min-width: 0;
        margin-top: 12px;
        padding: 14px 0 0;
        border-top: 1px solid rgba(7,31,45,0.08) !important;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 12px;
        text-align: right !important;
    }

    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item .product-price::before,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item .product-quantity::before,
    body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item .product-subtotal::before {
        display: block;
        margin: 0;
        color: rgba(7,31,45,0.46);
        font-size: 11px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        text-align: left;
    }

    body.woocommerce-cart .woocommerce-cart-form .quantity input.qty {
        width: 86px;
    }

    body.woocommerce-cart .cart-collaterals {
        display: block;
        margin-top: 24px;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals {
        width: 100%;
        padding: 24px 20px;
        border-radius: 24px;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table,
    body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tbody,
    body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr,
    body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
    body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    body.woocommerce-cart .woocommerce,
    body.woocommerce-checkout .woocommerce {
        width: calc(100% - 28px);
    }

    body.woocommerce-cart .woocommerce::before,
    body.woocommerce-checkout .woocommerce::before {
        font-size: 37px;
        letter-spacing: -1.7px;
    }

    body.woocommerce-cart .woocommerce-cart-form,
    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-checkout .woocommerce-billing-fields,
    body.woocommerce-checkout .woocommerce-shipping-fields,
    body.woocommerce-checkout .woocommerce-additional-fields,
    body.woocommerce-checkout #order_review {
        padding: 22px 16px;
    }

    body.woocommerce-cart .woocommerce-cart-form .variation,
    body.woocommerce-checkout #order_review .variation {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    body.woocommerce-cart .woocommerce-cart-form .variation dd,
    body.woocommerce-checkout #order_review .variation dd {
        text-align: left;
        margin-bottom: 8px !important;
    }

    body.woocommerce-cart .woocommerce-cart-form .product-name a {
        font-size: 15px;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals h2,
    body.woocommerce-checkout #order_review::before,
    body.woocommerce-checkout .woocommerce-billing-fields h3,
    body.woocommerce-checkout .woocommerce-shipping-fields h3,
    body.woocommerce-checkout .woocommerce-additional-fields h3 {
        font-size: 26px;
        letter-spacing: -1px;
    }

    body.woocommerce-checkout #payment ul.payment_methods li label {
        gap: 6px;
    }

    body.woocommerce-checkout #payment ul.payment_methods li img {
        max-height: 20px !important;
        max-width: 95px !important;
    }
}