.elementor-16 .elementor-element.elementor-element-cab8763{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-a7309a3 *//* =========================================
   MODERN WOOCOMMERCE CART
   DESKTOP + TABLET + MOBILE
========================================= */

.woocommerce-cart .elementor-shortcode {
    width: 100%;
}

.woocommerce-cart-form {
    width: 100%;
}

/* =========================
   CART TABLE
========================= */

.woocommerce-cart-form__contents {
    width: 100%;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #e9e9e9 !important;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

/* Header */

.woocommerce-cart-form__contents thead {
    background: #f8f8f8;
}

.woocommerce-cart-form__contents thead th {
    padding: 17px 15px !important;
    border: 0 !important;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Product row */

.woocommerce-cart-form__contents tbody .cart_item td {
    padding: 22px 15px !important;
    border-top: 1px solid #eeeeee !important;
    vertical-align: middle;
}

/* Remove */

.woocommerce-cart-form__contents .product-remove {
    width: 45px;
}

.woocommerce-cart-form__contents .product-remove .remove {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    margin: auto;

    border-radius: 50%;

    background: #f6f6f6;
    color: #888 !important;

    font-size: 20px;
    font-weight: 400;

    text-decoration: none !important;

    transition: all .2s ease;
}

.woocommerce-cart-form__contents .product-remove .remove:hover {
    background: #fff0f0;
    color: #e74c3c !important;
}

/* Product image */

.woocommerce-cart-form__contents .product-thumbnail {
    width: 100px;
}

.woocommerce-cart-form__contents .product-thumbnail img {
    display: block;

    width: 85px !important;
    height: 85px !important;

    object-fit: cover;

    border-radius: 12px;
    border: 1px solid #eeeeee;

    transition: all .25s ease;
}

.woocommerce-cart-form__contents .product-thumbnail img:hover {
    transform: scale(1.03);
}

/* Product name */

.woocommerce-cart-form__contents .product-name a {
    color: #222 !important;

    font-size: 16px;
    font-weight: 600;

    text-decoration: none !important;

    transition: .2s ease;
}

.woocommerce-cart-form__contents .product-name a:hover {
    color: #e67e22 !important;
}

/* Price */

.woocommerce-cart-form__contents .product-price .amount {
    color: #555;

    font-size: 15px;
    font-weight: 500;
}

/* Quantity */

.woocommerce-cart-form__contents .quantity {
    display: inline-flex;

    align-items: center;

    border: 1px solid #ddd;

    border-radius: 9px;

    overflow: hidden;

    background: #fff;
}

.woocommerce-cart-form__contents .quantity input.qty {
    width: 65px !important;
    height: 42px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    outline: none !important;

    background: transparent !important;

    text-align: center;

    font-size: 14px;
    font-weight: 600;

    color: #222;
}

/* Number arrows */

.woocommerce-cart-form__contents input.qty::-webkit-inner-spin-button,
.woocommerce-cart-form__contents input.qty::-webkit-outer-spin-button {
    opacity: 1;
}

/* Subtotal */

.woocommerce-cart-form__contents .product-subtotal .amount {
    color: #222;

    font-size: 16px;
    font-weight: 700;
}


/* =========================================
   COUPON + ACTIONS
========================================= */

.woocommerce-cart-form__contents .actions {
    padding: 20px !important;

    background: #fafafa;

    border-top: 1px solid #eee !important;
}

/* Coupon */

.woocommerce-cart-form__contents .coupon {
    display: flex;

    align-items: center;

    gap: 10px;

    float: left;
}

.woocommerce-cart-form__contents .coupon .input-text {
    width: 190px;

    height: 45px;

    margin: 0 !important;

    padding: 0 14px;

    border: 1px solid #ddd;

    border-radius: 9px;

    background: #fff;

    outline: none;

    font-size: 13px;
}

.woocommerce-cart-form__contents .coupon .input-text:focus {
    border-color: #e67e22;
}

.woocommerce-cart-form__contents .coupon button {
    height: 45px;

    padding: 0 18px;

    border: 0 !important;

    border-radius: 9px !important;

    background: #222 !important;

    color: #fff !important;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition: .2s ease;
}

.woocommerce-cart-form__contents .coupon button:hover {
    background: #e67e22 !important;
}

/* Update cart */

.woocommerce-cart-form__contents .actions > button[name="update_cart"] {
    height: 45px;

    padding: 0 18px;

    border: 1px solid #ddd !important;

    border-radius: 9px !important;

    background: #fff !important;

    color: #777 !important;

    font-size: 13px;

    font-weight: 600;
}

.woocommerce-cart-form__contents .actions > button[name="update_cart"]:not(:disabled) {
    color: #222 !important;

    cursor: pointer;
}


/* =========================================
   CART TOTALS
========================================= */

.cart-collaterals {
    display: flex;

    justify-content: flex-end;

    width: 100%;

    margin-top: 25px;
}

.cart_totals {
    width: 100%;

    max-width: 430px;

    padding: 28px;

    background: #fff;

    border: 1px solid #e9e9e9;

    border-radius: 18px;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

/* Heading */

.cart_totals h2 {
    margin: 0 0 22px !important;

    color: #222;

    font-size: 21px !important;

    font-weight: 700;
}

/* Totals table */

.cart_totals .shop_table {
    width: 100%;

    margin: 0 !important;

    border: 0 !important;
}

.cart_totals .shop_table tr {
    border-bottom: 1px solid #eee;
}

.cart_totals .shop_table tr:last-child {
    border-bottom: 0;
}

.cart_totals .shop_table th,
.cart_totals .shop_table td {
    padding: 15px 0 !important;

    border: 0 !important;
}

.cart_totals .shop_table th {
    color: #666;

    font-size: 14px;

    font-weight: 500;
}

.cart_totals .shop_table td {
    text-align: right;
}

.cart_totals .shop_table td .amount {
    color: #222;

    font-size: 15px;

    font-weight: 600;
}

/* Total */

.cart_totals .order-total th {
    color: #222;

    font-size: 16px;

    font-weight: 700;
}

.cart_totals .order-total td .amount {
    font-size: 21px;

    font-weight: 700;
}


/* =========================================
   CHECKOUT BUTTON
========================================= */

.wc-proceed-to-checkout {
    padding: 0 !important;

    margin-top: 20px;
}

.wc-proceed-to-checkout .checkout-button {
    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 54px;

    margin: 0 !important;

    padding: 0 20px !important;

    border: 0 !important;

    border-radius: 11px !important;

    background: #e67e22 !important;

    color: #fff !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    text-decoration: none !important;

    box-shadow: 0 7px 20px rgba(230, 126, 34, .22);

    transition: all .25s ease;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: #d96f15 !important;

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(230, 126, 34, .30);
}


/* =========================================
   TABLET
   768px - 1024px
========================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .woocommerce-cart-form__contents thead th {
        padding: 14px 8px !important;

        font-size: 11px;
    }

    .woocommerce-cart-form__contents tbody .cart_item td {
        padding: 18px 8px !important;
    }

    .woocommerce-cart-form__contents .product-thumbnail {
        width: 80px;
    }

    .woocommerce-cart-form__contents .product-thumbnail img {
        width: 70px !important;
        height: 70px !important;
    }

    .woocommerce-cart-form__contents .product-name a {
        font-size: 14px;
    }

    .woocommerce-cart-form__contents .product-price .amount,
    .woocommerce-cart-form__contents .product-subtotal .amount {
        font-size: 14px;
    }

    .woocommerce-cart-form__contents .quantity input.qty {
        width: 55px !important;
        height: 38px !important;
    }

    .cart_totals {
        max-width: 380px;
    }
}


/* =========================================
   MOBILE
   767px AND BELOW
========================================= */

@media (max-width: 767px) {

    /* Prevent horizontal overflow */

    .woocommerce-cart,
    .woocommerce-cart-form,
    .woocommerce-cart-form__contents {
        max-width: 100%;

        overflow-x: hidden;
    }


    /* Hide table header */

    .woocommerce-cart-form__contents thead {
        display: none;
    }


    /* Convert table to blocks */

    .woocommerce-cart-form__contents,
    .woocommerce-cart-form__contents tbody,
    .woocommerce-cart-form__contents tr,
    .woocommerce-cart-form__contents td {
        display: block;

        width: 100% !important;
    }


    /* Main table */

    .woocommerce-cart-form__contents {
        border-radius: 14px;
    }


    /* Product */

    .woocommerce-cart-form__contents tbody .cart_item {
        position: relative;

        padding: 18px !important;

        border-bottom: 1px solid #eee;
    }

    .woocommerce-cart-form__contents tbody .cart_item:last-child {
        border-bottom: 0;
    }


    /* Reset cells */

    .woocommerce-cart-form__contents tbody .cart_item td {
        padding: 5px 0 !important;

        border: 0 !important;

        text-align: left !important;
    }


    /* Remove button */

    .woocommerce-cart-form__contents .product-remove {
        position: absolute;

        top: 15px;
        right: 15px;

        z-index: 5;

        width: auto !important;
    }

    .woocommerce-cart-form__contents .product-remove .remove {
        width: 28px;

        height: 28px;

        margin: 0;
    }


    /* Product image */

    .woocommerce-cart-form__contents .product-thumbnail {
        width: auto !important;

        margin-bottom: 10px;
    }

    .woocommerce-cart-form__contents .product-thumbnail img {
        width: 90px !important;

        height: 90px !important;

        border-radius: 11px;
    }


    /* Product name */

    .woocommerce-cart-form__contents .product-name {
        margin-bottom: 8px;

        padding-right: 35px !important;
    }

    .woocommerce-cart-form__contents .product-name a {
        font-size: 16px;
    }


    /* Price */

    .woocommerce-cart-form__contents .product-price,
    .woocommerce-cart-form__contents .product-quantity,
    .woocommerce-cart-form__contents .product-subtotal {

        display: flex !important;

        align-items: center;

        justify-content: space-between;

        min-height: 42px;

        padding: 8px 0 !important;

        border-bottom: 1px solid #f1f1f1 !important;
    }


    /* Labels */

    .woocommerce-cart-form__contents .product-price::before,
    .woocommerce-cart-form__contents .product-quantity::before,
    .woocommerce-cart-form__contents .product-subtotal::before {

        content: attr(data-title);

        color: #777;

        font-size: 13px;

        font-weight: 500;
    }


    /* Quantity */

    .woocommerce-cart-form__contents .quantity {
        margin-left: auto;
    }

    .woocommerce-cart-form__contents .quantity input.qty {
        width: 60px !important;

        height: 40px !important;
    }


    /* Subtotal */

    .woocommerce-cart-form__contents .product-subtotal {
        border-bottom: 0 !important;
    }


    /* =====================================
       MOBILE ACTIONS
    ===================================== */

    .woocommerce-cart-form__contents .actions {

        display: flex !important;

        flex-direction: column;

        align-items: stretch;

        gap: 12px;

        padding: 15px !important;
    }


    /* Coupon */

    .woocommerce-cart-form__contents .coupon {

        display: flex;

        width: 100%;

        float: none;

        gap: 8px;
    }

    .woocommerce-cart-form__contents .coupon .input-text {

        flex: 1;

        min-width: 0;

        width: auto;

        height: 44px;
    }

    .woocommerce-cart-form__contents .coupon button {

        flex-shrink: 0;

        height: 44px;

        padding: 0 14px;
    }


    /* Update button */

    .woocommerce-cart-form__contents .actions > button[name="update_cart"] {

        width: 100%;

        height: 44px;
    }


    /* =====================================
       MOBILE CART TOTALS
    ===================================== */

    .cart-collaterals {

        display: block;

        width: 100%;

        margin-top: 18px;
    }

    .cart_totals {

        width: 100%;

        max-width: 100%;

        box-sizing: border-box;

        padding: 22px 18px;

        border-radius: 14px;
    }


    /* Heading */

    .cart_totals h2 {

        margin-bottom: 15px !important;

        font-size: 19px !important;
    }


    /* Total rows */

    .cart_totals .shop_table th,
    .cart_totals .shop_table td {

        padding: 13px 0 !important;
    }


    /* Total price */

    .cart_totals .order-total td .amount {

        font-size: 19px;
    }


    /* Checkout */

    .wc-proceed-to-checkout {

        margin-top: 17px;
    }

    .wc-proceed-to-checkout .checkout-button {

        min-height: 52px;

        border-radius: 10px !important;

        font-size: 14px !important;
    }
}


/* =========================================
   SMALL MOBILE
   480px AND BELOW
========================================= */

@media (max-width: 480px) {

    .woocommerce-cart-form__contents tbody .cart_item {

        padding: 15px !important;
    }


    .woocommerce-cart-form__contents .product-thumbnail img {

        width: 78px !important;

        height: 78px !important;
    }


    .woocommerce-cart-form__contents .product-name a {

        font-size: 15px;
    }


    .woocommerce-cart-form__contents .coupon {

        flex-direction: column;

        gap: 8px;
    }


    .woocommerce-cart-form__contents .coupon .input-text {

        width: 100%;

        box-sizing: border-box;
    }


    .woocommerce-cart-form__contents .coupon button {

        width: 100%;
    }


    .cart_totals {

        padding: 20px 16px;
    }
}/* End custom CSS */