.navbar-logo {
    font-size: 2rem;
    font-weight: 600;
}

    .navbar-logo .logo-black {
        color: #2eca6a;
    }

    .navbar-logo .logo-green {
        color: #626C70;
    }

.img-fluid-productBag {
    max-height: 350px;
    max-width: 100%;
}

.product .img-prod .img-prodBag {
    text-align: center;
    height: 350px;
}

.product:hover {
    -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
}

    .product:hover .text .prodDetails {
        display: block;
        background-color: #2eca6a;
        color: white;
        padding: 20px;
        opacity: .9;
        text-align: left;        
    }

        .product:hover .text .prodDetails .prodHeading {
            font-size: 22px;
            font-weight: bold;
        }

        .product:hover .text .prodDetails .prodDescription {
            font-size: 14px;
        }

.product .text .prodDetails {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h2BigFont{
font-size: 20px;
}

.paddingUp{
padding-top: 0px !important;
}