@charset "UTF-8";

.btn {
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.media-modal-close {
  background-color: transparent !important;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link {
  background: -webkit-gradient(linear, left top, right top, from(#b027ec), color-stop(70%, #5a63ea));
  background: -webkit-linear-gradient(left, #b027ec 0%, #5a63ea 70%);
  background: -o-linear-gradient(left, #b027ec 0%, #5a63ea 70%);
  background: linear-gradient(90deg, #b027ec 0%, #5a63ea 70%);
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark.m-header--fixed .m-header .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
  color: #fff;
}

#woopanel_main {
  font-size: 14px;
}

#woopanel_main *,
#woopanel_main *:before,
#woopanel_main *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#woopanel_main .clear {
  clear: both;
}

#woopanel_main .hidden {
  display: none;
}

#woopanel_main a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

#woopanel_main .button {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0 2px 0 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  color: #555;
  border-color: #ccc;
  background: #f7f7f7;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
  vertical-align: top;
}

#woopanel_main .button:focus,
#woopanel_main .button:hover {
  background: #fafafa;
  border-color: #999;
  color: #23282d;
}

#woopanel_main .button:focus {
  border-color: #5b9dd9;
  -webkit-box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
  box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
}

#woopanel_main .button:active {
  background: #eee;
  border-color: #999;
  -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

#woopanel_main .button.button-small {
  height: 24px;
  line-height: 22px;
  padding: 0 8px 1px;
  font-size: 11px;
}

#woopanel_main .button-link {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: 0 0;
  outline: 0;
  cursor: pointer;
  text-align: left;
  color: #0073aa;
  text-decoration: underline;
  -webkit-transition-property: border,background,color;
  -o-transition-property: border,background,color;
  transition-property: border,background,color;
  -webkit-transition-duration: .05s;
  -o-transition-duration: .05s;
  transition-duration: .05s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-weight: normal;
}

#woopanel_main .spinner {
  background: url("../images/spinner.gif") no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  opacity: .7;
  filter: alpha(opacity=70);
  width: 20px;
  height: 20px;
  margin: 0 10px;
  visibility: hidden;
}

#woopanel_main .spinner.is-active {
  visibility: visible;
}

#woopanel_main .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

#woopanel_main .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

#woopanel_main .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#woopanel_main .woopad-navigation {
  width: 250px;
  float: left;
  padding-right: 50px;
  z-index: 9999;
  position: relative;
}

#woopanel_main .woopad-navigation ul {
  list-style: none;
  padding: 20px 0 30px 0;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

#woopanel_main .woopad-navigation ul li {
  position: relative;
  margin: 0;
  list-style-type: none;
}

#woopanel_main .woopad-navigation ul li.section-top {
  display: table;
  width: 100%;
  vertical-align: middle;
  padding: 0 20px;
  min-height: 40px;
  border-bottom: 1px solid #fafafa;
}

#woopanel_main .woopad-navigation ul li.section-top .title {
  color: #a4a7bd;
  font-size: .83rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .3px;
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#woopanel_main .woopad-navigation ul li > a {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 9px 20px;
  min-height: 44px;
  text-decoration: none;
  cursor: pointer;
}

#woopanel_main .woopad-navigation ul li > a i {
  text-align: left;
  width: 35px;
  font-size: 1.4rem;
  color: #a8aabb;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  line-height: 0;
}

#woopanel_main .woopad-navigation ul li > a span {
  display: table-cell;
  height: 100%;
  width: 100%;
  padding: 0;
  vertical-align: middle;
}

#woopanel_main .woopad-navigation ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  min-width: 170px;
  padding: 12px 0;
}

#woopanel_main .woopad-navigation ul li ul.sub-menu:after,
#woopanel_main .woopad-navigation ul li ul.sub-menu:before {
  right: 100%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#woopanel_main .woopad-navigation ul li ul.sub-menu:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #fff;
  border-width: 12px;
  margin-top: 10px;
}

#woopanel_main .woopad-navigation ul li ul.sub-menu li > a {
  padding: 6px 20px;
  min-height: auto;
  background-color: transparent;
}

#woopanel_main .woopad-navigation ul li ul.sub-menu li:hover > a,
#woopanel_main .woopad-navigation ul li ul.sub-menu li.is-active > a {
  color: #d74f2a;
}

#woopanel_main .woopad-navigation ul li ul.sub-menu li.separator-item {
  background: #ddd;
  height: 1px;
  margin: 5px 20px;
  float: none;
}

#woopanel_main .woopad-navigation ul li:hover {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#woopanel_main .woopad-navigation ul li:hover > a {
  background-color: #f8f8fb;
}

#woopanel_main .woopad-navigation ul li:hover > ul.sub-menu {
  display: block;
}

#woopanel_main .woopad-navigation ul li.is-active > a {
  background-color: #f8f8fb;
}

#woopanel_main .woopad-navigation ul li.has-child-active > a {
  background-color: #f8f8fb;
}

#woopanel_main .woopad-navigation ul li.has-child-active ul.sub-menu {
  position: relative;
  display: block;
  left: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fcfcfc;
}

#woopanel_main .woopad-navigation ul li.has-child-active ul.sub-menu:before {
  display: none;
}

#woopanel_main .woopad-navigation ul li.has-child-active ul.sub-menu a {
  background: transparent;
  padding-left: 30px;
}

#woopanel_main .woopad-content {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  float: left;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }

  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }

  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
}

.m-menu__item.separator_item {
  background-color: #3c3f55;
  height: 1px !important;
  margin: 5px 20px !important;
  float: none;
}

.m-aside-left--enabled:not(.m-aside-left--minimize) .m-aside-left .m-aside-menu {
  position: fixed;
  width: 200px;
  z-index: 98;
}

.m-aside-left--enabled:not(.m-aside-left--minimize) .m-aside-left .m-menu__item {
  position: relative;
}

.m-aside-left--enabled:not(.m-aside-left--minimize) .m-aside-left .m-menu__item--submenu.m-menu__item--open > .m-menu__submenu .m-menu__subnav {
  padding-bottom: 15px;
}

.m-aside-left--enabled:not(.m-aside-left--minimize) .m-aside-left .m-menu__item--submenu.m-menu__item--open > .m-menu__submenu .m-menu__item .m-menu__link {
  height: 35px !important;
}

.m-aside-left--enabled:not(.m-aside-left--minimize) .m-aside-left .m-menu__item--submenu.m-menu__item--hover:not(.m-menu__item--open) > .m-menu__submenu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #2f2e3c;
  min-width: 220px;
  padding: 8px 0;
}

.m-aside-left--enabled:not(.m-aside-left--minimize) .m-aside-left .m-menu__item--submenu.m-menu__item--hover:not(.m-menu__item--open) > .m-menu__submenu .m-menu__item .m-menu__link {
  padding: 7px 30px !important;
  height: 25px !important;
}

.m-aside-left--enabled:not(.m-aside-left--minimize) .m-aside-left .m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu,
.m-aside-left--enabled:not(.m-aside-left--minimize) .m-aside-left .m-menu__item--submenu.m-menu__item--open > .m-menu__submenu {
  display: block !important;
  height: auto !important;
}

.m-aside-left--minimize .m-aside-left .m-aside-menu {
  width: 60px;
}

*[class*='mce-'] {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.mce-tinymce {
  background: #fff;
  -webkit-filter: none;
  filter: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mce-tinymce .mce-top-part:before {
  display: none;
}

.mce-tinymce .mce-top-part .mce-toolbar-grp {
  background-color: #fff;
}

.mce-tinymce .mce-top-part .mce-toolbar-grp .mce-toolbar .mce-container-body {
  text-align: center;
}

.mce-tinymce .mce-top-part .mce-toolbar-grp .mce-toolbar .mce-btn,
.mce-tinymce .mce-top-part .mce-toolbar-grp .mce-toolbar .mce-btn.mce-disabled {
  background: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mce-tinymce .mce-top-part .mce-toolbar-grp .mce-toolbar .mce-btn.mce-disabled {
  opacity: 0.4 !important;
  filter: alpha(opacity=40) !important;
}

.mce-tinymce .mce-top-part .mce-toolbar-grp .mce-toolbar .mce-btn:hover {
  background: #fafafa !important;
}

.mce-tinymce .mce-top-part .mce-toolbar-grp .mce-toolbar .mce-btn.mce-active {
  background: #eee !important;
}

.mce-tinymce .mce-top-part .mce-toolbar-grp .mce-toolbar .mce-btn button {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: transparent;
}

.mce-tinymce .mce-top-part .mce-toolbar-grp .mce-toolbar .mce-btn i {
  color: #555;
}

.mce-tinymce .mce-top-part .mce-toolbar-grp .mce-toolbar .mce-btn:hover i {
  color: #333;
}

.mce-tinymce .mce-statusbar .mce-path-item {
  text-transform: lowercase;
}

.mce-floatpanel.mce-popover,
.mce-menu {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mce-menu {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transform-origin: unset !important;
  -ms-transform-origin: unset !important;
  transform-origin: unset !important;
}

#woopanel_main h1.woopad-heading-inline {
  display: inline-block;
  margin-right: 5px;
}

#woopanel_main .add-new-h2,
#woopanel_main .add-new-h2:active,
#woopanel_main .page-title-action,
#woopanel_main .page-title-action:active {
  margin-left: 4px;
  padding: 4px 8px;
  position: relative;
  top: -3px;
  text-decoration: none;
  border: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #f7f7f7;
  text-shadow: none;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  color: #0073aa;
  cursor: pointer;
  outline: 0;
}

#woopanel_main .add-new-h2:hover,
#woopanel_main .add-new-h2:active:hover,
#woopanel_main .page-title-action:hover,
#woopanel_main .page-title-action:active:hover {
  border-color: #008EC2;
  background: #00a0d2;
  color: #fff;
}

#woopanel_main .add-new-h2:focus,
#woopanel_main .add-new-h2:active:focus,
#woopanel_main .page-title-action:focus,
#woopanel_main .page-title-action:active:focus {
  border-color: #5b9dd9;
  -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
  box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
}

#woopanel_main .woopad-header-end {
  margin: -2px 0 0;
}

#woopanel_main .form-row {
  margin-bottom: 15px;
}

#woopanel_main .form-row select {
  width: 100%;
}

#woopanel_main .form-row .field-wrapper label {
  font-weight: normal;
}

#woopanel_main .form-row .field-wrapper .description {
  font-size: 90%;
  font-style: italic;
}

#woopanel_main .wp-editor-wrap {
  border: none;
}

#woopanel_main .wp-editor-wrap .wp-editor-tools .wp-media-buttons .button {
  margin-bottom: 4px;
}

#woopanel_main .wp-editor-wrap .wp-editor-tools .wp-editor-tabs .wp-switch-editor {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  font-weight: normal;
}

#woopanel_main .wp-editor-wrap .wp-editor-tools .wp-editor-tabs .wp-switch-editor:hover {
  background: #ebebeb;
}

#woopanel_main .wp-editor-wrap.tmce-active .switch-tmce {
  background: #fff !important;
  border-bottom-color: #fff;
}

#woopanel_main .wp-editor-wrap .wp-editor-container {
  overflow: hidden;
}

#woopanel_main .wp-editor-wrap .wp-editor-container .wp-editor-area {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#woopanel_main input[name='post_title'] {
  font-size: 1.7em;
  outline: 0;
}

#woopanel_main input[name='post_title']::-webkit-input-placeholder,
#woopanel_main input[name='post_title']::-webkit-input-placeholder {
  color: #89777c;
}

#woopanel_main input[name='post_title']:-moz-placeholder,
#woopanel_main input[name='post_title']:-moz-placeholder {
  color: #89777c;
}

#woopanel_main #editable-post-name input {
  font-size: 13px;
  font-weight: 400;
  height: 24px;
  margin: 0;
  width: 16em;
  display: inline-block;
}

#woopanel_main ul.categorychecklist {
  margin: 13px 0;
  padding: 0;
}

#woopanel_main ul.categorychecklist li {
  margin: 0;
  padding: 0;
  line-height: 22px;
  word-wrap: break-word;
  list-style: none;
}

#woopanel_main ul.categorychecklist li label {
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 5px;
}

#woopanel_main ul.categorychecklist li ul {
  padding-left: 30px;
}

#woopanel_main .postbox {
  margin-bottom: 20px;
}

#woopanel_main .categorydiv .list-panel {
  min-height: 42px;
  max-height: 200px;
  overflow: auto;
  padding: 0 .9em;
  border: 1px solid #ddd;
  background-color: #fdfdfd;
}

#woopanel_main #publishing-actions {
  display: inline-block;
  width: 100%;
  clear: both;
}

#woopanel_main #publishing-actions #delete-action {
  float: right;
  line-height: 28px;
}

#woopanel_main #publishing-actions #delete-action .submitdelete {
  padding-left: 0;
  padding-right: 0;
}

#woopanel_main #publishing-actions #publishing-action {
  float: left;
  line-height: 23px;
}

#set-post-thumbnail {
  margin-right: auto;
  margin-left: auto;
}

.media-uploader {
  display: inline-block;
  position: relative;
  min-height: 20px;
  min-width: 280px;
}

.media-uploader.nb-loading:before {
  content: '';
  background: url(../images/spinner.gif) no-repeat center center;
  background-color: #ffffff;
  opacity: .7;
  filter: alpha(opacity=70);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.media-uploader .howto {
  color: #bbc8d4;
  font-style: italic;
  font-size: 13px;
  line-height: 1.5;
}

.media-uploader .add_image {
  position: relative;
  display: block;
  max-width: 280px;
  background: #eee;
}

.media-uploader .add_image .howto {
  color: #bbc8d4;
  font-style: italic;
  line-height: 1.5;
  background: #333;
  padding: 5px;
  font-size: 12px;
  display: block;
}

.media-uploader .add_image:hover {
  text-decoration: none;
}

.media-uploader .image_preview {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.media-uploader .thumbnail-placeholder {
  border: 3px dashed #ddd;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  color: #999;
  padding: 50px 10px;
}

.media-uploader .thumbnail-placeholder:before {
  font-family: Dashicons;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 10px;
  text-indent: 0;
  text-align: center;
  content: "\f128";
  font-size: 50px;
  line-height: normal;
  display: block;
}

#gallery_images_container {
  padding: 0;
}

#gallery_images_container ul {
  margin: 0 -5px 10px;
  padding: 0;
  list-style: none;
}

#gallery_images_container ul:after,
#gallery_images_container ul:before {
  content: ' ';
  display: table;
}

#gallery_images_container ul:after {
  clear: both;
}

#gallery_images_container ul li.add,
#gallery_images_container ul li.image,
#gallery_images_container ul li.sortable-placeholder {
  width: 80px;
  height: 80px;
  float: left;
  cursor: move;
  border: 1px solid #d5d5d5;
  margin: 10px 5px 0;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gallery_images_container ul li.add img,
#gallery_images_container ul li.image img,
#gallery_images_container ul li.sortable-placeholder img {
  width: 100%;
  height: auto;
  display: block;
}

#gallery_images_container ul li.add.sortable-placeholder,
#gallery_images_container ul li.image.sortable-placeholder,
#gallery_images_container ul li.sortable-placeholder.sortable-placeholder {
  border: 3px dashed #ddd;
  position: relative;
}

#gallery_images_container ul li.add.sortable-placeholder:after,
#gallery_images_container ul li.image.sortable-placeholder:after,
#gallery_images_container ul li.sortable-placeholder.sortable-placeholder:after {
  font-family: Dashicons;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "\f128";
  font-size: 2.618em;
  line-height: 72px;
  color: #ddd;
}

#gallery_images_container ul li ul.actions {
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 2px;
  display: none;
}

#gallery_images_container ul li ul.actions li {
  float: right;
  margin: 0 0 0 2px;
}

#gallery_images_container ul li ul.actions li a {
  width: 1em;
  height: 1em;
  margin: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

#gallery_images_container ul li ul.actions li a.tips {
  cursor: pointer;
}

#gallery_images_container ul li ul.actions li a.delete {
  display: block;
  text-indent: -9999px;
  position: relative;
  height: 1em;
  width: 1em;
  font-size: 1.4em;
}

#gallery_images_container ul li ul.actions li a.delete:before {
  font-family: Dashicons;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "\f153";
  color: #999;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  line-height: 1em;
}

#gallery_images_container ul li ul.actions li a.delete:hover::before {
  color: #a00;
}

#gallery_images_container ul li:hover ul.actions {
  display: block;
}

.tagchecklist {
  display: none;
  margin: 12px 0 12px 14px;
  font-size: 12px;
  overflow: auto;
  padding: 0;
  list-style: none;
}

.tagchecklist > li {
  float: left;
  margin-right: 25px;
  font-size: 13px;
  line-height: 1.8em;
  cursor: default;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.tagchecklist .ntdelbutton {
  position: absolute;
  width: 24px;
  height: 24px;
  border: none;
  margin: 0 0 0 -19px;
  padding: 0;
  background: 0 0;
  cursor: pointer;
  text-indent: 0;
}

.tagchecklist .ntdelbutton .remove-tag-icon:before {
  background: 0 0;
  color: #72777c;
  content: "\f153";
  display: block;
  font: 400 16px/20px dashicons;
  speak: none;
  height: 20px;
  text-align: center;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wpl-datatable__row > .wpl-datatable__cell {
  position: relative;
  padding: 16px 10px;
  vertical-align: middle;
  font-size: 1rem;
  border: 0;
  min-width: 100px;
}

.wpl-datatable__row > .wpl-datatable__cell.wpl-datatable__cell--check {
  width: 55px;
  min-width: inherit;
  padding-left: 20px;
}

.wpl-datatable__row > .wpl-datatable__cell.wpl-datatable__cell--check > span {
  position: relative;
  top: 3px;
}

.wpl-datatable__row > .wpl-datatable__cell.wpl-datatable__cell--center {
  text-align: center;
}

.wpl-datatable__row > .wpl-datatable__cell.wpl-datatable__cell--center .m-checkbox--brand {
  padding: 0;
  margin: 0;
}

.wpl-datatable__row > .wpl-datatable__cell * {
  white-space: nowrap;
}

.wpl-datatable__row > .wpl-datatable__cell.column-title {
  min-width: 180px;
  position: relative;
}

.wpl-datatable__row > .wpl-datatable__cell.column-title .row-title {
  white-space: normal;
  word-wrap: break-word;
}

.wpl-datatable__head .wpl-datatable__row > .wpl-datatable__cell {
  border: 0;
  font-weight: 600;
  background: #f4f3f8;
}

.wpl-datatable__body .wpl-datatable__row:nth-child(even) td {
  background: #faf9fc;
}

.wpl-datatable__body .wpl-datatable__row > .wpl-datatable__cell.column-categories {
  max-width: 150px;
}

.wpl-datatable__body .wpl-datatable__row > .wpl-datatable__cell .woopanel-readmore {
  white-space: unset;
}

.comment-grey-bubble {
  margin-top: 4px;
  display: block;
  height: 16px;
  width: 16px;
}

.comment-grey-bubble:before {
  font: 400 20px/.5 dashicons;
  content: "\f101";
  font-family: 'dashicons';
  speak: none;
  display: inline-block;
  padding: 0;
  top: 4px;
  position: relative;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  color: #444;
}

.m-datatable.m-datatable--default > .m-datatable__pager {
  margin-top: 10px;
}

.column-comments .post-com-count-wrapper {
  white-space: nowrap;
  word-wrap: normal;
}

.column-comments .post-com-count-wrapper .post-com-count {
  text-decoration: none;
}

.column-comments .post-com-count {
  display: inline-block;
  vertical-align: top;
}

.column-comments .post-com-count-approved,
.column-comments .post-com-count-no-comments {
  margin-top: 5px;
}

.column-comments .post-com-count-approved:after,
.column-comments .post-com-count-no-comments:after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid #72777c;
  border-right: 5px solid transparent;
}

.column-comments .post-com-count-no-pending {
  display: none;
}

.column-comments .comment-count-approved,
.column-comments .comment-count-no-comments {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 8px;
  min-width: 24px;
  height: 2em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #72777c;
  color: #fff;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
}

.column-comments .post-com-count-pending {
  position: relative;
  left: -3px;
  padding: 0 5px;
  min-width: 7px;
  height: 21px;
  border: 2px solid #fff;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background: #ca4a1f;
  color: #fff;
  font-size: 9px;
  line-height: 17px;
  text-align: center;
}

#m-listtable-shop_order .column-title {
  padding-right: 30px;
}

#woopanel_main #loginform,
#woopanel_main .woocommerce-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#woopanel_main #loginform {
  margin-left: 0;
  padding: 26px 24px 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#woopanel_main #loginform p {
  margin-bottom: 0;
}

#woopanel_main #loginform label {
  color: #72777c;
  font-size: 14px;
  font-weight: normal;
}

#woopanel_main #loginform .input {
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  color: #32373c;
  outline: 0;
  -webkit-transition: 50ms border-color ease-in-out;
  -o-transition: 50ms border-color ease-in-out;
  transition: 50ms border-color ease-in-out;
  background: #fbfbfb;
  font-size: 24px;
  width: 100%;
  padding: 3px;
  margin: 2px 6px 16px 0;
  line-height: normal;
  height: auto;
}

#woopanel_main #loginform .login-submit {
  float: right;
}

#woopanel_main #loginform .login-remember {
  font-weight: 400;
  float: left;
  margin-bottom: 0;
}

#woopanel_main #loginform .lost_password {
  float: left;
  width: 100%;
  margin-top: 10px;
}

#woopanel_main .woocommerce-form {
  margin-left: 0;
  padding: 26px 24px 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#woopanel_main .woocommerce-form p {
  margin: 0;
}

#woopanel_main .woocommerce-form label {
  color: #72777c;
  font-size: 14px;
  font-weight: normal;
}

#woopanel_main .woocommerce-form .input-text {
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  color: #32373c;
  outline: 0;
  -webkit-transition: 50ms border-color ease-in-out;
  -o-transition: 50ms border-color ease-in-out;
  transition: 50ms border-color ease-in-out;
  background: #fbfbfb;
  font-size: 24px;
  width: 100%;
  padding: 3px;
  margin: 2px 6px 16px 0;
  line-height: normal;
  height: auto;
}

#woopanel_main .woocommerce-form .button {
  float: right;
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#woopanel_main .woocommerce-form .woocommerce-form__label {
  font-weight: 400;
  float: left;
  margin-bottom: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#woopanel_main .woocommerce-form .lost_password {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.woopanel-list-post-table .displaying-num {
  margin-top: 4px;
  display: block;
  margin-left: 2px;
}

.woopanel-list-post-table .m-datatable-empty table.m-datatable__table {
  display: table !important;
  width: 100%;
}

.woopanel-list-post-table .m-datatable-empty table.m-datatable__table tbody.m-datatable__body {
  display: table-row-group !important;
}

.woopanel-list-post-table .m-datatable-empty table.m-datatable__table tbody.m-datatable__body .dashboard-block-empty {
  padding-top: 55px;
  padding-bottom: 30px;
}

.woopanel-list-post-table .order-preview {
  background: transparent;
  height: 19px;
  position: absolute;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.woopanel-list-post-table .order-preview i {
  color: #575962;
}

.woopanel-list-post-table .order-preview i:hover {
  color: #07d;
  cursor: pointer;
}

.woopanel-list-post-table .wc-action-button {
  position: relative;
  margin-left: 5px !important;
}

.woopanel-list-post-table .wc-action-button .la-check {
  position: relative;
  top: 2px;
}

.woopanel-list-post-table .wc-action-button.wc-action-button-processing i:before {
  content: "\f1c3";
}

#order-preview.modal .modal-header {
  background: #fcfcfc;
  padding: 0 1.5em;
  height: 55px;
  line-height: 51px;
  border-bottom: 1px solid #ddd;
}

#order-preview.modal .modal-header .close {
  margin: 0;
  padding: 0 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px solid #ddd;
  height: 55px;
}

#order-preview.modal .modal-header .close:before {
  position: relative;
  top: 4px;
}

#order-preview.modal .modal-header .close:hover,
#order-preview.modal .modal-header .close:focus {
  background: #ddd;
  border-color: #ccc;
  color: #000;
}

#order-preview.modal .modal-header .modal-header-heading {
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
}

#order-preview.modal .modal-header .modal-header-heading h1 {
  display: inline-block;
  margin: 14px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

#order-preview.modal .modal-header .modal-header-heading .m-badge {
  display: inline-block;
  float: right;
  margin-top: 16px;
  padding: 1px 15px !important;
}

#order-preview.modal .modal-body {
  padding: 0;
}

#order-preview.modal .modal-body h2,
#order-preview.modal .modal-body h3 {
  color: #23282d;
  font-size: 1.3em;
  margin: 0 0 1em;
}

#order-preview.modal .modal-body .wc-order-preview-addresses {
  margin: 20px 0 0;
}

#order-preview.modal .modal-body .wc-order-preview-addresses .wc-order-preview-address strong {
  display: block;
  margin-top: 1.5em;
}

#order-preview.modal .modal-body .wc-order-preview-table-wrapper {
  margin-top: 20px;
}

#order-preview.modal .modal-body .wc-order-preview-table-wrapper table {
  width: 100%;
  margin-bottom: 0;
  background-color: transparent;
}

#order-preview.modal .modal-body .wc-order-preview-table-wrapper table th {
  font-weight: 500;
}

#order-preview.modal .modal-body .wc-order-preview-table-wrapper table th,
#order-preview.modal .modal-body .wc-order-preview-table-wrapper table td {
  padding: 0.75rem 1.5em;
  border-top: 1px solid #f4f5f8;
}

#order-preview.modal .modal-body .wc-order-preview-table-wrapper table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f4f5f8;
}

#order-preview.modal .modal-footer {
  background: #fcfcfc;
  border-top: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
  height: 55px;
}

#order-preview.modal .modal-footer .inner {
  width: 100%;
}

#order-preview.modal .modal-footer .wc-action-button-group {
  vertical-align: middle;
  line-height: 26px;
  text-align: left;
  display: inline-block;
  float: left;
}

#order-preview.modal .modal-footer .wc-action-button-group label {
  display: none;
}

#order-preview.modal .modal-footer .wc-action-button-group .wc-action-button-group__items {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#order-preview.modal .modal-footer .wc-action-button-group .wc-action-button-group__items .button {
  background: white;
  border: 1px solid #ebedf2;
  padding: 0.45rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  text-decoration: none;
}

#order-preview.modal .modal-footer .wc-action-button-group .wc-action-button-group__items .button:hover,
#order-preview.modal .modal-footer .wc-action-button-group .wc-action-button-group__items .button:focus {
  background-color: #ebedf2;
  border: 1px solid #ebedf2;
}

#order-preview.modal .modal-footer .btn-modal-editorder {
  float: right;
}

.m-datatable__cell {
  position: relative;
}

.m-invoice-order .m-invoice__logo,
.m-invoice-order .m-invoice__item .m-invoice__subtitle {
  text-transform: uppercase;
}

.m-invoice-order .m-invoice__table thead th,
.m-invoice-order .m-invoice__wrapper thead th {
  text-transform: uppercase;
}

.m-invoice-order .m-invoice-edit {
  text-align: left;
  font-size: 1.84rem;
}

.m-invoice-order .m-invoice-edit a {
  margin-bottom: 0.9rem;
  display: inline-block;
  color: #666;
  text-decoration: none;
}

.m-invoice-order .m-invoice-edit i {
  cursor: pointer;
  font-size: 1.85rem;
}

.m-invoice-order .m-invoice-billing {
  float: left;
}

.col-sidebar .col-timer {
  float: left;
  width: 45%;
}

.col-sidebar .col-timer-dotma {
  padding-top: 8px;
  float: left;
  width: 10%;
  text-align: center;
}

.col-sidebar .m-order-notes .m-portlet__body {
  padding: 2.2rem 1.6rem 2.2rem 1.6rem;
}

.col-sidebar .m-order-notes .m-messenger__messages {
  height: 377px;
  overflow-y: auto;
}

.col-sidebar .m-order-notes .m-messenger__messages .m-messenger__system .m-messenger__message {
  padding-left: 0;
}

.col-sidebar .m-order-notes .m-messenger__message-text {
  line-height: 1.8;
}

.col-sidebar .m-order-notes .m-messenger__message-text > p {
  word-break: break-all;
}

.col-sidebar .m-order-notes .m-messenger__message-text > p:last-child {
  margin-bottom: 0;
}

.col-sidebar .m-order-notes .m-messenger__message-text .delete_note {
  font-size: 12px;
}

.col-sidebar .m-order-notes .m-messenger__form-send {
  background-color: #ebedf2;
  color: #cfcedb;
  border: 0;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}

.col-sidebar .m-order-notes .m-messenger__form-send:hover {
  background: -webkit-gradient(linear, left top, right top, from(#b027ec), color-stop(70%, #5a63ea));
  background: -webkit-linear-gradient(left, #b027ec 0%, #5a63ea 70%);
  background: -o-linear-gradient(left, #b027ec 0%, #5a63ea 70%);
  background: linear-gradient(90deg, #b027ec 0%, #5a63ea 70%);
}

.col-sidebar .m-order-notes .m-messager-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-sidebar .m-order-notes .m-messager-info .m-message-avatar {
  width: 40px;
  height: 40px;
}

.col-sidebar .m-order-notes .m-messager-info .m-message-avatar img {
  display: block;
  width: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.col-sidebar .m-order-notes .m-messager-info .m-message-content h4 {
  margin: 0 0 0.35rem 0;
  color: #444444;
  font-size: 1.23rem;
  font-weight: 600;
  text-transform: capitalize;
}

.col-sidebar .m-order-notes .m-messager-info .m-message-content .delete_note {
  display: block;
  font-style: italic;
  font-size: 0.92rem;
}

.col-sidebar .m-order-notes .m-messager-info .m-message-content .exact-date {
  color: #999;
  font-size: 0.92rem;
  text-decoration: none;
}

.col-sidebar .m-order-notes .m-messager-info.m-messager-left .m-message-content {
  padding-left: 1.15rem;
}

.col-sidebar .m-order-notes .m-messager-info.m-messager-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col-sidebar .m-order-notes .m-messager-info.m-messager-right .m-message-content {
  text-align: right;
  padding-right: 1.15rem;
}

.col-sidebar #order_note_type_field {
  padding-top: 0;
}

.m-invoice-address-edit,
.m-invoice-shipping-edit {
  display: inline-block;
}

.m-invoice-address-edit i,
.m-invoice-shipping-edit i {
  cursor: pointer;
  color: #fff;
  font-size: 1.85rem;
}

#edit_order_address_modal .modal-content .modal-body {
  padding: 25px;
  max-height: 700px;
  overflow: auto;
}

.wpl-select2-default .select2-dropdown--below {
  top: -2.8rem;
}

.wpl-select2-default .select2-dropdown--below .select2-search--dropdown {
  padding: 5px;
}

.wpl-select2-default .select2-dropdown--below .select2-search--dropdown .select2-search__field {
  border-color: #ebedf2;
  color: #575962;
}

#edit_order_modal .modal-body {
  padding: 0;
}

#woopanel_main .m-invoice-1 .m-invoice__head {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #924be8), to(#7b2ce1));
  background: -webkit-linear-gradient(left, #924be8 50%, #7b2ce1 100%);
  background: -o-linear-gradient(left, #924be8 50%, #7b2ce1 100%);
  background: linear-gradient(90deg, #924be8 50%, #7b2ce1 100%);
}

#woopanel_main .m-invoice-1 .m-invoice__head:before {
  background-image: url(../images/world.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 40%) -webkit-calc(100% - 15%);
  background-position: calc(100% - 40%) calc(100% - 15%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice__logo {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  position: relative;
  z-index: 999;
  padding: 1.5rem 3.4rem !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6635a2), to(#561f9d));
  background: -webkit-linear-gradient(left, #6635a2 50%, #561f9d 100%);
  background: -o-linear-gradient(left, #6635a2 50%, #561f9d 100%);
  background: linear-gradient(90deg, #6635a2 50%, #561f9d 100%);
  background: rgba(0, 0, 0, 0.25);
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice__logo .invoice-logo {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail {
  padding: 0 3.4rem;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__desc h3 {
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 1.85rem;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__desc h3,
#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__desc p {
  color: #fff;
  position: relative;
  z-index: 999;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__desc h3 strong,
#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__desc p strong {
  font-weight: 400;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__desc p {
  margin-bottom: 0.3rem;
  line-height: 1.7rem;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__desc p a {
  color: #fff;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__desc.m-invoice-billing {
  text-align: left !important;
  padding: 3.1rem 0 !important;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__desc.m-invoice-shipping {
  padding: 3.1rem 0 !important;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__desc.m-invoice-shipping .order_note {
  color: #ffe400;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__items {
  padding: 3.4rem 0 4rem 0 !important;
  border-top: 1px solid #a770ea !important;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__items .m-invoice__subtitle {
  font-size: 1.39rem;
}

#woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__items .m-invoice__text {
  color: #fff !important;
}

#woopanel_main .m-invoice-1 .m-invoice__body {
  width: 100% !important;
  padding: 4rem 3.4rem 3.4rem 3.4rem !important;
}

#woopanel_main .m-invoice-1 .m-invoice__body table thead tr th {
  border-bottom: 1px solid #e3e3e3 !important;
  border-top: 1px solid #e3e3e3 !important;
  text-transform: capitalize;
  font-size: 1.38rem;
  color: #999999;
  padding: 0.95rem 0;
  font-size: 1.38rem;
}

#woopanel_main .m-invoice-1 .m-invoice__body table tbody tr td {
  padding-top: 1.38rem;
  border-bottom: 1px solid #e3e3e3;
}

#woopanel_main .m-invoice-1 .m-invoice__body table tbody tr td a {
  color: #666;
  font-size: 1.07rem;
  font-weight: 600;
}

#woopanel_main .m-invoice-1 .m-invoice__body table tbody tr td .wc-order-item-name {
  color: #666666;
  display: block;
  white-space: nowrap;
}

#woopanel_main .m-invoice-1 .m-invoice__body table tbody tr td .wc-order-item-sku {
  font-weight: 400;
  margin-top: 0.3rem;
  color: #999999;
}

#woopanel_main .m-invoice-1 .m-invoice__body table tbody tr td .woocommerce-Price-amount {
  color: #666 !important;
}

#woopanel_main .m-invoice-1 .m-invoice__body table tfoot tr td {
  padding-top: 1rem;
  border-top: 0;
  border-bottom: 0;
  text-align: right;
  padding-bottom: 0;
  padding-right: 0;
}

#woopanel_main .m-invoice-1 .m-invoice__body table tfoot tr td.invoice-footer-heading {
  font-weight: 600;
  color: #999;
  font-size: 1.38rem;
}

#woopanel_main .m-invoice-1 .m-invoice__body table tfoot tr td.invoice-footer-value {
  font-weight: 600;
  color: #666666;
  font-size: 1.07rem;
  padding-top: 1.4rem;
}

#woopanel_main .m-invoice-1 .m-invoice__body table tfoot tr.subtotal {
  font-weight: 600;
}

#woopanel_main .m-invoice-1 .m-invoice__body table tfoot tr.subtotal .invoice-footer-heading {
  color: #444444;
  font-size: 1.84rem;
}

#woopanel_main .m-invoice-1 .m-invoice__body table tfoot tr.subtotal .invoice-footer-value {
  padding-top: 1rem;
  font-size: 1.84rem;
}

@font-face {
  font-family: 'WooCommerce';
  src: url(../fonts/WooCommerce.eot?jj1bj4);
  src: url("../fonts/WooCommerce.eot?jj1bj4#iefix") format("embedded-opentype"), url(../fonts/WooCommerce.ttf?jj1bj4) format("truetype"), url(../fonts/WooCommerce.woff?jj1bj4) format("woff"), url("../fonts/WooCommerce.svg?jj1bj4#WooCommerce") format("svg");
  font-weight: 400;
  font-style: normal;
}

[class^="wcicon"],
[class*=" wcicon"] {
  font-family: "WooCommerce" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wcicon-ccv:before {
  content: "\e604";
}

.wcicon-virtual:before {
  content: "\e000";
}

.wcicon-up-down:before {
  content: "\e022";
}

.wcicon-reports:before {
  content: "\e023";
}

.wcicon-refresh:before {
  content: "\e031";
}

.wcicon-navigation:before {
  content: "\e032";
}

.wcicon-status-fill:before {
  content: "\e03c";
}

.wcicon-contract:before {
  content: "\e004";
}

.wcicon-downloadable:before {
  content: "\e001";
}

.wcicon-plus:before {
  content: "\e007";
}

.wcicon-simple:before {
  content: "\e006";
}

.wcicon-on-hold:before,
.wcicon-status-unpaid:before {
  content: "\e033";
}

.wcicon-external:before {
  content: "\e034";
}

.wcicon-contract-2:before {
  content: "\e036";
}

.wcicon-expand-2:before {
  content: "\e035";
}

.wcicon-phone:before {
  content: "\e037";
}

.wcicon-user:before {
  content: "\e038";
}

.wcicon-status:before {
  content: "\e039";
}

.wcicon-status-pending:before {
  content: "\e012";
}

.wcicon-status-cancelled:before {
  content: "\e013";
}

.wcicon-west:before {
  content: "\e02f";
}

.wcicon-south:before {
  content: "\e02e";
}

.wcicon-mail:before {
  content: "\e02d";
}

.wcicon-inventory:before {
  content: "\e02c";
}

.wcicon-attributes:before {
  content: "\e02b";
}

.wcicon-north:before {
  content: "\e02a";
}

.wcicon-east:before {
  content: "\e029";
}

.wcicon-note:before {
  content: "\e028";
}

.wcicon-windows:before {
  content: "\e027";
}

.wcicon-user2:before {
  content: "\e026";
}

.wcicon-search-2:before {
  content: "\e025";
}

.wcicon-search:before {
  content: "\e024";
}

.wcicon-star-empty:before {
  content: "\e021";
}

.wcicon-share:before {
  content: "\e030";
}

.wcicon-phone-fill:before {
  content: "\e03b";
}

.wcicon-woo:before {
  content: "\e03d";
}

.wcicon-user-fill:before {
  content: "\e03a";
}

.wcicon-grouped:before {
  content: "\e002";
}

.wcicon-status-refunded:before {
  content: "\e014";
}

.wcicon-status-completed:before,
.wcicon-status-active:before {
  content: "\e015";
}

.wcicon-variable:before {
  content: "\e003";
}

.wcicon-expand:before {
  content: "\e005";
}

.wcicon-status-failed:before,
.wcicon-status-expired:before {
  content: "\e016";
}

.wcicon-check:before {
  content: "\e017";
}

.wcicon-right:before {
  content: "\e008";
}

.wcicon-up:before {
  content: "\e009";
}

.wcicon-query:before {
  content: "\e018";
}

.wcicon-down:before {
  content: "\e00a";
}

.wcicon-truck-1:before {
  content: "\e019";
}

.wcicon-left:before {
  content: "\e00b";
}

.wcicon-truck-2:before {
  content: "\e01a";
}

.wcicon-image:before {
  content: "\e00c";
}

.wcicon-globe:before {
  content: "\e01b";
}

.wcicon-link:before {
  content: "\e00d";
}

.wcicon-gear:before {
  content: "\e01c";
}

.wcicon-calendar:before,
.wcicon-booking:before,
.wcicon-booking {
  content: "\e00e";
}

.wcicon-cart:before {
  content: "\e01d";
}

.wcicon-processing:before {
  content: "\e00f";
}

.wcicon-card:before {
  content: "\e01e";
}

.wcicon-view:before {
  content: "\e010";
}

.wcicon-stats:before {
  content: "\e01f";
}

.wcicon-status-processing:before {
  content: "\e011";
}

.wcicon-star-full:before {
  content: "\e020";
}

.wcicon-coupon:before {
  content: "\e600";
}

.wcicon-limit:before {
  content: "\e601";
}

.wcicon-restricted:before {
  content: "\e602";
}

.wcicon-edit:before {
  content: "\e603";
}

#list-user-table .customer-order-number {
  display: inline-block !important;
  background-color: #4096ee !important;
  margin-bottom: 3px;
}

#list-user-table .customer-order-number a {
  color: #fff !important;
  text-decoration: none;
}

#list-user-table .wc-action-button .la-eye {
  position: relative;
  top: 2px;
}

#m-customer-detail .m-center-align {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#m-customer-detail .m-customer-detail-wrapper {
  margin-top: 20px;
}

#m-customer-detail .m-customer-detail-wrapper .m-section__content tr th:first-child {
  width: 200px;
}

.m-list-orders-customer .dashboard-block-empty,
#my_orders .dashboard-block-empty {
  padding-bottom: 20px;
}

.m-list-orders-customer .m-section,
#my_orders .m-section {
  margin-bottom: 20px;
}

.m-list-orders-customer .th-status,
#my_orders .th-status {
  width: 50px;
  text-align: center;
}

.m-list-orders-customer .th-status .woopanel-status-order,
#my_orders .th-status .woopanel-status-order {
  font-size: 18px;
  font-weight: 700;
}

.m-list-orders-customer .th-status .woopanel-status-completed:before,
#my_orders .th-status .woopanel-status-completed:before {
  content: "\e015";
  color: #008C00;
}

.m-list-orders-customer .th-status .woopanel-status-processing:before,
#my_orders .th-status .woopanel-status-processing:before {
  content: "\e011";
  color: #73a724;
}

.m-list-orders-customer .th-status .woopanel-status-on-hold:before,
#my_orders .th-status .woopanel-status-on-hold:before {
  content: "\e033";
  color: #6d6d6d;
}

.m-list-orders-customer .th-status .woopanel-status-on-hold:before,
#my_orders .th-status .woopanel-status-on-hold:before {
  content: "\e013";
  color: #a00;
}

.m-list-orders-customer .th-status .woopanel-status-refunded:before,
#my_orders .th-status .woopanel-status-refunded:before {
  content: "\e014";
  color: #FF1A00;
}

.m-list-orders-customer .th-status .woopanel-status-failed:before,
#my_orders .th-status .woopanel-status-failed:before {
  color: #d0c21f;
  content: "\e016";
}

.m-list-orders-customer .th-status .woopanel-status-pending:before,
#my_orders .th-status .woopanel-status-pending:before {
  color: #ffba00;
  content: "\e012";
}

.m-list-orders-customer .m-datatable__table,
#my_orders .m-datatable__table {
  min-height: initial !important;
}

.m-list-orders-customer thead .th-status .woopanel-status-order,
#my_orders thead .th-status .woopanel-status-order {
  position: relative;
  top: 5px;
}

.m-list-orders-customer thead .th-status .woopanel-status-order:before,
#my_orders thead .th-status .woopanel-status-order:before {
  color: #43454b;
}

.m-list-orders-customer thead th,
#my_orders thead th {
  padding: 16px 10px;
  background: #f4f3f8;
}

.m-list-orders-customer tbody tr:nth-child(even) td,
.m-list-orders-customer tbody tr:nth-child(even) th,
#my_orders tbody tr:nth-child(even) td,
#my_orders tbody tr:nth-child(even) th {
  background: #f4f3f8;
}

.m-list-orders-customer .m-datatable__cell.column-order,
#my_orders .m-datatable__cell.column-order {
  width: 200px;
}

.m-list-orders-customer .m-datatable__cell.column-purchased,
#my_orders .m-datatable__cell.column-purchased {
  width: 355px;
}

.m-list-orders-customer .m-datatable__cell.column-gross,
#my_orders .m-datatable__cell.column-gross {
  width: 220px;
}

.m-list-orders-customer .m-datatable__cell.column-date,
#my_orders .m-datatable__cell.column-date {
  width: 120px;
}

.m-list-orders-customer .m-datatable__cell.column-actions,
#my_orders .m-datatable__cell.column-actions {
  width: 200px;
}

.m-list-orders-customer .wc-action-button i:before,
#my_orders .wc-action-button i:before {
  position: relative;
  top: 2px;
}

.m-list-orders-customer .wc-action-button.wc-action-button-complete,
#my_orders .wc-action-button.wc-action-button-complete {
  margin-left: 4px !important;
}

.m-list-orders-customer .wc-action-button.wc-action-button-processing i:before,
#my_orders .wc-action-button.wc-action-button-processing i:before {
  content: "\f1c3";
}

#m-listtable-shop_coupon mark.coupon-types-percent {
  background: #c8d7e1 !important;
  color: #2e4453 !important;
}

#m-listtable-shop_coupon mark.coupon-types-fixed_cart {
  background-color: #f8dda7 !important;
  color: #94660c !important;
}

#m-listtable-shop_coupon mark.coupon-types-fixed_product {
  color: #777;
  background: #e5e5e5;
}

#m-listtable-product mark {
  white-space: nowrap;
}

#m-listtable-product mark.instock {
  background: #c8d7e1 !important;
  color: #2e4453 !important;
}

#m-listtable-product mark.outofstock {
  background-color: #f8dda7 !important;
  color: #94660c !important;
}

#m-listtable-product mark.onbackorder {
  color: #777;
  background: #e5e5e5;
}

#m-listtable-product .product-type {
  display: inline-block;
  font-size: 1.5rem;
  color: #6d6d6d;
}

#m-listtable-product .column-thumbnail {
  text-align: center;
  width: 80px;
}

#m-listtable-product .column-thumbnail img {
  max-height: 55px;
  max-width: 55px;
  border: 1px solid #ececec;
}

#m-listtable-product .column-title {
  min-width: 250px;
}

#m-listtable-product .column-type {
  text-align: center;
}

#m-listtable-product .column-thumbnail {
  width: 70px;
  min-width: inherit;
  text-align: center;
}

#m-listtable-product .column-thumbnail > span {
  position: relative;
  top: 2px;
}

#product_data_portlet .m-portlet__head .type_box {
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
}

#product_data_portlet .m-portlet__head .type_box > label {
  margin-bottom: 0;
}

#product_data_portlet .m-portlet__head .m-product_type {
  margin-left: 1rem;
}

#product_data_portlet .m-portlet__head .m-product_type > a {
  padding-left: 20px;
  padding-right: 15px;
  background: #716aca;
  border-color: #716aca;
}

#product_data_portlet .m-portlet__head .m-product_type > a:after {
  top: -1px;
  margin-left: 8px;
}

#product_data_portlet .m-portlet__head .panel-options {
  margin-left: 2rem;
}

#product_data_portlet .m-portlet__head .panel-options label {
  margin: 0 2rem 0 0;
  padding-left: 25px;
}

#product_data_portlet .m-checkbox {
  color: #575962;
  margin-bottom: 0;
  margin-top: 9px;
}

#product_data_portlet .m-tabs-content__item > .options_group {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}

#product_data_portlet .m-tabs-content__item > .options_group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#product_data_portlet .m-tabs-content__item .sale_price_dates_fields {
  display: none;
}

#product_data_portlet #general_product_data > .show_if_external {
  margin-bottom: 25px;
}

#product_data_portlet #general_product_data > .show_if_simple:visible:last-child {
  border-bottom: 0;
}

#product_data_portlet .m-tabs-content[data-panel="grouped"] #inventory_product_data .options_hide_variable,
#product_data_portlet .m-tabs-content[data-panel="external"] #inventory_product_data .options_hide_variable {
  border-bottom: 0;
}

#product_data_portlet > .m-portlet__body {
  min-height: 500px;
}

#product_data_portlet > .m-portlet__body .wc-metaboxes-wrapper.m-tabs-content__item--active {
  display: block;
}

.select2-container--default .select2-results__option {
  padding: 10px 15px !important;
}

#product_attributes .m-portlet,
#variable_product_options .m-portlet,
#color_swatches .m-portlet {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebedf2;
}

#product_attributes .m-portlet .m-portlet__head .btn-add-attribute,
#variable_product_options .m-portlet .m-portlet__head .btn-add-attribute,
#color_swatches .m-portlet .m-portlet__head .btn-add-attribute {
  margin-left: 0.95rem;
}

#product_attributes .m-portlet .m-portlet__head.m-toolbar,
#variable_product_options .m-portlet .m-portlet__head.m-toolbar,
#color_swatches .m-portlet .m-portlet__head.m-toolbar {
  height: 4.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#product_attributes .m-portlet .do_variation_action,
#product_attributes .m-portlet .btn-add-attribute,
#variable_product_options .m-portlet .do_variation_action,
#variable_product_options .m-portlet .btn-add-attribute,
#color_swatches .m-portlet .do_variation_action,
#color_swatches .m-portlet .btn-add-attribute {
  padding: 0.55rem 0.95rem;
  margin-left: 0.75rem;
}

#product_attributes .m-portlet .m-portlet__body,
#variable_product_options .m-portlet .m-portlet__body,
#color_swatches .m-portlet .m-portlet__body {
  padding: 0;
}

#product_attributes .m-portlet .m-portlet__body .m-accordion__item-head,
#variable_product_options .m-portlet .m-portlet__body .m-accordion__item-head,
#color_swatches .m-portlet .m-portlet__body .m-accordion__item-head {
  padding: 1rem 2rem;
}

#product_attributes .m-portlet .m-portlet__body .m-accordion__item-head .m-accordion__item-title,
#variable_product_options .m-portlet .m-portlet__body .m-accordion__item-head .m-accordion__item-title,
#color_swatches .m-portlet .m-portlet__body .m-accordion__item-head .m-accordion__item-title {
  font-size: 1rem;
}

#product_attributes .m-portlet .m-portlet__body .m-accordion__item,
#variable_product_options .m-portlet .m-portlet__body .m-accordion__item,
#color_swatches .m-portlet .m-portlet__body .m-accordion__item {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #ebedf2;
}

#product_attributes .m-portlet .m-portlet__body .m-accordion__item:first-child,
#variable_product_options .m-portlet .m-portlet__body .m-accordion__item:first-child,
#color_swatches .m-portlet .m-portlet__body .m-accordion__item:first-child {
  border: 0;
}

#product_attributes .m-portlet .m-portlet__body .form-control.readonly,
#variable_product_options .m-portlet .m-portlet__body .form-control.readonly,
#color_swatches .m-portlet .m-portlet__body .form-control.readonly {
  background-color: #f3f3f3;
  cursor: no-drop;
}

#product_attributes .m-portlet .m-portlet__body .type-checkbox.attribute_variation,
#product_attributes .m-portlet .m-portlet__body .type-checkbox.attribute_variation,
#variable_product_options .m-portlet .m-portlet__body .type-checkbox.attribute_variation,
#variable_product_options .m-portlet .m-portlet__body .type-checkbox.attribute_variation,
#color_swatches .m-portlet .m-portlet__body .type-checkbox.attribute_variation,
#color_swatches .m-portlet .m-portlet__body .type-checkbox.attribute_variation {
  padding: 0;
}

#product_attributes .m-portlet .m-portlet__body .m-accordion__item-head,
#variable_product_options .m-portlet .m-portlet__body .m-accordion__item-head,
#color_swatches .m-portlet .m-portlet__body .m-accordion__item-head {
  padding: 0.75rem 2rem;
}

#product_attributes .m-portlet .form-control:not(textarea),
#variable_product_options .m-portlet .form-control:not(textarea),
#color_swatches .m-portlet .form-control:not(textarea) {
  height: -webkit-calc(2.35rem + 2px);
  height: calc(2.35rem + 2px);
  padding: 0 0 0 0.65rem;
}

#product_attributes .woocommerce_attribute,
#color_swatches .woocommerce_attribute {
  -webkit-border-radius: 0;
  border-radius: 0;
}

#product_attributes .woocommerce_attribute .m-accordion__item-head,
#color_swatches .woocommerce_attribute .m-accordion__item-head {
  position: relative;
}

#product_attributes .woocommerce_attribute .m-accordion__item-head .m-accordion__item-title,
#color_swatches .woocommerce_attribute .m-accordion__item-head .m-accordion__item-title {
  font-weight: 600;
}

#product_attributes .woocommerce_attribute .m-accordion__item-head .remove_row,
#color_swatches .woocommerce_attribute .m-accordion__item-head .remove_row {
  display: none;
  color: #ee0808;
  font-size: 12px;
  position: absolute;
  right: 60px;
  top: 16px;
}

#product_attributes .woocommerce_attribute .m-accordion__item-head:hover .remove_row,
#color_swatches .woocommerce_attribute .m-accordion__item-head:hover .remove_row {
  display: block;
}

#product_attributes .type-checkbox.show_if_variable.enable_variation,
#color_swatches .type-checkbox.show_if_variable.enable_variation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#variable_product_options .m-portlet > .m-portlet__head:first-child {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#variable_product_options .m-portlet > .m-portlet__head.m-variation-break-select .m-portlet__head-title {
  margin-bottom: -1rem;
}

#variable_product_options .m-portlet > .m-portlet__head.m-variation-break-select .col-3 {
  margin-bottom: 1rem;
}

.woopanel-sortable-placeholder {
  border-top: 1px solid #ebedf2;
  position: relative;
}

#variable_product_options .variations-defaults strong {
  display: block;
  margin-top: 0.45rem;
  font-weight: 600;
  white-space: nowrap;
}

#variable_product_options .variations-defaults .col-variation {
  float: left;
  margin: 0 10px 10px 0px;
}

#variable_product_options .variations-defaults .col-variation.col-variation-label {
  margin-right: 10px;
}

#variable_product_options .m-toolbar .save-variation-changes {
  height: 2.5rem;
  padding: 0 1rem;
}

#variable_product_options .m-toolbar.toolbar-bottom {
  border-top: 1px solid #ebedf2;
  height: 4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0;
}

#variable_product_options .variations-pagenav {
  font-size: 13px;
}

#variable_product_options .variations-pagenav .displaying-num {
  margin-right: 10px;
}

#variable_product_options .variations-pagenav .pagination-links .page-selector {
  display: inline-block;
  height: -webkit-calc(2.35rem + 2px);
  height: calc(2.35rem + 2px);
  padding: 0 0 0 0.65rem;
  width: auto;
}

#variable_product_options .variations-pagenav .pagination-links a {
  text-decoration: none;
}

#variable_product_options .variations-pagenav .pagination-links .next-page,
#variable_product_options .variations-pagenav .pagination-links .prev-page {
  margin: 0 5px;
  background: #ebe9f2;
  cursor: pointer;
  display: inline-block !important;
  height: 25px;
  width: 25px;
  color: #898b96;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  font-weight: 400;
}

#variable_product_options .variations-pagenav .pagination-links .next-page i,
#variable_product_options .variations-pagenav .pagination-links .prev-page i {
  font-size: 13px;
}

#variable_product_options .woocommerce_variations .m-accordion__item {
  position: relative;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-head .m-accordion__variation_id {
  float: left;
  margin-top: 0.55rem;
  padding-right: 10px;
  font-weight: 600;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-head select.form-control {
  float: left;
  margin-right: 10px;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-head .remove_variation {
  color: #ee0808;
  font-size: 12px;
  position: absolute;
  right: 60px;
  top: 1.32rem;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
  float: right;
  margin-top: 0.35rem;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-head .remove_variation {
  display: none;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-head:hover .remove_variation {
  display: block;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .variation-thumbnail {
  max-width: 260px;
  margin-bottom: 10px;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .variation-thumbnail .image_preview {
  max-height: 150px;
  width: auto;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .variation-thumbnail .thumbnail-placeholder {
  margin: 0;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .variation-thumbnail .howto {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 11px;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .variation-thumbnail .add_image {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .variation-thumbnail .remove_image {
  position: absolute;
  top: 0;
  right: 0;
  background: #666;
  color: #ccc;
  padding: 4px 9px;
  font-size: 0;
  text-decoration: none;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .variation-thumbnail .remove_image:before {
  font-family: Flaticon;
  font-size: 15px;
  content: "\f10e";
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .variation-thumbnail .remove_image:hover {
  color: #fff;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .media-uploader {
  width: 100%;
  height: 150px;
  min-width: inherit;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .media-uploader > p {
  margin: 0;
  height: 100%;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .media-uploader .thumbnail-placeholder {
  padding: 30px 10px;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .m-margin15 {
  margin-top: 15px;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .wpl_checkbox_variation {
  padding: 0;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .wpl_checkbox_variation .m-checkbox {
  margin-bottom: 6px;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .variable_sale_price .sale_schedule_variation {
  display: inline;
  margin-left: 10px;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .sale_price_dates_fields {
  margin-bottom: 15px;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .sale_price_dates_fields .form-group {
  position: relative;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .sale_price_dates_fields .form-group .input-group-append {
  position: absolute;
  right: 0;
  bottom: 0;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .sale_price_dates_fields .form-group .input-group-append .input-group-text {
  height: -webkit-calc(2.35rem + 2px);
  height: calc(2.35rem + 2px);
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #ebedf2;
  background-color: #f4f5f8;
  color: #575962;
}

#variable_product_options .woocommerce_variations .m-accordion__item .m-accordion__item-body .product_shipping_class-row {
  margin-top: 15px;
}

#variable_product_options .woocommerce_variations.m-variation-break-select .m-accordion__item .m-accordion__item-head .m-accordion_select > .row {
  margin-bottom: -1rem;
}

#variable_product_options .woocommerce_variations.m-variation-break-select .m-accordion__item .m-accordion__item-head .m-accordion_select .col-3 {
  margin-bottom: 1rem;
}

#variable_product_options .woocommerce_variations .m-accordion__item-head .m-accordion__variation_id {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55px;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  max-width: 55px;
}

.sale_schedule,
.sale_schedule_variation {
  display: block;
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  text-decoration: underline !important;
}

.m-portlet .m-portlet__head,
.m-portlet .m-portlet__foot {
  background-color: #fafafa;
}

#excerpt-description {
  font-size: 13px;
  font-style: italic;
  margin-top: 7px;
  display: block;
}

#product_data_portlet ul#product_data_tabs li a {
  padding: 0.85rem 1rem;
}

#product_data_portlet ul#product_data_tabs li a:before {
  font-size: 1.4rem;
  font-family: Dashicons;
  speak: none;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-variant: normal;
  text-decoration: none;
  position: relative;
  top: 4px;
}

#product_data_portlet ul#product_data_tabs li a .m-nav__link-text {
  margin-left: 1rem;
  display: inline-block;
  width: auto;
}

#product_data_portlet ul#product_data_tabs li.inventory_options a::before {
  content: '\f481';
}

#product_data_portlet ul#product_data_tabs li.shipping_options a::before {
  font-family: WooCommerce;
  content: '\e01a';
}

#product_data_portlet ul#product_data_tabs li.linked_product_options a::before {
  content: '\f103';
}

#product_data_portlet ul#product_data_tabs li.attribute_options a::before {
  content: '\f175';
}

#product_data_portlet ul#product_data_tabs li.variations_options a::before {
  content: '\f509';
}

#product_data_portlet ul#product_data_tabs li.advanced_options a::before {
  content: '\f111';
}

body:not(.m-aside-left--minimize) #woopanel_main .col-sidebar .m-form__group label {
  display: block;
}

#m-portlet__tabright .m-tabs-content__item .wc-metaboxes {
  border: 1px solid #ebedf2;
  border-top: 0;
}

#m-portlet__tabright .m-tabs-content__item .m-accordion__item {
  border-top: 1px solid #ebedf2;
  background-color: #fff;
}

#m-portlet__tabright .m-tabs-content__item .m-accordion__item .m-accordion__item-head {
  display: table;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 2rem;
}

#m-portlet__tabright .m-tabs-content__item .m-accordion__item .m-accordion__item-head .remove_row {
  top: 12px;
}

#m-portlet__tabright .m-tabs-content__item .m-accordion__item .m-accordion__item-head .m-accordion__item-title {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
}

#m-portlet__tabright .m-tabs-content__item .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  color: #a4a6ae;
  font-size: 1.3rem;
}

#m-portlet__tabright .m-tabs-content__item .m-accordion__item .m-accordion__item-head .m-accordion__item-mode:before {
  content: "";
}

#m-portlet__tabright #color_swatches .m-accordion__item-content {
  padding: 15px 25px;
  background: #f9f9f9;
  border-top: 1px solid #ebedf2;
  -webkit-box-shadow: 0 0 black;
  box-shadow: 0 0 black;
}

#m-portlet__tabright #color_swatches .m-accordion__item-content .global-table {
  width: 100%;
}

#m-portlet__tabright #color_swatches .m-accordion__item-content .global-table table {
  width: 100%;
}

#m-portlet__tabright #color_swatches .m-accordion__item-content .global-table tr.first-row > td {
  padding-bottom: 15px;
}

#m-portlet__tabright #color_swatches .m-accordion__item-content .global-table tr.first-row > td:last-child {
  padding-left: 30px;
}

#m-portlet__tabright #color_swatches .m-accordion__item-content .global-table tr.first-row > td .list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recent-order-wrapper .m-portlet__head-desc {
  margin-left: 10px;
  margin-top: 3px;
  font-size: 0.85rem;
  font-weight: 300;
  color: #afb2c1;
}

.recent-order-wrapper .table thead > tr > td {
  white-space: nowrap;
}

.recent-order-wrapper .table tbody > tr > td {
  min-width: 100px;
  white-space: nowrap;
  font-weight: 300;
}

.recent-order-wrapper .table tbody > tr > td.dashboard-col-order {
  min-width: inherit;
  width: 40px;
}

#chart-order-wrapper .m-portlet__head .m-portlet__head-tools,
#chart-amount-wrapper .m-portlet__head .m-portlet__head-tools {
  position: relative;
}

#dashboard-wrapper .dashboard-box {
  margin-bottom: 2.2rem;
}

#dashboard-wrapper .dashboard-box.empty-container {
  border: 3px dashed #b4b9be;
  height: 250px;
  position: relative;
}

#dashboard-wrapper .sortable-placeholder {
  border: 1px dashed #b4b9be;
  margin-bottom: 2.2rem;
  height: 50px;
}

#list-reviews-table .column-avatar,
#list-comments-table .column-avatar {
  width: 55px;
  min-width: inherit;
  text-align: center;
}

#list-reviews-table .column-title strong a,
#list-comments-table .column-title strong a {
  margin-bottom: 5px;
}

#list-reviews-table .column-comment .spam a,
#list-reviews-table .column-comment .trash a,
#list-comments-table .column-comment .spam a,
#list-comments-table .column-comment .trash a {
  color: #a00;
}

#list-reviews-table .column-comment .spam:hover a,
#list-reviews-table .column-comment .trash:hover a,
#list-comments-table .column-comment .spam:hover a,
#list-comments-table .column-comment .trash:hover a {
  color: #dc3232;
}

#list-reviews-table .column-comment .unapproved a,
#list-comments-table .column-comment .unapproved a {
  color: #d98500;
}

#list-reviews-table .column-comment .approve a,
#list-comments-table .column-comment .approve a {
  color: #006505;
}

#list-reviews-table .column-response_to,
#list-comments-table .column-response_to {
  vertical-align: top;
}

#list-reviews-table .column-response_to .response-links .comments-edit-item-link,
#list-comments-table .column-response_to .response-links .comments-edit-item-link {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

#list-reviews-table .column-submitted_on,
#list-comments-table .column-submitted_on {
  vertical-align: top;
}

#list-reviews-table .tr-status-approve td,
#list-comments-table .tr-status-approve td {
  background-color: #fef7f1;
}

#list-reviews-table .wpl-datatable__body .wpl-datatable__row_cmhide,
#list-comments-table .wpl-datatable__body .wpl-datatable__row_cmhide {
  background-color: #faf9fc;
}

#list-reviews-table .wpl-datatable__body tr.td-white td,
#list-comments-table .wpl-datatable__body tr.td-white td {
  background-color: #fff;
}

#list-reviews-table .wpl-datatable__body tr .comment-star,
#list-comments-table .wpl-datatable__body tr .comment-star {
  margin-top: 5px;
  color: orange;
}

.taxonomy-lists .m-form__group {
  padding-top: 0;
}

.taxonomy-lists .column-image {
  min-width: auto;
  width: 50px;
}

.taxonomy-lists .column-image img {
  border: 1px solid #f7f7f7;
}

.taxonomy-lists .column-description {
  white-space: nowrap;
  padding-right: 50px;
}

.taxonomy-lists .column-count {
  text-align: center;
}

.taxonomy-lists .submitdelete {
  color: #bf0d0d;
}

#nbt-repeater .repeater-row {
  margin-left: 30px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
}

#nbt-repeater .repeater-row .nbt-repeater-order {
  cursor: move;
}

#nbt-repeater .repeater-row .nbt-repeater-order p {
  margin-bottom: 0;
}

#nbt-repeater .repeater-row .nbt-repeater-order p label {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  margin-top: 10px;
}

#nbt-repeater .repeater-row.open .repeater-heading .nbt-toggle-indicator:before {
  content: "\f142";
}

#nbt-repeater .repeater-row.open .repeater-content {
  border-top: 1px solid #e5e5e5;
}

#nbt-repeater .row-heading {
  margin-left: 0;
  padding: 0 15px;
  background: #fafafa;
  color: #000;
}

#nbt-repeater .faq-action-row {
  margin-top: 5px;
  margin-bottom: 10px;
}

#nbt-repeater .faq-action-row .button-link {
  font-size: 13px;
}

#nbt-repeater .faq-action-row .button-link-delete {
  color: #a00;
}

#nbt-repeater .repeater-heading {
  cursor: pointer;
  background: #fafafa;
  color: #23282d;
  padding: 10px 0px 10px 15px;
  font-weight: 700;
}

#nbt-repeater .repeater-heading span {
  color: #666;
}

#nbt-repeater .repeater-heading .nbt-repeater-arrow {
  float: right;
  position: relative;
  border: 0;
  background: transparent;
}

#nbt-repeater .repeater-heading .nbt-repeater-arrow span {
  color: #666;
}

#nbt-repeater .repeater-heading .nbt-repeater-arrow span:before {
  content: "\f140";
  font: normal 20px/1 dashicons;
  speak: none;
  display: block;
  text-decoration: none !important;
  position: relative;
  top: 0px;
}

#nbt-repeater .repeater-content {
  display: none;
  padding: 10px 15px;
}

#nbt-repeater .repeater-content p {
  margin: 0;
  padding: 0;
}

#nbt-repeater .repeater-content p label {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  margin-top: 10px;
}

span.shortcode > input {
  font-family: Consolas, Monaco, monospace;
  background: inherit;
  color: inherit;
  font-size: 12px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4px 8px;
  margin: 0;
}

.hide-if-js {
  display: none;
}

#woopanel_main {
  width: 100%;
}

.m-brand__logo-wrapper img {
  max-width: 130px;
  max-height: 50px;
}

.m-card-user {
  width: 100%;
}

.m-card-user__email {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
}

.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.m-input-icon .form-control:focus {
  background-color: transparent;
}

.m-widget24 {
  margin-bottom: 3.21rem;
}

.m-badge.m-badge-completed {
  background: #c8d7e1 !important;
  color: #2e4453 !important;
}

.m-badge.m-badge-processing {
  background: #c6e1c6 !important;
  color: #5b841b !important;
}

.m-badge.m-badge-on-hold {
  background-color: #f8dda7 !important;
  color: #94660c !important;
}

.dashboard-block-empty,
.content-empty {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.dashboard-block-empty i,
.content-empty i {
  margin-bottom: 15px;
  display: block;
  font-size: 90px;
  font-weight: normal;
  color: #c6cfd7;
}

.dashboard-block-empty h3,
.content-empty h3 {
  margin-bottom: 15px;
  color: #31373c;
}

.dashboard-block-empty p,
.content-empty p {
  color: #466577;
}

.m-date-format {
  font-size: 1rem !important;
  white-space: nowrap;
}

.datepicker.datepicker-dropdown {
  z-index: 9999 !important;
}

#chart-order-wrapper .m-portlet__head-tools .m-tabs-label,
#chart-amount-wrapper .m-portlet__head-tools .m-tabs-label {
  margin-right: 5px;
}

#chart-order-wrapper .m-portlet__head-tools .m-tabs-label .m-tabs__link,
#chart-amount-wrapper .m-portlet__head-tools .m-tabs-label .m-tabs__link {
  padding: 6px 15px;
  font-size: 0.95rem;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

#chart-order-wrapper .m-portlet__head-tools .m-portlet__nav-item,
#chart-amount-wrapper .m-portlet__head-tools .m-portlet__nav-item {
  margin-left: 10px;
}

#chart-order-wrapper .m-portlet__head-tools .m-portlet__nav-item .m-portlet__nav-link,
#chart-amount-wrapper .m-portlet__head-tools .m-portlet__nav-item .m-portlet__nav-link {
  padding: 8px 15px;
  font-size: 0.95rem;
  line-height: 15px;
}

#chart-order-wrapper .m-portlet__head-tools .m-portlet__nav-item .m-portlet__nav-link:after,
#chart-amount-wrapper .m-portlet__head-tools .m-portlet__nav-item .m-portlet__nav-link:after {
  top: -1px;
}

.m-portlet--tab input[name=datefilter] {
  position: absolute;
  right: 0;
  bottom: -8px;
  height: 0;
  width: 99px;
  visibility: collapse;
}

.daterangepicker.show-calendar {
  margin-left: -30px;
  margin-top: 2px;
  border: 0px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

.daterangepicker.show-calendar td.start-date,
.daterangepicker.show-calendar td.end-date {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.daterangepicker.show-calendar td.today {
  top: -1px;
  border-bottom-color: #828ee6;
  border-left-color: #828ee6;
}

.daterangepicker.show-calendar td.today.active {
  border-bottom-color: #5867dd;
  border-left-color: #5867dd;
}

.daterangepicker.show-calendar td.today:before {
  bottom: 0px;
  right: 0;
}

.daterangepicker.show-calendar:before,
.daterangepicker.show-calendar:after {
  border: 0;
}

.daterangepicker.show-calendar .ranges {
  display: none;
}

.daterangepicker.show-calendar .m-dropdown__arrow {
  display: inline-block;
  overflow: hidden;
  height: 11px;
  width: 40px;
  top: -10px;
  position: absolute;
  color: #ffffff;
}

.daterangepicker.show-calendar .m-dropdown__arrow:before {
  display: inline-block;
  font-family: "Metronic";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0px;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  position: relative;
  top: 100%;
  margin-top: 11px;
  font-size: 40px;
}

.m-dropdown__content li.active .m-nav__link-icon,
.m-dropdown__content li.active .m-nav__link-text {
  color: #716aca !important;
}

.dashboard-recent-reviews .m-widget5__desc,
.dashboard-best-products .m-widget5__desc {
  font-size: 13px !important;
}

.dashboard-recent-reviews .m-widget5__section a,
.dashboard-best-products .m-widget5__section a {
  text-decoration: none;
}

.dashboard-recent-reviews .m-widget5__section a span,
.dashboard-best-products .m-widget5__section a span {
  color: #716aca;
}

.dashboard-recent-reviews .m-widget5__content {
  float: none !important;
}

.dashboard-recent-reviews .m-widget5__pic img {
  width: 80px !important;
  height: 80px;
}

.dashboard-best-products .m-widget5__section {
  padding-right: 2.50rem !important;
}

.dashboard-best-products .m-widget5__pic img {
  width: 80px !important;
  height: 80px;
}

.tooltip .tooltip-inner {
  padding: 0.35rem 0.65rem 0.45rem;
  line-height: 1.6;
}

.m-datatable__pager-nav li a {
  text-decoration: none;
}

.woopanel-readmore-text {
  font-style: italic;
  color: #444;
  font-size: 12px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.m-bootstrap-select .dropdown-toggle.btn-sm {
  padding: 0.45rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

#sample-permalink a {
  text-decoration: none;
}

#editable-post-name-full {
  display: none;
}

#category-adder {
  margin-top: 10px;
  font-size: 14px;
}

#category-adder .form-control {
  margin-top: 15px;
}

#category-adder .form-control.add_category_name {
  margin-top: 10px;
}

#category-adder #link-category-add {
  display: none;
}

#category-adder #link-category-add-submit {
  margin-top: 15px;
}

.remove_image,
#category-add-toggle,
#most-used-tags {
  font-size: 13px;
}

#most-used-tags #most-used-tags_link {
  display: block;
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: #5867dd;
  padding: 0;
  cursor: pointer;
}

#most-used-tags .the-tagcloud {
  display: none;
  margin: 8px 0 0px;
  padding: 8px;
  border: 1px solid #ddd;
  line-height: 1.8em;
  word-spacing: 3px;
}

#most-used-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#most-used-tags ul li {
  display: inline-block;
}

.alert.alert-error {
  color: #fff;
  background-color: #f66e84;
  border-color: #f55f78;
}

.alert a {
  color: #fff;
}

.blockUI.blockMsg.blockElement {
  background: transparent !important;
  border: 0 !important;
}

.blockUI.blockMsg.blockElement .loading-message {
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  min-width: 125px;
  vertical-align: middle;
}

.blockUI.blockMsg.blockElement .loading-message .block-spinner-bar {
  display: inline-block;
  width: 80px;
  text-align: center;
}

.blockUI.blockMsg.blockElement .loading-message .block-spinner-bar > div {
  background: #5a63ea;
  margin: 0 2px;
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
  animation: bounceDelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-border-radius: 100% !important;
  border-radius: 100% !important;
}

.blockUI.blockMsg.blockElement .loading-message .block-spinner-bar .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}

.blockUI.blockMsg.blockElement .loading-message .block-spinner-bar .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

@-webkit-keyframes bounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceDelay {
  0%, 100%, 80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.modal {
  z-index: 9999;
}

.modal .modal-dialog {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  outline: none;
}

.modal .modal-dialog .modal-content {
  max-height: 100%;
}

.modal .modal-header {
  display: block;
  padding: 15px;
  background: #fcfcfc;
  border-bottom: 1px solid #ddd;
}

.modal .modal-header:before,
.modal .modal-header:after {
  display: table;
  content: " ";
}

.modal .modal-header:after {
  clear: both;
}

.modal .modal-header .close {
  display: inline-block;
  margin-top: 8px;
  margin-right: 0;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: 0;
  background-image: url(../images/modal-close.png) !important;
  opacity: .2;
  filter: alpha(opacity=20);
}

.modal .modal-header .close:before {
  content: none;
}

.modal .modal-body {
  padding: 0;
  overflow-y: auto;
}

.modal .modal-footer {
  height: 55px;
  background: #fcfcfc;
  border-top: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
}

.modal-order .modal-body table.woocommerce_order_items {
  width: 100%;
  background: #fff;
}

.modal-order .modal-body table.woocommerce_order_items thead th {
  padding: 0.75rem 1.5em;
  border-top: 1px solid #f4f5f8;
  vertical-align: bottom;
  border-bottom: 2px solid #f4f5f8;
  font-weight: 500;
}

.modal-order .modal-body table.woocommerce_order_items tbody td {
  padding: 0.75rem 1.5em;
  border-bottom: 1px solid #eae9e9;
}

.modal-order .modal-body table.woocommerce_order_items tbody td.thumb {
  width: 52px;
  padding-left: 1em;
  padding-right: 0;
}

.modal-order .modal-body table.woocommerce_order_items tbody td.thumb .wc-order-item-thumbnail {
  width: 38px;
  height: 38px;
  border: 2px solid #e8e8e8;
  background: #f8f8f8;
  color: #ccc;
  position: relative;
  font-size: 21px;
  display: block;
  text-align: center;
}

.modal-order .modal-body table.woocommerce_order_items tbody td.thumb .wc-order-item-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.modal-order .modal-body table.woocommerce_order_items tbody td.thumb .wc-order-item-thumbnail:before {
  font-family: Dashicons;
  speak: none;
  font-weight: 400;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-indent: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  text-align: center;
  content: "";
  width: 34px;
  line-height: 35px;
  display: block;
  font-variant: normal;
  margin: 0px;
  font-size: 15px;
}

.modal-order .modal-body table.woocommerce_order_items tbody td.name {
  padding-left: 1em;
}

.modal-order .modal-body table.woocommerce_order_items tbody td.quantity input[type="number"] {
  border: 1px solid #e0dede;
  padding: 5px 10px;
  max-width: 55px;
  text-align: center;
  display: block;
}

.modal-order .modal-body table.woocommerce_order_items tbody td.item_cost .order_item_price {
  border: 1px solid #e0dede;
  padding: 5px 10px;
  max-width: 75px;
  display: block;
}

.modal-order .modal-body table.woocommerce_order_items .item {
  min-width: 200px;
}

body .select2-container--default .select2-selection--multiple,
body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ebedf2;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  min-height: -webkit-calc(2.95rem + 2px);
  min-height: calc(2.95rem + 2px);
  padding: 0.45rem 0.65rem;
  font-size: 1rem;
}

body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #716aca;
}

body .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  margin-bottom: -0.65rem;
  position: relative;
  top: -1px;
}

body .select2-container .select2-selection--multiple .select2-selection__rendered li {
  margin-top: 3px;
}

body .select2-container .select2-selection--multiple .select2-selection__rendered li:not(.select2-search--inline) {
  margin: 0 0.55rem 0.35rem 0;
  padding: 0.45rem 0.4rem 0.45rem 0.4rem;
}

body .tags_select2 .select2-container .select2-selection--single {
  border: 1px solid #ebedf2;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  min-height: -webkit-calc(2.95rem + 2px);
  min-height: calc(2.95rem + 2px);
  padding: 0.45rem 0.65rem;
  font-size: 1rem;
  height: auto;
  line-height: 3px;
}

body .tags_select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
}

body .tags_select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

body .tags_select2 .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ebedf2;
}

body .tags_select2 .select2-container--default .select2-search--dropdown {
  padding: 10px;
}

.single-select2 .select2-container .select2-selection--single {
  height: 40px;
  border-color: #ebedf2;
}

.single-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.75rem 1.15rem 0.85rem;
  height: auto;
  line-height: initial;
}

.single-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 20px;
}

.form-group.type-image label {
  width: 100%;
}

.form-group.type-color label {
  display: block;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }
}

@media (min-width: 992px) {
  #woopanel_main .col-sidebar {
    -webkit-box-flex: 0 0 350px;
    -ms-flex: 0 0 350px;
    -webkit-flex: 0 0 350px;
    flex: 0 0 350px;
  }
}

@media screen and (min-width: 1400px) {
  .col-main .m-form__section {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (max-width: 1600px) {
  #woopanel_main .col-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }

  #woopanel_main .col-sidebar .media-uploader {
    min-width: auto;
    width: 100%;
  }

  #woopanel_main .col-sidebar #gallery_images_container ul li.add,
  #woopanel_main .col-sidebar #gallery_images_container ul li.image,
  #woopanel_main .col-sidebar #gallery_images_container ul li.sortable-placeholder {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #product_data_portlet #m-portlet__tableft {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }

  #product_data_portlet #m-portlet__tabright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }

  #product_data_portlet ul#product_data_tabs {
    margin-right: 0 !important;
  }

  #product_data_portlet ul#product_data_tabs li a {
    text-align: center;
  }

  #product_data_portlet ul#product_data_tabs li a .m-nav__link-text {
    display: none;
  }

  #dashboard-new-customer-wrapper .dnc-date {
    display: none;
  }

  #dashboard-best-seller-wrapper .m-widget4__img--logo {
    display: none;
  }

  #dashboard-best-seller-wrapper .m-widget4__info {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  body:not(.m-aside-left--minimize) #woopanel_main .col-main,
  body:not(.m-aside-left--minimize) #woopanel_main .col-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #dashboard-new-customer-wrapper .dnc-date {
    display: block;
  }

  #dashboard-best-seller-wrapper .m-widget4__img--logo {
    display: block;
  }

  #dashboard-best-seller-wrapper .m-widget4__info {
    padding-left: 1.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  #m_ver_menu {
    position: fixed;
    width: 200px;
  }

  #m_ver_menu > .m-menu__nav {
    top: 50px;
  }
}

@media screen and (max-width: 782px) {
  .column-comments .post-com-count-wrapper {
    white-space: normal;
  }

  .column-comments .post-com-count-wrapper > a {
    display: block;
  }

  .column-comments .post-com-count [aria-hidden=true] {
    display: none;
  }

  .column-comments .post-com-count .screen-reader-text {
    position: static !important;
    -webkit-clip-path: none;
    clip-path: none;
    width: auto;
    height: auto;
    margin: 0;
  }

  .column-comments .post-com-count-approved,
  .column-comments .post-com-count-no-comments {
    margin-top: 0;
    margin-right: .5em;
  }

  .column-comments .post-com-count-approved:after,
  .column-comments .post-com-count-no-comments:after {
    display: none;
  }

  .column-comments .post-com-count-pending {
    position: static;
    height: auto;
    min-width: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    color: #bb2a2a;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
  }
}

@media (max-width: 768px) {
  #woopanel_main .m-invoice-1 .m-invoice__head .m-invoice-head_detail .m-invoice__desc.m-invoice-billing {
    width: 100%;
  }
}

@media (max-width: 640px) {
  #woopanel_main .m-invoice-1 .m-invoice__head .m-invoice__logo .invoice-logo {
    display: none !important;
  }

  #woopanel_main .m-invoice-1 .m-invoice__body table tbody tr td .wc-order-item-name {
    padding-right: 40px;
  }

  #woopanel_main .m-invoice-1 .m-invoice__body table tbody tr td:last-child {
    padding-left: 40px;
  }

  #chart-order-wrapper .m-portlet__head,
  #chart-amount-wrapper .m-portlet__head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 2.2rem 1.5rem 2.2rem;
    height: auto;
  }

  #chart-order-wrapper .m-portlet__head .m-portlet__head-caption,
  #chart-amount-wrapper .m-portlet__head .m-portlet__head-caption {
    width: 100%;
  }

  #chart-order-wrapper .m-portlet__head .m-portlet__head-tools,
  #chart-amount-wrapper .m-portlet__head .m-portlet__head-tools {
    width: 100%;
  }
}

@media (max-width: 380px) {
  #chart-order-wrapper .m-portlet__head .m-portlet__head-tools .m-portlet__nav-item,
  #chart-amount-wrapper .m-portlet__head .m-portlet__head-tools .m-portlet__nav-item {
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #chart-order-wrapper .m-portlet__head .m-portlet__head-tools .m-portlet__nav-item.m-chart-status,
  #chart-amount-wrapper .m-portlet__head .m-portlet__head-tools .m-portlet__nav-item.m-chart-status {
    margin-bottom: 10px;
  }
}

@media (min-width: 1440px) and (max-width: 1900px) {
  #product_data_portlet #m-portlet__tableft {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
  }

  #product_data_portlet #m-portlet__tabright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 280px);
    -ms-flex: 0 0 calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    max-width: -webkit-calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #dashboard-new-customer-wrapper .dnc-date {
    display: none;
  }

  #dashboard-best-seller-wrapper .m-widget4__img--logo {
    display: none;
  }

  #dashboard-best-seller-wrapper .m-widget4__info {
    padding-left: 0;
  }

  #chart-order-wrapper .m-portlet__head .m-portlet__head-tools,
  #chart-amount-wrapper .m-portlet__head .m-portlet__head-tools {
    margin-top: 10px;
  }

  #chart-order-wrapper .m-portlet__head .m-portlet__head-tools .m-tabs-price,
  #chart-amount-wrapper .m-portlet__head .m-portlet__head-tools .m-tabs-price {
    position: absolute;
    right: 0;
    top: -35px;
  }

  #chart-order-wrapper .m-portlet__head .m-portlet__head-tools .m-chart-status,
  #chart-amount-wrapper .m-portlet__head .m-portlet__head-tools .m-chart-status {
    margin-left: 0;
    padding-left: 0;
  }

  .dashboard-best-products .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic {
    display: block;
    width: auto;
  }

  .dashboard-best-products .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic img {
    max-width: 100%;
    width: auto !important;
    height: auto;
  }

  .dashboard-best-products .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section {
    padding: 15px 0 0 0;
  }

  .dashboard-best-products .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1 {
    text-align: left;
  }
}