#pagoPrincipal #cartTitle,
#pagoPrincipal2 #cartTitle {
  position: relative;
  color: wheat;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 17px;
  margin-top: 4px;
  display: none;
  text-transform: uppercase;
}

.divDemora {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0;
  background-color: #ffc73b;
  /* display: none; */
  color: white;
  padding: 5px;
  float: right;
  font-family: "TodaySHOP";
  padding-top: 8px;
  display: block !important;
  background-color: #ce3e37 !important;
}

#pagoPrincipal .cartSeparador,
#pagoPrincipal2 .cartSeparador {
  position: relative;
  width: 100%;
  height: 1px;
  color: white;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid white;
  height: 0px;
  background-color: white;
}

.productGroup {
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  color: white;
}

.productOption {
  display: inline-block;
  font-weight: 100;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 15px;
  left: 1%;
  position: relative;
  color: white;
}

.divDireccion {
  background: white;
  border: 2px solid black;
  padding: 10px;
  width: calc(100% - 20px);
  display: block;
}

#pagoPrincipal .productRow,
#pagoPrincipal2 .productRow {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  justify-content: space-between;
}

.preorderBadgeLong {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.productRow img.selectArrowIcon {
  transform: none;
  height: 6px;
}

#pagoPrincipal .productImage,
#pagoPrincipal2 .productImage {
  position: relative;
  float: left;
  height: 155px;
  width: 155px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
}

#pagoPrincipal .productInfo,
#pagoPrincipal2 .productInfo {
  position: relative;
  float: left;
  width: calc(40% - 15px);
  margin-left: 15px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  height: auto;
}

#pagoPrincipal .productName,
#pagoPrincipal2 .productName {
  position: relative;
  width: 70%;
  font-family: "TodaySHOP";
  letter-spacing: 1px;
  margin-top: 5px;
  text-transform: lowercase;
  margin-bottom: 5px;
  font-size: 20pt;
  color: white;
}

#pagoPrincipal2 .productName {
  margin-top: 20px;
  margin-bottom: 6px;
}

#pagoPrincipal .productSpec,
#pagoPrincipal2 .productSpec {
  position: relative;
  width: 100%;
  height: 17px;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 2px;
}

#pagoPrincipal .productQuantityDiv,
#pagoPrincipal2 .productQuantityDiv {
  position: relative;
  float: left;
  width: calc(17% - 22px);
  max-width: 70px;
  margin-left: 20px;
  border: 1px solid black;
  border-radius: 3px;
  height: 23px;
}

#pagoPrincipal2 .productQuantityDiv {
  width: calc(19% - 22px);
}

#pagoPrincipal .productQuantity,
#pagoPrincipal2 .productQuantity {
  position: relative;
  border: none;
  background-color: transparent;
  width: 100%;
  padding-left: 15px;
  font-size: 14px;
  height: 100%;
  color: black;
  font-weight: 100;
}

#pagoPrincipal .selectArrow,
#pagoPrincipal2 .selectArrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 23px;
  width: 23px;
  text-align: center;
  background-color: black;
  pointer-events: none;
  display: flex;
  align-items: center;
  background-image: none;
  justify-content: center;
}

#pagoPrincipal .seletArrowIcon,
#pagoPrincipal2 .seletArrowIcon {
  position: relative;
  width: 8px;
}

.quatityDivs {
  width: auto;
}

#pagoPrincipal .productPrice,
#pagoPrincipal2 .productPrice {
  position: relative;
  width: auto;
  min-width: 115px;
  margin-left: 5px;
  margin-right: 21px;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 24pt;
  display: flex;
  font-family: "TodaySHOP";
  align-items: center;
  justify-content: space-evenly;
}

.groupDiv {
  color: white;
  font-size: 11pt;
}

#pagoPrincipal .oldPrice,
#pagoPrincipal2 .oldPrice {
  display: block;
  position: relative;
  color: #797979;
}

#pagoPrincipal .oldPrice:before,
#pagoPrincipal2 .oldPrice:before {
  border-bottom: 1px solid red;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
}

#pagoPrincipal .eliminarProducto,
#pagoPrincipal2 .eliminarProducto {
  display: inline-block;
  position: relative;
  height: 25px;
  float: right;
  width: 25px;
  border: none;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
  color: unset;
  background-color: black;
  cursor: pointer;
}

#pagoPrincipal .eliminarProducto:hover,
#pagoPrincipal2 .eliminarProducto:hover {
  color: black;
}

#pagoPrincipal #emptyCart,
#pagoPrincipal2 #emptyCart {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  color: gray;
  font-weight: normal;
}

#pagoPrincipal2 #emptyCart {
  text-align: center;
  font-weight: unset;
}

.budgetOnly {
  width: calc(100% + 40px);
  height: 80px;
  left: -20px;
  position: relative;
  display: none;
  background-color: #fcfcfc;
}

.budgetOnlyQuantity {
  font-size: 17px;
  padding-top: 32px;
  width: fit-content;
  padding-left: 30px;
  color: #484848;
}

#continuarPago.budgetOnlyButton {
  width: 270px !important;
  float: right;
  margin-right: 20px !important;
  margin-top: 20px !important;
}

.filaSeleccionEtiqueta {
  position: relative;
  float: left;
  width: 100px;
  text-align: right;
  font-weight: 600;
}

@media all and (max-width: 768px) {
  #pagoPrincipal .productRow {
    min-height: 100px;
    display: block;
    align-items: center;
    margin-right: 10px;
    height: auto;
    text-align: center;
    width: 100%;
  }
  .productGroup {
    font-size: 12px;
    color: white;
  }
  .productOption {
    font-size: 12px;
  }
  .groupDiv {
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-family: "TodaySHOP";
  }
  .elementoCantidad {
    vertical-align: top;
    margin: 0 auto;
    display: inline-block;
    float: none;
    margin-right: -5%;
    margin-bottom: 5px;
    margin-top: 8px;
    align-self: center;
    width: 45%;
    background-color: white !important;
    border: none !important;
  }
  #pagoPrincipal .productImage {
    height: 110px;
    background-size: contain !important;
    background-color: transparent;
    border-radius: 0;
    width: 45%;
  }
  .cambiarCupon {
    color: white !important;
    width: 100% !important;
    font-size: 14pt !important;
    margin-top: 13px !important;
  }
  .pagoResumenEtiqueta {
    position: relative;
    font-size: 19pt;
    margin-left: 1%;
    font-weight: 700;
    /* width: 100%; */
    position: relative;
    /* margin-top: 8px; */
    font-family: "TodaySHOP";
  }
  .elementoMenosCantidad {
    display: inline-block;
    width: 45px;
    color: black;
    background-color: white;
    float: left;
    height: 30px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
  }
  .masCantidad {
    display: inline-block;
    width: 45px;
    color: black;
    background-color: white;
    float: right;
    height: 30px;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    line-height: 30px;
  }
  #pagoPrincipal .productInfo {
    margin-left: 0px;
    height: auto;
    padding-bottom: 1px;
    padding-right: 10px;
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .productName,
  .productPrice {
    float: right;
    text-align: left;
    width: 51% !important;
  }
  .quatityDivs {
    display: inline-block;
    width: 100%;
  }
  #pagoPrincipal .productQuantityDiv {
    height: 20px;
    width: 21%;
    margin-left: 0px;
    margin-top: 11px;
  }
  .productQuantity {
    font-size: 13px !important;
    padding-left: 10px !important;
  }
  .selectArrow {
    height: 20px !important;
    width: 20px !important;
  }
  #pagoPrincipal .productPrice {
    width: 24%;
    margin-top: 7px;
    margin-left: 0px;
    font-size: 17px;
    float: right;
    text-align: right;
    vertical-align: top;
    display: inline-block;
    text-align: left !important;
    margin-right: 0;
    margin-top: 10px !important;
  }
  #pagoPrincipal .eliminarProducto {
    position: relative;
    height: 30px;
    width: 50%;
    border: solid 1px black;
    line-height: 30px;
    text-align: center;
    font-weight: 100;
    color: black;
    background-color: white;
    cursor: pointer;
    float: right;
    vertical-align: top;
    margin: 0 auto;
    margin-left: 0px;
    margin-top: 8px;
    display: inline-block;
    font-family: "TodaySHOP";
  }
  #pagoPrincipal .oldPrice {
    display: none;
  }
  #pagoPrincipal .productPrice,
  #pagoPrincipal2 .productPrice {
    position: relative;
    width: 22%;
    margin-left: 0;
    text-align: center;
    color: white;
    float: right;
    font-size: 23px;
    letter-spacing: 1px;
    height: 24px;
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 24px;
    font-weight: 600;
    vertical-align: top;
    font-family: "TodaySHOP";
    justify-content: space-evenly;
  }
  #pagoPrincipal .productPrice .elementoMovil,
  .eliminarProducto.elementoMovil {
    display: inline-block !important;
  }
  #pagoPrincipal .productInfo,
  #pagoPrincipal2 .productInfo {
    width: calc(100% - 15px);
  }
  .divDemora {
    font-size: 11px;
  }
  .productName.elementoMovil {
    float: left;
  }
  .productPrice.elementoMovil {
    float: left;
    display: block;
  }
  .productInfo.elementoMovil {
    color: white !important;
    width: 100% !important;
  }
  .groupDiv {
  }
  .elementoMovil .groupDiv {
    color: white !important;
  }
  span.oldPrice {
    width: 39% !important;
    left: 0;
  }
  span.oldPrice {
    font-size: 20px !important;
  }
  .filaSeleccionEtiqueta {
    width: auto;
    text-align: left;
    left: 10%;
  }
}
