/**
 * CVK BUILD 06.21
 * Mobile Cart totals / shipping calculator / checkout CTA only.
 */
@media screen and (max-width: 767px) {
    body.woocommerce-cart .cart_totals {
        padding: 16px !important;
        margin-bottom: 150px !important;
        overflow: visible !important;
    }

    body.woocommerce-cart .cart_totals h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin: 0 0 16px !important;
    }

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

    body.woocommerce-cart .cart_totals tr.shipping th,
    body.woocommerce-cart .cart_totals tr.shipping td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
    }

    body.woocommerce-cart .cart_totals tr.shipping th {
        padding: 12px 0 8px !important;
    }

    body.woocommerce-cart .cart_totals tr.shipping td {
        padding: 0 0 14px !important;
    }

    body.woocommerce-cart .woocommerce-shipping-methods {
        margin: 0 !important;
        padding: 0 !important;
    }

    body.woocommerce-cart .woocommerce-shipping-methods li {
        box-sizing: border-box !important;
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        width: 100% !important;
        margin: 0 0 10px !important;
        padding: 14px !important;
        border: 1px solid #e5e5e5 !important;
        border-radius: 12px !important;
    }

    body.woocommerce-cart .woocommerce-shipping-methods input {
        flex: 0 0 auto !important;
        margin-top: 5px !important;
    }

    body.woocommerce-cart .woocommerce-shipping-methods label {
        min-width: 0 !important;
        overflow-wrap: anywhere !important;
        line-height: 1.4 !important;
    }

    body.woocommerce-cart .woocommerce-shipping-destination {
        overflow-wrap: anywhere !important;
        line-height: 1.5 !important;
        margin: 12px 0 !important;
    }

    body.woocommerce-cart .shipping-calculator-button {
        display: inline-block !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
    }

    body.woocommerce-cart .shipping-calculator-form {
        width: 100% !important;
        margin: 14px 0 0 !important;
    }

    body.woocommerce-cart .shipping-calculator-form .form-row {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 0 0 10px !important;
        padding: 0 !important;
    }

    body.woocommerce-cart .shipping-calculator-form input,
    body.woocommerce-cart .shipping-calculator-form select,
    body.woocommerce-cart .shipping-calculator-form .select2-container {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.woocommerce-cart .shipping-calculator-form button {
        width: 100% !important;
        min-height: 48px !important;
        margin: 0 !important;
    }

    body.woocommerce-cart .wc-proceed-to-checkout {
        padding: 8px 0 0 !important;
    }

    body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 60px !important;
        margin: 0 !important;
        padding: 14px 16px !important;
        white-space: normal !important;
        text-align: center !important;
        font-size: 18px !important;
        line-height: 1.35 !important;
    }
}
