.divprindipal{
display: flex;
}
.gri_productos {
    margin: 6px 0px 0px 0px !important;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px, 1fr));
    gap: 9px 5px;
}
.shoe{  
    width: 100%;   
}
.card {
    display: block;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0;
}
.card:hover{
    transform: scale(1.04);
    transition: 800ms;
}
.shoeBackground{
    position: relative;
    width: 100%;
    height: 275px;
    box-shadow: 0px 0 16px rgb(0 0 0 / 40%), 0 4px 10px rgb(0 0 0 / 40%), 0px -2px 9px rgb(0 0 0 / 40%);
    transition: all 300ms;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.shoeBackground:hover{
    box-shadow: 0px 0 16px rgb(0 0 0 / 40%), 0 4px 10px rgb(0 0 0 / 40%), 0px -2px 9px rgb(0 0 0 / 40%);

    text-align: center;
}
.gradients{
    position: absolute;
    width: 100%; 
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(http://imgfz.com/i/uwEGqWa.jpeg);
    background-size: cover;
    background-position-x: 300px;
}

.gradient{
    position: absolute;    
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

.first{
    z-index: 0;
    animation: 1s width ease;
}


.second{
    z-index: -1;
}

.gradient[color="blue"]{
    background-image: linear-gradient(45deg, #0136af, #22abfa);
    border-radius: 15px 15px 0 0;
}

.logo{
    position: absolute;
    width: 100px;
    left: 20px;
    top: 20px;
}
.nike{
    position: relative;
    text-transform: uppercase;
    line-height: 1.3rem;
    color: #00ff5a7a;
    opacity: .3;
    font-size: 17px;
    text-align: center;
    top: 20px;
}

.shoe{ 
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    left:  0;
    transition: .5s;
    z-index: 2;
    max-height: 100%;
    object-fit: contain;
    
}

.shoe.show{
    opacity: 1;
    z-index: 1;
}

.info{
    width: 100%;
    height: 230px;
    background-color: #e7f9f6;
    z-index: 1;
    padding: 2px 5px;
    box-shadow: 0px 0 7px rgb(0 0 0 / 40%), 0 3px 1px rgb(0 0 0 / 40%), 0 0px 1px rgb(0 0 0 / 40%);
}
.info:hover{
    box-shadow: 0px 0 16px rgb(0 0 0 / 40%), 0 4px 10px rgb(0 0 0 / 40%), 0px -2px 9px rgb(0 0 0 / 40%);
}

.shoeName{
    padding: 0 0 5px 0;
}

.shoeName div{
    display: flex;
    align-items: center;
}

.shoeName div .big{
    margin-right: 10px;
    font-size: 2rem;
    color: #333;
    line-height: 1;
}

.shoeName div .new{
    background-color: var(--primary);
    text-transform: uppercase;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    transition: .5s;
}

.shoeName .small{
    font-weight: 600;
    font-size: 18px;
    margin-top: 3px;
    text-transform: capitalize;
}
.small a{
    color: red; 
}
.shoeName, .description, .color-container, .size-container{
    border-bottom: 1px solid #dadada;
}


.title{
    color: #3a3a3a;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;

}

.text22{
    color:blue;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: left;
    
}
.text22 a{
    color:#194D5C;
    text-decoration: none;    
}

.color-container{
    padding: 10px 0;
}




.buy-price{
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price{
    color: #333;
    display: flex;
    align-items: flex-start;
}

.price h1{
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
}

.price i{
    font-size: 1.4rem;
    margin-right: 1px;
}

.buy{
    text-transform: uppercase; 
    letter-spacing: 1px;
    font-weight: 700; 
    font-size: 0.4em;
    border: 1px solid red;
    background-color: red;
    padding: 3px;
    border-radius: 5px;
    transition: .5s;
    color: whitesmoke;

}

.buy:hover{
    cursor: pointer;
    font-weight: 900;
    background-color: rgb(92, 0, 0);
    border: 1px solid rgb(92, 0, 0);

}

.buy i{
    margin-right: 2px;
}
.div_agr{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 65px;
    font-size: 40px;
    padding: 0 25px;
    background-color: greenyellow;
    color: blue;
}
.div_agr2{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 65px;
    font-size: 40px;
    padding: 0 25px;
    background-color: red;
    color: white;
}
.guiacompra{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    font-size: 17px;
    color:yellow;
    background-color: red;
    border-radius: 10px;
    z-index: 500;
    display: none;
}
.precioweb:hover{
    cursor: pointer;

}
.mostrar{
    display: block;
}
.buy-price{
    position: relative;
}
.precioweb3:hover{
    cursor: pointer;
}
.preciopublico3 {
    width: 100px;
      color: yellow;
      font-weight: bold;
      font-size: 13px;
      font-weight: 600; 
      position: relative;
      left: 5px;
      top: 5px;  
    background-color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 0 8px;
    z-index: 50;
    margin: 2px;
    
  }
.preciopublico3:hover {
    cursor: pointer; 
    background-color: rgb(92, 0, 0);
    border: 1px solid rgb(92, 0, 0);

   
  }

  .fafa3{
    width: 27px;
    position: relative;
    top: 4px;
    left: -5px;
}
.paginacionA{
    border-radius: 5px ;
    border: 1px solid blue;
    padding: 9px;
    text-decoration: none;
}


/*arreglo computadoras*/
.arreglo{
    display: none;
}
.gri_productosarreglo{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.infoarreglar{
    position: relative;
    bottom: 70px;
    transition: bottom 300ms;
    background-color: transparent;
    box-shadow: none !important;
    height: 100% !important;
}
.preciocompucorregido{
    display: none;
}
.arreglocard{
    overflow: hidden;
    height: 100% !important;
    transition: all 300ms;
}
.arregloshoeBackground{
    height: 330px;
}
.arreglocard:hover>.infoarreglar{
    position: relative;
    bottom: 85px;
    opacity: 0.9;
    transition: bottom 300ms;
}
@media (max-width: 1400px) {

    .gri_productos{
        grid-template-columns: repeat(auto-fit,minmax(300px, 1fr));
    }
}
@media (max-width: 700px) {

    .shoe{
        width: 107%; 
        left: -10px;
    }
    .sidebar{
        display: none;
    }
    .gri_productos{
        grid-template-columns: 50% 50%;
    }
    .card{
        padding: 2px;
        width: 100%;        
    }
    .text22 a{
        font-size: 14px;
    }
    .gri_productos{
        margin: 2px 0px 0px 2px !important;
    }
    .shoeBackground {
        height: 220px;
    }
    .preciopublico2{
        left: 0;
        top: -19px;
    }
    .preciopublico3{
        left: 0;
        top: -20px;
    }
    .small a{
        font-size: 17px;
    }
}
