﻿.styleswitcher .switcher-title, .styleswitcher-right .switcher-title {
    font-weight: 800;
    margin: 10px 5px;
    text-transform: uppercase
}

.styleswitcher, .styleswitcher-right {
    background-color: #fff;
    height: 100%;
    padding: 15px;
    z-index: 999
}

.styleswitcher {
    box-shadow: 2px 1px 5px rgba(0,0,0,.1);
    left: -220px;
    position: fixed;
    top: 0;
    width: 220px
}

.styleswitcher-inner {
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%
}

.styleswitcher .switcher-btn-bx {
    box-shadow: 7px 0 5px rgba(0,0,0,.1);
    position: absolute;
    right: -40px;
    top: 200px
}

.styleswitcher-right, .styleswitcher-right .switch-btn {
    box-shadow: -3px 1px 5px rgba(0,0,0,.1)
}

.styleswitcher-right {
    right: -220px;
    position: fixed;
    top: 0;
    width: 220px
}

    .styleswitcher-right .switcher-btn-bx {
        position: absolute;
        left: -40px;
        top: 200px
    }

.switch-btn {
    background: #fff;
    box-shadow: 2px 1px 5px rgba(0,0,0,.1);
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.background-switcher li, .color-skins li a {
    height: 35px;
    width: 35px
}

.background-switcher, .color-skins, .header-view, .layout-view, .nav-view, .pattern-switcher {
    margin: 0;
    padding: 0
}

    .header-view li, .layout-view li, .nav-view li {
        border: 2px solid #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        margin: 5px;
        min-width: 70px;
        padding: 5px 15px;
        text-align: center
    }

        .header-view li.active, .layout-view li.active, .nav-view li.active {
            border: 2px solid #333;
            color: #333
        }

    .color-skins li {
        cursor: pointer;
        display: inline-block;
        list-style: none;
        margin: 0 4px 10px
    }

        .color-skins li a {
            display: block
        }

    .background-switcher li, .pattern-switcher li {
        cursor: pointer;
        display: inline-block;
        margin: 0 4px 10px
    }

    .color-skins li .skin-1 {
        background-color: #8A7BD1
    }

    .color-skins li .skin-2 {
        background-color: #E63F75
    }

    .color-skins li .skin-3 {
        background-color: #42B8D4
    }

    .color-skins li .skin-4 {
        background-color: #35B494
    }

    .color-skins li .skin-5 {
        background-color: #FE4141
    }

    .color-skins li .skin-6 {
        background-color: #FF9763
    }

    .color-skins li .skin-7 {
        background-color: #6C95C7
    }

    .color-skins li .skin-8 {
        background-color: #26AA5D
    }

    .pattern-switcher li {
        height: 19px;
        width: 19px
    }

@media only screen and (max-width: 767px) {
    .styleswitcher {
        display: none
    }
}
