.outlet-bike.product-teaser .product-carousel-indicators {
    display: none !important;
}
.collection_tag {
    display: block;
    text-align: center;
}
.collection_tag span{
    color: white;
    background-color: #9e9e9e;
    font-size: 12px;
    text-align: center;
    padding: 2px 20px;
    display: inline-block;
    margin: 5px auto;
    line-height: 14px;
    font-family: dinpromedium;
}

.product-price.outlet {}
.product-price.outlet .price{
    color: red;
    line-height: 1.2em;
}

body.outlet .product-price  {
    margin-bottom: 17px;
}
.product-price.outlet  {
    margin-bottom: 0;
}
.product-price.outlet  .old_price{
    font-size: .8em;
    text-decoration: line-through;
}
.product-price .old_price .price {
    color: #9e9e9e;

}


body.outlet #find-dl {
    display: none;
}

body.outlet .collection-year {
    font-size: 14px;
    background: #9e9e9e;
    width: 110px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: white;
    margin-top: 25px;

}

body.outlet .old-price {
    margin-top: 20px;
    font-size: 20px;
    text-decoration: line-through;
    color: #9d9d9d;
}

body.outlet .sell-price {

    color: #e30613;

}

body.outlet .new-price {

    color: #e30613;
}

body.outlet .collection-year .placeholder {

    font-style: initial;

}

body.outlet .product-info.sell-price {
    display: none;
}

/*MENU*/
@media screen and (max-width: 1450px) {
    body.i18n-pl #block-catalog-cart-info {
        top: 76px;
        right: 15px;
    }

    body.i18n-pl #language_panel_trigger {
        right: 15px;
        top: 45px;
    }

    body.i18n-pl #block-catalog-menu-user {
        top: 40px;
        right: 5%;
    }

    body.i18n-pl .navbar-nav > li > a {
        margin-right: 10px;
    }

    body.i18n-pl #block-catalog-menu-user .dropdown-menu {
        left: -130px;
    }
}


@media screen and (max-width: 1280px) {
    body.i18n-pl .navbar-nav > li > a {
        margin-left: 10px;
    }
}

@media screen and  (max-width: 1200px) {
    body.i18n-pl #navbar .navbar-nav > li > a {
        margin-left: 8px;
        margin-right: 8px;
    }

    body.i18n-pl #language_panel_trigger, body.i18n-pl #block-catalog-cart-info {
        right: 10px;
    }
}

