.cardHover:hover {
    scale: 1.05 !important;
    transition: 1s !important;
    box-shadow: 9px 9px 6px -3px rgba(69, 69, 69, 0.58) !important;
    transform: translateY(-5px);
}

.cardHover {
    color: #000000;
    display: inline-block;
    margin: 0;
}
.cardHover:after {
    display: block;
    content: '';
    border-bottom: solid 3px #3f1dff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.cardHover:hover:after {
    transform: scaleX(0.4);
}
.product:hover {
    scale: 1.05 !important;
    transition: 1s !important;
    box-shadow: 9px 9px 6px -3px rgba(69, 69, 69, 0.58) !important;
    transform: translateY(-5px);
}

.product:after {
    display: block;
    content: '';
    border-bottom: solid 3px #3f1dff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    border-radius: .3rem !important;
}

.product:hover:after {
    transform: scaleX(0.9);
}

.m_top {
    margin-top: 6rem;
}

.shadow_ecom {
    box-shadow: 0 0.5rem 0rem rgba(0, 0, 0, .15) !important;
}

.catImg img {
    width: 100px !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-img {
    opacity: 0.9;
    width: 100%;
    height: 100%;
}
