.listado-cotizaciones .cerrar-sesion-movil-wrapper {
  display: none;
}

.tabla-detalle-body .cot-w.cot-w3,
.tabla-detalle-body .cot-w.cot-w5,
.totales-crecoti div>span:nth-child(2),
.totales-crecoti div>strong:nth-child(2) {
  font-family: var(--fuente-principal);
}

.btn_negro.btn_confirmar_pedido {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  width: 321px;
  max-width: 100%;
  margin: 0 auto;
}

.btnlinealcre {
  color: #141414;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 45px;
  margin-top: 7px;

  & path {
    stroke: #141414;
  }
}

.btnlinealcre:hover,
.btnlinealcre:focus {
  text-decoration: underline;
}

.btn-linear-convertir {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.btn_negro.btnsolid-lineal {
  width: 226px;
  max-width: 100%;
  margin: 15px auto 15px;
  border: 2px solid var(--Negro_01, var(--cotizador-text, #141414));
  background: var(--cotizador-bg, #f5f5f5) !important;
  color: var(--Negro_01, var(--cotizador-text, #141414)) !important;
  gap: 6px;
}

.btn_negro.btnsolid-lineal:hover,
.btn_negro.btnsolid-lineal:focus {
  border: 2px solid var(--Rojo_05, var(--cotizador-secondary, #000b39));
  color: var(--Rojo_05, var(--cotizador-secondary, #000b39)) !important;
}

.btn_negro.btnsolid-lineal:hover svg>path:not(:first-child),
.btn_negro.btnsolid-lineal:focus svg>path:not(:first-child) {
  stroke: var(--cotizador-secondary, #000b39);
}

.btn_negro.btnsolid-lineal:hover svg>path:first-child,
.btn_negro.btnsolid-lineal:focus svg>path:first-child {
  fill: var(--cotizador-secondary, #000b39);
}

.btn_lineal_cotizador {
  color: #003fb5;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-direction: row;
  padding: 12px 4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* contenedor */
@media (min-width: 969px) {
  .btnlinealcre {
    margin-top: 0;
    margin-bottom: 23px;
  }

  .listado-cotizaciones .woocommerce-MyAccount-content {
    width: 80% !important;
  }

  .listado-cotizaciones .woocommerce-MyAccount-navigation {
    width: 20% !important;
  }
}

@media (max-width: 969px) {
  .btn-linear-convertir {
    font-size: 16px;
    margin-top: 15px;
  }

  .btn_negro {
    width: 226px;
    max-width: 100%;
    margin: auto;
    font-size: 14px;
  }
}

/* =================================== */
/* Estilos Mi cuenta, mis cotizaciones */
/* =================================== */

.tabla-miscotizaciones .miscotizaciones-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  min-height: 110px;
  height: auto;
  border-radius: 8px;
  border: 1px solid var(--grey-200, #d3d3d3);
  background: var(--Light-Colors-White, var(--neutral-0, #fff));
  color: var(--Dark-Colors-Rich-Black, var(--neutral-1000, #141414));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 13px;
}

.tabla-miscotizaciones .miscotizaciones-row>div {
  width: 16%;
}

.tabla-miscotizaciones .miscotizaciones-row>div.miscotizaciones-row-1 {
  /* width: 32%; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

@media (max-width: 768px) {
  .tabla-miscotizaciones .miscotizaciones-row>div.miscotizaciones-row-1 {
    gap: 0;
    width: 100% !important;
    flex-direction: row;

    & div {
      width: 50% !important;
    }
  }

  .tabla-miscotizaciones .miscotizaciones-verdetalle {
    width: 100%;
  }

  .tabla-miscotizaciones .miscotizaciones-row {
    flex-wrap: wrap;
    height: auto;
    padding: 19px 19px 24px;
    row-gap: 20px;
    align-items: flex-start;
  }

  .tabla-miscotizaciones .miscotizaciones-row>div {
    width: 50% !important;
  }

  .tabla-miscotizaciones .miscotizaciones-row>div.botonesmiscotizaciones {
    width: 100% !important;
  }
}

.tabla-miscotizaciones .detalletextocotizador {
  color: var(--cotizador-text-muted, #595959);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 5px;
  display: block;
}

.cotizacion-detalle-container {
  padding: 21px 16px;
  border-radius: 4px;
  border: 1px solid var(--Grey-grey-50, #f5f5f5);
  background: var(--Grey-grey-0, #fff);
}

.cotidetalle-heder {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.cotidetalle-heder h2 {
  color: var(--gray-900, var(--cotizador-text, #141414));
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

.cotidetalle-heder p {
  color: var(--blue-dark-700, #000828);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.cotidetalle-heder>div:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.cotidetalle-cliente {
  padding: 13px 15px;
  border-radius: 8px;
  background: var(--Brand-Brand-50, #e6eeff);
  width: 100%;
}

.cotidetalle-cliente h4 {
  margin-bottom: 4px;
  color: var(--Gray-900, #191c1f);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.cotidetalle-cliente>div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 17px;
}

.cotidetalle-cliente>div>div {
  width: fit-content;
  max-width: 100%;
  color: var(--Gray-700, #475156);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cotidetalle-cliente>div strong {
  font-weight: 600;
}

.cotidetalle-cliente>div.nombrecliente {
  width: 369px;
  max-width: 100%;
}

/* productos */
.tabla-detalle-cotizacion {
  margin-top: 21px;
  margin-bottom: 40px;
}

.tabla-detalle-body>div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 7px 0;
  padding: 0 20px;
  color: var(--cotizador-text, #141414);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--Brand-Brand-100, #b0ccff);
  border-radius: 8px;
  padding: 11px;
}

.tabla-detalle-cotizacion .tabla-detalle-header {
  border-radius: 10px;
  background: var(--neutral-400, #d9d9d9);
  padding: 13px 20px;
  color: var(--Dark-Colors-Rich-Black, var(--neutral-1000, #141414));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.cot-w {
  display: flex;
  max-width: 100%;
}

.cot-w.cot-w1 {
  width: 42.38%;
  margin-right: 2.65%;
}

.cot-w.cot-w2 {
  width: 11.92%;
}

.cot-w.cot-w3 {
  width: 17.22%;
}

.cot-w.cot-w4 {
  width: 8.93%;
}

.cot-w.cot-w5 {
  width: 16.54%;
  text-align: right;
  justify-content: flex-end;
}

.micuenta-cotizador-separador {
  background: #bfbfbf;
  height: 30px;
  width: 1px;
}

.tabla-detalle-body .cot-w1 {
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid var(--Light-Colors-Platinum, var(--blue-dark-50, #e6e7eb));
  background: var(--accent-50, #edf8ff);
  padding: 12px 16px;
  /* margin-left: -20px; */
  /* width: calc(42.38% + 20px); */
}

.tabla-detalle-body .cot-w.cot-w5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
}

.tabla-detalle-body .cot-w.cot-w5 del {
  color: var(--Gris_03, var(--cotizador-text-muted, #595959));
  font-size: 12px;
}

.tabla-detalle-body .cot-w.cot-w5>div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* total y notas*/
.detallecotizacion-notas-total {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 21px;
  align-items: flex-start;
}

.totales-crecoti {
  border-radius: 10px;
  border: 1px solid var(--cotizador-text, #141414);
  width: 445px;
  max-width: 100%;
  padding: 0;
  margin-left: auto;
}

.totales-crecoti>h4 {
  color: var(--BlueDark-bluedark-800, #00061f);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 8px 8px 0 0;
  border: 1px solid var(--Brand-Brand-100, #b0ccff);
  background: var(--Accent-accent-100, #c6ebff);
  padding: 17px 22px;
  margin-bottom: 5px;
}

.totales-crecoti div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: var(--gray-900, var(--cotizador-text, #141414));
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 0 auto;
  max-width: 100%;
  padding: 10px 22px;
}

.totales-crecoti div.total-final {
  margin-top: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  border-radius: 0 0 8px 8px;
  border: 1px solid var(--Brand-Brand-100, #b0ccff);
  background: var(--Grey-grey-200, #d3d3d3);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 13px 22px;
  color: var(--Brand-Brand-800, #00318c);
}

.detallecotizacion-notas-total .observacioncliente {
  width: 100%;
  max-width: 447px;
}

.detallecotizacion-notas-total .observacioncliente h5 {
  margin: 0 0 6px;
  color: var(--neutral-600, #8c8c8c);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.detallecotizacion-notas-total .observacioncliente p {
  border-radius: var(--size-2, 4px);
  border: 1px solid var(--Brand-Brand-100, #b0ccff);
  background: var(--Color-Input-color-input-form-default, #fff);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 10px 14px;
  color: var(--Color-Input-color-label-form-default, #595959);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.tabla-miscotizaciones .estadocot {
  font-weight: 700;
  color: #229240;
}

.tabla-miscotizaciones .estadocot.vencido {
  color: var(--oferta-color, #f03000);
}

.tabla-miscotizaciones .estadocot.pedido {
  color: var(--accent-700, #3386b5);
}

.tabla-miscotizaciones .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cantidad-items-cotizacion {
  color: var(--gray-900, var(--cotizador-text, #141414));
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 25px 0 0;
}

@media (max-width: 969px) {
  .cotizacion-detalle-container {
    /* padding: 25px 18px; */
    width: calc(100% + 36px);
    margin: 0 -18px;
  }

  /* .btn_negro.btn-convertir-pedido{
        display: none;
    } */
  .cotidetalle-heder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cotidetalle-cliente>div,
  .cotidetalle-cliente>div.nombrecliente {
    width: fit-content !important;
    min-width: 105px !important;
  }

  .cotidetalle-heder>div:nth-child(1) {
    order: 1;
    width: 100%;
  }

  .cotidetalle-heder>div:nth-child(2) {
    order: 3;
  }

  .cotidetalle-heder>div:nth-child(3) {
    order: 2;
  }

  .cotidetalle-cliente {
    gap: 10%;
    width: 100%;
  }

  .cot-w {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    gap: 4px;
    position: relative;
    font-size: 16px !important;
    align-items: flex-start;
    padding: 0 10px;
    gap: 0;
  }

  .tabla-detalle-cotizacion .tabla-detalle-header {
    display: none;
  }

  .tabla-detalle-body>div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid var(--grey-200, #d3d3d3);
    padding: 13px 12px;
    gap: 8px 0;
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .tabla-detalle-body .cot-w1 {
    margin: 0;
    width: 100% !important;
    margin-top: 27px;
  }

  .cot-w .subtitulo12 {
    color: var(--Dark-Colors-Rich-Black, var(--neutral-1000, #141414));
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tabla-detalle-body .cot-w1 .subtitulo12 {
    position: absolute;
    top: -27px;
    left: 0;
  }

  .tabla-detalle-body .cot-w.cot-w5 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    width: calc(100% + 32px) !important;
    max-width: calc(100% + 32px) !important;
    padding: 12px 16px;
    margin: 0 -13px -14px;
    border-top: 1px solid var(--Brand-Brand-100, #b0ccff);
    height: 52px;
    display: flex;
  }

  .totales-crecoti {
    margin: 0;
    width: 100%;
  }

  .totales-crecoti div {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cotidetalle-cliente {
    flex-direction: column;
    padding: 13px 17px;
  }

  .cotidetalle-cliente>div.nombrecliente,
  .cot-w {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    width: 33.3% !important;
    min-width: 100px;
  }

  .cotidetalle-cliente {
    gap: 17px;
  }

  .cotidetalle-heder {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cotizacion-detalle-container .btncotizador a {
    width: 100%;
    margin-bottom: 16px;
  }
}

/* ============================ */
/* Convertir Cotizaci車n a Pedido*/
/* ============================ */
body.cotizador-a-pedido .header-wrapper,
body.cotizador-a-pedido .footer-wrapper,
body.cotizador-a-pedido .woocommerce-MyAccount-navigation,
body.cotizador-a-pedido .cre-titulo-mi-cuenta,
body.cotizador-a-pedido>.page-wrapper>.porto-block {
  display: none !important;
}

body.cotizador-a-pedido .woocommerce-MyAccount-content,
body.cotizador-a-pedido .container-fluid>.main-content-wrap,
body.cotizador-a-pedido.woocommerce-account:not(.woocommerce-dashboard) .woocommerce-MyAccount-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.cotizador-a-pedido #main {
  padding: 0 !important;
}

body.cotizador-a-pedido .container-fluid {
  width: 100% !important;
}

body.cotizador-a-pedido .headermaincotizador {
  background: var(--Rojo_03, var(--brand-700, #003fb5));
  padding: 0 15px;
}

body.cotizador-a-pedido .contenedormaincotizador {
  padding: 32px 15px;
}

.contenedor1137 {
  width: 1137px;
  max-width: 100%;
  margin: 0 auto;
}

body.cotizador-a-pedido .headermaincotizador>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  justify-content: center;
  position: relative;
}

body.cotizador-a-pedido .headermaincotizador .volver-cotizaciones {
  position: absolute;
  left: 0;
}

body.cotizador-a-pedido .contenedormaincotizador {
  padding: 0 0 32px;
}

body.cotizador-a-pedido .cre-flexrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

body.cotizador-a-pedido .cre-flexrow>div:nth-child(1) {
  width: 700px;
  max-width: 100%;
}

body.cotizador-a-pedido .cre-flexrow .contenedor-resumen {
  width: 350px;
  max-width: 100%;
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 10px;
  border: 1px solid var(--Brand-Brand-100, #b0ccff);
  background: #fff;
  overflow: hidden;
  margin-top: 80px;
}

body.cotizador-a-pedido .cre-flexrow .contenedor-resumen h5 {
  padding: 16px 20px;
  color: #00061f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  background: var(--Accent-accent-100, #c6ebff);
  font-family: var(--fuente-principal);
}

body.cotizador-a-pedido .cre-flexrow .contenedor-resumen>div {
  padding: 0 20px 22px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

body.cotizador-a-pedido .cre-flexrow .contenedor-resumen>div span {
  color: var(--Gray-900, var(--cotizador-text, #141414));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

body.cotizador-a-pedido .cre-flexrow .contenedor-resumen>div span:nth-child(2) {
  font-family: var(--fuente-principal);
}

body.cotizador-a-pedido .cre-flexrow .contenedor-resumen>div.totalcotizador span {
  font-weight: 700;
  font-size: 18px;
}

@media(max-width:767px) {
  body.cotizador-a-pedido .cre-flexrow .contenedor-resumen {
    margin-top: 40px;
  }
}

body.cotizador-a-pedido .h2raleway {
  color: #003fb5;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  margin: 30px 0 20px;
}

body.cotizador-a-pedido .pasos-convertir {
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}

body.cotizador-a-pedido .pasos-convertir:after {
  content: "";
  background: var(--neutral-500, #bfbfbf);
  width: 1px;
  display: block;
  height: calc(100% - 72px);
  position: absolute;
  left: 20px;
  top: 58px;
}

body.cotizador-a-pedido .pasos-convertir:before {
  content: "";
  border-radius: 4px;
  background: var(--Brand-Brand-50, #e6eeff);
  width: 100%;
  display: block;
  height: 41px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: -4px;
}

body.cotizador-a-pedido .pasos-convertir .titlered {
  margin-bottom: 25px;
}

body.cotizador-a-pedido .pasos-convertir .titlered,
body.cotizador-a-pedido .pasos-convertir .titlered::before {
  color: var(--brand-700, #003fb5);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  z-index: 2;
  position: relative;
}

body.cotizador-a-pedido .pasos-convertir .titlered::before {
  position: absolute;
  left: -26px;
  top: -3px;
  width: 10px;
  text-align: center;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
}

body.cotizador-a-pedido .pasos-convertir.paso1 .titlered::before {
  content: "1";
}

body.cotizador-a-pedido .pasos-convertir.paso2 .titlered::before {
  content: "2";
}

body.cotizador-a-pedido .pasos-convertir.paso3 .titlered::before {
  content: "3";
}

body.cotizador-a-pedido .pasos-convertir .ps16 {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 12px;
}

body.cotizador-a-pedido .cotizadorcodigocliente {
  margin-bottom: 11px;
  border-radius: 4px;
  border: 1px solid var(--Negro-CK, var(--neutral-900, #262626));
  background: var(--neutral-200, #f5f5f5);
  padding: 9px 20px;
  color: #333c61;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  width: 366px;
  max-width: 100%;
  margin-top: 11px;
}

body.cotizador-a-pedido .ps12 {
  color: var(--neutral-600, #8c8c8c);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
}

body.cotizador-a-pedido .nota-adicional-block {
  margin-top: 24px;
  padding-bottom: 10px;
}

body.cotizador-a-pedido .nota-adicional-block label {
  color: var(--neutral-1000, #141414);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

body.cotizador-a-pedido .nota-adicional-block textarea {
  display: block;
  width: 100%;
  height: 80px;
  border-radius: 4px;
  border: 1px solid var(--Negro-CK, var(--neutral-900, #262626));
  background: var(--neutral-200, #f5f5f5);
  color: var(--neutral-1000, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-top: 19px;
}

/* envio */
body.cotizador-a-pedido .metodo-envio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 19px;
}

body.cotizador-a-pedido .tipo-metodo-envio {
  width: calc(50% - 7.5px);
  padding: 0;
  height: 76px;
}

body.cotizador-a-pedido .tipo-metodo-envio input,
body.cotizador-a-pedido .tipo-metodo-pago input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

body.cotizador-a-pedido .tipo-metodo-envio label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Gris_03, var(--cotizador-text-muted, #595959));
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 48px;
  border-radius: 10px;
  border: 2px solid var(--Gris50, var(--neutral-700, #595959));
  cursor: pointer;
}

body.cotizador-a-pedido .tipo-metodo-envio input:checked~label {
  color: #003fb5;
  border: 3px solid #003fb5;
  background: var(--neutral-200, #f5f5f5);
  text-decoration: underline;
}

/* body.cotizador-a-pedido .tipo-metodo-envio label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-right: 9px;
}

body.cotizador-a-pedido .tipo-metodo-envio label[for="ship_free_shipping1"]::before {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M16.5%207.50002H20.4938C20.6432%207.49904%2020.7894%207.54329%2020.9132%207.62695C21.037%207.71061%2021.1326%207.82977%2021.1875%207.96877L22.5%2011.25%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M1.5%2013.5H16.5%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M17.625%2020.25C18.8676%2020.25%2019.875%2019.2426%2019.875%2018C19.875%2016.7574%2018.8676%2015.75%2017.625%2015.75C16.3824%2015.75%2015.375%2016.7574%2015.375%2018C15.375%2019.2426%2016.3824%2020.25%2017.625%2020.25Z%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M6.375%2020.25C7.61764%2020.25%208.625%2019.2426%208.625%2018C8.625%2016.7574%207.61764%2015.75%206.375%2015.75C5.13236%2015.75%204.125%2016.7574%204.125%2018C4.125%2019.2426%205.13236%2020.25%206.375%2020.25Z%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M15.375%2018H8.625%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M4.125%2018H2.25C2.05109%2018%201.86032%2017.921%201.71967%2017.7803C1.57902%2017.6397%201.5%2017.4489%201.5%2017.25V6.75C1.5%206.55109%201.57902%206.36032%201.71967%206.21967C1.86032%206.07902%202.05109%206%202.25%206H16.5V16.05%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M16.5%2011.25H22.5V17.25C22.5%2017.4489%2022.421%2017.6397%2022.2803%2017.7803C22.1397%2017.921%2021.9489%2018%2021.75%2018H19.875%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E) center / contain no-repeat;
}

body.cotizador-a-pedido .tipo-metodo-envio label[for="ship_2"]::before {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M4.5%2013.0874V19.4999C4.5%2019.6988%204.57902%2019.8896%204.71967%2020.0302C4.86032%2020.1709%205.05109%2020.2499%205.25%2020.2499H18.75C18.9489%2020.2499%2019.1397%2020.1709%2019.2803%2020.0302C19.421%2019.8896%2019.5%2019.6988%2019.5%2019.4999V13.0874%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M5.0625%203.75H18.9375C19.1002%203.75134%2019.2582%203.8049%2019.3881%203.9028C19.5181%204.00069%2019.6132%204.13774%2019.6594%204.29375L21%209H3L4.34062%204.29375C4.38682%204.13774%204.4819%204.00069%204.61187%203.9028C4.74183%203.8049%204.8998%203.75134%205.0625%203.75V3.75Z%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M9%209V10.5C9%2011.2956%208.68393%2012.0587%208.12132%2012.6213C7.55871%2013.1839%206.79565%2013.5%206%2013.5C5.20435%2013.5%204.44129%2013.1839%203.87868%2012.6213C3.31607%2012.0587%203%2011.2956%203%2010.5V9%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M15%209V10.5C15%2011.2956%2014.6839%2012.0587%2014.1213%2012.6213C13.5587%2013.1839%2012.7956%2013.5%2012%2013.5C11.2044%2013.5%2010.4413%2013.1839%209.87868%2012.6213C9.31607%2012.0587%209%2011.2956%209%2010.5V9%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M21%209V10.5C21%2011.2956%2020.6839%2012.0587%2020.1213%2012.6213C19.5587%2013.1839%2018.7956%2013.5%2018%2013.5C17.2044%2013.5%2016.4413%2013.1839%2015.8787%2012.6213C15.3161%2012.0587%2015%2011.2956%2015%2010.5V9%22%20stroke%3D%22%23616161%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E) center / contain no-repeat;
}

body.cotizador-a-pedido .tipo-metodo-envio input:checked~label[for="ship_free_shipping1"]::before {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M16.5%207.50002H20.4938C20.6432%207.49904%2020.7894%207.54329%2020.9132%207.62695C21.037%207.71061%2021.1326%207.82977%2021.1875%207.96877L22.5%2011.25%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M1.5%2013.5H16.5%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M17.625%2020.25C18.8676%2020.25%2019.875%2019.2426%2019.875%2018C19.875%2016.7574%2018.8676%2015.75%2017.625%2015.75C16.3824%2015.75%2015.375%2016.7574%2015.375%2018C15.375%2019.2426%2016.3824%2020.25%2017.625%2020.25Z%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M6.375%2020.25C7.61764%2020.25%208.625%2019.2426%208.625%2018C8.625%2016.7574%207.61764%2015.75%206.375%2015.75C5.13236%2015.75%204.125%2016.7574%204.125%2018C4.125%2019.2426%205.13236%2020.25%206.375%2020.25Z%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M15.375%2018H8.625%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M4.125%2018H2.25C2.05109%2018%201.86032%2017.921%201.71967%2017.7803C1.57902%2017.6397%201.5%2017.4489%201.5%2017.25V6.75C1.5%206.55109%201.57902%206.36032%201.71967%206.21967C1.86032%206.07902%202.05109%206%202.25%206H16.5V16.05%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M16.5%2011.25H22.5V17.25C22.5%2017.4489%2022.421%2017.6397%2022.2803%2017.7803C22.1397%2017.921%2021.9489%2018%2021.75%2018H19.875%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E) center / contain no-repeat;
}

body.cotizador-a-pedido .tipo-metodo-envio input:checked~label[for="ship_2"]::before {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M4.5%2013.0874V19.4999C4.5%2019.6988%204.57902%2019.8896%204.71967%2020.0302C4.86032%2020.1709%205.05109%2020.2499%205.25%2020.2499H18.75C18.9489%2020.2499%2019.1397%2020.1709%2019.2803%2020.0302C19.421%2019.8896%2019.5%2019.6988%2019.5%2019.4999V13.0874%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M5.0625%203.75H18.9375C19.1002%203.75134%2019.2582%203.8049%2019.3881%203.9028C19.5181%204.00069%2019.6132%204.13774%2019.6594%204.29375L21%209H3L4.34062%204.29375C4.38682%204.13774%204.4819%204.00069%204.61187%203.9028C4.74183%203.8049%204.8998%203.75134%205.0625%203.75V3.75Z%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M9%209V10.5C9%2011.2956%208.68393%2012.0587%208.12132%2012.6213C7.55871%2013.1839%206.79565%2013.5%206%2013.5C5.20435%2013.5%204.44129%2013.1839%203.87868%2012.6213C3.31607%2012.0587%203%2011.2956%203%2010.5V9%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M15%209V10.5C15%2011.2956%2014.6839%2012.0587%2014.1213%2012.6213C13.5587%2013.1839%2012.7956%2013.5%2012%2013.5C11.2044%2013.5%2010.4413%2013.1839%209.87868%2012.6213C9.31607%2012.0587%209%2011.2956%209%2010.5V9%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M21%209V10.5C21%2011.2956%2020.6839%2012.0587%2020.1213%2012.6213C19.5587%2013.1839%2018.7956%2013.5%2018%2013.5C17.2044%2013.5%2016.4413%2013.1839%2015.8787%2012.6213C15.3161%2012.0587%2015%2011.2956%2015%2010.5V9%22%20stroke%3D%22%232F2625%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E) center / contain no-repeat;
}
 */
/* tipo de pago */
body.cotizador-a-pedido .tipo-metodo-pago {
  margin-bottom: 13px;
}

body.cotizador-a-pedido .tipo-metodo-pago label {
  color: var(--Gris_03, var(--cotizador-text-muted, #595959));
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.481px;
  border-radius: 4px;
  border: 1px solid var(--Gris_02, var(--grey-300, #bfbfbf));
  padding: 10px 41px;
  display: block;
  position: relative;
  cursor: pointer;
}

body.cotizador-a-pedido .tipo-metodo-pago input:checked~label {
  color: #003fb5;
  border: 2px solid #003fb5;
  background: var(--neutral-200, #f5f5f5);
}

body.cotizador-a-pedido .tipo-metodo-pago .description_pay {
  color: #343434;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding: 8px 46px 0;
}

body.cotizador-a-pedido .tipo-metodo-pago input:not(:checked)~.description_pay {
  display: none;
}

body.cotizador-a-pedido .tipo-metodo-pago label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 13px;
  border: solid 2px var(--cotizador-text-muted, #595959);
  border-radius: 50%;
}

body.cotizador-a-pedido .tipo-metodo-pago input:checked~label::before {
  border: solid 6px #003fb5;
}

body.cotizador-a-pedido .btn-principal.btn_confirmar_pedido {
  width: 100%;
  max-width: 358px;
}

@media (max-width: 969px) {
  body.cotizador-a-pedido .h2raleway {
    text-align: center;
    font-size: 22px;
  }

  body.cotizador-a-pedido .pasos-convertir {
    padding-left: 25px;
  }

  body.cotizador-a-pedido .pasos-convertir .titlered::before {
    left: -17px;
    font-size: 22px;
    top: -1px;
  }

  body.cotizador-a-pedido .pasos-convertir:after {
    left: 12px;
  }
}

/* pedido convertido con exito */
.headergris {
  padding: 30px 18px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  /* background: var(--Gris_01, var(--neutral-400, #d9d9d9)); */
}

.cotizadorconvertido .botones.crecotizador {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: auto;
  align-items: center;
}

body.cotizador-a-pedido .cotizadorconvertido .cre-flexrow {
  justify-content: center;
}

body.cotizador-a-pedido .cotizadorconvertido .pedido-exito-container {
  width: 600px;
  text-align: center;
}

body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido {
  text-align: left;
  padding: 41px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: var(--Grey-grey-0, #fff);
}

body.cotizador-a-pedido .cotizadorconvertido .pedido-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #141414;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  flex-direction: row;
  border-radius: var(--size-3, 8px);
  border: 1px solid var(--Brand-Brand-100, #b0ccff);
  background: var(--neutral-0, #fff);
  margin-bottom: 12px;
}

.cotizadorconvertido .pedido-item-detalle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  width: 500px;

  & div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  & img {
    width: 54px;
    height: 54px;
  }
}

.cotizadorconvertido .pedido-item .product_name {
  color: var(--Color-text-tx-primary-1, #141414);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.cotizadorconvertido .pedido-item .product_qty {
  color: var(--neutral-950, #28292a);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.cotizadorconvertido .pedido-item .price.pedido-product-price {
  margin: 0;
  color: var(--Brand-Brand-600, #0051e8);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

  & span {
    font-size: 14px;
  }

  & del span {
    font-weight: 700;
  }
}

body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido .detallepediconvert {
  padding: 20px 40px;
  border-top: 1px solid #c4c4c4;
  color: var(--NegroC900, #262626);
  font-size: 18px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido .detallepediconvert {
    padding: 20px 0;
  }
}

body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido .detallepediconvert.subtotal {
  border: 0;
}

body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido .detallepediconvert .price span {
  color: #343434;
  font-size: 18px;
}

body.cotizador-a-pedido .cotizadorconvertido .pedido-exito-container {
  color: var(--neutral-1000, #141414);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido>h3 {
  color: var(--Negro_01, var(--cotizador-text, #141414));
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido .detallepediconvert.total-final {
  border-radius: 10px;
  background: var(--Accent-accent-100, #c6ebff);
  padding: 6px 40px;
  border: 0;
  margin-top: 20px;
  color: var(--BlueDark-bluedark-800, #00061f) !important;
  font-weight: 600;

  & span {
    color: var(--BlueDark-bluedark-800, #00061f);
  }
}

body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido .detallepediconvert.notadelcliente {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: var(--NegroC900, #262626);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-top: 50px;
}

body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido .detallepediconvert.notadelcliente p {
  margin: 0;
}

@media (max-width: 969px) {
  body.cotizador-a-pedido .metodo-envio {
    flex-direction: column !important;
  }

  body.cotizador-a-pedido .cre-flexrow .contenedor-resumen {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
  }

  body.cotizador-a-pedido .contenedormaincotizador {
    padding: 30px 16px;
  }

  body.cotizador-a-pedido .contenedormaincotizador.cotizadorconvertido {
    padding: 40px 0;
  }

  body.cotizador-a-pedido .tipo-metodo-envio {
    width: 100%;
  }

  body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido>h3 {
    font-size: 16px;
  }

  body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido {
    padding: 20px 18px;
  }

  body.cotizador-a-pedido .cotizadorconvertido .pedido-item {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    text-wrap-style: pretty;
    gap: 10px;
  }

  body.cotizador-a-pedido .cotizadorconvertido .resumen-pedido-convertido .detallepediconvert.subtotal {
    margin-top: 40px;
  }
}

body.cotizador-a-pedido .cerrar-sesion-movil-wrapper {
  display: none !important;
}

/* sin cotizacion */
.sincotizacion {
  padding: 70px 0;
}

.sincotizacion p.ps16 {
  color: var(--cotizador-text-muted, #595959);
  text-align: center;
  margin-bottom: 20px;
}

.sincotizacion .btn_negro.btn_flecha.btn16 {
  font-size: 16px;
  width: fit-content;
  margin: 0 auto;
  padding: 0 24px;
}

.sincotizacion .btn_negro.btn_flecha.btn16::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M3.125%2010H16.875%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M11.25%204.375L16.875%2010L11.25%2015.625%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E) center / contain no-repeat;
  margin-left: 8px;
}