:root {
	--primary: #E8F1DC;
	--secondary: #25513C;
	--gray-light: #A7A7A7;
	--text: #000000;
	--border: #E8E8E8;
}
main{
	overflow: hidden;
}
#index #content-wrapper{
	padding: 0px;
}
#wrapper{
	background-color: #ffffff;
	padding-top: 0px;
}
#wrapper > .container{
	padding-top: 26px;
}
#index #wrapper > .container{
	padding-top: 0px;
}
@media (min-width: 576px) {
	.container {
	  width: 100%;
	}
  }
@media (min-width: 768px) {
	.container {
	  width: 100%;
	}
  }
@media (min-width: 992px) {
	.container {
	  width: 100%;
	}
  }
@media (min-width: 1200px) {
	.container{
		background-color: #ffffff;
		width: 1440px;
	}
}

.form-control:focus{
	outline-width: 1px;
}
.input-group.focus{
	outline-width: 1px;
}
/* CATEGORY - BEGIN */
.block-category.card{
	background-color: transparent;
	min-height: auto;
	padding-left: 100px;
}
.block-category.card h1{
	font-size: 80px;
}
.af_subtitle{
	color: var(--secondary);
}
.af_subtitle.toggle-content{
	display: flex;
	justify-content: space-between;
}
.af_subtitle.toggle-content:before{
	display: none;
}
.af_filter{
	border-bottom: 1px solid #d9d9d9;
}
#af_form > div:first-of-type {
	border-top: 1px solid #d9d9d9;
}
.af_filter .af_subtitle.toggle-content::after{
	border: 0px;
	color: #D9D9D9;
	content: '\e90a';
	font-family: 'icomoon';
	font-size: 21px;
	height: auto;
	margin: 0px;
	right: 0px;
	transform: none;
	width: auto;
}
.af_filter.closed .af_subtitle.toggle-content::after{
	content: '\e908';
}
.af_filter label{
	align-items: center;
	font-size: 13px;
	padding-right: 5px;
}
.af_filter li:hover,
.af_filter li.active{
	background-color: var(--primary);
}
.af_filter .checkbox{
	accent-color: var(--secondary);
}
.af_filter .count{
	color: var(--text);
}
.af_filter ul{
	margin: 0px;
	padding: 0px;
}
.selected-filters-label{
	display: none;
}
.selectedFilters .clearAll{
	background-color: var(--secondary);
	border-radius: 15px;
}
.selectedFilters .clearAll a{
	color: #ffffff;
}
.selectedFilters.inline .cf{
	background-color: var(--primary);
	border-radius: 15px;
	font-size: 14px;
}
#amazzing_filter.block .title_block{
	display: none;
}

.product-miniature .product-title{
	margin: 0px;
	text-align: left;
  	line-height: 21px;
}
.product-miniature .product-title a{
	color: var(--secondary);
	font-size: 16px;
	font-weight: 700;
}
.product-miniature .product-price-and-shipping{
	text-align: left;
}
.product-miniature .regular-price{
	color: var(--gray-light);
	font-size: 14px;
	font-weight: 500;
}
.product-miniature .thumbnail-container{
	margin-bottom: 0px;
	width: 100%;
}
.product-miniature .thumbnail-container:hover .product-description::after{
	display: none;
}
.product-flags li.product-flag.discount, 
.product-flags li.product-flag.discount-amount, 
.product-flags li.product-flag.discount-percentage{
	background-color: #cd1b1b;
	border-radius: 13px;
	font-size: 13px;
	padding: 2px 0px 2px 0px;
	min-height: auto;
	text-align: center;
}
.products{
	padding: 0px 15px;
}
.products .product{
	border: 1px solid var(--border);
	padding: 0px 10px;
	margin-bottom: 72px;
}
.product-miniature .thumbnail-container .product-thumbnail img{
	padding: 36px 18px;
}
.products .product-description-short{
	margin-bottom: 12px;
	min-height: 42px;
}
.products .product-description-short a{
	color: var(--text);
	font-size: 13px;
	line-height: 1.5;
}

.product-availability{
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}
.product-availability.available:before{
	background-color: #098C4D;
	border-radius: 5px;
	content: '';
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
.product-availability.not-available:before{
	background-color: #cd1b1b;
	border-radius: 5px;
	content: '';
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
.product-availability.will-be-available:before{
	background-color: #ebe831;
	border-radius: 5px;
	content: '';
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
.product-miniature .product-price-and-shipping{
	display: flex;
	justify-content: space-between;
}
.product-miniature .product-price-and-shipping .product-miniature-actions button{
	background-color: #25513C;
	border: 0px;
	border-radius: 19px;
	cursor: pointer;
	height: 38px;
	width: 38px;
}
.product-miniature .product-price-and-shipping .product-miniature-actions button svg{
	height: 22px;
	line-height: 38px;
	padding-top: 2px;
	width: 32px;
}
.product-miniature .manufacturer-logo{
	height: auto;
	position: absolute;
	right: 0px;
	bottom: 10px;
	max-width: 50px;
}
.product-miniature:hover .thumbnail-container .product-thumbnail {
	transform: scale(1.2);
	transition: all .2s ease-in-out;
}
.form-add-to-cart input[type=number]{
	border-radius: 3px;
	border: 1px solid #c9c9c9;
	font-size: 14px;
	font-weight: 500;
	margin-right: 5px;
	padding: 0px 5px;
	text-align: right;
	vertical-align: middle;
	width: 30px;
}
.form-add-to-cart button{
	vertical-align: middle;
}
#blockcart-modal .product-name{
	color: var(--secondary);
}
#blockcart-modal .modal-name{
	color: var(--text);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}
#blockcart-modal .product-price{
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.product-miniature .product-promo {
	background: #2E8BC0;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	right: 0px;
	padding: 5px 10px;
	position: absolute;
	top: 10px;
	width: max-content;
	z-index: 1;
}
/* CATEGORY - END */

/* PRODUCT - BEGIN */
#product .manufacturer-logo{
	bottom: 10px;
	position: absolute;
	right: 10px;
	max-height: 20px;
}
#product #wrapper .container{
	background-color: #f8f8f8;
}
#main .page-content, #main .page-footer, #main .page-header{
	margin: 0px;
}
#product #content{
	max-width: 550px;
}
#product .product-container .product-flags li.product-flag.discount, 
#product .product-container .product-flags li.product-flag.discount-amount, 
#product .product-container .product-flags li.product-flag.discount-percentage{
	background-color: #cd1b1b;
	border-radius: 18px;
	font-size: 18px;
	font-weight: 500;
	left: 18px;
	line-height: 28px;
	margin: 0px;
	min-height: auto;
	padding: 0px 7px;
	position: absolute;
	text-align: center;
	top: 18px;
}
#product h1{
	color: #25513C;
	font-size: 38px;
	line-height: 38px;
}
.product-title-container{
	display: flex;
	justify-content: space-between;
}
.product-manufacturer{
	max-height: 50px;
	max-width: 100px;
}
#product .product-container .product-description{
	font-size: 20px;
	line-height: 28px;
}
.product-container .product-availability{
	font-size: 16px;
	line-height: 22px;
}
.has-discount .page-content.page-cms ul, 
.has-discount p, 
.has-discount.product-price, 
#product .current-price-value, 
.page-content.page-cms .has-discount ul{
	color: var(--text);
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -3%;
	padding-right: 5px;
}
#product .current-price{
	margin: 0px;
}
#product .product-price.h5.has-discount{
	margin: 0px;
}
#product .product-discount{
	color: #909090;
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -3%;
	margin: 0px;
}
.product-prices .tax-shipping-delivery-label{
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}
#product .product-actions .control-label{
	font-size: 12px;
}
#product .tabs{
	background-color: transparent;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#product .tabs .nav-tabs{
	display: none;
}
#product-details{
	display: flex;
	padding: 0px;
}
#product-details .product-reference{
	background: #8CB74F1A;
	border-radius: 3px;
	margin: 6px 6px 0 0;
	padding: 6px 8px;
	width: calc(33.333% - 6px);
}
#product-details .product-reference label{
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
#product-details .product-reference span{
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	text-align: left;
	width: 100%;
}
#product button.add-to-cart{
	border-radius: 25px;
	height: auto;
	line-height: 48px;
	padding: 0px 26px;
}
#product button.add-to-cart i{
	display: none;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
#product .product-quantity #quantity_wanted{
	border: 2px solid transparent;
	font-size: 22px;
	height: 48px;
	text-align: center;
}
#product .product-quantity .input-group{
	border: 1px solid #3e3e3e;
	border-radius: 3px;
}
.input-group .input-group-btn > .btn{
	color: #0d0d0d;
	font-size: 20px;
}
.input-group .input-group-btn > .btn[data-action="show-password"]{
	color: #ffffff;
	font-size: 14px;
	padding: 0px 16px;
}
.product-quantity .qty{
	height: 50px;
	margin: 0px 32px 0px 0px;
}
.description{
	padding: 10px 0px;
}
.description p{
	margin: 0px;
}
#product .product-promo {
	background: #2E8BC0;
	border-radius: 3px;
	color: #fff;
	font-weight: 500;
	right: 10px;
	padding: 5px 10px;
	position: absolute;
	top: 10px;
	width: max-content;
	z-index: 1;
}
.product-suitables{
	margin-bottom: 20px;
}
.product-suitables > div {
	display: flex;
}
.product-suitables > div a{
	background-color: #ffffff;
	border: 1px solid var(--border);
	color: var(--secondary);
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	margin-right: 16px;
}
.product-suitables > div a:hover img{
	transform: scale(1.2);
	transition: all .2s ease-in-out;
}
.product-suitables > div img{
	max-width: 135px;
	padding: 36px 18px;
}
/* PRODUCT - END */


/* HEADER - BEGIN */
#header{
	box-shadow: none;
}
#index #header{
	position: absolute;
	top: 0px;
	width: 100%;
}
.breadcrumb{
	font-size: 14px;
	line-height: 30px;
	padding: 20px 28px 0px 28px;
}
#_desktop_logo{
	padding: 0px 28px 0px 50px;
}
#header .header-top{
	padding-top: 14px;
}
#header .header-top > .container{
	width: 100%;
}
#header .header-top > .container > .row:first-of-type{
	justify-content: space-between;
}
#_desktop_cart{
	margin-right: 28px;
	text-transform: uppercase;
}
#_desktop_cart span{
	color: #8CB74F;
	font-size: 13px;
}
#_desktop_cart:hover span{
	color: var(--secondary);
}
#_desktop_cart i{
	display: block;
	font-size: 29px;
	text-align: center;
}
#_desktop_cart:hover i:before{
	color: var(--secondary);
}
#_desktop_user_info{
	margin-left: auto;
	margin-right: 20px;
	text-transform: uppercase;
}
#_desktop_user_info span{
	color: #8CB74F;
	font-size: 13px;
}
#_desktop_user_info:hover span{
	color: var(--secondary);
}
#_desktop_user_info i{
	display: block;
	font-size: 29px;
	text-align: center;
}
#_desktop_user_info:hover i:before{
	color: var(--secondary);
}
#search_widget {
	margin-bottom: 14px;
	max-width: none;
	min-width: 417px;
}
#search_widget form{
	align-items: center;
	display: flex;
}
#search_widget i{
	padding: 0px 0px 0px 8px;
}
#search_widget i:before{
	color: #000000;
	font-size: 18px;
}
#search_widget form input{
	background-color: transparent;
	border-bottom: 1px solid #000000;
	border-radius: 0px;
	font-size: 16px;
}
#header .header-top .menu{
	padding-left: 0px;
}
#header .header-top a[data-depth="0"]{
	color: #8CB74F;
	font-size: 16px;
	font-weight: 500;
}
#top-menu .sub-menu{
	border: 1px solid var(--border);
	box-shadow: none;
	margin-left: 50px;
	padding: 50px 36px 40px 36px;
}
#header .top-menu a[data-depth="1"]{
	color: #8CB74F;
	font-size: 17px;
	font-weight: 500;
	padding: 0px 10px 18px 0px;
}
#header .top-menu a[data-depth="1"]:hover{
	color: var(--secondary);
	text-decoration: underline;
}
.header-nav{
	display: none;
}
.top-menu[data-depth="1"]{
	display: flex;
	flex-wrap: wrap;
}
.top-menu .sub-menu{
	width: calc(100% - 100px);
	min-width: calc(100% - 100px);
}
.top-menu .sub-menu ul[data-depth="1"] > li{
	width: 20%;
}
#header .header-top a[data-depth="0"]{
	border-bottom: 2px solid transparent;
}
#header .header-top li:hover a[data-depth="0"]{
	border-bottom: 2px solid #8cb74f;
}
.top-before{
	display: flex;
	flex-flow: column;
	margin-left: 120px;
}
/* HEADER - END */
/* HOME SLIDE - BEGIN */
#index #header,
#index .header-top,
#index .header-top > .container{
	background-color: transparent;
	z-index: 20;
}
#index #header{
	background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .0) 100%)
}
#index #wrapper{
	width: 100%;
}
#index .carousel .carousel-item figure{
	background-color: #000000;
	width: 100%;
}
#index .carousel .carousel-item figure img{
	opacity: .5;
}
#index .carousel .carousel-inner{
	height: auto;
}
#index #search_widget i::before{
	color: #ffffff;
}
#index input::placeholder, textarea::placeholder{
	color: #ffffff;
}
#index #search_widget form input{
	border-color: #ffffff;
	color: #ffffff;
}
.carousel .carousel-item .caption{
	max-width: 45%;
	left: 120px;
	text-align: left;
	top: 30%;
}
.carousel .carousel-item .caption h2.display-1{
	font-size: 80px;
	font-weight: 700;
	line-height: 84px;
	margin-bottom: 30px;
}
.carousel .carousel-item .caption .caption-description p{
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
}
.carousel{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.carousel .carousel-inner{
	margin: 0px;
}
.carousel .carousel-indicators{
	display: block;
}
.carousel-indicators li{
	background-color: #999999;
	border: 0px;
	height: 15px;
	margin: 0px;
	width: 15px;
}
.carousel-indicators li:not(:first-child){
	margin-left: 15px;
}
.carousel .carousel-indicators .active{
	background-color: #ffffff;
	height: 15px;
	width: 15px;
}
.carousel-button{
	background-color: #8CB74F;
	border-radius: 25px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	right: 30%;
	line-height: 50px;
	padding: 0px 50px;
	position: absolute;
	top: 70%;
}
.carousel-button:hover{
	color: var(--secondary);
}
.featured-products{
	position:relative;
}
.featured-products:before{
	background-color: #ffffff;
	content: '';
	height: 100%;
	left: calc(-50vw + 50%);
	position: absolute;
	top: 0px;
	width: 100vw;
}
.featured-products h2{
	position: relative;
}
.featured-products .slick-list{	
	overflow: visible;
}
#product .featured-products{
	padding: 50px 0px;
}
/* HOME SLIDE - END */
/* SEARCH WIDGET - BEGIN */
.ui-menu-item .product{
	color: var(--secondary);
	font-size: 16px;
	font-weight: 700;
}
.ui-menu-item .description{
	color: var(--text);
	display: block;
	font-size: 13px;
	line-height: 1.5;
}
/* SEARCH WIDGET - END */
/* CAROUSEL - BEGIN */
#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title{
	font-size: 54px;
	font-weight: 700;
	line-height: 84px;
	text-transform: none;
}
.all-product-link{
	float: right;
}
.slick-list{
	margin: 0px 99px;
	width: calc(100% - 198px);
}
.slick-list .product{
	margin-bottom: 0px;
}
.slick-initialized .slick-slide{
	opacity: 0.1;
	pointer-events: none;
}
.slick-initialized .slick-slide.slick-active{
	opacity: 1;
	pointer-events: auto;
}
.slick-next,
.slick-prev{
	background-color: #C6DCA8;
	border: 0px;
	border-radius: 31px;
	cursor: pointer;
	font-size: 0px;
	height: 62px;
	width: 62px;
	z-index: 1;
}
.slick-next:focus,
.slick-prev:focus{
	outline: none;
}
.slick-next:before{
	color: #25513C;
	content: '\e901';
	font-family: 'icomoon';
	font-size: 31px;
	line-height: 62px;
}
.slick-prev:before{
	color: #25513C;
	content: '\e902';
	font-family: 'icomoon';
	font-size: 31px;
	line-height: 62px;
}
.slick-next{
	right: 19px;
	position: absolute;
	top: calc(50% - 31px);
}
.slick-prev{
	left: 19px;
	position: absolute;
	top: calc(50% - 31px);
}
/* CAROUSEL - END */

/* CART - BEGIN */
#cart .product-price{
	color: var(--text);
	display: flex;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1.5;
}
#cart .product-price .current-price{
	letter-spacing: 0px;
	margin-right: 10px;
}
#cart .product-line-info .label{
	color: var(--secondary);
	display: block;
	line-height: 21px;
	font-size: 16px;
	font-weight: 700;
}
#cart .product-line-info .label.name{
	color: var(--text);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 12px;
}
#cart .product-line-grid{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}
/* CART - END */

/* CHECKOUT - BEGIN */
body#checkout a:hover{
	color: var(--secondary);
}
body#checkout section.checkout-step.-reachable.-current .step-number{
	background-color: #8cb74f;
}
.media,
.media-body{
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.media{
	border-top: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-top: 20px;
}
.media-body .product-reference{
	color: var(--secondary);
	display: block;
	line-height: 21px;
	font-size: 16px;
	font-weight: 700;
}
.media-body .product-name{
	color: var(--text);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 12px;
}
.media-list .product-price{
	color: var(--text);
	display: flex;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.5;
}
.js-payment-binary, .js-payment-binary .accept-cgv, 
body#checkout section.checkout-step.-reachable.-complete .content{
	display: block;
}
#checkout #search_widget{
	display: block;
}
#order-items{
	border-right: 0px;
}
#order-items .order-line{
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
}
#order-items .row{
	margin: 0px;
}
#content-hook_order_confirmation{
	margin-bottom: 0px;
}
#order-confirmation #content > .card-block{
	padding-top: 0px;
}
#order-details{
	margin-bottom: 15px;
	margin-top: 0px;
	padding: 0px 15px;
}
#order-details > .card-title{
	margin-bottom: 15px;
}
/* CHECKOUT - END */

/* HOME : CUSTOM TEXT - BEGIN */
#custom-text{
	margin-bottom: 0px;
	padding: 50px 150px;
	position: relative;
}
#custom-text:before{
	background-color: #8CB74F;
	content: '';
	height: 100%;
	left: calc(-50vw + 50%);
	position: absolute;
	top: 0px;
	width: 100vw;
}
.ct-image{
	border: 40px solid #84AD49;
	display: flex; 
	position: relative; 
	width: 464px; 
	height: 464px; 
	overflow: hidden; 
	place-content: center;
	border-radius: 50%; 
} 
#custom-text h2{
	color: #25513C;
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 84px;
	margin-bottom: 20px;
	text-align: right;
	text-transform: none;
}
#custom-text h3{
	color: #25513C;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: right;
}
#custom-text p{
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
	text-align: right;
}
#custom-text img{
	max-width: none;
	width: auto;
}
@media (max-width: 992px) {
	.ct-image{
		margin-top: 20px;
	}
}
@media (max-width: 1200px) {
	.ct-image{
		height: 360px;
		width: 360px;
	}
}
@media (max-width: 1440px) {
	#custom-text{
		padding: 50px;
	}
}
#custom-brand{
	padding: 50px 150px;
	position: relative;
}
#custom-brand:before{
	background-color: #F4F8EE;
	content: '';
	height: 100%;
	left: calc(-50vw + 50%);
	position: absolute;
	top: 0px;
	width: 100vw;
}
#custom-brand h2{
	position:relative;
}
#custom-brand .row{
	display: flex;
	margin-top: 80px;
  	justify-content: space-evenly;
}
#custom-brand img{
	width: 100%;
}
#custom-brand h2{
	font-size: 54px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 84px;
	text-align: center;
}
#custom-brand p{
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
	text-align: center;
}
.cb-image{
	align-items: center;
	border-radius: 98px;
	border: 3px solid #25513C;
	display: flex;
	height: 370px;
	margin-left: 23px;
	margin-right: 23px;
	padding: 0px 50px;
	width: 330px;
}
#custom-brand .carousel-button{
	font-weight: 500;
	position: static;
}
.cb-button-container{
	margin-top: 80px;
	text-align: center;
}
/* HOME : CUSTOM TEXT - END */

/* FOOTER - BEGIN */
#footer,
body#checkout #footer{
	background-color: #25513C;
	margin-top: 50px;
}
#footer .container,
body#checkout #footer .container{
	background-color: transparent;
}
.footer-container{
	padding-bottom: 150px;
}
.footer-container .h3,
.footer-container .h4{
	color: #8CB74F;
	text-transform: none;;
}
.block-contact, .footer-container li a{
	color: #ffffff;
}
.block_newsletter{
	background-color: transparent;
}
#footer .block_newsletter #block-newsletter-label{
	color: #8CB74F !important;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 30px;
}
.composite-input{
	border: 4px solid #6C8C7D;
	border-radius: 50px;
}
.block_newsletter form input[type="email"]{
	border: 0px;
	background-color: transparent;
}
.block_newsletter form input[type="email"]::placeholder{
	color: #ffffff;
}
.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type{
	background-color: transparent;
	color: #8CB74F;
	padding: 5px;
}
.block_newsletter p{
	color: #ffffff !important;
}
/* FOOTER - END */

/* CMS - BEGIN */
.page-header{
	display: none;
}
.page-cms h2{
	color: #25513C;
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 84px;
}
.page-cms p{
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
}
.cms-header{
	position: relative;
}
.cms-header:before{
	background-size: 100% auto;
	content: '';
	display: block;
	height: 100%;
	left: 0px;
	opacity: .5;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 2;
}
.cms-header:after{
	background-color: #000000;
	content: '';
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}
.cms-header .container{
	background-color: transparent;
	position: relative;
	z-index: 3;
}
.cms-header h1{
	color: #ffffff;
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 84px;
	margin-bottom: 45px;
}
.cms-header p{
	color: #ffffff;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 30px;
}
.cms-band-green{
	padding: 85px 0px;
	position: relative;
}
.cms-band-green:before{
	background-color: #25513C;
	content: '';
	height: 100%;
	left: calc(-50vw + 50%);
	position: absolute;
	top: 0px;
	width: 100vw;
}
.page-cms .cms-band-green h2{
	color: #8CB74F;
}
.page-cms .cms-band-green p{
	color: #ffffff;
}
.page-cms .cms-band-green p strong{
	color: #8CB74F;
}
.cms-rounded-images{
	text-align: center;
}
.cms-rounded-image{
	border-radius: 50%; 
	border: 20px solid #1E4130;
	display: flex; 
	height: 288px; 
	margin: 0px auto 35px auto;
	overflow: hidden; 
	place-content: center;
	position: relative; 
	width: 288px; 
} 
.cms-rounded-image img{
	height: 100%;
}
/* CMS - END */

/* AUTHENTICATION - BEGIN */
#authentication .page-header{
	display: block;
	text-align: center;
}
#authentication #content-wrapper{
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 35px 25px 15px 25px;
	float: none;
	margin: 0 auto 50px auto;
	width: max-content;
}
/* AUTHENTICATION - END */

/* PASSWORD RECOVERY - BEGIN */
#password .page-header{
	display: block;
	text-align: center;
}
#password #content-wrapper{
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 35px 25px 15px 25px;
	float: none;
	margin: 0 auto 50px auto;
	width: max-content;
}
/* PASSWORD RECOVERY - END */
.tohide{
	display: none !important;
}
.af_filter ul.child-categories{
	padding-left: 10px;
}