/**
 * ____file_title____
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */
.switch-wrapper button.switch {
  border: 0px none;
  padding: 0px;
  height: auto;
  margin: 0px;
  background: transparent none;
}

.switch-wrapper input {
  display: none;
}

.switch-wrapper button.switch.mark{
  color: #72b25b;
}

.switch-wrapper button.switch{
  color: #bac3da;
}
