/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2024 | 14:16:27 */
  

.woocommerce-account .woocommerce a:hover {
    color:#ffffff;
	background-color:#0170b9;
}

.woocommerce-account .woocommerce .is-active a {
    color:#ffffff;
	background-color:#0170b9;
	border:1px solid #0170b9 ;
} 

a.dokan-btn.dokan-btn-theme.vendor-dashboard {
    display: none;
}

ul.dokan-account-migration-lists {
    display: none;
}

.role-seller a.dokan-btn.dokan-btn-theme.vendor-dashboard {
    display: block;
}

.role-seller ul.dokan-account-migration-lists {
    display: block;
}

/* Hide print order on my account page */

.page-id-22 a.woocommerce-button.button.wt_pklist_invoice_print {
    display: none;
}

p.order-again {
    display: none;
}

.shop_table.order_details + a.button.button-primary {
    display:none;
}

/* .woocommerce-account #primary {
    width: 1440px;
    margin: auto;
    padding: 80px 0px;
}  */