.elementor-231 .elementor-element.elementor-element-3c03e47{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-231 .elementor-element.elementor-element-3c03e47:not(.elementor-motion-effects-element-type-background), .elementor-231 .elementor-element.elementor-element-3c03e47 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://juegosravi.com/wp-content/uploads/2025/05/PARQUE-CLOUTIER-SANTA-CATARINA-2-1.jpeg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-231 .elementor-element.elementor-element-4eb0ce4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.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 );}@media(min-width:768px){.elementor-231 .elementor-element.elementor-element-4eb0ce4{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-7255794 *//* Estilizar tabla principal */
.shop_table.cart.shop_table_responsive {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Filas */
.shop_table.cart.shop_table_responsive tr {
  border-bottom: 1px solid #eaeaea;
}

/* Encabezado */
.shop_table.cart.shop_table_responsive th {
  background-color: #f5f5f5;
  color: #333;
  text-align: center;
  padding: 14px 10px;
  font-weight: bold;
}

/* Celdas */
.shop_table.cart.shop_table_responsive td {
  text-align: center;
  padding: 14px 10px;
  vertical-align: middle;
}

/* Columna eliminar */
.product-remove a {
  color: red !important;
  font-size: 20px;
  font-weight: bold;
  transition: color 0.3s ease;
}
.product-remove a:hover {
  color: darkred !important;
}

/* Imagen del producto */
.product-thumbnail img {
  max-width: 120px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Nombre del producto */
.product-name {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

/* Cantidad */
.product-quantity input {
  width: 60px;
  padding: 8px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .shop_table.cart.shop_table_responsive td,
  .shop_table.cart.shop_table_responsive th {
    font-size: 14px;
    padding: 10px 5px;
  }

  .product-thumbnail img {
    max-width: 80px;
  }

  .product-quantity input {
    width: 50px;
  }
}

/* Contenedor del formulario */
#yith-ywraq-mail-form {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 600px;
  margin: 40px auto;
}

/* Campos de texto y email */
#yith-ywraq-mail-form input[type="text"],
#yith-ywraq-mail-form input[type="email"],
#yith-ywraq-mail-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  transition: border 0.3s ease;
}

#yith-ywraq-mail-form input[type="text"]:focus,
#yith-ywraq-mail-form input[type="email"]:focus,
#yith-ywraq-mail-form textarea:focus {
  border-color: #c1003a;
  outline: none;
}

/* Etiquetas del formulario */
#yith-ywraq-mail-form label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  color: #333;
}

/* Botón de envío */
#yith-ywraq-mail-form input[type="submit"],
#yith-ywraq-mail-form button[type="submit"] {
  background-color: #c1003a;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

#yith-ywraq-mail-form input[type="submit"]:hover,
#yith-ywraq-mail-form button[type="submit"]:hover {
  background-color: #a80030;
}

/* Responsive */
@media (max-width: 768px) {
  #yith-ywraq-mail-form {
    padding: 20px;
  }

  #yith-ywraq-mail-form input[type="submit"] {
    width: 100%;
  }
}

.ywraq-form-table-wrapper.wide {
    background-color: #f0f0f0; /* Color de fondo */
    padding: 20px; /* Espaciado interno */
    border: 2px solid #cccccc; /* Borde gris claro */
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
}/* End custom CSS */