.circleCount {
    position: absolute;
    font-size: 10px;
    top: -13px;
    right: -10px;
    text-align: right;
}
.bar_item {
    display: block;
    position: relative;
    cursor: pointer;
}
.bar_icons,
.velsof_item {
    display: block;
    position: relative;
}


.bottom_bar:hover .velsof_popup{
    display: block;
}
.shortlist_products {
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.6px solid rgba(0, 0, 0, 0.5);
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.product_detail {
    display: flex;
    align-items: center;
    width: 100%;
}
.sfl_product_price {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
}
.product_title {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 0 10px;
    justify-content: space-between;
    align-items: flex-start;
}
.product_title > a {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.sfl_calculated_price {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #000000;
}
.no_data {
    font-size: 12px;
}
.sfl_buy_btn a {
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 38px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 50px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    text-align: center;
}
.sfl_buy_btn a:hover {
    background: #000;
    color: #fff;
}