/**
 * 2007-2021 PrestaShop SA and Contributors
 *
 * 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-2021 PrestaShop SA and Contributors
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
 */
#product_comparison {
  position: relative; }
  #product_comparison > .product_comparison-container {
    overflow-x: auto;
    overflow-y: hidden;
	margin-bottom:25px;
    }
  #product_comparison > .product_comparison-actions {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(160, 160, 160, 0.25); }
  #product_comparison tr:nth-child(2n+1) {
    background: #fff;
}
#product_comparison td {padding: 1rem;}
#product_comparison tr:nth-child(2n) {
    background: #f9f9f9;
}
#product_comparison h6 { font-size:16px; color:#000}
#product_comparison td:not(:first-child) {
    text-align: center;
}
.compwidth .redfox-loading { float:left;}
.cmp-description ul { display:inline-block; text-align:left;}
#product_comparison .product-name {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 0;
    font-weight: bold;
    color: #333;
	display:inline-block;
}
#product_comparison .db { display:block; padding-bottom:10px;}
#product_comparison td { width:20%; min-width:200px}
.hidden { display:none;}
  #product_comparison .comparison-product {
    padding-top: 2.0rem;
    position: relative; }
  #product_comparison .comparison-product .comparison-remove {
    position: absolute;
    right: 0;
    top: 0; }

.button-compare-add .added {
  display: none; }

.button-compare-add.redfoxcompare-added .added {
  display: inline-block; }

.button-compare-add.redfoxcompare-added .not-added {
  display: none; }
 .cmp_remove { width:100%; display:inline-block; text-align:center; padding:5px 0;}
 .cmp_remove .comparison-feature-remove { font-size:18px; color:#c0c0c0; background:none; padding:0}
 .cmp_remove .comparison-feature-remove:hover { font-size:18px; color:#000000;}
#xipixel_compare-modal .modal-title .dfxcompare-nb { margin-right:4px;}

#wrapper .wide-space {
    padding: 2rem;
}
.wide-space .product-list-reviews { margin-top:15px;}
.wide-space .add-button { display:inline-block; margin:0 auto;}
.button-container { text-align:center;}
.table-bordered { border:1px solid #ccc;}
.compwidth .product-price-and-shipping { width: auto; display:inline-block; margin: 0 auto; position:relative;}
.ajax-comparison-feature-remove-all { margin-bottom:10px;}
