component-product-card-ca a, component-product-card-ca a:hover {  
    text-decoration: none !important;
    outline: none !important;
}

component-product-card-ca .setpadding{
    padding: 0 0 30px 0;
}
component-product-card-ca ._cover {
    box-shadow: 0px 1px 1px #dddddd;
    border: 1px solid #dddddd;
}
component-product-card-ca .img {
    background-color: #ddd;
    /*border: 1px solid #cccccc;*/
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 230px;
}
component-product-card-ca .img:hover {
    /*transform: scale(1.03);*/
}
component-product-card-ca ._bl_items_info1 {
    /*text-align: center;*/
}
component-product-card-ca ._bl_items_info1 {
    text-align: center;
    padding: 20px 20px;
    height: 245px;
}
component-product-card-ca ._bl_items_info1 .h3_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    /*text-align: center;*/
    line-height: 1.8 !important;
    color: #000;
    font-size: 17px !important;
    word-break: break-word;
    font-weight: 600 !important;
    text-decoration: none;
    overflow: hidden;
}
component-product-card-ca ._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-ca .badge_ {
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    display: inline-block;
    color: #FFF !important;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    text-transform: capitalize;
    border-radius: 0;
}
component-product-card-ca .badge_.bestseller {
    /*background-color: white;*/
}
component-product-card-ca .sale_ {
    background-color: red;
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    display: inline-block;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 0;
}
component-product-card-ca .sale_ .pad {
    margin: 5px 0px;
}
component-product-card-ca .sale_ .pad .center {
    text-align: center;
}
component-product-card-ca .sale_ .pad .sale {
    font-size: 20px;
}
component-product-card-ca .sale_ .pad span {
    font-size: 12px;
}
component-product-card-ca .-price-old-price {
    height: 45px;
    color: red;
}
component-product-card-ca .-price {
    color: black;
    margin: 0 0 10px;
    display: block;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-decoration: none !important;
}
component-product-card-ca .-price span.currency {
    font-size: 12px !important;
}
component-product-card-ca .-old-price {
    margin: 10px 0 0;
    display: block;
   /* color: red !important;*/
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    /*text-decoration: line-through !important;*/
}
component-product-card-ca .-old-price span.-product_compare_price {
    text-decoration: line-through !important;
}
component-product-card-ca .-old-price span.-thb {
    /* text-decoration: line-through !important;*/
    font-size: 12px !important;
}
component-product-card-ca .-old-price span.count {
    font-size: 16px !important;
}
component-product-card-ca .badge_.Best_Seller {
    background-color: #03a9f4;
}
component-product-card-ca .badge_.Recommend {
    background-color: #f44336;
}
component-product-card-ca .badge_.New_Arrival {
    background-color: #4caf50;
}