ul.list-unstyled li {
  list-style-type: none;
}
ul.list-unstyled li span:first-child {
  font-weight: 600;
}

#tab-more_seller_product .product_after_shop_loop_price span.price {
  font-size: 13px !important;
}

body.woocommerce-account a.dokan-btn.vendor-dashboard,
body.woocommerce-account input[type=submit].dokan-btn {
  border: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  width: auto;
  margin-top: 20px;
  color: #fff !important;
  outline: 0;
  border-radius: 0 !important;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 3rem !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.dokan-dashboard.page-template-page-blank .content-area {
  margin-top: 0 !important;
}

body.dokan-dashboard.page-template-page-full-width .site-content .page > .row,
body.dokan-dashboard.page-template-default .site-content .page > .row {
  padding: 0 !important;
  max-width: 100% !important;
}
body.dokan-dashboard.page-template-page-full-width .site-content .page > .row > .columns,
body.dokan-dashboard.page-template-default .site-content .page > .row > .columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.dokan-dashboard.page-template-page-boxed .boxed-page > .row {
  padding: 0 !important;
  max-width: 100% !important;
}
body.dokan-dashboard.page-template-page-boxed .boxed-page > .row > .columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body.dokan-dashboard .entry-title {
  margin-top: 0;
}
body.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top {
  padding-bottom: 20px;
}
body.dokan-dashboard .store-open-close-time .control-label {
  text-align: right !important;
}
body.dokan-dashboard .dokan-dashboard-content {
  margin-top: 35px;
  padding: 0 25px;
}
body.dokan-dashboard .dokan-orders-area > .dokan-btn {
  font-weight: 600;
  text-transform: uppercase;
}
body.dokan-dashboard .dokan-feat-image-upload a.close {
  height: 292px;
  padding: 70px 0;
}
body.dokan-dashboard .dokan-dash-sidebar {
  padding-top: 23px;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background: transparent;
}
body.dokan-dashboard .dokan-dash-sidebar .dokan-dashboard-menu li.active:after {
  display: none;
}
body.dokan-dashboard .dokan-dash-sidebar .dokan-dashboard-menu li.dokan-common-links a {
  border-right: 1px solid rgba(58, 58, 58, 0.6);
}
body.dokan-dashboard .dokan-dash-sidebar .dokan-dashboard-menu li {
  line-height: 2;
  border-bottom: 1px solid rgba(58, 58, 58, 0.6);
}
body.dokan-dashboard .dokan-dash-sidebar .dokan-dashboard-menu .tooltip {
  opacity: 1;
}
body.dokan-dashboard .dokan-dash-sidebar .dokan-dashboard-menu a {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 13px !important;
}
body.dokan-dashboard .dokan-dash-sidebar .dokan-dashboard-menu a:hover {
  opacity: 1;
}
body.dokan-dashboard .top-headers-wrapper {
  -webkit-box-shadow: 0px 0px 11px rgba(185, 185, 185, 0.5);
          box-shadow: 0px 0px 11px rgba(185, 185, 185, 0.5);
}
body.dokan-dashboard .content-area {
  padding-top: 0;
}
body.dokan-dashboard footer.entry-meta {
  margin: 0 !important;
}
body.dokan-dashboard .page-title {
  display: none;
}
body.dokan-dashboard .dokan-dashboard-wrap p,
body.dokan-dashboard .dokan-dashboard-wrap ul li {
  font-size: 14px;
}
body.dokan-dashboard select {
  padding: 0.5rem !important;
  line-height: 18px;
}
body.dokan-dashboard .dokan-form-group {
  margin-right: 1rem;
}
body.dokan-dashboard .dokan-label,
body.dokan-dashboard .instock,
body.dokan-dashboard .outofstock {
  font-size: 10px;
  border-radius: 0;
  text-transform: uppercase;
}
body.dokan-dashboard .dokan-label {
  padding: 0.6em 0.6em 0.4em;
}
body.dokan-dashboard .dokan-table td[data-title=Stock] {
  font-size: 0;
}
body.dokan-dashboard .dokan-table td,
body.dokan-dashboard .dokan-table a {
  font-size: 14px;
}
body.dokan-dashboard .dokan-table td, body.dokan-dashboard .dokan-table th {
  border: none;
  vertical-align: middle;
}
body.dokan-dashboard .dokan-table .dokan-order-select label {
  margin: 0;
}
body.dokan-dashboard .dokan-table .row-actions a {
  font-size: 12px;
}
body.dokan-dashboard .dokan-table .row-actions .delete a {
  color: #a00;
}
body.dokan-dashboard .dokan-table ins .amount {
  color: #fff;
  font-weight: normal;
}
body.dokan-dashboard .dokan-table .outofstock,
body.dokan-dashboard .dokan-table .instock {
  color: #fff !important;
  padding: 0.2rem 0.4rem !important;
  font-weight: 600;
  display: block;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.dokan-dashboard .dokan-table .outofstock {
  background: #808080;
}
body.dokan-dashboard .dokan-table .instock {
  background: #7AD03A !important;
}
body.dokan-dashboard .pagination li span, body.dokan-dashboard .pagination li a {
  border: none;
  font-weight: 600;
  padding: 0.2em 1.1em;
  text-transform: uppercase;
}
body.dokan-dashboard .pagination li span:hover, body.dokan-dashboard .pagination li span:active, body.dokan-dashboard .pagination li span.current, body.dokan-dashboard .pagination li a:hover, body.dokan-dashboard .pagination li a:active, body.dokan-dashboard .pagination li a.current {
  background: transparent;
  opacity: 1;
}
body.dokan-dashboard .dokan-checkbox {
  margin: 0;
}
body.dokan-dashboard .dokan-btn.dokan-btn-theme.dokan-add-new-product,
body.dokan-dashboard .dokan-btn.dokan-btn-info,
body.dokan-dashboard .dokan-form-horizontal .dokan-btn-theme[name=dokan_update_store_settings],
body.dokan-dashboard .edit-account-wrap .dokan-btn-theme[name=dokan_save_account_details],
body.dokan-dashboard #dokan-create-new-product-btn,
body.dokan-dashboard .dokan-feat-image-btn,
body.dokan-dashboard .dokan-new-product-area .dokan-btn[name=add_product],
body.dokan-dashboard .dokan-product-edit .dokan-btn[name=dokan_update_product],
body.dokan-dashboard .dokan-btn.insert-file-row,
body.dokan-dashboard .dokan-btn[name=dokan_update_payment_settings] {
  border: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  width: auto;
  cursor: pointer;
  color: #fff;
  outline: 0;
  border-radius: 0 !important;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 3rem !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.dokan-dashboard .dokan-btn.dokan-btn-theme:not(.dokan-add-new-product):not([name=dokan_update_payment_settings]):not([name=dokan_update_store_settings]):not([name=dokan_save_account_details]):not([name=dokan_update_product]),
body.dokan-dashboard .btn-theme.add_note,
body.dokan-dashboard .gravatar-button-area a,
body.dokan-dashboard .dokan-btn.dokan-btn-sm.delete,
body.dokan-dashboard .dokan-product-edit .upload_file_button {
  background: none !important;
  padding: 0 !important;
  float: none;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 600 !important;
  font-size: 13px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  text-transform: uppercase;
  border-bottom: 1px solid !important;
  display: inline;
  min-width: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.dokan-dashboard .dokan-btn.dokan-btn-theme:not(.dokan-add-new-product):not([name=dokan_update_payment_settings]):not([name=dokan_update_store_settings]):not([name=dokan_save_account_details]):not([name=dokan_update_product]):hover,
body.dokan-dashboard .btn-theme.add_note:hover,
body.dokan-dashboard .gravatar-button-area a:hover,
body.dokan-dashboard .dokan-btn.dokan-btn-sm.delete:hover,
body.dokan-dashboard .dokan-product-edit .upload_file_button:hover {
  opacity: 0.8;
}
body.dokan-dashboard .dokan-product-listing .dokan-add-product-link a.dokan-btn:not(.dokan-add-new-product):not([name=dokan_update_payment_settings]):not([name=dokan_update_product]):not([name=dokan_update_store_settings]):not([name=dokan_save_account_details]):not(.vendor-dashboard) {
  padding-bottom: 3px !important;
  border-radius: 0;
}
body.dokan-dashboard .dokan-form-horizontal .dokan-btn-theme[name=dokan_update_store_settings]:hover {
  opacity: 0.7;
}
body.dokan-dashboard .edit-account-wrap .dokan-btn-theme[name=dokan_save_account_details] {
  margin-top: 1rem;
}
body.dokan-dashboard .dokan-btn.dokan-btn-success {
  width: 100%;
  padding: 1rem 3rem;
  border: none;
  font-weight: 600 !important;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.dokan-dashboard .dokan-btn.dokan-btn-success:hover {
  background-color: rgba(92, 184, 92, 0.8);
}
body.dokan-dashboard .dokan-btn.dokan-btn-danger {
  margin-right: 1rem;
}
body.dokan-dashboard .btn {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.dokan-dashboard .dokan-orders-content .dokan-form-group {
  margin-right: 0;
}
body.dokan-dashboard .order_note_type {
  margin-right: 1rem !important;
}
body.dokan-dashboard .dokan-order-filter-serach .datepicker {
  display: inline;
  margin-right: 1rem;
}
body.dokan-dashboard .dokan-order-filter-serach .select2-selection {
  height: 39px;
  margin-right: 1rem;
  width: auto;
}
body.dokan-dashboard .dokan-order-filter-serach .select2-selection .select2-selection__rendered {
  height: 39px;
  padding: 0.3rem 0.5rem !important;
}
body.dokan-dashboard .dokan-order-filter-serach .select2-selection .select2-selection__placeholder {
  color: #cacaca !important;
}
body.dokan-dashboard .dokan-order-filter-serach .select2-selection .select2-selection__arrow {
  right: 25px !important;
  top: 7px;
}
body.dokan-dashboard .mfp-wrap {
  z-index: 9999;
}
body.dokan-dashboard .ui-datepicker {
  z-index: 999 !important;
}
body.dokan-dashboard .dokan-new-product-area .dokan-form-group.dokan-right {
  margin-bottom: 5rem;
}
body.dokan-dashboard .dokan-new-product-area .dokan-feat-image-upload {
  height: 300px;
}
body.dokan-dashboard .dokan-new-product-area .dokan-btn.dokan-btn-default:hover {
  opacity: 0.7;
}
body.dokan-dashboard .dokan-new-product-area .dokan-feat-image-btn:hover {
  color: #fff;
  text-shadow: none;
  background: transparent;
}
body.dokan-dashboard .dokan-new-product-area form.dokan-form-container {
  margin: auto;
}
@media screen and (min-width: 48em) {
  body.dokan-dashboard .dokan-new-product-area form.dokan-form-container {
    max-width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  body.dokan-dashboard .dokan-new-product-area form.dokan-form-container {
    max-width: 83%;
  }
}
body.dokan-dashboard .dokan-new-product-area .featured-image {
  width: 100%;
}
body.dokan-dashboard .dokan-new-product-area .dokan-form-group.dokan-price-container,
body.dokan-dashboard .dokan-new-product-area .dokan-form-group.sale-schedule-container {
  margin-right: 0;
}
body.dokan-dashboard .dokan-new-product-area hr {
  border: none;
  margin-bottom: 3rem;
}
body.dokan-dashboard .dokan-add-new-product-popup .form-label,
body.dokan-dashboard .dokan-add-new-product-popup .dokan-form-label,
body.dokan-dashboard .dokan-new-product-area .form-label,
body.dokan-dashboard .dokan-new-product-area .dokan-form-label,
body.dokan-dashboard .dokan-product-edit .form-label,
body.dokan-dashboard .dokan-product-edit .dokan-form-label {
  font-weight: 600;
}
body.dokan-dashboard .dokan-add-new-product-popup textarea.dokan-form-control,
body.dokan-dashboard .dokan-new-product-area textarea.dokan-form-control,
body.dokan-dashboard .dokan-product-edit textarea.dokan-form-control {
  padding: 10px;
}
body.dokan-dashboard .dokan-add-new-product-popup .select2-container,
body.dokan-dashboard .dokan-new-product-area .select2-container,
body.dokan-dashboard .dokan-product-edit .select2-container {
  width: 100% !important;
}
body.dokan-dashboard .dokan-add-new-product-popup .select2-container .select2-selection,
body.dokan-dashboard .dokan-new-product-area .select2-container .select2-selection,
body.dokan-dashboard .dokan-product-edit .select2-container .select2-selection {
  height: 40px;
}
body.dokan-dashboard .dokan-add-new-product-popup .select2-container .select2-selection.select2-selection--single .select2-selection__rendered,
body.dokan-dashboard .dokan-new-product-area .select2-container .select2-selection.select2-selection--single .select2-selection__rendered,
body.dokan-dashboard .dokan-product-edit .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
  padding: 5px 10px 0 10px;
}
body.dokan-dashboard .dokan-add-new-product-popup .select2-container .select2-selection.select2-selection--single .select2-selection__arrow,
body.dokan-dashboard .dokan-new-product-area .select2-container .select2-selection.select2-selection--single .select2-selection__arrow,
body.dokan-dashboard .dokan-product-edit .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
  margin-top: 5px;
}
body.dokan-dashboard .dokan-add-new-product-popup .select2-container .select2-selection.select2-selection--multiple,
body.dokan-dashboard .dokan-new-product-area .select2-container .select2-selection.select2-selection--multiple,
body.dokan-dashboard .dokan-product-edit .select2-container .select2-selection.select2-selection--multiple {
  border: 1px solid #ededed;
  border-radius: 0;
}
body.dokan-dashboard .dokan-add-new-product-popup .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice,
body.dokan-dashboard .dokan-new-product-area .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice,
body.dokan-dashboard .dokan-product-edit .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice {
  margin: 5px;
}
body.dokan-dashboard .dokan-add-new-product-popup .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered,
body.dokan-dashboard .dokan-new-product-area .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered,
body.dokan-dashboard .dokan-product-edit .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
body.dokan-dashboard .dokan-add-new-product-popup .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline,
body.dokan-dashboard .dokan-new-product-area .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline,
body.dokan-dashboard .dokan-product-edit .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  padding: 0 10px;
}
body.dokan-dashboard .dokan-add-new-product-popup .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search__field,
body.dokan-dashboard .dokan-new-product-area .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search__field,
body.dokan-dashboard .dokan-product-edit .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search__field {
  padding: 0 !important;
  margin: 0;
}
body.dokan-dashboard .dokan-add-new-product-popup .dokan-feat-image-upload .instruction-inside,
body.dokan-dashboard .dokan-new-product-area .dokan-feat-image-upload .instruction-inside,
body.dokan-dashboard .dokan-product-edit .dokan-feat-image-upload .instruction-inside {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
body.dokan-dashboard .dokan-add-new-product-popup .dokan-form-group,
body.dokan-dashboard .dokan-new-product-area .dokan-form-group,
body.dokan-dashboard .dokan-product-edit .dokan-form-group {
  margin-right: 0;
}
body.dokan-dashboard .dokan-add-new-product-popup .content-half-part,
body.dokan-dashboard .dokan-new-product-area .content-half-part,
body.dokan-dashboard .dokan-product-edit .content-half-part {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
body.dokan-dashboard .dokan-add-new-product-popup .content-half-part.from,
body.dokan-dashboard .dokan-new-product-area .content-half-part.from,
body.dokan-dashboard .dokan-product-edit .content-half-part.from {
  margin-bottom: 1rem;
}
body.dokan-dashboard .dokan-add-new-product-popup .content-half-part .dokan-feat-image-upload,
body.dokan-dashboard .dokan-add-new-product-popup .content-half-part .dokan-form-group,
body.dokan-dashboard .dokan-new-product-area .content-half-part .dokan-feat-image-upload,
body.dokan-dashboard .dokan-new-product-area .content-half-part .dokan-form-group,
body.dokan-dashboard .dokan-product-edit .content-half-part .dokan-feat-image-upload,
body.dokan-dashboard .dokan-product-edit .content-half-part .dokan-form-group {
  width: 100%;
  margin-right: 0;
}
body.dokan-dashboard .dokan-add-new-product-popup .mfp-close,
body.dokan-dashboard .dokan-new-product-area .mfp-close,
body.dokan-dashboard .dokan-product-edit .mfp-close {
  font-size: 18px !important;
}
body.dokan-dashboard .dokan-add-new-product-popup .dokan-btn-theme,
body.dokan-dashboard .dokan-new-product-area .dokan-btn-theme,
body.dokan-dashboard .dokan-product-edit .dokan-btn-theme {
  margin-left: 1rem;
}
body.dokan-dashboard .dokan-add-new-product-popup .image-wrap,
body.dokan-dashboard .dokan-new-product-area .image-wrap,
body.dokan-dashboard .dokan-product-edit .image-wrap {
  text-align: center;
}
body.dokan-dashboard .dokan-add-new-product-popup .image-wrap img,
body.dokan-dashboard .dokan-new-product-area .image-wrap img,
body.dokan-dashboard .dokan-product-edit .image-wrap img {
  margin: 1rem;
}
body.dokan-dashboard .dokan-add-new-product-popup i.fa-cloud-upload,
body.dokan-dashboard .dokan-new-product-area i.fa-cloud-upload,
body.dokan-dashboard .dokan-product-edit i.fa-cloud-upload {
  margin-bottom: 1rem;
}
body.dokan-dashboard .dokan-add-new-product-popup a.dokan-feat-image-btn,
body.dokan-dashboard .dokan-new-product-area a.dokan-feat-image-btn,
body.dokan-dashboard .dokan-product-edit a.dokan-feat-image-btn {
  text-shadow: none !important;
  color: #fff !important;
  background: transparent;
}
body.dokan-dashboard .order-statuses-filter {
  margin-left: 0;
}
body.dokan-dashboard .dokan-product-edit .dokan-feat-image-upload {
  margin-top: 1.7rem;
}
body.dokan-dashboard .dokan-product-edit .dokan-dashboard-header .dokan-right {
  position: relative;
  float: none !important;
}
body.dokan-dashboard .dokan-product-edit .dokan-dashboard-header .dokan-right a.dokan-btn {
  border-radius: 0;
}
body.dokan-dashboard .dokan-product-edit .dokan-feat-image-upload a.close {
  padding: 17% 0;
}
body.dokan-dashboard .dokan-product-edit .dokan-btn.dokan-right {
  margin-bottom: 5rem;
}
body.dokan-dashboard .dokan-product-edit .dokan-btn.dokan-right:hover {
  opacity: 0.7;
}
body.dokan-dashboard .dokan-product-edit .dokan-feat-image-upload img {
  max-width: 50%;
}
body.dokan-dashboard .dokan-product-edit .dokan-form-group {
  margin-bottom: 0;
}
body.dokan-dashboard .dokan-product-edit .dokan-form-group label {
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0;
}
body.dokan-dashboard .dokan-product-edit .sale-price a {
  font-weight: 600 !important;
}
body.dokan-dashboard .dokan-product-edit .dokan-download-wrapper .upload_file_button {
  display: inline-block;
}
body.dokan-dashboard .dokan-product-edit .dokan-download-wrapper .dokan-btn.delete,
body.dokan-dashboard .dokan-product-edit .dokan-download-wrapper .upload_file_button {
  border-radius: 0;
  padding-bottom: 3px !important;
}
body.dokan-dashboard .dokan-product-edit .tooltip {
  text-transform: none;
}
body.dokan-dashboard .dokan-product-edit .content-half-part {
  padding-left: 0 !important;
  padding-right: 0;
}
body.dokan-dashboard .dokan-product-edit .content-half-part label,
body.dokan-dashboard .dokan-product-edit .content-half-part label span {
  font-weight: 600;
}
body.dokan-dashboard .dokan-product-edit .content-half-part.from {
  margin-top: 1rem;
}
body.dokan-dashboard .dokan-product-edit form.dokan-product-edit-form {
  margin: auto;
}
@media screen and (min-width: 48em) {
  body.dokan-dashboard .dokan-product-edit form.dokan-product-edit-form {
    max-width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  body.dokan-dashboard .dokan-product-edit form.dokan-product-edit-form {
    max-width: 83%;
  }
}
body.dokan-dashboard .edit-account-wrap {
  overflow: hidden;
}
body.dokan-dashboard form.edit-account {
  margin: auto;
}
@media screen and (min-width: 48em) {
  body.dokan-dashboard form.edit-account {
    max-width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  body.dokan-dashboard form.edit-account {
    max-width: 83%;
  }
}
body.dokan-dashboard .dokan-form-inline .dokan-form-group {
  margin-right: 1rem;
}
body.dokan-dashboard .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name=product_listing_search] {
  float: right !important;
}
body.dokan-dashboard .dokan-withdraw-content,
body.dokan-dashboard .dokan-settings-content {
  padding: 0 25px;
}
body.dokan-dashboard .dokan-settings-content #payment-form {
  margin: auto;
}
@media screen and (min-width: 48em) {
  body.dokan-dashboard .dokan-settings-content #payment-form {
    max-width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  body.dokan-dashboard .dokan-settings-content #payment-form {
    max-width: 83%;
  }
}
body.dokan-dashboard .dokan-settings-content #payment-form .dokan-w8,
body.dokan-dashboard .dokan-settings-content #payment-form .dokan-w6,
body.dokan-dashboard .dokan-settings-content #payment-form .dokan-w3.dokan-control-label {
  width: 100%;
  text-align: left;
}
body.dokan-dashboard .dokan-settings-content #payment-form .dokan-btn {
  margin-bottom: 3rem;
}
body.dokan-dashboard .dokan-settings-content #payment-form .dokan-btn:hover {
  opacity: 0.7;
}
body.dokan-dashboard .dokan-settings-content #payment-form .dokan-w4.dokan-text-left {
  margin-left: 0 !important;
}
body.dokan-dashboard .dokan-settings-content .dokan-form-group {
  margin-right: 0;
}
body.dokan-dashboard .dokan-settings-content .dokan-on-off {
  height: 40px !important;
}
body.dokan-dashboard .dokan-settings-content .dokan-page-help {
  text-align: center;
  padding: 1rem 0;
}
body.dokan-dashboard .dokan-settings-content .gravatar-button-area {
  text-align: left;
  padding-top: 9px;
}
body.dokan-dashboard .dokan-settings-content .gravatar-button-area a {
  text-transform: uppercase;
  border-radius: 0;
  padding-bottom: 3px !important;
}
body.dokan-dashboard .dokan-settings-content .dokan-w8 {
  width: 50%;
}
body.dokan-dashboard .dokan-settings-content .dokan-control-label {
  margin-top: 10px;
}
body.dokan-dashboard .dokan-settings-content .control-label {
  text-align: left;
  padding-right: 15px;
  font-weight: 600;
}
body.dokan-dashboard .dokan-settings-content .dokan-w5 {
  width: 50%;
}
body.dokan-dashboard .dokan-settings-content .dokan-w4.dokan-text-left {
  margin-left: 25% !important;
}
body.dokan-dashboard .dokan-orders-area .order_download_permissions .toolbar {
  margin-top: 0;
}
body.dokan-dashboard .dokan-orders-area .order_download_permissions .dokan-w7 {
  margin-right: 1rem !important;
}
body.dokan-dashboard .dokan-orders-area .order_download_permissions .select2 {
  height: 50px;
  width: 100% !important;
}
body.dokan-dashboard .dokan-orders-area .order_download_permissions .select2 .select2-selection {
  border: solid #ededed 1px;
  border-radius: 0;
  height: 50px;
}
body.dokan-dashboard .dokan-banner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 30px 0 !important;
}
body.dokan-dashboard .chart-container .legendLabel {
  font-size: 13px;
}
body.dokan-dashboard .select2-dropdown {
  margin-top: 0;
}

@media screen and (max-width: 47.9375em) {
  body.dokan-dashboard .dokan-orders-area .order_download_permissions .dokan-w7 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  body.dokan-dashboard .select2-dropdown {
    margin-top: 0;
  }
  body.dokan-dashboard .dokan-settings-content .dokan-w6,
body.dokan-dashboard .dokan-settings-content .dokan-w3,
body.dokan-dashboard .dokan-settings-content .dokan-w4,
body.dokan-dashboard .dokan-settings-content .dokan-w5,
body.dokan-dashboard .dokan-settings-content .dokan-w8 {
    text-align: left;
    width: 100% !important;
    display: block;
    clear: both;
  }
  body.dokan-dashboard .dokan-settings-content .control-label {
    text-align: left !important;
  }
  body.dokan-dashboard .dokan-settings-content .dokan-w4.dokan-text-left {
    margin-left: 0 !important;
  }
  body.dokan-dashboard .dokan-page-help {
    font-size: 14px;
  }
  body.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
    width: 100%;
  }
  body.dokan-dashboard .ui-datepicker {
    z-index: 999 !important;
  }
  body.dokan-dashboard .order-statuses-filter {
    margin-left: 0;
  }
  body.dokan-dashboard .store-open-close .dokan-form-group {
    display: block;
  }
  body.dokan-dashboard .store-open-close label {
    width: 100% !important;
    padding-right: 0 !important;
  }
  body.dokan-dashboard .dokan-orders-area {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  body.dokan-dashboard .dokan-orders-area .datepicker {
    margin-bottom: 1rem;
  }
  body.dokan-dashboard .dokan-orders-area .dokan-form-inline {
    padding: 10px 7px;
    overflow-x: scroll;
  }
  body.dokan-dashboard .dokan-orders-area .dokan-right,
body.dokan-dashboard .dokan-orders-area .dokan-left {
    float: none !important;
  }
  body.dokan-dashboard .dokan-table tbody tr td {
    background: transparent;
  }
  body.dokan-dashboard .dokan-table td,
body.dokan-dashboard .dokan-table a {
    font-size: 13px;
  }
}
@media screen and (max-width: 63.9375em) {
  body.dokan-dashboard .dokan-dashboard-content article.dokan-product-listing-area {
    overflow-y: unset;
    overflow-x: scroll;
  }
  body.dokan-dashboard .dokan-dashboard-content article.dokan-orders-area,
body.dokan-dashboard .dokan-withdraw-area,
body.dokan-dashboard .dokan-settings-area {
    overflow: unset;
  }
  body.dokan-dashboard .content-area {
    margin-top: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 63.9375em) {
  body.dokan-store #page_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  body.dokan-store .top-headers-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body.dokan-store .woocommerce-breadcrumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0 !important;
  }
  body.dokan-store .dokan-store-sidebar,
body.dokan-store .woocommerce-breadcrumb + .row {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 3rem;
  }
  body.dokan-store .dokan-single-store {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    margin-right: 0;
  }
  body.dokan-store .dokan-clearfix {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  body.dokan-store #site-footer {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
body.dokan-store .woocommerce-breadcrumb {
  margin-bottom: 35px;
  padding: 85px 0 0 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  body.dokan-store .woocommerce-breadcrumb {
    margin-top: 133px !important;
  }
}
@media screen and (min-width: 40.0625em) {
  body.dokan-store .woocommerce-breadcrumb {
    padding-left: 0.625rem;
  }
}
body.dokan-store .woocommerce-breadcrumb .breadcrump_sep {
  padding-left: 7px;
  padding-right: 7px;
}
body.dokan-store .st-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 112.5rem;
  padding: 0 50px;
}
@media screen and (max-width: 40em) {
  body.dokan-store .st-content {
    padding: 0 20px;
  }
}
body.dokan-store footer {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.dokan-store .dokan-pagination-container {
  margin-bottom: 3rem;
}
body.dokan-store .paging-navigation {
  background: transparent;
}
@media screen and (max-width: 63.9375em) {
  body.dokan-store .paging-navigation {
    margin-bottom: 1rem !important;
  }
}
body.dokan-store .paging-navigation:before, body.dokan-store .paging-navigation:after {
  display: none;
}
body.dokan-store .top-headers-wrapper {
  left: 0;
}
body.dokan-store .woocommerce-breadcrumb + .row,
body.dokan-store .dokan-store-sidebar {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  float: left;
  margin-right: 0 !important;
}
@media screen and (max-width: 40em) {
  body.dokan-store .woocommerce-breadcrumb + .row,
body.dokan-store .dokan-store-sidebar {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  body.dokan-store .woocommerce-breadcrumb + .row,
body.dokan-store .dokan-store-sidebar {
    width: 25%;
  }
}
@media screen and (min-width: 75em) {
  body.dokan-store .woocommerce-breadcrumb + .row,
body.dokan-store .dokan-store-sidebar {
    width: 16.66667%;
  }
}
@media screen and (max-width: 63.9375em) {
  body.dokan-store .woocommerce-breadcrumb + .row {
    padding-right: 0;
    padding-left: 0;
  }
}
body.dokan-store .woocommerce-breadcrumb + .row > .columns {
  margin-bottom: 150px;
  padding-right: 30px;
  padding-left: 0;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 63.9375em) {
  body.dokan-store .woocommerce-breadcrumb + .row > .columns {
    padding-right: 0px;
  }
}
body.dokan-store .woocommerce-breadcrumb + .row > .columns .dokan-store-open-close {
  font-size: 13px;
}
body.dokan-store .woocommerce-breadcrumb + .row > .columns .dokan-store-open-close label {
  display: inline;
}
body.dokan-store .woocommerce-breadcrumb + .row > .columns .dokan-btn.dokan-btn-theme {
  border: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  width: 100%;
  cursor: pointer;
  color: #fff;
  outline: 0;
  border-radius: 0 !important;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 3rem !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.dokan-store .woocommerce-breadcrumb + .row > .columns .dokan-form-group {
  margin-bottom: 10px !important;
}
body.dokan-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
  height: auto;
  min-height: 160px;
}
body.dokan-store .dokan-bestselling-product-widget .product-title {
  margin-top: -20px;
  float: left;
}
body.dokan-store .dokan-store-tabs .dokan-list-inline {
  border: none;
  margin-top: 20px;
}
body.dokan-store .dokan-store-tabs .dokan-list-inline li {
  border: none;
}
body.dokan-store .dokan-store-tabs .dokan-list-inline li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
body.dokan-store .dokan-store-tabs .dokan-list-inline li a:hover {
  background: transparent;
}
body.dokan-store .dokan-category-menu {
  border-left: none;
  border-top: none;
  border-right: none;
}
body.dokan-store .dokan-category-menu .widget-title {
  background: transparent;
  border: none;
}
body.dokan-store .dokan-category-menu ul li.parent-cat-wrap ul {
  background: transparent !important;
}
body.dokan-store .dokan-single-store {
  width: 100%;
  float: right;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 47.9375em) {
  body.dokan-store .dokan-single-store {
    width: 100% !important;
  }
}
@media screen and (max-width: 40em) {
  body.dokan-store .dokan-single-store {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  body.dokan-store .dokan-single-store {
    width: 75%;
  }
}
@media screen and (min-width: 75em) {
  body.dokan-store .dokan-single-store {
    width: 83.33333%;
  }
}
body.dokan-store .seller-items > .row {
  padding-right: 0;
  padding-left: 0;
}
body.dokan-store .seller-items > .row > .columns {
  padding-right: 0;
  padding-left: 0;
}
body.dokan-store .dokan-widget-area {
  margin-bottom: 150px;
  padding-right: 30px;
}
@media screen and (max-width: 63.9375em) {
  body.dokan-store .dokan-widget-area {
    padding-right: 0;
    margin-bottom: 5rem;
  }
}
body.dokan-store .dokan-widget-area ul li a {
  font-weight: 400 !important;
  font-size: 13px;
}
body.dokan-store .dokan-widget-area .dokan-store-open-close {
  font-size: 13px;
}
body.dokan-store .dokan-widget-area .dokan-store-open-close label {
  display: inline;
}
body.dokan-store .dokan-widget-area .dokan-btn.dokan-btn-theme {
  border: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  width: 100%;
  cursor: pointer;
  color: #fff;
  outline: 0;
  border-radius: 0 !important;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 3rem !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 63.9375em) {
  body.dokan-store .dokan-pagination {
    display: block;
    margin-left: 0;
  }
}
body.dokan-store .dokan-pagination li {
  display: inline-block;
}
body.dokan-store .dokan-pagination li span, body.dokan-store .dokan-pagination li a {
  border: none;
  font-weight: 600;
  padding: 0.2em 1.1em;
  background: transparent !important;
}
body.dokan-store .dokan-pagination li span:hover, body.dokan-store .dokan-pagination li span.active, body.dokan-store .dokan-pagination li span.current, body.dokan-store .dokan-pagination li a:hover, body.dokan-store .dokan-pagination li a.active, body.dokan-store .dokan-pagination li a.current {
  background: transparent;
  opacity: 1;
}