#header-pq-button .pq-cart-button {
    background-color: #5587DA;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
#header-pq-button .pq-cart-button .cart-label {
    font-size: 18px;
}
#header-pq-button .pq-cart-button .webology-cart-img-container {
    position: relative;
}
#header-pq-button .pq-cart-button .cart-count {
    position: absolute;
    font-size: 11px;
    top: -25%;
    left: -45%;
    background-color: #001E42;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.added-to-price-quote-single {
    color: green;
    font-size: 21px;
    font-weight: bold;
    flex: unset !important;
    align-items: center;
    display: flex;
}