* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: white;
    font-family: "Verdana";
}

a {
    text-decoration: none;
}

/* busqueda*/

.header {
    width: 100%;
    height: auto;
    margin: 0;
    /*background-image: url(../img/compras.jpg);*/
    background-color: white;

}
.logo-tien{
    position: absolute;
    width: 150px;
    height: 120px;
    margin-left: 3px;
    margin-right: auto;
    cursor: pointer;
}
.logo-ir{
    display:block;
    position: absolute;
    z-index:5;
    width: 150px;
    height: 120px;
    margin-left: 3px;
    margin-right: auto;
    cursor: pointer;
    
}
.log-t{
    width: 100%;
    height: 100%;

}
.flecha-atras-cel{
    display: none;
}
.load-sess {
        display:none;
    }
.busqueda {
    width: 100%;
    height: 100px;
}
.contenedor-search{
    width: 100%;
}
.contenedor-search input#search {
    margin-top: 50px;
    width: 370px;
    height: 40px;
    margin-left: 180px;
    border: .5px solid #ccd1d9;
    border-radius: 10px 0 0 10px;
    background: #f5f5f5;
    padding-left: 10px;
    align-items: center;
    font-size: 19px;
    position: absolute;
    outline: none;
    z-index: 99;
}

.contenedor-search .btn {
    margin-top: 50px;
    position: left;
    margin-left: 550px;
    width: 45px;
    height: 40px;
    position: absolute;
    background: #ed5565;
    border: .5px solid #ed5565;

}
.contenedor-search i{
    font-size: 20px;
}
.contenedor-lista {
    display: none;
    margin-top: -12px;
    margin-left: 187px;
    width: 364px;
    border-left: .5px solid #ed5565;
    border-bottom: .5px solid #ed5565;
    border-right: .5px solid #ed5565;
    height: auto;
    z-index: 4;
    position: absolute;
    background-color: white;
}

.auto-completar {
    display: none;
}

.lista-autocompleta {
    width: 390px;
    color: #1c1c1c;
    font-size: 15px;
    padding: 3px;
}

.lista-autocompleta:hover {
    width: 390px;
    height: auto;
    color: #ed5565;
}
.contenedor-re-user{
    width: 100%;
    height: auto;
    padding: 5px;
}
.tit-re-us{
    width: 98%;
    margin: auto;
}
.t-re-u{
    font-size: 15px;
    font-weight: bold;
    color: #4052ab;
}
.content-re-u{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.conten-u-r{
    width: 98%;
    margin: auto;
}
.conten-p-r{
    width: 99%;
    margin: auto;
    word-break: break-all;
}
.re-u{
    display:block;
    width:98%;
    background-color: white;
    border-radius: 5px;
    padding: 4px;
    text-align: left;
    cursor: pointer;
    color:black;
    white-space: nowrap;
}
.re-u:hover{
    background-color:#e4e2e1;
}
/* solo para celulares */
.car-shopping{
    display: none;
}
.menu-categorias-celulares{
    display:none; 
}
.menu-subcategoria-celulares{
    display:none;
}
.header2 {
    width: 100%;
    height: 20vh;
    background-color: white;
}

.separador {
    width: 100%;
    height: 20px;
    background: #f5f5f5;
}

.contenedor {
    margin: auto;
    width: 100%;

}

main article {
    background: white;
    margin: 20px 0;
    padding: 20px;
    height: 1000px;
}
/* Enlaces del NAV */


/* ------------------------- */

.menu {
    width: 100%;
    background: white;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    z-index: 2;
}

.menu .contenedor-botones-menu {
    /* display: flex; */
    display: none;
    justify-content: space-around;

}

.menu .contenedor-botones-menu button {
    font-size: 30px;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid transparent;
    margin-left: 0;
    cursor: pointer;
    background: none;

}

.menu .contenedor-botones-menu button:hover {
    border: 1px solid rgba(255, 255, 255, .4);
}

.menu .contenedor-botones-menu .btn-menu-cerrar {
    display: none;
}

.menu .contenedor-botones-menu .btn-menu-cerrar.activo {
    display: inline-block;
}

.menu .contenedor-enlaces-nav {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
    margin-right: 0;
    margin-left: 5px;

}

.menu .btn-departamentos {
    color: #1c1c1c;
    padding: 2px;
    border-radius: 3px;
    display: flex;
    margin-left: 7px;
    border: 1px solid transparent;
    font-size: 19px;
    cursor: pointer;
}

.menu .btn-departamentos i {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    font-size: 18px ;
    margin-right: 5px;
}

.menu .btn-departamentos:hover {
font-weight: bold;
border: 2px solid #3483fa;
}

.menu .btn-departamentos p {
    font-size: 15px;
    font-weight: bold;
    margin: 8px;
}
.enlaces {
    width: auto;
    height: auto;
    margin-right: 6px;
}
.menu .contenedor-enlaces-nav .enlaces a {
    color: #1c1c1c;
    text-align: center;
    padding: 8px;
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    border-radius: 3px;
}

.menu .contenedor-enlaces-nav .enlaces a:hover {
    border: 2px solid #3483fa;
}
/* notificaciones */
.notifica{
    width: auto;
    height: auto;
    background: red;
    border-radius: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    padding: 2px 1px 1px 2px;
    color: white;
    font-weight: bold;
    position: absolute;
    text-align: center;
}
/* Menú notificaciones */
.menu-notificacion {
    display: none;

    width: 160px;
    height: auto;
    background-color: white;
    right: 70px;
    position: absolute;
    text-align: center;
}

.menu-notificacion ul {
    width: 100%;
}

.menu-notificacion li {
    font-size: 12px;
    display: block;
    padding: 8px;
    border: 1px solid #ccd1d9;
    cursor: pointer;
}

.menu-notificacion li:hover {
    border: 2px solid #3483fa;
}

.menu-notificacion li a {
    color: #3483fa;
}

/* Termina menu notificaciones *  *  *  *  AQUI */
/* Notificacion para celulares */
.notificacion-celulares {
    width: 100%;
    height: auto;
    margin-left: 5px;
}

.notificacion-celulares ul {
    width: 50%;
    right: 2px;
    height: auto;
    background-color: white;
    border: 1.5px solid #9facc4;
    position: absolute;
}

.notificacion-celulares li {
    padding: 8px 2px 2px 8px;
    color: black;
    text-align: center;
    list-style: none;
}

.notificacion-celulares li:hover {
    border: 2px solid #ccd1d9 ;
}

.notificacion-celulares li a {
    margin-left: 10px;
    color: #ed5565;
    cursor: pointer;
}
.notificacion-celulares li a:hover{
    font-weight: bold;
}
/* Termina notificacion celulares */
/*categorias */
.contenedor-todo-catego-subcatego {
    width: auto;
    z-index: 4;
    display: flex;
    position: absolute;
    display: none;
    margin-top: 5px;
    left: 5px;
}

.categorias {
    float: left;
    width: 300px;
    background-color: white;
    overflow: auto;
    border: 1px solid #ccd1d9;
    border-radius: 3.5px;
    height: 350px;

}

.contenido-menu-titulo {
    width: 98%;
    height: auto;
    margin: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
}

.contenido-menu-titulo h4 {
    color: #ed5565;
}

.contenido-menu {
    width: 98%;
    height: auto;
    margin: auto;
    cursor: pointer;
}

.contenido-menu:hover {
    background-color: whitesmoke;
}

.contenido-menu .categoria1 {
    display:block;
    width:100%;
    min-height:39px;
    padding:5px;
    cursor: pointer;
    font-size: 16px;
    color: black;
    font-family: "Maven Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight:500;
    font-style: normal;
    /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
}

.subcategorias {
    display: none;
    float: right;
    width: 300px;
    background-color: white;
    overflow: auto;
    border: 1px solid #ccd1d9;
    border-radius: 3.5px;
    height: 350px;
}
/* Termina categorias - subcategorias menu */
/*  Menú de usuario */
.oculto-menu-usuario {
    display: none;
    margin-left: 694px;
    width: 160px;
    background-color: white;
    right: 3px;
    position: absolute;
    text-align: center;
}

.oculto-menu-usuario ul {
    width: 100%;
}
.oculto-menu-usuario li{
     list-style: none;
      width:160px;
      height:39px;
     display: block;
     padding: 8px;
     border: 1px solid #ccd1d9;
     color: #1c1c1c;
     cursor: pointer;
}
.oculto-menu-usuario li:hover{
    border: 2px solid #3483fa;
}
.oculto-menu-usuario .a-user-men{
    text-decoration:none;
    color: #1c1c1c;
    cursor: pointer;
    width:160px;
    height:39px;
    cursor:pointer;
    right: 1px;
    place-content: center;
    top: 0;
}


/* termina menu usuario */
.separador {
    width: 100%;
    height: 10px;
    background-color: #f5f5f5;
}
.contenedor-todo-comprar{
    width: 100%;
    height: auto; 
}
.dos-columnas{
    width: 97%;
    margin: auto;
    height: auto;
    display: flex;
}
.todo-imagenes-video-productos{
    display: block;
    float: left;
    width: 58%;
    height: auto;
    border: 1px solid #ccd1d9;
    margin: 40px 20px 40px 0;
    box-shadow: 2px 2px 5px #999;
    border-radius: 9px;
}
.contenedor-todo-imagen{
width: 100%;
height: auto;

}
.contenedor-imagen-video{
    display: flex;
    width: 98%;
    margin:auto;
    overflow: hidden;
    overflow-x: auto;
    padding-top: 25px;
}
.video-preview{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 20px 10px 20px 10px;
    border: 1px solid #ccd1d9;
    border-radius: 8px;
}
.video-preview video{
    width: 78px;
    height: 78px;
    border-radius: 8px;
    background-size: cover;
    cursor: pointer;
}
.principal-preview{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 20px 10px 20px 10px;
    border: 1px solid #ccd1d9;
    border-radius: 8px;
}
.principal-preview img {
    width: 78px;
    height: 78px;
    border-radius: 8px;
    background-size: cover;
    cursor: pointer;
}
.todo-imagen{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 20px 10px 20px 10px;
    border: 1px solid #ccd1d9;
    border-radius: 8px;
}

.todo-imagen img{
    width: 78px;
    height: 78px;
    border-radius: 8px;
    background-size: cover;
    cursor: pointer;
}
.todo-imagen img:hover{
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}
.contenedor-grande {
    width: 350px;
    height: 350px;
    border: 2px solid #ccd1d9;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 25px;
    
}
.imagenCambiar {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.cam-c{
    display:none;
}
.imagenGrande {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contenedor-todo-video-items{
    display: block;
    width: 100%;
    height: auto;
}

.contenedor-grande video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:fill;
}
.todo-video{
    width: 100%;
    height: 100%;
}
.todo-grande{
    width: 100%;
    height: 100%;
}
.favorito{
    width: auto;
    height: auto;
    float: right;
    margin-right: 15px;
    margin-bottom:5px;
    background-color: white;
    color:#fe0000;
    font-size: 25px;
    cursor: pointer;
}
.favorito:hover{
    color: #ff6961;
}
.procesar-compra{
    width: 40%;
    height: auto;
    float: right;
    border: 1px solid #ccd1d9;
    margin: 40px 0 40px auto;
    box-shadow: 2px 2px 5px #999;
    border-radius: 9px;
   
}
.informacion-producto{
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-left: 20px;
}

.mensaje-star{
    font-size: 14px;
}
.calificacion-producto{
    display: flex;
    width: 100%;
    height: auto;
}
.star-c{
    color: #ef8743;
    padding: 0;
    font-size: 17px;
    margin-right: 2px;
}
.calificacion-producto .numero-star{
    margin: 2px 0 0 6px;
}
.informacion-producto h4 {
   margin: 10px 0 10px 0;
}
.informacion-producto h3 {
    margin: 10px 0 10px 0;
}
.informacion-producto p{
    margin: 10px 0 10px 0 ;
}
.oferta-sin{
    width: 100%;
    height: auto;  
}
.todo-ofertas{
    width: 100%;
    min-height: 72px;
    max-height: auto;
    border: 3px solid #1cedae;
    border-radius: 5px;
}
.titulo-oferta{
    width: 95%;
    height: auto;
    margin: auto;
    padding-top: 3px;

}
.titulo-oferta .titulo-oferta-p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #ff1f00;
    font-family: Arial, Helvetica, sans-serif;
}
.titulo-oferta i{
    font-size: 20px;
    color: #00ff40;
    margin-left: 15px;
}
.contenedor-precio-oferta{
    width: 95%;
    height: auto;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
}
.contenedor-precio-oferta .precio-normal{
    font-size: 20px;
    color: #9b9b9b;
    text-decoration: line-through;
    margin: 0;
    padding: 3px;

}
.contenedor-precio-oferta .precio-oferta{
    margin-left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #ff1f00;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3px;

}
.contenedor-precio-oferta .descuento{
    width: auto;
    height: auto;
    background-color: #ff1f00;
    padding: 3px;
    border-radius: 3px ;
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-top: 0;
    margin-left: 15px;
    margin-bottom: 0;
}
.c-digital-p{
    width:100%;
}
.p-digital{
    font-weight:bold;
}
.m-digital{
    font-size:14px;
}
.d-producto{
    font-weight: bold;
}
.form-compra{
    width: 90%;
    margin: auto;
}
.contenedor-colores{
    width: 100%;
    min-height: 30px; 
    max-height: auto;
    margin-bottom: 7px;
}
.response-p-pi{
    width:100%;
    margin: auto;
}
.r-p-pi{
    font-size: 18px;
    font-weight: bold;
    color: #e5be01;
}
.response-p-pro{
    width:100%;
    height: auto;
}
.div-tallas-pro {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.div-tit-talla {
    width: 100%;
    margin: auto;
}
.tit-talla-var {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}
.div-talla-p {
    width: 100%;
    display: grid;
    grid-auto-rows: 30px;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    grid-gap: 3px;
}
.div-talla-var {
    border: 1px solid #ccd1d9;
    border-radius: 8px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.p-talla-var {
    text-align: center;
    font-size: 10px;
}
.div-talla-var-active {
    border: 2px solid #0000ff;
    border-radius: 8px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.contenedor-images-texto{
    width: 100%;
    margin: auto;
    display: grid;
    grid-auto-rows: 78px;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    grid-gap: 3px;
}
.images-t{
    width: 100%;
    height: auto;
    border-radius: 3px;
    cursor: pointer;
}
.images-t-click{
    width: 100%;
    height: auto;
    border-radius: 3px;
    border: 2px solid #0000ff;
    cursor: pointer;
}
.texto{
    width:100%;
display: block;
}
.texto p{
    text-align: center;
    font-size: 10px;
    color: black;
    margin-top: 2.5px;
    margin-bottom: 0;
}
.p-elige{
    font-weight: bold;
    color: #333531;
}
.images-estilo-color{
    width: 90%;
    margin: 1.5px auto auto auto;
    height: 50px;
    border: 1px solid #ccd1d9;
    border-radius: 8px;
}
.color-t{
    width: auto;
    border-radius: 3px;
    cursor: pointer;
    padding-top: 2px;
}
.color-t-click{
    width: auto;
    border-radius: 3px;
    border: 2px solid #0000ff;
    cursor: pointer;
    padding-top: 2px;
}
.texto-color{
    width: 90%;
    margin: auto;
}
.texto-color p{
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    color: black;
    margin-top: 4px;
    margin-bottom: 0;
}
#Blanco {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: white;
    margin: auto;
}

#Negro {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: black;
    margin: auto;
}

#Rojo {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #ff0000;
    margin: auto;
}
#Vino{
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #ff0000;
    margin: auto;
}
#Rosa {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #ff69b4;
    margin: auto;
}

#Rosaclaro {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #ffc0cb;
    margin: auto;
}

#Fiusha {
    width: 80%;
    height: 50%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #ff1493;
    margin: auto;
}

#Verde {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #006400;
    margin: auto;
}

#Verdeclaro {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #3cb371;
    margin: auto;
}

#Verdeolivo {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #808000;
    margin: auto;
}

#Gris {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #808080;
    margin: auto;
}

#Cafe {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #8b4513;
    margin: auto;
}

#Beige {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #deb887;
    margin: auto;
}

#Amarillo {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #ffd700;
    margin: auto;
}

#Naranja {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #ff8c00;
    margin: auto;
}

#Morado {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #9400d3;
    margin: auto;
}

#Azulcielo {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #87cefa;
    margin: auto;
}

#Azulmarino {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #00008b;
    margin: auto;
}

#Coral {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #ff7f50;
    margin-top: auto;
    margin: auto;
}

#Oro {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #daa520;
    margin: auto;
}

#Plata {
    width: 80%;
    height: 40%;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #d3d3d3;
    margin: auto;
}
.imagenChica{ 
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    cursor: pointer;
}

form p{
    margin-top: 10px;
    margin-bottom:10px;
    margin-left: 0;
}
.contenedor-tallas{
    width: 98%;
    height: auto;
    min-height: 30px;
}

.contenedor-tallas select{
    display: block;
    width: 280px;
    height: 42px;
    padding: 7px 10px;
    font-size: 16px;
    border: #ccd1d9 1px solid;
    border-radius: 5px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/flecha.png) no-repeat right white;
    appearance: none;
    background-position: 98%;
    background-size: 18px;
}
.contenedor-cantidad-envio{
    display: block;
    width: 100%;
    min-height: 170px;
    max-height: auto;
}
.contenedor-cantidad{
    display: flex;
}
.contenedor-cantidad-envio h3{
    padding-top: 5px;
    padding-bottom: 5px;
}
.contenedor-cantidad button{
    width: 30px;
   font-size: 25px;
   font-weight: bold;
   text-align: center;
   border: #ccd1d9 1px solid;
   background-color: #b4c1b8;
   cursor: pointer;
}
.contenedor-cantidad input{
     width: 45px;
     font-size: 16px;
     text-align: center;
     border: #ccd1d9 1px solid;
}
.contenedor-cantidad p {
     font-size: 16px;
     margin-left: 20px;
}
.mensaje-cantidad{
    width: auto;
    margin-right: 15px;
    margin-left: auto;
}
.mensaje-cantidad .m-cantidad{
    font-size: 12px;
    color: #ed5565;
}
form h4{
    margin-top: 20px;
    margin-bottom: 20px;
}
.p-envio-g{
    font-weight: bold;
    color: #3483fa;
}
/*  *  *  *  *  *  *  *  Mensaje de error y flecha  *  *  *  *  *  *  */
.boton-comprar-carrito {
    display: block;
    width: 100%;
    text-align: center;
}
.alert-btn{
    font-weight: bold;
    color: #4d4d4d;
}
.contenedor-error1 {
    display: none;
    width: 20%;
    position: absolute;
    margin-top: -50px;
    margin-left:8% ;
}
.contenedor-error2 {
    display: none;
    width: 20%;
    position: absolute;
    margin-top: -50px;
    margin-left: 8%;
}
.error-alerta{
    width: 100%;
    border: #212738 3px solid;
    border-radius: 9px;
    color: #212738;
    font-size: 12px;
    font-weight: bold;
    background-color:#fafaf0 ;
    text-align: center;
    padding: 10px;
    position: relative;
    
}
/* *  *  *  *  flecha *  *  *  *  * */

.error-alerta:before{
content: "";
display: block;
height: 0;
width: 0;
border-top: 10px solid #212738;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
position: absolute;
bottom: -20px;
left: calc(50% - 10px);
}
/*  *  *  *  *  Termina el mensaje con flecha  *  *  *  *  *  *  */
.btn1{
    width: 70%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 3px;
    height: 45px;
    cursor: pointer;
    background-color:#3483fa;
    border: #ccd1d9 1px solid;
    border-radius: 9px;
    color: black;

}
.btn1:hover{
    background-color:white;
}
.btn1-disabled{
    width: 70%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 3px;
    height: 45px;
    cursor: no-drop;
    background-color: #bababa;
    color: white;
    border: #808080 1px solid;
    border-radius: 13px;
}
.btn1 a{
    color: black;
}
.btn2{
    width: 70%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    height: 45px;
    cursor: pointer;
    background-color: #bbd2ec;
    border: #ccd1d9 1px solid;
    border-radius: 9px;
}
.btn2:hover{
    background-color: white;
}
.btn2-disabled{
    width: 70%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    height: 45px;
    cursor: no-drop;
    background-color: #bababa;
    color: white;
    border: #808080 1px solid;
    border-radius: 13px;
}
.mensaje-carrito{
    width: 90%;
    margin-bottom: 5px;
}
.carrito{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding-top:4px;
    padding-bottom:5px;
}
.carrito .c-carro{
    font-size: 13px;
    color: #4d4d4d;
    padding-bottom:4px;
    font-weight:bold;
}

.contenedor-tienda-vendedor{
    width: 97%;
    border: #ccd1d9 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    box-shadow: 2px 2px 5px #999;
    border-radius: 9px;
    
}
.contenedor-tienda{
    display: flex;
}

.contenedor-tienda p{
    font-size: 15px;
}
.tres-tienda{
    width: 45%;
    display: flex;
}
.tres-tienda p{
    padding-top: 35px;
    text-align: center;
}
.c-tienda-p{
    width: 30%;
    height: auto;
    text-align: center;
}

.contenedor-imagen-tienda{
    width: 25%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.imagen-t{
    width: 100%;
    text-align: center;
}
.imagen-t img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #ccd1d9;
}
.calificacion-vendedor{
    width: 45%;
    height: auto;
}

.calificacion-vendedor .mensaje-star-v{
    font-size: 14;
    padding-top: 10px;
    padding-bottom: 10px;

}
.contenedor-stars{
    width: auto;
    height: auto;
    display: flex;
}
.contenedor-stars .star-c{
    color: #ef8743;
    padding: 0;
    font-size: 17px;
    margin-right: 2px;
}
.contenedor-stars .star-p{
    color: #ef8743;
    padding: 0;
    font-size: 17px;
    margin-right: 2px;
}
.contenedor-stars .numero-star{
    margin: 0;
}
.tienda-oculto{
    width: auto;
    text-align: center;
    padding-left:10px;
    padding-right:10px;
}
.tienda-oculto p{
    padding-top: 15px;
    padding-bottom: 15px;
}
.contenedor-boton{
    width:40%;
    text-align: center;
    padding-top: 15px;
    display:flex;
    justify-content:space-around;

}
.contenedor-boton .btn-1{
    width:auto;
    font-size: 15px;
    height: auto;
    padding: 8px 10px ;
    text-align: center;
    color: #3483fa;
    background-color: white;
    border: #ccd1d9 1px solid;
    border-radius: 9px;
    cursor: pointer;

}
.contenedor-boton .btn-1:hover{
    border: #3483fa 1px solid;
}
.contenedor-boton .btn-2 {
    width:auto;
    font-size: 15px;
    height: auto;
    padding: 8px 10px;
    border-radius: 9px;
    text-align: center;
    background-color: white;
    border: #ccd1d9 1px solid;
    cursor: pointer;
}
.contenedor-boton .btn-2:hover {
    border: #ed5565 1px solid;
    color: #ed5565;
}
.btn-seguir-tienda{
    width:auto;
    font-size: 15px;
    height: 35px;
    max-height: 52px;
    padding: 8px 10px;
    border-radius: 9px;
    text-align: center;
    background-color: white;
    border: #ccd1d9 1px solid;
    cursor: pointer;
    
}
.btn-seguir-tienda:hover{
    border:1px solid #3483fa ;
    color: #3483fa;
}
.descripcion-pregutas-calificaciones{
    width: 97%;
    border: #ccd1d9 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    box-shadow: 2px 2px 5px #999;
    border-radius: 9px;
}
.botones-descripcion-preguntas-calificaciones{
    display: flex;
    margin: 0;
}
.botones-descripcion-preguntas-calificaciones .btn-varios {
   font-size: 14px;
   padding: 8px 20px;
   text-align: center;
   background-color: white;
   border: #ccd1d9 1px solid;
   background-color: #ffca00;
   cursor: pointer;

}
.botones-descripcion-preguntas-calificaciones .btn-varios:hover{
    background-color: white;
}
.descripcion{
    margin: 15px 20px;
}
.descripcion span{
    font-size: 20px;
    
}
.descripcion table{
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    font-size: 15px;
    margin-bottom: 50px;
}

.descripcion th,td{
    border-collapse: collapse;
    height: 35px;
    padding: 15px;
}
.descripcion th{
    background-color: #ededed;
}
.descripcion td{
    background-color: #f5f5f5;
}
.descripcion p{
    font-size:16px;
    color:black;
    font-weight:bold;
    margin-bottom:10px;
}
.preguntas{
    display: none;
    width: 100%;
    margin: 40px 15px;
}
.preguntas p{
    font-size:16px;
    color:black;
    font-weight:bold;
    margin-bottom:10px;
}
.contenedor-pregunta{
    width: 95%;
    height: auto;
    margin-left: 20px;
}
.contenedor-pregunta p{
    font-size: 15px;
    margin-left: 0;
}
.contenedor-pregunta input[type="text"]{ 
     width: 60%;
     height: 38px;
     padding: 5px;
     font-size: 15px;
     border: #ccd1d9 1px solid;
     border-radius: 3px;
}
.contenedor-pregunta .preguntar{
    width: auto;
    padding: 3px 15px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
     border: #ccd1d9 1px solid;
     border-radius: 6px;
     cursor: pointer;
    background-color:#3483fa;
    color: white;
    margin-left: -8px;
}
.contenedor-pregunta .preguntar:hover{
    background-color:white;
    color: #3483fa;
    border: #3483fa 1px solid;
}
.titulo-preguntas{
    width: 100%;
    margin: 20px 0 20px 20px;
}
.titulo-preguntas p{
    font-size: 16px;
    font-weight: bold;
    margin-left:8px;
}
.ultimas-preguntas{
    width: 100%;
    margin: 8px;
}
.ultimas-preguntas .pregunta{
    font-size: 15px;
    font-weight: bold;
}
.separa{
    width: 95%;
    height: 20px;
}
.ultimas-preguntas .respuesta{
   font-size: 15px;
   margin-left: 40px;
   margin-top: 0;

}
.calificaciones{
    display: none;
    margin: 40px auto 10px auto;
}
.calificaciones .titulo-calificacion{
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
.calificaciones h5 {
    margin-left: 20px;
    padding-top:10px ;
    padding-bottom: 10px;
}
.calificaciones p{
    font-size: 14px;
}
.estrellas-producto{
    width: auto;
    height: auto;
    display: flex;
    margin-top: 5px;
    margin-left: 20px;
}
.estrellas-producto .star-c{
    color: #ef8743;
    padding: 0;
    font-size: 25px;
    margin-right: 3px;
}
.estrellas-producto .numero-star{
    margin: 10px 10px 10px 0;
    font-size: 18px;

}
.valoracion-estrellas{
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-left: 20px;
}
.valoracion-estrellas p{
    font-size: 15px;
    margin: 0;
}
.porcentaje-valoracion{
    width: 100%;
    height: auto;
}
.porciento-star{
    width: 100%;
    height: auto;
    display: flex;

}
.porciento-star p{
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 20px;
    margin-right: 15px;
}
.contenedor-linea{
    width: 200px;
    height: 6px;
    background-color: whitesmoke;
    margin-top: auto;
    margin-bottom: auto;
}
.linea{
    width: 0;
    height: 5px;
    border: .5px solid #ccd1d9;
    background-color: #da4453;
}
.todo-filtro-valoracion{
    width: 100%;
    height: auto;
    margin: 5px auto 5px auto;
}
.titulo-filtro-comentarios {
    width: auto;
    height: auto;
    margin: 25px;

}
.titulo-filtro-comentarios p{
    font-weight: bold;
    font-size: 15px;
}
.btn-select-estrellas{
    width: auto;
    height: auto;
}
.contenedor-botones-select{
display: flex;
width: 100%;
height: auto;
margin: 15px auto 15px auto;
background-color: whitesmoke;
border-top: 1.5px solid #ccd1d9;
border-bottom: 1.5px solid #ccd1d9;
}
.select-estrellas{
    display: block;
    width: 160px;
    height: 35px;
    padding: 7px 10px;
    margin: 20px;
    font-size: 15px;
    border: #ccd1d9 1px solid;
    border-radius: 5px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/flecha.png) no-repeat right white;
    appearance: none;
    background-position: 135px;
    background-size: 18px;
    }
    .select-estrellas:hover{
        border: 1px solid #ed5565;
    }
.btn-filtro-estrella{
    width: auto;
    height: auto;
    margin: 20px;

}
.btn-filtro-estrella button{
    font-size: 15px;
    height: 35px;
    padding: 4px 20px;
    text-align: center;
    background-color: white;
    border: #ccd1d9 1px solid;
    border-radius: 5px;
    cursor: pointer;
}
.btn-filtro-estrella button:hover{
    border: 1px solid #ed5565;
    color: #ed5565;
}
.comentarios-valoracion{
    width: 95%;
    height: auto;
    margin: auto;
}
.todo-comentario{
    width: 100%;
    height:auto;
    border-bottom: 1px solid #ccd1d9;
    padding-bottom: 10px;
}
.todo-comentario h5{
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
}
.estrellas-p{
    width: auto;
    margin: 5px 0px 5px 0;

}
.estrellas-p .star-p{
    color: #ef8743;
    padding: 0;
    font-size: 13px;
    margin-right: 0;
}
.fecha-descripcion{
    width: auto;
    margin: 5px 0px 5px 0;
    display: flex;
}
.fecha-descripcion p{
    font-size: 14px;
    margin: 0;
    
}
.comentario-compra{
    width: 100%;
    height: auto;
    margin:auto ;
}
.comentario-compra p{
    font-size: 14px;
    margin: 0;
    padding-top: 3px;
}
.contenedor-fotos-valoracion{
    width: 100%;
    height: auto;
    display: flex;
    margin: 10px auto 5px auto;
}
 .foto-v{
    margin-right: 20px;
    width: 100px;
    height: 100px;

}
.foto-v img{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.contenedor-no-comentarios{
    width: 90%;
    height: auto;
    text-align: center;
}
.contenedor-no-comentarios p{
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: bold;
}
/* Modal fotos grandes */
.modal-galeria-foto{
    position: fixed;
    z-index: 1;
    width: 100%;
    height: auto;
    margin:0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0, 0.4);
    padding-top: 60px;
}
.contenedor-foto{
    display: flex;
    width: 80%;
    height: 550px;
    background-color: #fefefe;
    margin:0 auto auto auto;
    overflow: auto;
    background-color: #1c1c1c;
}
/* Termina modal fotos comentarios grandes */
.foto{
    width: 45%;
    height: 400px;
    margin: auto;
    margin-top:80px ;
    float: center;
    
}
.foto img {
    width: 100%;
    height: 100%;
    object-fit:fill;
}
.flecha-derecha{
    width:10% ;
    height: 550px;
    float: left;
    text-align: center;
}
.flecha-derecha .btn-foto-atraz {

    width: auto;
    height: auto;
}
.btn-foto-atraz i{
    font-size: 40px;
    margin-top: 275px;
    color: #E3E4E5;
    cursor: pointer;
}
.btn-foto-atraz i:hover{
    color: #b5b5b5;
}
.flecha-izquierda{
    width:10% ;
    height: 550px;
    float: right;
    text-align: center;
}
.flecha-izquierda .btn-foto-adelante {
    width: auto;
    height: auto;
}
.btn-foto-adelante i{
    font-size: 40px;
    margin-top: 275px;
    color: #E3E4E5;
    cursor: pointer;
}
.btn-foto-adelante i:hover{
    color: #b5b5b5;
}
.comentarios-foto-modal{
    width: 35%;
    height: 100%;
}
.contenedor-comentarios{
    width: 95%;
    height: auto;
    background-color: white;
    margin: 80px auto 15px auto;
    border-radius: 8px;
}
.nombre-usuario{
    width: 90%;
    height: auto;
    margin: auto;
}
.nombre-usuario h5{
    padding-top: 10px;
    margin: 0 auto 10px auto;
}
.estrellas-modal {
    width: 90%;
    margin: 10px auto 0 auto;
    padding-bottom: 10px;
}

.estrellas-modal .star-p {
    color: #ef8743;
    padding: 0;
    font-size: 13px;
    margin-right: 0;
}
.comentario-modal{
    width: 90%;
    margin: 0 auto 0 auto;
    padding-bottom: 10px;
}
.comentario-modal p{
    font-size: 13px;
    margin: 0;
}
.cerrar-foto-grande{
    float: right;
    margin: 5px;
    font-size: 23px;
    color: #E3E4E5;
    cursor: pointer;
}
.cerrar-foto-grande:hover{
    color: #b5b5b5;
}
/* Botones para comprar y carritos para celulares */
.error-celulares{
    display: none;
}
.botones-cel{
    display:none; 
}

.pie-pagina {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    background-color: #ed5565;
}

.pie-a ul {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;

}

.pie-a li {
    margin: 10px;
}

.pie-a a {
    color: black;
    text-align: center;
    font-weight: bold;

}
.separador-botones-celulares{
    display: none;
}
/* paginacion */
.contenedor-todo-paginacion {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.contenedor-numero-pagina {
    width: auto;
    height:auto;
}

.contenedor-numero-pagina ul {
    padding: 10px 15px;
    list-style: none;
    display: flex;
    justify-content: center;

}
.contenedor-numero-pagina a,
.pagina-seleccionada {
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    font-size: 22px;
    color: #4d4d4d;
}

.contenedor-numero-pagina a:hover {
    color:#3483fa ;
    font-weight: bold;
}

.pagina-seleccionada {
    color: #ff1f00;
    font-weight: bold;
}
.modal-producto-celular{
    display: none;
}
.content-re-pro{
    width: 95%;
    margin: auto;
}
.tit-re-pro{
    width: 100%;
    margin-bottom: 25px;
    margin-top:20px;
}
.t-re-pro{
    font-size: 20px;
    font-weight: bold;
    color: #1c1c1c;
}
.todo-c-re-pro{
    width: 100%;
    min-height: 300px;
    max-height: auto;
    margin: auto;
    display: grid;
    grid-auto-rows: 290px;
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
    grid-gap: 7px;
    padding-top: 15px;
}
.cont-r-p{
    width: 100%;
    height: 270px;
    background-color: white;
    border: .5px solid #ccd1d9;
    transition: all .3s;
    cursor: pointer;
    border-radius: 9px;
}
.cont-r-p:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
}
.cont-r-p img{
    width: 100%;
    height: 140px;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 9px 9px 0 0;
}
.contenedor-d-p{
    width: 97%;
    min-height: 100px;
    max-height: auto;
    margin: auto;
    text-align: start;
}
.c-desc-r-p{
    width: auto;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
}
.t-p-re-nom{
    font-size: 13px ;
    padding-top: 3px;
    padding-left: 3px;
}
.dos-precio-anterior{
    width: 170px;
    height: auto;
    display:flex;
}
.contenedor-d-p .oferta{
    font-size: 13px;
    font-weight: bold;
}
.dos-precio-anterior .precio-normal{
    font-size: 14px;
    color: #9b9b9b;
    text-decoration:line-through;
}
.dos-precio-anterior .descuento{
    width: auto;
    height: auto;
    background-color: #ff1f00;
    padding:1.5px ;
    border-radius:3px ;
    margin-left: 10px;
    font-size: 11px;
    color: white;
    font-weight: bold;
}
.precio-n{
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
}
.calificacion-producto-1{
    display: flex;
    width: 100%;
    min-height: 21px;
    max-height: auto;
}
.calificacion-producto-1 .star-c{
    color: #ef8743;
    padding: 0;
    font-size: 15px;
    margin-right: 2px;
}
.calificacion-producto-1 .numero-star{
    margin: 0 ;
    padding-top: 4px;
    padding-left: 4px;
    font-size: 13px;
}
.productos-vendidos{
    width: 100%;
    height: auto;
}
.productos-vendidos p{
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0;
}
.respuesta-ver-imagen-cel{
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 99;
    top: .5px;
}
.image-smart{
    display:none;
}
.control-smart{
    display:none;
}
.ir-pro{
    position:absolute;
    height: 270px;
    width: 190px;
}
.btn-scroll-cont{
    display:none;
}
@media screen and (max-width: 1235px){
.contenedor-images-texto {
    grid-template-columns: repeat(5, 1fr);
}
}
@media screen and (max-width: 1100px){
    .contenedor-search input#search {
        margin-left: 220px;
    }
    .contenedor-search .btn {
        margin-left: 590px;
    }
    .contenedor-lista{
        margin-left: 226px;
    }
}
@media screen and (max-width: 1000px){
    .ir-pro{
        width: 180px;
    }
}
@media screen and (max-width: 917px) {

    .dos-columnas {
        width: 99%;
    }

    .contenedor-boton {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .contenedor-tienda-vendedor {
        width: 99%;
    }
    .descripcion-pregutas-calificaciones {
        width: 99%;
    }
    .informacion-producto p {
        font-size: 14px;
    }
    .p-elige {
        font-size: 14px;
    }
    .contenedor-cantidad p {
        font-size: 14px;
    }
    .p-envio-g {
        font-size: 14px;
    }
    form p{
        font-size: 14px;
    }
    .btn1 {
        font-size: 18px;
    }
    .btn2 {
        font-size: 18px;
    }
    .contenedor-tipo-p {
        width: 65%;
    }
    .ir-pro{
        width: 200px;
    }
    }
    @media screen and (max-width: 850px) {
        .descripcion table {
        width: 75%;
        }
        .contenedor-images-texto {
            grid-template-columns: repeat(4, 1fr);
        }
        .ir-pro{
        width: 190px;
    }
    }
@media screen and (max-width: 800px){
    .btns-scroll{
        display:none;
    }
    .btn-scroll-cont{
        position:fixed;
        z-index:1000;
        display:flex;
        width:100%;
        border-top:1px solid #ccd1d9;
        border-bottom:1px solid #ccd1d9;
    }
    .btn-scroll{
        width:25%;
        background-color:white;
    }
    .bt-s{
        width:100%;
        color:#000;
        cursor:pointer;
        font-size:13px;
        background-color:white;
        border:none;
        padding-top:15px;
        padding-bottom:15px;
        text-align:center;
    }

        .bt-s-active{
        width:100%;
        color:#000;
        cursor:pointer;
        font-size:13px;
        background-color:white;
        border:none;
        padding-top:15px;
        padding-bottom:15px;
        text-align:center;
        font-weight:bold;
        text-decoration-style:solid;
        text-decoration-color: #000 ;
        text-decoration:underline;
        text-underline-position:under;
        text-underline-offset: 5px;
    }
    .re-u{
        color: black;
    }
    .favorito {
        margin-top:-40px;
    }
    .form-compra {
        width: 90%;
        margin-left: 20px;
    }
    .logo-tien {
        display:none;
    }
    .log-t {
        display: none;
    }
.texto{
    width: 100%;
}
.header{
    display:none;
    background-color: #ed5565;
    color: white;
    height: auto;
    position: fixed;
    top: 0;
    padding-bottom: 5px;

}
.flecha-atras-cel{
    width: 25px;
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    margin-left: 3px;
    margin-right: auto;
}
.flecha-atras-cel a{
    width: 25px;
    height: 30px;
    cursor: pointer;
}
.flecha-atras-cel i{
    color: white;
    font-size: 20px;
}

.header .texto{
    color: white;
}
.busqueda{
    width: 99%;
    margin: auto;
    height: auto;
    display: none;
    justify-content:start;

}
.busqueda .form-search{
    width: 100%;
    height: 40px;
    margin-left: 0;

}
.contenedor-search{
    display: flex;
    width: 93%;
    height: auto;
    bottom: 0;
    float: left;
    left: 0;
}
.contenedor-search form input#search {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        float: left;
        position: static;
        border-radius: 13px;
        font-size:16px;
    
}
.contenedor-search .btn {
        width: 8%;
        right: 8%;
        top: 32px;
        height: 35px;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        background-color: #CDA738;
        border:.5px solid #CDA738;
        border-radius: 15px;
        font-size:18px;
}
.contenedor-search i{
        color:white;
        font-size:18px;
    }
    .contenedor-search .btn:hover{
        color:#CDA738;
        font-size:18px;
    }
.notificacion-celulares li {
    font-size:14px;
}
.car-shopping{
        display: block;
        width: 7%;
        height: 40px;
        right: 0;
    }

.load-sess {
        display:grid;
        margin-left: auto;
        margin-right: 8px;
        margin-top:5px;
        height: 40px;
        outline: none;
        cursor: pointer;
        
    }
    .icon-load {
        font-size:28px;
        color:white;
        text-align: center;
    }
    .icon-not{
        font-size:28px;
        color:white;
        text-align: center;
        border:none;
        background-color:transparent;
}
    .icon-load:hover{
         color:#CDA738;
     }
     .icon-not:hover{
         color:#CDA738;
     }

/* menú categorias para celulares */
.menu-categorias-celulares {
    display: none;
    width: 99%;
    height: 300px;
    margin-left: 5px;
    background-color: white;
    border: 1.5px solid #9facc4;
    position: absolute;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 3;
    
}
.icono-cerrar{
    position: absolute;
    z-index: 99;
    right: 0;
    color: #3483fa;
    margin: 6px;
    cursor: pointer;
     
}
.icono-cerrar i{
    font-size: 20px;
}
.icono-cerrar i:hover{
 color: #1c1c1c;
}
.menu-categorias-celulares ul{
     width: 100%;
     position: absolute;
    
}
.menu-categorias-celulares li{
    padding: 3px 2px 2px 3px;
    color: #1c1c1c;
    cursor: pointer;
    text-align: center;
    background-color: white;
    cursor: pointer;
}
.menu-categorias-celulares li:hover{
    background-color: #ccd1d9;
 
}
.menu-categorias-celulares .categoria-boton{
    cursor: pointer;
    padding: 3px;
    font-size: 16px;
    color: #1c1c1c;
    text-align: center;
}

.menu-subcategoria-celulares{
    width: 99%;
    min-height: auto;
    max-height: 300px;
    margin-left: 5px;
    background-color: white;
    border: 1.5px solid #9facc4;
    position: absolute;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 4;
}
.menu-subcategoria-celulares ul {
    width: 100%;
}

.menu-subcategoria-celulares li {
    padding: 5px 2px 2px 5px;
    color: #1c1c1c;
    cursor: pointer;
    text-align: center;
    background-color: white;
    cursor: pointer;
}

.menu-subcategoria-celulares li:hover {
    background-color: #ccd1d9;

}
.menu-subcategoria-celulares .categoria-boton{
    cursor: pointer;
    padding: 3px;
    font-size: 16px;
    color: #1c1c1c;
    text-align: center;
}

.contenedor-lista{
   width: 77.5%;
   margin-top: 0;
   margin-left: 8px;
   background-color: white;
}
.contenedor-lista .auto-completar {
    width: 100%;
    margin-left: 5px;
    margin-top: 0;
   
}
.menu{
    display: none;
}
.separador{
    display:none;
    background-color: #ed5565;
    height: 35px;
}
/* Acaba header y menu  */
.dos-columnas{
    display: block;
}
.todo-imagenes-video-productos{
    width: 100%;
    margin: auto;
    border: none;
    float: none;

}
.contenedor-todo-imagen{
    width: 100%;
    margin: auto ;
    overflow: hidden;
    padding-top: 0;
}
.contenedor-imagen-video{
    display:none;
    width: 90%;
    margin: auto;
    justify-content: start;
}
.contenedor-grande {
    display:none;
    width: 450px;
    margin-top: 15px;
    margin-bottom: 40px;
    border: none;
}

.contenedor-grande video{
    width: 100%;
}
.procesar-compra{
    width: 100%;
    float:none;
    margin: 10px auto;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.oferta-sin{
    min-height: auto;
}
.todo-ofertas {
    height: auto;
    margin-top: 45px;
}
.contenedor-tallas select{
    width: 50%;    
}
.contenedor-cantidad-envio {
    height:auto;
    min-height: auto;
}
.favorito{
    margin-right: 28px;
    font-size: 30px;
}
.contenedor-tienda-vendedor {
    width: 100%;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
    margin-top: 15px;
    border:none;
}
.contenedor-tienda{
    display: block;
    width: 80%;
}

.tres-tienda{
    width: 98%;
    margin: auto;
    justify-content: normal;
}
.contenedor-imagen-tienda {
    width: 33.3%;
    margin-bottom: 0;
}
.imagen-t{
    text-align: left;
    margin-left: 20px;
}
.imagen-t img{
    width: 65px;
    height: 65px;
}
.tres-tienda p{
    text-align: left;
}
.c-tienda-p{
    width: 33.3%;
}
.calificacion-vendedor {
     width: 33.3%;
}
.tienda-oculto{
    display: none;
}
.contenedor-boton{
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:5px;
    text-align: left;
    justify-content:space-between;
}

.descripcion-pregutas-calificaciones{
    width: 100%;
    border-left: none;
    border-right: none;
    border-radius:0;
    margin-bottom:0px;
}
.botones-descripcion-preguntas-calificaciones {
    display: none;
}
.btn-varios{
    width: 33.3%;
}

.descripcion {
    margin:20px 8px;
}
.preguntas {
    display:block;
    margin:15px 8px;
}
.ultimas-preguntas {
    margin:0;
}
.contenedor-pregunta {
    margin-left:0;
}

.titulo-preguntas {
    margin: 5px;
}
.calificaciones {
    display:block;
    margin:8px 0;
}
.calificaciones h5 {
    margin-left: 5px;
}
.descripcion span {
    font-size: 15px;
}
.valoracion-estrellas {
    margin-left: 5px;
}
.contenedor-pregunta p{
    font-size: 15px;
}
.porciento-star p {
    margin-left: 5px;
}
.contenedor-pregunta input[type="text"]{
width: 85%;
}
.boton-comprar-carrito{
    display: none;
}
.pie-pagina{
    display: none;
}
/* boton comprar y agregar al carrito para celulares*/

.error-celulares{
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 71px;
}

.error-1 {
    width: 50%;
    height: auto;
    float: left;
    
}
.error-2 {
    width: 50%;
    height:auto;
    float: right;
}
/* flechas de alerta*/
.e-alerta{
    width: 80%;
    margin: auto;
    display: none;
    height: auto;
    color: #3483fa;
    border:#3483fa 3px solid;
    border-radius: 9px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background-color: #fafaf0;
}
.error-1 .e-alerta:before{
content: "";
display: block;
height: 0;
width: 0;
border-top: 10px solid #3483fa;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
position: absolute;
bottom: -20px;
left: calc(25% - 10px);
}
.e-alerta-2{
    width: 80%;
    margin: auto;
    display: none;
    height: auto;
    border:#3483fa 3px solid;
    border-radius: 9px;
    font-size: 12px;
    font-weight: bold;
    color: #3483fa;
    text-align: center;
    padding: 10px;
    background-color: #fafaf0;
}
.error-2 .e-alerta-2:before{
content: "";
display: block;
height: 0;
width: 0;
border-top: 10px solid #3483fa;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
position: absolute;
bottom: -20px;
left: calc(75% - 10px);
}
/* termina flechas */
.separador-botones-celulares {
    width: 100%;
    height: 65px;
}
.contenedor-btn-web{
    display: none;
    
}
.botones-cel{
    width: 100%;
    margin: 0;
    
}
.c-alert-cel{
    width: 100%;
    height: 60px;
    border-top: 1px solid #ccd1d9;
    border-bottom: 1px solid #ccd1d9;
    text-align: center;
    background-color: #ccd1d9;
}
.alert-btn-cel{
    font-weight: bold;
    color: #4d4d4d;
    padding-top: 15px;

}
.botones-cel{
    display:block;
}
.boton-comprar-celulares {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 10px;
}
.boton-comprar-celulares .btn-comprar-cel {
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    cursor: pointer;
    background-color: #3483fa;
    border: #ccd1d9 1px solid;
    bottom: 0;
    margin: 0;
}

.boton-comprar-celulares .btn-comprar-cel:hover {
    background-color: white;
}

.contenedor-images-texto {
    grid-template-columns: repeat(10, 1fr);
}
.calificaciones .titulo-calificacion {
    margin-left: 5px;
}
.estrellas-producto {
    margin-left: 5px;
}
.estrellas-producto .star-c {
    font-size: 20px;
    margin-top: 7px;
}
.todo-modal-cel-producto { 
    position: fixed;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
    bottom: 0;
    overflow: auto;
    background-color: transparent;
    margin-top: 145px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.contenedor-cel-todo {
    width: 99.86%;
    height: auto;
    background-color: #fefefe;
    margin: 0 auto auto auto;
    overflow: auto;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
} 
.producto-modal{
    width: 100%;
    height: auto;
}
.cerrar-modal-p{
    font-size: 20px;
    color: #3483fa;
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.cerrar-modal-p:hover{
    color: #4d4d4d;
}
.imagen-m{
    display: flex;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #808080;
}
.i-modal-p{
    width: 120px;
    margin-left: 10px;
}
.i-modal-p img{
    width: 120px;
    height: 120px;
    border: 1px solid #808000;
    border-radius: 8px;
    cursor:pointer;
}
.precio-modal-p{
    display: flex;
    width: 200px;
    padding-top: 103px;
    margin-left: 10px;
}

.modal-p-unitario{
    font-size: 15px;
    color: #4d4d4d;
    text-decoration: line-through;
}
.modal-p-oferta{
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
}
.modal-p-decuento{
    width: auto;
    height: auto;
    background-color: #ff1f00;
    border-radius: 3px;
    margin-left: 15px;
    font-size: 13px;
    color: white;
    font-weight: bold;
}
.modal-p-precio{
    font-size: 15px;
    font-weight: bold;
    padding-left:10px;
    margin-top:0;
    margin-bottom:0;
}
.mensaje-c{
    width:300px;
    text-align:right;
    margin-right:5px;
    margin-left:auto;
    padding-top: 103px;
}
.m-c-a{
    font-size:13px;
    font-weight: bold;
    color:#4d4d4d;
}
.response-piezas{
    width:100%;
}
.p-resp{
    font-size: 18px;
    font-weight: bold;
    color: #e5be01;
}
.tres-modal-cel{
    width: 98%;
    margin-left: 10px;
    padding-top: 15px;
}
.tres-modal-cel .p-digital-modal{
    font-size:14px;
    font-weight:normal;
    padding-bottom:8px;
}
.tres-modal-cel .d-producto-modal{
    font-size:14px;
    font-weight:bold;
}
.modal-t-p{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}
.modal-color{
    width: 100%;
}
.contenedor-modal-images{
    width: 98%;
    display: grid;
    grid-auto-rows:auto;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    grid-gap: 3px;
}
.contenedor-color-m{
    width: 100%;
    height: auto;
    border-radius: 3px;
    cursor: pointer;
}
.image-modal-active {
    width: 100%;
    height: auto;
    border-radius: 3px;
    border: 2px solid #0000ff;
    cursor: pointer;
}
.imagen-m-p{
    width: 90%;
    margin: 1.5px auto auto auto;
    height: 45px;
    border: 1px solid #ccd1d9;
    border-radius: 8px;
}
.imagen-m-p img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    cursor: pointer;
}
.modal-t{
    width: 100%;
    display: block;
}
.modal-t p{
    text-align: center;
    font-size: 9.5px;
    font-weight: bold;
    color: black;
    margin-top: 2.5px;
    margin-bottom: 0;
}
.color-m-p{
    width: 55px;
    margin: 1.5px auto 1.5px auto;
    height: 25px;
}
/* MODAL COLORES */

.Blanco {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: white;
    margin: auto;
}

.Negro {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: black;
    margin: auto;
}

.Rojo {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #ff0000;
    margin: auto;
}
.Vino{
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #ff0000;
    margin: auto;
}
.Rosa {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #ff69b4;
    margin: auto;
}

.Rosaclaro {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #ffc0cb;
    margin: auto;
}

.Fiusha {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #ff1493;
    margin: auto;
}

.Verde{
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #006400;
    margin: auto;
}

.Verdeclaro {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #3cb371;
    margin: auto;
}

.Verdeolivo {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #808000;
    margin: auto;
}

.Gris {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #808080;
    margin: auto;
}

.Cafe {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #8b4513;
    margin: auto;
}

.Beige {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #deb887;
    margin: auto;
}

.Amarillo {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #ffd700;
    margin: auto;
}

.Naranja {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #ff8c00;
    margin: auto;
}

.Morado {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #9400d3;
    margin: auto;
}

.Azulcielo {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #87cefa;
    margin: auto;
}

.Azulmarino {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #00008b;
    margin: auto;
}

.Coral {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #ff7f50;
    margin-top: auto;
    margin: auto;
}

.Oro {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #daa520;
    margin: auto;
}

.Plata {
    width: 99%;
    height: 90%;
    border: 1px solid black;
    border-radius: 18px;
    background-color: #d3d3d3;
    margin: auto;
}
.modal-talla{
    width: 98%;
    height: auto;
    padding-top: 15px;
}
.talla-m{
    width: 50%;
    height: 42px;
    padding: 7px 10px;
    font-size: 15px;
    border: #ccd1d9 1px solid;
    border-radius: 5px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/flecha.png) no-repeat right white;
    appearance: none;
    background-position: 98%;
    background-size: 15px;
}
.modal-cantidad{
    width: 98%;
    padding-top: 5px;
    padding-bottom: 3px;
    display: flex;
    margin-top: 10px;
}
.todo-modal-c{
    width: 85%;
    display: flex;
    margin-left: 20px;
}
.btn-cantidad-modal{
    width: 30px;
    border: 1px solid #ccd1d9;
    background-color: #b4c1b8;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}
.input-m-cantidad{
    width: 40px;
    font-size: 16px;
    text-align: center;
    padding: 5.5px;
    border: #ccd1d9 1px solid;
}
.modal-p-total{
    width: auto;
    float: right;
    margin-left: auto;
    margin-right: 10px;
}
.modal-p-total p{
    font-size: 17px;
    font-weight: bold;
    color: #1c1c1c;
    padding-top: 5px;
}
.mensaje-e-modal{
    width: 100%;
    height: 18px;
}
.mensaje-e-modal p{
    font-size: 10px;
    font-weight: bold;
    color: #ed5565;
    padding-top: 3px;
    padding-bottom: 3px;
}
.div-tallas-pro{
    width:100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.div-tit-talla{
    width: 100%;
    margin: auto;
}
.tit-talla-var{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}
.div-talla-p{
    width: 100%;
    display: grid;
    grid-auto-rows: 30px;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    grid-gap: 3px;
    align-items: center;
}
.div-talla-var{
    border: 1px solid #ccd1d9;
    border-radius: 8px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.div-talla-var-active{
    border:2px solid #0000ff;
    border-radius: 8px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.div-talla-var-modal{
    border: 1px solid #ccd1d9;
    border-radius: 8px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.div-talla-var-active-modal{
    border:2px solid #0000ff;
    border-radius: 8px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.p-talla-var{
    text-align: center;
    font-size: 10px;
    margin:5px;
}
.botton-modal-comprar{
    width: 100%;
    height: auto;
    display: flex;
}
.boton-m-cancelar{
    width: 50%;
    margin: auto;
    padding-top: 5px ;
    padding-bottom: 8px;
    text-align: center;
}
.btn-modal-cancelar{
    width: 98%;
    height: 36px;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    background-color: #da4453;
    color: white;
    border: #808080 1px solid;
    border-radius: 13px;
}
.btn-modal-cancelar:hover{
    color: #da4453;
    border: 1px solid #da4453;
    background-color: white;
}
.contenedor-m-compra{
    width: 50%;
    margin: auto;
    padding-top: 5px ;
    padding-bottom: 8px;
    text-align: center;
}
.btn-modal-c-2{
    width: 99%;
    height: 36px;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    background-color: #3483fa;
    color: white;
    border: #808080 1px solid;
    border-radius: 13px;
}
.btn-modal-c-2:hover{
    color:#3483fa;
    background-color: white;
    border: 1px solid #3483fa;
}
.btn-modal-c-2-disabled{
    width: 99%;
    height: 36px;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    cursor:no-drop;
    background-color: #bababa;
    color: white;
    border: #808080 1px solid;
    border-radius: 13px;
}
.boton-comprar-celulares #btn-modal-carro{
    width: 48%;
    font-size: 20px;
    font-weight: bold;
    padding:10px;
    cursor: pointer;
    background-color: white;
    border: #000000 2px solid;
    border-radius:15px;
    color:#000000;
    bottom: 0;
    margin: auto;
}
.boton-comprar-celulares #btn-modal-carro:hover{
    background-color: #000000;
    color:white;
}
.boton-comprar-celulares #btn-modal-compra{
    width: 48%;
    font-size: 20px;
    font-weight: bold;
    padding:10px;
    cursor: pointer;
    background-color: white;
    border:#ed5565 2px solid;
    border-radius:15px;
    color:#ed5565;
    bottom: 0;
    margin: auto;
}
.boton-comprar-celulares #btn-modal-compra:hover{
    background-color:#ed5565;
    color:white;
}
.modal-no{
    width: 50%;
    margin: auto;
    padding-top: 5px ;
    padding-bottom: 8px;
    text-align: center;
}
.mensaje-no{
    font-size: 18px;
    font-weight: bold;
    color: #1c1c1c;
}
.p-elige{
    display: none;
}
.contenedor-colores{
    display: none;
}
.contenedor-tallas{
    display: none;
}
.contenedor-cantidad{
    display: none;
}

.todo-ver-foto-cel-modal { 
    width: 100%;
    height: 507px;
    margin: 0;
    bottom: 0;
    overflow: auto;
    background-color:#333531;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.cerrar-ver-foto-cel{
    width: auto;
    margin-right: 3px;
    margin-left: auto;
    font-size: 20px;
    color: #ed5565;
    position: absolute;
    right: 3px;
    margin: 5px;
    cursor: pointer;
}
.cerrar-ver-foto-cel:hover{
    color: white;
}
.todo-v-foto-cel-mod {
    width: 100%;
    height: auto;
    margin: 70px auto auto auto;
    display:flex;
    place-content: center;
} 
.fle-ver-f-m{
    width: auto;
    color: white;
    place-content: center;

}
.fle-ver-f-m:hover{
    color: #808080;
}
.fle-ver-f-m i{
    font-size: 35px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
}
.cont-ver-foto-c-m{
    width: 80%;
    margin:auto;
    height: auto;
}
.c-f-m{
    width: 100%;
    height:100%;
    margin: auto;
}
.c-f-m img{
    width: 100%;
    height: 350px;
}
.c-col-mod-c{
    width: 50%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}
.p-col-mod-c{
    font-size: 16px;
    font-weight: bold;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 4px;
}
.control-smart{
    display:flex;
    position:absolute;
    width:100%;
    background-color:#ed5565;
}
.flecha-c{
    margin-top:5px;
    margin-left:5px;
    margin-right:auto;

}
.fle-ce{
    color:white;
    font-size:26px;
}
.fle-ce:hover{
    color:#3483fa;
}
.image-smart{
    display:block;
    width:80%;
    height: 350px;
    margin: 45px auto auto;
}
.image-s{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.vid-s{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.fle-cam-1{
    position: absolute;
    height: 350px;
    top: 0;
    cursor:pointer;
    width: 220px;
    text-align: center;
    color:black;
    left:0;
    margin-top:45px;
}
.fle-cam-2{
    position: absolute;
    height: 350px;
    top: 0;
    right: 0;
    cursor:pointer;
    width: 220px;
    text-align: center;
    color:black;
    margin-top:45px;
}
.fle-a{
        margin-top: 50%;
        font-size: 50px;
}
.fle-s{
        margin-top: 50%;
        font-size: 50px;
}

.fle-cam-1:hover{
    color:#3483fa;
}
.fle-cam-2:hover{
    color:#3483fa;
}
.mod-tod-load { 
    position: fixed;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0;
    top: 0;
    overflow: auto;
    background-color: transparent;
    margin-top: 145px;
}
.mod-total-lod {
    width: 250px;
    height:230px;
    background-color: #fefefe;
    margin: 0 auto auto auto;
    overflow: auto;
    border: 2px solid #ccd1d9;
} 
.close-load{
    margin-right: 5px;
    margin-left: auto;
    margin-top: 8px;
    width: auto;
    text-align: right;
    font-size: 20px;
    color:#ed5565;
}
.close-load i{
    cursor:pointer;
}
.tit-mod-load{
    font-size:17px;
    font-weight:bold;
    color:#000000;
    text-align:center;
    padding:5px 8px;
}
.content-mod-load{
    width:148px;
    margin:10px auto 10px auto;
}
.con-bt-mod-l{
    width:auto;
    padding:10px;
    margin:15px;

}
.bt-mod-load{
    text-decoration:none;
    color:#ed5565;
    position: absolute;
        z-index: 99;
        border: 1px solid #ed5565;
        padding: 8px 15px;
        border-radius: 10px;
        font-size:18px;
    font-weight:bold;
    text-align:center;
    background-color:transparent;
}
.bt-mod-load:hover{
    color:white;
    background-color:#ed5565;
}
.con-bt-mod-l-1{
    width:auto;
   
}
.bt-mod-reg{
    text-decoration:none;
    color:#3483fa;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    position: absolute;
    z-index: 99;
    border: 1px solid #3483fa;
    padding: 8px 15px;
    border-radius: 10px;
    background-color:transparent;
    margin-top: 40px;
    margin-left: 12px;
}
.bt-mod-reg:hover{
    color:white;
    background-color:#3483fa;
}
.ir-pro{
        width: 180px;
    }
}
@media screen and (max-width: 750px) {
    .ir-pro{
        width: 170px;
    }
}
@media screen and (max-width: 700px) {
.contenedor-tienda{
    width: 100%;
}
.ir-pro{
        width: 200px;
    }
}

@media screen and (max-width: 600px) {
    .descripcion table {
    width: 95%;
    }
    
}
@media screen and (max-width: 650px) {
    .contenedor-tallas select {
        width: 70%;
    }
    .contenedor-no-comentarios p{
        font-size: 17px;
    }
    .contenedor-numero-pagina a, .pagina-seleccionada {
        padding: 6px;
        font-size: 17px;
    }
    .contenedor-images-texto {
        grid-template-columns: repeat(9, 1fr);
    }
}
@media screen and (max-width: 600px) {
    .contenedor-images-texto {
        grid-template-columns: repeat(8, 1fr);
    }

    .precio-modal-p {
        width: 50%;
        margin-right: 15px;
        margin-left: auto;
    }
    .ir-pro{
        width: 175px;
    }
}
@media screen and (max-width: 510px) {
    .titulo-filtro-comentarios {
        width: 25%;
        margin: 0;
    }
    .titulo-filtro-comentarios p{
        font-size: 12px;
        margin: 5px;
        padding-top: 10px;
    }
    .btn-select-estrellas {
        width: 25%;
        margin: 0;
    }
    .select-estrellas{
        font-size: 12px;
        margin: 5px;
        width: 95%;
    background-position: 90%;
    background-size: 13px;
    }
    .btn-filtro-estrella {
        width: 25%;
        text-align: center;
        margin: 0;
    }
    .btn-filtro-estrella button {
        font-size: 12px;
        width: 90%;
        margin: 5px auto 5px auto;
        padding: 0;
    }
    .contenedor-tallas select {
        width: 96%;
    }
    .contenedor-no-comentarios p{
        font-size: 15px;
    }
    .contenedor-images-texto {
        grid-template-columns: repeat(7, 1fr);
    }
    .titulo-preguntas {
        margin: 20px 0 20px 5px;
    }

    .ultimas-preguntas{
        margin: 8px 0 8px 5px;
    }
    .contenedor-pregunta input[type="text"] {
        width: 75%;
    }
    .contenedor-boton{
    width: 90%;
    }
    .control-smart {
        background-color:transparent;
        }
        .image-smart {
            margin:auto;
            width: 100%;
        }
    .fle-cam-1{
        width:200px;
        height: 305px;
    }
    .fle-cam-2{
        width:200px;
        height: 305px;
    }
    .ir-pro{
        width: 220px;
    }
    .icon-load{
        color:#ed5565;
    }
    .fle-ce{
        color:#ed5565;
    }
}
@media screen and (max-width: 450px) {
    .contenedor-images-texto {
        grid-template-columns: repeat(6, 1fr);
    }
    .ir-pro{
        width: 190px;
    }
}
@media screen and (max-width: 400px) {
    .contenedor-imagen-video {
        width: 99%;
        justify-content: none;
    }
    .fecha-descripcion p {
        font-size: 13px;
    }
    .descripcion table {
        font-size: 14px;
    }
    .tres-tienda p {
        text-align: center;
    }
    .imagen-t {
        margin-left: 5px;
    }
    .c-tienda-p {
        margin-right: 10px;
    }
    .contenedor-imagen-tienda {
        width: 20%;
        margin-right: 5px;
    }
    .contenedor-tienda p {
        font-size: 14px;
    }
    .btn-modal-comprar {
        font-size: 18px;
    }
    
    .btn-modal-cancelar {
        font-size: 18px;
    }
    .boton-comprar-celulares .btn-carrito-cel {
        font-size: 18px;
    }
    .boton-comprar-celulares .btn-comprar-cel {
        font-size: 18px;
    }
    .contenedor-m-compra .btn-modal-c-2{
        font-size: 18px;
    }
        .fle-cam-1{
            width:150px;
        }
        .fle-cam-2{
            width:150px;
        }
        .ir-pro{
        width: 170px;
    }
}
@media screen and (max-width: 375px) {
    .contenedor-images-texto {
        grid-template-columns: repeat(5, 1fr);
    }
    .btn-modal-comprar {
        font-size: 16px;
    }
    .btn-modal-cancelar {
        font-size: 16px;
    }
    .contenedor-m-compra .btn-modal-c-2{
        font-size: 16px;
    }
     .fle-cam-1{
            width:120px;
        }
        .fle-cam-2{
            width:120px;
        }
        .contenedor-novedades{
            grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        }
}
@media screen and (max-width: 350px) {
      .ir-pro{
        width: 150px;
    }
}