/**
    Dokan stores list page styles
 */
.motta-dokan-store-list-page .site-content {
    padding-bottom: 63px!important;
}
@media (min-width: 992px) {
    .motta-dokan-store-list-page .widget-area {
        flex: 0 0 24.5%;
        width: 24.5%;
        order: 1;
        align-self: flex-start;
        padding-right: 24px!important;
    }
    .motta-dokan-store-list-page .dokan-store-listing-content {
        flex: 0 0 75.5%;
        width: 75.5%;
        order: 2;
    }
}

.motta-dokan-store-list-page .dokan-store-listing-layout {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

/*Sidebar content*/
.motta-dokan-store-list-page .widget-title {
    min-height: 64px;
    font-size: 1rem;
    font-weight: 500;
    color: #717680;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D7DBE4;
    padding-top: 14px;
    padding-bottom: 11px;
    margin: 0 0 14px;
}
.widget-title .motta-svg-icon {
    font-size: 1.25rem;
    margin-right: 9px;
    line-height: 25px;
}
.stores-filter-form, #dokan-store-listing-filter-wrap {
    font-size: 14px!important;
    line-height: 1.45;
    font-weight: 400;
    color: #0B1215;
}
.stores-filter-form .filter-wrp {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #D7DBE4;
    margin-bottom: 16px;
}
.stores-filter-form .filter-wrp .filter-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 16px!important;
}
.stores-filter-form .filter-wrp input[type="checkbox"] {
    position: relative;
    margin-right: 8px;
    transition: .3s;
    color: #D7DBE4;
}
/* Categories */
.stores-filter-form .filter-categories {
    list-style: none;
    margin: 0;
    /*padding-left: 15px;*/
}

.stores-filter-form .filter-categories .has-children > .products-filter__option-toggler {
    cursor: pointer;
    margin-left: 8px;
    font-weight: bold;
    display: inline-block;
}

.stores-filter-form .filter-categories .children {
    display: none;
    margin-left: 15px;
}

.stores-filter-form .filter-categories .expanded > .children {
    display: block;
}

.stores-filter-form .filter-categories .products-filter__option-toggler {
    float: right;
    padding: 3px;
}

.stores-filter-form .filter-categories .expanded > .products-filter__option-toggler {
    content: "-";
}
.stores-filter-form .filter-wrp .custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create custom square */
.stores-filter-form .filter-wrp .custom-checkbox .checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border: 1px solid #D7DBE4;   /* border color when not checked */
    border-radius: 2px;       /* square with slightly rounded corners */
    background-color: #fff;   /* background when not checked */
    vertical-align: middle;
    transition: all 0.2s ease;
}

/* When hovered */
.stores-filter-form .filter-wrp .custom-checkbox:hover .checkmark {
    border-color: #333;
}

/* When checked */
.stores-filter-form .filter-wrp .custom-checkbox input[type="checkbox"]:checked ~ .checkmark {
    background-color: transparent; /* fill color when checked */
    border-color: #D7DBE4;     /* border matches */
}

/* Add check icon */
.stores-filter-form .filter-wrp .custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input[type="checkbox"]:checked ~ .checkmark::after {
    display: block;
    left: 6px;
    top: 2px;
    width: 8px;
    height: 10px;
    border: solid #2EAD76; /* checkmark color */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* Reset block*/
.stores-filter-form .products-filter__activated {
    border-bottom: 1px solid #D7DBE4;
    padding-bottom: 16px;
}
.stores-filter-form .products-filter__activated-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0 20px;
}
.stores-filter-form .products-filter__activated-heading .h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.stores-filter-form .products-filter__activated-heading .reset-button {
    font-weight: 500;
    display: block;
    color: #0B1215;
}
.stores-filter-form .filter-tag {
    display: inline-block;
    font-size: 0.6875rem;
    background-color: #0B1215;
    color: #fff;
    padding: 8.5px 13px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: var(--mt-border__radius);
}
.stores-filter-form .filter-tag:hover {
    cursor: pointer;
}
/* Price */
.stores-filter-form .price_slider_amount .price_label {
    text-align: center;
}
.stores-filter-form .price_slider_wrapper .price_slider_amount {
    margin-bottom: 5px!important;
}
/* Rating */
.filter-rating .stars {
    margin-left: 6px;
    font-size: 14px;
}
#dokan-store-listing-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0 10px;
    border-bottom: 1px solid #D7DBE4;
    box-shadow: none!important;
    margin-bottom: 8px;
    min-height: 51px;
}
#dokan-store-listing-filter-wrap .left .item {
    margin-right: 10px !important;
}
#dokan-store-listing-filter-wrap .right {
    margin-top: 0;
}
#dokan-store-listing-filter-wrap .right .item.sort-by {
    margin: 0;
}
#dokan-store-listing-filter-wrap .right .item.sort-by select {
    padding: 0 25px 0 15px!important;
    background-position: calc(100% - 8px) center!important;
}
#dokan-store-listing-filter-wrap .dokan-seller-search {
    height: 44px !important;
    border: 1px solid #DADFE3 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 7px 0 7px 36px !important;
}
#dokan-store-listing-filter-wrap .mobile-catalog-toolbar {
    flex: 1 0 100%;
    display: flex;
}
#dokan-store-listing-filter-wrap .right .item.sort-by::after,
#dokan-store-listing-filter-wrap .tablet-catalog-toolbar__filter-button::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #ecf0f4;
    margin-left: 10px;
    margin-right: 10px;
}
.motta-dokan-store-list-page .stores-filter-submit {
    width: 100%;
    height: 44px;
    margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1020px) {
    #dokan-store-listing-filter-wrap {
        flex-direction: column;
    }
    #dokan-store-listing-filter-wrap .mobile-catalog-toolbar {
        order: 1;
    }
    #dokan-store-listing-filter-wrap .left {
        order: 3;
        flex: auto;
        width: 100%;
        height: 44px;
    }
    #dokan-store-listing-filter-wrap .right {
        order: 2;
        flex: auto;
        width: 100%;
    }
    #dokan-store-listing-filter-wrap .right .item.sort-by,
    #dokan-store-listing-filter-wrap .right .store-search {
        width: 100%;
    }
}
@media (min-width: 992px) {
    #dokan-store-listing-filter-wrap .motta-button--subtle {
        display: none;
    }
}
@media (max-width: 850px) {
    .dokan-store-listing-content {
        width: 100%;
    }
    #dokan-store-listing-filter-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    #dokan-store-listing-filter-wrap .mobile-catalog-toolbar {
        order: 1;
    }
    #dokan-store-listing-filter-wrap .left {
        order: 3;
        flex: auto;
        width: 100%;
        height: 44px;
    }
    #dokan-store-listing-filter-wrap .right {
        order: 2;
        flex: auto;
        width: 100%;
        margin-bottom: 10px;
    }
    #dokan-store-listing-filter-wrap .tablet-catalog-toolbar__filter-button,
    #dokan-store-listing-filter-wrap .right .item.sort-by,
    #dokan-store-listing-filter-wrap .right .store-search,
    #dokan-store-listing-filter-wrap .right .dokan-seller-search-form .dokan-w4,
    #dokan-store-listing-filter-wrap .right .dokan-seller-search {
        width: 100%;
    }
    #dokan-store-listing-filter-wrap .right .tablet-catalog-toolbar__filter-button {
        max-width: 76px;
    }
    #dokan-store-listing-filter-wrap .dokan-btn-transparent {
        padding: 13px 24px!important;
        border: 1px solid #0B1215!important;
        font-weight: 500!important;
        font-size: 14px!important;
        box-shadow: none!important;
        margin-top: 0!important;
        height: 44px;
    }
}
@media (max-width: 767px) {
    #dokan-store-listing-filter-wrap .motta-button--subtle {
        display: none;
    }
    #dokan-store-listing-filter-wrap .mobile-catalog-toolbar {
        width: 100%;
        margin-bottom: 8px;
    }
    #dokan-store-listing-filter-wrap .mobile-catalog-toolbar .mobile-catalog-toolbar__filter-button {
        width: 100%;
    }
}
@media (max-width: 570px) {
    #dokan-store-listing-filter-wrap .right {
        flex-direction: column;
    }
    #dokan-store-listing-filter-wrap .right .item.sort-by {
        margin-bottom: 10px;
        height: 44px;
    }
}
/*
    Store list loop
*/
#dokan-seller-listing-wrap {
    margin-left: -8px;
    margin-right: -8px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
    padding-left: 8px!important;
    padding-right: 8px!important;
    margin-bottom: 16px!important;
}
@media (min-width: 992px) {
    #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
        width: 50%;
    }
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper {
    border: 1px solid #D7DBE4;
    border-radius: 4px;
    padding: 8px;
    box-shadow: none!important;
    height: 185px;
    max-height: 185px;
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data-container {
    display: flex;
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap li .seller-avatar {
    width: 104px;
    height: 104px;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    margin-right: 16px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .seller-avatar a {
    text-decoration: none;
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap li .seller-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    min-width: 104px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-data {
    width: 100%;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-data .title-link {

}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-data .title-link:hover {
    text-decoration: underline;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-data h2 {
    font-weight: 700;
    font-size: 14px!important;
    line-height: 140%;
    color: #0B1215;
    text-shadow: none;
}
#dokan-seller-listing-wrap .store-data-container .store-data .store-address-wrp {
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    color: #717680;
    padding: 0;
    margin: 0 0 8px;
    display: flex;
    flex-wrap: wrap;
}
#dokan-seller-listing-wrap. .store-data-container .store-data .store-address-wrp span {
    margin-right: 2px;
}
#dokan-seller-listing-wrap .store-data-container .store-data .two-blocks-wrp {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-seller-rating {
    margin: 0!important;
    height: 12px;
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-seller-rating i.dashicons.dashicons-star-filled,
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons.dashicons-star-half,
.dokan-vendor-rating .dashicons-star-filled::before, .dokan-seller-rating .dashicons-star-filled::before {
    width: 12px;
    height: 12px;
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #ecf0f4;
    margin-left: 4px;
    margin-right: 4px;
}
#dokan-seller-listing-wrap .store-data-container .store-data .dokan-seller-rating p.rating {
    display: none !important;
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .vendor-labels-list {
    margin-bottom: 8px;
}
#dokan-seller-listing-wrap .store-data-container .store-data .rating-row-wrp .comments-cnt {
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    color: #717680;
    padding: 4px 0;
}
#dokan-seller-listing-wrap .store-data-container .store-data .dokan-store-sales {
    color: #0B1215;
}
@media (max-width: 767px) {
    #dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper {
        height: auto;
        max-height: none;
    }
    #dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-data h2,
    #dokan-seller-listing-wrap .store-data-container .store-data .dokan-store-sales {
        text-align: left;
    }
}