#menu_categories {
    position: relative;
}
@media(min-width:979px){
    header .navbar-collapse {
    border-bottom: 0;
}
#menu_categories:before {
    content: '';
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc(-50vw + 50%);
    background:#0099ff;
    position: absolute;
}
.product__name {
    color: #0099ff;
}

header:before {
    content: '';
    background: whitesmoke;
    width: 100vw;
    z-index: -1;
    position: absolute;
    height: 100%;
    left: calc(-50vw + 50%);
}


#logo img {
    mix-blend-mode: multiply;
}

header .nav-link {
    color: #fff;
}

header .navbar-subnav .nav-link {
    color: #000;
}
}
header .navbar-collapse {
    padding-bottom: 0rem;
}

header .nav-link {
    padding: 10px 10px;
    text-transform: uppercase;
}

.freeShipping:before {
    content: '';
    width: 100vw;
    left: calc(-50vw + 50%);
    top: 0;
    height: 100%;
    position: absolute;
    background: #ff5858;
    z-index: -1;
}

.freeShipping * {
    color: #fff;
}

.freeShipping {
    border: 0;
}
#menu_banners3 div.menu_button_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}

#menu_banners3:before {
    content: '';
}

div#menu_banners3 {
    padding-top: 3rem;
}

#info-banners * {
    color: #fff;
}
.info_banners__text {
    color: #000 !important;
}
@media(max-width:978px){
.info_banners__item {
    flex: 0 0 50%;
    max-width: 50%;
}
div#bar22{
    display: none;
}
}
div#bar22 {
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
    padding-top: 0;
}

div#bar22 .bars__content {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}
span.left_top a {
    margin-right: 15px;
    text-decoration: none;
}

span.right_top a {
    margin-left: 10px;
    margin-right: 10px;
}

.max-width-1200 {
    max-width: 1366px;
}
section.image-item {
    display: none;
}
    .product__icon img {
        max-height: unset;
        max-width: 100%;
        object-fit: cover;
    }
    .hotspot .product__icon {
    background: #fff;
    max-height: 35rem;
}
.product__name {
    color: #0099ff;
}
.product__name {
    text-transform: uppercase;
}
header .nav-link.active {
    color: #000;
}
.product__icon{
    height: unset;
}
#menu_categories:before {
    background: #3d3d3d;
}
header:before {
    background: #e6e6e6;
}
.product__name {
    color: #ba915d;
    font-family: 'Rubik', 'Open sans', Arial, sans-serif !important;
}
.product__name:hover {
    color: #333;
}
.info_banners__icon {
    color: #9f9f9f !important;
}
.nav-link:hover {
    color: #ba915d !important;
}
span.price__sub, strong.price.--main {
    font-size: 20px;
    font-weight: 600;
}
body, h1, h2, h3 {
    font-family: 'Rubik', 'Open sans', Arial, sans-serif !important;
}
#links_footer_1.footer_links {
    background-color: #e6e6e6;
    border-radius: 20px;
    padding: 20px;
}