/* Style customizer */
div.style-customizer {
  background-color: transparent;
  color: #262626;
  width: 250px;
  position: fixed;
  height:auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  left: -250px;
}
.style-customizer a.button:hover {
    color:#000000 !important; 
}
.style-customizer.closed {
    box-shadow: none;
}
.style-customizer a.button:hover:after {
  z-index: -1;
}
.style-customizer a.button {
  z-index: 9;
}
.style-customizer a.button.button-border {
  background: #000000 none repeat scroll 0 0;
  border: 1px solid #000000;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 30px;
  text-transform: uppercase;
  width: 100%;
  color:#ffffff;
  font-weight:700
}
.style-customizer a.button.button-border:hover {
  background: transparent
}
div.style-customizer .buy-button {
  padding: 30px 30px 30px 30px;
  text-align: center;
  display: inline-block;
  z-index: 2;
  position: absolute;
  background: #ffffff;
  width: 100%;
}
div.style-customizer .content-chooser {
  background-color: #ffffff;
  border-top: medium none;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px;
  position: absolute;
  top: 50%;
  box-shadow: 1px 0px 2px rgba(0,0,0,0.1);
  transform: translateY(-50%);
}
div.style-customizer.opened .content-chooser {
  opacity: 1;
}
.content-chooser p {
  margin-bottom: 10px;
}
div.style-customizer h2 {
  margin: 0;
  font-size: 18px;
}
div.style-customizer h3 {
  font-size: 16px;
  margin-top: 30px;
  line-height: 15px;
}
div.style-customizer hr {
  margin: 15px 0;
}
div.style-customizer hr + h3 {
  margin-top: 0;
}
div.style-customizer a.opener {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0 0 0 0;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  left: 250px;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-58px);
  width: 45px;
  color:#04A959;
}
div.style-customizer.opened a.opener {
  right: -45px;
  border-color: transparent;
}
div.style-customizer ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 0;
}
div.style-customizer ul li {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 20px;
  margin: 3px;
  position: relative;
  transition: all 0.3s linear 0s;
  width: 40px;
  position: relative;
}
div.style-customizer ul.layoutstyle li:hover {
  background-color: #000000;
  color: #ffffff;
}
div.style-customizer ul.layoutstyle li i {
  color: #cccccc;
  font-size: 11px;
}
div.style-customizer ul.layoutstyle li.selected {
  border: 1px solid #aaaaaa;
}
div.style-customizer ul.layoutstyle li.selected i {
  color: #666666;
}
div.style-customizer ul.footerChange li {
  width: 45%;
  height: 30px;
  margin-right: 5px;
  font-size: 13px;
  padding: 6px 14px 0;
}
div.style-customizer ul.footerChange li.dark {
  color: #f1f1f1;
  background-color: #262626;
}
div.style-customizer ul.footerChange li.light {
  color: #333333;
  background-color: #f7f7f7;
}
div.style-customizer ul.footerChange li i {
  width: 20px;
}
div.style-customizer ul.patternChange li {
  border: 1px solid #cccccc;
}
div.style-customizer ul.patternChange li.pattern-0.selected:after,
div.style-customizer ul.patternChange li.pattern-1.selected:after,
div.style-customizer ul.patternChange li.pattern-2.selected:after,
div.style-customizer ul.patternChange li.pattern-3.selected:after,
div.style-customizer ul.patternChange li.pattern-4.selected:after {
  color: #333333;
}
div.style-customizer ul.patternChange li.selected:after {
  color: #ffffff;
}
div.style-customizer ul li.selected {
  overflow: hidden;
  border:1px solid #000000;
  box-sizing: border-box;
}
div.style-customizer ul.resetAll li {
  width: 100%;
  padding: 6px 0;
  min-width: 0;
  text-align: center;
  margin-top: 30px;
}

div.style-customizer .btn a {
  text-decoration: none;
  color: #ffffff;
}
div.style-customizer select {
  width: 100%;
  padding: 5px;
  border: 1px solid #b2bfca;
}

/*Color Skins*/
div.style-customizer .color-1,
div.style-customizer .color-2,
div.style-customizer .color-3,
div.style-customizer .color-4,
div.style-customizer .color-5,
div.style-customizer .color-6,
div.style-customizer .color-7,
div.style-customizer .color-8{
  position: relative;
  overflow:hidden;
}
div.style-customizer .color-1 {
  background: #60983d;
}
div.style-customizer .color-2 {
  background: #DC143C;
}
div.style-customizer .color-3 {
  background: #014EDA;
}
div.style-customizer .color-4 {
  background: #96CD02;
}
div.style-customizer .color-5 {
  background: #ED703A;
}
div.style-customizer .color-6 {
  background: #930037;
}
div.style-customizer .color-7 {
  background: #5178EA;
}
div.style-customizer .color-8 {
  background: #C62D1F;
}