.compares {
    padding: 60px 0 0 0;
}

.compare-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.compare {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
    position: relative;
}

.compare--static {
    background-color: #fff;
    border-radius: 5px;
    box-shadow:  0 0 15px rgba(0,0,0,0.16);
}

.compare--model {
    background-color: #EBEBEB;
    border: 2px dashed #C9C9C9;
}

.compare--static,
.compare--model,
.first-prod-deets,
.compare-item > div {
    height: 100%;
}

.compare__grey {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    min-height: 100px;
}

.compare__grey a  {
    color: #C9C9C9;
    font-size: 20px;
    padding: 0;
}

.compare__details {
    text-align: center;
    padding: 23px 20px 18px;
}

.compare__details h4  {
    font-size: 20px;
    padding: 0 0 15px 0;
}

.compare__img {
    width: 100%;
}

.compare__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
       width: 100%;
    height: 100%;
}

.compare-page__close,
.compare__selected {
    position: absolute;
    top: -23px;
    width: 47px;
    height: 47px;
    right: 0;
    background-color: #fff;
    box-shadow:  0 0 6px rgba(0,0,0,0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 40px;
    font-weight: 300;
    line-height: 1em;
}

.compare-page__close {
    background-color: #fc0;
    padding-left: 2px;
    padding-bottom: 4px;
}

.compare__selected {
    width: unset;
    height: 36px;
    top: -18px;
    background-color: var(--yellow);
    border-radius: 5px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 700;
}

.compare-item {
    margin-bottom: 47px;
}

.fx-compare-spec-wrapper {
    padding-bottom: 0;
}

.fx-compare-spec-wrapper__heading {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -2rem;
}

@media (min-width: 1200px) {
    .fx-compare-spec-wrapper__heading {
        margin-bottom: -4.5rem;
    }
}

.fx-compare-spec-wrapper__top,
.fx-compare-spec-wrapper__content {
    padding-left: 0px;
    padding-right: 0px;
}

.fx-compare-spec-wrapper__content {
    padding-top: 0;
    padding-bottom: 0;
}

.compare-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    padding-left: 5px;
    font-weight: 700;
}

.compare-box {
    margin: 0;
    width: 100%;
    background-color: var(--light-gray);
    padding: 20px;
}

.fx-compare-full-wrapper {
    background-color: #fff;
}

.fx-compare-full-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.fx-compare-sel-btn.compare__selected {
    background-color: #fc0;
}

.fx-compare-full-wrapper .nested-accordion-area {
    margin: 0;
}

.fx-compare-full-wrapper .nested-accordion .comment {
    border: 2px solid #ebebeb;
    margin-bottom: 1rem;
    padding: 0;
}

.compare-margin {
    margin-top: 18px;
}

@media (min-width: 768px) {
    .compare-page__close img {
        width: 18px;
    }

    .compare-margin {
        margin-top: 0;
    }

    .fx-compare-full-wrapper .nested-accordion .comment {
        padding: 0 10px;
    }
}

@media (min-width: 1200px) {
    .compares {
        padding: 95px 0 0 0;
    }

    .compare-page__close img {
        width: 18px;
    }

    .compare-item {
        margin-bottom: 0;
    }

    .fx-compare-full-wrapper.fx-js-scrolled .fx-compare-inner-wrapper {
        height: 120vh;
        position: relative;
        overflow: hidden;
    }

    .fx-compare-full-wrapper.fx-js-scrolled .fx-compare-sticky-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .fx-compare-upper-wrapper.fx-js-sticky {
        position: fixed;
        width: 100%;
        max-width: 1366px;
        padding-left: 60px;
        padding-right: 60px;
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        z-index: 1;
    }

    .fx-compare-full-wrapper.fx-js-scrolled .fx-compare-spec-wrapper {
        top: 400px;
        position: relative;
    }

    .fx-compare-upper-wrapper.fx-js-non-sticky {
        position: absolute;
        top: 450px;
        background-color: #fff;
        z-index: 1;
    }

    .fx-compare-full-wrapper.fx-js-scrolled .fx-compare-spec-wrapper__bottom {
        height: 600px;
        overflow-y: scroll;
    }
    
}

/**
 * Compare Popup
 *
 */

.mfp-container {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.fx-compare-pop-up-content {
    position: relative;
    background-color: #ffffff;
    padding: 25px;
    width: auto;
    max-width: 800px;
    margin: 25px auto;
    border-radius: 5px;
}

.compare-page-form__label,
.compare-page-popup__text {
    padding-bottom: 16px;
}

.compare-page-popup__heading {
    padding-bottom: 0;
}

.compare-page-form [type="radio"] {
    vertical-align: middle;
}

.compare-page-form {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (min-width: 768px) {
    .mfp-container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@media (min-width: 1200px) {
    .mfp-container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

.product-specification h3 {
    padding-bottom: 20px;
}

.product-specification-breadcrumb ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.product-specification-breadcrumb ul li {
  padding: 0;
  margin: 0 32px 0 0;
  display: inline-block;
}

.product-specification-breadcrumb ul li:last-child {
  margin: 0;
}

.product-specification-breadcrumb ul li a {
  text-decoration: none;
  font-size: 18px;
}

.product-specification-breadcrumb ul li a i {
  font-size: 14px;
  margin-right: 5px;
}

.product-specification-breadcrumb ul li:before {
  display: none;
}

.product-specification-breadcrumb ul li:after {
  position: absolute;
  top: 0px;
  right: -15px;
  content: "\e912";
  font-family: 'icomoon';
  font-size: 12px;
  font-weight: 600;
}

.nested-accordion {
  cursor: pointer;
}

.nested-accordion-area {
  margin-top: 33px;
}

.nested-accordion h3 {
    color: #272727;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 15px 0;
    margin-bottom: 1rem;
    background-color: #ebebeb;
    padding-left: 1rem;
    padding-right: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selected--border.selected {
    margin-bottom: 0 !important;
}

.nested-accordion .nested-accordion h3 {
  color: #1C1B19;
  text-transform: none;
}

.nested-accordion:last-child h3 {
  border-bottom: 1px solid transparent;
}

.nested-accordion .nested-accordion:last-child h3,
.used-accordion .nested-accordion:last-child h3 {
  border-bottom: 1px solid #000000;
}

.nested-accordion h3:before {
    content: "\005E";
    position: absolute;
    top: 19px;
    right: 22px;
    font-family: 'icomoon';
    font-weight: 900;
    font-size: 2rem;
    font-stretch: ultra-expanded;
    color: black;
}

.nested-accordion .nested-accordion h3:before {
    font-size: 14px;
}

.nested-accordion .nested-accordion h3 {
  border-bottom: 1px solid #EBEBEB;
}

.nested-accordion .nested-accordion .comment {
  padding: 16px 0 0 0;
}

.used-accordion .comment.accordion-open {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.nested-accordion h3.selected:before {
  transform: rotate(-180deg);
}

.nested-accordion a {
  text-decoration: none;
  color: #47a3da;
}

.nested-accordion ul {
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.nested-accordion li {
    padding: 0 0 7px 34px;
    margin: 0;
    display: block;
    margin-bottom: 9px;
    border-bottom: 1px solid #EBEBEB;
}

.nested-accordion li:last-child {
    padding: 0 0 7px 34px;
    margin: 0;
}

.nested-accordion li:before {
    display: none;
}

.nested-accordion li p {
    padding: 0;
    font-weight: 700;
    color: #1C1B19;
    line-height: 1.22em;
}

.nested-accordion li p span {
    font-weight: 400;
    display: block;
    color: #272727;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 1200px) {
  .nested-accordion li p span {
      width: 359px;
      padding-right: 20px;
  }

  .nested-accordion li p {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
  }

  .nested-accordion.nested-equipment li p {
      justify-content: flex-start;
  }

  .nested-accordion-area {
      margin-top: 80px;
  }

  .product-specification {
      padding: 0 0;
  }

  .product-specification h3 {
    font-size: 40px;
  }

  .nested-accordion h3 {
    font-size: 20px;
  }
}

/* Social sharing buttons */

.product-specification-breadcrumb .social-share__wrapper {
    display: none;
}

.product-specification-breadcrumb .social-share-row__item {
  margin: 0 8px 0 0;
}

.product-specification-breadcrumb .resp-sharing-button__link {
    padding: 4px 8px;
    margin: 0;
}

.product-specification-breadcrumb .social-share-row__item:after {
  display: none;
}

.product-specification-breadcrumb .resp-sharing-button {
    border-radius: 0;
    padding: 8px 16px;
}

.compare-spec-wrap-replace .fx-compare-spec-small-group:nth-child(even) {
    background-color: rgb(227 221 221 / 25%);
    border-bottom: 2px solid #e3e3e3;
    border-top: 2px solid #e3e3e3;
}

.fx-compare-spec-small-group {
    height: 13rem !important;
    overflow: scroll;
    /* padding: .25rem; */
    -ms-overflow-style: none;
    scrollbar-width: none;  /* Firefox */
}


.fx-compare-spec-small-group::-webkit-scrollbar {
    display: none;
}

@media( min-width : 768px ) {
    .compare-title-first {
        width: 240px;
        text-align: right;
        padding-right: 20px;
    }
    
    .compare-value-background {
        background-color: #f2f2f2;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fx-compare-spec-small-group {
        display: flex;
        align-items: center;
    }
}

.no-diff-spec {
    font-size: 0;
}

.no-diff-spec:after {
    content: 'No difference';
    font-size: 1rem;
}

.compare-spec-wrap-replace [class*=col-] {
    padding: 0;
}

.compare-spec-wrap-replace .specs--list {
    padding: 0;
}

.compare-spec-wrap-replace .specs--list .clearfix {
    margin-top: 0;
}

.filtering-options {
   transform: translateY(-1rem);
   margin-bottom: 1rem;
}

@media (max-width: 405px) {
    .filtering-options label {
        font-size: .8rem !important;
    }
}

@media (min-width: 1200px) {
    .fx-compare-spec-wrapper {
        margin-top: 1rem;
    }
}

.fixed-heading.fx-compare-upper-wrapper {
    position: fixed;
    top: 0;
    margin-right: 50px;
    padding-top: 2rem;
    padding-bottom: 1rem;
    z-index: 1000;
    width: 1278px;
}

.fixed-heading [class*=col-] {
    padding-left: 1rem;
    width: 33.33%;
}

.fixed-heading .compare--model  {
    background-color: black;
}

.fixed-heading .compare__img {
  height: fit-content;
}

.fixed-heading .fx-compare-sel-btn {
  display: none;
}

.fixed-heading:before {
  content: '';
  background: rgba(0, 0, 0, .85);
  position: absolute;
  top: 0;
  transform: translateX(-50vw);
  width: 200vw;
  height: 100%;
}

.fixed-heading .compare__img {
    height: 5rem;
}

@media (max-width: 1360px) {
  .fixed-heading.fx-compare-upper-wrapper {
    width: 92.2%;
  }
}

@media (max-width: 420px) {
    .fixed-heading.fx-compare-upper-wrapper {
        transform: translateX(-12px);
    }
}

.fixed-heading + .add-height {
    height: 400px;
}

.fx-compare-prod-name h4 {
    padding: 1.2rem .2rem .2rem .4rem;
}

.product-request-quote-button input {
    width: 100%;
    padding: 0;
}

.fixed-heading .product-request-quote-button input {
    width: 100%;
    padding: 0;
    font-size: 1rem;
}

.fixed-heading .fx-compare-prod-name h4 {
    padding-top: .4rem;
    font-size: 1rem;
}

.fixed-heading .compare--static {
    height: 10rem;
    position: relative;
}

.fixed-heading .compare-item {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.fixed-heading .request-quote-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

@media (max-width: 700px) {
    .fixed-heading + .add-height {
        height: 450px;
    }
}

@media (max-width: 600px) {
    .fixed-heading .fx-compare-prod-name h4 {
        font-size: .8rem;
    }
    
    .fixed-heading .product-request-quote-button input {
        font-size: .7rem;
    }
    
    .fixed-heading [class*=col-] {
        padding-left: 0;
    }
    
    .fixed-heading .compare-page__close {
        width: 35px;
        height: 35px;
    }
    
    .fixed-heading .compare__img {
        height: 3rem;
    }
}

.family-inner-details {
    padding-bottom: 7px;
}

.fixed-heading .family-inner-details {
    display: none;
}
