/**
* 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.
*/

.compare-item-miniature {
  position: absolute;
  cursor: pointer;
  right: 0;
  display: flex;
  top: 20px;
}


.compare-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.compare-item__icon-wrapper {
  display: inline-block;
}

.compare-item__icon-wrapper .compare-item__icon{
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F6F6F6;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  transition: all .2s;
  background: white;
}
.compare-item__icon-wrapper .compare-item__icon img {
  max-width: max-content !important;
}
.compare-item__icon-wrapper .compare-item__icon:hover {
  background: #f6f6f6;
}

.compare-item__icon-wrapper .compare-item__icon.added {
  border-color: #008500;
}

@media (min-width: 767px) {
  .compare-item__icon-wrapper .compare-item__icon{
    font-size: 24px;
    width: 48px;
  }
} 

.compare-item .compare-item__icon-wrapper {
  cursor: pointer;
}


.compare-item .compare-item__icon-wrapper .compare-item__icon {
  font-size: 25px;
  height: 25px;
  width: auto;
}

.compare-item__icon-wrapper {
  cursor: pointer;
}

.compare_toast__container {
  position:fixed; 
  z-index: 5; 
  right: 0; 
  top: 0;
}

.compare_toast__container .toast {
  width: max-content;
}


/* refactor only in controller page  */
#product_comparison .product-miniature:hover{
  box-shadow: none;
}


#product_comparison .product-miniature .bootstrap-touchspin{
  display: none;
}

#product_comparison .product-miniature .btn-primary{
  width: 100%;
  max-width: 100%;
}
#product_comparison {
  table-layout: fixed;
}


#product_comparison thead th {
  width: 200px;
}

/* #product_comparison .compare-item__icon::before {
  content: "\f141";
} */

.comparison_infos.different-value {
  color: red;
}

.feature-name-mobile {
  position: sticky;
  left: 20px;
}