component-product-card-ob a, component-product-card-ob a:hover {  
    text-decoration: none !important;
    outline: none !important;
}
component-product-card-ob a:hover .img {
    transform: scale(1.1);
}
component-product-card-ob .text-center {
    text-align: center;
}
component-product-card-ob .padding-10 {
    padding: 10px;
}
component-product-card-ob .-cover {
    cursor: pointer;
    overflow: hidden;
}
component-product-card-ob .-cover .background-image-container {
    height: auto;
    overflow: hidden;
    transition: all 0.3s;
}
component-product-card-ob .-cover .background-image-container .img {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 100%;
}
component-product-card-ob .-badge-data {
    position: absolute;
    top: 0;
}
component-product-card-ob .-price-cover.margin-top {
    margin: 10px 0 0 0;
}
component-product-card-ob .-cover .coin img {
    display: inline-block;
}
component-product-card-ob .-cover .coin span {
    color: #ECBA27;
}
component-product-card-ob .-cover .iconBadge .fa {
    color: #e6e6e6;
}
component-product-card-ob .-cover .iconBadge {
    position: absolute;
    top: 0;
    left: 20px;
}
component-product-card-ob .-badge {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    height: 20px;
}
component-product-card-ob .-badge .NewArrival {
    color: #4caf50;
    border-color: #4caf50;
    background-color: #ffffff80;
}
component-product-card-ob .-badge .Recommend {
    color: #ff9800;
    border-color: #ff9800;
    background-color: #ffffff80;
}
component-product-card-ob .-badge .BestSeller {
    color: #03a9f4;
    border-color: #03a9f4;
    background-color: #ffffff80;
}
component-product-card-ob .-badge .-badge-type {
    font-size: 10px;
    padding: 0 5px;
    border: 1px solid;
    font-weight: bold;
}
component-product-card-ob .-title-cover {
    height: 30px;
}
component-product-card-ob .-short-description-cover {
    height: 46px;
}
component-product-card-ob .-short-description-cover .-table {
    display: table;
    height: 100%;
    width: 100%;
}
component-product-card-ob .-short-description-cover .-table .-cell {
    display: table-cell;
    vertical-align: middle;
}
component-product-card-ob .-short-description-cover .-table .-cell .-short-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
}
component-product-card-ob .-title-cover .-table {
    display: table;
    height: 100%;
    width: 100%;
}
component-product-card-ob .-title-cover .-table .-cell {
    /*display: table-cell;
    vertical-align: middle;*/
}
component-product-card-ob .-title-cover .-table .-cell .-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    height: 30px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
    padding-top: 10px;
    color: #000 !important;
}
component-product-card-ob .-title-cover .-table .-cell .-title-l {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    height: 20px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
}
component-product-card-ob .-short-description-cover .-table .-cell .-short-description {
    font-size: calc(14.4px) !important;
    line-height: 1.6 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
component-product-card-ob .img.not-img {
    background-color: darkgrey;
}
component-product-card-ob .-price-cover {
    padding: 5px 0;
}
component-product-card-ob .-price-cover .-discount {
    height: 20px;
    color: red;
}
component-product-card-ob .-price-cover .-discount .-cover {
    background-color: red;
    color: white;
    padding: 0 8px;
}
component-product-card-ob .-price-cover .-discount .-cover .currency {
    font-size: 10px;
    font-weight: normal;
}
component-product-card-ob .-price-cover .-compare-price {
    height: 21px;
    color: #999;
}
component-product-card-ob .-price-cover .-compare-price .-compare-price-pricefull {
    line-height: 1 !important;
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
}
component-product-card-ob .-price-cover .-compare-price .currency {
    font-size: 10px;
    font-weight: normal;
}
component-product-card-ob .-price-cover .-price {
    height: 32px;
    color: black;
}
component-product-card-ob .-price-cover .-price .-price-calculate {
    line-height: 1 !important;
    font-size: 20px!important;
    font-weight: bold;
}
component-product-card-ob .-price-cover .-price .currency {
    font-size: 12px!important;
    font-weight: bold;
}
component-product-card-ob .-cover-list {
    height: auto;
    float: left;
    display: block;
}
component-product-card-ob .-cover-list .product-item {
    height: auto;
    float: left;
    margin: 20px 0;
}
component-product-card-ob .-cover-list .product-item .image-cover {
    margin-bottom: 10px;
    float: left;
    width: 200px;
    padding-right: 15px;
}
component-product-card-ob .border-solid-f0ece4 {
    border: 1px solid #f0ece4;
}
component-product-card-ob .-cover-list .product-item .image-cover a .img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}
component-product-card-ob .-cover-list .product-item .image-cover a .not-img {
    background-color: darkgrey;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}
component-product-card-ob .-cover-list .product-item .info-cover {
    display: block;
    float: left;
    width: calc(100% - 200px);
}
component-product-card-ob .-cover-list .product-item .info-cover .product-info {
    float: left;
    width: 100%;
    padding-left: 15px;
}
component-product-card-ob .-cover-list .product-item .info-cover .product-info .-title {
    margin: 0;
    font-size: 22px;
    word-wrap: break-word;
    color: #222;
    margin-bottom: 7px;
    float: left;
    display: block;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
}
component-product-card-ob .-cover-list .product-item .info-cover .product-info .-price .-price-calculate {
    line-height: 1 !important;
    font-size: 24px!important;
    font-weight: bold;
}
component-product-card-ob .-cover-list .product-item .info-cover .product-info .-price .currency {
    font-size: 18px!important;
    font-weight: bold;
}
@media (max-width: 767px) {
    component-product-card-ob .-cover-list .product-item .image-cover a .not-img, component-product-card-ob .-cover-list .product-item .image-cover a .img {
        height: 150px;
    }
    component-product-card-ob .-cover-list .product-item .image-cover {
        width: 150px;
    }
    component-product-card-ob .-cover-list .product-item .info-cover {
        width: calc(100% - 150px);
    }
}
component-product-card-ob .cover_ {
    box-shadow: 0px 1px 1px #dddddd;
    border: 1px solid #dddddd;
    height: 220px;
}
component-product-card-ob .badge_ {
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 35px;
    padding: 10px;
    display: inline-block;
    color: #FFF !important;
    font-size: 12px;
    height: 40px;
    width: 40px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 3px;
}
component-product-card-ob .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-ob .padding-right-10 {
    padding: 0 10px 0 0;
}
component-product-card-ob .paddingZero {
    padding: 0;
}
component-product-card-ob .margin_set {
    margin: 20px 0;
}
component-product-card-ob .image_container {
    height: 200px !important;
}
component-product-card-ob .image_container a .product_image {
    background-size: contain;
    /*background-position: center;*/
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}
component-product-card-ob .product_info {
    height: 220px !important;
}
component-product-card-ob .product_info .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 1.6;
    color: #000;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    font-weight: bold;
    padding-bottom: 7px;
    /*border-bottom: 1px dashed #dedada;*/
    width: 100%;
}
component-product-card-ob .product_info .stock {
    height: 60px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /*border-bottom: 1px dashed #dedada;*/
}
component-product-card-ob .product_info .stock .status {
    font-size: 12px;
    font-weight: bold;
}
component-product-card-ob .product_info .stock .status_txt {
    padding-top: 5px;
    display: block;
    font-weight: lighter;
    font-size: 12px;
}
component-product-card-ob .product_info .stock .price {
    font-size: 24px;
}
component-product-card-ob .product_info .stock .-product_compare_price span {
    color: #333;
    font-weight: bold;
}
component-product-card-ob .product_info .stock .-product_compare_price ._price {
    text-decoration: line-through;
}
component-product-card-ob .product_info .stock .-product_compare_price {
    font-size: 16px;
}
component-product-card-ob .product_info .stock .-product_compare_price .currency {
    font-size: 10px;
}
component-product-card-ob .product_info .stock .price span {
    color: red;
    font-weight: bold;
}
component-product-card-ob .product_info .stock .price .currency {
    font-size: 14px;
}
@media (max-width: 991px) {
    component-product-card-ob .padding_mobile {
        padding: 0;
    }
    component-product-card-ob .product_info .name {
        -webkit-line-clamp: 2;
        height: 45px;
        font-size: 14px;
    }
    component-product-card-ob .product_info .stock {
        margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
    component-product-card-ob .image_container a .product_image {
        background-position: top;
    }
    component-product-card-ob .text-center-xs {
        text-align: center;
    }
}