.elementor-9 .elementor-element.elementor-element-7abc4245{padding:40px 0px 40px 0px;}.elementor-9 .elementor-element.elementor-element-4b6e977f{columns:1;text-align:left;color:var( --e-global-color-text );font-family:"Montserrat", Roboto;font-size:18px;font-weight:400;}/* Start custom CSS */.woocommerce .cart .product-price, .woocommerce .cart .product-subtotal, .woocommerce .cart_totals h2, .woocommerce .cart_totals .shop_table, .woocommerce .actions {
    display: none;
}
.cart-collaterals .cart_totals {
    margin: 0 auto;
    float: none !important;
}
.cart-collaterals .cart_totals a {
    border-radius: 40px;
    padding: 12px;
    background-color: #d12260;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto;
    letter-spacing: 0.8px;
    font-weight: 500;
}
.product-remove a {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 20px;
}
.woocommerce .woocommerce-cart-form .product-thumbnail img {
    height: 80px !important;
    width: auto;
}
.woocommerce .woocommerce-cart-form thead th {
    border: none !important;
    background-color: #f7f7f7;
    padding: 1em;
}
.woocommerce .woocommerce-cart-form tr {
    border: none;
}
.woocommerce .woocommerce-cart-form .cart_item:nth-child(even) {
    background-color: #fcfcfc;
}

.woocommerce .cart .cart_item .product-remove a.remove {
	color: #F36977 !important;
}
.woocommerce .cart .cart_item .product-remove a.remove:hover {
	background-color: #F36977 !important;
	color: #fff !important;
}
.woocommerce .cart-collaterals .cart_totals {
	width: 24% !important;
}
.woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt {
    background-color: #d12260 !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
    font-weight: 500 !important;
}

/* Texto do head */
table.shop_table thead tr th.product-name {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500 !important;
    opacity: 0.8;
    letter-spacing: 0.4px;
}

/* Remover fundo do head */
.woocommerce .woocommerce-cart-form thead th {
	background-color: transparent;
}

/* Adicionar shadow */
table.shop_table tbody {
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
	border-radius: 8px;
}

/* Adicionar bordas arredondadas */
.woocommerce-cart-form tr.cart_item:first-child td:first-child {
    border-radius: 8px 0 0 0;
}
.woocommerce-cart-form tr.cart_item:first-child td:nth-child(3) {
    border-radius: 0 8px 0 0;
}
.woocommerce-cart-form tr.cart_item:nth-child(2) td:first-child {
    border-radius: 0 0 0 8px;
}
.woocommerce-cart-form tr.cart_item:nth-child(2) td:nth-child(3) {
    border-radius: 0 0 8px 0;
}/* End custom CSS */