/**
 * Dokan Plugin main Style less file
 *
 * Import all individual page styles
 * in this less file which compile to style.css
 * file in assets/css directoryS
 */
.dokan-dashboard .dokan-dash-sidebar {
  width: 17%;
  float: left;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background: #242424;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
  margin: 0;
  border-bottom: 1px solid #454545;
  position: relative;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  padding: 10px 0 10px 18px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
  font-size: 17px;
  padding-right: 15px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
  background: #f05025;
  color: #fff;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
  position: relative;
  background: #f05025;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
  left: 93%;
  top: 50%;
  border: transparent solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent #fff transparent transparent;
  border-left-color: #fff;
  border-width: 16px 16px 16px 0;
  margin-top: -16px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu {
  background: #fff;
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  right: -100%;
  top: -4px;
  z-index: 99;
  width: 165px;
  display: none;
  border-top: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a {
  padding: 2px 0 2px 10px;
  font-size: 13px;
  color: #333;
  font-weight: normal;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a:hover {
  background: #f37655;
  color: #fff;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li {
  border-bottom: 1px solid #ccc;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li:last-child {
  border-bottom: none;
}
.dokan-dashboard .dokan-dashboard-wrap {
  display: block;
  overflow: hidden;
  width: 100%;
}
.dokan-dashboard .dokan-dashboard-wrap:before,
.dokan-dashboard .dokan-dashboard-wrap:after {
  content: " ";
  display: table;
}
.dokan-dashboard .dokan-dashboard-wrap:after {
  clear: both;
}
.dokan-dashboard .dokan-dashboard-wrap * {
  box-sizing: border-box;
}
.dokan-dashboard header.dokan-dashboard-header {
  margin: 0 0 15px 0;
}
.dokan-dashboard header.dokan-dashboard-header h1 {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px 0;
}
.dokan-dashboard .dokan-dashboard-content {
  padding: 0 0 0 15px;
  overflow: hidden;
  margin-top: 0px;
  width: 83%;
  float: left;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:before,
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:after {
  content: " ";
  display: table;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:after {
  clear: both;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left {
  padding-right: 15px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 0px 10px;
  position: relative;
  -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: 15px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a {
  font-size: 13px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #EBEBEB;
  padding: 6px 0;
  margin-bottom: 6px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i {
  color: #ccc;
  padding-right: 5px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter {
  padding: 15px 0;
  text-align: center;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
  width: 26%;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title {
  font-size: 15px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 10px;
  padding-top: 6px;
  margin-bottom: 25px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
  font-size: 18px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders {
  overflow: hidden;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part {
  width: 50%;
  padding: 0;
  float: left;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders #order-stats {
  width: 250px !important;
  height: 100% !important;
  margin-top: 15px;
  margin-left: -10px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .pull-right a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: -6px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph {
  padding-bottom: 7px;
  width: 100%;
  position: relative;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-placeholder.main {
  height: 347px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count .count {
  float: right;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .chart-tooltip {
  position: absolute;
  display: none;
  line-height: 1;
  background: #333;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
}
.dokan-dashboard .dokan-dashboard-content article {
  border-bottom: none;
}
.dokan-dashboard .dokan-dashboard-content ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.dokan-dashboard .dokan-dashboard-content a {
  text-decoration: none;
}
.dokan-product-listing .dokan-product-listing-area {
  padding: 0px 15px;
}
.dokan-product-listing .dokan-product-listing-area .row-actions {
  visibility: hidden;
  font-size: 12px;
  color: #ccc;
}
.dokan-product-listing .dokan-product-listing-area .row-actions .delete a {
  color: #A05;
}
.dokan-product-listing .dokan-product-listing-area .row-actions .delete a:hover {
  color: red;
}
.dokan-product-listing .dokan-product-listing-area tr:hover .row-actions {
  visibility: visible;
}
.dokan-product-listing .dokan-product-listing-area table td img {
  max-width: 48px;
  max-height: 48px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top {
  border-bottom: 1px solid #ededed;
  line-height: 50px;
  margin-bottom: 15px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
  width: 70%;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
  display: inline-block;
  padding: 0px 10px 0px 0px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
  width: 30%;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type:before {
  font-family: FontAwesome;
  content: "\f133";
  display: block;
  text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.downloadable:before {
  font-family: FontAwesome;
  content: "\f019";
  display: block;
  text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.variable:before {
  font-family: FontAwesome;
  content: "\f02d";
  display: block;
  text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.simple:before {
  font-family: FontAwesome;
  content: "\f0c9";
  display: block;
  text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.virtual:before {
  font-family: FontAwesome;
  content: "\f0c2";
  display: block;
  text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock {
  color: #7AD03A;
  background: transparent;
  font-weight: bold;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
  vertical-align: top;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.draft {
  background: #ccc;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.publish {
  background: #65C265;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.pending {
  background: #f05025;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date {
  font-size: 13px;
}
.dokan-product-listing .dokan-product-listing-area del .amount {
  color: #dd5a43;
}
.dokan-product-listing .dokan-product-listing-area ins {
  text-decoration: none;
}
.dokan-product-listing .dokan-product-listing-area ins .amount {
  color: #69aa46;
  font-weight: bold;
}
.dokan-new-product-area {
  padding: 0px 15px;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb {
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 {
  font-size: 18px;
  line-height: 1.42;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb,
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb a {
  color: #aaa;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-label {
  font-size: 11px;
  font-weight: normal;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 a.view-product {
  background-color: #FAFAFA;
  border-color: #EBEBEB;
}
.product-edit-container {
  font-size: 13px;
}
.product-edit-container .tab-pane {
  padding: 15px 0;
}
.product-edit-container label {
  font-weight: normal;
  cursor: pointer;
}
.product-edit-container .dokan-feat-image-upload {
  border: 4px dashed #DDDDDD;
  height: 200px;
  width: 200px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.product-edit-container .dokan-feat-image-upload i.fa-cloud-upload {
  display: block;
  font-size: 80px;
  color: #DFDFDF;
}
.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn {
  color: #8F8F8F;
  text-shadow: 0 1px 1px #FFF;
  background: #F0F0F0;
  padding: 3px 10px;
  font-size: 12px;
}
.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover {
  color: #ECECEC;
  text-shadow: 0 1px 1px #6F6F6F;
  background: #B4B4B4;
}
.product-edit-container .dokan-feat-image-upload a.close {
  background: #000000;
  color: #FF0000;
  font-size: 100px;
  height: 200px;
  opacity: 0.7;
  padding: 25% 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 200px;
  display: none;
}
.product-edit-container .dokan-feat-image-upload img {
  max-width: 100%;
}
.product-edit-container .dokan-feat-image-upload img:hover a.close {
  display: block;
}
.product-edit-container .dokan-feat-image-upload .image-wrap:hover a.close {
  display: block;
}
.product-edit-container .instruction-inside {
  text-align: center;
  padding-top: 40px;
  color: #aaa;
}
.product-edit-container .wp-editor-wrap {
  border: 1px solid #E7E7E7;
}
.product-edit-container aside {
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 3px;
}
.product-edit-container .dokan-edit-sidebar {
  margin-top: 35px;
}
.product-edit-container .dokan-edit-sidebar .dokan-side-head {
  background: #f5f5f5;
  padding: 10px;
}
.product-edit-container .dokan-edit-sidebar .dokan-side-body {
  padding: 10px;
}
.product-edit-container .dokan-edit-sidebar .dokan-side-body .dokan-form-control {
  width: 90%;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files td {
  border-top: none;
  border-bottom: 1px solid #ededed;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files td label {
  font-weight: normal;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files td input {
  width: 90%;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files ul {
  margin: 0px;
  padding: 0px;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files ul li {
  margin-bottom: 15px;
}
.product-edit-container ul.label-on-left label {
  min-width: 200px;
  display: inline-block;
}
.product-edit-container ul.label-on-left li {
  clear: both;
}
.product-edit-container #product-attributes h4 {
  margin-bottom: 15px;
}
.product-edit-container #product-attributes .select-attribute.form-control {
  display: inline;
  width: auto;
}
.product-edit-container #variants-holder .inputs-box {
  background: #f5f5f5;
  margin-bottom: 20px;
}
.product-edit-container #variants-holder .inputs-box .box-header {
  background: #e5e5e5;
  padding: 5px 10px;
  font-size: 13px;
  margin-bottom: 10px;
}
.product-edit-container #variants-holder .inputs-box .option-couplet {
  margin-left: 15px;
}
.product-edit-container #variants-holder .inputs-box .option-couplet li:before {
  content: '-';
}
.product-edit-container #variants-holder .inputs-box .option-couplet li {
  margin-bottom: 8px;
}
.product-edit-container #variants-holder .inputs-box .box-inside {
  padding: 10px;
}
.product-edit-container #variants-holder .inputs-box .box-inside .attribute-config {
  width: 35%;
  float: left;
}
.product-edit-container #variants-holder .inputs-box .box-inside .attribute-options {
  float: left;
  width: 60%;
}
.product-edit-container #variants-holder .actions a {
  color: #666;
  padding: 0 4px 2px;
  font-weight: bold;
  border: 1px solid #ddd;
  text-decoration: none;
  background: #fff;
}
.product-edit-container #variants-holder .actions a:hover {
  background: #666;
  color: #fff;
}
.product-edit-container #product-variations .wc-metabox {
  border-radius: 3px;
  background: #f5f5f5;
  margin-bottom: 10px;
  font-size: 13px;
  padding-bottom: 3px;
}
.product-edit-container #product-variations .wc-metabox h3 {
  background: #e5e5e5;
  padding: 10px;
  font-size: 14px;
}
.product-edit-container #product-variations .wc-metabox h3 button {
  float: right;
  font-size: 12px;
  margin-top: -5px;
}
.product-edit-container #product-variations .wc-metabox table {
  margin: 10px;
}
.product-edit-container #product-variations .wc-metabox table td {
  vertical-align: top;
  width: 50%;
}
.product-edit-container #product-variations .wc-metabox table td.upload_image img {
  width: 110px;
  max-width: 110px;
  max-height: 110px;
}
.product-edit-container #product-variations .wc-metabox table td.options label {
  display: block;
}
.product-edit-container #product-variations .wc-metabox table td.sku,
.product-edit-container #product-variations .wc-metabox table td.upload_image,
.product-edit-container #product-variations .wc-metabox table td.options {
  width: 15%;
}
.product-edit-container #product-variations .wc-metabox td.data {
  padding: 0 0 0 10px;
  background: #fff;
  margin-left: 20px;
}
.product-edit-container #product-variations .wc-metabox table.data_table {
  margin: 0;
  width: 100%;
}
.product-edit-container #product-variations .wc-metabox table.data_table td {
  padding: 0 6px 6px 0;
  width: 50%;
}
.product-edit-container #product-variations .wc-metabox table.data_table td input {
  width: 100%;
  padding: 5px 10px;
}
.product-edit-container #product-variations .wc-metabox table.data_table td input.upload_file_button {
  width: auto;
  margin-top: 5px;
}
.product-edit-container #product-variations .wc-metabox table.data_table td.dimensions_field input {
  width: 25%;
  padding: 3px;
}
.product-edit-container #product-variations .wc-metabox table.data_table label {
  display: block;
}
.product-edit-container #product-variations .wc-metabox label,
.product-edit-container #product-variations .wc-metabox select,
.product-edit-container #product-variations .wc-metabox input {
  font-size: 12px;
}
.product-edit-container #product-variations .wc-metabox input[type=text],
.product-edit-container #product-variations .wc-metabox input[type=number],
.product-edit-container #product-variations .wc-metabox select {
  border: 1px solid #ededed;
}
.product-edit-container #product-variations .wc-metabox select {
  width: auto;
  display: inline-block;
}
.product-edit-container #product-variations p.toolbar {
  padding-top: 10px;
}
.product-edit-container #product-variations p.toolbar select {
  border: 1px solid #ededed;
}
.product-edit-container #dokan-product-images ul.product_images {
  margin: 0 0 10px 0;
  padding: 0;
}
.product-edit-container #dokan-product-images ul.product_images li.image,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
  width: 75px;
  height: 75px;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin: 9px 4px 0 0;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 2px;
  cursor: move;
}
.product-edit-container #dokan-product-images ul.product_images li.image img,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.product-edit-container #dokan-product-images ul.product_images li.image ul.actions,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder ul.actions {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  display: none;
}
.product-edit-container #dokan-product-images ul.product_images li.image ul.actions li,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder ul.actions li {
  list-style: none;
  background: #333;
  border: 1px solid #222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 1px;
  float: right;
  margin: 0;
  padding: 0 3px;
  font-size: 11px;
}
.product-edit-container #dokan-product-images ul.product_images li.image ul.actions li a,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder ul.actions li a {
  color: #fff;
}
.product-edit-container #dokan-product-images ul.product_images li.image:hover ul.actions,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover ul.actions {
  display: inline-block;
}
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
  border: 1px dashed #ccc;
}
.product-edit-container .product-dimension .form-control {
  display: inline-block;
  width: 20%;
  margin-right: 5px;
}
.update-button-wrap {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 13px;
}
.toggle-sidebar-container {
  padding: 8px 0;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 15px;
}
.toggle-sidebar-container .dokan-toggle-sidebar {
  display: block;
  margin-bottom: 5px;
}
.dokan-product-edit-area {
  padding: 0px 15px;
}
.dokan-product-edit-area .dokan-product-edit-left {
  width: 67%;
  float: left;
  margin-right: 4%;
}
.dokan-product-edit-area .dokan-product-edit-right {
  width: 27%;
  float: left;
}
.dokan-product-edit-area .discount-price label {
  font-weight: normal;
  cursor: pointer;
}
.dokan-orders-content .dokan-orders-area td.thumb img {
  padding: 2px;
  margin: 0;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  width: 46px;
  height: auto;
}
.dokan-orders-content .dokan-orders-area table.table.order-items {
  margin-bottom: 0;
}
.dokan-orders-content .dokan-orders-area .general-details ul.order-status {
  border-bottom: 1px solid #ededed;
  margin-bottom: 3px;
  padding-bottom: 3px;
  margin-left: 0px;
  padding-left: 0px;
}
.dokan-orders-content .dokan-orders-area .general-details ul.customer-details {
  margin-left: 0px;
  padding-left: 0px;
}
.dokan-orders-content .dokan-orders-area .general-details span {
  font-weight: bold;
}
.dokan-orders-content .dokan-orders-area .alert-success.customer-note {
  background-color: #dff0d8;
  background: #dff0d8;
  margin-bottom: 5px;
}
.dokan-orders-content .dokan-orders-area .alert-success.customer-note strong {
  font-size: 12px;
}
.dokan-orders-content .dokan-orders-area .order_note_type {
  padding-left: 0;
}
.dokan-orders-content .dokan-orders-area #dokan-order-status-form {
  margin: 10px 0;
}
.dokan-orders-content .dokan-orders-area #dokan-order-status-form select.form-control {
  display: inline-block;
  width: 100%;
  margin-right: 10px;
  font-size: 13px;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
  font-size: 12px;
  color: #ededed;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
  display: inline-block;
  line-height: 13px;
  padding: 0 5px;
  border-right: 1px solid #ededed;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:last-child {
  border-right: none;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
  color: #999;
}
.dokan-orders-content .dokan-orders-area ul.order_notes {
  font-size: 13px;
}
.dokan-orders-content .dokan-orders-area ul.order_notes p.meta {
  font-size: 11px;
}
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content {
  position: relative;
  background: #efefef;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 30px;
  width: 0;
  height: 0;
  border-width: 15px 15px 0 0;
  border-style: solid;
  border-color: #efefef transparent;
}
.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content {
  background: #d7cad2;
}
.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content:after {
  border-color: #d7cad2 transparent;
}
.dokan-orders-content .dokan-orders-area tfoot td.value {
  border-left: 1px solid #ededed;
  text-align: right;
}
.dokan-orders-content .dokan-orders-area .order_download_permissions label {
  font-weight: normal;
}
.dokan-orders-content .dokan-orders-area .order_download_permissions button.revoke_access {
  padding: 3px 10px;
  margin-top: -2px;
}
.dokan-orders-content .dokan-orders-area .order_download_permissions .toolbar {
  margin-top: 15px;
}
.dokan-orders-content .dokan-orders-area .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  min-height: 27px;
}
.dokan-reports-content .dokan-reports-area h1 {
  margin: 0px 0px 20px;
}
.dokan-reports-content .dokan-reports-area .dokan-reports-wrap {
  margin-top: 20px;
}
.dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-left {
  width: 28%;
  margin-right: 10px;
}
.dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-right {
  width: 68%;
}
.dokan-reports-content .dokan-reports-area ul.chart-legend {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ededed;
}
.dokan-reports-content .dokan-reports-area ul.chart-legend li {
  color: #aaa;
  padding: 13px 18px;
  border-bottom: 1px solid #ededed;
  font-weight: normal;
  font-size: 13px;
}
.dokan-reports-content .dokan-reports-area ul.chart-legend li strong {
  display: block;
  color: #464646;
  font-size: 30px;
  font-weight: normal;
}
.dokan-reports-content .dokan-reports-area .report-filter {
  margin-top: 15px;
}
.dokan-reports-content .dokan-reports-area .report-filter select {
  border: 1px solid #ededed;
  padding: 2px 5px;
}
.dokan-reports-content .dokan-reports-area table.table {
  margin-top: 15px;
}
.dokan-reports-content .dokan-reports-area table.table .progress {
  margin-bottom: 0;
}
.dokan-reports-content .dokan-reports-area .doakn-reports-main h3 {
  margin: 0 0 15px 0;
}
.dokan-reports-content .dokan-reports-area .doakn-reports-main .chart-placeholder.main {
  height: 435px;
}
.dokan-reports-content .dokan-reports-area .chart-tooltip {
  position: absolute;
  display: none;
  line-height: 1;
  background: #333;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
}
.dokan-reviews-content .dokan-reviews-area h1 {
  margin: 0px;
  padding: 0px;
}
.dokan-reviews-content .dokan-reviews-area #dokan-comments_menu ul li {
  display: inline-block;
  padding: 0 5px !important;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap ul.dokan-cmt-row-actions {
  visibility: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap ul.dokan-cmt-row-actions a {
  text-decoration: none;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap ul.dokan-cmt-row-actions li {
  display: inline;
  border-right: 1px solid #EDEDED;
  padding-right: 5px;
  margin: 0 !important;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap ul.dokan-cmt-row-actions li:last-child {
  border-right: none;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap select {
  padding: 5px;
  border: 1px solid #ededed;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-check {
  width: 5%;
  padding: 0 0 0 10px;
  vertical-align: middle;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td.col-author,
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-author {
  width: 15%;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td.col-content,
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-content {
  width: 60%;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td.col-link,
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-link {
  width: 25%;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td,
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th {
  vertical-align: top;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table tr.pending {
  background: #FFFFE0;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table tr:hover .dokan-cmt-row-actions {
  visibility: visible;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-comments-subdate {
  font-size: 12px;
  color: #7C7C7C;
  margin-bottom: 8px;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-comment-edit-row tr.dokan-comment-edit-contact td {
  padding-bottom: 10px;
  padding-right: 10px;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-comment-edit-row tr.dokan-comment-edit-contact td label {
  padding-right: 10px;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-comment-edit-row tr.dokan-comment-edit-body td,
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-comment-edit-row tr.dokan-comment-edit-actions td {
  padding-left: 55px;
  padding-bottom: 10px;
}
#wpuf_comments-form .star-rating:before {
  content: "\73\73\73\73\73";
  font-family: 'star';
}
.dokan-rating .star-rating {
  float: right;
  font-family: 'star';
  font-size: 1em;
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  position: relative;
  width: 5.4em;
}
.dokan-rating .star-rating:before {
  color: #E0DADF;
  content: "sssss";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}
.dokan-rating .star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.dokan-rating .star-rating span:before {
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0;
}
.dokan-coupon-content .dashboard-coupons-area .dokan-coupon-header {
  margin-bottom: 20px;
}
.dokan-coupon-content .dashboard-coupons-area .dokan-coupon-header .left-header-content {
  width: 40%;
}
.dokan-coupon-content .dashboard-coupons-area .dokan-coupon-header .left-header-content h1 {
  padding: 0px;
  margin: 0px;
}
.dokan-coupon-content .dashboard-coupons-area .dokan-coupon-header .right-header-content {
  width: 40%;
}
.dokan-coupon-content .dashboard-coupons-area table tr td {
  vertical-align: top;
}
.dokan-coupon-content .code:before,
.dokan-coupon-content .code a:before,
.dokan-coupon-content .code span:before,
.dokan-coupon-content .code:after,
.dokan-coupon-content .code a:after,
.dokan-coupon-content .code span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 4px;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3), inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3), inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3), inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.dokan-coupon-content .code {
  overflow: hidden;
  vertical-align: middle;
  margin: 0 8px 0 0;
  background: #ececec;
  color: #21759A;
  text-shadow: 0 1px 0 #ddd;
  padding: 2px;
  position: relative;
  float: left;
  line-height: 1em;
  -moz-box-shadow: 0 2px 0 0 #dddddd;
  -webkit-box-shadow: 0 2px 0 0 #dddddd;
  box-shadow: 0 2px 0 0 #dddddd;
  font-weight: bold;
}
.dokan-coupon-content .code:before {
  bottom: 5px;
  left: 0;
  margin: 0 0 0 -4px;
}
.dokan-coupon-content .code:after {
  top: 5px;
  left: 0;
  margin: 0 0 0 -4px;
}
.dokan-coupon-content .code a,
.dokan-coupon-content .code span {
  float: left;
  padding: 0 4px;
  color: #21759A;
}
.dokan-coupon-content .code a:before,
.dokan-coupon-content .code span:before {
  bottom: 5px;
  right: 0;
  margin: 0 -4px 0 0;
}
.dokan-coupon-content .code a:after,
.dokan-coupon-content .code span:after {
  content: "";
  top: 5px;
  right: 0;
  margin: 0 -4px 0 0;
}
.dokan-coupon-content .code a span,
.dokan-coupon-content .code span span {
  border: 1px dashed #ccc;
  padding: .5em 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.dokan-coupon-content .code a span:before,
.dokan-coupon-content .code span span:before {
  top: 50%;
  left: 0;
  margin: -2px 0 0 -4px;
}
.dokan-coupon-content .code a span:after,
.dokan-coupon-content .code span span:after {
  top: 50%;
  right: 0;
  margin: -2px -4px 0 0;
}
.dokan-coupon-content .code:hover {
  background: #975e83;
  color: #fff;
  text-shadow: 0 1px 0 #5a324b;
}
.dokan-coupon-content .code:hover a,
.dokan-coupon-content .code:hover span {
  color: #fff;
}
.dokan-coupon-content .code:hover a span,
.dokan-coupon-content .code:hover span span {
  border: 1px dashed #bb82a7;
}
.dokan-coupon-content .row-actions {
  visibility: hidden;
  font-size: 12px;
  color: #ccc;
  clear: both;
  padding-top: 8px;
}
.dokan-coupon-content .row-actions .delete a {
  color: #A05;
}
.dokan-coupon-content .row-actions .delete a:hover {
  color: red;
}
.dokan-coupon-content tr:hover .row-actions {
  visibility: visible;
}
.dokan-withdraw-content .dokan-withdraw-area h1 {
  margin: 0px 0px 20px;
}
.dokan-withdraw-content .dokan-withdraw-area ul li {
  display: inline-block;
  padding: 0px 5px;
}
.dokan-settings-content .dokan-settings-area h1 {
  margin: 0px;
  padding: 0px;
}
.dokan-settings-content .dokan-settings-area .dokan-banner {
  border: 4px dashed #D8D8D8;
  height: 270px;
  margin: 0 0 30px 0;
  max-width: 760px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.dokan-settings-content .dokan-settings-area .dokan-banner img {
  max-width: 100%;
}
.dokan-settings-content .dokan-settings-area .dokan-banner .dokan-remove-banner-image {
  position: absolute;
  width: 100%;
  height: 270px;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.7;
  font-size: 100px;
  color: red;
  padding-top: 70px;
  display: none;
}
.dokan-settings-content .dokan-settings-area .dokan-banner:hover {
  cursor: pointer;
}
.dokan-settings-content .dokan-settings-area .dokan-banner:hover .dokan-remove-banner-image {
  display: block;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar {
  position: relative;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar .dokan-remove-gravatar-image {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #000;
  top: 0;
  left: 0;
  opacity: .7;
  font-size: 70px;
  text-align: center;
  color: #f00;
  padding-top: 5px;
  display: none;
  border-radius: 50%;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar .gravatar-wrap .dokan-gravatar-img {
  border-radius: 50%;
  height: 80px !important;
  width: 80px;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar:hover .dokan-remove-gravatar-image {
  display: block;
}
.dokan-settings-content .dokan-settings-area .button-area {
  margin-top: 35px;
}
.dokan-settings-content .dokan-settings-area .button-area i.fa-cloud-upload {
  display: block;
  font-size: 80px;
  color: #DFDFDF;
}
.dokan-settings-content .dokan-settings-area .button-area .help-block {
  font-size: 12px;
  color: #B1B1B1;
}
.dokan-settings-content .dokan-settings-area ul.dokan-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dokan-settings-content .dokan-settings-area ul.dokan-categories label {
  font-weight: normal;
}
.dokan-single-store {
  margin: 0;
}
.dokan-single-store .profile-frame {
  height: 300px;
  padding: 0px;
  margin-bottom: 30px;
  position: relative;
  background-size: 100% auto;
  background-color: #eee;
}
.dokan-single-store .profile-frame .profile-info-box {
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  width: 40%;
}
.dokan-single-store .profile-frame .profile-info-box a {
  color: #ccc;
}
.dokan-single-store .profile-frame .profile-info-box:hover {
  color: #fff;
}
.dokan-single-store .profile-frame .profile-info-box .profile-img {
  height: 105px;
  text-align: center;
  padding-top: 15px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-img img {
  background: #000;
  border-radius: 500px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info {
  margin-left: 15%;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info .dokan-store-info {
  list-style: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info .dokan-store-info .dokan-store-phone a,
.dokan-single-store .profile-frame .profile-info-box .profile-info .dokan-store-info .dokan-store-email a {
  text-decoration: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info li {
  padding-bottom: 8px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info li.store-name {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 15px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info i {
  font-weight: bold;
  float: left;
  margin-left: -25px;
  margin-top: 4px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social {
  list-style: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social li {
  display: inline-block;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social i {
  color: #fff;
  font-size: 20px;
  float: none;
  font-weight: normal;
  margin: 0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info .seller-rating {
  display: none;
}
.dokan-single-store .store-review-wrap h2.headline {
  font-size: 17px;
  margin-bottom: 15px;
}
ul.dokan-seller-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dokan-seller-wrap:before,
ul.dokan-seller-wrap:after {
  content: " ";
  display: table;
}
ul.dokan-seller-wrap:after {
  clear: both;
}
ul.dokan-seller-wrap li.dokan-single-seller {
  float: left;
  width: 48%;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dokan-seller-wrap li.dokan-single-seller:nth-child(2n+1) {
  margin-right: 3%;
  clear: left;
}
.wp-editor-wrap {
  border: 1px solid #ededed;
}
.dokan-message,
.dokan-info,
.dokan-error {
  padding: 15px 15px 15px 50px;
  margin: 5px 0 15px 0;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.dokan-message:before,
.dokan-info:before,
.dokan-error:before {
  position: absolute;
  top: 0;
  left: 15px;
  padding-top: 15px;
  font-family: sans-serif;
  color: #fff;
  width: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
}
.dokan-message {
  border-top: 3px solid #8fae1b;
}
.dokan-message:before {
  background-color: #8fae1b;
  content: "\2713";
}
.dokan-info {
  border-top: 3px solid #109AE7;
}
.dokan-info:before {
  background-color: #109AE7;
  content: "\2713";
  content: "i";
  font-family: Times, Georgia, serif;
  font-style: italic;
}
.dokan-error {
  border-top: 3px solid #b81c23;
}
.dokan-error:before {
  background-color: #b81c23;
  content: "\00d7";
  font-weight: 700;
}
ul.dokan_tabs {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  line-height: 24px;
}
ul.dokan_tabs > li {
  margin-bottom: -1px !important;
}
ul.dokan_tabs li {
  display: inline-block;
  margin-right: 5px !important;
  border: 1px solid #ededed;
  border-bottom: none;
}
ul.dokan_tabs li:first-child {
  margin-left: 10px;
}
ul.dokan_tabs li a {
  display: block;
  padding: 6px 8px !important;
}
ul.dokan_tabs li a:hover {
  background-color: #eee;
}
ul.dokan_tabs li.dokan-hide {
  display: none;
}
ul.dokan_tabs li.active {
  border-bottom: 1px solid #fff !important;
}
.dokan-pagination-container {
  text-align: center;
}
.dokan-pagination-container .dokan-pagination {
  display: inline-block;
  padding-left: 0;
}
.dokan-pagination-container .dokan-pagination li {
  display: inline;
}
.dokan-pagination-container .dokan-pagination li a {
  padding: 3px 10px;
  border: 1px solid #ededed;
  margin-right: 3px;
  text-decoration: none;
}
.dokan-pagination-container .dokan-pagination li.active a {
  background: #eee;
}
.dokan-pagination-container .dokan-pagination li.disabled a {
  cursor: not-allowed;
  color: #ccc;
}
input[type="submit"].dokan-btn,
a.dokan-btn,
.dokan-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
input[type="submit"].dokan-btn:hover,
a.dokan-btn:hover,
.dokan-btn:hover,
input[type="submit"].dokan-btn:focus,
a.dokan-btn:focus,
.dokan-btn:focus,
input[type="submit"].dokan-btn.focus,
a.dokan-btn.focus,
.dokan-btn.focus {
  color: #333;
  text-decoration: none;
}
input[type="submit"].dokan-btn:active,
a.dokan-btn:active,
.dokan-btn:active,
input[type="submit"].dokan-btn.active,
a.dokan-btn.active,
.dokan-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
  color: #ffffff;
  background-color: #f05025;
  border-color: #f05025;
}
input[type="submit"].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover,
input[type="submit"].dokan-btn-theme:focus,
a.dokan-btn-theme:focus,
.dokan-btn-theme:focus,
input[type="submit"].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme {
  color: #ffffff;
  background-color: #dd3b0f;
  border-color: #ca360e;
}
input[type="submit"].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme {
  background-image: none;
}
input[type="submit"].dokan-btn-theme.disabled,
a.dokan-btn-theme.disabled,
.dokan-btn-theme.disabled,
input[type="submit"].dokan-btn-theme[disabled],
a.dokan-btn-theme[disabled],
.dokan-btn-theme[disabled],
fieldset[disabled] input[type="submit"].dokan-btn-theme,
fieldset[disabled] a.dokan-btn-theme,
fieldset[disabled] .dokan-btn-theme,
input[type="submit"].dokan-btn-theme.disabled:hover,
a.dokan-btn-theme.disabled:hover,
.dokan-btn-theme.disabled:hover,
input[type="submit"].dokan-btn-theme[disabled]:hover,
a.dokan-btn-theme[disabled]:hover,
.dokan-btn-theme[disabled]:hover,
fieldset[disabled] input[type="submit"].dokan-btn-theme:hover,
fieldset[disabled] a.dokan-btn-theme:hover,
fieldset[disabled] .dokan-btn-theme:hover,
input[type="submit"].dokan-btn-theme.disabled:focus,
a.dokan-btn-theme.disabled:focus,
.dokan-btn-theme.disabled:focus,
input[type="submit"].dokan-btn-theme[disabled]:focus,
a.dokan-btn-theme[disabled]:focus,
.dokan-btn-theme[disabled]:focus,
fieldset[disabled] input[type="submit"].dokan-btn-theme:focus,
fieldset[disabled] a.dokan-btn-theme:focus,
fieldset[disabled] .dokan-btn-theme:focus,
input[type="submit"].dokan-btn-theme.disabled:active,
a.dokan-btn-theme.disabled:active,
.dokan-btn-theme.disabled:active,
input[type="submit"].dokan-btn-theme[disabled]:active,
a.dokan-btn-theme[disabled]:active,
.dokan-btn-theme[disabled]:active,
fieldset[disabled] input[type="submit"].dokan-btn-theme:active,
fieldset[disabled] a.dokan-btn-theme:active,
fieldset[disabled] .dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.disabled.active,
a.dokan-btn-theme.disabled.active,
.dokan-btn-theme.disabled.active,
input[type="submit"].dokan-btn-theme[disabled].active,
a.dokan-btn-theme[disabled].active,
.dokan-btn-theme[disabled].active,
fieldset[disabled] input[type="submit"].dokan-btn-theme.active,
fieldset[disabled] a.dokan-btn-theme.active,
fieldset[disabled] .dokan-btn-theme.active {
  background-color: #f05025;
  border-color: #f05025;
}
input[type="submit"].dokan-btn-theme .badge,
a.dokan-btn-theme .badge,
.dokan-btn-theme .badge {
  color: #f05025;
  background-color: #fff;
}
input[type="submit"].dokan-btn-success,
a.dokan-btn-success,
.dokan-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
input[type="submit"].dokan-btn-success:hover,
a.dokan-btn-success:hover,
.dokan-btn-success:hover,
input[type="submit"].dokan-btn-success:focus,
a.dokan-btn-success:focus,
.dokan-btn-success:focus,
input[type="submit"].dokan-btn-success:active,
a.dokan-btn-success:active,
.dokan-btn-success:active,
input[type="submit"].dokan-btn-success.active,
a.dokan-btn-success.active,
.dokan-btn-success.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-success,
.open .dropdown-togglea.dokan-btn-success,
.open .dropdown-toggle.dokan-btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
input[type="submit"].dokan-btn-success:active,
a.dokan-btn-success:active,
.dokan-btn-success:active,
input[type="submit"].dokan-btn-success.active,
a.dokan-btn-success.active,
.dokan-btn-success.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-success,
.open .dropdown-togglea.dokan-btn-success,
.open .dropdown-toggle.dokan-btn-success {
  background-image: none;
}
input[type="submit"].dokan-btn-success.disabled,
a.dokan-btn-success.disabled,
.dokan-btn-success.disabled,
input[type="submit"].dokan-btn-success[disabled],
a.dokan-btn-success[disabled],
.dokan-btn-success[disabled],
fieldset[disabled] input[type="submit"].dokan-btn-success,
fieldset[disabled] a.dokan-btn-success,
fieldset[disabled] .dokan-btn-success,
input[type="submit"].dokan-btn-success.disabled:hover,
a.dokan-btn-success.disabled:hover,
.dokan-btn-success.disabled:hover,
input[type="submit"].dokan-btn-success[disabled]:hover,
a.dokan-btn-success[disabled]:hover,
.dokan-btn-success[disabled]:hover,
fieldset[disabled] input[type="submit"].dokan-btn-success:hover,
fieldset[disabled] a.dokan-btn-success:hover,
fieldset[disabled] .dokan-btn-success:hover,
input[type="submit"].dokan-btn-success.disabled:focus,
a.dokan-btn-success.disabled:focus,
.dokan-btn-success.disabled:focus,
input[type="submit"].dokan-btn-success[disabled]:focus,
a.dokan-btn-success[disabled]:focus,
.dokan-btn-success[disabled]:focus,
fieldset[disabled] input[type="submit"].dokan-btn-success:focus,
fieldset[disabled] a.dokan-btn-success:focus,
fieldset[disabled] .dokan-btn-success:focus,
input[type="submit"].dokan-btn-success.disabled:active,
a.dokan-btn-success.disabled:active,
.dokan-btn-success.disabled:active,
input[type="submit"].dokan-btn-success[disabled]:active,
a.dokan-btn-success[disabled]:active,
.dokan-btn-success[disabled]:active,
fieldset[disabled] input[type="submit"].dokan-btn-success:active,
fieldset[disabled] a.dokan-btn-success:active,
fieldset[disabled] .dokan-btn-success:active,
input[type="submit"].dokan-btn-success.disabled.active,
a.dokan-btn-success.disabled.active,
.dokan-btn-success.disabled.active,
input[type="submit"].dokan-btn-success[disabled].active,
a.dokan-btn-success[disabled].active,
.dokan-btn-success[disabled].active,
fieldset[disabled] input[type="submit"].dokan-btn-success.active,
fieldset[disabled] a.dokan-btn-success.active,
fieldset[disabled] .dokan-btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
input[type="submit"].dokan-btn-success .badge,
a.dokan-btn-success .badge,
.dokan-btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
input[type="submit"].dokan-btn-default,
a.dokan-btn-default,
.dokan-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
input[type="submit"].dokan-btn-default:hover,
a.dokan-btn-default:hover,
.dokan-btn-default:hover,
input[type="submit"].dokan-btn-default:focus,
a.dokan-btn-default:focus,
.dokan-btn-default:focus,
input[type="submit"].dokan-btn-default:active,
a.dokan-btn-default:active,
.dokan-btn-default:active,
input[type="submit"].dokan-btn-default.active,
a.dokan-btn-default.active,
.dokan-btn-default.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-default,
.open .dropdown-togglea.dokan-btn-default,
.open .dropdown-toggle.dokan-btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
input[type="submit"].dokan-btn-default:active,
a.dokan-btn-default:active,
.dokan-btn-default:active,
input[type="submit"].dokan-btn-default.active,
a.dokan-btn-default.active,
.dokan-btn-default.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-default,
.open .dropdown-togglea.dokan-btn-default,
.open .dropdown-toggle.dokan-btn-default {
  background-image: none;
}
input[type="submit"].dokan-btn-default.disabled,
a.dokan-btn-default.disabled,
.dokan-btn-default.disabled,
input[type="submit"].dokan-btn-default[disabled],
a.dokan-btn-default[disabled],
.dokan-btn-default[disabled],
fieldset[disabled] input[type="submit"].dokan-btn-default,
fieldset[disabled] a.dokan-btn-default,
fieldset[disabled] .dokan-btn-default,
input[type="submit"].dokan-btn-default.disabled:hover,
a.dokan-btn-default.disabled:hover,
.dokan-btn-default.disabled:hover,
input[type="submit"].dokan-btn-default[disabled]:hover,
a.dokan-btn-default[disabled]:hover,
.dokan-btn-default[disabled]:hover,
fieldset[disabled] input[type="submit"].dokan-btn-default:hover,
fieldset[disabled] a.dokan-btn-default:hover,
fieldset[disabled] .dokan-btn-default:hover,
input[type="submit"].dokan-btn-default.disabled:focus,
a.dokan-btn-default.disabled:focus,
.dokan-btn-default.disabled:focus,
input[type="submit"].dokan-btn-default[disabled]:focus,
a.dokan-btn-default[disabled]:focus,
.dokan-btn-default[disabled]:focus,
fieldset[disabled] input[type="submit"].dokan-btn-default:focus,
fieldset[disabled] a.dokan-btn-default:focus,
fieldset[disabled] .dokan-btn-default:focus,
input[type="submit"].dokan-btn-default.disabled:active,
a.dokan-btn-default.disabled:active,
.dokan-btn-default.disabled:active,
input[type="submit"].dokan-btn-default[disabled]:active,
a.dokan-btn-default[disabled]:active,
.dokan-btn-default[disabled]:active,
fieldset[disabled] input[type="submit"].dokan-btn-default:active,
fieldset[disabled] a.dokan-btn-default:active,
fieldset[disabled] .dokan-btn-default:active,
input[type="submit"].dokan-btn-default.disabled.active,
a.dokan-btn-default.disabled.active,
.dokan-btn-default.disabled.active,
input[type="submit"].dokan-btn-default[disabled].active,
a.dokan-btn-default[disabled].active,
.dokan-btn-default[disabled].active,
fieldset[disabled] input[type="submit"].dokan-btn-default.active,
fieldset[disabled] a.dokan-btn-default.active,
fieldset[disabled] .dokan-btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
input[type="submit"].dokan-btn-default .badge,
a.dokan-btn-default .badge,
.dokan-btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
input[type="submit"].dokan-btn-danger,
a.dokan-btn-danger,
.dokan-btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
input[type="submit"].dokan-btn-danger:hover,
a.dokan-btn-danger:hover,
.dokan-btn-danger:hover,
input[type="submit"].dokan-btn-danger:focus,
a.dokan-btn-danger:focus,
.dokan-btn-danger:focus,
input[type="submit"].dokan-btn-danger:active,
a.dokan-btn-danger:active,
.dokan-btn-danger:active,
input[type="submit"].dokan-btn-danger.active,
a.dokan-btn-danger.active,
.dokan-btn-danger.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-danger,
.open .dropdown-togglea.dokan-btn-danger,
.open .dropdown-toggle.dokan-btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
input[type="submit"].dokan-btn-danger:active,
a.dokan-btn-danger:active,
.dokan-btn-danger:active,
input[type="submit"].dokan-btn-danger.active,
a.dokan-btn-danger.active,
.dokan-btn-danger.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-danger,
.open .dropdown-togglea.dokan-btn-danger,
.open .dropdown-toggle.dokan-btn-danger {
  background-image: none;
}
input[type="submit"].dokan-btn-danger.disabled,
a.dokan-btn-danger.disabled,
.dokan-btn-danger.disabled,
input[type="submit"].dokan-btn-danger[disabled],
a.dokan-btn-danger[disabled],
.dokan-btn-danger[disabled],
fieldset[disabled] input[type="submit"].dokan-btn-danger,
fieldset[disabled] a.dokan-btn-danger,
fieldset[disabled] .dokan-btn-danger,
input[type="submit"].dokan-btn-danger.disabled:hover,
a.dokan-btn-danger.disabled:hover,
.dokan-btn-danger.disabled:hover,
input[type="submit"].dokan-btn-danger[disabled]:hover,
a.dokan-btn-danger[disabled]:hover,
.dokan-btn-danger[disabled]:hover,
fieldset[disabled] input[type="submit"].dokan-btn-danger:hover,
fieldset[disabled] a.dokan-btn-danger:hover,
fieldset[disabled] .dokan-btn-danger:hover,
input[type="submit"].dokan-btn-danger.disabled:focus,
a.dokan-btn-danger.disabled:focus,
.dokan-btn-danger.disabled:focus,
input[type="submit"].dokan-btn-danger[disabled]:focus,
a.dokan-btn-danger[disabled]:focus,
.dokan-btn-danger[disabled]:focus,
fieldset[disabled] input[type="submit"].dokan-btn-danger:focus,
fieldset[disabled] a.dokan-btn-danger:focus,
fieldset[disabled] .dokan-btn-danger:focus,
input[type="submit"].dokan-btn-danger.disabled:active,
a.dokan-btn-danger.disabled:active,
.dokan-btn-danger.disabled:active,
input[type="submit"].dokan-btn-danger[disabled]:active,
a.dokan-btn-danger[disabled]:active,
.dokan-btn-danger[disabled]:active,
fieldset[disabled] input[type="submit"].dokan-btn-danger:active,
fieldset[disabled] a.dokan-btn-danger:active,
fieldset[disabled] .dokan-btn-danger:active,
input[type="submit"].dokan-btn-danger.disabled.active,
a.dokan-btn-danger.disabled.active,
.dokan-btn-danger.disabled.active,
input[type="submit"].dokan-btn-danger[disabled].active,
a.dokan-btn-danger[disabled].active,
.dokan-btn-danger[disabled].active,
fieldset[disabled] input[type="submit"].dokan-btn-danger.active,
fieldset[disabled] a.dokan-btn-danger.active,
fieldset[disabled] .dokan-btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
input[type="submit"].dokan-btn-danger .badge,
a.dokan-btn-danger .badge,
.dokan-btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
input[type="submit"].dokan-btn-info,
a.dokan-btn-info,
.dokan-btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
input[type="submit"].dokan-btn-info:hover,
a.dokan-btn-info:hover,
.dokan-btn-info:hover,
input[type="submit"].dokan-btn-info:focus,
a.dokan-btn-info:focus,
.dokan-btn-info:focus,
input[type="submit"].dokan-btn-info:active,
a.dokan-btn-info:active,
.dokan-btn-info:active,
input[type="submit"].dokan-btn-info.active,
a.dokan-btn-info.active,
.dokan-btn-info.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-info,
.open .dropdown-togglea.dokan-btn-info,
.open .dropdown-toggle.dokan-btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
input[type="submit"].dokan-btn-info:active,
a.dokan-btn-info:active,
.dokan-btn-info:active,
input[type="submit"].dokan-btn-info.active,
a.dokan-btn-info.active,
.dokan-btn-info.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-info,
.open .dropdown-togglea.dokan-btn-info,
.open .dropdown-toggle.dokan-btn-info {
  background-image: none;
}
input[type="submit"].dokan-btn-info.disabled,
a.dokan-btn-info.disabled,
.dokan-btn-info.disabled,
input[type="submit"].dokan-btn-info[disabled],
a.dokan-btn-info[disabled],
.dokan-btn-info[disabled],
fieldset[disabled] input[type="submit"].dokan-btn-info,
fieldset[disabled] a.dokan-btn-info,
fieldset[disabled] .dokan-btn-info,
input[type="submit"].dokan-btn-info.disabled:hover,
a.dokan-btn-info.disabled:hover,
.dokan-btn-info.disabled:hover,
input[type="submit"].dokan-btn-info[disabled]:hover,
a.dokan-btn-info[disabled]:hover,
.dokan-btn-info[disabled]:hover,
fieldset[disabled] input[type="submit"].dokan-btn-info:hover,
fieldset[disabled] a.dokan-btn-info:hover,
fieldset[disabled] .dokan-btn-info:hover,
input[type="submit"].dokan-btn-info.disabled:focus,
a.dokan-btn-info.disabled:focus,
.dokan-btn-info.disabled:focus,
input[type="submit"].dokan-btn-info[disabled]:focus,
a.dokan-btn-info[disabled]:focus,
.dokan-btn-info[disabled]:focus,
fieldset[disabled] input[type="submit"].dokan-btn-info:focus,
fieldset[disabled] a.dokan-btn-info:focus,
fieldset[disabled] .dokan-btn-info:focus,
input[type="submit"].dokan-btn-info.disabled:active,
a.dokan-btn-info.disabled:active,
.dokan-btn-info.disabled:active,
input[type="submit"].dokan-btn-info[disabled]:active,
a.dokan-btn-info[disabled]:active,
.dokan-btn-info[disabled]:active,
fieldset[disabled] input[type="submit"].dokan-btn-info:active,
fieldset[disabled] a.dokan-btn-info:active,
fieldset[disabled] .dokan-btn-info:active,
input[type="submit"].dokan-btn-info.disabled.active,
a.dokan-btn-info.disabled.active,
.dokan-btn-info.disabled.active,
input[type="submit"].dokan-btn-info[disabled].active,
a.dokan-btn-info[disabled].active,
.dokan-btn-info[disabled].active,
fieldset[disabled] input[type="submit"].dokan-btn-info.active,
fieldset[disabled] a.dokan-btn-info.active,
fieldset[disabled] .dokan-btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
input[type="submit"].dokan-btn-info .badge,
a.dokan-btn-info .badge,
.dokan-btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
input[type="submit"].dokan-btn-lg,
a.dokan-btn-lg,
.dokan-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
input[type="submit"].dokan-btn-sm,
a.dokan-btn-sm,
.dokan-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dokan-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.dokan-table > thead > tr > th,
.dokan-table > tbody > tr > th,
.dokan-table > tfoot > tr > th,
.dokan-table > thead > tr > td,
.dokan-table > tbody > tr > td,
.dokan-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42;
  vertical-align: top;
  border-top: 1px solid #ededed;
}
.dokan-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ededed;
}
.dokan-table > caption + thead > tr:first-child > th,
.dokan-table > colgroup + thead > tr:first-child > th,
.dokan-table > thead:first-child > tr:first-child > th,
.dokan-table > caption + thead > tr:first-child > td,
.dokan-table > colgroup + thead > tr:first-child > td,
.dokan-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.dokan-table > tbody + tbody {
  border-top: 2px solid #ededed;
}
.chart-tooltip {
  position: absolute;
  display: none;
  line-height: 1;
  background: #333;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
}
.dokan-close {
  float: right;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.dokan-close:hover,
.dokan-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.dokan-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.dokan-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.dokan-label:hover,
a.dokan-label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.dokan-label:empty {
  display: none;
}
.btn .dokan-label {
  position: relative;
  top: -1px;
}
.dokan-label-default {
  background-color: #777777;
}
.dokan-label-default[href]:hover,
.dokan-label-default[href]:focus {
  background-color: #5e5e5e;
}
.dokan-label-default[href]:hover,
.dokan-label-default[href]:focus {
  background-color: #5e5e5e;
}
.dokan-label-primary {
  background-color: #428bca;
}
.dokan-label-primary[href]:hover,
.dokan-label-primary[href]:focus {
  background-color: #3071a9;
}
.dokan-label-primary[href]:hover,
.dokan-label-primary[href]:focus {
  background-color: #3071a9;
}
.dokan-label-success {
  background-color: #5cb85c;
}
.dokan-label-success[href]:hover,
.dokan-label-success[href]:focus {
  background-color: #449d44;
}
.dokan-label-success[href]:hover,
.dokan-label-success[href]:focus {
  background-color: #449d44;
}
.dokan-label-info {
  background-color: #5bc0de;
}
.dokan-label-info[href]:hover,
.dokan-label-info[href]:focus {
  background-color: #31b0d5;
}
.dokan-label-info[href]:hover,
.dokan-label-info[href]:focus {
  background-color: #31b0d5;
}
.dokan-label-warning {
  background-color: #f0ad4e;
}
.dokan-label-warning[href]:hover,
.dokan-label-warning[href]:focus {
  background-color: #ec971f;
}
.dokan-label-warning[href]:hover,
.dokan-label-warning[href]:focus {
  background-color: #ec971f;
}
.dokan-label-danger {
  background-color: #d9534f;
}
.dokan-label-danger[href]:hover,
.dokan-label-danger[href]:focus {
  background-color: #c9302c;
}
.dokan-label-danger[href]:hover,
.dokan-label-danger[href]:focus {
  background-color: #c9302c;
}
.dokan-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.dokan-alert h4 {
  margin-top: 0;
  color: inherit;
}
.dokan-alert .dokan-alert-link {
  font-weight: bold;
}
.dokan-alert > p,
.dokan-alert > ul {
  margin-bottom: 0 !important;
}
.dokan-alert > p + p {
  margin-top: 5px;
}
.dokan-alert-dismissable,
.dokan-alert-dismissible {
  padding-right: 35px;
}
.dokan-alert-dismissable .close,
.dokan-alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.dokan-alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.dokan-alert-success hr {
  border-top-color: #c9e2b3;
}
.dokan-alert-success .dokan-alert-link {
  color: #2b542c;
}
.dokan-alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.dokan-alert-info hr {
  border-top-color: #a6e1ec;
}
.dokan-alert-info .dokan-alert-link {
  color: #245269;
}
.dokan-alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.dokan-alert-warning hr {
  border-top-color: #f7e1b5;
}
.dokan-alert-warning .dokan-alert-link {
  color: #66512c;
}
.dokan-alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.dokan-alert-danger hr {
  border-top-color: #e4b9c0;
}
.dokan-alert-danger .dokan-alert-link {
  color: #843534;
}
.dokan-clearfix:before,
.dokan-clearfix:after {
  display: table;
  content: " ";
}
.dokan-clearfix:after {
  clear: both;
}
.dokan-right {
  float: right !important;
}
.dokan-left {
  float: left !important;
}
.dokan-hide {
  display: none;
}
.content-half-part {
  width: 47%;
  float: left;
}
p.help-block {
  color: #AAA;
  padding-top: 8px;
  line-height: 1.42;
}
ul.subsubsub {
  font-size: 12px;
  color: #ededed;
  margin: 0 0 10px 0;
  padding: 0;
}
ul.subsubsub li {
  line-height: 13px;
  padding: 0 5px;
  border-right: 1px solid #ededed;
}
ul.subsubsub li:last-child {
  border-right: none;
}
ul.subsubsub li.active a {
  color: #999;
}
.pagination-wrap ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination-wrap ul.pagination > li {
  display: inline;
}
.pagination-wrap ul.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination-wrap ul.pagination > li > span.current {
  background-color: #eee;
  color: #999;
}
.pagination-wrap ul.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination-wrap ul.pagination > li > a:hover {
  background-color: #eee;
  color: #999;
}
.dokan-form-inline .dokan-form-group {
  float: left;
  margin-right: 5px;
}
span.dokan-loading {
  background: url("../images/wpspin_light.gif") no-repeat;
  float: right;
  height: 16px;
  margin: 5px 5px 0;
  width: 16px;
}
span.error {
  color: #BB0000;
  display: inline-block;
}
.dokan-form-container label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.dokan-form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  border-radius: 4px;
  color: #555555;
  display: block;
  font-size: 14px;
  min-height: 26px;
  line-height: 30px;
  vertical-align: middle;
  width: 100%;
  margin: 0;
}
.dokan-form-control p {
  margin-bottom: 0;
}
textarea.dokan-form-control {
  height: auto;
}
.dokan-form-group {
  margin-bottom: 15px;
}
.dokan-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.dokan-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.dokan-input-group .dokan-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.dokan-input-group-addon,
.dokan-input-group-btn,
.dokan-input-group .form-control {
  display: table-cell;
}
.dokan-input-group-addon:not(:first-child):not(:last-child),
.dokan-input-group-btn:not(:first-child):not(:last-child),
.dokan-input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.dokan-input-group-addon,
.dokan-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.dokan-input-group-addon {
  padding: 6px 12px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.dokan-input-group-addon input[type="radio"],
.dokan-input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.dokan-input-group .dokan-form-control:first-child,
.dokan-input-group-addon:first-child,
.dokan-input-group-btn:first-child > .btn,
.dokan-input-group-btn:first-child > .btn-group > .btn,
.dokan-input-group-btn:first-child > .dropdown-toggle,
.dokan-input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.dokan-input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.dokan-input-group-addon:first-child {
  border-right: 0;
}
.dokan-input-group .dokan-form-control:last-child,
.dokan-input-group-addon:last-child,
.dokan-input-group-btn:last-child > .btn,
.dokan-input-group-btn:last-child > .btn-group > .btn,
.dokan-input-group-btn:last-child > .dropdown-toggle,
.dokan-input-group-btn:first-child > .btn:not(:first-child),
.dokan-input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.dokan-input-group-addon:last-child {
  border-left: 0;
}
.dokan-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.dokan-input-group-btn > .btn {
  position: relative;
}
.dokan-input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.dokan-input-group-btn > .btn:hover,
.dokan-input-group-btn > .btn:focus,
.dokan-input-group-btn > .btn:active {
  z-index: 2;
}
.dokan-input-group-btn:first-child > .btn,
.dokan-input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.dokan-input-group-btn:last-child > .btn,
.dokan-input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.dokan-form-horizontal {
  text-align: center;
}
.dokan-form-horizontal label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.dokan-form-horizontal .dokan-form-group:before,
.dokan-form-horizontal .dokan-form-group:after {
  display: table;
  content: " ";
}
.dokan-form-horizontal .dokan-form-group:after {
  clear: both;
}
.dokan-form-horizontal .dokan-control-label {
  text-align: right;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 15px;
}
.dokan-w3 {
  width: 23%;
  float: left;
}
.dokan-w4 {
  width: 30%;
  float: left;
}
.dokan-w5 {
  width: 40%;
  float: left;
}
.dokan-w6 {
  width: 50%;
  float: left;
}
.dokan-w7 {
  width: 63%;
  float: left;
}
.dokan-w8 {
  width: 66.6667%;
  float: left;
}
.dokan-text-left {
  text-align: left;
}
.dokan-panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dokan-panel-body {
  padding: 15px;
}
.dokan-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dokan-panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.dokan-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.dokan-panel-title > a {
  color: inherit;
}
.dokan-panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dokan-panel-default {
  border-color: #dddddd;
}
.dokan-panel-default > .dokan-panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.dokan-panel-default > .dokan-panel-heading + .dokan-panel-collapse > .dokan-panel-body {
  border-top-color: #dddddd;
}
.dokan-panel-default > .dokan-panel-heading .dokan-badge {
  color: #f5f5f5;
  background-color: #333333;
}
.dokan-panel-default > .dokan-panel-footer + .dokan-panel-collapse > .dokan-panel-body {
  border-bottom-color: #dddddd;
}
/*--------------------------------------------------
:: Responsive Styles
-------------------------------------------------- */
@media (max-width: 767px) {
  .dokan-dashboard .dokan-dash-sidebar,
  .dokan-dashboard .dokan-dashboard-content {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    display: inline-block;
    border-right: 1px solid #454545;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
    content: '';
    display: none;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 12px 24px;
  }
  .dokan-dashboard .dokan-dashboard-content {
    padding-left: 0;
  }
  .dokan-single-store .profile-frame .profile-info-box {
    width: 60%;
  }
}
@media (max-width: 430px) {
  .dokan-dashboard .dokan-dash-sidebar,
  .dokan-dashboard .dokan-dashboard-content {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:before,
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after {
    content: " ";
    display: table;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after {
    clear: both;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    float: left;
    width: 50%;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    padding: 12px 18px;
  }
  .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
    width: 100%;
  }
  .dokan-dashboard .dokan-right,
  .dokan-dashboard .dokan-left {
    float: none !important;
  }
  .dokan-dashboard .dokan-w6,
  .dokan-dashboard .dokan-w8,
  .dokan-dashboard .dokan-w4 {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-left,
  .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-right {
    width: 100%;
  }
  .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-left,
  .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-right {
    float: none;
    width: 100%;
  }
  .dokan-dashboard .content-half-part {
    float: none;
    width: 100%;
  }
  .dokan-dashboard ul.dokan_tabs {
    padding-left: 0;
    margin-right: 0;
  }
  .dokan-dashboard ul.dokan_tabs li {
    margin-bottom: 10px;
  }
  .dokan-single-store .profile-frame .profile-info-box {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */