<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dokan-store-wrap {
  margin: 0;
}
.dokan-store-wrap #dokan-secondary {
  flex: 0 0 330px;
  max-width: 330px;
  margin: 0;
}
.dokan-store-wrap #dokan-primary {
  flex: 0 0 calc(100% - 330px - var(--grid-gutter));
  max-width: calc(100% - 330px - var(--grid-gutter));
  margin-left: var(--grid-gutter);
}
@media (max-width: 767px) {
  .dokan-store-wrap #dokan-secondary {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .dokan-store-wrap #dokan-primary {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .dokan-store-wrap #dokan-primary .dokan-store-products-ordeby {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .dokan-store-wrap #dokan-primary .dokan-store-products-ordeby .orderby-search {
    margin-top: 10px;
    max-width: unset;
  }
}
.dokan-store-wrap.layout-right #dokan-secondary {
  order: 2;
}
.dokan-store-wrap.layout-right #dokan-primary {
  order: 1;
  margin-left: 0;
  margin-right: var(--grid-gutter);
}

.dokan-message, .dokan-info, .dokan-error {
  color: #fff;
}

.dokan-widget-area .widget {
  padding: var(--grid-gutter);
  border: 1px solid var(--border);
  box-sizing: border-box;
  border-radius: 12px;
  background: var(--background2);
  margin-bottom: var(--grid-gutter);
}
.dokan-widget-area .widget a {
  color: var(--text);
}
.dokan-widget-area .widget a:hover {
  color: var(--primary);
}
.dokan-widget-area .widget ul &gt; li:last-child {
  margin-bottom: 0;
}
.dokan-widget-area .widget .product_list_widget a {
  color: var(--accent);
}
.dokan-widget-area .widget .product_list_widget a:hover {
  color: var(--primary);
}
.dokan-widget-area .widget.dokan-category-menu h3 {
  color: var(--accent);
  margin: 0 0 var(--grid-gutter) 0;
  padding: 0;
  background: none;
  border: 0;
}
.dokan-widget-area .widget.dokan-category-menu #cat-drop-stack ul &gt; li {
  padding-left: 30px;
  background: none;
}
.dokan-widget-area .widget.dokan-category-menu #cat-drop-stack ul &gt; li a {
  border: 0;
  padding: 0;
  color: var(--text);
  font-size: 16px;
  margin: 0;
}
.dokan-widget-area .widget.dokan-store-contact form {
  margin-bottom: 0;
}
.dokan-widget-area .widget.dokan-store-contact .dokan-btn-theme {
  width: 100%;
  margin-top: 10px;
  border-radius: 8px 8px 8px 8px;
  padding: 12px 30px 12px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 24px;
  background: linear-gradient(225deg, var(--primary) 0%, var(--primary_hover) 100%);
}
.dokan-widget-area .widget.dokan-store-contact .dokan-btn-theme:hover {
  background: linear-gradient(225deg, var(--primary_hover) 0%, var(--primary) 100%);
}

body.theme-axtronic .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
  margin: 0 auto;
}
body.theme-axtronic .dokan-dashboard-wrap .mce-btn button {
  background: transparent;
}
body.theme-axtronic .dokan-dashboard-wrap .dokan-input-group input {
  border-radius: 0 8px 8px 0;
}
body.theme-axtronic .dokan-btn {
  text-transform: capitalize;
  color: #FFFFFF;
  border: 0;
  background: linear-gradient(225deg, var(--primary) 0%, var(--primary_hover) 100%);
  border-radius: 8px 8px 8px 8px;
}
body.theme-axtronic .dokan-btn:hover {
  background: linear-gradient(225deg, var(--primary_hover) 0%, var(--primary) 100%);
}
body.theme-axtronic .dokan-btn.dokan-btn-lg {
  padding: 12px 30px 12px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

#edit-slug-buttons button {
  background: transparent;
  color: var(--accent);
  text-decoration: underline;
}
#edit-slug-buttons button:hover {
  color: var(--primary);
}

.dokan-pagination-container .dokan-pagination li {
  display: inline-block;
}
.dokan-pagination-container .dokan-pagination li &gt; a {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  border-radius: 4px;
  padding: 9px;
  min-width: 34px;
  background: var(--background2);
}
.dokan-pagination-container .dokan-pagination li:not(.disabled) &gt; a:hover {
  background: linear-gradient(225deg, var(--primary) 0%, var(--primary_hover) 100%);
  color: #ffffff;
}
.dokan-pagination-container .dokan-pagination li.active a {
  background: linear-gradient(225deg, var(--primary) 0%, var(--primary_hover) 100%);
  color: #ffffff;
}

.pagination-wrap {
  text-align: center;
}
.pagination-wrap ul.pagination {
  margin: 0;
  padding: 0;
}
.pagination-wrap ul.pagination li {
  display: inline-block;
}
.pagination-wrap ul.pagination li &gt; span,
.pagination-wrap ul.pagination li &gt; a {
  margin-left: 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  border-radius: 4px;
  padding: 9px;
  min-width: 34px;
  background: var(--background2);
  border-color: var(--border);
}
.pagination-wrap ul.pagination li &gt; span:hover,
.pagination-wrap ul.pagination li &gt; a:hover {
  background: linear-gradient(225deg, var(--primary) 0%, var(--primary_hover) 100%) !important;
  color: #ffffff !important;
}
.pagination-wrap ul.pagination li .current {
  background: linear-gradient(225deg, var(--primary) 0%, var(--primary_hover) 100%) !important;
  color: #ffffff !important;
}

#dokan-store-listing-filter-wrap {
  box-shadow: none;
  background: var(--background2);
  border-radius: 8px;
  padding: 15px;
}
#dokan-store-listing-filter-wrap .toggle-view .dashicons {
  color: var(--accent);
}

#dokan-store-listing-filter-form-wrap {
  margin-top: 10px;
}
#dokan-store-listing-filter-form-wrap:before {
  display: none;
}
#dokan-store-listing-filter-form-wrap .apply-filter {
  justify-content: flex-start;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
  background: #fff;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
  border: 1px solid var(--border);
  box-shadow: none;
  border-radius: 8px;
  overflow: hidden;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper .store-banner img {
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper:hover {
  border-color: var(--primary);
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper:hover .store-banner img {
  transform: scale(1.2);
}
#dokan-seller-listing-wrap .store-data {
  display: flex;
  flex-wrap: wrap;
}
#dokan-seller-listing-wrap .store-data .store-address-wrapper,
#dokan-seller-listing-wrap .store-data .store-name-wrapper {
  flex: 0 0 100%;
}
#dokan-seller-listing-wrap .store-address-wrapper {
  position: absolute;
  bottom: 75px;
}
#dokan-seller-listing-wrap .store-name-wrapper {
  display: flex;
  align-items: center;
}
#dokan-seller-listing-wrap .store-name-wrapper .seller-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
}
#dokan-seller-listing-wrap .store-name-wrapper .inner-name h2 {
  margin-bottom: 5px;
}
#dokan-seller-listing-wrap .store-name-wrapper .inner-name h2 a {
  font-size: 20px !important;
  line-height: 1;
}
#dokan-seller-listing-wrap .store-name-wrapper .inner-name .dokan-seller-rating i {
  font-size: 20px !important;
  width: auto !important;
}
#dokan-seller-listing-wrap .dokan-seller-rating i {
  color: #FFB627 !important;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
  padding: 12px 20px 5px !important;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite .featured-label {
  font-size: 12px;
  background: linear-gradient(225deg, var(--primary) 0%, var(--primary_hover) 100%);
  margin-bottom: 5px;
}

.dokan-single-store .profile-frame .profile-info-box {
  border-radius: 8px;
  overflow: hidden;
}

.store-page-wrap .dokan-store-products-filter-area {
  background: var(--background2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 15px 10px;
  border: 1.5px solid var(--border);
  box-sizing: border-box;
  border-radius: 8px;
  justify-content: space-between;
}
.store-page-wrap .dokan-store-products-filter-area form {
  margin-bottom: 0;
}
.store-page-wrap .dokan-store-products-filter-area .orderby-search {
  max-width: 300px;
}
.store-page-wrap .dokan-store-products-filter-area select, .store-page-wrap .dokan-store-products-filter-area input {
  height: auto;
}
.store-page-wrap .dokan-store-products-filter-area .search-store-products {
  margin-left: 10px;
}
.store-page-wrap .dokan-store-tabs {
  margin-top: 30px;
}
.store-page-wrap .dokan-store-tabs ul.dokan-list-inline {
  border-color: var(--border);
  border-width: 0 0 1px 0;
}
.store-page-wrap .dokan-store-tabs ul.dokan-list-inline li {
  border-right: 0;
  margin-right: 10px;
}
.store-page-wrap .dokan-store-tabs ul.dokan-list-inline li a {
  color: var(--accent);
  font-weight: 600;
  background: var(--background2);
}
.store-page-wrap .dokan-store-tabs ul.dokan-list-inline li a:hover {
  background: var(--primary);
  color: #fff;
}

/*# sourceMappingURL=dokan.css.map */
</pre></body></html>