
.styleswitcher .switcher-title {
    font-weight: 800;
    margin: 5px 5px;
    text-transform: uppercase;
}
.styleswitcher {
    background-color: #f7f8fa;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    right: -325px;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 325px;
    z-index: 999;
}
.styleswitcher-inner {
    height: 100%;
    right: 0;
    overflow: auto;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
}
.styleswitcher-inner input {
    margin-top: 10px;
    
}
.styleswitcher .switcher-btn-bx {
    box-shadow: 7px 0 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -70px;
    top: 200px;
}
/* styleswitcher-left End*/
/* styleswitcher-right */
.styleswitcher-right .switcher-title {
    font-weight: 800;
    margin: 10px 5px;
    text-transform: uppercase;
}
.styleswitcher-right {
    background-color: #ffffff;
    box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    right: -350px;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 350px;
    z-index: 999;
}
.styleswitcher-right .switcher-btn-bx {
    position: absolute;
    left: -40px;
    top: 200px;
}
.styleswitcher-right .switch-btn { 
	box-shadow:-3px 1px 5px rgba(0, 0, 0, 0.1); 
}
/* styleswitcher-right End */
.switch-btn {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 21px;
    height: 75px;
    line-height: 70px;
    text-align: center;
    width: 72px;
}
.layout-view, .nav-view, .header-view, .color-skins, .pattern-switcher, .background-switcher {
    margin: 0;
    padding: 0;
}
.layout-view li, .nav-view li, .header-view li {


    display: inline-block;
    font-weight: 600;
    min-width: 70px;
    padding: 5px 0px;

}

.styleswitcher-inner h6 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.layout-view li.active, .nav-view li.active, .header-view li.active {
 
    color: #333333;
}

