:root {
    --drawer-width: 550px !important;
    --neg-drawer-width: calc(var(--drawer-width)* -1) !important;
}

body li.store-rating-list::after {
    display: none;
}

.custom-reviews,
.store-rating-list {
    margin-top: -6px;
    margin-left: auto;
}

body .stars-container {
    display: flex;
    gap: 4px;
    align-items: baseline;
    justify-content: center;
    margin: auto;
    max-width: 150px;
}

body .dokan-store-info {
    justify-content: center;
    margin: auto;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
    padding: 0;
    width: 100%;
    margin: 0;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
    text-align: center;
    display: inline-block;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

.dokan-list-inline > li {
    width: calc(50% - 5px);
    /*max-width: 50%;*/
}

.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a {
    width: 100%;
    text-decoration: none;
    color: #666;
    padding: 10px 0;
    display: inline-block;
}

.dokan-single-store .dokan-store-tabs ul.dokan-modules-button {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.dokan-single-store .dokan-store-tabs ul.dokan-modules-button li {
    display: inline-block;
    padding: 25px 0 !important;
    margin: auto;
    width: 30%;
}

.dokan-single-store .dokan-store-tabs ul.dokan-modules-button button {
    width: 100%;
    border: none !important;
    max-width: 200px;
    height: 34px;
    margin-top: 0px;
}

.dokan-single-store .dokan-store-tabs ul.dokan-list-inline {
    width: 100%;
}

.dokan-single-store .profile-frame .profile-info-box,
.dokan-single-store .dokan-store-tabs ul.dokan-modules-button,
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline {
    border-color: var(--wp--preset--color--font-light-gray) !important;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
    position: relative;
    background-color: var(--wp--preset--color--font-background-primary);
    color: var(--wp--preset--color--font-dark-gray);
    border: 1px solid var(--wp--preset--color--font-light-gray);
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
    background:var(--wp--preset--color--background-primary);
    border: 1px solid var(--wp--preset--color--font-light-gray);
}

.dokan-single-store .dokan-store-tabs .dokan-share-btn i {
    color: var(--wp--preset--color--font-primary);
}

input[type='submit'].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
    color: inherit;
    background-color: inherit;
    border: inherit;
    border-color: inherit;
}

body .dokan-store-products-filter-area .dokan-store-products-ordeby input.search-store-products {
    display: none;
}

body.dokan-store div.wp-site-blocks main.site-main {
    width: 100%;
    margin: auto;
}

body .custom-products-grid, .wp-block-template-part > ul.custom-products-grid {
    display: grid !important;
    width: 100% !important;
    gap: 20px;
    position: relative;
    justify-items: start;
    align-content: center;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  }

body .dokan-single-store .profile-frame {
    padding: 0px;
    position: relative;
    background-size: cover;
    background-color: transparent; 
}

.purchased-product {
    width: 100%;
    display: flex;
}

.purchased-product .purchased-product-picture a img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.purchased-product .purchased-product-picture {
    width: 20%;
    justify-content: end;
    display: flex;
  }

.purchased-product .purchased-product-details {
    width: 80%;
    margin-left: 35px;
}

ol.commentlist > div {
    padding: 20px 0;
    
}

ol.commentlist > div > div.purchased-product{
    border-bottom: 1px solid var(--wp--preset--color--font-light-gray);
}

body .stars-container {
    display: flex;
    gap: 4px;
    align-items: baseline;
    justify-content: start;
    margin: 0;
    max-width: 150px;
  }

.review-item {
    text-align: start;
}

body .vendor-name, body .store-name {
    text-transform: uppercase;
    margin-top: 3px;
}

body h1.store-name {
    text-align: center;
    margin: auto;
}

.woocommerce-store-notice.demo_store{
    display: none !important;
}

.custom-product-item > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
}

body .custom-color-picker {
    align-self: flex-start;
    margin-top: 4px;
}

body .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
    color: inherit;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin: auto !important;
}

body main.site-main {
    max-width: 95%;
    margin: auto;
    padding-bottom: 200px;
}

body .dokan-single-store .profile-frame .profile-info-box .profile-info-img {
    width: 105%;
    max-width: 105%;
    height: auto;
    margin-left: -2.5%;
    padding-bottom: 50px;
}

body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice {
    z-index: 20;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times {
    width: 340px;
    z-index: 20;
    left: -18%;
}

body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading i.fa-calendar-day {
    color: var(--wp--preset--color--font-tertiary);
    width: 50px;
    height: 40px;
    border: 1px solid var(--wp--preset--color--font-tertiary);
}

body button#dokan-login-form-working-btn {
    display: none !important;
}

body select.orderby.orderby-search {
    display: none;
}

body .dokan-store-wrap .custom-products-grid .custom-product-item .params {
    display: flex !important;
    justify-content: space-between !important;
    align-items: start !important;
    width: 100% !important;
    flex-direction: column;
    text-transform: uppercase;
}

body .dokan-store-wrap .custom-products-grid .custom-product-item .params .variation-colors {
    justify-content: start;
}

body .profile-frame .profile-info-summery-wrapper {
    max-height: 300px;
}

body .profile-frame .profile-info-summery-wrapper .fa-angle-down::before {
    top: 2px;
    position: relative;
}

body .profile-frame .profile-info-summery-wrapper .fa-angle-down::before {
    top: 2px;
    position: relative;
}

body span.star-overlay {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    body .dokan-single-store .profile-frame .profile-info-box .profile-info-img {
        width: 112%;
        max-width: 112%;
        height: auto;
        margin-left: -6%;
        padding-bottom: 0px;
    }

    .purchased-product .review-item *{
        font-size: 13px !important;
    }

    .review-item {
        margin-top: 0px;
    }

    body header .custom-cart-icon > button span.wc-block-mini-cart__badge, body header .custom-cart-icon > button span.wc-block-mini-cart__quantity-badge {
        color: var(--wp--preset--color--font-primary) !important;
        margin-top: 6px;
        margin-left: 7.5px;
        z-index: 101;
        font-size: 7px;
        font-weight: 100;
    }

    body header .custom-cart-icon > button {
        margin-left: -5px;
        margin-top: -40px;
    }

    body form.dokan-store-products-ordeby #dokan-store-products-search-result .dokan-ls-product-image img {
        max-width: 100% !important;
    }

    .dokan-single-store .dokan-store-tabs ul.dokan-modules-button button {
        width: 100%;
        border: none !important;
        max-width: 130px;
        height: 34px;
        margin-top: 0px;
    }

    body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times {
        max-width: 324px;
        padding: 20px 16px;
    }

    body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
        max-height: 270px;
    }

    .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .store-open-close-notice #vendor-store-times {
        left: unset !important;
    }

    body .profile-frame .profile-info-summery-wrapper .store-open-close-notice::before {
        content: "\f107" !important;
        top: 2px;
        position: relative;
        right: -175px;
        font-family: "Font Awesome 6 Free";
    }
}
