.contentreco {
    margin-top: 25px;
}

.c-custom-carousel {
    border: none !important;
}

.pwa-site .module-certona:not(:first-of-type) {
    margin-top:20px;
}

.c-custom-carousel-content {
    text-align: center;
    background-color: transparent !important;
}

.c-custom-carousel-content:before {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: inline-block;
    text-align: center;
    background-color: #FFF;
    font-size: 1.9em;
    text-transform:uppercase;
}

.c-custom-carousel-content:after  {
    content: '';
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    z-index:-1;
    border-top: 1px solid #CCC;
}

#personal1_rr_PWA .c-custom-carousel-content:before {
    content: 'Recommended';
}

#personal2_rr_PWA .c-custom-carousel-content:before {
    content: 'You May Also Like';
}

#personal3_rr_PWA .c-custom-carousel-content:before {
    content: 'Trending Now';
}

.c-custom-carousel__header {
    display: none !important;
}


/* MODULE CERTONA OVERWRITES **/
.screen-sm-up .module-certona {
    margin-top:45px;
    padding-bottom: 12px;
}

.screen-sm-up .module-certona .quick-view-button-holder,
.screen-sm-up .module-certona .gwt-we-suggest-panel-name-anchor {
    display: none;
}

.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal .header-with-text,
.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal .header {
    text-align: center;
}

.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal .header:before,
.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal .header-with-text:before {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFF;
    font-size: 1.85714em;
    text-transform: uppercase;
}

.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal._1 .header:before,
.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal._1 .header-with-text:before {
    content: 'Recommended';
}

.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal._2 .header:before,
.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal._2 .header-with-text:before {
    content: 'You May Also Like';
}

.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal._3 .header:before,
.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal._3 .header-with-text:before {
    content: 'Trending Now';
}

.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal .header:after,
.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal .header-with-text:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    margin-left: -7.5px;
    margin-right: -7.5px;
    border-top: 1px solid #CCC;
}

.screen-sm-up .module-certona .gwt-we-suggest-panel-horizontal .header-with-text span {
    display: none;
}