.sorting-indicator-compare_cat {
    display: block;
    width: 10px;
    height: 4px;
    margin-top: 5px;
    margin-left: 5px;
}
.sorting-indicator-compare_cat:before {    
    font: normal 20px/1 dashicons;
    speak: never;
    display: inline-block;
    padding: 0;
    top: -6px;
    left: -6px;
    color: #3c434a;
    line-height: .5;
    position: relative;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
    color: #3c434a;
}

.compare-asc-cat:before{
    content: "\f142";
}
.compare-desc-cat:before{
    content: "\f140";
}
.sortTable_cat.active[data-sort="asc"] .compare-desc-cat,
.sortTable_cat.active[data-sort="desc"] .compare-asc-cat{
    display: none !important;
}
.category_sel .chosen-container{
    width:100% !important;
}

.slug_sel .chosen-container{
    width:100% !important;
}

.productperformancequickeditDiv .chosen-container{
    width:50% !important;
}

.error_det{
    font-size: 13px;
    color: #ff0000;
}
.ajaxLoader {
    background: #0000004f;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 200000;
    display: none;
}
.ajaxLoading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
}