/* black friday promo */
body.blackfriday header.page-header {
    background-image: url('../img/header-bg-bf.jpg');
}
body.blackfriday footer.page-footer,
body.blackfriday footer.page-footer > div.clip-cont > div.through,
body.blackfriday footer.page-footer > div.clip-cont > div.point1 > div:after {
    background-color: #242425!important;
}
body.blackfriday.home-page section.intro div.price-info {
    margin-top: 17px;
}
body.blackfriday.home-page div.order-button {
    margin-top: 58px;
}
@media screen and (max-width: 991px) {
    body.blackfriday.home-page div.order-button {
        margin-top: 35px;
        margin-bottom: 15px;
    }
}
img.bf-text {
    background: url('../img/black-friday-text.png') 0 0 no-repeat;
    background-size: contain;
    max-width: 1012px;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    img.bf-text {
        background-image: url('../img/black-friday-text-mobile.png');
        width: 325px;
        max-width: 100%;
        height: 66px;
    }
}
/* black friday promo end */
