component-product-card-e a, component-product-card-e a:hover {
    text-decoration: none;
}
component-product-card-e .cover_ {
    box-shadow: 0px 1px 1px #dddddd;
    border: 1px solid #dddddd;
    height: 210px;
}
component-product-card-e .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-e .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-e .padding-right-10 {
    padding: 0 10px 0 0;
}
component-product-card-e .paddingZero {
    padding: 0;
}
component-product-card-e .margin_set {
    margin: 20px 0;
}
component-product-card-e .image_container {
    height: 200px !important;
}
component-product-card-e .image_container a .product_image {
    background-size: contain;
    /*background-position: center;*/
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}
component-product-card-e .product_info {
    height: 200px !important;
}
component-product-card-e .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-e .product_info .stock {
    height: 60px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /*border-bottom: 1px dashed #dedada;*/
}
component-product-card-e .product_info .stock .status {
    font-size: 12px;
    font-weight: bold;
}
component-product-card-e .product_info .stock .status_txt {
    padding-top: 5px;
    display: block;
    font-weight: lighter;
    font-size: 12px;
}
component-product-card-e .product_info .stock .price {
    font-size: 24px;
}
component-product-card-e .product_info .stock .-product_compare_price span {
    color: #333;
    font-weight: bold;
}
component-product-card-e .product_info .stock .-product_compare_price ._price {
    text-decoration: line-through;
}
component-product-card-e .product_info .stock .-product_compare_price {
    font-size: 16px;
}
component-product-card-e .product_info .stock .-product_compare_price .currency {
    font-size: 10px;
}
component-product-card-e .product_info .stock .price span {
    color: red;
    font-weight: bold;
}
component-product-card-e .product_info .stock .price .currency {
    font-size: 14px;
}
@media (max-width: 991px) {
    component-product-card-e .padding_mobile {
        padding: 0;
    }
    component-product-card-e .product_info .name {
        -webkit-line-clamp: 2;
        height: 45px;
        font-size: 14px;
    }
    component-product-card-e .product_info .stock {
        margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
    component-product-card-e .image_container a .product_image {
        background-position: top;
    }
}