#style-switcher {
    right: -180px;
    position: fixed;
    top: 200px;
    width: 180px;
    z-index: 9999;
    background: #fff;
    border-radius: 0 0 3px;
    box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
}

#style-switcher div {
    padding: 5px 10px;
}

#style-switcher h2 {
    color: #222;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 15px 0px 7px 0px;
    text-align: center;
    text-transform: uppercase;
}

#style-switcher:hover {
    right: 0px;
}

#style-switcher h2 a {
    background: #222;
    border-radius: 0px 3px 3px 0px;
    display: block;
    height: 40px;
    position: absolute;
    left: -40px;
    top: 0;
    width: 40px;
}

#style-switcher h2 a i {
    color: #fff;
    font-size: 19px;
    right: 12px;
    position: absolute;
    top: 10px;
}

.colors {
    padding-right: 7px;
}

.colors {
    list-style: none;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

.colors li {
    float: right;
}

.colors li a {
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 7px 9px;
    width: 30px;
    border-radius: 30px;
}

.style1 {
    background: #d21e2b;
}

.style2 {
    background: #2193f1;
}

.style3 {
    background: #2ebf7e;
}

.style4 {
    background: #f7c605;
}

.style5 {
    background: #38c5a7;
}

.style6 {
    background: #2b4fbd;
}