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

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

component-product-card-q ._bl_items_info1 {
    text-align: center;
    padding: 20px 20px;
    /*height: 230px;*/
}

component-product-card-q ._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-q ._bl_items_info1 .discount_not .cp_price_pd{
    color: #757575;
    display: inline-block;
}

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

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

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

}

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

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


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

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

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


}*/

component-product-card-q ._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-q .badge_ {
    font-size: 11px;
   /* border-top: 1px solid #000;
    border-bottom: 1px solid #000;*/
    position: absolute;
    top: 3px;
    left: 8px;
    color: #000;
}


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