span.ufname.UF_FAVORITES {
    display: none !important;
}
div#main_UF_FAVORITES {
    display: none !important;
}
div#headblock {
    background-color: #da6a2a;
    padding-top: 5px;
    padding-bottom: 5px;
}
div#headblocktwo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header {
    background: url(./images/bg.jpg) repeat;
}
a.profile__element-link.cart.nav-link {
    margin-top: -3px;
}
.category-slider__item:hover {
    opacity: 0.3;
}
.ads__image.image:hover {
    opacity: 0.3;
}
@media screen and (max-width: 576px) {
    #mobile-nav {
        background: url(./images/bg.jpg) repeat;
    }
    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 24px;
        height: 2px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease;
    }
    div#headblock {
        display: none;
    }
}
/*COOKIE*/
#cookie_note {
    display: none;
    position: fixed;
    bottom: 15px;
    z-index: 99;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_note p {
    margin: 0;
    font-size: 13px;
    text-align: left;
    color: black;
}
.cookie_accept {
    width: 30%;
    padding: 5px;
    height: 55px;
}
@media (min-width: 576px) {
    #cookie_note.show {
        display: flex;
    }
}
@media (max-width: 575px) {
#cookie_note.show {
    display: block;
    text-align: left;
    left: 5%;
    right: 5%;
    max-width: 100%;
    transform: none;
}
#cookie_note p {
    width: 100%;
}
.cookie_accept {
    width: 75% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    margin-top: 10px !important;
    float: none !important;
}
}
/*COOKIE*/