.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.autocomplete_resultados {
    position: absolute;
    height: 150px;
    left: 1px;
    top: 45px;
    z-index: 99999;
    width: 500px;
    background: #fff;
    text-align: left;
    padding: 8px;
    border: solid 1px #ccc;
}
label {
    margin-top: 3px;
}
.resultadoBuscaComplete {
    padding: 3px 2px;
}
.resultadoBuscaComplete:hover {
    background: #f0f0f0;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    /* Width = 100% / number-of-steps */
    width: 33%;
}
.btnAddCart li {
    display: inline;
    padding: 5px;
    line-height: 25px;
    background: #ccc;
}
.btnAddCart li:hover {
    background: #f0f0f0;
    cursor: pointer;
}
.btnAddCart li>input {
    border: none;
    outline: none;
    width: 50px;
    text-align: center;
    background: #f9f9f9;
    line-height: 25px;
    font-size: 12px;
}
.btnAddCart .campo {
    padding:0px;
}

.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal.fade .modal-dialog {
    transform: translate(0, -100%);
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}
.modal-basico {
    padding: 10px;
}

@media (min-width: 768px){
    .modal-sm {
        width: 400px;
    }
}