.product_selector {
	padding: 0;
}

.product_selector .text-primary a {
	color: #323f48;
}

.product_selector .text-white a {
	color: #fff;
}

.product_selector .inner {
	position: relative;
	max-width: 500px;
	padding: 1.875rem;
}

.product_selector .inner h3,
.product_selector .inner .btn-circle {
	margin-top: 2.5rem;
}

.product_selector .inner p {
	margin: 0;
}

.product_selector .inner .position-absolute {
	bottom: 26px;
	right: 67px;
}

.product_selector .inner img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 600px) {
	.product_selector.size-medium .col {
		height: 400px;
	}
}

.product_selector.size-medium .col .category {
	max-width: 100%;
}

@media (max-width: 1439.98px) {
	.product_selector .container {
		max-width: 100%;
	}
}

.ft-input {
	padding: 1.25rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 979.98px) {
	.ft-input {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.ft-input label {
	font-size: 1.25rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
}

@media (min-width: 600px) {
	.ft-input label {
		width: 520px;
	}
}

.ft-input label:before {
	content: "";
	display: inline-block;
	background-color: #c1d101;
	background-size: 41px 41px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	pointer-events: none;
	margin-right: 2rem;
}

@media (max-width: 979.98px) {
	.ft-input label:before {
		width: 45px;
		height: 45px;
		background-size: 21px 21px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45px;
		flex: 0 0 45px;
	}
}

.ft-input .ft-select {
	background: #424554;
	color: #fff;
	width: 250px;
	height: 46px;
	border-radius: 4px;
	border: none;
	padding-left: 2rem;
	font-weight: 500;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	outline: none;
}

.ft-input .select-wrap {
	position: relative;
}

.ft-input .select-wrap:after {
	content: "";
	display: block;
	background-image: url("http://www.envirotec.co.uk/wp-content/uploads/2023/04/down-arrow-circle.svg");
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.ft-error {
	font-size: 1.0625rem;
	text-align: center;
	font-family: "HBold", sans-serif;
}

@media (max-width: 1199.98px) {
	.ft-app {
		overflow-x: scroll;
	}
}

.ft-table th:last-child {
	display: none;
}

.ft-table td {
	padding: 0;
}

.ft-table td:last-child {
	display: none;
}

.ft-table td a {
	display: block;
	text-decoration: underline;
	padding: 0.75rem;
}

.product-category {
	padding: 1.875rem 0 0.9375rem;
}

@media (min-width: 1440px) {
	.product-category {
		padding-top: 7.625rem !important;
		padding-bottom: 6.375rem !important;
	}
}

.reverse img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.products .product {
	padding: 1.5625rem;
	min-height: 245px;
	border-radius: 10px;
	margin: 0.9375rem 0;
	color: #c1d101;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

@media (min-width: 980px) and (max-width: 1199.98px) {
	.products .product {
		width: -webkit-calc((100% - 40px)/2);
		width: calc((100% - 40px) / 2);
		margin: 1.25rem 0;
	}

	.products .product.middle-md {
		margin-left: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.products .product {
		width: -webkit-calc((100% - 120px)/3);
		width: calc((100% - 120px) / 3);
		margin: 1.875rem 0;
	}

	.products .product.middle-lg {
		margin: 1.875rem 3.75rem;
	}
}

.products .product img {
	width: 100%;
	height: 100%;
	margin-bottom: 0.9375rem;
}

.products .product:hover {
	text-decoration: none;
}

.products .product:hover.bg-primary {
	background-color: #c1d101 !important;
	color: #323f48 !important;
}

.products .product:hover.bg-secondary {
	background-color: #323f48 !important;
	color: #c1d101 !important;
}

.single-product .hero .inner-container {
	max-width: 1300px;
}

.single-product .hero .inner-container .carousel-inner .carousel-item {
	height: 200px;
	position: relative;
}

@media (min-width: 600px) and (max-width: 1199.98px) {
	.single-product .hero .inner-container .carousel-inner .carousel-item {
		height: 320px;
	}
}

@media (min-width: 1200px) {
	.single-product .hero .inner-container .carousel-inner .carousel-item {
		height: 320px;
	}
}

.single-product .hero .inner-container .carousel-inner .carousel-item img {
	width: 70% !important;
}

.single-product
	.hero
	.inner-container
	.carousel-inner
	.carousel-item
	img.vertical {
	width: 60% !important;
}

.single-product
	.hero
	.inner-container
	.carousel-inner
	.carousel-item:first-child
	img {
	width: 90% !important;
}

.single-product
	.hero
	.inner-container
	.carousel-inner
	.carousel-item:first-child
	img.vertical {
	width: 70% !important;
}

.single-product .related-products .intro {
	margin: 1.875rem 0;
}

.single-product .list-dotted {
	margin-bottom: 1.875rem;
	margin-top: 0.9375rem;
}

.single-product .list-dotted li {
	letter-spacing: 0.6px;
	padding: 0.3125rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-left: 30px;
}

.single-product .list-dotted li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin-right: 1.25rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	position: absolute;
	top: 13px;
	margin-left: -30px;
}

.single-product .list-dotted.dot-secondary li:before {
	background-color: #c1d101;
}

.single-product .list-dotted.dot-primary li:before {
	background-color: #323f48;
}

.single-product .product-spec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 980px) {
	.single-product .product-spec .btn {
		width: 60%;
	}
}

.single-product .product-spec dl {
	padding: 1.875rem;
}

.single-product .product-spec dl dt,
.single-product .product-spec dl dd {
	border-bottom: solid 1px rgba(50, 63, 72, 0.3);
	margin: 0;
	padding: 0.9375rem 0;
}

.single-product .product-spec dl dt:last-of-type,
.single-product .product-spec dl dd:last-of-type {
	border: none;
}

.single-product .product-spec dl dt .colour,
.single-product .product-spec dl dd .colour {
	width: 22px;
	height: 22px;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 2px 2px rgba(50, 63, 72, 0.1);
	box-shadow: 0 0 2px 2px rgba(50, 63, 72, 0.1);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
}

.single-product .product-spec .page-options li {
	display: inline-block;
	margin: 3.125rem 0.4375rem;
}

.single-product .product-spec .page-options li .icon:before {
	width: 20px;
	height: 20px;
}

.product-icons {
	border: solid 1px #c1d101;
	border-width: 1px 0;
	padding: 1.875rem 0;
	margin: 1.25rem 0;
	margin-right: 1.25rem;
}

.product-icons li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 89px;
	font-size: 0.8125rem;
}

.product-icons li .icon {
	border-radius: 100%;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	margin-bottom: 0.3125rem;
}

.product-icons li .icon:before {
	width: 28px;
	height: 28px;
	margin: 0;
}

.downloads {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 480px;
}

@media (max-width: 979.98px) {
	.downloads {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.downloads li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin: 1.25rem 0;
	font-size: 0.75rem;
	min-width: 124px;
	max-width: 124px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
}

@media (min-width: 980px) {
	.downloads li {
		margin: 1.25rem 2.5rem 1.25rem 0;
	}
}

.downloads li:last-child {
	margin-right: 0;
}

.downloads li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 104px;
}

.downloads li a .icon {
	margin-bottom: 0.75rem;
}

.dropdown-menu.show {
	margin-top: 0.625rem;
}

.page-template-page_product_selector .oneWordTh {
	position: relative;
	top: -10px;
}
.page-template-page_product_selector div#filterTable tr td {
	font-size: 12px;
}

.page-template-page_product_selector div#filterTable table tbody td {
	padding: 0.4rem;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #373f48;
}
.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
