/**
Theme Name: Fabbr Child Theme
Author: Adam Carlan
Author URI: http://fabbr.io
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fabbr-child-theme
Template: astra
*/

input[type='submit'].dokan-btn-sm, a.dokan-btn-sm, .dokan-btn-sm {
	border-radius: 99px;
	padding: 7px 20px;
}
  .widefat .has-row-actions .title a {
	  color: #444648;
  }
  .widefat .has-row-actions .row-actions {
	color:#646970;
	font-size:14px;
	transition: all ease .5s;
	opacity:.7;
  }
 .widefat .has-row-actions:hover .row-actions {
	opacity:1;
  }
  .widefat .has-row-actions .row-actions a { text-decoration:none; }
  .widefat .has-row-actions .row-actions .trash a { color:#b32d2e; }

  
.wc-block-components-product-name {
	font-size: 20px !important;
	font-weight: 900;
}
.wc-block-components-product-details {
	display: flex; 
	gap: 10px;
	flex-wrap:wrap;
}
.wc-block-components-product-details li {
	white-space: nowrap;
	background: #eee;
	border-radius: 5px;
	padding: 3px 10px;
}
.wc-block-cart-item__prices {
	display: none;
}
/* Woo: hide extra cart meta when showing mini-cart */
.widget.widget_shopping_cart .wcpa_cart_meta { 
	display: none; 
}

.ast-site-header-cart .widget_shopping_cart, .woocommerce .ast-site-header-cart .widget_shopping_cart {
	position: absolute;
	top: 100%;
	width: 400px;
	z-index: 999999;
	font-size: .875em;
	left: -999em;
	display: block;
	line-height: 1.618;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a.active {
	background-color: var(--ast-global-color-2) !important; 
	color: #fff !important;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a {
	padding: 20px;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a:hover {
	background-color: inherit; 
	color: var(--ast-global-color-0);
}

.dokan-single-store .dokan-store-tabs ul.dokan-modules-button {
	border: 0px;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline {
	background-color: #F2F5F7;
	border-width: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	border-radius: 99px;
	overflow: hidden;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-order-details table.shop_table tr td a {
	color: var(--ast-global-color-0);
}
.order-product-variation {
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: 0 !important;
}
.order-product-variation {
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: 0 !important;
}
.dokan-orders-content .dokan-orders-area td a {
	color: var(--ast-global-color-0);
}
.dokan-dashboard .dokan-dashboard-wrap {
	border-radius: 20px;
	border: 1px solid #ddd
}
.dokan-dashboard .dokan-dashboard-content {
	padding: 20px 40px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after
 {
	right: 0%;
	left: auto;
}