/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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 http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.product-selector-form {
    display: none;
}

.seller_price_shipping {
    margin-bottom: 15px;
}

.product_seller_price_shipping {
    margin-bottom: 5px !important;
}

#comparator-list {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-bottom: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
}

#comparator-list .average_rating {
    margin: 0px !important;
}

#comparator-list tbody tr td {
    font-size: 12px;
}

#comparator-list .price_without_reduction {
    text-decoration: line-through;
}

#comparator-list .price_with_reduction {
    color:red;
}

#comparator-list .fa-user {
    font-size: 36px;
}

/*PrestaShop 1.7*/
table#comparator-list, table.product_seller_price_shipping {
    background-color: #ffffff;
}

/*jmarketplace < 7.0.0*/
.jmarketplace-panel {
    background-color: #fff;
    border: 1px solid #d3d8db;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.jmarketplace-panel-header {
    display: flex;
    justify-content: space-between;
    height: 32px;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    height: 2.2em;
    margin: -20px -16px 15px;
    padding: 5px 7px;
}

.jmarketplace-panel-header h2 {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.jmarketplace-panel h3 {
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    color: #fff;
    background-color: #2fb5d2;
    border-color: transparent;
}

.seller-row {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
}

.seller-row div {
    margin-right: 7px;
}

table#comparator-list tr td .regular-price {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: .625rem;
}

table#comparator-list tr td .price {
    color: #2fb5d2;
    font-weight: bold;
}

table#comparator-list tr td .has-discount {
    color: #f39d72;
}

table#comparator-list tr td .discount-product {
    display: block;
}

table#comparator-list tr td .discount-percentage,
table#comparator-list tr td .discount-amount {
    background: #f39d72;
    color: #fff;
    font-weight: 600;
    padding: 3px 5px;
    text-transform: uppercase;
    display: inline-block;
}

table#comparator-list tr td.product-total {
    color: #2fb5d2;
    font-weight: bold;
}
