/**
Theme Name: Nova Display Systems Astra
Author: Mud Paw Design
Author URI: https://www.mudpawdesign.com
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: nova-display-systems-astra
Template: astra
*/


/********* WooCommerce CSS Overides**********/

/* Product Archive */
.sku{
    color: #f58345;
		margin-bottom: 0em;
    margin-top: 0.75em;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

/* Product Grid */
.woocommerce ul.products, .woocommerce-page ul.products {
display: grid;
column-gap: 8px;
}
/*Proposition 65 Woocommerce Prod Description*/
.prop65 {
  font-size: 9px;
  margin-top: 36px;
  margin-bottom: 36px;
  border-top: 1px solid #9aa2a9;
}
/* Two Column Specs Layout */
	#speclayoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px;
		text-align:right;
	}
	/* column container */
	.speccolmask {
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
/* common column settings */
	.speccolright,
	.speccolmid,
	.speccolleft {
		float:left;
		width:100%;
		position:relative;
	}
	.speccol1,
	.speccol2,
	.speccol3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	div.speccol2 a {
    	font-size: 18px;
    	font-weight: bold;
    	color: #de773f;
    	text-align: center;
	}

/* 2 Column (double page) settings */
	.specdoublepage {
		background:#fff; /* right column background colour */
	}
	.specdoublepage .speccolleft {
		right:50%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.specdoublepage .speccol1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.specdoublepage .speccol2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
/* Two Column Specs Layout End*/

/* Bulk Table */
.fas.fa-cart-plus {
    color: #de773f;
    font-size: 20px;
}
.woocommerce-Price-amount.amount {
    color: #de773f;
    font-weight: bold;
    font-size: 16px;
}
#wbs-table {
	margin-top: 5px;
	margin-bottom: 0px;
	table-layout: fixed;
	border-collapse: collapse;
	border-width: 0px;
}
#wbs-table thead {
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
	background-color: #5f7bb0;
	color: #ffffff;
}
#wbs-table thead a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
.wbs-sale-badge {
	font-size: 10px;
	border: 1px solid red;
	border-radius: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 85%;
	margin-top: 2px;
	font-weight: bold;
	color: red;
}
.wbs-sku {
    font-size: 14px;
    font-weight: bold;
    color: #DE7740;
}
#wbs-table wbs-th-image {
    width: 108px;
}
#wbs-table product-thumbnail img {
	max-width: 96px !important;
}
#wbs-table thead th, td {
	padding-left: 4px !important;
	padding-right: 4px !important;
	vertical-align: top;
}
.prev-page, .next-page, .last-page {
    font-size: 14px!important;
    color: #5f7bb0;
    font-weight: bold;
    border: 0px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    margin: 1px;
    background: #ffffff;
    border-color: #ffffff;}
/* End Bulk Shop*/