.new-arrival-products .item img.product-img {
    /* width: 40%; */
    height: 60px;
    max-width: 100%;
    margin: 0 auto;
    /* margin: auto; */
    display: block;
}
.new-arrival-products .item .item-info .p-price {
    font-weight: 600;
    color: #034b7d;
}
.new-arrival-products .item .item-info .p-category {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 400;
}
.new-arrival-products .item .item-info {
    padding: 10px 15px 0 15px;
    text-align: left;
}
.new-arrival-products .item .item-info .p-category {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
}
.justify-content-between{
   justify-content: space-between;
}

a.me-1.view_detail.detail_page {
    margin-right: 4px;
    border: 1px solid rgb(200, 198, 195);
    /* height: 30px; */
    border-radius: 0.375rem;
    font-size: 13.45px;
    font-weight: 500;
    line-height: 20px;
    padding: 6px 12px;
}
a i.fa-regular.fa-eye{
    color: #3d3d3d;
}
.apivendors a{
    color:#034b7d;
    font-weight: 500;
}

.container-fluid.new-arrival-products{
 padding-top: 30px;
}
.buy_price.align-items-center.buy_price.d-flex {
    padding: 10px 0px;
}