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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Signika", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Signika", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Signika", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #2d8cb5;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #ea7844;
	--btn-accented-bgcolor-hover: #efbe43;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 560px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #17597a;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 58px;
	}

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



a {color:#4bbdcc;}
.woocommerce-review-note {font-style: italic;}
.product-image-summary .woodmart-after-add-to-cart {font-size: 14px;line-height: 18px;}
.tfn-free-form {
    float: none;
    margin: auto;
}
.blog-product-list .product-grid-item {width:100%;}

.wp-image-1945 {padding:10px;}

.scrollToTop {bottom:50px;}

.grecaptcha-badge{z-index: 100;}

@media screen and (min-width: 601px) {
    .checkout-mobile-only {display: none;}
}

img.buyer-protec-image {width:100%; max-width:300px;}

.scrollToTop {bottom:50px;}

.social-block .wpb_wrapper .fa {
    font-size: 48px;
}
.footer-column {
    margin-bottom: 0px;
}
.footer-sidebar {padding-top:0;}

.grecaptcha-badge {display:none;}

a.checkout-button {
    margin-bottom: 7px;
    padding: 20px;
    border-radius: 5px;
}

ul.tfn-comfort-list {
	padding-left:0;
}

ul.tfn-comfort-list li {
	font-size: 16px // modify to test;
	margin-bottom: 0;
	list-style-type: none;
	padding: 0 0 0 2.25em;
	position: relative;
		
}
ul.tfn-comfort-list li:before {
		content: " ";
		display: block;
		border: solid .6em #50af3f;
		border-radius: .6em;
		height: 0;
		width: 0;
		position: absolute;
		left: .5em;
		top: 40%;
		margin-top: -.5em;
}
ul.tfn-comfort-list li:after {
		content: " ";
		display: block;
		width: .3em;
		height: .5em;
		border: solid #fff;
		border-width: 0 .2em .2em 0;
		position: absolute;
		left: 0.95em;
		top: 40%;
		margin-top: -.25em;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
}
img.usa-icon {
    display: inline;
}