/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

input[type="text"].quantity.validation-error {
  border: 1px solid #e04013;
}

.product-max-qty {
  display: none;
  position: absolute;
  margin: -90px 0 0 8px;
  width: 79px;
  text-align: center;
  padding: 10px;
  color: #fff;
  z-index: 1000;
  background: url(images/max_qty_box.png) no-repeat 8px 5px;
}

.product-quicklook .product-max-qty {
  margin-top: -70px;
}
