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

/**
 * Product page styles
 *
 * @author    Qualiteam software Ltd <info@x-cart.com>
 * @copyright Copyright (c) 2011-2015 Qualiteam software Ltd <info@x-cart.com>. All rights reserved
 * @license   http://www.x-cart.com/license-agreement.html X-Cart 5 License Agreement
 * @link      http://www.x-cart.com/
 */

ul.product-options li input {
  display: none;
}

ul.product-options ul li {
  list-style-type: disc;
  color: #53769d;
}

ul.product-options ul {
  padding-left: 20px;
}

ul.product-options ul li label {
  vertical-align: middle;
}
