.reviewDash {
    width: 100%;
    margin: 0 auto;
}
.reviewDash ul {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 20px !important;
}
.reviewDash ul li svg {
    margin-right: 7px;
}
.reviewDash ul li span {
    font-size: 16px !important;
}
.prosTitle,
.reviewDash p {
    margin-bottom: 0 !important;
}
.reviewTitle {
    font-size: 20px !important;
    margin-bottom: 0 !important;
}
.cd-products-wrapper::-webkit-scrollbar {
    display: none;
}
.top-info img {
    margin: 0 auto;
    max-height: 80%;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
}
.productName {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 17px;
}
.cd-products-comparison-table ul,
.cd-products-comparison-table ol,
.cd-products-comparison-table li {
    list-style: none;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.cd-products-comparison-table {
    overflow: hidden;
    margin-bottom: 1em;
}
.cd-products-comparison-table header {
    padding: 0 5% 40px;
}
.cd-products-comparison-table header::after {
    clear: both;
    content: "";
    display: table;
}
.cd-products-comparison-table h2 {
    float: left;
    font-size: 2.4rem;
}
.cd-table-navigation {
    margin-bottom: 0;
}
.cd-products-table {
    position: relative;
    overflow: hidden;
}
.cd-products-table .features {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 125px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #fafafa;
    opacity: 0.95;
    border-width: 1px;
}
.cd-products-table .features::after {
    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;
}
.cd-products-table.scrolling .features::after {
    opacity: 1;
}
.cd-products-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-style: solid;
    border-color: #e6e6e6;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.cd-products-columns {
    width: 1550px;
    margin-left: 110px;
    margin-bottom: 0;
}
.cd-products-columns::after {
    clear: both;
    content: "";
    display: table;
}
.cd-products-columns .product {
    position: relative;
    float: left;
    width: 310px;
    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;
    border-color: #e6e6e6;
    border-style: solid;
    border-right-width: 1px;
}
.cd-products-columns .product .top-info {
    margin: 0 auto;
    border: none;
}
.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);
}
.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;
}
.filtered .cd-products-columns .product:not(.selected) {
    position: absolute;
}
.cd-features-list li {
    padding: 15px 40px;
    border-color: #e6e6e6;
    border-style: solid;
    border-top-width: 1px;
    line-height: 16px;
}
.features ul li:last-child {
    padding-bottom: 39px !important;
}
.cd-features-list li.rate {
    padding: 15px 0;
}
.cd-features-list li.rate span {
    display: inline-block;
    height: 16px;
    width: 110px;
    background: url(../img/cd-star.svg);
    color: transparent;
}
.features .cd-features-list li,
.cd-products-table .features .top-info {
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    font-family: "Poppins", sans-serif;
    line-height: 16px;
    padding: 15px 20px;
    letter-spacing: 1px;
}
.features .cd-features-list li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cd-products-table .top-info {
    position: relative;
    height: 177px;
    text-align: center;
    padding: 15px 20px;
    border-color: #e6e6e6;
    border-style: solid;
    border-right-width: 1px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    background: #fff;
}
.cd-products-table .top-info::after {
    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;
}
.cd-products-table .top-info h3,
.top-info h3 span {
    padding: 5px 0 0.625em;
    margin: 0;
    font-size: 1rem;
}
.cd-products-table .top-info img {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.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;
}
.cd-products-table .top-info .check {
    position: relative;
    display: inline-block;
    height: 225px;
    width: 310px;
    margin: 0 auto 1em;
    margin-bottom: 1.5em;
}
.cd-products-table .top-info .check::after,
.cd-products-table .top-info .check::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}
.cd-products-table .top-info .check::before {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #fff;
    -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;
}
.cd-products-table .features .top-info {
    cursor: auto;
    background: #fafafa;
    border: none;
}
.cd-products-table .selected .top-info .check::before {
    background: #9dc997;
    border-color: #9dc997;
    -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);
    }
}
.cd-products-table .selected .top-info .check::after {
    opacity: 1;
}
@media only screen and (min-width: 1170px) {
    .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;
    }
    .cd-products-table.top-fixed .top-info,
    .cd-products-table.top-scrolling .top-info {
        height: 160px;
        position: fixed;
        top: 0;
    }
    .no-cssgradients .cd-products-table.top-fixed .top-info,
    .no-cssgradients .cd-products-table.top-scrolling .top-info {
        border-bottom: 1px solid #e6e6e6;
    }
    .cd-products-table.top-fixed .top-info::after,
    .cd-products-table.top-scrolling .top-info::after {
        opacity: 1;
    }
    .cd-products-table.top-fixed .top-info h3,
    .cd-products-table.top-scrolling .top-info h3 {
        -webkit-transform: translateY(-116px);
        -moz-transform: translateY(-116px);
        -ms-transform: translateY(-116px);
        -o-transform: translateY(-116px);
        transform: translateY(-116px);
    }
    .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);
    }
    .cd-products-table.top-scrolling .top-info {
        position: absolute;
    }
}
.cd-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);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    height: 60px;
    width: 40px;
    background: rgba(64, 64, 66, 0.8) url(https://sprintkitchen.com/wp-content/uploads/2019/12/table-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;
}
.cd-table-navigation a.inactive {
    opacity: 0;
    visibility: hidden;
}
.cd-table-navigation a.prev {
    left: 120px;
    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 .cd-table-navigation a:hover {
    background-color: #404042;
}
.no-js .actions {
    display: none;
}
.no-js .cd-products-table .top-info {
    height: 145px;
}
@media only screen and (min-width: 1170px) {
    .no-js .cd-products-table .top-info {
        height: 225px;
    }
}
.no-js .cd-products-columns .check {
    display: none;
}

/*---------------Comparison Table---------------*/

table, tbody, tr, td {
    position: relative;
    z-index: 0;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
th, td {
    vertical-align: top;
    border-bottom:none;
    width:100%;
}

th{
  padding:13px 0!important;
}

td {
    padding:20px 0!important;
    width:90%;
}

th{
  font-weight: 500;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  color:#545454;
  background: #f6f4f2;
}

tr{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.table-head{
  display: none;
}

.comparison-table{
  margin:0;
}

.product-image img{
  max-height:175px;
  height:auto;
  position: relative;
  z-index: -1;
  display: block;
  margin:0 auto;
}

.badge-wrapper{
  position: absolute;
  top: 20px;
}

.badge{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fc6448;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-pick{
  font-family: 'Lora', sans-serif;
  color: #fc6448;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.row-flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.score{
  margin-right:15px;
  width:20%;
}

.single-chart {
  width: 20%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  max-height: 250px;
  stroke:#fc6448;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 7%;
}

.circle {
  fill: none;
  stroke-width: 7%;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.features{
  margin:0;
}

.row-flex, .snippet, .features{
  margin-bottom: 15px;
}

.best-price, .price, .snippet, .features{
  font-size:16px;
  color: #000c;
}

.best-price, .price, .shop{
  text-align: center;
  margin: 15px 0 0 0;
}

.best-price, .snippet{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.price{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.product-name{
  font-weight: 400;
  font-size: 20px;
  font-family: 'Lora', serif;
  color:#545454;
  letter-spacing: 1px;
}

.shop-col{
  padding-top:0!important;
  vertical-align:middle;
  border-bottom:1px solid #ececec!important;
}

/*---------------Affiliate Block---------------*/

.review-row {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.review-col{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    margin: 15px;
    justify-content: center;
    align-items: center;
}

.reviewDash {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    margin-top: 20px;
}
.reviewDash ul {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 20px !important;
}
.reviewDash ul li svg {
    margin-right: 7px;
}
.reviewDash ul li span {
    font-size: 16px !important;
}
.review-title{
  display: flex;
  margin:1.5em 0 0.5em 0;
  border-top:1px solid #ececec;
  padding-top:20px;
  width:100%;
}

.review-score{
  margin-right:15px;
  width:20%;
}

.review-product-name{
  margin:auto 0;
}
.review-product-name h3{
  margin:0!important;
}

.img-container {
  position: relative;
  width: 100%;
}

.img-container img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.see-more-imgs {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img-container:hover img {
  opacity: 0.3;
}

.img-container:hover .see-more-imgs {
  opacity: 1;
}

.see-more-imgs .btn{
  background:#fc6448!important;
}

.review-pros, .review-cons {
  font-size: 20px!important;
  margin-bottom: 8px!important;
}
.reviewDash ul li span{
  vertical-align:text-bottom;
}

.price-comparison-table tr{
  flex-direction: row;
}

.compare-prices, .available-at{
  text-align: left;
  margin-left: 15px;
}

.compare-prices{
  margin-bottom:8px;
}

.available-at{
  font-size:13px;
}

.store, .store-price{
  margin-left:15px;
}

.store-price{
  font-weight:400;
}

.store-buy{
  text-align: right;
  margin-right:15px;
}

.blank{
  display: none;
}

@media screen and (min-width: 1024px) {

  th, td {
      border-bottom:1px solid #ececec;
  }

  td{
    width:100%;
  }

  .table-head, tr{
    display: table-row;
  }

  .comparison-table{
    margin:0 -8%;
  }

  .score{
    width:20%;
  }

  .shop-col{
    padding-top:20px;
  }

  .review-row {
    display: flex;
  }

  .reviewDash{
    margin-top: 0px;
    padding: 0 20px;
  }

  .review-score{
    width:12%;
  }

  .price-comparison-table tr{
    flex-direction: column;
  }

  .blank{
    display: table-cell;
  }

}
