
/* Ш-7567 Гамбургер - кнопка */
.zo_logo_container {
    width: 60px;
    position: relative;
    font-size: 20px;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.sv_mobile_button {
    position: relative;
    width: 25px;
    height: fit-content;
    box-sizing: content-box;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center 9px;
    text-align: center;
    font-size: 20px;
    color: #404042;
    cursor: pointer;
    z-index: 11;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 10px 12px 2px 12px;
    margin: 8px;
    display: flex;
    flex-direction: column;
    user-select: none;
}
.sv_mobile_button:hover, .sv_mobile_button:focus {
    background-color: #eeeeee;
}
.smbi_menu_img {
    width: 25px;
}
.smbi_close {
    display: none;
}
.zo_logo_container {
    display: none;
}
.sv_mobile_button[aria-expanded=true] .smbi_close {
    display: inline;
}
.sv_mobile_button[aria-expanded=true] .smbi_open {
    display: none;
}


/* Ш-7567 Гамбургер - меню */
.sv_top_navbar {
    border-bottom: 1px solid #eee;
    background-color: white;
    position: absolute;
    top: 56px;
    right: 0px;
    width: 200px;
    /* без этого заезжает на конктент пример */
    /* http://pvoytko.ru/jx/5sFSfjJQvl */
    /* Было 1, сделано 1111 иначе залезалет */
    /* кнопки вверх вниз на гамбург. и плашка товара */
    /* пример бага https://pvoytko.ru/jx/gpSoXMNRqa */
    z-index: 1111;
}
.sv_top_navbar_shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
}
.sv_logo_text{
    line-height: 55px;
    font-size: 26px;
    font-weight: bold;
    color: #b83839;
    display: inline-block;
    margin-right: 40px;
    padding-left: 30px;
}
.sv_logo_text_cabinet{
    line-height: 55px;
    font-size: 26px;
    font-weight: bold;
    color: #b83839;
    display: block;
    text-align: center;
    margin-right: 40px;
    padding-left: 30px;
}
@media (max-width: 512px) {
    .sv_logo_text_cabinet {
        text-align: left;
    }
}
@media (max-width: 400px) {
    .sv_logo_text_cabinet {
        padding-left: 10px;
        margin-right: 10px;
    }
}



/* Ш-7540 Левое меню */
.sv_menu_item_container{
    margin-left: 10px;
    min-width: 200px;
}
.sv_menu_active{
    border-bottom: 1px solid #e3e3e3;
}
.sv_menu_active .sv_menu_item{
    background: none repeat scroll 0% 0%;
    background-color: rgb(232 255 183); /* rgb(245, 245, 245) */
    color: rgb(57, 139, 206);
    border-left: 5px solid #099d14; /*#F15A23;*/
}
.sv_menu_item{
    border-left: 5px solid transparent;
    display: block;
    border-radius: 0px 4px 4px 0px;
    color: rgb(102, 102, 102);
    text-indent: 20px;
    line-height: 50px;
    margin-top: 1px;
    text-decoration: underline;
    padding-right: 20px;
    padding-left: 0px;
}
.sv_menu_item:hover{
    background: none repeat scroll 0% 0% rgb(245, 245, 245);
    color: rgb(57, 139, 206);
}
