.opt_products {
    display:inline-block;
}
.opt_products a {
    font-size:14px;
}

.opt_quantity {
    text-align:center;
}
.rem_qty, .add_opt_qty {
    font-size: 12px;
    line-height: 2;
}
.css_opt_quantity {
    width:25%;
}
.tbl_body .hide {
    display:none;
}
.tbl_body .show {
    display:block;
}

.disable_askquote {
    pointer-events: none;
    cursor: default;
    background: lightgreen;
}

