@media screen and (min-width: 1020px) {
    .site-search-wrapper {
        top: 40px;
        right: 455px;
        width: 312px;
    }
}
@media screen and (min-width: 1260px) {
    .site-search-wrapper {
        width: 212px;
    }
}
@media screen and (min-width: 768px) {
    .shoppinglist-wrapper {
        width: 432px;
    }

    .shoppinglist-wrapper .blueButton {
        width: 207px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .shoppinglist-wrapper {
        width: 360px;
    }

    .shoppinglist-wrapper .blueButton {
        width: 160px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1259px) {
    .shoppinglist-wrapper .blueButton {
        width: 178px;
    }
    .site-search-wrapper {
        display: none;
    }
}
@media screen and (max-width: 1259px) {
    .site-search-wrapper {
        display: none;
    }
}
/*.blueButton {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    border-radius: 20px;*/
/*    background-color: #f57921;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    vertical-align: top;*/
/*    cursor: pointer;*/
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
/*    text-transform: uppercase;*/
/*}*/

/*.blueButton:hover, .blueButton:focus {*/
/*    color: #fff;*/
/*}*/

@media screen and (max-width: 767px) {
    .shoppinglist-wrapper .blueButton {
        width: 48%;
    }
    .site-search-wrapper {
        display: none;
    }

    .header-nav__middle {
        position: relative;
    }

    .shoppinglist-wrapper {
        width: 100%;
        padding-left: 15px;
    }
}


footer p.hrfelho {
    color: #689;
    font-size: 12px;
}

footer p.hrfelho a {
    color: #689;
    text-decoration: underline;
}

@media screen and (min-width: 1240px) {
    .shoppinglist-wrapper .blueButton {
        width: 165px;
    }

    .site-search-wrapper {
        display: none;
    }

    .site-search {
        max-width: 254px;
    }
}

.page-news {
	min-height: calc(100vh - 272px);
}
