.comparison-widget-categoryContent > ul,
.comparison-info,
.comparison-info-unitInner {
  *zoom: 1;
}

.comparison-widget-categoryContent > ul:before,
.comparison-info:before,
.comparison-info-unitInner:before,
.comparison-widget-categoryContent > ul:after,
.comparison-info:after,
.comparison-info-unitInner:after {
  content: ' ';
  display: table;
}

.comparison-widget-categoryContent > ul:after,
.comparison-info:after,
.comparison-info-unitInner:after {
  clear: both;
}

.table-comparison {
  position: relative;
  top: 0;
  left: 0;
  table-layout: fixed;
  font-size: .8125rem;
  border-bottom: 1px solid #e4e7eb;
}

.table-comparison th,
.table-comparison td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0;

  backface-visibilty: hidden;
}

.table-comparison th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  vertical-align: middle;
  color: #353539;
}

.table-comparison th ul {
  position: relative;
  float: right;
  margin-right: -10px;
}

.table-comparison th ul li {
  position: absolute;
  top: 12px;
  left: 0;
}

.table-comparison th ul li:first-child {
  top: -5px;
}

.table-comparison thead tr:first-child th,
.table-comparison thead tr:first-child td {
  border-top: 0;
}

.table-comparison thead tr:first-child th img,
.table-comparison thead tr:first-child td img {
  pointer-events: none;
}

.table-comparison p {
  position: relative;
}

.table-comparison p .delete-compare {
  display: block;
  position: absolute;
  top: -3px;
  right: -10px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 0 -108px;
  -webkit-transition: -webkit-transform 150ms linear;
          transition:         transform 150ms linear;
}

.table-comparison p .delete-compare:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.table-comparison img {
  display: block;
  width: 100%;
}

.table-comparison input[type='checkbox'] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.table-comparison .comparison-checkbox {
  font-size: .75rem;
  color: #0055a7;
}

.comparison-widget {
  margin-bottom: 15px;
}

.comparison-widget-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 1.125rem;
  color: #0054ab;
  border-bottom: 1px solid #e4e7eb;
}

.comparison-widget-category {
  margin-bottom: 5px;
}

.comparison-widget-categoryTitle {
  margin-bottom: 15px;
  font-size: .9375rem;
  font-weight: bold;
}

.comparison-widget-categoryContent > ul {
  margin: 0 -10px;
}

.comparison-widget-categoryContent > ul > li {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  margin-bottom: 15px;
  padding: 0 10px;
}

.comparison-widget input[type='checkbox'] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.comparison-checkbox {
  display: inline-block;
  width: 20px;
  width: auto !important;
  height: 20px;
  padding-left: 30px;
  cursor: pointer;
  font-size: .8125rem;
  line-height: 1.66;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 -298px;
  -webkit-transition: -webkit-transform 100ms linear;
          transition:         transform 100ms linear;
}

.comparison-checkbox.is-checkedOut {
  width: 20px;
  width: auto;
  height: 20px;
  background-position: 0 -298px;
}

.comparison-checkbox.is-checked {
  width: 20px;
  width: auto;
  height: 20px;
  background-position: 0 -418px;
}

.comparison-info {
  margin-bottom: 30px;
  padding-top: 25px;
  border-top: 1px solid #e4e7eb;
}

.comparison-info-number {
  float: left;
  font-weight: bold;
  line-height: 1;
}

.comparison-info-number > b {
  margin-right: 5px;
  font-size: 1.75rem;
}

.comparison-info-unit {
  position: relative;
  z-index: 2;
  float: right;
}

.comparison-info-unitTitle {
  float: left;
  margin-right: 12px;
  font-size: .8125rem;
  line-height: 30px;
}

.comparison-info-unitContent {
  float: left;
  width: 250px;
}

.btn-quote-comparison {
  display: block;
  margin: 0;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background-color: #0056a8;

  -webkit-appearance: none;
}

.btn-quote-comparison:link,
.btn-quote-comparison:visited {
  color: #fff;
}

.btn-quote-comparison:hover {
  text-decoration: none;
  opacity: .8;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {

  .table-comparison p .delete-compare {
    width: 15px;
    height: 15px;
    background-position: 0 -108px;
    -webkit-background-size: 32px 694px;
            background-size: 32px 694px;
  }

  .comparison-checkbox {
    width: 20px;
    height: 20px;
    background-position: 0 -298px;
    -webkit-background-size: 32px 694px;
            background-size: 32px 694px;
  }

  .comparison-checkbox.is-checkedOut {
    width: 20px;
    height: 20px;
    background-position: 0 -298px;
    -webkit-background-size: 32px 694px;
            background-size: 32px 694px;
  }

  .comparison-checkbox.is-checked {
    width: 20px;
    height: 20px;
    background-position: 0 -418px;
    -webkit-background-size: 32px 694px;
            background-size: 32px 694px;
  }
}

@media screen and (max-width: 800px) {

  .comparison-widget-categoryContent > ul > li {
    width: 33.333%;
  }
}

@media screen and (max-width: 650px) {

  .table-comparison p .delete-compare {
    top: 3;
    right: 0;
  }

  .table-comparison .comparison-checkbox {
    font-size: .6875rem;
  }

  .comparison-widget-title {
    font-size: .9375rem;
  }

  .comparison-widget-categoryTitle {
    font-size: .8125rem;
  }

  .comparison-widget-categoryContent > ul > li {
    width: 50%;
  }

  .comparison-checkbox {
    font-size: .75rem;
  }

  .comparison-info-number {
    float: none;
    margin-bottom: 20px;
  }

  .comparison-info-number > b {
    font-size: 1.25rem;
  }

  .comparison-info-unit {
    float: none;
  }

  .comparison-info-unitTitle {
    font-size: .75rem;
  }

  .comparison-info-unitContent {
    width: 230px;
  }
}
