component-product-card-qa .img {   
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 180px;
}

component-product-card-qa ._bl_items_info1 {
    text-align: center;
}

component-product-card-qa ._bl_items_info1 {
    font-size: 20px;
    text-align: center;
    padding: 20px 20px;
    /*height: 230px;*/
}
@media (max-width: 991px){
    component-product-card-qa .left_image{
        width: 100% !important;
        display: block !important;
    }
    component-product-card-qa .rigth_text{
         width: 100% !important;
        display: block !important;
    }
}
component-product-card-qa ._bl_items_info1 .h3_text {
    text-align: center;
    line-height: 1.2 !important;
    color: #191919;
    font-size: 17px !important;
    word-break: break-word;
    font-weight: 400 !important;
    text-decoration: none;
/*    overflow: hidden;*/

    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    word-break: break-word !important;
    text-decoration: none !important;
    display: -webkit-box !important;
}

component-product-card-qa ._bl_items_info1 .discount_not .cp_price_pd{
    color: #757575;
    display: inline-block;
}

component-product-card-qa ._bl_items_info1 .discount_not .price_pd{
    display: inline-block;
    font-weight: 600;
}

component-product-card-qa ._bl_items_info1 .discount_not{
    height: 20px;
}

component-product-card-qa ._bl_items_info1 .discount_have{
    height: 20px;

}

component-product-card-qa ._bl_items_info1 .discount_have .price_pd{
    display: inline-block;
    font-weight: 600;
}

component-product-card-qa ._bl_items_info1 .discount_have .cp_price_pd{
    color: #757575;
    display: inline-block;
}


component-product-card-qa ._bl_items_info1 .discount_not .cp_price_pd .line_through_pd{
    text-decoration: line-through;
}

component-product-card-qa ._bl_items_info1 .discount_have .cp_price_pd .line_through_pd{
    text-decoration: line-through;
}

/*component-product-card-qa ._bl_items_info1 .discount_not .cp_price_pd .price_pd{


}*/

component-product-card-qa ._bl_items_info1 .p_text {
    text-align: center;
    font-size: 14px;
    margin: 7px 0 0 0;
    color: #333;
    line-height: 26px;
    max-height: 53px;
    overflow: hidden;
}

component-product-card-qa .badge_ {
/*    font-size: 11px;

    position: absolute;
    top: 3px;
    left: 8px;
    color: #000;*/
}


component-product-card-qa .badge_ img{
    height: 25px;
}
