/* CSS Document */
a, button, h1, h2, h3, h4, h5, h6, input, li, p, select, span, textarea {
	text-rendering: optimizeLegibility;
	font-synthesis: none;
}
* {
	backface-visibility: hidden;
	box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


:root{
	--ff-light-blue: 95,195,213; /*#6FCEF5;*/
	--ff-dark-blue: 85,118,186;/*#5576BA;*/
	--ff-pink: 240,110,169;/*#F06EA9;*/
	--ff-yellow: 240,226,140;/*#F7EF70;*/
	--ff-light-green:218,218,227 ;/*#8DC642;*/
	--ff-dark-green: 51,71,103;/*161,72,194;*//*#3BB54A;*/
	--ff-button: 246,126,96; /*175,100,198;*//*#3BB54A;*/
	--ff-black: 21,21,21;
	--ff-white:255,255,255;
	--ff-orange:255,186,169;
	--ff-dark-pink: 246,115,180;
	--ff-yellow-star:251,191,36;
	
	--ff-gray: 156,168,164;
	color:#334767
}
html {
    scroll-behavior: smooth;
	transition: transform 0.1s ease-out;
}


img, .navbar-brand svg, .custom-logo {
	display: block;
	height: auto;
	width: 100%;
	max-width: 100%;
	
}


body {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	/*max-width: 125rem;*/
	min-height: 100vh;
	min-width: 20rem;
}

body {
	color: rgba(var(--ff-black), 1);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	/*letter-spacing: -.015rem;*/
	line-height: 1.7rem;
	text-transform: none;
	background:rgba(var(--ff-white), 1);
}

a {
	color: rgba(var(--ff-black), 1);
	text-decoration-thickness: .5px;
    text-underline-offset: 4px!important;   
	transition: all .3s ease-in-out;
}

a, button, a:hover, button:hover, .nav-link:after, .wc-block-components-checkout-place-order-button, .wc-block-components-checkout-place-order-button:hover{
	transition: 0.3s all ease;
	
}
a:hover{
	text-decoration-color: transparent;
}

@font-face {
    font-family: Plusjakartasans Variablefont Wght;
    src: url("../fonts/6563fde08f99234fc06c0cc3_PlusJakartaSans-VariableFont_wght.ttf")format("truetype");
    font-weight: 200 800;
    font-style: normal;
    font-display: swap
}

body{
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	background:rgba(var(--ff-light-green), 0.3);
}

h1,h2,h3,h4,h5,h6, .plus{
	font-family: Plusjakartasans Variablefont Wght,Arial,sans-serif
}

.entry-title{
	font-weight: 700;
}

.navbar-brand, .site-name{
	font-family: "DM Sans", sans-serif;
	font-size:2rem;
	font-weight: 1000;
	margin: 0;
    padding: 1rem 0;
	font-style: italic;
}

.navbar-brand a{
	text-decoration: none;
}

.lang-item a{
	font-size: 1rem;
	font-weight: 600;
}

.hero{
	/*background:rgba(var(--ff-white), 1);*/
	
	background-color: rgba(133, 194, 208, 0.2);
}

.hero h1{
	font-size:4rem;
	
}

.hero h1 span{
	font-weight: 300;
}

.hero-copy ul{
	display:flex;
}

.hero-copy ul li{
	display:inline-flex;
}

.shop-nav{
	font-size:1.3rem;
}

.nav-link{
	color: rgba(var(--ff-black), 1)!important;
	position: relative;
}

.main-nav-ul .nav-link{
	/*font-size:1.125rem;*/
	font-weight: 600;
}

.navbar-expand-lg .navbar-nav.main-nav-ul .nav-link:after{
	content: '';
	border:1px solid transparent;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}

.navbar-expand-lg .navbar-nav.main-nav-ul .nav-link:hover, .navbar-expand-lg .navbar-nav.main-nav-ul .nav-link.active{
	color: rgba(var(--ff-dark-green), 1)!important;
}

.site-header {
    left: 0;
    position: fixed;
    top: -44px;
    width: 100%;
    z-index: 1000;
    transition: all .3s;
    background: rgba(var(--ff-white), 1);
/*	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);*/
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);

}



.sticky-top-bar{
	background:rgba(var(--ff-dark-green), 1);
    position: relative;
    width: 100%;
	padding: 8px 0 9px 0;
	text-align: center;
	color:rgba(var(--ff-white), 1);
	text-transform: uppercase;
	font-weight:700;
	font-size: 0.875rem;
	/*display: none!important;*/
}


.site-header.toppie {
    background: rgba(var(--ff-white), 0);
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .0);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.0);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .0);
	top: 0;
/*	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);*/
}

.admin-bar .site-header{
	top:-12px;
}

.admin-bar .site-header.toppie{
	top:32px;
}
.site-header.hide-it {
    position: fixed;
    top: -150px;
    transition: all .3s;
}

.green-btn, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit-button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.green-btn{
	background: rgba(var(--ff-button), 1);
	padding:1.2rem 2rem 1rem;
	color:rgba(var(--ff-white), 1);
	border-radius: 32px;
	font-size: 0.9rem;
	font-family: 'centra_no1_bold',sans-serif;
	border:none!important;
	text-decoration: none;
	text-transform: uppercase;
}

.green-btn .woocommerce-Price-amount{
	color:rgba(var(--ff-white), 1);
	font-size: 0.9rem;
	font-family: 'centra_no1_bold',sans-serif;
}

.green-btn:hover, .wc-block-components-checkout-place-order-button:hover, .wc-block-cart__submit-button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover{
	background: rgba(var(--ff-button), 1);
	color:rgba(var(--ff-white), 1);
}

.text-btn{
	padding:0;
	font-size: 0.9rem;
	font-family: 'centra_no1_bold',sans-serif;
	text-transform: uppercase;
	
}


.hero-copy .h2, h2.product-subtitle{
	font-size:1rem;
	color:rgba(var(--ff-black), 0.6);
	font-weight: 400;
	line-height: 1.4;
}

.hero-copy .page-title, .section-title{
	font-size:1.6rem;
	font-weight: 800;
	margin-bottom:2rem;
	line-height: 1;
}

.polygon-holder-pink{
	width:300px;
	position: absolute;
	top:-15%;
	left:5%;
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-size: 1rem;
}

.comment_container .description{
	max-width:100%;
}

.usp-holder{
	position: relative;
	/*background:url("../images/fastfit-background.png") right bottom no-repeat;
	background-size: cover;*/
}


.usp-item{
	text-align: center;
	padding: 2rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.5rem;
	box-shadow: 0 2px 20px #0000000f;
	position: relative;
	height:100%;
}

.icon-holdert{
	position: relative;
	left:50%;
	transform: translateX(-50%);
	background: url("../images/hexagon-solid-full.png") center center no-repeat;
	width:90px;
	height: 80px;
	background-size: cover;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	margin-bottom:2rem;
}
/*
#how-it-works .icon-holdert{
	background: url("../images/hexagon-solid-full-pink.png") center center no-repeat;
	background-size: cover;
}*/

.who-item{	
	padding: 1rem;
    border-radius: .5rem;
    background: #fff;
	    box-shadow: 0 2px 20px #0000000f;
}

.usp-item i{
	font-size: 2.5rem;
}

.usp-item h3{
	/*font-size:1.5rem;*/
	font-weight: 700;
	margin-bottom:1rem;
	
}

.usp-item p{
	margin-bottom:0!important;
}

.section-title, .woocommerce-Reviews-title{
	font-size:1.6rem;
	font-weight: 800;
	margin-bottom: 1rem;
}

.carousel {
   /*max-width:900px;*/
	margin:0 auto;
}

.carousel-cell {
	width: 100%;
	margin-right: 1rem;
	display: flex;
	flex-direction: column; 
	height: auto;
	padding:2rem 0;
/*  border-radius: 5px;
  counter-increment: carousel-cell;*/
}

.hover-item{
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.hover-item:hover{
	transform: translateY(-8px);
}

.feedback-item{
box-shadow: 0 2px 20px #0000000f;
	border-radius: 0.5rem;
	background: rgba(var(--ff-white), 1);
	padding:2rem 2rem;
	display: flex;
    flex-direction: column;
	height: 100%;
    width: 100%;
	justify-content: space-between;
}

.flickity-viewport {
    overflow-x: hidden!important;
	/*overflow-y: auto!important;*/
	
}

.flickity-slider{
	display: flex;
  flex-flow: row wrap;
}

.rating-home{
	color:rgba(var(--ff-yellow-star), 1);
	/*margin-bottom:1rem;*/
	/*text-align: center;*/
}

.feedback-item p{
	margin-bottom:0!important;
}

blockquote, .comment-text .description{
	font-style: italic;
	position: relative;
	/*margin-bottom: 2rem;*/
	font-size:1.1rem!important;
}

blockquote p, .comment-text .description p{
	padding:1rem 0 0 0!important;
	
}

.comment-text .description p{
	font-size:1.1rem!important;
}

.form-register{
    padding: 2rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.5rem;
    box-shadow: 0 2px 20px #0000000f;
    position: relative;
    height: 100%;
	max-width:500px;
	margin:0 auto;
}

/*blockquote p::before{
   content: "“";

   font-size: 6rem;
   margin: -1.5rem auto 0;
	    left: 50%;
    transform: translateX(-50%);
   position: absolute;
   opacity: 0.5;
	color:rgba(var(--ff-dark-green), 1);
}*/

/*blockquote p::after {
   content: "”";
   margin: 2rem -4rem 0 0;
}
*/

.flickity-button{
	opacity: 0;
}


.carousel:hover .flickity-button{
	opacity: 1;
}

.highlight p{
	margin-top:auto;
	margin-bottom: 1.5rem;
}

.highlight h4{
	font-weight: 700;
	font-size:1.5rem;
}

.highlight-list{
	margin:0 0 2rem;
	padding:0rem 0 0;
}

.highlight-list li{
	padding:0.5rem 0 0.5rem 0;
	/*background: rgba(var(--ff-dark-green), 1);*/
	/*background: rgba(133, 194, 208, 0.9);*/
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size:1.1rem;
	/*margin-bottom:1rem;*/
	border-radius: 2rem;
	color:rgba(var(--ff-dark-black), 1);;
	align-items: flex-start;
}

.highlight-list li i{
	/*padding:0.5rem;*/
	font-size:1.7rem;
	margin-right:0.5rem;
	background:#fff;
	color:#f673b4;
/*	border-radius:2rem;
	width: 40px;
	height: 40px;*/
}

/*.highlight-list.blue li i{
	color:rgba(var(--ff-light-blue), 1);

}
*/
.footer-navigation-wrapper{
	display: flex;
	padding:0;
	margin:0;
	flex-direction: column;
}

.footer-navigation-wrapper li{
	display: inline;
	margin:0;
	font-size: 1rem;
}

.powered-by{
	font-size:1rem;
}

.footer-navigation-wrapper li a, .powered-by a{
	text-decoration: none;
	border-bottom:2px solid rgba(var(--ff-dark-green), 0);
}

.footer-navigation-wrapper li a:hover, .powered-by a:hover{
	border-bottom:2px solid rgba(var(--ff-dark-green), 1);
}

sup{
	font-size: .5em;
	top:-0.75rem;
}

.my-cart{
	position: relative;
	font-size:1.5rem;
}

.num-items{
	display: block !important;
    border-radius: 50%;
    padding: 5px;
    width: 20px;
    height: 20px;
    background: #DB6B6B;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: -8px;
    top: 3px;
    line-height: .8;
    text-align: center;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
	font-weight: 600;
	z-index:100;
}


/*blockquote {
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote:after {
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}*/

/*cell number 
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}*/

ol, ul {
    padding-left: 1.5rem;
}

#how-it-works ul{
	padding:0;
	margin: 0 0 1.5rem 1.5rem;
}

#how-it-works ul li{
	
}

#accordionFAQ .accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
	border: none;
    border-bottom: 2px solid #f2f2f2;
}

#accordionFAQ .accordion-item:last-child {
    border-bottom: 2px solid rgba(242,242,242,0);
}


#accordionFAQ .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 0 1rem 0;
    font-size: 1.15rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: transparent!important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
	font-weight: 600;
	outline: none!important;
	box-shadow: none!important;
	line-height:1.6rem;
}

#accordionFAQ .accordion-button::after {
    flex-shrink: 0;
    width: 36px;
    height: 45px;
    margin-left: auto;
    content: "";
    background-image:url("../images/hexagon-plus-regular-full.svg")!important;
    background-repeat: no-repeat;
    background-size: contain;
    transition: var(--bs-accordion-btn-icon-transition);
	transform: rotate(0deg);
	align-self: flex-start;
}

#accordionFAQ .accordion-button.collapsed::after {
    background-image:url("../images/hexagon-plus-regular-full.svg")!important;
    transform: rotate(0deg);
}


#accordionFAQ .accordion-button:not(.collapsed)::after {
    background-image:url("../images/hexagon-plus-regular-full.svg")!important;
    transform: rotate(45deg);
}

#accordionFAQ .accordion-body{
	padding-right: 0rem;
	padding-bottom: 1rem;
	padding-left: 0rem;
}

#faq .accordion{
	background:#fff;
	border-radius: 0.5rem;
	padding:1rem;
	box-shadow: 0 2px 20px #0000000f;
}


.h5, h5{
	line-height: 1.5;
}


.site-footer{
	
}

.footer-container{
	background:#fff;
	border-radius: 0.5rem;
	padding:2rem;
}

.woocommerce .quantity .qty{
	padding:0.75rem 0;
	border-radius: 0.6rem;
	/*width:3em;*/
}


del .woocommerce-Price-amount{
	font-size: 1rem;
	font-family: Plusjakartasans Variablefont Wght,Arial,sans-serif;
	font-weight: 900;
	color:rgba(var(--ff-black), 1);
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .7;
    display: block;
}

.cc-sticky-atc__price del .woocommerce-Price-amount{
	font-size: 1rem;
}

.woocommerce-Price-amount{
	font-size: 2rem;
	font-family: Plusjakartasans Variablefont Wght,Arial,sans-serif;
	font-weight: 900;
	color:rgba(var(--ff-black), 1);
}

.cc-sticky-atc__price .woocommerce-Price-amount{
	font-size: 1.5rem;
}

.woocommerce-product-details__short-description{
	line-height: 1.5;
	font-size:1rem;
	margin-bottom: 2.5rem;
}

.woocommerce-product-details__short-description strong{
	font-size:1.2rem;
}


#how-it-works .accordion{
	padding: 1rem 1.5rem;
	background-color:rgba(255,255,255,1);
    border-radius: 0.5rem;
    box-shadow: 0 2px 20px #0000000f;
}

#how-it-works .accordion-item{
	border-radius: 0!important;
	border:none!important;
	background-color: transparent!important;
	border-bottom:3px solid #f2f2f2!important;
}

#how-it-works .accordion-item:last-of-type {
    border-bottom:0px solid #f2f2f2!important;
}

#how-it-works .accordion-body{
	margin-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 1rem;
	line-height: 1.5;
	font-size:1rem;
}

#how-it-works .accordion-body h4{
	font-size:1.5rem;
	font-weight: 700;
	margin-top: 2rem;
}

#how-it-works .accordion-body h4:first-of-type {
    margin-top: 0;
}

.how-number-div{
	width:2rem;
    margin-right: 1rem;
    display: flex;
}

.how-number{
    margin-right: 0;
    font-size: 2rem;
    font-weight: 700;
	color:rgba(var(--ff-light-blue), 1);
}

.how-heading{
	font-size: 1.15rem;
    font-weight: 600;
}

.product-usp li{
	font-size:90%;
	font-weight: 600;
	line-height: 1;
}

.product-usp li i{
	font-size:90%;
	color:rgba(var(--ff-light-blue), 1);
}

#how-it-works .accordion-button{
	padding-top:1rem;
	padding-bottom:1rem;
	outline: none!important;
	box-shadow: none!important;
	background-color: transparent!important;
	color: rgba(var(--ff-black), 1)!important;
}

.anime, .hero-anime{
	opacity:0;
	transform:translate3d(0,100px,0);
	/*transition:opacity 1s;*/
	transition-property: opacity, transform;
	transition-timing-function: ease;
	transition-duration: 0.8s;
}

.anime.highlight{
	opacity:1;
	transform: translateZ(0);
}

.anime.start-anime, .hero-anime.start-hero{
	opacity:1;
	transform: translateZ(0);
}

.hero-badge svg{
	width:1rem;
	height:1rem;
	margin-right:0.5rem;
}

.hero-badge {
    background: rgba(var(--ff-light-blue), 0.3);
    color: rgba(var(--ff-light-blue), 1);
    border: 1px solid rgba(var(--ff-light-blue), 1);
    display: inline-flex;
    align-items: center;
    padding:0rem 0.5rem;
	border-radius: 10px;
    margin-bottom: 1.5rem;
	font-size:80%;
	font-weight: 600;
}


.payment-options ul{
	display: block;
	padding:0;
}



.payment-options ul li{
	padding:0 1rem 1rem 0;
	display: inline-block;
}

.payment-options ul li img{
	max-height:24px;
}

.cc-custom-summary-block{
	display: flex;
	font-size: 0.8rem;
}

.cc-custom-summary-block img{
	max-width:65px;
	display:inline-flex;
}

.woocommerce div.product form.cart {
    margin-bottom: 1em;
}

#ppcp-recaptcha-v2-container{
	margin:0!important;
}

.single-product .alert, .vegan{
	font-size:1rem;
	border-radius: 1rem;
}

.vegan{
	font-weight: 900;
}

.woocommerce #reviews #comments ol.commentlist{
	padding:0;
	margin-bottom:1rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: none!important;
    border-radius: 0;
    padding: 0rem;
	background:rgba(255,255,255,1.00);
}

.comment-form-comment textarea, .comment-form-review-title input{
	border-radius: 4px;
	padding:1rem;
	border:1px solid #555555;
}

.woocommerce p.stars a{
	color: rgba(var(--ff-yellow-star), 1);
}

.woocommerce #reviews #comment {
    height: 150px;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0 0 1rem;
}

.single-product #page{
	padding-bottom: 5rem;
}

.woocommerce .star-rating::before {
    content: "SSSSS";
    color: rgba(var(--ff-yellow-star), 0.4);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span::before {
    color: rgba(var(--ff-yellow-star), 1);
}


.woocommerce form .form-row .input-text{
	background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
	height: 50px;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 25px;
    margin: 0;
    min-height: 0;
    padding: 16px 12px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background: rgba(255, 255, 255, 1);
    border-radius: 0.5rem;
    box-shadow: 0 2px 20px #0000000f;
	border: none;
}

.woocommerce ul.order_details {
    margin: 0 0 1.5rem 0;
    list-style: none;
    padding: 0;
}

.woocommerce .woocommerce-order-details .woocommerce-Price-amount.amount{
	font-size: 1.3rem;
}

.woocommerce-column--billing-address{
	margin-bottom:1.5rem;
}

.woocommerce .woocommerce-customer-details address, .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	border-radius: 1rem;
	padding:1rem;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	padding:0rem;
}

.woocommerce ul.order_details li, .woocommerce ul.order_details li .woocommerce-Price-amount, .woocommerce ul.order_details li .woocommerce-order-overview__payment-method strong, .woocommerce ul.order_details li strong { 
    margin-left: 1em;
    display: flex;
    flex-direction: row;
    align-items: baseline;
	font-size: 1rem!important;
}

.woocommerce ul.order_details li strongl{
	margin-left: 1rem!important;
}

.woocommerce-orders-table__cell span, .woocommerce-orders-table__cell span.woocommerce-orders-table__cell{
	font-size: 1rem!important;
}

.woocommerce-order-details__title, .woocommerce-column__title, .woocommerce-order-downloads__title{
	font-size: 2rem;
	font-family: Plusjakartasans Variablefont Wght,Arial,sans-serif;
	font-weight: 900;
}

.woocommerce-thankyou-order-details li{
	margin-left: 0!important;
}

.legal h3{
	padding-top:1rem;
}

.legal ol {
    counter-reset: item;
	padding-left:0;
	
}
.legal ol li {
    display: block;
    position: relative;
}

.legal ol {
    margin-bottom:2rem;
}


.legal ol li h4{
    display: inline-block;
}

.legal ol>li.first-item:before {
    content: counters(item, ".")".";
    counter-increment: item;
    display: inline-block;
    width: 30px;
	font-size:1.5rem;
}

.legal ol>li.first-item p{
	margin:0;
	padding:0; 
}

.legal ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    display: inline-block;
    width: 35px;
	font-size:1rem;
}

.legal ul {
    padding-left:52px;
	padding-bottom: 1rem;
}

.legal ul li {
    display: list-item;
    position: relative;
}

.legal ul li:before {
    content: '';
    display: none;
}

.woocommerce-MyAccount-navigation ul{
	display: block;
	padding:1rem;
	background: rgba(255, 255, 255, 1);
    border-radius: 0.5rem;
    box-shadow: 0 2px 20px #0000000f;
}

.woocommerce-MyAccount-navigation li{
	display: block;
	padding:0.3rem 0;
}

.woocommerce-MyAccount-navigation li a{
	text-decoration: none;
}

.woocommerce-account .addresses .title .edit {
    float:none!important;
}

.single-product .price{
	margin-bottom: 0;
}

.wpcf7 label{
	display: block;
}
.wpcf7 input[type="text"],.wpcf7 input[type="email"], .wpcf7 textarea{
	border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
	line-height: 25px;
    padding: 16px 12px;
	display: block;
	width:100%;
	max-width:530px;
	margin-bottom:1rem;
}

.wpcf7 textarea{
	max-height: 150px;
}


.wpcf7 form .wpcf7-response-output {
    margin: 1rem 0 1rem 0;
    padding: 1em;
	background: #cff4fc;
    border: 2px solid #9eeaf9;
	color:#055160;
    border-radius: 4px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color:#664d03;
	background:#fff3cd;
	border-color:#ffe69c;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #a3cfbb;
	background: #d1e7dd;
	color:#0a3622;
}


.padding-top-5{
	padding-top:5rem;
}


.main-nav-container .main-nav-ul{
	padding:1rem;
	border-radius: 1rem;
	background:rgba(255,255,255,1);
}

.woocommerce .rating-home .star-rating{
	float: left;
	font-size: 1.125rem;
	height: 1.125rem;
	letter-spacing: 2px;
	width: 7.4em;
}

@media (min-width: 992px) {
	
	.feedback-item{
		padding:2rem 3rem;
	}
	
	.main-nav-container .main-nav-ul{
		padding:0;
		border-radius: 0;
		background:rgba(255,255,255,0);
	}
	
	.green-btn, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit-button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.green-btn{
		font-size: 1rem;
	}

	.green-btn .woocommerce-Price-amount{
		font-size: 1rem;
	}

	.text-btn{
		font-size: 1rem;
	}

	
	.padding-top-5{
		padding-top:3rem;
	}

	.hero-copy .h2, h2.product-subtitle{
		font-size:1.3rem;
	}
	
	.vh-lg-100 {
		height: 100vh !important;
	}

	
    .navbar-expand-lg .navbar-nav.main-nav-ul .nav-link {
        padding-right: 0;
        padding-left: 0;
		margin-left:1rem;
		margin-right: 1rem;
    }
	
	.hero-copy .page-title, .section-title{
		font-size:3vw;
	}
	
	.section-title,.how-number{
		font-size:2.5vw;
	}
	
	.footer-navigation-wrapper{
		flex-direction: row;
	}

	.footer-navigation-wrapper li{
		margin:0 0 0 2rem;
	}
	
	.carousel-cell {
		height: 365px;
	}

	
	#how-it-works .accordion{
		padding: 2rem 4rem;
	}
	
	#how-it-works .accordion-body{
		margin-bottom: 2rem;
		padding-right: 4rem;
		padding-left: 4rem;
	}
	
	#how-it-works .accordion-button{
		padding-top:1rem;
		padding-bottom:1rem;
	}
	
	#how-it-works .how-number-div{
		width: 3rem;
	}
	
	.usp-item{
		padding: 4rem;
	}
	
	.payment-options ul{
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: right;
		justify-content: flex-end;
	}

	.payment-options ul li{
		padding:0 1rem;
		display: flex;
		flex-direction: row;
	}
	
	/*.payment-options ul li:last-child{
		padding:0 0rem 0 1rem;
	}*/
	
	.payment-options ul li img{
		max-height: 20px;
	}
	
	.num-items{
		right:0;
	}
	
	.carousel-cell {
		width: 40%;
	}
	
	.icon-holdert{
		position: absolute;
		top:-40px;
		margin-bottom: auto;
	}
	
	.comment_container .description{
		max-width:80%;
	}
	
	#faq .accordion{
		padding:1rem 2rem 1rem;
	}


}

