
/* Styles Switcher */

#style-switcher h3 {
  color: #fff;
  font-size: 12px;
  margin: 5px 0 -3px 3px;
}
#style-switcher {
  background: #222;
  width: 150px;
  position: fixed;
  top: 168px;
  z-index: 9999;
  left: 0px;
  border-radius: 0 0 3px 0;
}
#style-switcher div {
  padding: 5px 10px;
}
#style-switcher h2 {
  color: #FFFFFF;
  padding: 0;
  font-size: 13px;
  padding: 3px 0 3px 14px;
  margin: 7px 0 0 0;
}
#style-switcher h2 a {
  background: #fff;
  display: block;
  height: 41px;
  position: absolute;
  right: -39px;
  top: 0;
  width: 39px;
}
#style-switcher h2 a i {
  font-size: 20px;
  color: #FF2A40;
  position: absolute;
  top: 10px;
  left: 8px;
}
.colors {
  padding-left: 7px;
}
.colors {
  list-style: none;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
}
.colors li {
  float: left;
  margin: 4px;
}
.colors li a {
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.layout-style select {
  width: 100%;
  padding: 5px;
  border: none;
  margin: 0 0 0 -5px;
  color: #fff;
  cursor: pointer;
}
#reset {
  margin: 0 0 15px 2px;
}
#reset a {
  color: #fff;
  font-size: 12px;
}
.style1 {
  background: #ff2a40;
}
.style2 {
  background: #00C8AB;
}
.style3 {
  background: #E58401;
}
.style4 {
  background: #A182D2 ;
}
.style5 {
  background: #3446FF;
}
.style6 {
  background: #FF4C83 ;
}
.style7 {
  background: #007B40 ;
}
.colors li a.active {
  box-shadow: 0 0 0px 2px #fff;
}
.icon-2x{
	color: #fff;
font-size:22px;
line-height:30px;
}

@media only screen and (max-width: 768px) {
  #style-switcher {
    display: none;
  }
}
