/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    JA Modules <info@jamodules.com>
 * @copyright Since 2007 JA Modules
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */

/*product list*/
.seller-auction {
    text-align: center;
    font-size: 12px;
}

.seller-auction i {
    font-size: 14px;
}

p.seller-name {
    margin-bottom: 2px;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    height: 100px;
}

/*product page*/
.product_auctions_block_extra {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
}

.product_auctions_block_extra h4 {
    color: #2fb5d2;
    border-bottom: 3px solid #2fb5d2;
    padding-bottom: 7px;
}

/*auctions.tpl*/
table#seller-auctions {
    margin-bottom: 120px;
}

table#seller-auctions tr td .dropdown-menu {
    min-width: 7rem;
    left: -44px;
}

table#seller-auctions tr td .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}