#theme-switcher {
    position: fixed;
    top: 125px;
    left: -102px;
    z-index: 10;
    background: #fff;
    width: 102px;
    color: black;
    padding: 12px 12px 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-left: none;
}

#theme-switcher #switcher-toggle {
    width: 50px;
    height: 50px;
    padding: 10px 6px 6px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: -50px;
    background: #fff;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-left: none;
    color: #212121;
    font-size: 22px;
    border-radius: 0 4px 4px 0;
}

#theme-switcher #switcher-toggle:hover img {
    opacity: 0.8;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#theme-switcher #switcher-toggle img {
    vertical-align: top;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

#theme-switcher .switcher-body h3 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #212121;
    text-align: center;
}

#theme-switcher .switcher-body .switcher-button {
    margin-top: 12px
}

#theme-switcher .switcher-body button {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    margin-bottom: 12px;
    border: none;
    border-radius: 4px;
    outline: 0;
}

#theme-switcher .switcher-body button:nth-of-type(2n + 2) {
    margin-right: 0
}

#theme-switcher .switcher-body .theme-default {
    background: #ef476f;
}

#theme-switcher .switcher-body .theme-dark-green {
    background: #3ea98d;
}

#theme-switcher .switcher-body .theme-red {
    background: #eb6d6d;
}

#theme-switcher .switcher-body .theme-green {
    background: #89b837;
}

#theme-switcher .switcher-body .theme-blue {
    background: #0088cc;
}

#theme-switcher .switcher-body .theme-turquoise {
    background: #087380;
}

#theme-switcher .switcher-body .theme-dark-blue {
    background: #006699;
}

#theme-switcher .switcher-body .theme-purple {
    background: #625d85;
}

@media screen and (max-width: 767px) {
    #theme_switcher {
        top: 70px
    }
}
