/*Helix_ultimate_Options*/
.template-options {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 1100;
  text-align: center;
}

.template-options.closed {
  right: -280px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.template-options .option-section {
  transform: rotate(90deg);
}

.template-options .option-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.template-options .option-section h4 {
  color: #333;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.template-options .option-section .checkbox {
  margin-bottom: 0;
}

.template-options .options-inner {
  position: relative;
}

.template-options .helix_ultimate_toggler {
  position: absolute;
  top: 0;
  left: -48px;
  display: inline-block;
  background: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #000;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.template-options .helix_ultimate_toggler:hover {
  color: #000;
}

.template-options .helix_ultimate_presets,
.template-options .helix_ultimate_bg-images {
  list-style: none;
  padding: 0;
  margin: -5px;
}

.template-options .helix_ultimate_presets li,
.template-options .helix_ultimate_bg-images li {
  display: inline-block;
  margin: 5px;
}

.template-options .helix_ultimate_presets li a,
.template-options .helix_ultimate_bg-images li a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  float: left;
}

.template-options .helix_ultimate_bg-images li a img {
  width: 100%;
}

.template-options .helix_ultimate_bg-images li.active a {
}

.template-options .helix_ultimate_presets li.active a {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
}
.template-options .style-chooser-inner ul {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: -8px;
}
.template-options .style-chooser-inner ul > li {
  width: 50%;
  float: left;
  padding: 8px;
}
.template-options .style-chooser-inner ul > li > a {
  color: #333;
  display: block;
  padding-bottom: 5px;
  position: relative;
}
.template-options .style-chooser-inner ul > li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.template-options .style-chooser-inner ul > li > a strong {
  margin: 5px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  z-index: 100;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .template-options {
    right: -280px;
  }
  .template-options.closed {
    right: 0;
  }
}

.template-options .layout-boxed.pattern {
  background-repeat: repeat !important;
  background-size: initial !important;
}
/*Select toogle */
.template-options .checkbox input {
  display: none;
}
.template-options .checkbox label {
  position: relative;
}
.template-options .checkbox label:before {
  background: #f0f0f0;
  content: "";
  position: absolute;
  width: 55px;
  height: 30px;
  border: 1px solid #e8eae9;
  left: -40px;
  top: 0;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.template-options .checkbox label:after {
  content: "";
  position: absolute;
  left: -38px;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.08);
}
.template-options .checkbox.checked label:after {
  left: -13px;
}
.template-options .checkbox.checked label:before {
  background: #2df16e;
}
.template-options .form-switch {
  position: relative;
}
.template-options .form-switch:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 2px;
  background: #d7d7d7;
  height: 18px;
  pointer-events: none;
}
.template-options .form-switch:before {
  content: "";
  background-image: url("../images/moon.png");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 7px;
  transform: rotate(-90deg);
  z-index: 10;
  background-size: contain;
  transition: 0.3s;
  opacity: 1;
  pointer-events: none;
  transition: 0.5s;
}
.template-options .mode-switch-wrap.active:before {
  background-image: url("../images/sun.png");
  top: 6px;
  right: 62px;
}
.template-options .mode-switch-wrap.active:after {
  background-color: #4b5a81;
}
.template-options .form-switch .form-check-input {
  width: 88px;
  height: 25px;
}
.template-options .form-switch:before {
  content: "";
  background-image: url("../images/moon.png");
  width: 20px;
  height: 20px;
}
.template-options .form-switch .form-check-input {
  background-image: url("../images/checkbox-bg.svg") !important;
  background-size: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  box-shadow: inset 0px 6px 8px 3px rgba(0, 0, 0, 0.1);
  filter: saturate(2.5);
  transition: 0.5s;
  cursor: pointer;
}
.template-options .form-switch .form-check-input:checked {
  background-position: 61px -3px;
  background-color: #242e47;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
