.red_header #sticky-header {
    background: #2A2A2B !important;
}

#search_block_top form#searchbox .button-red {
    background-color: #F9B234;
}

.red_header #shopping_cart {
    background-color: #F9B234;
}

.mega-sale {
    display: none;
}

.red_header #shopping_cart .cart-quantity {
    background: white;
    color: #F9B234;
}

#search_block_top form#searchbox img.search-icon {
    filter: invert(68%) sepia(89%) saturate(705%) hue-rotate(357deg) brightness(100%) contrast(107%);
}

.red_header #search_query_top::placeholder {
    color: #2E2E2E!important;
}

.side-bg-black-friday.bg-left {
    left: -875px;
    width: 860px;
}

.side-bg-black-friday.bg-right {
    right: -875px;
    width: 860px;
}

.side-bg-black-friday.btn {
    top: 590px;
    background-color: #cf0d10;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 26px;
    border-radius: 4px;
    cursor: pointer;
}

.side-bg-black-friday.btn-left {
    left: -158px;
}

.side-bg-black-friday.btn-right {
    right: -158px;
}

.page-side-banners.side-black-friday .dynamic-banner .banner-button {
    display: none;
}

#categories_left_menu .category-section.section-highlight-2 {
    background: transparent linear-gradient(136deg, #373B54 0%, #0B0C11 100%) 0% 0% no-repeat padding-box;
}

@media only screen and (max-width: 450px) {

    #sticky-header,
    #header.alpha.omega {
        background: #2A2A2B;
    }

    #index #header {
        background: transparent;
    }

    #hamburger-menu span {
        background: white;
    }

    form#searchbox {
        background-color: #FFFFFF;
    }

    .red_header #shopping_cart {
        background-color: #F9B234;
    }

    .red_header #shopping_cart .cart-quantity {
        background: white;
        color: #F9B234;
    }

    #search_block_top form#searchbox img.search-icon {
        filter: invert(68%) sepia(89%) saturate(705%) hue-rotate(357deg) brightness(100%) contrast(107%);
    }

    .red_header #search_query_top::placeholder {
        color: #2E2E2E!important;
    }

    #shopping_cart {
        background: #F9B234;
    }

    #shopping_cart .cart-quantity {
        background: #edb502; /* Random odstin ?? */
    }

    .mobile .hamburger_menu_wrapper {
        margin-right: 31px;
    }

}

.header_element_wrapper.header_menu,
#header ul.sf-menu,
#header ul.sf-menu > li.links.links-right > .links-right-wrapper {
    background: #F9B234 !important;
}

@media screen and (max-width: 450px) {
    #left_column.mobile-left-column .alt-menu {
        background: #F9B234 !important;
    }

    .hamburger-menu-header .menu-items {
        background: #2A2A2B !important;
    }

    #left_column.mobile-left-column .alt-menu a {
        color: #2A2A2B !important;
    }
}

#banner-shipping > .black-friday-banner {
    color: #2A2A2B;
    background-color: #F9B234;
}

#header ul.sf-menu li a {
    color: #2A2A2B !important;
}

#search-btn-cont button{
    color: #2A2A2B !important;
}

#header ul.sf-menu > .links.links-left li:first-child::before {
    content: none;
}

#header ul.sf-menu > li.links.links-right > .links-right-wrapper a img:not(.logged-in-icon) {
    filter: invert(80%);
}