.see-more-btn {
    float: right;
    background-color: rgba(255, 255, 255, 0.9);
    border: rgba(51, 51, 51, 0.4) solid 1px;
    border-radius: 3px;
    padding: 12px 10px;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.8);
    text-decoration: none;
    transition: all ease 0.3s;
}

a.see-more-btn:hover {
    background-color: var(--grey);
    border: var(--grey) solid 1px;
    color: #fff;
}

.category-page-box-main .product-box .selloff {
    top: 1px;
    right: 1px;
}

.main-catlist-box {
    max-height: 400px;
    overflow: scroll;
}

.catlist-heading {
    padding-bottom: 40px;
}

#catlist-heading {
    padding-bottom: 40px;
}

#catlist-heading h3 {
    float: left;
    font-size: 16px;
    color: #000;
}

#catlist-heading h3.product-number {
    float: right;
    font-size: 14px;
    color: #000;
}

.errormsg,
.errormsg_grey {
    width: 100%;
    color: red;
}

.whatsappclass {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999;
}

.whatsappclass a {
    height: 32px;
    height: 32px;
    background-image: ;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* #sort{
    width:60%; 
    padding:0.4rem;
} */
#sort {
    width: 100%;
   padding: 0.4rem 2rem;
   }