.main-panel{ 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    margin-left: -380px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display:none;

     }
     .top_user{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
     }
     .panel{
        width:70% !important;
        background-color: #fff;
        color: #000 !important;
        display:block !important;
     }
     .right{
        width:30%;
        background: #ffffff26;
        height: 100%;
        float:right;
     }
     .top-content{
        height: 80px;
        background: var(--theme_color);
        color:var(--btn_color);
        padding: 12px;
     }
     .close {
  color:#000;
  float: right;
  font-size: 25px;
  margin-top: -17px;
}
.item-title-row {
        margin: 5px 12px 0px 17px;
        padding: 0px 0 0px 0 !important;
        display: block !important;
    }
    .item-inner {
        padding: 0px !important;
        margin-left: 4px !important;
    }
.productcaption{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 5px 0 !important;
    font-size: 18px !important;
    color: #000;
    font-weight:600;
}
.categoryname{
  /*  color:#fff;*/
    font-size: 14px;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1;
    margin-top: 5px;
}
.Categorycontainer{
    display: flex;
    color: #fff;
    background:var(--theme_color);
    overflow: auto;
    margin-top:-7px;
}
.catblock{
    font-size: 16px;
    margin: 5px 0 -1px 0px;
    min-width: 25%;
    padding: 5px;
}
 .catfilter{
  margin-right: 10px;
  background: #fff;
  color:var(--theme_color);
  border-radius: 10px 10px 0 0;
  padding-top: 6px;
}
hr {
    margin: 0 !important;
    background-color: #e4e4e4;
    height: 1px !important;
}
.fa{
 color:var(--theme_color);   
}
.addbutton{
    background:var(--theme_color);
    max-width: 145px;
    height: 33px;
    color: var(--btn_color);
    font-size: 17px !important;
    border: none;
    border-radius: 4px;
    width: auto;
    float: right;
    margin-top: -10px;
    margin-bottom: 12px;
    padding: 8px 16px;
}
.wrapperproduct {
   display: none;
   position:fixed;
   top:0;
   width:100%;
   height:100%;
   z-index:1000;
   background-color: transparent;
   }
   .contentproduct{
   position: fixed;
   background:#fff;
   padding: 24px;
   box-sizing: border-box;
   width: 100%;
   z-index: 1000;
   bottom:0;
   height:100%;
   }
   .hidedivproduct{
   width: 100%;
   height: 100%;
   top: 0;
   background: #353535;
   z-index: 1;
   display: none;
   position: fixed;
   opacity: 0.5;
   }
   .fixedDiv {
    bottom: -16px;
    position: fixed !important;
    width: 100%;
    padding: 0 !important;
}
.toolbar .fa{
  font-size:24px !important;
}
.productinfodata{
  font-size:14px !important;
  margin:0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 5px 0 !important;
  color: #000;
  font-weight:400
}
.wrapperabt {
   display: none;
   position:fixed;
   top:0;
   width:100%;
   height:100%;
   z-index:1000;
   background-color: transparent;
   }
   .contentabt{
   position: fixed;
   background:#fff;
   padding: 24px;
   box-sizing: border-box;
   width: 100%;
   z-index: 1000;
   bottom:0;
   height:93%;
   }
   .hidedivabt{
   width: 100%;
   height: 100%;
   top: 0;
   background: #353535;
   z-index: 1;
   display: none;
   position: fixed;
   opacity: 0.5;
   }
.btn {
    color: var(--btn_color);
    border: 2px solid var(--btn_color);
    font-size: 19px;
    width: 100%;
    height: 32px;
    background: none;
}   
.logout {
    margin-top: 13px;
    width: 100%;
}