/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:is(.dokan-add-new-product-popup,.dokan-dashboard-wrap) :is(.dokan-form-control,input[type="text"],input[type="number"],input[type="search"],input[type="password"],input[type="email"],textarea) {
    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: right
}
.dokan-dashboard-wrap .dokan-settings-content .dokan-settings-area .dokan-banner {
    margin: 50px 50px;
}

table th {
  padding:15px 10px;
  border-bottom:2px solid var(--brdcolor-gray-200);
  color:var(--wd-title-color);
  text-transform:uppercase;
  font-weight:var(--wd-title-font-weight);
  font-style:var(--wd-title-font-style);
  font-size:14px;
  font-family:var(--wd-title-font)
}
.dokan-progress-bar {
  float: right;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.dokan-time-slots .dokan-store-times .dokan-form-group .clock-picker .dokan-form-control {
  border: 0;
  outline: 0;
  padding: 0 42px 5px 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 1rem;
}

.dataviews-view-table th {
  text-align: right;
  color: #1e1e1e;
  font-weight: normal;
  font-size: 13px;
}
 .dokan-btn-theme.active,
            .dokan-dashboard-wrap .button,
            .dokan-dashboard-wrap .button-link,
            .open .dropdown-toggle.dokan-btn-theme,
            .open .dropdown-togglea.dokan-btn-theme,
            input[type="submit"].dokan-btn-theme:hover,
            input[type="submit"].dokan-btn-theme:focus,
            input[type="submit"].dokan-btn-theme:active,
            a.dokan-btn-theme:hover, .dokan-btn-theme:hover,
            a.dokan-btn-theme:focus, .dokan-btn-theme:focus,
            a.dokan-btn-theme:active, .dokan-btn-theme:active,
            .dokan-geo-filters-column .dokan-geo-product-search-btn,
            .open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
            .dokan-dashboard-wrap .dokan-subscription-content .pack_price,
            .dokan-dashboard-wrap .dokan-dashboard-content .wpo_wcpdf:hover,
            .dashboard-content-area .woocommerce-importer .wc-actions a.button,
            .dokan-dashboard-wrap .dokan-form-group #insert-media-button:hover,
            input[type="submit"].dokan-btn-theme.active, a.dokan-btn-theme.active,
            .dokan-dashboard-wrap .dokan-modal-content .modal-footer .inner button,
            .dashboard-content-area .woocommerce-importer .wc-actions button.button-next,
            .wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked + label::before,
            .dokan-dashboard-wrap .dokan-dashboard-content .dokan-btn:not(.disconnect, .wc-pao-remove-option, .dokan-btn-success):hover,
            .dokan-dashboard-wrap .dokan-dashboard-content .dokan-btn:not(.disconnect, .wc-pao-remove-option, .dokan-btn-success):focus,
            .dokan-dashboard-wrap .dokan-dashboard-content #delivery-time-calendar .fc-button-primary:not(.fc-button-active):not(:disabled):hover {
                color: #FFFFFF !important;
                border-color: #370EB1 !important;
                background-color: #502BBF !important;
                padding: 10px;
                border-radius: 10px;
            }

#dokan-store-listing-filter-wrap .right .item .dokan-btn-theme,
#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,
.dokan-theme-woodmart input.dokan-btn-theme[type='submit'],
.dokan-theme-woodmart .dokan-btn-theme {
  padding:5px 20px;
  min-height:42px;
  font-size:12px;
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  outline:none;
  border:0px solid transparent;
  border-radius:0;
  box-shadow:none;
  vertical-align:middle;
  text-align:center;
  text-decoration:none;
  text-transform:var(--btn-transform);
  text-shadow:none;
  font-weight:var(--btn-font-weight);
  font-family:var(--btn-font-family);
  font-style:var(--btn-font-style);
  line-height:1.2;
  cursor:pointer;
  transition:color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
  color:#fff;
  background-color:var(--wd-primary-color);
  border-radius:var(--btn-accented-brd-radius);
  color:var(--btn-accented-color);
  box-shadow:var(--btn-accented-box-shadow);
  background-color:var(--btn-accented-bgcolor);
  text-transform:var(--btn-accented-transform, var(--btn-transform));
  font-weight:var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family:var(--btn-accented-font-family, var(--btn-font-family));
  font-style:var(--btn-accented-font-style, var(--btn-font-style))
}

.woocommerce-MyAccount-content ul.dokan-account-migration-lists li .left-content {
  text-align: right;
  flex: 2;
}

.woocommerce-MyAccount-content ul.dokan-account-migration-lists li {
  padding: 20px;
  border-radius:20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #eee;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.woocommerce-MyAccount-content ul.dokan-account-migration-lists li .right-content {
  text-align: center;
  background-color: #fec513;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  flex: 1;
}
.dokan-product-category-modal-header .dokan-product-category-title .dokan-single-title {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.214;
  letter-spacing: -1px;
  color: #000;
  display: block;
}
.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul {
  margin: 0 10px 0 0;
  width: 220px;
  font-size: 1rem;
  font-weight: 600;
  color: black;
  overflow-y: auto;
  flex-shrink: 0;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-name h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-right: 10px;
}




























