.qp-sidebar {
    max-height: calc(100vh - 101px);
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    top: 100px
}

.qp-sidebar::-webkit-scrollbar {
    width: 6px
}

.qp-sidebar::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #e7e7e7
}

.qp-sidebar::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #bcc0c4
}

.qp-sidebar li a {
    display: block;
    font-size: .9rem;
    padding: 8px 0;
    color: #000;
    border-bottom: 1px dotted #dedede
}

.qp-sidebar li a:hover {
    color: #214fe0;
    cursor: pointer
}

.qp-sidebar li a div.left {
    width: calc(100% - 50px)
}

.qp-sidebar li a div.right {
    font-size: .8rem;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    text-align: center;
    color: #f5f5fa;
    background: #f6274c
}

.qp-intro {
    top: 100px;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(5px)
}

.qp-category {
    background: #dcedc8;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -.03em;
    font-size: 16px
}

.qp-product-box {
    padding: 0px 10px 0px 10px;
    border-bottom: 1px dotted #555;
    margin: 0
}

.qp-product-box img {
    border: 1px solid #d6d6e7;
    border-radius: 4px
}

.qp-product-box .c {
    padding-top: 10px;
    padding-bottom: 10px
}

.qp-product-box .p-od {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;;
}

.qp-product-box .product-name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.03em;
    margin: 8px 0
}

span.rs {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 30px
}

.form-control.product-total,
.form-control.total_cost,
.form-control.total_quantity,
.form-select.qp-qty {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0
}

.form-control.product-total.readonly,
.form-control.total_cost.readonly,
.form-control.total_quantity.readonly,
.form-select.qp-qty.readonly {
    background: #f5f5fa;
    border: 1px solid #d6d6e7;
    width: calc(100% - 30px);
    display: inline-block;
    text-align: center
}

.sticky-bottom,
.sticky-md-bottom {
    padding: 0 15px;
    background: #fafafa
}