.site-header .size-karuna-hero, .custom-header {
    max-width: 1920px !important;
}

/* header font size and color - also sets menu colours*/
a {
	color: white !important;
		text-transform: none;
}

/* body text colour */
body {
  color: #c5c1c9;
}

a:hover {
	/* hyperlink hover */
	color: #B4AFFF !important;
	text-decoration: none;
	text-transform: none;
}

.sub-menu li a { 
	font-size: 14px !important; 
}

h1, h2, h3, h4, h5, h6 {
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	/*light blue */
	color: #428bff;
}

/* prices in shop*/
span.woocommerce-Price-amount.amount {
color: #c5c1c9 !important;
}

/* Product category colour */
header.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
  color: #428bff;
}

/* product blocks not green! */
ul.products li.product .woocommerce-loop-product__title {
  background: #0d0d44;
  color: #f4f0f5 !important; 
	font-size: 16px;
	/*product title*/
}

/* Cart hover rich blue */
.site-header-cart .widget_shopping_cart {
    background-color: #190d4d;
}

.woocommerce-loop-category__title mark.count {
    display: none;
}

.product_meta .sku_wrapper {
    display: none;
}

.taxonomy-product_tag {
  display:none!important;
}

/* Hide product tags on the product page */ .product_meta .tagged_as { display: none; }

category-code { display: none; } 
.product_meta .posted_in {display: none !important;}

.woocommerce input.button.alt {
  text-transform: lowercase;
}
.woocommerce-thankyou-order-details li {
    text-transform: lowercase;
	  padding: above;
}

select#size {
	/* choose size drop-down */
  background-color: #0d0d44 !important;
  color: #c5c1c9 !important;
}

select#color {
	/* choose colour drop-down */
  background-color: #0d0d44 !important;
  color: #c5c1c9 !important;
}

select#choose-your-option {
	/* choose phrase drop-down */
  background-color: #0d0d44 !important;
  color: #c5c1c9 !important;
}

/* colour add to cart qty */
input.input-text.qty.text
{
  background-color: #0d0d44 !important;
	  color: #c5c1c9 !important; 
}


/*
#mailerlite-1-field-email
{
  background-color: #428bff !important;
	  color: black !important; 
}
*/

.yay-currency-custom-select__trigger.medium.upwards
{
  background-color: #0d0d44 !important;
	  color: #c5c1c9 !important; 
}

/* total amount in header */
a.cart-contents span.amount 
{
  color: #c5c1c9 !important; 
}

/*cart prices */
.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    color: #c5c1c9;
}


