/*!
Theme Name: Fikkerts
Theme URI: http://underscores.me/
Author: XDevLabs
Author URI: http://xdevlabs.com/
Description: theme for fikkerts website
Version: 1.1.15
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xdevlabs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

XDevLabs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.wholesale-meta table {
	width: 250px;
	margin-bottom: 10px;
}

.wholesale-meta table th {
	text-align: left;
}

body.wholesale-product div.product p.price::before {
	content: "Pack Price:";
	font-size: 14px;
	color: var(--text-body);
	margin-right: 10px;
	display: inline-block;
}

.thelabel {
	display: inline-block;
	min-width: 200px;
}

#wpcf7-f3654-p3652-o1 .wpcf7-form .wpcf7-submit {
	border: 1px solid var(--second);
	color: var(--second);
	padding: 10px 24px;
	font-weight: 500;
	display: inline-block;
	line-height: 1.7;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
	background-color: #fff;
}

#wpcf7-f3654-p3652-o1 .wpcf7-form .wpcf7-submit:hover {
	background-color: var(--second);
	color:#ffffff;
}

body.wholesale-product .product-wholesale-text,
body.wholesale-product .product-stockist {
	display: none !important;
}

.archive-wholesale-meta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	pointer-events: none;
	transition: all 0.2s ease-out 0s;
	opacity: 0;
}

li.product:hover > .archive-wholesale-meta {
	opacity: 1;
}

.archive-wholesale-meta-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 90%;
	color: #fff;
}

.archive-wholesale-meta-content p {
	margin: 0;
	font-size: 14px;
	font-style: italic;
}

.archive-wholesale-meta-content p span {
	font-weight: 700;
	font-style: normal;
}

body.wholesale-user.woocommerce ul.products li.product .price {
	display: none;
}

.archive-wholsesale-costing span {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}

body.wholesale-user.woocommerce-cart .woocommerce-info {
	display: none;
}

#ship-to-different-address {
	border-bottom: 1px solid;
	font-weight: 600;
}