

/* BEG: PASOS DE COMPRA (SON 3 PASOS) */

/* TITULO DE LOS PASOS */
.theme-fisino .fmc-checkout-step .step span.label {
    font-size: 24px !important;
    
  }
  @media (min-width: 768px){
    .theme-fisino .fmc-checkout-step .step span.label {
      font-size: 24px !important;
    }
  }
  /* ICONO CIRCULAR DE LOS PASOS */
  .tpl-icon-pasos-compra{
    display: flex;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    background: #ffffff;
    /* margin-top: -12px; */
    /* margin-bottom: 5px; */
    margin-bottom: 10px !important;
  }
  /* CUANDO EL PASO ESTA TERMINADO O FINALIZADO */
  .fmc-checkout-step .step.active span.tpl-icon-pasos-compra, 
  .fmc-checkout-step .step.finish span.tpl-icon-pasos-compra {
    background: #69257C;
    border-color: #69257C;
    color: #ffffff;
  }
  @media (max-width: 480px){
    .fmc-checkout-step .step.finish.step-cart, .fmc-checkout-step .step.finish.step-checkout {
        display: flex !important;
    }
  
    .theme-fisino .fmc-checkout-step {    
      justify-content: center !important;  
    }
    .theme-fisino .fmc-checkout-step .step span.label {   
      width: 100px !important;
      font-size: 18px !important;
    }
  }
  
  @media (max-width: 1024px){
  
    /* ESPACIO SUPERIOR, PARA QUE LOS ICONOS DE LOS PASOS NO ESTEN DEMASIADO SEPARADOS */
    #content{
      padding: 0px 0 !important;
    }
    .fmc-checkout-step {   
      margin: 40px auto !important;
  }
  }
  /* END: PASOS DE COMPRA (SON 3 PASOS) */