.elementor-52 .elementor-element.elementor-element-6dfef95d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-6dfef95d *//* RESET (IMPORTANT) */
.woocommerce-cart table.shop_table tbody tr {
  display: table-row !important;
}

.woocommerce-cart table.shop_table td {
  display: table-cell !important;
}

/* CARD LOOK WITHOUT BREAKING STRUCTURE */
.woocommerce-cart table.shop_table {
  border-collapse: separate;
  border-spacing: 0 16px;
}

.woocommerce-cart table.shop_table tbody tr {
  background: #f7f3ed;
  border-radius: 16px;
  overflow: hidden;
}

.woocommerce-cart table.shop_table td {
  padding: 20px !important;
}

/* IMAGE */
.woocommerce-cart td.product-thumbnail img {
  border-radius: 12px;
  width: 80px;
}

/* NAME */
.woocommerce-cart td.product-name a {
  font-family: "Noto Serif", serif;
  font-size: 16px;
}

/* PRICE */
.woocommerce-cart td.product-price,
.woocommerce-cart td.product-subtotal {
  color: #8d4b4c;
  font-weight: 600;
}

/* SUMMARY BOX */
.woocommerce-cart .cart-collaterals {
  background: #f1ede7;
  padding: 24px;
  border-radius: 16px;
}/* End custom CSS */