
html[lang="en"] .main-button-pim {
	min-width: 230px;
	width: 230px;
}

.main-button-pim {
	min-width: 270px;
	width: 270px;
}

html[lang="de-de"] .main-button-pim {
	min-width: 100%;
	width:100%;
}

html[lang="de-ch"] .main-button-pim {
	min-width: 100%;
	width: 100%;
}

html[lang="de-at"] .main-button-pim {
	min-width:100%;
	width: 100%;
}




.false-button {
	pointer-events: none;
}


#choose-fighter .main-button-pim {
	min-width: 230px;
	width: 230px;
}

.main-button-pim {
	width: 230px;
	border: 1px solid #fff;
	font-size: 14px;
	height: 40px;
	display: flex;
	align-content: center;
	text-align: center;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	position: relative;
	font-weight:800;
	padding-left: 15px; padding-right: 15px;
}

.main-button-pim.GT-button {
	font-size: 16px;
	font-weight: 400;
}

.main-button-pim:hover {
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 6px 15px 2px #3e3e3e;
	-moz-box-shadow: 0px 6px 15px 2px #3e3e3e;
	-o-box-shadow: 0px 6px 15px 2px #3e3e3e;
	box-shadow: 0px 6px 15px 2px #3e3e3e;
	text-decoration: none;
}

.main-button-pim.large-border-radius {
	border-radius: 35px;
}



.arrow-icon-button:after {
	width: 7px;
	  height: 10px;
	  display: block;
	  content: "";
	  background-image: url(https://eu.worx.com/wp-content/uploads/custom_WR208n/landing-SomeOne-Garden-kress-06.webp);
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: absolute;
	  top: 18px;
	  right: 20px;
}

.plus-icon-button:after {
width: 20px;
  height: 20px;
	  display: block;
	  content: "";
	  background-image: url(https://eu.worx.com/wp-content/uploads/custom_WR208/plus-icon-button-worx.webp);
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: absolute;
  top: 50%;
		right: 10px;
		margin-top: -10px;

}

.background-image.text-grey .plus-icon-button::after {
	background-image: url(https://eu.worx.com/wp-content/uploads/custom-classic/plus-icon-button-worx.webp);
}

.euro-icon-button:after {
width: 20px;
  height: 20px;
  display: block;
  content: "";
  background-image: url(https://eu.worx.com/wp-content/uploads/CutYourLawnServiceBills/promo-worx-09.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;

}

.text-left .main-button-pim {
	justify-content: normal;
	text-align: left;
	line-height: 1.2;
}

.button-box {
	position: relative;
}

.height-100-center .button-box {display: flex;}

.icon-canadian:after {
	width: 67px;
	  height: 60px;
	  display: block;
	  content: "";
	  background-image: url(https://eu.worx.com/wp-content/uploads/custom_WR208/landing-worx-02.webp);
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: absolute;
	 top: -16px;
	   right: 50px;
}

#only-at-2 .icon-canadian:after {
	 top: -16px;
	   left: -80px;
}

#disambiguation .main-button-pim {
	border: none;
	width: 100%;
}

.vision-slider .CTA-product .main-button-pim {
	width: 100%;
	min-width: 100%;
}

.item-col .text-left .main-button-pim {
	width: 100%;
	height: 57px;
	border-radius: 15px;
}
