/**
* 2007-2020 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-2020 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.
*/
.comparators {
margin-left: 2.5rem;
    margin-top: .9375rem;
    text-align: right;
    white-space: nowrap;
    }
.comparator-product {
	margin-top: .9375rem;
}
.comparator-product a, .comparatorsf a{
	color: #fff;
}
.comparator-productlist .comaprator-add, .comparatorsf .comparator, #module-comparator-comparator  .comaprator-remove{
	display: block !important;
	margin: 0 auto;
}
.comparator-warning, 
.comparator-productlist .comaprator-remove  {
	display: none;
}
#comparator-table .products {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
@media (min-width: 768px) {
#comparator-table .product-miniature {
margin: 0 .8125rem;
}
#module-comparator-comparator .thumbnail-container {
	min-height: 419px;
}
}
@media (max-width: 767px) {
#comparator-table .product-miniature {
margin: 0 auto;
} }
#comparator-table .comaprator-add {
	display:none !important;
}
#module-comparator-comparator .card-block {
	    padding: 1.25rem 0rem .5rem;
}
#module-comparator-comparator h1, 
#module-comparator-comparator .remowe {
	padding: 0 .8125rem;
}
#module-comparator-comparator .product-description {
		min-height:185px;
}
#module-comparator-comparator .compare_extra_information {
	    vertical-align: bottom;
	    font-weight: 600;
}

#module-comparator-comparator .product-thumbnail img {
	margin: 0 auto;
}
#module-comparator-comparator .comparator-productlist {
	margin-top: 10px;
}
#module-comparator-comparator .product-miniature .thumbnail-container .product-thumbnail {
	height: calc(100% - 150px);
}
#module-comparator-comparator  .wishlist-button-add, #textsukc,  #textfalse, #textjest{
	display:none;
}
