
:root{
  --sigge-store-purple:#6f42e8;
  --sigge-store-purple-dark:#5430c2;
  --sigge-store-soft:#f6f2ff;
  --sigge-store-line:#e9e5f2;
  --sigge-store-text:#282430;
  --sigge-store-muted:#817b88;
  --sigge-store-bg:#f6f6f8;
}
.sigge-dokan-store-listing{
  background:var(--sigge-store-bg);
}
.sigge-dokan-store-listing .dokan-store-listing-wrapper{
  max-width:1280px;
  margin:0 auto;
  padding:20px 14px 34px;
}
.sigge-dokan-store-listing .dokan-store-listing-filter-wrap{
  background:#fff;
  border:1px solid var(--sigge-store-line);
  border-radius:10px;
  padding:14px;
  margin:0 0 16px;
  box-shadow:0 1px 3px rgba(42,28,80,.04);
}
.sigge-dokan-store-listing .dokan-store-listing-filter-wrap .dokan-store-listing-filter-form-wrap{
  padding:0;
  border:0;
}
.sigge-dokan-store-listing .dokan-store-listing-filter-wrap form{
  display:grid;
  grid-template-columns:minmax(220px,1.6fr) minmax(180px,.8fr) auto;
  gap:10px;
  align-items:end;
}
.sigge-dokan-store-listing .dokan-store-listing-filter-wrap input[type="text"],
.sigge-dokan-store-listing .dokan-store-listing-filter-wrap input[type="search"],
.sigge-dokan-store-listing .dokan-store-listing-filter-wrap select{
  width:100%;
  min-height:44px;
  border:1px solid #dcd7e5;
  border-radius:7px;
  padding:0 12px;
  background:#fff;
  color:#39333f;
  box-shadow:none;
}
.sigge-dokan-store-listing .dokan-store-listing-filter-wrap button,
.sigge-dokan-store-listing .dokan-store-listing-filter-wrap input[type="submit"]{
  min-height:44px;
  border:0;
  border-radius:7px;
  padding:0 18px;
  background:var(--sigge-store-purple);
  color:#fff;
  font-weight:800;
  text-transform:none;
}
.sigge-dokan-store-listing .dokan-store-listing-filter-wrap button:hover,
.sigge-dokan-store-listing .dokan-store-listing-filter-wrap input[type="submit"]:hover{
  background:var(--sigge-store-purple-dark);
}
.sigge-dokan-store-listing .dokan-seller-search-form{
  max-width:none;
}
.sigge-dokan-store-listing .dokan-seller-search-form .dokan-store-listing-filter-search{
  position:relative;
}
.sigge-dokan-store-listing .dokan-store-listing-wrapper .seller-listing-content{
  margin:0;
}
.sigge-dokan-store-listing ul.dokan-seller-wrap{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:0!important;
  padding:0!important;
}
.sigge-dokan-store-listing ul.dokan-seller-wrap:before,
.sigge-dokan-store-listing ul.dokan-seller-wrap:after{
  display:none!important;
}
.sigge-dokan-store-listing ul.dokan-seller-wrap li.dokan-single-seller{
  width:auto!important;
  float:none!important;
  margin:0!important;
  list-style:none;
}
.sigge-dokan-store-listing .dokan-single-seller .store-wrapper{
  height:100%;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--sigge-store-line);
  border-radius:10px;
  box-shadow:none;
  transition:.18s ease;
}
.sigge-dokan-store-listing .dokan-single-seller .store-wrapper:hover{
  transform:translateY(-2px);
  border-color:#cfc4f0;
  box-shadow:0 8px 22px rgba(56,38,100,.08);
}
.sigge-dokan-store-listing .dokan-single-seller .store-header{
  min-height:142px;
  height:142px;
  position:relative;
  background:linear-gradient(135deg,#6842d7,#8b67ef);
  overflow:hidden;
}
.sigge-dokan-store-listing .dokan-single-seller .store-header img{
  width:100%!important;
  height:100%!important;
  object-fit:cover;
}
.sigge-dokan-store-listing .dokan-single-seller .store-header:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(31,16,68,.32),transparent 55%);
  pointer-events:none;
}
.sigge-dokan-store-listing .dokan-single-seller .store-content{
  position:relative;
  min-height:178px;
  padding:52px 16px 16px!important;
  text-align:left;
  background:#fff;
}
.sigge-dokan-store-listing .dokan-single-seller .store-content .store-data-container{
  padding:0!important;
}
.sigge-dokan-store-listing .dokan-single-seller .store-content .store-data{
  position:static!important;
  color:var(--sigge-store-text)!important;
}
.sigge-dokan-store-listing .dokan-single-seller .store-content .store-data h2,
.sigge-dokan-store-listing .dokan-single-seller .store-content .store-data h2 a{
  margin:0!important;
  color:var(--sigge-store-text)!important;
  font-size:16px!important;
  line-height:1.3!important;
  font-weight:800!important;
  text-shadow:none!important;
}
.sigge-dokan-store-listing .dokan-single-seller .store-content .store-data p,
.sigge-dokan-store-listing .dokan-single-seller .store-content .store-data .store-address{
  margin:6px 0 0!important;
  color:var(--sigge-store-muted)!important;
  font-size:11px!important;
  line-height:1.5!important;
  text-shadow:none!important;
}
.sigge-dokan-store-listing .dokan-single-seller .store-footer{
  position:absolute!important;
  top:-37px;
  left:16px!important;
  right:auto!important;
  bottom:auto!important;
  padding:0!important;
  z-index:4;
  background:transparent!important;
}
.sigge-dokan-store-listing .dokan-single-seller .store-footer .seller-avatar{
  width:74px!important;
  height:74px!important;
  border-radius:50%!important;
  overflow:hidden;
  border:4px solid #fff;
  box-shadow:0 4px 12px rgba(41,28,76,.12);
  background:#fff;
}
.sigge-dokan-store-listing .dokan-single-seller .store-footer .seller-avatar img{
  width:100%!important;
  height:100%!important;
  object-fit:cover;
  border-radius:50%;
}
.sigge-dokan-store-listing .dokan-single-seller .store-footer .dokan-btn-theme,
.sigge-dokan-store-listing .dokan-single-seller .store-footer .dokan-btn{
  display:none!important;
}
.sigge-dokan-store-listing .dokan-single-seller .store-data .dokan-seller-rating,
.sigge-dokan-store-listing .dokan-single-seller .store-data .star-rating{
  color:#ffb300!important;
  font-size:11px!important;
  margin-top:7px!important;
  text-shadow:none!important;
}
.sigge-dokan-store-listing .dokan-single-seller .store-data .dokan-seller-rating .star-rating{
  float:none!important;
}
.sigge-dokan-store-listing .dokan-single-seller .store-content:after{
  content:"Visit Shop";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:12px;
  min-height:35px;
  padding:0 12px;
  border-radius:6px;
  background:var(--sigge-store-soft);
  color:var(--sigge-store-purple);
  font-size:11px;
  font-weight:800;
}
.sigge-dokan-store-listing .dokan-single-seller .store-wrapper > a,
.sigge-dokan-store-listing .dokan-single-seller a{
  text-decoration:none;
}
.sigge-dokan-store-listing .dokan-store-listing-wrapper .pagination-container{
  margin-top:20px;
  text-align:center;
}
.sigge-dokan-store-listing .dokan-store-listing-wrapper ul.pagination{
  display:inline-flex;
  gap:6px;
  margin:0;
}
.sigge-dokan-store-listing .dokan-store-listing-wrapper ul.pagination li a,
.sigge-dokan-store-listing .dokan-store-listing-wrapper ul.pagination li span{
  display:grid;
  place-items:center;
  min-width:36px;
  height:36px;
  padding:0 10px;
  border:1px solid var(--sigge-store-line);
  border-radius:6px;
  background:#fff;
  color:#645d6e;
}
.sigge-dokan-store-listing .dokan-store-listing-wrapper ul.pagination li.active a,
.sigge-dokan-store-listing .dokan-store-listing-wrapper ul.pagination li span.current{
  background:var(--sigge-store-purple);
  color:#fff;
  border-color:var(--sigge-store-purple);
}
@media(max-width:1100px){
  .sigge-dokan-store-listing ul.dokan-seller-wrap{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:820px){
  .sigge-dokan-store-listing ul.dokan-seller-wrap{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .sigge-dokan-store-listing .dokan-store-listing-filter-wrap form{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:560px){
  .sigge-dokan-store-listing .dokan-store-listing-wrapper{
    padding:10px 8px 24px;
  }
  .sigge-dokan-store-listing .dokan-store-listing-filter-wrap{
    border-radius:8px;
    padding:10px;
  }
  .sigge-dokan-store-listing .dokan-store-listing-filter-wrap form{
    grid-template-columns:1fr;
  }
  .sigge-dokan-store-listing ul.dokan-seller-wrap{
    grid-template-columns:1fr;
    gap:10px;
  }
  .sigge-dokan-store-listing .dokan-single-seller .store-header{
    height:125px;
    min-height:125px;
  }
  .sigge-dokan-store-listing .dokan-single-seller .store-content{
    min-height:156px;
    padding:48px 14px 14px!important;
  }
  .sigge-dokan-store-listing .dokan-single-seller .store-footer{
    left:14px!important;
  }
}


/* v1.1.2 clickable store cards */
.sigge-dokan-store-listing ul.dokan-seller-wrap li.dokan-single-seller{
  cursor:pointer;
}
.sigge-dokan-store-listing ul.dokan-seller-wrap li.dokan-single-seller:focus{
  outline:3px solid rgba(111,66,232,.22);
  outline-offset:2px;
  border-radius:10px;
}
.sigge-dokan-store-listing .dokan-single-seller .store-content:after{
  pointer-events:none;
}
