.elementor-7 .elementor-element.elementor-element-1863377{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-1863377 *//* MENZEN HOME - CSS APENAS DO CARRINHO */
body.woocommerce-cart .woocommerce,
body.woocommerce-cart .elementor-widget-woocommerce-cart {
  font-family: inherit;
  color: #2b241d;
}

/* Container geral */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals .cart_totals {
  background: #fffaf4;
  border: 1px solid #e6d8c8;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(43, 36, 29, 0.08);
}

/* Tabela do carrinho */
body.woocommerce-cart table.shop_table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 14px;
}

body.woocommerce-cart table.shop_table th {
  color: #6b4a2f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
  border: none;
}

body.woocommerce-cart table.shop_table td {
  background: #ffffff;
  border-top: 1px solid #eadfD2;
  border-bottom: 1px solid #eadfD2;
  padding: 18px;
  vertical-align: middle;
}

body.woocommerce-cart table.shop_table tr.cart_item td:first-child {
  border-left: 1px solid #eadfD2;
  border-radius: 14px 0 0 14px;
}

body.woocommerce-cart table.shop_table tr.cart_item td:last-child {
  border-right: 1px solid #eadfD2;
  border-radius: 0 14px 14px 0;
}

/* Imagem do produto */
body.woocommerce-cart .product-thumbnail img {
  border-radius: 12px;
  background: #f7efe6;
  padding: 6px;
}

/* Nome do produto */
body.woocommerce-cart .product-name a {
  color: #2b241d;
  font-weight: 600;
  text-decoration: none;
}

body.woocommerce-cart .product-name a:hover {
  color: #8a5a35;
}

/* Preços */
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal {
  color: #5c3b24;
  font-weight: 600;
}

/* Quantidade */
body.woocommerce-cart .quantity input.qty {
  border: 1px solid #d8c5b2;
  border-radius: 10px;
  padding: 8px;
  background: #fffaf4;
  color: #2b241d;
}

/* Remover item */
body.woocommerce-cart a.remove {
  color: #8a5a35 !important;
  background: #f3e5d8;
  border-radius: 50%;
}

body.woocommerce-cart a.remove:hover {
  color: #fff !important;
  background: #8a5a35;
}

/* Cupom */
body.woocommerce-cart .coupon input.input-text {
  border: 1px solid #d8c5b2;
  border-radius: 12px;
  padding: 12px 15px;
  background: #ffffff;
}

/* Botões */
body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart a.button,
body.woocommerce-cart .checkout-button {
  background: #5c3b24 !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  padding: 14px 24px !important;
  font-weight: 600 !important;
  border: none !important;
  transition: all .25s ease;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart .checkout-button:hover {
  background: #8a5a35 !important;
  transform: translateY(-2px);
}

/* Totais */
body.woocommerce-cart .cart_totals h2 {
  color: #2b241d;
  font-size: 24px;
  margin-bottom: 20px;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
  border-color: #eadfD2;
  color: #2b241d;
}

/* Botão finalizar compra */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  text-align: center;
  font-size: 17px;
  margin-top: 15px;
}

/* Responsivo */
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 18px;
    border-radius: 14px;
  }

  body.woocommerce-cart table.shop_table td {
    border-radius: 12px !important;
    margin-bottom: 10px;
  }

  body.woocommerce-cart .coupon input.input-text,
  body.woocommerce-cart .coupon .button {
    width: 100% !important;
    margin-bottom: 10px;
  }
}/* End custom CSS */