.cartPage a {
    color: black !important;
}

.cartPage a:hover {
    color: rgba(136, 131, 131, 0.747) !important;
}

.qBoxes1,
.qBoxes2,
.qBoxes3 {
    display: inline;
    background: transparent;
    padding: 10px;
    text-align: center;
}

.qBoxes1,
.qBoxes3 {
    cursor: pointer;
}

.qBoxesAll {
    border: 1px solid gray;
    border-radius: 50px;
}

.qBoxes2 {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    height: 100%;
}

.cartItem {
    color: gray !important;
    border-bottom: 1px gray dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cartItemPrice {
    border-top: 1px gray dashed;
    padding-top: 10px;
    margin-top: 10px;
}

.cartItem .qBoxes1,
.cartItem .qBoxes2,
.cartItem .qBoxes3 {
    padding: 0px;
}

.cartItem .fa {
    font-size: x-small;
}

.sideProductMain {
    padding: 8px;
    display: flex;
}