body {
    font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
	color: #333e48;
    line-height: 1.714em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {
	color: #fff;
	text-decoration: none;
}

.fs-7 {
	font-size: 0.95rem !important;
}

.form-check-input[type=checkbox] {
	border-radius: 0;
}

.form-check-input {
	width: 1.1rem;
	height: 1.1rem;
	border: 1px solid #afafaf;
}

.btn-lumax {
	--bs-btn-padding-x: 1.375rem;
	--bs-btn-color: #fff;
	--bs-btn-bg: #f89c30;
	--bs-btn-font-weight: 600;
}

.header {
    background: #001a4f;
    background: -moz-linear-gradient(top, #000 0, #001a4f 100%);
    background: -webkit-linear-gradient(top, #000 0, #001a4f 100%);
    background: url(../images/decoration-left.png) top left no-repeat, url(../images/decoration-right.png) top right no-repeat, linear-gradient(to bottom, #000 0, #001a4f 100%);
}

/*.header > .container {
	max-width: 1140px;
}*/

.navbar {
    --bs-navbar-nav-link-padding-x: 1.375em;
    --bs-navbar-padding-y: 0;
    background-color: #f89c30;
    box-shadow: 0 5px 5px rgba(0,0,0,.5);
	z-index: 99;
}

.navbar .navbar-nav > .nav-item {
	border-left: 1px solid #f89c30;
}

.navbar .nav-link,
.offcanvas .nav-link {
	--bs-nav-link-padding-x: 1.375em;
	--bs-nav-link-padding-y: 0.135em;
    color: #231f20;
	font-weight: 700;
	border-color: #f89c30;
    text-transform: uppercase;
    transition: .2s all ease-in;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
	color: #fff;
    background-color: #000734;
}

.navbar .dropdown-menu,
.offcanvas .dropdown-menu {
	--bs-dropdown-padding-y: 0;
	--bs-dropdown-spacer: 0;
	--bs-dropdown-bg: #f89c30;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-border-radius: 0;
}

.offcanvas .dropdown-menu {
	--bs-dropdown-padding-y: 0.8rem;
}

.navbar .dropdown-menu .nav-link,
.offcanvas .dropdown-menu .nav-link {
	color: #2b2d2f;
	font-weight: 600;
}

.navbar .dropdown-menu .nav-link:hover,
.navbar .dropdown-menu .nav-link.active {
	background-color: #f5f5f5;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

.offcanvas {
    --bs-offcanvas-padding-x: 0;
    --bs-offcanvas-padding-y: 0;
}

.offcanvas-header {
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
}

.offcanvas .navbar-nav {
    --bs-nav-link-padding-x: 1rem;
}

.offcanvas .dropdown-menu {
    --bs-dropdown-min-width: 100%;
}

.search .form-control {
	--bs-border-width: 2px;
	--bs-border-color: #f89c30;
	--bs-border-radius: 2.467em;
	padding-left: 1.5rem;
	color: #fff;
	background-color: transparent;
}

.search .input-group .btn {
	--bs-btn-padding-x: 1.4rem;
	--bs-btn-bg: #f89c30;
	--bs-btn-border-radius: 2.467em;
	padding: var(--bs-btn-padding-y) 1.6rem var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	border: none;
}

.search .input-group .btn {
	--bs-btn-hover-bg: #f89c30;
}

.search .form-control:focus {
	border-color: #f89c30;
	box-shadow: none;
}

.search-area .live-search-results {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
}

.live-search-results .autocomplete-suggestion {
    align-items: center;
	padding: 6px 10px;
	color: #444;
    font-size: 14px;
    line-height: 18px;
    display: flex;
	border-bottom: 1px solid #e9e9e9;
}

.live-search-results .autocomplete-suggestions {
    width: 100%;
    margin-top: 1px;
    background-color: rgba(255, 255, 255, .97);
    border-top: none;
    box-shadow: 0 4px 4px rgba(0,0,0,.2);
    text-shadow: none;
    max-height: 400px;
    overflow-x: hidden;
}

.live-search-results .autocomplete-suggestion {
	transition: .2s background-color;
}

.live-search-results .search-product-image img {
    width: 45px;
}

.live-search-results .search-product-title {
    flex: 1 1 0;
    margin: 0 12px;
	font-size: 0.9rem;
}

.live-search-results .autocomplete-suggestion:hover {
	color: #fff;
	background-color: #ff8400;
}

.form-control::placeholder {
	color: #999;
	font-size: 0.95rem;
}

.breadcrumb {
	--bs-breadcrumb-item-padding-x: 0;
}

.breadcrumb-item > a {
	color: #333e48;
}

.breadcrumb-item > a,
.breadcrumb-item,
.breadcrumb .breadcrumb-item + .breadcrumb-item[aria-current="page"] {
	display: inline-block;
	padding: 0.2rem 0.4rem;
	font-size: 0.95rem;
}

.breadcrumb-item:first-child,
.breadcrumb-item:first-child > a {
	padding-left: 0;
}

.breadcrumb-item[aria-current="page"] {
	line-height: 34px;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: none;
}

.breadcrumb .breadcrumb-item:last-child > a,
.breadcrumb .breadcrumb-item + .breadcrumb-item[aria-current="page"] {
	padding-left: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:not(:last-child) > a {
	margin-right: 0.4rem;
	background-color: #f1f1f1;
	border-radius: 2px;
	transition: .2s all;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:not(:last-child) > a:hover {
	background-color: #e5e5e5;
}

.breadcrumb-item:not(:last-child)::after {
	--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='currentColor' class='bi bi-chevorn-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
	content: var(--bs-breadcrumb-divider);
    padding: 0 0.2rem;
    color: var(--bs-breadcrumb-divider-color);
	/*--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' fill='currentColor' class='bi bi-list' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");*/
}

.product {
	border: 1px solid #eaeaea;
	transition: .2s all;
}

.product:hover {
	box-shadow: 0 0 3px 0 rgba(1,1,1,0.3);
}

.product a {
	color: #000839;
	font-size: 1rem;
	font-weight: 600;
}

.product a,
.product h2 {
	line-height: 1.4;
}

.product > .category {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
	font-weight: 500;
}

.product > .category .arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='currentColor' class='bi bi-chevorn-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.technology-filter {
    margin-top: 10px;
}

.product-categories {
	border: 1px solid #ddd;
}

.product-categories > li {
    background-color: #fdfdfd;
}

.product-categories > li:hover {
	background-color: #fafafa;
}

.product-categories > li > a,
.product-categories > li > span {
	padding: 0.5rem 0.6rem;
}

.product-categories > li + li > a,
.product-categories > li + li > span {
	border-top: 1px solid #ddd;
}

.product-categories a,
.product-categories span {
    display: flex;
    align-items: center;
	justify-content: space-between;
	padding: 0.3rem 0;
    color: #666;
	font-size: 0.95rem;
    line-height: 1.4;
}

.product-categories ul span {
	padding-right: 0.6rem;
}

.product-categories .active > a {
	font-weight: 600;
	background-color: #fafafa;
}

.product-categories ul {
    display: none;
    padding-left: 0;
    list-style: none;
}

.product-categories ul li {
	padding-left: 1.2rem;
}

.product-categories li {
	position: relative;
	transition: .2s background-color;
}

/*.product-categories > li {
	background-color: #fdfdfd;
}*/

.product-categories > li:hover {
	background-color: #fafafa;
}

/*.product-categories > li:hover {
	background-color: #fafafa;
}*/

/*.product-categories > li li:hover {
	background-color: #ededed;
}*/

.product-categories .active {
	background-color: #f9f9f9;
}

.product-categories a > span:before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 2px;
	vertical-align: -0.1rem;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s all;
}

.product-categories a > span::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.product-categories > li:before,
.product-categories ul li:not(:last-child):before,
.product-categories ul > li a:before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0.5rem;
	z-index: 99;
}

.product-categories ul > li:after {
	content: "";
    top: 0;
    height: 1rem;
    position: absolute;
    left: 0.5rem;
    border-left: 1px solid #777676;
}

.product-categories ul li:not(:last-child):before {
	top: 1em;
	border-left: 1px solid #777676;
}

.product-categories ul > li a:before {
	height: auto;
    border-bottom: 1px solid #777676;
    width: .6em;
    top: auto;
}

.product-categories .active > a > span:before {
    transform: rotate(90deg);
}

.shop-control-bar {
	background-color: #f5f5f5;
}

.shop-control-bar .form-select {
	display: inline-block;
	color: #7e7e7e;
	font-size: 0.9rem;
	border: 1px solid #e3e3e3;
	border-radius: 0;
}

.product-table {
	color: #7d7d7d;
	font-size: 0.9rem;
}

.product-table .row {
	--bs-gutter-x: 0;
	border-bottom: 1px solid #eceeef;
}

.main-image {
	border: 1px solid #e5e5e5;
}

.contact {
    margin-bottom: 0;
    background: #001030;
    background: linear-gradient(to bottom, #000 0, #001a4f 100%);
}

.contact .title {
	position: relative;
	margin-bottom: 1.2em;
	padding-bottom: 0.6em;
	font-size: 1.4em;
    color: #fff;
    border-bottom: 1px solid #dadada;
}

.contact .title:after {
    content: ' ';
	display: block;
    position: absolute;
    bottom: -1px;
    width: 5em;
    border-bottom: 2px solid #f89c30;
}

.subtitle {
	position: relative;
	margin-bottom: 1.2em;
	padding-bottom: 0.6em;
	font-size: 1.2em;
    color: #000839;
    border-bottom: 1px solid #dadada;
}

.subtitle:after {
    content: ' ';
	display: block;
    position: absolute;
    bottom: -1px;
    width: 5em;
    border-bottom: 2px solid #000839;
}

.own-carousel__outer {
	position: relative;
	overflow: hidden;
	user-select: none;
}

.own-carousel {
	display: flex;
}

.own-carousel__item {
	display: flex;
	flex-shrink: 0;
	overflow: hidden;
	flex-basis: var(--width);
    justify-content: center;
    align-items: center;
	margin-bottom: 1rem;
}

.own-carousel__item:not(:first-child) {
	margin-left: var(--margin);
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 0.8;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 2.4rem;
	height: 2.4rem;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' fill='%23fff' paint-order='stroke' stroke-width='4' stroke='%23000' viewBox='0 0 320 512'%3e<path d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' fill='%23fff' paint-order='stroke' stroke-width='4' stroke='%23000' class='bi bi-list' viewBox='0 0 320 512'%3e%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3e");
}

.navbar-toggler-icon {
    width: 3rem;
    height: 3rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

.pagination {
	--bs-pagination-padding-x: 0.4rem;
	--bs-pagination-padding-y: 0.175rem;
	--bs-pagination-font-size: 0.9rem;
	--bs-pagination-color: #5d7184;
	--bs-pagination-hover-color: #e7e7e7;
	--bs-pagination-active-bg: #f89c30;
	--bs-pagination-active-border-color: #f89c30;
	--bs-pagination-focus-box-shadow: none;
	--bs-pagination-border-radius: 50%;
}

.pagination .page-item + .page-item {
	margin-left: 0.3rem;
}

.pagination .page-item.active .page-link {
	font-weight: 600;
}

.page-link {
	width: 35px;
	height: 35px;
	align-content: center;
	text-align: center;
	border-radius: 50%;
}

span.page-link,
.product-categories .active,
.breadcrumb-item[aria-current="page"] {
	cursor: default;
}

a.page-link:hover {
	color: #5d7184;
}

.accordion {
	--bs-accordion-body-padding-x: 0.8rem;
	--bs-accordion-body-padding-y: 0.5rem;
	--bs-accordion-btn-padding-x: 0.5rem;
	--bs-accordion-btn-padding-y: 0.5rem;
	--bs-accordion-active-bg: #fafafa;
	--bs-accordion-btn-icon-width: 1rem;
	--bs-accordion-border-radius: 0;
	--bs-accordion-inner-border-radius: 0;
}

.accordion .accordion-button {
	font-size: 0.95rem;
}

.accordion .accordion-body {
	max-height: 245px;
	scrollbar-width: thin;
	overflow-y: auto;
}

.carousel-caption {
	top: 0;
	text-align: left;
}

.carousel-caption h3 {
	margin-bottom: 0.2rem;
	color: #00397a;
	font-size: 1.4rem;
}

.carousel-caption p {
	color: #221e1f;
	font-size: 0.85rem;
	line-height: 1.2;
}

footer {
	color: #fff;
	font-size: 0.9rem;
	background: #001730;
    background: linear-gradient(to right, #000 1%, #003e80 100%);
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
}