/**====================================
Contents 
====================================**/
.ecomm03-products-listslider .slick-list{
    padding-left: 0 !important;
}
.ecomm03-products-listslider .slick-track{
    display: flex;
}
.ecomm03-products-listslider .slick-track > div{
    margin-right: 33px;
}
.ecomm03-products-listslider .slick-arrow{
    display: none !important;
}
.ecomm03-product-card{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ecomm03-product-card figure{
    border-radius: 30px;
    overflow: hidden;
}
.ecomm03-product-card figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ecomm03-product-card .favbtn{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.2);
    background: rgba(255,255,255,.7);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecomm03-product-card .favbtn img{
    display: block;
    max-width: 55%;
    max-height: 55%;
}
.ecomm03-product-card .ecomm03-card-body{
    padding: 25px 0 0;
}
.ecomm03-product-card .ecomm03-card-body h4{
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 300;
}
.ecomm03-product-card .ecomm03-card-body h4 a{
    color: #000;
}
.ecomm03-product-card .ecomm03-card-body .price{
    display: flex;
    align-items: center;
}
.ecomm03-product-card .ecomm03-card-body .price .current{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.ecomm03-product-card .ecomm03-card-body .price .old{
    font-size: 14px;
    color: #7B7B7B;
    text-decoration: line-through;
    font-weight: 300;
    margin-left: 10px;
}
.ecomm03-product-card .ecomm03-card-body .rating{
    display: flex;
    align-items: center;
    margin-bottom: auto;
}
.ecomm03-product-card .ecomm03-card-body .rating img{
    display: block;
    max-width: 100px;
}
.ecomm03-product-card .ecomm03-card-body .rating .ratetext{
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-left: 17px;
}
.ecomm03-product-card .ecomm03-card-body .ecomm03-addcart-btn{
    margin-top: 30px;
    border: 1px solid #43125F;
    border-radius: 50px;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #43125F;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    transition: 0.5s all;
}
.ecomm03-product-card .ecomm03-card-body .ecomm03-addcart-btn:hover{
    background: #FFB51A;
    border-color: #FFB51A;
    color: #43125F;
}
.ecomm03-sliderwrap{
    position: relative;
}
.ecomm03-btn-wrap{
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 35%;
    transform: translateY(-50%);
}
.ecomm03-btn-wrap .slick-arrow{
    width: 60px;
    height: 60px;
    background: #43125F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 0;
    border-radius: 50%;
}
.ecomm03-btn-wrap .slick-arrow img{
    display: block;
    max-width: 50%;
    max-height: 40%;
}
.ecomm03-btn-wrap .slick-arrow.slick-disabled{
    pointer-events: none;
    opacity: .5;
}
.ecomm03-btn-wrap .slick-arrow.prev-btn{
    margin-left: -30px;
}
.ecomm03-btn-wrap .slick-arrow.next-btn{
    margin-right: -30px;
}
.ecomm03-products-listslider.scrolled .slick-list{
    overflow: visible;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 1199px){
    .ecomm03-btn-wrap .slick-arrow.prev-btn{
        margin-left: 0;
    }
    .ecomm03-btn-wrap .slick-arrow.next-btn{
        margin-right: 0;
    }
}
@media (max-width: 991px){
    .ecomm03-product-card .ecomm03-card-body h4{
        font-size: 14px;
    }
    .ecomm03-product-card .ecomm03-card-body .price .current{
        font-size: 14px;
    }
    .ecomm03-product-card .ecomm03-card-body .rating .ratetext,
    .ecomm03-product-card .ecomm03-card-body .price .old{
        font-size: 13px;
    }
    .ecomm03-product-card .ecomm03-card-body .rating img{
        max-width: 70px;
    }
    .ecomm03-product-card .ecomm03-card-body .ecomm03-addcart-btn{
        height: 50px;
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .ecomm03-products-listslider .slick-track > div{
        margin-right: 25px;
    }
    .ecomm03-btn-wrap{
        display: none;
    }
}
@media (max-width: 575px){

}



