.header-menu-link a {
    transition: all .3s ease;
}

.header-menu-link a:hover {
    opacity: .8;
    text-decoration: underline;
}

.section_5 .slide img {
    cursor: pointer;
}

.d-none {
    display: none;
}

.section_7 .item:nth-child(3) .price-old {
    right: -25px;
}