/* 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.
 */

.f_products.items-list-table table.list td.cell.sku {
  min-width: 100px;
}

.items-list button.remove:hover .fa-trash-o {
  background-position-y: -24px;
}

td.cell.product div.cell {
  width: 412px;
  overflow: hidden;
  position: relative;
}

td.cell.product div.cell a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cdev-featuredproducts-searchpanel-main .search-conditions-box .search-conditions {
  min-width: initial;
}

.cdev-featuredproducts-searchpanel-main .search-conditions-box .search-conditions > li.substring-condition,
.cdev-featuredproducts-searchpanel-main .search-conditions-box .search-conditions > li.categoryId-condition
{
  width: 41%;
}
