.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    background: #00A3FF !important;
    border-radius: 5px !important;
}

.dokan-dashboard .dokan-dash-sidebar, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background: #1C1C28 !important;
    border-radius: 5px!important;
}

li.store-address {display: none;}
.dokan-product-inventory.dokan-edit-row {display: none;}
.dokan-other-options.dokan-edit-row.dokan-clearfix {display: none;}
input#publish {margin-top: 15px;}
.dokan-form-group.dokan-product-type-container.show_if_subscription.hide_if_variable-subscription.show_if_simple {display: none !important;}
.media-menu-item {color: #000 !important; }



.astra-shop-thumbnail-wrap {
    height: 190px;
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.woocommerce-LoopProduct-link img {max-height: initial !important;}




