
body {
	overflow-x: hidden!important;
}

p {
	float: left;
}

p small {
	float: left;
}

ul {
	float: left;
}

#page {
	overflow-x: hidden!important;
}

.display-flex-center {
	display: flex;
	align-items: center;
}

.display-flex-top {
	display: flex;
	align-items: first;
}

.display-flex-bottom {
	display: flex;
	align-items: end;
}

.height-200 {
	height: 200px;
}

.height-300 {
	height: 300px;
}

.height-70 {
	height: 70px;
}

.height-350 {
	height:350px;
}

.height-480 {
	height: 480px;
}

.height-440 {
	height: 480px;
}

.height-500 {
	height: 500px;
}

.height-550 {
	height: 550px;
}

.height-580 {
	height: 580px;
}

.height-680 {
	height: 680px;
}

.height-740 {
	height: 740px;
}

.height-1050 {
	height: 1050px;
}

.height-auto {
	height: auto;
}

.height-100x100 {
	height: 100%;
}

.text-box {
	float: left;
	width: 100%;
}

.show-768 {display: none!important;}

.show-890 {display: none!important;}

.text-align-center {
text-align: center;
}

.text-left {
text-align: left;
}

.text-right {
text-align: right;
}

.site-main > :first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.site-main > * {
	margin-top: 0;
}

.background-image {
	background-position: center;
	background-size: cover;
	float: left;
	width: 100%;
}

.background-red {
	background-color: #AE0F0A;
	float: left;
	width: 100%;
	overflow: hidden;
}

.background-white {
	background-color: #fff;
	float: left;
	width: 100%;
	overflow: hidden;
}

.border-radius {
	border-radius: 10px;
}

.large-border-radius {
	border-radius: 35px;
}

.site-header, .site-main, .widget-area, .site-footer {
  padding-top: 0;
  padding-bottom:0;
}

a {
  cursor: pointer;
  text-underline-offset: 0;
  text-decoration-skip-ink: none;
  text-decoration: none;
  transition: all 0.5s ease;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: 0;
  text-decoration: none;
  text-decoration-skip-ink: none;
}

.site textarea {
	padding-top: 5px;
	padding-bottom: 5px;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
.site textarea {
  border-radius: 5px;
  padding: 0 10px;
  margin:0;
  max-width: 100%;
}

input[type="submit"]:not(:hover):not(:active):not(.has-background) {
	border-radius: 5px;
	padding: 0 10px;
	margin:0;
	max-width: 100%;
	height: 50px;
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
	width: 100%;
}

input[type="submit"] {
	border-radius: 5px;
	padding: 0 10px;
	margin:0;
	max-width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	transition: all 0.5s ease;
	width: 100%;
}


input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="time"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="color"]:focus, 
.site textarea:focus {
  outline-offset: 0;
  outline: 0;
}

input[type="submit"]:focus {
	outline-offset: 0;
	outline: 0;
	height: 50px;
	display: flex;
	align-items: center;
}

.background-image input[type="text"], 
.background-image input[type="email"], 
.background-image input[type="url"], 
.background-image input[type="password"], 
.background-image input[type="search"], 
.background-image input[type="number"], 
.background-image input[type="tel"], 
.background-image input[type="date"], 
.background-image input[type="month"], 
.background-image input[type="week"], 
.background-image input[type="time"], 
.background-image input[type="datetime"], 
.background-image input[type="datetime-local"], 
.background-image input[type="color"] {
	height: 35px;
	display: flex;
	align-items: center;
}

input[type="submit"]:hover {
	outline-offset: 0;
	outline: 0;
	transform: translateY(5px);
	-webkit-box-shadow: 0px 6px 15px 2px #000000;
	-moz-box-shadow: 0px 6px 15px 2px #000000;
	-o-box-shadow: 0px 6px 15px 2px #000000;
	box-shadow: 0px 6px 15px 2px #000000;
}

.background-image textarea {
	height: 100px;
}

.box-cf input[type="text"], 
.box-cf input[type="email"], 
.box-cf input[type="url"], 
.box-cf input[type="password"], 
.box-cf input[type="search"], 
.box-cf input[type="number"], 
.box-cf input[type="tel"], 
.box-cf input[type="date"], 
.box-cf input[type="month"], 
.box-cf input[type="week"], 
.box-cf input[type="time"], 
.box-cf input[type="datetime"], 
.box-cf input[type="datetime-local"], 
.box-cf input[type="color"], 
.box-cf textarea {
 margin-bottom: 0.5rem;
}

.position-relative {
	position: relative;
}

.wpcf7-form .icon-arrow-left:before {
	top: 10px;
}

.icon-arrow-left:before {
	width: 20px;
	height: 30px;
	display: block;
	content: "";
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_SomeOneGarden/landing-SomeOne-Garden-kress-05.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -40px;
}

.icon-arrow-right:before {
	width: 20px;
	height: 30px;
	display: block;
	content: "";
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_SomeOneGarden/landing-SomeOne-Garden-kress-05.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -40px;
	transform: rotate(180deg);
}

.img-align-center {
	margin: 0 auto;
	display: block;
}

.carb-image {
	position: absolute;
	left: 50%;
	margin-left: -120px;
	top: -10px;
}

.push-lawn-image {
	position: absolute;

top: -150px;
}

.quote-testimonial {
	position: relative;
}

.quote-testimonial::before {
content: "";
opacity: 0;
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(https://ad.kress.com/wp-content/uploads/StayGreen/landing_StayGreen-06.webp);
  top: 0;
  left: -30px;
  z-index: 20;
  background-size: contain;
}

.quote-testimonial::after {
	opacity: 0;
content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(https://ad.kress.com/wp-content/uploads/StayGreen/landing_StayGreen-07.webp);
  bottom: -50px;
  right: -70px;
  z-index: 20;
  background-size: contain;
  top: auto;
}











#Require-sustainable {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_SomeOneGarden/landing-SomeOne-Garden-kress-01.webp);
}

#Elevate-space {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_SomeOneGarden/landing-SomeOne-Garden-kress-03.webp);
}

#submit-form {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_SomeOneGarden/landing-SomeOne-Garden-kress-04.webp);
}

#SomeOne-Garden {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_SomeOneGarden/landing-SomeOne-Garden-kress-12.webp);
}

.StayGreen #Require-sustainable {
	background-image: url(https://ad.kress.com/wp-content/uploads/StayGreen/landing_StayGreen-02.webp);
}

#Perfectly-sized {
	background-image: url(https://ad.kress.com/wp-content/uploads/StayGreen/landing_StayGreen-04.webp);
}

#StayGreen {
	background-image: url(https://ad.kress.com/wp-content/uploads/StayGreen/landing_StayGreen-05.webp);
}

#Perfectly-Sized {
	background-image: url(https://ad.kress.com/wp-content/uploads/StayGreen/landing_StayGreen-09.webp);
}




.quote.open {
	margin-left: -30px;
	padding-right: 10px;
}

.quote.close {
	padding-left: 10px;
}

.quote {
	height: auto;
	  width: 25px;
}

.no-horizontal-padding {
	padding-left: 0!important;
	padding-right: 0!important;
}










.desktop {display: block;}

.mobile {display: none;}

#Commercial-Landscapers {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_CommercialLandscapers/asset-landing_CommercialLandscapers-01.webp);
}

#InsanePower {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_CommercialLandscapers/asset-landing_CommercialLandscapers-02.webp);
}

#InsanePower .note {
	width: 350px;
	position: absolute;
	bottom: 20px;
left: 15%;
}

#UltraFast {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_CommercialLandscapers/asset-landing_CommercialLandscapers-04.webp);
}

#WorkSafer {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_CommercialLandscapers/asset-landing_CommercialLandscapers-08.webp);
}

#WorkSafer.display-flex-top {
	padding-top: 70px;
}






.page-template-landing_AirYouBreathe .site-main > * {margin-bottom: 0;}

.page-template-landing_ROI .site-main > * {margin-bottom: 0;}

.page-template-landing_AirYouBreathe .site-main > * {
  margin-bottom: 0;
}

.page-template-landing_Tractor .site-main > * {
  margin-bottom: 0;
}

.page-template-landing_KressVSOthers .site-main > * {
  margin-bottom: 0;
}



#main-header {
	margin-top: 0.5rem !important;
}

.logo-header {
	margin-left: 20px;
}







#store_iframe {
	height: 200px;
	transition: all 0.5s ease;
}


#store-locator {
  margin-bottom: 0px !important;
} 



iframe {
	width: 100%;
	background-color: #fff;
	border: none;

	overflow: hidden;
}

iframe html, iframe body, iframe #site-content {
	background-color: #fff;
	overflow: hidden;
}

.height-iframe {
	height: 600px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#store-locator-ad iframe {
	margin-top: 60px; margin-bottom: 60px;
}




















.align-h-center {
	display: flex;
	justify-content: center;
}

.notice-small {
  position: absolute;
  bottom: 30px;
  line-height: 1;
  letter-spacing: -0.2px;
}

.height-100-center {
  height: 100%;
  align-content: center;
  position: relative;
}











#AirYouBreathe {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_AirYouBreathe/asset-landing_AirYouBreathe-01.webp);
}

#SmallEngines {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_AirYouBreathe/asset-landing_AirYouBreathe-03.webp);
}

#DeadlyToll {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_AirYouBreathe/asset-landing_AirYouBreathe-04-1.webp);
}

#BigShakers {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_AirYouBreathe/asset-landing_AirYouBreathe-05.webp);
}

#NoiseHazards {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_AirYouBreathe/asset-landing_AirYouBreathe-06.webp);
}

#ReplaceGas {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_AirYouBreathe/asset-landing_AirYouBreathe-15.webp);
}

















.big-disc {
	padding: 0;
	margin: 0;
}

.big-disc li {
	list-style-type: none;
	position: relative;
	margin-bottom: 30px;
}

.big-disc li::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 4px;
	background-color: #fff;
	position: absolute;
	top: 5px;
	  left: -25px;
}

#AirPollutionKills .big-disc li::before {
	background-color: #AE0F0A;
}

#AirPollutionKills .big-disc li b {
	font-size: 21px;
	color: #AE0F0A;
}

#LongHeightRed {
	padding-top: 90px;
}

.item-info-row {
	margin-bottom: 90px;
	padding-bottom: 50px;
}

.button-discover-range .main-button {
	height: 80px;
	width: 350px;
	font-size: 18px;
}

#products.background-white {
	overflow: visible;
}

#title-red .col-md-12 {
	padding: 20px;
}

#SocialProof {
	padding-left: 80px;
	padding-right: 80px;
}

#WhyKress .big-disc {
	padding-left: 25px;
}

#WhyKress .big-disc li {
	color: #fff;
	margin-bottom: 10px;
}

#WhyKress .align-h-center img {
	position: relative;
	  top: -80px;
}

#WhyKress .align-h-center {
	flex-wrap: wrap;
}

#WhyKress .notice-small {
	bottom: 100px;
}

small a {
	color: #fff;
	text-decoration: underline;
}























#SmallBusinesses .align-h-center {
	flex-direction: column;
}

#SmallBusinesses .align-h-center .note {
	padding-left: 30px;
	padding-right: 30px;
}

#StopBurning p b {
	font-size: 23px;
	font-weight: 800;
	color: #AE0F0A;
}














.list-style-number {
	padding-left: 0;
}

.list-style-number li {
	margin-bottom: 20px;
	position: relative;
	list-style-type: none;
}

.list-style-number li:last-child {
	margin-bottom: 0;
}

.list-style-number li:before {
	display: flex;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	border: 2px solid #fff;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: -45px;
	  font-size: 12px;
	  font-weight: 800;
} 

.list-style-number li:nth-child(1):before {
	content: "1";
} 

.list-style-number li:nth-child(2):before {
	content: "2";
} 

.list-style-number li:nth-child(3):before {
	content: "3";
} 

.custom-table tr td {
	padding: 5px 2px;
}

.custom-table thead tr td {
	font-size: 12px;
}

html[lang="fr-fr"] .custom-table tr td:first-child {
	width: 140px;
}

html[lang="fr-be"] .custom-table tr td:first-child {
	width: 140px;
}

html[lang="fr-ch"] .custom-table tr td:first-child {
	width: 140px;
}

.custom-table tr td:first-child {
	width: 80px;
}

.custom-table tfoot tr td:first-child {
	width: 80px;
}


.custom-table tbody tr td {
	border-top: 1px solid #AE0F0A;
	border-bottom: 1px solid #AE0F0A;
	border-left: none;
	border-right: none;
}

.custom-table thead tr td {
	border-top: 3px solid #AE0F0A;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.custom-table tfoot tr td {
	border-top: 3px solid #AE0F0A;
	border-bottom: 3px solid #AE0F0A;
	border-left: none;
	border-right: none;
}

.custom-table tfoot tr td:last-child {
	font-size: 20px;
	font-weight: 800;
}

#WhyWait .title-h1 {
	padding-right: 20px;
}

.page-template-landing_ROI #WhyKress .notice-small {
	max-width: 300px;
	line-height: 1.2;
}

.page-template-landing_AirYouBreathe #WhyKress .notice-small {
	max-width: 300px;
	line-height: 1.2;
}

.page-template-landing_ROI .item-info-row {
	margin-bottom: 50px;
}




#StopBurning.height-300 {
  min-height: 300px;
  height: auto;
}



#FromDayOne {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_ROI/landing-ROI-19.webp);
}

#WinWinWin {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_ROI/landing-ROI-15.webp);
}

.page-template-landing_ROI #ReplaceGas {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_ROI/landing-ROI-21.webp);
}









#RidingTractor {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_Tractor/landing-TRACTOR-02.webp);
}

#RidingTractor .col-md-7 {
	padding-bottom: 70px;
}


html[lang="en-gb"] #RidingTractor .col-md-7 {
	padding-bottom: 30px;
}

#RidingOthers {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_Others/landing-OTHERS-01.webp);
}

#RidingOthers .col-md-7 {
	padding-bottom: 70px;
}

html[lang="en-gb"] #RidingOthers .col-md-7 {
	padding-bottom: 30px;
}


#MissionMega {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_Tractor/landing-TRACTOR-03-1.webp);
}

#Intiva {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_Tractor/asset-custom-03.webp);
}

#HugeLawn {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_Tractor/landing-TRACTOR-15.webp);
}

#Agriculture {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_Tractor/landing-TRACTOR-16.webp);
}

#Others {
	background-image: url(https://ad.kress.com/wp-content/uploads/custom_Others/landing-OTHERS-03.webp);
}

#MissionMega .top-logo {
	position: absolute;
	top: 50px;
	width: 450px;
}

#MissionMega.display-flex-bottom {
	padding-bottom: 50px;
}

#MissionMega .custom-img {
	position: absolute;
	top: 80px;
}

#Intiva.display-flex-bottom {
	padding-bottom: 50px;
}

#Intiva .text-box {
	display: flex;
	flex-direction: column;
}

.KressVSOthers #Intiva .text-box {
	display: flex;
	flex-direction: column;
	max-width: 360px;
}

.KressVSOthers #Intiva.display-flex-bottom {
  padding-bottom: 0;
} 

#Intiva .col-md-5 {
	padding-left: 5%;
}

#RideOn table {
	text-align: left;
	width: 870px;
}

.table-responsive {
	overflow: auto;
}

#RideOn table thead td {
	padding-bottom: 60px;
}

#RideOn table td {
	border: none;
	text-align: left;
}

#RideOn table td:nth-child(1) {
	width: 350px;
}

#RideOn table td:nth-child(2) {
	width: 260px;
}

#RideOn table td:nth-child(3) {
	width: 260px;
}

#RideOn table thead td {
	vertical-align: bottom;
}

#RideOn table tbody td {
	border-bottom: 1px solid #AE0F0A;
	padding-top: 10px;
	padding-bottom: 10px;
}

#RideOn table thead td p {
	float: left;
	width: 100%;
}

.top-box {
	border-radius: 10px;
	width: 280px;
	float: left;
	padding: 15px 5px;
	margin-bottom: 35px;
}

.top-box p {
	text-align: center;
	width: 100%;
}

.content-box {
	padding: 35px;
	border-radius: 10px;
	float: left;
	width: 100%;
	position: relative;
}

.content-box .sku {
	margin-bottom: 40px;
}

.content-box .title {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.content-box .logo-promo {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.content-box .list ul {
	padding-left: 25px;
}

.content-box .list ul li {
	position: relative;
	list-style-type: none;
	margin-bottom: 5px;
}

.content-box .list ul li::before {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background-color: #fff;
	content: "";
	position: absolute;
	top: 7px;
	  left: -25px;
}

.content-box .list {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.content-box .img-product {
	position: absolute;
	  top: -80px;
	  right: 20px;
}

.content-box .price {
	width: 60%;
	float: left;
	height: 40px;
	  display: flex;
	  align-items: end;
}

.content-box .button-box {
	width: 40%;
	float: right;
}

.content-box .price .promo-price {
	position: relative;
	line-height: 1;
	  margin-right: 10px;
}

.content-box .price .promo-price::after {
	width: 100%;
	height: 2px;
	background-color: #eecfce;
	content: "";
	display: block; 
	position: absolute;
	top: 7px;
	  right: 0;
	  transform: rotate(-10deg);
}

#DoubleBoxMISSION .col-md-6:first-child {
	padding-left: 0;
	padding-right: 20px;
}

#DoubleBoxMISSION .col-md-6:last-child {
	padding-left: 20px;
	padding-right: 0;
}

#HugeLawn.display-flex-bottom {
	padding-bottom: 50px;
}

.sku-mobile {display: none;}

.button-table {
	display: none;
}

.button-table .btn-sx {
	float: left;
}

.button-table .btn-dx {
	float: right;
}

.btn:hover {
	cursor: pointer;
}

.full-width {
	float: left;
	width: 100%!important;
	max-width: 100%!important;
}







html[lang="en-gb"] .content-box .title {

}

html[lang="en-gb"] .icon-promo {
	left: 70px;
}

.icon-promo {
	position: absolute;
	bottom: 70px;
	left: 35px;
}

.logo-invita {
	width: 330px;
	  position: absolute;
	  top: -1px;
	  left: 19%;
}

.image-promotion-col {
	float: left;
	width: 100%;
	position: relative;
}

.image-number {
	position: absolute;
	  right: 0;
	  top: -20px;
}

.content-box .title {
	max-width: 220px;
}

.logo-desktop-others-01 {
	position: absolute;
	left: 40px;
}

.logo-desktop-others-02 {
	position: absolute;
	left: 40px;
	top: 60px;
}

html[lang="en-gb"] .logo-desktop-others-01 {
	bottom: 60px;
}