.breakLine {
    flex-basis: 100%;
}

#product .product-add-to-cart .product-quantity {
    flex-wrap: wrap;
}

#avisoStock {
    margin-top: 15px;
}

#avisoStock p {
    margin-bottom: 5px;
}

#avisoStock p:first-child {
    font-weight: bold;
}

#avisoStock input {
    height: 42px;
    padding: 11px;
}

#avisoStock input:first-child {
    width: 10%;
}

#avisoStock input:nth-child(2) {
    width: 50%;
}

#avisoStock button {
    height: 42px;
    width: 42px;
    cursor: pointer;
    vertical-align: bottom;
}

#avisoStock img {
    width: 100%;
}

#fondoOscuro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: black;
    opacity: 0.6;
}

.ventana {
    position: fixed;
    top: 50px;
    z-index: 9999;
    background-color: white;
    width: 500px;
    padding: 10px;
    overflow-y: auto;
    max-height: 85%;
    padding-bottom: 0;
}

.ventana p {
    margin-left: 20px;
}

.ventana .botonesCantidad {
    text-align: center;
    margin-left: 0;
}

.ventana .botonesCantidad button {
    margin-bottom: 15px;
}

.ventana .siMultiAlmacen {
    display: none;
}

.mensajeAviso {
  z-index: 999;
}

button[name="solicitarAviso"] {
    padding: 1px 4px;
}

body .dfd-fullscreen{
  z-index: 9998;
}