component-product-card-b a, component-product-card-b a:hover {
    text-decoration: none;
}

component-product-card-b .img {
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 230px;
}

component-product-card-b .img:hover {
    transform: scale(1.03);
}

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

component-product-card-b ._bl_items_info1 {
    text-align: center;
    padding: 20px 20px;
    height: 245px;
}

component-product-card-b ._bl_items_info1 .h3_text {
    height: 60px;
    text-align: center;
    line-height: 1.2 !important;
    color: #191919;
    font-size: 17px !important;
    word-break: break-word;
    font-weight: 600 !important;
    text-decoration: none;
    overflow: hidden;
}

component-product-card-b ._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-b .badge_ {
    z-index: 1;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 5px 10px;
    display: inline-block;
    color: #FFF !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 0;
}

component-product-card-b .-price-old-price {
    height: 45px;
}

component-product-card-b .-price {
    color: black;
    margin: 0 0 10px;
    display: block;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

component-product-card-b .-old-price {
    margin: 10px 0 0;
    display: block;
    color: red !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: line-through !important;
}

component-product-card-b .badge_.Best_Seller {
    background-color: #03a9f4;
}

component-product-card-b .badge_.Recommend {
    background-color: #f44336;
}

component-product-card-b .badge_.New_Arrival {
    background-color: #4caf50;
}