.dokan-dashboard{
	font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
}

.dokan-dashboard .page-header .entry-title{
	font-weight: 700;
	font-size: 24px;
	
}

.dokan-dashboard .dokan-dash-sidebar{
	background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background: #fff;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
  background: #f2f2f2;
  color: #fff;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
  position: relative;
  background: #f2f2f2;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  padding: 10px 0 10px 18px;
  color: var(--e-global-color-text);
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a{
  padding-right: 16px;
  font-weight: 700;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active::after {
  left: 93%;
  top: 1.3rem;
  border: transparent solid;
    border-top-width: medium;
    border-top-color: transparent;
    border-right-width: medium;
    border-right-color: transparent;
    border-bottom-width: medium;
    border-bottom-color: transparent;
    border-left-width: medium;
    border-left-color: transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent #fff transparent transparent;
    border-left-color: transparent;
  border-left-color: #fff;
  border-width: 16px 16px 16px 0;
  margin-top: -16px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu {
  list-style: none;
  position: absolute;
  top: -1000em;
  left: 160px;
  overflow: visible;
  word-wrap: break-word;
  z-index: 9999;
  box-shadow: 0 5px 8px rgba(0,0,0,.25);
  margin-left: 0;
  background: #fff;
  padding: 3px 0;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
  background: #f2f2f2;
  color: var(--e-global-color-text);
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li {
  padding-left: 1.3em;
  line-height: 1;
  background: #fff;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a {
  font-weight: 700 !important;
  color: var(--e-global-color-text);
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a{
	font-weight: 700 !important;
    color: var(--e-global-color-text);
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:not(.dokan-common-links) a i {
	display: none;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu {
  position: relative;
  z-index: 3;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border: 0 none;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 0.5px solid #eee;
  margin-top: 0;
  box-shadow: none;
}


.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu {
  position: absolute;
  bottom: 0;
  left: 100%;
  min-width: 165px;
  display: block;
  background: #fff;
  border-bottom: none;
  padding: 0;
  border-radius: 8px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu li {
  display: block;
  padding-left: 0;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active).has-submenu::after {
  right: 0;
  top: 1.3rem;
  border: transparent solid;
    border-top-width: medium;
    border-top-color: transparent;
    border-right-width: medium;
    border-right-color: transparent;
    border-bottom-width: medium;
    border-bottom-color: transparent;
    border-left-width: medium;
    border-left-color: transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent #fff transparent transparent;
  border-left-color: #fff;
  border-width: 16px 16px 16px 0;
  margin-top: -16px;
  z-index: 990;
}

.dokan-layout .text-dokan-primary {
  color: var(--e-global-color-text);
}

.dokan-table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fff;
}

table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
  background-color: #fff;
}

.dokan-dashboard  .dokan-layout .dokan-btn{
	background-color: var(--e-global-color-text)!important;
}


.dokan-dashboard  button:hover{
	background-color: #f8f8f8;
}

.components-button:hover:not(:disabled, [aria-disabled="true"]){
	color: var(--e-global-color-text);
}

.components-button:focus:not(:disabled) {
  box-shadow: none;
  outline: 3px solid #0000;
}

.dokan-dashboard [type="button"]:focus, .dokan-dashboard [type="button"]:hover, .dokan-dashboard [type="submit"]:focus, .dokan-dashboard [type="submit"]:hover, .dokan-dashboard button:focus, .dokan-dashboard button:hover {
  background-color: #f8f8f8;
	color: var(--e-global-color-text);
  text-decoration: none;
}


/* Tableta (entre 768px y 1024px) */
@media (max-width: 1024px) {
  
}

/* Móvil (entre 0px y 767px) */
@media (max-width: 767px) {
  
	.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > #mobile-menu-icon {
		font-size: 32px;
		color: #333;
		position: absolute;
		top: 0;
		right: 0;
		width: 48px;
		z-index: 1;
		cursor: pointer;
		user-select: none;
		border: 1px solid #bbb;
		border-radius: 4px;
		padding: 3px 8px;
	}
	
	.dokan-dashboard .dokan-dash-sidebar{
		padding: 14px 16px;
		border-radius: 6px;
	}
	
	.dokan-dashboard .dokan-dash-sidebar #dokan-navigation{
		height: 40px;
	}
	
	.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > input:checked + ul.dokan-dashboard-menu {
	  background: #f8f8f8;
	  color: #ddd;
	}
	
	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li{
		border:0;
	}
	
	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu{
		
	}
	
	  .woocommerce-section-header {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 12px;
		border-left: none;
		border-right: none;
		width: auto;
	  }
}
	
}





.dokan-linked-product-options{
	display: none!important;
}



#dokan-banner-wrapper{
	display: none!important;
}

.dokan-profile-completeness{
	display: none!important;
}

.dokan-dashboard .navigation-submenu .submenu-item.seo{
	display: none!important;
}

.dokan-dashboard .navigation-submenu .submenu-item.social{
	display: none!important;
}


.woocommerce-table__caption .woocommerce-table__header .components-button span{
	font-size: 12px!important;
}

.components-button {
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
}

.components-button:hover{
	background-color: transparent;
}

.dokan-dashboard [type="button"]:hover{
  background-color: transparent;
  color: var(--e-global-color-text);
  text-decoration: none;
}

.woocommerce-layout a{
	color: #1447E6!important;
}

.woocommerce-summary .woocommerce-summary__item.is-selected {
  box-shadow: inset -1px -1px 0 var(--dokan-sidebar-background-color, #1447E6),inset 1px 0 0 var(--dokan-sidebar-background-color, #1447E6),inset 0 4px 0 var(--dokan-button-background-color, #1447E6) !important;
}


