.div_content_procesar_pago{
    position: relative;
    width: 75%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
}

.plus_agregar_dire{
    position: absolute;
    font-size: 10em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, .4);
    transition: all .4s ease;
    
}

.div_direccion_entrega:hover .plus_agregar_dire{
    color: rgba(0, 0, 0, .9);
}

.div_direccion_entrega:hover .l_nueva_dire{
    color: rgba(0, 0, 0, .9);
}

.div_direccion_entrega:hover .l_reco_tienda{
    color: rgba(0, 0, 0, .9);
}

.l_nueva_dire{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 1.8em;
    top: 75%;
    color: rgba(0, 0, 0, .4);
    transition: all .4s ease;
}

.l_reco_tienda{
   position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 1.8em;
    top: 83%;
    color: rgba(0, 0, 0, .4);
    transition: all .4s ease; 
}

.l_select_envio{
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 1.4em;
    
}

.l_register_login{
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.8em;
}

.div_content_regis_login{
    position: relative;
    width: 100%;
    height: 70vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    overflow: auto;
}

.procesar_login, .procesar_register{
    position: absolute;
    top: 10% !important;
    left: 35%;
    transform: translate(-50%);
    overflow: hidden;
    opacity: 1;
}

.i_regis_procesar{
    width: 49%;
}

.procesar_register{
    left: 60%;
    width: 600px;
    gap: 10px;
}



.i_enviar_aqui{
    position: absolute;
    right: 10px;
    font-size: 1.7em;
    color: forestgreen;
    display: none;
}

.i_enviar_aqui.activo{
    display: block;
}


.l_teminos_proceso{
    position: relative;
    top: -5px;
    font-size: 1em;
    color: rgba(0, 0, 0, .5);
    font-weight: 700;
    left: 20px;
}

.div_acpetar_terminos_proceso{
    position: relative;
    top: 40px;
    left: 0px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid rgba(0, 0, 0, .6);
    margin-right: 10px;
}

.div_acpetar_terminos_proceso::before{
    content: '';
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-top: 0px solid transparent;
    border-left: 0px solid green;
    border-bottom: 0px solid green;
    border-right: 0px solid transparent;
    position: absolute;
    transition: all .3s ease;
}

.div_acpetar_terminos_proceso.activo::before{
    width: 20px;
    height: 10px;
    transform: rotate(-45deg);
    border-top: 3px solid transparent;
    border-left: 3px solid green;
    border-bottom: 3px solid green;
    border-right: 3px solid transparent;
}

.btn_procesar_pago_final, .btn_procesar_pago_final_bizzum{
    position: relative;
    width: 90%;
    text-align: center;
    margin-top: 7px;
    border-radius: 30px;
    background: #000;
    color: aliceblue;
    padding: 15px 0;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    transition: all .4s ease;
    display: none;
    top: 0%;
    border: none;
}


.btn_procesar_pago_final.activo, .s_metodo_pago.activo, .btn_procesar_pago_final_bizzum.activo{
    display: block;
}



.btn_procesar_pago_final:hover{
    background: var(--color--artesanos);
}

.s_metodo_pago{
    position: relative;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
    height: 40px;
    border-radius: 8px;
    padding-left: 10px;
    font-size: 1em;
    line-height: 40px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .3);
    display: block;
}

.div_fondo_carga{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 2;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    display: none;
}

.div_fondo_carga.activo{
    display: flex;
}


.div_carga_pago{
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-top: 7px solid var(--color--artesanos);
    border-left: 7px solid rgba(0, 0, 0, .3);
    border-right: 7px solid rgba(0, 0, 0, .3);
    border-bottom: 7px solid rgba(0, 0, 0, .3);
    
}


.div_carga_pago.activo {
	animation: 1s carga linear infinite;
	display: block;
	opacity: 1;
}

.div_content_telfono_pedidos{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 0px;
}

.div_content_dire_pedidos{
    position: relative;
    top: 30%;
    width: 100%;
    height: 100px;
    left: 50%;
    transform: translate(-50%);
    margin-top: 10px;
}

.i_telefono_clien_proce{
    position: relative;
    width: 20%;
    border: 2px solid red;
    
}

.btn_facturacion_pedido{
    left: 50%;
    transform: translate(-50%);
}

.btn_actualizar_telefono_pedido{
    position: relative;
    left: 0%;
    transform: translateY(15%);
    height: 40px;
}

@keyframes carga {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}

}

.div_direccion_confir_fondo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
    display: none;
    
}

.div_terminos_confir_fondo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    z-index: 200;
    display: none;
    
}

.div_terminos_confir_fondo.activo{
    display: block;
    
}

.div_direccion_confir_fondo.activo{
    display: block;
    
}

.div_direccion_confir{
    position: fixed;
    width: 700px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 3;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    
    
}

.i_aviso_dire{
    position: relative;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    font-size: 40px;
    color: red;
    
}

.h_revisar{
    position: relative;
    top: 20px;
    width: 100%;
    text-align: center;
    font-size: 1.5em
}

.div_btn_revisar{
    position: relative;
    top: 26%;
    transform: translateY(-50%);
    width: 100%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.btn_aceptar_direccion, .btn_cancelar_direccion{
    position: relative;
    width: 50%;
    height: 100%;
    background: green;
    text-align: center;
    font-size: 1.3em;
    line-height: 70px;
    color: aliceblue;
    cursor: pointer;
    transition: all .5s ease;
}

.btn_cancelar_direccion{
    background: #f7f4f4;
    color: rgba(0, 0, 0, .6)
}

.btn_aceptar_direccion:hover{
    background: #149f14;
}

.btn_cancelar_direccion:hover{
    background: #d9d7d7;
}


.div_content_procesar_pago::-webkit-scrollbar {
    -webkit-appearance: none;
}

.div_content_procesar_pago::-webkit-scrollbar:vertical {
    width:10px;
}

.div_content_procesar_pago::-webkit-scrollbar-button:increment,.div_content_procesar_pago::-webkit-scrollbar-button {
    display: none;
}

.div_content_procesar_pago::-webkit-scrollbar:horizontal {
    height: 10px;
}

.div_content_procesar_pago::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.div_content_procesar_pago::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.div_content_dire_envio_factu{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.div_content_dire_envio{
    display: none;
}

.div_content_dire_envio.activo{
    position: relative;
    width: 60%;
    height: auto;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
}

.div_content_dire_factu{
    position: relative;
    width: 60%;
    height: auto;
    margin: auto;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, .3);
}

.div_content_resumen_pedido{
    position: relative;
    width: 60%;
    height: auto;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, .3);
}

.div_content_dire_factu.activo{
    display: grid;
}

.l_cambiar_dire_envio{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 15px;
    font-weight: 400;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    transition: all .5s ease;
    
}

.l_cambiar_dire_envio:hover{
    color: #0008cc;
    
}

.l_anadir_instrucciones{
    position: relative;
    width: 100%;
    display: block;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.l_puntos_recogida{
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    background: var(--color--artesanos);
    color: aliceblue;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 7px;
    transition: all .5s ease;
}

.l_puntos_recogida:hover{
    box-shadow: 9px 9px 19px rgba(0, 0, 0, .6);
}

.l_nombre_ape_procesar{
    position: relative;
    width: 100%;
    display: block;
}

.l_content_cambiar_dire{
    position: relative;
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, .6);
    
}

.l_content_cambiar_dire.activo{
    background: rgba(255, 204, 204, 0.69);
    border: 2px solid rgba(255, 204, 204, 1);
}

.l_content_cambiar_dire strong{
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
}

.div_cambiar_direccion_envio{
    position: relative;
    width: 60%;
    height: auto;
    margin: auto;
    display: none;
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
}

.div_cambiar_direccion_envio.activo{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
}

.l_close_dire{
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
 }

.t_instrucciones{
    position: relative;
    max-width: 100%;
    min-width: 100%;
    max-height: 100px;
    min-height: 100px;
    resize: none;
    padding: 10px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .3);
    display: none;
    margin-bottom: 10px;
}

.t_instrucciones.activo{
    display: block;
    
}

.btn_guardar_instruccion{
    display: none;
}

.btn_guardar_instruccion.activo{
    display: block;
}

.l_editar_compra{
    position: absolute;
    top: 25px;
    left: 87%;
    transform: translate(0%);
    color: blue;
    text-decoration: underline;
    
}

.div_vales_cupones{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    
}

.div_aviso_paso_saldo{
    position: fixed;
    width: 0%;
    max-width: 0px;
    height: 0%;
    max-height: 0px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    border-radius: 8px;
    transition: all .4s ease;
    overflow: hidden;
    opacity: 0;
}


.div_aviso_paso_saldo.activo{
    width: 90%;
    max-width: 650px;
    height: 80%;
    max-height: 240px;
    border: 1px solid rgba(0, 0, 0, .3);
    opacity: 1;
}



.l_excla_saldo{
    position: relative;
    font-size: 60px;
    margin-top: 20px;
    color: #ffba00;
}

.h_aviso_saldo{
    font-size: 1.6em;
}

.l_cerrar_aviso_saldo{
    display: block;
    padding: 10px;
    background: var(--color--artesanos);
    color: aliceblue;
    width: 120px;
    text-align: center;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
}


.s_descuento{
    position: absolute;
    left: -10px;
    width: 35px;
    border-radius: 50%;
    background: red;
    line-height: 20px;
    color: aliceblue;
    font-size: .56em;
    padding: 7px 0;
    text-align: center;
    transform: rotate(-35deg);
    display: block;
}

.direccion_recogida_tienda{
    position: relative;
    width: 300%;
    height: 0px;
    left: -100%;
    transition: all .5s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 10px;
    overflow: auto;
}

.direccion_recogida_tienda.activo{
    height: 300px;
    margin-top: 8px;
    padding: 5px;
}

.direccion_recogida_tienda::-webkit-scrollbar {
    -webkit-appearance: none;
}

.direccion_recogida_tienda::-webkit-scrollbar:vertical {
    width:10px;
}

.direccion_recogida_tienda::-webkit-scrollbar-button:increment,.direccion_recogida_tienda::-webkit-scrollbar-button {
    display: none;
}

.direccion_recogida_tienda::-webkit-scrollbar:horizontal {
    height: 10px;
}

.direccion_recogida_tienda::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.direccion_recogida_tienda::-webkit-scrollbar-track {
    border-radius: 10px;  
}


.recogida_tienda{
    position: relative;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
    transition: all .5s ease;
    padding: 5px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    
}

.recogida_tienda:hover{
    box-shadow: 10px 10px 21px rgba(0, 0, 0, .4);
}

.recogida_tienda.activo{
    border: 2px solid rgba(3, 226, 71, 0.9);
}

.i_mapa_reco {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    bottom: 0px;
}
.logo_reco{
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.s_info_recogida{
    position: relative;
    left: 00%;
    top: 0%;
    border-radius: 50% 50% 50% 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, .3);
    color: aliceblue;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    transform: rotate(-45deg);
}

.i_info_recogida{
    transform: rotate(45deg);
}

.s_info_recogida:hover{
    background: rgba(0, 0, 0, .7);
}

.div_info_recogida{
    position: relative;
    top: 14%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .9);
    color: aliceblue;
    height: 0;
    border-radius: 10px;
    opacity: 0;
    transition: all .5s ease;
    overflow: hidden;
    
}

.s_info_recogida:hover ~ .div_info_recogida{
    opacity: 1;
    padding: 10px;
    height: 70px;
    margin-top: 10px;
}

.info_reco{
    display: flex;
    opacity: 1;
    padding: 10px;
    height: 70px;
    width: 100%;
    top: 10%;
    justify-content: center;
    align-items: center;
}

/** Responsive generales */
/**Small devices (landscape phones, 280px and up)**/
@media (min-width:280px){
    .s_info_recogida:hover ~ .div_info_recogida{
        opacity: 1;
        padding: 10px;
        height: 80px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:320px){
    .div_content_procesar_pago {
        width: 100%;
        height: auto;
    }
    
    .div_content_dire_envio.activo {
        width: 100%;
    }
    .div_cambiar_direccion_envio {
        width: 100%;
    }
    .div_content_dire_factu {
        width: 100%;
    }
    .div_content_resumen_pedido {
        width: 100%;
    }
    
     .div_btn_revisar {
        position: relative;
        top: 20%;
        transform: translateY(-50%);
        width: 100%;
        height: 70px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    
    .leer_terminos{
        position: absolute;
        top: 55%;
        left: 50%;
        font-size: 25px;
        transform: translate(-50%);
        color: blue;
    }
  
    
    .btn_aceptar_direccion,
    .btn_cancelar_direccion {
        position: relative;
        width: 100%;
        height: 100%;
        background: green;
        text-align: center;
        font-size: 1.3em;
        line-height: 70px;
        color: aliceblue;
        cursor: pointer;
        transition: all .5s ease;
    }

    .btn_cancelar_direccion {
        background: #f7f4f4;
        color: rgba(0, 0, 0, .6)
    }
    

    .l_editar_compra{
        position: absolute;
        top: 25px;
        left: 87%;
        transform: translate(0%);
        color: blue;
        text-decoration: underline;

    }
    
    .div_direccion_confir {
        position: fixed;
        width: 90%;
        height: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        z-index: 3;
        border: 1px solid rgba(0, 0, 0, .4);
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;


    }
    .div_btn_revisar {
        top: 28%;
    }
    .l_register_login{
        top: 10px;
        font-size: .8em;
    }

    .div_content_regis_login{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    .procesar_login,
    .procesar_register {
        position: relative;
        top: 4% !important;
        left: 5%;
        transform: translate(-0%);
        overflow: hidden;
        opacity: 1;
        width: 90%;
        z-index: 1;
    }
    
    .div_datos_regis_procesar{
        position: relative;
        width: 100%;
    }
    
    .procesar_register {
        top: 7% !important;
        left: 5%;
        width: 90%;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .i_regis_procesar {
        width: 100%;
    }
    
    .direccion_recogida_tienda.activo {
        height: 330px;
    }

    .recogida_tienda {
        width: 50%;
        display: block;
        left: 50%;
        transform: translate(-50%);

    }

    .recogida_tienda:hover {
        box-shadow: 10px 10px 21px rgba(0, 0, 0, .4);
    }

    .recogida_tienda.activo {
        border: 2px solid rgba(3, 226, 71, 0.9);
    }

    .i_mapa_reco {
        position: relative;
        width: 100%;
        height: 50%;
        border: 0;
        bottom: 0px;
    }

    .logo_reco {
        height: 50%;
        top: 0%;
        transform: translateY(-0%);
    }
}

/**Small devices (landscape phones, 346px and up)**/
@media (min-width:346px){
    .div_content_procesar_pago {
        width: 100%;
        height: auto;
    }
    
    .div_content_dire_envio.activo {
        width: 100%;
    }
    .div_cambiar_direccion_envio {
        width: 100%;
    }
    .div_content_dire_factu {
        width: 100%;
    }
    .div_content_resumen_pedido {
        width: 100%;
    }
    
    .leer_terminos{
        position: absolute;
        top: 55%;
        left: 50%;
        font-size: 25px;
        transform: translate(-50%);
        color: blue;
    }
  
    
    .div_btn_revisar {
        position: relative;
        top: 26%;
        transform: translateY(-50%);
        width: 100%;
        height: 70px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .btn_aceptar_direccion,
    .btn_cancelar_direccion {
        position: relative;
        width: 100%;
        height: 100%;
        background: green;
        text-align: center;
        font-size: 1.3em;
        line-height: 70px;
        color: aliceblue;
        cursor: pointer;
        transition: all .5s ease;
    }

    .btn_cancelar_direccion {
        background: #f7f4f4;
        color: rgba(0, 0, 0, .6)
    }
    
    
    .l_editar_compra{
        position: absolute;
        top: 25px;
        left: 87%;
        transform: translate(0%);
        color: blue;
        text-decoration: underline;

    }
    
    .div_direccion_confir {
        position: fixed;
        width: 90%;
        height: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        z-index: 3;
        border: 1px solid rgba(0, 0, 0, .4);
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;


    }
    .l_register_login{
        top: 10px;
        font-size: .8em;
    }

    .div_content_regis_login{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    .procesar_login,
    .procesar_register {
        position: relative;
        top: 4% !important;
        left: 5%;
        transform: translate(-0%);
        overflow: hidden;
        opacity: 1;
        width: 90%;
        z-index: 1;
    }
    
    .procesar_register {
        top: 7% !important;
        left: 5%;
        width: 90%;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .i_regis_procesar {
        width: 45%;
    }

    .direccion_recogida_tienda.activo {
        height: 330px;
    }

    .recogida_tienda {
        width: 50%;
        display: block;
        left: 50%;
        transform: translate(-50%);

    }

    .recogida_tienda:hover {
        box-shadow: 10px 10px 21px rgba(0, 0, 0, .4);
    }

    .recogida_tienda.activo {
        border: 2px solid rgba(3, 226, 71, 0.9);
    }

    .i_mapa_reco {
        position: relative;
        width: 100%;
        height: 50%;
        border: 0;
        bottom: 0px;
    }

    .logo_reco {
        height: 50%;
        top: 0%;
        transform: translateY(-0%);
    }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:360px){
    .l_register_login{
        top: 10px;
        font-size: .8em;
    }

    .div_content_regis_login{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    .procesar_login,
    .procesar_register {
        position: relative;
        top: 4% !important;
        left: 5%;
        transform: translate(-0%);
        overflow: hidden;
        opacity: 1;
        width: 90%;
        z-index: 1;
    }
    
    .div_datos_regis_procesar{
        position: relative;
        width: 100%;
    }
    
    .procesar_register {
        top: 7% !important;
        left: 5%;
        width: 90%;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .i_regis_procesar {
        width: 100%;
    }

}

/**Small devices (landscape phones, 375px and up)**/
@media (min-width:375px){

}

/**Small devices (landscape phones, 384px and up)**/
@media (min-width:384px){
    .l_register_login{
        top: 10px;
        font-size: .8em;
    }

    .div_content_regis_login{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    .procesar_login,
    .procesar_register {
        position: relative;
        top: 4% !important;
        left: 5%;
        transform: translate(-0%);
        overflow: hidden;
        opacity: 1;
        width: 90%;
        z-index: 1;
    }
    
    .div_datos_regis_procesar{
        position: relative;
        width: 100%;
    }
    
    .procesar_register {
        top: 7% !important;
        left: 5%;
        width: 90%;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .i_regis_procesar {
        width: 100%;
    }

}

/**Small devices (landscape phones, 390px and up)**/
@media (min-width:390px){
  
   .div_content_procesar_pago {
        width: 100%;
        height: auto;
    }
    
    .div_content_dire_envio.activo {
        width: 100%;
    }
    .div_cambiar_direccion_envio {
        width: 100%;
    }
    .div_content_dire_factu {
        width: 100%;
    }
    .div_content_resumen_pedido {
        width: 100%;
    }
    
    .leer_terminos{
        position: absolute;
        top: 55%;
        left: 50%;
        font-size: 25px;
        transform: translate(-50%);
        color: blue;
    }
  
    
    .div_btn_revisar {
        position: relative;
        top: 26%;
        transform: translateY(-50%);
        width: 100%;
        height: 70px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .btn_aceptar_direccion,
    .btn_cancelar_direccion {
        position: relative;
        width: 100%;
        height: 100%;
        background: green;
        text-align: center;
        font-size: 1.3em;
        line-height: 70px;
        color: aliceblue;
        cursor: pointer;
        transition: all .5s ease;
    }

    .btn_cancelar_direccion {
        background: #f7f4f4;
        color: rgba(0, 0, 0, .6)
    }
    
    
    .l_editar_compra{
        position: absolute;
        top: 25px;
        left: 87%;
        transform: translate(0%);
        color: blue;
        text-decoration: underline;

    }
    
    .div_direccion_confir {
        position: fixed;
        width: 90%;
        height: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        z-index: 3;
        border: 1px solid rgba(0, 0, 0, .4);
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;


    }
    
    .l_register_login{
        top: 10px;
        font-size: .8em;
    }

    .div_content_regis_login{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    .procesar_login,
    .procesar_register {
        position: relative;
        top: 4% !important;
        left: 5%;
        transform: translate(-0%);
        overflow: hidden;
        opacity: 1;
        width: 90%;
        z-index: 1;
    }
    
    .procesar_register {
        top: 7% !important;
        left: 5%;
        width: 90%;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .i_regis_procesar {
        width: 100%;
    }

    .direccion_recogida_tienda.activo {
        height: 330px;
    }

    .recogida_tienda {
        width: 50%;
        display: block;
        left: 50%;
        transform: translate(-50%);

    }

    .recogida_tienda:hover {
        box-shadow: 10px 10px 21px rgba(0, 0, 0, .4);
    }

    .recogida_tienda.activo {
        border: 2px solid rgba(3, 226, 71, 0.9);
    }

    .i_mapa_reco {
        position: relative;
        width: 100%;
        height: 50%;
        border: 0;
        bottom: 0px;
    }

    .logo_reco {
        height: 50%;
        top: 0%;
        transform: translateY(-0%);
    }

}

/**Small devices (landscape phones, 393px and up)**/
@media (min-width:393px){
    .i_regis_procesar {
        width: 100%;
    }


}

/**Small devices (landscape phones, 400px and up)**/
@media (min-width:400px){
    .i_regis_procesar {
        width: 100%;
    }

}

/**Small devices (landscape phones, 412px and up)**/
@media (min-width:412px){
    .i_regis_procesar {
        width: 100%;
    }

}

/**Small devices (landscape phones, 414px and up)**/
@media (min-width:414px){


}

/**Small devices (landscape phones, 427px and up)**/
@media (min-width:427px){


}

/**Small devices (landscape phones, 428px and up)**/
@media (min-width:428px){

}

/**Small devices (landscape phones, 432px and up)**/
@media (min-width:432px){
    .i_regis_procesar {
        width: 100%;
    }

}

/**Small devices (landscape phones, 480px and up)**/
@media (min-width:480px){
    .l_register_login{
        top: 10px;
        font-size: 1.1em;
    }

    .div_content_regis_login{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    .procesar_login,
    .procesar_register {
        position: relative;
        top: 4% !important;
        left: 5%;
        transform: translate(-0%);
        overflow: hidden;
        opacity: 1;
        width: 90%;
        z-index: 1;
    }
    
    .div_datos_regis_procesar{
        position: relative;
        width: 100%;
    }
    
    .procesar_register {
        top: 7% !important;
        left: 5%;
        width: 90%;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .i_regis_procesar {
        width: 100%;
    }

}

/**Small devices (landscape phones, 504px and up)**/
@media (min-width:504px){
    .l_register_login{
        top: 10px;
        font-size: 1.1em;
    }

    .div_content_regis_login{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    .procesar_login,
    .procesar_register {
        position: relative;
        top: 4% !important;
        left: 5%;
        transform: translate(-0%);
        overflow: hidden;
        opacity: 1;
        width: 90%;
        z-index: 1;
    }
    
    .div_datos_regis_procesar{
        position: relative;
        width: 100%;
    }
    
    .procesar_register {
        top: 7% !important;
        left: 5%;
        width: 90%;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .i_regis_procesar {
        width: 49%;
    }

}

/**Small devices (landscape phones, 576px and up)**/
@media (min-width:576px){


}

/**Medium devices (tablets, 600px and up)*/
@media (min-width:600px){
    .div_content_procesar_pago {
        width: 100%;
        height: auto;
    }
    
    .div_content_dire_envio.activo {
        width: 100%;
    }
    .div_cambiar_direccion_envio {
        width: 100%;
    }
    .div_content_dire_factu {
        width: 100%;
    }
    .div_content_resumen_pedido {
        width: 100%;
    }
    
    .leer_terminos{
        position: absolute;
        top: 55%;
        left: 50%;
        font-size: 25px;
        transform: translate(-50%);
        color: blue;
    }
  
    
    .btn_aceptar_direccion,
    .btn_cancelar_direccion {
        position: relative;
        width: 100%;
        height: 100%;
        background: green;
        text-align: center;
        font-size: 1.3em;
        line-height: 70px;
        color: aliceblue;
        cursor: pointer;
        transition: all .5s ease;
    }

    .btn_cancelar_direccion {
        background: #f7f4f4;
        color: rgba(0, 0, 0, .6)
    }
    

    .l_editar_compra{
        position: absolute;
        top: 25px;
        left: 87%;
        transform: translate(0%);
        color: blue;
        text-decoration: underline;

    }
    
    .div_direccion_confir {
        position: fixed;
        width: 90%;
        height: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        z-index: 3;
        border: 1px solid rgba(0, 0, 0, .4);
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;


    }
    .div_btn_revisar {
        top: 28%;
    }
    
    .l_register_login{
        top: 10px;
        font-size: 1.1em;
    }

    .div_content_regis_login{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    .procesar_login,
    .procesar_register {
        position: relative;
        top: 4% !important;
        left: 5%;
        transform: translate(-0%);
        overflow: hidden;
        opacity: 1;
        width: 90%;
        z-index: 1;
    }
    
    .div_datos_regis_procesar{
        position: relative;
        width: 100%;
    }
    
    .procesar_register {
        top: 7% !important;
        left: 5%;
        width: 90%;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .i_regis_procesar {
        width: 100%;
    }


    .recogida_tienda {
        width: 45%;
        display: block;
        left: 0%;
        transform: translate(0%);

    }
    
    


}

/**Medium devices (tablets, 604px and up)*/
@media (min-width:604px){
    .l_register_login{
        top: 10px;
        font-size: .8em;
    }

    .div_content_regis_login{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    .procesar_login,
    .procesar_register {
        position: relative;
        top: 4% !important;
        left: 5%;
        transform: translate(-0%);
        overflow: hidden;
        opacity: 1;
        width: 90%;
        z-index: 1;
    }
    
    .procesar_register {
        top: 7% !important;
        left: 5%;
        width: 90%;
        gap: 10px;
        margin-bottom: 40px;
    }
    
    .i_regis_procesar {
        width: 49%;
    }
}

/**Medium devices (tablets, 720px and up)*/
@media (min-width:720px){

}

/**Medium devices (tablets, 768px and up)*/
@media (min-width:768px){

}

/**Medium devices (tablets, 800px and up)*/
@media (min-width:800px){

}

/**Medium devices (tablets, 810px and up)*/
@media (min-width:810px){
    .div_content_procesar_pago {
        width: 100%;
        height: auto;
    }
    
    .div_content_dire_envio.activo {
        width: 100%;
    }
    .div_cambiar_direccion_envio {
        width: 100%;
    }
    .div_content_dire_factu {
        width: 100%;
    }
    .div_content_resumen_pedido {
        width: 100%;
    }
    
    .leer_terminos{
        position: absolute;
        top: 55%;
        left: 50%;
        font-size: 25px;
        transform: translate(-50%);
        color: blue;
    }
  
    
    .div_btn_revisar {
        position: relative;
        top: 27%;
        transform: translateY(-50%);
        width: 100%;
        height: 70px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .btn_aceptar_direccion,
    .btn_cancelar_direccion {
        position: relative;
        width: 100%;
        height: 100%;
        background: green;
        text-align: center;
        font-size: 1.3em;
        line-height: 70px;
        color: aliceblue;
        cursor: pointer;
        transition: all .5s ease;
    }

    .btn_cancelar_direccion {
        background: #f7f4f4;
        color: rgba(0, 0, 0, .6)
    }
    .l_register_login{
        top: 1px;
        font-size: 1.4em;
    }
    .div_content_regis_login{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: auto;
    }
    
    .procesar_login,
    .procesar_register {
        position: relative;
        top: 4% !important;
        left: 5%;
        transform: translate(-0%);
        overflow: hidden;
        opacity: 1;
        width: 90%;
        z-index: 1;
    }
    
    .procesar_register {
        top: 7% !important;
        left: 5%;
        width: 90%;
        gap: 10px;
    }
    
    .direccion_recogida_tienda.activo {
        height: 330px;
    }

    .recogida_tienda {
        width: 45%;
        display: block;
        left: 0%;
        transform: translate(0%);

    }



}

/**Medium devices (tablets, 820px and up)*/
@media (min-width:820px){

}

/**Medium devices (tablets, 834px and up)*/
@media (min-width:834px){

}

/**Large devices (desktops, 992px and up)*/
@media (min-width:992px){

}

/**Extra large devices (large desktops, 1024px and up)*/
@media (min-width:1024px){

}

/**Extra large devices (large desktops, 1200px and up)*/
@media (min-width:1200px){
   
}

/**Extra large devices (large desktops, 1280px and up)*/
@media (min-width:1280px){
   
}

/**Extra large devices (large desktops, 1440px and up)*/
@media (min-width:1440px){
    .div_content_procesar_pago {
        width: 75%;
    }
    
    .div_content_dire_envio.activo, .div_cambiar_direccion_envio, .div_content_dire_factu, .div_content_resumen_pedido {
        width: 60%;
    }
    
    .div_direccion_confir {
        width: 40%;
    }
    
    .l_register_login{
        top: 1px;
        font-size: 1.8em;
    }
    
    .procesar_login, .procesar_register{
        position: absolute;
        top: 10% !important;
        left: 40%;
        transform: translate(-50%);
        overflow: hidden;
        opacity: 1;
        width: 300px;
    }
    
    .procesar_register{
        position: absolute;
        top: 10% !important;
        left: 64%;
        transform: translate(-50%);
        overflow: hidden;
        opacity: 1;
        width: 550px;
    }
    
    .i_regis_procesar {
        width: 49%;
    }
    
.leer_terminos{
        position: absolute;
        top: 55%;
        left: 50%;
        font-size: 25px;
        transform: translate(-50%);
        color: blue;
    }
    
    .div_btn_revisar{
        position: relative;
        top: 27%;
        transform: translateY(-50%);
        width: 100%;
        height: 70px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .btn_aceptar_direccion,
    .btn_cancelar_direccion {
        position: relative;
        width: 100%;
        height: 100%;
        background: green;
        text-align: center;
        font-size: 1.3em;
        line-height: 70px;
        color: aliceblue;
        cursor: pointer;
        transition: all .5s ease;
    }

    .btn_cancelar_direccion {
        background: #f7f4f4;
        color: rgba(0, 0, 0, .6)
    }
    
    .direccion_recogida_tienda {
        position: relative;
        width: 300%;
        height: 0px;
        left: -100%;
        transition: all .5s ease;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        gap: 10px;
        overflow: auto;
    }

    .direccion_recogida_tienda.activo {
        height: 300px;
        margin-top: 8px;
        padding: 5px;
    }

    .recogida_tienda {
        position: relative;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, .5);
        border-radius: 7px;
        background: #fff;
        cursor: pointer;
        transition: all .5s ease;
        padding: 5px;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;

    }

    .recogida_tienda:hover {
        box-shadow: 10px 10px 21px rgba(0, 0, 0, .4);
    }

    .recogida_tienda.activo {
        border: 2px solid rgba(3, 226, 71, 0.9);
    }

    .i_mapa_reco {
        position: relative;
        width: 100%;
        height: 100%;
        border: 0;
        bottom: 0px;
    }

    .logo_reco {
        height: 50%;
        top: 50%;
        transform: translateY(-50%);
    }

}



























