html {
	scroll-behavior:smooth
}

.page .content{
	padding: 15px 0;
}

@media screen and (min-width: 768px){
	.page .content{
		padding: 50px 0;
	}
}

/* Pages > Home */

.page.home .links{
	background: #FBFAF3;
	padding: 50px 0;
}
.page.home .links .data{
	text-align: center;
}
.page.home .links .title h3 {
	font-size: 20px;
}
.page.home .links .items {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 40px;
}
.page.home .links .items article {
	display: inline-block;
	vertical-align: top;
	padding: 3px;
	max-width: 70px;
}
.page.home .links .items article .thubmnail {
	margin-bottom: 16px;
	border-radius: 50%;
	overflow: hidden;
	max-width: 70px;
}
.page.home .links .items article h2 {
	color: #008977;
	font-size: 13px;
}

@media screen and (min-width: 576px) {
	.page.home .links .items article{
		max-width: 120px;
	}
	.page.home .links .items article .thumbnail{
		max-width: 120px;
	}
}
@media screen and (min-width: 768px){
	.page.home .links {
		padding: 100px 0;
	}
	.page.home .links .title h3 {
		font-size: 30px;
	}
	.page.home .links .items article{
		max-width: 237px;
	}
	.page.home .links .items article .thumbnail{
		max-width: 237px;
		margin-bottom: 36px;
		transition: 0.3s all;
	}
	.page.home .links .items article h2 {
		font-size: 28px;
	}
	.page.home .links .items article .btn{
		width: 100%;
		max-width: 200px;
	}
}
@media screen and (max-width: 768px) {
	.page.home .links .items article .btn{
		background: transparent;
		color: #008977;
		padding: 0;
		border: 0;
		line-height: 1.3em;
		font-size: 11px;
		box-shadow: none !important;
	}
	.page.home .links .items article .btn span{
		display: none;
	}
}


.page.home .popular{
	background: #FBFAF3;
	padding: 0 0 50px;
}
.page.home .popular .feed-products{
	padding: 0 15px;
	white-space: nowrap;
	text-align: center;
	overflow: auto;
	margin-top: 60px;
}
.page.home .popular .feed-products .item{
	display: inline-block;
	vertical-align: top;
	width: 320px;
	height: 500px;
	padding: 10px;
}
.page.home .popular .feed-products .item article{
	white-space: initial;
	max-width: 330px;
	background: transparent;
}
.page.home .popular .feed-products article .graph .graph-title{
	background: #EAE8E1;
}
.page.home .popular .feed-products article.active .pop_card {
	background: #FBFAF3;
    border-bottom: 5px solid #FBFAF3;
}

@media screen and (min-width: 768px){
	.page.home .popular .feed-products {
		height: 119vh;
    	padding: 0 4%;
	}
	.page.home .popular .feed-products .item{
		height: 675px;
		margin-right: 100px;
	}
	.page.home .popular .feed-products article .buttons {
		bottom:  -50px;
	}
}

.page.home .popular .btn-primary {
    display: block;
    max-width: 170px;
    margin: 0 auto;
}

.page.home .popular.is-mobile .feed-products {
    max-height: 660px;
    margin: 0 7.5px;
    transition: 0.3s all;
    overflow: hidden;
}
.page.home .popular.is-mobile.active .feed-products {
	max-height: 2000px;
}
.page.home .popular.is-mobile.active .btn-primary {
	display: none;
}


.page.home .press {
	text-align: center;
	padding-top: 50px;
}
.page.home .press ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: auto;
}
.page.home .press ul li{
	width: 100%;
	max-width: 100px;
	margin: 15px;
	transition: 0.3s all;
}

@media screen and (min-width: 768px) {
	.page.home .press {
		padding: 65px 0;
	}
	.page.home .press ul li{
		max-width: 150px;
	}
	.page.home .press ul li:nth-child(8) {
		max-width: 80px;
	}
	.page.home .press ul li:nth-child(9) {
		max-width: 200px;
	}
	.page.home .press ul li:nth-child(10) {
		max-width: 100px;
	}
	.page.home .press ul li:nth-child(11) {
		max-width: 190px;
	}
	.page.home .press ul li:nth-child(16) {
		max-width: 300px;
	}
}
@media screen and (min-width: 992px) {
	.page.home .press ul {
		
	}
}

@media screen and (min-width: 2300px) {
	.page.home .popular .feed-products{
		justify-content: center;
	}
}

.page.home .pro {
	display: flex;
	align-items: flex-end;
	padding: 50px 0;
	min-height: 375px;
	text-align: center;
	background: #eee no-repeat center;
	background-size: cover;
}
.page.home .pro h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	text-shadow: 2px 2px 8px rgba(76,75,75,0.50);
}

@media screen and (min-width: 768px) {
	.page.home .pro {
		text-align: left;
	}
	.page.home .pro h2 {
		font-size: 55px;
	}
}

.page.home .about {
	padding: 50px 0;
}
.page.home .about h2 {
	color: #0E2D3F;
	font-size: 24px;
}
.page.home .about h2 span {
	color: #008977;
}
.page.home .about ul {
	display: none;
}
.page.home .about ul li {
	margin-bottom: 36px;
}
.page.home .about ul li .image {
	display: inline-block;
	width: 80px;
	height: 82px;
	margin-right: 32px;
	vertical-align: middle;
	text-align: center;
}
.page.home .about ul li .image img {
	display: inline-block;
	vertical-align: middle;
}
.page.home .about ul li h5 {
	display: inline-block;
	color: #008977;
	font-size: 15px;
	vertical-align: middle;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.page.home .about h4 {
	font-size: 18px;
}
.page.home .about .text {
	margin-bottom: 50px;
	font-size: 14px;
}
.page.home .about .btn-primary {
	display: block;
	margin: 0 auto;
	max-width: 250px;
}

@media screen and (min-width: 768px){
	.page.home .about {
		padding: 100px 0;
	}
	.page.home .about h2 {
		padding-right: 100px;
		font-size: 32px;
	}
	.page.home .about ul {
		display: block;
		margin-top: 60px;
	}
	.page.home .about h4 {
		font-size: 24px;
	}
	.page.home .about .text {
		font-size: 18px;
	}
	.page.home .about .btn-primary {
		display: inline-block;
		margin: 0;
		max-width: 100%;
	}
}
@media screen and (min-width: 992px){
	.page.home .about ul {
		margin-top: 120px;
	}
}
@media screen and (min-width: 1200px){
	.page.home .about ul li h5 {
		font-size: 16px;
	}
}

/**/

.page.page-wholesale-subpage .content {
	padding: 50px 0;
    color: #3E3E3F;
	line-height: 1.4;
	text-align: center;
}

.page.page-wholesale-subpage .content .headline {
	text-align: left;
}
.page.page-wholesale-subpage .content .headline .image {
	margin-bottom: 24px;
	text-align: center;
}
.page.page-wholesale-subpage .content .headline .image img {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	max-width: 100%;
}
.page.page-wholesale-subpage .content .headline h5 {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
}
.page.page-wholesale-subpage .content .headline p {
	margin: 0;
}

.page.page-wholesale-subpage .content h4 {
	margin: 2em 0;
	font-size: 18px;
	line-height: 1.3;
}

.page.page-wholesale-subpage .content h3 {
	margin: 2em 0;
	font-size: 24px;
	line-height: 1.3;
}

.page.page-wholesale-subpage .content ol,
.page.page-wholesale-subpage .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page.page-wholesale-subpage .content ul li {
	position: relative;
	margin-bottom: 32px;
	padding-left: 30px;
	text-align: left;
}
.page.page-wholesale-subpage .content ul li:before {
	position: absolute;
	top: 0;
	left: 0;
    color: #008977;
	font-size: 40px;
	content: '\2022';
    line-height: 18px;
}

.page.page-wholesale-subpage .content ol {
	text-align: center;
}

.page.page-wholesale-subpage .content ul li {
	margin: 32px 0;
}
.page.page-wholesale-subpage .content ol li {
	margin: 32px 0;
	color: #3E3E3F;
	text-align: center;
}
.page.page-wholesale-subpage .content ol li strong:first-of-type {
	color: #008977;
}
.page.page-wholesale-subpage .content ol li img {
	display: inline-block;
    width: auto;
    height: 80px;
	margin-bottom: 32px;
	vertical-align: middle;
	max-width: 100%;
}
.page.page-wholesale-subpage .content ol li h2 {
	margin-bottom: 32px;
	color: #3E3E3F;
	font-size: 24px;
}

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

	.page.page-wholesale-subpage .content .headline {
		display: flex;
		position: relative;
		align-items: center;
	}
	.page.page-wholesale-subpage .content .headline .image {
		margin: 0;
		flex-basis: 40%;
	}
	.page.page-wholesale-subpage .content .headline .text {
		flex-basis: 60%;
	}
	.page.page-wholesale-subpage .content .headline h5 {
		font-size: 18px;
	}

	.page.page-wholesale-subpage .content ul {
		display: inline-block;
		width: 42%;
		margin: 0 3.5%;
		vertical-align: top;
	}
	.page.page-wholesale-subpage .content ol li {
		display: inline-block;
		width: 25%;
		margin: 1% 4%;
		vertical-align: top;
	}
	.page.page-wholesale-subpage .content ol li img {
	    height: 120px;
	}

}

/* Page Product Testing */

.product-testing .loading {
	display: none;
}
.product-testing .pdf_type {
	display: block;
    margin: 10px 0;
    background: #FBFAF3;
    transition: 0.3s all;
    cursor: pointer;
    padding: 15px 40px 15px 15px;
    border-radius: 3px;
}
.product-testing .pdf_type.active {
	border:  solid 1px #ADAAAA;
}
.product-testing .pdf_type strong {
	display: block;
	/*padding: 10px;*/
	font-size: 16px;
}
.product-testing .pdf_type > strong {
	position: relative;
    color: #3E3E3F;
    transition: 0.1s all;
}
/*.product-testing .pdf_type.active > strong,
.product-testing .pdf_type > strong:hover {
	background: #008977;
	color: #fff;
}*/

.product-testing .pdf_type > strong:after{
    position: absolute;
    width: 35px;
    height: 35px;
    top: -10px;
    margin: 5px;
    font-family: 'fontawesome';
    font-size: 24px;
    content: "\f107";
    right: 0;
    line-height: 35px;
    transition: 0.3s transform;
    text-align: center;
}
.product-testing .pdf_type.prpro > strong:after,
.product-testing .pdf_type.active > strong:after {
	transform: rotate(-90deg);
}

.product-testing .pdf_type .pdf_subtype {
	display: none;
}
.product-testing .pdf_type .pdf_subtype strong {
	color: #3E3E3E;
}

.product-testing .pdf_type .feed-pdfs {
	display: none;
	padding: 10px;
}
.product-testing .pdf_type .feed-pdfs strong {
	background: transparent;
	color: #008977;
}
.product-testing .pdf_type .feed-pdfs article {
	display: inline-block;
	width: 98%;
	margin: 1%;
	padding: 0;
	vertical-align: top;
	box-shadow: none;
}
.product-testing .pdf_type .feed-pdfs article a {
	display: flex;
	width: 100%;
	padding: 5px;
	background: #fff;
	align-items: center;
	min-height: 85px;
	text-align: center;
	transition: 0.3s all;
}
.product-testing .pdf_type .feed-pdfs article a:hover {
	background: #008977;
	color: #fff !important;
}
.product-testing .pdf_type .feed-pdfs article a div {
	width: 100%;
}
.product-testing .pdf_type .feed-pdfs article h2 {
	margin: 0;
	font-size: 18px;
}
.product-testing .pdf_type .feed-pdfs article h2 span {
	display: block;
	font-size: 16px;
}
.product-testing .pdf_type .feed-pdfs article h2 span.lotnumber {
	color: #333;
    font-size: 14px;
    letter-spacing: 0;
}
.product-testing .pdf_type .feed-pdfs article a:hover span.lotnumber {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.product-testing .pdf_type .feed-pdfs article {
		max-width: 47%;
	}
}

@media screen and (min-width: 1024px) {
	.product-testing .pdf_type .feed-pdfs article {
		max-width: 31%;
	}	
}

/* Pages > Storelocator */

.page.storelocator .map{
	margin-top: 50px;
	width: 100%;
	min-height: 300px;
	background: #E1E1E1;
}

@media screen and (min-width: 992px){
	.page.storelocator .map{
		min-height: 450px;
	}	
}

.page.storelocator .content{
	padding-top: 0;
}

.page.storelocator .filter{
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	z-index: 2;
	border: 1px solid #E5ECED;
	background: #fff;
	box-shadow: 0 11px 14px -10px #E5ECED;
	border-radius: 0 0 5px 5px;
}
.page.storelocator .filter ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0;
}
.page.storelocator .filter ul li{
	width: 100%;
	padding: 15px;
}

.page.storelocator .filter select,
.page.storelocator .filter input{
	border: 0;
	font-weight: bold;
}
.page.storelocator .filter .select2-container .select2-selection--single{
	border: 0 !important;
	font-weight: bold;
}

.page.storelocator .filter h4{
	margin: 10px 0 0 15px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #3E3E3E;
}

.page.storelocator .filter .divisor{
	position: relative;
	width: 100%;
	padding: 0;
}
.page.storelocator .filter .divisor .line{
	position: relative;
	width: 100%;
	text-align: center;
	color: #8F8F8F;
	text-transform: uppercase;
}
.page.storelocator .filter .divisor .line span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	background: #fff;
	z-index: 2;
}
.page.storelocator .filter .divisor .line:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8F8F8F;
}


.page.storelocator .filter .clear{
	padding: 0;
	border-top: 2px solid #EDEDED;
}
.page.storelocator .filter .clear a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #008977;
	padding: 15px;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	border-radius: 0 0 5px 5px;
}
.page.storelocator .filter .clear a:hover{
	background: #008977;
	color: #fff;
}

.page.storelocator .filter .clear a i{
    font-size: 9px;
    margin-right: 8px;
    vertical-align: 0px;
}

@media screen and (min-width: 992px){
	.page.storelocator .filter{
		margin-top: -50px;
		border-radius: 5px;
	}
	.page.storelocator .filter .first{
		border-right: 2px solid #EDEDED;
	}
	.page.storelocator .filter ul{
		flex-wrap: nowrap;
	}
	.page.storelocator .filter ul li{
		padding: 15px 30px;
	}
	.page.storelocator .filter .divisor{
		width: 30px;
	}
	.page.storelocator .filter .divisor .line{
		height: 100%;
	}
	.page.storelocator .filter .divisor .line span{
		position: absolute;
		top: calc(50% - 10px);
		left: calc(50% - 10px);
		width: 20px;
	}
	.page.storelocator .filter .divisor .line:after{
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
	}
	.page.storelocator .filter .clear{
		max-width: 120px;
		border-top: 0;
		border-left: 2px solid #EDEDED;
	}
	.page.storelocator .filter .clear a{
		border-radius: 0 5px 5px 0;
	}

}


/* Pages > Contact */

.page.contact .content .title{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #E4EAEE;
}
.page.contact .content .title h3{
	margin: 0 0 12px;
	font-size: 36px;
	font-weight: bold;
	line-height: 44px;
	color: #008977;
}
.page.contact .content .title p{
	color: #0E2D3F;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

.page.contact .content .form h3 {
	color: #008977;
	font-size: 18px;
    font-weight: 800;
    letter-spacing: -1px;
	text-transform: uppercase;
}
.page.contact .content .form .inputfile {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
}
.page.contact .content .form .inputfile input {
	border: 0;
	background: transparent;
	height: 35px;
	padding: 0 10px;
}
.page.contact .content .form .inputfile label {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding: 6px 10px;
	margin: 0;
}

.page.contact .content .others h4{
	margin: 0 0 16px;
	padding-bottom: 16px;
	color: #008977;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #EDEDED;
}

.page.contact .content .vias{
    background: #FBFAF3;
    padding: 15px;
}
.page.contact .content .vias li{
	padding: 15px 0;
}
.page.contact .content .vias li p,
.page.contact .content .vias li a{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #333F48;
}
.page.contact .content .vias a:hover{
	color: #008977;
}

.page.contact .content .socialmedia{
	margin-top: 30px;
}
.page.contact .content .socialmedia ul{
	margin-top: 25px;
}
.page.contact .content .socialmedia li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 -1.5px;	
}
.page.contact .content .socialmedia li a{
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 24px;
}

.page.contact .content .socialmedia li.facebook a { background: #507bbb; }
.page.contact .content .socialmedia li.twitter a { background: #64c9ec; }
.page.contact .content .socialmedia li.instagram a { background: #e4405f; }
.page.contact .content .socialmedia li.youtube a { background: #ff0000; }
.page.contact .content .socialmedia li.linkedin a { background: #0e76a8; }

.page.contact .content .socialmedia li.facebook a:hover { background: #fff; color: #507bbb; border: 1px solid #507bbb; }
.page.contact .content .socialmedia li.twitter a:hover { background: #fff; color: #64c9ec; border: 1px solid #64c9ec; }
.page.contact .content .socialmedia li.instagram a:hover { background: #fff; color: #e4405f; border: 1px solid #e4405f; }
.page.contact .content .socialmedia li.youtube a:hover { background: #fff; color: #ff0000; border: 1px solid #ff0000; }
.page.contact .content .socialmedia li.linkedin a:hover { background: #fff; color: #0e76a8; border: 1px solid #0e76a8; }

.page.contact .content .form form{
	position: relative;
	transition: 0.3s all;
}
.page.contact .content .form form.loading:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 10;
	transition: 0.3s all;
}
.page.contact .content .form form.loading:after{
	content: '';
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/icons/loader.svg) no-repeat center;
    background-size: 35px;
    z-index: 11;
}

@media screen and (min-width: 992px){
	.page.contact .content .others{
		padding-left: 70px;
	}
	.page.contact .content .others .vias{
		padding: 30px;
	}
}


/* Pages > FAQ */

.page.faq .content {
	padding: 50px 0;
}
.page.faq .content .title{
	margin-bottom: 32px;
	text-align: center;
}
.page.faq .content .title h3{
	margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #008977;
}

.page.faq .content .tabs .question{
	position: relative;
	display: block;
	padding: 15px 40px 15px 15px;
	margin-bottom: 1px;
	color: #3E3E3E;
	font-weight: bold;
	font-size: 16px;
	background: #FBFAF3;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 3px;
}
.page.faq .content .tabs .question[aria-expanded="true"] {
	border-left: solid 1px #ADAAAA;
	border-top: solid 1px #ADAAAA;
	border-right: solid 1px #ADAAAA;
	border-radius: 3px 3px 0 0;
	margin-bottom: 0;
}
.page.faq .content .tabs .question:after{
	content: '+';
	position: absolute;
	top: calc(50% - 12.5px);
	right: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.page.faq .content .tabs .question[aria-expanded="true"]:after{
	content: "-";
}
.page.faq .content .tabs .answer{
	padding: 0 15px;
	transition: 0.3s all;
}
.page.faq .content .tabs .answer.show{
	padding: 15px 15px;
	border-radius: 0 0 3px 3px;
	border-right: solid 1px #ADAAAA;
	border-bottom: solid 1px #ADAAAA;
	border-left: solid 1px #ADAAAA;
}
.page.faq .content .tabs .answer p{
	font-size: 16px;
}
.page.faq .content .tabs .answer p:last-of-type{
	margin: 0;
}

@media screen and (min-width: 992px){
	.page.faq .content{
		padding: 100px 0;
	}
	.page.faq .content .title{
		margin-bottom: 100px;
	}
	.page.faq .content .title h3{
		font-size: 36px;
	}
	.page.faq .content .tabs .question{
		font-size: 20px;
	}
	.page.faq .content .tabs .answer.show{
		padding: 30px 15px;
	}
	.page.faq .content .tabs .answer p{
		font-size: 18px;
	}
}

/* Pages > Cart */

.page.cart .soft79_fill_cart_url{
	display: none;
}

.page.cart .vtprd_shop_table th,
.page.cart .vtprd_shop_table td{
	font-size: 16px !important;
}


.page.cart .feed-cart{
	margin-bottom: 32px;
}
.page.cart .feed-cart article{
	display: flex;
	align-items: center;
	padding: 10px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 3.6px;
	border: 1px solid #EAEAEA;
	transition: 0.3s all;
}
.page.cart .feed-cart article:hover{
	box-shadow: 2px 2px 14px 1px rgba(151,151,151,0.37);
}
.page.cart .feed-cart article .product-thumbnail{
	width: 80px;
    max-width: 80px;
}
.page.cart .feed-cart article .product-thumbnail img{
	width: 100%;
	height: auto;
}
.page.cart .feed-cart article .product-name{
	padding: 0 10px;
	width: 100%;
	max-width: 300px;
}
.page.cart .feed-cart article .product-name h2{
	margin: 0;
	color: #008977;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}
.page.cart .feed-cart article .product-name h2 a {
	color: #3E3E3E;
}
.page.cart .feed-cart article .product-quantity{
	padding: 0 10px;
	min-width: 100px;
	text-align: center;
}
.page.cart .feed-cart article .product-subtotal{
	display: none;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	color: #0E2D3F;
	padding: 0 10px;
	text-align: center;
}
.page.cart .feed-cart article .product-subtotal bdi{
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
    display: block;
    text-overflow: ellipsis;
}

.page.cart .feed-cart article .product-remove a{
	display: block;
	padding: 10px;
	color: #0E2D3F;
	font-weight: bold;
	font-size: 10px;
}
.page.cart .feed-cart article .product-remove a i{
	display: inline-block;
	vertical-align: middle;
}
.page.cart .feed-cart article .product-remove a:hover{
	color: red;
}

@media screen and (min-width: 768px){
	.page.cart .feed-cart article{
		padding: 15px;
		margin-bottom: 15px;
	}
	.page.cart .feed-cart article .product-thumbnail{
		width: 120px;
	    max-width: 120px;
	}
	.page.cart .feed-cart article .product-name h2{
		font-size: 24px;
		line-height: 25px;
	}
	.page.cart .feed-cart article .product-subtotal{
		display: block;
	}
	.page.cart .feed-cart article .product-quantity{
		min-width: 140px;
	}
}


.page.cart .update-cart{
	font-size: 14px;
	color: #008977;
	background: transparent;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.page.cart .update-cart i{
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin-right: 6px;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #C4C4C4;
	transition: 0.3s all;
}
.page.cart .update-cart:not(:disabled):not(.disabled):hover i{
	background: #008977;
	color: #fff;
	border-color: #008977;
}
.page.cart .update-cart:disabled,
.page.cart .update-cart.disabled{
	color: #C4C4C4;
}

@media screen and (min-width: 768px){
	.page.cart .update-cart{
		font-size: 18px;
		line-height: 22px;
	}
	.page.cart .update-cart i{
		width: 35px;
		height: 35px;
		margin-right: 10px;
		line-height: 35px;
		font-size: 20px;
	}
}


.page.cart .buttons .continue-shopping{
	display: block;
	text-align: center;
	text-decoration: underline;
}


/* Pages > Checkout */

.page.checkout .woocommerce{
	position: relative;
	min-height: 500px;
}

.page.checkout .shipping_delay_message{
	clear: both;
	background: #EBF6F2;
	color: #5CB794;
	border-color: #C1E3D6;
	font-weight: bold;
}
.page.checkout .shipping_delay_message .icon-clock{
    display: inline-block;
    vertical-align: -4px;
    width: 17px;
    height: 20px;
    margin-right: 10px;
	background: url('../../img/icons/icon-clock.svg') no-repeat center;
}
@media screen and (min-width: 992px){
	.page.checkout .shipping_delay_message br{
		display: none;
	}
}

.page.checkout .pleaseWait.proceeding{
	display: block;
	-webkit-animation: fadeIn 0.1s ease-out;
	-moz-animation: fadeIn 0.1s ease-out;
}
.page.checkout .pleaseWait{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 30px);
    height: 100%;
    padding: 15px;
    margin: 0 -15px;
    text-align: center;
    background: #fff;
    z-index: 999;
}
.page.checkout .pleaseWait .title .icon{
	margin-bottom: 32px;
}
.page.checkout .pleaseWait .title h3{
	font-size: 24px;
	line-height: 30px;
	color: #333F48;
}
.page.checkout .pleaseWait .title p{
	color: #3E3E3F;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}

@media screen and (min-width: 992px){
	.page.checkout .pleaseWait .title h3{
		font-size: 38px;
		line-height: 34px;
	}
	.page.checkout .pleaseWait .title p{
		font-size: 20px;
		line-height: 36px;
	}
}

.page.checkout .validate-address{
	font-size: 14px;
	background: #FBFAF3;
    border-radius: 4px;
    color: #3E3E3F;
    margin-bottom: 20px;
}
.page.checkout .validate-address .address-valid {
	color: #3E3E3F;
	font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    padding-left: 25px;
}
.page.checkout .validate-address .address-valid .icon-ubication {
	background-image: url('../../img/icons/icon-ubication.png');
	width: 22px;
	height: 22px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
    left: 0;
    top: 0;
}

.page.checkout .validate-address b:first-of-type{
	display: block;
	font-size: 16px;
	line-height: 22px;
	border-bottom: none;
	font-weight: 400;
    color: #3E3E3F;
    margin-left: 15px;
    padding-top: 25px;
}
/*.page.checkout .validate-address b:first-of-type:before{
	content: '!';
	display: inline-block;
	vertical-align: 0;
	background: #008977;
	border-radius: 50%;
	margin-right: 10px;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}*/
.page.checkout .validate-address b:first-of-type ~ br + br{
	display: none;
}
.page.checkout .validate-address input{
	margin: 6px 6px 10px 15px;
}
.page.checkout .validate-address input ~ b{
	color: #3E3E3F;
	font-weight: 600;
	margin: 6px 0;
}


.page.checkout .button_container {
  position:relative;
}
.page.checkout .button_container .btn:not(:disabled) ~ .prevent_button {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  cursor:pointer;
}


.page.checkout .btn-coupon{
	display: inline-block;
	color: #008977;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
}
.page.checkout .btn-coupon span{
	position: relative;
}
/*.page.checkout .btn-coupon span:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #008977;
}*/

.page.checkout .woocommerce-error .showlogin{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: auto;
    color: #fff;
    box-shadow: none;
    line-height: 1em;
    border: 0;
    background: transparent;
}

.page.checkout .tab_menu{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	overflow: auto;
}
.page.checkout .tab_menu li{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin: 0 -1px;
	text-align: left;
}
.page.checkout .tab_menu li a{
	position: relative;
	display: block;
	color: #3E3E3F;
	padding: 15px;
	font-weight: bold;
}
.page.checkout .tab_menu li a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: #008977;
	transition: 0.3s all;
}
.page.checkout .tab_menu li a.active,
.page.checkout .tab_menu li a:hover{
	color: #008977;
}
.page.checkout .tab_menu li a.active:after,
.page.checkout .tab_menu li a:hover:after{
	left: 0;
	width: 100%;
}

@media screen and (min-width: 992px){
	.page.checkout .tab_menu{
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
		overflow: initial;
	}
	.page.checkout .tab_menu li a{
		font-size: 20px;
		padding: 30px 0;
	}
}
@media screen and (max-width: 420px){
	.page.checkout .tab_menu{
		margin: 0 -15px 25px;
		width: auto;
	}
	.page.checkout .tab_menu li a{
		font-size: 20px;
		padding: 15px 10px;
		font-size: 15px;
	}
}

.page.checkout .woocommerce-form-coupon{
	display: none;
	margin-bottom: 32px;
}
.page.checkout .woocommerce-form-coupon input{
	line-height: 48px;
	background: #F4F4F4;
	padding: 0 20px;
}
.page.checkout .woocommerce-form-coupon input::placeholder{
	color: #B2C0C5;
}
.page.checkout .woocommerce-form-coupon button{
	background: #008977;
	color: #fff;
	padding: 0 40px;
	border-left: 0;
}
.page.checkout .woocommerce-form-coupon.active{
	display: flex !important;
}

@media screen and (min-width: 992px){
	.page.checkout .woocommerce-form-coupon{
		overflow: initial;
	}
	.page.checkout .woocommerce-form-coupon input{
		line-height: 64px;
	}
	.page.checkout .woocommerce-form-coupon button{
		min-width: 200px;
		font-size: 16px;
		box-shadow: 0 2px 7px 0 rgba(51,63,72,0.21);
		border-radius: 3px;
	}
}

.page.checkout .showlogin{
	display: block;
	width: 100%;
	padding: 0 15px;
	line-height: 74px;
	font-size: 16px;
	color: #3E3E3F;
	background: #fff no-repeat;
	background-position: calc(100% - 20px) center;
	background-size: 15px;
	border: 2px solid #008977;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
	border-radius: 4px;
}
.page.checkout .showlogin span{
	color: #008977;
	font-weight: bold;
}

.page.checkout .login .close{
	cursor: pointer;
	z-index: 2;
}
.page.checkout .login .form-login{
    padding: 15px;
	background: #FBFAF3;
    border-radius: 6px;
}
.page.checkout .login .form-login .lost_password{
	margin-top: 12px;
}

@media screen and (min-width: 768px){
	.page.checkout .login .form-login .lost_password{
		margin-top: 0;
	}	
}

.page.checkout .checkout{
	clear: both;
}

.page.checkout .form-row{
	display: block;
}

.page.checkout .form-row.place-order {
	display: none;
}

.page.checkout #ship-to-different-billing label,
.page.checkout #ship-to-different-address label{
	color: #333F48;
	font-size: 18px;
	font-weight: 400;
	text-transform: initial;
}

.page.checkout .preview-billing{
	border: 1px solid #D7B363;
	border-radius: 3px;
	max-height: 75px;
	transition: 0.5s all;
	overflow: hidden;
}
.page.checkout .preview-billing.open{
	max-height: 500px;
}
.page.checkout .preview-billing .data{
	padding: 15px;
}
.page.checkout .preview-billing .data ul li{
	color: #3E3E3E;
	font-size: 16px;
	line-height: 26px;
}
.page.checkout .preview-billing .data .buttons a{
	font-size: 14px;
	line-height: 24px;
}
.page.checkout .preview-billing .data a {
	font-weight: 600;
}
.page.checkout .preview-billing .map{
	width: 100%;
	min-height: 230px;
	background: #eee;
}
.page.checkout .place-order .btn{
	text-transform: uppercase;
}
.page.checkout .preview-billing .open-preview{
	position: relative;
	display: flex;
	align-items: center;
	min-height: 75px;
	width: 100%;
	padding: 15px;
	padding-right: 75px;
	cursor: pointer;
}
.page.checkout .preview-billing .open-preview p {
	min-width: 55px;
}
.page.checkout .preview-billing .open-preview i{
	position: absolute;
	top: 10px;
	right: 15px;
	width: 25px;
	height: 30px;
	color: #008977;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	transition: 0.3s all;
}
.page.checkout .preview-billing.open .open-preview i{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.page.checkout .preview-billing .open-preview ul{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-left: 6px;
	color: #3E3E3F;
	position: relative;
}
.page.checkout .preview-billing .open-preview ul:after {
	/*content: '!';
	display: inline-block;
	vertical-align: 0;
	background: #EEB662;
	border-radius: 50%;
	margin-left: 10px;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;*/
}
.page.checkout .preview-billing .open-preview ul li{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}
.page.checkout .preview-billing .open-preview ul li:after{
	content: ', ';
}
.page.checkout .preview-billing .open-preview ul li:nth-child(4):after{
	content: '';
}

.page.checkout .preview-billing .open-preview .icon-warning {
	background-image: url('../../img/icons/icon-warning.png');
	width: 20px;
	height: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
    top: 0;
    right: -30px;
}

@media screen and (min-width: 992px){
	.page.checkout .preview-billing{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.page.checkout .preview-billing .open-preview{
		padding: 15px 30px;
	}
	.page.checkout .preview-billing .open-preview i{
		top: calc(50% - 15px);
		right: 25px;
	}
	.page.checkout .preview-billing .map{
		width: 50%;
		border-left: 2px solid #DDE3E8;
	}
	.page.checkout .preview-billing .data{
		width: 50%;
		padding: 15px 30px;
	}
	.page.checkout .preview-billing .open-preview .icon-warning {
		top: calc(50% - 10px);
	}
}


/* Store > My Account */

.page.account .tab_menu{
	position: relative;
}
.page.account .tab_menu > ul{
	width: 100%;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	overflow: auto;
}
.page.account .tab_menu ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 -1px;
}
.page.account .tab_menu ul li a{
	position: relative;
	display: inline-block;
	color: #bbb;
	padding: 20px 15px;
	font-weight: bold;
}
.page.account .tab_menu ul li.new a:before{
    content: 'NEW!';
    position: absolute;
    top: 0;
    left: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    background: #008977;
    color: #fff;
    padding: 0px 6px;
    border-radius: 21px;
}
.page.account .tab_menu ul li a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: #008977;
	transition: 0.3s all;
}
.page.account .tab_menu ul li.is-active > a,
.page.account .tab_menu ul li.active > a{
	color: #3E3E3F;
}
.page.account .tab_menu ul li.is-active > a:after,
.page.account .tab_menu ul li.active > a:after,
.page.account .tab_menu ul li > a:hover:after{
	left: 20%;
	width: 60%;
}

.page.account .tab_menu ul .submenu{
	display: none;
	position: absolute;
	top: 100%;
    left: 0;
    width: 100vw;
    padding: 0;
    background: #F5F5F5;
    background-size: auto 100%;
    box-shadow: 0 11px 43px 0 rgba(0,0,0,0.05);
    z-index: 9999;
}
.page.account .tab_menu ul .submenu ul li{
	display: block;
}

.page.account .tab_menu ul li.active .submenu{
	display: block;
	-webkit-animation: fadeIn 0.3s ease-out;
    -moz-animation: fadeIn 0.3s ease-out;
}

.page.account .tab_menu ul .menu-account .submenu ul li a,
.page.account .tab_menu ul .menu-benefits .submenu ul li a {
	font-size: 13px;
    color: #33333A;
    letter-spacing: 1.09px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}

@media screen and (min-width: 992px){
	.page.account .tab_menu ul li.toopen a:hover ~ .submenu{
		display: block;
		-webkit-animation: fadeIn 0.3s ease-out;
	    -moz-animation: fadeIn 0.3s ease-out;
	}
	.page.account .tab_menu ul li a{
		font-size: 18px;
	}
	.page.account .tab_menu ul .submenu{
		padding: 40px 0;
	}
	.page.account .tab_menu ul .submenu ul li{
		display: inline-block;
	}
}

.page.account #customer_login form label,
.page.account #customer_login form .password-input{
	width: 100%;
}

.page.account #customer_login form .button{
	width: 100%;
	max-width: 350px;
}

.page.account .subscription_details .button {
	margin: 1px;
}

.page.account .my_account_orders td,
.page.account .shop_table.sv-wc-payment-gateway-my-payment-methods-table td{
	text-align: left;
}



.page.account .table-list{

}
.page.account .table-list .shop_table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 15px;
	table-layout: fixed;
}
.page.account .table-list .shop_table tr{
	vertical-align: middle;
}
.page.account .table-list .shop_table tbody tr{
	box-shadow: 0 5px 18px 0 rgba(0,0,0,0.09);
}

.page.account .table-list .shop_table tr th,
.page.account .table-list .shop_table tr td{
	padding: 10px;
}

.page.account .table-list .shop_table tr th{
	color: #3E3E3F;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.page.account .table-list .shop_table tr td{
	color: #0E2D3F;
	font-size: 18px;
	text-align: left;
	background: #fff;
}

.page.account .table-list .shop_table tr td:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.page.account .table-list .shop_table tr td:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }

.page.account .table-list .shop_table .btn,
.page.account .table-list .shop_table .button{
	box-shadow: none !important;
    padding: 0 15px;
    line-height: 32px;
    margin: 6px;
}

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

}



/* Store > My Account > My Pets */

.subpage.mypets .title{
	margin-bottom: 50px;
}
.subpage.mypets .form{
	display: none;
	background: #FAFAFA;
	padding: 15px;
	margin-bottom: 50px;
}
.subpage.mypets .form.active{
	display: block;
    -webkit-animation: fadeIn 0.3s ease-out;
    -moz-animation: fadeIn 0.3s ease-out;
}
.subpage.mypets .form > h4{
	font-size: 20px;
}
.subpage.mypets .form label{
	margin-bottom: 12px;
}

@media screen and (min-width: 992px){
	.subpage.mypets .form{
		padding: 30px;
	}	
}

/* Store > Dashboard */


.page.account .dashboard .card{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #fff;
	border: 0;
	border-radius: 7px;
	box-shadow: 0 5px 18px 0 rgba(0,0,0,0.09);
}
.page.account .dashboard .card .card-header{
	position: relative;
	background-color: #fff;
    border-bottom: 0;
    padding: 25px 15px 15px;
}
.page.account .dashboard .card .card-header h4{
	margin: 0;
	color: #008977;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0;
}

.page.account .dashboard .card .card-header .icon-information{
	position: absolute;
    top: calc(50% - 12px);
    right: 15px;
    width: 24px;
    height: 24px;
    margin-left: auto;
	color: #008977;
	font-size: 24px;
	cursor: help;
}

.page.account .dashboard .card .card-header .icon-information:after{
	content: attr(data-info);
	display: none;
	position: absolute;
	right: 0;
	bottom: -20px;
	padding: 17px 15px;
	margin-right: 25px;
	width: 215px;
	min-height: 67px;
	color: #333333;
	font-size: 14px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	border: solid 1px #008977;
	border-radius: 8px;
	opacity: 0;
	transition: opacity 0.3s;
}
.page.account .dashboard .card .card-header .icon-information:hover:after{
	display: block;
	opacity: 1;
	z-index: 2;
}

@media screen and (min-width: 768px){
	.page.account .dashboard .card .card-header .icon-information:not(.right):after{
		left: 0;
		margin: 0;
		margin-left: 25px;
	}
}



.page.account .dashboard .card .card-body{
	padding: 0 15px;
}

.page.account .dashboard .card .card-body .item-title{
	font-size: 12px;
    color: #3E3E3F;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.page.account .dashboard .card .card-body .item-text {
	font-size: 16px;
    color: #0E2D3F;
    margin-bottom: 8px;
}

.page.account .dashboard .card .card-footer {
	background-color: #fff;
    border-top: 0;
    padding: 15px;
}

.page.account .dashboard .card .card-footer a {
    font-size: 12px;
    color: #008977;
    letter-spacing: 0;
    text-decoration: underline;
}

/*  */

.page.account .dashboard .card .card-body .feed-pets article{
	padding: 0;
}
.page.account .dashboard .card .card-body .feed-pets article .thumbnail{
    width: 100%;
    min-width: 100%;
    height: 100%;
    padding: 50% 0;
    margin: 0;
    background-color: #eee;
}

/* Account > Affiliates */

.mwb_crp_referal_section{
	padding: 15px;
	padding: 15px;
	background: #FBFAF3;
	box-shadow: none;
	margin-bottom: 30px;
}
.mwb_crp_referal_section .mwb_cpr_heading{
	font-weight: bold;
}
.mwb_crp_addon_referral_code,
.mwb_cpr_refrral_code_copy,	
.mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy code#mwb_cpr_referal_copyy_code{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy code#mwb_cpr_referal_copyy_code,
.mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy code#mwb_cpr_copyy_link{
	color: #008977;
	font-family: 'Open Sans', sans-serif !important;
}

.mwb_crp_referral_link,
.mwb_crp_wrapper_button{
	display: block;
	margin-top: 15px;
}
.mwb_crp_wrapper_button .mwb_crp_common_class{
	vertical-align: top;
}

.mwb_crp_wrapper_button .mwb_crp_whatsapp_button,
.mwb_crp_wrapper_button .mwb_wpr_mail_button{
	display: inline-block;
	vertical-align: top;
}
.mwb_crp_wrapper_button .mwb_crp_whatsapp_button img{
	width: 15px;
}

.mwb_cpr_logged_wrapper .mwb_cpr_btn_copy {
	border: 0;
}

.mwb-crp-referral-column-inner{
	background-color: #008977;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table{
	border: 0;
	margin-bottom: 15px;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table thead th{
	background-color: #008977;
}
.mwb-crp-referral-table-wrapper{
	margin-top: 50px;
}

#mwb_modal #mwb_cpr_copyy_code,
#mwb_modal #mwb_cpr_copyy{
	color: #fff !important;
}

/* Tooltips IntroJS */

.intro-dashboard-css * {
	color: #333333;
}

.introjs-tooltip.intro-dashboard-css .introjs-tooltiptext {
	text-align: left;
	border-bottom: 0;
	line-height: 23px;
	min-height: 190px;ca
}

.introjs-tooltip.intro-dashboard-css .introjs-tooltiptext .icon {
	max-width: 28px;
}

.introjs-tooltip.intro-dashboard-css .introjs-tooltiptext .step {
	position: absolute;
    top: 235px;
    left: 15px;
    color: #8E8E8E;
    font-size: 14px;
    font-weight: bold;
}

.introjs-tooltip.intro-dashboard-css .introjs-button {
	background-color: #008977;
	border: #008977;
    font-size: 14px;
    color: #fff !important;
    max-width: 100px;
    border-radius: 0;
}

.introjs-tooltip.intro-dashboard-css .introjs-button.introjs-skipbutton {
	background: transparent;
    color: #008977 !important;
    text-decoration: underline;
    left: 30%;
}

.introjs-tooltip.intro-dashboard-css .introjs-button.introjs-donebutton {
	float: right;
    left: 0;
    background: #008977;
    color: #fff !important;
    text-decoration: none;
}

.introjs-tooltip.intro-dashboard-css .introjs-button.introjs-prevbutton {
	display: none;
}

.introjs-helperLayer.test {
	background: rgba(255,255,255,0.4);
}

.introjs-overlay {
	background: rgba(0,0,0,.5);
}

@media screen and (min-width: 768px) {
	.intro-dashboard-css * {
	  font-size: 18px;
	}
	.intro-dashboard-css b {
		font-size: 24px;
	}
	.introjs-tooltip.intro-dashboard-css {
		min-width: 390px;
		max-width: 400px;
		min-height: 260px;
		max-height: 270px;
	}
	.introjs-tooltip.intro-dashboard-css .introjs-button.introjs-skipbutton {
	    left: 50%;
	}
	.introjs-tooltip.intro-dashboard-css .introjs-button.introjs-donebutton {
    	left: 0;
	}
}

/* Pages > Why Pet Releaf */

.page.whypet .splash {
	background-image: url('../../img/banners/banner-whypet-mobile.jpg');
}
@media screen and (min-width: 768px) {
	.page.whypet .splash{
		background-image: url('../../img/banners/banner-whypet.jpg');
	}
}

#why-headline {
	padding:90px 0;
	color: #3E3E3F;
	font-size: 18px;
	line-height: 30px;
}
#why-headline h2 {
	margin:0 0 80px;
	color: #3E3E3F;
	font-size: 42px;
	text-align: center;
	line-height: 46px;
}
#why-headline h3 {
	margin:0;
	color: #3E3E3F;
	font-size: 36px;
	line-height: 52px;
}
#why-headline p {
	margin:10px 0 0; 
}

.why-section article h3 {
	color: #0E2D3F;
	font-size: 26px;
	line-height: 38px;
}

.product-testing-modules,
.aboutus .module {
	padding:125px 0 140px;
	color: #3E3E3F;
	font-size: 18px;
	line-height: 30px;
}
.product-testing-modules h3 {
	margin:40px 0 30px;
	color: #008977;
	font-size: 30px;
	line-height: 38px;
}
.product-testing-modules .btn-primary {
	margin-top: 32px;
}

@media screen and (min-width: 768px) {
	.page.whypet #why-headline p {
		margin-right: 100px;
	}
}


@media screen and (max-width:991px) {
	#why-headline {
		padding:50px 30px 60px;
		color: #3E3E3F;
		font-size: 14px;
		line-height: 20px;
	}
	#why-headline article {
		padding:0;
	}
	#why-headline h2 {
		margin:0 30px 25px;
		color: #3E3E3F;
		font-size: 24px;
		line-height:1.4;
	}
	#why-headline h3 {
		margin:0 0 25px;
		color: #3E3E3F;
		font-size: 24px;
		line-height: 35px;
	}
	.why-section article h3 {
		font-size: 24px;
		line-height: 38px;
	}
	.why-section article {
		text-align:center;
	}
	.product-testing-modules {
		padding:0;
		text-align:center;
	}
	.product-testing-modules .col-12 {
		margin:0 0 50px;
	}
	.product-testing-modules h3 {
		padding:0 30px;
		font-size: 24px;
	}
	.product-testing-modules p {
		padding:0 30px;
	}
	.product-testing-modules .btn-primary {
		margin:20px 0 0;
	}
}


.page.whypet .content{
	padding: 50px 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.page.whypet .content h2{
	margin: 0 0 24px;
	color: #3E3E3F;
	font-size: 24px;
	line-height: 30px;
}
.page.whypet .content h3 {
	margin:0 0 24px;
	color: #3E3E3F;
	font-size: 24px;
	line-height: 35px;
}
@media screen and (min-width: 992px) {
	.page.whypet .content {
		font-size: 18px;
		line-height: 30px;
	}
	.page.whypet .content h2 {
		margin: 50px 0;
		font-size: 42px;
		line-height: 46px;
	}
	.page.whypet .content h3 {
		padding: 0 50px;
		text-align: left;
		font-size: 36px;
		line-height: 52px;
	}
	.page.whypet .content p{
		text-align: left;
		padding: 0 50px;
	}
}

.page.whypet .items .item .image{
	padding: 80% 0 0;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
}

.page.whypet .items .item .data{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.page.whypet .items .item .data article{
	max-width: 700px;
	margin: 0 auto;
	padding: 30px 15px;
}
.page.whypet .items .item .data article h3 {
	color: #0E2D3F;
	font-size: 26px;
	line-height: 38px;
}
.page.whypet .items .item .data article .btn{
	margin-top: 24px;
}

@media screen and (min-width: 992px) {
	.page.whypet .items .item .data article{
		padding: 50px 30px;
	}
	.page.whypet .items .item .data article p{
		font-size: 18px;
		line-height: 30px;
	}
}

.page.whypet .benefits{
	padding: 50px 0;
	font-size: 18px;
	line-height: 30px;
}
.page.whypet .benefits article h3 {
	margin: 30px 0;
	color: #008977;
	font-size: 24px;
}
.page.whypet .benefits article .btn {
	margin-top: 24px;
}

@media screen and (min-width: 992px) {
	.page.whypet .benefits {
		padding: 100px 0;
	}
	.page.whypet .benefits article{
		position: relative;
		padding-bottom: 50px;
		height: 100%;
	}
	.page.whypet .benefits article h3 {
		font-size: 38px;
		line-height: 38px;
	}
	.page.whypet .benefits article .btn {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0;
	}
}

/* Page > About US */

.page.aboutus .splash {
	background-image: url('../../img/banners/banner-aboutus-mobile.jpg');
}
@media screen and (min-width: 768px) {
	.page.aboutus .splash {
		background-image: url('../../img/banners/banner-aboutus.jpg');
	}
}

.page.aboutus .module .title h3 {
	font-size: 42px;
}


@media screen and (max-width:991px) {
	.page.aboutus .module {
		padding:30px 15px;
		color: #3E3E3F;
		font-size: 14px;
		line-height: 19px;
	}
	.page.aboutus .module .title h3 {
		color: #0E2D3F;
		font-size: 30px;
		line-height: 38px;
	}
}



/* Pages > Keith Haring */

.page.keith .splash .scene {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.page.keith .splash .scene img.img2,
.page.keith .splash .scene img.img3 {
	position: absolute;
	top: 0;
	left: 0;
}
.page.keith .splash .title h1 {
	max-width: 480px;
}
.page.keith .splash .title p {
	color: #3E3E3F;
}

.page.keith .splash .btn-primary {
	background: #E91D2D;
	border-color: #E91D2D;
	text-transform: capitalize;
}
.page.keith .splash .btn-primary:active,
.page.keith .splash .btn-primary:focus,
.page.keith .splash .btn-primary:hover {
	color: #E91D2D;
	background: #fff;
	border-color: #E91D2D;
}
.page.keith .splash .order-md-2 {
	position: relative;
}

@media screen and (min-width: 992px) {
	.page.keith .splash .order-md-2 {
		height: 400px;
	}
}

@media screen and (max-width: 991px){
	.page.keith .splash {
		height: auto !important;
		max-height: 100% !important;
	}
}

.page.keith .benefits {
	padding: 60px 0;
}
.page.keith .benefits .container {
	position: relative;
}
.page.keith .benefits .title h3 {
	color: #2BABE2;
	font-size: 32px;
	font-weight: 800;
}
.page.keith .benefits p {
	color: #3E3E3F000;
	line-height: 1.8em;
}

.page.keith .benefits .icon1 {
	position: absolute;
	top: -100px;
	right: 0;
}

.page.keith .benefits .icon2 {
	position: absolute;
    bottom: -30px;
    right: 5px;
}

@media screen and (min-width: 992px) {
	.page.keith .benefits .icon1 {
	    top: -30px;
	    right: 0px;
	}
}
@media screen and (min-width: 1200px) {
	.page.keith .benefits .icon2 {
    	bottom: 100px;
	}
}
@media screen and (min-width: 1345px) {
	.page.keith .benefits .icon1 {
	    right: -100px;
	}
}

.page.keith .nyc {
	position: relative;
	padding: 60px 0;
	background: #231F20;
}
.page.keith .nyc:after,
.page.keith .nyc:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
    background: url(../img/keith-haring/bg-nyc-flavors.png) no-repeat center;
    background-size: contain;
    width: 75px;
    height: 110px;
}
.page.keith .nyc:before {
	top: 0;
	left: 0;
	transform: rotate(180deg);
}
.page.keith .nyc .logos {
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
	max-width: 400px;
	text-align: center;
	z-index: 2;
}
.page.keith .nyc .title h3 {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
}
.page.keith .nyc p {
	max-width: 660px;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
}
.page.keith .nyc .btn-primary {
	margin-top: 40px;
	background: #2BABE2;
	border-color: #2BABE2;
	text-transform: capitalize;
}

.page.keith .nyc .btn-primary:active,
.page.keith .nyc .btn-primary:focus,
.page.keith .nyc .btn-primary:hover {
	color: #fff;
	background: #231F20;
	border-color: #fff;
	box-shadow: 0 0 0 1px #fff;
}


.page.keith .types {
	padding: 60px 0;
}
.page.keith .types .container {
	position: relative;
}
.page.keith .types article {
	margin: 0 auto;
	max-width: 300px;
}
.page.keith .types article .thumbnail {
	margin-bottom: 32px;
}
.page.keith .types article h2 {
	color: #3E3E3F;
	font-size: 25px;
	font-weight: bold;
}
.page.keith .types article p {
	color: #3E3E3F;
	font-size: 13px;
}
.page.keith .types article .btn-primary {
	padding: 12px 40px;
	background: #3E3E3F;
	text-transform: capitalize;
}
.page.keith .types article .btn-primary:active,
.page.keith .types article .btn-primary:focus,
.page.keith .types article .btn-primary:hover {
	color: #3E3E3F;
	background: #fff;
	box-shadow: 0 0 0 1px #3E3E3F;
}

.page.keith .types .icon1 {
	position: absolute;
	top: -30px;
	right: 5px;
	max-width: 70px;
}

.page.keith .types .icon2 {
	position: absolute;
	top: 0;
	left: 5px;
	max-width: 50px;
}

@media screen and (min-width: 992px) {
	.page.keith .types .icon1,
	.page.keith .types .icon2 {
		max-width: 100%;
	}
}

.page.keith .products {
	text-align: center;
}
.page.keith .products .title h3 {
	margin: 0 auto;
	max-width: 430px;
}

.page.keith .products .feed-products {
    margin: 60px 0 0;
	justify-content: center;
}

.page.keith .permission {
	position: relative;
}
.page.keith .permission span {
	position: relative;
	display: block;
	padding: 6px;
	z-index: 2;
	background: #fff;
}

@media screen and (min-width: 992px) {
	.page.keith .nyc:after,
	.page.keith .nyc:before {
	    width: 215px;
	    height: 320px;
	}
	.page.keith .permission span {
		display: inline-block;
		vertical-align: middle;
	}
}

/* >> Awards */

.page.awards .awardslist {
	text-align: center;
}
.page.awards .awardslist .title {
	padding-top: 50px;
}
.page.awards .awardslist .year {
	padding: 50px 0;
}
.page.awards .awardslist .year h4 {
	font-size: 36px;
	font-weight: bold;
	color: #008977;	
}
.page.awards .awardslist .year:nth-child(even) {
	background: #FBFAF3;
}
.page.awards .awardslist .year:nth-child(even) h4 {
	color: #333F48;
}
.page.awards .awardslist .year article {
	height: 100%;
	padding: 30px 30px 30px; /* 75px bottom with button */
	background: #fff;
	box-shadow: 2px 2px 9px 0 rgba(202,202,202,0.5)
}
.page.awards .awardslist .year article .thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	margin-bottom: 12px;
	text-align: center;
}
.page.awards .awardslist .year article .thumbnail img {
	display: inline-block;
	vertical-align: middle;
}
.page.awards .awardslist .year article .subaward {
	font-size: 15px;
    line-height: 1.5em;
    min-height: 3em;
	color: #333F48;
}
.page.awards .awardslist .year article h2 {
	font-size: 21px;
	font-weight: bold;
}
.page.awards .awardslist .year article h2 small {
	display: block;
}
.page.awards .awardslist .year article .small {
	font-size: 12px;
	color: #333F48;
}
.page.awards .awardslist .year article .btn-inverse {
    position: absolute;
    bottom: 25px;
    left: calc(50% - 95px);
}

@media screen and (min-width: 992px) {
	.page.awards .awardslist .title {
		padding-top: 75px;
		font-size: 26px;
	}
}

/* Pages > Rescue */


.page.rescue .donated{
	padding: 50px 0;
	text-align: center;
}
.page.rescue .donated .title p{
	font-size: 38px;
}
.page.rescue .donated .title p span{
	color: #008977;
	font-weight: bold;
}

.page.rescue .nominate{
	padding: 50px 0;
	color: #fff;
	text-align: center;
}
.page.rescue .nominate .title{
	margin-bottom: 50px;
}
.page.rescue .nominate .title h3{
	margin: 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.page.rescue .nominate .title p{
	color: #fff;
	font-size: 28px;
}

.page.rescue .nominate .btn{
	
}

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

}	

.page.rescue .mision {
	padding: 50px 0;
}
.page.rescue .mision h3 {
	margin: 0;
	line-height: 1.2em;
}
.page.rescue .mision .signature{
	margin-top: 30px;
	font-size: 18px;
	color: #0E2D3F;
}
.page.rescue .mision .signature .name{
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	display: block;
}
.page.rescue .mision article{
	max-width: 500px;
	margin: 0 auto;
}
.page.rescue .mision article p{
	font-size: 18px;
	line-height: 38px;
}

@media screen and (min-width: 992px) {
	.page.rescue .mision {
		padding: 100px 0;
	}
	.page.rescue .mision h3 {
		font-size: 44px;
	}
	.page.rescue .mision p {
		font-size: 18px;
	}
	.page.rescue .mision .signature .name{
		font-size: 37px;
		line-height: 45px;
	}
}

.page.rescue .organizations {
	text-align: center;
	padding: 50px 0;
}
.page.rescue .organizations p {
	line-height: 38px;
}
.page.rescue .organizations .slider {
	position: relative;
	margin-top: 50px;
	padding: 0 20px;
}
.page.rescue .organizations .slider .flex-viewport li a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
}
.page.rescue .organizations .slider .flex-viewport li a img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.page.rescue .organizations .slider .flex-direction-nav a {
	opacity: 1;
}
.page.rescue .organizations .slider .flex-direction-nav a:before {
	content: '';
	width: 40px;
	height: 40px;
	background: url('../../img/landings/rescue-arrow-left.png') no-repeat center;
	background-size: contain !important;
}
.page.rescue .organizations .slider .flex-direction-nav a.flex-next:before {
	content: '';
	background: url('../../img/landings/rescue-arrow-right.png') no-repeat center;
}

.page.rescue .organizations .slider .flex-direction-nav a.flex-prev {
	left: -15px;
}
.page.rescue .organizations .slider .flex-direction-nav a.flex-next {
	right: -15px;
}

@media screen and (min-width: 992px) {
	.page.rescue .organizations {
		padding: 75px 0;
	}	
	.page.rescue .organizations .title h3 {
		font-size: 42px;
	}
	.page.rescue .organizations p {
		font-size: 18px;
	}
	.page.rescue .organizations .slider {
		padding: 0;
	}
	.page.rescue .organizations .slider .flex-direction-nav a.flex-prev {
		left: -50px;
	}
	.page.rescue .organizations .slider .flex-direction-nav a.flex-next {
		right: -50px;
	}
}

.page.rescue .form501 h3 {
	margin: 0;
	font-size: 26px;
}
.page.rescue .form501 .image .bg {
	margin: 0 -15px;
	padding: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page.rescue .form501 .text {
	padding: 50px 0;
}
.page.rescue .form501 p {
	padding: 25px 0 0;
}
.page.rescue .form501 .btn-primary {
	display: block;
	margin: 25px auto 0;
	width: 100%;
	max-width: 250px;
}

@media screen and (min-width: 768px) {
	.page.rescue .form501 .image .bg {
		width: 50vw;
		height: 360px;
		margin: 0;
		float: left;
	}
	.page.rescue .form501 .text {
		padding-right: 50px;
	}
	.page.rescue .form501 p {
		padding: 50px 0 0;
		padding-right: 50px;
	}
	.page.rescue .form501 .btn-primary {
		display: inline-block;
		margin: 50px 0 0;
	}
}

@media screen and (min-width: 992px) {
	.page.landing .form501 .image .bg {
		height: 720px;
	}
}

.page.rescue .rescuesreceived {
	text-align: center;
}

.page.rescue .rescuesreceived .title {
	padding: 50px 0;
}
.page.rescue .rescuesreceived .title h3 {
	margin: 0;
}
.page.rescue .rescuesreceived img {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.page.rescue .rescuesreceived .title {
		padding: 75px 0;
	}	
}

/* >> Page Calculator */

.page.calculator .content {
	padding: 50px 0;
	text-align: center;
}
.page.calculator .content .description{
	font-size: 18px;
}
.page.calculator .content .main_title{
	margin: 50px 0;
}
.page.calculator .content .main_title h3{
	color: #008977;
	margin: 0;
}
.page.calculator .content .main_title p{
	color: #333F48;
}

.page.calculator .content #calculatorForm {
	text-align: left;
}
.page.calculator .content #calculatorForm .form-group {
	margin-bottom: 32px;
}
.page.calculator .content #calculatorForm .form-group.is-invalid .invalid-feedback {
	display: block !important;
}
.page.calculator .content #calculatorForm .form-group label{
	display: block;
	margin-bottom: 24px;
	line-height: 30px;
	font-size: 18px;
	color: #0E2D3F;
}
.page.calculator .content #calculatorForm .form-group ul li {
	display: inline-block;
	vertical-align: top;
}

.page.calculator .content #calculatorForm .form-group.calculateType ul {	
    display: flex;
    text-align: center;
    /*justify-content: space-between;*/
    justify-content: space-around;
    padding-bottom: 50px;
}
.page.calculator .content #calculatorForm .form-group.calculateType ul li{
	position: relative;
	width: 100%;
	max-width: 106px;
	color: #3E3E3F;
	box-shadow: 0 0 0 1px #333F48;
	border-radius: 50%;
	transition: 0.3s all;
	cursor: pointer;
}
.page.calculator .content #calculatorForm .form-group.calculateType ul li i{
	display: block;
	width: 106px;
	height: 106px;
	line-height: 106px;
	font-size: 40px;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.page.calculator .content #calculatorForm .form-group.calculateType ul li span {
    position: absolute;
    top: 126px;
    left: 0;
    width: 100%;
	color: #333;
    font-size: 14px;
    line-height: 1.3;
}

.page.calculator .content #calculatorForm .form-group.calculateType ul li.active,
.page.calculator .content #calculatorForm .form-group.calculateType ul li:hover {
	color: #fff;
	background-color: #008977;
	box-shadow: 0 0 0 1px #008977;
}

.page.calculator .content #calculatorForm .form-group.calculateMedication ul li {
	width: 100%;
	max-width: 140px;
	height: 40px;
	margin-right: 22px;
	line-height: 40px;
	text-align: center;
	box-shadow: 0 0 0 1px #333F48;
	border-radius: 50px;
	transition: 0.3s all;
	cursor: pointer;
}
.page.calculator .content #calculatorForm .form-group.calculateMedication ul li.active,
.page.calculator .content #calculatorForm .form-group.calculateMedication ul li:hover {
	color: #fff;
	background: #008977;
	box-shadow: 0 0 0 1px #008977;
}

.page.calculator .content #calculatorForm .form-group ul li i.icon-smallmammals { background-image: url('../../img/icons/icon-smallmammals-black.svg'); }

.page.calculator .content #calculatorForm .form-group ul li.active i.icon-smallmammals,
.page.calculator .content #calculatorForm .form-group ul li:hover i.icon-smallmammals { background-image: url('../../img/icons/icon-smallmammals-white.svg'); }

.page.calculator .content #calculatorForm input,
.page.calculator .content #calculatorForm select{
	height: 40px;
	font-size: 14px;
	border-radius: 4px;
	color: #888;
	border: 1.5px solid #888;
}

.page.calculator .content #calculatorForm .btn{
	min-width: 200px;
}

.page.calculator .content #calculatorForm .information{
	max-width: 450px;
	margin: 0 auto;
}

.page.calculator .results .feed-products{
	padding: 0 15px;
	white-space: nowrap;
	text-align: center;
	overflow: auto;
}
.page.calculator .results .feed-products .item{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 490px;
	padding: 10px;
}
.page.calculator .results .feed-products .item article{
	white-space: initial;
}

@media screen and (min-width: 768px){
	.page.calculator .results .feed-products .item{
		height: 580px;
	}
}

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

	.page.calculator .content{
		padding: 100px 0;
	}
	.page.calculator .content .description{
		font-size: 26px;
	}
	.page.calculator .content .main_title{
		margin: 75px 0;
	}
	.page.calculator .content .main_title h3{
		font-size: 42px;
		line-height: 52px;
	}
	.page.calculator .content .main_title p{
		font-size: 32px;
		white-space: initial;
	}

	.page.calculator .results .feed-products .item{
		height: 660px;
	}

	.page.calculator .content #calculatorForm .left{
		padding-right: 75px;
		border-right: 1px solid #008977;
	}
	.page.calculator .content #calculatorForm .right{
		padding-left: 75px;
	}
	.page.calculator .content #calculatorForm .form-group{
		margin-bottom: 50px;
	}
	.page.calculator .content #calculatorForm .form-group label{
		font-size: 24px;
		margin-bottom: 32px;
	}
	.page.calculator .content #calculatorForm .form-group.calculateType{
		margin-bottom: 30px;
	}
	.page.calculator .content #calculatorForm .form-group.calculateType ul{
		max-width: 450px;
	}

}

.page.calculator .no-results{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height: 500px;
	max-height: 800px;
}
.page.calculator .no-results:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background-image: -webkit-linear-gradient(#EEEEEE 0%, rgba(237,237,237,0.97) 6%, rgba(216,216,216,0.00) 53%);
	background-image: -o-linear-gradient(#EEEEEE 0%, rgba(237,237,237,0.97) 6%, rgba(216,216,216,0.00) 53%);
	background-image: linear-gradient(#EEEEEE 0%, rgba(237,237,237,0.97) 6%, rgba(216,216,216,0.00) 53%);
	z-index: -1;
}
.page.calculator .no-results .title .icon {
    margin: 0 auto 24px;
}
.page.calculator .no-results .title h3{
	color: #3E3E3F;
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 34px;
}
.page.calculator .no-results .title p{
	margin: 0;
	font-size: 20px;
	color: #3E3E3F;
	font-weight: bold;
}

.page.calculator .no-results .assistance{
	font-size: 15px;
}

.page.calculator .no-results .assistance a{
	color: #3E3E3E;
    font-weight: bold;
}

.popup_calculator {
	display: none;
	align-items: center;
	position: fixed;
	bottom: calc(63px + env(safe-area-inset-bottom));
	right: 16px;
	height: 50px;
	font-size: 13px;
	padding: 0 15px 0 75px;
	color: #008977;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	border-radius: 25px 25px 0 0;
	overflow: hidden;
	z-index: 99999;
}
.popup_calculator:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 50px;
	background: #008977 url('../../img/icons/icon-animals-calculator.gif') no-repeat 4px center;
	background-size: contain;
	box-shadow: inset -2px 0 4px 0px rgba(0,0,0,0.2);
}
.popup_calculator strong {
	display: block;
	color: #0E2D3F;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.popup_calculator {
		bottom: 0;
		height: 70px;
		padding: 0 20px 0 110px;
		font-size: 15px;
	}
	.popup_calculator:after {
		width: 85px;
		height: 70px;
	}
}

/* Pages > Page 404 */

.page.page-404{
	position: relative;
}
.page.page-404:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background-image: -webkit-linear-gradient(#EEEEEE 0%, rgba(237,237,237,0.97) 6%, rgba(216,216,216,0.00) 53%);
	background-image: -o-linear-gradient(#EEEEEE 0%, rgba(237,237,237,0.97) 6%, rgba(216,216,216,0.00) 53%);
	background-image: linear-gradient(#EEEEEE 0%, rgba(237,237,237,0.97) 6%, rgba(216,216,216,0.00) 53%);
	z-index: -1;
}
.page.page-404 .content{
	padding: 20px 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
}
.page.page-404 .content .title .icon {
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
}

.page.page-404 .content .title h1 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.page.page-404 .content .title p {
	font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
}

.page.page-404 .popular {
	padding: 40px 0;
    background-color: #FBFAF3;
}

.page.page-404 .popular .feed-products {
	padding: 0 15px;
    white-space: nowrap;
    text-align: center;
    overflow: auto;
}

.page.page-404 .popular .feed-products .item {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    height: 500px;
    padding: 10px;
}

.page.page-404 .popular .feed-products .item article {
    white-space: initial;
    max-width: 320px;
}

@media screen and (min-width: 768px) {
	.page.page-404 .content{
		padding: 50px 0 10px;
		min-height: 65vh;
	}
	.page.page-404 .content .title p {
		font-size: 24px;
	}
	.page.page-404 .popular {
		padding: 40px 0 80px;
	}
	.page.page-404 .popular .feed-products {
		display: flex;
		justify-content: center;
	    overflow: visible;
	}
	.page.page-404 .popular .feed-products .item {
	    display: block;
	    width: 375px;
	    height: auto;
	    margin: 0 10px;
	}
	.page.page-404 .popular .feed-products .item article {
	    white-space: initial;
	    max-width: 375px;
	}
}

/* Pages > Page Rewards Program */

.page.rewards .presentation .title h3 {
	color: #343F49;
    font-weight: 500;
    font-size: 27px;
    text-align: center;
    margin-top: 40px;
}

.page.rewards .presentation p {     
    color: #8E99A2;
    width: 75%;
    font-size: 13px;
    text-align: center;
    margin: auto;
}

.page.rewards .presentation .image {
	margin-top: 30px;
}

.page.rewards .presentation .image .bg {
	margin: 0 -15px;
	padding: 125px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page.rewards .how {
    padding: 25px 0;
}

.page.rewards .how .title h3 {
	font-size: 27px;
    font-weight: 500;
    color: #0E2D3F;
}

.page.rewards .how ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: auto;
}

.page.rewards .how ul li {
    margin: 15px;
}

.page.rewards .how ul li .image-content {
	height: 70px;
}

.page.rewards .how ul li img {
	width: auto;
	height: 45px;
}

.page.rewards .how ul li h4 {    
	font-size: 24px;
    text-transform: uppercase;
    color: #333F48;
    font-weight: 500;
    margin-bottom: 15px;
}

.page.rewards .how ul li p {
    font-size: 18px;
    color: #0E2D3F;
    width: 72%;
    margin: auto;
}

@media screen and (min-width: 768px) {
	.page.rewards .presentation .title h3 {
	    font-size: 48px;
	    text-align: left;
	    margin-top: 0;
	}
	.page.rewards .presentation p {     
		width: 67%;
	    font-size: 17px;
	    text-align: left;
	    margin: 0;
	}

	.page.rewards .presentation .image {
		margin-top: 0;
	}

	.page.rewards .presentation .image .bg {
		width: 50vw;
		height: 360px;
		margin: 0;
		float: left;
		padding: 0;
	}
	.page.rewards .how {
	    padding: 50px 0 290px;
	    background-color: #FBFAF3
	}
	.page.rewards .how .title h3 {
		font-size: 36px;
	}
}

@media screen and (min-width: 992px) {
	.page.landing .presentation .image .bg {
		height: 480px;
	}
}

.page.rewards .experience {
	max-width: 90%;
    margin: auto;
	background: #FFFFFF;
    box-shadow: 2px 2px 20px 1px rgb(151 151 151 / 50%);
    border-radius: 5px;
}

.page.rewards .experience .title h3 {
	padding-top: 45px;
	font-size: 24px;
    font-weight: 500;
    color: #0E2D3F;
}

.page.rewards .experience ul {
    padding-bottom: 35px;
}

.page.rewards .experience ul li .image-content {
	height: 60px;
}

.page.rewards .experience ul li img {
	width: auto;
	height: 45px;
}

.page.rewards .experience ul li h4 {
	font-size: 17px;
    text-transform: uppercase;
    color: #008977;
    font-weight: 500;
    margin-bottom: 15px;
}

.page.rewards .experience ul li p {
    font-size: 13px;
    color: #0E2D3F;
    /*width: 60%;*/
    margin: auto;
}

@media screen and (min-width: 768px) {
	.page.rewards .experience {
	   	position: relative;
		max-width: 85%;
	    padding: 45px 0;
    	margin-top: -235px;
    	margin-bottom: 100px;
	}
	.page.rewards .experience ul {
	    /*flex-wrap: nowrap;*/
	    padding-bottom: 0;
	}

	.page.rewards .experience .title h3 {
		padding-top: 0;
		font-size: 36px;
	}
	.page.rewards .experience ul li .image-content {
		height: 90px;
	}
	.page.rewards .experience ul li img {
		height: 55px;
	}
	.page.rewards .experience ul li h4 {
		font-size: 24px;
	}
	.page.rewards .experience ul li p {
	    font-size: 18px;
	    width: 82%;
	}
}

.page.rewards .refer{
	margin-top: 75px;
	margin-bottom: 50px;
}
.page.rewards .refer .container {
	padding: 0;
}
.page.rewards .refer .data{
	padding: 50px 0;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page.rewards .refer .texts{
	margin-bottom: 50px;
	background: no-repeat center
	background-size: cover;
}

.page.rewards .refer .texts h4{
    font-size: 18px;
    color: #008977;
}
.page.rewards .refer .texts h3{
	font-size: 28px;
    color: #FFFFFF;
    text-shadow: 2px 2px 8px rgb(76 75 75 / 50%);
    font-weight: 800;
    max-width: 600px;
    margin: 0 auto 40px;
}
.page.rewards .refer .texts p {
	font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    width: 90%;
    margin: auto;
}

.page.rewards .refer .refer-form {
	padding: 20px;
}

.page.rewards .refer .refer-form form input {
	display: block;
    height: 50px;
    margin: 0 auto;
    min-width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    border: 0;
}


.page.rewards .refer .refer-form form button {
	min-width: 280px;
}

.page.rewards .refer .refer-form .open-modal-login{
	display: block;
	margin-top: 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.page.rewards .refer {
		margin-top: 0;
		margin-bottom: 70px;
	}
	.page.rewards .refer .texts {
	    width: 100%;
	}
	.page.rewards .refer .texts h4 {
	    font-size: 24px;
	}
	.page.rewards .refer .texts .main-title {
	    max-width: 60%;
	    margin: auto;
	}
	.page.rewards .refer .texts h3 {
		font-size: 50px;
	}
	.page.rewards .refer .texts p {
		font-size: 18px;
		width: 38%;
	}
	.page.rewards .refer .refer-form form input{
		min-width: 480px;
	}
}

.page.rewards .faq {
	margin-bottom: 70px;
}

.page.rewards .faq .title h3 {
	font-size: 27px;
	color: #0E2D3F;
	font-weight: 500;
}


.page.rewards .faq .tabs .question {
    position: relative;
    display: block;
    padding: 15px 40px 15px 15px;
    margin-bottom: 1px;
    color: #0E2D3F;
    font-weight: 600;
    font-size: 14px;
    border-top: solid 1px #0E2D3F;
}

.page.rewards .faq .tabs .answer {
    padding: 0 15px;
    transition: 0.3s all;
}

.page.rewards .faq .tabs .answer.show {
    padding: 15px 15px;
}

.page.rewards .faq .tabs .answer p {
    font-size: 14px;
    color: #0E2D3F;
}

.page.rewards .faq .tabs .question:after {
    content: '+';
    position: absolute;
    top: calc(50% - 12.5px);
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 30px;
    color: #008977;
}

.page.rewards .faq .tabs .question[aria-expanded="true"]:after {
    content: "-";
}

@media screen and (min-width: 768px) {
	.page.rewards .faq .title h3 {
		font-size: 36px;
	}
	.page.rewards .faq .tabs {
		max-width: 80%;
		margin: auto;
	}
	.page.rewards .faq .tabs .question {
	    font-size: 22px;
	}
	.page.rewards .faq .tabs .answer p {
	    font-size: 18px;
	}
}

/* Pages > Page Referral Landing */

.page.referral .splash.splash-bg {
	height: 480px;
}

.page.referral .splash .data .title {
	max-width: 100%;
    text-align: center;
    top: -100px;
}

.page.referral .splash .data .title a {
	position: relative;
	top: 200px;
}

.page.referral .splash .data .title h1 {
	color: #008977;
	text-shadow: none;
	font-size: 32px;
}

.page.referral .splash .data .title p {
	font-size: 13px;
    color: #374F59;
    text-shadow: none;
    font-weight: normal;
    max-width: 80%;
    margin: 12px auto;
}


.page.referral .presentation .title h3 {
	color: #008977;
    font-weight: 600;
    font-size: 27px;
    text-align: center;
    margin-top: 40px;
}

.page.referral .presentation .title p {     
    color: #0E2D3F;
    font-size: 13px;
    margin: auto;
}

.page.referral .presentation .image {
	margin-top: 30px;
}


.page.referral .presentation .image .bg {
	margin: 0 -15px;
	padding: 125px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page.referral .presentation .wrap{
	text-align: center;
    max-width: 475px;
    padding: 0 15px 60px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.page.referral .splash .data .title {
		max-width: 40%;
		text-align: left;
		top: 0;
	}
	.page.referral .splash .data .title h1 {
		font-size: 54px;
	}
	.page.referral .splash .data .title a {
		top: 0;
	}
	.page.referral .splash .data .title p {
		font-size: 18px;
	    max-width: 85%;
	    margin: 12px 0;
	}

	.page.referral .presentation .wrap{
		margin: 0;
	}
	.page.referral .presentation {
		background: linear-gradient(360deg, #C4C4C4 -18.16%, rgba(196, 196, 196, 0) 17.95%);
	}
	.page.referral .presentation .title h3 {
	    font-size: 52px;
	    margin-top: 0;
	    font-weight: 700;
	}
	.page.referral .presentation .title p {     
	    font-size: 18px;
	    margin: 0;
	}

	.page.referral .presentation .image {
		margin-top: 0;
	}

	.page.referral .presentation .image .bg {
		width: 50vw;
		height: 360px;
		margin: 0;
		float: left;
		padding: 0;
	}
}

@media screen and (min-width: 992px) {
	.page.landing .presentation .image .bg {
		height: 480px;
	}
}


.page.referral .presentation .title h3{
	font-size: 30px;
}

.page.referral .presentation .title p{
	font-size: 14px;
}

.page.referral .presentation .form{
    position: relative;
    margin-top: 25px;
	text-align: center;
}
.page.referral .presentation .form .link{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: 500px;
	margin: 50px 0 25px;
}
.page.referral .presentation .form .link h4{
	position: absolute;
	top: -30px;
	left: 0;
	margin: 0;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
@media screen and (min-width: 1200px){
	.page.referral .presentation .form .link h4{
		position: absolute;
		top: calc(50% - 15px);
		right: calc(100% + 10px);
		left: auto;
		line-height: 30px;
	}
}
.page.referral .presentation .form .link .clipboard{
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	background: #E5F7F4;
	white-space: nowrap;
	overflow: auto;
}
.page.referral .presentation .form .link .clipboard code{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
    color: #0E2D3F;
}
.page.referral .presentation .form .link .btn{
	position: relative;
	border-radius: 0;
	box-shadow: none !important;
}

.page.referral .presentation .form .link .btn .tooltip-referral{
    position: absolute;
    top: -30px;
    left: calc(50% - 65px);
    width: 130px;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    white-space: nowrap;
    border-radius: 6px;
    background-color: #555;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}
.page.referral .presentation .form .link .btn .tooltip-referral:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.page.referral .presentation .form .link .btn:hover .tooltip-referral{
	opacity: 1;
}


.page.referral .presentation .form .share{
    margin: 0;
    text-align: center;
}
.page.referral .presentation .form .share p{
	font-size: 14px;
}
.page.referral .presentation .form .share ul{
	margin: 15px 0;
	display: none;
	justify-content: center;
}
.page.referral .presentation .form .share ul li {
	margin: 5px;
	font-size: 25px;
}

.page.referral .presentation .form .share .btn-share {
    width: auto;
    padding: 0 25px;
    margin: 20px 0 25px;
    line-height: 40px;
}

.page.referral .presentation .form .btn-share i {
	font-size: 23px;
}

.page.referral .presentation .image .bg {
	padding: 160px 0;
}


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

	.page.referral .presentation .title h3 {
		font-size: 36px;
	}
	.page.referral .presentation .title p {
	    font-size: 17px;
	    margin: 0;
	}

    .page.referral .presentation .form .share ul{
	    display: flex;
	}
	.page.referral .presentation .form .share .btn-share{
		display: none;
	}
    .page.referral .presentation .form .link .clipboard code{
		font-size: 16px;
	}

	.page.referral .presentation .image .bg{
		min-height: 690px;
		max-height: 700px;
	}
}





.page.referral .how {
    padding: 60px 0 0;
}

.page.referral .how .title h3 {
	font-size: 27px;
    font-weight: 500;
    color: #0E2D3F;
}

.page.referral .how ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: auto;
}

.page.referral .how ul li {
    margin: 5px 5px 25px;
    background-color: #FBFAF3;
    max-height: 320px;
    padding: 65px 45px;
}

.page.referral .how ul li .image-content {
	height: 70px;
}

.page.referral .how ul li img {
	width: auto;
	height: 45px;
}

.page.referral .how ul li h4 {    
	font-size: 24px;
    text-transform: uppercase;
    color: #333F48;
    font-weight: 500;
    margin-bottom: 15px;
}

.page.referral .how ul li p {
    font-size: 18px;
    color: #0E2D3F;
    
    margin: auto;
}

@media screen and (min-width: 768px) {
	.page.referral .how {
	    padding: 90px 0 50px;
	}
	.page.referral .how .title h3 {
		font-size: 36px;
	}
	.page.referral .how ul li {
		margin: 15px;
		max-width: 360px;
		min-height: 320px;
		padding: 80px 50px;
	}
}


.page.referral .faq {
	margin-bottom: 70px;
	padding-top: 50px;
}

.page.referral .faq .title h3 {
	font-size: 27px;
	color: #0E2D3F;
	font-weight: 500;
}


.page.referral .faq .tabs .question {
    position: relative;
    display: block;
    padding: 15px 40px 15px 15px;
    margin-bottom: 1px;
    color: #0E2D3F;
    font-weight: 600;
    font-size: 14px;
    border-top: solid 1px #0E2D3F;
}

.page.referral .faq .tabs .answer {
    padding: 0 15px;
    transition: 0.3s all;
}

.page.referral .faq .tabs .answer.show {
    padding: 15px 15px;
}

.page.referral .faq .tabs .answer p {
    font-size: 14px;
    color: #0E2D3F;
}

.page.referral .faq .tabs .question:after {
    content: '+';
    position: absolute;
    top: calc(50% - 12.5px);
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 30px;
    color: #008977;
}

.page.referral .faq .tabs .question[aria-expanded="true"]:after {
    content: "-";
}

@media screen and (min-width: 768px) {
	.page.referral .faq {
		margin-bottom: 100px;
		padding-top: 100px;
	}
	.page.referral .faq .title h3 {
		font-size: 36px;
	}
	.page.referral .faq .tabs {
		max-width: 80%;
		margin: auto;
	}
	.page.referral .faq .tabs .question {
	    font-size: 22px;
	}
	.page.referral .faq .tabs .answer p {
	    font-size: 18px;
	}
}

/* Pages > Page Careers */

.page.careers .splash .title p{ 
	font-size: 24px;
	line-height: 1;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.page.careers .splash .title p{
		font-size: 40px;
	}
}

.page.careers .jobs .title h3 {
	font-size: 27px;
    color: #0E2D3F;
    margin-bottom: 15px;
    font-weight: 500;
}

.page.careers .jobs {
	background-color: #FBFAF3;
    padding-top: 30px;
    margin-bottom: 130px;
    max-height: 400px;
}

.page.careers .jobs .title{
	margin-bottom: 30px;
}
.page.careers .jobs .title p {
	font-size: 16px;
	color: #3E3E3F;
	line-height: 25px;
	width: 85%;
    margin: auto;
}

.page.careers .jobs .feed-careers .slides {
	white-space: nowrap;
    overflow: auto;
    padding: 0 12px;
    text-align: center;
}

.page.careers .jobs .slider .slides .slide{
	max-width: 300px;
	width: 265px;
	display: inline-block;
    vertical-align: top;
    padding: 7px;
    white-space: initial;
}
.page.careers .jobs .feed-careers article{
	position: relative;
	width: 100%;
    padding: 10px 15px;
	max-width: 265px;
	margin: 0 auto;
    min-height: 325px;
    padding-bottom: 100px;
    height: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 10px 1px rgb(151 151 151 / 50%);
    border-radius: 5px;
    border-bottom: solid 12px #008977;
}

.page.careers .jobs .feed-careers article .icon {
	padding: 20px 0;
	min-height: 90px;
}
.page.careers .jobs .feed-careers article .icon img {
	width: 50px;
	height: auto;
	margin: auto;
}
.page.careers .jobs .feed-careers article .job-title {
}

.page.careers .jobs .feed-careers article .job-title h2{
	font-size: 24px;
    color: #0E2D3F;
	line-height: 1.3em;
	min-height: 2.6em;
    text-align: center;
	margin: 0 auto;
}
.page.careers .jobs .feed-careers article .buttons{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}
.page.careers .jobs .feed-careers article .buttons .btn{
	font-size: 14px;
}

.page.careers .jobs .no-openings{
    padding: 20px;
    margin: 50px auto 0;
    max-width: 700px;
    min-height: 300px;
    text-align: center;
	background: #FFFFFF;
    box-shadow: 2px 2px 20px 1px rgb(151 151 151 / 50%);
    border-radius: 5px;
}

.page.careers .jobs .no-openings .icon{
	display: block;
	margin: 30px auto 15px;
}

.page.careers .jobs .no-openings .description{
    font-size: 14px;
    color: #3E3E3F;
    width: 100%;
}

.page.careers .jobs .no-openings .description .submit{
	margin-top: 20px;
    width: 95%;
}

.page.careers .jobs .slider{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.page.careers .jobs .slider .arrows{

}
.page.careers .jobs .slider .arrows button{
	position: absolute;
	top: calc(50% - 25px);
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #008977;
    padding: 13px;
    color: #008977;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 20%);
	-webkit-appearance: none;
	line-height: 999;
	appearance: none;
    cursor: pointer;
    z-index: 10;
	overflow: hidden;
	transition: 0.3s all;
}
.page.careers .jobs .slider .arrows button:hover{
	background: #008977;
	color: #fff;
}
.page.careers .jobs .slider .arrows button:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	content: '';
	font-family: FontAwesome;
	font-size: 20px;
}
.page.careers .jobs .slider .arrows .slick-prev{
    left: 25px;
}
.page.careers .jobs .slider .arrows .slick-prev:before{
	content: "\f053";
}
.page.careers .jobs .slider .arrows .slick-next {
	right: 35px;
}
.page.careers .jobs .slider .arrows .slick-next:before{
	content: "\f054";
}
.page.careers .jobs .slider .slick-track {
    margin: 0 auto;
}
.page.careers .jobs .slider .slick-arrow.slick-disabled{
	display: none !important;
}

@media screen and (min-width: 768px) {
	.page.careers .jobs {
	    padding-top: 50px;
	    margin-bottom: 150px;
	}
	.page.careers .jobs .slider .slides .slide{
	    padding: 10px;
	}
	.page.careers .jobs .no-openings .description{
		font-size: 18px;
	}
	.page.careers .jobs .title {
		margin-bottom: 50px;
	}
	.page.careers .jobs .title h3{
		font-size: 36px;
	}
	.page.careers .jobs .title p{
		font-size: 18px;
	}
	.page.careers .jobs .slider .arrows .slick-prev {
	    left: -50px;
	}
	.page.careers .jobs .slider .arrows .slick-next {
		right: -50px;
	}
}

.page.careers .why {
	padding: 40px 0;
}
.page.careers .why .title h3 {
	font-size: 27px;
    color: #0E2D3F;
    margin-bottom: 15px;
    font-weight: 500;
}

.page.careers .why .items {

}
.page.careers .why .items article {
	/*display: inline-block;
	vertical-align: middle;
	margin: 0 auto;*/
    padding: 0 15px;
    text-align: center;
}
.page.careers .why .items article .icon{
    margin: 0 auto;
}
.page.careers .why .items article p {
	font-size: 18px;
    color: #3E3E3E;
    line-height: 25px;
}

@media screen and (min-width: 768px) {
	.page.careers .why {
	    padding: 70px 0;
	}
	.page.careers .why .title h3 {
		font-size: 36px;
		margin-bottom: 50px;
	}
	.page.careers .why .items article{
		text-align: left;
	}
    .page.careers .why .items article p {
    	padding-left: 10px;
    }
}



/* Landings */

.page.dinamic-landing .section{
	padding: 50px 0;
}

@media screen and (min-width: 992px){
	.page.dinamic-landing .section{
		padding: 70px 0;
	}
}


.page.dinamic-landing .title h3{
	font-size: 32px;
}
.page.dinamic-landing .title h4{
	font-size: 24px;
}
.page.dinamic-landing .title .subtitle{
	font-size: 18px;
	line-height: 21px;
}

@media screen and (min-width: 992px){
	.page.dinamic-landing .title h3{
		font-size: 42px;
	}
	.page.dinamic-landing .title h4{
		font-size: 32px;
	}
	.page.dinamic-landing .title .subtitle{
		font-size: 21px;
		line-height: 24px;
	}
}

.page.dinamic-landing .title.text-primary,
.page.dinamic-landing .title.text-primary h3{
	color: #008977;
}

.page.dinamic-landing .modules .module{

}
.page.dinamic-landing .modules .module .image .img{
	margin: 0;
	padding: 40% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page.dinamic-landing .modules .module .title{
	padding: 30px 15px;
	max-width: 650px;
	margin: 0 auto;
}
.page.dinamic-landing .modules .module .title h3{
	margin: 0 0 0.5em;
}
.page.dinamic-landing .modules .module .title.text-light h3{
	color: #fff;
}
.page.dinamic-landing .modules .module .title p{
	
}
.page.dinamic-landing .modules .module .title .btn{
	display: block;
	margin: 25px auto 0;
	width: 100%;
	max-width: 250px;
}

@media screen and (min-width: 992px) {
	.page.dinamic-landing .modules .module .title {
		padding: 50px 30px;	
	}

	.page.dinamic-landing .modules .module .image .img{
		width: 50vw;
		min-height: 360px;
		padding: 50% 0;
	}
}

.page.dinamic-landing .feed-products article .title p {
	margin: 0 auto;
}

/* Page CBD for Pets */

.compress {
	max-width: 62%;
    margin: auto;
    font-size: 18px;
}

.section-text p {
	max-width: 90%;
    margin: auto;
    font-size: 14px;
}

.photo-links-module {
	padding: 0 0 100px 0;
}

.photo-links-module .items {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.photo-links-module .items article {
    display: inline-block;
    vertical-align: top;
    padding: 3px;
    max-width: 180px;
    margin: 0 auto 20px;
}

.photo-links-module .items article .thumbnail {
    max-width: 237px;
    margin-bottom: 36px;
}

.photo-links-module .items article .btn {
    padding: 0 10px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
	.photo-links-module .items {
		display: inline-block;
	    vertical-align: middle;
	    margin: 0 auto;
	}
	.section-text p {
		max-width: 62%;
	    font-size: 18px;
	}
	.photo-links-module .items article {
	    max-width: 260px;
	    margin: 0 25px;
	}
	.photo-links-module .items article .btn {
	    padding: 0 32px;
	    font-size: 16px;
	}
}

.icons-module {
	margin-top: -30px;
	padding: 50px 0;
}

.icons-module ul {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: auto;
}

.icons-module ul li {
	width: 170px;
	margin: 20px 0;
}

.icons-module ul li .image-content {
	height: 60px;
    width: auto;
    margin-bottom: 25px;
}

.icons-module ul li .image-content img {
    width: auto;
    height: 100%;
}

.icons-module ul li p {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #0E2D3F;
	width: 100%;
	max-width: 100%;
    margin: auto;
}

@media screen and (min-width: 768px) {
	.icons-module {
		margin-top: -75px;
		padding: 50px;
	}
	.icons-module ul li {
		margin: 0 12px;
	}
}

.faq-module .tabs .question {
    position: relative;
    display: block;
    padding: 15px 40px 15px 15px;
    margin-bottom: 1px;
    color: #0E2D3F;
    font-weight: 600;
    font-size: 14px;
    border-top: solid 1px #0E2D3F;
    text-align: left;
}

.faq-module .tabs .answer {
    padding: 0 15px;
    transition: 0.3s all;
}

.faq-module .tabs .answer.show {
    padding: 15px 15px;
}

.faq-module .tabs .answer p {
    font-size: 14px;
    color: #0E2D3F;
    text-align: left;
    max-width: 100%;
}

.faq-module .tabs .question:after {
    content: '+';
    position: absolute;
    top: calc(50% - 12.5px);
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 30px;
    color: #008977;
}

.faq-module .tabs .question[aria-expanded="true"]:after {
    content: "-";
}

@media screen and (min-width: 768px) {
	.faq-module .tabs {
		max-width: 80%;
		margin: auto;
	}
	.faq-module .tabs .question {
	    font-size: 22px;
	}
	.faq-module .tabs .answer p {
	    font-size: 18px;
	}
}

.section-text-blog h1,
.section-text-blog h2,
.section-text-blog h3,
.section-text-blog h4,
.section-text-blog h5,
.section-text-blog h6 {
	color: #008977;
} 

/* Landing Cats */

.products.landing.cats .filter_menu .items .item.general-wellness {
	display: none;
}

/* Landing Sentesa */

.page.sentesa .content{
	padding: 25px 0;
}

@media screen and (min-width: 768px){
	.page.sentesa .content{
		padding: 50px 0;
	}
}

.page.sentesa .splash.splash-bg {
	height: 252px;
}

.page.sentesa .splash .slider .dots .slick-dots li.slick-active button{
	background: #fff;
}

@media screen and (min-width: 768px) {
	.page.sentesa .splash.splash-bg {
		height: 470px;
	}
	.page.sentesa .splash .data .title h3 {
		font-size: 31px;
		margin-top: 95px;
	}
	.page.sentesa .splash .data .title h1 {
		font-size: 56px;
	}
	.page.sentesa .splash .data .title h2 {
		font-size: 38px;
	}
}


.page.sentesa .sentesa {
	padding: 50px 0;
	background-image: linear-gradient(179deg, #EEEEEE 0%, rgba(237,237,237,0.97) 7%, rgba(216,216,216,0.00) 41%);
}
.page.sentesa .sentesa .wrap{
	max-width: 700px;
	margin: 0 auto;
}
.page.sentesa .sentesa .description {
    padding: 0 30px;
    color: #414042;
	font-size: 17px;
    margin-bottom: 50px;
}
.page.sentesa .sentesa .feed-products {
	padding: 0 15px;
    white-space: nowrap;
    text-align: center;
    overflow: auto;
}
.page.sentesa .sentesa .feed-products .item {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    height: 500px;
    padding: 10px;
}

.page.sentesa .sentesa .feed-products .item article {
    white-space: initial;
    max-width: 320px;
}
.page.sentesa .sentesa .items{
	margin: 40px auto 0;
}
.page.sentesa .sentesa .items .item article{
	max-width: 280px;
	margin: 0 auto;
	text-align: center;
}

.page.sentesa .sentesa .items .item article .icon {
	max-width: 60px;
	min-height: 60px;
	margin: 0 auto 15px;
}

.page.sentesa .sentesa .items .item article h2{
	font-size: 12px;
    color: #125533;
    padding: 0 64px;
    line-height: 20px;
    margin: 0 0 10px;
}

.page.sentesa .sentesa .items .item article p {
    font-size: 12px;
    color: #515052;
    padding: 0 40px;
}

@media screen and (min-width: 768px) {
	.page.sentesa .sentesa .description p {
		font-size: 24px;
	}
	.page.sentesa .sentesa .feed-products {
		display: flex;
		justify-content: center;
	    overflow: visible;
	}
	.page.sentesa .sentesa .feed-products .item {
	    display: block;
	    width: 375px;
	    height: auto;
	    margin: 0 10px;
	}
	.page.sentesa .sentesa .feed-products .item article {
	    max-width: 375px;
	}
	.page.sentesa .sentesa .items .item article h2{
		padding: 0;
		min-height: 40px;
		max-width: 69%;
    	margin: auto;
	}
	.page.sentesa .sentesa .items .item article p {
		padding: 0 20px;
	}
}

/**/

.page.sentesa .components{

}
.page.sentesa .components .container{
	background-image: linear-gradient(234deg, #089977 0%, #15613D 100%);
    padding: 50px 0;
}

.page.sentesa .components .items .item article{
	padding: 0 15px;
}
.page.sentesa .components .items .item article .icon{
    margin-bottom: 40px;
}
.page.sentesa .components .items .item article h2{
    font-size: 18px;
    color: #fff;
}

.page.sentesa .components .items .item article p {
    color: #fff;
    font-size: 14px;
}

@media screen and (min-width: 768px){
		.page.sentesa .components .items{
			padding: 0 30px;
		}
		.page.sentesa .components .items .item article{
			padding: 0 30px;
		}
		.page.sentesa .components .items .item article p {
		  
		}
}

/**/

.page.sentesa .benefits{
	padding: 25px 0;
}

.page.sentesa .benefits .items .item article{
	position: relative;
	text-align: left;
	margin: 0 auto;
}
.page.sentesa .benefits .items .item article .icon{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
}
.page.sentesa .benefits .items .item article .icon:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -25px;
    width: 70px;
    height: 5px;
    background-color: #D9B364;
}
.page.sentesa .benefits .items .item article h2{
    font-size: 27px;
    color: #414042;
    margin-top: 15px;
    margin-bottom: 20px;
}

.page.sentesa .benefits .items .item article p {
	font-size: 18px;
    color: #414042;
}

@media screen and (min-width: 768px){
	.page.sentesa .benefits {
		padding: 50px 0;
	}
}

.page.sentesa .formula {
    position: relative;
    padding: 50px 0;
}

.page.sentesa .formula  .image .img{
	position: relative;
}
.page.sentesa .formula  .image .img:after{
	content: '';
	position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 190px;
    background-color: #D9B464;
    z-index: 10;
}

.page.sentesa .formula .table {
	background: #FFFFFF;
    box-shadow: 0 2px 11px 0 rgb(0 0 0 / 20%);
    padding: 25px 15px 0 15px;
    max-width: 90%;
    margin: 60px auto;
    text-align: center;
}

.page.sentesa .formula .table h2 { 
	font-size: 36px;
	color: #414042;
}

.page.sentesa .formula .table h4 {
	font-size: 18px;
	color: #414042;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.page.sentesa .formula .table h4.by-color {
	color: #CB984E;
}

.page.sentesa .formula .table h5 {
	font-size: 18px;
	color: #414042;
	margin-bottom: 5px;
    margin-top: 10px;
}

.page.sentesa .formula .table .bt {
	border-top: 1px solid #979797;
	margin: -5px;
}

.page.sentesa .formula .table .aclarations {
	font-size: 14px;
	color: #414042;
}

.page.sentesa .formula .table .aclarations.m-align-top {
	margin-bottom: 0;
}
.page.sentesa .formula .table .color {
	background-image: linear-gradient(270deg, #D7B162 0%, #DBB666 100%);
}

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

	.page.sentesa .formula {
	    padding: 100px 0;
	}

	.page.sentesa .formula .table {
		margin: 0;
		max-width: 100%;
	}
	.page.sentesa .formula .table h4.by-color {
		margin-top: 18px;
	}
	.page.sentesa .formula .table h4 {
		margin-top: 8px;
	}
	.page.sentesa .formula .table h5 {
		margin-top: 9px;
	}
	.page.sentesa .formula .table .tl {
		text-align: left;
	}
	.page.sentesa .formula .table .aclarations.m-align-top {
		margin-top: 25px;
	}

}

/**/

.page.sentesa .technology{
	background-image: linear-gradient(234deg, #029D7A 0%, #15613D 100%);
    padding: 55px 0 0 0;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 40px;
}

.page.sentesa .technology .logo {
	display: block;
	max-width: 125px;
	margin: 0 auto;
}

.page.sentesa .technology .text{
	margin-top: 40px;
	margin-bottom: 35px;
}


.page.sentesa .technology p {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}
.page.sentesa .technology p span {
	color: #FFE098;
}

.page.sentesa .technology .btn{
	min-width: 215px;
    background-color: #D7B162;
    border-radius: 18px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.17px;
    text-transform: uppercase;
    padding: 10px 45px;
    line-height: 1;
    box-shadow: 0 2px 11px 0 rgb(0 0 0 / 20%) !important
}

.page.sentesa .technology .image .img{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.page.sentesa .technology .image .img:after{
	content: '';
    position: absolute;
    bottom: -17px;
    right: 15px;
	background: linear-gradient(270deg, #D7B162 0%, #DBB666 100%);
    width: 260px;
    height: 35px;
    z-index: 10;
}

.page.sentesa .technology .terpex-description{
    margin-top: 25px;
    padding: 30px;
}
.page.sentesa .technology .terpex-description .text p {
	font-size: 18px;
    color: #414042;
    text-align: center;
    line-height: 24px;
}
.page.sentesa .technology .terpex-description .line-shape{
	width: 140px;
    height: 5px;
    background: #414042;
    margin: 30px auto;
}
.page.sentesa .technology-resume {
    margin-bottom: 60px;
    margin-top: 40px;
}
.page.sentesa .technology-resume .resume-list {
	background: #FFFFFF;
    box-shadow: 0 2px 11px 0 rgb(0 0 0 / 40%);
    max-width: 95%;
    margin: auto;
    padding: 30px 0 0 10px;
}

@media screen and (min-width: 768px){
	.page.sentesa .technology {
		text-align: left;
		padding: 80px 0 125px;
	}
	.page.sentesa .technology .logo {
		max-width: 205px;
		margin-bottom: 65px;
	}

	.page.sentesa .technology p {
		font-size: 20px;
	    max-width: 505px;
	}
	.page.sentesa .technology .image{
		max-width: 585px;
		height: auto;
	}
	.page.sentesa .technology .image .img:after{
		right: 15px;
		bottom: -30px;
		width: 455px;
		height: 65px;
	}
}

