


.style-switcher{
    
    position:fixed;
    top: 20px;
    right: 0;
    z-index: 10;
    background-color: white;
    padding: 15px;
    border: 1px solid #d4d4e3;
    border-right: none;  
     border-radius: 0 0 0 5px;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.style-switcher.open{
    -webkit-transform: translate(0%);
    transform: translate(0%);
    
}


.style-switcher h5{
    font-size: 16px;
    color: #302e4d;
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8dfec;
}


.style-switcher ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 5px;
}


.style-switcher ul li{
    display: inline-block;
}

.style-switcher ul li a{
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 2px;
}



.style-switcher .toggle-style-switcher{
    position: absolute;
    height: 45px;
    width: 45px;
    background: white;
    left: -46px;
    top:-1px;
    border: 1px solid #d4d4e3;
    border-right: none;
    text-align: center;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
}


.style-switcher .toggle-style-switcher .fa{
    font-size: 23px;
    line-height: 43px;
}



.style-switcher .body-skin-1{
    padding-left: 10px;
    
}















