/**
 * CSS styles for 'Save search filter' button widget
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.makeblank-wrapper input {
  display: none;
}

button.makeblank {
  border: 0px none;
  padding: 0px;
  height: auto;
  margin: 0px;
  background: transparent none;
  color: #526aa8;
}
