
html[lang="de-de"] #EuropeTopSelling .notice-small {display: none!important;}
html[lang="de-at"] #EuropeTopSelling .notice-small {display: none!important;}
html[lang="de-ch"] #EuropeTopSelling .notice-small {display: none!important;}

html[lang="de-de"] #EuropeTopSellingClassic .notice-small {display: none!important;}
html[lang="de-at"] #EuropeTopSellingClassic .notice-small {display: none!important;}
html[lang="de-ch"] #EuropeTopSellingClassic .notice-small {display: none!important;}


body .wrapper {
	overflow-x: hidden;
}

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


.bannerPOWERSHARE.background-image .title-h2-slab {
	font-size: 42px;
	color: #000;
	font-family: "Roboto", serif;
	text-shadow: none;
	font-weight: 900;
}

.bannerPOWERSHARE.background-image p {
	font-size: 20px;
	text-shadow: none;
	color: #000;
	border-left: 4px solid #e85900;
	padding-left: 20px;
}


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

.display-flex-bottom .height-100-center {
	margin-bottom: -70px;
}

.section-rowPIM {
	float: left;
	  width: 100%;
}

.list-star {
	padding: 0;
	margin: 0;
	margin-top: 1.5rem !important;
}

.button-box {
	margin-top: 1.5rem !important;
}

.list-star li {
	float: left;
	padding: 2px;
}

.display-flex-top {
	display: flex;
	align-items: start;
	padding-top: 70px;
}

#third-attribute {
  margin-top: 80px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.display-flex-top .height-100-center {
	margin-top: -70px;
}


.title-h2 span {
	font-weight: 300;
}

.padding-double-column.double-column:nth-of-type(odd) {
	padding-left:4px;
}

.padding-double-column.double-column:nth-of-type(even) {
	padding-right: 4px;
}

#only-at-2 .title-h2 span.text-align-right {
	font-weight: 800;
}

.height-480 {
	height: 480px;
}

.height-950 {
	height: 950px;
}

.height-400 {
	height: 400px;
}

.height-280 {
	height: 280px;
}

.min-height-280 {
	min-height: 280px;
}

.height-170 {
	height: 170px;
}

.height-580 {
	height: 580px;
}

.height-530 {
	height: 530px;
}

.height-210 {
	height: 210px;
}

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

.height-260 {
	height: 260px;
}

sup {
  top: -0.4em;
}

.background-image p {
	margin-bottom: 0;
}

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

.show-870 {display: none;}

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

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

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

.float-right {
	float: right;
}

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

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

.background-black {
	float: left;
	width: 100%;
	background-color: #000;
}

.background-grey {
	float: left;
	width: 100%;
	background-color: #F2F2F2;
}

.site-branding {
	margin-right: initial;
	margin-top: 0;
  }

.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;
}

.show-930 {display: none;}

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

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

.icon-arrow-left:before {
	width: 20px;
	height: 30px;
	display: block;
	content: "";
	background-image: url(https://promo.worx.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;
}

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

.img-align-left {
	float: left;
}

.img-align-right {
	float: right;
}

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

.text-box {
	position: relative;
}

.float-row {
	float: left;
	width: 100%;
	position: relative;
}

.padding-double-column {
	--bs-gutter-x: 0;
}

.padding-double-column .col-md-6:first-child {
	padding-right: 5px;
}

.padding-double-column .col-md-6:last-child {
	padding-left: 5px;
}

#no-setup.display-flex-bottom {
  padding-bottom: 15%;
  padding-left: 15%;
  padding-right: 15%;
}

#active-safety.display-flex-bottom {
  padding-bottom: 15%;
  padding-left: 15%;
  padding-right: 15%;
}


#landroid-classic.display-flex-bottom {
	padding-bottom: 15%;
	padding-left: 15%;
	padding-right: 15%;
}

#landroid-vision.display-flex-bottom {
	padding-bottom: 15%;
	padding-left: 15%;
	padding-right: 15%;
}

#multiple-zones-management.display-flex-bottom {
	padding-bottom: 16%;
	padding-left: 15%;
	padding-right: 15%;
}

#mow-at-night.display-flex-bottom {
	padding-bottom: 15%;
	padding-left: 15%;
	padding-right: 15%;
}

#concerned.display-flex-bottom {
	padding-bottom: 10%;
	padding-left: 15%;
	padding-right: 15%;
}

#understanding.display-flex-bottom {
	padding-bottom: 10%;
	padding-left: 15%;
	padding-right: 15%;
}

#vision-crafted.display-flex-bottom {
	padding-bottom: 10%;
}

.categoryVision #social-proof.display-flex-bottom {
	padding-bottom: 30px;
}

.categoryVision #social-proof .col-md-10-3 {
	padding-left: 20px;
	padding-right: 20px;
}

#great-value .text-box.icon-canadian::after {
	top: -25px;
	  right: -45px;
}

html[lang="fr-FR"] #great-value .text-box.icon-canadian::after {
	top: -5px;
	  right: -45px;
}

#great-value-1 .text-box.icon-canadian::after {
	top: -25px;
	  right: -45px;
}

html[lang="fr-FR"] #great-value-1 .text-box.icon-canadian::after {
	top: -5px;
	  right: -45px;
}

#social-proof .text-box p {
}

.sub-note {
	font-weight: 800;
}

.desc-sp {
	min-height: 90px;
}

#social-proof .text-box .h3-slab, #social-proof .text-box .title-h3-slab {
	min-height: 50px;
}

#understanding .text-box p {
	min-height: 115px;
}

#concerned .text-box p {
	min-height: 115px;
}

#surrounds {

}

.title-social-proof {
	margin-top: 15%;
}



.position-top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.col-md-6 .position-top {
	padding-left: 18%;
	padding-right: 18%;
	padding-top: 10%;
}

.col-md-6 #landroid-classic .position-top {
	padding-left: 18%;
	padding-right: 18%;
	padding-top: 5%;
}
 
.position-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.col-md-6 .position-bottom {
	padding-left: 18%;
  padding-right: 18%;
  padding-bottom: 10%;
}

.col-md-6 #landroid-vision .position-top {
	padding-left: 18%;
	padding-right: 18%;
	padding-top: 5%;
}

.text-box.position-top {
	height: 50%;
}

.text-box.position-top small {
	float: left;
	width: 100%;
	margin-top: -15px;
	  font-weight: 600;
	  font-size: 18px;
}

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





.button-app {
	margin-right: 20px;
	max-width: 140px !important;
}





#best-selling.display-flex-bottom {
	padding-bottom: 60px;
}

#lawn-deserves.display-flex-top {
	padding-top: 60px;
}

#Landroid-learns.display-flex-bottom {
	padding-bottom: 70px;
}





#mow-at-night small {
	position: absolute;
}





#landroid-classic {
	position: relative;
}

.label-robot-mower {
	position: absolute;
	top: 0;
	right: -12px;
	max-width: 210px!important;
}

.discount-price {
	position: absolute;
	left: 34%;
}

#button-landroid-classic {
	position: relative;
}

#button-landroid-classic:before {
content: "";
  display: block;
  width: 90px;
  background-image: url(https://promo.worx.com/wp-content/uploads/CutYourLawnServiceBills/promo-worx-47.webp);
  background-position: center;
  background-size: contain;
  height: 70px;
  position: absolute;
  top: -45px;
  right: -60px;
  background-repeat: no-repeat;
}


.text-box .icon-title {
	position: absolute;
	top: 0;
	right: 0;
}






.twenty20 {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0.5rem !important;
	margin-left: 0!important;
}

#StripedOrNatural {
	position: relative;
}

#StripedOrNatural .box-top {
	position: absolute;
	  top: 70px;
	  left: 8.33333333%;
	  display: block;
	  width: 33.33333333%;
	  float: left;
}

#StripedOrNatural .box-bottom {
	position: absolute;
	  bottom: 60px;
	  left: 8.33333333%;
	  display: block;
	  width: 50%;
	  float: left;
}

#StripedOrNatural.float-row {
	max-width: 100%;
}

.h2-slab span, .title-h2-slab span {position: relative; display: inline-block;}

.text-box .title-h2-slab span .icon-title {
	top: -5px;
	  right: -60px;
}

.twentytwenty-left-arrow {
	border-right: 6px solid #E85900;
}

.twentytwenty-right-arrow {
	border-left: 6px solid #E85900;
}

.twentytwenty-handle {
	height: 30px;
	  width: 60px;
	background-color: white;
}

.twentytwenty-right-arrow::before {
	width: 12px;
	  height: 16px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(https://eu.worx.com/wp-content/uploads/custom-vision/worx-vision-09.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.twentytwenty-right-arrow {
	right: 5px;
	  margin-right: 0;
	  top: 7px;
	  margin-top: 0;
	  width: 12px;
	  height: 16px;
	  border: none!important;
}

.twentytwenty-left-arrow::before {
	width: 12px;
	  height: 16px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(https://eu.worx.com/wp-content/uploads/custom-vision/worx-vision-10.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.twentytwenty-left-arrow {
	left: 5px;
	  margin-left: 0;
	  top: 7px;
	  margin-top: 0;
	  width: 12px;
	  height: 16px;
	  border: none!important;
}

.background-image small {
  float: left;
  width: 100%;
}

.title-icon-left .icon-title {
	right: auto;
	left: -60px;
}

#NoHardware .button-box {
	position: absolute;
	  left:  -240px;
	  bottom: 0px;
}

#WhatIf .text-box .title-h2-slab span .icon-title {
	top: -12px;
}

#VisionAI .text-box .title-h2-slab span .icon-title {
	top: -12px;
}

#WorriedAbout .notice-small {
	padding-left: 18%;
	  padding-right: 18%;
}

.double-column .col-md-6 .position-bottom {
	min-height: 210px;
}






.contain-popup-landing-vision {
	width: 400px;
	  margin-left: -200px;
	  border: none;
	  top: 130px;
	  height: auto;
	  margin-top: 0;
	  bottom: 20px;
	  overflow: auto;
}

.contain-popup-video {
	width: 600px;
	margin-left: -300px;
	overflow: hidden;
	border: none;
	padding: 0;
	top: 50%;
}

.contain-popup-landing-vision .close-popup .fas {
	font-size: 30px;
	font-weight: 400;
}

.contain-popup-video .close-popup .fas {
	font-size: 30px;
	font-weight: 400;
	color: #d9d9d9;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}

.contain-popup-landing-vision .desc-popup img {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.contain-popup-video .desc-popup img {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.false-cta.main-button.plus-icon-button::after { 
	opacity: 0;
}

.false-cta.main-button {
	text-align: center;
	justify-content: center;
}

#SeeHowEasy .false-cta.main-button {
	text-align: center;
	justify-content: center;
}

.logo-top-mobile {display: none;}


#desktop-swipe {display: block!important;}

#mobile-swipe {display: none!important;}


.desc-popup video {display: block;}


#popup-video-understanding-garden .contain-popup-video {
	height: 470px;
	margin-top: -235px;
}

#popup-video-crafted-edges .contain-popup-video {
	height: 470px;
	margin-top: -235px;
}

#popup-So-quiet .contain-popup-landing-vision {
	height: 900px;
	margin-top: -450px;
	bottom: auto;
	top: 50%;
}




.desc-popup ol li {
	margin-bottom: 20px;
}








#popup-nutshell .contain-popup-landing-vision {height: auto;}

#popup-7-reason .contain-popup-landing-vision {height: auto;}





#EuropeTopSellingClassic .h1, #EuropeTopSellingClassic .title-h1 {
	font-size: 26px;
}

.categoryClassic #social-proof.display-flex-bottom {
	padding-bottom: 30px;
}

#AndCounting .title-h2-slab b {
	font-size: 60px;
}

.text-align-center .button-box {
	justify-content: center;
	display: flex;
}

#SizeLawn .button-box img {margin-right: 10px; border: 1px solid #fff;
	border-radius: 10px;
}

#BuiltWhatever .notice-small {
	padding-left: 18%;
	  padding-right: 18%;
}

#SharingIsCaring {position: relative;}



.false-button {width: auto !important;}

.false-button.plus-icon-button::after {opacity: 0;}






#SeeHowEasy .row {width: 100%;}

#SeeHowEasy .content-row {
	margin-top: 60px;
}

#SeeHowEasy {
	padding-top: 70px;
	padding-bottom: 70px;
}

#SeeHowEasy .text-box .title-h2-slab {
	max-width: 350px;
	margin: 0 auto;
}

.box-title-content-row {
	float: left;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	margin-bottom: 40px;
}

.box-items-content-row {
	float: left;
	width: 100%;
}

.item-content-row {
	max-width: 530px;
	width: 530px;
	padding: 30px;
	background-color: rgba(20,20,20,0.4);
	backdrop-filter: blur(18px) ;
	text-align: left;
	border-radius: 10px;
}

.item-content-row.item-sx {
	float: left;
}

.page-template-template-new-cat-vision .header--subnav {
  display: block;
}

.page-template-template-new-cat-classic .header--subnav {
  display: block;
}

.page-template-template-new-cat-vision .entry-content {
	padding-top: 60px;
}

.page-template-template-new-cat-classic .entry-content {
	padding-top: 60px;
}






#VisionAI {
	position: relative;
}

#VisionAI .button-box {
	max-width: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 50%;
	margin-top: -40px;
	z-index: 20;
}

#button-video-AI:hover {
	cursor: pointer;
}







#popup-video-AI .contain-popup-video {
	width: 1100px;
	margin-left: -550px;
	min-height: 610px;
	margin-top: -305px;
}













#NeedIsPowerShare {
	position: relative;
}

#NeedIsPowerShare .button-box {
	max-width: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 50%;
	margin-top: -40px;
	z-index: 20;
}

#PowershareCOL .item-col {
	width: 260px;
	margin: 0 auto;
} 

#PowershareCOL .item-col .border-box-text {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #E85900;
	border-bottom: 2px solid #E85900;
	float: left;
	width: 100%;
	padding-left: 15px;
	position: relative;
	min-height: 120px;
}

#PowershareCOL .item-col .border-box-text:after {
	width: 8px;
	height: 8px;
	background-color: #E85900;
	border-radius: 2px;
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 0;
}



.box-logo-PowershareCOL {
	position: absolute;
	top: -30px;
	padding-left: 8.33333333%;
	padding-right: 8.33333333%;
}

.logo-PowershareCOL {
	max-width: 190px;
	width: 190px;
}

#NeedMorePower .img-desktop-NeedMorePower {
	width: 690px;
	margin-right: -100px;
}

#award-winning {
	padding-top: 40px;
	padding-bottom: 40px;
}

.title-popup-more-power {
	font-size: 19px;
}

.title-smarters {
	font-size: 19px;
}

.box-t-02 {
	border-radius: 18px;
	border: 2px solid #E85900;
	float: left;
	width: 100%;
	padding: 25px 15px;
}

.box-t-02 table {
font-size: 19px;
}

.box-t-02 table td {
	padding: 5px 5px 15px 5px;
}

.box-t-02 table td p {
	margin-bottom: 0;
}

#popup-more-power .desc-popup {
	float: left;
	width: 100%;
}

#popup-smarters .contain-popup-landing-vision {
	bottom: auto;
}

.button-mobile {display: none!important;}