@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Inconsolata';
    position: relative;
}
/* ♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞-NAVBAR DEFINITIVO-♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞- */
/* -----------------------------TAMAÑO PC--------------------------------------------- */
@media (min-width:1025px){
    /* .piso2{
        display: none;
    } */
    .col1{
        height:620px; overflow-y:scroll;  
    }
    .container-fluid{
        margin-top: 30px;
    }
    .header{
        background-color: #ffffff;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .logo{
        padding-left: 100px;
    }
    .logo img{
        height: 55px;
        width: 87px;
        padding: 10px;
        float:left; 
    }
    .my_sunglasses{
        font-weight:800;
        font-size: 1.5em;
        margin-top: 9px;
        font-family: 'Julius Sans One', sans-serif;
        font-style: oblique;
        padding: 4px;
        justify-content: flex-start;
    }
    .barra-div{
        display: flex;
        padding: 8px;
        margin-left: 140px;
        margin-top: 16px;
    }
    .main_header_input{
        display: flex;
        padding: 10px;
        width: 620px;
        height: 48px;
        font-size:22px;
    }
    .botoncito{
        display: inline-block;
        background-color: #000000;
        color: white;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border: none;
    }
    .botoncito:hover{
        cursor: pointer;
        font-size: 1.1rem;
        color: rgb(255, 239, 22);
    }
    /* solo se ve en pc */
    .publicidad {
        width: 200px;
        height:40px;
        margin-top: 10px;
        padding-right: 100px;
    }
    .publicidad img {
        display: block;
        width: 100%;
    }
    /* solo se ve en pc */

    .nav-links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 100px;
        padding-right: 100px;
    }
    /* navbar de abajo */
    li a{
        text-decoration: none;
        font-size: 20px;
        color: #000000;
        font-family:sans-serif;
    }
    li a:hover{
        cursor:pointer;
        color: rgb(207, 152, 11);
    }
    ul{
        list-style: none;
    }
    .mas_opciones{
        display: none;
    }
    .nav-links{
      margin-top: 11px;
    }
    .nav-links li ul{
        display: none;
        position: absolute;
        min-width: 120px;
    }
    .nav-links li:hover > ul{
        display:block;
        background-color: black;
        opacity: 0.75;
        position:absolute;
        z-index: 999;
        border-radius: 10%;
        width: 150px;
        height: 120px;
    }
    .sub li a{
        color: #ccc;
    }
    .sub li a:hover{
        color: goldenrod;
    }
 .menu_bar{
    display: none;
 }
 .menu_opc{
    display: none;
 }
.carrito_menu{
    display: none;
}
.fixed-bottom{
    display: none;
}
.img_vacio{
    height: 400px; width: 400px;  margin-top: 8%;  display: flex; align-items: center; justify-content: center;
}
.popup-background{
    display: none;
}
}
/* -----------------------------TAMAÑO PC--------------------------------------------- */


/* -----------------------------TAMAÑO PC 2 --------------------------------------------- */
@media (min-width:961px) and (max-width:1280px){
    .piso2{
        display: none;
    }
    .container-fluid{
        margin-top: 30px;
    }
    .header{
        background-color: #ffffff;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .logo{
        padding-left: 100px;
    }
    .logo img{
        height: 55px;
        width: auto;
        padding: 10px;
        float:left;
    }
    .my_sunglasses{
        font-weight:800;
        font-size: 1.5em;
        margin:9px 0;
        font-family: 'Julius Sans One', sans-serif;
        font-style: oblique;
        font-style: bold;
        padding: 4px;
        justify-content: flex-start;
    }
    .barra-div{
        display: flex;
        /* align-items: center; */
        padding: 18px;
        padding-left: 52px;
    }
    .main_header_input{
        display: flex;
        padding: 7px;
        width: 520px;
        font-size:20px;
    }
    .botoncito{
        display: inline-block;
        background-color: #000000;
        color: white;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border: none;
    }
    .botoncito:hover{
        cursor: pointer;
        font-size: 1.1rem;
        color: rgb(255, 239, 22);
    }
    .nav-links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 100px;
        padding-right: 100px;
    }
    .mas_opciones{
        display: none;
    }
    .publicidad {
       display: none;
    }
    li a{
        text-decoration: none;
        font-family:sans-serif;
        font-size: 20px;
        color: #000000;
    }
    li a:hover{
        cursor:pointer;
        color: rgb(207, 152, 11);
    }
    ul{
        list-style: none;
    }

    .mas_opciones{
        display: none;
    }
    .nav-links li ul{
        display: none;
        position: absolute;
        min-width: 120px;
    }
    .nav-links li:hover > ul{
        display:block;
        background-color: black;
        opacity: 0.75;
        position:absolute;
        z-index: 999;
        border-radius: 10%;
        width: 150px;
        height: 120px;
    }
    .sub li a{
        color: #ccc;
    }
    .sub li a:hover{
        color: goldenrod;
    }
    .menu_bar{
        display: none;
    }
     .menu_opc{
        display: none;
    }
    .carrito_menu{
        display: none;
    }
    .fixed-bottom{
        display: none;
    }
    .img_vacio{
        height: 400px; width: 400px;  margin-top: 8%;  display: flex; align-items: center; justify-content: center;
    }
    .popup-background{
        display: none;
    }
    
}
/* -----------------------------TAMAÑO PC 2 --------------------------------------------- */


/* ----------INICIO------------------TAMAÑO TABLET -------------INICIO--------------*/
@media (min-width:481px ) and ( max-width:960px){
    .container-fluid{
        margin-top: 20px;
    }
    .header{
        background-color: #ffffff;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 5px;
    }
    .logo{
        padding-left: 5px;
    }
    .logo img{
        height: 34px;
        width: 57px;
        padding: 5px;
        float:left;
    }
    .my_sunglasses{
        font-size: 13px;
        margin:10px 0;
        font-family: 'Julius Sans One', sans-serif;
        font-style: oblique;
        font-weight: bold;
        padding: 3px 6px;
        justify-content: flex-start;
    }
    .barra-div{
        display: flex;
        /* align-items: center; */
        margin-top: 10px;
        padding: 5px;
        margin-left: 120px;
    }
    .barra-div{
        display: flex;
        margin-top: 4px;
        margin-left: 24px;
    }
    .main_header_input{
        display: flex;
        padding: 10px ;
        width: 284px;
        font-size:13.2px;
        height: 38px;
    }
    .botoncito{
        display: inline-block;
        background-color: #000000;
        color: white;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border: none;
        font-size: 13px;
    }
   
    .botoncito:hover{
        cursor: pointer;
        font-size: 1.1rem;
        color: rgb(255, 239, 22);
    }
    .piso2{
        display: none;
    }
    .publicidad  {
        display: none;
    }
    .publicidad img {
        display: none;
    }
    form{
        width: 55%;
    }
    .menu_bar span{
        float: right;
        font-size:35px ;
        color: #000000;
    }
    header nav{
        width:100%;
        height:  40%;
        margin:0 ;
        padding: 0%;
        position: fixed;
        background-color: #000000;
        z-index: 1001;
        /* left: -100%; */
        top: -100%;
    }
    header nav ul li{
        display: block;
        float: none;
        border-bottom: 1px solid  #fff;
    }
    .menu-container {
        width: 80%;
        float: left;
      }
      .menu_bar{
        display: block;
        /* width: 100%; */
        position: relative;
        z-index: 1002;
    }
    .menu_bar .bt-menu{
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        margin-top: -17px;
        margin-right: 26px;
        display: block;
        padding: 20px;
        color: #050505;
        text-decoration: none;
        font-weight: bold;
        font-size: 31px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .menu_bar2{
        position: fixed;
        display: block;
        padding: 20px;
        margin-left: -20px;
        margin-top: -14px;;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        font-size: 31px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    header nav ul li a {
        margin-top: 40px;
        color: #fff;
        padding: 1px;
        text-decoration:none ;
        display: block;
    }
    .div-carrito {
        display: none;
      }
      .segundo_div{
        display: none;
      }
      .fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #e7e7e7;
        padding: 20px;
        z-index: 999;
    }
    .total {
        float: left;
        padding-left: 25px;
        font-weight: bold;
        font-size: 25px;
    }
    .amount {
        float: right;
        padding-right: 25px;
        font-size: 25px;
        font-weight: bold;
    }
    .pay-button {
        display: block;
        width: 70%; /* Ancho del botón al 80% del ancho de la pantalla */
        margin: 10px auto 0;  /* Margen superior aumentado para bajar el botón */
        padding: 15px;
        font-size: 26px;
        font-weight: bold;
        color: #ffffff;
        background-color: #007bff;
        border: none;
        border-radius: 50px; /* Hacemos que el borde sea redondo */
        cursor: pointer;
        margin-top: 70px;
    }
    .img_vacio{
        height: 400px; width: 400px;  margin-top: 3%;  display: flex; align-items: center; justify-content: center;
    }
    .popup-background {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro */
        z-index: 1100;
        align-items: center;
        justify-content: center;
    }
    .popup-content {
        background-color: #fff;
        width: 80%;
        max-width: 400px;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
    }
    .option1 {
        margin: 10px 0;
        padding: 20px;
        background-color: #007bff;
        border-radius: 10px;
        cursor: pointer;
    }
    .option2 {
        margin: 10px 0;
        padding: 20px;
        background-color: #e49c03;
        border-radius: 10px;
        cursor: pointer;
    }
    .option_a  {
        color:  #fff ;
        text-decoration: none;
        font-size: 18px;
    }
    .option_b {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
    .tipo_d_e{
        margin-bottom: 25px;
    }

}
/* -------------FIN-----------------TAMAÑO TABLET*-------------FIN-----------------------------/


/* -----------------------------TAMAÑO CELULAR --------------------------------------------- */
@media (max-width:480px){
    
    .header{
        background-color: #ffffff;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 5px;
    }

    .logo{
        padding-left: 5px;
        margin-right: 5px;
    }
    .logo img{
        height: 35px;
        width: 58px;
        padding: 5px;
        float:left;
        margin-top: 5px;

    }
    .my_sunglasses{
        font-weight:800;
        font-size: 0.8em;
        margin-left: 5px;
        margin-top: 15px;
        /* margin-right: 5px; */
        font-family: 'Julius Sans One', sans-serif;
        font-style: oblique;
        font-style: bold;
        padding: 2px;
        justify-content: flex-start;

    }
   

    .barra-div {
        margin-top: 7px;
        margin-left: 4px;
        margin-right: 1px;
        display: flex;
        padding: 8px;
        justify-content: space-between; /* Add this to evenly distribute the elements */
        min-height: 0;
        max-height: 30px;  
    }
    .main_header_input {
        flex: 1;
        font-size: 13px; /* Ajustar el tamaño de la fuente */
        padding: 10px;
        margin-right: -2px; /* Ajustar el margen para crear espacio entre el input y el botón */
        min-width: 0; /* Permitir que el input se reduzca a su tamaño mínimo */
        max-width: 115px; /* Limitar el ancho del input para hacerlo más corto */  
        height: 30px;
        margin-top: 5px;
    }

    .botoncito {
        display: inline-block;
        background-color: #000000;
        color: white;
        width: 30px; /* Adjust the width of the button to create some space between buttons */
        height: 30px;
        text-align: center;
        text-decoration: none;
        border: none;
        border-radius:   0 50% 50% 0 ;
        margin-top: 5px;
        font-size: 13px;
    }
    .botoncito:hover{
        cursor: pointer;
        font-size: 1.1rem;
        color: rgb(255, 239, 22);
        margin-top: 5px;
    }




    .piso2{
        display: none;
    }


    .publicidad  {
        display: none;
    }
    .publicidad img {
        display: none;
    }

    form{
        width: 55%;
    }

    .menu_bar span{
        float: right;
        font-size:35px ;
        color: #000000;

    }


    .menu-container {
        width: 80%;
        float: left;
    }
      .menu_bar{
        display: block;
        /* width: 100%; */
        position: relative;
        z-index: 1002;
    }

    .menu_bar .bt-menu{
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        margin-top: -8px;
        margin-right: 24px;
        display: block;
        padding: 20px;
        color: #050505;
        text-decoration: none;
        font-weight: bold;
        font-size: 31px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }


    .menu_bar2{
        position: fixed;
        display: block;
        padding: 20px;
        margin-left: -20px;
        margin-top: -8px;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        font-size: 31px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    header nav ul li a {
        margin-top: 40px;
        color: #fff;
        padding: 1px;
        text-decoration:none ;
        display: block;


    }


 
    .div-carrito {
        display: none;
        /* position: relative;
        margin-top: 13px;
        margin-left: 20px; */
      }
      

      .segundo_div {
        display: none; 
        }


       .fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #e2e2e2;
        padding: 7px;
        z-index: 999;
        height: 130px;
    }

  

    .amount {
        float: right;
        padding-right: 5px;
        font-size: 19px;
        font-weight: bold;
        
    }

    .pay-button {
        display: block;
        width: 80%; /* Ancho del botón al 80% del ancho de la pantalla */
        margin: 10px auto 0;  /* Margen superior aumentado para bajar el botón */
        padding: 10px;
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        background-color: #007bff;
        border: none;
        border-radius: 50px; /* Hacemos que el borde sea redondo */
        cursor: pointer;
        margin-top: 35px;
        
    }

 

 


    .col1{
        height:570px; overflow-y:scroll;
        
    }


    .img_vacio{
        height: 300px; width: 300px;  margin-top: 15%;  display: flex; align-items: center; justify-content: center;
    }




    .popup-background {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro */
        z-index: 1100;
        align-items: center;
        justify-content: center;
    }

    .popup-content {
        background-color: #fff;
        width: 80%;
        max-width: 400px;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
    }



    .option1 {
        margin: 10px 0;
        padding: 20px;
        background-color: #007bff;
        border-radius: 10px;
        cursor: pointer;
    }

    .option2 {
        margin: 10px 0;
        padding: 20px;
        background-color: #e49c03;
        border-radius: 10px;
        cursor: pointer;
    }
    .option_a  {
        color:  #fff ;
        text-decoration: none;
        font-size: 18px;
    }
    .option_b {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
    .tipo_d_e{
        margin-bottom: 25px;
    }

    header nav{
        width:101%;
        height: 75vh;
        margin:0 ;
        padding: 0%;
        position: fixed;
        background-color: #000000;
        z-index: 1001;
        top: -100%;
    }
    header nav ul li{
        display: block;
        float: none;
        border-bottom: 1px solid  #fff;
    }
    
        /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ OPCION AMBURGESA ♜♜♜♜♜♜♜♜♜♜♜INICIO♜♜♜♜♜♜♜ */
        .list__item{
            list-style: none;
            width: 100%;
            /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
            overflow: hidden; 
            color: #fff;
            margin-left: -20px;
            margin-top: 40px;
            cursor: pointer;  
            border-bottom: 2px solid #000000; 
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }
        /* al dar click el texto categoria cambia */
        .list__item:hover {
            cursor: pointer;
            color: rgb(255, 255, 255);
            transition: .5s;
        }
        /* al dar click el texto categoria cambia */
        .arrow{
            color: #fff;
        }
        .arrow .list__arrow{
            transform: rotate(90deg); 
            
        }
        .list__arrow{
            margin-left:auto;
            transition: transform .3s;
        }
        .opcion_list {
            display: flex;
            align-items: center;
            gap: 1em;
            width: 20%;
            margin: 0 auto; 
            margin-top: 10px;
            margin-left: 40px;
            font-size:  15px;
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }
        .nav__link {
            color: #ffffff;
            display: block;
        /* padding-top: 1px; */
            text-decoration: none;
            list-style: none;

        }
  

        .list__button:hover .fa-solid{
            color: rgb(255, 255, 255);
        }    
    
        .list__button{
            display: flex;
            align-items: center;
            gap: 1em;
            width: 20%;
            margin: 0 auto; 
            margin-left: 15px;
            font-size: 20px;
        }
          /* hijos */
        .list__show .nav__link {
            /* margin-left: -700px;  */
            /* margin-bottom: 20; */
            font-size: 20px;
            margin-top: 10px;
        
        }
        /* hijos */

        /* hijos xd */
        .list__show{
            width: 45%;
            margin-left: 45px; 
            margin-bottom: -10px;
        
            /* margin-left: auto; */
            /* border-left: 2px solid #ffffff; */
            list-style: none;
            transition: height .4s;
            height: 0;
        }
        /* hijos xd*/
    

    /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ OPCION AMBURGESA ♜♜♜♜♜♜♜♜♜♜FIN♜♜♜♜♜♜♜♜ */


    .ingresar_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        /* overflow: hidden;  */
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:  20px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-bottom: -5px;   

      
    }


    .contacto_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        /* overflow: hidden;  */
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:  20px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-bottom: -5px;      
        margin-top: 1px;
        
    }
    .about_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        /* overflow: hidden;  */
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:  20px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: -15px;      
        margin-top: 1px;
        
    }
   
 
    
}
/* -----------------------------TAMAÑO CELULAR --------------------------------------------- */
/* ♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞-NAVBAR DEFINITIVO-♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞♞- */










/*❎❎❎❎ Main❎❎❎❎❎❎ Main ❎❎❎❎❎❎ Main ❎❎❎❎❎❎ Main ❎❎❎❎❎❎ Main ❎❎❎❎ Main ❎❎❎❎❎❎ Main ❎❎❎❎❎❎*/
/************* PC ***************PC ************      TAMAÑO PC        ************* PC ************ PC ************/
@media (min-width:1025px){  
    /*†††††††††††††††††††††††††††††††† PRIMER COL †††††††††††††††††††††††††††††††† */
    .nest_hub{
        display: none;
    }
    .main{
        padding: 10px;
    }
    #close{
        margin-top: 9px;
        font-size: 40px;
        color: black; 
    }
    #close:hover {
        color: #333;
        cursor: pointer;
    }
    .vaciar{
        display: inline-block;
        position: relative;
        padding: 14px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background-color: #9e2323;
        text-decoration: none;
        border-radius: 50px  50px;
        height: 50px;
        margin-top: 6px;
    }
    .vaciar:hover{
        display: inline-block;
        position: relative;
        padding: 14px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background-color: #800404;
        text-decoration: none;
        border-radius: 50px  50px;
        height: 50px;
        margin-top: 6px;
    }
    .descrip{
        margin-left: 1px;
        margin-top: 5px;
        font-family: 'Inconsolata';
        font-weight: bold;
    }
    .nombre-producto h2 {
        color:black; text-decoration:none;
        font-family: 'Inconsolata';
        font-weight: bold;
    }
    .div_talla h2 {
        color:black; text-decoration:none;
        font-family: 'Inconsolata';
        font-weight: bold;
        font-size: 17px;
    }
    .datos-cantidad{
        display: flex;
        flex-direction: row;
        font-size: 22px;
        
    }
    #minus{
        font-size: 20px;
        margin:0px 10px 0px 30px;
        color: #0c399c;
        border: none;
        background-color: #ffffff;
    }
    #minus a[disabled] {
        opacity: 0.5; 
        cursor: not-allowed; /* Cambiar el cursor cuando pase sobre el botón deshabilitado */
    }
    #plus{
        font-size: 20px;
        margin:0px 10px 0px 10px;
        color: #0c399c;
        border: none;
        background-color: #ffffff;
    }
    #plus:hover{
        background-color:  #d1dbff ;
        border-radius: 25%;
    }
    #minus:hover{
        background-color:  #d1dbff ;
        border-radius: 25%;
    }

    .precio_ h4{
        font-family: 'Inconsolata';
        font-weight: bold;
        margin-top: -5px;
        font-size: 25px;
    }
    #qty{
        font-size: 20px;
        margin:0px 10px 0px 10px;
    }
    img {
        display: block;
        width: 100%;
    }
    .eliminar{
        display: none;
    }

    .eliminar-pc:hover{ 
        color: #000000;
    }
    .eliminar-pc{
        text-decoration: underline;
        font-style: none;
        font-weight: bold;
        font-size: 17px;
        color: #9c0808;
        font-family:sans-serif;
      
    }
    ._cantidad{
        display: block;
        margin-top: 5px;
        font-size: 16px;
        color:#0c399c;
        font-weight: bold;
        text-decoration: none;
        justify-content: center;
        text-align: center;
    }
    .mi_carrito {
        font-family: 'Inconsolata';
        font-weight: bold;
        font-size:34px;
        margin-left: 10px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        margin-top: 10px;
        display: inline-block; /* Agregamos esta propiedad */
    }
    
    .icon_cart {
        margin-top: 10px;
        font-size: 30px;
        display: inline-block; /* Agregamos esta propiedad */
    }
   
    /*†††††††††††††††††††††††††††††††† PRIMER COL †††††††††††††††††††††††††††††††† */
    /*✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦ SEGUNDO COL ✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦ */
    .card.pointer1:hover {
        border-color: #d06b00; /* Cambia el color del borde al hacer hover */
    }
    .card.pointer2:hover {
        border-color: blue; /* Cambia el color del borde al hacer hover */
    }

    /*✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦ SEGUNDO COL ✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦✦ */
}
/************* PC ***************PC ************      TAMAÑO PC        ************* PC ************ PC ************/






/* ############################     =  TAMAÑO TABLET    =    ############################## */
@media (min-width:481px) and (max-width:1280px){

    .pay-button{
        color:#ffffff;
        background-color:#000000 ;
    }
    .descrip{
        margin-left: 1px;
        margin-top: 5px;
        font-family: 'Inconsolata';
        font-weight: bold;
    }
    .nombre-producto h2 {
        color:black; text-decoration:none;
        font-family: 'Inconsolata';
        font-weight: bold;
    }
    .div_talla h2 {
        color:black; text-decoration:none;
        font-family: 'Inconsolata';
        font-weight: bold;
        font-size: 17px;
    }
    .precio_ h4{
        font-family: 'Inconsolata';
        font-weight: bold;
        margin-top: -5px;
        font-size: 25px;
    }
    ._cantidad{
        display: block;
        margin-top: 5px;
        font-size: 16px;
        color:#0c399c;
        font-weight: bold;
        text-decoration: none;
        justify-content: center;
        text-align: center;
    }


    .eliminar-pc:hover{ 
        color: #000000;
    }
   
    .div-eliminar-pc a{
        font-size: 16px;
    }

    
    .total{
        font-size:30px;
        margin-top: 10px;
    }
    .subtotal{
        height: 1px;
        display: flex;
        justify-content: space-between;
    }
    .valor-celular{
        padding-right:10px;
        font-size:30px;
        margin-top: 10px;
    }

    .nest_hub{
        display: none;
    }
    .col1{
        height:670px; overflow-y:scroll;
        
    }
    .product__price{
        font-size: 17px;
        margin-top: 4px;
        color:#0c399c;
        font-weight: bold;
        text-decoration: none;
    }
    .datos-cantidad{
        display: flex;
        flex-direction: row;
        font-size: 18px;
    }
  
    #minus{
        font-size: 20px;
        display: inline-block;
        margin-left: 20px;
        color: #0c399c;
        border: none;
        background-color: #ffffff;
    }
    #qty{
        font-size: 20px;
        display: inline-block;
        margin-left: 20px;
        
    }
    #plus{
        font-size: 20px;
        display: inline-block;
        margin-left: 20px;
        color: #0c399c;
        border: none;
        background-color: #ffffff;
    }
    #plus:hover{
        background-color:  #ffffff ;
        border-radius: 25%;
    }
    #minus:hover{
        background-color:  #ffffff ;
        border-radius: 25%;
    }
    .eliminar{
        display: none;
        
    }
    .eliminar-pc{
        text-decoration: underline;
        font-style: none;
        font-weight: bold;
        font-size: 20px;
        color: #ff0000; 
    }

    img {
        display: block;
        width: 100%;
    }
    #close{
        margin-top: 5px;
        font-size: 40px;
        color: black; 
    }
    #close:hover {
        color: #333;
        cursor: pointer;
    }

    .mi_carrito {
        font-family: Arial, sans-serif;
        font-size:34px;
        margin-left: 10px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        margin-top: 10px;
        display: inline-block; /* Agregamos esta propiedad */
    }
    
    .icon_cart {
        margin-top: 10px;
        font-size: 30px;
        display: inline-block; /* Agregamos esta propiedad */
    }
    .vaciar{
        display: inline-block;
        position: relative;
        margin-top: 7px;
        height: 45px;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color:  #9e0404;
        text-decoration: none;
        border-radius: 50px  50px;
    }
    .vaciar:hover{
        display: inline-block;
        position: relative;
        margin-top: 7px;
        height: 60px;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: #9e0404;
        text-decoration: none;
        border-radius: 50px  50px;
    }
    .img_vacio img{
        height: 300px; width: 300px;   display: flex; align-items: center; justify-content: center;
    }

    header nav{
        width:101%;
        height: 65vh;
        margin:0 ;
        padding: 0%;
        position: fixed;
        background-color: #000000;
        z-index: 1001;
        top: -100%;
    }
    header nav ul li{
        display: block;
        float: none;
        border-bottom: 1px solid  #fff;
    }

     /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ OPCION AMBURGESA ♜♜♜♜♜♜♜♜♜♜♜INICIO♜♜♜♜♜♜♜ */
     .list__item{
        list-style: none;
        width: 100%;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        overflow: hidden; 
        color: #fff;
        margin-left: -20px;
        margin-top: 40px;
        cursor: pointer;  
        border-bottom: 2px solid #000000; 
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
    /* al dar click el texto categoria cambia */
    .list__item:hover {
        cursor: pointer;
        color: rgb(255, 255, 255);
        transition: .5s;
    }
    /* al dar click el texto categoria cambia */
    .arrow{
        color: #fff;
    }
    .arrow .list__arrow{
        transform: rotate(90deg); 
        
    }
    .list__arrow{
        margin-left:auto;
        transition: transform .3s;
    }
    .opcion_list {
        display: flex;
        align-items: center;
        gap: 1em;
        width: 20%;
        margin: 0 auto; 
        margin-left: 40px;
        font-size:  30px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
    .nav__link {
        color: #ffffff;
        display: block;
    /* padding-top: 1px; */
        text-decoration: none;
        list-style: none;

    }


    .list__button:hover .fa-solid{
        color: rgb(255, 255, 255);
    }    

    .list__button{
        margin-top:40px;
        display: flex;
        align-items: center;
        height: 10px;
        gap: 1em;
        width: 40%;
        margin-bottom: 1px;
        margin-left: 20px;
        font-size:  30px;
    }
      /* hijos */
    .list__show .nav__link {
        /* margin-left: -700px;  */
        /* margin-bottom: 20; */
        font-size:  25px;
        margin-top: 25px;
    
    }
    /* hijos */

    /* hijos xd */
    .list__show{
        width: 45%;
        margin-left: 75px; 
        margin-bottom: -10px;
        margin-top: 40px;
        /* margin-left: auto; */
        /* border-left: 2px solid #ffffff; */
        list-style: none;
        transition: height .4s;
        height: 0;
    }
    /* hijos xd*/


/* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ OPCION AMBURGESA ♜♜♜♜♜♜♜♜♜♜FIN♜♜♜♜♜♜♜♜ */


.ingresar_{
    position: relative;
    list-style: none;
    width: 100%;
    height: 50px;
    /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
    /* overflow: hidden;  */
    color: #fff;
    margin-left: -5px;
    padding-left: 36px;
    cursor: pointer;  
    font-size:  30px;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border-bottom: 2px solid #000000;  
    padding-bottom: -5px;   
    margin-bottom: 55px;
  
}


.contacto_{
    position: relative;
    list-style: none;
    width: 100%;
    height: 40px;
    /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
    /* overflow: hidden;  */
    color: #fff;
    margin-left: -5px;
    padding-left: 36px;
    cursor: pointer;  
    font-size:  30px;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border-bottom: 2px solid #000000;  
    padding-bottom: -5px;      
    margin-top: 10px;
    margin-bottom: 65px;
    
}
.about_{
    position: relative;
    list-style: none;
    width: 100%;
    height: 40px;
    /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
    /* overflow: hidden;  */
    color: #fff;
    margin-left: -5px;
    padding-left: 36px;
    cursor: pointer;  
    font-size:  30px;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border-bottom: 2px solid #000000;  
    padding-top: -15px;      
    margin-top: 1px;
    
}

}

/* ############################     =  TAMAÑO TABLET    =    ############################## */




/*   [[[[[[[[[[[[[[[[[[[[[[     TAMAÑO CELULAR        ]]]]]]]]]]]]]]]]]]]]]] */
@media (max-width:480px){
    .pay-button{
        color:#ffffff;
        background-color:#000000 ;
    }
 

    .descrip{
        margin-left: 1px;
        margin-top: 5px;
        font-family: 'Inconsolata';
        font-weight: bold;
    }
    .nombre-producto h2 {
        color:black; text-decoration:none;
        font-family: 'Inconsolata';
        font-weight: bold;
    }
    .div_talla h2 {
        color:black; text-decoration:none;
        font-family: 'Inconsolata';
        font-weight: bold;
        font-size: 17px;
    }
    .precio_ h4{
        font-family: 'Inconsolata';
        font-weight: bold;
        margin-top: -5px;
        font-size: 25px;
    }
    ._cantidad{
        display: block;
        margin-top: 5px;
        font-size: 16px;
        color:#0c399c;
        font-weight: bold;
        text-decoration: none;
        justify-content: center;
        text-align: center;
    }


    .eliminar-pc:hover{ 
        color: #000000;
    }
   
    .div-eliminar-pc a{
        font-size: 16px;
    }

  

    .nest_hub{
        display: none;
    }
    .container-fluid{
        margin-top: 10px;
    }
    .product__price{
        font-size: 16px;
        margin-top: 4px;
        color:#0c399c;
        font-weight: bold;
        text-decoration: none;
    }
    .mi_carrito {
        font-family: Arial, sans-serif;
        font-size: 28px;
        margin-left: 10px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        margin-top: 10px;
        display: inline-block; /* Agregamos esta propiedad */
    }
    
    .icon_cart {
        margin-top: 10px;
        font-size: 20px;
        display: inline-block; /* Agregamos esta propiedad */
    }
   
    .datos-cantidad{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 18px;
    }
    #minus{
        color: #0c399c;
        font-size: 20px;
        border: none;
        background-color: #ffffff;
    }
    #qty{
        font-size: 22px;
    }
    #plus{
        font-size: 20px;
        color: #0c399c;
        border: none;
        background-color: #ffffff;
    }
    #plus:hover{
        background-color:  #ffffff ;
        border-radius: 25%;
    }
    #minus:hover{
        background-color:  #ffffff ;
        border-radius: 25%;
    }
    .eliminar-pc{
        text-decoration: underline;
        font-style: none;
        font-weight: bold;
        font-size: 20px;
        color: #ff0000;  
    }
    .datos-cantidad-pc{
        display: none;
    }
    .datos-cantidad-tablet{
        display: none;
    }
    /* seccion carrito.php  */
    .img_productos{
        height: 100%;
        width:100%;           
    }
    .not-active { 
        pointer-events: none; 
         cursor: default; 
    } 
    .as{
        text-decoration: none;
    }
    .subtotal{
        height: 20px;
        display: flex;
        justify-content: space-between;
    }
    #close{
        margin-top: 10px;
        font-size: 30px;
        color: black; 
    }
    #close:hover {
        color: #333;
        cursor: pointer;
    }
    .total {
        float: left;
        padding-left: 10px;
        font-weight:650;
        font-size: 23px;
    }
    .valor-celular{
        padding-right:10px;
         font-size:24px;
    }
    .vaciar{
        display: inline-block;
        position: relative;
        margin-top: 7px;
        height: 35px;
        padding: 10px;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        background-color:  #9e0404;
        text-decoration: none;
        border-radius: 50px  50px;
    }
    .vaciar:hover{
        display: inline-block;
        position: relative;
        margin-top: 8px;
        height: 35px;
        padding: 10px;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        background-color: #9e0404;
        text-decoration: none;
        border-radius: 50px  50px;

        
    }
    .col1{
        height:600px; overflow-y:scroll;
        
    }
    .card{
        margin-bottom: 150px;
    }
 

    }
    .img_vacio img{
        height: 300px; width: 300px;   display: flex; align-items: center; justify-content: center;
    }
   
/*   [[[[[[[[[[[[[[[[[[[[[[     TAMAÑO CELULAR      ]]]]]]]]]]]]]]]]]]]]]] */
/*❎❎❎❎ Main❎❎❎❎❎❎ Main ❎❎❎❎❎❎ Main ❎❎❎❎❎❎ Main ❎❎❎❎❎❎ Main ❎❎❎❎ Main ❎❎❎❎❎❎ Main ❎❎❎❎❎❎*/



