.product-essential > .product-shop .f-left {
    overflow: hidden;
}

.product-essential > .product-shop .f-left > p.availability {
    float: left;
}

.products-grid div.personalise-item {
    float: right;
}

#qs_trustpilot {
    overflow: hidden;
    float: left;
    margin: 0.875rem 20px 0.875rem  0;
}

#qs_trustpilot.small {
    margin: 0 20px 0  0;
}

#qs_trustpilot .label {
    color: #52cbd6;
    float: left;
    padding-right: 10px;
}

#qs_trustpilot.small .label {
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    color: #9f9b98;
}

#qs_trustpilot .star-rating {
    font-size: 16px;
    line-height: 25px;
    font-family: "fontawesome";
    position: relative;
    width: 4.78em;
    float: left;
}

#qs_trustpilot.small .star-rating {
    font-size: 10px;
    line-height: 18px;
}

#qs_trustpilot .star-rating::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #f9f7f5;
}

#qs_trustpilot .star-rating .rating {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#qs_trustpilot .star-rating .rating::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #52cbd6;
}