body.category_grid {
    margin-top: 80px;
    margin-bottom: 50px;
}

.category_grid .badges {
    padding: 10px 15px;
    background-color: #FFB71B; 
}
.category_grid .tab-grid .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
}
.category_grid .tab-grid .nav-item {
    /* min-width: 144px; */
    line-height: 1;
    width: 100%;
    text-align: center;
    background-color: #1C355E;
}
.category_grid .tab-grid .nav-item a.nav-link {
        padding-top: 15px;
    background-color: transparent;
    color: #fff;
    border-bottom: 0px solid #B3B3B3;
    border-radius: 0;
}
.category_grid .tab-grid .nav-item a.nav-link.active {
    color: #FFB71B;
    border-bottom: 0px solid;
    border-radius: 0;
}
.category_grid .tab-grid .item-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.category_grid .tab-grid .item-grid .item {
    text-align: center;
    width: 100%;
    padding: 5px 1px;
    border-bottom: 1px solid #a09a9a;
    position: relative;
    display: inline-flex;
}

.category_grid .tab-grid .item-grid .item .img-area {
    text-align: center;
    width: 40%;
    max-width: 40%;
    background-image: url(/images/preloader.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center top;
}

.category_grid .tab-grid .item-grid .item .img-area a {
    width: 100%;
    height: 100%;
}

.category_grid .tab-grid .item-grid .item .content-area {
    text-align: left;
    width: 60%;
    padding-left: 5px;
}

.category_grid .tab-grid .item-grid .item .content-area .rmv {
    font-size: 22px;
    margin-right: 10px;
}

.category_grid .tab-grid .item-grid .item .content-area .qty-field {
    width: 20%; 
    text-align: center;
}

.category_grid .tab-grid .item-grid .item a {
    text-decoration: none;
    color: #444444;
}
.category_grid .tab-grid .item-grid .item .fa-heart {
    position: absolute;
    right: 20px;
}
.category_grid .tab-grid .item-grid .item .count {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background-color: #ffa31f;
    color: #fff;
}
.category_grid .tab-grid .item-grid .item:nth-child(odd) {
    border-top: 0;
    border-left: 0;
}
.category_grid .tab-grid .item-grid .item:nth-child(even) {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.category_grid .tab-grid .item-grid .item .item-img {
    max-width: 150px;
    max-height: 160px !important;
    
}
.category_grid .tab-grid .item-grid .item .item-name {
    /* min-height: 42px; */
    line-height: 1.2em;
    text-transform: capitalize;
    max-width: 85%;
}
.category_grid .tab-grid .item-grid .item .item-weight {
    font-size: 0.9rem;
    color: orange;
    font-family: Quicksand-Bold;
    line-height: 1;
}
.category_grid .tab-grid .item-grid .item .item-price {
    color: #c63700;
    font-size: 1.1rem;
    font-weight: bold;
}

.category_grid .tab-grid .item-grid .item .item-status {
    color:grey;
     font-size:0.9em;
}

.subcat-img {
    border-radius: 28px;
}

