.style-switcher{position:relative}.style-switcher .style-switcher-btn,.style-switcher .style-switcher-wrapper{position:fixed;background-color:#fff;transition-property:all;transition-timing-function:cubic-bezier(.6,1,.8,1)}.style-switcher .style-switcher-btn{top:170px;left:0;width:45px;height:45px;font-size:20px;padding:10px;text-align:center;color:#333743;display:block;z-index:9999;border-top-right-radius:3px;border-bottom-right-radius:3px;cursor:pointer;transition-duration:.4s;-webkit-box-shadow:5px 3px 10px 0 rgba(0,0,0,.05);-moz-box-shadow:5px 3px 10px 0 rgba(0,0,0,.05);box-shadow:5px 3px 10px 0 rgba(0,0,0,.05)}.style-switcher .style-switcher-btn.triggered{left:220px;transition-duration:.4s;transition-property:all;transition-timing-function:cubic-bezier(.6,1,.8,1)}.style-switcher .style-switcher-wrapper{top:150px;left:0;width:220px;z-index:9998;color:#fff;overflow:auto;visibility:hidden;-webkit-backface-visibility:hidden;padding:15px 30px;margin-left:-220px;-webkit-box-shadow:1px 3px 15px 0 rgba(0,0,0,.1);-moz-box-shadow:1px 3px 15px 0 rgba(0,0,0,.1);box-shadow:1px 3px 15px 0 rgba(0,0,0,.1);transition-duration:.4s}.style-switcher .style-switcher-wrapper.active{visibility:visible;margin-left:0;transition-duration:.4s;transition-property:all;transition-timing-function:cubic-bezier(.6,1,.8,1)}.style-switcher .color-options{position:relative;height:30px;width:30px;border-radius:50%;margin-right:10px;display:inline-block;cursor:pointer}.style-switcher .color-options.active:after{font-family:exclusive-icon;content:"\e18f";position:absolute;top:5px;right:8px}.style-switcher .color-options.theme-blue{background:#2e71f0}.style-switcher .color-options.theme-gold{background:#ffc001}.style-switcher .color-options.theme-salmon{background:#f28c64}