.featured-products.hdisplay {
    border-bottom: 5px solid #039ede;
    padding-bottom: 15px;
}
.featured-products.hdisplay .section-title {
    text-transform: uppercase!important;
    text-align: center!important;
    border-style: solid!important;
    border-width: 3px 0 1px 0 !important;
    border-color: #0084bc!important;
    font-size: 30px!important;
    font-weight: 500!important;
    line-height: 3.0rem!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

.featured-products.hdisplay .swiper-container-wrapper {
    position: relative;
}

#left-column .featured-products p.block-title {
    background-color: #039ede;
    /* background-image: -moz-linear-gradient(top,#039ede,#0084bc);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#039ede),to(#0084bc));
    background-image: -webkit-linear-gradient(top,#039ede,#0084bc);
    background-image: -o-linear-gradient(top,#039ede,#0084bc);
    background-image: linear-gradient(to bottom,#039ede,#0084bc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0bc7f6',endColorstr='#ff27b3d8',GradientType=0); */
    color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    margin: 0;
    padding: 10px 10px;
    text-shadow: unset;
    border: none;
}

#left-column .featured-products.block {
    border-bottom: solid 1px #ccc;
}

.featured-products.vdisplay .swiper-container-wrapper {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}
.featured-products.vdisplay .swiper-arrows-above .swiper-button {
    top: 3px;
}
.swiper-arrows-above .swiper-button-prev.lfp-swiper-button{
    right: 45px;
}
.swiper-arrows-above .swiper-button-next.lfp-swiper-button{
    right: 15px;
}

.lateral-slick-featured-products-carousel button.slick-prev.slick-arrow,
.lateral-slick-featured-products-carousel button.slick-next.slick-arrow {
    top: -22px;
}

.featured-products .all-products {
    background: #0bc7f6;
    padding: 10px 10px;
}

.featured-products .all-products i {
    color: #fe342d;
    display: none;
}

.featured-products .all-products a.block-footer-link, .featured-products .all-products div.atc.block-footer-link {
    text-decoration: none;
    color: #ffffff!important;
    font-weight: 600!important;
    letter-spacing: 0 !important;
}

.featured-products .all-products a.block-footer-link:hover, .featured-products .all-products div.atc.block-footer-link:hover {
    text-decoration: underline!important;
    letter-spacing: 0.3px!important;
}
