/* MOBILE */

@media all and (max-width: 767px) { 

  .hiddenSmall, .Rtable-cell.desktopOnly {display: none; }

  .Rtable-cell {
    align-items: center;
    justify-content: center;
    display: flex;
  }
  #compareScroll, #compareControl {
    display: none;
  }
  #compareFull {
    padding: 0 30px;
  }
  .ccWrap .ccImage {
    padding: 30px 5% 15px 5%;
  }

}

/* ALL */


.template-page-compare #shopify-section-compare { display: none; }

.template-page-compare #pageCompare #shopify-section-compare { 
  display: block; 
  z-index: 0;
}

#compareHeader {
  padding-bottom: 0;
  text-align: center;
  padding: 190px 30px 0 30px;
}
#compareHeaderContent {
  margin: 0;
  font-size: 100%;
}
#compareFull {
  width: 100%;
  margin: 0;
  display: block;
  width: 100%;
}


.Accordion {
  display: none;
  position: relative; 
  top: 0; 
  left: 0;
  width: 100%;
  margin: 0 0 0.5em 0;
  padding: 0.6em 0.6em 0.6em;
  border-radius: 0.5em;
  text-align: left;
  border: 1px solid #CCC;
  background-color: #DDD;
  color: #444;
  text-decoration: none;
  transition: background-color 0.1s;
  cursor: pointer;
}
.Rtable-cell {
  width: 100%;
  padding: 10px 15px 8px 15px;
  height: auto;
  border: solid 1px #f6f6f6;
  font-weight: normal;
  font-size: 15px;
  line-height: 100%;
  background: #FFF;
  color: #81b7aa;
}
.Rtable {
  position: relative;
  top: 3px;
  left: 3px;
}
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 45px 0;
  padding: 0;
}
.ccWrap {
  width: 100%;
}

.Rtable-cell--label {
  background-color: #f6f6f6;
  color: #999;
  padding: 7px 15px 5px 15px;
}
.Rtable-cell--title a {
  text-transform: uppercase;
  font-size: 16px;
  color: #444;
  letter-spacing: 1px;
  display: block;
  padding: 15px 0;
}

.Rtable-cell--head, .Rtable-cell--title {
  background-color: #FFF;
  padding: 0;
  border-color: #FFF;
  height: auto;
}

.ccCheck {
  height: 20px;
}
.ccCheck.ccCheckFalse {
  opacity: 0;
}





/* DESKTOP */


@media all and (min-width: 768px) { 


  #compareControl {
    position: absolute;
left: 0;
    top: 150px;
    height: 70px;
    width: 100px;
    z-index: 99;
    pointer-events: none;
}
  #compareControl .ccOrange {
    position: relative;
    width: 60px;
  }

  #compareScroll {
    display: block;
    text-align: left;
    padding: 0;
  }
  #compareScroll span {
    display: inline-block;
    float: left;
    padding: 3px;
  }
  #compareScroll button {
    outline: 0;
    padding: 0;
    height: 30px;
    float: left;
  }
  #compareScroll button:focus {
    outline: 0;
  }
  #compareScroll button svg {
    height: 15px;
  }
  #compareScroll button path {
    fill: #9DCFC3;
  }
  #compareHeader {
    text-align: left;
    padding: 190px 30px 0 45px;
  }
  #compareHeaderContent {
    font-size: 65%;
  }
  #compareFull {
    white-space: nowrap;
    padding: 0 0 0 30px;
  }


  .Accordion { display: none; }

  .Accordion:hover, .Accordion:focus {
    outline: none;
    filter: contrast(150%);
  }

  .Accordion[aria-selected="true"] {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
    background: #DDD;
  }
  .Accordion:before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 0.3em;
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    background-size: auto;
  }
  .Accordion[aria-selected="true"]:before {
    content: "-";
  }


  /* TABLE STYLES */


  .ccWrap .ccImage {
height: 275px;
    padding: 0 60px 30px 15px;
    text-align: left;
  }
  .ccWrap .ccImage img {
    max-width: none;
    max-height: 100%;
    width: auto;
  }
  .ccWrap {
    width: auto;
  }
  
  

  .Rtable {
    flex-wrap: nowrap;
  }
  .Rtable--6cols > .Rtable-cell {
    width: 100%;
  }
  .Rtable-cell.desktopOnly { display: flex !important; }
  
  .Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    overflow: hidden;
    list-style: none;
    margin: -1px 0 0 -1px;
    position: relative;
    height: 35px;
    padding: 0;
    min-width: 255px;
  }
  .Rtable-cell--head, .Rtable-cell--title {
    height: auto;
  }

  .Rtable-cell--label span {
    padding: 0;
  }

  .Rtable-cell span {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    top: 10px;
    left: 0;
  }
  .Rtable-cell span.iconic {
    top: 6px;
  }
  .Rtable-cell--label span {
    /*  display: none; */
    color: #999;
    opacity: 0;
    white-space: nowrap;
    text-align: left;
    padding: 0 15px;
    overflow: hidden;
  }
  .Rtable-cell span.null {
    opacity: 0;
  }

  .ccLoop1.Rtable-cell--label span {
    opacity: 1.0;
    overflow: visible;
  } 
  .ccLoop1.Rtable-cell--label {
    overflow: visible;
    z-index: 999;
    position: relative;
  } 



  .fauxScroll, .realScroll {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    position: relative;
  }
  .fauxScroll { height: 20px; display: none; }
  .fauxContent { 
    width: 2500px; 
    overflow-x: scroll;
    overflow-y: hidden;
    height:20px;
  }
  .realContent { 
    width: 2500px; 
  }


  .Rtable-cell--title.stick {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  .stickHere.stick {
    padding-top: 75px;
  }


}

