.elementor-76 .elementor-element.elementor-element-2c7ec77{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-851ce73 *//* Hide coupon */
.woocommerce-cart .coupon{
    display:none !important;
}

/* Hide Update Cart button */
.woocommerce-cart button[name="update_cart"]{
    display:none !important;
}

/* Hide Cart Totals section */
.woocommerce-cart .cart-collaterals{
    display:none !important;
}

/* Hide Proceed to Checkout */
.woocommerce-cart .wc-proceed-to-checkout{
    display:none !important;
}

/* Hide shipping calculator */
.woocommerce-cart .shipping-calculator-button,
.woocommerce-cart .woocommerce-shipping-calculator{
    display:none !important;
}

/* Hide totals table */
.woocommerce-cart .cart_totals{
    display:none !important;
}

/* Remove extra spacing left after hiding totals */
.woocommerce-cart .cart-collaterals{
    margin:0 !important;
    padding:0 !important;
}

/* Instagram order message */
.woocommerce-cart .woocommerce-cart-form::after{
    content:"Found your favorites?\A Send us a DM to place your order.\A Order via Instagram: @_rioreve \A Free shipping for purchases over 100€.";
    white-space:pre-line;
    display:block;
    text-align:center;
    margin:50px auto 0;
    padding:28px;
    max-width:600px;
    border:1px solid #986954;
    color:#986954;
    font-size:22px;
    line-height:1.6;
}

/* Hide empty coupon row if it remains */
.woocommerce-cart .actions{
    justify-content:flex-end;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2c7ec77 *//* Hide coupon on cart */
.woocommerce-cart .coupon {
  display: none !important;
}

/* Hide checkout button */
.woocommerce-cart .wc-proceed-to-checkout {
  display: none !important;
}

/* Instagram DM box on cart */
.woocommerce-cart .cart_totals::after {
  content: "Found your favorites?\A Send us a DM to place your order.";
  white-space: pre-line;
  display: block;
  margin-top: 24px;
  padding: 22px;
  text-align: center;
  border: 1px solid #986954;
  color: #986954;
  font-size: 18px;
  line-height: 1.6;
  /* Hide Cart Totals */
.woocommerce-cart .cart-collaterals {
    display: none !important;
    /* Hide Update Cart button */
.woocommerce-cart button[name="update_cart"]{
    display:none !important;
}/* End custom CSS */