.brand:hover {
    color: #f6be00;
}

.card-product-block {
    cursor: pointer;
    /* border-radius: 13px;*/
    padding-bottom: 5px;
    background-color: #f7f7f7a3;
}

.img-lazy-loader {
    transform: translateY(-5%);
    opacity: 0;
    transition: 300ms transform cubic-bezier(0.55, 0.055, 0.675, 0.19), 600ms opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 300ms;
}

.img-lazy-loader.inview {
    transform: translateY(0);
    opacity: 1;
}

.product-card-link:hover {
    text-decoration: none;
}

.card-product-block>h5,
.card-product-block>p,
.card-product-block>span {
    color: #5d5631;
    text-decoration: none;
}

.profile {
    min-width: 45px;
    border-radius: 50%;
    max-width: 45px;
    height: 45px;
}

.p-card-icons {
    font-weight: 400;
    cursor: pointer;
    align-items: center;
}

.p-card-icons .fa-thumbs-up {
    color: #f6be00;
}

.p-card-icons .fa-share {
    color: #00cc00;
}

.p-card-icons a span {
    color: #333;
}

.p-card-icons a:hover {
    text-decoration: none;
}

.card-footer .fa-heart {
    color: red;
}

.Like {
    color: #f6be00;
    font-weight: 700;
}

.card-price {
    max-width: 87%;
}

.share-buttons a {
    border: 2px solid #ffe45b;
    background: #fffefa;
    padding: 8px;
}

.card-seller-n {
    color: black;
    font-weight: 600;
    text-transform: capitalize;
}

.p-card-img {
    /* border-top-right-radius: 13px;
    border-top-left-radius: 13px;*/
    /* height: 240px; */
    width: 100%;
    min-height: 400px;
    min-width: 313px;
    /* object-fit: cover; */

}

.p-list-img {
    /* border-top-right-radius: 13px;
     border-top-left-radius: 13px;*/
     /* height: 240px; */
     width: 100%;

     /* object-fit: cover; */
 }

 .card-text {
    color: #01429d;
    font-weight: 600;
}

span.strike-text {
    color: #f6be00;
    font-weight: 600;
}

.hide-link-not-needed>.product-card-link {
    display: none;
}

@media only screen and (max-width: 425px) {
    .card-footer {
        padding: 0.5rem 0.85rem!important;
    }
}




