.wc-bookings-booking-form fieldset label {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5em;
    width: 20% !important;
}

.woocommerce .wc-bookings-booking-form fieldset input[size] {
    width: 100% !important;
}

.wc-bookings-booking-form fieldset .gearo-pickup-dropoff-time label {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5em;
    width: 40% !important;
    padding: 10px 0px;
}

.wc-bookings-booking-form fieldset select {
    min-width: 110px;
    max-width: 150px;
}

.dokan-label.dokan-booking-label-pickedup {
    background-color: rgb(119, 119, 119);
}

.dokan-label.dokan-booking-label-prepared {
    background-color: rgb(128, 0, 128);
}

.dokan-label.dokan-booking-label-processing {
    background-color: rgb(1, 169, 157);
}

.dokan-label.dokan-label-prepared {
    background-color: rgb(128, 0, 128);
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:nth-child(2) {
    display: none;
}

.dokan-dashboard-wrap input[type="time"] {
    padding: 0 15px;
    height: 42px;
    outline: none;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    border-radius: var(--wd-form-brd-radius);
    text-align: left;
}

.dokan-section-content {
    padding: 15px;
}

.indicator {
    font-size: 1.2em;
    padding: 20px 0;
}

.indicator span:not([data-status]) {
    display: inline-block;
    width: 15px;
    height: 15px;
    /* border-radius:50%; */
    background: red;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: -2px;
}

.indicator span:first-child {
    margin-left: 0 !important;
}

.indicator span.active {
    padding: 0 15px !important;
}

.indicator span[data-status] {
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 0;
    /* color:#fff; */
    padding-right: 8px;
    padding-left: 3px;
}

.indicator span[data-status].active a {
    color: #fff;
}

.indicator span:first-child::before {
    left: 0 !important;
}

.indicator span.active::before {
    content: "";
    top: 0;
    left: -23px;
    right: 0px;
    bottom: 0;
    border-radius: 15px;
    background: #23567a;
    position: absolute;
    z-index: -1;
}

.indicator span[data-status].inactive {
    color: inherit;
}

.indicator span[data-status].inactive::before {
    background: none;
    border: 1px solid;
}

.child-product-selection select {
    margin-top: 5px;
    margin-bottom: 15px;
}

.package-items {
    display: flex;
}

.package_item {
    /* display: grid; */
    /* grid-template-columns: 400px 1fr; */
    text-align: center;
    padding: 10px;
    margin: 5px;
    flex: 1;
    min-width: 0;
}

.package_item h3 {
    font-size: 1.1em;
    color: #3e3e3e;
}

.dokan-orders-content .dokan-orders-area td a.gearo-remove-order-item {
    color: #888;
    font-size: 90%;
}

.dokan-orders-content .dokan-orders-area td a.gearo-remove-order-item:hover {
    color: red;
}

input[type="submit"] {
    cursor: pointer !important;
}

.dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.view_store {
    border-bottom: 1px solid;
}

.dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.view_store a {
    font-size: 18px;
}

.dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.view_store a i {
    font-size: 18px;
}

table.gearo-inventory {
    margin-top: 20px;
}

table.gearo-inventory td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

table.gearo-inventory tr:hover,
table.gearo-inventory thead tr {
    background-color: #eee;
}

table.gearo-inventory td.inventory-stock {
    border-right: 1px solid #ddd;
}

table.gearo-inventory td.booking-count {
    text-align: center;
    border: 1px solid gray;
}

table.gearo-inventory td.count-style {
    background: #FFFF00;
}

table.gearo-inventory td.booking-count .geaor-inventory-count {
    cursor: pointer;
}

.store_notice {
    width: 100%;
    padding: .5em;
    margin-bottom: 1em;
    /* background-color: #00897b; */
    margin-left: 0;
    color: #fff;
    clear: both;
    /* border-left: .618em solid rgba(0, 0, 0, .15); */
    /* border-right: .618em solid rgba(0, 0, 0, .15); */
    text-align: center;
}

.dokan-booking-wrapper.dokan-product-edit .dokan-product-inventory {
    display: none;
}

.responsive-filter{
    display: flex;
}
@media(max-width:820px){
    .responsive-filter{
        display: block;
    }
    .gro-store-search-btn{
        margin-left:-30px;
    }
   
}