


/*---===========dokan-dashboard-wrap ===================---*/
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul{
    display: flex;
}
.dokan-alert{
    padding: 20px!important;
    border-right: 10px!important;
    border: 0px!important;

    font-family: var(--font-heading);
}
.dokan-settings-content .dokan-settings-area .dokan-banner{
    width: 100%!important;
    margin: 20px 0px 30px !important;
    max-width: 100%!important;
}
.dokan-dashboard-wrap {
    position: relative;
    .main-footer.font-xs{
        margin-top: 100px;
    }
    .entry-title{
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .sidebar_rewirte_dok_dash{
        border-right: 1px solid #eee;
        width: 17%;
        float: left;
        flex: 1 auto;
        background: #fff;
       .dokan-dash-sidebar{
        width: auto!important;
        flex: unset!important;
        overflow: unset!important;
        background-color: unset!important;
        ul.dokan-dashboard-menu{
            background-color: unset!important; 
            padding: 20px!important;
            li{
                border: 0px!important;
                margin-bottom: 5px!important;
                border-radius: 5px!important;
                position: relative!important;

                &.active{
                    background: var(--color-brand)!important;
                    a{
                        color: #fff!important;
                        i{
                            color: #fff!important;
                        }
                    }
                }
                &:hover{
                    background: var(--color-brand)!important;
                    a{
                        color: #fff!important;
                        i{
                            color: #fff!important; 
                        }
                    }
                }
                &:after{
                    display: none!important;
                }
                a{
                    color: var(--color-heading)!important;
                    position: relative!important;
                    font-size: 16px!important;
                    font-weight: 600!important;
                    transition: all 300ms linear 0s!important;
                    font-family: var(--font-heading)!important;
                    i{
                        color: var(--color-grey-4)!important;
                    }
                   
                }
                &.dokan-common-links{
                    margin-top: 40px;
                    display: block;
                    height: 46px;
                    position: relative;
                    .tips{
                        border: 0px!important;
                        margin: 0px 5px;
                        text-align: center;
                        border-radius: 5px;
                        width: 28%;
                        padding: 10px 20px!important;
                        color: #fff!important;
                        i{
                            color: #fff!important;
                            padding: 0px!important;
                            transition: all 300ms linear 0s!important;
                        }
                        background: var(--color-brand-2);
                        &:first-child{
                            background: var(--color-brand);
                        }
                        &:last-child{
                            background: var(--color-brand-dark);
                        }
                        &:hover{
                            background: var(--background-3)!important;
                            color: var(--color-brand)!important;
                            i{
                                color: var(--color-brand)!important;
                            }
                        }
                    }
                    
                }
            }
        }
    }
}
    .dokan-dashboard-content{
        padding: 50px!important;
        background: var(--background-2);
        min-height: 100vh;
        .main-footer{
            padding-left: 10px;
        }
         article.dashboard-content-area {
          .dashboard-widget{
              background: transparent!important;
              padding: 0px!important;
              margin: 0px!important;
              box-shadow: 0px 0px 0px 0px!important;
              border: 0px!important;
              &.orders , &.products , &.sells-graph{
                  padding: 40px!important;
                  border: 1px solid #eee!important;
                  margin: 0px 10px!important;
                  border-radius: 5px!important;
                  background: #fff!important;
                  margin-bottom: 30px!important;
                  .widget-title{
                      position: relative;
                      font-size: 24px;
                      line-height: 24px;
                      font-weight: 600;
                      color: var(--color-heading);
                      font-family: var(--font-heading);
                      margin-bottom: 15px;
                      padding-bottom: 15px;
                  }
                  .list-count{
                      a{
                          font-size: 16px;
                          line-height: 26px;
                          font-weight: 500;
                          font-family: var(--font-heading);
                          margin-bottom: 10px;
                          display: block;
                      }
                  }
              }
              &.sells-graph{
                  .legend{
                      div{
                          display: none;
                      }
                  }
                  table{
                      position: relative!important;
                      top: -110px!important;
                      left: 0px!important;
                  }
                  .chart-placeholder {
                      margin-top: 145px;
                  }
              }
          }
            .dashboard-widget.big-counter{
                margin-bottom: 20px!important;
                li{
                    display: inline-block!important;
                    width: 24%!important;
                    margin: 0px 5px 10px!important;
                    background: #fff!important;
                    padding: 20px!important;
                   
                    border-radius: 5px;
                    border: 1px solid #eee !important;
                    .count{
                        border: 0px!important;
                    }
                    .title{
                        font-size: 16px;
                        font-weight: 600;
                        font-family: var(--font-heading);
                        color: var(--color-heading);
                        margin-bottom: 10px;
                    }
                    .count{
                        font-family: var(--font-heading);
                        color: var(--color-brand);
                    }
                }
            }
         }
    }
    .dokan-form-control , input{
        height: auto!important;
        width: 100%!important;
        padding: 0px 20px!important;
    }
}

.dokan-order-filter-serach{
    input.datepicker {
        width: 150px!important;
        height: 50px!important;
        line-height: 50px!important;
    }
    .select2-container--default .select2-selection--single{
        border-radius: 8px!important;
        border-color: var(--border-color)!important;
    }
    input.dokan-btn{
        width: 220px!important;
    }
}
.dokan-orders-area , .dokan-listing-filter{
    li{
        border-right: 0px!important;
        a{
            display: block;
            padding: 8px 20px;
            border: 1px solid var(--border-color);
            font-family: var(--font-heading);
            color: var(--color-heading);
            font-weight: 500;
            font-size: 16px;
            border-radius: 30px;
        }
        &.active{
            a{
                background: var(--color-brand);
                color: #fff!important;
            }
        }
    }
}

body.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders #order-stats{
    width: 450px!important;
    height: 450px!important;
}

.dokan-dashboard-wrap{
    input{
        height: 50px!important;
        border-radius: 8px!important;
    }
    button[type="submit"]{
        height: 50px!important;
        &:hover{

            color: #fff;
        }
    }

    .dokan-form-group{
        .select2-container{
            width: 220px!important;
        }
        .select2-container--default .select2-selection--single{
            border-radius: 8px!important;
        }
        .select2-container--default .select2-selection--single .select2-selection__rendered{
            height: 50px !important;
            line-height: 50px !important;
        }
        .select2-container--default .select2-selection--single{
            height: 50px !important;
            line-height: 50px !important;
        }
        .select2-container--default .select2-selection--single .select2-selection__arrow{
            top: 14px!important;
        }
        input[name='dokan_order_filter']{
            margin: 0px!important;
        }
    }
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach{
    padding: 20px 0px 10px!important;
}
.dokan-table{
    border-collapse: collapse!important;
    background: #fff;
    .dokan-checkbox{
        width: auto!important;
    }
    .check-column{
        text-align: center!important;
    }
}
.dokan-table > thead > tr > th{
    vertical-align: middle!important;
    border: 1px solid red!important;
    font-family: var(--font-heading)!important;
}
.dokan-table > tbody > tr > td{
    border-top: 1px!important;
    vertical-align: middle!important;
    border: 1px solid red!important;

}
.logo_dokan_dash{
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    padding: 15px;
    border-bottom: 1px solid var(--border-color);
    img{
        width: 120px;
    }
}

.dokan-table{
    tr {
        td{
            a{
                font-family: var(--font-heading);
            }
        }
    }
}

.dokan-control-label{
    position: relative;
    text-align: left!important;
    font-family: var(--font-heading);
    color: var(--color-heading);
}

input[type="checkbox"]{
    width: unset!important;
    height: unset!important;
}
.gravatar-button-area{
    text-align: left!important;
}
.dokan-dashboard{
    .control-label{
        display: block;
        font-family: var(--font-heading);
        margin-bottom: 8px;
        font-size: 14px!important;
        font-weight: 500!important;
        color: var(--color-text);
    }
 
}
.payment-field-paypal{
   
    input{
        border-top-left-radius: 0px!important;
        border-bottom-left-radius: 0px!important;
    }
}
input:focus{
    background: #fff;
}

.dokan-input-group-addon{
    background: var(--color-brand-2)!important;
    color: #fff!important;
    margin-right: 5px!important;
    border-radius: 8px!important;
    border-color: transparent!important;
}

.nest_rewrite_search{
    display: flex;
    position: relative;
    margin-bottom: 20px;
    input{
        /* border-radius: 7px; */
        padding-left: 30px;
    box-shadow: antiquewhite;
    /* border: 1px solid #afafaf; */
    width: 100%;
    /* box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05); */
        }
    .apply-filter{
    position: absolute;
    right: 3px;
    top: -2px;
    button{
            padding: 0px!important;
            height: 44px;
            width: 44px;
            text-align: center;
            /* line-height: 50px; */
            /* font-size: 20px!important; */
            /* text-align: center; */
            /* border-radius: 50px; */
            background: none;
            color: #000;
            &:
            hover{
       
                color: #fff!important;
            }
        ;
            border-color: #ffffff00;
            background: red!important;
        }
    ;
    /* border-radius: 15px; */
    }
;
    background: #ffffff00;
    line-height: 50px;
    margin-bottom: 4px;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 8%);
    /* border-radius: 50px; */
}

.dashicons{
    font-family: dashicons!important;
    &::before{
        font-family: dashicons!important;
    }
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content{
    position: relative!important;
    background: unset!important;
}

#dokan-store-listing-filter-wrap{
    /* box-shadow: unset!important; */
    /* background: unset!important; */
    .toggle-view.item{
    position: relative;
    height: unset!important;
    span.dashicons {
            position: relative;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid #222;
    line-height: 52px;
            &.active{
    background: #222;
    color: #fff;
    border-color: #222;
            }
        }
    }
;
    border-radius: 10px;
}

 

.page-store-listing{
    .site-content {
        position: relative;
        padding: 80px 0px 20px;
    }
}
.single-post{
    .site-content {
        position: relative;
        padding: 80px 0px 20px;
    }
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li{
    margin-bottom: 0px!important;
 .store-wrapper{
    /* box-shadow: unset!important; */
    border-radius: 15px!important;
    padding: 27px;
    .store-content {
    position: relative;
    /* padding: 0px 25px 25px 25px; */
    flex-basis: 80%!important;
    }
    .store-data-container{
    padding: 10px 0px 10px 0px;
        .store-data {
            &.store_open_is_on{
    margin-top: 0px!important;
            }
    h2{
                a{
                    /* font-family: var(--font-heading); */
                    font-size: 22px;
                    /* line-height: 32px; */
                    /* font-weight: 700; */
                    /* text-shadow: unset; */
                    /* display: block; */
                    /* margin-bottom: 12px; */
                    color: #222;
                }
            }
            .store-address , .store-phone{
    margin-bottom: 10px!important;
    display: block!important;
    br{
                    display: none;
                }
    i{
                    font-size: 16px;
    color: var(--color-brand);
    line-height: 16px;
                }
    position: relative;
    font-size: 15px;
    strong{
                    font-weight: 600;
                }
            }
            .store-phone{
    margin-bottom: 10px!important;
            }
            .dokan-seller-rating{
    position: relative;
    margin-bottom: 12px;
                .same{
    display: inline-block;
    margin-right: 10px;
                    
                }
    p{
                    font-size: 14px;
                }
            }
        }
    }
    .store-footer{
    padding: 0px;
    }
;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 30px;
}
}
.dokan-store-sidebar{ 
    .col-lg-3{
        flex: 0 0 auto;
        width: 100%;
    }
}
.dokan-form-control{
    padding: 0px 15px!important;
    border-radius: 8px!important;
}
textarea.dokan-form-control{
    height: 150px!important;
}
.dokan-store-widget{
    .widget-title{
        position: relative;
        margin-bottom: 15px;
    }
}
.dokan-single-store {
    .profile-frame {
        background: unset!important;
        padding: 10px!important;
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        .profile-info-img{
        position: absolute;
        width: 100%;
        height: 100%!important;
        left: 0;
        top: 0;
        object-fit: cover;
        border-radius: 8px;
        overflow: hidden;
        }
        .profile-info-box {
        overflow: hidden;
            .profile-info-summery-wrapper{
        position: relative!important;
                .profile-info-summery{
        padding: 80px 40px 60px!important;
        background: #222;
        margin: 10px;
        border-radius: 8px;
                }
            }
        }
    }
    .dokan-store-tabs{
        position: relative;
        margin: 40px 0px 40px;
        ul{
            border: 0px!important;
            li{
                margin-right: 0px!important;
                border-right: 0px!important;
                a{
                    display: block;
                    padding: 13px 24px !important;
                    text-align: center;
                    font-weight: 700;
                    font-family: var(--font-heading);
                    text-transform: none;
                    font-size: 17px;
                    border-radius: 30px;
                    border: 1px solid red ;
                    background: #fff;
          
                }
            }
        }
    }
}

.dokan-store-products-filter-area{
    .product-name-search{
        width: 300px!important;
        height: 50px!important;
        padding: 0px 20px!important;
    }
    .search-store-products{
        position: relative;
        width: 120px;
        height: 50px!important;
        line-height: 50px;
        padding: 0px 10px!important;
        display: inline-block;
        margin-left: 5px;
    }
    .orderby-search{
        width: 300px!important;
    }
    .select2-container{
        float: right;
        
    }
    .select2-container--default .select2-selection--single{
        border-radius: 8px;
    }
}
 .dokan-info{
     /* font-family: var(--font-heading); */
     /* background: red; */
     /* color: #000; */
     /* border-top-color: red; */
     &::
     before{
         background: var(--color-brand-dark)!important;
     }
 }
 #dokan-seller-listing-wrap ul.dokan-seller-wrap {
     display: flex;
     flex-flow: wrap;
    flex-wrap: wrap;
     li{
         float: unset!important;
     }
    li.coloum-2 {
        min-width: 25%!important;
        width: 25%!important;
    }
    li.coloum-3 {
        min-width: 25%!important;
        width: 25%!important;
    }
}

#dokan-seller-listing-wrap{
    &.list-view{
        ul.dokan-seller-wrap {
            li.coloum-2 {
                min-width: 50%!important;
                width: 50%!important;
            }
            li.coloum-3 {
                min-width: 50%!important;
                width: 50%!important;
            }
        }
    } 
}



 
@media(max-width:1200px){
    #dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3{
        width: 25%!important;
        min-width: 25%!important;
    }
}

@media(max-width:992px){
    #dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3{
        width: 33.33%!important;
        min-width: 33.33%!important;
    }
}

@media(max-width:768px){
    #dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3{
        width: 50%!important;
        min-width: 50%!important;
    }
}

@media(max-width:500px){
    #dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3{
        width: 100%!important;
        min-width: 100%!important;
    }
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data {
    .store-address:before{
    display: none!important;
    }
    .store-phone {
        display: block!important;
    }
    .dokan-seller-rating{
        float: unset!important;
        left: unset!important;
        top: unset!important;
        i{
            display: inline-block;
        }
    }
}
#dokan-seller-listing-wrap.list-view{
    .vendor-wrap .vendor-img-action-wrap {
        padding: 0px 0px 0 25px!important;
        /* border-radius: 10px; */
        /* background: red; */
    }
}
.vendor-customer-registration{
    br{
        display: none;
    }
}

#dokan-store-listing-filter-wrap .right  .sort-by.item{
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* background: #fff; */
    /* border: 1px solid var(--border-color); */
    /* color: var(--color-text); */
    /* padding: 0px 20px; */
    /* border-radius: 10px; */
    /* -webkit-transition: all .3s ease 0s; */
    /* transition: all .3s ease 0s; */
    /* cursor: pointer; */
    i{
        margin-right: 6px;
    }
}
.select2-container{
    position: relative;
    .select2-selection__arrow{
        b{
            display: none;
        }
        &::before{
            position: absolute;
            content: "\f10c";
            font-size: 10px;
            right: 0px;
            font-family: uicons-regular-straight !important;
            height: 10px;
            margin: auto;
            top: 0;
            line-height: 10px;
            bottom: 0;
        }
    }
}
.dokan_only_breadcrumb{
    position: relative;
    padding: 20px 0px;
    border-bottom: 1px solid var(--border-color);
  }
.dokan-store-wrap{

    margin-bottom:0px!important;
}
.dokan-single-store {
    .product_wrapper{
        margin-bottom: 0px!important;
    }
    .pro_layout1{
    .profile-frame{
        margin-bottom: 150px;
        .profile-info-box.profile-layout-layout1{
           overflow: unset!important;
        
           .profile-info-summery-wrapper{
               position: relative;
               height: 400px!important;
               padding:100px 0px 0px 0px!important;
               border: 0px!important;
               background: unset!important;
               overflow: unset!important;
               .profile-info-summery{
                   position: absolute!important;
                 top: unset !important;
                 height: unset !important;
                 background: transparent !important;
                 padding: 20px 20px 12px!important;
                 width: auto!important;
                 bottom: -120px;
                 z-index: 11;
                 left: 30px;
                   &:after{
                       content: '';
                       display: table;
                       clear: both;
                   }
                   .profile-img.profile-img-square img{
                       border: 0px!important;
                       padding: 0px!important;
                       background: unset!important
                   }
                   .profile-info{
                    padding-left: 10px;
                    .store-name{
                       text-shadow: unset!important;
                       color: #fff;
                        margin-bottom: 10px;
                   }
                   .store-social-wrapper{
                    top: -22px!important;
                    right: 0!important;
                    bottom: auto!important;
                   }
               }
               .profile-info li{
                color: #fff;
                i{
                    color: #fff;
                }
               }
            }
           }
         }
    }
}
}





.dokan-store-widget{
    margin-bottom: 30px;
    .store-cat-stack-dokan{
        position: relative;
        li{
            position: relative;
            display: unset;
            a{
                font-size: 16px;
                line-height: 26px;
                padding-bottom: 10px;
    
                font-weight: 400;
                display: block;
                &::before{
                    position: relative;
                    content: unicode('f10e');
                    margin-right: 10px;
                    font-family: uicons-regular-straight !important;
                    font-size: 10px;
                    line-height: 10px;
                    top: -1px;
                }                
            }
        }
    }
}

.dokan-single-store {
    .profile-frame {
        .profile-info-box.profile-layout-layout2 {
           .profile-info-img{
               position: relative;
               height: 300px!important;
           }
            .profile-info-summery-wrapper{
                height: auto!important;
                position: relative;
                background-color: unset!important; 
                color: #444; 
                border: 0px!important; 
                .profile-info-summery{
                    padding: 0px!important;
                    background: unset!important;
                    margin: 0px!important;
                    .store-name{
                        font-size: 22px;
                        line-height: 32px;
             
                        margin-bottom: 20px;
                    }
                    .dokan-store-info{
                        li{
                            display: block!important;
                            text-align: center!important;
                            margin-bottom: 4px;
                            width: 100%;
               
                            i{
                                display: block!important;
                                margin-left: 0px!important;
                     
                                margin-right: 5px;
                                display: inline-block!important;
                                float: unset!important;
                            }
                            &:after{
                                display: none!important;
                            }
                        }
                       
                    }
                }
            }
        }
    }
}

.store-social-wrapper{
    position: relative;
    .store-social{
        li{
            display: inline-block;
            margin: 0px 5px;
            a{
                text-align: center;
                
                margin-right: 5px;
                color: #fff;
                transition-duration: 0.5s;
                height: 40px;
                width: 40px;
                line-height: 40px!important;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
  
                border-radius: 40px;
                
                -ms-flex-line-pack: center;
                align-content: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                i{
                    font-size: 18px!important;
                    color: #fff!important;
                    line-height: 40px!important;
                }
            }
        }
    }
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3{
    .profile-info-img{
        width: 69%;
        float: right;
        position: relative;
        display: block!important;
    }
    .profile-info-summery-wrapper{
        width: 30%;
        float: left;
    
        .profile-info-summery{
            margin: 0px!important;
            padding: 40px!important;
        }
        .profile-img img{
            background: unset!important;
            padding: 0px!important;
            border: 0px!important;
        }
        .profile-info{
            padding: 0px!important;
            width: 100%!important;
        }
        .store-name{
            color: #fff;
            margin-bottom: 12px;
        }
        .dokan-store-info{
            li{
                display: block;
                float: unset!important;
                color: #fff;
                &::before{
                    display: none!important;
                }
            }
        }
        .store-social-wrapper{
            position: relative;
            margin-top: 20px;
            .store-social li{
                margin: 0 3px 0 0!important;
                a{
                    background: var(--color-brand-dark);
                }
            }
            
        }
         
    }
}

input[type='submit'].dokan-btn{
    margin-bottom: 20px!important;
}
.dokan-add-new-product-popup {
    h2{
        i{
            color: #222;
        }
        font-size: 20px;
        line-height: 32px;
        font-weight: 700;

    }
}
.dokan-form-control{
    height: 50px!important;
    line-height: 50px!important;
}
.pro_layout3{
    .profile-frame{
        padding: 0px!important;
        border: 0px!important;
    }
}
.dokan-single-store .dokan-store-tabs ul li a {
    display: block;
    padding: 13px 24px !important;
    text-align: center;
    font-weight: 700;
    text-transform: none;
    font-size: 17px;
    border-radius: 30px;
    border: 1px solid #e2e2e2;
    background: #fff;
}
.mr_dokan_seach{
    width:100%;
}