#content {
  background-color: #f8f8f8;
  min-height: calc(100vh - 80px) !important;
}

#pagoContenidoCentrado {
  position: relative;
  min-width: 1000px;
  /* max-width: 1300px; */
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.divDireccion .pagoResumenEtiqueta {
  color: black;
}

#checkoutbarraInferior {
  display: none;
}

/*.popUpEditarFondo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    width: 100vw;
    height: calc(100%);
    z-index: 99999999;
    margin-right: auto;
    background-color: rgb(0, 0, 0, 0.4);
}*/

/*#popupmodificarDireccion {
    background-color: white;
    display: block;
    width: 100%;
    top: 0;
    position: absolute;
    margin-top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
}*/

/*.title {
    font-size: 25px;
    margin-top: 17px;
}*/

/*#confirmarCambiosEnvio,
#confirmarCambioRetiro {
    display: block;
    position: relative;
    font-family: 'Overpass' !important;
    background-color: #FFC73B;
    width: fit-content;
    margin: 0 auto;
    font-size: 30px;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    cursor: pointer;
    height: 25px;
    line-height: 28px;
    margin-bottom: 20px;
    border: solid 1px #FFC73B;
    font-size: 25px;
    line-height: 30px;
    height: 25px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}*/

/*#cerrarModificarDireccion {
    display: block;
    position: absolute;
    float: right;
    right: 0;
    background-color: #FFC73B;
    top: 0;
    color: white;
    font-size: 20px;
    padding: 5px;
    line-height: 15px;
    height: 15px;
    cursor: pointer;
}*/

/*#cerrarModificarDireccion:hover {
    display: block;
    position: absolute;
    float: right;
    right: 0;
    background-color: white;
    top: 0;
    color: black;
    font-size: 20px;
    padding: 5px;
    line-height: 15px;
    height: 15px;
}*/

#confirmarCambiosEnvio:hover,
#confirmarCambioRetiro:hover {
  color: #ffc73b;
  background-color: black;
}

#enviarMapaInput {
  height: 20px;
  line-height: 20px;
  width: 250px;
  margin-bottom: 0;
}

.etiquetaRetirarPedido {
  color: white;
  font-weight: 100;
  margin-bottom: 8px !important;
  height: 20px;
  float: none;
  font-size: 13px;
}

/*#enviarMapa,
#mapaTienda {
    height: 200px;
    width: 100%;
}*/

#subtituloMapaEnvio {
  font-size: 13px;
}

/*.option {
    width: 131px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin: 10px;
    margin-bottom: 0 !important;
}*/

/*.divOpciones {
    margin-top: 13px;
    padding: 0;
}*/

.modificarDireccion {
  float: right;
  background-color: black;
  color: white;
  cursor: pointer;
  font-size: 15pt;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "TodaySHOP";
  text-transform: lowercase;
}

.infoMillas {
  max-height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}

.direccionTienda {
  font-weight: 100;
  color: black;
  font-size: 12pt;
  padding-right: 5px;
  display: inline-block;
  font-family: "TodaySHOP";
  vertical-align: top;
  text-transform: capitalize;
  float: left;
  width: 100%;
}

#contenedorPrincipal {
  position: relative;
  float: left;
  width: calc(100% - 450px);
  height: auto;
  margin-right: 50px;
}

#estadoDePago {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

#continuarPago {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 3px solid #e96d3c;
  background-color: #e96d3c;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#atrasPagar {
  position: relative;
  float: left;
  width: 140px;
  height: 42px;
  background-color: whtr;
  color: white;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  border-radius: 3px;
  margin-right: 45px;
  cursor: pointer;
}

#atrasPagar:hover {
  color: white;
  font-weight: 600;
}

#flechaAtrasPago {
  position: relative;
  margin-left: 0;
  height: 21px;
  display: block;
  filter: invert(1);
}

#flechaAtrasPagoHover {
  position: relative;
  margin-left: 10px;
  height: 15px;
  display: none;
}

#textoPagar {
  position: relative;
  margin-left: 10px;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 24pt;
  color: black;
}

.pagoPaso {
  font-family: "TodaySHOP";
  position: relative;
  float: left;
  width: calc((100% - 150px - 70px) / 3);
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  background-color: black;
  border: 4px solid black;
  color: white;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.pagoPaso.pasoActual {
  background-color: white;
  color: black;
  border: 4px solid black;
}

.dividirPago {
  position: relative;
  float: left;
  width: 35px;
  height: 5px;
  background-color: #ededed;
}

#pagoPrincipal {
  display: block;
  position: relative;
  width: calc(100% - 20px);
  padding: 20px;
  right: 0;
  margin-right: 0;
  top: 0;
  height: auto;
  background-color: black;
  border-radius: 0;
  border: solid 4px black;
  min-height: 190px;
  box-shadow: 4px 4px 30px rgb(0 0 0 / 5%);
}

.continuarPago.disabled {
  opacity: 0.3;
}

#contPagoResumen {
  position: relative;
  float: left;
  width: 400px;
  height: auto;
  margin-top: 70px;
  border-radius: 6px;
  box-shadow: 4px 4px 30px rgb(0 0 0 / 5%);
  font-family: "TodaySHOP";
  border-radius: 0;
}

#tituloResumenPago {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #ce3e37;
  text-align: center;
  line-height: 45px;
  align-items: center;
  color: white;
  font-size: 22pt;
  font-weight: 600;
  border-bottom: solid 4px black;
  letter-spacing: 0px;
}

.textAreaContainer {
  display: none;
}

.openTextArea {
  display: block;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}

.openGiftRow {
  border-left: 1px solid !important;
  border-top: 1px solid !important;
  border-right: 1px solid !important;
  border-bottom: 0px solid !important;
}

#textAreaAux {
  position: relative;
  height: 38px;
  background-color: #f1f1f1;
  border-radius: 4px;
  width: 89%;
  margin-left: 7px;
  margin-top: 6px;
  margin-bottom: 5px;
  color: #a3a3a3;
  padding: 7px;
  border: none;
  font-size: 11px;
}

#resumenPago {
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  background-color: black;
  padding: 20px;
}

.pagoResumenEtiqueta {
  /* width: 100%; */
  position: relative;
  font-size: 19pt;
  font-weight: bold;
  font-family: "TodaySHOP";
}

.cambiarCupon {
  display: none;
}

#contBtnPago {
  position: relative;
  width: 98%;
  height: auto;
  margin-top: 25px;
}

#checkoutMinimumAlert {
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #e12525;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.continuarPago {
  position: relative;
  width: 100%;
  letter-spacing: 0;
  margin: 0 auto;
  height: 47px;
  line-height: 47px;
  padding-top: 4px;
  text-align: center;
  border: 3px solid #6abd6a;
  background-color: #6abd6a;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.continuarPago:not(.disabled):hover {
  background-color: white;
  color: black;
  font-weight: 900;
  border: 3px solid black;
}

.continuarPago.disabled {
  cursor: not-allowed;
  border: 3px solid #ececec;
}

#agregarFilaCupon {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
}

.cartCheckboxChecked {
  background-image: url(/files/checkedIcon.svg);
  background-size: contain;
  width: 24px !important;
  height: 24px !important;
  border: 0px solid transparent !important;
}

.divDireccion .pagoResumenEtiqueta {
  font-size: 13pt;
}

.clientAddress {
  width: 100%;
  margin-top: 20px;
  background: #f3f3f3;
  padding: 8px;
  color: #3a3a3a;
  font-size: 12px;
}

#cuponTexto {
  position: relative;
  float: left;
  width: calc(55% - 20px);
  height: 30px;
  margin-right: 17px;
  background-color: #e7e7e7;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: black;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 100;
  border: none;
}

#agregarCupon {
  position: relative;
  float: left;
  width: 38%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 15pt;
  color: black;
  background-color: white;
  cursor: pointer;
  text-transform: lowercase;
}

#couponRow {
  position: relative;
  width: 100%;
  height: 27px;
  padding-top: 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
}

#couponRowTitle {
  position: relative;
  color: white;
  font-size: 14px;
  font-weight: 600;
  width: 60px;
  text-transform: uppercase;
}

#appliedCoupon {
  position: relative;
  width: calc(65% - 60px);
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  font-weight: 800;
}

#appliedCouponAmount {
  position: relative;
  width: 22%;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: white;
}

#deleteCoupon {
  position: relative;
  width: 21px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  margin-left: 5%;
  height: 20px;
  margin-top: -3px;
  background-color: #ce3e37;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#deleteCoupon:hover {
  background-color: #dcdcdc;
}

#deleteCouponImg {
  position: relative;
  width: 10px;
}

.pagoResumenFila {
  position: relative;
  width: 91%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
}

.divDireccion {
}

.pagoResumenFila .pagoResumenEtiqueta {
  float: left;
}

.pagoResumenValor {
  position: relative;
  float: right;
  font-size: 18pt;
  font-weight: 800;
}

#giftRow {
  height: 34px;
  margin-top: 20px;
  line-height: 38px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#isGift {
  height: 20px;
  width: 20px;
  float: left;
  border: 2px solid #c8c8c8;
  margin-left: 5px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
}

.cartCheckboxChecked {
  background-image: url("/files/checkedIcon.svg");
  background-size: cover;
  border: 2px solid transparent;
}

.giftText {
  color: #828282;
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: center;
}

#enviarFila {
  position: relative;
  border-top: 1px solid black;
  margin-top: 15px;
  height: 25px;
  border-bottom: 1px solid black;
}

#enviarFilaTitle {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 12px;
  color: black;
}

#enviarFilaValue {
  position: relative;
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: black;
}

.totalRow {
  margin-top: 15px;
  color: white;
  left: 2%;
}

.separadorTitulos {
  position: relative;
  width: 67%;
  border-bottom: 1px solid #942020;
  height: 1px;
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
}

@media all and (max-width: 768px) {
  .whatsAppWebContainer {
    display: none !important;
  }
  #pagoContenidoCentrado {
    width: 100%;
    margin-top: 20px;
    min-width: 0px;
    height: auto;
    overflow-y: scroll;
  }
  #estadoDePago {
    padding-bottom: 10px;
    left: 5%;
  }
  #pagoPrincipal {
    width: calc(100% - 38px);
    padding: 15px;
  }
  #contenedorPrincipal {
    width: 100%;
    margin-right: 0;
    box-shadow: none;
  }
  #atrasPagar {
    width: 75px;
    margin-right: 10px;
  }
  #flechaAtrasPago {
    margin-left: 5px;
  }
  #textoPagar {
    display: block;
    margin-left: 7px;
    font-size: 20px;
  }
  .pagoPaso {
    width: calc((100% - 30px - 30px) / 3);
    font-size: 15px;
  }
  .dividirPago {
    width: 15px;
  }
  #contPagoResumen {
    top: 15px;
    position: relative;
    bottom: 0px;
    padding-top: 0;
    z-index: 1;
    width: 90%;
    left: 5%;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
    background-color: black;
    color: black;
  }
  #tituloResumenPago {
    font-size: 21pt;
    padding-top: 6px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    height: 34px;
    line-height: 36px;
    color: white;
    border-radius: 0;
    background-color: #c94633;
  }
  #checkoutbarraInferior {
    height: 60px;
    float: left;
    width: 100%;
    margin-top: 64px;
    position: relative;
    display: flex;
    bottom: 0;
    left: 2%;
    z-index: 3;
    opacity: 1;
    color: black;
  }
  .pagoResumenFila.barraInferior {
    display: block;
    width: 46%;
    height: 40px;
    margin-left: 0;
    color: black;
    transform: translateY(15px);
  }
  #contBtnPago {
    display: none;
  }
  #contBtnPago.barraInferior {
    display: block;
    width: 46%;
    margin-left: 3%;
    height: 40px;
    margin-top: 0;
  }
  #contBtnPago.barraInferior .continuarPago {
    font-size: 11pt !important;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    border-radius: 26px;
    font-family: "TodaySHOP";
    border: none !important;
  }
  #resumenPago {
    min-height: 0px;
    padding-top: 0;
    padding-bottom: 5px;
    margin-top: 12px;
  }
  #agregarFilaCupon {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #cuponTexto {
    height: 26px;
    line-height: 27px;
    width: 65%;
    margin-right: 5px;
  }
  #footer {
    display: block;
  }
  #agregarCupon {
    height: 25px;
    line-height: 25px;
    width: 26%;
    padding-top: 1px;
  }
  .pagoResumenFila {
    margin-top: 0px;
    height: auto;
    color: white;
  }
  .divDireccion {
    margin-bottom: 20px;
  }
  #isGift {
    margin-top: 0%;
  }
  #falsoFooter {
    height: 60px !important;
    bottom: 0 !important;
  }
  #giftRow {
    margin-top: 10px;
  }
  #contBtnPago {
    margin-top: 15px;
  }
  .popUpEditarFondo {
    height: calc(100% - 50px);
  }
  #popupmodificarDireccion {
  }
  .pagoResumenValor {
    position: relative;
    float: right;
    font-size: 18pt;
    font-weight: 800;
    font-family: "TodaySHOP";
    right: 1%;
  }
}
