body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
    font-family: "Poppins", sans-serif;
	overflow-x:hidden;
   }
   
   button.sub-menu-toggle {
    display: none;
}
   
.container-fluid {
	padding: 0px 40px !important;
	}
.logo {
	width: 160px;
	margin: 3px 0px;
	padding: 0px 0px;
	position: relative;
    }
.logo img {
	width: 100%;
	}
.main-nav.scroll .logo {
  width: 124px;
  margin: 8px 0px;
  }
.main-nav.scroll .rightlink {
	margin-top: 12px;
	}
.stellarnav.mobile.right > ul {
	z-index: 99;
	background: #f0d04d;
    }

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
	z-index: 999;
	box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.06);
    position: absolute;
	}  
.main-nav.scroll {
	background-color: #fff;
	height: 73px;
	padding: 3px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
	}
.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	}
.stellarnav ul {
	margin:	0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	}
.stellarnav > ul > li > a {
	padding: 2px 0px;
	font-size: 17px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
    }
.stellarnav > ul > li > a:hover {
	color:#3a8e6d;
	text-decoration: none;
	}
.stellarnav > ul > li > a.active {
	color:#3a8e6d !important;
	font-weight: 600;
	text-decoration: none;
	}
.main-nav-socialicon {
	margin:20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
	}
.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
	}
.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
	}
.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
	}
.stellarnav li.has-sub a {
	padding-right: 0px !important;
	}
.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #000;
	}	
.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #000;
	}
.stellarnav li.has-sub > a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
	}
.rightlink {
	display: flex;
	align-items: center;
	gap: 0;
	justify-content: end;
	margin-top: 13px;
	}
		
	.rightlink .input-group {
		width: 50%;
		}
	.rightlink .form-control {
		display: block;
		padding: .375rem 18px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #000000;
		border-right: 0px solid #000000;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 22px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	.rightlink .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
		margin-left: -1px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		}
	.rightlink .btn {
		display: inline-block;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid #000000f7;
		border-left: 0px solid #000000f7;
		padding: .375rem 18px;
		font-size: 19px;
		margin-left: -1px;
		border-radius: 22px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
/*.usercard a {*/
/*	width: auto;*/
/*	position: relative;*/
/*	height: auto;*/
/*	border-radius: 50px;*/
/*	text-align: center;*/
/*	padding: 0px 8px;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	}*/
.usercard a img {
	width: 34px;
	}
.usercard {
	position: relative;
	}
.loginlink {
	font-size: 17px;
	color: #333333;
	text-decoration: none;
	border: #333333 1px solid;
	border-radius: 22px;
	padding: 7px 17px !important;
    }
.loginlink:hover {
	background: #044A2E;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	border: #044A2E 1px solid;
   }
	
.caunt {
	position: absolute;
	top: -2px;
	right: 0px;
	background: #60AD33;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2px 0px;
	font-size: 10px;
	}
.bannercard-section {
	margin:	0px 0px;
	padding:155px 0px 0px 0px;
	width: 100%;
	background: #ffffff;
	min-height: 500px;
	}
.bannercard-rightimg{
	position: absolute;
	right: 0px;
	top: 0px;
    }
.bannercard-rightimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    }
.bannercard-left{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.starlink{
  margin: 0px 0px 5px 0px;
  padding: 0px 0px;
  position: relative;
  }
.starlink a{
	font-size: 13px;
	color: #F9B300;
	text-decoration: none;
	}
.starlink a:hover{
	color: #F9B300;
	text-decoration: none;
	}
 .bannercard-left h6{
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 26px;
 }
.bannerleft-text {
padding: 15px 15px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px #d5e8e0c4;
  border-radius: 18px;
  position: absolute;
  width: 349px;
  right: -203px;
  bottom: 21px;
    }
.bannercard-right{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.bannercard-right h6{
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 23px;
 }
.bannerright-icon{
  margin: 0px 0px 5px 0px;
  padding: 0px 0px;
  position: relative;
  }

.bannerright-text {
padding: 15px 15px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px #d5e8e0c4;
  border-radius: 18px;
  position: absolute;
  width: 218px;
  right: -33px;
  bottom: 42%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
    }


.bannercard-text{
  margin: 110px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  text-align: center;
    }
.bannercard-text h2{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 50px;
  color: #044A2E;
  font-weight: 700;
  }
.bannercard-text p{
  margin: 0px 0px 37px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  line-height: 30px;
 }
 .explore-btn {
  background: #366E58;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    line-height: 1.2;
    border: 1px solid #366E58;
    color: #ffffff;
    margin: 0px auto;
    transition: all 300ms ease-in-out;
    padding: 15px 28px;
    border-radius: 86px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
    width: 258px;  
  }
.explore-btn i {
  font-size: 13px;
  }
.explore-btn:hover {
  background: #31976e;
  border: 1px solid #31976e;
  color: #ffffff;
}

.bestquality-section {
	margin: 50px 0px;
	padding: 0px 23px;
	position: relative;
	width: 100%;
	min-height: 112px;
	box-shadow: 0px 0px 24px 0px #d5e8e0c4;
	background: #FFFFFF;
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 12px;
   }
.qualitycard.last {
  border-right: #cecece 0px solid;
   }
.qualitycard{
  margin: 0px 0px;
  padding: 0px 0px;
  width: auto;
  border-right: #cecece 1px solid;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 22px;
  width: 30%;
    }
.qualitycard-icon{
  margin: 0px 0px;
  padding: 0px 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: #366E58 1px dashed;
  display: flex;
  align-items: center;
  justify-content: center;
    }
.qualitycard h5{
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 21px;
  color: #366E58;
  font-weight: 600;
    }
.qualitycard p {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	line-height: 27px;
    }

.sellbrokencard-section {
  margin: 93px 0px 30px 0px;
  padding: 0px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
 }

.bestquality-section {
	margin: 50px 0px;
	padding: 0px 23px;
	position: relative;
	width: 100%;
	min-height: 112px;
	box-shadow: 0px 0px 30px 0px #d5e8e0c4;
	background: #FFFFFF;
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 12px;
    }
.brokenscreens-card {
	margin: 0px 0px;
	padding: 43px 30px;
	background: url(../images/brokenscreensbg.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
	position: relative;
	border-right: #cecece 1px solid;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 0px;
	width: 100%;
	border-radius: 31px;
    }
.brokenscreenimg {
	position: absolute;
	height: 305px;
	width: 190px;
	bottom: -48px;
	right: 0px;
	}
.brokenscreenimg img {
  transition: 0.9s ease-in-out;
   }
.brokenscreenimg:hover img {
	transform: scale(1.5);
	transform: rotate(-11deg);
   }
.brokenscreens-text{
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
    }
.brokenscreens-text h3 {
  margin: 0px 0px 22px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 30px;
}
 .want-btn {
  background: #5DA287;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  line-height: 1.2;
  border: 1px solid #5DA287;
  color: #ffffff;
  margin: 0px 0px;
  transition: all 300ms ease-in-out;
  padding: 12px 19px;
  border-radius: 86px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 144px;
  }
.want-btn i {
  font-size: 13px;
  }
.want-btn:hover {
  background: #21b67d;
  border: 1px solid #21b67d;
  color: #ffffff;
}
.howdoesworks-section{
	margin: 0px 0px;
	padding: 44px 0px 17px 0px;
	position: relative;
	background: url(../images/howdoesworksbg.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
}
.howdoesworks-section h2 {
  margin: 25px 0px 15px;
  padding: 0px;
  position: relative;
  width: auto;
  text-align: center;
  color: rgb(54, 110, 88);
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  }
.howdoesworks-section h6 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	text-align: center;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	display: block
	}
.howdoesworkcard{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
    }
.howdoesworkcard-icon{
	margin: 22px auto;
	padding:20px 20px;
	position: relative;
	background: #366E58;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
   }
.howdoesworkcard-icon::after {
	content: '';
	width: 271px;
	height: 56px;
	background: url(../images/arrow01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -266px;
	top: 16px;
	bottom: 0px;
	}
.howdoesworkcard-icon.last::after {
	display: none;
	}
.howdoesworkcard-icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
   }
.howdoesworkcard h5 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	display: block;
  }
.howdoesworkcard p {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: center;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	display: block;
	}

.whychooseus-section{
	margin: 0px 0px;
	padding: 60px 0px;
	position: relative;
    }
.whychooseusleft{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
    }
.whychooseimg{
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	width: 400px;
	height: 510px;
    }
.whychooseimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    }
.whychooseimg01 {
  padding: 11px 12px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px #d5e8e0c4;
  border-radius: 12px;
  position: absolute;
  width: 224px;
  left: -33px;
  top: 35%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
}
.whychooseimg02 {
width: 178px;
  left: 12px;
  top: 50%;
}
.whychooseimg03 {
	width: 217px;
	right: -53px;
	bottom: 42%;
	left: unset;
	top: unset;
	}
.whychooseimg04 {
	width: 197px;
	right: -19px;
	bottom: 29%;
	left: unset;
	top: unset;
	}
.whychooseimg01 h6 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 15px;
	color: #333333;
	font-weight: 500;
	line-height: 23px;
}
.whychooseimg-icon {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
	position: relative;
	width: 22px;
}

.whychooseusright{
	margin: 0px 0px;
	padding: 60px 0px;
	position: relative;
    }
.whychooseusright h2 {
	margin: 25px 0px 15px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: rgb(54, 110, 88);
	font-size: 34px;
	font-weight: 700;
	line-height: 30px;
	display: block;
}
.whychooseusright h6 {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: #333333;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	display: block;
	width: 86%;
	}
.whychooseusright p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	display: block;
	}
.explobtn {
  background: #366E58;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  line-height: 1.2;
  border: 1px solid #366E58;
  color: #ffffff;
  margin: 0px 0px;
  transition: all 300ms ease-in-out;
  padding: 17px 30px;
  border-radius: 86px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  width: 206px;  
  }
.explobtn i {
  font-size: 13px;
  }
.explobtn:hover {
  background: #31976e;
  border: 1px solid #31976e;
  color: #ffffff;
}







.testimonial-section {
	margin: 50px 0px 50px 0px;
	padding: 24px 23px 27px 23px;
	position: relative;
	width: 100%;
	min-height: 112px;
	box-shadow: 0px 0px 35px 0px #bddbce66;
	background: #FFFFFF;
	border-radius: 23px;
  }
.testimonial-section h2 {
	margin: 25px 0px 35px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: center;
	color: #366E58;
	font-size: 34px;
	font-weight: 700;
	line-height: 21px;
	display: block;
	}
.testimonial-section .owl-carousel .owl-nav.disabled {
	display: none;
	}
.testimonial-section .owl-dots {
	display: block;
	}
.testimonial-section .owl-dots {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
    }
.testimonial-section .owl-carousel button.owl-dot {
	width: 6px;
	height: 6px;
	margin: 5px 3px;
	background: #C1CCC8 !important;
	border: #C1CCC8 1px solid !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.testimonial-section .owl-carousel button.owl-dot.active{
    background: #366E58 !important;
    border: #366E58 !important;
	width: 22px;
	}
.testimonial-section .item {
	margin: 10px 10px;
	}
.testimonialcard {
	margin: 0px 0px 30px 0px;
	padding: 26px 28px;
	width: 100%;
	background: #fff;
	min-height: 223px;
	overflow: hidden;
	position: relative;
	border-radius: 25px;
	border: #a2bfb3 1px solid;
	}
.testimonialcard h5{
	font-weight: 700;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	padding: 5px 0px;
	margin: 0px 0px;
	text-align: center;
  }
.testimonialcard p {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #797676;
	font-size: 15px;
	width: 100%;
	font-weight: 400;
	line-height: 24px;
    }
.testiuser-card{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 15px;
    }
.testiuserimg{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 55px;
	height: 55px;
	overflow: hidden;
	border-radius: 50%;
    }
.testiuserimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.testiuser-card h6 {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	font-family: "Fugaz One", sans-serif;
	text-align: left;
	color: #366E58;
	font-size: 19px;
	font-weight: 600;
	line-height: 32px;
	display: block;
	}
.starcard {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 5px;
	}
.starcard a{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	color: #FBC02D;
	font-size: 11px;
	}



/* ---- Inner Pages Css----- */

.strongertogether-section{
  margin: 0px 0px;
  padding: 130px 0px 50px 0px;
  position: relative;
  }
  .strongertogetherbg {
	position: absolute;
	right: 0px;
	top: 0px;
}
.strongertogetherbg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.strongertogether-left{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px;
	position: relative;
    }
.strongertogether-left h6 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 22px;
	color: #333333;
	font-weight: 600;
}
.strongertogether-left h2 {
	margin: 9px 0px 9px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: rgb(54, 110, 88);
	font-size: 40px;
	font-weight: 600;
	line-height: 49px;
	display: block;
		}
.strongertogether-left p {
  margin: 0px 0px 16px 0px;
  padding: 0px;
  position: relative;
  width: auto;
  text-align: left;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  display: block;
 }
 .joinbtn {
  background: #366E58;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  line-height: 1.2;
  border: 1px solid #366E58;
  color: #ffffff;
  margin: 0px auto;
  transition: all 300ms ease-in-out;
  padding: 17px 30px;
  border-radius: 86px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11px;
  width: 251px;  
  }
.joinbtn i {
  font-size: 13px;
  }
.joinbtn:hover {
  background: #31976e;
  border: 1px solid #31976e;
  color: #ffffff;
}
.strongertogether-right{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 90px;
	position: relative;
    }
.strongertogetherimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.strongertogetherimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
    }
.strongertogetherimg02 {
	position: absolute;
	z-index: 9;
	bottom: -32px;
	left: 10px;
	height: 315px;
	}
.strongertogetherimg02 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    }

.earnsomeextra{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.earnextra-left{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 72%;
	}
.earnextra-left h6 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 22px;
	color: #333333;
	font-weight: 600;
}
.earnextra-left h2 {
	margin: 9px 0px 16px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: rgb(54, 110, 88);
	font-size: 40px;
	font-weight: 600;
	line-height: 49px;
	display: block;
		}
.earnextra-left p {
  margin: 0px 0px 16px 0px;
  padding: 0px;
  position: relative;
  width: auto;
  text-align: left;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  display: block;
 }
.earnextra-right{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
    }
.getstartedbtn {
	background: #366E58;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	line-height: 1.2;
	border: 1px solid #366E58;
	color: #ffffff;
	margin: 0px 0px;
	transition: all 300ms ease-in-out;
	padding: 18px 30px;
	border-radius: 86px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 11px;
	width: 261px;
  }
.getstartedbtn i {
  font-size: 13px;
  }
.getstartedbtn:hover {
  background: #31976e;
  border: 1px solid #31976e;
  color: #ffffff;
}

.buybackpricingcard{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
    }
.buybackpricingcard h5 {
	margin: 25px 0px 10px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	}
.buybackpricingcard .nav-link {
	display: block;
	padding: 8px 60px;
	color: #333333;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	font-size: 18px;
	border: #333333 1px solid !important;
	border-radius: 23px !important;
	font-weight: 500;
}
.buybackpricingcard .nav-tabs {
	border-bottom: 0px solid #dee2e6;
	gap: 20px;
	margin-top: 34px;
	text-align: center;
    justify-content: center;
    }
.buybackpricingcard .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #366E58;
  border-color: #366E58 #366E58 #366E58;
}
.buybackpricingcard .nav-tabs .nav-link:focus, .buybackpricingcard .nav-tabs .nav-link:hover {
	  color: #fff;
  background-color: #366E58;
  border-color: #366E58 #366E58 #366E58;
}
.pricingcard{
	margin: 23px auto 0px auto;
    padding: 0px 0px;
    position: relative;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 32px;
    width: 60%;
		}
.pricingcard02{
	background: #e7fff6;
	}
.pricingcard h3 {
	margin: 0px 0px;
	padding: 14px 19px;
	position: relative;
	width: 50%;
	text-align: left;
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	display: block;
	}
.pricingcard h4 {
  margin: 0px 0px;
  padding: 14px 19px;
  position: relative;
  width: 50%;
  width: auto;
  text-align: left;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  border-left: #dfdddd 1px solid;
}
.contactinformation{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px;
	position: relative;
	background:#fff;
	width: 100%;
    min-height: 500px;
    overflow:hidden;
    border-radius:25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
.continformation-left {
	margin: 0px 0px;
	padding: 67px 0px 0px 45px;
	width: 100%;
	background-image: url(../images/continformation-leftbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	
	}
.continformation-left h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 21px;
	width: auto;
	}
.continformation-left p {
	margin: 12px 0px 45px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #ffffff;
	font-size: 15px;
	width: 93%;
	font-weight: 500;
	line-height: 23px;
	}

.continformation-left h5{
	margin: 0px 0px 38px 0px;
	padding: 0px 0px;
	text-align: left;
	color: #fff;
	font-size: 19px;
	width: 100%;
	font-weight: 600;
	line-height: 29px;
	display: flex;
	align-items: center;
	gap: 9px;
	}
.continformation-left h5 a{
	text-decoration: none;
	color: #fff;
	}
.continformation-left h5 a:hover{
	text-decoration: underline;
	color: #fff;
	}
.informationicon {
    width: 25px;
	}
.informationicon img {
	width: 100%;
	}
.continformation-right{
	margin: 0px 0px;
	padding: 29px 41px 37px 19px;
	position: relative;
	width: 100%;
    }
.continformation-right h3 {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #366E58;
	font-size: 30px;
	font-weight: 700;
	line-height: 21px;
	width: auto;
		}
.continformation-right p {
	margin: 12px 0px 27px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #666666;
	font-size: 15px;
	width: 100%;
	font-weight: 500;
	line-height: 23px;
	}
.quoteform .form-control::placeholder {
	color: #9c9c9c;
	opacity: 1;
	}
.quoteform .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 11px 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	background: transparent ;
	background-clip: padding-box;
	border-bottom: 1px solid #D0D0D0 !important;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 23px;
	border: 0px;
	}
.senddetail-btn {
	margin: 0px 0px;
	padding: 12px 36px;
	position: relative;
	background: #366E58;
	border: #366E58 2px solid;
	width: auto;
	height: auto;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	border-radius: 32px;
	}
.senddetail-btn:hover {
	background: #31976e;
	border: #31976e 2px solid;
	color: #ffffff;
    }

.cleanersavailable-section{
  margin: 0px 0px;
  padding: 0px 0px ;
  position: relative;
   }
.cleanersavailable-section .row:nth-child(even) {
   flex-direction: row-reverse;
   }

.cleanersavailable-img{
  margin: 0px 0px 30px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0px 15px 17px 0px #0000001A;
   }
.cleanersavailable-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
   }
.cleanersavailable-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }

.cleanersavailable-text02 {
   padding: 0px 0px 0px 44px !important;
   }	
.cleanersavailable-text {
  margin: 0px 0px;
  padding: 0px 0px 30px 35px;
  position: relative;
  width: 100%;
   }
.cleanersavailable-text02 {
  padding: 0px 35px 0px 0px !important;
   }
.cleanersavailable-text p {
  margin: 0px 0px 24px 0px;
  padding: 0px;
  position: relative;
  width: auto;
  text-align: left;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}
.cleanersavailable-text ul{
  margin: 0px 0px;
  padding: 0px 0px 0px 15px;
  position: relative;
  width: auto;
  }
.cleanersavailable-text li{
  margin: 0px 0px 7px 0px;
  padding: 0px;
  position: relative;
  width: auto;
  text-align: left;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  }

.testimonial-section02{
	background: #f3f3f3;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 0px #bddbce66;
	margin-bottom: 0px;
	}










.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #366E58;
	border: 1px solid #366E58;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #0ba86a;
	border: 1px solid #0ba86a;
}
.footer {
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	position: relative;
	background: #eff3f2;
	width: 100%;
	overflow: hidden;
	border-top: #ccc 1px solid;
    }
.footersocial-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 74%;
	}
.footersocial-visa a .fa {
	margin: 0px 1px;
	padding: 5px 0px;
	font-size: 12px;
	color: #000;
	background: transparent;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 19px;
	text-align: center;
	}
.followuscard {
	margin: 0px 0px;
	padding: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}
.followuscard a {
	border: transparent 1px solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
		transition: 0.3s ease-in-out;
    }
.followuscard a:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
	}
.followuscard a img {
     width: 24px;
	}
.footer-logo-area {
	margin: 0px 0px 22px 0px;
	padding: 0px 0px;
	width: 175px;
	position: relative;
	z-index: 99;
	}
.footer-logo-area img {
	width: 100%;
	object-fit: cover;
	}
.footer-social-icons {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	border: 0px;
	}
.footer-links p {
	color: #333;
	font-weight: 400;
	font-size: 14px;
	width: 100%;
	line-height: 23px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	position: relative;
	float: left;
	}
.footer-links h2 {
	padding: 0px 0px;
	margin: 0px 0px 16px 0px;
	position: relative;
	color: #366E58;
	font-size: 20px;
	font-weight: 500;
	}
.footer-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	}
.footer-links ul li {
	width: 100%;
	float: left;
	line-height: 34px;
	}
.footer-links ul li a {
	display: inline-block;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	}
.footer-links ul li a img {
	width: 9px;
	margin-right: 2px
	}
.footer-links ul li a:hover {
	color:#366E58;
	}
.visacard {
	margin: 10px 0px 13px 0px;
	padding: 0px 0px;
	position: relative;
	width: 272px;
	display: block;
	float: left;
	}
.visacard img {
	width: 100%;
	}
.copyright {
	margin: 46px 0px 0px 0px;
	padding: 17px 0px;
	color: #5e5d5d;
	font-size: 14px;
	background: transparent;
	font-weight: 400;
	z-index: 99;
	position: relative;
	border-top: #c3d3cd 1px solid;
	text-align: center;
	}
.copyright a {
	color: #366E58;
	text-decoration: none;
	}
.copyright a:hover {
	color: #366E58;
	text-decoration: underline;
	}
.copyright p {
	color: #000000;
	font-size: 17px;
	}
.copyright p a {
	color: #366E58;
	text-decoration: none;
	}
.copyright p a:hover {
	color: #366E58;
	text-decoration: underline;
	}
.subscribe{
	margin: 0px 0px;
	padding: 0px 0px 0px 16px;
	background: #ffffff;
	position: relative;
	width: 100%;
	border-radius: 36px;
	display: flex;
	align-items: center;
	justify-content: start;
	}
.subscribe .form-control {
	display: block;
	width: 100%;
	padding: 12px 9px;
	font-size: 12px;
	font-weight: 400;
	line-height: 27px;
	color: #AEAEAE;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da00;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
.subscribe .form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: transparent;
	outline: 0;
	box-shadow: unset;
	}
.submitbtn {
	margin: 0px 0px;
	padding: 27px 14px;
	background: #366E58;
	border-radius: 50%;
	color: #ffffff;
	height: 45px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
	font-size: 23px;
	font-weight: 700;
		}
.submitbtn:hover {
	background: #2da072;
	color: #ffffff;
	}

.product_page .woocommerce-result-count{
    font-weight: 500  !important;
	font-size: 18px !important;
}

.orderby {
	border: 2px solid #3A3A3A;
	padding: 13px 20px;
	border-radius: 50px;
	background: #fff;
	margin: 0px 0px 20px 0px;
}

/* Woo */

.s-ctgry {
    background: #366E58;
    padding: 20px;
    box-shadow: 0 5px 12px #0000004D;
    /* margin-bottom: 25px; */
    border: 1px solid #ffffff70;
    border-radius: 12px;
    margin-bottom: 25px;
}

.bapf_head h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #fff;
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
}

.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
    margin-right: 15px;
    cursor: pointer;
}

.bapf_sfilter ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    text-align: left !important;
    color: #d3e6de;
    font-size: 15px;
    font-weight: 400;
}

.irs--big .irs-bar {
    border: 1px solid #91c5b1;
    background: #7bb9a1;
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    background-color: #cbcfd5;
    box-shadow: none;
    border-radius: 30px;
    background: #31976e;
}
 
.irs--big .irs-from, .irs--big .irs-single, .irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom,#31976e, #31976e 100%);
    border-radius: 3px;
}


.product-box {
    background: transparent;
    text-align: center;
    border-radius: 20px;
    position: relative;
    padding: 0px 0px;
    box-shadow: none;
    height: auto;
    bottom: 10px;
    margin-bottom: 20px;

}

.product-text {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.product-text h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #071D48;
    padding: 0px;
    margin: 6px 0px 6px 0px;
    font-family: "Poppins", sans-serif;
}

.archive .product-text-price p {
    font-size: 16px !important;
    color: #264b3c;
}

.product-text p {
    font-family: Rockwell;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #1C1C1C;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.cumn-butn-body .smll-red-butn {
    font-family: Rockwell;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 30px;
    padding: 7px 26px;
    transition: 0.5s;
    margin: 0px;
}

.red-butn {
    background: #366E58;
    color: #FFFFFF;
}

.cumn-butn-body {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 30px;
    padding: 9px 30px;
    transition: 0.5s;
    margin: 0px;
}


.product-box .cumn-butn-body.red-butn {
    float: none;
    width: 160px;
    margin: 0px auto;
    display: inline-block;
}


a.cumn-butn-body.red-butn {
    text-decoration: none;
}

section.product_page {
    position: relative;
}

a.cumn-butn-body.red-butn:hover {
    color: #fff;
}

.orderby {
    border: 1px solid #3A3A3A;
    padding: 9px 20px;
    border-radius: 50px;
    background: #fff;
    margin: 0px 0px 20px 0px;
    width: 159px;
    font-size: 14px;
}


.woocommerce img, .woocommerce-page img {
    max-width: unset;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #366e58;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #000000;
}
.woocommerce .quantity .qty {
    height: 35px;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #366E58 !important;
    border-radius: 0px;
    padding: 9px 30px;
    font-weight: 400;
    font-size: 17px;
}

.woocommerce-product-details__short-description p {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: justify;
}

.woocommerce .woocommerce-product-rating .star-rating {
    color: #366e58;
}

a.woocommerce-review-link {
    color: #000;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 2px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font: normal normal 800 22px / 30px Outfit;
    letter-spacing: 0px;
    color: #366e58;
}

div#tab-description h2 {
    display: none;
}

div#tab-description p{
    
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: justify;
}

.wc-block-cart__submit-button{    
    color: #fff;
    background: #366E58;
    border-radius: 10px;}
.wc-block-cart__submit-button:hover{background:#000;color:#fff;}   

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    text-decoration: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background-color: #366E58 !important;
    border: 1px solid #1d4a39 !important;
    color: #fff;
}

section.related.products h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.related .products .product-box {
    height: 467px;
}

.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: 600;
    color: #23a847;
}

a.wc-block-components-product-name {
    text-decoration: none;
    color: #366e58;
    font-weight: 600;
}


.page-id-574 .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .page-id-574 .woocommerce button.button.alt, .page-id-574 .woocommerce input.button.alt {
    background-color: #366E58 !important;
    border-radius: 28px;
    padding: 9px 3px;
    font-weight: 400;
    font-size: 13px;
}

td.product-name a {
    color: #366e58;
    text-decoration: none;
    font-weight: 500;
}


/*=============	Modal Area CSS =============*/
	.modal {
		z-index: 9999;
		top: 100px;
		}
	.modal-body {
		position: relative;
		flex: 1 1 auto;
		padding: 12px 65px 41px 65px;
		}
	.modal-cardtext {
		margin: 0px 0px;
		padding: 0px 0px;
		position: relative;
		width: 100%;
		z-index: 9;
		}
	.modal-cardtext .input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin: 11px auto;
		}
	.modal-cardtext .input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin: 11px auto;
		}
	.modal-cardtext .btn {
		display: inline-block;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background: #305619 !important;
		border: 1px solid transparent;
		padding: 18px 32px;
		font-size: 19px;
		border-radius: 0px 33px 33px 0px;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	.modal-cardtext .form-control {
		display: block;
		padding: 21px 36px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 33px;
		  border-top-right-radius: 33px;
		  border-bottom-right-radius: 33px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	/*=============	Modal Area CSS End =============*/
	
	
	/*================== B2B Form  =================*/
	
	
	/* General form container */
.page-id-597 .woocommerce form.woocommerce-form {
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

/* Form rows */
.page-id-597 .woocommerce-form-row {
  margin-bottom: 20px;
}

/* Labels */
.page-id-597 .woocommerce-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333333;
}

/* Inputs, selects */
.page-id-597 .woocommerce-form input[type="text"],
.page-id-597 .woocommerce-form input[type="email"],
.page-id-597 .woocommerce-form input[type="password"],
.page-id-597 .woocommerce-form select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fafafa;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-size: 14px;
}

.page-id-597 .woocommerce-form input[type="text"]:focus,
.page-id-597 .woocommerce-form input[type="email"]:focus,
.page-id-597 .woocommerce-form input[type="password"]:focus,
.page-id-597 .woocommerce-form select:focus {
  border-color: #0071a1;
  box-shadow: 0 0 0 2px rgba(0, 113, 161, 0.2);
  outline: none;
}

/* Placeholder styling */
.page-id-597 .woocommerce-form input::placeholder {
  color: #aaa;
}

/* Show password button (if used) */
.page-id-597 .show-password-input {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 38px;
}

/* Required asterisk */
.page-id-597 .woocommerce-form .required {
  color: red;
}

/* Country selector adjustments */
.page-id-597 .b2bking_country_field_selector select {
  width: 100%;
}

/* Submit button */
.page-id-597 .woocommerce-form-register .woocommerce-Button,
.page-id-597 .woocommerce-form-register button[type="submit"] {
  display: inline-block;
  background: #366e58;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.page-id-597 .woocommerce-form-register .woocommerce-Button:hover,
.page-id-597 .woocommerce-form-register button[type="submit"]:hover {
  background: #366e58;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .page-id-597 .woocommerce form.woocommerce-form {
    padding: 20px;
  }
}
.page-id-597 input#reg_email {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fafafa;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 14px;
}

.page-id-597 input#reg_password {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fafafa;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 14px;
}


/*=================30/6=============*/
.page-id-597 .woocommerce form p,.b2bking_custom_registration_container {
    width: 50%;
}
.page-id-597 .b2bking_custom_registration_container p {
    width: 100% !important;
}


.page-id-597 input#b2bking_field_593 {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fafafa;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 14px;
}


.page-id-597 .b2bking_custom_registration_field, select#b2bking_registration_roles_dropdown {
    width: 100%;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fafafa;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 14px;
}

.page-id-597 p#b2bking_custom_field_604_field {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fafafa;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 15px;
}

.page-id-597 .woocommerce-form__label-for-checkbox {
    line-height: 2;
    display: flex;
    align-items: center;
}

.page-id-597 .woocommerce-form__label-for-checkbox input{
width:34px;
}


/* === Beautify WooCommerce Login Form === */

.page-id-636 .woocommerce-account {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background: #f8f9fa; /* subtle background */
  padding: 40px 20px;
}

/* Login form container */
.page-id-636 .u-column1.col-1 {
  background: #ffffff;
  /*max-width: 50%;*/
  /*width: 100%;*/
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
margin: 55px 0px;
position: relative;
}

/* Login heading */
.page-id-636 .u-column1.col-1 h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

/* Input fields */
.page-id-636 .u-column1.col-1 input.input-text {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 16px;
}

/* Remember me checkbox */
.page-id-636 .u-column1.col-1 .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
}

.page-id-636 .u-column1.col-1 .woocommerce-form__input-checkbox {
  margin-right: 10px;
}

/* Login button */
.page-id-636 .u-column1.col-1 button.button {
  width: 100%;
  background: #366e58; /* your brand color */
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.page-id-636 .u-column1.col-1 button.button:hover {
  background: #366e58;
}

/* Lost password link */
.page-id-636 .u-column1.col-1 .woocommerce-LostPassword {
  text-align: center;
  margin-top: 20px;
}

.page-id-636 .u-column1.col-1 .woocommerce-LostPassword {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    background: #000000;
    color: #fff !important;
    padding: 9px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-weight: 700;
}


.page-id-636 .u-column1.col-1 .woocommerce-LostPassword a {
  color: #fff;
  text-decoration: none;
}

.page-id-636 .u-column1.col-1 .woocommerce-LostPassword a:hover {
  text-decoration: none;
}

.page-id-636 .woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* ==== Apply only to page with ID 631 ==== */

.page-id-631 .u-column2.col-2 {
    background: #ffffff;
    max-width: 900px;
    max-width: 50%;
    width: 100%;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    margin: 55px 0px;
}

.page-id-631 .u-column2.col-2 h2 {
    text-align: center;
    margin-bottom: 20px;
}


.page-id-631 .woocommerce-form.register {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 8px;
}

.page-id-631 .woocommerce-form-row {
  margin-bottom: 1.5rem;
}

.page-id-631 .woocommerce-form-row label {
  display: block;
  margin-bottom: 0.5rem;
}

.page-id-631 .woocommerce-form-row input,
.page-id-631 .woocommerce-form-row select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.page-id-631 .password-input {
  position: relative;
}

.page-id-631 .password-input button.show-password-input {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.page-id-631 .b2bking_registration_roles_dropdown_section select {
  appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" width="24" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5H7z"/></svg>') no-repeat right 1rem center;
  background-size: 1rem;
}

.page-id-631 .b2bking_custom_registration_container {
  margin-bottom: 1.5rem;
  width: 100%;
}


.page-id-631 .b2bking_country_or_state strong {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.page-id-631 .b2bking_country_field_selector {
  background: #eee;
  padding: 0.75rem 1rem;
  border-radius: 4px;
}

.page-id-631 .b2bking_custom_registration_container_field_621 label {
  display: flex;
  align-items: center;
}

.page-id-631 .b2bking_custom_registration_container_field_621 input[type="checkbox"] {
  margin-right: 0.5rem;
}

.page-id-631 .woocommerce-form-register__submit {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}

.page-id-631 .woocommerce-form-register__submit:hover {
  background: #555;
}

p#b2bking_custom_field_604_field {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    color: #ffffff;
    background: #366e58;
}

.woocommerce form .form-row select {
    appearance: auto;
}

@media (max-width: 600px) {
  .page-id-631 .woocommerce-form.register {
    padding: 1rem;
  }
}
.cmn-section {
    position: relative;
    padding: 50px 0px;
    margin: 0px;
}
.formBottom{
    bottom: 80px;
    left: 0px;
    right: 0;
    max-width:530px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}

.formBottom {
  margin-top: 30px;
  text-align: center;
}

.formBottom a {
  display: inline-block;
  margin: 0 15px;
  color: #366e58;   /* your brand blue */
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid #366e58;
  transition: all 0.3s ease;
  font-size:14px;
}

.formBottom a:hover {
  border-bottom: 2px solid #366e58;
  color: #366e58;
}



.page-id-13 .u-column2.col-2 {
    display: none;
}



/* === Beautify WooCommerce Login Form === */

.page-id-13 .woocommerce-account {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background: #f8f9fa; /* subtle background */
  padding: 40px 20px;
}

/* Login form container */
.page-id-13 .u-column1.col-1 {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
margin: 55px 0px;
position: relative;
}

/* Login heading */
.page-id-13 .u-column1.col-1 h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

/* Input fields */
.page-id-13 .u-column1.col-1 input.input-text {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 16px;
}

/* Remember me checkbox */
.page-id-13 .u-column1.col-1 .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
}

.page-id-13 .u-column1.col-1 .woocommerce-form__input-checkbox {
  margin-right: 10px;
}

/* Login button */
.page-id-13 .u-column1.col-1 button.button {
  width: 100%;
  background: #366e58; /* your brand color */
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  
}

.page-id-13 .u-column1.col-1 button.button:hover {
  background: #366e58;
  
}

/* Lost password link */
.page-id-13 .u-column1.col-1 .woocommerce-LostPassword {
  text-align: center;
  margin-top: 20px;
}

.page-id-13 .u-column1.col-1 .woocommerce-LostPassword a {
  color: #fff;
  text-decoration: none;
}

.page-id-13 .u-column1.col-1 .woocommerce-LostPassword a:hover {
  text-decoration: none;
}

.page-id-13 .u-column1.col-1 .woocommerce-LostPassword {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    background: #000000;
    color: #fff !important;
    padding: 9px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-weight: 700;
}


.page-id-13 .woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    justify-content: center;
}

.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li a {
	background: #000;
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 5px;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #366E58;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background: #366E58;
	color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #E8E7E5;
	border-radius: 10px;
	padding: 30px 40px;
	min-height: 500px;
}

.tabs.wc-tabs {
	margin: 0px !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
	margin: 0px 0px 11px 0px;
	font-size: 22px;
}


.u-column1.col-1.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column2.col-2.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column1 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}

.u-column2 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}


.woocommerce-Address-title h2 {
	text-align: left;
	font: normal normal 600 17px/20px Inter;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 50%;
	text-align: left;
}


.woocommerce-account .addresses .title .edit {
	background: #366E58;
	color: #fff;
	padding: 7px 33px;
	border-radius: 6px;
	font-size: 14px;
	height: auto;
	margin: 0px 0px;
	
}

.woocommerce-account .addresses .title .edit:hover {
	background: #000;
}

.woocommerce-Button.button {
	background: #000 !important;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	border-radius: 23px !important;
	box-shadow: 0px 1px 7px #00000021 !important;
	font-size: 15px !important;
	text-transform: uppercase;
	padding: 10px 10px !important;
	border: 0px;
	font-weight: 700;
}


.tinv-header h2 {
	font-size: 21px !important;
}


.woocommerce-MyAccount-content p {
	font-size: 16px;
	font-family: Rockwell;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
}


.woocommerce-button.button.view {
	background: #366E58;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 20px;
	border-radius: 20px;
}

.button.wc-forward {
	background: #366E58 !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 15px 30px !important;
	border-radius: 30px !important;
}


.woocommerce-Button.button {
	background: #366E58 !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 15px 30px !important;
	border-radius: 30px !important;
}

.woocommerce-Button.button:hover {
	background: #000 !important;
}


.page-id-687 .refurbish-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  position: relative;
}

.page-id-687 .category-item {
  text-align: center;
}

.page-id-687 .category-card {
  display: block;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.3s;
}

.page-id-687 .category-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.page-id-687 .category-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-id-687 .category-title {
  margin: 0;
  padding: 1rem;
  color: #333;
}

select#pa_repair-type {
    font-size: 16px;
    height: 46px !important;
    border-radius: 0 !important;
    background-clip: unset !important;
    padding: 0px 10px;
}


.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display: block;
}

.woocommerce div.product form.cart .variations select
 {
   
    min-width: 39%;
    
 }
 
.earnextra-left-woocomarce {
    display: flex;
    justify-content: space-between;
}

.earnextra-left-woocomarce h2 {
    margin: 9px 0px 16px;
    padding: 0px;
    position: relative;
    width: auto;
    text-align: left;
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
    display: block;
    text-transform: inherit;
    }


.earnextra-left-woocomarce .product-search{
    margin: 9px 0px 16px;
    padding: 0px;
    position: relative;
    width: 300px;
    
}

.archive img, .archive .woocommerce-page img .tax-product_cat {
    max-width: 230px !important;
}



.page-id-836 .refurbish-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  position: relative;
}

.page-id-836 .category-item {
  text-align: center;
}

.page-id-836 .category-card {
  display: block;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.3s;
}

.page-id-836 .category-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.page-id-836 .category-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-id-836 .category-title {
  margin: 0;
  padding: 1rem;
  color: #333;
}


.usercard {
    position: relative;
}


.rightlink .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #ddd5d5f7;
    padding: 6px 11px;
    font-size: 19px;
    border-radius: 7px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: flex;
    justify-content: space-between;
    width: 89px;
    align-items: center;
    outline: none;
    box-shadow: none;
}


.user-img {
    margin: 0px 0px;
    padding: 0px 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.usercard li {
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    font-style: unset;
}

.usercard li a {
    width: auto;
    position: relative;
    text-align: center;
    padding: 5px 9px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c6a6a;
    text-decoration: none;
}

.usercard li a img {
    width: 18px;
}


section.related.products {
    display: none;
}


/*.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {*/
/*    width : inherit;*/
/*}*/




.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: 600;
    color: #23a847;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.tinvwl-position-shortcode.disabled-add-wishlist {
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: 600;
    color: #23a847;
}

.review
 {
    display: flex;
    justify-content: space-between;
}
.single-product .product .summary{
    width: 58% !important;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 27px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before {
    font-size: 31px;
    
}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
 font-size: 31px;
    
    
}

#wapo-total-price-table table {
    font-size: 16px;
    line-height: 40px;
}

#wapo-total-price-table
 {
    margin-top: 19px;
}

a.reset_variations {
    color: #366e58;
    text-decoration: none;
    font-weight: 500;
}

a.added_to_cart.wc-forward {
    color: #366e58;
    margin-left: 10px;
    font-weight: 500;
    text-decoration: none;
}



.wpcf7-field-group {
    display: flex;
    width: 100%;
    align-items: center;
}
.wpcf7-field-group > row {
    width: 100% !important;
}

.widthFit {
    width: 93% !important;
}

button.wpcf7-field-group-add {
    margin-left: 10px;
}


.sellform .form-control::placeholder {
	color: #9c9c9c;
	opacity: 1;
	}
.sellform .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 11px 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	background-clip: padding-box;
	border-bottom: 1px solid #D0D0D0 !important;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 23px;
	border: 0px;
	appearance: auto;
	}
	
	/* Container for your repeater buttons if needed */
.wpcf7-field-group-add,
.wpcf7-field-group-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  margin: 5px;

  font-size: 20px;
  font-weight: bold;

  background-color: #0073aa; /* WP blue, you can change */
  color: #fff;

  border: none;
  border-radius: 50%;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* Add hover effect */
.wpcf7-field-group-add:hover,
.wpcf7-field-group-remove:hover {
  background-color: #005177; /* Darker on hover */
  transform: scale(1.1);
}

/* Optional: Different colors for add & remove */
.wpcf7-field-group-add {
  background-color: #28a745; /* green for add */
}

.wpcf7-field-group-add:hover {
  background-color: #218838;
}

.wpcf7-field-group-remove {
  background-color: #dc3545; /* red for remove */
}

.wpcf7-field-group-remove:hover {
  background-color: #c82333;
}

.woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	color: #60ad33 !important;
    font-size: 22px;
    text-align: center;
    border: #31976e 1px solid;
    padding: 10px;
    margin-bottom: 23px;
    background: #60ad3333;
    font-weight: 600;
}

.woocommerce-order ul {
    margin: 0px auto !important;
    background: #f9f9f9;
    text-align: center;
    width: 100%;
    border: #cccccc5c 1px solid;
    padding: 10px 10px 10px 65px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.woocommerce-order p {
    color: #090a0a;
    text-align: center;
    font-size: 24px;
    padding: 42px 0px 7px 0px;
    font-weight: 600;
}


p.woocommerce-customer-details--phone

 {
    font-size: 17px;
    text-align: left;
    padding: 0px;
    margin: 0;
    font-weight: 400;
}

p.woocommerce-customer-details--email
 {
    font-size: 17px;
    text-align: left;
    padding: 0px;
    margin: 0;
    font-weight: 400;
}


.tc-element-container .woocommerce-Price-amount.amount {
  position: relative;
}

.tc-element-container .woocommerce-Price-amount.amount::before {
  content: '(+';
}

.tc-element-container .woocommerce-Price-amount.amount::after {
  content: ')';
}

.tc-element-container .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol::after {
  content: ' ';
}


.tm-extra-product-options .tmcp-ul-wrap.tm-extra-product-options-product {
    gap: 0;
}


/* Container wrap */
.tc-epo-element-product-container-wrap {
    max-width: 900px;
    margin: 12px auto;
    border: 1px solid #31976e;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px #31976e30;
}

/* Main flex container */
.tc-epo-element-product-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

/* Image container */
.tc-epo-element-product-container-left {
  flex: 0 0 30%;
  background: #f9f9f9;
  text-align: center;
  padding: 20px;
  margin: 10px;
}

.tc-epo-element-product-container-left img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.tc-epo-element-product-container-left img:hover {
  transform: scale(1.05);
}

/* Content container */
.tc-epo-element-product-container-right {
  flex: 1;
  padding: 30px;
}

/* Title */
.tc-epo-element-product-container-cart .product-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.tc-epo-element-product-container-cart .product-title a {
  text-decoration: none;
  color: #366e73;
}

/* Price */
.tc-epo-element-product-container-cart .product-price {
      font-size: 14px;
    color: #366e73;
    margin-bottom: 0 !important;
}

/* Description */
.tc-epo-element-product-container-cart .product-description p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Quantity input */
.tm-quantity-alt .quantity input[type="number"] {
  width: 80px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* Add some spacing */
.tm-quantity-alt {
  margin-bottom: 20px;
}

/* Optional: style for meta (if you add buttons or info) */
.product-meta {
  font-size: 14px;
  color: #777;
}

.tc-price span.from {
    display: none;
}


.tc-epo-element-product-container-cart .woocommerce-Price-amount.amount::before {
  content: '';
}

.tc-epo-element-product-container-cart .woocommerce-Price-amount.amount::after {
  content: '';
}

.tc-epo-element-product-container-cart .woocommerce-Price-amount.amount {
    display: none;
}


.tc-epo-element-product-container-cart {
    gap: 3px !important;
}

.tc-totals-form.tc-show {
    display: none;
}

.modal .aws-container .aws-search-field{
	
	padding: 6px 20px;
    border-radius: 33px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .tc-epo-element-product-container {
    flex-direction: column;
  }

  .tc-epo-element-product-container-left,
  .tc-epo-element-product-container-right {
    flex: 0 0 100%;
    padding: 20px;
  }
}


.ti-review-text-container.ti-review-content {
    display: none !important;
}





.aws-container .aws-search-field {
	width: 100%;
	max-width: 100%;
	color: #313131;
	padding: 6px;
	line-height: 30px;
	display: block;
	font-size: 12px;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	height: 100%;
	min-height: inherit;
	margin: 0 !important;
	border: 2px solid #d8d8d8;
	outline: 0;
	border-radius: 20px !important;
	padding: 0px 16px;
}


.aws-container .aws-search-form *, .aws-search-result {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-hyphens: manual;
	-webkit-hyphens: manual;
	hyphens: manual;
	border-radius: 29px !important;
	/* padding: 2px 0px; */
}

.aws-container .aws-search-form .aws-search-btn {
	padding: 0;
	line-height: 10px;
	width: 42px;
	position: absolute;
	right: 42px;
	z-index: 99;
}

.aws-container .aws-search-form .aws-form-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: transparent;
    border: 0px solid #d8d8d8;
    margin: 0 0 0-1px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 100ms ease-in-out;
    -moz-transition: background-color 100ms ease-in-out;
    -o-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
}

.page-id-472 p strong {
    padding: 0px;
    color: rgb(54, 110, 88);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    display: block;
}