.envio-gratis-progressbar {
  width: 40%;
  margin: 25px auto;
}

.condiciones {
  display: flex;
  gap: 5px;
  margin: 30px 0 0;
  width: 100%;
  justify-content: end;
}

.botones {
  margin-top: 30px;
  display: flex;
  justify-content: end;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.botones a {
  display: block;
  width: max-content;
  padding: 6px 22px;
  max-width: max-content;
  color: #fff;
  min-width: 250px;
  border: none;
  background-color: var(--vino);
  max-width: 250px;
  text-align: center;
  height: 37px;
  cursor: pointer;
}

.botones a.btn-regresar {
  background: #24354f;
}

.totales-contenedor {
  justify-content: center !important;
  text-align: center;
}

.condiciones-item input {
  width: 18px;
  height: 18px;
}

.condiciones-item a {
  font-size: 18px;
  width: 100%;
  display: block;
  text-decoration: underline;
  text-align: center;
}

.envio-gratis-progressbar-contenido .descripcion {
  text-align: center;
}

.envio-gratis-progressbar .progress2 .cssProgress-bar {
  height: 6px;
}

.envio-gratis-progressbar .cssProgress {
  margin-bottom: 10px;
}

#login input {
  max-width: 100% !important;
}

#divEfectivo {
  width: 100%;
}

.efectivo-ayuda-imagen {
  width: 100%;
}

.modal-descuentos-container {
  padding: 20px;
}

.efectivo-ayuda-imagen img {
  width: 100%;
}

.envio-gratis-progressbar .cssProgress .cssProgress-bar {
  background-color: var(--vino);
}

.l-forma {
  background-image: url("../../dist/img/compra/compra-back.jpg");
  background-repeat: no-repeat;
  width: 100%;
  background-position: top center;
  min-height: 40vh;
  background-color: var(--crema);
}

.Pedidos-facturacion {
  width: 75%;
  margin: 40px auto;
  text-align: center;
}

.Pedidos-facturacion-detalle {
  margin: 60px 0 30px 0;
}

.Pedidos-facturacion-detalle h2 {
  font-size: 20px !important;
}

.Pedidos-facturacion-detalle a {
  text-decoration: underline;
  color: var(--vino);
  font-weight: 700;
}

.Pedidos-facturacion-detalle .lista {
}

.Pedidos-facturacion-detalle .lista ul {
  list-style: decimal;
  text-align: left;
}

.Pedidos-facturacion-detalle .lista li {
  padding: 0 0 10px 10px;
}

.l-forma_payment {
  background-image: url("../../dist/img/icons/banners.pagar.jpg");
  min-height: 300px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: top center;
  background-color: var(--crema);
}

.l-info-pedido {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

.l-info-pedido-item {
  border: solid #dedede 1pt;
  width: calc(50% - 20px);
  padding: 20px;
  margin: 10px;
}

.eliminar-cupon {
  background: var(--vino);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 25px;
  width: 25px;
  font-size: 15px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style the tab */

.cupones {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.cupones .area-cupon {
  width: 100%;
  margin: 5px auto;
}

.cupones .item button {
  background: var(--vino);
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 3px 8px;
  cursor: pointer;
}

.input-cupon {
  width: 100%;
}

.tab {
  overflow: hidden;
  max-width: 1170px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* Style the buttons that are used to open the tab content */

.tab > div {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  padding: 20px 5px;
  transition: 0.3s;
  max-width: 280px;
  width: 100%;
  background-color: var(--light);
  color: var(--azul);
  border: 1px solid var(--azul);
  font-weight: 700;
  display: block;
  height: 100%;
  min-width: 250px;
  text-align: center;
}

/* Change background color of buttons on hover */

.tab button:hover {
  /*  background-color: var(--vino);
     color: #fff; */
}

/* Create an active/current tablink class */

.tab > div.active {
  background-color: var(--vino);
  color: #fff;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  min-height: 990px;
  background-color: #fff;
  padding-bottom: 60px;
}

.l-first-container {
  max-width: 990px;
  width: 100%;
  background-color: var(--vino);
  min-height: 166px;
  color: #fff;
  padding: 10px 10px;
}

.l-account-item {
  max-width: 162px;
  width: 100%;
  background-color: var(--vino);
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 5px 10px;
}

/* .l-line-sec-produ{border: 1px solid var(--azul); width: 100%;} */

.l-line-sec-produ {
  border-bottom: 1px solid var(--azul);
  width: 100%;
}

.l-line-sec-produ-3 {
  border-top: 3px solid var(--azul);
  width: 100%;
}

.l-line-sec-produ-3Vino {
  border-top: 3px solid var(--vino);
  width: 100%;
}

.l-products-detail {
  width: 100%;
  margin: auto;
}

.l-products-detail-listado {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}

.l-products-detail-listado-item {
  width: calc(33.33% - 20px) !important;
  margin: 0 auto;
  min-width: 300px;
  max-width: 300px;
}

.l-SKU-container {
  max-width: 350px;
  width: 100%;
}

.l-SKU-item-flex {
  /* max-width: 241px;  */
  /* max-width: 260px; */
  width: 100%;
  /* display: flex;  */
  /* margin: 10px; */
}

/* .l-SKU-item-flex img{
  width: 100%; 
  height: auto; 
  object-fit: contain; 
  max-height: 250px;
} */

.l-SKU-item-flex img {
  width: 80px;
  object-fit: contain;
  max-height: 80px;
  border: 1px solid darkgray;
}

/* .l-SKU-textbox {
 color: var(--azul);
 display: flex;
 flex-direction: column;
 margin: 15px;
 align-items: center;
 justify-content: center;
 max-width: 225px;
 width: 100%;
 margin: 10px;
} */

.l-SKU-textbox {
  color: var(--azul);
  display: block !important;
  width: 60% !important;
  float: left;
  padding-left: 0.2rem;
  font-size: 0.9rem;
}

/* .l-SKU-textbox p{text-align: center; margin: auto;} */

.l-SKU-textbox p {
}

.l-products__price {
  display: flex;
  flex-direction: column;
  max-width: 120px;
  width: 100%;
  align-items: center;
  margin: 10px;
}

.l-products__add {
  max-width: 240px;
  display: flex;
  align-items: center;
  margin: 10px;
}

.l-products__add input {
  padding: 5px 10px;
}

.l-products__final-price {
  max-width: 210px;
  width: 100%;
  margin: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.l-final-data {
  max-width: 450px;
  width: 100%;
}

.l-tote-item {
  min-height: 98px;
  display: flex;
  align-items: center;
  /* max-width: 190px; */
  width: 100%;
  justify-content: space-between;
}

.l-center {
  text-align: center;
}

.l-left {
  text-align: left;
}

.l-info-pedido .l-pedido-abstracto {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.l-info-pedido-estatus {
  width: 100%;
  margin-bottom: 10px;
}

textarea {
  overflow: auto;
  width: 100%;
  padding: 10px;
  border: 1px solid #b1b1b1;
  margin: 8px 0;
  border-radius: 4px;
  resize: none;
}

.l-info-pedido-general,
.l-info-pedido-general-bloque-gris {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 15px 50px;
}

.l-info-pedido-general-item,
.l-info-pedido-general-item-bloque-gris {
  width: 25%;
  text-align: center;
}

.borde-derecho {
  border-right: 1px solid gray;
}

.borde-izquierdo {
  border-left: 1px solid gray;
}

@media (max-width: 990px) {
  .l-form-column {
    max-width: 100% !important;
  }
  .botones {
    justify-content: center;
  }
}

@media (max-width: 810px) {
  .envio-gratis-progressbar {
    width: 100%;
  }
  .l-products-detail-listado-item {
    min-width: 80%;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  #LIPT > .c-flex-align-around > .c-flex-align-around-n {
    flex-wrap: wrap;
  }
  .l-SKU-textbox p {
    margin: auto;
  }
  .l-products__final-price {
    text-align: center;
  }
}

.l-producte__purchase {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
  align-items: flex-start;
  border-top: 1px solid #666666;
  padding-top: 40px;
}

/* .l-producte__purchase-item{margin: 10px;} */

.l-producte__purchase-item {
  font-size: 0.8rem;
}

.l-producte__purchase-detail {
}

.l-producte__purchase-detail a.fas {
  color: var(--vino);
}

.minw60 {
  min-width: 60% !important;
}

.l-producte-btn {
  cursor: pointer;
  max-width: 250px;
  display: flex;
  padding: 5px 10px;
  background-color: #eee;
  margin-left: auto;
  color: var(--gris);
  border: none;
  /*border-radius: 10px;*/
  padding: 6px 22px;
  width: 100%;
  min-width: 250px;
  height: 35px;
  justify-content: center;
  align-items: center;
}

.l-producte-btn-noflex {
  font-size: 0.97rem;
  font-family: "open_sansregular", sans-serif;
  cursor: pointer;
  max-width: 250px;
  padding: 5px 10px;
  background-color: #eee;
  margin-left: auto;
  color: var(--gris);
  border: none;
  /*border-radius: 10px;*/
  padding: 6px 22px;
  width: 100%;
  min-width: 250px;
  height: 35px;
  justify-content: center;
  align-items: center;
}

.l-producte-btn-payment {
  cursor: pointer;
  max-width: 250px;
  display: flex;
  padding: 5px 10px;
  background-color: #eee;
  margin-left: auto;
  color: var(--gris);
  border: none;
  border-radius: 10px;
  padding: 6px 22px;
  width: 100%;
  min-width: 250px;
  height: 35px;
  justify-content: center;
  align-items: center;
}

.l-producte-btn--vino {
  background-color: var(--vino);
  color: White;
}

.l-producte-btn span {
  display: inline-block;
  vertical-align: middle;
}

.l-producte-btn svg {
  vertical-align: middle;
  display: inline-block;
}

.l-producte-btn-payment span {
  display: inline-block;
  vertical-align: middle;
}

.l-producte-btn-payment svg {
  vertical-align: middle;
  display: inline-block;
}

#DIVFP {
}

@media (max-width: 1000px) {
  .l-producte__purchase {
    justify-content: center;
  }
  .l-producte__purchase-item {
    text-align: center;
  }
}

@media (max-width: 810px) {
  .l-area-form > fieldset > .c-flex-around {
    flex-direction: column;
    align-content: center;
  }
  .l-producte__purchase-detail form > div {
    flex-wrap: nowrap;
  }
  #DIVFP {
    height: auto;
  }
  #DIVFP > .c-flex-around {
    flex-direction: column;
    align-content: center;
    flex-wrap: inherit;
  }
  #DIVFP > .c-flex-around > .u-margin-sides40 {
    margin: 0px;
  }
  #DIVFP > .c-flex-around > .borde-derecho {
    border-right: 0px solid gray;
  }
  #DIVFP > .c-flex-around > .borde-izquierdo {
    border-left: 0px solid gray;
  }
  #DIVFP > .c-flex-around > .u-width25 {
    width: auto;
  }
  #DIVFP > .c-flex-around > .u-padding-A20 {
    padding: 0px;
  }
  .c-flex-column > .radio {
    font-size: 0.7rem !important;
  }
  .c-flex-around > .c-flex-column-align {
    font-size: 0.7rem !important;
  }
  .font-size-small {
    font-size: 0.7rem !important;
  }
  /* .totalesFinales {font-size: .7rem !important;} */
  .l-producte__purchase-item {
    font-size: 0.7rem;
  }
  #LIPT {
    height: auto;
  }
  #LIPT > .c-plain-flex-row {
    flex-direction: column;
    align-content: center;
    flex-wrap: inherit;
  }
  #LIPT > .c-plain-flex-row > .u-margin-sides40 {
    margin: 0px;
  }
  #LIPT > .c-plain-flex-row > .borde-derecho {
    border-right: 0px solid gray;
  }
  #LIPT > .c-plain-flex-row > .borde-izquierdo {
    border-left: 0px solid gray;
  }
  #LIPT > .c-plain-flex-row > .u-width25 {
    width: auto;
  }
  #LIPT > .c-plain-flex-row > .u-padding-A20 {
    padding: 0px;
  }
  .l-SKU-textbox {
    padding-left: 0.5rem;
    font-size: 0.7rem;
  }
  #LIPT3 {
    height: auto;
  }
  #LIPT3 > .c-flex-between {
    flex-direction: column;
    align-content: center;
    flex-wrap: inherit;
  }
  #LIPT3 > .c-flex-between > .u-margin-sides40 {
    margin: 0px;
  }
  #LIPT3 > .c-flex-between > .borde-derecho {
    border-right: 0px solid gray;
  }
  #LIPT3 > .c-flex-between > .borde-izquierdo {
    border-left: 0px solid gray;
  }
  #LIPT3 > .c-flex-between > .u-width25 {
    width: auto;
    margin: auto;
  }
  #LIPT3 > .c-flex-between > .u-padding-A20 {
    padding: 0px;
  }
  .l-producte__purchase-detail > .c-flex-between {
    flex-direction: column;
    align-content: center;
    flex-wrap: inherit;
  }
  .l-producte__purchase-detail > .c-flex-between > .u-width25 {
    width: auto;
    text-align: center;
  }
  .l-producte__purchase-detail > .u-margin-top50 > .l-producte-btn {
    min-width: 30%;
  }
  .l-producte__purchase-detail {
    font-size: 0.7rem;
  }
  #LIPT3 > .c-flex-between > .u-padding-10 {
    padding: 0px 0px;
  }
  .l-area-form > fieldset > .c-flex-around .c-flex-column-align input {
    width: 80% !important;
    margin-left: unset;
  }
  .l-area-form > fieldset > .c-flex-column-align .u-margin-30 a,
  input {
  }
}

.l-area-form {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.l-form-column {
  max-width: 330px;
  width: 100%;
}

.l-form-column-full {
  max-width: 100% !important;
}

.l-form-column {
  color: var(--vino);
}

.l-form-column > .c-flex-column {
  margin: 10px 0px;
}

.l-form-column input,
select,
button {
  width: 100%;
  border: none;
  background-color: #e6eaed;
  height: 37px;
  padding: 5px 10px;
}

.l-form-column label {
  margin-bottom: 2px;
}

.l-upload {
  padding: 20px 0;
}

.l-upload button {
  background-color: var(--vino);
  color: var(--blanco);
}

.delProductoCompra {
  cursor: pointer;
}

fieldset {
  border: 0;
}

.l-payment-item {
  max-width: 180px;
  width: 100%;
  text-align: center;
}

.l-payment-item img {
  max-width: 115px;
  height: 52px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.l-payment-btn {
  max-width: 250px;
  background-color: var(--vino);
  margin: auto;
  color: #fff;
  display: block;
  border-radius: 3px;
}

#submitPayu {
  cursor: pointer;
  background-color: #eeeeee;
  color: var(--gris);
  padding: 5px 10px;
  border: none;
  max-width: 250px;
  font-family: "open_sansregular", sans-serif;
  font-size: 1em;
  display: block;
  min-width: 250px;
  height: 34px;
  border-radius: 10px;
}

div#comboFedex {
  margin: 30 0px;
  text-align: center;
}

div#comboFedex select {
  margin: auto;
  display: block;
}

div#comboFedex table {
  margin: auto;
  max-width: 350px;
  width: 100%;
}

#login .c-flex-column {
  /* max-width: 250px; */
  width: 100%;
  text-align: left;
}

#login .c-flex-column input {
  /* max-width: 250px; */
  width: 100%;
}

.u-border {
  border: none;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bold {
  font-weight: bold;
}

.btnPagar {
  width: 90px !important;
  min-width: auto;
}

.panelLogin-B {
  border: 1px solid var(--vino);
  width: 100%;
  background: white;
}

.formpanelLogin {
  font-size: 0.8rem;
}

.tabCerrar {
  display: flex;
  justify-content: center;
}

.btnCerrarLogin {
  background-color: white;
  border: 1px black solid;
  font-weight: bold;
  color: var(--vino);
  cursor: pointer;
}

.font-size-small {
  font-size: 0.8rem;
}

.font-size-xsmall {
  font-size: 0.7rem;
}

.texbox-H {
  height: 23.6px;
}

.totalesFinales {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.bannerFinales {
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 80px;
  padding-bottom: 20px;
}

.pagoIcon {
  height: 50px;
  width: auto;
}

button.mercadopago-button {
  width: max-content !important;
  border: none !important;
  /* background-color: var(--vino) !important; */
  height: 100% !important;
}

button.mercadopago-button::before {
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++
ESTILOS DE PÃGINA DE PAGO
++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.l-bills-container {
  max-width: var(--layout1230);
  margin: auto;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.l-bills-item {
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px;
}

@media (max-width: 800px) {
  .l-bills-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.l-with-estatus {
  width: 380px;
}

.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.cbx:not(:last-child) {
  margin-right: 6px;
}

.cbx:hover {
  background: rgba(0, 119, 255, 0.06);
}

.cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  font-size: 0.8rem;
  color: var(--vino);
}

.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}

.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}

.cbx:hover span:first-child {
  border-color: var(--vino);
}

.inp-cbx {
  position: absolute;
  visibility: hidden;
}

.inp-cbx:checked + .cbx span:first-child {
  background: var(--vino);
  border-color: var(--vino);
  animation: wave 0.4s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

@media screen and (max-width: 768px) {
  .l-info-pedido-general,
  .l-info-pedido-general-bloque-gris {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  body {
    width: auto;
    display: inherit;
  }
  .cbx {
    width: 100%;
    margin-bottom: 4px;
    display: inline-block;
  }
}

@-moz-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

@-webkit-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

@-o-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
