.display-none{
    display: none;
}
.page-item.active .page-link{
    background-color: #3BB77E !important;
    border-color: #3BB77E !important;
    color: white !important;
}
.page-link{
    color: #212529 !important;
}
#category_product > li > .menu-expand{
    display: none;
}
.cate > li > .menu-expand{
    display: none;
}
.categoryli {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid #F2F3F4;
    padding: 9px 18px;
    margin: 0 0 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.categoryli2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid #F2F3F4;
    padding: 0px 18px;
    margin: 0 0 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.product_content{
    min-height: 200px;
}
.product_content h2{
    font-size: 1vw !important;
    height: 2.5vw;
    overflow: hidden;
}
.inline-block{
    display: inline-block !important;
}
.invalid-feedback{
    display: block !important;
}
.absolute{
    position: absolute;
}
.z-10{z-index: 10;} 
.bg-white{background-color: white;} 
.w-full{
    width: 100%;
}
.r-0{
    right: 0;
    margin-top: 3rem;
}
#search-respons li a{
    font-size: 15px !important;
    font-weight: 600;
}
#search-respons li a span{
    font-size: 12px !important;
    font-weight: 500;
    font-style: italic;
}