.mobile .theme-changer {
  display: none;
}


.theme-changer{
  background:#fff;
  border-radius:5px;
  margin-top:-150px;
  min-height:200px;
  padding:10px 10px 20px 10px;
  position:fixed;
  text-align:left;
  top:40%;
  width:300px;
  z-index: 99999;
  right:-301px;
  transition:all .2s;
  border: 2px solid #ccc;
}
.theme-changer input {
    padding: 5px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 1px solid #ccc;
    outline-color: #e9262c;
  }
.theme-changer textarea {
    padding: 5px;
    font-size: 15px;
    border-radius: 2px;
    border: 1px solid #ccc;
    outline-color: #e9262c;
    height: 70px;
    width: 100%;
}
.theme-changer input[type="submit"] {
    background: #e9262c;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    margin-left: 80px;
}
 .theme-changer input[type="submit"]:hover{
      background-color: #000;
}
.theme-changer.open{
  right:0;
}

.theme-changer .btn-changer{
  background:#e9262c;
  color: #fff;
  display:block;
  font-size:24px;
  height:150px;
  width: 40px;
  right:100%;
  position:absolute;
  text-align:center;
  top:34%;
  cursor: pointer;
  border:2px solid #ccc;
  border-radius: 5px 0 0 5px;
}
.theme-changer .btn-changer  h5{
    white-space: nowrap;
    transform: rotate(270deg);
    margin-top: 8rem;
    font-weight: bold;
    color: #fff;
  }
.theme-changer .btn-changer i {
  vertical-align:middle;
  line-height: 1.5;
}

.theme-changer ul.color-changer li {
  display: inline-block;
}

.theme-changer ul.color-changer a{
  background:#111;
  border:none;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 2px;
  text-decoration:none;  
}
.changer-body{
  padding: 20px 20px 0 20px;

}