.categoryBody{
    padding: 0% 3%;
}
.nav-tabs .nav-link.active {
    color: #495057;
    border-color: transparent !important;
    background-color: #b1b7bb;
}

/* .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
} */

.tab-content>.active {
    display: block;
}

.nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 0px;
    width: 100%;
}

.cat_menu_title {
    color: #fff;
    background-color: #495057;
    border-radius: 3px;
}
.cat_menu_title:hover {
    border-radius: 3px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
    padding-bottom: 15px;
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-new {
    position: absolute;
    top: 6%;
    transition: 0.5s;
    left: 7%;
    padding: 0px 10px;
}

.price {
    color: grey;
    font-size: 22px;
}

.product-btn {
    margin: auto;
    padding-top: 20px;
    position: absolute;
    transition: 0.5s;
    top: 0%;
    right: -100%;
}

.cart-btn {
    margin: 5px auto;
}

.wish-list-btn, .cart-btn, .details-btn {
    border: 1px solid #41474b;
    background-color: #41474b;
    transition: 0.5s;
    color: rgb(253, 252, 252) !important;
}

.wish-list-btn:hover, .cart-btn:hover, .details-btn:hover {
    background-color: #fff;
    border-color: #41474b;
    color: rgb(20, 1, 1) !important;
}

.wish-list-btn, .details-btn {
    display: block;
    position: relative;
}

.wish-list-btn {
    margin-right: 1px;
}

.details-btn {
    margin-left: 1px;
}

.product:hover .product-btn {
    right: 0%;
}