

.product_title.entry-title {
	text-align: left;
}

/* Product Page Image */
.single-product div.product .woocommerce-product-gallery img {
	margin: 0 auto;
}

/* END Product Page Image*/


.woocommerce.single-product #primary.content-area {
	width: 100%;
	float: none;
}
.woocommerce .flex {
	display: flex;
}
.woocommerce.single-product .environment-logos .flex {
	align-items: center;
    justify-content: center;
    margin-top:1rem;
}
.woocommerce.single-product .product_title {
	font-size: 3rem;
}
.woocommerce.single-product div.product .price {
	margin: 1rem 0 1.2rem;
}
.woocommerce .single_add_to_cart_button {
	background-color:var(--brand-orange);
	
}
.woocommerce.single-product .woocommerce-product-details__short-description h5 {
	color:var(--brand-purple);
	margin-bottom:2rem;
	font-size: 1em;
} 
.woocommerce.single-product .woocommerce-product-details__short-description ul {
	list-style: disc;
	padding-left: 15px;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	flex-direction: column;
}
.woocommerce.single-product .woocommerce-product-details__short-description li {
	margin-bottom:2rem;
}
.woocommerce.single-product .icon-column {
	margin-right:5rem;
}
.woocommerce.single-product .icon-column img {
	filter: contrast(0%);
}
.woocommerce.single-product .icon-row h5{
	
	margin-bottom: 20px;
	font-weight: 700;
}
.product-video-button{
	margin-top: 40px;
}
.product-video-button.hidden{
	display: none;
}
/* styles needed to show the variation size bubbles twice! */
.woocommerce.single-product .woocommerce-product-gallery form table {
	width:auto;
	margin:auto;
}
.woocommerce.single-product .woocommerce-product-gallery form.cart {
	margin-bottom:0;
	padding-bottom:0;
}
.woocommerce.single-product .woocommerce-product-gallery form .single_variation_wrap {
	display: none !important;
}
.woocommerce.single-product table.variations th, .woocommerce.single-product .woocommerce-product-gallery .reset_variations {
	display: none !important;
}
/* bespoke variation bubbles REMOVE above if used */
 .product .variations #size {
	  display:none;
  }
 .product .variations .variation-radios {
	 display:flex;
 }
 .product .variations .variation-radios label{
	width:70px; 
	height:70px; 
	overflow:hidden; display:block; 
	cursor:pointer;
	border-radius: 50%;
	border: 3px solid black;
	font-size: 1.6rem;
	line-height: 70px;
	text-align: center; margin-right:.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.variation-radios label  span {
	padding: 5px;
	white-space: break-spaces;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: bold;
	}
.product .variations  input[type=radio]{display:none;}
.product .variations  label.active { border:3px solid var(--brand-green); }
.product .variations .variation-radios  label.out-of-stock {opacity: .5;}
.product .variations .variation-radios  label.out-of-stock.usa, .product .variations .variation-radios  label.out-of-stock.full { border-color:red; opacity:.7;}
/* bespoke variation bubbles end */

/* buyu online/local buttons */
.BuynowPopup {
	position: fixed;
	bottom: 5px;
	right: 5%;
	z-index: 99;
	display: flex;
}
.BuynowPopup a {
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 75%);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.75);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 75%);
}
.btn.blue-btn, .btn.green-btn {
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 20px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	background-size: 100% calc(200% + 4px);
	background-position: 0 -1px;
	padding:1.25rem 2rem;
	font-size: 1.8rem;
	font-weight: 500;
}
.green-btn {
	background-image: linear-gradient(to top,#398345 50%,#27bd67 50%);
	margin-right: 1rem;
}
.blue-btn {
	background-image: linear-gradient(to top,#2090e0 50%,#3cabfa 50%);
}
.wc-tabs-wrapper {
	background:#f4f4f4;
	position: relative;
	display: block;
	margin-left: -100vw;
  	margin-right: -100vw;
	padding-left: 100vw;
  	padding-right: 100vw;
  	box-sizing: border-box;
}

.wc-tabs-wrapper:after {
    content: " ";
    position: absolute;
    left: 100%;
    bottom: 0;
    top: 0;
    right: -100%;
    background-color: #f4f4f4;
    display: block;
   
}
.woocommerce-tabs ul.tabs li a:before {
	content: "";
	float: left;
	width: 30px;
	height: 40px;
	background: url(../../icons/product-tabs-label-icon.png) left top no-repeat;
	position: relative;
    top: -6px;
}
.woocommerce-tabs ul.tabs li.gf-why-use-this_tab a:before {
	background-position: -74px -175px;
}
.woocommerce-tabs ul.tabs li.gf-why-use-this_tab.active a:before {
	background-position: -23px -175px;
}
.woocommerce-tabs ul.tabs li.gf-how-to-use_tab a:before {
	background-position: -74px -18px;
}
.woocommerce-tabs ul.tabs li.gf-how-to-use_tab.active a:before {
	background-position: -23px -18px;
}
.woocommerce-tabs ul.tabs li.gf-related-products_tab a:before {
	background-position: -74px -70px;
}
.woocommerce-tabs ul.tabs li.gf-related-products_tab.active a:before {
	background-position: -23px -70px;
}
.woocommerce-tabs ul.tabs li {
	padding: 10px 50px 10px 30px;
    margin-bottom: 15px;
    background: #e8e5e5;
    font-size: 1.6rem;
    width: 100%;  
}
.woocommerce-tabs ul.tabs li a {
	color: #666;
	font-weight: 700;
	text-align: right;
}
	    
.woocommerce-tabs ul.tabs li.active   {
	background: var(--brand-green);
    box-shadow: 5px 7px 5px rgba(0,0,0,.15);
    
}
.woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}
.woocommerce-tabs ul.tabs li a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	position: absolute;
	margin-left:1em;
	
}
.woocommerce-tabs ul.tabs li.active::after {
	right:100%;
	left:1em;
	transform: scaleX(-1);
	display:none;
}

.woocommerce-tabs .related > h2, .woocommerce-tabs .upsells > h2, .woocommerce-tabs .related > p, .woocommerce-tabs .upsells > p {
	display:none;
}
.woocommerce-tabs .panel .whyuse-description h2:first-child {
	color:var(--brand-blue);
	
}
.woocommerce .flex section.upsells, .woocommerce .flex section.related {
	flex: 0 0 auto;
}

@media screen and (min-width: 960px) {
	.woocommerce.single-product div.product .woocommerce-tabs {
		width: 100%;
		clear:none;
	}
	
	.woocommerce .woocommerce-tabs ul.tabs {
		text-align: right;
		margin-right: 0;
		width:25%;
		border:none;
	}
	.woocommerce .woocommerce-tabs .panel {
		padding: 0 30px 5px 20px;
		width:75%;
		min-height: 683px;
	}
	
	
	
}
@media screen and (max-width:768px) {
	.woocommerce.single-product .woocommerce-product-details__short-description ul {
		padding-left:0;
		margin-left:17px;
	}
	.single-product div.product table.variations th, .single-product div.product table.variations td {
		text-align: center;
	}
	.woo-variation-swatches .variable-items-wrapper {
		justify-content: center;
	}
}
/* Woocommerce Shop and Category Pages */
.woocommerce.left-sidebar #primary {
	width:80%;
}
.woocommerce.left-sidebar #secondary {
	width:15%;

}
.woocommerce .site-main .wcf-hider {
	display: block;
}
.wcf-form-elements-wrapper .wcf-filter-title {
	display: none;
}
#wcf-items-container-categories > div > label.wcf-checkbox {
	border-bottom:1px solid #c8c8c8;
	margin-bottom:1em;
}
#wcf-items-container-categories > div > label.wcf-checkbox .wcf-label-item {
	text-transform: uppercase;
	font-weight: bold;
}
#wcf-items-container-categories > div > label.wcf-checkbox .wcf-checkmark-holder {
	display: none;
}
#wcf-items-container-categories .wcf-is-child-term {
	margin-left:0;
}
#wcf-items-container-categories .wcf-checkbox .wcf-cp {
	background-color:#008000;
}
#wcf-items-container-categories input:checked + .wcf-label-item {
	color:#008000;
}


/* Swatches Nikwax Circles */
.single-product.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-weight: 600;
	box-sizing: content-box;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	padding: 5px;
	white-space: break-spaces;
	line-height:1;
	letter-spacing: -1px;
}
/* Why Use Q&A */
.whyuse-description {
	padding: 1em 0px 5px 20px;
}
.whyuse-description	.whyuse-qa h3 {
	font-size: 16px;
	margin: 0 0 10px 0 !important;
    padding: 35px 20px 15px 0 !important;
    line-height: 31px !important;
    color: #787878 !important;
}
.whyuse-description	.whyuse-question {
	cursor: pointer;
	position: relative;
}
.whyuse-description	.whyuse-question h3:before {
	content: "\f078";
	position: absolute;
	right:0;
	font-family: "Font Awesome 5 Free";
}
.whyuse-description	.whyuse-question.down h3:before {
	content: "\f077";
}
/* center icons in flex */

.product .icon-column ul.flex {
	align-items: center;
}
.product .icon-column ul.flex li {
	display: flex;
}
/* show 'tooltop' above icons on product page - start */
.product [data-icon-label]{
	position: relative;
	cursor: pointer;
	--icon-label-color: #111;
}

.product [data-icon-label]:before,
.product [data-icon-label]:after{
	transition: opacity 300ms ease;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.product [data-icon-label]:before{
	content: " ";
	bottom: calc(100% + 1rem);
	width: 0; 
	height: 0; 
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 1rem solid var(--icon-label-color);
}

.product [data-icon-label]:after{
	content: attr(data-icon-label);
	bottom: calc(100% + 1.8rem);
	width: max-content;
	padding: 0.5rem;
	background-color: var(--icon-label-color);
	color: #fff;
	border-radius: 5px;
}

/* make sure the first one doesn't overflow on small screens */
@media screen and (max-width: 768px){
	.product .icon-row {
		display: block;
	}
	.product .icon-column:first-child [data-icon-label]:first-child:after{
		left: 0;
		transform: translateX(0);
	}
}

.product [data-icon-label]:hover:before,
.product [data-icon-label]:hover:after{
	opacity: 1;
}
/* show 'tooltop' above icons on product page - end */

/* Featured Products */
.featured-products .products.columns-3 li.featured {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.featured-products .wvs-archive-variations-wrapper {
    display: none;
}
.featured-products .button.shop-page {
    text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
    .featured-products ul.products {
        flex-direction: column;
    }

}