#product-row-6{
    padding-bottom:0px;
}
#product-row-6 .container{
    padding-top:0px;
}
#product-row-7 .container, #product-row-7 .pdp-feature-cell-text{
    padding-top:0px;
}
.comp-chart__wrapper{
    width:100%;
    background-color:rgba(239,239,239,.6);
}

.comp-chart__header{
    width:100%;
    text-align:center;
    padding-bottom:10px;
}
.comp-chart__titleNav{
    background-color:#013a81;
    padding:7px 0;
}
.comp-chart__titleNav h2{
    color:#fff;
}
.comp-chart__filter a{
    color:#999;
}
.comp-chart__filter a:hover{
    cursor: pointer;
    color:#ddd;
}
.comp-chart__filter a.active{
    color:#fff;
}


.comp-chart__compare{
    display:flex;
    flex-flow:row wrap;
    align-content: center;
    background-color:#efefef;
    border:1px solid #ccc;
    justify-content: space-around;
    width:80%;
    padding:10px;
    margin:0 auto 10px;
    text-align:center;
}

.comp-chart__compare h4{
    font-size:18px;
}
.comp-chart__compare .compare__item1, .comp-chart__compare .compare__item2{
    flex:1 calc(48% - 10px);
    background-color:#fff;
    border:1px solid #ccc;
    margin:0 5px;
    position: relative;
}

.compare__item1--display, .compare__item2--display{
    display: flex;
    flex-flow: column;
    align-items: center;
}

a.compare-remove {
    background-color: #ccc;
    color: #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 1.4;
    position: absolute;
    right: -8px;
    top: -8px;
}

.compare__item1--display img, .compare__item2--display img{
    width:80px;
    height:80px;
    }
.compare__item1--preDisplay, .compare__item2--preDisplay{
    color:#999;
    padding-top:11.5px;
}
.comp-chart__compare-cta{
    margin:10px auto;
    align-self: center;
    flex:1 100%;
}

.comp-chart__compare-cta a{
    color:#fff;
    background-color:#0084cb;
    padding:7px 10px;
}

.comp-chart__compare-cta a:disabled{
    color:#ccc;
    background-color:#efefef;
}

.comp-chart__listing{
    display:flex;
    flex-flow: row wrap;
    margin:0 auto;
    justify-content: space-around;
}

/* --- Alternating bgs 
.comp-chart__product:nth-child(odd){
    background-color:#fff;
}
.comp-chart__product:nth-child(even){
    background-color:#efefef;
}

.comp-chart__product.comp-chart__product--gray-bg {
    background-color:#efefef;
}

.comp-chart__product.comp-chart__product--white-bg {
    background-color:#fff;
}

----- */

.comp-chart__product{
    text-align:center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-around;
    flex: 0 calc(33% - 10px);
    margin: 5px auto;
    background-color:#fff;
}

.comp-chart__img{
    height:150px;
    overflow:hidden;
    margin-bottom: 0;
}

.comp-chart__img img{
    width:200px;
    height:200px;
    margin-top:-30px;
}


.comp-chart__product h3{
    font-size:20px;
    font-weight:bold;
    margin:10px 0;
}

.comp-chart__product .product__summary{flex-grow:1;margin:15px 15%;line-height:18px;text-align:left;font-size:16px;}

.comp-chart__product .product__summary img{margin:0;}

.comp-chart__product h4{
    font-size:16px;
}


.product-ctas a.product__link__details{
    margin-bottom:10px;
}

.product-ctas a.product__link__details:hover{
    cursor:pointer;
}
.product-ctas a{display:block;}

.product-ctas a.btn{
    margin-top:10px;
    margin-bottom:10px;
}

#comp-chart-table{
    text-align: center;
    border-width: 1px 0 0 1px;
    border-color: #ccc;
    border-style: solid;
    max-height:auto;
    border-collapse:unset;
    width:100%;
}
#comp-chart-table td.col0{
    background-color:#ccc;
    font-weight:bold;
}
#comp-chart-table td, #comp-chart-table th{
    display:none;
    width: 50%;
    padding: 0 10px 7px 10px;
    border-width: 0 1px 1px 0;
    border-color: #ccc;
    border-style: solid;
}

#comp-chart-table th{
    position:sticky;
    top:-1px;
    text-align:center;
    background-color: #fff;
    z-index: 10;
}
#comp-chart-modal.modal {
    box-sizing: content-box;
    position: fixed !important;
    width: 70%;
    border: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    overflow:visible;
    top: 10%;
    left: 15%;
    margin: 0;
}

#comp-chart-modal > button.close {
    position: relative;
    top: -50px;
    right: -10px;
    font-size: 60px;
    line-height: 50px;
    text-shadow: none;
}


#comp-chart-modal > .modal-body {
    padding: 0;
    background-color:#fff;
    max-height:75vh;
    width:100%;
}

#comp-chart-modal > .modal-body .comp-chart-footnotes{
    margin-top:15px;
}
#comp-chart-modal > .modal-body .comp-chart-footnotes p{
    margin-bottom:0;
    font-size:.85em;
    line-height: 1.2em;
}
@media(max-width: 979px){
    .comp-chart__listing{
        justify-content:space-between;
    }
    .comp-chart__compare{
        width:auto;
    }
    .comp-chart__product{
        flex:0 calc(50% - 10px);
        margin: 0 0 10px;
    }
    .comp-chart__topSec {
        position: sticky;
        top: 0;
        background-color: #efefef;
    }
}

@media (max-width: 767px){
    .product-ctas a.btn, .comp-chart__compare-cta a.btn{
        bottom:unset;
        float:none;
    }

}

@media(max-width: 650px){
   .comp-chart__product{
        flex:0 100%;
        margin:5px auto;
    } 
    #comp-chart-modal.modal{
        width:90%;
        left:5%;
    }
    .comp-chart__img {
        max-height: 100px;
        margin-bottom:0;
    }   
    .comp-chart__img img {
        width: 150px;
        height: 150px;
    }
}
