/**
 * Additional css
 *
 * @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/
 */

.xcart-category-menu .xcart_category > ul {
  background-color: #000;
}

@media screen and (min-width: 1008px) {

  .xcart-category-menu .xcart_category:hover > ul {
    display: block;
  }

}
