.CellHeaderFeatureRow{
    display:flex;
    flex-wrap:wrap;
}

.CellBody{
    /*margin-top:-0.8vw;*/
    /*background-color:#e8e8e8;*/
}

.CellBody .description{
    margin: 1%;
    background-color:white;
}
.CellBody .description hr{
    margin-top: -0.7em !important;
    margin-bottom: 0 !important;
    margin-left: 1vw !important;
    margin-right: 1vw !important;
}

.CellBody .description mark{
    background-color: white;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: .75rem;
}



.hr-down-arrow{
    height: 3px;
    background-color: var(--searchNitroPrimary);
    margin-top:1vw;
    margin-bottom:2px;
    flex:0 1 100%;
}

.hr-down-arrow-flag{
    text-align: center;
    margin-top: -7px;
    transform: scale(3,1);
    flex:0 1 100%;
    color:var(--searchNitroPrimaryDark);
}




.CellHeaderImg{
    flex: 0 0 100%;
    text-align: center;
    height: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    margin: 1px 0;
    min-width: 300px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.CellPriceBlock{
    flex: 1 1 100%;
    text-align:center;
    /*background-color:var(--searchNitroPrimary);*/
    color:var(--searchNitroPrimaryDark);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 0 1em;;
    flex-wrap:wrap;
}

.PriceCallOut{
    margin-right:-1em;
    text-align:left;
}

#DynamicSpecialsContainerUl img{
    max-width:100%;
}

.msrpHR {
    width:50%;
    margin-left:auto;
    margin-right:auto;
}

#DynamicSpecialsContainerUl li .CellCTA{
    text-align:center;
    display:flex;
    justify-content: center;
    flex-wrap:wrap-reverse;
}

.CellHeaderFeatureRow .price-msrp-no,
.CellHeaderFeatureRow .price-difference-no,
.CellHeaderFeatureRow .msrp-hr-no,
.CellHeaderFeatureRow .price-msrp,
.CellHeaderFeatureRow .price-difference,
.CellHeaderFeatureRow .msrpHR
{
    display:none;
}

.CellHeaderTitle{
    text-align:center;
}
