hr {
    border: none;
    border-top: 1px solid #D4D7DD;
}

.max-width-100 {
    max-width: 100%;
}

.content-max-width {
    max-width: 1200px;
}

.dnp-border {
    border-top: 1px solid #D4D7DD;
    border-left: 1px solid #D4D7DD;
    border-right: 1px solid #D4D7DD;
}

.dnp-border:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dnp-border:last-child {
    border-bottom: 1px solid #D4D7DD;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 992px) {
    .dnp-border {
        border: 1px solid #D4D7DD;
        border-radius: 5px;
    }
}

.dnp-border-bottom {
    border-bottom: 1px solid #D4D7DD;
}

.outline-0 {
    outline: none !important;
}

.scroll-to-id {
    top: max(-5vh, -100px);
}

.border-style-best-price {
    border: 1px solid #D4D7DD;
}

.list-marker-bold li::marker {
    font-weight: bold;
}

.discount-and-promotions-sidebar {
    left: 0;
    top: 0;
    width: 350px;
    min-width: min(33%, 350px);
}

.discount-and-promotions-sidebar:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 15px);
    height: 100%;
    border: 1px solid #D4D7DD;
    border-radius: 5px;
    pointer-events: none;
}