#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
}

.gpa-mothers-day.container {
    padding: 0
}

.gpa-mothers-day.container .row {
    margin: 0
}

.gpa-mothers-day.container .col-sm-2 {
    padding: 5px 2px
}

.gpa-mothers-day.container .gpa-mothers-day__promo-item__link {
    border-top: 3px solid #fff;
    display: inline-block
}

.gpa-mothers-day.container .gpa-mothers-day__promo-item__link.current,
.gpa-mothers-day.container .gpa-mothers-day__promo-item__link:hover {
    opacity: .5;
    border-top: 3px solid #e1bc10
}

.gpa-mothers-day__heading {
    display: none
}

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

.gpa-mothers-day__heading__desktop {
    display: block
}

.gpa-mothers-day__heading__mobile {
    display: none
}

.gpa-mothers-day__promo-items {
    padding-top: 20px
}

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

    .gpa-mothers-day__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-mothers-day__promo-item__link img {
        padding-bottom: 5px
    }
}