/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
	Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* PANELTOOL */
/**********************************/
#deo-paneltool {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 361px;
  z-index: 9;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  right: -361px; }
  .rtl #deo-paneltool {
    left: -361px;
    right: auto; }
  #deo-paneltool.active {
    z-index: 1005;
    right: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .rtl #deo-paneltool.active {
      left: 0;
      right: auto; }
    #deo-paneltool.active .paneltool-title:before {
      content: '\e917';
      -webkit-animation: none;
      -moz-animation: none;
      animation: none; }
  #deo-paneltool .paneltool-title {
    top: 50%;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 15px;
    position: absolute;
    white-space: nowrap;
    font-weight: normal;
    text-transform: uppercase;
    background: #1bbc9b;
    right: 100%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(90deg) translateX(50%);
    -moz-transform: rotate(90deg) translateX(50%);
    -ms-transform: rotate(90deg) translateX(50%);
    -o-transform: rotate(90deg) translateX(50%);
    transform: rotate(90deg) translateX(50%); }
    .rtl #deo-paneltool .paneltool-title {
      left: 100%;
      right: auto; }
    .rtl #deo-paneltool .paneltool-title {
      -webkit-transform-origin: top left;
      -moz-transform-origin: top left;
      -ms-transform-origin: top left;
      -o-transform-origin: top left;
      transform-origin: top left;
      -webkit-transform: rotate(-90deg) translateX(-50%);
      -moz-transform: rotate(-90deg) translateX(-50%);
      -ms-transform: rotate(-90deg) translateX(-50%);
      -o-transform: rotate(-90deg) translateX(-50%);
      transform: rotate(-90deg) translateX(-50%); }
    @media (min-width: 992px) {
      #deo-paneltool .paneltool-title:hover {
        background: #169a7f; } }
    #deo-paneltool .paneltool-title:before {
      content: '\e9ce';
      font-family: "deo-custom-icons";
      display: inline-block;
      margin-right: 5px;
      -webkit-animation: cssload-spin 2s infinite linear;
      -moz-animation: cssload-spin 2s infinite linear;
      animation: cssload-spin 2s infinite linear; }
      .rtl #deo-paneltool .paneltool-title:before {
        margin-left: 5px;
        margin-right: inherit; }
    #deo-paneltool .paneltool-title:after {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      bottom: -25px;
      z-index: 9;
      margin: auto;
      background: url(../../../../assets/img/modules/deotemplate/img/label-new.png) no-repeat;
      background-size: 100%;
      right: auto;
      left: -25px;
      -webkit-animation: heartbeat 1s infinite;
      -moz-animation: heartbeat 1s infinite;
      animation: heartbeat 1s infinite; }
      .rtl #deo-paneltool .paneltool-title:after {
        right: -25px;
        left: auto; }
  #deo-paneltool .paneltool-content {
    height: 100%;
    width: 100%;
    padding-top: 60px;
    background: #FFFFFF;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 0 1px 1px; }
    .rtl #deo-paneltool .paneltool-content {
      border-width: 1px 1px 1px 0; }
  #deo-paneltool .block-panelcontent {
    padding: 15px; }
  #deo-paneltool .nav-tabs {
    top: 1px;
    z-index: 9;
    position: absolute;
    padding-bottom: 0px;
    background: #f2f2f2;
    right: 0px;
    left: 1px; }
    .rtl #deo-paneltool .nav-tabs {
      right: 1px;
      left: 0px; }
    #deo-paneltool .nav-tabs .nav-item {
      margin-bottom: 0px; }
      #deo-paneltool .nav-tabs .nav-item + .nav-item {
        margin-left: 0px; }
        .rtl #deo-paneltool .nav-tabs .nav-item + .nav-item {
          margin-right: 0px;
          margin-left: inherit; }
  #deo-paneltool .tab-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
  #deo-paneltool .panelbutton {
    height: 60px;
    width: 60px;
    padding: 6px;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #000000;
    border-radius: 0px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    #deo-paneltool .panelbutton.active {
      background: #FFFFFF;
      color: #1bbc9b; }
      #deo-paneltool .panelbutton.active:hover {
        background: #FFFFFF; }
    @media (min-width: 992px) {
      #deo-paneltool .panelbutton:hover {
        color: #1bbc9b; } }
    #deo-paneltool .panelbutton i {
      font-size: 20px; }
      #deo-paneltool .panelbutton i:before {
        content: '\e981';
        font-family: "deo-custom-icons"; }
    #deo-paneltool .panelbutton span {
      display: block;
      font-size: 7px;
      margin-top: 4px; }
    #deo-paneltool .panelbutton.theme-customize-tab-title i:before {
      content: '\eab3'; }
    #deo-paneltool .panelbutton.demo-homepage-tab-title i:before {
      content: '\e960'; }
    #deo-paneltool .panelbutton.demo-product-list-tab-title i:before {
      content: '\e929'; }
    #deo-paneltool .panelbutton.demo-product-page-tab-title i:before {
      content: '\e968'; }
    #deo-paneltool .panelbutton.demo-checkout-page-tab-title i:before {
      content: '\ea05'; }
  #deo-paneltool .line-space {
    margin-bottom: 30px; }
  #deo-paneltool .control-label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: underline;
    text-align: left; }
    .rtl #deo-paneltool .control-label {
      text-align: right; }
    #deo-paneltool .control-label.label-small {
      color: inherit;
      font-size: 13px;
      font-weight: normal;
      text-transform: none;
      text-decoration: none; }
    #deo-paneltool .control-label.label-sub {
      font-weight: 600;
      text-decoration: none;
      text-transform: none;
      font-style: italic; }
    #deo-paneltool .control-label .reset-to-default {
      font-size: 12px;
      font-weight: normal;
      text-transform: none;
      float: right; }
      .rtl #deo-paneltool .control-label .reset-to-default {
        float: left; }
      #deo-paneltool .control-label .reset-to-default:before {
        content: '\ea55';
        font-family: "deo-custom-icons";
        margin-right: 3px; }
        .rtl #deo-paneltool .control-label .reset-to-default:before {
          margin-left: 3px;
          margin-right: inherit; }
    #deo-paneltool .control-label i {
      display: none;
      margin-right: 5px; }
      .rtl #deo-paneltool .control-label i {
        margin-left: 5px;
        margin-right: inherit; }
  #deo-paneltool .desc, #deo-paneltool .custom-skin {
    font-size: 11px;
    margin-top: 5px;
    font-style: italic; }
    #deo-paneltool .desc a, #deo-paneltool .custom-skin a {
      text-decoration: underline; }
  #deo-paneltool .custom-skin {
    color: #f7525a;
    text-align: center; }
  #deo-paneltool .awesomplete {
    display: table-cell; }
    #deo-paneltool .awesomplete > ul {
      z-index: 9;
      background: #FFFFFF; }
  #deo-paneltool .more-font-family {
    padding: 5px 8px;
    background: #e9ecef;
    border: 1px solid #ced4da; }
    #deo-paneltool .more-font-family:before {
      content: "\ea3c";
      font-size: 13px;
      font-family: "deo-custom-icons"; }
    #deo-paneltool .more-font-family.show:before {
      content: "\ea3f"; }
  #deo-paneltool .apply-custom-font {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    margin-top: 10px;
    padding: 6px 12px;
    background: #000000;
    text-align: center;
    position: relative; }
    #deo-paneltool .apply-custom-font .deo-icon-loading {
      top: 50%;
      left: 50%;
      font-style: normal;
      position: absolute;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #deo-paneltool .apply-custom-font .deo-icon-loading:before {
        content: "\ea42";
        display: block;
        font-family: "deo-custom-icons";
        -webkit-animation: cssload-spin 1s infinite steps(8);
        -moz-animation: cssload-spin 1s infinite steps(8);
        animation: cssload-spin 1s infinite steps(8); }
    #deo-paneltool .apply-custom-font.loading {
      cursor: not-allowed; }
      #deo-paneltool .apply-custom-font.loading .deo-icon-loading {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100); }
      #deo-paneltool .apply-custom-font.loading span {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0); }
  #deo-paneltool .custom-color {
    color: #f7525a;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 11px;
    font-style: italic;
    text-align: center;
    border-bottom: 3px double #eaeaea; }
  #deo-paneltool .form-control {
    background: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 0px; }
    #deo-paneltool .form-control.deo-custom-font, #deo-paneltool .form-control.color-picker {
      border-width: 1px 0px 1px 1px; }
      .rtl #deo-paneltool .form-control.deo-custom-font, .rtl #deo-paneltool .form-control.color-picker {
        border-width: 1px 1px 1px 0px; }
  #deo-paneltool .desc {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 300;
    font-style: italic; }
  #deo-paneltool .error-msg {
    display: none;
    color: #f7525a;
    font-size: 10px;
    margin-top: 5px;
    font-style: italic;
    text-align: left; }
    .rtl #deo-paneltool .error-msg {
      text-align: right; }
  #deo-paneltool .error .error-msg {
    display: block; }
  #deo-paneltool .colorpicker-element .input-group-btn {
    padding: 5px 8px;
    background: #e9ecef;
    border: 1px solid #ced4da; }
    #deo-paneltool .colorpicker-element .input-group-btn i {
      width: 20px;
      height: 20px; }
  #deo-paneltool .colorpicker-element .colorpicker-input-addon {
    display: block;
    outline: none; }
    #deo-paneltool .colorpicker-element .colorpicker-input-addon:before {
      width: 20px;
      height: 20px; }

/* Select Skin */
.deo-skins {
  margin-left: -4px;
  margin-right: -4px; }
  .deo-skins::after {
    content: "";
    display: table;
    clear: both; }
  .deo-skins + .deo-skins {
    margin-top: 10px; }
  .deo-skins .label-sub {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 5px; }
  .deo-skins .select-color-custom {
    clear: both;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 5px;
    margin-bottom: 10px; }
    .deo-skins .select-color-custom .label-small {
      margin-bottom: 5px; }

.deo-theme-skin {
  width: 35px;
  height: 35px;
  line-height: 31px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 4px;
  background: #1bbc9b;
  border: 3px solid #169a7f;
  float: left; }
  .rtl .deo-theme-skin {
    float: right; }
  .deo-theme-skin label {
    display: none;
    cursor: pointer; }
  .deo-theme-skin:before {
    position: absolute;
    content: "\e5ca";
    font-family: "Material Icons";
    width: 100%;
    left: 0;
    color: #FFFFFF;
    font-size: 13px;
    display: none; }
  .deo-theme-skin.current-theme-skin:before {
    display: inline-block; }
  .deo-theme-skin.skin-default {
    background: #1bbc9b;
    border-color: #169a7f; }
  .deo-theme-skin.skin-custom {
    float: none;
    width: auto;
    height: auto;
    border: none;
    color: #FFFFFF;
    display: block;
    font-size: 0px;
    padding: 6px 12px;
    background: #000000;
    line-height: normal; }
    .deo-theme-skin.skin-custom:before {
      content: "";
      width: 13px;
      height: 13px;
      line-height: 11px;
      position: static;
      vertical-align: middle;
      display: inline-block;
      border: 1px solid #FFFFFF;
      margin-right: 5px; }
      .rtl .deo-theme-skin.skin-custom:before {
        margin-left: 5px;
        margin-right: inherit; }
    .deo-theme-skin.skin-custom label {
      font-size: 12px;
      color: inherit;
      cursor: inherit;
      font-weight: normal;
      line-height: normal;
      margin-bottom: 0px;
      display: inline-block;
      vertical-align: middle; }
    .deo-theme-skin.skin-custom.current-theme-skin:before {
      content: "\e5ca"; }
    .deo-theme-skin.skin-custom.loading {
      cursor: not-allowed; }
      .deo-theme-skin.skin-custom.loading:before {
        content: "\ea42";
        width: auto;
        height: auto;
        border: none;
        line-height: normal;
        font-family: "deo-custom-icons";
        -webkit-animation: cssload-spin 1s infinite steps(8);
        -moz-animation: cssload-spin 1s infinite steps(8);
        animation: cssload-spin 1s infinite steps(8); }
  .deo-theme-skin[data-theme-skin-id="skin-1"] {
    background: #00b2e2;
    border-color: #0686a9; }
  .deo-theme-skin[data-theme-skin-id="skin-2"] {
    background: #c4dcd6;
    border-color: #87b6aa; }
  .deo-theme-skin[data-theme-skin-id="skin-3"] {
    background: #f18a8b;
    border-color: #cc7c7d; }
  .deo-theme-skin[data-theme-skin-id="skin-4"] {
    background: #974cb7;
    border-color: #7D3C98; }
  .deo-theme-skin[data-theme-skin-id="skin-5"] {
    background: #1f1b20;
    border-color: #4f5a5a; }
  .deo-theme-skin[data-theme-skin-id="skin-6"] {
    background: #fed700;
    border-color: #b99d02; }
  .deo-theme-skin[data-theme-skin-id="skin-7"] {
    background: #e44853;
    border-color: #c12d37; }
  .deo-theme-skin[data-theme-skin-id="skin-8"] {
    background: #7a471c;
    border-color: #623712; }
  .deo-theme-skin[data-theme-skin-id="skin-9"] {
    background: #1b427d;
    border-color: #13366b; }
  .deo-theme-skin[data-theme-skin-id="skin-10"] {
    background: #ed5931;
    border-color: #c43710; }
  .deo-theme-skin[data-theme-skin-id="skin-11"] {
    background: #92a8ce;
    border-color: #758fbb; }

/* Enable Float Header */
.group-input:not(:last-child) {
  margin-bottom: 10px; }
.group-input .deo_config {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size: 13px; }
  .group-input .deo_config.active {
    text-decoration: underline;
    color: #1bbc9b; }
  .group-input .deo_config:hover {
    color: #1bbc9b; }
.group-input.group-profile .control-content, .group-input.group-blogs .control-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.group-input.group-profile .deo_config, .group-input.group-blogs .deo_config {
  width: 50%; }

body.keep-header .paneltool {
  z-index: 999; }
  body.keep-header .paneltool.active {
    z-index: 1000; }

.cookie {
  font-size: 13px;
  padding: 10px 15px; }
  .cookie .close-popup {
    font-size: 13px;
    padding: 6px 12px;
    border: 1px solid #222222;
    text-transform: uppercase;
    float: right;
    border-radius: 0px;
    margin-left: 20px; }
    .rtl .cookie .close-popup {
      float: left; }
    .rtl .cookie .close-popup {
      margin-right: 20px;
      margin-left: inherit; }
    @media (min-width: 992px) {
      .cookie .close-popup:hover {
        color: #1bbc9b;
        border-color: #1bbc9b; } }
  .cookie .block_content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .cookie p {
    margin-bottom: 0px; }
  .cookie.white-text {
    color: #cccccc; }
    .cookie.white-text .close-popup {
      color: #cccccc;
      border-color: #cccccc; }
      .cookie.white-text .close-popup:hover {
        color: #ffffff;
        border-color: #ffffff; }

/*# sourceMappingURL=paneltool.css.map */
