.cyn-comparison-table{
  margin-bottom:6em;
  border-collapse:collapse;
  border-spacing:0
}
.cyn-comparison-table p,
.cyn-comparison-table ul:not(.wrapper-columns),
.cyn-comparison-table li,
.cyn-comparison-table div {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline
}

.cyn-comparison-table i {
  font-style: normal;
}

.cyn-comparison-table ul {list-style:none}

.cyn-comparison-table p{
  margin: 0 0 1em 0;
  margin-top: 0px;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
  orphans: 3;
  widows: 3}

.cyn-comparison-table::after{/* never visible - this is used in jQuery to check the current MQ */ display:none;content:'mobile'}
.cyn-comparison-table header{padding:0 5% 25px}
.cyn-comparison-table header::after{clear:both;content:"";display:table}
.cyn-comparison-table h2{font-weight:bold}
.cyn-comparison-table .filter{
  cursor:not-allowed;
  -webkit-transition:background-color 0.3s;
  -moz-transition:background-color 0.3s;
  transition:background-color 0.3s
}
.cyn-comparison-table .filter.active{cursor:pointer;background-color:green}
.no-touch .cyn-comparison-table .filter.active:hover{background-color:#4dcc39}
.cyn-table{position:relative;overflow:hidden}

.cyn-table .features{
  /* fixed left column - product properties list */
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  width:150px;
  border-style:solid;
  border-color:#e6e6e6;
  border-top-width:1px;
  border-bottom-width:1px;
  background-color:#fafafa;
  opacity:.95
}
.cyn-table .features::after{
  /* color gradient on the right of .features -  visible while scrolling inside the .cyn-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), transparent);
  opacity:0
}
.cyn-table.scrolling .features::after{opacity:1}

.cyn-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-style:solid;
  border-color:#e6e6e6;
  border-top-width:1px;
  border-bottom-width:1px;
}

.wrapper-columns{width:1200px;margin-left:150px;padding:0}
.wrapper-columns::after{clear:both;content:"";display:table}

.wrapper-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
}
.filtering .wrapper-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)
}
.no-product-transition .wrapper-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;
}
.filtered .wrapper-columns .product:not(.selected){position:absolute}

.features-list li{
  background-color:#fcfcfc;
  padding:25px 40px;
  border-color:#e6e6e6;
  border-style:solid;
  border-top-width:1px;
  border-right-width:1px;
  line-height:16px;
}
.features-list.waterwoo-list li{background-color:#fff}

.cyn-table .tips-tricks .top-info,.tips-tricks .features-list li{background-color:#999}

.cyn-table .features {font-size:.875rem;}
.cyn-table .features .top-info {font-weight:bold;}
/*
.features .features-list li,
.cyn-table .features .top-info {
  font-size:1.2rem;
  font-weight:bold;
  line-height:14px;
  padding:25px 10px;
  text-align:left
} */

.features .features-list li{
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden
}

.wrap{overflow:hidden;white-space:nowrap}
.wrap:hover,.features .features-list li:hover{overflow:visible;white-space:initial}

@font-face{font-family:'icomoon';font-display:auto;src:url('../fonts/icomoon.eot');src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),url('../fonts/icomoon.woff') format('woff'),url('../fonts/icomoon.ttf') format('truetype'),url('../fonts/icomoon.svg?#icomoon') format('svg');font-weight:normal;font-style:normal}

.icon:before{font-family:'icomoon';margin:0;padding:0;line-height:0}
.yes .icon:before{color:green;content:'\e606'}
.no .icon:before{color:red;content:'\e605'}
.features-list.pdfink li{background-color:#fff}

.cyn-table .top-info{
  position:relative;
  height:177px;
  width:150px;
  text-align:center;
  padding:1.25em 2.5em;
  border-color:#e6e6e6;
  border-style:solid;
  border-right-width:1px;
  -webkit-transition:height 0.3s;
  -moz-transition:height 0.3s;
  transition:height 0.3s;
  cursor:pointer;
  background:#fcfcfc
}
.cyn-table .pdfink .top-info{background:#fff}
.cyn-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), transparent);
  opacity:0
}
.cyn-table .top-info img{
  display:block;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}
.cyn-table .top-info h3, .cyn-table .top-info img{
  -webkit-transition:-webkit-transform 0.3s;
  -moz-transition:-moz-transform 0.3s;
  transition:transform 0.3s
}
.cyn-table .top-info .check{
  position:relative;
  display:inline-block;
  height:16px;
  width:16px;
}
.cyn-table .top-info .check::after, .cyn-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%
}
.cyn-table .top-info .check::before{
  /* green circle dot */
  border-radius:50%;
  border:1px solid #aaa;
  background:#ffffff;
  -webkit-transition:background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
  -moz-transition:background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
  transition:background-color 0.3s, transform 0.3s, border-color 0.3s
}
.cyn-table .top-info .check::after{
  background:url(../img/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
}

.cyn-table .features .top-info{
  /* models */
  width:150px;
  cursor:auto;
  background:#fafafa
}
.cyn-table .selected .top-info .check::before{
  /* green circle dot */
  background:green;
  border-color:green;
  -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.3s;
  -moz-animation:cd-bounce 0.3s;
  animation:cd-bounce 0.3s
}

@-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)
  }
}
.cyn-table .selected .top-info .check::after{opacity:1}
.table-navigation a{
  position:absolute;
  z-index:2;
  top:0;
  right:15px;
  -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:rgba(64, 64, 66, 0.8) url("../img/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
}
.table-navigation a.inactive{opacity:0;visibility:hidden}
.table-navigation a.prev{
  left:150px;
  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)
}
.no-touch .table-navigation a:hover{background-color:#404042}

/* -------------------------------- 

No JS

-------------------------------- */
.no-js .actions{display:none}
.no-js .cyn-table .top-info{height:145px}
.no-js .wrapper-columns .check{display:none}


@media only screen and (min-width:1170px){
  .cyn-comparison-table{margin-bottom:8em}
  .cyn-comparison-table::after{ /* never visible - this is used in jQuery to check the current MQ */ content:'desktop'}
  .cyn-comparison-table header{padding:0 5% 40px}
  .cyn-comparison-table h2{font-size:2.4rem}
  .cyn-table .features{width:250px}
  .wrapper-columns{width:2480px;margin-left:250px}
  .wrapper-columns .product{width:330px}
  .features-list li.rate{padding:22px 0}
  .features .features-list li,
  .cyn-table .features .top-info{text-transform:uppercase;line-height:16px;padding:25px 20px;letter-spacing:1px}
  .cyn-table .top-info{width:330px}
  .cyn-table .features .top-info{width:250px}
  .cyn-table.top-fixed .wrapper-columns > li,
  .cyn-table.top-scrolling .wrapper-columns > li,
  .cyn-table.top-fixed .features,
  .cyn-table.top-scrolling .features{padding-top:160px}
  .cyn-table.top-fixed .top-info,
  .cyn-table.top-scrolling .top-info{height:160px;position:fixed;top:0}
  .no-cssgradients .cyn-table.top-fixed .top-info, .no-cssgradients
  .cyn-table.top-scrolling .top-info{border-bottom:1px solid #e6e6e6}
  .cyn-table.top-fixed .top-info::after,
  .cyn-table.top-scrolling .top-info::after{opacity:1}
  .cyn-table.top-scrolling .top-info{position:absolute}
  .table-navigation a{
    -webkit-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -ms-transform:translateY(100px);
    -o-transform:translateY(100px);
    transform:translateY(100px);
  }
  .table-navigation a.prev{
    left:250px;
    -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);
  }
  .top-fixed .table-navigation a{position:fixed}
  .top-fixed .table-navigation a, .top-scrolling .table-navigation a{
    -webkit-transform:translateY(45px);
    -moz-transform:translateY(45px);
    -ms-transform:translateY(45px);
    -o-transform:translateY(45px);
    transform:translateY(45px);
  }
  .top-fixed .table-navigation a.prev, .top-scrolling .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 .cyn-table .top-info{
    height:248px;
  }
}
