#back-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 1px solid #aaa;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 0
}

#back-to-top:hover {
    background: #e9ebec
}

#back-to-top.show {
    opacity: 1
}

.current .gpa-__promo-item__image,
.gpa-__promo-item__link:hover .gpa-__promo-item__image {
   border-bottom: 6px solid #29241e
}
 .gpa-__promo-item__image {
   border-bottom: 6px solid rgba(0,0,0,0)
}


.gpa-__heading {
    display: none
}

.gpa-__heading.current {
    display: block;
    padding: 0 2px
}

.gpa-__heading__desktop {
    display: block
}

.gpa-__heading__mobile {
    display: none
}

.fathers-day-click-collect-banner{
    padding-bottom:10px;
}

@media (min-width:768px) {
    .gpa-__heading__desktop {
        display: block
    }

    .gpa-__heading__mobile {
        display: none
    }
}

.slick-dots li button:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px
}

@media (max-width:767px) {
    .well_light {
        display: none
    }

    .gpa-__promo-item__link img {
        margin-bottom: 5px
    }
}