/* WIDTH */
::-webkit-scrollbar {
    
    width:                      10px;
  
}
::-webkit-scrollbar-track {
    
    border-radius:              5px;
    box-shadow:                 inset 0 0 5px grey; 
  
}
::-webkit-scrollbar-thumb {
    
    background:                 #603174; 
    border-radius:              5px;
  
}
::-webkit-scrollbar-thumb:hover {
    
    background:                 #502763; 
  
}
body {
    
    box-sizing:                 border-box;
    font-family:                sans-serif;
    font-size:                  1em;
    margin:                     0;
    padding:                    0;
    overflow-x:                 hidden;
    overscroll-behavior:        contain;
    position:                   relative;
    z-index:                    0;
    
}
a {
    
    color:                      inherit;
    position:                   relative;
    text-decoration:            none;
    
}
img {
    
    box-sizing:                 border-box;
    display:                    block;
    position:                   relative;
    width:                      100%;
    
}
button {
    
    appearance:                 none;
    -webkit-appearance:         none;
    -moz-appearance:            none;
    box-sizing:                 border-box;
    cursor:                     pointer;
    outline:                    none;
    
}
ul {
    
    list-style:                 none;
    margin:                     0;
    padding:                    0;
    
}
select {
    
    appearance:                 none;
    -webkit-appearance:         none;
    -moz-appearance:            none;
    
}
header {
    
    align-items:                center;
    background:                 white;
    box-sizing:                 border-box;
    display:                    flex;
    flex-wrap:                  wrap;
    justify-content:            center;
    margin:                     0 auto;
    position:                   relative;
    width:                      95%;
    z-index:                    9;
    
}
header .logotipo {
    
    align-items:                center;
    box-sizing:                 border-box;
    cursor:                     pointer;
    display:                    flex;
    justify-content:            flex-start;
    margin-right:               auto;
    order:                      1;
    padding-top:                .5em;
    width:                      49%;
    
}
header .logotipo img {
    
    display:                    inline-block;
    width:                      40px;
    
}
header .logotipo span {
    
    color:                      #502763;
    font-family:                sans-serif;
    font-size:                  1.20em;
    display:                    inline-block;
    
}
header .caja_buscador {
    
    align-items:                center;
    box-sizing:                 border-box;
    display:                    flex;
    justify-content:            space-between;
    margin:                     .5em auto;
    order:                      3;
    position:                   relative;
    width:                      95%;
    
}
header .caja_buscador .direccion {
    
    background:                 #603174;
    border-radius:              4px;
    box-shadow:                 0 0 0 0.1rem rgb(96 49 116 / 10%);
    box-sizing:                 border-box;
    cursor:                     pointer;
    padding:                    .75em .25em .75em .25em;
    position:                   relative;
    width:                      170px;
    
}
header .caja_buscador .direccion span {
    
    color:                      white;
    font-size:                  .8em;
    position:                   relative;
    z-index:                    9;
    
}
header .caja_buscador .direccion span .arrow_down {
    
    display:                    inline-block;
    padding:                    0 .25em;
    
}
header .caja_buscador .buscador {
    
    position:                   relative;
    width:                      calc( 98% - 170px );
    
}
header .caja_buscador .buscador span {
    
    font-size:                  1.25em;
    left:                       .25em;
    position:                   absolute;
    top:                        50%;
    transform:                  translateX(-50%);
    -webkit-transform:          translateY(-50%);
    -moz-transform:             translateY(-50%);
    -ms-transform:              translateY(-50%);
    -o-transform:               translateY(-50%);
    z-index:                    9;
    
}
header .caja_buscador .limpiar {
    
    cursor:                     pointer;
    display:                    none;
    left:                       auto;
    right:                      .5em;
    
}
header .caja_buscador input {
    
    background:                 #eef1f6;
    border:                     none;
    border-radius:              4px;
    box-shadow:                 0 0 0 0.2rem rgb(96 49 116 / 0);
    box-sizing:                 border-box;
    display:                    inline-block;
    font-size:                  .9em;
    margin:                     auto;
    outline:                    none;
    padding:                    .75em .25em .75em 2em;
    position:                   relative;
    width:                      100%;
    
}
header .caja_buscador input:focus {
    
    background:                 white;
    border:                     0;
    box-shadow:                 0 0 0 0.2rem rgb(96 49 116 / 100%);
    outline:                    none;
    
}
header .btn_carrito {
    
    box-sizing:                 border-box;
    display:                    flex;
    font-size:                  1em;
    justify-content:            flex-end;
    margin-left:                auto;
    order:                      2;
    padding-top:                .5em;
    text-align:                 left;
    width:                      170px;
    
}
header .btn_carrito > span {
    
    background:                 #502763;
    color:                      white;
    cursor:                     pointer;
    display:                    inline-block;
    font-size:                  .8em;
    margin:                     0 .25em;
    padding:                    .5em .25em;
    position:                   relative;
    
}
header .btn_carrito > span .caja_login {
    
    background:                 white;
    border:                     0 solid #ccc;
    border:                     0 solid rgba( 0 , 0 , 0 , 0.2 );
    border-radius:              6px;
    box-shadow:                 0 5px 10px rgb( 0 0 0 / 20% );
    -webkit-box-shadow:         0 5px 10px rgb( 0 0 0 / 20% );
    -moz-box-shadow:            0 5px 10px rgb( 0 0 0 / 20% );
    box-sizing:                 border-box;
    display:                    none;
    left:                       50%;
    margin-left:                -120px;
    margin-top:                 1em;
    position:                   absolute;
    top:                        100%;
    width:                      240px;
    z-index:                    999;
        
}
header .btn_carrito > span .caja_login .renglon_login:first-child {
    
    padding-top:                1em;
    
}
header .btn_carrito > span .caja_login .renglon_login {
    
    box-sizing:                 border-box;
    padding:                    0 1em;
    
}
header .btn_carrito > span .caja_login .renglon_login label {
    
    box-sizing:                 border-box;
    color:                      black;
    display:                    block;
    font-family:                sans-serif;
    font-size:                  .9em;
    margin:                     auto;
    width:                      100%;
        
}
header .btn_carrito > span .caja_login .renglon_login input {
    
    box-sizing:                 border-box;
    display:                     block;
    font-family:                sans-serif;
    font-size:                  .9em;
    margin:                     auto;
    margin-bottom:              .75em;
    padding:                    .25em .5em;
    width:                      100%;
    
}
header .btn_carrito > span .caja_login button {
    
    background:                 #502763;
    box-sizing:                 border-box;
    color:                      white;
    cursor:                     pointer;
    display:                    block;
    font-family:                sans-serif;
    font-size:                  .9em;
    margin:                     1em 1em .5em;
    outline:                    none;
    padding:                    .5em;
    width:                      calc( 100% - 2em );
        
}
header .btn_carrito > span .caja_login p {
    
    color:                      black;
    cursor:                     pointer;
    font-family:                sans-serif;
    font-size:                  .9em;
    margin:                     .25em auto;
    text-align:                 center;
    text-decoration:            underline;
    
}
header .btn_carrito > span .caja_login .renglon {
    
    background:                 #502763;
    border-bottom:              0 solid #c0c0c0;
    box-sizing:                 border-box;
    color:                      white;
    cursor:                     pointer;
    font-family:                sans-serif;
    padding:                    .75em 0 .75em 0;
    text-align:                 center;
    width:                      100%;
    
}
header .btn_carrito > span .caja_login .renglon:hover {
    
    background:                 #603174;
    text-decoration:            underline;
    
}
header .btn_carrito > span .caja_login .renglon:last-child {
    
    border-bottom:              0;
    
}
header .btn_carrito > span .caja_login .arrow {
    
    border-bottom:              10px solid rgba( 0 , 0 , 0 , .2 );
    border-left:                10px solid transparent;
    border-right:               10px solid transparent;
    box-sizing:                 border-box;
    height:                     20px;
    left:                       50%;
    margin-left:                -10px;
    position:                   absolute;
    top:                        -20px;
    width:                      20px;
    
}
header .fondo_menu {
    
    background:                 rgba(0,0,0,.5);
    display:                    none;
    height:                     100vh;
    left:                       0;
    position:                   fixed;
    top:                        0;
    width:                      100vw;
    z-index:                    999;
    
}
header .vendedores {
        
    box-sizing:                 border-box;
    margin:                     auto;
    order:                      4;
    position:                   relative;
    text-align:                 center;
    width:                      95%;
    
}
header .vendedores select {
        
    margin:                     .5em 0;
    padding:                    .5em 1em;
    width:                      40%;
    
}
header .vendedores select option:checked {
        
    background:                 purple;
    color:                      white;
    
}

@media only screen and ( min-width: 756px ) {

    header .logotipo {
        
        margin-right:               auto;
        order:                      1;
        width:                      148px;
        
    }
    header .caja_buscador {
        
        margin:                     auto 0;
        order:                      2;
        width:                      calc( 100% - 331px );
        
    }
    header .btn_carrito {
        
        margin-left:                1em;
        order:                      3;
        width:                      150px;
        
    }
    header .vendedores select {
        
        width:                      300px;
        
    }
    
}

@media only screen and (min-width: 1280px){
    
    header .logotipo {
        
        width:                          320px;
        
    }
    header .logotipo span {
        
        font-size:                      2.5em;
        
    }
    header .logotipo img {
        
        width:                          90px;
        
    }
    header .caja_buscador {
        
        order:                          2;
        width:                          calc( 100% - 530px);
        
        
    }
    header .btn_carrito {
        
        order:                          3;
        width:                          190px;
        
    }
    header .btn_carrito > span {
        
        font-size:                      1em;
        
    }
    header .btn_carrito > span .caja_login .renglon {
        
        font-size:                      .8em;
        
    }
    
}