
/* Styles Switcher */

#style-switcher {
background: #fff none repeat scroll 0 0;
border-radius: 0 0 3px;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
left: 0;
position: fixed;
top: 168px;
width: 220px;
z-index: 9999;
}
#style-switcher div {
padding: 0px 10px;
}
#style-switcher h2 {
color: #333;
font-family: montserrat,sans-serif;
font-size: 14px;
margin-bottom: 0;
margin-right: 0;
margin-top: 0;
padding: 10px 0;
text-align: center;
text-transform: uppercase;
}
#style-switcher h2 a {
background: #e6a722 none repeat scroll 0 0;
display: block;
height: 50px;
position: absolute;
right: -50px;
top: 0;
width: 50px;
}
#style-switcher h2 a i {
color: #fff;
font-size: 26px;
left: 12px;
position: absolute;
top: 12px;
}
.colors {
  padding-left: 7px;
}
.colors {
  list-style: none;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
}
.colors li {
  float: left;
}
.colors li a {
border-radius: 100px;
cursor: pointer;
display: block;
height: 35px;
margin: 6px;
width: 35px;
}
.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;
}
.style {
  background: #e6a722;
}
.style1 {
  background: #13bfb1;
}
.style2 {
  background: #8f44ad;
}
.style3 {
  background: #ed703a;
}
.style4 {
  background: #f50079;
}
.style5 {
  background: #e5c51a;
}
.style6 {
  background: #27ae62;
}
.style7 {
  background: #f39c11;
}
/*.style8 {
  background: #009688;
}
.style9 {
  background: #ed703a;
}
.style10 {
  background: #96cd02;
}
.style11 {
  background: #f50079;
}*/
.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;
  }
}

/*New switcher*/
div#tt-boxedbutton {
    top: 26.8%;
    right: 5px;
    position: fixed;
    z-index: 99;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    direction: ltr;
}
#tt-boxedbutton .rtlbutton-color {
    margin-top: 5px;
    position: relative;
}
#tt-boxedbutton .rtlbutton-color .box-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
#tt-boxedbutton .rtlbutton-color .box-description {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    right: 0;
    top: 0;
    padding: 5px 11px 5px 11px;
    white-space: nowrap;
    background-color: #191919;
    height: 40px;
    border-radius: 6px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transform: translate(calc(100% + 5px), 0);
    -ms-transform: translate(calc(100% + 5px), 0);
    transform: translate(calc(100% + 5px), 0);
    -webkit-transform: translate3d(calc(100% + 5px), 0, 0);
    transform: translate3d(calc(100% + 5px), 0, 0);
}
#tt-boxedbutton .rtlbutton-color .box-description .box-title {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.04em;
    padding-right: 0.5em;
    padding-top: 0.4em;
}
#tt-boxedbutton .rtlbutton-color .box-description ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
#tt-boxedbutton .rtlbutton-color .box-description ul li {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
#tt-boxedbutton .rtlbutton-color .box-description ul li:last-child {
    margin-right: 10px;
}
#tt-boxedbutton .rtlbutton-color .box-description ul li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    margin: 0;
}
#tt-boxedbutton .rtlbutton-color .box-description ul li.active a:before {
    content: "\ea11";
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    position: relative;
    left: 3px;
    top: 2px;
    font-family: "wokiee_icons";
    font-style: normal;
    font-weight: 400;
}
#tt-boxedbutton .rtlbutton-color:hover .box-description {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}