﻿.single-product-card {
    width: 217px;
    padding: 16px 20px;
    border: 1px solid #F2F2F2;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
@media (max-width:992px) {
    .single-product-card {
        width: 154px;
    }
}
.single-product-card-img{
    width:80%;
    object-fit:cover;
    position:relative;
}
.single-product-card-img-line {
    margin:12px 0;
    width: 100%;
    height: 2px;
    background-color:#F2F2F2;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}
.single-product-card-img-line-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F2F2F2;
}
.cart-icon{
    width:40px;
    height:40px;
    border-radius:10px;
}
/*------------offer---------------------*/
.offer-products-container{
    padding:24px;
}
.offer-time-box-container{
    padding:35px 20px;
    display:flex;
    flex-direction:column;
}
.offer-time-box{
    width:60px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center; 
}
.product-discount-value{
    width:40px;
    height:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    top:20px;
    left:20px;
}
.shop-container{
    height:240px;
}
.p-card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}