.product p.price {
      font-size: 28px;
}

.product-quantity {
		display: none
}

.product-subtotal {
		display: none
}

.site-header-cart.menu .woocs_cart_item_price {
	display: none;
}

body.toolkit_registered #toolkit-sign-up-forum {
    display: none;
}

.shoptimizer-category-banner .taxonomy-description {
    width: 100%;
}

/*Secondary Menu*/

.secondary-navigation .menu a {
	font-size: 16px;	
}

/* RFQ Button */
header a[href*="request-a-quote"] {
	bottom: 15px;
}

.menu-button {
  background-color: #1DB24F;
  font-weight: 700;
  border-radius: 5px;
  transition: background-color 0.35s ease;
  width: 120px;
  height: 40px;
  line-height: 0px;
	text-align: center;
}

.menu-button a[href*="https://auroragenerators.com/request-a-quote/"] {
  color: #000000 !important;
}

.menu-button:hover {
  background-color: #32746D;
}

.menu-button:hover a[href*="https://auroragenerators.com/request-a-quote/"] {
  color: #ffffff !important;
  transition: color 0.3s ease;
}


/* End Menu Button */

body #page .woocommerce-tabs ul.tabs li.active a {
	  padding: 15px;
    color: #FFFFFF;
    background-color: #002F55;
    border-radius: 15px 15px 0 0;
    margin-right: -15;
    margin-left: -15;
}

body #page .woocommerce-tabs ul.tabs li a {
    color: #000000;
    background-color: #cccccc;
    border-radius: 15px 15px 0 0;
    padding: 15px;
    margin-right: -15;
    margin-left: -15;
}

#page .woocommerce-tabs ul.tabs li {
    margin: -1.5px;
}

.shoptimizer-category-banner .taxonomy-description {
    width: 100%;
}

body.generators-in-cart .checkout-wrap {
    display: none;
}

body.generators-in-cart .woocommerce-notices-wrapper {
    display: none;
}

body.generators-in-cart .cart-subtotal {
    display: none;
}

body.generators-in-cart .woocommerce-shipping-fields {
    display: none;
}

body.generators-in-cart .woocommerce-billing-fields > h3 {
		 display: none;
}

body.generators-in-cart .woocommerce-info {
		 display: none;
}

body.generators-in-cart .woocommerce-shipping-totals {
		 display: none;
}

body.generators-in-cart .tax-total {
		 display: none;
}

body.generators-in-cart .order-total {
		 display: none;
}

body.generators-in-cart .wc_payment_methods {
		 display: none;
}

.generators-heading {
    padding-top:20px;
}



.dealer-signed-in a[href*="aurora-hub"] {
	font-size: 20px;
	font-weight: 900;
}



.toolkit-registered .florida-table {
		 display: none;
}

.commercekit-atc-tab  {
		font-weight: 700;
		font-size: 20px;
}

.commercekit-atc-tab-links li.active a{
	color: #ffffff;
}

.commercekit-atc-sticky-tabs  {
		background-color: #002F55
	
}

/* Hide the tab buttons on mobile devices */
@media (max-width: 767px) {
  .commercekit-atc-tab {
    display: none;
  }
}

.commercekit-atc-sticky-tabs .commercekit-atc-tab-links {
	padding-top: 70px;
}



/* Adjust width of dropdown menus */
.main-navigation ul ul {
    min-width: 260px; /* Increase as needed to prevent text wrapping */
    white-space: nowrap; /* Prevent line breaks */
}



/* Secondary Menu hide tild symbol */
.secondary-navigation .menu-item {
    padding:0 0 0 0px;
    border-left: 0px solid #eee;
    font-family: inherit;
}

/* end */


/* Ron - Box around products */
.woocommerce-page .products li {
	border: 1px solid #e6e6e6;
    padding: 5px !important;
	margin: 3px !important; 
}
/* end */



/* Show Sub-Total in larger bold and red font*/
.single-product .single_variation .price .woocommerce-Price-currencySymbol {
  color: #1DB24F;
  font-size: 1.0em;
  vertical-align: top;
}

.single-product .single_variation .price .woocommerce-Price-amount.amount {
  color: #1DB24F;
  font-size: 1.5em;
  font-weight: 600;
}


/* Put the label on its own line above the variation sub-total */
.single-product .single_variation .price::before {
  content: "Sub-total with selected options:";
  display: block;         /* makes it start on its own line */
  margin-bottom: 0.25em;  /* space between label and price */
  font-weight: 600;       /* lighter than your bold price */
  font-size: 1em;         /* match your currency-symbol size */
  color: #1DB24F;         /* your custom green color */
}


/* Remove dark overlay from category banner */
.shoptimizer-category-banner::before {
    background: none !important;
}




/* Make Customers Also Bought SMALLER */

/* Shrink "Customers also bought" product cards */
.single-product .upsells.products li.product,
.single-product .related.products li.product {
    width: 18% !important;
    margin-right: 1.5% !important;
}

.single-product .upsells.products li.product img,
.single-product .related.products li.product img {
    max-width: 150px;
    margin: 0 auto;
}

.single-product .upsells.products li.product h2,
.single-product .related.products li.product h2 {
    font-size: 14px;
}

.single-product .upsells.products li.product .price,
.single-product .related.products li.product .price {
    font-size: 13px;
}

