.style-switcher {
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 10;
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #d4d4e3;
  border-right: none;
  border-radius: 0 0 0 5px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.style-switcher.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.style-switcher h5 {
  font-size: 16px;
  color: #302e4d;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8dfec;
}
.style-switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-bottom: 5px;
}

.style-switcher ul li {
  display: inline-block;
}
.style-switcher ul li a {
  height: 30px;
  width: 30px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 2px;
}

.style-switcher .toggle-style-switcher {
  position: absolute;
  height: 45px;
  width: 45px;
  background: #ffffff;
  left: -45px;
  top: -1px;
  text-align: center;
  border: 1px solid #d4d4e3;
  border-right: none;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
}
.style-switcher .toggle-style-switcher .fa {
  font-size: 20px;
  line-height: 43px;
}

.body-skin-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.body-skin-item label {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
