/**
* 2017 TerraNet
*
* NOTICE OF LICENSE
*
* @author    TerraNet
* @copyright 2017 TerraNet
* @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
*/

/* #add-to-compare-or-refuse {
  margin: 30px 0;
} */

.compare_page_title {
  padding: 15px 0;
}

/* #add-to-compare-or-refuse .compare-link-page {
  display: none;
} */

#_desktop_compare #compare-header-info {
  margin-left: .9375rem;
  margin-right: .9375rem;
  margin-top: .9375rem;
  text-align: right;
  white-space: nowrap;
}

#_mobile_compare {
  padding: .625rem;
}

.product-add-to-compare {
  position: relative;
  display: inline-block;
}

.pop-up-notice {
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
}

.pop-up-notice p.alert {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.compare-feature-product {
  position: relative;
}

.remove-from-compare {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 5;
  color: #000;
}

.table.feature-compare {
  padding-bottom: 20px;
}

.product_detail_info td:first-child {
  min-width: 180px;
}

.product_detail_info td {
  background: #fff;
}

.compare-404 {
  min-height: 370px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.table.feature-compare td,
.table.feature-compare th {
  padding: 0.35rem;
  border-top: none;
}

.table.feature-compare .items,
.table.feature-compare .name_feature {
  position: relative;
}

.table.feature-compare .items td {
  vertical-align: middle;
}

.table.feature-compare .name_feature {
  background: #fff;
}

.features-box .page-header {
  margin-top: 24px;
  margin-bottom: 19px;
}

#compare-header-info.hidden {
  display: none;
}

.compare-page .no-compare {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  background: #fff;
  padding: 1rem;
  font-size: .875rem;
  color: #7a7a7a;
  margin: 30px 0;
}
