.panel-heading
{
    position: relative;
    cursor: pointer;
}
.panel-heading:after
{
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1em;
    height: 2px;
    margin-top: -5px;
    content: '';
    opacity: 0;
    background-color: rgba(0,0,0,.6);

    -webkit-box-shadow: 0 2px transparent, 0 4px rgba(0,0,0,.6), 0 6px transparent, 0 8px rgba(0,0,0,.6);
       -moz-box-shadow: 0 2px transparent, 0 4px rgba(0,0,0,.6), 0 6px transparent, 0 8px rgba(0,0,0,.6);
            box-shadow: 0 2px transparent, 0 4px rgba(0,0,0,.6), 0 6px transparent, 0 8px rgba(0,0,0,.6);
}
.panel-heading.menu-collapsed
{
    padding-right: 2.5em;
    border-color: transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;

    -webkit-transition: border-color .3s;
       -moz-transition: border-color .3s;
        -ms-transition: border-color .3s;
         -o-transition: border-color .3s;
            transition: border-color .3s;
}
.panel-heading.menu-collapsed:after
{
    opacity: 1;
}
.sb-fm
{
    position: relative;
    z-index: 2;
}
.sb-fm,
.sb-fm ul
{
    position: relative;
    width: 100%;
    height: calc(100% + 1px);
    background: #f5f5f5;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.sb-fm.fm-one ul,
.sb-fm .fm-container
{
    position: absolute;
    z-index: 777;
    top: 0;
    left: 100%;
    display: none;
}
.sb-fm.fm-one ul > div,
.sb-fm .fm-container > ul
{
    border: 1px solid #F2F2F2;
    background-color: #fff;

}
#column-right .sb-fm.fm-one ul,
#column-right .sb-fm .fm-container
{
    right: 100%;
    left: auto;
}
#column-right .sb-fm.fm-one ul > div,
#column-right .sb-fm .fm-container > ul
{
  
}
.sb-fm.fm-one ul
{
    top: -1px;
}
.sb-fm.fm-one ul ul
{
    top: -.5px;
}
.sb-fm.fm-one li
{
    /*position: relative;*/
}
.sb-fm .fm-container > ul
{
    display: table;
    padding: 1em;
    table-layout: fixed;
    border-radius: 4px;
    border-top-left-radius: 0;
}
.sb-fm .fm-container > ul > div
{
    display: table-cell;
    padding-right: 1em;
    vertical-align: top;
    word-wrap: break-word;
}
.sb-fm .fm-container > ul > div > li
{
    overflow: hidden;
    margin-bottom: 1em;
}
.sb-fm .fm-container > ul > div > li:hover .item-wrapper
{
    
}
.sb-fm .fm-container ul ul
{
    overflow: hidden;
    width: auto;
}
.sb-fm .fm-container ul ul > div
{
    padding: .5em;
}
.sb-fm .fm-container ul ul li
{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.sb-fm .fm-container ul ul li
{
    padding-right: .6em;
}
.sb-fm .fm-container ul ul li:last-child
{
    padding-right: 0;
}
.sb-fm .fm-container ul ul li:after
{
    font-weight: normal;
    position: absolute;
    top: 51%;
    right: 0;
    margin-top: -.809em;
    content: '•';
    opacity: .2;
}
.sb-fm .fm-container ul ul li:last-child:after
{
    content: '';
}
.sb-fm .fm-container ul ul li a
{
    cursor: pointer;
   
}
.sb-fm .fm-container ul ul li a:hover
{
    color: #23a1d1;
}
.sb-fm .fm-container .item-image + div
{
    overflow: hidden;
}
.sb-fm .fm-container .item-image.img-center
{
    float: none;
    margin: 0 auto;
}
.sb-fm .fm-container .item-image.img-center + div > a .item-title
{
    text-align: center;
}
.sb-fm .fm-container .item-image.img-center + div > a .item-icon + .item-title
{
    text-align: inherit;
}
.sb-fm .fm-container .item-image.img-left
{
    float: left;
    max-width: 50%;
    margin-right: 1em;
    border: 1px solid #eee;
}
.sb-fm .fm-container .item-image.img-right
{
    float: right;
    max-width: 50%;
    margin-left: 1em;
    border: 1px solid #eee;
}
.sb-fm .fm-container .item-wrapper .item-count,
.sb-fm .fm-container .item-wrapper .item-price
{
    display: inline-block;
    width: auto;
    margin: 0 .2em;
    padding: 0;
}
.sb-fm .fm-container .fm-content
{
    padding: .5em 1em;
    border: 1px dashed #ddd;
    border-radius: 4px;
}
.sb-fm li
{
        line-height: 17px;
    font-size: 13px;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    background: white;
}
.sb-fm > li+li,
.sb-fm.fm-one li+li
{
    border-top: 1px solid #e0e0e0;
}
.sb-fm li a.item-current
{
    font-weight: bold;
}
.sb-fm .item-wrapper
{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    text-decoration: none;

    border: none;
    outline: none;
    background-color: whitesmoke;
}
.sb-fm li.active > .item-wrapper,
.sb-fm li:hover > .item-wrapper,
.sb-fm .fm-container .item-wrapper
{
    
   
}
.sb-fm .item-wrapper > div
{
    position: relative;
    display: table-cell;
    padding: 4px 0 4px 10px;
    height: 47px;
    vertical-align: middle;
    word-wrap: break-word;
    font-size: 16px;
}
.sb-fm .item-wrapper .item-icon
{
    line-height: 1;
    width: 3.5em;
    text-align: center;
}
.sb-fm .item-wrapper .item-icon img
{
    display: block;
    min-width: 40px;
    width: 30px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    border: 0;
    padding-right: 15px;
}
.sb-fm .item-wrapper .item-icon + div
{
    color: black;
    padding-left: 0;
}
.sb-fm .item-wrapper .item-title
{
    width: 100%;
}
.sb-fm .fa
{
    font-size: 1.25em;
}
.sb-fm .item-wrapper .item-count
{
    width: 5.5em;
    padding: 0 2.5em 0 0;
    text-align: right;
}
.sb-fm .item-wrapper .item-count span
{
    font-size: 83%;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    min-width: 1.6em;
    margin-bottom: .1em;
    padding: .3em .5em;
    text-align: center;
    border: 1px solid #F2F2F2;
    background-color: #fff;

    -webkit-border-radius: .8em;
       -moz-border-radius: .8em;
            border-radius: .8em;
}
.sb-fm .item-wrapper .item-price
{
    font-size: 83%;
    font-weight: normal;
    width: 50%;
    padding: 0 1.35em 0 0;
    text-align: right;
}
.sb-fm .item-wrapper .item-price span
{
    line-height: 1;
    padding: .1em .6em;
    border: 1px solid #F2F2F2;
    background-color: #fff;

    -webkit-border-radius: .8em;
       -moz-border-radius: .8em;
            border-radius: .8em;
}
.sb-fm .item-image > a
{
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    outline: none;
    background: transparent;
}
.sb-fm .item-image img
{
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    border: 0;
}
.sb-fm .item-toggle:active
{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.04);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.04);
}
.sb-fm .item-toggle
{
    cursor: pointer;
}
.sb-fm li > .item-toggle2:after
{
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.809em;
    content: '→';
    opacity: .45;
}

.sb-fm li > .item-toggle:after
{

       content: ''!important;
    background-image: url(/catalog/view/theme/oct_remarket/img/next_svg.svg);
    width: 30px!important;
    height: 30px!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    box-sizing: border-box;
    position: absolute;
    top: 45%;
    right: 0em;
    margin-top: -0.809em;
    opacity: 0.7;

}

.sb-fm li.active > .item-toggle:after,
.sb-fm li .item-toggle:hover:after
{
    opacity: .85;
    text-shadow: 0 1px 0 #fff;
}
.sb-fm *:before, .sb-fm *:after {
    display: block;
}
.panel-heading:after,
.sb-fm .item-wrapper,
.sb-fm .item-wrapper .item-price span,
.sb-fm li > .item-toggle:after
{
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.sb-fm .item-wrapper:hover {
    background: #e9e9e9;
}

.sb-fm li:hover {
     text-decoration: none; 
}

.sidebar__catalog {
    
    display: flex;
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    border-radius: 4px 4px 0 0;
    -webkit-box-align: center;
    
    align-items: center;
    -webkit-box-pack: justify;
    
    justify-content: space-between;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    background-color: #0f408c;
        margin-right: 10px;
   
}

.sidebar__catalog a {
color: #fff;
    font-size: 16px;
        text-decoration: none;
    line-height: 1.5;
}