.product-customers-1 {
    position: relative;
}

.product-customers-1 .bubbles .bubble {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: none;
}

.product-customers-1 .item-cover img {
    width: 100%;
    border-radius: 90px;
    object-fit: cover;
    height: 550px;
    border: 15px solid #fff;
    box-shadow: 0 9px 50px 0 rgba(0, 0, 0, .18);
}

.product-customers-1 .product-customers-list {
    position: absolute;
    bottom: 99px;
    left: -47px;
    z-index: 10;
    padding: 11px;
    width: 270px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 9px 50px 0 rgba(0, 0, 0, .18);
}

.product-customers-1 .product-customers-list .pc-box-title {
    margin: 7px 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.product-customers-1 .product-customer-item {
    display: inline-block;
    position: relative;
    margin-left: -13px;
    height: 40px;
    width: 40px;
}

.product-customers-1 .product-customer-item img {
    border-radius: 50px;
    border: 3px solid #fff;
}

.product-customers-1 .pc-items-num {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 10px;
}

.product-customers-1 .pc-items {
    width: 65%;
    height: 40px;
}

.product-customers-1 .pc-num {
    width: 35%;
    font-size: 20px;
    font-weight: bold;
    color: #19b977;
}

.product-customers-1 .pc-items-num.single-item > div {
    width: 100%;
}

@media screen and (max-width: 1024px){
    .product-customers-1 .product-customers-list {
        left: -10px;
        bottom: 50px;
    }
}

@media screen and (max-width: 767px){
    .product-customers-1 .product-customers-list {
        left: 0;
        bottom: 0;
        width: 100%;
    }
}