/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x
Site: Plukd
Developer: Urwin Studio https://www.urwinstudio.com

Colours:
Red #ed1d3b
Black #000

*/

#wpadminbar {
	z-index: 99999999!important;
}

.x-root {
    display: unset!important;
}

/******************** MASTER LAYOUT ********************/

body {
	line-height: 1.3em;
}

.entry-wrap {
	padding: 0!important;
}

@media screen and (max-width: 768px) {
	
	.entry-content.content {
		background-color: #fff;
	}
	
}

@media screen and (min-width: 768px) {
	
	.entry-content.content {
		margin: 0;
	}
	
}

.single .hentry .entry-wrap {
	border-bottom: 0!important;
}

@media screen and (max-width: 1199px) {
	
	.desktopWrapper {
		display: none;
	}
	
}

@media screen and (min-width: 1200px) {
	
	.mobileWrapper {
		display: none;
	}	
	
}

/******************** TYPOGRAPHY ********************/

/*

font-family: "veneer", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "looking-flowers-script", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "montserrat", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "montserrat", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "montserrat", sans-serif;
font-weight: 400;
font-style: normal;

*/

h1 {
	font-family: "veneer", sans-serif!important;
	font-weight: 400!important;
	font-style: normal!important;
	color: #000!important;
	text-transform: uppercase;
	letter-spacing: 0em!important;
}

h1.entry-title {
	display: none;
}

body.woocommerce-shop h1.entry-title,
body.woocommerce-page h1.entry-title {
	display: unset;
}

h2,
body.inner .rowRed h2 {
	font-family: "looking-flowers-script", sans-serif!important;
	font-weight: 400!important;
	font-style: normal!important;
	color: #000!important;
	letter-spacing: 0em!important;
}

body.inner h2,
body.single h2 {
	font-family: "veneer", sans-serif!important;
	font-weight: 400!important;
	font-style: normal!important;
	color: #ed1d3b!important;
}

h3 {
	font-family: "veneer", sans-serif!important;
	font-weight: 400!important;
	font-style: normal!important;
	color: #000!important;
	letter-spacing: 0em!important;
}

h4 {
	font-family: "veneer", sans-serif!important;
	font-weight: 400!important;
	font-style: normal!important;
	color: #000!important;
	letter-spacing: 0em!important;
}

h5 {
	font-family: "veneer", sans-serif!important;
	font-weight: 400!important;
	font-style: normal!important;
	color: #000!important;
	letter-spacing: 0em!important;
}

.rowCrumbs h5,
.rowCrumbs h5 a {
	color: #fff!important;
}

body, p, ul, ol, th, tr, td {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000!important;
	letter-spacing: 0!important;
}

.entry-wrap ol ol,
.entry-wrap ul ul,
.entry-wrap ol ul,
.entry-wrap ul ol,
.entry-content.content th p,
.entry-content.content td p
{
	font-size: 1.0em!important;
	font-size: 100%!important;
}

.rowBanner h1,
.rowBanner h2,
body.inner .rowBanner h2,
.rowBanner h3,
.rowBanner h4,
.rowBanner h5,
.rowBanner p,
.rowBanner ul,
.rowBanner ol,
.rowBanner a,
.rowRed h1,
.rowRed h2,
.rowRed h3,
.rowRed h4,
.rowRed h5,
.rowRed p,
.rowRed ul,
.rowRed ol,
.rowRed a,
.rowBlack h1,
.rowBlack h2,
.rowBlack h3,
.rowBlack h4,
.rowBlack h5,
.rowBlack p,
.rowBlack ul,
.rowBlack ol,
.rowBlack a {
	color: #fff!important;
}

.txtRed {
	color: #ed1d3b!important;
}

/*.entry-content li { 
	list-style-position: inside;
}*/

blockquote {
	padding: 40px 0;
	border-left: 0;
	border-top: 2px solid #000;
	border-right: 0;
	border-bottom: 2px solid #000;
	margin: 40px 0;
}

.entry-content blockquote p {
	padding: 0!important;
	margin: -70px 0 0 0!important;
	line-height: 1.2em!important;
	font-weight: 400!important;
	text-transform: uppercase;
}

.entry-content blockquote p img {
	position: relative;
	padding: 0 0 0 0!important;
	top: -70px;
	margin: 70px 0 20px 0!important;
	line-height: 1.2em!important;
	font-weight: 400!important;
	text-transform: uppercase;
	background-color: #fff;
}

.menu-main-nav-container ul {
	list-style-type: none;
}

.entry-content ul {
	list-style-type: none;
	margin: 0 0 20px 0!important;
}

.entry-content ul li {
	position: relative;
	padding-left: 29px;
}

.entry-content ul li::before {
	content: url(/wp-content/uploads/2022/03/bullet.png);
	position: absolute;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 767px) {

	h1 {
		margin: 0 0 20px 0!important;
		font-size: 8em!important;
		line-height: 0.9em!important;
	}

	body.home .rowBanner h1 {
		margin: 30px 0 0 0!important;
	}

	body.inner h1,
	body.single h1 {
		font-size: 6em!important;
	}

	body.woocommerce-page h1 {
		font-size: 4em!important;
	}

	h1 img {
		height: 65px;
		width: auto;
		position: relative;
		top: -6px!important;
	}
	
	h2,
	body.inner .rowRed h2 {
		margin: 0 0 20px 0!important;
		padding-bottom: 0!important;
		font-size: 5em!important;
		line-height: 0.9em!important;
	}

	body.home .rowBanner h2 {
		margin: -10px 0 0 0!important;
	}
	
	body.inner h2,
	body.single h2 {
		margin: -20px 0 20px 0!important;
		font-size: 3.5em!important;
	}
	
	h3 {
		margin: 0 0 20px 0!important;
		font-size: 3em!important;
		line-height: 0.9em!important;
	}
	
	.rowContent h3 {
		margin: 40px 0 10px 0!important;
	}
	
	.entry-content .postExcerpt p {
		font-weight: 400!important;
		margin: 0 0 20px 0!important;
		font-size: 2em!important;
		line-height: 1.2em!important;
	}
	
	h4	{
		margin: 0 0 20px 0!important;
		font-size: 2.5em!important;
		line-height: 0.9em!important;
	}
	
	h5	{
		margin: 0 0 0 0!important;
		font-size: 1.4em!important;
		line-height: 0.9em!important;
	}
	
	blockquote	{
		font-size: 1.1em!important;
	}
	
	.entry-content p,
	.excerpt p,
	.entry-content ul,
	.entry-content ol,
	.entry-content th,
	.entry-content td	{
		font-size: 1.3em!important;
		line-height: 1.3em!important;
		margin: 0 0 20px 0!important;
		padding: 0!important;
		letter-spacing: 0em;
	}
	
	footer.x-colophon.top p	{
		font-size: 1em!important;
		line-height: 1.3em!important;
		margin: 0 0 20px 0!important;
		padding: 0!important;
		letter-spacing: 0em;
	}

}

@media screen and (min-width: 768px) and (max-width: 1279px) {

	h1 {
		margin: 0 0 20px 0!important;
		font-size: 10em!important;
		line-height: 0.9em!important;
	}

	body.home .rowBanner h1 {
		margin: 30px 0 0 0!important;
	}

	body.inner h1,
	body.single h1 {
		font-size: 8em!important;
	}

	body.woocommerce-page h1 {
		font-size: 6em!important;
	}

	h1 img {
		height: 90px;
		width: auto;
		position: relative;
		top: -9px!important;
	}
	
	h2,
	body.inner .rowRed h2 {
		margin: 0 0 20px 0!important;
		padding-bottom: 0!important;
		font-size: 5em!important;
		line-height: 0.9em!important;
	}

	body.home .rowBanner h2 {
		margin: -10px 0 0 0!important;
	}
	
	body.inner h2,
	body.single h2 {
		margin: -20px 0 20px 0!important;
		font-size: 4em!important;
	}
	
	h3 {
		margin: 0 0 20px 0!important;
		font-size: 3.5em!important;
		line-height: 0.9em!important;
	}
	
	.rowContent h3 {
		margin: 40px 0 10px 0!important;
	}
	
	.entry-content .postExcerpt p {
		font-weight: 400!important;
		margin: 0 0 20px 0!important;
		font-size: 2em!important;
		line-height: 1.2em!important;
	}
	
	h4	{
		margin: 0 0 20px 0!important;
		font-size: 2.5em!important;
		line-height: 0.9em!important;
	}
	
	h5	{
		margin: 0 0 0 0!important;
		font-size: 1.4em!important;
		line-height: 0.9em!important;
	}
	
	blockquote	{
		font-size: 1.2em!important;
	}

	.entry-content p,
	.excerpt p,
	.entry-content ul,
	.entry-content ol,
	.entry-content th,
	.entry-content td {
		font-size: 1.4em!important;
		line-height: 1.4em!important;
		margin: 0 0 20px 0!important;
		padding: 0!important;
		letter-spacing: 0em;
	}
	
	footer.x-colophon.top p {
		font-size: 1.2em!important;
		line-height: 1.4em!important;
		margin: 0 0 20px 0!important;
		padding: 0!important;
		letter-spacing: 0em;
	}
	
}

@media screen and (min-width: 1280px) {

	h1 {
		margin: 0 0 20px 0!important;
		font-size: 12em!important;
		line-height: 0.9em!important;
	}

	body.home .rowBanner h1 {
		margin: 30px 0 0 0!important;
	}

	body.inner h1,
	body.single h1 {
		font-size: 10em!important;
	}

	body.woocommerce-page h1 {
		font-size: 8em!important;
	}

	h1 img {
		height: 110px;
		width: auto;
		position: relative;
		top: -12px!important;
	}
	
	h2,
	body.inner .rowRed h2 {
		margin: 0 0 20px 0!important;
		padding-bottom: 0!important;
		font-size: 5em!important;
		line-height: 0.9em!important;
	}

	body.home .rowBanner h2 {
		margin: -10px 0 0 0!important;
	}
	
	body.inner h2,
	body.single h2 {
		margin: -20px 0 20px 0!important;
		font-size: 4em!important;
	}
	
	h3 {
		margin: 0 0 20px 0!important;
		font-size: 3.5em!important;
		line-height: 0.9em!important;
	}
	
	.rowContent h3 {
		margin: 40px 0 10px 0!important;
	}
	
	.entry-content .postExcerpt p {
		font-weight: 400!important;
		margin: 0 0 20px 0!important;
		font-size: 2em!important;
		line-height: 1.2em!important;
	}
	
	h4	{
		margin: 0 0 20px 0!important;
		font-size: 2.5em!important;
		line-height: 0.9em!important;
	}
	
	h5	{
		margin: 0 0 0 0!important;
		font-size: 1.4em!important;
		line-height: 0.9em!important;
	}
	
	blockquote {
		font-size: 1.2em!important;
	}

	.entry-content p,
	.excerpt p,
	.entry-content ul,
	.entry-content ol,
	.entry-content th,
	.entry-content td	{
		font-size: 1.4em!important;
		line-height: 1.4em!important;
		letter-spacing: 0em;
		margin: 0 0 20px 0!important;
		padding: 0!important;
	}

	footer.x-colophon.top p {
		font-size: 1.2em!important;
		line-height: 1.4em!important;
		margin: 0 0 20px 0!important;
		padding: 0!important;
		letter-spacing: 0em;
	}
	
}

.wp-caption {
	padding: 0;
	border: 0;
	text-align: left;
	background: transparent;
}

.wp-caption p.wp-caption-text {
	text-transform: none!important;
	font-size: 0.95em!important;
	line-height: 1.2em!important;
	margin-top: 10px!important;
}

.rowContent a,
.rowQuote a {
	color: #ed1d3b!important;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.rowContent a:hover,
.rowQuote a:hover {
	color: #000!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.button {
    text-shadow: none!important;
}

.rowBanner a,
a.btn,
a.btnRed,
.nf-form-content input[type=submit],
.entry-content button.single_add_to_cart_button,
.entry-content.content .woocommerce-cart-form .button,
.wc-proceed-to-checkout a,
.wc-block-components-button:not(.is-link) {
	font-family: "veneer", sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
	display: inline-block;
	color: #fff!important;
	background-color: #000!important;
	border: 0; 
	margin: 0;
	padding: 11px 30px 8px 30px!important;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	box-shadow: none!important;
	letter-spacing: 0.03em;
	font-size: 1em!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
}

.entry-content button.single_add_to_cart_button,
.wc-proceed-to-checkout a,
.wc-block-components-button:not(.is-link)
/*.entry-content.content .woocommerce-cart-form .button*/ {
	font-size: 1.4em!important;
}

a.btnRed,
.entry-content button.single_add_to_cart_button,
.wc-proceed-to-checkout a,
.wc-block-components-button:not(.is-link) {
	background-color: #ed1d3b!important;
	margin: 0!important;
}

.entry-content.content .woocommerce-cart-form .button {
	background-color: #ed1d3b!important;
	margin: 10px 0 0 0!important;
}

a.btn:hover {
	color: #fff!important;
    background-color: #ed1d3b!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.rowRed a.btn {
	border: 3px solid #000;	
}

.rowRed a.btn:hover {
	border: 3px solid #000;	
}

a.btnRed:hover,
.entry-content button.single_add_to_cart_button:hover,
.entry-content.content .woocommerce-cart-form .button:hover,
.wc-proceed-to-checkout a:hover,
.wc-block-components-button:not(.is-link):hover {
	color: #fff!important;
    background-color: #000!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.alignnone {
	margin: 0!important;
}

/******************** WIDGETS ********************/

i.x-icon {
	font-size: 2em;
	padding: 20px 12px 0 0;
}

a i.x-icon {
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.rowContent .iconWrapper a {
	text-decoration: none!important;
}

.x-colophon.top .widget {
    margin-top: 0!important;
}

a i.x-icon:hover {
	color: #ed1d3b;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.x-slider-scroll-bottom {
	border: 0;
}

.x-scroll-top {
	border: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.x-scroll-top:hover {
	cursor: pointer;
	margin-bottom: 10px!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.x-scroll-top .x-icon-angle-up:before {
    content: url(/wp-content/uploads/2023/11/plukd-icon-sml-rev.png);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

br.clear {
	clear: both;
}

.grecaptcha-badge {
	display: none!important;
}

.rowFeatures .x-column.x-sm.vc.x-1-3 img:hover {
	opacity: 0.8!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dividerStar {
	position: relative;
	top: 4px;
	padding-left: 6px;
	padding-right: 6px;
}

footer .dividerStar {
	top: 2px;
}

/******************** HEADER ********************/

.masthead  {
    width: 100%;
	position:absolute;
	top: 0;
	z-index: 999;
}

body.home .masthead  {
    width: 100%;
    background-color:transparent !important;
	position:absolute;
	top: 0;
	z-index: 999;
}

.x-navbar-wrap {
	z-index: 99999998!important;
}

.x-brand {
	font-size: unset!important;
}

body.home .topCart {
	padding-top: 35px;
}

body.inner .topCart,
body.single .topCart {
	padding-top: 17px;
}

.topCart a.linkAccount,
.topCart a.linkCart {
	font-size: 0!important;
}

.topCart a.linkAccount {
	margin-right: 12px;
}

.topCart a.linkCart {
	
}

.topCart a.linkAccount:after {
	content: url(https://plukd.urwin.studio/wp-content/uploads/2023/11/icon-account.png);
	width: 33px;
	height: 33px;
}

.topCart a.linkCart:after {
	content: url(https://plukd.urwin.studio/wp-content/uploads/2023/11/icon-cart.png);
	width: 33px;
	height: 33px;
}

@media screen and (max-width: 979px) {	
	
	body.home .topLogo {
		width: 157px;
	}

	body.home .topNav {
		width: calc(50% - 157px);
	}

	body.home .topCart {
		width: 25%;
	}
	
	.topLogo {
		float: left;
		width: 62px;
	}
	
	.topNav {
		float: left;
		width: calc(75% - 62px);
	}

	.topCart {
		float: left;
		text-align: right;
		width: 25%;
	}
	
	.x-navbar,
	.x-navbar-inner,
	.x-navbar .desktop .x-nav > li > a	{
		height: 68px!important;
		min-height: 68px!important;
	}
	
	.x-navbar ul#menu-main-nav li a,
	.x-navbar .x-nav-wrap .x-nav li a {
		padding-top: 23px;
	}
	
	.topLogo .x-brand {
		margin-top: 15px;
		margin-bottom: 16px;
	} 

	body.home  .topLogo .x-brand.img img {
		width: 127px!important;
		height: 72px!important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.topLogo .x-brand.img img {
		width: 25px!important;
		height: 37px!important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	
	.x-navbar .desktop .x-nav > li > a {
		height: 68px!important;
		padding-top: 24px!important;
	}

	body.home .x-navbar .desktop .x-nav > li > a {
		height: 85px!important;
		padding-top: 45px!important;
	}
	
	body.inner .x-main.full,
	body.single .x-main.full,
	body.woocommerce-page .x-main.full {
		padding-top: 68px;
	}
	
}

@media screen and (min-width: 980px) {	
	
	body.home .topLogo {
		width: 157px;
	}

	body.home .topNav {
		width: calc(75% - 157px);
	}
	
	.topLogo {
		float: left;
		width: 62px;
	}
	
	.topNav {
		float: left;
		width: calc(75% - 62px);
	}

	.topCart {
		float: left;
		text-align: right;
		width: 25%;
	}
	
	.x-navbar,
	.x-navbar-inner,
	.x-navbar .desktop .x-nav > li > a	{
		height: 68px!important;
		min-height: 68px!important;
	}
	
	.x-navbar ul#menu-main-nav li a,
	.x-navbar .x-nav-wrap .x-nav li a {
		padding-top: 23px;
	}
	
	.topLogo .x-brand {
		margin-top: 15px;
		margin-bottom: 16px;
	} 

	body.home  .topLogo .x-brand.img img {
		width: 127px!important;
		height: 72px!important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.topLogo .x-brand.img img {
		width: 25px!important;
		height: 37px!important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	
	.x-navbar .desktop .x-nav > li > a {
		height: 68px!important;
		padding-top: 24px!important;
	}

	body.home .x-navbar .desktop .x-nav > li > a {
		height: 85px!important;
		padding-top: 45px!important;
	}
	
	body.inner .x-main.full,
	body.single .x-main.full,
	body.woocommerce-page .x-main.full {
		padding-top: 68px;
	}
	
}

body.home .x-navbar {
	background: transparent!important;
	border: 0;
}

body.inner .x-navbar,
body.single .x-navbar,
body.woocommerce-page .x-navbar {
	background: #ed1d3b;
	border: 0;
}

.x-navbar {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border-bottom: 0;
}

.x-navbar-wrap {
	height: unset!important;
}

.x-navbar ul#menu-main-nav {
	width: 100%!important;
	text-align: left!important;
}

.x-navbar .desktop .x-nav li {
	float: none!important;
	display: inline-block!important;
}

footer.x-colophon.top .widget ul li {
	text-transform: none;
}

.x-navbar ul#menu-main-nav li a,
.x-navbar .x-nav-wrap .x-nav li a {
	font-family: "veneer", sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
	font-size: 1.8em!important;
	letter-spacing: 0.01em!important;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	padding-left: 8px!important;
	padding-right:4px!important;
}

.x-navbar ul#menu-main-nav li a:after,
.x-navbar .x-nav-wrap .x-nav li a:after {
	position: relative;
	content: '*';
	top: 5px;
	left: 8px;
	color: #fff;
}

.x-navbar ul#menu-main-nav li.menu-item-119 a:last-child:after,
.x-navbar .x-nav-wrap .x-nav li.menu-item-119 a:last-child:after {
	content: '';
}

body.shop .x-navbar ul#menu-main-nav li a,
body.shop .x-navbar .x-nav-wrap .x-nav li a {
	color: #000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body.home .x-navbar .desktop .x-nav a:hover,
.rowBanner .x-1-4 .menu-main-nav-container li a:hover {
	 color: #ed1d3b!important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

body.inner .x-navbar .desktop .x-nav a:hover,
body.single .x-navbar .desktop .x-nav a:hover,
.rowBanner .x-1-4 .menu-main-nav-container li a:hover {
	 color: #000!important;
}

.x-navbar .desktop .x-nav .current-menu-item a span,
.x-navbar .desktop .x-nav .current-page-ancestor a span,
body.events .x-navbar .desktop .x-nav li.menu-item-120 a span,
body.recipes .x-navbar .desktop .x-nav li.menu-item-119 a span {
	color: #000!important;
	border-radius: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

body.inner .x-navbar ul#menu-main-nav li a:hover
body.inner .x-navbar .x-nav-wrap .x-nav li a:hover,
body.single .x-navbar ul#menu-main-nav li a:hover
body.single .x-navbar .x-nav-wrap .x-nav li a:hover {
	 color: #000!important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.x-navbar .desktop .x-nav .current-menu-item a:hover span,
.x-navbar .desktop .x-nav .current-page-ancestor a:hover span {
	color: #000!important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/*
.x-navbar .desktop .x-nav .current-menu-item a:hover {
	color: #717f92!important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
*/

.widget_nav_menu .current-menu-item a:after {
	display: none;
}

.x-navbar .desktop .x-nav li a span {
	padding-left: 0!important;
	padding-top: 10px!important;
	padding-right: 0!important;
	padding-bottom: 10px!important;
	border: 0;
}

/* sticky */

.x-navbar-fixed-top-active .x-navbar-wrap {
	margin-bottom: 0!important;
}

.x-navbar.x-navbar-fixed-top .x-navbar-inner {
	background: #ed1d3b!important;	
}

.x-navbar.x-navbar-fixed-top .topCart {
	padding-top: 17px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

@media screen and (max-width: 979px) {	
	
	.x-navbar.x-navbar-fixed-top {
		height: 68px!important;	
		min-height: 68px!important;	
	}

	.x-navbar.x-navbar-fixed-top .x-navbar-inner {
		height: 68px!important;	
		min-height: 68px!important;	
	}
	
}

@media screen and (min-width: 980px) {
	
	.x-navbar.x-navbar-fixed-top {
		height: 68px!important;	
		min-height: 68px!important;	
	}

	.x-navbar.x-navbar-fixed-top .x-navbar-inner {
		height: 68px!important;	
		min-height: 68px!important;	
	}
	
	.x-navbar-fixed-top .topLogo img {
		opacity: 0;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.x-navbar-fixed-top .topLogo a {
		background-image: url(/wp-content/uploads/2023/11/plukd-icon-sml-rev.png);
		width: 25px!important;
		height: 37px!important;
		background-size: cover;
		background-repeat: no-repeat;
		top: 15px;
		left: 0;
	}
	
	.x-navbar.x-navbar-fixed-top .topLogo .x-brand {
		margin-top: 15px;
		margin-bottom: 16px;
	}

	.x-navbar.x-navbar-fixed-top .topLogo .x-brand.img img {
		width: 25px!important;
		height: 37px!important;
	}

	.x-navbar.x-navbar-fixed-top,
	body.noBanner .x-navbar.x-navbar-fixed-top {
		background: #ed1d3b!important;
		z-index: 999999;
	}

	.x-navbar.x-navbar-fixed-top ul#menu-main-nav  {
		border-bottom: 0;	
	}

	.x-navbar.x-navbar-fixed-top ul#menu-main-nav li a,
	.x-navbar.x-navbar-fixed-top .desktop .x-nav li a	{
		color: #fff!important;
		height: 68px!important;
		padding-top: 24px!important;
	}
	
	body.home .x-navbar.x-navbar-fixed-top .desktop .x-nav .current-menu-item a span,
	body.home .x-navbar.x-navbar-fixed-top .desktop .x-nav .current-page-ancestor a span, 
	.x-navbar.x-navbar-fixed-top .desktop .x-nav .current-menu-item a span,
	.x-navbar.x-navbar-fixed-top .desktop .x-nav .current-page-ancestor a span,
	.x-navbar.x-navbar-fixed-top .desktop .x-nav .current-menu-item a:hover span,
	.x-navbar.x-navbar-fixed-top .desktop .x-nav .current-page-ancestor a:hover span	{
		color: #000!important;
		border-radius: 0;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.x-navbar.x-navbar-fixed-top ul#menu-main-nav li a:hover {
		color: #000!important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.x-navbar.x-navbar-fixed-top ul#menu-main-nav li a > span {
		padding-top: unset!important;
		border-top: 0;
		border-radius: 0;
	}
	
}

/* dropdown */

.desktop .sub-menu {
	margin: 0 0 0 -20px!important;
	padding: 15px!important;
	z-index: 9999999!important;
	left: 0!important;
	right: auto!important;	
}

.x-navbar ul.sub-menu {
	text-align: left!important;
}

.x-navbar .desktop .x-nav li ul.sub-menu li {
	float: none!important;
	display: block!important;
}

.x-navbar .desktop .x-nav li ul.sub-menu li a {
	color: #000c!important;
	padding: 0!important;
	height: unset!important;
	padding-top: unset!important;
}

.x-navbar.x-navbar-fixed-top ul#menu-main-nav ul.sub-menu li a,
.x-navbar.x-navbar-fixed-top .desktop .x-nav ul.sub-menu li a {
	color: #000!important;
	padding: 0 8px!important;
	height: unset!important;
	padding-top: unset!important;
}

.x-navbar .desktop .x-nav .current-menu-item ul.sub-menu a span,
.x-navbar .desktop .x-nav .current-page-ancestor ul.sub-menu a span {
	color: #000!important;
	border-bottom: 0!important;
}

.x-navbar .desktop .x-nav li ul.sub-menu li a span,
.x-navbar.x-navbar-fixed-top ul#menu-main-nav ul.sub-menu li a span,
.x-navbar.x-navbar-fixed-top .desktop .x-nav ul.sub-menu li a span {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.x-navbar .desktop .x-nav li ul.sub-menu li a:hover span,
.x-navbar.x-navbar-fixed-top ul#menu-main-nav ul.sub-menu li a:hover span,
.x-navbar.x-navbar-fixed-top .desktop .x-nav ul.sub-menu li a:hover span {
	color: #ed1d3b!important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.x-navbar .desktop .x-nav li>a>span:after {
	content: "\2b";
}

/* mobile nav */

#x-btn-navbar {
	display: none!important;
}

@media screen and (max-width: 579px) {
	
	nav.x-nav-wrap.desktop {
		display: none;
	}
	
	#custom_toggle {
		margin-top: 34px;
	}
	
}

@media screen and (min-width: 580px) {
	
	.x-nav-wrap.desktop {
		display: unset!important;
	}
	
	#custom_toggle	{
		display: none;
	}
	
}

#custom_toggle {
	position: absolute;
	right: 3%;
	z-index: 9999999;
}

#custom_toggle:hover {
	cursor: pointer; 
}

#custom_toggle:before {
	content: url(/wp-content/uploads/2023/08/nav.png)!important;
}

body.home #custom_toggle:before,
body.noBanner #custom_toggle:before {
	content: url(/wp-content/uploads/2023/08/nav-rev.png)!important;
}

#sfm-sidebar .sfm-sidebar-bg {
	background-color: #000!important;
}

#sfm-sidebar .sfm-logo {
	background-color: #000!important;
}

#sfm-sidebar .sfm-logo img {
	padding-top: 50px!important;
}

#sfm-sidebar .sfm-logo p,
.sfm-widget.sfm-widget-bottom {
	margin: 0!important;
	text-align: center!important;
}

.sfm-widget.sfm-widget-bottom img {
	width: 860px!important;
}

.sfm-style-full #sfm-sidebar .sfm-logo {
	background-color: #000!important;
	padding: 0!important;
}

.sfm-style-full #sfm-sidebar .sfm-fs-bottom-box>*, .sfm-style-full #sfm-sidebar .sfm-logo>*, .sfm-style-full #sfm-sidebar .sfm-nav>* {
    transform: none;
    -webkit-transition: none;
    transition: none;
	background-color: #000!important;
}

ul.sfm-menu-level-0.sfm-menu li a {
	color: #fff!important;
	font-size: 1.4em!important;
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
}

ul.sfm-child-menu.sfm-menu-level-1 li a {
	font-size: 1.4em!important;
}

ul.sfm-menu-level-0.sfm-menu li a {
	padding-left: 30px!important;
	padding-top: 15px!important;
	padding-right: 30px!important;
	padding-bottom: 15px!important;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

ul.sfm-menu-level-0.sfm-menu li a:hover {
	color: #ed1d3b!important;
	padding-left: 30px!important;
	padding-top: 15px!important;
	padding-right: 30px!important;
	padding-bottom: 15px!important;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

#sfm-sidebar .sfm-menu-level-0 li .sfm-sm-indicator i {
	border-color: #ed1d3b!important;
}

#sfm-sidebar .sfm-menu li > a:before {
	display: none!important;
}

.sfm-style-full #sfm-sidebar .sfm-sidebar-close:before, .sfm-style-full #sfm-sidebar .sfm-sidebar-close:after {
	background-color: #000!important;
}

ul.sfm-menu-level-0.sfm-menu li a:before,
ul.sfm-menu-level-0.sfm-menu li a:after {
	display: none!important;
}

/******************** LAYOUT ********************/

.x-content-band {
	margin: 0;
}

.x-img {
    margin-bottom: 0!important;
}

.rowFeatures .x-column.x-sm.vc.x-1-3 img {
	margin: 0;
	position: relative;
}

.rowFeatures h3 {
	margin: 20px 0 20px 0!important;
}

.rowRed {
	background-color: #ed1d3b!important;
}

.rowBlack {
	background-color: #000!important;
}

.rowTexture {
	background-image: url(/wp-content/uploads/2023/11/bg-grid.png);
	background-repeat: repeat;
}

.rowGrid {

}

.overlapT .x-1-3 img {
	margin-top: -150px!important;	
}

.colOverlapL.x-1-2 {
	margin-top: 70px;
	margin-left: -150px!important;
	background: #fff;	
	padding: 70px 70px 50px 70px;
}

.colOverlapR.x-1-2 {
	margin-top: 70px;
	margin-right: -150px!important;	
	background: #fff;	
	padding: 70px 70px 50px 70px;
	z-index: 9999;
}

.bgRight {
	background-image: url(/wp-content/uploads/2023/11/plukd-bg.png);
	background-position: right;
	background-repeat: no-repeat;
}

.bgLeft {
	background-image: url(/wp-content/uploads/2023/11/plukd-bg.png);
	background-position: left;
	background-repeat: no-repeat;
}

.rowFeatures .x-container.max.width.wpb_row {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	}

.rowFeatures .x-1-3 {
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #f1f1f1!important;
}

.entry-content .rowFeatures .x-1-3 p {
	padding: 30px!important;
}

@media screen and (max-width: 767px) {

	.desktop {
		display: none;
	}
	
	/*.entry-content.content {
		margin-top: 94px;
	}
	
	body.home .entry-content.content,
	body.noBanner .entry-content.content	{
		margin-top: 0;
	}*/
	
	.x-content-band.vc.padT	{
		padding-top: 40px!important;	
	}
	
	.x-content-band.vc.padB	{
		padding-bottom: 40px!important;
	}
	
	.x-resp-embed {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
	.x-content-band.vc.rowBanner {
		padding-top: 150px!important; 
		padding-bottom: 130px!important;
	}
	
	.rowFeatures .x-1-3 img.x-img	{
		width: 100%!important;
		max-width: unset!important;
	}
	
	.x-content-band.vc.rowFeatures padB	{
		padding-bottom: 0!important;
	}
	
	.rowFeatures .x-1-3	{
		margin-bottom: 40px!important;
	}
	
	.rowContent .x-1-2 img {
		width: 100%;
		padding: 20px 0 0 0;
	}
	
	.x-column.x-sm.vc.x-1-3  {
		
	}
	
	.x-content-band.vc.rowPanel .x-column.x-sm.vc.x-1-1 h1	{
		padding: 0 3% 0 3%;
	}
		
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	
	.mobile {
		display: none;
	}
	
	/*body.inner .entry-content.content {
		margin-top: 94px;
	}*/
	
	.x-content-band.vc.padT	{
		padding-top: 50px!important;
	}
	
	.x-content-band.vc.padB	{
		padding-bottom: 50px!important;	 
	}
	
	.x-resp-embed {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	
	.x-content-band.vc.rowNarrow,
	.x-content-band.vc.rowBannerInner	{
		width: 90%;
		margin-left: 5%!important;
		margin-right: 5%!important;
	}
	
	blockquote	{
		width: 90%;
		margin-left: 5%!important;
		margin-right: 5%!important;
	}
	
	.x-content-band.vc.rowBanner {
		padding-left: 0;
		padding-top: 130px!important; 
		padding-right: 0;
		padding-bottom: 130px!important;
	}
	
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
	
	.mobile {
		display: none;
	}
	
	/*body.inner .entry-content.content {
		margin-top: 123px;
	}*/
	
	.x-content-band.vc.padT {
		padding-top: 50px!important;
	}
	
	.x-content-band.vc.padB	{
		padding-bottom: 50px!important;	 
	}
	
	.x-resp-embed {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.x-content-band.vc.rowNarrow,
	.x-content-band.vc.rowBannerInner	{
		width: 60%;
		margin-left: 20%!important;
		margin-right: 20%!important;
	}
	
	blockquote	{
		width: 80%;
		margin-left: 10%!important;
		margin-right: 10%!important;
	}
	
	.x-content-band.vc.rowBanner {
		padding-left: 0;
		padding-top: 130px!important; 
		padding-right: 0;
		padding-bottom: 130px!important;
	}
	
} 

@media screen and (min-width: 1200px) and (max-width: 1499px) {
	
	.mobile {
		display: none;
	}
	
	/*body.inner .entry-content.content {
		margin-top: 123px;
	}*/
	
	.x-content-band.vc.padT	{
		padding-top: 60px!important;
	}
	
	.x-content-band.vc.padB	{
		padding-bottom: 60px!important;	
	}
	
	.x-resp-embed {
		margin-top: 40px;
		margin-bottom: 60px;
	}
	
	.x-content-band.vc.rowNarrow,
	.x-content-band.vc.rowBannerInner	{
		width: 60%;
		margin-left: 20%!important;
		margin-right: 20%!important;
	}
	
	blockquote	{
		width: 80%;
		margin-left: 10%!important;
		margin-right: 10%!important;
	}
	
	.x-content-band.vc.rowBanner {
		padding-left: 0;
		padding-top: 160px!important;
		padding-right: 0;
		padding-bottom: 160px!important;
	}
	
}

@media screen and (min-width: 1500px) {
	
	.mobile {
		display: none;
	}
	
	/*body.inner .entry-content.content {
		margin-top: 123px;
	}*/
	
	.x-content-band.vc.rowTxtImg .x-container.wpb_row {
		display: flex;
		align-items: center;
	}
	
	.x-content-band.vc.padT {
		padding-top: 60px!important;
	}
	
	.x-content-band.vc.padB	{
		padding-bottom: 60px!important;	
	}
	
	.x-resp-embed {
		margin-top: 40px;
		margin-bottom: 60px;
	}
	
	.x-content-band.vc.rowNarrow,
	.x-content-band.vc.rowBannerInner	{
		width: 50%;
		margin-left: 25%!important;
		margin-right: 25%!important;
	}
	
	blockquote	{
		width: 70%;
		margin-left: 15%!important;
		margin-right: 15%!important;
	}
	
	.x-content-band.vc.rowBanner {
		padding-left: 0;
		padding-top: 180px!important; 
		padding-right: 0;
		padding-bottom: 180px!important;
	}

}

/******************** GRIDS ********************/

.eg-events-content {
	background-image: url(/wp-content/uploads/2023/11/bg-grid.png)!important; 
	background-repeat: repeat!important; 
}

.esg-grid-wrap-container li:after {
	content: "";
    display: block;
    height: 13px;
    background-image: url(/wp-content/uploads/2023/11/border.png);
    background-repeat: repeat x;
}

/******************** SINGLE ********************/

.rowCrumbs {
	background-color: #000!important;
	background-image: url(/wp-content/uploads/2023/11/bg-grid-rev.png);
	background-repeat: repeat;
	height: 68px;
	padding-top: 24px!important;
}

body.single .rowContent .entry-content {
	margin: 0!important;
	padding: 0!important;
}

.postBtn {
	margin: 40px 0 0 0;
}

/******************** SLIDER ********************/

/*
#slider_213 {
	padding: 0 70px!important;
}

#slider_213 .owl-nav .owl-prev {
    background: rgba(0,0,0,0) url(/wp-content/uploads/2023/08/arrow-l-blue.png) no-repeat center center!important;
	width: 64px!important;
	min-width: 64px!important;
	height: 40px!important;
	left: 0!important;
	
}

#slider_213 .owl-nav .owl-next {
    background: rgba(0,0,0,0) url(/wp-content/uploads/2023/08/arrow-r-blue.png) no-repeat center center!important;
	width: 64px!important;
	min-width: 64px!important;
	height: 40px!important;
	right: 0!important;
}

#slider_213 .sa_hover_container {
	padding: 0 15px!important;
}*/

/******************** FORMS ********************/

/* ninja */

.nf-form-cont {
	padding: 50px 30px 30px 30px;
	margin-top: 0;
	margin-bottom: 30px;
	background-color: #f1f1f1;
}

.nf-form-content {
	padding: 0!important;
}

.nf-form-fields-required {
	display: none!important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	background: #fff!important;
	color: #000!important;
}

.nf-form-content input[type=submit] {
	color: #fff!important;
	font-size: 0.9em!important;
	background: #000!important;
	margin-left: 0;
}

p label,
.nf-field-label label {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.85em;
	color: #000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}

.entry-content.content p.sml {
	font-size: 1em!important;
}

.nf-response-msg p {
	text-align: center!important;
}

/******************** SHOP ********************/

/* account */

.woocommerce-MyAccount-navigation ul {
	align-items: center!important;
	justify-content: center!important;
	margin: 0 0 50px 0!important;
}

nav.woocommerce-MyAccount-navigation li {
    padding: 2px 0!important;
}

.entry-content.content .woocommerce-MyAccount-content a.woocommerce-Button.button {
	display: none!important;
}

nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
	position: relative;
	font-family: "veneer", sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
	display: inline-block;
	color: #fff!important;
	background-color: #000!important;
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px 25px 15px 25px!important;
	text-transform: uppercase!important;
	text-shadow: none;
	text-align: center!important;
	border-radius: 0;
	box-shadow: none!important;
	text-decoration: none;
	letter-spacing: 0em;
	font-size: 0.7em!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a:hover {
	background: #000!important;
	color: #fff!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
	background: #000!important;
	color: #fff!important;	
}

.woocommerce-MyAccount-content {
	text-align: center;
}

.woocommerce-message,
.woocommerce-info {
	font-size: 1.3em!important;
}

/*.woocommerce-message .button, .woocommerce-Message .button {
	display: inline-block!important;
    margin: 40px auto 0 auto!important;
    float: none!important;
	clear: both;
}*/

.woocommerce-MyAccount-content form {
	text-align: left;
}

form.woocommerce-EditAccountForm input {
	border: 2px solid #000!important;
	border-radius: 0;
	padding: 10px 10px!important;
	margin: 0 0 0 0!important;
	height: 50px!important;	
}

form.woocommerce-EditAccountForm select {
	border: 2px solid #000!important;
	border-radius: 0;
	padding: 10px 10px!important;
	margin: 0 0 0 0!important;
	height: 50px!important;	
}

form.woocommerce-EditAccountForm  textarea {
	border: 2px solid #000;
	border-radius: 0;
	padding: 10px 10px;
	margin: 0 0 10px 0;
}

/******************** PRODUCT INFO TABS ********************/

.woocommerce-tabs a {
	color: #000!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce-tabs a:hover {
	color: #000!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 1199px) {
	
	.woocommerce div.product .woocommerce-tabs {
		width: 60%;
	}

}

.x-nav-tabs.two-up>li,
.x-nav-tabs.three-up>li,
.x-nav-tabs.four-up>li {
	width: unset;
}

.x-nav-tabs {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;	
}

ul.x-nav-tabs.top {
	margin: 0 0 20px 0!important;
}

.entry-content ul.x-nav-tabs.top li {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 3px solid #fff;
	margin-right: 15px;
	padding: 0 0 5px 0!important;
	text-transform: uppercase;
}

.entry-content ul.x-nav-tabs.top li::before {
	display: none!important;
}

ul.x-nav-tabs.top li.x-nav-tabs-item.active {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 4px solid #000;
}

ul.x-nav-tabs.top li a {
	font-family: "veneer", sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
	font-size: 1.4em!important;
	text-align: left;
	color: #999;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	background-color: transparent;
	padding: 10px 0 5px 0;
	margin: 0;
}

ul.x-nav-tabs.top li a:hover {
	color: #000;
}

ul.x-nav-tabs.top li.x-nav-tabs-item.active a {
	color: #000;
	border-bottom: 0;
}

.x-tab-content {
	border: 0;
}

.x-tab-content .x-tab-pane {
	padding: 0;
	background: transparent;
}

.x-tab-content .x-tab-pane img {
	padding-top: 40px;
}

/******************** PRODUCT GRID ********************/

#esg-grid-3-1 {
	min-height: 500px!important;
}

.woocommerce.columns-3 ul.products {
	margin: 0;
}

.woocommerce li.product {
	margin: 0 4% 40px 0;
}

.woocommerce li.product a {
	color: #000!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce li.product a:hover {
	color: #000!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce li.product .entry-featured {
	border: 0;
	padding: 0;
}

.woocommerce li.product .entry-header .button {
	display: none;
}

.woocommerce li.product .entry-header {
	text-align: center!important;
	text-transform: uppercase;
	margin: 20px 0 0 0!important;
}

.woocommerce li.product span.price,
.woocommerce .price > .amount {
	color: #000!important;	
}

@media screen and (min-width: 657px) and (max-width: 1023px) {

	.esg-entry-content.eg-products-content {
		min-height: 140px!important;
	}
		
}

@media screen and (min-width: 1024px) {

	.esg-entry-content.eg-products-content {
		min-height: 130px!important;
	}
		
}

@media screen and (max-width: 767px) {

	.woocommerce li.product .entry-header h3,
	.esg-content.eg-products-element-3-a {
		margin: 10px 0 10px 0!important;
		padding: 0!important;
	}
	
	.woocommerce li.product .entry-header p.description,
	.esg-content.eg-products-element-10 {
		margin: 0 0 0 0!important;
		padding: 0!important;
	}
		
}

@media screen and (min-width: 768px) {

	.woocommerce li.product .entry-header h3,
	.esg-content.eg-products-element-3-a {
		margin: 10px 5% 10px 5%!important;
		padding: 0!important;
	}
	
	.woocommerce li.product .entry-header p.description,
	.esg-content.eg-products-element-10	{
		margin: 0 5% 0 5%!important;
		padding: 0!important;
	}
		
}

.esg-content.eg-products-element-3-a a {
	color: #000!important;
}

.esg-content.eg-products-element-3-a a:hover {
	color: #000!important;
}

.eg-products-content .esg-content.eg-products-element-10 {
	text-align: center!important;
}

/******************** PRODUCT ********************/

body.single-product .x-main.full {
	background-image: url(/wp-content/uploads/2023/11/bg-grid.png)!important; 
	background-repeat: repeat!important; 
}

body.single-product .entry-content {
	background-image: url(/wp-content/uploads/2023/11/plukd-bg.png);
	background-position: right;
	background-repeat: no-repeat; 
	margin-bottom: 50px!important;
}

@media screen and (max-width: 767px) {

	.woocommerce-product-gallery {
		width: 80%!important;
		margin: 0 10% 0 10%!important;
	}
	
	.woocommerce-product-gallery .entry-wrap ol.flex-control-nav {
		margin: 20px 0 10px 0!important;
	}
	
	.woocommerce div.product .summary {
		margin-top: 30px!important;
	}
		
}

@media screen and (min-width: 768px) {
	
	body.single-product .summary.entry-summary {
		margin: 40px 0;
	}

}

a.woocommerce-product-gallery__trigger,
p.stock {
	display: none;
}

.flex-control-nav.flex-control-thumbs li {
    box-shadow: none!important;
	background-color: transparent!important;
}

.woocommerce-product-gallery__image.flex-active-slide,
.woocommerce-product-gallery__wrapper img {
	pointer-events: none;
}

body.single-product form.cart {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.entry-content .summary.entry-summary p.price {
	margin: 5px 0 35px 0!important;
}

.summary.entry-summary .woocommerce-Price-amount.amount {
	font-family: "veneer", sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
	font-size: 2.5em!important;
	color: #000;
}

.product_meta,
a.reset_variations {
	display: none!important;
}

.woocommerce-product-details__short-description a {
	color: #000!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce-product-details__short-description a:hover {
	color: #000!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.voucher-fields .woocommerce-input-wrapper textarea {
	min-width: 400px!important;
	min-height: 200px!important;
}

.voucher-image-options {
	display: none!important;
}

table.variations {
	/*float: left;*/
	width: 50%;
	margin-top: 50px;
}

.single_variation_wrap  {
	/*float: left;
	width: 50%;*/
}

table.variations td.label {
	display: none;
}

td.value {
	padding: 0;
}

td.value select,
input.input-text.qty.text {
	border: 2px solid #000;
	border-radius: 0;
	padding: 10px 10px;
	height: 50px;
}

body.single-product form.cart .quantity {
	float: left;
	margin-right: 20px!important;
}

body.single-product form.cart .quantity:before {
	content: 'QTY';
	font-family: "veneer", sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
	font-size: 3em;
	position: relative;
	top: 10px;
	padding-right: 10px;
}

body.single-product form.cart .entry-content button.single_add_to_cart_button {
	float: left;
}

.woocommerce .cart .actions>input, .woocommerce .cart .actions>button {
	font-size: unset;
}

ul#shipping_method {
	margin: 5px 0 5px 0px!important;
}

.entry-wrap ol.flex-control-nav {
	text-align: left;
	position: relative;
	margin: 30px 0 30px 0!important;
}

ol.flex-control-nav.flex-control-thumbs li {
	box-shadow: none!important;
}

ol.flex-control-nav.flex-control-thumbs li img {
	width: 50px!important;
	height: 50px!important;
}

.x-alert {
	border: 0;
	margin: 0 0 40px 0;
	padding: 0;
	background-color: #fff;
}

.x-alert-info {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
	text-decoration: none;
}

.woocommerce-message a:hover,
.woocommerce-error a:hover,
.woocommerce-info a:hover {
	color: #000!important;
	text-decoration: none!important;
}

.woocommerce-notices-wrapper:first-of-type {
	margin-top: 0;
}

.woocommerce-notices-wrapper {
	margin: -25px 0 20px 0;
}

.wc-block-components-notice-banner {
	border-top: 4px solid #000!important;
	border-right: 0!important;
	border-bottom: 4px solid #000!important;
	border-left: 0!important;
	padding: 20px 0!important;
	margin: 0 0 50px 0!important;
	border-radius: 0!important;
	font-family: "veneer", sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
	color: #000!important;
	font-size: 1.2em!important;
}

.wc-block-components-notice-banner.is-success {
    background-color: transparent!important;
    border-color: unset!important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    color: #000!important;
    opacity: 1!important;
    text-decoration: none!important;
}

/******************** RELATED ********************/

body.single-product .x-container.offset-bottom {
	margin-bottom: 0!important;
}

.woocommerce .upsells {
	display: none;
}

.woocommerce .upsells, .woocommerce .related, .woocommerce .cross-sells {
	margin: 70px 0 0 0;
}

.related {
	
}

.related.products {
	text-align: center;
}

.related.products h2 {
	display: inline-block;
	text-transform: uppercase!important;
}

.entry-content .related.products ul.products {
	margin: 0!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.related.products .entry-featured img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/******************** CART + CHECKOUT ********************/

/*.entry-content table.shop_table p,
.entry-content table.shop_table ul,
.entry-content table.shop_table ol,
.entry-content #payment p,
.entry-content #payment ul,
.entry-content #payment ol {
	font-size: unset!important;
}*/

.wc-proceed-to-checkout,
.coupon {
	text-align: left;
	margin-top: 50px!important;
}

/*table.shop_table,*/
tr.woocommerce-cart-form__cart-item.cart_item {
	background-image: url(/wp-content/uploads/2023/11/bg-grid.png);
	background-repeat: repeat;
}

/*table.shop_table th,
table.shop_table td*/
tr.cart-subtotal th,
tr.order-total th,
tr.cart-subtotal td,
tr.order-total td,
tr.woocommerce-cart-form__cart-item.cart_item td,
th.product-name,
th.product-total,
tr.cart_item td,
tr.woocommerce-shipping-totals.shipping th,
tr.woocommerce-shipping-totals.shipping td {
	background-image: url(/wp-content/uploads/2023/11/bg-grid.png);
	background-repeat: repeat;
	padding-top: 20px!important;
	padding-right: 20px!important;
	padding-bottom: 20px!important;
	padding-left: 20px!important;
	border-top: 2px solid #fff!important;
}

table.shop_table.woocommerce-checkout-review-order-table {
	margin: 0 0 50px 0;
}

.woocommerce-info, 
.woocommerce-message,
p.woocommerce-Message {
    background-color: #D8E1E7;
    border-color: #D8E1E7;
	padding: 20px!important;
	margin: 0 0 40px 0!important;
    color: #000;
}

ul.woocommerce-error {
    background-color: #000;
    border-color: #000;
    color: #FFF!important;
	padding: 20px!important;
	margin: 30px 0 40px 0!important;
}

body.woocommerce-cart .entry-wrap,
body.woocommerce-checkout .entry-wrap,
body.woocommerce-account .entry-wrap {
	margin: 0;
}

body.woocommerce-cart .entry-wrap h1.entry-title,
body.woocommerce-checkout .entry-wrap  h1.entry-title,
body.woocommerce-account .entry-wrap  h1.entry-title {
	font-family: "veneer", sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
	color: #000!important;
	display: unset;
	margin-bottom: 20px!important;
	padding: 0;
}

body.woocommerce-cart .cross-sells.cols-4 {
	display: none!important;
}

.entry-content ul.wc_payment_methods {
	margin: 0 0 0 0!important;	
}

.entry-content ul.wc_payment_methods li {
	padding: 0;
}

.entry-content ul.wc_payment_methods li::before {
	display: none;
}

.entry-content ul.woocommerce-order-overview {
	margin: 0 0 40px 0!important;
}

/*body.woocommerce-cart input#coupon_code {
	display: none!important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button {
	display: hidden!important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button:last-of-type {
	display: visible!important;
}*/

[class*=woocommerce] .cart.shop_table .cart_item .product-thumbnail {
	font-size: 97px!important;
}

/*[class*=woocommerce] .cart.shop_table .cart_item :not(.product-name) {
    padding-top: 0!important;
    padding-bottom: 0!important;
}*/

tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
	width: 97px!important;
	height: 97px!important;
}


h3#order_review_heading {
	padding-top: 20px!important;
}

h3#order_review_heading:before {
	top: 70px!important;
}

.woocommerce-billing-fields h3 {
	padding-top: 20px!important;
}

.woocommerce-billing-fields h3:before {
	top: 70px!important;
}

.woocommerce-checkout form .payment_methods label,
.woocommerce-account form .payment_methods label {
	padding-left: 0!important;
}

input#mailchimp_woocommerce_newsletter {
	margin: 4px 0 0 0!important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox span {
	padding-left: 7px!important;
	padding-top: 3px!important;
}

.woocommerce-checkout form .form-row-first {
	width: 49%;
	margin-right: 2%!important;
}

.woocommerce-checkout form .form-row-last {
	width: 49%;	
}

.woocommerce-input-wrapper input,
.coupon input {
	border: 2px solid #000!important;
	border-radius: 0;
	padding: 10px 10px!important;
	margin: 0 0 0 0!important;
	height: 50px!important;	
}

.woocommerce-input-wrapper select {
	border: 2px solid #000!important;
	border-radius: 0;
	padding: 10px 10px!important;
	margin: 0 0 0 0!important;
	height: 50px!important;	
}

.select2-container--default .select2-selection--single {
	border: 2px solid #000!important;
	border-radius: 0;
	padding: 10px 10px!important;
	margin: 0 0 0 0!important;
	height: 50px!important;	
}

.woocommerce-input-wrapper textarea {
	border: 2px solid #000;
	border-radius: 0;
	padding: 10px 10px;
	margin: 0 0 10px 0;
}

.woocommerce-additional-fields {
	display: block!important;
	width: 100%!important;
	/*height: 120px!important;*/
}

#customer_details .col-1,
#customer_details .col-2 {
	clear: both;
	float: none;
	width: 100%;
}

h3#order_review_heading {
	display: block!important;
	width: 100%!important;
}

/*table.shop_table th,
table.shop_table td {
	padding: 5px 0!important;
}*/

tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
	font-family: "veneer", sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
	font-size: 2em;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
	width: 200px;
	height: 200px;
}

.woocommerce-additional-fields {
	margin: 20px 0 40px 0!important;
}

.woocommerce-additional-fields fieldset legend {
	font-family: "veneer", sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
    font-size: 0.85em;
    color: #000;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	border: 0;
}

.woocommerce-additional-fields input[type="radio"],
.woocommerce-additional-fields input[type="checkbox"] {
	margin: 3px 0!important;
	padding-right: 5px!important;
}

p#marketing_field .woocommerce-input-wrapper input[type="checkbox"] {
	height: unset!important;
}

.woocommerce-input-wrapper label.radio, 
.woocommerce-input-wrapper label.checkbox {
	padding-left: 0!important;
}

.woocommerce .cart-collaterals {
	padding-top: 20px!important;
}

.woocommerce .cart-collaterals .cart_totals {
	float: none!important;
}

.cart_totals h2,
.woocommerce-checkout form h3 {
	text-align: left;
	text-transform: uppercase;
}

.woocommerce #shipping_method label {
	margin: 0 0 0 0!important;
}

[class*=woocommerce] #shipping_method label {
    font-size: 0.75em!important;
}

.entry-content ul#shipping_method {
	margin: 0 0 20px 0!important;
}

.entry-content ul#shipping_method li {
	padding: 0!important;
}

.entry-content ul#shipping_method li::before {
	display: none;
}

.entry-content ul#shipping_method li label {
	padding: 0 0 0 7px!important;
}

.entry-content #stripe-payment-data p {
	font-size: 0.75em!important;
}

/* upsell */

.sfn-cart-addons {
	margin-top: 80px;
	background-image: url(/wp-content/uploads/2020/06/hr.png);
	background-repeat: repeat-x;
	background-position: 0 20px;
	text-align: center;
}

ul.sfn-cart-addons {
	background-image: none;
}

.sfn-cart-addons h2 {
	display: inline-block;
	background-color: #fff!important;
	padding: 0 35px!important;
	margin: 0 auto!important;
}

.entry-content .sfn-cart-addons ul.products {
	margin: 60px 0 0 0!important;
}

@media screen and (min-width: 768px) {

	ul.products.sfn-cart-addons li.product {
		width: 22.75%;
		margin-right: 3%;
		margin-bottom: 0;
	}

	ul.products.sfn-cart-addons li.product:last-child {
		margin-right: 0;
	}
	
	.woocommerce ul.products.sfn-cart-addons li.product.first {
		clear: unset!important;
	}

}

/* account */

body.woocommerce-cart .entry-wrap .entry-content.content li,
body.woocommerce-checkout .entry-wrap  .entry-content.content li,
body.woocommerce-account .entry-wrap .entry-content.content li {
	background-image: none;
	padding-left: 0;
}

/* order confirmation - gift message */

@media screen and (min-width: 767px) {

	.woocommerce-order-details dt,
	.woocommerce-order-details dd {
		font-size: 1.2em!important;
	}

}

@media screen and (min-width: 768px) and (min-width: 979px) {

	.woocommerce-order-details dt,
	.woocommerce-order-details dd {
		font-size: 1.3em!important;
	}

}

@media screen and (min-width: 1280px) {

	.woocommerce-order-details dt,
	.woocommerce-order-details dd	{
		font-size: 1.4em!important;
	}

}

.woocommerce-order-details dt {
	margin-bottom: 4px!important;
}

.woocommerce-order-details dd {
	margin-left: 0!important;
	margin-bottom: 30px!important;
}

/* CHECKOUT NEW LAYOUT */

.x-full-width-active .alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

/******************** FOOTER ********************/

footer.x-colophon.top {
	padding: 0;
	border-top: 0;
	color: #fff;
	background: #000;
}

footer.x-colophon.top p {
	font-family: "montserrat", sans-serif!important;
	font-weight: 700!important;
	font-style: normal!important;
	color: #fff!important;
	text-transform: uppercase;
	text-align: left;
	font-size: 0.9em!important;
}

footer.x-colophon.top a {
	color: #fff!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

footer.x-colophon.top a:hover {
	color: #ed1d3b!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

footer.x-colophon.top .widget ul li:first-child, 
footer.x-colophon.top .widget_nav_menu ul {
	border: 0;
}

footer a i.x-icon {
	color: #fff!important;
	padding: 7px 7px 15px 7px;
}

footer a i.x-icon:hover {
	color: #ed1d3b!important;
}

footer.x-colophon.top img.alignnone {
	margin: 0 20px 30px 0!important;
}

@media screen and (max-width: 1279px) {
	
	footer.x-colophon.top {
		padding-top: 40px!important;
		padding-bottom: 20px!important;
	}
		
}

@media screen and (min-width: 1280px) {
	
	footer.x-colophon.top {
		padding-top: 60px!important;
		padding-bottom: 40px!important;	
	}
	
}