/*
 * @author      Anthony <xristmas365@gmail.com>
 * @copyright   industrialax.com
 * @license     https://industrialax.com
 */

/*
    Created on : Jul 17, 2018, 10:42:37 AM
    Author     : Paul Stolyarov <teajeraker@gmail.com>
*/
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 25px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.l-site_theme_icon {
  position: fixed;
  top: 130px;
  right: 0;
  width: 150px;
  background: rgba(0, 0, 0, .3);
  z-index: 100;
  border-radius: 8px 0 0 8px;
  text-align: center;
  color: #333;
  padding: 10px 0;
}

.l-site_theme_icon .fa {
  color: #333;
  font-size: 2rem;
}

/*THEME MENU*/

.l-site_theme_icon a {
  display: block;
  font-size: 26px;
  color: #fff;
  padding: 10px;
  width: auto;
  transition: all 0.6s ease;
  color: #333;
  line-height: 1;
  margin: 0px;
  padding: 0px
}

.l-site_theme_menu_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999998;
  width: 300px;
  background: #e0eafc;
  background: linear-gradient(to bottom, #acb6e5, #cfdef3);
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: all 0.3s ease
}

.l-site_theme_menu_wrap:after {
  position: absolute;
  z-index: 3;
  width: 100%;
  opacity: .9;
  height: 100%;
  content: "";
  display: block;
  background: #fff;
  top: 0
}

.l-site_theme_menu_wrap.j-site_theme_menu_open {
  transform: translateX(0%)
}

.l-site_theme_menu {
  position: relative;
  height: 100%;
  z-index: 4;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #333;
  text-transform: uppercase
}

.l-site_theme_menu a {
  text-decoration: none;
  color: #333
}

.l-site_theme_menu_close_btn {
  padding: 20px;
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 13px
}

.l-site_theme_menu_close_btn:hover {
  background: #eee
}

.l-site_theme_menu_close_btn i {
  display: inline-block;
  margin-right: 5px;
  line-height: 1
}

.l-site_theme_menu > ul {
  margin: 0px;
  padding: 15px 0 0 0;
  list-style: none;
  font-size: 14px;
  overflow-y: auto;
  height: 100%
}

.l-site_theme_menu > ul > li {
  border-radius: 3px;
  margin: 3px 15px 0
}

.l-site_theme_menu > ul a,
.l-site_theme_menu > ul span {
  display: block;
  padding: 12px 15px;
  cursor: pointer;
  position: relative;
  line-height: 1.3;
  word-wrap: break-word
}

.l-site_theme_menu > ul a:hover,
.l-site_theme_menu > ul span:hover {
  background: #eee
}

.l-site_theme_menu > ul a i,
.l-site_theme_menu > ul span i {
  display: inline-block;
  margin-right: 10px
}

.l-site_theme_menu > ul .l-site_theme_menu_submenu span::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 19px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
  transform: rotate(-90deg);
  transition: .3s
}

.l-site_theme_menu > ul .l-site_theme_menu_submenu ul {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style: none
}

.l-site_theme_menu > ul .l-site_theme_menu_submenu ul a {
  padding: 10px 10px 10px 40px
}

.l-site_theme_menu > ul .l-site_theme_menu_submenu.j-site_theme_menu_opened ul {
  display: block
}

.l-site_theme_menu > ul .l-site_theme_menu_submenu.j-site_theme_menu_opened span::before {
  transform: rotate(0deg)
}

@-webkit-keyframes hvr-buzz-out {
  10%,
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20%,
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50%,
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60%,
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10%,
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20%,
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50%,
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60%,
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@-webkit-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  to {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  to {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

.l-site_theme_menu_checkbox_wrap label {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  padding-left: 29px;
  position: relative;
}

.l-site_theme_menu_checkbox_wrap input {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  margin: 0;
  z-index: -1;
  left: 0;
  pointer-events: none;
  padding: 0;
}

.l-site_theme_menu_checkbox_wrap input:checked + .l-site_theme_menu_check .l-site_theme_menu_checked {
  background: #77b8bf;
}

.l-site_theme_menu_checkbox_wrap input:checked + .l-site_theme_menu_check .l-site_theme_menu_checked:before {
  color: #fff;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: .3s forwards checkbox-on;
  animation: .3s forwards checkbox-on;
}

.l-site_theme_menu_check {
  float: left;
  padding: 0 10px 0 0 !important;
  position: absolute !important;
  display: block;
}

.l-site_theme_menu_checked {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, .54);
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
  padding: 0;
}

.l-site_theme_icon {
  position: fixed;
  top: 80px;
  right: 0;
  width: 60px;
  background: rgba(0, 0, 0, .3);
  z-index: 100;
  border-radius: 8px 0 0 8px;
  text-align: center;
  color: #333;
  padding: 10px 0;
}

.l-site_theme_icon a {
  display: block;
  font-size: 26px;
  width: auto;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  color: #333;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.l-site_theme_menu_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999998;
  width: 300px;
  background: #e0eafc;
  background: -webkit-gradient(linear, left top, left bottom, from(#acb6e5), to(#cfdef3));
  background: linear-gradient(to bottom, #acb6e5, #cfdef3);
  -webkit-box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .42), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.l-site_theme_menu_wrap:after {
  position: absolute;
  z-index: 3;
  width: 100%;
  opacity: .9;
  height: 100%;
  content: "";
  display: block;
  background: #fff;
  top: 0;
}

.l-site_theme_menu_wrap.j-site_theme_menu_open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.l-site_theme_menu {
  position: relative;
  height: 100%;
  z-index: 4;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #333;
  text-transform: uppercase;
}

.l-site_theme_menu a {
  text-decoration: none;
  color: #333;
}

.l-site_theme_menu_close_btn {
  padding: 20px;
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}

.l-site_theme_menu > ul a:hover,
.l-site_theme_menu > ul span:hover,
.l-site_theme_menu_close_btn:hover {
  background: #eee;
}

.l-site_theme_menu_close_btn i {
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
}

.l-site_theme_menu > ul {
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
  font-size: 14px;
  overflow-y: auto;
  height: 100%;
  padding: 15px 0 110px;
}

.l-site_theme_menu > ul > li {
  border-radius: 3px;
  margin: 3px 15px 0;
}

.l-site_theme_menu > ul a,
.l-site_theme_menu > ul span {
  display: block;
  padding: 12px 15px;
  cursor: pointer;
  position: relative;
  line-height: 1.3;
  word-wrap: break-word;
}

.l-site_theme_menu > ul a i,
.l-site_theme_menu > ul span i {
  display: inline-block;
  margin-right: 10px;
}

.l-site_theme_menu > ul .l-site_theme_menu_submenu span::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 19px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: #333 transparent transparent;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.l-site_theme_menu > ul .l-site_theme_menu_submenu ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-site_theme_menu > ul .l-site_theme_menu_submenu ul a {
  padding: 10px 10px 10px 40px;
}

.l-site_theme_menu > ul .l-site_theme_menu_submenu.j-site_theme_menu_opened ul {
  display: block;
}

.l-site_theme_menu > ul .l-site_theme_menu_submenu.j-site_theme_menu_opened span::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.l-site_theme_menu_label {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  padding-left: 29px;
  position: relative;
}

.l-site_theme_menu_checkbox {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  margin: 0;
  z-index: -1;
  left: 0;
  pointer-events: none;
  padding: 0;
}

.l-site_theme_menu_checkbox:checked + .l-site_theme_menu_check .l-site_theme_menu_checked {
  background: #77b8bf;
}

.l-site_theme_menu_checkbox:checked + .l-site_theme_menu_check .l-site_theme_menu_checked:before {
  color: #fff;
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: .3s forwards checkbox-on;
  animation: .3s forwards checkbox-on;
}

.l-site_theme_menu_checkbox:checked + .l-site_theme_menu_check:before {
  -webkit-animation: .5s rippleOn;
  animation: .5s rippleOn;
}

.l-site_theme_menu_check,
.l-site_theme_menu_checked {
  left: -1px;
  top: -1px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.l-site_theme_menu_check {
  float: left;
  padding: 0 10px 0 0 !important;
  position: absolute !important;
  display: block;
}

.l-site_theme_menu_check:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, .84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  top: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1);
}

.l-site_theme_menu_checked {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, .54);
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
  padding: 0;
}

.l-site_theme_menu_checked:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: -3px;
  margin-left: 7px;
  width: 0;
  color: #fff;
  height: 0;
  -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: .3s forwards checkbox-off;
  animation: .3s forwards checkbox-off;
}

.l-site_theme_menu_colors_title {
  text-align: center;
}

.l-site_theme_menu_colors_picker {
  border-radius: 3px;
  padding: 5px 10px;
  outline: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 128px;
  color: #fff;
  height: 35px;
  margin-right: 5px;
  background: #77b8bf;
  border: 1px solid #999;
}

.l-site_theme_menu_colors_btn {
  color: #fff;
  background-color: #999;
  -webkit-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, .14), 0 3px 1px -2px rgba(153, 153, 153, .2), 0 1px 5px 0 rgba(153, 153, 153, .12);
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, .14), 0 3px 1px -2px rgba(153, 153, 153, .2), 0 1px 5px 0 rgba(153, 153, 153, .12);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  padding: 8px 30px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  border-radius: 3px;
  outline: 0;
  -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
  transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1);
  transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
  will-change: box-shadow, transform;
  width: 92% !important;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}

.l-site_theme_menu_colors_btn:hover {
  opacity: 0.9;
}

.l-site_theme_menu_colors_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/******   COLOR  *******/
.field-theme-color .form-control {
  border-radius: 3px;
  padding: 5px 10px;
  outline: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
  color: #fff;
  height: 35px;
  margin-right: 5px;
  margin-bottom: 48px;
  background: #77b8bf;
  border: 1px solid #999;
}

.field-theme-color .iris-picker {
  order: 3;
  margin-top: 40px;
  width: 100% !important;
  padding-bottom: 20.3271px;
  border-color: transparent;
  background: rgba(255, 255, 255, 0);
  text-shadow: none;
}

.field-theme-color .iris-border .iris-picker-inner {
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  display: flex;
}

.field-theme-color .iris-square {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .4);
  float: left;
  position: relative;
  width: auto !important;
  height: 179.5px !important;
  margin-right: 16px !important;
  flex-grow: 1;
}

.field-theme-color .iris-picker .iris-square-value {
  background: 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  display: block;
  cursor: pointer;
  line-height: 1.3;
  word-wrap: break-word;
  text-decoration: none;
  color: #333;
  transition: all .4s ease;
}

.field-theme-color .iris-picker .iris-square-handle {
  padding: 0 !important;
  line-height: 1.3;
  word-wrap: break-word;
  display: block;
}

.field-theme-color .iris-slider {
  width: 28.6px !important;
  height: 179.5px !important;
}

.field-theme-color .iris-picker .iris-strip .ui-slider-handle {
  padding: 0 !important;
  line-height: 1.3;
  word-wrap: break-word;
  display: block;
}

.field-theme-color .iris-palette-container {
  bottom: auto !important;
  top: -35px;
  width: 100%;
  left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.field-theme-color .iris-palette {
  padding: 4px;
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 1.3;
  word-wrap: break-word;
}

/*******   SELECT   *******/
.field-theme-col_qty {
  display: flex;
  align-items: center;
}

.field-theme-col_qty .control-label {
  order: 2;
  margin-bottom: 0;
  color: #333;
}

.field-theme-col_qty .has-success .control-label {
  color: #333;
}

.field-theme-col_qty .form-control {
  width: 50px;
  position: relative;
  display: flex;
  width: 40px;
  height: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .54);
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
  padding: 0 0 0 5px;
  margin-right: 15px;
}



