.question-info {
    max-height: 22rem;
    overflow: auto;
}
.question-info hr:last-child {
    display: none;
}
.question-brand,
.question-product {
    padding: 10px 0;
    margin-bottom: 20px;
}
.question-brand:last-of-type,
.question-product:last-of-type {
    margin-bottom: 0;
}
.question-brand-name,
.question-product-name {
    margin-bottom: 5px;
}
.question-product-options td,
.question-product-attributes td {
    padding: 0 !important;
}
.question-product-qty {
    margin-top: 10px;
    margin-bottom: 10px;
}
.question-product-qty .control {
    position: relative;
    display: inline-block;
    height: 34px;
    border-radius: 0;
    border: 1px solid #cecece;
    text-align: left;
}
.question-product-qty .edit-qty {
    position: absolute;
    display: block;
    left: 39px;
    width: 32px;
    height: 15px;
    padding: 2px 0;
    user-select: none;
    cursor: pointer;
    border: 1px solid #ccc;
    line-height: 10px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: #777;
}
.question-product-qty .edit-qty.minus {
    top: auto;
    bottom: -1px;
}
.question-product-qty .edit-qty.plus {
    top: -1px;
    right: 16px;
}
.question-product-qty .qty {
    width: 35px;
    height: 35px;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    border: 0;
    text-align: center;
    line-height: 37px;
    font-weight: 400;
    font-size: 12px;
    color: #222;
    background: none;
}
.question-btnopen-hide-price {
    text-transform: uppercase;
}
.question_modal_open {
    cursor: pointer;
}
.disable-js .question_modal_open .open_available_help_modal {
    pointer-events:all;
    cursor: pointer !important;
}