#producto1{
    display: flex;
}

.p_nameProduct{
    min-height: 8rem;
    height: auto;
}

/*#lblSelectTit{ 
    font-size: 13px;
}*/

#cantidadEnCarrito{
    width: 20px;
    color: #fff;
    background: #7e819c;
    height: 20px;
    border: 1px solid #7e819c;
    border-radius: 35px;
    display: block;
    margin-right: -5px;
    float: right;
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    margin-top: -10px;
}

#navBarImg{
    width: 200px;
}

.breadcrumb {
    box-shadow: 1px 1px #d5d4d4;
    background: #eeeded;
    border: 1px solid #eeeded;
    border-radius: 5px;
    padding: 0 5px 0 10px !important;
    font-size: 16px;
    line-height:2em;
}

#btn-uanl{
    overflow-wrap: break-word;
}

#nombreProduct{
    margin-top: -15px; 
}