@charset "UTF-8";
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/* Copyright (c) 2020 The Brave Authors. All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* you can obtain one at http://mozilla.org/MPL/2.0/. */
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: inherit;
	text-decoration: inherit;
	vertical-align: inherit; }

* {
	box-sizing: border-box; }

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%; }

article,
aside,
footer,
header,
nav,
section {
	display: block; }

abbr[title] {
	border-bottom: none; }

body {
	color: #3b3b3b;
	/* default to system fonts */
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "slnt" 0;
	margin: 0;
	overflow-x: hidden; }

h1 {
	font-size: 2em;
	margin: 0.67em 0; }

pre {
	font-family: monospace;
	font-size: 1em; }

b,
strong {
	font-weight: bolder; }

.bold {
	font-weight: 500; }

code,
kbd,
samp {
	font-family: monospace;
	font-size: 1em; }

small {
	font-size: 80%; }

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sub {
	bottom: -0.25em; }

sup {
	top: -0.5em; }

::selection {
	background-color: #b3d4fc;
	color: #000000;
	text-shadow: none; }

svg {
	fill: currentColor; }

table {
	border-collapse: collapse; }

button,
input,
optgroup,
select,
textarea {
	margin: 0; }

button,
input,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	appearance: button; }

legend {
	padding: 0; }

progress {
	vertical-align: baseline; }

textarea {
	resize: vertical; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto; }

[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none; }

::-webkit-file-upload-button {
	-webkit-appearance: button;
	appearance: button;
	font: inherit; }

summary {
	display: list-item; }

[aria-busy="true"] {
	cursor: progress; }

[aria-controls] {
	cursor: pointer; }

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute; }

[aria-disabled] {
	cursor: default; }

#wrapper {
	max-width: 1200px;
	margin: 0 auto; }

a {
	color: #666666; }
a:hover {
	color: #1e97d1; }

input[type="checkbox"] {
	width: 16px;
	height: 16px; }

input {
	border-radius: 3px;
	background: white;
	border: 1px solid #ccc;
	padding: 8px 10px; }

select {
	border-radius: 3px;
	background: white;
	border: 1px solid #ccc;
	padding: 8px 10px; }

.top-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 10px 20px; }

.top-bar-search-field {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #999999;
	border-radius: 6px;
	padding: 10px 12px 10px 30px;
	background-image: url(../images/search-icon.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 8px 10px; }

.top-bar-menu-items ul {
	list-style: none;
	display: flex;
	gap: 20px; }
.top-bar-menu-items li a {
	text-decoration: none;
	font-size: 14px; }

.top-bar-menu-col {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto; }

.top-bar-icons-col a {
	text-decoration: none; }

.main-header {
	background-color: #313131; }

.main-header {
	background-color: #313131;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	position: relative;
	align-items: center; }
.main-header::before {
	content: "";
	background-color: #313131;
	position: absolute;
	left: -100vw;
	width: 100vw;
	height: 100%;
	top: 0;
	z-index: -1;
	display: none; }
.main-header::after {
	content: "";
	background-color: #313131;
	position: absolute;
	right: -100vw;
	width: 100vw;
	height: 100%;
	top: 0;
	z-index: -1;
	display: none; }
.main-header ul {
	list-style: none;
	display: flex;
	gap: 20px; }
.main-header li a {
	color: white;
	text-decoration: none;
	font-size: 14px; }
.main-header li a:hover {
	color: #1e97d1; }

.border-btn {
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 6px; }
.border-btn:hover {
	background-color: #1e97d1;
	color: white !important;
	border: 1px solid #1e97d1; }

.slider img {
	height: 100%;
	width: 100%;
	object-fit: cover; }

.feat-manufacture {
	margin: 100px auto; }
.feat-manufacture h2 {
	text-align: center; }
.feat-manufacture h2 span {
	font-style: italic;
	color: #1e97d1; }
.feat-manufacture .feat-desc {
	font-size: 16px;
	color: #666666;
	font-style: italic;
	max-width: 1200px;
	line-height: 24px;
	margin: 0 auto;
	text-align: center; }

.feat-logos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap; }

.product-categories-row {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 50px;
	align-items: center; }
.product-categories-row h2 {
	font-size: 40px;
	font-weight: 700; }

.product-cat-row {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 23%));
	font-size: 15px; }

.products-cats-col {
	display: flex;
	flex-direction: column;
	gap: 20px; }

.product-slider-item {
	border-radius: 20px;
	border: 1px dashed #1e97d1;
	padding: 20px 10px;
	display: flex;
	flex-direction: column;
	gap: 10px; }
.product-slider-item h3 {
	color: #313131;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; }
.product-slider-item a {
	color: #1e97d1;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none; }
.product-slider-item a:hover {
	font-size: 13px;
	transition: all 0.2s ease-in-out; }

.product-slider-item-desc {
	min-height: 50px;
}








button.primary-btn::after {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid rgb(11 100 142);
	border-radius: 100%;
	border-top-color: #ffffff;
	animation: spin 1s ease-in-out infinite;
	position: absolute;
	right: 12px;
	top: 12px;
	content: "";
	background: rgb(30 151 209);
	visibility: hidden;
}

button.primary-btn.visible::after {
	visibility: visible;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

button.primary-btn {
	position: relative;
}






.products-slider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	text-align: center;
	margin-bottom: 60px; }

.supporting-technologies {
	background-image: url(../images/support-section-bg.png);
	background-size: 100%;
	color: white;
	padding: 60px 40px;
	background-repeat: no-repeat; }
.supporting-technologies h3 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px; }
.supporting-technologies p {
	font-size: 15px;
	font-weight: 300;
	font-style: italic; }
.supporting-technologies .smart-tech-content-box {
	max-width: 750px;
	padding-bottom: 30px; }

.smart-tech-columns {
	display: grid;
	gap: 20px;
	width: 100%;
	grid-template-columns: repeat(3, 320px); }

.smart-tech-arrow {
	display: flex;
	color: #1e97d1;
	text-decoration: none;
	gap: 10px;
	font-size: 14px; }
.smart-tech-arrow:hover {
	font-size: 15px;
	transition: all 0.2s ease-in-out; }

.industry-col {
	background-image: url(../images/industry.png);
	height: 350px;
	background-repeat: no-repeat; }

.green-col {
	background-image: url(../images/green.png);
	height: 350px;
	background-repeat: no-repeat; }

.electric-col {
	background-image: url(../images/electric.png);
	height: 350px;
	background-repeat: no-repeat; }

.smart-tech-col-heading {
	font-size: 24px;
	font-weight: 700; }

.smart-tech-image {
	position: relative; }
.smart-tech-image .smart-tech-col-heading {
	position: absolute;
	bottom: 40px;
	left: 30px; }

.smart-tech-col-desc {
	color: #666666;
	font-size: 15px;
	padding: 20px 5px 30px;
	line-height: 20px;
	font-weight: 300;
	font-style: italic; }

.industry-partners-row {
	background: linear-gradient(284deg, rgba(97, 170, 144, 0.3) 3.31%, rgba(30, 151, 209, 0.3) 103.06%);
	padding: 60px; }

.industry-partner-container {
	background: white;
	border-radius: 30px;
	padding: 40px; }
.industry-partner-container h2 {
	font-size: 52px;
	margin-bottom: 5px; }

.industry-partner-desc {
	font-size: 14px;
	color: #666666;
	font-style: italic;
	font-weight: 300; }

.industry-partner-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px; }

.industry-partner-row {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	text-align: center; }

.industry-partner-item {
	padding: 30px 0px;
	border-radius: 20px;
	background: #fff;
	width: 160px;
	box-shadow: 0px 9px 30px -5px rgba(49, 49, 49, 0.2); }

.industry-partner-right-col {
	display: flex;
	flex-direction: column;
	gap: 20px; }

.iconnection-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center; }
.iconnection-row img {
	width: 100%; }

.iconnection--right-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto; }
.iconnection--right-col h3 {
	margin-bottom: 5px; }
.iconnection--right-col p {
	margin: 0px; }
.iconnection--right-col ul {
	display: flex;
	gap: 20px;
	width: 470px;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0px; }
.iconnection--right-col ul li {
	max-width: 300px; }
.iconnection--right-col ul li:before {
	content: "·";
	font-size: 64px;
	vertical-align: middle;
	line-height: 0;
	position: relative;
	top: -4px; }
.iconnection--right-col ul li:hover {
	color: #1e97d1; }
.iconnection--right-col ul li:hover:before {
	color: #1e97d1; }

.looking-for-row {
	background-image: url(../images/looking-project-bg.png);
	background-size: cover;
	padding: 60px;
	text-align: center;
	color: white;
	background-repeat: no-repeat;
	margin: 0px auto 40px;
	display: flex;
	flex-direction: column; }
.looking-for-row h2 {
	font-style: italic; }
.looking-for-row p {
	max-width: 750px;
	margin: 0 auto; }
.looking-for-row a {
	margin-top: 30px; }

.black-btn {
	border-radius: 6px;
	color: white;
	background: black;
	padding: 10px 20px;
	font-style: italic;
	text-decoration: none;
	display: table;
	max-width: 200px;
	margin: 0 auto; }
.black-btn:hover {
	background-color: white;
	color: black; }

footer {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	border-top: 1px solid #ccc;
	padding-top: 40px; }
footer p {
	font-size: 13px;
	font-weight: 300;
	font-style: italic; }
footer ul {
	list-style: none;
	padding: 0px; }
footer ul li {
	margin: 10px 0px; }
footer ul li a {
	text-decoration: none;
	color: #666666;
	font-size: 13px; }

.copyright-row {
	background: #313131;
	padding: 16px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	margin-top: 40px; }
.copyright-row a {
	color: white;
	text-decoration: none; }
.copyright-row a:hover {
	text-decoration: underline; }

.social-media-footer {
	display: flex;
	gap: 20px; }

.copyright-text {
	color: white;
	display: flex;
	gap: 20px; }

.product-breadcrumb {
	text-align: center;
	margin: 30px 0px;
	display: flex;
	flex-direction: column;
	gap: 10px; }

.page-heading h2 {
	margin: 0px auto;
	font-size: 42px;
	color: #313131; }

.product-page-search-row {
	margin: 20px auto; }

.product-data-overflow {
	overflow-x: auto;
	display: flex;
	gap: 10px;
	margin-bottom: 50px; }
.product-data-overflow h4 {
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 20px;
	font-size: 14px; }

.data-with-checkbox {
	display: flex;
	gap: 10px; }

.data-type-row {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 140px;
	overflow-y: auto; }

.frequency-data-row {
	display: flex;
	justify-content: space-between; }
.frequency-data-row input {
	width: 80px; }

.max-frequency {
	align-items: end; }
.max-frequency input {
	width: 150px; }

.min-frequency,
.max-frequency {
	display: flex;
	flex-direction: column;
	gap: 5px; }

.product-data-flow-item {
	flex: 0 0 180px;
	box-sizing: border-box; }

.data-apply-filter-row {
	display: grid;
	grid-template-columns: repeat(5, auto);
	gap: 30px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
	margin-bottom: 50px; }

.data-filter-heading {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px; }

.data-filter-col {
	display: flex;
	flex-direction: column;
	gap: 10px; }

.filter-btns-row {
	display: flex;
	gap: 20px; }

.primary-btn {
	background-color: #1e97d1;
	color: white;
	border-radius: 6px;
	padding: 12px 35px;
	border: 1px solid #1e97d1;
	font-size: 12px;
	cursor: pointer;
	max-width: 300px; }

.secondary-btn {
	background-color: #fff;
	color: #212121;
	border-radius: 6px;
	padding: 12px 35px;
	border: 1px solid #d3d3d3;
	font-size: 12px;
	cursor: pointer;
	max-width: 300px; }

.product-table-result-showing-and-sorting-row {
	display: flex;
	justify-content: space-between; }

.product-sort-box {
	display: flex;
	gap: 20px;
	align-items: center; }
.product-sort-box select {
	width: 200px; }

.table-container {
	overflow-x: auto;
	margin: 40px 0px; }

table {
	width: 100%;
	border-collapse: collapse;
	min-width: 1200px; }

th,
td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	vertical-align: middle; }

th {
	background-color: #1e97d1;
	color: white; }

.icon {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	cursor: pointer; }

.logo {
	height: 50px;
	display: table;
	margin: 0 auto; }

.compare-products-clear-btns-row {
	display: flex;
	gap: 20px;
	margin-bottom: 40px; }

.product-detail-page-breadcrumb {
	margin-top: 50px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px; }

.flex-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; }

.flex-item {
	flex: 1;
	min-width: 250px;
	padding: 10px; }

.flex-item strong {
	display: block;
	margin-bottom: 5px; }

.section {
	margin-bottom: 20px; }

.use-with,
.suitable-for,
.documents-media,
.related-products {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; }

.use-with .item,
.suitable-for {
	flex: 1;
	min-width: 200px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 16px;
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-direction: column; }
.use-with .item img,
.suitable-for img {
	max-width: 100px;
	display: table;
	margin: 0 auto 30px; }
.use-with .item p,
.suitable-for p {
	text-align: left; }
.use-with .item a,
.suitable-for a {
	text-decoration: none;
	text-align: left;
	width: 100%;
	display: block;
	color: #1e97d1;
	font-weight: 500; }

.documents-media {
	justify-content: center; }

.documents-media .item {
	flex: initial;
	min-width: 150px; }

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

.item p {
	margin: 10px 0;
	text-align: left; }

.product-image {
	flex: 1 1 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px; }

.product-image img {
	max-width: 100%;
	height: auto; 
	max-height: 380px;
}

.product-details {
	padding: 10px;
	text-align: center; }

.product-details h1 {
	font-size: 24px;
	margin-bottom: 10px; }

.brand {
	font-size: 18px;
	color: #555;
	margin-bottom: 10px; 
	display: flex;
	align-items: center;
	justify-content: center;
}

.description {
	font-size: 16px;
	margin-bottom: 20px; }

.quantity {
	font-size: 16px;
	color: #666; }

.actions-row {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 20px; }

.download-sheet {
	background-image: url(../images/download-icon.svg);
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-left: 50px; }

.product-detail-hero-container {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	justify-content: center;
	margin: auto;
	margin-bottom: 30px; }

.top-border {
	border-top: 1px solid #ccc; }

.product-atts-row {
	padding-top: 30px; }
.product-atts-row strong {
	font-size: 14px;
	font-weight: 500;
	color: #313131; }
.product-atts-row h2 {
	text-align: center; }

.attribute-small-heading {
	font-size: 13px;
	color: #666666; }

hr {
	height: 0;
	width: 100%;
	background: #ffffff;
	border: 1px solid #e6e6e6; }

.flex-left-align-col {
	display: flex;
	gap: 20px; }
.flex-left-align-col .flex-item {
	flex: none;
	min-width: auto; }

.slider-left-controlrow {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 20px;
	margin-top: 30px;
	padding-bottom: 40px; }

.slider-left-control-left-col {
	background: #fafafa;
	border-radius: 16px;
	border: 1px solid #cccccc;
	padding: 20px; }
.slider-left-control-left-col a {
	text-decoration: none; }

.docs-media-row {
	margin-top: 30px;
	margin-bottom: 30px; }
.docs-media-row h2 {
	text-align: center; }
.docs-media-row p {
	text-align: center; }
.docs-media-row .item {
	text-align: center;
	padding: 20px; }
.docs-media-row a {
	text-decoration: none;
	margin-top: 10px;
	display: table;
	margin-left: auto;
	margin-right: auto; }

.releated-prod-col {
	background: #45816b;
	color: white; }

.category-container {
	display: flex;
	flex-wrap: wrap;
	/* 	padding: 20px; */
	max-width: 1280px;
	margin: 0 auto; 
	gap: 10px;
}

.category {
	flex: 1 1 300px;
	padding: 20px;
	margin: 10px; 
	display: flex;
}

.category-items-columns-row {
    flex: 1; /* Allows text to expand naturally */
    display: flex;
    flex-direction: column;
}

.category h2 {
	font-size: 20px;
	margin-bottom: 10px; }

.category p {
	font-size: 16px;
	line-height: 1.5; }

.category span {
	font-weight: normal;
	color: #777; }

.price {
	color: #1e97d1;
	font-size: 23px;
	font-weight: 500; }

.price-available-row {
	display: flex;
	/* justify-content: center; */
	gap: 20px;
	align-items: center;
	justify-content: center; }
.price-available-row p {
	margin: 0px; }

.container {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	max-width: 1200px;
	margin: 0 auto; }

.category h2 {
	font-size: 21px;
	margin-bottom: 10px; }

.category p {
	font-size: 14px;
	line-height: 1.5; }

.category span {
	font-weight: normal;
	color: #777;
	font-size: 12px; }

.subcategory {
	display: flex;
	flex-wrap: wrap; }

.subcategory div {
	flex: 1 1 200px;
	margin: 10px 0; }

.subcategory h3 {
	font-size: 18px;
	margin-bottom: 5px; }

.subcategory ul {
	list-style: none;
	padding-left: 0; }

.subcategory ul li {
	margin-bottom: 5px;
	font-size: 14px; }

.category-page-heading-row {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 40px; }
.category-page-heading-row h2 {
	font-size: 54px;
	margin: 0;
	padding: 0; }
.category-page-heading-row p {
	font-size: 24px;
	margin: 0;
	padding: 0; }

.category-items-columns-row h4 {
	margin-top: 0px; }
.category-items-columns-row .flex-container {
	gap: 30px; }
.category-items-columns-row .flex-item {
	min-width: 190px; }
.category-items-columns-row ul {
	margin: 0;
	padding: 0; }
.category-items-columns-row ul li {
	margin-bottom: 10px; }

.no-padding {
	padding: 0px;
	margin: 2px 0px; }

.hidden {
	visibility: hidden; }
	
.category_img_icon {
    max-width: 100%;
    max-height: 100%;
    height: 50px;
    width: auto;
    display: block;
}

@media only screen and (max-width: 767px) {
	.use-with,
	.suitable-for,
	.documents-media,
	.related-products {
		flex-direction: column; }

	.documents-media {
		justify-content: center; }

	.flex-container {
		flex-direction: column; }

	.flex-item .hidden {
		display: none; }

	.slider-left-controlrow {
		flex-direction: column;
		display: flex;
		justify-content: center; }

	.flex-left-align-col {
		display: flex;
		gap: 20px;
		flex-direction: column; }

	.brand img {
		max-width: 100%; }

	.actions-row {
		flex-direction: column;
		justify-content: center; }
	.actions-row button {
		max-width: 100%; }

	.description {
		font-size: 14px;
		margin-bottom: 20px; }

	.price {
		font-size: 16px; }

	.price-available-row {
		display: flex;
		gap: 5px;
		flex-direction: column; }

	.slider-left-controlrow {
		margin-left: 20px;
		margin-right: 20px; }

	.top-header {
		display: grid;
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 10px 20px; }

	.top-bar-menu-col {
		margin-left: 0;
		margin-right: 0;
		justify-content: center;
		font-size: 13px;
		margin-top: 5px;
		display: flex;
		flex-direction: column;
		gap: 0px; }
	.top-bar-menu-col ul {
		padding: 0px; }

	.main-header ul {
		display: none; }

	.feat-manufacture {
		margin: 50px auto 0px; }

	.feat-logos {
		display: flex;
		flex-wrap: wrap;
		gap: 30px; }
	.feat-logos img {
		max-width: 160px; }

	.products-cats-col {
		margin-bottom: 30px; }

	.product-categories-row {
		display: flex;
		gap: 5px;
		align-items: normal;
		flex-direction: column;
		padding: 0px 20px; }

	.products-slider {
		display: flex;
		flex-direction: column;
		gap: 20px;
		text-align: center;
		margin-bottom: 60px;
		justify-content: center; }

	.supporting-technologies {
		display: flex;
		flex-direction: column; }

	.smart-tech-columns {
		display: flex;
		gap: 20px;
		width: 100%;
		flex-direction: column;
		align-items: center; }

	.industry-partners-row {
		display: flex;
		flex-direction: column; }

	.industry-partner-container {
		display: flex;
		flex-direction: column;
		gap: 40px; }

	footer {
		display: flex;
		flex-direction: column;
		gap: 0px;
		padding: 30px 20px; }

	.supporting-technologies {
		background-image: url(../images/support-section-bg.png);
		background-size: inherit;
		color: white;
		padding: 60px 40px;
		background-repeat: no-repeat; }

	.industry-partners-row {
		padding: 20px; }

	.industry-partner-row {
		display: flex;
		gap: 20px;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		margin: auto; }

	.main-header::before,
	.main-header::after {
		display: none; }

	.iconnection--right-col {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: auto;
		padding: 0px 20px;
		max-width: 90%; }

	.iconnection--right-col ul {
		flex-direction: column;
		width: 90%; }

	.product-slider-item {
		margin: 0px 20px; }

	.copyright-row {
		flex-direction: column; }

	.iconnection--right-col ul li {
		max-width: 290px; }

	.copyright-text {
		gap: 10px;
		flex-direction: column;
		justify-content: center;
		margin: 20px auto;
		text-align: center; }
	.copyright-text div:nth-child(2) {
		display: none; }

	.iconnection-row {
		display: flex;
		flex-direction: column;
		align-items: center; }

	.smart-tech-col {
		width: 300px; }

	.data-apply-filter-row {
		display: flex;
		flex-direction: column;
		margin: 0px 20px; }

	.page-heading h2 {
		margin: 0px auto;
		font-size: 24px;
		color: #313131;
		padding: 0px 20px; }

	.product-page-search-row {
		margin: 20px 20px; }

	.product-data-overflow {
		margin-bottom: 50px;
		margin: 30px 20px; }

	.product-table-result-showing-and-sorting-row {
		flex-direction: column;
		gap: 10px;
		margin: 20px 30px;
		align-items: center; }

	.table-container {
		margin: 40px 20px; }

	.compare-products-clear-btns-row {
		display: flex;
		gap: 20px;
		margin-bottom: 40px;
		flex-direction: column;
		margin: 20px; } }
@media (min-width: 768px) and (max-width: 1023px) {
	.slider-left-controlrow {
		flex-direction: column;
		display: flex;
		justify-content: center; }

	.flex-left-align-col {
		display: flex;
		gap: 20px;
		flex-direction: column; }

	.brand img {
		max-width: 100%; }

	.actions-row {
		justify-content: center; }
	.actions-row button {
		max-width: 100%; }

	.description {
		font-size: 14px;
		margin-bottom: 20px; }

	.price {
		font-size: 16px; }

	.price-available-row {
		display: flex;
		gap: 5px;
		flex-direction: column; }

	.slider-left-controlrow {
		margin-left: 20px;
		margin-right: 20px; }

	.data-apply-filter-row {
		display: flex;
		flex-direction: column;
		margin: 0px 20px; }

	.page-heading h2 {
		margin: 0px auto;
		font-size: 24px;
		color: #313131;
		padding: 0px 20px; }

	.product-page-search-row {
		margin: 20px 20px; }

	.product-data-overflow {
		margin-bottom: 50px;
		margin: 30px 20px; }

	.product-table-result-showing-and-sorting-row {
		flex-direction: column;
		gap: 10px;
		margin: 20px 30px;
		align-items: center; }

	.table-container {
		margin: 40px 20px; }

	.compare-products-clear-btns-row {
		display: flex;
		gap: 20px;
		margin-bottom: 40px;
		margin: 20px; }

	.top-header {
		display: grid;
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 10px 20px; }

	.top-bar-menu-col {
		margin-left: 0;
		margin-right: 0;
		justify-content: center;
		font-size: 13px;
		margin-top: 5px;
		display: flex;
		flex-direction: column;
		gap: 0px; }
	.top-bar-menu-col ul {
		padding: 0px; }

	.main-header ul {
		display: none; }

	.feat-manufacture {
		margin: 50px auto 0px; }

	.feat-logos {
		display: flex;
		flex-wrap: wrap;
		gap: 30px; }
	.feat-logos img {
		max-width: 160px; }

	.products-cats-col {
		margin-bottom: 30px; }

	.product-categories-row {
		display: flex;
		gap: 5px;
		align-items: normal;
		flex-direction: column;
		padding: 0px 20px; }

	.smart-tech-col {
		width: 300px; }

	.smart-tech-columns {
		align-items: center; }

	.products-slider {
		display: flex;
		flex-direction: column;
		gap: 20px;
		text-align: center;
		margin-bottom: 60px;
		justify-content: center; }

	.supporting-technologies {
		display: flex;
		flex-direction: column; }

	.smart-tech-columns {
		display: flex;
		gap: 20px;
		width: 100%;
		flex-direction: row; }

	.industry-partners-row {
		display: flex;
		flex-direction: column; }

	.industry-partner-container {
		display: flex;
		flex-direction: column;
		gap: 40px; }

	footer {
		display: flex;
		flex-direction: column;
		gap: 0px;
		padding: 0px 20px; }

	.supporting-technologies {
		background-image: url(../images/support-section-bg.png);
		background-size: inherit;
		color: white;
		padding: 60px 40px;
		background-repeat: no-repeat; }

	.industry-partners-row {
		padding: 20px; }

	.industry-partner-row {
		display: flex;
		gap: 20px;
		justify-content: center;
		text-align: center;
		flex-direction: row;
		margin: auto; }

	.main-header::before,
	.main-header::after {
		display: none; }

	.iconnection--right-col {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: auto;
		padding: 0px 20px;
		max-width: 90%; }

	.iconnection--right-col ul {
		flex-direction: column;
		width: 90%; }

	.product-slider-item {
		margin: 0px 20px; }

	.copyright-row {
		flex-direction: column; }

	.iconnection--right-col ul li {
		max-width: 290px; }

	.copyright-text {
		gap: 10px;
		flex-direction: column;
		justify-content: center;
		margin: 20px auto;
		text-align: center; }
	.copyright-text div:nth-child(2) {
		display: none; }

	.iconnection-row {
		display: flex;
		flex-direction: column;
		align-items: center; } }
@media (min-width: 1024px) and (max-width: 1280px) {
	.data-filter-col {
		font-size: 14px; }

	.data-apply-filter-row {
		margin-left: 20px;
		margin-right: 20px; }

	.product-data-overflow {
		font-size: 14px;
		margin-left: 20px;
		margin-right: 20px; }

	.product-page-search-row {
		margin: 20px 20px; }

	.product-table-result-showing-and-sorting-row {
		margin: 20px; }

	.table-container {
		overflow-x: auto;
		margin: 40px 20px; }

	.compare-products-clear-btns-row {
		margin-left: 20px;
		margin-right: 20px; }

	.smart-tech-columns {
		grid-template-columns: repeat(3, 300px); }

	footer {
		padding: 30px 20px; }

	.product-categories-row {
		margin-bottom: 30px; }

	.product-cat-row {
		display: grid;
		gap: 15px;
		grid-template-columns: repeat(auto-fit, minmax(162px, 21%));
		font-size: 14px; }

	.product-slider-item {
		padding: 20px 30px; }

	.products-slider {
		padding: 0px 30px; } }
@media only screen and (min-width: 1024px) {
	.smart-tech-col {
		border-right: 1px dotted #1e97d1; }
	.smart-tech-col:last-child {
		border: 0px; }
	.smart-tech-col:nth-child(3) {
		position: relative;
		top: -30px; }
	.smart-tech-col:nth-child(2) {
		position: relative;
		top: -15px; } }

/*# sourceMappingURL=main.css.map */



/* Dabeer CSS */


/* single products */


.slider-left-controlrow {
	display: flex !important;
}

.slider-left-controlrow>div:nth-child(1) {
	width: 250px;
}

.slider-left-controlrow>div:nth-child(2) {
	width:calc(100% - 250px);

}




@media  (min-width: 768px) and (max-width: 1023px) {

	.slider-left-controlrow>div:nth-child(1) {
		width: 100%;
	}

	.slider-left-controlrow>div:nth-child(2) {
		width:100%;

	}

}


/* end */


section.Page-title.inner-bg .container {
	text-align: center !important;
	display: block !important;
}

.main-header ul {
	align-items: center;
}

.main-header li a:hover {
	color: #fff;
}
table.dataTable thead .sorting {
	text-align: center !important;
}
table.dataTable.display tbody tr td {
	text-align: center !important;
}

div#products-table_filter {
	display: none;
}

div#products-table_length {
	display: none;
}
.table-total-number {
	margin-bottom: 40px;
	display: block;
}
div#products-table_info {
	display: none;
}

/* Custom Pagination Styles */
.pagination-container .pagination {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagination-container .pagination li {
	margin: 0 2px;
}
.pagination-container .pagination li a {
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
}
.pagination-container .pagination li a:hover {
	background-color: #ddd;
	color: #333;
}
.pagination-container .pagination li.active a {
	background-color: #007bff;
	color: #fff;
	border-color: #007bff;
}
.pagination-container .pagination li.disabled a {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-container {
	margin: 0px auto 40px auto;
	display: table;
}
div#products-table_paginate {
	visibility: hidden;
}

.data-type-row {
	max-height: 200px;
}


/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
scrollbar-width: thin;
scrollbar-color: #5D5D5D #D9D9D9;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}
*::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #D9D9D9;
	border: 4px solid #FFFFFF;
}

*::-webkit-scrollbar-track:hover {
	background-color: #D9D9D9;
}

*::-webkit-scrollbar-track:active {
	background-color: #D9D9D9;
}

*::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #5D5D5D;
	border: 4px solid #FFFFFF;
}

*::-webkit-scrollbar-thumb:hover {
	background-color: #5D5D5D;
}

*::-webkit-scrollbar-thumb:active {
	background-color: #5D5D5D;
}


.invalid_product {
	display: block;
	text-align: center;
	margin: 100px;
	font-size: 2rem;
}

.cart_totals table {
	min-width: auto;
}


.category-items-columns-row ul li {
	margin-bottom: 0;
	font-size: 12px;
	margin-left: 32px;
}

h5.no-padding {
	font-size: 14px;
	margin: 12px 9px;
}





.center-container {
	max-width: 1280px;
	margin: 0px auto;
}

















.disabled {
	color: #b7b7b7;
}
/* 
body::before {
content: "asdasd";
width: 100vw;
height: 100vh;
background: #00000096;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
z-index: 9999;
color: #fff;
} */

/* HTML: <div class="loader"></div> */
/* .loader {
width: fit-content;
font-weight: bold;
font-family: monospace;
font-size: 30px;
background:linear-gradient(90deg,#000 50%,#0000 0) right/200% 100%;
animation: l21 2s infinite linear;
}
.loader::before {
content :"Loading...";
color: #0000;
padding: 0 5px;
background: inherit;
background-image: linear-gradient(90deg,#fff 50%,#000 0);
-webkit-background-clip:text;
background-clip:text;
}

@keyframes l21{
100%{background-position: left}
} */













/* Loader container to cover the full page */
.loader-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: #0000004d;
	position: fixed;
	width: 100vw;
	top: 0;
	z-index: 999;
}

/* Loading bar styling */
.loader {
	width: fit-content;
	font-weight: bold;
	font-family: monospace;
	font-size: 30px;
	background: linear-gradient(90deg, #000 50%, #0000 0) right/200% 100%;
	animation: l21 2s infinite linear;
}

/* Loader text animation */
.loader::before {
	content: "Loading...";
	color: #0000;
	padding: 0 5px;
	background: inherit;
	background-image: linear-gradient(90deg, #fff 50%, #000 0);
	-webkit-background-clip: text;
	background-clip: text;
}

@keyframes l21 {
	100% { background-position: left; }
}



button#filter-button {
	background: #1E97D1;
	padding: 10px 40px;
	color: #fff;
	border: none;
	border-radius: 9px;
	margin-right: 20px;
	margin-bottom: 30px;
}

button#clear-all-button {
	background: #FAFAFA;
	padding: 10px 40px;
	color: #000;
	border: 1px solid #D3D3D3;
	border-radius: 9px;
	margin-right: 20px;
	margin-bottom: 30px;
}


#search-results ul li a {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 6px 0px;
}
div#search-results {
	display: none;
}

#search-results ul {
	padding: 0 !important;
}

div#search-results {
	height: 240px;
	overflow: overlay;
	position: absolute;
	z-index: 999;
	background: #fff;
	width: 100%;
	padding: 0px 0px 0px 10px;
	border: 1px solid #999999;
	border-radius: 8px;
}


.center-container {
	max-width: 1280px;
	margin: 0px auto;
	/* 	padding: 40px 20px; */
}


table.dataTable#products-table td div {
	width: 100px;
}

/* table.dataTable.display#products-table tbody tr td:nth-child(6) {
text-align: right !important;
} */

.data-with-checkbox {
	font-size: 12px;
}

.flex-containers {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

th.sorting {
	font-size: 14px;
}

.slider-img img {
	text-align: center;
	margin: 0px auto;
}

.slider-main-img img {
	text-align: center;
	margin: 0px auto;,
}

.product-slider-item-desc {
	text-align: center;
}

.slider-link {
	text-align: center;
	margin-top: 20px;
}

.product-slider-item {
	margin: 20px;
}


.use-with .item * {
	text-align: center !important;
}

.product-slider-container .item {
	margin: 0px 10px;
}

.control {
	display: flex;
}
.slick-arrow.slick-hidden {
	display: block;
}


.page-id-381 .center-container {
	max-width: 100vw;
	margin: 0 10px;
}

button#add-woo-product:disabled {
	background-color: #e6e6e6; /* Light gray background */
	color: #000000; /* Dark gray text */
	cursor: not-allowed;
	border:none;
}

@media screen and (max-width: 1280px) {
	.page-id-381 .center-container {
		max-width: 100vw;
		margin: 0 20px;
	}
}


@media screen and (max-width: 992px) {
	.flex-containers {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and  (max-width: 600px) {
	.flex-containers {
		grid-template-columns: repeat(1, 1fr);
	}
}



span.elementor-button-icon {
	font-size: 28px !important;
	color: #000 !important;
}

.elementor-menu-cart__toggle .elementor-button svg {
	fill: #000 !important;
}

a#elementor-menu-cart__toggle_button {
	border: none;
}




.wpsisac-slick-slider .slick-arrow, .wpsisac-slick-carousal .slick-arrow {
	background-color: transparent;
}
.wpsisac-slick-slider .slick-arrow svg, .wpsisac-slick-carousal .slick-arrow svg {
	fill: #000000;
}


.control.homepage_slider {
	position: absolute;
	top: 45%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

section.product-slider-container.slick-initialized.slick-slider {
	padding: 0px 30px;
}

.next-arrow.slick-arrow svg, .prev-arrow.slick-arrow svg {
	width: 30px;
	cursor: pointer;
}

div#prevBtn svg, div#nextBtn svg {
	width: 30px;
	cursor: pointer;
}
.paddingLR40 {
	padding: 0px 40px;
}


div#add-woo-product-error {
	text-align: center;
	margin-top: 15px;
	color: red;
	font-size: 12px;
}