/**====================================
Contents 
====================================**/
.ecomm04-productswrap{
    margin-left: -15px;
    margin-right: -15px;
}
.ecomm04-products-listslider .slick-track{
    display: flex;
}
.ecomm04-products-listslider .slick-slide{
    padding: 15px;
    height: auto;
}
.ecomm04-product-card{
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.ecomm04-product-card:hover{
    box-shadow: 0 0 15px 0 rgba(0,0,0,.16);
}
.ecomm04-product-card figure{
    width: 100%;
    max-width: 60%;
    height: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecomm04-product-card figure img{
    display: block;
    max-width: 200px;
    max-height: 200px;
}
.ecomm04-product-card .favbtn{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.ecomm04-product-card .favbtn img{
    display: block;
    max-width: 55%;
    max-height: 50%;
}
.ecomm04-product-card .ecomm04-offbox{
    position: absolute;
    top: 20px;
    left: 0;
    width: 70px;
    height: 18px;
    background: #EE2527;
    border-radius: 0 30px 30px 0;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecomm04-product-card .ecomm04-card-body{
    padding: 30px 20px;
    text-align: center;
    margin-top: auto;
}
.ecomm04-product-card .ecomm04-card-body h4{
    font-size: 13px;
    color: #333333;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin-bottom: 12px;
}
.ecomm04-product-card .ecomm04-card-body h4 a{
    font-size: 13px;
    color: #333333;
    letter-spacing: 0.5px;
}
.ecomm04-product-card .ecomm04-card-body .price{
    margin-bottom: 8px;
    line-height: 1;
}
.ecomm04-product-card .ecomm04-card-body .price span{
    font-size: 14px;
    letter-spacing: 0.5px;
}
.ecomm04-product-card .ecomm04-card-body .price .current{
    color: #0E5AA7;
    font-weight: bold;
}
.ecomm04-product-card .ecomm04-card-body .price .old{
    color: #666666;
    text-decoration: line-through;
    margin-left: 4px;
}
.ecomm04-product-card .ecomm04-card-body .rating{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.ecomm04-product-card .ecomm04-card-body .rating img{
    display: block;
    max-width: 100px;
}
.ecomm04-product-card .ecomm04-card-body .rating .ratetext{
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-left: 8px;
}
.ecomm04-product-card .ecomm04-card-body .ecomm04-addcart-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E5AA7;
    border-radius: 30px;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    padding: 0;
    line-height: 1;
}
.ecomm04-product-card:hover .ecomm04-card-body .ecomm04-addcart-btn{
    background: #333333;
    color: #fff;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 1199px){
    .ecomm04-product-card figure img{
        max-width: 160px;
        max-height: 160px;
    }
    .ecomm04-product-card figure{
        height: 200px;
    }
}
@media (max-width: 575px){
    .ecomm04-product-card .ecomm04-offbox{
        font-size: 10px;
        width: 60px;
    }
    .ecomm04-product-card .favbtn{
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
    }
    .ecomm04-product-card figure {
        height: 150px;
    }
    .ecomm04-product-card figure img {
        max-width: 100px;
        max-height: 100px;
    }
    .ecomm04-product-card .ecomm04-card-body{
        padding: 15px 10px;
    }
    .ecomm04-product-card .ecomm04-card-body h4 a{
        font-size: 12px;
    }
    .ecomm04-product-card .ecomm04-card-body h4{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .ecomm04-product-card .ecomm04-card-body .price span{
        font-size: 12px;
    }
    .ecomm04-product-card .ecomm04-card-body .rating .ratetext{
        font-size: 11px;
    }
    .ecomm04-product-card .ecomm04-card-body .rating img{
        max-width: 80px;
    }
    .ecomm04-product-card .ecomm04-card-body .price{
        margin-bottom: 5px;
    }
    .ecomm04-product-card .ecomm04-card-body .rating{
        margin-bottom: 10px;
    }
    .ecomm04-product-card .ecomm04-card-body .ecomm04-addcart-btn{
        height: 26px;
        font-size: 12px;
    }
    .ecomm04-product-card .ecomm04-card-body .price .old{
        margin-left: 2px;
    }
    .ecomm04-products-listslider .slick-slide{
        padding: 6px;
    }
    .ecomm04-productswrap {
        margin-left: -6px;
        margin-right: -6px;
    }
}



