.elementor-7 .elementor-element.elementor-element-cb6b8c2{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );line-height:var( --e-global-typography-text-line-height );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-cb6b8c2 *//* 1. Textul "Your cart is currently empty" */
.woocommerce .cart-empty {
  font-size: 24px;
  color: #16515B !important; /* Galbenul tău */
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

/* 2. Butonul "Return to shop" DOAR din pagina goală */
.woocommerce-cart .return-to-shop a.button {
  background-color: #D4AF37 !important; /* Fundal galben */
  color: #003B42 !important;           /* Text petrol închis */
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

/* Hover pentru acest buton specific */
.woocommerce-cart .return-to-shop a.button:hover {
  background-color: #003B42 !important; /* Fundal petrol */
  color: #D4AF37 !important;            /* Text galben */
}

/* 3. Titlul paginii "Cart" */
.woocommerce-page .entry-title {
  color: #D4AF37 !important;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
/* Mută butonul cu 1 cm mai jos */
.woocommerce a.button.wc-backward {
  margin-top: 1cm !important;

  /* Păstrează lățimea sa automată, nu se mai extinde */
  width: fit-content !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}/* End custom CSS */