.compare-wrapper .page-content {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}

.compare-wrapper .flat-menu-wrapper {
  margin-top: 40px;
}
.compare-wrapper .flat-menu {

}

.tabs {}

/* tabs */


.tabs-headings-outer {
  position: sticky;
  top: 55px;
  background: #ffffff;
  z-index: 12;
}

.tabs-headings {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 266px;

}

.tabs-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #F7F7F7;
  padding: 25px 10px 0 10px;

}
.tabs-nav a {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  color: #414040;
  background: #ffffff;
  border: 1px solid #F7F7F7;
  border-radius: 21px;
  padding: 6px 20px;
  transition: 0.5s;
  margin-bottom: 10px;
  max-height: 66px;
  overflow: hidden;

  display: none;

}
.tabs-nav a.is-active {
  color: #00B897;
  background: #F7F7F7;
  border: 1px solid #00B897;
}
.tabs-nav a:hover{
  color: #00B897;
  background: #F7F7F7;
  border: 1px solid #00B897;
  transition: 0.5s;
}

.compare-link-category-plus {
  display: none;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.compare-link-category-plus span:before {
  font-family: 'Font Awesome 6';
  content: "\f111";
  font-style: normal;
  font-weight: 900;
  font-size: 5px;
  line-height: 5px;
  color: #8D8D8D;
}


/* comparison__table__header */

.comparison__table__header {
  position: sticky;
  top: 55px;
  background: #ffffff;
  z-index: 2;
  padding-bottom: 0;
}

.comparison__header__row,
.comparison__body__row {
  display: flex;
}

                        .header__row__left,
                        .body__row__left{
                          flex: 0 1 20%;
                          width: 20%;
                          max-width: 100%;
                        }

.header__row__left{
  background: #F7F7F7;
  padding: 10px 0 10px 10px;

}

.body__row__left,
.body__row__right {
  padding-top: 0;
}

.header__row__left:after,
.body__row__left:after {
  content: '';
  position: absolute;
  top:0;
  right: -15px;
  width: 15px;
  z-index: 1;

  background: rgba(0, 0, 0, 0.5);
  box-shadow: -15px 0 15px rgba(255, 255, 255, 0.98) inset;
  opacity: 0.4;
}

.header__row__left:after{
  bottom: -10px;
}
.body__row__left:after {
  bottom: 0;
}



                                    .header__row__right,
                                    .body__row__right {
                                      flex: 0 1 79%;
                                      width: 79%;
                                      margin-left: 1%;
                                      max-width: 100%;

                                    }

.comparison__params__select {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 10px;

/*  box-shadow: 20px 0px 40px -30px rgba(0, 0, 0, 0.25);*/
/*  border-right: 1px solid #edeef0;*/
}
.comparison__params__input {
  margin-top: 10px;
  background-color: #ffffff;
  padding: 8px 5px;
}

/* slick */

/* hack page loading */
.js-slick-compare-product-slide{display:none;}
.js-slick-compare-product-slide.slick-initialized{display:block;}



.compare-wrapper .slick-list {
  /*margin: 0 -10px;*/
}

.compare-wrapper .slick-track {
  margin-left: 0;
}

.compare-wrapper .slick-prev {
  left: 0;
  z-index: 1;
  opacity: 0;
}
.compare-wrapper .slick-next {
  right: 0;
  z-index: 1;
  opacity: 0;
}
.compare-wrapper ul.slick-compare-product:hover .slick-prev,
.compare-wrapper ul.slick-compare-product:hover .slick-next {
  opacity: 1;
  transition: 0.5s;
}


.carousel__list li {
  padding: 0 3px 0 10px;
  margin-bottom: 20px;
}

/* products */
.compare-product {
  padding: 0;
  border: 1px solid #414040;
}

.compare-product-delete {
  position: absolute;
  top: -1px;
  right:1px;
  z-index: 2;
}
.delete-from-compare::after {
  font-family: 'Font Awesome 6';
  content: "\f2d3";
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  color: #F7748B;
}
.compare-product figure {
  min-height: 198px;
  border-bottom: 1px solid #414040;
}

.compare-product figure img {
  height: auto;
  width: 100%;
  max-height: 210px;
  margin: 0 auto;
  transition: 0.5s;
  font-size: 10px;
}
.compare-product figure img:hover{
  opacity: 0.9;
  transition: 0.5s;
}
.compare-product-info {
  padding: 0 10px;
}

.compare-product-title {
  font-size: 12px;
  line-height: 18px;
  color: #2D2D2D;
  margin-bottom: 10px;
  height: 36px;
  overflow: hidden;
}

.compare-product-price {
  display: flex;
  justify-content: space-between;
}

.compare-product-price .normal-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #414040;
}
.compare-product-price .old-price {
  font-size: 12px;
  line-height: 21px;
  text-decoration-line: line-through;
  color: #ACACAC;
}

.compare-product-add-cart {
  text-align: center;
  margin: 5px 0;
}

.compare-product-add-cart a {
  height: 30px;
  display: inline-flex;
  padding: 0 15px;
  font-size: 12px;

}


/* params  */

.comparison__params__list {
/*  border-right: 1px solid #edeef0;*/
}
.comparison__params__list .comparison__table__row:nth-child(odd) {
  background: #F7F7F7;

}



.comparison__table__body .comparison__table__row {
  border-top: 1px solid #ffffff;
  position: relative;
  min-height: 54px;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #414040;
  background: #ffffff;

  display: flex;
  flex-direction: column;
  justify-content: center;

}
.comparison__table__body .comparison__table__row:nth-last-child(1) {
  border-bottom: 1px solid #edeef0;
}
/* info */
.compare-option-wrapper {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
.compare-option-info-ico {
  height: 20px;
  width: 25px;
}
.compare-option-info-ico::before {
  font-family: 'Font Awesome 6';
  content: "\f30f";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #CBCBCB;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.compare-option-info-ico:hover::before {
  content: "\f30f";
  font-weight: 600;
  color: #00B897;
  transition: all 0.5s;
}
.compare-option-info-ico:hover .bubble-box {
  visibility: visible;
  opacity: 1;
}

.compare-option-info-ico .bubble-box {
  opacity: 0;
  visibility: hidden;
  width: 340px;
  position: absolute;
  left: 100%;
  bottom: 100%;
  z-index: 25;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 20px 20px 20px 0;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  transition: all 0s;
  white-space: normal;
}

.compare-option-wrapper .bubble-box::after {
  border: none;
}



/* value */


.compare-prop-slide .comparison__table__row:nth-child(odd) {
  background: #F7F7F7;

}

.comparison__body__row ul li {
  padding: 0 3px 0 10px;
}

.compare-prop-slide .comparison__table__row {
  text-align: center;
  padding: 10px;
}

.comparison__product {
/*  margin-left: -2.2rem;
  margin-right: -2.2rem; */
}