.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.row-product_name {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.product-quantity {
    display: flex;
    align-items: center;
    gap: 18px;
}

.row-subtotal {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.content-item-cart {
    display: flex;
    flex-wrap: wrap;
}

.row-exclude {
    width: 100%;
}

.product-name a
{
    max-width: 241px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    color: #000!important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.product-subtotal {
    display: flex;
    flex-direction:column
}

.row-product_name {
    justify-content: space-between;
    width: 100%;
}

.product-subtotal span:nth-child(1){
    color: var(--neutrals-600, #5A5A5A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: -0.28px;
}

.product-subtotal span.woocommerce-Price-amount.amount,
.product-subtotal span.woocommerce-Price-currencySymbol {
    color: #000!important;
    font-family: Inter!important;
    font-size: 19px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 150%!important; /* 28.5px */
}

.atributte-formato {
    display: flex;
    align-items: center;
    color: var(--neutrals-500, #8A8A8A);
    gap: 8px;

    /* Typography/Base/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.atributte-formato span.formatos-name {
    color: var(--neutrals-700, #333);

    /* Typography/Base/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    letter-spacing: initial
}

.product-quantity span {
    color: #000;

    /* Typography/Small/Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
}

.elementor-widget-woocommerce-cart .woocommerce .remove {
    width: fit-content;
    border: 1px solid #939393;
    border-radius: 8px;
    padding: 12px 8px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #939393;
}
.product-remove {
    display: flex;
    justify-content: flex-end
}



.elementor-widget-woocommerce-cart .woocommerce .remove {
    color: var(--neutral-600, #595959)!important;

    /* Typography/2XSmall/Medium */
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 17.6px */
}

a.checkout-button.button.alt.wc-forward {
    display: flex;
    padding: 16px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--green-600, #00B092);
    background: var(--green-600, #00B092);
}

.wc-proceed-to-checkout a.shopping {
    border-radius: 12px;
    border: 1px solid var(--green-100, #F4FEFC);
    background: var(--green-200, #E8FCF9);
    display: flex;
    padding: 16px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--green-600, #00B092)!important;

    /* Typography/Base/Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
}



table.shop_table.shop_table_responsive th {
    color: var(--neutrals-500, #8A8A8A);

    /* Typography/Base/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

table.shop_table.shop_table_responsive td {
    color: var(--neutrals-700, #333);

    /* Typography/Base/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.cart_totals h2{
    color: #000;

    /* Typography/2XSubtitle/Medium */
    font-family: Inter;
    font-size: 23px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: 150%; /* 34.5px */
}

.e-cart__container {
    display: flex!important;
    justify-content: space-between;
}


.e-cart__column.e-cart__column-end {
    max-width: 360px;
    width: 100%!important;
}

.e-cart__column.e-cart__column-start {
    max-width: 648px;
    width: 100%!important
}


.content-item-cart {
    gap: 24px 0;
}

.row-subtotal {
    gap: 24px;
}

.product-thumbnail {
    width: 100%;
    max-width: 166px;
    height: 196px
}

button.button[name="update_cart"]{
    display: none;
}


@media screen and (max-width: 1056px){
    .row-exclude.mobile {
        width: 100%;
    }

    .row-exclude.mobile .product-remove{
        display: block
    }

    .woocommerce-cart-form__cart-item.cart_item {
    }

    .row-product_name, .row-subtotal {
        gap: 8px;
        flex-direction: column
    }

    .woocommerce-cart-form__cart-item.cart_item {
        gap: 16px;
        flex-wrap: wrap
    }

    .atributte-formato span.formatos-name,.atributte-formato,.product-name a, .product-subtotal span:nth-child(1), .product-subtotal span.woocommerce-Price-amount.amount, .product-subtotal span.woocommerce-Price-currencySymbol{
        font-size: 14px!important
    }


    .product-remove {
        display: none
    }

    .product-thumbnail {
        max-width: 88px;
        height: auto
    }

    .content-item-cart {
        max-width:189px
    }

    .row-exclude.mobile {
        display: flex;

    }

    .e-cart__column.e-cart__column-end{
        max-width: unset
    }
}

.row-exclude.mobile {display: none}

.elementor-widget-woocommerce-cart .woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .remove{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    border: none;
    color: var(--neutral-600, #595959)!important;

    /* Typography/2XSmall/Medium */
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 0!important; /* 17.6px */
}

tr.cart-subtotal td:before {
    color: var(--neutrals-500, #8A8A8A)!important;

    /* Typography/Base/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500!important;
    line-height: 140%; /* 22.4px */
}

tr.cart-subtotal td span{
    color:  #333!important;
    font-weight: 500!important;
}

tr.order-total td:before, tr.order-total td span{
    color: var(--neutrals-700, #333)!important;

    /* Typography/Subtitle/Medium */
    font-family: Inter;
    font-size: 19px!important;

    font-weight: 500!important;

}
