.my_primary {
    color: #ca508b !important;
}

.text-blk {
    color: black !important;
}

.my-white {
    background-color: rgba(255, 255, 255, 0.438) !important;
    width: 100% !important;
}

.my_ltpnk {
    background-color: #f13d94a2 !important;
    width: 100% !important;
}

.colorPnk {
    color: #ca508b !important;
}

.bg-pnk {
    background-color: #ca508b !important;
}

.bg-tl {
    background-color: #01412e !important;
}

.cardColor {
    border-top-color: #01412e !important;
}

.prod_container {
    /* height: 400px !important; */
    height: 380px !important;
}

.prod_image {
    /* height: 280px !important; */
    height: 300px !important;
}



/* in product page */
.prodp_container {
    height: 500px !important;
}

.prodp_image {
    height: 250px !important;
}

@media screen and (min-width: 768px) {
    .searchB {
        width: 40% !important;
        float: right !important;
        height: 10px !important;
    }
}

@media screen and (max-width: 768px) {
    .searchB {
        width: 90% !important;
        height: 10px !important;
    }
}

a .products_page:hover {
    transform: scale(1.5) !important;
    border-color: #ca508b !important;
}

.nav-item_small .active {
    color: #ca508b !important;
    margin-top: 3px !important;
}