.sidebar-menu-call{
    cursor:pointer;
}
.interactive-model,.product-entry-box h4{
    text-transform: none;
}
.social-list.social-list-gray{
    text-align: center;
    margin:10px 0;
}
.social-list.social-list-gray a{
    color:#acacac;
    border-color:#acacac;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.social-list.social-list-gray a:hover{
    color:#505050;
    border-color:#505050;
}
.sidebar-navigation-list-icon-wrapper{
    padding:15px 0 15px 80px;
    border-top:1px solid #f0f0f0;
    position: relative;   
}

.sidebar-navigation-list{
    margin:0;
    padding:0;
    list-style: none;
}
.sidebar-navigation-list > li a{
    display:block;
    padding:2px 20px 2px 0;
    position: relative;
    color:#b6b6b6;
    font-size:0.9em;
}
.sidebar-navigation-list > li a:hover{
    color:#404040;
}
.sidebar-navigation-list > li{
    margin-bottom:5px;
}
.sidebar-navigation-list > li:last-child{
    margin-bottom:0;
}
.sidebar-navigation-list > li a span{
    font-size:0.75em;
    display:block;
    width:10px;
    height:10px;
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.symbol-label{
    display:inline-block;
    position: absolute;
    top:15px;
    left:0;
    width:65px;
    padding:5px;
    text-align: center;
    font-size:0.85em;
    background:#f0f0f0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.sidebar-navigation-list-icon-wrapper:hover .symbol-label{
    background:#ff3700;
    color:#fff;
}
.overlay-menu.open, .customize.open{
    overflow-y: auto !important;
}
.orange-btn{
    margin-top:0;
}
.sidebar-navigation-list-wrapper-pop{
/*    background:#f0f0f0;*/
    background: linear-gradient(90deg, #840d81, #fe6b45);
    position: relative;
    padding:20px;
    margin-bottom:20px;
    margin-top:10px;
}
.sidebar-navigation-list-wrapper-pop-application{
    background:#ffffff;
    position: relative;
    padding:20px;
    margin-bottom:20px;
    margin-top:10px;
}
.sidebar-menu-main-item{
    display:block;
    position: relative;
    color: #b6b6b6;
    padding: 2px 20px 2px 0;
}
.sidebar-menu-main-item span{
    font-size:0.75em;
    display:block;
    width:10px;
    height:10px;
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
    
.sidebar-navigation-list-wrapper-pop:after{
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 240, 240, 0);
    border-bottom-color: #f0f0f0;
    border-width: 10px;
    margin-left: -10px;
}
.rounded-image-app{
    width:36px;
    background:#fff;
    height:36px;
    padding:5px;
    border:1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin-right:5px;
    position: relative !important;
    top: auto !important; 
    right: auto !important;
}
.collapse-submenu-btn img.plus-image{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
}
.overlay-menu .collapse-submenu-btn img.plus-image{
	left:0;
}
.collapse-submenu-btn.active .rounded-image-app{
    border-color:#ff3700;
}

.search-product-btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    background: #f0f0f0;
    min-width: 36px;
    height: 36px;

    text-align: center;
    
    margin: auto;
    font-family: 'vagLight';
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    position:relative;
    width:100%;
}

.search-product-btn span {
    position: absolute;
    width: 14px;
    height: 14px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: initial;
    left: 15px;
    color: #ff3700;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

#searchProduct {
    display: inline-block;
    width: 0;
    padding: 0;
    font-weight: normal;
    border: 0;
    background: transparent;
    height: 0;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    width: 100%;
    padding: 0 10px 0 35px;
    height: 36px;
}

.sidebar-navigation-list-icon-standard-wrapper{
    padding:15px 0 15px 150px;
    border-top:1px solid #f0f0f0;
    position: relative;
}

.standard-label{
    display:inline-block;
    position: absolute;
    top:15px;
    left:0;
    width:135px;
    padding:5px 10px;
    text-align: center;
    font-size:0.85em;
    background:#f0f0f0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.sidebar-navigation-list-icon-standard-wrapper:hover .standard-label{
    background:#ff3700;
    color:#fff;
}