 
.yo-am,
.yo-am ul
{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.yo-am ul
{
    overflow: hidden;
    height: 0;
}
.yo-am li.active > ul
{
    height: auto;
}
.yo-am li
{
    line-height: 1.618em;
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}
 
.yo-am li a.item-current
{
    font-weight: bold;
}
.yo-am .item-wrapper
{
    position: relative;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    border: none;
    outline: none;
    background-color: transparent;
}
.yo-am .item-wrapper > div
{
    position: relative;
    display: table-cell;
    padding: .5em 0em;
    vertical-align: middle;
    word-wrap: break-word;
   
    
}
.yo-am li.active > .item-wrapper, .yo-am li .item-wrapper:hover
{
    font-weight: 600;
font-size: 16px;
line-height: 19px;
color: #007D35;
    
}

.yo-am .item-wrapper .item-icon
{
    line-height: 1;
    width: 4.3em;
    text-align: center;
}
.yo-am .item-wrapper .item-icon img
{
    display: block;
    max-width: 1.5em;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    border: 0;
}
.yo-am .item-wrapper .item-icon + div
{
    padding-left: 0;
}
.yo-am .item-wrapper .item-title
{
    width: 100%;
}
.yo-am .fa
{
    font-size: 1.25em;
}
.yo-am .item-wrapper .item-count
{
    width: 5.5em;
    padding: 0 2.5em 0 0;
    text-align: right;
}
.yo-am .item-wrapper .item-count-tb
{
    width: 5.7em;
    padding: 0 2.7em 0 0;
    text-align: center;
}
.yo-am .item-wrapper .item-count-tb-parent
{
    width: 3em;
    padding: 0;
    text-align: center;
}
.yo-am .item-wrapper .item-count span,
.yo-am .item-wrapper .item-count-tb span,
.yo-am .item-wrapper .item-count-tb-parent 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 rgba(0,0,0,.12);
    background-color: #fff;

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

    -webkit-border-radius: .8em;
       -moz-border-radius: .8em;
            border-radius: .8em;
}
.yo-am .item-wrapper .btn-toggle
{
    line-height: 1;
    width: 2.7em;
    padding: 0 .35em;
    cursor: pointer;
    border-left: 1px solid transparent;
}
.yo-am .item-image > a
{
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    outline: none;
    background: transparent;
}
.yo-am .item-image img
{
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    border: 0;
}
.yo-am .btn-toggle:hover
{
    
}
.yo-am .item-wrapper:hover .btn-toggle
{
     
}
.yo-am .btn-toggle:active, .yo-am .item-toggle:active
{
    
}
.yo-am .btn-toggle span
{
    position: relative;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
}
.yo-am .btn-toggle span:before
{
    position: absolute;
    top: 50%;
    right: 50%;
    width: 2em;
    height: 2em;
    margin-top: -1em;
    margin-right: -1em;
    content: '\f107';
    font-family: FontAwesome;
    opacity: 1;
    color: #007D35;
 
}

.yo-am .item-wrapper:hover .btn-toggle span:before
{
    opacity: 1;
}
.yo-am .btn-toggle:hover span:before
{
    content: '\f106';
    font-family: FontAwesome;
    color: #007D35;
}
.yo-am li.active > .item-wrapper .btn-toggle span:before
{
    content: '\f106';
        font-family: FontAwesome;
        color: #007D35;
}
.yo-am li.active > .item-wrapper .btn-toggle:hover span:before
{
    content: '\f106';
        font-family: FontAwesome;
        color: #007D35;
}
.yo-am .item-toggle
{
    cursor: pointer;
}
.yo-am li > .item-toggle:after
{
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.809em;
    content: '\f105';
    opacity: .45;
}
.yo-am li.active > .item-toggle:after
{
    content: '\f106';
        font-family: FontAwesome;
}
.yo-am li.active > .item-toggle:after,
.yo-am li .item-toggle:hover:after
{
    
     
}
.yo-am li li .item-wrapper .item-arrow:before
{
   
}
.yo-am li li.active > .item-wrapper .item-arrow:before,
.yo-am li li .item-current .item-arrow:before
{
     
    opacity: 1;
}
.yo-am  li li .item-wrapper
{
    padding-left: 0em;
}
.yo-am  li li li .item-wrapper
{
    padding-left: 2.5em;
}
.yo-am  li li li li .item-wrapper
{
    padding-left: 3.5em;
}
.yo-am  li li li li li .item-wrapper
{
    padding-left: 4.5em;
}
.yo-am *:before, .yo-am *:after {
    display: block;
}
.panel-heading:after,
.yo-am .item-wrapper,
.yo-am .item-wrapper .item-price span,
.yo-am .item-wrapper .btn-toggle,
.yo-am 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;
}
.yo-am, .yo-am ul a 
{
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #222222 !important;
}
.yo-am, .yo-am ul a.item-current
{
    color: #007D35 !important;
    font-weight: 600 !important;
}