.switcher {
    position: fixed;
    top: 320px;
    z-index: 99
}

.switcher .switch_btn {
    position: absolute;
    top: 0;
    right: -50px;
    z-index: -1
}

.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(0, 0, 0, .9)
}

.switcher .switch_menu {
    position: absolute;
    width: 220px;
    height: 30px;
    background: 0 0;
    display: none;
    top: 0;
    left: 60px;
    bottom: 0;
    margin: 10px 0
}

.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px
}

.switcher #styleOptions li:last-child {
    margin-right: 0
}

.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff
}

.switcher #styleOptions li a.blue-color {
    background: #1266e3
}

.switcher #styleOptions li a.pink-color {
    background: #e70887
}

.switcher #styleOptions li a.violet-color {
    background: #6936d8
}

.switcher #styleOptions li a.crimson-color {
    background: #ba0913
}

.switcher #styleOptions li a.orange-color {
    background: orange
}

.switcher #styleOptions li a.green-color {
    background: #95c41f
}