/*
Theme Name: Hello Elementor Child
Theme URI: https://kinwi.co.nz
Description: Child theme for Hello Elementor on Kinwi.
Author: Kinwi
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Kinwi: Add custom CSS overrides below this line. */

/* Kinwi: Migrated from Customizer (hello-elementor) on 2026-03-01 */

@media (max-width: 768px) {
  /* Kinwi: Stabilize Dokan vendor dashboard mobile menu and content layout */
  .dokan-dashboard .dokan-dashboard-wrap {
    display: block !important;
    overflow-x: hidden !important;
  }

  .dokan-dashboard .dokan-dash-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .dokan-dashboard .dokan-dash-sidebar #dokan-navigation,
  .dokan-dashboard .dokan-dash-sidebar .dokan-dashboard-menu {
    width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    padding-top: 0 !important;
  }

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu > li,
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu > li > ul.navigation-submenu > li {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    white-space: normal !important;
  }

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu > li > a,
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu > li > ul.navigation-submenu > li > a {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    left: 0 !important;
    right: auto !important;
    white-space: normal !important;
    word-break: break-word;
    box-sizing: border-box;
  }

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu > li > ul.navigation-submenu {
    display: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    white-space: normal !important;
    z-index: auto !important;
  }

  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu > li.active > ul.navigation-submenu,
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu > li:focus-within > ul.navigation-submenu {
    display: block !important;
  }
}




/* CART FORM EDITS */

/* Increase z index to allow side panel closing over superfly menu */
elementor-menu-cart__main,
widget_shopping_cart_content
{
  z-index:9999999 !important;
}

/* Make quantity box bigger so numbers not cut off */

.woocommerce .quantity .qty {
  /* width: 3.631em; */
  width: 5em;
}

/* increase font size on free shipping cart note & make italic */

.woocommerce-shipping-totals > th:nth-child(1) > small:nth-child(2)
{
  /* font-size: 80%; */
  font-size: 90%;
  font-style: italic;
}

/* Change cart icon quantity button text to normal */
.elementor-button-icon-qty
{ 
  font-style: normal;
}

/* Remove optional from Region in checkout form */

.woocommerce form .form-row .optional {
  display: none !important;
}

/* Change colour of Checkout button */
.woocommerce a.button.alt {
	background-color: #009b7d !important;
}
.woocommerce a.button.alt:hover {
	background-color: #111111 !important;
	color: #00967dff !important;
}
.wc-proceed-to-checkout a:hover{
	color: #00967dff !important;
}
.wc-proceed-to-checkout a{
	color: #111111 !important;
}

/* Change colour of product title in cart */
.woocommerce-cart-form .product-name {
	color: #111111 !important;
}

/* Change colour of shipping link at checkout */
.shipping-calculator-button
{color: #111111 !important;
}
.shipping-calculator-button:hover
{color: #00967dff !important;
}

/* Set inherited font size for shipping price on checkout page */
ul#shipping_method > li > label {
    font-size: inherit;
}

/* Remove bolding for shipping price on checkout page */
span.woocommerce-Price-amount.amount {
    font-weight: normal !important;
}

/* Change add to cart button colour */ .single_add_to_cart_button { background-color: #111111 !important; color: inherit !important; border-color: #111111 !important; } 

/* Change add to cart button hover colour*/ .single_add_to_cart_button:hover { background-color: #00967d!important; color: inherit !important; border-color: #00967dff !important; } 

/* Change price colour */ .woocommerce-Price-amount { color: #00967dff!important; } 


/* CHECKOUT */

/* Add margin to Skip login button so white space around */
#wpmc-skip-login
{top: -5px;}



/* CONTACT FORM */

/* Make background on popup message gold */

.wpuf-success {
  
  background-color: #d4af37 !important;
  border: 1px solid #d4af37 !important;
  color: #111 !important;
}


/* Change submit button color */

.weforms_submit_btn

{
 color: #111 !important;
  background: #d4af37 !important;
  border-color: #d4af37 !important;
  box-shadow: 0 1px 0 #111 !important;
  text-shadow: none !important;
}
.weforms_submit_btn:active

{
 color: #d4af37 !important;
  background: #111 !important;
  border-color: #111 !important;
  box-shadow: 0 1px 0 #111 !important;
  text-shadow: none !important;
}
.weforms_submit_btn:hover

{
 color: #d4af37 !important;
  background: #111 !important;
  border-color: #111 !important;
  box-shadow: 0 1px 0 #111 !important;
  text-shadow: none !important;
}
.weforms_submit_btn:focus

{
 color: #d4af37 !important;
  background: #111 !important;
  border-color: #111 !important;
  box-shadow: 0 1px 0 #111 !important;
  text-shadow: none !important;
}


div.dokan-wpuf-dashboard .wpuf-form .wpuf-submit .button-primary-disabled
{
color: #d4af37 !important;
  background: #111 !important;
  border-color: #111 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
	}

/* CONTACT US PAGE */

/* Change hover button color text to black */
.elementor-element-d0f7c69 > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1):hover {

	color: #111 !important;
}

.elementor-element-932f127 > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1):hover
{

	color: #111 !important;
}
.elementor-element-4679731 > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1):hover
{

	color: #111 !important;
}

/* FOOTER */


/* Change links in footer to white & hover to emerald*/

.elementor-element-c230933 > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)	
{color: #ffffff!important
}

.elementor-element-c230933 > div:nth-child(1) > p:nth-child(1) > a:nth-child(1):hover	
{color: #00967d!important
}

.elementor-element-c230933 > div:nth-child(1) > p:nth-child(2) > a:nth-child(1)
{color: #fff !important
}

.elementor-element-c230933 > div:nth-child(1) > p:nth-child(2) > a:nth-child(1):hover
{color: #00967d !important
}
.elementor-element-c230933 > div:nth-child(1) > p:nth-child(3) > a:nth-child(1)
{color: #fff!important
}
.elementor-element-c230933 > div:nth-child(1) > p:nth-child(3) > a:nth-child(1):hover
{color: #00967d!important
}
.elementor-element-c230933 > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)
{color: #fff!important
}
.elementor-element-c230933 > div:nth-child(1) > p:nth-child(4) > a:nth-child(1):hover
{color: #00967d!important
}
.elementor-element-c230933 > div:nth-child(1) > p:nth-child(5) > a:nth-child(1)
{color: #fff!important
}
.elementor-element-c230933 > div:nth-child(1) > p:nth-child(5) > a:nth-child(1):hover
{color: #00967d!important
}



/* GLOBAL BUTTONS */

/* SET ALL ELEMENTOR BUTTONS THE SAME COLOUR */
.elementor-kit-25 button
{
  color: #111111 !important;
  background-color: #00967dff !important;
}
.elementor-kit-25 button:hover
{
  color: #00967dff !important;
  background-color: #111111 !important;
}

/* Trying to change all Dokan buttons to same colour */

.dokan-btn-theme
{
    background-color: #00967dff!important; 
	color: #111111!important; border-color: #00967dff!important;
}
.dokan-btn-theme:hover
{
background-color: #111111!important; 
color: #00967dff!important; border-color: #111111!important;
}
.dokan-btn-theme:active
{
background-color: #d4af37ff!important; 
color: #111111!important;
border-color: #d4af37ff!important;
}

/* Button color on browse all listings */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  /* color: #111; */
  /* background-color: #00967d; */
  color: #111 !important;
    background-color: #00967d !important;
 }
 
 
/* Button hover color on Browse all listings */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  /* color: #00967d; */
  /* background-color: #111; */
  color: #00967d !important;
    background-color: #111 !important;
 }

/* GLOBAL LINKS */

/* Link text color black */

.elementor-kit-25 a {
  /* color: #ffffff; */
  color: #111;
}
/* Link hover color emerald */
.elementor-kit-25 a:hover {
  /* color: #ffffff; */
  color: #00967d !important;
}

/* LOGIN & ACCOUNT FORM EDITS */

/* Delete Dashboard from bulleted account option list as does not work when already on dashboard*/
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active
{
  display: none !important;
}

/* Change colour of lost password link at login */

.woocommerce-LostPassword a {
  color: #111111 !important;
}

/* Change colour of privacy policy link at login */
.woocommerce-privacy-policy-link { 
  color: #111111 !important;
}
.woocommerce-privacy-policy-link:hover { 
  color: #00967dff !important;
}

/* Change button colour on log in form */
.woocommerce-button
{ 
	background-color: #00967dff !important;
	color: #111111 !important;
}
.woocommerce-button:hover
{ 
	background-color: #111111 !important;
	color: #00967dff !important;
}

/* Change colour of text to black on forgot password link page */
body .wpuf-message {
  color: #111111 !important;
}

/* Passwords do not match error message make black text */
body .wpuf-error {
  color: #111111 !important;
}

/* Edit account save changes button */
input[type="submit"].dokan-btn-danger, a.dokan-btn-danger, .dokan-btn-danger {
  background-color: #00967dff !important;
  border-color: #111111 !important;
}

/* Increase font size on got to vendor dashboard button at login*/

input[type="submit"].dokan-btn, a.dokan-btn, .dokan-btn {
  font-size: 18px;
	font-weight:bold;
}
/* Remove download link*/
.woocommerce-MyAccount-navigation-link--downloads
{
  display: none;
}


/* MEDIA LIBRARY */

/* Change colour of Media Library button */

/* autoptimize_single_bb3d9c28b1668fae8ae402d7d430de15.css | https://kinwi.co.nz/wp-content/cache/autoptimize/css/autoptimize_single_bb3d9c28b1668fae8ae402d7d430de15.css?ver=2.9.0 */

button, [type="submit"], [type="button"] {
  
  padding: .75rem 1rem;
}

/* Inline #1 | https://kinwi.co.nz/vendor-dashboard/products?product_id=16122&action=edit&_dokan_edit_product_nonce=c333b0d445 */

.tmce-active .switch-tmce, .html-active .switch-html {
  color: #111111;
  border-bottom-color: #111111;
}


/* Inline #52 | https://kinwi.co.nz/vendor-dashboard/products?product_id=16122&action=edit&_dokan_edit_product_nonce=c333b0d445 */

.elementor-kit-25 button, .elementor-kit-25 input[type="button"], .elementor-kit-25 input[type="submit"], .elementor-kit-25 .elementor-button {
  font-size: 12px;
}

/* Make filter media date box wider to view text */

.media-modal-content .media-frame select.attachment-filters {
  /* width: calc(48% - 12px); */
  /* width: calc(6% - 12px); */
  /* width: calc(60% - 12px); */
  /* width: calc(1% - 12px); */
  /* width: calc(10% - 12px); */
  width: calc(100% - 12px);
}

.media-frame select.attachment-filters {
  /* max-width: calc(48% - 12px); */
  /* max-width: calc(1% - 12px); */
  /* max-width: calc(10% - 12px); */
  max-width: calc(100% - 12px);
}

/* Remove alt text description as contains link */
#alt-text-description
{

               display: none !important;

}

/* Remove Smush stuff on vendor media library*/
.compat-item
{

               display: none !important;
}



/* Remove text box under insert URL */

.media-embed .setting, .media-embed .setting-group {
  /* display: block; */
  display: none;
}

/* Remove surplus buttons on add media since added video option*/
#menu-item-iframe\:ell_insert_gmap_tab
{

               display: none !important;
}

#menu-item-video-playlist
{

               display: none !important;
}

#menu-item-playlist
{

               display: none !important;
}

#menu-item-gallery
{

               display: none !important;
}

/* Make font smaller on title and URL */

.product-edit-container .dokan-feat-image-upload a.close {
  
  font-size: 80px;
  padding: 10% 0;
}

/* post-25.css | https://kinwi.co.nz/wp-content/uploads/elementor/css/post-25.css?ver=1718403111 */

.elementor-kit-25 input:not([type="button"]):not([type="submit"]), .elementor-kit-25 textarea, .elementor-kit-25 .elementor-field-textual {
  
  font-size: 14px;
}



/* style.css | https://kinwi.co.nz/wp-content/plugins/dokan-lite/assets/css/style.css?ver=1718149759 */

.product-edit-new-container .dokan-new-product-featured-img a.close {
  
  height: 25% !important;
  width: 25% !important;
}

.attachment-details > h2:nth-child(1)
{font-family: "Lora upload";}

/* NEWSLETTER */

/* Change subscribe to newsletter text and button colour */

/* Inline #33 | https://kinwi.co.nz/ */

.elementor-kit-25 button, .elementor-kit-25 input[type="button"], .elementor-kit-25 input[type="submit"], .elementor-kit-25 .elementor-button {
  /* font-style: normal; */
  font-style: italic;
}

/* Change font on subscribe to newsletter form */

#mlb2-10174017.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  /* font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif !important; */
  font-family: "Gabriela upload" !important;
}

#mlb2-10174017.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  /* font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; */
  font-family: "Gabriela upload" !important;
}

/* Inline #46 | https://kinwi.co.nz/ */

#mlb2-10174017.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  /* font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif !important; */
  font-family: "Gabriela upload" !important;
}


/* Inline #46 | https://kinwi.co.nz/ */

#mlb2-10174017.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-10174017.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  /* font-family: 'Open Sans', Arial, Helvetica, sans-serif; */
  font-family: "Gabriela upload" !important;
}

#mlb2-10174017.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #mlb2-10174017.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  /* font-family: 'Open Sans', Arial, Helvetica, sans-serif; */
  font-family: "Gabriela upload" !important;
}

/* Inline #46 | https://kinwi.co.nz/ */

#mlb2-10174017.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  /* font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif !important; */
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-family: "Gabriela upload" !important;
}



/* ORDERS*/

/* Make get support button larger*/

.dokan-store-support-btn-product {
 
  width: 167px;
}

/* Change padding on button to make larger */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  /* padding: .618em 1em; */
  padding: .6em 1em;
}


/* PRODUCT & STORE PAGE EDITS*/


/* Make font the same on Follow, contact, share buttons to make button size consistent */




/* Inline #55 | https://kinwi.co.nz/store/test-store/ */

.elementor-kit-25 button, .elementor-kit-25 input[type="button"], .elementor-kit-25 input[type="submit"], .elementor-kit-25 .elementor-button {
  /* font-size: 12px; */
  font-size: 15px;
}

.dokan-single-store .dokan-follow-store-button {
  /* font-size: 14px !important; */
  font-size: 15px !important;
	font-style: italic !important;
}




/* Make feedback stars gold */

#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .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 {
  
  color: #d4af37;
}
/* Remove store support button on all stores so only customers who have purchased receive it */



/* Make close icon cross in the middle of the button or left pad button out */

div.dokan-izimodal-close-btn
{
  
  padding-left: 3px !important
}


/* Make onsale badge gold */

.woocommerce span.onsale {
  /* background-color: #d4af37; */
  background-color: #d4af37;
}


/* Increase font size on image caption & make italic */

.pswp__caption__center {
  
  font-size: 16px;
	font-style: italic
}

/* Change text on store follow button to make it easier to read*/

.dokan-follow-store-button
{
font-family: "Lora upload" !important;
font-weight: 600 !important;
font-style: normal !important;
	font-size: 14px !important
}

/* Hide Follow store loading button */

#dokan-login-form-working-btn {
  display: none;
}



/* Make vendor font bigger */
.dokan-vendor-name h5
{
  font-size: 15px !important;
	font-style: normal !important;
	font-weight: 600 !important;
}

/* Make vendor hover link green */
.dokan-vendor-name h5:hover
{
  color: #00967dff !important;
}

/* Remove border boxes from location map on product page */
*, ::before, ::after {
box-sizing: border-box !important;
}

/* Change colour of number in stock text */
.woocommerce div.product .stock {
color: #00967dff!important;
}

/* Change colour of wishlist icon on product page */
.woocommerce div.product form.cart .tinvwl_add_to_wishlist_button {
  font-family: inherit!important;
  font-size: 18px!important;
}
.tinv-wishlist a:not(.button):not(.social) {
  font-family: inherit!important;
  font-weight: 400!important;
  color: #00967dff!important;
 }

/* Show wishlist text on product page */
.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text, .tinvwl-product-in-list.tinvwl-product-make-remove img.icon-add-on-wishlist, .tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_add_to_wishlist-text, .tinvwl_add_to_wishlist_button.tinvwl-product-in-list img.icon-add-on-wishlist {display: inline !important;
}

.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
color: #00967dff;
}

/* align quantity button on product page with other buttons */
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0;
}


/* Change added to cart green tick to emerald */

.woocommerce-message::before {
  /* color: #8fae1b; */
  color: #00967d;
}

/* Change border-top of added to cart to emerald */


.woocommerce-message {
  
  border-top-color: #00967d;
}


/*SUPERFLY MENU EDITS */

/* Hide search icon on Superfly menu */
.sfm-search-form > span:nth-child(2) {
  display: none !important;
}

/* Hide search bar on Superfly menu */
#sfm-sidebar .sfm-search-form input[type="text"] {
  display: none !important;
}



/*VENDOR DASHBOARD PAGES */


/* Hide the Terms and Conditions checkbox so vendors cannot disable it */
.dokan-form-group input#dokan_store_tnc_enable {
    display: none;
}

/* Decrease font size on announcements */

.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-heading h3 {

  font-weight: semi-bold;
  font-size: 16px;
}


/* Change support submit reply button to emerald */

.dokan-dss-panel-default .dokan-dss-panel-body .comment-respond .comment-form .form-submit .submit {
  /* background: #3D566E !important; */
  background: #00967d !important;
}


/* Align buttons on vendor pages by reducing padding */

button, [type="submit"], [type="button"] {
  /* padding: .75rem 1rem; */
  padding: .4rem 1rem;
}

input[type="submit"].dokan-btn-sm, a.dokan-btn-sm, .dokan-btn-sm {
  /* padding: 6px 12px; */
  padding:7px 12px;
}

input[type="submit"].dokan-btn-sm, a.dokan-btn-sm, .dokan-btn-sm {
  /* padding: 6.5px 12px; */
  padding: 7px 12px;
}



/* Remove affiliate and group options from product search on vendor dashboard */
#filter-by-type > option:nth-child(4)
{

               display: none !important;

}
#filter-by-type > option:nth-child(5)
{

               display: none !important;

}

/* Remove crap at bottom of products tab */

/* Removes Browse all listings selector */
.dokan_select_cat_for_new_product_popup_0 > div:nth-child(1){

  display: none !important;
}

/* Removes create and create and add new buttons from products tab */
#dokan-create-new-product-btn{

  display: none !important;
}
#dokan-create-and-add-new-product-btn{

  display: none !important;
}

div.dokan-product-gallery ~ div.product-full-container:has(div.dokan-new-cat-ui-title + span.cat_box_for_new_product_popup),

div.dokan-product-gallery:has(~ div.product-full-container)

{

  display: none !important;

}

/* Change background green for online status to Emerald on dashboard buttons & font to normal */

.dokan-label-success {
  /* background-color: #5cb85c; */
  background-color: #00967d !important;
  font-style: normal !important;
}

/*Change in stock text to Emerald */

.dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock {
  /* color: #7ad03a; */
  color: #00967d !important;
}

/* Make slider button emerald on shipping status toggle */

.slider {
  
  --dokan-toggle-active-color: #00967d !important;
}
/* Decrease title font sizes on Vendor dashboard */

.elementor-kit-25 h1 {
  /* font-size: 25px; */
  font-size: 20px;
}

.elementor-kit-25 h2 {
  /* font-size: 23px; */
  font-size: 20px;
}



/* Remove downloadable product permission box from view order */
div.dokan-panel:has(div.order_download_permissions) {

               display: none !important;

}




/* Remove add tracking number under order note */

div.dokan-form-group:has(#dokan-add-tracking-number) {
 display: none;
}




/* Increase width of product number box in order so can fit number*/

.ast-product-table input.ast_product_number 
  
 { width: 50px !important;
}

/* Decrease font for Delete note in order notes*/

#dokan-order-notes .delete_note {

               font-size: 14px !important;

}

/* Decrease font for Delete tracking in Shipment Tracking notes*/

.ast-dokan-delete-tracking
{

               font-size: 14px !important;

}


/*Change text on shipment status box to black */

.dokan-order-shipping-status .dokan-label-success {
  /* color: #5b841b; */
  color: #111;
}


/* Change font and background on order status */

.dokan-label-info {
  /* background-color: #5bc0de; */
  background-color: #d4af37;
}

.dokan-label {
  /* color: #fff; */
  color: #111;
}



/* Make View & Quick Edit on Orders always visible */

.dokan-product-listing .dokan-product-listing-area .row-actions {
  visibility: VISIBLE !IMPORTANT;
}


/* Decrease width of Action column under Orders */

.dokan-orders-content .dokan-orders-area td.dokan-order-action {
	grid-template-columns: repeat(3, 0fr) !important;
}


/* Remove Customer IP from order details */

ul.customer-details
li:has(a[target="_blank"]) {
 display: none;
}

/* Remove Customer phone number from order details */

ul.customer-details li:nth-child(3) {
	display: none;
}

/* Remove promotions and keyword tabs from Analytics */
.dokan-dashboard-content ul.dokan_tabs li:has(a[href="https://kinwi.co.nz/vendor-dashboard/analytics/?tab=promotions"]),

.dokan-dashboard-content ul.dokan_tabs li:has(a[href="https://kinwi.co.nz/vendor-dashboard/analytics/?tab=keyword"]) {

               display: none !important;

}


/* Change green to emerald on success message on vendor dashboard store progress */

.dokan-alert-success {
  
  color: #00967d;
}


/* Kinwi: Force-hide Dokan profile completeness widget/banner */
.dokan-dashboard .dokan-profile-completeness,
.dokan-dashboard-content .dokan-profile-completeness,
div.dokan-panel.dokan-panel-default.dokan-profile-completeness {
  display: none !important;
  visibility: hidden !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.dokan-dashboard .dokan-profile-completeness .dokan-alert,
.dokan-dashboard-content .dokan-profile-completeness .dokan-alert {
  display: none !important;
}
/* REPORTS*/

/* Remove references to coupons */






/*Change colour of  Daily sales show button to Emerald and black on hover*/


input[type="submit"].dokan-btn-success, a.dokan-btn-success, .dokan-btn-success {

  background-color: #00967d !important;
  border-color: #00967d !important;
}
input[type="submit"].dokan-btn-success:hover, a.dokan-btn-success:hover, .dokan-btn-success:hover
{

  background-color: #111 !important;
  border-color: #111 !important;
}


/* Decrease font size for numbers */

.dokan-reports-content .dokan-reports-area ul.chart-legend li strong {
  
  font-size: 20px;
}



/* VENDOR PRODUCT LISTING PAGE*/

/* Remove popup discounted price scheduler from bottom of products page */
div.content-half-part.dokan-product-field-content
{
 
  display: none !important;
  
} 

/* Make main image full size in product page */

.product-edit-new-container .dokan-product-edit-form .dokan-new-product-featured-img {
  
  max-height: 600px;
}

.product-edit-new-container .dokan-new-product-featured-img {
  
  height: 100% !important;
}

/* Make permalink text smaller in product page */
#sample-permalink > a:nth-child(1)
{
  
  font-size: 16px !important;
}

#sample-permalink > a:nth-child(1):hover
{
  
  font-size: 16px !important;
}

/* Make success saved product tick emerald background & border-top emerald */


.dokan-message::before {
  
  background-color: #00967d;
}

.dokan-message {
  
  border-top: 3px solid #00967d;
}
/* Delete dimensions field from variable product popup*/
div.dokan-product-variation-itmes:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(2)
{
 
  display: none !important;
  
} 
/* Add new product category - change active text colour 00967d and background to 00947e4f*/
.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active
 {
 
  color: #00967d !important;
  background-color: #00947e4f !important;
}

/* Add new product category - change chevron icon colour to 00967d*/
.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active.dokan-cat-has-child .dokan-product-category-icon
{
	color: #00967d !important;
}

/* Add new product category - change button hover background colour to 00947e4f*/
.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 .dokan-product-category-li:hover
 {
  background-color: #00947e4f !important;
}

/* Add new product category - change text hover  colour to 00967d*/
.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 .dokan-product-category-li:hover .dokan-product-category
{
	color: #00967d !important;
}

/* Change blue text to emerald on Selected category text */ 

.dokan-selected-category-product.dokan-cat-selected
{
color: #00967d !important;
}

/* Remove affiliate and group product type options from product page */

#product_type > option:nth-child(3)
{

               display: none !important;
}
#product_type > option:nth-child(4)
{

               display: none !important;
}

/* Remove mailerlite buttons from product page description */
#mceu_70-button
{

               display: none !important;
}
#mceu_13-button
{

               display: none !important;
}



/* Remove Tags on product page */
.dokan-product-meta > div:nth-child(6) > span:nth-child(3)
{

  display: none !important;
}
.dokan-product-meta > div:nth-child(6) > label:nth-child(1)
{

  display: none !important;
}

/* Remove SEO details from product page */
.dokan-product-seo
 {

  display: none !important;
}

/* Remove linked products from product page */
.dokan-linked-product-options
{

  display: none !important;
}

/* Remove product review checkbox to make this default */
.dokan-other-options > div:nth-child(2) > div:nth-child(5) > label:nth-child(1)
{

  display: none !important;
}

/* Remove allow backorders on product page */
div.dokan-product-inventory div.content-half-part:has(#_backorders) {

               display: none;

}




/* Remove backorder stock status on product page */
#_stock_status > option:nth-child(3){

               display: none !important;

}

/* Remove geolocation on product page */
.dokan-geolocation-options > div:nth-child(1)
{

  display: none !important;
}

.dokan-geolocation-options > div:nth-child(2)
{

  display: none !important;
}
/* Remove Tags on product page */
.dokan-product-meta > div:nth-child(6) > span:nth-child(3)
{

  display: none !important;
}
.dokan-product-meta > div:nth-child(6) > label:nth-child(1)
{

  display: none !important;
}

/* Remove SEO details from product page */
.dokan-product-seo
 {

  display: none !important;
}



/* Remove length, width and height from shipping on product page */
#_length
{

               display: none !important;

}
#_width
{

               display: none !important;

}
#_height
{

               display: none !important;

}

/* Remove visibility section on product page */
.dokan-other-options > div:nth-child(2) > div:nth-child(2)
{

               display: none !important;

}

/* REMOVE EXCESS FIELDS FROM VARIABLE PRODUCTS*/
/* remove height, length and width from shipping*/
#field_to_edit > optgroup:nth-child(7) > option:nth-child(3)
{
  display: none !important;
}
#field_to_edit > optgroup:nth-child(7) > option:nth-child(2)
{
  display: none !important;
}
#field_to_edit > optgroup:nth-child(7) > option:nth-child(1)
{
  display: none !important;
}

/* remove downloadable products from variable product*/
#field_to_edit > optgroup:nth-child(8)
{
  display: none !important;
}

/* Remove status field from variable products*/
#field_to_edit > optgroup:nth-child(4)
{
  display: none !important;
}
/* Remove add variations from menu on variable products as comes up with error & keeps loading*/
#field_to_edit > option:nth-child(1)
{
  display: none !important;
}
#field_to_edit > optgroup:nth-child(5)
{
  display: none !important;
}
#field_to_edit > optgroup:nth-child(6)
{
  display: none !important;
}
#field_to_edit > optgroup:nth-child(7)
{
  display: none !important;
}
#field_to_edit > option:nth-child(1)
{
  display: none !important;
}

/* Change add variation gallery image button */

.woo-variation-gallery-wrapper .add-woo-variation-gallery-image, .woo-variation-gallery-wrapper .woo-variation-gallery-pro-button {
  
  background: #d4af37;
  border-color: #d4af37;
  color: #111;
}

/* Remove dimensions on variable products */
/*div.dokan-product-variation-wrapper div.dimensions_field:has(input[id^="product_length"]) {
  display: none !important;
}*/
div.dokan-product-variation-wrapper div.dimensions_field {
  display: none !important;
}

/* Remove error message when add variation */
b.variation-needs-update:warning
{
  display: none !important;
}

/* Remove backorders on variable products */

div.dokan-product-variation-itmes:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2)
{
  display: none !important;
}


/* Remove Custom attribute from vendor */
#predefined_attribute > option:nth-child(1)
{
  display: none !important;
}



/* BULK EDITOR */

/* Remove Tags from bulk editor */
div.dokan-w8:nth-child(3) > div:nth-child(2)
{
  display: none !important;
}

/* Remove l/w/h from bulk editor */
#bulk-edit > td:nth-child(1) > fieldset:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(4)
{
  display: none !important;
}


/* Remove backorders from bulk editor */
div.dokan-w6:nth-child(3) > div:nth-child(5)
{
  display: none !important;
}



/* Remove visibility from bulk editor */
div.dokan-w6:nth-child(3) > div:nth-child(1)
{
  display: none !important;
}


/* QUICK EDIT*/

/* Remove Tags from quick edit */

/* Match the label element which is immediately before the select element with "product_tag_search" class */
tr.dokan-product-list-inline-edit-form div.dokan-inline-edit-column label:has(+select.product_tag_search),

/* Match the select element with "product_tag_search" class */
tr.dokan-product-list-inline-edit-form div.dokan-inline-edit-column select.product_tag_search,

/* Match the span element with "select2" class, that is immediately after the select element with "product_tag_search" class */
tr.dokan-product-list-inline-edit-form div.dokan-inline-edit-column select.product_tag_search + span.select2

{
	display: none !important;
}

/* Remove l/w/h from quick edit */

/* Match the "dokan-inline-edit-field-row" div element which has a descendent input element having the attribute data-field-name="length" */
tr.dokan-product-list-inline-edit-form div.dokan-inline-edit-field-row:has(input[data-field-name="length"]) {
	display: none !important;
}

/* Remove backorders from quick edit */

/* Match the "dokan-inline-edit-field-row" div element which has a descendent select element having the attribute data-field-name="backorders" */
tr.dokan-product-list-inline-edit-form div.dokan-inline-edit-field-row:has(select[data-field-name="backorders"]) {
	display: none !important;
}

/* Remove visibility from quick edit */

/* Match the "dokan-inline-edit-field-row" div element which has a descendent select element having the attribute data-field-name="_visibility" */
tr.dokan-product-list-inline-edit-form div.dokan-inline-edit-field-row:has(select[data-field-name="_visibility"]) {
	display: none !important;
}

/* Remove enable review choice from quick edit */

/* Match the label element which has a descendent input element having the attribute data-field-name="reviews_allowed" */
tr.dokan-product-list-inline-edit-form div.dokan-inline-edit-column label:has(input[data-field-name="reviews_allowed"]) {
	display: none !important;
}

/* PRODUCT ADDONS */

/* REMOVE CUSTOMER DEFINED PRICE FROM DROPDOWN TYPE */
#wc-pao-addon-content-type-0 > option:nth-child(6)
{
  display: none !important;
}

/* make remove x non italic */
#product_addons_data > div.wc-pao-addons.ui-sortable.wc-pao-has-addons > div > div.wc-pao-addon-content > div.wc-pao-addon-content-option-rows.show > div > div.wc-pao-addon-content-options-container.ui-sortable > div:nth-child(1) > div.wc-pao-addon-content-remove > button
{
font-style:normal !important
}

/* Display checkbox inputs as proper checkboxes */
input[type=checkbox] {
	appearance: checkbox;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

/* Display radio inputs as proper radio buttons */
input[type="radio"] {
  appearance: radio;
  -webkit-appearance: radio;
  -moz-appearance: radio;
}

/* make checkmark darker on selection boxes*/
.single_variation_wrap .wc-pao-addon-22124-0-0 input[type=checkbox]:hover{

color: #111 !important;
}
.single_variation_wrap .wc-pao-addon-22124-0-0 input[type=checkbox]{
	color: #111 !important;

}
.single_variation_wrap .wc-pao-addon-22124-0-0 input[type=checkbox]:active{
color: #111 !important;	
}
.single_variation_wrap .wc-pao-addon-22124-0-0 input[type=checkbox]:checked{
	color: #111 !important;	
}
.single_variation_wrap .wc-pao-addon-22124-0-0 input[type=checkbox]:focus{
	color: #111 !important;	
}
.single_variation_wrap .wc-pao-addon-22124-0-0 input[type=checkbox]:enabled{
color: #111 !important;	
}

/*make subtotal emerald*/

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color:#00967d !important;
  font-size:1.25em
}



/*Hide import-export buttons as do not work*/

.wc-pao-toolbar__import-export
{
  display: none !important;
}


/* VENDOR SHIPPING */

/* Remove tax box from table rate shipping */
div.dokan-form-group:has([name="table_rate_prices_include_tax"])  {

               display: none !important;

}

/* Sam's code to remove  abort column from table rate shipping */
#dokan_shipping_rates thead th:nth-child(6),

#dokan_shipping_rates tbody td:nth-child(6)
{

               display: none !important;
}

/* Sam's code to remove tax and handling fee from table rate shipping */
div.dokan-form-group:has([name="table_rate_tax_status"]),

div.dokan-form-group:has([name="table_rate_order_handling_fee"]),

div.dokan-form-group:has([name="table_rate_handling_fee"])  {

               display:none !important;
}

/* Remove calculation text from shipping class popup */

.zone-component .dokan-form-group span.description {
 
  display: none !important;
}
/*Dokan Shipping Zone update button colour and make always visible */
table.shipping-zone-table tbody tr td .row-actions {
    visibility: visible !important;
}
table.shipping-zone-table tbody tr td .row-actions a {
    background: #00967d;
    color: #111;
    padding: 3px 10px;
    border-radius: 5px;
}
table.shipping-zone-table tbody tr td .row-actions a:hover {
    background: #111;
	color: #00967d;
}
table.shipping-zone-table tbody tr td p span {
    display: block;
}
table.shipping-zone-table tbody tr td p span ~ a {
    background: #00967d;
    color: #111;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 6px;
}
table.shipping-zone-table tbody tr td p span ~ a:hover {
	background: #111;
	color: #00967d;
}

/*Dokan Shipping method make always visible instead of on hover */
.edit > a:nth-child(1)
{
    visibility: visible !important;
}
.delete > a:nth-child(1)
{
    visibility: visible !important;
}



/*FREE SHIPPING*/
/*Remove coupon requirements under dropdown box*/


label[for="dokan-free-shipping-options"] + select option[value="coupon"],

label[for="dokan-free-shipping-options"] + select option[value="either"],

label[for="dokan-free-shipping-options"] + select option[value="both"] {

  display: none;

}


/*Remove Apply minimum order rule before discount from free shipping requires a minimum amount */
div.dokan-form-group:has(#apply_min_amount_rule_before_discount) {
display: none !important;
}


/* VENDOR REGISTRATION FORM */

/* Vendor registration button color */

input[type="submit"].dokan-btn-theme.disabled, a.dokan-btn-theme.disabled, .dokan-btn-theme.disabled, input[type="submit"].dokan-btn-theme[disabled], a.dokan-btn-theme[disabled], .dokan-btn-theme[disabled], fieldset[disabled] input[type="submit"].dokan-btn-theme, fieldset[disabled] a.dokan-btn-theme, fieldset[disabled] .dokan-btn-theme, input[type="submit"].dokan-btn-theme.disabled:hover, a.dokan-btn-theme.disabled:hover, .dokan-btn-theme.disabled:hover, input[type="submit"].dokan-btn-theme[disabled]:hover, a.dokan-btn-theme[disabled]:hover, .dokan-btn-theme[disabled]:hover, fieldset[disabled] input[type="submit"].dokan-btn-theme:hover, fieldset[disabled] a.dokan-btn-theme:hover, fieldset[disabled] .dokan-btn-theme:hover, input[type="submit"].dokan-btn-theme.disabled:focus, a.dokan-btn-theme.disabled:focus, .dokan-btn-theme.disabled:focus, input[type="submit"].dokan-btn-theme[disabled]:focus, a.dokan-btn-theme[disabled]:focus, .dokan-btn-theme[disabled]:focus, fieldset[disabled] input[type="submit"].dokan-btn-theme:focus, fieldset[disabled] a.dokan-btn-theme:focus, fieldset[disabled] .dokan-btn-theme:focus, input[type="submit"].dokan-btn-theme.disabled:active, a.dokan-btn-theme.disabled:active, .dokan-btn-theme.disabled:active, input[type="submit"].dokan-btn-theme[disabled]:active, a.dokan-btn-theme[disabled]:active, .dokan-btn-theme[disabled]:active, fieldset[disabled] input[type="submit"].dokan-btn-theme:active, fieldset[disabled] a.dokan-btn-theme:active, fieldset[disabled] .dokan-btn-theme:active, input[type="submit"].dokan-btn-theme.disabled.active, a.dokan-btn-theme.disabled.active, .dokan-btn-theme.disabled.active, input[type="submit"].dokan-btn-theme[disabled].active, a.dokan-btn-theme[disabled].active, .dokan-btn-theme[disabled].active, fieldset[disabled] input[type="submit"].dokan-btn-theme.active, fieldset[disabled] a.dokan-btn-theme.active, fieldset[disabled] .dokan-btn-theme.active {
  /* background-color: #f37655; */
  /* border-color: #f37655; */
  background-color: #00967dff;
  border-color: #00967dff;
}

/* Vendor registration form text button color */

input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
  /* color: #fff; */
  color: #111111;
}

/* Hide state box & country box on vendor registration form */
#dokan-states-box
{
  display: none;
}

/* style.css | https://kinwi.co.nz/wp-content/plugins/dokan-lite/assets/css/style.css?ver=1704004878 */

input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
  /* background-color: #f05025; */
  /* border-color: #f05025; */
  background-color: #111111;
  border-color: #111111;
}

/* Inline #50 | https://kinwi.co.nz/vendor-registration/ */

input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
  /* color: #111111; */
  color: #00967dff;
}
/* Inline #50 | https://kinwi.co.nz/vendor-registration/ */

input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme:hover {
  /* color: #111111; */
  color: #00967dff;
}

/* Inline #50 | https://kinwi.co.nz/vendor-registration/ */

input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme:hover {
  /* color: #00967dff; */
  color: #111111;
}


/* WISHLIST EDITS */

/* Change button colour for Add to Cart in Wishlist */
.woocommerce.tinv-wishlist button.button.alt {
  background-color: #111111 !important;
  color: inherit !important;
  border-color: #111111 !important;
}

/* Change button hover colour for Add to cart in wishlist */
.woocommerce.tinv-wishlist button.button.alt:hover {
  background-color: #111111 !important;
  color: inherit !important;
  border-color: #111111 !important;
}

/* Change product stock number colour in wishlist */
.tinv-wishlist .product-stock .stock:not(.out-of-stock) {
  color: #00967d !important;
}

/* Change product title colour in wishlist */
.tinv-wishlist a:not(.button):not(.social) {
  font-family: inherit !important;
  font-weight: 400 !important;
  color: #111 !important;
	}

/* Change product title hover colour in wishlist */
.tinv-wishlist a:not(.button):not(.social):hover {
  font-family: inherit !important;
  font-weight: 400 !important;
  color: #00967dff !important;
	}

/* Change add to cart button text colour in wishlist */
.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
  color: #ffffff !important;
}

/* Change add to cart button hover text colour in wishlist */
.woocommerce.tinv-wishlist #respond input#submit.alt:hover, .woocommerce.tinv-wishlist a.button.alt:hover, .woocommerce.tinv-wishlist button.button.alt:hover, .woocommerce.tinv-wishlist input.button.alt:hover {
	background-color: #00967dff !important;
  color: #111111 !important;
}

/* Change wishlist bottom button colour */
.woocommerce.tinv-wishlist #respond input#submit, .woocommerce.tinv-wishlist a.button, .woocommerce.tinv-wishlist button.button, .woocommerce.tinv-wishlist input.button {
  color: #ffffff !important;
  background-color: #00967dff !important;
}

/* Change wishlist bottom buttons hover colour */
.woocommerce.tinv-wishlist #respond input#submit:hover, .woocommerce.tinv-wishlist a.button:hover, .woocommerce.tinv-wishlist button.button:hover, .woocommerce.tinv-wishlist input.button:hover {
  color: #00967dff !important;
  background-color: #111111 !important;
}

/*Remove ask for estimate button from wishlist in account */
.tinvwl-estimate-wrap

 {

  display: none !important;

}


/* Change empty wishlist icon to emerald */

.woocommerce-info::before {
  /* color: #1e85be; */
  color: #00967d;
}


/*Change border top colour to emerald */


.woocommerce-info {
  /* border-top-color: #1e85be; */
  border-top-color: #00967d;
}
	

	
	
	/* HOME PAGE */
	
	
	/* Slider background align with image buttons */
#slider-background{
	width:100%;
	height:388px;
	min-height:0px;
	
}
	/* Make bottom slider dots on background */
.elementor-swiper .swiper-pagination-clickable{
	top:350px;
	
}

/* Division */
.elementor #slider-background .e-con-inner .elementor-widget-slides .elementor-widget-container .elementor-swiper .swiper-container-initialized .swiper-pagination-clickable{
	height:40px !important;
}




/* STORE LIST */


/* Make store titles 20px */

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a {
  
  font-size: 20px;
}


/* VENDOR DASHBOARD */


/* Allow body to scroll when popup opens 782 and below */

body.lockscroll, html.lockscroll {
  /* overflow: hidden; */
  overflow: visible !important;
}


/* Make popup title on vendor dashboard charts Lora upload  */

.woocommerce-dashboard__chart-block-wrapper > div h4 {
  font-family: "Lora upload";
}


