@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.46667;
  color: #5d5b66;
  background-color: #f6f7f9;
  text-align: left;
  overflow-x: hidden; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  font-weight: 600;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  color: #34313f; }

h1 {
  color: #34313f;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3334;
  margin-bottom: 30.0015px; }

h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1667; }

h3 {
  font-size: 1.33333rem;
  line-height: 1.21; }

h5 {
  font-size: 16px;
  line-height: 1.5; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #4f75f8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: all 0.35s ease; }
  a:hover {
    color: #4b71fc;
    text-decoration: none; }
  a:hover, a:focus {
    outline: 0; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-shadow: none;
  outline: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.fa, .fas {
  font-weight: 300; }

.d-none {
  display: none; }

.img-fluid {
  display: block;
  max-width: 100%; }

[data-vela=dropdown] {
  cursor: pointer; }

.d-flex {
  display: flex; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .row {
      flex-basis: 0;
      flex-grow: 1; } }
  @media (max-width: 992px) {
    .row {
      margin-right: -7.5px;
      margin-left: -7.5px; } }

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .col {
      max-width: 100%;
      flex-basis: 0;
      flex-grow: 1; } }
  @media (max-width: 992px) {
    .col {
      padding-right: 7.5px;
      padding-left: 7.5px; } }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 1367px) {
    .form-row {
      flex-basis: 0;
      flex-grow: 1; } }
  .form-row--inline {
    justify-content: flex-start; }
    .form-row--inline .form-col {
      width: auto;
      flex-grow: 0; }
    .form-row--inline .form-field__select {
      width: auto; }

.form-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 1366px) {
    .form-col {
      max-width: 100%;
      flex-basis: 0;
      flex-grow: 1; } }

@media (min-width: 1025px) {
  .container {
    max-width: 1008px; } }

.main {
  display: block;
  position: relative;
  margin-top: 56px; }

.page-container {
  margin-left: 260px; }

.header {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
  background: #fff;
  height: 56px;
  min-height: 56px;
  display: flex;
  width: 100%;
  padding: 0 15px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  padding-left: 260px; }

.header-menu-mobile {
  position: absolute;
  left: 30px;
  font-size: 24px;
  font-weight: bold;
  display: none;
  cursor: pointer; }

.header-col {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.header-user {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 30px; }
  .header-user > a {
    font-size: 16px;
    font-weight: 700;
    color: #34313f; }
    .header-user > a i {
      width: 30px;
      height: 30px;
      border: 1px solid #4b71fc;
      border-radius: 50%;
      text-align: center;
      line-height: 28px;
      margin-right: 10px;
      color: #4b71fc;
      font-weight: bold; }
  .header-user:hover .user-menu {
    opacity: 1;
    visibility: visible; }

.header-notification {
  position: relative; }
  .header-notification i {
    color: #4b71fc;
    font-weight: bold;
    transform: rotate(-30deg);
    font-size: 20px; }
  .header-notification .quantity {
    background-color: #f0603c;
    border-radius: 16px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    left: 13px;
    line-height: 16px;
    min-width: 1rem;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -7px;
    width: 16px;
    height: 16px; }

.user-menu {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  width: 200px;
  list-style: none;
  padding: 10px;
  opacity: 0;
  visibility: hidden; }
  .user-menu a {
    padding: .5rem .5rem .5rem 1.5rem;
    display: inline-block;
    width: 100%;
    color: #86848c;
    position: relative;
    transition: transform .1s ease; }
    .user-menu a:hover {
      color: #4f75f8; }

.logo {
  width: 100%;
  display: inline-block;
  padding: 15px; }
  .logo img {
    width: 50px; }

.nav-header {
  background-color: #273a8a;
  position: relative; }

.collapse-mobile-menu {
  cursor: pointer;
  padding: .5rem 1.4rem .5rem .8rem;
  position: absolute;
  right: 0;
  top: .8rem;
  z-index: 500;
  font-size: 20px;
  color: #b7c6fe; }
  .collapse-mobile-menu:hover {
    color: #fff; }

.nav-header-items {
  padding-top: 1rem;
  position: relative; }

.nav-header-link {
  color: #b7c6fe;
  padding: .5rem .5rem .5rem 1.5rem;
  display: flex;
  align-items: center;
  position: relative; }
  .nav-header-link i {
    margin-right: .5rem;
    font-size: 15px; }
  .nav-header-link .view-store {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    font-size: 12px; }
  .nav-header-link:hover {
    background-color: #334caf;
    color: #fff; }

.nav-item.nav-current .nav-header-link {
  background-color: #162668;
  color: #fff; }
  .nav-item.nav-current .nav-header-link:hover {
    background-color: #334caf; }

.nav-search {
  padding: .5rem .5rem .5rem 1.5rem;
  position: relative;
  display: flex;
  align-items: center; }
  .nav-search:hover {
    background-color: #334caf; }
    .nav-search:hover .search-submit {
      color: #fff; }
  .nav-search .search-input {
    background-color: transparent;
    border: 0;
    color: #fff;
    flex: 1;
    min-width: 5rem;
    outline: none;
    color: #e1e6eb;
    padding: 0;
    font-size: 15px;
    height: auto; }
    .nav-search .search-input:-ms-input-placeholder {
      color: #b7c6fe; }
    .nav-search .search-input::-moz-placeholder {
      color: #b7c6fe; }
    .nav-search .search-input::-ms-input-placeholder {
      color: #b7c6fe; }
    .nav-search .search-input::placeholder {
      color: #b7c6fe; }
  .nav-search .search-submit {
    display: inline-block;
    flex: 0 0 auto;
    height: 20px;
    margin-right: .5rem;
    transition: fill .2s ease;
    vertical-align: middle;
    width: 20px;
    padding: 0;
    background: none;
    box-shadow: none;
    color: #b7c6fe;
    border: none; }
    .nav-search .search-submit:focus {
      border: none;
      outline: none; }

.menus-footer {
  flex: 1 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 600;
  background-color: #44414e;
  height: 4rem;
  width: 100%;
  color: #e1e6eb;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .menus-footer::after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 9px;
    transition: transform .1s ease;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px; }
  .menus-footer .nav-help {
    color: #e1e6eb; }
    .menus-footer .nav-help:hover {
      color: #fff; }
  .menus-footer .support-pin {
    color: #8e919c;
    display: block;
    font-size: .9rem;
    white-space: nowrap; }

footer {
  position: relative;
  margin: 35px 0 0;
  color: #222222; }

.footer-wapper {
  border-top: 6px solid #eaf3dd;
  padding: 1.5em 0; }

.nav-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-footer li {
    padding: 0 7px 0 4px;
    color: #999;
    position: relative;
    display: flex;
    align-items: center; }
    .nav-footer li::after {
      content: "|";
      position: absolute;
      right: 0;
      top: 0;
      font-size: 12px;
      line-height: 18px;
      color: #222222; }
    .nav-footer li:first-child {
      padding-left: 0; }
    .nav-footer li:last-child {
      padding-right: 0; }
      .nav-footer li:last-child::after {
        display: none; }
    .nav-footer li a {
      font-size: 12px;
      line-height: 18px;
      color: #222222;
      text-decoration: none;
      text-transform: none; }
      .nav-footer li a:hover {
        color: #4b71fc; }

.ads-social p {
  padding: 12px 0;
  margin: 0;
  color: #222222;
  font-size: 13px;
  line-height: 18px; }

.social {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  .social li {
    margin-right: 5px; }
    .social li:last-child {
      margin-right: 0; }

.address {
  font-size: 12px;
  line-height: 18px; }
  .address h4 {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 1em;
    padding: 0;
    text-align: center; }
  .address ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .address ul li {
      margin-bottom: 1px;
      word-spacing: -1px; }

.header-nav {
  position: relative;
  width: 100%;
  background: url(../img/mn1.gif) repeat-x 0 0; }

.main-menu {
  position: fixed;
  top: 0;
  width: 260px;
  z-index: 10000;
  height: 100%;
  outline: none;
  overflow: hidden;
  transition: all .2s ease; }
  .main-menu.show-small {
    width: 50px; }
    .main-menu.show-small .logo {
      padding: 10px; }
    .main-menu.show-small .collapse-mobile-menu {
      top: 5rem;
      width: 50px;
      text-align: center;
      padding: .5rem;
      transform: rotate(180deg); }
    .main-menu.show-small .nav-header-items {
      opacity: 0;
      visibility: hidden; }
    .main-menu.show-small .menus {
      display: none; }
    .main-menu.show-small .menus-footer {
      display: none; }
    .main-menu.show-small ~ .page-container {
      margin-left: 50px; }
      .main-menu.show-small ~ .page-container .header {
        padding-left: 50px; }

.main-menu__wrap {
  background-color: #34313f;
  display: flex;
  flex-direction: column;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  height: 100%;
  position: relative;
  z-index: 500; }

.menus {
  list-style: none;
  padding: 15px 0;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  height: 100%; }

.menus__item.menus__item--padding {
  padding-top: 1.5rem; }

.menus__item a {
  padding: .5rem .5rem .5rem 1.5rem;
  display: inline-block;
  width: 100%;
  color: #86848c;
  position: relative;
  transition: transform .1s ease; }
  .menus__item a i {
    margin-right: 5px; }
  .menus__item a:hover {
    background-color: rgba(93, 91, 102, 0.4);
    color: #fff; }

.menus__item.active > a {
  background-color: rgba(35, 33, 43, 0.6);
  color: #fff; }

.menus__items-hassub > a:hover::after {
  transform: translate(4px, -50%); }

.menus__items-hassub > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  font-size: 9px;
  transition: transform .1s ease;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px; }

.submenus {
  left: 260px;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all .25s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #34313f;
  z-index: 100;
  padding: 15px 0; }
  .submenus.active {
    height: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: left .25s ease; }
  .submenus .menus-toggle {
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    display: flex;
    align-items: center; }
    .submenus .menus-toggle::before {
      content: "\f053";
      font-family: "Font Awesome 5 Pro";
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      margin-right: .75rem;
      font-size: 9px;
      font-weight: 300;
      color: #86848c;
      transition: all .25s ease; }
    .submenus .menus-toggle::after {
      display: none; }
    .submenus .menus-toggle:hover {
      background: transparent; }
      .submenus .menus-toggle:hover::before {
        color: #fff; }

.submenus__items {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem; }
  .submenus__items:first-child {
    margin-bottom: 0; }

.submenus__item a {
  padding: .5rem .5rem .5rem 3.5rem;
  display: inline-block;
  width: 100%;
  color: #86848c;
  position: relative;
  transition: transform .1s ease; }
  .submenus__item a:hover {
    background-color: rgba(93, 91, 102, 0.4);
    color: #fff; }

.submenus__item.active > a {
  background-color: rgba(35, 33, 43, 0.6);
  color: #fff; }

.hidden {
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0); }

.alert {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px;
  margin-bottom: 20.001px;
  position: relative;
  color: #5d5b66 !important;
  border-radius: 2px 2px 0px 0px !important;
  border-width: 0px !important;
  border-style: initial !important;
  border-color: initial !important;
  -o-border-image: initial !important;
     border-image: initial !important;
  padding: 15.0008px 20.001px 15.0008px 25.0012px !important; }
  .alert::before {
    border-top-left-radius: 2px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 8px;
    height: 100%; }

.alert-success {
  background: #e1f5e2; }
  .alert-success::before {
    background: #65c96d; }

.alert-error {
  background: #fce0d8; }
  .alert-error:before {
    background: #f0603c; }

.alert-warning {
  background: #fdf6d9; }
  .alert-warning:before {
    background: #f2ce3d; }

.alert-info {
  background: #e3f1fc; }
  .alert-info:before {
    background: #4b71fc; }

.table {
  background: #fff;
  border: solid 0 #d1d7e0;
  margin-bottom: 3.2rem;
  table-layout: auto;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.14); }
  .table tr td {
    display: table-cell;
    line-height: 1.6;
    color: #5d5b66;
    padding: 1rem 1.4rem;
    vertical-align: top;
    font-size: 1rem; }
  .table thead {
    background: #fbfbfc; }
    .table thead tr th {
      display: table-cell;
      line-height: 1.6;
      text-align: left;
      color: #34313f;
      font-size: 1.06667rem;
      font-weight: 600;
      padding: .8rem 1.06667rem;
      border-top: none;
      border-bottom: none; }

.table-thead {
  border-bottom: 1px solid #e4e7ed; }

.table-tbody tr {
  border-bottom: 1px solid #e4e7ed; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

button:active, button:focus {
  outline: none; }

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  border-color: #4b71fc;
  color: #4b71fc;
  font-size: 1rem;
  padding: .46667rem 1.06667rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:active, .button:focus {
    outline: none; }
  .button i {
    margin-right: 5px;
    font-weight: 600;
    font-size: 13px; }

.button--warning {
  border-color: #f9c0b1;
  color: #f0603c; }

.button--no-border {
  background-color: transparent;
  border-color: transparent; }

.button--primary {
  background-color: #4b71fc;
  border-color: #4b71fc;
  color: #fff; }
  .button--primary:hover {
    background-color: #6f8dfd;
    border-color: #6f8dfd;
    color: #fff; }

.button-remove {
  border-color: #f0603c;
  color: #f0603c; }

.button--inline {
  background-color: transparent;
  border-color: transparent;
  display: inline-block;
  margin: 0;
  padding: 0; }

.button--icon {
  background: 0 0;
  border: 0;
  font-size: 1rem;
  padding: .46667rem;
  cursor: pointer; }
  .button--icon:active, .button--icon:focus {
    outline: none; }

input, select, textarea {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d7d6d9;
  color: #34313f;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }
  input:hover, select:hover, textarea:hover {
    border-color: #86848c; }

select {
  height: 34px;
  padding: 0 7px 1px;
  width: 100%; }

textarea {
  height: auto;
  min-height: 50px; }

input {
  height: 34px;
  padding: 8px 7px;
  line-height: 16px; }
  input:-ms-input-placeholder {
    color: #888; }
  input::-moz-placeholder {
    color: #888; }
  input::-ms-input-placeholder {
    color: #888; }
  input::placeholder {
    color: #888; }

input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  border: 0;
  background: 0 0;
  display: inline;
  opacity: 0;
  position: absolute;
  z-index: -1; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    margin-bottom: -5px;
    margin-top: -5px;
    padding: 0;
    cursor: pointer; }
    input[type=checkbox] + label::before,
    input[type=radio] + label::before {
      content: "";
      display: inline-block;
      height: 24px;
      outline: 0;
      position: relative;
      top: -1px;
      vertical-align: middle;
      width: 24px;
      z-index: 1;
      background: #fff;
      border: 1px solid #afb4be;
      border-radius: 2px;
      transition: all .1s ease; }
  input[type=checkbox]:checked + label,
  input[type=radio]:checked + label {
    color: #5d5b66 !important; }
    input[type=checkbox]:checked + label::before,
    input[type=radio]:checked + label::before {
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      text-align: center;
      font-weight: bold;
      color: #fff;
      background-color: #4b71fc;
      border-color: #4b71fc !important;
      transition: all .2s ease; }
  input[type=checkbox][disabled]:checked + .form-label::before,
  input[type=radio][disabled]:checked + .form-label::before {
    background-color: #b7c6fe;
    border-color: #b7c6fe; }
  input[type=checkbox][disabled] + .form-label::before,
  input[type=radio][disabled] + .form-label::before {
    border-color: #d3d5d5; }
  input[type=checkbox].form-checkbox + .form-label,
  input[type=radio].form-checkbox + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: .8rem;
    padding-left: 2.4rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    input[type=checkbox].form-checkbox + .form-label.checkbox-empty-label,
    input[type=radio].form-checkbox + .form-label.checkbox-empty-label {
      height: 1.6rem;
      margin: 0;
      padding: 0;
      width: 1.6rem; }
      input[type=checkbox].form-checkbox + .form-label.checkbox-empty-label span,
      input[type=radio].form-checkbox + .form-label.checkbox-empty-label span {
        display: none; }
    input[type=checkbox].form-checkbox + .form-label::before,
    input[type=radio].form-checkbox + .form-label::before {
      position: absolute;
      left: 0;
      top: 0; }

input[type=radio] + label {
  position: relative;
  display: inline-block; }
  input[type=radio] + label span {
    margin-left: 7px; }
  input[type=radio] + label::before {
    border-radius: 50%; }
  input[type=radio] + label::after {
    content: '';
    position: absolute;
    transition: all 50ms ease-out;
    background: #4b71fc;
    border: 3px solid #fff;
    border-radius: 1.46667rem;
    height: 1.46667rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.46667rem;
    z-index: 1; }
  input[type=radio] + label.radio-empty-label span {
    display: none; }

input[type=radio]:checked + label {
  color: #5d5b66 !important; }
  input[type=radio]:checked + label::before {
    content: "";
    background-color: #fff;
    border-color: #4b71fc !important;
    transition: all .2s ease; }
  input[type=radio]:checked + label::after {
    opacity: 1;
    transform: scale(1); }

.tbl thead th {
  font-size: 15px;
  padding: 11px 10px;
  background: #fbfbfc;
  border-bottom: 1px solid #e4e7ed;
  color: #34313f;
  font-weight: 700; }
  .tbl thead th button {
    color: #34313f;
    padding: 0;
    font-weight: 700;
    background: 0 0;
    border: 0;
    cursor: pointer; }
    .tbl thead th button:hover {
      color: #4b71fc; }

.tbl tbody td {
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #e4e7ed; }
  .tbl tbody td a {
    color: #6f8dfd; }
    .tbl tbody td a:hover {
      color: #3e5ed6; }
  .tbl tbody td button {
    color: #34313f;
    padding: 0;
    font-weight: 700;
    background: 0 0;
    border: 0;
    cursor: pointer; }
    .tbl tbody td button:hover {
      color: #4b71fc; }
  .tbl tbody td .dropdown {
    width: 40px; }
    .tbl tbody td .dropdown button {
      width: 100%; }
      .tbl tbody td .dropdown button i {
        font-size: 24px; }
    .tbl tbody td .dropdown .panel-inline {
      right: 0;
      left: auto;
      border: 1px solid #e4e7ed; }

.tbl .table-icons button {
  margin-bottom: -5px;
  margin-top: -5px;
  padding: 5px;
  margin-left: 5px; }
  .tbl .table-icons button i {
    color: #aeadb3;
    display: inline-block;
    font-size: 22px; }
  .tbl .table-icons button:hover i {
    color: #f0603c; }
  .tbl .table-icons button.active i {
    font-weight: bold;
    color: #4b71fc; }

.panel {
  position: relative; }

.panel-body {
  border-style: solid;
  border-width: 0;
  margin-bottom: 1.6rem;
  background: #fff;
  color: #5d5b66;
  border-color: #e4e7ed;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.14);
  padding: 32px; }

.panel-header {
  background-color: transparent;
  border: #e4e7ed solid;
  border-width: 0;
  padding: 0;
  margin: 0 0 32px; }
  .panel-header .panel-title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 32px;
    margin: 0; }

.panel-title-description {
  color: #86848c;
  margin-bottom: 0;
  max-width: 48rem;
  font-size: 1rem; }

.form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1rem;
  padding: 0; }
  .form-row .form-field {
    display: block;
    margin: 0 0 1.6rem;
    min-width: 0;
    position: relative;
    width: 100%;
    flex: 1;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: none;
    padding: 0;
    min-width: 25%; }
    .form-row .form-field.option-type-factory {
      flex: 2; }

.form-field--error .form-input,
.form-field--error select {
  border-color: #f0603c; }

.form-field--error .form-checkbox + .form-label,
.form-field--error .form-radio + .form-label {
  color: #f0603c; }
  .form-field--error .form-checkbox + .form-label::before,
  .form-field--error .form-radio + .form-label::before {
    border-color: #f0603c; }

.form-field--error .form-inlineMessage {
  display: inline-block; }

.form-field--error .invalid-error-icon {
  display: inline-block; }

.form-field--success .form-input {
  border-color: #65c96d; }

.form-field--success .form-inlineMessage {
  display: inline-block;
  color: #65c96d; }

.form-field--success .invalid-success-icon {
  display: inline-block; }

.invalid-error-icon {
  display: none;
  position: absolute;
  right: .53333rem;
  top: 50%;
  transform: translateY(-50%); }
  .invalid-error-icon i {
    font-size: 16px;
    font-weight: 600;
    color: #f0603c; }

.invalid-success-icon {
  display: none;
  position: absolute;
  right: .53333rem;
  top: 50%;
  transform: translateY(-50%); }
  .invalid-success-icon i {
    font-size: 16px;
    font-weight: 600;
    color: #65c96d; }

.form-inlineMessage {
  display: none;
  font-weight: 400;
  line-height: 1.3334;
  margin: .26667rem 0 0;
  width: 100%;
  font-size: .8rem;
  color: #f0603c; }

.form-label {
  color: #5d5b66;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0; }
  .form-label .form-small-required {
    color: #f0603c; }
  .form-label small {
    font-weight: 400;
    text-transform: none;
    color: #86848c;
    float: right;
    margin-top: .2rem;
    vertical-align: baseline; }
  .form-label.form-label2 {
    margin-bottom: 10px; }

.form-label-tooltip {
  margin-left: 3px; }
  .form-label-tooltip i {
    color: #5d5b66;
    font-weight: bold;
    font-size: 14px; }

.form-label--inset {
  padding: .4rem .53333rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0; }

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d7d6d9;
  border-radius: 4px;
  box-shadow: none;
  color: #34313f;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 2.4rem;
  margin: 0;
  padding: .25rem 12px;
  transition: border-color 100ms ease-out;
  width: 100%; }
  .form-input:active, .form-input:focus {
    border-color: #4b71fc; }
  .form-input:-ms-input-placeholder {
    color: #888; }
  .form-input::-moz-placeholder {
    color: #888; }
  .form-input::-ms-input-placeholder {
    color: #888; }
  .form-input::placeholder {
    color: #888; }

.field-xlarge, input.field-xlarge {
  width: 470px; }

.form-color {
  padding: 0;
  min-width: 36px;
  height: 36px;
  box-shadow: inset 0 0 0 2px #white;
  border: 1px solid #d7d6d9; }

.form-field-color {
  display: flex;
  max-width: 8.8rem; }
  .form-field-color .form-input-color {
    padding: .25rem 12px;
    flex: 1; }

textarea.form-input {
  height: auto; }

.form-input-container {
  position: relative; }
  .form-input-container .form-label-currency {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%); }
  .form-input-container .form-input-price {
    padding-left: 25px; }
  .form-input-container.form-input-container-grid {
    display: flex;
    align-items: center; }
    .form-input-container.form-input-container-grid .form-row {
      width: 25%; }

.form-input-group {
  position: relative; }
  .form-input-group .form-control-button {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-left: 1px solid #d7d6d9; }
  .form-input-group button {
    border: none;
    margin: 0; }

.form-select {
  border: 1px solid #d7d6d9;
  border-radius: 2px;
  color: #34313f;
  height: 2.4rem;
  padding: .25rem 12px;
  width: 100%;
  background-color: #fff; }
  .form-select:active, .form-select:focus {
    border-color: #4b71fc; }
  .form-select.form-select-not-arrow + .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none; }

.select2-container:active, .select2-container:focus {
  outline: none; }

.select2-container--default .select2-selection--single {
  border: 1px solid #d7d6d9;
  border-radius: 4px;
  color: #34313f;
  height: 2.4rem;
  padding: .25rem 12px;
  width: 100%;
  background-color: #fff;
  outline: none; }
  .select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single:focus {
    border-color: #4b71fc; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #34313f; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 5px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      margin-top: -4px;
      border-color: #34313f transparent transparent transparent;
      border-width: 6px 5px 0 5px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #34313f transparent;
  border-width: 0 5px 6px 5px; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e3f1fc;
  color: #34313f; }

.select2-container--default .select2-results__option--selected {
  background: #fff; }

.select2-dropdown {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1), 0 3px 12px rgba(0, 0, 0, 0.14);
  background: #fff;
  font-size: .93333rem;
  border: none;
  border-radius: .25rem;
  padding: .8rem 0; }
  .select2-dropdown .select2-results__option--selectable {
    font-size: 1rem;
    overflow: hidden;
    padding: .25rem 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #34313f; }
    .select2-dropdown .select2-results__option--selectable:hover, .select2-dropdown .select2-results__option--selectable:focus {
      background: #e3f1fc;
      color: #34313f; }

.button-add-category {
  float: right;
  margin-bottom: .53333rem;
  padding: .32rem 1rem; }
  .button-add-category:hover {
    background-color: #edf1ff; }

.categorySelector {
  border: 1px solid #d1d7e0;
  border-radius: 4px;
  margin: 0;
  max-height: 31.66667rem;
  overflow: auto;
  padding: 0 .53333rem .53333rem;
  display: inline-block;
  width: 100%; }

.categorySelector-list {
  margin: 0; }

.category-node {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: relative; }
  .category-node:before {
    background: linear-gradient(180deg, #afb4be 50%, transparent 0) repeat-y;
    background-size: 1px 2px;
    content: "";
    height: 100%;
    left: 1rem;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 50; }
  .category-node .category-folder i {
    font-weight: bold;
    font-size: 16px;
    color: #93aafd;
    margin-right: .32rem; }
  .category-node .form-label {
    margin-right: .8rem;
    width: auto; }
  .category-node:last-child:before {
    height: 1.4rem; }
  .category-node.selected .category-node-selected-icon {
    display: inline-block; }
  .category-node.selected .category-node-row {
    background-color: #edf1ff;
    border-radius: 4px; }

.category-node-row {
  display: flex;
  flex: 1 0 auto;
  min-width: 100%;
  padding: .53333rem .53333rem .53333rem 3rem;
  position: relative;
  align-items: center; }
  .category-node-row:after {
    background: linear-gradient(90deg, #afb4be 50%, transparent 0) repeat-x;
    background-size: 2px 1px;
    content: "";
    height: 1px;
    left: 1rem;
    position: absolute;
    top: 1.4rem;
    transform: translateY(-50%);
    width: 2rem; }
  .category-node-row:hover {
    background-color: #edf1ff;
    border-radius: 4px; }
    .category-node-row:hover .category-node-add-button {
      visibility: visible; }

.category-node-title {
  display: flex;
  flex: 1;
  align-items: center; }

.category-node-name {
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 24px; }

.category-node-add-button {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  visibility: hidden; }

.category-node-child-list {
  margin-left: 3rem;
  margin-top: 0;
  width: calc(100% - 3rem); }
  .category-node-child-list input[type=checkbox]:checked + label::before {
    background: #93aafd;
    border-color: #93aafd; }
  .category-node-child-list .button {
    height: 2rem;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0; }
  .category-node-child-list .form-field {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0; }
  .category-node-child-list .category-node-add {
    display: none; }
  .category-node-child-list.add-category > .category-node-add {
    display: flex; }

.category-node-selected-icon {
  color: #4b71fc;
  display: none; }
  .category-node-selected-icon i {
    font-weight: bold; }

.create-category-footer {
  display: flex;
  justify-content: flex-end; }

.addEditImages-images {
  margin-bottom: 1rem; }

.addEditImages-drop-box {
  border: 1px dashed #93aafd;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 20px 20px 10px;
  width: 100%; }

.addEditImages-help-text {
  color: #86848c;
  text-align: center; }
  .addEditImages-help-text h5 {
    color: #5d5b66;
    margin: 0; }

.uploadImageVideo-preview {
  border: 1px solid #d7d6d9;
  border-radius: 4px;
  margin-bottom: 3.2rem;
  padding: .53333rem; }

.uploadImageVideo-preview-empty {
  display: flex;
  justify-content: center; }

.imageList-selection-container {
  display: flex;
  margin-bottom: .8rem; }

.imageList-select-all {
  flex: 0 0 auto;
  margin-left: 2.2rem;
  padding: .53333rem; }

.imageList-images-number {
  flex: 1;
  padding: .53333rem; }

.imageList-header {
  border-top: 1px solid #d7d6d9;
  font-weight: 600; }

.imageRow {
  border-bottom: 1px solid #d7d6d9;
  padding: 1rem 0;
  display: flex; }

.imageList-column {
  align-items: center;
  margin: 0;
  max-width: none;
  padding: 0 .53333rem;
  display: flex; }

.imageList-column-dnd {
  flex: 0 0 2.2rem; }

.imageList-column-select {
  flex: 0 0 3rem; }

.imageList-column-image {
  flex: 0 0 5rem; }

.imageList-column-description {
  flex: 1; }

.imageList-column-thumbnail {
  flex: 0 0 6rem;
  justify-content: center; }

.imageList-column-delete {
  flex: 0 0 4rem;
  text-align: center; }
  .imageList-column-delete button {
    height: 100%;
    margin: 0;
    width: 100%; }
    .imageList-column-delete button i {
      color: #919596; }

.imageList {
  position: relative;
  min-height: 5rem;
  margin: 0; }
  .imageList > li {
    position: relative; }
  .imageList .imageList-column-dnd {
    align-items: center;
    display: flex;
    padding: 0 .5rem;
    justify-content: center; }
    .imageList .imageList-column-dnd i {
      font-size: 24px;
      font-weight: bold;
      padding: .3rem .1rem;
      color: #86848c; }

.imageRow-image {
  border: 1px solid #d1d7e0;
  border-radius: .13333rem;
  display: flex;
  flex-direction: column;
  height: 4rem;
  justify-content: center;
  overflow: hidden;
  width: 4rem; }

.addEditImages-drop-box-wrapper {
  padding: 1rem 0; }
  .addEditImages-drop-box-wrapper .addEditImages-drop-box {
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: .53333rem 1.6rem; }
  .addEditImages-drop-box-wrapper img {
    margin-right: 1rem;
    width: 3rem; }

.sub-header {
  margin: 0 0 1rem; }
  .sub-header .sub-title {
    display: flex;
    font-weight: 600;
    justify-content: space-between; }
  .sub-header .actions-wrapper {
    display: flex; }

.no-options {
  align-items: center;
  display: flex;
  flex-direction: column; }

.no-options--text {
  margin-bottom: 1rem; }
  .no-options--text p {
    color: #86848c;
    margin-bottom: 0;
    text-align: center; }

.addEditOptions-add-button {
  margin-bottom: 0; }

.panel-body-editVariants {
  overflow: auto;
  position: relative;
  margin: 0 0 1rem;
  padding: 0; }
  .panel-body-editVariants table thead {
    background-color: #fff; }

.emptyTable-text {
  border: 1px solid #d1d7e0;
  border-radius: 5px;
  color: #86848c;
  padding: 1rem;
  text-align: center; }

.emptyTable-description {
  margin-left: auto;
  margin-right: auto;
  max-width: 26.66667rem; }

.baseOptionSet {
  border-bottom: 1px solid #d1d7e0;
  padding: 2rem 0;
  position: relative; }

.optionSet-row {
  display: flex !important; }
  .optionSet-row.form-field {
    margin: 0;
    padding: .4rem 0; }

.addEditIcon-drag-handle {
  display: flex;
  padding: 0 .5rem; }
  .addEditIcon-drag-handle i {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
    height: 2rem;
    padding: .3rem .1rem;
    position: relative;
    top: .2rem;
    font-size: 24px;
    font-weight: bold;
    color: #b1b5bf; }
  .addEditIcon-drag-handle.option-drag-handle {
    padding: 25px .5rem; }

.optionSet-form {
  flex: 1 1 0;
  min-width: 0; }

.baseOptionSet-row {
  margin-bottom: 0;
  display: flex; }
  .baseOptionSet-row .button {
    text-transform: capitalize; }

.baseOptionSet-field {
  flex: 1; }
  .baseOptionSet-field > .form-row > .form-field {
    margin-bottom: 0; }

.baseOptionSet-option-values {
  margin-left: 0; }
  .baseOptionSet-option-values > .form-label {
    margin-left: 0; }

.optionSetForm-row {
  display: flex;
  width: 100%; }

.optionSetForm-field {
  flex-grow: 1;
  margin-bottom: 0;
  padding-right: .4rem;
  padding-right: 1rem; }
  .optionSetForm-field .form-input {
    padding: .25rem 12px; }

.addOptionValue-button {
  margin-left: .8rem; }

.optionSetForm-settings {
  flex: none; }
  .optionSetForm-settings .form-label {
    margin-bottom: 0;
    margin-top: .4rem; }

.deleteValue-button i {
  position: relative;
  width: .93333rem;
  color: #f6a08a;
  font-weight: bold;
  font-size: 11px; }

.deleteValue-button:hover i {
  color: #f0603c; }

.optionSetSwatches {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%; }

.optionValue-swatches-select {
  flex-grow: 0;
  width: 150px; }
  .optionValue-swatches-select + .optionValue-wrapper {
    margin-top: .4rem; }

.optionValue-wrapper {
  flex-wrap: wrap;
  display: flex;
  width: 100%; }

.form-actions {
  border: 0;
  text-align: right; }
  .form-actions > * {
    margin: 0 0 0 .8rem;
    vertical-align: baseline;
    width: auto;
    display: inline-block; }

.addEditOptions-footer {
  align-items: center;
  background: #fff;
  border-top: 1px solid #e4e7ed;
  display: flex;
  justify-content: flex-end;
  max-height: 4rem;
  min-height: 4rem;
  padding: 0 1.6rem; }
  .addEditOptions-footer ul {
    align-items: center;
    display: flex;
    list-style-type: none;
    margin-bottom: 0; }
    .addEditOptions-footer ul li {
      display: inline;
      margin-left: .8rem; }
    .addEditOptions-footer ul .addEditOptions-footer-link {
      margin-bottom: 0; }
    .addEditOptions-footer ul .addEditOptions-footer-button {
      margin-bottom: 0; }

.panel-body-listOptions {
  margin: 0 0 1rem;
  padding: 0; }
  .panel-body-listOptions .table {
    box-shadow: none; }
    .panel-body-listOptions .table thead {
      background-color: #fff; }

.table--scroll {
  margin-bottom: 0;
  overflow-x: auto; }
  .table--scroll table {
    width: 100%; }

.table--scroll {
  margin-bottom: 0;
  overflow-x: auto; }

.variantRow-column-sku {
  min-width: 10rem;
  width: 10rem; }

.variantRow-values-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .variantRow-values-list li {
    display: inline-block;
    margin-right: .2rem; }
    .variantRow-values-list li::after {
      content: ','; }

.addEditOptions-configure-button {
  border: none;
  margin-bottom: 0; }

.dropdown-menu {
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #e4e7ed;
  font-size: .93333rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  max-width: 200px;
  min-width: 200px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1), 0 3px 12px rgba(0, 0, 0, 0.14);
  margin-top: .2rem;
  padding: .53333rem 0; }

.dropdown-group {
  position: relative; }
  .dropdown-group .dropdown-menu {
    display: none;
    right: 0;
    left: auto;
    margin: 0;
    padding: 0; }
  .dropdown-group.active .dropdown-menu {
    display: block; }

.dropdown-button {
  position: relative;
  padding-right: 2.4rem;
  cursor: pointer; }
  .dropdown-button::after {
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
    border-width: .33333rem;
    right: .83333rem;
    margin-top: -.11111rem;
    border-color: #34313f transparent transparent transparent; }
  .dropdown-button.button--primary:after {
    border-color: #fff transparent transparent; }
  .dropdown-button.dropdown-button-no-arrow {
    padding-right: 0; }
    .dropdown-button.dropdown-button-no-arrow::after {
      display: none; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: .93333rem;
  line-height: 1.6;
  margin: 0;
  padding: .46667rem .93333rem;
  white-space: nowrap; }
  .dropdown-menu-item:hover, .dropdown-menu-item:focus {
    background: #e3f1fc; }
  .dropdown-menu-item .form-label {
    margin-bottom: 0 !important; }

.column-picker .button.dropdown-button {
  border: none; }
  .column-picker .button.dropdown-button::after {
    border-color: #4b71fc transparent transparent; }

.column-picker .column-picker-dropdown-menu {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.14);
  max-height: 19.3rem;
  overflow-y: auto;
  position: absolute;
  right: 0;
  z-index: 20;
  max-width: none;
  left: auto;
  width: auto; }

.bc-worksheet {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .bc-worksheet td, .bc-worksheet th {
    border: 1px solid #e4e7ed;
    display: block;
    flex: 1;
    min-height: calc(3.2rem + 1px);
    min-width: 0;
    padding: .8rem 1rem; }
  .bc-worksheet th {
    background-color: #fbfbfc;
    border-bottom-width: 2px;
    margin-left: -1px; }
    .bc-worksheet th:first-child {
      border-left-width: 1px;
      margin-left: 0; }
  .bc-worksheet td:first-child {
    border-left-width: 1px;
    margin-left: 0; }
  .bc-worksheet thead {
    display: flex;
    flex-direction: column; }
    .bc-worksheet thead tr:first-child {
      display: flex; }
  .bc-worksheet tr {
    align-items: stretch;
    display: flex; }
  .bc-worksheet tbody {
    display: flex;
    flex-direction: column; }

.variant-table-wrapper {
  display: flex;
  flex-direction: row; }
  .variant-table-wrapper .variant-table {
    overflow-x: auto;
    width: 100%; }
  .variant-table-wrapper .purchasable-column {
    flex: 0 0 7.5rem;
    position: relative;
    text-align: center; }
  .variant-table-wrapper .image-column {
    flex: 0 0 5rem; }
  .variant-table-wrapper .sku-column, .variant-table-wrapper .variant-column {
    flex: 1 0 9rem;
    text-align: left; }
  .variant-table-wrapper .price-column {
    flex: 1 0 8rem;
    text-align: right; }
  .variant-table-wrapper td.image-column {
    padding: 0 1rem; }
  .variant-table-wrapper .variantRow-column-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden; }
  .variant-table-wrapper .variantRow-image-label {
    border-color: #d7d6d9;
    display: flex;
    flex-direction: column;
    height: 2.66667rem;
    justify-content: center;
    margin-bottom: 0;
    margin-top: .26667rem;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 2.66667rem;
    align-items: center; }
    .variant-table-wrapper .variantRow-image-label img {
      width: 30px; }
  .variant-table-wrapper td.readonly-column {
    color: #afb4be;
    cursor: not-allowed; }
  .variant-table-wrapper .bc-worksheet th:first-child {
    border-top-left-radius: 5px; }
  .variant-table-wrapper .bc-worksheet th:last-child {
    border-top-right-radius: 5px; }

.customField-wrapper {
  display: flex; }

.customField-row {
  flex-grow: 1; }

.customField-actions {
  flex-shrink: 1;
  margin-left: .4rem;
  position: relative;
  top: 1.4rem; }

.form--product-selector {
  display: none; }
  .form--product-selector.active {
    display: block; }
  .form--product-selector .form-field.select-category {
    margin-right: 0; }
    .form--product-selector .form-field.select-category .categorySelector {
      height: 13.33333rem;
      overflow-y: scroll;
      border-bottom-right-radius: 0;
      border-right: none;
      border-top-right-radius: 0; }
  .form--product-selector .form-field.select-product {
    margin-left: 0; }
    .form--product-selector .form-field.select-product .form-input {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      height: 13.33333rem;
      overflow-y: scroll; }
      .form--product-selector .form-field.select-product .form-input .form-label:hover {
        background: #f6f7f9;
        margin: 0 -.53333rem;
        padding: 0 .53333rem; }
    .form--product-selector .form-field.select-product small {
      font-size: 1rem;
      margin-top: 0; }
  .form--product-selector .form-field.view-selected-products .table {
    margin-bottom: 0; }
    .form--product-selector .form-field.view-selected-products .table td {
      padding: .53333rem;
      vertical-align: middle; }
  .form--product-selector .form-field.view-selected-products .image-column {
    width: 4.2rem; }
    .form--product-selector .form-field.view-selected-products .image-column .imageRow-image {
      height: 3.2rem;
      width: 3.2rem; }
  .form--product-selector .form-field.view-selected-products .name-column {
    width: 50%; }
  .form--product-selector .form-field.view-selected-products .sku-column {
    color: #aeadb3; }
  .form--product-selector .form-field.view-selected-products .icon-column {
    width: 4.2rem; }
  .form--product-selector .form-field.view-selected-products .deleteValue-button i {
    font-size: 16px; }

.emptyTable {
  color: #5d5b66;
  text-align: center; }

.emptyTable-title,
.emptyTable-description {
  margin-left: auto;
  margin-right: auto;
  max-width: 26.66667rem; }

.emptyTable-title {
  display: block;
  margin-bottom: .4rem; }

.main-content {
  padding: 20px 48px 120px;
  width: 100%; }

.btn-secondary, a.btn-secondary {
  background: #fff;
  border-color: #b7c6fe;
  border-radius: 2px;
  box-shadow: none !important;
  color: #4b71fc;
  font-weight: 400;
  line-height: 1.3;
  padding: 6px 9px;
  min-width: 36px; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, a.btn-secondary:hover, a.btn-secondary:focus, a.btn-secondary:active {
    background: #fff !important;
    border-color: #4b71fc !important;
    color: #4b71fc !important; }

.list-horizontal {
  list-style: none;
  padding: 0; }
  .list-horizontal li {
    float: left; }

.header-navigation {
  opacity: 1;
  transition: height .3s linear; }
  .header-navigation .header-navigation-wrapper {
    background-color: #f6f7f9;
    border-bottom: 1px solid #e4e7ed;
    height: 6rem;
    transition: height .3s linear; }
  .header-navigation.fixed {
    position: fixed;
    left: 0;
    top: 56px;
    width: 100%;
    z-index: 999;
    padding-left: 260px; }
    .header-navigation.fixed .header-navigation-wrapper {
      background: #fff;
      padding: 0 48px;
      display: flex;
      align-items: center;
      height: 3.6rem; }
    .header-navigation.fixed .product-list-link {
      margin-bottom: 0;
      color: #8e919c; }
      .header-navigation.fixed .product-list-link span {
        display: none;
        color: #8e919c; }
      .header-navigation.fixed .product-list-link:hover i {
        color: #34313f; }
      .header-navigation.fixed .product-list-link:hover span {
        display: block; }
      .header-navigation.fixed .product-list-link:hover + .page-title {
        display: none; }
    .header-navigation.fixed .page-title {
      font-size: 1.06667rem;
      font-weight: 400;
      margin-left: .8rem;
      margin-bottom: 0;
      margin-top: 0; }

.product-list-link {
  color: #8e919c;
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: bottom;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 10px; }
  .product-list-link i {
    margin-right: 7px;
    font-size: 14px;
    font-weight: 400; }

.page-title {
  color: #34313f;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3334;
  margin-bottom: 30.0015px; }

.message-notify {
  margin-bottom: 24px;
  margin-top: 24px;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid #4f75f8;
  border-radius: 4px;
  padding: 16px 12px;
  display: flex;
  background: #fff; }
  .message-notify .message-info {
    display: flex;
    align-items: center; }
    .message-notify .message-info i {
      font-weight: bold;
      font-size: 20px;
      color: #4f75f8; }
    .message-notify .message-info span {
      color: #34313f;
      font-size: 16px;
      line-height: 1.6rem;
      font-weight: 600;
      margin: 0px 0px 0px 0.8rem; }
  .message-notify .message-button button {
    border: none;
    font-size: 16px;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    line-height: 32px;
    color: #4f75f8;
    padding: 0px 16px;
    border-radius: 4px;
    background: none;
    cursor: pointer; }
    .message-notify .message-button button:hover, .message-notify .message-button button:focus {
      background-color: #dbe3fe;
      outline: none; }

.nav-pills {
  border-bottom: 1px solid #e4e7ed;
  font-size: 16px;
  height: auto;
  line-height: 1.3;
  margin-bottom: 30px;
  padding: 0; }
  .nav-pills li {
    margin: 0 10px 0 0; }
    .nav-pills li a {
      border-bottom: 4px solid transparent;
      border: 0;
      color: #86848c;
      display: block;
      float: none;
      font-size: 15px;
      margin-bottom: -1px;
      padding: 8px 10px; }
      .nav-pills li a:hover {
        background: 0 0;
        color: #34313f; }
      .nav-pills li a.active {
        background: 0 0;
        border: 0;
        border-bottom: 4px solid #4b71fc;
        border-radius: 0;
        color: #34313f;
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        padding: 8px 10px; }
      .nav-pills li a.tab-title {
        background-color: transparent;
        color: #86848c;
        display: block;
        font-size: 1rem;
        padding: .2rem .8rem;
        transition: color 100ms ease-in-out; }
        .nav-pills li a.tab-title:hover {
          color: #34313f; }
        .nav-pills li a.tab-title.active {
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: #4b71fc;
          border: 1px solid #4b71fc;
          border-radius: 3.2rem;
          color: #fff;
          text-align: center; }

.products-index {
  margin-bottom: 20px; }

.action-bar {
  border: 1px solid #e4e7ed;
  border-radius: 0;
  font-size: 15px;
  line-height: 1.3;
  padding: 7px;
  background: #fbfbfc;
  display: flex; }
  .action-bar .btn {
    padding: 6px 15px; }
    .action-bar .btn.btn-icon-large {
      height: 34px;
      padding: 4px 5px;
      position: relative;
      z-index: 1;
      width: 36px;
      text-align: center; }
      .action-bar .btn.btn-icon-large i {
        font-weight: bold;
        font-size: 16px; }
  .action-bar select {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #d7d6d9;
    color: #34313f;
    max-width: 180px;
    padding: 0 7px;
    width: auto;
    height: 34px; }
    .action-bar select:focus {
      border-color: #4b71fc;
      box-shadow: none;
      outline: 0; }
  .action-bar .action-confirm {
    margin-left: 7px; }
  .action-bar .action-divider {
    border-right: 1px solid #e4e7ed;
    margin-right: 10px;
    padding-right: 10px;
    margin-top: -7px;
    padding-top: 7px;
    margin-bottom: -7px;
    padding-bottom: 7px;
    display: flex;
    align-items: center; }
    .action-bar .action-divider.pagination {
      border-left: 1px solid #e4e7ed;
      border-right: none; }
    .action-bar .action-divider > a {
      display: inline-block;
      padding: 7px; }
  .action-bar .list-horizontal li {
    margin-left: 7px;
    display: flex;
    align-items: center; }
    .action-bar .list-horizontal li:first-child {
      margin-left: 0; }
  .action-bar .filter {
    position: relative; }
    .action-bar .filter .clear-filter {
      position: absolute;
      left: 123px;
      padding: 7px 5px;
      top: 50%;
      transform: translateY(-50%);
      border: none;
      background: none;
      transition: color .2s ease;
      color: #888;
      cursor: pointer; }
      .action-bar .filter .clear-filter:hover {
        color: #34313f; }
    .action-bar .filter .filter-button {
      height: 34px;
      padding: 4px 5px;
      position: relative;
      z-index: 1;
      border-radius: 0 3px 3px 0;
      margin-left: -1px; }
      .action-bar .filter .filter-button i {
        font-weight: bold; }
  .action-bar + .tbl-border {
    margin-top: -1px; }
  .action-bar.action-bar-bottom {
    border-top: 0; }
    .action-bar.action-bar-bottom .pagination .pagination-wrapper {
      border-left: 0; }

.dropdown {
  position: relative; }
  .dropdown button {
    border: 1px solid transparent;
    color: #6f8dfd;
    border: none;
    background: none;
    cursor: pointer;
    height: 34px;
    width: 90px; }
    .dropdown button:focus {
      border: 1px solid transparent;
      box-shadow: none;
      outline: 0; }
    .dropdown button i {
      color: #aeadb3;
      font-size: 10px;
      margin-left: 5px; }
    .dropdown button:hover {
      color: #3e5ed6; }
      .dropdown button:hover i {
        color: #5d5b66; }
  .dropdown .panel-inline {
    position: absolute;
    overflow: hidden;
    z-index: 3;
    top: 100%;
    width: 140px;
    left: 0;
    background: #fff;
    border: 1px solid #e4e7ed;
    padding: 10px 0;
    border-radius: 0 0 2px 2px;
    text-align: left;
    border-top: 0;
    display: none;
    transform: translateY(-1px); }
    .dropdown .panel-inline ul {
      list-style: none;
      padding: 0; }
    .dropdown .panel-inline li {
      display: block;
      margin: 0;
      font-size: 12px; }
      .dropdown .panel-inline li a {
        color: #5d5b66;
        padding: 7px 10px;
        transition: background .15s ease;
        width: 100%;
        display: inline-block; }
        .dropdown .panel-inline li a:hover {
          background: #e3f1fc;
          color: #5d5b66; }
  .dropdown.showing button {
    background: #fff;
    border-radius: 2px 2px 0 0;
    color: #34313f;
    border: 1px solid #e4e7ed;
    border-bottom: 0;
    position: relative;
    z-index: 5; }
  .dropdown.showing .panel-inline {
    display: block; }

.pagination {
  font-size: 15px;
  margin: 0 0 0 -3px;
  text-align: right;
  display: flex;
  flex: 1;
  justify-content: flex-end; }
  .pagination .pagination-wrapper {
    display: inline-block;
    position: relative;
    border-left: 1px solid #e4e7ed;
    padding-left: 10px;
    margin-top: -7px;
    padding-top: 7px;
    margin-bottom: -7px;
    padding-bottom: 7px; }
  .pagination .dropdown .panel-inline {
    width: 100%; }

.field-append input,
.field-append select {
  height: 34px;
  padding-right: 30px;
  min-width: 150px;
  border-radius: 3px 0 0 3px; }

.tbl-border {
  border: 1px solid #e4e7ed;
  border-radius: 0;
  width: 100%; }

.main-form-control {
  position: relative; }
  .main-form-control ul {
    list-style: none;
    padding: 0; }
  .main-form-control .main-form-control-nav {
    height: 100%;
    width: 13rem;
    float: left; }
    .main-form-control .main-form-control-nav .addEditNavV2 {
      background-color: transparent;
      height: calc(100% - 4rem);
      list-style-type: none;
      margin: 0;
      overflow-y: auto;
      text-align: left;
      z-index: 100 !important; }
    .main-form-control .main-form-control-nav .addEditNavV2-group {
      margin-bottom: .53333rem; }
    .main-form-control .main-form-control-nav .addEditNavV2-group-title {
      border-left: 2px solid transparent;
      font-size: 14px;
      margin: 0;
      padding: .4rem 0 .4rem .8rem;
      text-transform: uppercase;
      font-weight: 600; }
    .main-form-control .main-form-control-nav .addEditNavV2-section {
      padding: .4rem 0; }
    .main-form-control .main-form-control-nav .addEditNavV2-section-title {
      border-left: 2px solid transparent;
      color: #5d5b66;
      display: inline-block;
      font-size: 1.06667rem;
      padding-left: .8rem; }
      .main-form-control .main-form-control-nav .addEditNavV2-section-title.active {
        border-left-color: #4b71fc;
        color: #4b71fc; }
  .main-form-control .tabs-contents {
    margin-left: 13rem;
    overflow-x: auto;
    padding-bottom: 14rem;
    margin-bottom: 1.6rem;
    width: auto; }
    .main-form-control .tabs-contents > form {
      min-width: 32rem;
      padding: .2667rem; }

.group-title {
  margin: 3.2rem 0 .8rem;
  text-align: center; }
  .group-title:first-child {
    margin-top: 0; }
  .group-title h2 {
    font-weight: 400;
    margin-bottom: .4rem;
    font-size: 1.6rem;
    line-height: 1.1667; }

.more-pricing {
  text-align: right; }
  .more-pricing a {
    color: #8e919c;
    line-height: 1.6; }
    .more-pricing a i {
      font-size: 10px;
      margin-right: 7px;
      font-weight: bold;
      top: -1px;
      position: relative; }
    .more-pricing a:hover {
      color: #4f75f8; }

.tooltip-inner {
  max-width: 300px;
  padding: .4rem .53333rem .33333rem;
  color: #fff;
  background-color: #34313f;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1113;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  text-align: left; }

.bs-tooltip-right .arrow::before {
  border-right-color: #34313f; }

.bs-tooltip-top .arrow::before {
  border-top-color: #34313f; }

.bs-tooltip-left .arrow::before {
  border-left-color: #34313f; }

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #34313f; }

.modal {
  z-index: 99999; }
  .modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    right: auto;
    bottom: auto;
    width: 90%;
    max-height: 90%;
    overflow-y: auto;
    margin: 0; }
  .modal .modal-content {
    padding: 2.66667rem;
    border-radius: 2px;
    border: solid 0 #e4e7ed; }
  .modal .modal-header {
    padding: 0;
    border: none; }
    .modal .modal-header h3 {
      font-size: 1.33333rem;
      line-height: 1.21;
      font-weight: 600;
      font-size: 20px;
      color: #34313f;
      margin: 0 0 1.6rem; }
  .modal .modal-body {
    padding: 0; }
    .modal .modal-body .form-field {
      margin-left: 0;
      margin-right: 0; }
    .modal .modal-body .category-node .category-folder i {
      padding: 0 .32rem; }
    .modal .modal-body .form-row {
      margin: 0; }

@media (min-width: 992px) {
  .modal-xl {
    max-width: 1200px; } }

.modal-backdrop {
  z-index: 99998; }

.addEditImages-header {
  display: flex; }
  .addEditImages-header .panel-title {
    flex: 1; }
  .addEditImages-header .addEditImages-buttons {
    flex: 0 0 auto;
    display: flex; }
  .addEditImages-header .button {
    margin-left: .8rem;
    height: 34px; }

.upload-images {
  position: relative;
  overflow: hidden;
  margin-right: 5px; }
  .upload-images:last-child {
    margin-right: 0; }
  .upload-images .input-upload-hidden {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer; }

.upload-images-button {
  display: flex; }

.upload-images-one {
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #f6f7f9;
  position: relative; }
  .upload-images-one .dropdown-group {
    position: absolute;
    right: 0;
    top: 0; }
    .upload-images-one .dropdown-group .dropdown-button {
      font-size: 20px;
      line-height: 1;
      width: 18px;
      text-align: center; }
    .upload-images-one .dropdown-group .dropdown-menu {
      border-color: #e4e7ed;
      box-shadow: 0 0 8px 2px rgba(28, 39, 60, 0.04);
      padding: 5px;
      border-radius: 0.25rem;
      width: 10rem;
      min-width: 0; }
    .upload-images-one .dropdown-group .dropdown-menu-item {
      font-size: 12px;
      padding: 5px 10px; }
      .upload-images-one .dropdown-group .dropdown-menu-item a {
        color: #5d5b66;
        width: 100%; }
      .upload-images-one .dropdown-group .dropdown-menu-item button {
        border: none;
        background: none;
        padding: 0;
        color: #5d5b66;
        width: 100%; }
      .upload-images-one .dropdown-group .dropdown-menu-item i {
        margin-right: 7px; }

.upload-images-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .upload-images-list .image-box-product-col {
    padding: 0 5px;
    width: 16.667%;
    margin-bottom: 10px; }
  .upload-images-list .image-box-product {
    display: flex;
    flex-direction: column;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    padding: 10px;
    width: 100%; }

.upload-images-info h6 a {
  color: #5d5b66; }
  .upload-images-info h6 a:hover {
    color: #4b71fc; }

.upload-images-info span {
  font-size: 12px;
  color: #86848c; }
  .upload-images-info span.time {
    color: #b1b5bf; }

.popup-images-wrapper {
  display: flex; }
  .popup-images-wrapper .popup-images {
    width: 30%; }
  .popup-images-wrapper .popup-image-info {
    width: 100%;
    padding-left: 40px; }

.addEditOptions-pageslide-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding-top: 56px;
  z-index: 999;
  display: none;
  visibility: hidden;
  opacity: 0; }
  .addEditOptions-pageslide-container.active {
    display: flex;
    visibility: visible;
    opacity: 1; }

.addEditOptions-pageslide-box {
  margin-left: 260px;
  background: #fbfbfc;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column; }

.addEditOptions-header {
  background: #fff;
  border-bottom: 1px solid #e4e7ed;
  padding: 1.6rem 3.2rem; }

.addEditOptions-title {
  margin-bottom: 0;
  margin-top: 0; }

.addEditOptions-title-details {
  color: #626568;
  font-weight: 400;
  font-size: medium;
  line-height: normal;
  margin-left: 5px;
  display: inline-block; }
  .addEditOptions-title-details span {
    padding: 0 2px; }
  .addEditOptions-title-details:before {
    content: "("; }
  .addEditOptions-title-details:after {
    content: ")"; }

.addEditOptions-scroll-wrapper {
  flex-grow: 1;
  overflow: auto;
  padding: 1.6rem 3.2rem; }

.addOption-button-container {
  padding-top: 1.4rem; }
  .addOption-button-container .button {
    margin-bottom: 0;
    margin-right: 0.8rem; }

.add-edit-footer {
  display: flex;
  align-items: center;
  background-color: #fbfbfc;
  border-top: 1px solid #e4e7ed;
  bottom: 0;
  height: 4rem;
  left: 0;
  margin: 0;
  padding: 0 3.2rem;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .add-edit-footer .save-group {
    justify-content: flex-end; }
    .add-edit-footer .save-group .save-button .dropdown-menu {
      right: 0;
      left: auto; }

.save-group {
  display: flex;
  flex: 1; }
  .save-group .button {
    margin-bottom: 0; }
  .save-group .save-button {
    display: flex; }
    .save-group .save-button .main-button {
      border-radius: 4px 0 0 4px; }
    .save-group .save-button .arrow-button {
      border-radius: 0 4px 4px 0;
      margin: 0;
      padding-right: 1rem; }
    .save-group .save-button .dropdown-menu {
      top: auto;
      bottom: 100%;
      left: 0;
      right: auto; }

/**DASHBOARD**/
.panel-header {
  background-color: transparent;
  border: #e4e7ed solid;
  border-width: 0;
  margin: 1.06667rem 0;
  padding: 0;
  background: none;
  font-size: 1.6rem; }
  .panel-header h2 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.6;
    margin: 0; }

.tabs {
  border-bottom: 1px solid #e4e7ed;
  margin: 0;
  display: inline-block;
  width: 100%; }

.tabs-container {
  position: relative;
  white-space: nowrap; }

.tabs--pills {
  float: left;
  margin: 0;
  padding: .8rem .53333rem;
  width: auto;
  display: inline-block;
  border-bottom: none;
  line-height: 1.6; }

.tab {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  border: none;
  display: inline-block; }

.tab-content > .active {
  opacity: 1;
  display: block; }

.tabs--selects {
  display: inline-block;
  padding: .8rem 1rem;
  white-space: nowrap;
  width: 60%; }

.select-compare {
  float: left;
  position: relative;
  width: 42%;
  border-bottom: none;
  border-top: none;
  display: inline-block;
  padding-right: 1rem;
  clear: none;
  width: 9.33333rem; }
  .select-compare:before {
    background-color: #e4e7ed;
    content: "";
    height: calc(100% - 1.6rem);
    left: 0;
    position: absolute;
    top: .8rem;
    width: 1px; }

.select-compare-label {
  display: inline-block;
  padding-right: 1rem; }

.tab--select {
  background-color: #fff;
  border: 1px solid #d1d7e0;
  border-radius: .13333rem;
  height: 2rem;
  padding: 0 7px 1px;
  width: 100%; }

.select-view {
  float: right;
  position: relative;
  display: inline-block;
  border-top: none;
  width: 10rem; }

.store-performance-preferences {
  float: right;
  line-height: 1rem;
  padding: .8rem .4rem 0 0;
  position: relative; }

.store-performance-preferences-action {
  border-radius: 50%;
  padding: .4rem;
  transition: background .15s ease-in-out;
  border: none;
  background: none;
  cursor: pointer; }
  .store-performance-preferences-action:hover {
    background-color: #ebebec; }
    .store-performance-preferences-action:hover i {
      color: #fff; }
  .store-performance-preferences-action i {
    color: #d3d5d5;
    font-size: 20px; }

.store-performance-preferences-panel {
  background-color: #fff;
  border-radius: .13333rem;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1), 0 3px 12px rgba(0, 0, 0, 0.14);
  display: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: .4rem;
  top: 3.33333rem;
  z-index: 50;
  width: 14rem; }
  .store-performance-preferences-panel.is-active {
    display: block; }

.store-performance-preferences-list {
  list-style: none;
  padding: 0;
  margin: .4rem 0 0; }
  .store-performance-preferences-list li {
    padding: .4rem .6rem;
    position: relative; }
  .store-performance-preferences-list .toggle-table-label {
    display: inline-block;
    max-width: 100%;
    margin-left: 2rem;
    cursor: pointer; }

.preferences-animate .panel-body {
  padding: 0; }

.tabs-contents {
  width: 100%; }

.charts-container {
  position: relative;
  padding: 1rem 1.32rem;
  display: flex; }

.chart {
  color: #34313f;
  display: inline-block;
  max-width: 100%;
  padding: 0 .4rem;
  position: relative;
  visibility: visible;
  width: 25%; }

.chart-title {
  font-weight: 600; }

.chart-total {
  display: block;
  font-size: 2rem;
  font-weight: 300; }

.chart-compare {
  font-size: .8rem; }

.chart-compare-hidden {
  display: block;
  visibility: hidden; }

.chart-compare-label {
  color: #6d6e7a; }

.chart-graph {
  height: 10rem;
  padding-top: 1.6rem;
  width: 100%; }

.storeStatistics-list {
  display: block; }
  .storeStatistics-list .panel-content {
    display: flex;
    padding: 0;
    list-style: none; }

.storeStatistics-listItem {
  display: inline-block;
  text-align: center;
  width: 25%;
  border-right: 1px solid #e4e7ed; }
  .storeStatistics-listItem:first-child {
    border-bottom: none; }
  .storeStatistics-listItem:nth-child(2) {
    border-bottom: none; }

.storeStatistics-link {
  color: #5d5b66;
  display: block;
  font-size: .8rem;
  padding: 1rem 0; }
  .storeStatistics-link:hover {
    background: #f1f8fe;
    color: #4b71fc; }
    .storeStatistics-link:hover .storeStatistics-count {
      color: #4b71fc; }

.storeStatistics-count {
  color: #34313f;
  display: block;
  font-size: 2rem;
  font-weight: 300; }

.panel-content-inactive {
  margin: 1.6rem auto;
  max-width: 30rem;
  padding: 1.6rem 1.32rem;
  text-align: center; }

.viewMore {
  float: right;
  font-size: 1rem;
  margin: 1.05rem 15px 0 0; }
  .viewMore i {
    margin-left: 7px;
    font-size: 11px;
    font-weight: 400; }

.indicator-stock {
  display: inline-block;
  background: #ccc;
  height: 10px;
  border-radius: 5px;
  position: relative;
  width: 100%; }
  .indicator-stock .indicator-inner {
    background: #abe27f;
    width: 100%;
    position: absolute;
    left: 0;
    height: 10px;
    border-radius: 5px; }

/*COUPON*/
.panel-block {
  border: 0;
  margin: 0 0 40.002px; }
  .panel-block .panel-heading {
    background: 0 0;
    border: 0;
    color: #34313f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3334;
    margin-bottom: 10px;
    padding: 0; }
  .panel-block .panel-body {
    background-color: #fff;
    border: 1px solid #e4e7ed;
    margin-bottom: 0;
    padding: 20px; }
    .panel-block .panel-body > .field {
      margin-bottom: 2.5em; }

.field-label-note {
  display: block;
  font-size: 10px;
  color: #aeadb3;
  font-size: 12px;
  margin: .5em 0 0 3em; }

.field-group-nested {
  margin-top: 7px;
  margin-left: 20px; }

.form-horizontal .field .field-label {
  float: left;
  width: 210px;
  text-align: right;
  line-height: 1.3334;
  padding: 7px 15px 7px 0;
  color: #5d5b66;
  margin-bottom: 0; }

.form-horizontal .field-group {
  margin-left: 225px;
  display: block;
  margin-bottom: 5px; }
  .form-horizontal .field-group.coupon-checkbox-group {
    margin-bottom: 10px; }
  .form-horizontal .field-group .form-label {
    display: inline-block; }
    .form-horizontal .field-group .form-label::before {
      margin-right: 7px; }
  .form-horizontal .field-group .form-label-tooltip {
    display: inline-block;
    margin-left: 10px; }

.form-horizontal select {
  margin-right: 5px;
  width: 270px; }

.form-horizontal textarea {
  max-width: 650px;
  display: inline-block; }
  .form-horizontal textarea + .form-label-tooltip {
    vertical-align: top; }

.form-horizontal .field-xlarge {
  display: inline-block; }

.form-horizontal .field-xsmall {
  margin-right: 5px;
  margin-left: 5px; }

.discount-display-group {
  display: none;
  margin-top: 1em; }
  .discount-display-group.selected {
    display: block; }

.radio-detail {
  margin-top: 10px; }

.discountsDateRange label {
  margin: 0 0 .75rem; }

.discountsDateRange-dateTimeField {
  position: relative; }

.discountsDateRange-dateField {
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  vertical-align: top; }

.dateField-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 0; }

.discountsDateRange-dateInput {
  width: 165px;
  padding-left: 25px; }

.discountsDateRange-timeField {
  display: inline-block;
  position: relative;
  margin-left: -4px; }

.field-small {
  max-width: 100px; }

.field-xsmall, input.field-xsmall {
  width: 70px; }

.discountsDateRange-field {
  display: inline-block; }
  .discountsDateRange-field .btn {
    padding-left: 0;
    border: none;
    font-size: 15px;
    line-height: 1.3334;
    display: inline-block;
    margin-left: 10px; }

.discountsTimeZone {
  font-size: 11px;
  margin-bottom: 3rem; }

.coupon-checkbox-content {
  display: none;
  width: 100%;
  margin-top: 10px; }
  .coupon-checkbox-content > * {
    display: inline-block; }
  .coupon-checkbox-content.active {
    display: inline-block; }

.notifyjs-corner {
  z-index: 9999 !important; }
  .notifyjs-corner .notifyjs-bootstrap-base {
    background: #e3fcef;
    color: #36b37e;
    box-shadow: rgba(0, 0, 0, 0.176) 0px 3px 8px;
    width: 360px;
    display: flex;
    margin-bottom: 8px;
    border-radius: 4px;
    transition: transform 220ms cubic-bezier(0.2, 0, 0, 1) 0s, opacity 220ms ease 0s;
    padding: 0;
    align-items: center;
    white-space: normal;
    font-weight: 600;
    position: relative;
    padding-left: 40px; }
    .notifyjs-corner .notifyjs-bootstrap-base::before {
      content: "\f00c";
      font-family: "Font Awesome 5 Pro";
      color: #fff;
      font-weight: bold;
      background: #36b37e;
      color: #e3fcef;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      padding-bottom: 8px;
      padding-top: 8px;
      position: relative;
      text-align: center;
      width: 30px;
      height: 100%;
      flex-shrink: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0; }
    .notifyjs-corner .notifyjs-bootstrap-base span {
      padding: 8px 10px; }
    .notifyjs-corner .notifyjs-bootstrap-base.notifyjs-bootstrap-info {
      background: #bce8f1;
      color: #3a87ad; }
      .notifyjs-corner .notifyjs-bootstrap-base.notifyjs-bootstrap-info::before {
        content: "\f129";
        background: #3a87ad;
        color: #bce8f1; }
    .notifyjs-corner .notifyjs-bootstrap-base.notifyjs-bootstrap-warn {
      background: #fcf8e3;
      color: #c09853; }
      .notifyjs-corner .notifyjs-bootstrap-base.notifyjs-bootstrap-warn::before {
        content: "\f071";
        background: #c09853;
        color: #fcf8e3; }
    .notifyjs-corner .notifyjs-bootstrap-base.notifyjs-bootstrap-error {
      background: #f2dede;
      color: #b94a48; }
      .notifyjs-corner .notifyjs-bootstrap-base.notifyjs-bootstrap-error::before {
        content: "\f06a";
        background: #b94a48;
        color: #f2dede; }

html.login {
  height: 100%; }

.page-login-container {
  height: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

.login-page {
  height: 100%;
  padding: 0; }

.login-wrapper {
  height: 100%;
  display: flex; }

.panel-box {
  margin: 1rem auto;
  max-width: 600px;
  padding: 1rem 2rem;
  position: relative;
  z-index: 100; }
  .panel-box .panel-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 400; }
  .panel-box .pabel-description {
    font-weight: 300;
    font-size: 20px;
    margin: 1.5rem auto;
    opacity: 0.75;
    line-height: 1.6; }
  .panel-box .pabel-link {
    color: #4b71fc;
    font-size: 20px;
    font-weight: 600; }
    .panel-box .pabel-link:hover {
      opacity: 0.7; }

.login-wrapper-side {
  display: flex;
  width: 50%;
  position: relative; }
  .login-wrapper-side.panel-left {
    background-color: #fff;
    background-image: url(../img/login-bg-01.jpg);
    background-position: center center;
    background-size: cover;
    color: #222222;
    text-align: center;
    background-color: #fff;
    padding: 0;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem; }
  .login-wrapper-side.panel-right {
    flex-direction: column;
    background: #4f75f8 url(../img/login-bg-02.svg) no-repeat bottom right;
    float: right;
    padding: 0;
    align-items: center;
    justify-content: center; }

.login-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .login-form-container .logo {
    max-width: 50px;
    margin-top: -3rem;
    margin-bottom: 4rem;
    padding: 0; }
  .login-form-container .login-form-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px; }
  .login-form-container .subheader {
    font-size: 1rem;
    opacity: 0.75;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: normal;
    margin-top: 0.2rem;
    line-height: 1.4; }

.login-form {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem; }
  .login-form .form-control-row {
    margin-bottom: 1rem;
    position: relative; }
  .login-form .login-form-field {
    border: 1px solid #d1d7e0;
    border-radius: 2px;
    color: #34313f;
    font-size: 1rem;
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    height: 3rem;
    padding: 0.75rem 1rem;
    width: 100%; }
  .login-form .form-forgot-password {
    color: #4e75f8;
    font-weight: 400;
    font-size: 15px;
    position: absolute;
    top: 1rem;
    right: 1rem; }
  .login-form .login-form-button {
    margin: 10px 0;
    border: none;
    cursor: pointer;
    background-color: #41539b;
    border-radius: 1.5rem;
    margin-top: 0.25rem;
    letter-spacing: 1px;
    line-height: 1.5rem;
    height: 3rem;
    padding: 0.75rem 1rem;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    width: 100%; }
  .login-form .login-remember-me {
    margin-top: 0.5rem;
    line-height: 1.5rem;
    height: 1.5rem; }
    .login-form .login-remember-me .form-sso-toggle {
      float: left;
      color: #fff; }
    .login-form .login-remember-me .form-get-started {
      float: right;
      color: #fff; }

.alert-box {
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #fce0d8;
  border: 1px solid #f6a08a;
  color: #f0603b;
  text-align: center; }
  .alert-box.notice {
    margin-bottom: 20px;
    padding: 6px 20px;
    text-align: left;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    border: 1px solid;
    border-radius: 5px;
    border-color: #bcd33f;
    background: #f2f6d9; }

.back-to-login {
  color: #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-size: 90%; }
  .back-to-login i {
    font-weight: 300;
    position: relative;
    top: 1px;
    margin-right: 5px; }
  .back-to-login:hover {
    color: #fff; }

.other-problems {
  margin-top: 1.5rem;
  text-align: center; }
  .other-problems a {
    color: #fff; }

@media (max-width: 1024px) {
  .main-menu {
    width: 50px; }
    .main-menu .logo {
      padding: 10px; }
    .main-menu .collapse-mobile-menu {
      top: 5rem;
      width: 50px;
      text-align: center;
      padding: .5rem;
      transform: rotate(180deg); }
    .main-menu .nav-header-items {
      opacity: 0;
      visibility: hidden; }
    .main-menu .menus {
      display: none; }
    .main-menu .menus-footer {
      display: none; }
    .main-menu.show-small {
      width: 260px; }
      .main-menu.show-small .logo {
        padding: 15px; }
      .main-menu.show-small .collapse-mobile-menu {
        display: none; }
      .main-menu.show-small .nav-header-items {
        opacity: 1;
        visibility: visible; }
      .main-menu.show-small .menus {
        display: block; }
      .main-menu.show-small .menus-footer {
        display: block; }
      .main-menu.show-small ~ .page-container::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999; }
  .header {
    padding-left: 50px; }
  .page-container {
    margin-left: 50px; }
  .header-navigation.fixed {
    padding-left: 50px; }
  .form-horizontal textarea {
    width: 90%; }
  .upload-images-list .image-box-product-col {
    width: 25%; } }

@media (max-width: 992px) {
  html.login {
    height: auto; }
  .page-login-container {
    height: auto; }
  .login-wrapper {
    flex-direction: column;
    height: auto; }
  .login-wrapper-side {
    width: 100%; }
    .login-wrapper-side.panel-right {
      padding: 150px 15px;
      order: 1; }
    .login-wrapper-side.panel-left {
      padding: 50px 0 350px;
      order: 2; }
  .login-page {
    height: auto; }
  .tabs--pills {
    width: 100%; }
  .select-compare {
    width: 50%; }
  .select-compare-label {
    display: none; }
  .select-view {
    width: 50%; }
  .store-performance-preferences {
    position: absolute;
    right: 0; }
  .charts-container {
    flex-wrap: wrap; }
  .chart {
    width: 50%; }
  .viewMore {
    position: absolute;
    right: 0; }
  .select-compare:before {
    display: none; }
  .main {
    width: 100%;
    overflow: hidden; }
  .main-content {
    overflow-x: scroll;
    padding-left: 15px;
    padding-right: 15px; }
    .main-content.login-page {
      padding: 0; }
  .main-fixed-width {
    min-width: 991px;
    padding-right: 15px; }
  .main-form-control-nav {
    display: none; }
  .main-form-control .tabs-contents {
    margin-left: 0; }
  .form-row {
    flex-direction: column;
    margin: 0; }
    .form-row .form-field {
      margin-left: 0;
      margin-right: 0; }
  .field-xlarge, input.field-xlarge {
    width: 270px; }
  .upload-images-list .image-box-product-col {
    width: 33.33%; } }

@media (max-width: 667px) {
  input[type=radio] + label::after {
    top: 2px; }
  .header-menu-mobile {
    display: block; }
  .main-menu {
    width: 0; }
  .page-container {
    margin-left: 0; }
  .header {
    padding-left: 15px; }
  .main-content {
    padding: 15px; }
    .main-content.login-page {
      padding: 0; }
  .message-notify {
    flex-direction: column;
    align-items: flex-start; }
    .message-notify .message-button {
      margin-left: 15px; }
  .header-navigation.fixed {
    padding-left: 0; }
    .header-navigation.fixed .header-navigation-wrapper {
      padding: 0 15px; }
  .field-xlarge, input.field-xlarge {
    width: 90%; }
  select {
    width: 100%; }
  .form-horizontal .field .field-label {
    width: 100%;
    text-align: left;
    padding: 7px 0; }
  .form-horizontal .field-group {
    margin-left: 0; }
  .field-label-note {
    margin-left: 0; }
  .field-group-nested {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0; } }

@media (max-width: 480px) {
  .login-form {
    width: 100%; }
  .chart {
    width: 100%; }
  .nav-pills li {
    margin: 0 2px 0 0; }
  .upload-images-list .image-box-product-col {
    width: 100%; } }

/*# sourceMappingURL=site.css.map */
