.menu-link {
    border-bottom: 0px solid transparent;
    transition: border-bottom 0.2s ease;
}
.menu-link:hover {
    border-bottom: 1px solid #525252;
}
.menu-link-footer-down {
    border-bottom: 0px solid transparent;
    transition: border-bottom 0.2s ease;
}
.menu-link-footer {
    border-bottom: 0px solid transparent;
    transition: border-bottom 0.2s ease;
}
.menu-link-footer-down:hover {
    border-bottom: 1px solid #B9B9B9;
}
.menu-link-footer:hover {
    border-bottom: 1px solid #ffffff;
}
body {
    overflow: auto !important;
}
.t1002__wishlistwin-heading.t-name.t-name_xl {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
a.t1002__product-link {
    font-weight: 400;
}
.t1002__product-amount.t-descr.t-descr_sm {
    font-size: 14px;
}
.t-store__prod-snippet__container {
    padding-top: 60px;
}

#customdelivery .delivery-hint {
    color: #a466ff;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
}