.bcard {
    margin-top: .5rem;
    border: unset !important;
    border-radius: .4rem !important;
    height: 24rem;
    max-width: 13rem;
    min-width: 13rem;
}

.bcard img {
    box-shadow: 0 0px 15px rgba(0,0,0,0.35);
    min-width: 155px !important;
    max-width: 155px !important;
}

.bcard .col-10 {
    position: relative;
}

.bcard .badge-percent {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(2, 207, 202 , 0.8);
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
    font-weight: bold;
    position: absolute;
    bottom: 82%;
    left: 70%;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    text-align: center;
}

.bcard .badge-search {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(2,207,202,0.55);
    font-size: 1rem;
    position: absolute;
    bottom: 38%;
    left: 35%;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
}

.bcard :hover .badge-search {
    display: flex !important;
}

.bcard .shopping-box {
    position: absolute;
    bottom: 0%;
    width: 13rem !important;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(2,207,202,0.7);
    padding: 2px 20px;
}

.bcard :hover .shopping-box {
    display: flex !important;
}

.bcard .shopping-box a {
    font-size: 0.7rem;
    color: white !important;
}

.bcard .shopping-box span {
    font-size: 0.9rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    background-color: #00AAA7;
}

.bcard .shopping-box span :hover  {
    font-size: 0.9rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    color: rgba(2,207,202,0.7) !important;
    background-color: white !important;
}


.bcard .badge-percent small {
    font-weight: 400;
    font-size: 0.6rem;
    margin-top: 5px;
}

.bcard .card-title {
    font-weight: bold;
    color: #2f3640;
    font-size: 0.8rem;
}

.position-relative {
    position: relative;
}

.color-4f4fa7 {
    color: #4f4fa7;
}

.bcard .price {
    color: #55BF83;
    font-size:0.85rem;
}

.add-shop-styles {
    background-color: #e2e2f8;
    color: #999ecf;
    width: auto;
    height: auto;
    padding: .2rem;
    border-radius: .25rem !important;
}
.add-shop-styles:hover {
    background-color: #999ecf;
    color: #e2e2f8;
}

.pb-control {
    padding-bottom: 11.5%;
    padding-top: 9%;
}

@media(max-width:374.98px) {

    .card-image {
        width: 80px;
    }

    .card-image+.badge-percent {
        position: absolute;
        bottom: 19%;
        left: 27%;
    }
}

@media(min-width:375px) and (max-width:422.98px) {

    .card-image {
        width: 94px;
    }

    .card-image+.badge-percent {
        position: absolute;
        bottom: -2%;
        left: 32%;
    }
}

@media(min-width:423px) and (max-width:575.98px) {

    .card-image {
        width: 85px;
    }

    .card-image+.badge-percent {
        position: absolute;
        bottom: -5%;
        left: 44%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .card-image {
        width: 150px;
    }

    .card-image+.badge-percent {
        position: absolute;
        bottom: -3%;
        left: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-image {
        width: 160px;
    }

    .card-image+.badge-percent {
        position: absolute;
        bottom: -6%;
        left: 36%;
    }

    .pb-control {
        padding-bottom: 40px;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card-image {
        width: 100px;
    }

    .card-image+.badge-percent {
        position: absolute;
        bottom: -5%;
        left: 32%;
    }

    .pb-control {
        padding-bottom: 8.5%;
        padding-top: 4%;
    }
}

@media (min-width: 1200px) {
    .card-image {
        width: 110px;
        height: 165px;
    }

    .card-image+.badge-percent {
        position: absolute;
        bottom: -5%;
        left: 34%;
    }

    .pb-control {
        padding-bottom: 11.5%;
        padding-top: 9%;
    }

}

/* @media (min-width: 1300px) {
    .card-image {
        width: 110px;
        height: 165px;
    }

    .card-image+.badge-percent {
        position: absolute;
        bottom: -5%;
        left: 34%;
    }

    .pb-control {
        padding-bottom: 11.5%;
        padding-top: 9%;
    }

} */

/* @media (min-width: 1400px) {
    .card-image {
        width: 130px;
        height: 190px;
    }

    .card-image+.badge-percent {
        position: absolute;
        bottom: 3%;
        left: 36%;
    }

    .pb-control {
        padding-bottom: 15%;
    }

} */
