.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for section, class: .elementor-element-b9a1333 *//* Dokan store pagination */
.woocommerce-pagination {
  display: flex;
  justify-content: center;
}

.woocommerce-pagination ul.page-numbers {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  align-items: center;
}

.woocommerce-pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
}

.woocommerce-pagination ul.page-numbers a.page-numbers,
.woocommerce-pagination ul.page-numbers span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.35);
  color: #fff;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

.woocommerce-pagination ul.page-numbers a.page-numbers:hover {
  background: rgba(0,0,0,0.55);
  border-color: rgba(255,255,255,0.45);
  transform: translateY(-1px);
}

.woocommerce-pagination ul.page-numbers span.page-numbers.current {
  background: rgba(1,133,165,0.95);
  border-color: rgba(1,133,165,1);
  color: #fff;
}

.woocommerce-pagination ul.page-numbers span.page-numbers.dots {
  background: transparent;
  border-color: transparent;
  min-width: auto;
  padding: 0 6px;
}

.woocommerce-pagination ul.page-numbers a.prev,
.woocommerce-pagination ul.page-numbers a.next {
  font-size: 18px;
  line-height: 1;
}



/* =========================================================
   Krankin Artist Stores - LIST VIEW ONLY
   Compact modern list cards
   ========================================================= */

#dokan-seller-listing-wrap.list-view .dokan-seller-wrap{
    display:flex !important;
    flex-direction:column !important;
    gap:14px !important;
    margin:0 !important;
    padding:0 !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller{
    width:100% !important;
    max-width:100% !important;
    float:none !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-wrapper{
    position:relative !important;
    overflow:hidden !important;
    border-radius:18px !important;
    background:#111111 !important;
    border:1px solid rgba(255,255,255,0.08) !important;
    box-shadow:0 6px 20px rgba(0,0,0,0.25) !important;
    min-height:175px !important;
    height:175px !important;
    max-height:175px !important;
    padding:0 !important;
}

/* full background layer */
#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-header{
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    width:100% !important;
    height:100% !important;
    margin:0 !important;
    padding:0 !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-banner,
#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-banner a,
#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-banner img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    margin:0 !important;
    padding:0 !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-banner img{
    object-fit:cover !important;
}

/* dark overlay */
#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-wrapper::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    background:linear-gradient(
        to bottom,
        rgba(0,0,0,0.18) 0%,
        rgba(0,0,0,0.48) 52%,
        rgba(0,0,0,0.88) 100%
    );
    pointer-events:none;
}

/* content layers */
#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-content,
#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-footer{
    position:relative !important;
    z-index:5 !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-content{
    padding:16px 18px 0 !important;
    margin:0 !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-data-container{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:12px !important;
    flex-wrap:wrap !important;
    margin:0 !important;
}

/* title */
#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-data{
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-data h2{
    margin:0 !important;
    line-height:1.05 !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-data h2 a{
    color:#ffffff !important;
    text-decoration:none !important;
    font-size:22px !important;
    font-weight:700 !important;
    text-shadow:0 2px 10px rgba(0,0,0,0.55) !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-data h2 a:hover{
    color:#CFFF00 !important;
}

/* featured badge position control */

#dokan-seller-listing-wrap.list-view .dokan-single-seller .featured-favourite{
    position:absolute !important;
    top:-45px !important;
    right:-600px !important;

    margin:0 !important;
    z-index:9 !important;

    display:inline-flex !important;
}

/* featured badge styling */

#dokan-seller-listing-wrap.list-view .dokan-single-seller .featured-label{
    display:inline-flex !important;
    align-items:center !important;
    min-height:26px !important;
    padding:6px 10px !important;
    border-radius:5px !important;
    background:#CFFF00 !important;
    color:#111111 !important;
    font-size:11px !important;
    font-weight:700 !important;
    line-height:1 !important;
    text-transform:uppercase !important;
    letter-spacing:.3px !important;
}

/* footer pinned lower */
#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-footer{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:10px !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:flex-start !important;
    gap:10px !important;
    padding:0 18px !important;
    margin:0 !important;
    min-height:52px !important;
}

/* avatar forced bottom-left */
#dokan-seller-listing-wrap.list-view .dokan-single-seller .seller-avatar{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;

    position:absolute !important;
    left:18px !important;
    bottom:0 !important;

    transform:translateY(-30px) !important;

    z-index:9 !important;
    margin:0 !important;
    padding:0 !important;

    width:65px !important;
    height:65px !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .seller-avatar a{
    display:block !important;
    width:65px !important;
    height:65px !important;
    line-height:0 !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .seller-avatar img{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    width:65px !important;
    min-width:65px !important;
    max-width:65px !important;
    height:65px !important;
    min-height:65px !important;
    max-height:65px !important;
    object-fit:cover !important;
    border-radius:14px !important;
    border:2px solid rgba(255,255,255,0.20) !important;
    background:#1a1a1a !important;
    box-shadow:0 4px 12px rgba(0,0,0,0.30) !important;
}

/* push action buttons right */
#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-footer > a[title="Visit Store"]{
    margin-left:auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-decoration:none !important;
}

/* visit arrow */
#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-footer > a[title="Visit Store"] .dokan-btn-round{
    width:38px !important;
    min-width:38px !important;
    max-width:38px !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:50% !important;
    background:#0185a5 !important;
    color:#ffffff !important;
    font-size:18px !important;
    line-height:1 !important;
    box-shadow:0 4px 12px rgba(0,0,0,0.24) !important;
    transition:transform .18s ease, background .18s ease !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .store-footer > a[title="Visit Store"]:hover .dokan-btn-round{
    background:#00a7cc !important;
    transform:translateY(-1px) !important;
}

/* follow button sits lower with arrow */
#dokan-seller-listing-wrap.list-view .dokan-single-seller .dokan-follow-store-button{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    align-self:flex-end !important;
    margin-left:4px !important;
    margin-top:0 !important;
    padding:8px 14px !important;
    min-height:38px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#0185a5 !important;
    color:#ffffff !important;
    font-size:14px !important;
    font-weight:600 !important;
    line-height:1 !important;
    box-shadow:0 4px 12px rgba(0,0,0,0.24) !important;
    transition:background .18s ease, transform .18s ease !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .dokan-follow-store-button:hover{
    background:#00a7cc !important;
    transform:translateY(-1px) !important;
}

#dokan-seller-listing-wrap.list-view .dokan-single-seller .dokan-follow-store-button[data-status="following"]{
    background:rgba(255,255,255,0.12) !important;
    border:1px solid rgba(255,255,255,0.14) !important;
    color:#ffffff !important;
}

/* remove float helper */
#dokan-seller-listing-wrap.list-view .dokan-clearfix{
    display:none !important;
}

/* mobile */
@media (max-width: 767px){
    #dokan-seller-listing-wrap.list-view .dokan-single-seller .store-wrapper{
        min-height:155px !important;
        height:155px !important;
        max-height:155px !important;
        border-radius:16px !important;
    }

    #dokan-seller-listing-wrap.list-view .dokan-single-seller .store-content{
        padding:14px 14px 0 !important;
    }

    #dokan-seller-listing-wrap.list-view .dokan-single-seller .store-data h2 a{
        font-size:19px !important;
    }

    #dokan-seller-listing-wrap.list-view .dokan-single-seller .store-footer{
        bottom:8px !important;
        padding:0 14px !important;
    }

    #dokan-seller-listing-wrap.list-view .dokan-single-seller .seller-avatar{
        left:14px !important;
        width:46px !important;
        height:46px !important;
    }

    #dokan-seller-listing-wrap.list-view .dokan-single-seller .seller-avatar a{
        width:46px !important;
        height:46px !important;
    }

    #dokan-seller-listing-wrap.list-view .dokan-single-seller .seller-avatar img{
        width:46px !important;
        min-width:46px !important;
        max-width:46px !important;
        height:46px !important;
        min-height:46px !important;
        max-height:46px !important;
        border-radius:12px !important;
    }

    #dokan-seller-listing-wrap.list-view .dokan-single-seller .store-footer > a[title="Visit Store"] .dokan-btn-round{
        width:36px !important;
        min-width:36px !important;
        max-width:36px !important;
        height:36px !important;
        min-height:36px !important;
        max-height:36px !important;
        font-size:17px !important;
    }

    #dokan-seller-listing-wrap.list-view .dokan-single-seller .dokan-follow-store-button{
        min-height:36px !important;
        padding:7px 12px !important;
        font-size:13px !important;
    }
    

}/* End custom CSS */