
section.rex-style-switcher {
  position: fixed;
  z-index: 99999;
  width: 280px;
  background-color: #fff;
  font-size: 12px;
  color: #000;
  top: 185px;
  left: -280px;
  padding: 10px 25px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
section.rex-style-switcher a:hover, section.rex-style-switcher a:focus {
  text-decoration: none;
}
section.rex-style-switcher h1,
section.rex-style-switcher h2,
section.rex-style-switcher h3,
section.rex-style-switcher h4,
section.rex-style-switcher h5,
section.rex-style-switcher h6,
section.rex-style-switcher a,
section.rex-style-switcher p {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
}
section.rex-style-switcher a.rex-settings {
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
}
section.rex-style-switcher div.rex-options {
  width: 235px;
  padding: 10px 15px;
  margin: 10px auto;
  border: 1px solid #efefef;
}
section.rex-style-switcher div.rex-options h5 {
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
section.rex-style-switcher div.rex-options.rex-color ul, section.rex-style-switcher div.rex-options.rex-bg-pattern ul {
  padding: 0;
}
section.rex-style-switcher div.rex-options.rex-color ul li, section.rex-style-switcher div.rex-options.rex-bg-pattern ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
section.rex-style-switcher div.rex-options.rex-color ul li a, section.rex-style-switcher div.rex-options.rex-bg-pattern ul li a {
  width: 58px;
  height: 40px;
  display: inline-block;
}
section.rex-style-switcher div.rex-options.rex-color ul li:nth-child(3), section.rex-style-switcher div.rex-options.rex-bg-pattern ul li:nth-child(3) {
  margin-right: 0;
}
section.rex-style-switcher .rex-layout a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #efefef;
}
section.rex-style-switcher .rex-layout a.active {
  background-color: #f1f1f1;
}
