.width-limiter.flex-between > .row {
    width: 100%;
}

body > .width-limiter {
    margin-top: 0;
}

.product-info > .offers > .offer:hover {
    text-decoration: none;
}

a, a:hover {
    color: #000;
}

a:hover, a:focus {
    text-decoration: none;
}

.modern-title-box {
    padding: 38px;
}

.product-info > .offers, .product-info > .buy-now-wrap {
    display: flex;
    vertical-align: top;
}

.detail-discount-wrap {
    display: inline-block;
}

.offers-wrap {
    display: inline-block;
    position: relative;
    padding-right: 80px;
}

.product-info .outlet-flag,
.product-info .discount-flag,
.product-info .black-flag {
    background-image: url(/images/outlet-marker.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 25px;
    padding: 0;
    width: 50px;
    height: 105px;
    line-height: 100px;
    text-align: center;
}

.product-info .discount-flag {
    background-image: url('/images/discount-marker.png');
}
.product-info .black-flag {
    background-image: url('/images/black-friday-marker.png');
}

.price-new.outlet {
    color: #ae0d84;
}

@media (max-width: 767px) {
    .presentation.-fix-height > .col.product-info-right {
        height: auto;
    }

    .product-info > .offers > .offer {
        margin-right: 2px;
        padding: 0 5px;
    }

    .offers-wrap {
        display: block;
    }
}

.hidden-collection{
    display: none;
}
.show_more_wrapper{
    text-align: center;
    margin-top: 25px;
}