.elementor-114 .elementor-element.elementor-element-ae38ace{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-114 .elementor-element.elementor-element-816e746{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-114 .elementor-element.elementor-element-d1ad44b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-560a060 *//* =====================================================
   REI DAS LONAS - CARRINHO WOOCOMMERCE
===================================================== */

body.woocommerce-cart{
    --rl-primary: #0a3f6b;
    --rl-primary-dark: #072f50;
    --rl-accent: #d62828;

    --rl-text: #161616;
    --rl-muted: #6f7580;

    --rl-bg: #f6f7f9;
    --rl-card: #ffffff;
    --rl-border: #e5e7eb;

    background: var(--rl-bg);
}


/* =====================================================
   CONTAINER
===================================================== */

body.woocommerce-cart .woocommerce{
    width: 100%;
    max-width: 1240px;

    margin: 0 auto;

    padding: 55px 25px 80px;

    font-family: 'Poppins', Arial, sans-serif;
}


/* =====================================================
   MENSAGENS
===================================================== */

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error{

    margin-bottom: 25px;

    padding: 18px 22px 18px 50px;

    background: #fff;

    border: 1px solid var(--rl-border);
    border-top: 3px solid var(--rl-primary);

    border-radius: 10px;

    box-shadow: none;
}


body.woocommerce-cart .woocommerce-error{
    border-top-color: var(--rl-accent);
}


/* =====================================================
   GRID PRINCIPAL
===================================================== */

body.woocommerce-cart .woocommerce-cart-form{
    width: 65%;
    float: left;
}


body.woocommerce-cart .cart-collaterals{
    width: 32%;
    float: right;
}


body.woocommerce-cart .cart-collaterals::after,
body.woocommerce-cart .woocommerce::after{
    content: "";
    display: table;
    clear: both;
}


/* =====================================================
   CARD CARRINHO
===================================================== */

body.woocommerce-cart .woocommerce-cart-form{

    background: var(--rl-card);

    border: 1px solid var(--rl-border);
    border-radius: 16px;

    padding: 28px;

    box-shadow: 0 8px 30px rgba(0,0,0,.035);
}


/* =====================================================
   TABELA
===================================================== */

body.woocommerce-cart table.shop_table{

    width: 100%;

    border: 0;

    border-collapse: collapse;

    margin: 0;
}


body.woocommerce-cart table.shop_table thead th{

    padding: 14px 10px;

    border-bottom: 1px solid var(--rl-border);

    color: var(--rl-muted);

    font-size: 12px;
    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: .4px;
}


body.woocommerce-cart table.shop_table tbody td{

    padding: 22px 10px;

    border-bottom: 1px solid #eeeeee;

    color: var(--rl-text);

    vertical-align: middle;
}


/* =====================================================
   IMAGEM PRODUTO
===================================================== */

body.woocommerce-cart .product-thumbnail img{

    width: 85px;

    border-radius: 10px;

    background: #f7f7f7;

    padding: 5px;
}


/* =====================================================
   NOME PRODUTO
===================================================== */

body.woocommerce-cart .product-name a{

    color: var(--rl-text);

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: color .2s ease;
}


body.woocommerce-cart .product-name a:hover{
    color: var(--rl-primary);
}


/* =====================================================
   PREÇO
===================================================== */

body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal{

    color: var(--rl-primary);

    font-size: 14px;
    font-weight: 600;
}


/* =====================================================
   QUANTIDADE
===================================================== */

body.woocommerce-cart .quantity .qty{

    width: 75px;

    height: 44px;

    padding: 0 10px;

    border: 1px solid #dfe3e8;
    border-radius: 8px;

    background: #fff;

    text-align: center;

    font-family: inherit;

    color: var(--rl-text);
}


body.woocommerce-cart .quantity .qty:focus{

    outline: none;

    border-color: var(--rl-primary);

    box-shadow:
        0 0 0 3px rgba(10,63,107,.08);
}


/* =====================================================
   REMOVER PRODUTO
===================================================== */

body.woocommerce-cart a.remove{

    width: 32px;
    height: 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff1f1;

    color: var(--rl-accent) !important;

    font-size: 21px;

    transition: .2s ease;
}


body.woocommerce-cart a.remove:hover{

    background: var(--rl-accent);

    color: #fff !important;
}


/* =====================================================
   AÇÕES
===================================================== */

body.woocommerce-cart td.actions{

    padding-top: 25px !important;

    border-bottom: 0 !important;
}


/* =====================================================
   CUPOM
===================================================== */

body.woocommerce-cart .coupon{

    display: flex;

    gap: 10px;
}


body.woocommerce-cart .coupon #coupon_code{

    width: 190px;

    height: 46px;

    padding: 0 14px;

    border: 1px solid #dfe3e8;
    border-radius: 8px;

    background: #fff;

    font-family: inherit;

    font-size: 13px;
}


body.woocommerce-cart .coupon #coupon_code:focus{

    outline: none;

    border-color: var(--rl-primary);

    box-shadow:
        0 0 0 3px rgba(10,63,107,.08);
}


/* BOTÃO CUPOM */

body.woocommerce-cart .coupon button{

    min-height: 46px;

    padding: 0 20px;

    border: 0;
    border-radius: 8px;

    background: var(--rl-primary);

    color: #fff;

    font-family: inherit;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition: .2s ease;
}


body.woocommerce-cart .coupon button:hover{
    background: var(--rl-primary-dark);
}


/* =====================================================
   ATUALIZAR CARRINHO
===================================================== */

body.woocommerce-cart button[name="update_cart"]{

    min-height: 46px;

    padding: 0 20px;

    border-radius: 8px;

    background: #eef2f5;

    color: var(--rl-primary);

    font-family: inherit;

    font-size: 13px;
    font-weight: 600;

    transition: .2s ease;
}


body.woocommerce-cart button[name="update_cart"]:hover{

    background: #e1e7eb;

    color: var(--rl-primary-dark);
}


/* =====================================================
   TOTAIS
===================================================== */

body.woocommerce-cart .cart_totals{

    width: 100% !important;

    float: none !important;

    padding: 28px;

    background: var(--rl-card);

    border: 1px solid var(--rl-border);
    border-radius: 16px;

    box-shadow: 0 8px 30px rgba(0,0,0,.04);

    position: sticky;
    top: 110px;
}


/* TÍTULO */

body.woocommerce-cart .cart_totals h2{

    margin: 0 0 22px;

    color: var(--rl-primary);

    font-size: 22px;
    font-weight: 700;
}


body.woocommerce-cart .cart_totals h2::after{

    content: "";

    display: block;

    width: 42px;
    height: 3px;

    margin-top: 10px;

    background: var(--rl-accent);

    border-radius: 10px;
}


/* TABELA TOTAL */

body.woocommerce-cart .cart_totals table{

    border: 0;

    border-collapse: collapse;

    margin-bottom: 20px;
}


body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td{

    padding: 14px 0;

    border-bottom: 1px solid #eeeeee;

    font-size: 14px;
}


body.woocommerce-cart .cart_totals table th{

    color: var(--rl-muted);

    font-weight: 500;
}


body.woocommerce-cart .cart_totals table td{

    text-align: right;

    color: var(--rl-text);

    font-weight: 600;
}


/* TOTAL FINAL */

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td{

    padding-top: 20px;

    border-bottom: 0;

    color: var(--rl-primary);

    font-size: 18px;
    font-weight: 700;
}


/* =====================================================
   BOTÃO FINALIZAR COMPRA
===================================================== */

body.woocommerce-cart
.wc-proceed-to-checkout{

    padding: 0;

    margin-top: 20px;
}


body.woocommerce-cart
.wc-proceed-to-checkout a.checkout-button{

    width: 100%;

    min-height: 56px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0;

    padding: 16px 20px;

    border-radius: 9px;

    background: var(--rl-accent);

    color: #fff;

    font-family: inherit;

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .3px;

    text-decoration: none;

    transition:
        background .2s ease,
        transform .2s ease;
}


body.woocommerce-cart
.wc-proceed-to-checkout a.checkout-button:hover{

    background: #b91f1f;

    transform: translateY(-1px);
}


/* =====================================================
   FRETE
===================================================== */

body.woocommerce-cart
.woocommerce-shipping-methods{

    list-style: none;

    padding: 0;
    margin: 0;
}


body.woocommerce-cart
.woocommerce-shipping-methods li{

    margin-bottom: 8px;

    color: var(--rl-text);

    font-size: 13px;
}


body.woocommerce-cart input[type="radio"]{
    accent-color: var(--rl-primary);
}


/* =====================================================
   CALCULADORA DE FRETE
===================================================== */

body.woocommerce-cart
.shipping-calculator-button{

    color: var(--rl-primary);

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;
}


body.woocommerce-cart
.shipping-calculator-form{

    margin-top: 15px;
}


body.woocommerce-cart
.shipping-calculator-form input,
body.woocommerce-cart
.shipping-calculator-form select{

    width: 100%;

    height: 46px;

    padding: 0 13px;

    margin-bottom: 10px;

    border: 1px solid #dfe3e8;
    border-radius: 8px;

    background: #fff;

    font-family: inherit;
}


/* =====================================================
   CARRINHO VAZIO
===================================================== */

body.woocommerce-cart .cart-empty{

    max-width: 700px;

    margin: 50px auto 25px;

    padding: 30px;

    background: #fff;

    border: 1px solid var(--rl-border);
    border-radius: 14px;

    text-align: center;

    color: var(--rl-text);

    font-size: 16px;
}


body.woocommerce-cart .return-to-shop{

    text-align: center;
}


body.woocommerce-cart
.return-to-shop .button{

    min-height: 50px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 0 25px;

    border-radius: 8px;

    background: var(--rl-primary);

    color: #fff;

    font-weight: 600;

    text-decoration: none;

    transition: .2s ease;
}


body.woocommerce-cart
.return-to-shop .button:hover{

    background: var(--rl-primary-dark);

    color: #fff;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px){

    body.woocommerce-cart .woocommerce{

        padding: 35px 18px 60px;
    }


    body.woocommerce-cart
    .woocommerce-cart-form,

    body.woocommerce-cart
    .cart-collaterals{

        width: 100%;
        float: none;
    }


    body.woocommerce-cart
    .woocommerce-cart-form{

        margin-bottom: 30px;
    }


    body.woocommerce-cart
    .cart_totals{

        position: static;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px){

    body.woocommerce-cart .woocommerce{

        padding-left: 14px;
        padding-right: 14px;
    }


    body.woocommerce-cart
    .woocommerce-cart-form{

        padding: 18px 15px;

        border-radius: 12px;
    }


    body.woocommerce-cart
    .cart_totals{

        padding: 22px 18px;

        border-radius: 12px;
    }


    /* ESCONDE CABEÇALHO DA TABELA */

    body.woocommerce-cart
    table.shop_table thead{

        display: none;
    }


    /* PRODUTO EM CARD */

    body.woocommerce-cart
    table.shop_table tbody tr.cart_item{

        display: block;

        padding: 18px 0;

        border-bottom: 1px solid var(--rl-border);
    }


    body.woocommerce-cart
    table.shop_table tbody td{

        display: flex;

        align-items: center;
        justify-content: space-between;

        width: 100%;

        padding: 8px 0;

        border: 0;

        text-align: right;
    }


    body.woocommerce-cart
    table.shop_table tbody td::before{

        content: attr(data-title);

        color: var(--rl-muted);

        font-size: 12px;
        font-weight: 600;

        text-transform: uppercase;

        margin-right: 15px;
    }


    body.woocommerce-cart
    td.product-thumbnail{

        display: block;

        text-align: center;
    }


    body.woocommerce-cart
    td.product-thumbnail::before{

        display: none;
    }


    body.woocommerce-cart
    .product-thumbnail img{

        width: 110px;

        margin: 0 auto 10px;
    }


    body.woocommerce-cart
    td.product-name{

        display: block;

        text-align: center;
    }


    body.woocommerce-cart
    td.product-name::before{

        display: none;
    }


    body.woocommerce-cart
    td.product-remove{

        justify-content: center;
    }


    body.woocommerce-cart
    td.product-remove::before{

        display: none;
    }


    /* AÇÕES */

    body.woocommerce-cart td.actions{

        display: block !important;
    }


    body.woocommerce-cart .coupon{

        display: grid;

        grid-template-columns: 1fr;

        gap: 10px;
    }


    body.woocommerce-cart
    .coupon #coupon_code{

        width: 100%;
    }


    body.woocommerce-cart
    .coupon button,

    body.woocommerce-cart
    button[name="update_cart"]{

        width: 100%;

        margin-top: 10px;
    }

}/* End custom CSS */