/*
Theme Name:   Checkout Bambai
Theme URI:    https://bambai.es
Author:       César de la Torre Salceda
Template:     twentyseventeen
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.site-content{
  padding:0;
}
html,body,#page,.site-content-contain{
  min-height: 100vh;
}
.miniatura svg{
  display: none;
}
.site-content-contain {
  background: #FAFAFA;
}
.main-container {
  display: flex;
  gap: 4%;
  max-width: 1280px;
  margin: 0 auto;
}
.step{
  flex: 60% 0 1;
}
.order-review{
  min-width: 569px;
  flex: 34% 1 0;
}
#primary .entry-content {
  width: 92% !important;
  margin: 3% auto !important;
  float: none !important;
}
#checkout-header {
  display: flex;
  justify-content: space-between;
}
#idioma {
  display: none;
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  width: 58px;
  height: 32px;
  padding: 8px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #2A2E33;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8.94312" r="8" fill="%23F2F7FF"/><path d="M6.66667 11.8955L9.80953 8.75265L6.66667 5.60979" stroke="%23397CF3" stroke-linecap="round"/></svg>');
  background-position: top 8px left 34px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.step-review {
  display: flex;
  margin: 4em auto;
  width: 100%;
  justify-content: space-around;
}
.step-review {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #C9C9C9;
}
.current{
  color:#397CF3;
}
.current svg .step-review-circle{
  fill:#397CF3;
  stroke:#397CF3;
}
.current svg .step-review-tick{
  stroke:#FFFFFF;
}
.past{
  color:#2A2E33;
}
.past svg .step-review-circle{
  fill:#F2F7FF;
  stroke: #397CF3;
}
.past svg .step-review-tick{
  stroke:#397CF3;
}
.acordeon {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  border-radius: 16px;
  margin-bottom: 24px;
}
.acordeon input {
  display: none;
}
.acordeon label {
  display: block;
  height: 72px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="%23F2F7FF"/><path d="M10 16.4285L14.7143 11.7142L10 6.9999" stroke="%23397CF3" stroke-linecap="round"/></svg>');
  background-position: top 24px right 34px;
  background-repeat: no-repeat;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #2A2E33;
  margin: 0;
  padding: 22.5px;
}
.acordeon label:hover {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="11.5" fill="%23F2F7FF" stroke="%23397CF3"/><path d="M10 16.4285L14.7143 11.7142L10 6.9999" stroke="%23397CF3" stroke-linecap="round"/></svg>');
}
.acordeon .contenido {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  display: grid;
  grid-template-columns: 219px 219px 219px;
  grid-auto-rows: 124px;
  gap: 25.5px;
  padding: 0 22.5px;
  justify-content: space-around;
}
.acordeon input:checked ~ .contenido {
  max-height: 100%;
  transition: all 0.2s ease-in;
  padding: 22.5px;
}
.acordeon input:checked ~ label {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="%23F2F7FF"/><path d="M7.19995 10.8L11.9142 15.5143L16.6285 10.8" stroke="%23397CF3" stroke-linecap="round"/></svg>');
}
.producto{
  border: 1px solid #C9C9C9;
  border-radius: 12px;
  padding: 12px;
  grid-template-columns: 100px 1fr;
  display: grid;
  gap: 8px;
  grid-template-rows: 50% 1fr 1fr;
}
.producto input{
  display: inline-block;
}
.miniatura{
  background: #F5F5F5;
  border-radius: 8px;
  grid-row: 1 / 3 span;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
.miniatura svg{
  position: absolute;
  width: 9.37px;
  height: 9.37px;
  left: 8px;
  top: 8px;
}
.nombre{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2A2E33;
}
.precio{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #AEAEAE;
}
.selCantidad{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.cantidad{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #2A2E33 !important;
  height: 24px;
  border-radius: 0 !important;
  border: 1px solid #F5F5F5 !important;
  width: 24px !important;
  -moz-appearance: textfield;
  padding: 0 !important;
  text-align: center;
}
.cantidad::-webkit-inner-spin-button,
.cantidad::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
#step-2,#step-3,#step-4 .substep {
  border: 1px solid #C9C9C9;
  border-radius: 16px;
  padding: 24px;
}
.titHeader{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.titulo{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  align-items: center;
  display: flex;
  gap: 8px;
}
.textoLogin{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(42, 46, 51, 0.890196);
}
.campos{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:8px;
}
.line-animation{
  height: 55px;
}
.inline{
  position: relative;
  z-index: 1;
}
.campo:focus{
  box-shadow: none;
  outline: none;
}
.label{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #AEAEAE;
  z-index: 2;
  padding-left: 16px;
  pointer-events: none;
  transition: all 0.3s;
  transform: translateY(-38px);
  -webkit-perspective:1600;
  perspective:1600;
  height: 0;
} 
.campo{
  border-radius: 4px !important;
  border: 1px solid #D9D9D9 !important;
  height: 55px;
  padding: 22px 16px 8px 16px !important;
}
input::placeholder{
  color:transparent;
}
.textoLogin{
  display: none;
}
.line-animation input:focus + label,
.line-animation input:active + label,
.line-animation input:not(:placeholder-shown) + label{
  transform: translateY(-50px);
  font-size: 12px;
}
.line-animation input:focus + label{
  color: #397CF3;
}
.line-animation input:focus{
  border: 1px solid #397CF3 !important;
}
.col1{
  grid-column: 1 / 2 span;
}
.tel{
  padding-left: 55px;
}
.iti__flag-container{
  max-height: 55px;
}
.iti .campo {
  padding-left: 55px !important;
}
.iti__country-list{
  z-index:600 !important;
}
.condicion input{
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #AEAEAE !important;
  border-radius: 4px !important;
  vertical-align: middle;
}
.condicion input:checked{
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Group 373"><rect id="Rectangle 2166" x="0.5" y="0.5" width="17" height="17" rx="3.5"/><path id="Vector" d="M5 9L8 12L14 6" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
  background-color: #397CF3;
  border: 1px solid #397CF3 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.condicion label{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2A2E33;
  margin-top: 16px;
}
.subchoice{
  display: none;
}
.choice-opt:checked ~ .subchoice{
  display: grid;
  align-items: center;
}
.iti,.iti input{
  width: 100%;
}
.choice > label {
  display: inline-block;
  color: #2A2E33;
  font-size: 16px;
  font-family: Poppins;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
  background-image: none;
}
.choice > label.circle {
  border-radius: 50%;
  height: 18px;
  width: 18px;
  border: 1px solid #AEAEAE;
  vertical-align: middle;
  margin: 0;
  margin-right: 12px;
}
.choice input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label.circle {
  background: radial-gradient(#397CF3 0%, #397CF3 55%, white 60%, white 100%);
}
.subchoice p{
  height: 24px;
  padding: 0px 0px 0px 32px; 
  color: #AEAEAE;
  font-size: 16px;
  font-family: Poppins;
  margin:0;
}
.subchoice button {
  padding: 8px 24px;
  background: white;
  color: #397CF3;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  width: 140px;
  height: 35px;
  text-align: left;
}
.pestañas {
  display: flex;
  text-align: center;
  gap: 0;
}
.pestañas label{
  flex: 50% 1 0;
  margin: 0;
}
.pestañas div{
  height: 47px;
  padding: 12px 16px;
  border-radius: 16px 16px 0px 0px;
  border-bottom: 1px solid #397CF3;
  background: #F5F5F5;
  color: #AEAEAE;
  font-size: 18px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
}
.bill_empresa_choice:checked + div{
  border-top: 1px solid #397CF3;
  border-right: 1px solid #397CF3;
  border-left: 1px solid #397CF3;
  background: #FFF;
  border-bottom: none;
  color: #397CF3; 
}
.cuadrado{
  display: grid;
  border: 1px solid #397CF3;
  grid-column: 1 / 2 span;
  gap: 12px;
  border-top: none;
  padding: 24px;
  margin-top: -12px;
  grid-template-columns: 1fr 1fr;
}
#step-4 .substep{
  margin-bottom: 24px;
}
.iti__country-list{
  z-index: 200;
}
.shop_table.woocommerce-checkout-review-order-table {
  border-radius: 16px;
  background: #F2F7FF;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cuadro_sub, .cuadro_nosub, .cuadro_plan, .cuadro_cupones {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background: #FFF;
}
.tit_cuadro_sub, .tit_cuadro_nosub, .tit_final_price, .tit_first_pay, .tit_cuadro_cupones {
  color: #2A2E33;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: grid;
  grid-template-columns: 78% 22%;
  align-items: center;
  line-height: 18px;
}
.texttit_first_pay{
  font-weight: 500;
}
.pricetit_first_pay{
  color: #2A2E33;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  justify-self: end;
}
.tit_cuadro_price {
  display: grid;
  grid-template-columns: 61% 39%;
  align-items: center;
}
.products_cuadro_sub, .products_cuadro_nosub, .products_cuadro_cupones {
  display: grid;
  grid-template-columns: 11% 50% 13% 26%;
  color: #2A2E33;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  grid-row-gap: 8px;
  align-items: center;
}
.products_cuadro_cupones {
  display: grid;
  grid-template-columns: 11% 63% 26%;
}
.products_cuadro_sub .icono img, .products_cuadro_sub .icono img, .products_cuadro_cupones .icono img {
  width: 24px;
  height: 24px;
}
.icono {
  align-self: center;
  justify-self: center;
}
.product-quantity{
  font-weight: 600;
}
.name {
  margin-left: 0;
}
.products_cuadro_plan .quantity{
  justify-self: end;
}
.products_cuadro_plan .quantity:nth-child(2n+1) {
  margin-right: 50%;
}
.price{
  justify-self: end;
}
.pricetit_cuadro_sub, .pricetit_cuadro_nosub, .pricetit_cuadro_cupones{
  font-weight: 600;
  justify-self: end;
}
.products_cuadro_plan {
  grid-template-columns: 24px 33% 8% 24px 33% 8%;       
  display: grid;
  color: #2A2E33;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  gap: 8px;
  align-items: center;
}
.final_price {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid #397CF3;
  background: #FFF;
}
.texttit_final_price, .texttit_cuadro_plan {
  color: #3171F1;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.pricetit_final_price {
  color: #2A2E33;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  justify-self: end;
}
.pricetit_cuadro_plan {
  color: #2A2E33;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  justify-self: end;
}
.tit_final_price, .tit_first_pay {
    grid-template-columns: 70% 30%;
}
.next-step,.finish-step {
  border-radius: 8px;
  background: #397CF3;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  flex-basis: 80%;
  flex-grow: 1;
  padding: 14px 18px;
}
.next-step,.finish-step:hover {
  background: #2A2E33 !important;
}
.next-step,.finish-step:focus {
  background: #397CF3 !important;
}
.prev-step {
  border-radius: 8px;
  background: #FFF;
  color: #397CF3;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  flex-basis: 20%;
  flex-shrink: 1;
  padding: 14px 18px;
}
.prev-step:focus, .prev-step:hover{
  background: transparent !important;
}
.woocommerce-checkout-payment{
    display: none;
}
.resumen-compra {
  display: contents;
}
.botones-resumen-compra {
  display: flex;
  gap: 16px;
}
input[aria-invalid="true"] {
  border: 1px solid #D14343 !important;
}
.error.activo {
  display: block;
  color: #D14343;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
}
.error {
  display: none;
}
.error svg {
  margin: 0 8px;
  width: 12px;
  height: 12px; 
}
.line-animation.activo {
  height: 85px;
}
.cuadro_planes {
  padding: 8px;
  margin-bottom: 16px;
  display: none;
  flex-direction: row;
  background: #FFF;
  justify-content: space-around;
  width: fit-content;
  align-self: center;
  border-radius: 8px;
  gap: 8px;
}
.load {
  z-index:10000;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #00000045;
  margin: 0;
  top: 0;
  right: 0;
}
.loading {
  max-width: 50%;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.loading__anim {
  top: calc(50vh - 100px);
  right: calc(50vw - 100px);
  position: absolute;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 10px solid rgb(167, 193, 240);
  border-right-color: rgb(57, 124, 243);
  border-bottom-color: rgb(57, 124, 243);
  border-radius: 50%;
  animation: rotate 600ms infinite linear;
}
@keyframes rotate {
  to {
    transform: rotate(1turn)
  }
}
.wait {
  z-index: 10000;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #00000045;
  margin: 0;
  top: 0;
  right: 0;
}
.waiting {
  padding: 35px;
  max-width: 50%;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: white;
  width: 40%;
  height: 200px;
  top: calc(50vh - 100px);
  right: calc(50vw - 20%);
  position: absolute;
  border-radius: 32px;
}
.waiting__text{
  color: #3171F1;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.waiting .loading__anim{position: static;}
.botonPlan:hover {
  color: #397CF3;
}
.botonPlan.activa {
  background: #397CF3;
  color: #FFF;
  cursor: default;
}
.botonPlan {
  border-radius: 8px;
  padding: 4px 8px;
  color: #2A2E33;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
}
.method_pago{
  display: grid;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.method_pago label {
  flex-grow: 1;
}
.method_pago_element {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #AEAEAE; 
  background: #FFF;
  color: #AEAEAE;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
input[type="radio"]:checked + .method_pago_element {
  border: 1px solid #397CF3;
  color: #397CF3;
}
input[type="radio"]:checked + .method_pago_element svg{
  fill: #397CF3;
}
input[type="radio"]:checked + .method_pago_element svg path{
  stroke: #fff;
}
input[type="radio"]:checked + .method_pago_element svg .strfill{
  stroke: #397CF3;
}
.line-animation #paycomet-pan:active + label{
  transform: translateY(-50px);
  font-size: 12px;
  color: #397CF3;
}
#boton_aplicar_descuento{
  position: absolute;
  top: 20px;
  z-index: 10;
  color: #397CF3;
  right: 16px;
  cursor: pointer;
}
#boton_aplicar_descuento:hover{
  font-weight: 500;
}
.form-control {
  width: 45%;
  border: none;
  max-width: 52px;
}
.form-inline {
  padding: 22px 16px 8px 16px !important;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 9px;
}
#paymethods_iban{
  display: none;
}
#paymethods_card, #paymethods_iban {
  margin-top: 20px;
  border: 1px solid #397CF3;
  padding-top: 22px;
  border-radius: 16px 16px 0px 0px;
}
.noborder{
  border:none;
}
.preguntas {
  display: none;
  margin: 10px 0 5px;
}
#parlem{
  display: none;
  grid-template-columns: 100%;
  text-align: center;
  margin-top: 15px;
}
.finish-step{
  display: none;
}
#desplegable-movil{
  display: none;
}
#checkout-header {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
#checkout-header svg {
  max-width: 85%;
}
.step-review {
  display: inline-flex;
  width: 68%;
  align-items: center;
  height: 30px;
}
.step-review-icon{
  width: 6%;
}
.step-review-icon p {
  display: none;
}
.step-raya {
  width: 8%;
  height: 100%;
}
.step-review svg {
  max-width: 100%;
  height: 100%;
}
.step-review svg {
  max-width: 100%;
}
.acordeon {
  border: none;
}
.shop_table.woocommerce-checkout-review-order-table {
  border-radius: 0;
  background: none;
  padding: 0;
  gap:0;
}
.cupones {
  margin-bottom: 8px;
}
.cuadro_sub, .cuadro_nosub {
  border-radius: 0;
  border-top: 1px solid #F5F5F5;
}
.cuadro_plan {
  border-radius: 8px 8px 0 0;
}
.final_price {
  border:none;
  border-radius: 0;
  border-top: 1.5px solid #397CF3;
  background: #FFF;
}
.botones-resumen-compra {
  padding: 0 24px 24px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
#step-2, #step-3, #step-4 .substep {
  border: none;
  border-radius: 8px;
  background: #fff;
}
#desplegable-movil label{
  margin-bottom: 0;
}
#desplegable-movil span{
  background-color: white;
  padding: 10px;
  padding-left: 0;
  margin-bottom: 0;
}
.preguntas{
  grid-column: 1 / 2 span;
}
.preguntas .acordeon{
  display: none;
}
.preguntas .acordeon{
  display: none;
}
.preguntas .acordeon:first-child{
  display: block;
}
.donde_instalas, .tipo_instalas, .negocio_instalas, .mascota_instalas{
  display: none;
}
#donde_instalas:checked + .donde_instalas{
  display: block;
}
#tipo_instalas:checked + .tipo_instalas{
  display: block;
}
#negocio_instalas:checked + .negocio_instalas{
  display: block;
}
#mascota_instalas:checked + .mascota_instalas{
  display: block;
}
@media (max-width: 1400px) {
  .acordeon .contenido{
    grid-template-columns: 219px 219px;
  }
}
@media (max-width: 1038px) {
  .error svg {
    margin:0;
  }
}
@media (max-width: 1002px) and (min-width: 850px) {
  #step-2 .campos, #step-3 .campos {
    grid-template-columns: 1fr;
  }
  #step-3 .line-animation{
    grid-column:1 / 2 span;
  }
  #step-4 .subchoice.campos .line-animation{
    grid-column:1 / 2 span;
  }
}
@media (max-width: 1099px) and (min-width: 850px) {
  #step-4 .subchoice.campos .cuadrado .line-animation{
    grid-column:1 / 2 span;
  }
}
@media (max-width: 650px) {
  .cuadrado .line-animation{
    grid-column:1 / 2 span;
  }
}
@media (max-width: 850px) {
  .step{
    margin-bottom: 250px;
    flex: 100% 0 1;
  }
  .order-review {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10000;
    min-width: unset;
  }
  .cuadro_plan,.cuadro_sub,.cuadro_nosub,.cuadro_cupones{
    display: none;
  }
  #desplegable-movil{
    display: block;
  }
  #order-review-show:checked + .order-review{
    bottom: 0 !important;
    overflow-y: scroll;
    top:unset;
  }
  #order-review-show:checked + .order-review .cuadro_plan{
    display: block;
  }
  #order-review-show:checked + .order-review .cuadro_sub{
    display: block;
  }
  #order-review-show:checked + .order-review .cuadro_nosub{
    display: block;
  }
  #order-review-show:checked + .order-review .cuadro_cupones{
    display: block;
  }
  #order-review-show:checked + .order-review #desplegable-movil{
    background: #fff;
  }
  #checkout-header {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
  }
  #checkout-header svg {
    max-width: 85%;
  }
  .step-review {
    display: inline-flex;
    width: 68%;
    align-items: center;
    height: 30px;
  }
  .step-review-icon{
    width: 6%;
  }
  .step-review-icon p {
    display: none;
  }
  .step-raya {
    width: 8%;
    height: 100%;
  }
  .step-review svg {
    max-width: 100%;
    height: 100%;
  }
  .step-review svg {
    max-width: 100%;
  }
  .acordeon .contenido {
    grid-template-columns: 100%;
    grid-auto-rows: 70px;
    gap: 16.5px;
  }
  .acordeon input:checked ~ .contenido {
    padding: 22.5px 10px;
  }
  .acordeon label{
    padding-right: 56px;
  }
  .producto {
    padding: 8px 12px;
    grid-template-columns: 40px 1fr 85px;
    grid-template-rows: 28px 1fr;
  }
  .miniatura {
    grid-row: 1 / 2 span;
  }
  .nombre {
    grid-column: 2 / 2;
    grid-row: 1/1;
  }
  .precio {
    grid-column: 2 / 2;
    grid-row: 2/2;
  }
  .selCantidad {
    grid-column: 3 / 3;
    grid-row: 1/2 span;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .choice > label {
    max-width: 87%;
  }
  .method_pago label {
    height: 100%;
  }
  .method_pago_element{
    height: 100%;
  }
}
@media (max-width: 450px) {
  .products_cuadro_plan {
    grid-template-columns: 14% 68% 0%;
    margin-top: 20px;
  }
  .tit_cuadro_price {
    grid-template-columns: 57% 43%;
  }
  .products_cuadro_nosub {
    margin-top: 20px;
  }
  .products_cuadro_sub {
    margin-top: 20px;
  }
  .subchoice p {
    height: 53px;
  }
}
@media (max-width: 414px) {
  .acordeon label{
    height: 100px;
  }
  .acordeon input:checked ~ .contenido {
    padding: 0 10px 22.5px;
  }
}