.vc-carrito-express-bloque {
  margin-top: 1rem;
  text-align: right;
}

.vc-carrito-express-boton {
  min-width: 210px;
}

.vc-carrito-express-bloque-js {
  margin-top: 0.75rem;
  width: 100%;
}

.vc-carrito-express-boton-js {
  display: block;
  width: 100%;
  text-align: center;
}

.vc-carrito-express-resumen {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1rem 2rem;
}

.vc-carrito-express-cabecera h1 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.vc-carrito-express-panel {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: #fff;
}

.vc-carrito-express-panel h2 {
  margin: 0 0 0.9rem;
  font-size: 1.15rem;
}

.vc-carrito-express-tabla {
  table-layout: fixed;
  width: 100%;
}

.vc-carrito-express-tabla th:first-child,
.vc-carrito-express-tabla td:first-child {
  text-align: left;
}

.vc-carrito-express-tabla th:nth-child(2),
.vc-carrito-express-tabla th:nth-child(3),
.vc-carrito-express-tabla td:nth-child(2),
.vc-carrito-express-tabla td:nth-child(3) {
  text-align: center;
}

.vc-carrito-express-tabla th:nth-child(4),
.vc-carrito-express-tabla th:nth-child(5),
.vc-carrito-express-tabla td:nth-child(4),
.vc-carrito-express-tabla td:nth-child(5) {
  text-align: right;
}

.vc-carrito-express-productos-mobile {
  display: none;
}

.vc-carrito-express-productos-desktop {
  display: block;
}

.vc-carrito-express-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vc-carrito-express-datos,
.vc-carrito-express-totales {
  display: grid;
  grid-template-columns: minmax(110px, 34%) minmax(0, 1fr);
  gap: 0.45rem 0.8rem;
  margin: 0;
}

.vc-carrito-express-datos dt,
.vc-carrito-express-totales dt {
  font-weight: 600;
}

.vc-carrito-express-datos dd,
.vc-carrito-express-totales dd {
  margin: 0;
}

.vc-carrito-express-totales dd:last-child,
.vc-carrito-express-totales dt:last-of-type {
  font-size: 1.1rem;
  font-weight: 700;
}

.vc-carrito-express-acciones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}

.vc-carrito-express-form {
  margin: 0;
}

.vc-carrito-express-aviso {
  margin: 0;
}

.vc-carrito-express-nativo-destacado {
  outline: 2px solid #2fb344;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .vc-carrito-express-resumen {
    max-width: 100%;
    overflow-x: hidden;
    padding: 1rem 0.75rem 1.5rem;
  }

  .vc-carrito-express-panel {
    padding: 0.85rem;
  }

  .vc-carrito-express-productos-desktop {
    display: none;
  }

  .vc-carrito-express-productos-mobile {
    display: block;
  }

  .vc-carrito-express-producto-mobile {
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .vc-carrito-express-producto-mobile:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .vc-carrito-express-producto-mobile h3 {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    line-height: 1.35;
    word-break: break-word;
  }

  .vc-carrito-express-producto-mobile-fila {
    display: flex;
    gap: 0.75rem;
    align-items: baseline;
    justify-content: space-between;
    padding: 0.25rem 0;
  }

  .vc-carrito-express-producto-mobile-fila span {
    color: #666;
  }

  .vc-carrito-express-producto-mobile-fila strong {
    font-weight: 600;
    text-align: right;
    word-break: break-word;
  }

  .vc-carrito-express-producto-mobile-total strong {
    font-size: 1.05rem;
  }

  .vc-carrito-express-bloque,
  .vc-carrito-express-acciones {
    text-align: stretch;
    justify-content: stretch;
  }

  .vc-carrito-express-boton,
  .vc-carrito-express-acciones .btn,
  .vc-carrito-express-form {
    width: 100%;
  }

  .vc-carrito-express-grid {
    grid-template-columns: 1fr;
  }
}

.vc-carrito-express-nativo-oculto {
  display: none !important;
}

.vc-carrito-express-aviso-minimo {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  text-align: center !important;
}

.vc-carrito-express-bloque .vc-carrito-express-aviso-minimo {
  text-align: center !important;
}

body.vc-carrito-express-ocultar-nativo-activo .cart-detailed-actions > :not(.vc-carrito-express-bloque),
body#cart .cart-detailed-actions > .vc-carrito-express-nativo-oculto,
body.page-cart .cart-detailed-actions > .vc-carrito-express-nativo-oculto,
body.vc-carrito-express-ocultar-nativo-activo .vc-carrito-express-nativo-oculto {
  display: none !important;
  visibility: hidden !important;
}
