.central-column #region-switcher{
    display: flex;
    justify-content: flex-end;
}
#mob-menu-time{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    color: #8f8f8f;
    padding: 10px 0;
    margin-top: 60px;
}
#mob-menu-time p:first-child{
    font-weight: 400;
}
#mob-menu-time p:last-child{
    font-weight: 600;
}
#intname{
    color: #737373;
    text-align: center;
    font-weight: 500;
    margin: 15px 0 10px 0;
}
.vmenu{
    background: #ffffff;
    width: 290px;
}
.vmenu li{
    background: #f7f5f4;
    height: 120px;
    width: 270px;
    margin: 20px 0 20px 5px;
}
.vmenu li a{
    display: flex;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #7b7b7b;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #f7f5f4;
}
.vmenu li a span{
    vertical-align: middle;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;;
}
.vmenu li img{
    max-width: 100%;
    max-height: 100%;
}
#li-sale{
    background: #f40a60;
}
#li-sale a{
    background: #f40a60;
    color: #ffffff;
    display: flex;
}
#li-sale p:first-child{
    font-size: 20px;
    margin-bottom: 5px;
}
#li-sale p:last-child{
    font-weight: 200;
}
#li-sale img{
    width: 70px;
    height: 70px;;
    margin: auto;
}
#li-sale li img{
    margin: auto;
}
#li-sale span{
    flex-direction: column;
}

#black-friday{
    background: #3e3939;
}
#black-friday a{
    background: #3e3939;
    color: #ffffff;
    display: flex;
}
#black-friday p:first-child{
    font-size: 20px;
    margin-bottom: 5px;
}
#black-friday p:last-child{
    font-weight: 200;
}
#black-friday img{
    width: 70px;
    height: 70px;;
    margin: auto;
}
#black-friday li img{
    margin: auto;
}
#black-friday span{
    flex-direction: column;
}

#inform{
    text-align: center;
}
.vmenu li.li-inform{
    height: 50px;
    width: 80%;
    margin: 20px auto;
    display: flex;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
.vmenu li.li-inform a{
    width: auto;
    height: auto;
    margin: auto;
}
.brightness-on{
    background: #ffffff;
    filter: brightness(0.5);
}
.secbut{
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
}
.skip-link-new{
    background: #3b4f80;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-left: 2px;
    position: relative;
}
#header-nav-span::before,
#header-nav-span::after,
#header-nav-span{
    position: absolute;
    top: 50%; margin-top: -1px;
    width: 20px; margin-left: -10px;
    height: 2px;
    background-color: #ffffff;
    left: 50%;
}
#header-nav-span::before,
#header-nav-span::after{
    content: '';
    display: block;
    transition: 0.2s;
}
#header-nav-span::before{
    transform: translateY(-5px);
}
#header-nav-span::after{
    transform: translateY(5px);
}
.skip-link-new-active #header-nav-span{
    height: 0;
}
.skip-link-new-active #header-nav-span:before{
    transform: rotate(45deg);
}
.skip-link-new-active #header-nav-span:after{
    transform: rotate(-45deg);
}
.secbut{
    display: none;
}
#root-wrapper{
    transition: all 0.3s ease 0s;
}
.neklo-instagram__title{
    margin: 10px 0 5px 0;
}
@media (max-width: 768px){
    .secbut{
        display: flex;
    }
    #mini-cart-a{
        margin-top: 5px;
    }
    .hp-blocks-holder{
        border-bottom: 1px solid #c4c4c4;
    }
    .inner-container .hp-blocks-holder.skip-links--4{
        border-top: none;
    }
    .not_mobile_visible{
        display: none;
    }
}