@charset "UTF-8";
.dokan-dashboard .post-container {
  width: 100%; }
  .dokan-dashboard .post-container .post-inner {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0; }
    .dokan-dashboard .post-container .post-inner .post-header .post-title {
      display: none; }
    .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar {
      background: transparent !important; }
      .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu {
        background-color: #FFF !important;
        padding: 20px;
        overflow: hidden;
        border-radius: 8px;
        padding: 0;
        margin-bottom: 0; }
        @media (min-width: 992px) {
          .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu {
            -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
            box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
            border: 1px solid #ececec; } }
        @media (max-width: 992px) {
          .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu {
            -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
            box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11); } }
        .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li {
          border: none !important; }
          .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active, .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover, .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
            background-color: #f0fdff !important;
            color: #00BFD6 !important; }
            .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after, .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:after, .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover:after {
              display: none; }
            .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a, .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a, .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover a {
              color: #00BFD6 !important; }
              .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a i, .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a i, .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover a i {
                color: #00BFD6; }
          .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
            color: #535353 !important;
            border: none !important; }
        .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu .dokan-common-links i {
          padding: 0; }
        .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu .dokan-common-links .fa-external-link:before {
          content: "\f290"; }
        .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu .dokan-common-links .fa-user:before {
          content: "\f2be"; }
    .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dashboard-content {
      width: 81%;
      margin-left: 2%;
      background-color: #FFF !important;
      padding: 20px;
      overflow: hidden;
      border-radius: 8px; }
      @media (min-width: 992px) {
        .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dashboard-content {
          -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
          box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
          border: 1px solid #ececec; } }
      @media (max-width: 992px) {
        .dokan-dashboard .post-container .post-inner .dokan-dashboard-wrap .dokan-dashboard-content {
          -webkit-box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
          box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11); } }
    @media (max-width: 992px) {
      .dokan-dashboard .post-container .post-inner .post-body {
        border-radius: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0; }
        .dokan-dashboard .post-container .post-inner .post-body .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li {
          display: block; }
        .dokan-dashboard .post-container .post-inner .post-body .dokan-dashboard-wrap .dokan-dashboard-content {
          margin-left: 0;
          margin-top: 20px; } }

.white-popup {
  border-radius: 8px;
  overflow: hidden; }

body input[type="submit"].dokan-btn,
body a.dokan-btn,
body .dokan-btn,
body input[type="submit"].dokan-btn-default,
body a.dokan-btn-default,
body .dokan-btn-default {
  background-color: #EF394E !important;
  border-color: #EF394E !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 32px !important; }
body input[type="submit"].dokan-btn-default:hover,
body a.dokan-btn-default:hover,
body .dokan-btn-default:hover {
  background-color: #f14c5f !important;
  border-color: #f14c5f !important; }
body input[type="submit"].dokan-btn-success,
body a.dokan-btn-success, body .dokan-btn-success {
  background-color: #6ab946 !important;
  border-color: #6ab946 !important; }
body input[type="submit"].dokan-btn-theme,
body a.dokan-btn-theme,
body .dokan-btn-theme {
  background-color: #00BFD6 !important;
  border-color: #00BFD6 !important;
  font-size: 13px !important;
  line-height: 32px !important; }
body input[type="submit"].dokan-btn-theme,
body a.dokan-btn-theme,
body .dokan-btn-theme,
body input[type="submit"].dokan-btn-theme,
body a.dokan-btn-theme,
body .dokan-btn-theme,
body input[type="submit"].dokan-btn-theme,
body a.dokan-btn-theme,
body .dokan-btn-theme,
body input[type="submit"].dokan-btn-theme.active,
body a.dokan-btn-theme.active,
body .dokan-btn-theme.active,
body .open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
body .open .dropdown-togglea.dokan-btn-theme,
body .open .dropdown-toggle.dokan-btn-theme {
  background-color: #00d1ea !important;
  border-color: #00d1ea !important; }
  body input[type="submit"].dokan-btn-theme:hover, body input[type="submit"].dokan-btn-theme:focus, body input[type="submit"].dokan-btn-theme:active,
  body a.dokan-btn-theme:hover,
  body a.dokan-btn-theme:focus,
  body a.dokan-btn-theme:active,
  body .dokan-btn-theme:hover,
  body .dokan-btn-theme:focus,
  body .dokan-btn-theme:active,
  body input[type="submit"].dokan-btn-theme:hover,
  body input[type="submit"].dokan-btn-theme:focus,
  body input[type="submit"].dokan-btn-theme:active,
  body a.dokan-btn-theme:hover,
  body a.dokan-btn-theme:focus,
  body a.dokan-btn-theme:active,
  body .dokan-btn-theme:hover,
  body .dokan-btn-theme:focus,
  body .dokan-btn-theme:active,
  body input[type="submit"].dokan-btn-theme:hover,
  body input[type="submit"].dokan-btn-theme:focus,
  body input[type="submit"].dokan-btn-theme:active,
  body a.dokan-btn-theme:hover,
  body a.dokan-btn-theme:focus,
  body a.dokan-btn-theme:active,
  body .dokan-btn-theme:hover,
  body .dokan-btn-theme:focus,
  body .dokan-btn-theme:active,
  body input[type="submit"].dokan-btn-theme.active:hover,
  body input[type="submit"].dokan-btn-theme.active:focus,
  body input[type="submit"].dokan-btn-theme.active:active,
  body a.dokan-btn-theme.active:hover,
  body a.dokan-btn-theme.active:focus,
  body a.dokan-btn-theme.active:active,
  body .dokan-btn-theme.active:hover,
  body .dokan-btn-theme.active:focus,
  body .dokan-btn-theme.active:active,
  body .open .dropdown-toggleinput[type="submit"].dokan-btn-theme:hover,
  body .open .dropdown-toggleinput[type="submit"].dokan-btn-theme:focus,
  body .open .dropdown-toggleinput[type="submit"].dokan-btn-theme:active,
  body .open .dropdown-togglea.dokan-btn-theme:hover,
  body .open .dropdown-togglea.dokan-btn-theme:focus,
  body .open .dropdown-togglea.dokan-btn-theme:active,
  body .open .dropdown-toggle.dokan-btn-theme:hover,
  body .open .dropdown-toggle.dokan-btn-theme:focus,
  body .open .dropdown-toggle.dokan-btn-theme:active {
    background-color: #00d1ea !important;
    border-color: #00d1ea !important; }

.dokan-dashboard .dokan-profile-completeness {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px; }
  .dokan-dashboard .dokan-profile-completeness .dokan-panel-body {
    padding: 0; }
    .dokan-dashboard .dokan-profile-completeness .dokan-panel-body .dokan-progress {
      margin-bottom: 10px; }
.dokan-dashboard .chart-container .legend > div {
  width: auto !important; }
.dokan-dashboard header.dokan-dashboard-header h1 {
  padding: 0;
  font-size: 18px; }
  .dokan-dashboard header.dokan-dashboard-header h1 .dokan-btn {
    padding-top: 0;
    padding-bottom: 0;
    color: #00BFD6 !important;
    border-color: #00BFD6 !important;
    background-color: transparent !important; }
    .dokan-dashboard header.dokan-dashboard-header h1 .dokan-btn:hover, .dokan-dashboard header.dokan-dashboard-header h1 .dokan-btn:focus, .dokan-dashboard header.dokan-dashboard-header h1 .dokan-btn:active {
      background-color: transparent !important; }
.dokan-dashboard input[type="submit"].dokan-btn,
.dokan-dashboard a.dokan-btn,
.dokan-dashboard .dokan-btn,
.dokan-dashboard input[type="submit"].dokan-btn-default,
.dokan-dashboard a.dokan-btn-default,
.dokan-dashboard .dokan-btn-default {
  padding: 5px 12px; }
.dokan-dashboard input[type="submit"].dokan-btn-theme,
.dokan-dashboard a.dokan-btn-theme,
.dokan-dashboard .dokan-btn-theme {
  padding: 5px 12px; }
.dokan-dashboard .dokan-input-group-addon {
  background: transparent;
  border-color: #C8C8C8; }
.dokan-dashboard hr {
  border: none;
  border-top: 1px solid #C8C8C8;
  margin: 20px 0; }
.dokan-dashboard .select2-container--default .select2-selection--multiple,
.dokan-dashboard .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #C8C8C8;
  border-radius: 8px; }
.dokan-dashboard .tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.85); }
.dokan-dashboard .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 2px; }
.dokan-dashboard input[type="checkbox"]:checked:before {
  top: -1px; }
.dokan-dashboard select.form-control,
.dokan-dashboard select.dokan-form-control {
  height: 44px;
  padding-right: 25px; }
.dokan-dashboard input[type="submit"].dokan-btn-lg,
.dokan-dashboard a.dokan-btn-lg,
.dokan-dashboard .dokan-btn-lg {
  font-size: 13px;
  border-radius: 8px; }
.dokan-dashboard .dokan-form-control {
  font-size: 13px;
  padding: 0 10px; }
.dokan-dashboard .dokan-input-group .dokan-input-group-addon + * {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.dokan-dashboard .dokan-message button.dokan-close {
  font-size: 20px; }
.dokan-dashboard .dokan-listing-filter,
.dokan-dashboard .order-statuses-filter,
.dokan-dashboard .subsubsub {
  font-size: 13px;
  margin: 0; }
  .dokan-dashboard .dokan-listing-filter li,
  .dokan-dashboard .order-statuses-filter li,
  .dokan-dashboard .subsubsub li {
    padding-right: 5px !important; }
    .dokan-dashboard .dokan-listing-filter li a,
    .dokan-dashboard .order-statuses-filter li a,
    .dokan-dashboard .subsubsub li a {
      padding: 0 6px; }
  .dokan-dashboard .dokan-listing-filter li.active a,
  .dokan-dashboard .order-statuses-filter li.active a,
  .dokan-dashboard .subsubsub li.active a {
    color: #000 !important;
    font-weight: bold; }
  .dokan-dashboard .dokan-listing-filter li:not(:last-child),
  .dokan-dashboard .order-statuses-filter li:not(:last-child),
  .dokan-dashboard .subsubsub li:not(:last-child) {
    border-right-color: #EDEDED; }
  .dokan-dashboard .dokan-listing-filter li:first-child a,
  .dokan-dashboard .order-statuses-filter li:first-child a,
  .dokan-dashboard .subsubsub li:first-child a {
    padding-left: 0; }
.dokan-dashboard .table,
.dokan-dashboard .wc-order-totals,
.dokan-dashboard .dokan-table {
  border: 1px solid #EDEDED; }
  .dokan-dashboard .table td.diviader,
  .dokan-dashboard .wc-order-totals td.diviader,
  .dokan-dashboard .dokan-table td.diviader {
    display: none; }
  .dokan-dashboard .table thead th,
  .dokan-dashboard .wc-order-totals thead th,
  .dokan-dashboard .dokan-table thead th {
    background-color: #85B3BE;
    color: #ffffff;
    padding: 15px 10px; }
  .dokan-dashboard .table tbody th, .dokan-dashboard .table tbody td,
  .dokan-dashboard .wc-order-totals tbody th,
  .dokan-dashboard .wc-order-totals tbody td,
  .dokan-dashboard .dokan-table tbody th,
  .dokan-dashboard .dokan-table tbody td {
    padding: 15px 10px; }
  .dokan-dashboard .table tbody tr:not(:last-child) th, .dokan-dashboard .table tbody tr:not(:last-child) td,
  .dokan-dashboard .wc-order-totals tbody tr:not(:last-child) th,
  .dokan-dashboard .wc-order-totals tbody tr:not(:last-child) td,
  .dokan-dashboard .dokan-table tbody tr:not(:last-child) th,
  .dokan-dashboard .dokan-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #EDEDED; }
@media (max-width: 768px) {
  .dokan-dashboard .table thead,
  .dokan-dashboard .wc-order-totals thead,
  .dokan-dashboard .dokan-table thead {
    display: none; }
  .dokan-dashboard .table th, .dokan-dashboard .table td,
  .dokan-dashboard .wc-order-totals th,
  .dokan-dashboard .wc-order-totals td,
  .dokan-dashboard .dokan-table th,
  .dokan-dashboard .dokan-table td {
    display: block;
    width: 100% !important; } }
@media (max-width: 768px) {
  .dokan-dashboard .dokan-table {
    border: none; } }
.dokan-dashboard .dokan-form-label,
.dokan-dashboard .form-label,
.dokan-dashboard .dokan-control-label,
.dokan-dashboard .control-label,
.dokan-dashboard .dokan-label {
  font-weight: bold !important;
  font-size: 13px; }
.dokan-dashboard .dokan-message:before,
.dokan-dashboard .dokan-info:before,
.dokan-dashboard .dokan-error:before {
  font-size: 16px;
  font-weight: normal; }
.dokan-dashboard span.required {
  color: #EF394E; }
.dokan-dashboard .dokan-form-group *[class^=dokan-w] {
  float: none !important;
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  text-align: left !important; }
.dokan-dashboard .ui-datepicker-title select {
  height: 30px;
  border-radius: 3px; }
.dokan-dashboard .dokan-dashboard-content .dokan-page-help {
  font-style: normal;
  background-color: #F5F7FA;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px; }
.dokan-dashboard .dokan-feat-image-upload {
  text-align: center; }
  .dokan-dashboard .dokan-feat-image-upload img {
    max-width: 500px; }

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-right,
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left {
  float: none;
  width: 100%;
  padding: 0 !important; }
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
  margin-bottom: 30px;
  border-radius: 8px;
  border-top: 4px solid #00BFD6; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
    position: relative;
    padding-left: 28px !important; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title:before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      position: absolute;
      left: 6px;
      top: 15px;
      background: #00BFD6;
      border-radius: 50%; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title:after {
      content: '';
      display: inline-block;
      width: 22px;
      height: 22px;
      position: absolute;
      left: 0;
      top: 9px;
      background: rgba(0, 191, 214, 0.15);
      border-radius: 50%; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .fa {
      display: none; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title a {
      font-weight: normal;
      color: #aaa; }
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter {
  background: #fff;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul {
    display: flex;
    justify-content: space-between; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li {
      padding: 30px 15px;
      flex: 1 1 auto;
      border-radius: 8px;
      color: #388e3c;
      background-color: #e8f5e9;
      position: relative;
      overflow: hidden; }
      .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li:before {
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 68px;
        opacity: 0.1;
        transform: rotate(45deg); }
      .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li .title {
        padding: 0; }
      .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li .count {
        border-bottom: none;
        padding: 0; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li:not(:last-child) {
      margin-right: 15px; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li:nth-child(1):before {
      content: '\f155'; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li:nth-child(2) {
      color: #d99a00;
      background-color: #fff3e0; }
      .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li:nth-child(2):before {
        content: '\f1ed'; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li:nth-child(3) {
      color: #c62828;
      background: #ffebee; }
      .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li:nth-child(3):before {
        content: '\f0f6'; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li:nth-child(4) {
      color: #3498db;
      background: #ebf3ff; }
      .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li:nth-child(4):before {
        content: '\f233'; }
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .list-count li a, .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.reviews .list-count li a, .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .list-count li a {
  display: block;
  width: 100%;
  padding: 5px 0; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .list-count li a .count, .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.reviews .list-count li a .count, .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .list-count li a .count {
    font-weight: bold; }
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .list-count li:not(:last-child), .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.reviews .list-count li:not(:last-child), .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .list-count li:not(:last-child) {
  border-bottom: 1px solid #EBEBEB; }
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders {
  border-top-color: #16a085; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .widget-title:before {
    background: #16a085; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .widget-title:after {
    background: rgba(22, 160, 133, 0.15); }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders > div:nth-child(2) {
    border-right: 1px solid #EBEBEB;
    padding-right: 10px; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders #order-stats {
    margin-left: auto;
    margin-right: auto; }
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.reviews {
  border-top-color: #e74c3c; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.reviews .widget-title:before {
    background: #e74c3c; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.reviews .widget-title:after {
    background: rgba(231, 76, 60, 0.15); }
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products {
  border-top-color: #f39c12; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .widget-title:before {
    background: #f39c12; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .widget-title:after {
    background: rgba(243, 156, 18, 0.15); }
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph {
  border-top-color: #8e44ad; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph .widget-title:before {
    background: #8e44ad; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph .widget-title:after {
    background: rgba(142, 68, 173, 0.15); }
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.dokan-announcement-widget {
  border-top-color: #3498db; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.dokan-announcement-widget .widget-title:before {
    background: #3498db; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.dokan-announcement-widget .widget-title:after {
    background: rgba(52, 152, 219, 0.15); }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.dokan-announcement-widget .dokan-dashboard-announce-content {
    float: none !important;
    width: 100%; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.dokan-announcement-widget .dokan-dashboard-announce-content a {
      display: block; }
      .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.dokan-announcement-widget .dokan-dashboard-announce-content a h3 {
        margin: 0;
        font-size: 16px;
        font-weight: bold; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.dokan-announcement-widget .dokan-dashboard-announce-date {
    float: none !important;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 2px 7px;
    border-radius: 3px; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.dokan-announcement-widget .dokan-dashboard-announce-date > div {
      display: inline-block;
      margin-top: 0;
      padding-top: 0;
      font-weight: normal;
      font-size: 12px; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.dokan-announcement-widget .dokan-dashboard-announce-read {
    background: #F5F7FA; }
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.dokan-announcement-widget .dokan-dashboard-announce-unread {
    background: #EF394E; }

.dokan-dashboard .dokan-announcement-wrapper .dokan-announcement-wrapper-item {
  padding: 15px;
  background: #F5F7FA;
  border-color: #e8eaec;
  border-radius: 8px; }
  .dokan-dashboard .dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date {
    border-radius: 8px;
    background: #e8eaec;
    color: #535353; }
    .dokan-dashboard .dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date > div {
      margin: 0; }
  .dokan-dashboard .dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap .dokan-announcement-heading {
    margin-bottom: 0; }
    .dokan-dashboard .dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap .dokan-announcement-heading h3 {
      margin: 0;
      padding: 0;
      font-size: 16px;
      color: #535353;
      line-height: 34px; }
  .dokan-dashboard .dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap .dokan-announcement-content a {
    color: #00BFD6;
    font-weight: bold; }
  .dokan-dashboard .dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action {
    background: transparent;
    right: 5px;
    top: 5px; }
    .dokan-dashboard .dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action .fa {
      font-family: IRANKala !important;
      color: #EF394E; }
      .dokan-dashboard .dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action .fa:before {
        content: "︎"; }
.dokan-dashboard .dokan-notice-single-notice-area .dokan-single-announcement-date {
  background: #F5F7FA;
  padding: 2px 15px;
  border-radius: 8px;
  color: #7e7e7e; }
.dokan-dashboard .dokan-notice-single-notice-area .entry-content {
  background: #F5F7FA;
  padding: 15px;
  border-radius: 8px; }
.dokan-dashboard .dokan-notice-single-notice-area .dokan-announcement-link {
  margin-top: 10px; }

.dokan-dashboard .dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-status-label {
  position: relative;
  bottom: 2px;
  font-weight: normal; }
.dokan-dashboard .product-edit-container .dokan-product-meta {
  float: none;
  width: 100% !important;
  padding: 0; }
.dokan-dashboard .product-edit-container .featured-image {
  float: none;
  width: 100%;
  padding: 0; }
  .dokan-dashboard .product-edit-container .featured-image .dokan-feat-image-upload {
    height: auto;
    width: 100%; }
    .dokan-dashboard .product-edit-container .featured-image .dokan-feat-image-upload .instruction-inside {
      padding: 30px; }
.dokan-dashboard .product-edit-container .dokan-feat-image-upload {
  border-width: 1px;
  border-radius: 8px; }
.dokan-dashboard .product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn {
  text-shadow: none;
  padding: 0;
  background: transparent;
  height: auto;
  border-radius: 0;
  border: none; }
  .dokan-dashboard .product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover {
    box-shadow: none;
    color: #8F8F8F; }
.dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.image.add-image,
.dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image,
.dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.add-image.add-image {
  border-width: 1px;
  border-radius: 8px; }
  .dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.image.add-image a.add-product-images,
  .dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a.add-product-images,
  .dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.add-image.add-image a.add-product-images {
    display: flex;
    align-items: center;
    justify-content: center; }
    .dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.image.add-image a.add-product-images .fa,
    .dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a.add-product-images .fa,
    .dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.add-image.add-image a.add-product-images .fa {
      font-family: IRANKala !important; }
      .dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.image.add-image a.add-product-images .fa:before,
      .dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a.add-product-images .fa:before,
      .dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.add-image.add-image a.add-product-images .fa:before {
        content: "\E0FC\00FE0E"; }
.dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.image,
.dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder,
.dokan-dashboard .product-edit-container #dokan-product-images ul.product_images li.add-image {
  border-radius: 8px; }
.dokan-dashboard .product-edit-container .dokan-edit-row {
  border-radius: 8px; }
  .dokan-dashboard .product-edit-container .dokan-edit-row .dokan-section-heading {
    padding-top: 22px;
    background: rgba(235, 235, 235, 0.3); }
    .dokan-dashboard .product-edit-container .dokan-edit-row .dokan-section-heading .fa {
      font-size: 17px;
      margin-right: 5px; }
    .dokan-dashboard .product-edit-container .dokan-edit-row .dokan-section-heading p {
      margin-top: -3px;
      font-style: normal; }
.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type {
  margin: 10px 0; }
.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list:first-child {
  border: 1px solid #e3e3e3; }
.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item {
  padding: 10px; }

.dokan-add-new-product-popup h2 {
  font-size: 20px;
  padding: 10px; }
.dokan-add-new-product-popup .dokan-feat-image-content {
  width: 100%;
  margin: 0;
  float: left; }
.dokan-add-new-product-popup .dokan-product-field-content {
  width: 100%;
  margin: 0;
  float: left; }
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload {
  border-width: 1px;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 8px; }
  .dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .instruction-inside {
    padding: 20px; }
  .dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn {
    text-shadow: none;
    padding: 0;
    background: transparent;
    border: none;
    height: auto;
    border-radius: 0; }
    .dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover {
      box-shadow: none;
      color: #8F8F8F;
      background: transparent;
      text-shadow: none; }
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image {
  border-width: 1px;
  border-radius: 8px; }
  .dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image a.add-product-images,
  .dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a.add-product-images,
  .dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image a.add-product-images {
    display: flex;
    align-items: center;
    justify-content: center; }
    .dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image a.add-product-images .fa,
    .dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a.add-product-images .fa,
    .dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image a.add-product-images .fa {
      font-family: IRANKala !important; }
      .dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image a.add-product-images .fa:before,
      .dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a.add-product-images .fa:before,
      .dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image a.add-product-images .fa:before {
        content: "\E0FC\00FE0E"; }

.dokan-dashboard .dokan-product-listing-area .product-listing-top .dokan-add-product-link .dokan-btn {
  padding-top: 0;
  padding-bottom: 0;
  color: #00BFD6 !important;
  background-color: transparent !important; }
  .dokan-dashboard .dokan-product-listing-area .product-listing-top .dokan-add-product-link .dokan-btn:hover, .dokan-dashboard .dokan-product-listing-area .product-listing-top .dokan-add-product-link .dokan-btn:focus, .dokan-dashboard .dokan-product-listing-area .product-listing-top .dokan-add-product-link .dokan-btn:active {
    background-color: transparent !important; }
.dokan-dashboard .dokan-product-listing-area .product-listing-top + .dokan-w12 {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 15px; }
.dokan-dashboard .dokan-product-listing-area .product-listing-table tr th:nth-child(3),
.dokan-dashboard .dokan-product-listing-area .product-listing-table tr td:nth-child(3) {
  width: 20%; }
.dokan-dashboard .dokan-product-listing-area .product-listing-table .discount-percent {
  display: none; }
.dokan-dashboard .dokan-product-listing-area .product-listing-table .amount {
  display: block; }
.dokan-dashboard .dokan-product-listing-area .product-listing-table .price {
  height: auto;
  color: #535353;
  text-align: left;
  font-size: 13px;
  font-weight: normal; }
.dokan-dashboard .dokan-product-listing-area .product-listing-table .dokan-product-list-inline-edit-form .dokan-inline-edit-column {
  width: 100%;
  float: none;
  padding: 0; }
  .dokan-dashboard .dokan-product-listing-area .product-listing-table .dokan-product-list-inline-edit-form .dokan-inline-edit-column .dokan-w9,
  .dokan-dashboard .dokan-product-listing-area .product-listing-table .dokan-product-list-inline-edit-form .dokan-inline-edit-column .dokan-w3 {
    float: none;
    width: 100%; }
.dokan-dashboard .dokan-product-listing-area .product-listing-table .dokan-product-list-inline-edit-form label {
  font-size: 13px; }
.dokan-dashboard .dokan-product-listing-area .product-listing-table .dokan-product-list-inline-edit-form .dokan-btn {
  margin-top: 10px; }

.dokan-dashboard .dokan-orders-area .order-statuses-filter {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px; }
.dokan-dashboard .dokan-orders-area .dokan-order-filter-serach {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 15px;
  padding: 15px 0; }
  .dokan-dashboard .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group {
    margin-bottom: 0; }
    .dokan-dashboard .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .datepicker {
      float: left;
      margin-right: 10px; }
  .dokan-dashboard .dokan-orders-area .dokan-order-filter-serach .dokan-right .dokan-form-group {
    margin-bottom: 0; }
.dokan-dashboard .dokan-orders-area .dokan-table .dokan-order-action .dokan-btn {
  padding: 0 12px;
  line-height: 26px; }
.dokan-dashboard .dokan-orders-area > .dokan-clearfix {
  margin-top: 20px; }
.dokan-dashboard .dokan-orders-area .dokan-order-left-content {
  width: 63.333333%; }
.dokan-dashboard .dokan-orders-area .woocommerce_order_items input[type=text],
.dokan-dashboard .dokan-orders-area .woocommerce_order_items input[type=number] {
  height: auto;
  padding: 6px; }
.dokan-dashboard .dokan-orders-area #dokan-order-status-form #order_status {
  margin-bottom: 10px; }
.dokan-dashboard .dokan-orders-area ul.order_notes .note_content {
  background: #dad7e5; }
  .dokan-dashboard .dokan-orders-area ul.order_notes .note_content:after {
    border-color: #dad7e5 transparent; }
.dokan-dashboard .dokan-orders-area ul.order_notes .delete_note {
  color: #EF394E; }
.dokan-dashboard .dokan-orders-area .add_note h4 {
  font-size: 13px; }
.dokan-dashboard .dokan-orders-area .add_note #order_note_type {
  padding-left: 20px;
  padding-right: 20px; }
.dokan-dashboard .dokan-orders-area #add-order-note p {
  margin-bottom: 10px; }

.dokan-dashboard .dokan-reports-area .dokan-reports-sidebar ul.chart-legend li strong {
  font-size: 20px; }
.dokan-dashboard .dokan-reports-area .dokan-reports-main h3 {
  font-size: 20px; }
.dokan-dashboard .dokan-reports-area .report-filter {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED; }
  .dokan-dashboard .dokan-reports-area .report-filter .dokan-form-group label {
    width: 100%;
    display: block; }
  .dokan-dashboard .dokan-reports-area .report-filter .dokan-form-group input {
    display: inline-block;
    width: auto; }
  .dokan-dashboard .dokan-reports-area .report-filter .dokan-form-group + .dokan-btn {
    margin-top: 32px; }
.dokan-dashboard .dokan-reports-area .table .progress {
  background: #EDEDED;
  height: 8px;
  border-radius: 4px; }
  .dokan-dashboard .dokan-reports-area .table .progress .progress-bar {
    background: #6ab946;
    height: 8px;
    border-radius: 4px; }

.dokan-dashboard .dokan-reviews-area #dokan-comments_menu {
  margin-bottom: 10px; }
@media (min-width: 768px) {
  .dokan-dashboard .dokan-reviews-area #dokan-comments-table th.col-content,
  .dokan-dashboard .dokan-reviews-area #dokan-comments-table td.col-content {
    width: 50% !important; } }
.dokan-dashboard .dokan-reviews-area #dokan-comments-table .dokan-author-img .avatar {
  border-radius: 50%; }
.dokan-dashboard .dokan-reviews-area #dokan-comments-table div.dokan-comments-content {
  line-height: 30px;
  text-align: justify; }
.dokan-dashboard .dokan-reviews-area #dokan-comments-table .dokan-cmt-row-actions {
  margin-top: 10px; }
.dokan-dashboard .dokan-reviews-area #dokan_comments-form select {
  width: auto; }

.dokan-dashboard .dokan-withdraw-area form.withdraw {
  margin-top: 20px; }
  .dokan-dashboard .dokan-withdraw-area form.withdraw .dokan-form-group .dokan-w3,
  .dokan-dashboard .dokan-withdraw-area form.withdraw .dokan-form-group .dokan-w5 {
    float: none;
    width: 100% !important;
    margin: 0 !important; }
@media (max-width: 768px) {
  .dokan-dashboard .dokan-withdraw-area .dokan-table tbody tr:first-child {
    display: none; } }

.dokan-dashboard .export_div .dokan-import-export-header h1,
.dokan-dashboard .import_div .dokan-import-export-header h1 {
  font-size: 20px; }
.dokan-dashboard .export_div form p:last-child,
.dokan-dashboard .import_div form p:last-child {
  margin-top: 10px; }

.dokan-support-topic-wrapper .subsubsub {
  margin-bottom: 15px; }
.dokan-support-topic-wrapper .dokan-support-table .dokan-support-customer-name {
  display: flex;
  align-items: center; }
  .dokan-support-topic-wrapper .dokan-support-table .dokan-support-customer-name .avatar {
    max-width: 32px;
    height: auto;
    border-radius: 50%; }
.dokan-support-topic-wrapper .dokan-support-table .dokan-support-status-change {
  padding: 0 8px; }
  .dokan-support-topic-wrapper .dokan-support-table .dokan-support-status-change .fa {
    font-family: IRANKala !important;
    position: relative;
    top: 4px; }
    .dokan-support-topic-wrapper .dokan-support-table .dokan-support-status-change .fa:before {
      content: "︎"; }
.dokan-support-topic-wrapper .dokan-support-single-title h1 {
  font-size: 18px; }
.dokan-support-topic-wrapper .dokan-suppport-topic-body {
  margin: 10px 0;
  border: 1px solid #dddee0;
  border-radius: 8px;
  display: flex;
  overflow: hidden; }
  .dokan-support-topic-wrapper .dokan-suppport-topic-body .dokan-support-user-image {
    width: 100%;
    float: none;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    background-color: #F5F7FA; }
    .dokan-support-topic-wrapper .dokan-suppport-topic-body .dokan-support-user-image .avatar {
      max-width: 64px;
      height: auto;
      border-radius: 50%; }
    .dokan-support-topic-wrapper .dokan-suppport-topic-body .dokan-support-user-image .dokan-support-user-name h4 {
      font-size: 15px; }
    .dokan-support-topic-wrapper .dokan-suppport-topic-body .dokan-support-user-image .dokan-support-date-time {
      font-style: normal; }
  .dokan-support-topic-wrapper .dokan-suppport-topic-body .dokan-support-reply {
    padding: 20px;
    width: 100%;
    float: none;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
.dokan-support-topic-wrapper .dokan-support-topic-select {
  margin-top: 10px; }
.dokan-support-topic-wrapper .submit {
  background-color: #00BFD6 !important; }

.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-banner {
  border-width: 1px;
  border-radius: 8px;
  height: auto;
  margin: 20px 0;
  width: 100%;
  max-width: unset; }
  .dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-banner .button-area {
    margin: 30px; }
.dokan-dashboard .dokan-settings-content .dokan-settings-area #dokan-seller-vacation-list-table th {
  padding-top: 15px; }
.dokan-dashboard .dokan-settings-content .dokan-settings-area #dokan-seller-vacation-list-table .dokan-seller-vacation-list-action {
  opacity: 1; }
  .dokan-dashboard .dokan-settings-content .dokan-settings-area #dokan-seller-vacation-list-table .dokan-seller-vacation-list-action .dokan-btn {
    padding: 1px 12px;
    width: 34px;
    height: 34px;
    margin: 2px; }

.dokan-dashboard .dokan-verification-content h4 {
  font-size: 16px; }
.dokan-dashboard .dokan-verification-content #dokan_v_address_submit {
  margin-left: 0; }

.dokan-dashboard #store-form .dokan-form-group {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important; }

.dokan-dashboard #profile-form .dokan-input-group-addon {
  display: none; }
  .dokan-dashboard #profile-form .dokan-input-group-addon + * {
    border-radius: 8px; }

.dokan-shipping-settings .dokan-shipping-wrapper .dokan-form-group {
  display: block; }

@media (max-width: 992px) {
  .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul {
    display: block; }
    .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul li {
      margin-bottom: 15px; } }
@media (max-width: 450px) {
  .dokan-dashboard .post-inner .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon {
    display: none !important; } }
@media (max-width: 450px) {
  .dokan-dashboard .post-inner .dokan-dash-sidebar #dokan-navigation {
    height: auto;
    background: #fff; } }
@media (max-width: 450px) {
  .dokan-dashboard .post-inner .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu {
    display: unset;
    height: auto !important;
    padding-top: 0 !important; } }
@media (max-width: 430px) {
  .dokan-dashboard .post-inner .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    float: none;
    width: 100%; } }
#dokan-become-seller {
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 20px;
  border-radius: 8px; }

#dokan-content {
  margin-bottom: 20px; }

body.dokan-store .dokan-widget-area .widget .widget-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  border-bottom: 1px solid #dddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }
body.dokan-store .sidebar {
  padding: 0; }
  @media (min-width: 768px) {
    body.dokan-store .sidebar {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      float: left; } }
body.dokan-store .dokan-category-menu h3.widget-title {
  background: transparent;
  border: none;
  padding: 0 0 10px 0; }
body.dokan-store .dokan-best-sellers .fa,
body.dokan-store .dokan-feature-sellers .fa {
  color: #FFB518; }
@media (min-width: 768px) {
  body.dokan-store .dokan-w3 {
    margin-right: 30px !important; } }
body.dokan-store .dokan-single-store.dokan-w8 {
  width: calc(75% - 30px); }
@media (max-width: 992px) {
  body.dokan-store .dokan-store-sidebar,
  body.dokan-store .dokan-single-store {
    margin-right: 0;
    width: 100% !important;
    margin-left: 0; } }
body.dokan-store .store-shipping-tabs {
  margin-bottom: 15px; }
body.dokan-store .store-holder {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  padding: 0;
  margin-bottom: 15px; }
  body.dokan-store .store-holder .dokan-store-tabs li.dokan-right {
    margin-top: 7px; }
  body.dokan-store .store-holder .dokan-store-tabs li.dokan-right:last-child {
    margin-top: 8px; }
body.dokan-store .dokan-single-store .dokan-store-tabs ul {
  border: none;
  margin-bottom: 0; }
body.dokan-store li.dokan-share-btn-wrap {
  display: none !important; }
body.dokan-store .dokan-store-tabs li.dokan-right * {
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important; }
body.dokan-store .dokan-share-popup-wrapper {
  border-radius: 8px; }
  body.dokan-store .dokan-share-popup-wrapper .jssocials-shares {
    margin: 15px 0; }
    body.dokan-store .dokan-share-popup-wrapper .jssocials-shares .jssocials-share {
      padding: 0 6px;
      border-radius: 16px;
      margin: 5px; }
    body.dokan-store .dokan-share-popup-wrapper .jssocials-shares .jssocials-share-facebook {
      background: rgba(59, 89, 152, 0.15); }
    body.dokan-store .dokan-share-popup-wrapper .jssocials-shares .jssocials-share-twitter {
      background: rgba(0, 172, 237, 0.15); }
    body.dokan-store .dokan-share-popup-wrapper .jssocials-shares .jssocials-share-googleplus {
      background: rgba(221, 75, 57, 0.15); }
    body.dokan-store .dokan-share-popup-wrapper .jssocials-shares .jssocials-share-linkedin {
      background: rgba(0, 123, 182, 0.15); }
    body.dokan-store .dokan-share-popup-wrapper .jssocials-shares .jssocials-share-pinterest {
      background: rgba(203, 32, 39, 0.15); }
    body.dokan-store .dokan-share-popup-wrapper .jssocials-shares .jssocials-share-email {
      background: rgba(52, 144, 243, 0.15); }
body.dokan-store .seller-items {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  padding: 0; }
  body.dokan-store .seller-items .products {
    margin-bottom: 0; }
body.dokan-store .store-review-wrap #reviews {
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px; }
  body.dokan-store .store-review-wrap #reviews .commentlist {
    padding: 0; }
body.dokan-store #vendor-biography {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px; }
  body.dokan-store #vendor-biography .text.col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  body.dokan-store #vendor-biography .icon.col-3 {
    display: none; }
body.dokan-store #store-toc-wrapper {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px; }
body.dokan-store .dokan-pagination-container {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  margin-top: 15px; }
  body.dokan-store .dokan-pagination-container .dokan-pagination li a {
    padding: 0 10px;
    border-radius: 8px;
    border: none; }
    body.dokan-store .dokan-pagination-container .dokan-pagination li a:hover {
      background: #ebe9eb;
      color: #8a7e88; }
  body.dokan-store .dokan-pagination-container .dokan-pagination li.active a {
    background: #00BFD6;
    color: #ffffff; }
body.dokan-store .pagination-wrap {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E4E4E4;
  padding: 15px;
  margin-top: 15px; }
  body.dokan-store .pagination-wrap ul.pagination {
    display: block;
    margin: 0;
    border-radius: 0;
    text-align: center; }
    body.dokan-store .pagination-wrap ul.pagination li a, body.dokan-store .pagination-wrap ul.pagination li span {
      float: none;
      border-radius: 8px;
      border: none; }
    body.dokan-store .pagination-wrap ul.pagination li a:hover {
      background: #ebe9eb;
      color: #8a7e88; }
    body.dokan-store .pagination-wrap ul.pagination li span.current {
      background: #00BFD6;
      color: #ffffff; }

/*# sourceMappingURL=dokan.css.map */
