/*
 * YUMenu v1.0.5 Copyright © 2017, iDiY
 */
.wishlist-dop.wishlist-dop-mobi{
    margin-top: 2px;
}
body > .list-group{
    display: none;
}
#yumenu-1 .c23 > a{
    display: flex;
    align-items: center;
}
#yumenu-1 .c23 > a i{
    display: flex;
    margin-right: 5.175vw;
    color: #000;
    font-size: 4.375vw;    
}
.panel-heading
{
    font-size: 16px;
    position: relative;
    padding: .75em 1em;
    cursor: pointer;
}
.panel-heading:after
{
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 2px;
    margin-top: -5px;
    content: '';
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px transparent, 0 4px rgba(0,0,0,.5), 0 6px transparent, 0 8px rgba(0,0,0,.5);
       -moz-box-shadow: 0 2px transparent, 0 4px rgba(0,0,0,.5), 0 6px transparent, 0 8px rgba(0,0,0,.5);
            box-shadow: 0 2px transparent, 0 4px rgba(0,0,0,.5), 0 6px transparent, 0 8px rgba(0,0,0,.5);
}
.panel-heading.menu-collapsed
{
    padding-right: 30px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading.menu-collapsed:after
{
    opacity: 1;
}
.yum-am ul
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.yum-am .igroup > ul
{
    height: auto;
}
.yum-am ul ul
{
    overflow: hidden;
    height: 0;
}
.yum-am li.active > ul
{
    height: auto;
}
.yum-am li
{
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 24px;
}
.yum-am > ul > li:first-child
{
    border-top-color: transparent;
}
.yum-am li .icurrent
{
    font-weight: 500;
    font-size: 14px;
    color: #0B0B0B;
    font-size: 24px;
}
.yum-am li .icurrent .ititle span:first-child {
    line-height: 20px;
}
.yum-am li .icurrent .ititle span:first-child::after {
    content: "";
    text-decoration-line: underline;
    border: 1px solid #EAD0D2;
    width: 100%;
}
.yum-am li.iparent > .ilink
{
    cursor: pointer;
}
.yum-am .ilink
{
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: #555;
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
}
.yum-am li.active > .ilink,
.yum-am li .ilink:hover
{
    /*! color: #333; */
}
.yum-am li .ilink > div
{
    position: relative;
    padding: 8px 5px 8px 0;
}
.yum-am > ul li > ul li .ilink .ibtn::after {
    color: #A4A4A4;
}
.yum-am li.iparent > .ilink > .ititle
{
   padding: 8px 14px 8px 0;
}
.yum-am li .icurrent .ititle {
    height: 36px;
}
.yum-am li .ilink > .icount
{
    padding-right: 15px;
}
.yum-am .ilink .ititle
{
    display: flex;
    flex-shrink: 2;
    flex-grow: 8;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.02em;
    padding-left: 31px;
    font-size: 24px;
}
.yum-am .ilink .ibadge
{
    font-size: 85%;
    font-weight: normal;
    line-height: 1;
    margin-left: .5em;
    padding: .25em .5em;
    text-align: center;
    white-space: nowrap;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 1em;
    background-color: white;
    min-width: 1.65em;
}
.yum-am .ilink .iicon
{
    display: flex;
    padding: 0 1.3em;

    justify-content: space-between;
    align-items: center;
}
.yum-am li li .ilink .iicon {
    padding-left: 0;
}
.yum-am .ilink .iicon img
{
    display: block;
    max-width: 1.5em;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    border: 0;
}
.yum-am .ilink .iicon + div
{
    padding-left: 0;
}
.yum-am .ilink .iicon .fa
{
    font-size: 1.35em;
}
.yum-am .ilink .ibtn
{
    line-height: 0;
    display: flex;
    padding: 0;
    flex-basis: 31px;
    align-items: center;
    justify-content: left;
}
.yum-am li .ilink:hover .ibtn
{
    /*! border-left-color: rgba(0,0,0,.065); */
}
.yum-am .ilink .ibtn:hover
{
    /*! border-left-color: rgba(0,0,0,.065); */
    background-color: rgba(0,0,0,.015);
}

/* Arrow */
.yum-am .ilink .ibtn::after {
    content: '+';
    font-size: 33px;
    position: absolute;
    color: #0B0B0B;
}
.yum-am li.active > .ilink .ibtn::after {
    content: '';
}
.yum-am .ilink .ibtn:before
{
   content: '-';
font-size: 39px;
opacity: 1;
display: none;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.yum-am .ilink:hover .ibtn:before
{
    opacity: .65;
}
.yum-am .ilink .ibtn:hover:before,
.yum-am li.active > .ilink .ibtn:before
{
    /*! opacity: 0; */
}
.yum-am li.active > .ilink .ibtn:before
{
    display: inline-block;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
    margin-left: 2px;
    color: #0B0B0B;
}
.yum-am li li .ilink .ititle:before
{
    /*! font-weight: normal; */
    /*! line-height: 1em; */
    /*! position: absolute; */
    /*! top: 50%; */
    /*! left: .2em; */
    /*! margin-top: -.5em; */
    /*! content: '\2022'; */
    /*! opacity: .65; */
    /*! color: #23a1d1; */
}
.yum-am li li .ilink:hover .ititle:before,
.yum-am li li .icurrent .ititle:before
{
    opacity: 1;
}
.yum-am li li .ilink .iicon + .ititle:before
{
    content: '';
}
.yum-am *:before,
.yum-am *:after
{
    display: block;
}
.panel-heading:after,
.yum-am .ilink,
.yum-am .ibtn,
.yum-am .ibtn:before
{
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}
