/**
* 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;
    display: inline;
    float: right;
    margin: 1px 15px 0 0;
}
.comparator-product {
	margin-top: .9375rem;
}
.comparator-product {
    margin-top: .5375rem;
    margin-bottom: 1.2375rem;
}
.comparator-product a, .comparatorsf a{
	color: #fff;
}
.comparator-productlist .comaprator-add, .comparatorsf .comparator, #module-comparator-comparator  .comaprator-remove{
	display: block !important;
	margin: 0 auto;
}
@media(max-width:580px){
    .comparatorsf{
        margin:0 auto 20px auto;
    }
}
@media(max-width:350px){
    .comparator-productlist .comaprator-add{
        padding: 5px 8px!important;
    }
    .comparator-productlist .material-icons{
        display:none!important;

   }
}

#module-comparator-comparator .comparatorsf{
    display:none;
}

#module-comparator-comparator .product-title{
    font-size:14px;
}

#module-comparator-comparator .comaprator-remove{
    background: #e37c1c !important;
    border-color: #e37c1c !important;
    padding: 4px 12px 4px 8px!important;
    display: flex !important;
    align-items: center;
    gap: 1px;
}
@media(max-width:768px){
    #module-comparator-comparator .comaprator-remove{
        font-weight: 600;
        padding: 4px 10px 4px 6px !important;
    }
}
.comaprator-remove .material-icons {
    font-size:19px;

}
.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: 209px;
}
}
@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:145px;
}
#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;
}

#comparator-table .price{
    color: #ee0000;
}

#comparator-table td:not(.feature-name){
    text-align:center;
}

.comparator-product, .comparator-product>button{
    width:100%;
    /*padding: 5px 10px!important;*/
    background: #f1f1f1 !important;
    border-color: #f1f1f1 !important;

    color: #282828!important;

    font-weight: 600;
}

.comparator-product .comaprator-add:hover{
    text-decoration: underline;
}



.comparator-productlist .comaprator-add.btn-primary,.comparator-productlist .comaprator-add.btn-primary.disabled{
    background: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
    padding: 2px 6px;
    margin: 2px auto 12px auto;
    color: #282828!important;
    font-size: 11px;
    font-weight: 600;
}



.comparator-productlist .comaprator-add:hover, .comparator-product>button:hover{
    background: #dfdfdf!important;
    border-color: #dfdfdf!important;
}

.comparator-productlist .comaprator-add.btn-primary.disabled, .comparator-productlist .comaprator-add.btn-primary.disabled:hover{
    background:#dfdfdf!important;
    border-color: #dfdfdf!important;
}

.btn-primary.comparator-btn-go{
    background:#dfdfdf;
    border-color: #dfdfdf;
    color:#282828;
    background-color:#e37c1c!important;
    border-color: #e37c1c !important;
}

.btn-primary.comparator-btn-go:hover{
    background:#282828;
    border-color: #282828;
}

.alert-warning{
    margin:15px;
    width:calc(100% - 30px);
}

@media(max-width:768px){
    #ComapratorModal{
        padding-right: 0!important;
    }
}

@media(max-width:991px){
    #module-comparator-comparator .container{
        width:100%!important;
    }
}

@media(max-width:768px){
    #module-comparator-comparator .remowe.clearfix{
        margin-bottom:8px;
    }
}

@media(max-width:768px){
    #comparator-table{
        overflow-x: scroll;
    }
}