/*ADDS AFTER ONE LAYOUT WTF*/
/*DEMO3*/
/*DEMO6*/
/*DEMO7*/
/*DEMO9*/
.dokan-btn {
  border-radius: 60px !important;
  color: #fff !important;
  background-color: #ffc400 !important;
  border-color: #ffc400 !important;
  box-shadow: none !important;
  padding: 9px 19px !important;
  text-shadow: none !important; }
  .dokan-btn:hover, .dokan-btn:focus, .dokan-btn:active {
    background-color: #292e38 !important;
    border-color: #292e38 !important;
    color: #fff !important; }

.dokan-form-container .select2-container {
  min-width: 200px;
  margin-bottom: 15px; }

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn {
  white-space: normal; }

#dokan-add-new-product-popup .product-container-footer .dokan-btn {
  margin-bottom: 10px !important; }

body .dokan-btn-default, body a.dokan-btn-default, body .dokan-btn-default {
  color: #fff; }

.demo-access {
  width: 100%;
  padding: 40px 40px 0; }
  @media (min-width: 768px) {
    .demo-access {
      padding: 40px 60px 0; } }

body.elab-layout-5 .widget_product_categories ul.product-categories li a:not(:hover) {
  color: #292e38; }

.woocommerce-form-register .form-group.user-role label.radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .woocommerce-form-register .form-group.user-role label.radio input[type=radio] {
    height: auto;
    margin: 0 10px 0 0; }

body.dokan-dashboard .dokan-dash-sidebar {
  width: 23%; }

body.dokan-dashboard .dokan-dash-sidebar,
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background-color: #ffc400; }

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
  background-color: #ffc400 !important;
  border: none;
  padding-left: 0; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dashboard i:before {
    content: "\e6f2";
    font-family: 'Linearicons'; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.products i:before {
    content: "\e69f";
    font-family: 'Linearicons'; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.orders i:before {
    content: "\e74b";
    font-family: 'Linearicons'; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.withdraw i:before {
    content: "\e75e";
    font-family: 'Linearicons'; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.fa-cog:before {
    content: "\e672";
    font-family: 'Linearicons'; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.contact i:before {
    content: "\e7d7";
    font-family: 'Linearicons'; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li i.fa-user:before {
    content: "\e71e";
    font-family: 'Linearicons'; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li i.fa-university:before {
    content: "\e744";
    font-family: 'Linearicons'; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li i.fa-credit-card:before {
    content: "\e759";
    font-family: 'Linearicons'; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li i.fa-external-link:before {
    content: "\e744";
    font-family: 'Linearicons'; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li i.fa-power-off:before {
    content: "\e7b8";
    font-family: 'Linearicons'; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    position: relative;
    text-transform: uppercase; }
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
      vertical-align: middle;
      font-size: 19px; }
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a:before {
      content: '';
      background-color: rgba(255, 255, 255, 0.2);
      opacity: 0;
      visibility: hidden;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transition: .3s; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
    background-color: #ffc400; }
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
      display: none; }
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a:before {
      opacity: 1;
      visibility: visible; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links:hover a:before {
    display: none; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    background-color: #ffc400; }
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover:before {
      display: block; }
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background-color: #ffc400 !important; }
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a:before {
      opacity: 1;
      visibility: visible; }

body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  border: none !important; }

@media (max-width: 430px) {
  body.dokan-dashboard .dokan-dash-sidebar {
    width: 100%; }
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
      width: 100%; } }

body.dokan-dashboard h1 {
  font-size: 30px;
  line-height: 36px; }

body.dokan-dashboard .dokan-dashboard-content {
  width: 77%; }
  body.dokan-dashboard .dokan-dashboard-content .dokan-w6.dokan-dash-left,
  body.dokan-dashboard .dokan-dashboard-content .dokan-w6.dokan-dash-right {
    width: 100%; }
  @media (min-width: 992px) {
    body.dokan-dashboard .dokan-dashboard-content .dokan-w6.dokan-dash-left {
      width: 31%; }
    body.dokan-dashboard .dokan-dashboard-content .dokan-w6.dokan-dash-right {
      width: 69%; } }
  body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.big-counter {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important; }
    body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.big-counter .list-inline {
      display: flex;
      flex-wrap: wrap;
      margin-top: -10px !important;
      margin-left: -10px !important;
      margin-right: -10px !important; }
      body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.big-counter .list-inline li {
        width: 50% !important;
        flex: 0 0 50% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        padding: 10px; }
        body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.big-counter .list-inline li > div {
          width: 100%;
          border: none !important;
          background-color: #dfe6f1;
          text-align: left;
          padding-left: 15px;
          padding-right: 15px; }
        body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.big-counter .list-inline li .title {
          text-transform: uppercase; }
        body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.big-counter .list-inline li .count {
          font-weight: 700;
          font-size: 16px;
          min-height: 89px; }
  body.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
    padding: 0 25px; }
    body.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
      font-size: 18px;
      font-weight: 700;
      padding: 13px 0; }
      body.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i {
        display: none; }
    body.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders #order-stats {
      max-width: 100%;
      height: auto; }
  body.dokan-dashboard .dokan-dashboard-content .dokan-order-filter-serach .dokan-form-group .nice-select {
    display: none !important; }
  body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.orders .list-count {
    font-size: 16px; }
  body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.sells-graph {
    padding-bottom: 20px !important; }
    body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.sells-graph .chart-container .chart-placeholder .legend table {
      right: 0;
      width: auto; }
      body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.sells-graph .chart-container .chart-placeholder .legend table td {
        padding: 5px 10px; }
    body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.sells-graph .chart-container .chart-placeholder .legend > div {
      display: none; }
  body.dokan-dashboard .dokan-dashboard-content.dokan-product-listing .dokan-dashboard-product-listing-wrapper .product-listing-table td.diviader {
    padding: 0 !important; }
  body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content h1 {
    font-size: 30px;
    line-height: 36px; }
  body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .dokan-banner {
    border: none !important;
    background-color: #fff;
    width: 100% !important;
    height: auto !important;
    margin-left: 0;
    max-width: 100% !important;
    margin-bottom: 50px; }
    body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .dokan-banner img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .dokan-banner .button-area {
      margin-top: 0;
      padding-bottom: 110px;
      padding-top: 120px; }
      body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .dokan-banner .button-area .fa-cloud-upload:before {
        font-size: 115px;
        font-family: 'Linearicons';
        content: "\e64b"; }
  body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .user-profile-settings {
    background-color: #fff;
    padding: 80px 15px; }
  body.dokan-dashboard .dokan-dashboard-content.dokan-wpuf-dashboard ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-first-name,
  body.dokan-dashboard .dokan-dashboard-content.dokan-wpuf-dashboard ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-last-name {
    float: none;
    width: 100%; }
    body.dokan-dashboard .dokan-dashboard-content.dokan-wpuf-dashboard ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-first-name label,
    body.dokan-dashboard .dokan-dashboard-content.dokan-wpuf-dashboard ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-last-name label {
      width: 100%; }
  body.dokan-dashboard .dokan-dashboard-content.dokan-wpuf-dashboard ul.wpuf-form li .wpuf-fields input, body.dokan-dashboard .dokan-dashboard-content.dokan-wpuf-dashboard ul.wpuf-form li .wpuf-fields textarea {
    padding: 11px 20px; }
  body.dokan-dashboard .dokan-dashboard-content.dokan-wpuf-dashboard ul.wpuf-form li .wpuf-fields textarea {
    border-radius: 17px; }
  body.dokan-dashboard .dokan-dashboard-content.dokan-wpuf-dashboard ul li.wpuf-submit .weforms_submit_btn {
    padding: 9px 23px;
    font-size: 11px;
    border-color: #ffc400;
    background-color: #ffc400;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    border-radius: 50px;
    letter-spacing: 1.5px; }
    body.dokan-dashboard .dokan-dashboard-content.dokan-wpuf-dashboard ul li.wpuf-submit .weforms_submit_btn:hover {
      border-color: #292e38;
      background-color: #292e38; }

.dokan-store-tabs .dokan-list-inline {
  border: none !important; }
  .dokan-store-tabs .dokan-list-inline li {
    margin-bottom: 0;
    padding-left: 0;
    margin-right: 0; }
    .dokan-store-tabs .dokan-list-inline li.dokan-share-btn-wrap {
      border-right: none; }

.dokan-store-wrap {
  overflow: hidden; }
  .dokan-store-wrap .woocommerce-breadcrumb {
    margin: 0 0 40px;
    font-size: 13px;
    color: #888; }
    .dokan-store-wrap .woocommerce-breadcrumb a {
      color: #bcbcbd; }
  .dokan-store-wrap .elab-store-header .profile-info-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px; }
    .dokan-store-wrap .elab-store-header .profile-info-box .elab-banner-wrap {
      background-color: #fff; }
      .dokan-store-wrap .elab-store-header .profile-info-box .elab-banner-wrap img {
        width: 100%; }
    .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper, .dokan-store-wrap .elab-store-header .profile-info-box .profile-banner-wrap {
      padding-left: 15px;
      padding-right: 15px; }
    .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper {
      width: 25%;
      flex: 0 0 25%; }
      .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
        background-color: #fff;
        padding: 50px 40px 20px; }
        .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
          text-align: center; }
          .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head img {
            margin-bottom: 18px; }
          .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head h1 {
            font-size: 18px;
            line-height: 21px; }
        .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
          padding-left: 25px;
          position: relative;
          font-size: 15px;
          color: #333333; }
          .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a {
            color: #333333; }
            .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a:hover {
              text-decoration: underline !important; }
          .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .seller-rating strong {
            display: none; }
          .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
            position: absolute;
            top: 6px;
            left: 0;
            color: #ffc400;
            font-size: 16px; }
            .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i.fa-map-marker {
              font-family: 'Linearicons' !important; }
              .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i.fa-map-marker:before {
                content: "\e77a"; }
            .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i.fa-mobile {
              font-family: 'Linearicons' !important; }
              .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i.fa-mobile:before {
                content: "\e76a"; }
            .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i.fa-envelope-o {
              font-family: 'Linearicons' !important; }
              .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i.fa-envelope-o:before {
                content: "\e696"; }
            .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i.fa-star {
              font-family: 'Linearicons' !important; }
              .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i.fa-star:before {
                content: "\e68d"; }
            .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i.fa-shopping-cart {
              font-family: 'Linearicons' !important; }
              .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i.fa-shopping-cart:before {
                content: "\e8e8"; }
    .dokan-store-wrap .elab-store-header .profile-info-box .profile-banner-wrap {
      width: 75%;
      flex: 0 0 75%; }
  .dokan-store-wrap .dokan-store-sidebar {
    margin-right: 15px !important;
    padding-right: 15px; }
    .dokan-store-wrap .dokan-store-sidebar .dokan-store-widget.dokan-store-open-close {
      background-color: #fff;
      padding: 25px 25px; }
      .dokan-store-wrap .dokan-store-sidebar .dokan-store-widget.dokan-store-open-close .open-close-day {
        padding-top: 0;
        font-size: 15px;
        line-height: 30px; }
        .dokan-store-wrap .dokan-store-sidebar .dokan-store-widget.dokan-store-open-close .open-close-day label {
          margin-bottom: 2px; }
    .dokan-store-wrap .dokan-store-sidebar .dokan-store-contact label {
      margin-bottom: 0; }
    .dokan-store-wrap .dokan-store-sidebar .dokan-store-contact ul li {
      padding-left: 0; }
    .dokan-store-wrap .dokan-store-sidebar .dokan-store-contact textarea {
      border-radius: 20px;
      padding: 10px 15px; }
    .dokan-store-wrap .dokan-store-sidebar .dokan-store-contact input.valid + label {
      display: none !important; }
    .dokan-store-wrap .dokan-store-sidebar .dokan-store-contact input[name=store_message_send] {
      float: none !important; }
  .dokan-store-wrap .dokan-single-store.dokan-w8 {
    width: calc(75% - 15px); }

.store-social-wrapper li {
  padding-left: 0 !important; }

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  font-size: 25px;
  line-height: 30px; }

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
  padding: 0 10px !important;
  margin-bottom: 5px; }

body .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
  padding-left: 0;
  overflow: hidden;
  margin-bottom: 0; }
  body .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
    margin-bottom: 0; }

body .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 12px; }

body .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
  width: calc(100% - 165px); }

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
  padding-left: 15px !important; }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
    padding-bottom: 0;
    margin-bottom: 0; }

body .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
  height: 150px; }
  @media (max-width: 1199px) {
    body .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
      height: 200px; } }

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  margin-bottom: 20px; }

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
  padding-top: 30px; }

body .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
  border: none;
  padding: 20px 20px 10px; }

body .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
  padding: 0; }

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
  padding-top: 15px; }

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .fa-map-marker, .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .fa-mobile {
  margin-left: -22px; }

body .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
  border: none !important; }

@media (min-width: 1200px) {
  body .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
    height: 245px; }
  body .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    padding: 10px 0 0 15px;
    top: 0;
    background-color: #fff; }
    body .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper i {
      transition: .3s; }
    body .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper i:not(:hover) {
      color: rgba(0, 0, 0, 0.7) !important; }
  body .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
    padding: 10px 0 0 15px;
    background-color: #fff; }
    body .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper i {
      transition: .3s; }
    body .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper i:not(:hover) {
      color: rgba(0, 0, 0, 0.7) !important; } }

#dokan-add-new-product-form {
  padding-top: 20px; }
  #dokan-add-new-product-form .dokan-price-container .content-half-part {
    width: 100%;
    padding: 0;
    margin-bottom: 10px; }

@media (max-width: 1300px) {
  body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.big-counter .list-inline li > div {
    padding-left: 15px;
    padding-right: 15px; }
  body.dokan-dashboard .dokan-dashboard-content .dashboard-widget.big-counter .list-inline li .count {
    font-size: 18px; }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery .profile-info li {
    margin-bottom: 0; } }

@media (max-width: 1200px) {
  body.dokan-dashboard .dokan-dashboard-content .dokan-w6.dokan-dash-left {
    width: 100%;
    padding-right: 0 !important; }
  body.dokan-dashboard .dokan-dashboard-content .dokan-w6.dokan-dash-right {
    width: 100%; }
  .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
    padding: 20px 15px 5px; }
    .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head h1 {
      margin-bottom: 20px; }
    .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
      font-size: 14px; } }

@media (max-width: 1199px) {
  body .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
    margin-right: 0; }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery .profile-info li {
    padding-left: 0; }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery .store-name {
    font-size: 25px !important;
    line-height: 32px; } }

@media (max-width: 1025px) {
  .dokan-store-wrap ul.products li.product {
    width: calc(50% - 10px); }
  .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper {
    width: 100%;
    flex: 0 0 100%; }
    .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
      display: flex;
      flex-wrap: wrap;
      flex-grow: 1; }
      .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
        padding-right: 20px; }
  .dokan-store-wrap .elab-store-header .profile-info-box .profile-banner-wrap {
    width: 100%;
    flex: 0 0 100%; } }

@media (max-width: 991px) {
  body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .user-profile-settings .dokan-w3 {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 5px; }
  body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .user-profile-settings .dokan-w5 {
    width: 100%;
    float: none; }
  body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .user-profile-settings .dokan-w6 {
    width: 100% !important;
    float: none !important; }
    body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .user-profile-settings .dokan-w6 .dokan-form-group {
      flex-wrap: wrap; }
      body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .user-profile-settings .dokan-w6 .dokan-form-group label {
        width: 100%; }
      body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .user-profile-settings .dokan-w6 .dokan-form-group input {
        width: 100%; }
  .dokan-store-wrap .dokan-store-sidebar {
    width: 100%;
    margin-right: 0 !important;
    padding-right: 0; }
  .dokan-store-wrap .dokan-single-store.dokan-w8 {
    width: 100%; } }

@media (max-width: 767px) {
  body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content form .dokan-w3, body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content form .dokan-w6, body.dokan-dashboard .dokan-dashboard-content.dokan-settings-content form .dokan-w8 {
    width: 100%;
    text-align: left; }
  body .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
    position: relative; }
  body .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
    height: auto;
    padding-bottom: 20px; }
  body .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
    width: 100%;
    padding-left: 0; }
  body.dokan-dashboard .dokan-dash-sidebar {
    width: 100%;
    margin-bottom: 30px; }
  body.dokan-dashboard .dokan-dashboard-content {
    width: 100%; }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    display: block !important; }
  .dokan-store-wrap .elab-store-header .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    padding-right: 0; } }

@media (max-width: 450px) {
  body.dokan-dashboard .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu {
    padding-top: 54px !important; }
  .dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
    height: 54px !important; } }

@media (max-width: 350px) {
  .dokan-store-wrap .dokan-store-sidebar .dokan-store-widget.dokan-store-open-close .open-close-day {
    font-size: 12px; } }

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 {
  line-height: 20px; }

@media (max-width: 430px) {
  .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter {
    flex-wrap: wrap; }
  .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form {
    width: 100%; } }

#product-filter .product-listing-table {
  width: 100%; }

#order-filter td.diviader {
  display: none; }

#poststuff.dokan-reports-wrap .chart-container .legend > div {
  display: none; }

#poststuff.dokan-reports-wrap .chart-container .legend table {
  right: 0;
  width: auto !important; }
  #poststuff.dokan-reports-wrap .chart-container .legend table td {
    padding: 5px 10px; }

@media (min-width: 1280px) {
  #dokan_tabs_container .report-filter > .dokan-form-group {
    width: 350px; }
    #dokan_tabs_container .report-filter > .dokan-form-group input[type=text] {
      width: calc(100% - 130px); } }

form.dokan-geolocation-location-filters {
  width: 100%; }
