.nice-select.language,.currency,.all-category {
    border: none;
    line-height: 2;
  }
  
  .nice-select.all-category:hover {
    color: #2B2D42;
  }
  
  .nice-select:hover span.current {
    color: #111111; 
  }
  
  .nice-select::after {
    height: 8px;
    width: 8px;
    margin-top: -10px;
  }
  
  .nice-select:hover:after {
    border-color: #111111;
  }
  
  .nice-select.all-category:hover {
    color: #555;
  }
  
  .nice-select.all-category {
    width: 150px !important;
  }
  