component-product-card-l .product-container {
    background-color: white;
    border: 1px solid #ddd;
}


component-product-card-l .product-container .discount_container {
   /* position: absolute;
    left: 10px;
    top: 5px;*/
 /*   background-color: rgba(226, 95, 63, 0.9);*/
  /*  color: white;
    padding: 5px;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    font-weight: lighter;*/
    text-align: center;
}

component-product-card-l .product-container .discount_container .discout_set {
    /*position: absolute;
    left: 10px;
    top: 5px;
    background-color: rgba(226, 95, 63, 0.9);*/
    color: white;
    padding: 5px;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    font-weight: lighter;
    display: inline-block;
}

component-product-card-l .product-container .product-image-container {
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 100% 0 0;
}

component-product-card-l .product-container .name_title {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    word-break: break-word;
    text-decoration: none;
}

component-product-card-l .product-container .product-price{
    margin: 10px 0 20px 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: lighter;
    color: red;
}

component-product-card-l .product-container .product-compare-price{
    margin: 5px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    color: #9e9b9b;
   /* text-decoration: line-through;*/
}

component-product-card-l .product-container .product-price .currency{
    font-size: 12px;
}
