/* General */

/* Links */
a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

/* WooCommerce */
.product .woocommerce-Price-amount,
.woocommerce-mini-cart .woocommerce-Price-amount,
.woocommerce-mini-cart__total span.woocommerce-Price-amount.amount {
  color: black !important;
}

/* Dokan Dashboard */

/* Change sidebar colors */
.dokan-dashboard .dokan-dash-sidebar,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background: #e7e9ec;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  color: black;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu .active a {
  color: white;
}

/* Hide Inventory data */
.dokan-product-inventory {
  display: none;
}

/* Remove number of products on vendor's store page */
.dokan-form-horizontal .dokan-form-group:nth-child(6) {
  display: none;
}

/* Dokan buttons */
input[type='submit'].dokan-btn:hover, a.dokan-btn:hover, .dokan-btn:hover, input[type='submit'].dokan-btn:focus, a.dokan-btn:focus, .dokan-btn:focus, input[type='submit'].dokan-btn.focus, a.dokan-btn.focus, .dokan-btn.focus {
	border-color:  #2d52b4;
	background: #2d52b4;
	color: white;
}

.dokan-btn-default[disabled]:hover {
	color: #333;
}

.wpsm-button.red {
	border-color:  #2d52b4;
	background: #2d52b4;
}

/* Fixing Dokan Dashboard overlap issue */
.dokan-dashboard .main-side {
  width: 100%;
}
.dokan-dashboard .sidebar {
  display: none;
}
.dokan-dashboard .dokan-dashboard-content {
  width: 62%;
}

@media (max-width: 1140px){  
.dokan-new-product-area .featured-image {
    width: 100%;
  }
.dokan-new-product-area .dokan-product-meta {
    padding: 0;
  }
}


/* Footer */
.footer-bottom.dark_style {
	background-color: #1b2b4b !important; 
}
.dokan-orders-content .dokan-orders-area .general-details ul.customer-details{
	display:none!important;
}
.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-billing-address {
    display: none!important;
}
.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-shipping-address {
    display: none!important;
}