/* line 3, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-comparison-table {
  /*margin-bottom: 6em;*/
}

/* line 8, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-comparison-table::after {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}

/* line 13, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-comparison-table header {
  /*padding: 0 5% 25px;*/
  padding:20px 5% 25px;
}

/* line 16, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-comparison-table header::after {
  clear: both;
  content: "";
  display: table;
}

/* line 21, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-comparison-table h2 {
  float: left;
  font-weight: bold;
}

/* line 25, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-comparison-table .actions {
  float: right;
}

/* line 28, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
  font-size: 1.4rem;
}

/* line 31, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-comparison-table .reset {
  position: relative;
  font-family: "GillSans", Verdana, sans-serif;
  color: #70afb0;
  font-size: 17px;
  line-height: 20px;
  text-decoration: underline !important;
  display: inline-block;
  padding-right: 15px;
}

/* line 41, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-comparison-table .filter {
  padding: .6em 1.5em;
  color: #fff;
  background-color: #ddd;
  border-radius: 3px;
  margin-left: 1em;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 52, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-comparison-table .filter.active {
  cursor: pointer;
  background-color: #70afb0;
  color: #fff;
}

/* line 57, ../../../sass/vendor/compare-table/compare-table.scss */
.no-touch .cd-products-comparison-table .filter.active:hover {
  background-color: #a7cea1;
}

@media only screen and (min-width: 1170px) {
  /* line 61, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-comparison-table {
    margin-bottom: 8em;
  }

  /* line 64, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }

  /* line 68, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-comparison-table header {
    padding: 0 5% 40px;
  }

  /* line 71, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-comparison-table h2 {
    font-size: 2.4rem;
  }

  /* line 74, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
    font-size: 1.6rem;
  }

  /* line 77, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-comparison-table .filter {
    padding: .6em 2em;
    margin-left: 1.6em;
  }
}
/* line 83, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table {
  position: relative;
  overflow: hidden;
}

/* line 88, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .features {
  /* fixed left column - product properties list */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 120px;
  border: 0px;
  background-color: #fafafa;
  opacity: .95;
}

/* line 103, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .features::after {
  /* color gradient on the right of .features -  visible while scrolling inside the .cd-products-table */
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 4px;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0));
  opacity: 0;
}

@media only screen and (min-width: 1170px) {
  /* line 117, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-table .features {
    width: 210px;
  }
}
/* line 122, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table.scrolling .features::after {
  opacity: 1;
}

/* line 126, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-wrapper {
  overflow-x: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  border: 0;
}

/* line 137, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-columns {
  /* products list wrapper */
  width: 1200px;
  margin-left: 120px;
}

/* line 142, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-columns::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 1170px) {
  /* line 148, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-columns {
    width: 2480px;
    margin-left: 210px;
  }
}
/* line 154, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-columns .product {
  position: relative;
  float: left;
  width: 150px;
  text-align: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

/* line 163, ../../../sass/vendor/compare-table/compare-table.scss */
.filtering .cd-products-columns .product:not(.selected) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* line 172, ../../../sass/vendor/compare-table/compare-table.scss */
.no-product-transition .cd-products-columns .product.selected {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

/* line 177, ../../../sass/vendor/compare-table/compare-table.scss */
.filtered .cd-products-columns .product:not(.selected) {
  position: absolute;
}

@media only screen and (min-width: 1170px) {
  /* line 181, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-columns .product {
     /*width: 310px;*/
    width:240px;
  }
}
/* line 186, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-features-list li {
  /*font-size: 1.4rem;*/
  font-size:15px;
  font-weight: bold;
  padding: 0px 10px;
  /*height: 100px;*/
  height:70px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: table;
  width: 100%;
}
/* line 203, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-features-list li span {
  /*display: table-cell;*/
  display:block;
  height:58px;
  padding-top:14px;
  overflow:hidden;
  vertical-align: middle;
  text-align: center;
  font-size:15px;
}

/* line 210, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-features-list li.rate {
  /* rating stars */
  padding: 21px 0;
}

/* line 214, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-features-list li.rate span {
  display: inline-block;
  height: 22px;
  width: 110px;
  background: url(../../img/common/cd-star.svg);
  color: transparent;
}

@media only screen and (min-width: 1170px) {
  /* line 222, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-features-list li {
    font-size: 1.6rem;
    /*height: 74px;*/
    height:58px;
  }

  /* line 226, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-features-list li.rate {
    padding: 22px 0;
  }
}
/* line 231, ../../../sass/vendor/compare-table/compare-table.scss */
.features .cd-features-list li,
.cd-products-table .features .top-info {
  /* fixed left column - items */
  /*font-size: 1.6rem;*/
  font-size:15px;
  font-weight: bold;
  /* set line-height value equal to font-size of text inside product cells */
  line-height: 22px;
  width: 120px;
  /*height: 100px;*/
  height:70px;
  background: #70afb0;
  color: #fff;
  text-align: left;
}

@media only screen and (min-width: 1170px) {
  /* line 246, ../../../sass/vendor/compare-table/compare-table.scss */
  .features .cd-features-list li,
  .cd-products-table .features .top-info {
    line-height: 22px;
    padding: 0 20px;
    letter-spacing: 1px;
    /*height: 74px;*/
    height:58px;
    display: table;
    width: 100%;
  }
  /* line 256, ../../../sass/vendor/compare-table/compare-table.scss */
  .features .cd-features-list li span,
  .cd-products-table .features .top-info span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
  }
}
/* line 265, ../../../sass/vendor/compare-table/compare-table.scss */
.features .cd-features-list li {
  /* truncate text with dots */
  overflow: hidden;
}

/* line 273, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .top-info {
  position: relative;
  /*height: 100px;*/
  height:70px;
  width: 150px;
  text-align: center;
  padding: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background-color: #ffffff;
  display: table;
  cursor: pointer;
}

/* line 289, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .top-info::after {
  /* color gradient below .top-info -  visible when .top-info is fixed */
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 4px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0));
  opacity: 0;
}

/* line 302, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .top-info h3 {
  font-weight: bold;
  /*font-size: 1.4rem;*/
  font-size:18px;
  /*line-height: 1.4;*/
  display: table-cell;
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
  color:#70afb0;
}

/* line 314, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .top-info img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
}

/* line 321, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .top-info h3, .cd-products-table .top-info img {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

/* line 326, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .top-info .check {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-bottom: 3px;
}

/* line 334, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .top-info .check::after, .cd-products-table .top-info .check::before {
  /* used to create the check icon and green circle dot - visible when product is selected */
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
}

/* line 343, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .top-info .check::before {
  /* green circle dot */
  border-radius: 50%;
  border: 1px solid #70afb0;
  background: #ffffff;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, -moz-transform 0.2s, border-color 0.2s;
  transition: background-color 0.2s, transform 0.2s, border-color 0.2s;
}

/* line 352, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .top-info .check::after {
  /* check icon */
  background: url(../../img/common/cd-check.svg) no-repeat center center;
  background-size: 24px 24px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (min-width: 1170px) {
  /* line 362, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-table .top-info {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    /*height: 100px;*/
    height:70px;
    /*width: 310px;*/
    width:240px;
  }

  /* line 369, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-table .top-info h3 {
    /*font-size: 1.6rem;*/
    margin: 0;
    font-size:18px;
    color:#70afb0;
  }
}
/* line 379, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .features .top-info {
  /* models */
  width: 120px;
  cursor: auto;
  background: #70afb0;
  color: #fff;
  display: table;
  height: 100px;
}
/* line 388, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .features .top-info span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size:18px;
}

@media only screen and (min-width: 1170px) {
  /* line 395, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-table .features .top-info {
    width: 210px;
    /*height: 100px;*/
    height:70px;
  }
}
/* line 403, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .selected .top-info .check::before {
  /* green circle dot */
  background: #70afb0;
  border-color: #70afb0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-animation: cd-bounce 0.2s;
  -moz-animation: cd-bounce 0.2s;
  animation: cd-bounce 0.2s;
}

@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: scale(1);
  }
  60% {
    -moz-transform: scale(1.6);
  }
  100% {
    -moz-transform: scale(1.5);
  }
}
@keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/* line 462, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-products-table .selected .top-info .check::after {
  /* check icon */
  opacity: 1;
}

@media only screen and (min-width: 1170px) {
  /* line 468, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-table.top-fixed .cd-products-columns > li,
  .cd-products-table.top-scrolling .cd-products-columns > li,
  .cd-products-table.top-fixed .features,
  .cd-products-table.top-scrolling .features {
    padding-top: 160px;
  }

  /* line 475, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-table.top-fixed .top-info,
  .cd-products-table.top-scrolling .top-info {
    height: 100px;
    position: fixed;
    top: 55px;
    border-bottom: 1px solid #666;
  }

  /* line 483, ../../../sass/vendor/compare-table/compare-table.scss */
  .no-cssgradients .cd-products-table.top-fixed .top-info, .no-cssgradients
  .cd-products-table.top-scrolling .top-info {
    border-bottom: 1px solid #e6e6e6;
  }

  /* line 487, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-table.top-fixed .top-info::after,
  .cd-products-table.top-scrolling .top-info::after {
    opacity: 1;
  }

  /* line 499, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-table.top-fixed .top-info img,
  .cd-products-table.top-scrolling .top-info img {
    -webkit-transform: translateY(-62px) scale(0.4);
    -moz-transform: translateY(-62px) scale(0.4);
    -ms-transform: translateY(-62px) scale(0.4);
    -o-transform: translateY(-62px) scale(0.4);
    transform: translateY(-62px) scale(0.4);
  }

  /* line 508, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-products-table.top-scrolling .top-info {
    position: absolute;
  }
}
/* line 512, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-table-navigation a {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0px;
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
  /* replace text with image */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 60px;
  width: 40px;
  background: #70afb0 url("img/common/cd-arrow.svg") no-repeat center center;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
}

/* line 535, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-table-navigation a.inactive {
  opacity: 0;
  visibility: hidden;
}

/* line 539, ../../../sass/vendor/compare-table/compare-table.scss */
.cd-table-navigation a.prev {
  left: 110px;
  right: auto;
  -webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
  -moz-transform: translateY(55px) translateX(15px) rotate(180deg);
  -ms-transform: translateY(55px) translateX(15px) rotate(180deg);
  -o-transform: translateY(55px) translateX(15px) rotate(180deg);
  transform: translateY(55px) translateX(15px) rotate(180deg);
}

/* line 548, ../../../sass/vendor/compare-table/compare-table.scss */
.no-touch .cd-table-navigation a:hover {
  background-color: #404042;
}

@media only screen and (min-width: 1170px) {
  /* line 552, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-table-navigation a {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }

  /* line 559, ../../../sass/vendor/compare-table/compare-table.scss */
  .cd-table-navigation a.prev {
    left: 210px;
    -webkit-transform: translateY(100px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(100px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(100px) translateX(15px) rotate(180deg);
    -o-transform: translateY(100px) translateX(15px) rotate(180deg);
    transform: translateY(100px) translateX(15px) rotate(180deg);
  }

  /* line 567, ../../../sass/vendor/compare-table/compare-table.scss */
  .top-fixed .cd-table-navigation a {
    position: fixed;
  }

  /* line 570, ../../../sass/vendor/compare-table/compare-table.scss */
  .top-fixed .cd-table-navigation a, .top-scrolling .cd-table-navigation a {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -o-transform: translateY(45px);
    transform: translateY(45px);
  }

  /* line 577, ../../../sass/vendor/compare-table/compare-table.scss */
  .top-fixed .cd-table-navigation a.prev, .top-scrolling .cd-table-navigation a.prev {
    -webkit-transform: translateY(45px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(45px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(45px) translateX(15px) rotate(180deg);
    -o-transform: translateY(45px) translateX(15px) rotate(180deg);
    transform: translateY(45px) translateX(15px) rotate(180deg);
  }
}
/* -------------------------------- 

No JS

-------------------------------- */
/* line 591, ../../../sass/vendor/compare-table/compare-table.scss */
.no-js .actions {
  display: none;
}

/* line 595, ../../../sass/vendor/compare-table/compare-table.scss */
.no-js .cd-products-table .top-info {
  height: 145px;
}

@media only screen and (min-width: 1170px) {
  /* line 599, ../../../sass/vendor/compare-table/compare-table.scss */
  .no-js .cd-products-table .top-info {
    height: 248px;
  }
}
/* line 604, ../../../sass/vendor/compare-table/compare-table.scss */
.no-js .cd-products-columns .check {
  display: none;
}
