
.collection-submenu {
    padding: 0;
    margin-left: -5px;
    margin-top: -15px;
    margin-bottom: 5px;
}

.collection-submenu li {
    display: inline-block;
    margin: 10px 5px;
}

.collection-submenu li a {
    border: 1px solid #e2e2e2;
    color: #646464;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
}

.collection-submenu li a:hover {
    color: #646464;
    background: #e2e2e2;
}

ul.sidebar ul.shelf_third.show {
    /*background-color: rgba(217,109,55,0.1);*/
    border-left: 3px solid #d96d37;
}


ul.shelf_second>li>button.linklist {

    font-weight: 700;
}

ul.shelf_second>li>button.linklist.collapsed {

    font-weight: 700;
}

ul#collection_menu_shelf_top.sidebar>li>button.linklist {
    color: #d96d37;
    font-weight: 700;
}

ul#collection_menu_shelf_top.sidebar>li>button.linklist.collapsed {
    color: #646464;
    font-weight: 700;
}

/*箭頭*/
ul#collection_menu_shelf_top.sidebar>li>button.linklist:after {
    border-color: #d96d37;
}

ul#collection_menu_shelf_top.sidebar>li>button.linklist.collapsed:after {
    border-color: #646464;
}

/*Mobile Sidebar*/
#index_sidebar_shelf_top>li:not(.logo) .shelf_third a,
#index_sidebar_shelf_top>li:not(.logo) .shelf_third button {
    background: #ffffff;
    color: #646464;
}

#index_sidebar_shelf_top li:nth-child(4) ul#index_sidebar_shelf_second_4 li {
    width: 100%;
}

#index_sidebar_shelf_top li:nth-child(4) ul#index_sidebar_shelf_second_4 li a {
    position: relative;
    height: auto;
    padding: 15px 20px;

}

#index_sidebar_shelf_top li:nth-child(4) ul#index_sidebar_shelf_second_4 li a:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 33.3%;
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: contain;

}

#index_sidebar_shelf_top li:nth-child(4) ul#index_sidebar_shelf_second_4 li a span {
    text-indent: -999999px;
    display: none;
}
