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

component-product-card-d .cover_badge_ {
    display: -webkit-inline-box;
    margin: 0px 0px 0 10px;
}

component-product-card-d .cover_badge_ .cover_ {
    margin-right: 2px;
}

component-product-card-d .badge_ {
    background-color: red;
    z-index: 1;
    /*position: absolute;
    top: 5px;
    left: 10px;*/
    padding: 5px 7px;
    display: inline-block;
    color: #FFF !important;
    font-size: 14px;
    font-weight: unset;
    text-transform: capitalize;
    border-radius: 0;
}

component-product-card-d .badge_ .center {
    text-align: center;
}

component-product-card-d .badge_ .sale {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1.5;
}

component-product-card-d .second {
    padding: 0px 5px 5px 0px;
    float: left;
}

component-product-card-d .second button {
    border-radius: 3px;
}

component-product-card-d .second .fa {
    font-size: 12px;
}

component-product-card-d .second a:hover {
    text-decoration: none;
}

component-product-card-d .second a:hover .outer-animate {
    width: 35px;
    text-decoration: none;
}

component-product-card-d .second a:hover .outer-animate .inner-animate {
    text-decoration: none;
}

component-product-card-d .second a .outer-animate {
    width: 0;
    transition: all 0.3s;
    overflow: hidden;
    line-height: 1;
    margin-top: 2px;
    margin-left: 2px;
}

component-product-card-d .second a .inner-animate {
    width: auto;
    position: relative;
    color: white;
}

component-product-card-d ._paddingZero {
    padding: 5px;
}

component-product-card-d ._padding5 {
    padding: 5px;
}

component-product-card-d ._cover {
    height: 200px;
    box-shadow: 0px 1px 1px #dddddd;
    border: 1px solid #dddddd;
}

component-product-card-d .img {
    /*border: 1px solid #cccccc;*/
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 190px;
}

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

component-product-card-d ._bl_items_info1 {
    /*text-align: center;*/
}

component-product-card-d ._bl_items_info1 {
    /*text-align: center;*/
    margin: 0px 10px 0px 10px;
    height: 165px;
}

component-product-card-d ._bl_items_info1 .h3_text {
    display: -webkit-box;
    margin-top: 0px;
    -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: 18px !important;
    word-break: break-word;
    font-weight: 600 !important;
    text-decoration: none;
    overflow: hidden;
}

component-product-card-d ._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-d .sale_ {
    background-color: red;
    z-index: 1;
    position: absolute;
    top: 5px;
    left: 20px;
    padding: 5px 10px;
    display: inline-block;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 0;
}

component-product-card-d .sale_ .pad {
    margin: 5px 0px;
}

component-product-card-d .sale_ .pad .center {
    text-align: center;
}

component-product-card-d .sale_ .pad .sale {
    font-size: 20px;
}

component-product-card-d .sale_ .pad span {
    font-size: 10px;
}

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

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

component-product-card-d .-price span {
    font-size: 12px !important;
}

component-product-card-d .-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-d .-old-price span.-product_compare_price {
    text-decoration: line-through !important;
}

component-product-card-d .-old-price span.-thb {
    /* text-decoration: line-through !important;*/
    font-size: 10px !important;
}

component-product-card-d .-old-price span.count {
    font-size: 16px !important;
}