/*************** ADD CUSTOM CSS FOR WHOLSESALE HERE   ***************/

/*TAX ID FOR B2B customer*/
#wholesale_tax_section {
	display: block!important;
}
/*END TAX ID FOR B2B customer*/

.header-main {
	background: #0074bd !important;
}

#logo:before {
	content:'Bedrift';
	position:absolute;
	margin-left:59px;
	margin-top: 4px;
	font-weight: 700;
}

/* Legger eks mva bak shipping */
#shipping_method span.amount:after {
	content: ' (eks. mva)';
	font-weight: 400;
}

@media screen and (max-width: 1524px)  { 
	#logo:before {
		margin-left:32px !important;
	}
}



/* Wholesale price styling */
.product-summary .wwp-wholesale-pricing-details { font-size: 1.5em !important; font-weight: bold !important; margin-top: -0.3em;}
.wwp-wholesale-pricing-details p{
	float: left;
}
.price-wrapper .uom {
	font-size: 0.9em;
	padding-left: 3px;
	line-height: 18px;
}

.product-main .price-wrapper .uom{
	font-size: 1.5em !important;
	padding-left: 3px;
	line-height: 38px;
}
.product-summary  .wwp-wholesale-pricing-details p { margin-bottom: 0!important;  }
.product-summary  .wwp-wholesale-pricing-details bdi { padding-right: 5px !important; }
.product-summary .stock { margin-top: 1.3em; }
.product-summary .price-text { color: #111 !important; }
.product-summary .excluded-mva-text {
	font-size: 1.5em;
	font-weight: bold;
	color: #111;
	padding-left: 5px;
	top: -0.1em;
	position:relative;
}

.product-summary .product-page-price {
	margin: 0.2em 0 !important;
} 

.dgwt-wcas-product-details .excluded-mva-text-after-btn {
	display: none;
}

/*Removes variant price on product page*/
.single-product .product-type-variable .excluded-mva-text {
	display: none !important;
}