@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mrterpeenes.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "PP Mori Regular", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Pp Mori Bold", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Pp Mori Bold", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "PP Mori Regular", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Pp Mori Bold", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Pp Mori Bold", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(203,142,196);
	--wd-alternative-color: rgb(232,179,74);
	--btn-default-bgcolor: rgb(203,142,196);
	--btn-default-bgcolor-hover: rgb(232,179,74);
	--btn-accented-bgcolor: rgb(203,142,196);
	--btn-accented-bgcolor-hover: rgb(232,179,74);
	--btn-font-weight: 600;
	--btn-color: rgb(255,255,255);
	--btn-bgcolor: rgb(33,51,28);
	--btn-bgcolor-hover: rgb(33,51,28);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(33,51,28);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 120px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(33,51,28);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Pp Mori Bold", Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgba(10,10,10,0);
}

@font-face {
	font-family: "PP Mori Regular";
	src: url("//mrterpeenes.com/wp-content/uploads/PPMori-Regular-1.woff2") format("woff2"), 
url("//mrterpeenes.com/wp-content/uploads/PPMori-Regular-1.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Pp Mori Bold";
	src: url("//mrterpeenes.com/wp-content/uploads/PPMori-SemiBold-1.woff2") format("woff2"), 
url("//mrterpeenes.com/wp-content/uploads/PPMori-SemiBold-1.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

/* The line */
.color-stripe {
  height: 9px;                 /* match your screenshot (9px tall) */
  width: 100vw;                /* always full viewport width */
  margin-left: calc(50% - 50vw); /* makes it full-bleed even inside a centered container */
  background: repeating-linear-gradient(
    90deg,
    #DCDDCF 0% 10%,   /* light gray */
    #80804B 10% 20%,  /* olive */
    #466594 20% 30%,  /* blue */
    #E8B34A 30% 40%,  /* gold */
    #CB8EC4 40% 50%   /* pink */
  );
}

.wd-fb-close.wd-style-text a {
	padding-inline: 15px;
	height: 50px;
	top: 32px;
	right: 8px;
}

.quick-shop-wrapper form.cart > * {
	flex: unset;
	display: flex;
	/* flex-wrap: wrap; */
}

.quick-shop-wrapper .woocommerce-variation-add-to-cart {
	width: 100%;
	margin: 0 auto !important;
}
.quick-shop-wrapper form.cart > *{
display: contents;}
/* Header */
.wd-header-nav, .site-logo {
	padding-inline: 10px;
	margin: 0 auto;
}
.home-testimonials .testimonial-content .testimonial-rating, .home-testimonials .testimonial-content footer{
font-size: 12px;
}

.span-sample{
	font-weight: 600;
  color: white;
  text-decoration: underline;
}

.home-testimonials .testimonial-content{
	color: #000;
  font-family: "PP Mori", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1em;
}

.home-banners-space{
display: none;
}

.home-banners-mobile{
display: none;}

/*Archive*/

.archive .custom-archive-header .wd-title-wrapp{
flex-wrap: wrap;}
.archive .custom-archive-header .nfp-wd-cat-desc 
{margin-top: 16px;}
.archive .wd-grid-col{
order: 3}
.custom-archive-image{
display: flex;
min-height: 300px;
border-radius:15px;
width: 100%;
margin-top: 16px;}
.wd-term-desc {
	margin-top: 64px;
}
.all-products-title{
position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.nfp-wd-cat-hero-bg{
width: 0px !important;}

/* Single product page */
.cp-l-sidebar{
order: 1;}
.cp-r-sidebar{
order: 2;}

#hubspot-messages-iframe-container{
left: 0 !important;}@media (min-width: 768px) and (max-width: 1024px) {
	.home-banners-space{
display: inline-block;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	.home-banners-mobile{
display: none;}
}

@media (max-width: 576px) {
	.home-banners-mobile{
display: block;}
}

