.wp-65-view{
  position:absolute;
  top:0px;
  height:1px;
  width: 3px;
}
@media only screen and (min-width: 50.063em) and (max-width: 64.063em) {
    .wp-65-view{
      width: 2px;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 50.063em) {
	.wp-65-view{
		width: 1px;
	}
}
@media only screen and (max-width: 40.063em){
    .wp-65-view{
      width: 0px;
    }
}

.wp-compare-collections{
  margin: 70px 0px 80px 0px;
}
.wp-compare-collections .wp-collection-lockup{
    width: 100%;
    max-width: 375px;
    height: auto;
    margin-bottom: 20px;
}
.wp-compare-collections .responsivelist > ul > li:not(:first-of-type):not(:last-of-type){
  border-bottom: 1px solid #dcdcdc;
}
.wp-compare-collections .responsivelist > ul > li:not(:first-of-type){
  padding: 20px 0px;
}
.wp-compare-collections .text ul > li{
  list-style: disc;
  margin-top: 0px;
}
.wp-compare-collections li .pc-link-list {
  border-top: 1px solid #dcdcdc;
}
.wp-compare-collections li .pc-link-list a {
  display: block;
  padding: 9px 6px;
  border-bottom: 1px solid #dcdcdc!important;
  color: #3c3c3c!important;
  font-weight: 400!important;
  background-color: rgba(250,250,250,0);
  transition: font-weight 0.2s,background-color 0.2s;
}
.wp-compare-collections h3.wd-font-19{
  font-size: 19px;
  line-height: 1.10526316;
}
.wp-compare-collections li .pc-link-list a span, .wp-compare-collections li .pc-link-list a:hover span {
  font-weight: 400!important;
  display: block;
}
.wp-compare-collections li .pc-link-list a:hover {
  background-color: rgba(250,250,250,1);
  font-weight: 700!important;
}
.wp-compare-collections .button{
  max-width: 380px;
}
.wp-compare-collections > .aem-Grid > .core-container .cmp-container{
  position: relative;
}
.wp-compare-collections > .aem-Grid > .core-container:not(:last-of-type) .cmp-container:after {
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  bottom: 0px;
}
.wp-compare-collections > .aem-Grid > .core-container:not(:last-of-type) .cmp-container{
  padding-bottom: 32px;
}
.wp-compare-collections > .aem-Grid > .core-container:not(:first-of-type) .cmp-container{
  padding-top: 32px;
}

@media only screen and (min-width: 64.063em){
.wp-compare-collections > .aem-Grid > .core-container:not(:last-of-type){
  border-right: 1px solid #ccc;
}
.wp-compare-collections > .aem-Grid > .core-container:not(:last-of-type) .cmp-container:after{
  display:none;
}
.wp-compare-collections > .aem-Grid > .core-container:not(:last-of-type) .cmp-container{
  padding-bottom: 0px;
}
.wp-compare-collections > .aem-Grid > .core-container:not(:first-of-type) .cmp-container{
  padding-top: 0px;
}
}