.product-hover:hover{
    background:#eafff5;
    transition: .5s all;
}

.product-btn{
    transition: .5s all;
    opacity: 0;
    width: 89%;
    height: 95%;
    background: #ffffffeb;
    position: absolute;
    top: 0;
}

.product-mobile-btn{
    display: none;
}

.product-hover:hover .product-btn{
    opacity: 1;
    transition: .5s all;
}

.mm-view-produc{
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    top: 60px;
    text-decoration: none;
    color: black;
    transition: .5s all;
    display: block;
}


.mm-view-produc:hover{
    background:black;
    color: white !important;
    text-decoration: none;
}

.no-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mm-product-image{
    width: 100%;
    padding: 10px;
    min-height: auto;
    height: 250px !important;
}

.mm-all-product-image{
    width: 100%;
    padding: 10px;
    min-height: auto;
    height: 180px !important;
}


.no-margin{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.order-details-con{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #c9c9c9;
    background: white;
    margin-bottom: 10px;
}

.order-details-title{
    background: #63ddec;
    padding: 10px 18px;
    border: 1px solid;
}

#wpfooter {
    position: initial !important;
}

table tbody tr td p, table thead tr th p{
    margin-bottom: initial !important;
} 

@media only screen and (max-width: 1202px) {
    .mm-product-image{
        height: 180px !important;
    }

    .mm-all-product-image{
        height: 140px !important;
    }
}

@media only screen and (max-width: 992px) {
    .mm-product-image{
        height: 400px !important;
    }

    .mm-all-product-image{
        height: 400px !important;
    }
}

@media only screen and (max-width: 801px) {
    .product-btn{
        display: none !important;
    }

    .product-mobile-btn{
        display: inline-table !important;
    }
}

@media only screen and (max-width: 500px) {
    .mm-all-product-image{
        height: 300px !important;
    }
}

@media only screen and (max-width: 376px) {
    .mm-product-image{
        height: 250px !important;
    }

    .mm-all-product-image{
        height: 140px !important;
    }
}

a.nav-link.active {
    background-color: #5A55A3 !important;
    color: white !important;
}