#conte_detalle{
    width: 100%;
    padding: 5px;
    display: table;
    margin-left: auto;
    height: auto;
} 
.imagen_prod{
    margin-right: 20px;
}

#conte_detalle img{
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    border: solid 1px rgba(212, 216, 221,1); 
    margin-right: 10px;

}

#nombre_d{
    font-size:24px;
    color:#3F3F40;
    display: table;
    padding: 10px 0px 20px 0px;
}
#descri_d{
    font-size: 14px;
    margin: 10px 0px 10px 0px;
    color:#3F3F40;
 
}
#precio_normal_d{
    color:#727273;
    text-decoration: line-through;
    margin: 10px 0px 10px 0px;

}
#precio_d{
    margin: 10px 0px 10px 0px;
    color: red;
    font-size: 26px;
    font-weight: bold;
}
#conte_sumar_d{
    width: 100%;
    display: table;
    padding: 10px 0px 10px 0px;
}
.cantidad_d{
    padding: 5px;
}
.btn_cantidad_d{
    font-size: 25;
    border-radius: 20px;
    border: none;
    width: 35px;
    height: 35px;
}
#cant_prod_d{
    padding: 10px;
    width: 70px;
    text-align: center;
    font-size: 15;
    border: none;
}
#agregar_d  {
    background: red;
    color:white;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
}
#agregar_d a{
    text-decoration: none; 
    color:white;
    
}   

@media(min-width:1024px){
    .imagen_prod{
        width: 50%;
        display: table;
        float: left;
    }
#conte_detalle img{
    width: 58%; 
    padding: 5px;
    margin-bottom: 20px;
    border: solid 1px rgba(212, 216, 221,1); 
    float: left;
    margin-right: 40px
}

#agregar_d  {
    margin-left: 3%;
    float: left;
    width: 30%;
    background: #0075C5;
    color:white;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px 15px 0px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    margin: 6px;
}
#agregar_d a{
    text-decoration: none;
    color:white;
    
}   

}
