:root {
	--bs-font-sans-serif: 'Cairo';

	--bg-header: var(--rgb-blue);
	--bg-canvas: #f7f7f7;

	--rgb-white: #fff;
	--rgb-black: #000;
	--rgb-black-10: #1a1a1a;
	--rgb-gray-20: #333;
	--rgb-gray-45: #737373;
	--rgb-gray-55: #8c8c8c;
	--rgb-gray-75: #bfbfbf;
	--rgb-gray-80: #ccc;
	--rgb-gray-85: #d9d9d9;
	--rgb-gray-90: #e6e6e6;
	--rgb-gray-95: #f2f2f2;
	--rgb-green-45: #0dd9ba;
	--rgb-green: var(--rgb-green-45);
	--rgb-blue-50: #007bff;
	--rgb-blue-85: #b3d7ff;
	--rgb-blue-90: #cce5ff;
	--rgb-blue-95: #e6f2ff;
	--rgb-blue: var(--rgb-blue-50);

	--btn-custom-border: #959595;
	--btn-custom-border-hover: #b6b6b6;
	--btn-custom-background: #a6c76c;
	--btn-custom-background-hover: transparent;
	--btn-custom-background-disabled: transparent;
	--btn-custom-color: #fff;
	--btn-custom-color-hover: #efefef;
	--btn-custom-color-disabled: #A6C76CFF;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

/*
 *	### Body
 */

body {
	position: relative;
	background: #fff;
	font-family: 'Cairo', sans-serif;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	scroll-behavior: inherit;
}

body:after {
	content: "";
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: grayscale(0%) blur(0px);
}

[data-disable-scroll] {
	overflow: hidden;
}

[data-overlay] {
	position: fixed;
	opacity: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	background: rgba(0, 0, 0, 1);
}

[data-overlay][data-display=true] {
	opacity: 0.2;
	z-index: 1100;
}

[data-offcanvas] {
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	top: 0;
	z-index: 1110;
	width: 0;
	height: 100%;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	background: var(--bg-canvas);
}

[data-offcanvas-left] {
	left: 0;
	box-shadow: 5px 0 5px -5px var(--rgb-gray-55);
}

[data-offcanvas-right] {
	right: 0;
	box-shadow: -5px 0 5px -5px var(--rgb-gray-55);
}

[data-offcanvas-header] {
	background: var(--bg-header);
	color: var(--rgb-white);
	white-space: nowrap;
}

[data-offcanvas-header] .close {
	float: none;
	color: var(--rgb-white);
	text-shadow: 0 1px 0 var(--rgb-black);
	font-size: 1.875rem;
}

a:hover {
	text-decoration: none;
}

/*
 * 404 Page not found
 */

.status404 {
	margin: 0;
	text-shadow: rgba(212, 2, 2, 0.3) 5px 1px, rgba(212, 2, 2, 0.2) 10px 3px;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 10rem;
}

.status404,
.status404-title {
	color: rgb(212, 2, 2);
}

.status404-text {
	font-size: 1rem;
}

/*!
 * Copyright (c) 2017, Froala (https://www.froala.com/),
 * with Reserved Name: Froala Design Blocks.
 * https://github.com/froala/design-blocks
 * Code and documentation copyright 2018 Froala Labs. Code released under the Froala Open Web Design License.
 * https://github.com/froala/design-blocks/blob/master/LICENSE
 */

.fdb-block {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	position: relative;
	/*overflow: hidden;*/
	padding: 4.5rem 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.fdb-block .fdb-touch {
	z-index: 2;
	border-top: solid 5px #1e1e1e;
}

.fdb-block .fdb-box.fdb-touch:hover {
	border-top-color: #7a7a7a;
}

.fdb-block .fdb-box {
	overflow: hidden;
	border-radius: 0;
	box-shadow: 0 5px 15px 0 rgba(129, 129, 129, 0.2);
	padding: 3.75rem 2.5rem;
	background: #fff;
	color: #444;
}

.fdb-block h2,
.fdb-block h3 {
	font-size: 1.5rem;
}

.fdb-block h4 {
	font-weight: 700;
	font-size: 1rem;
}

.fdb-block:not([class^="section-"]) p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.ovr) {
	font-size: 0.875rem;
}


/*
 *	### Header
 */

header[data-main] {
	position: relative;
	display: block;
}

header[data-main] .container,
header[data-main] .container-fluid {
	position: relative;
	display: flex;
	align-items: center;
}


/* Header > Top [Layout] */

header[data-main] [data-position-v="top"] {
	min-height: 45px;
	color: #777;
	line-height: 1.5;
	letter-spacing: 0;
}

header[data-main] [data-position-v="top"] [data-position-h] {
	display: flex;
	align-items: center;
}

header[data-main] [data-position-v="top"] [data-position-h="left"] {
}

header[data-main] [data-position-v="top"] [data-position-h="right"] {
	align-self: stretch;
	margin-left: auto;
}

/* Header > Top [Dropdown] */

[data-dropdown-wrapper] {
	margin: 0;
}

[data-dropdown-wrapper],
[data-dropdown-wrapper] ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

[data-dropdown-wrapper] ul {
	display: flex;
	align-items: center;
}

[data-dropdown-wrapper] li {
	position: relative;
}

[data-dropdown-wrapper] > li > a {
	display: none;
}

[data-dropdown-wrapper] [data-dropdown] {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

[data-dropdown-wrapper] [data-dropdown] > a,
[data-dropdown-wrapper] [data-dropdown] > span {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 5px;
}

[data-dropdown-wrapper] [data-dropdown] > a::after,
[data-dropdown-wrapper] [data-dropdown] > span::after {
	margin-left: 5px;
	line-height: 1;
	content: "\f107";
	font-family: "FontAwesome", sans-serif;
	font-size: 1.2rem;
}

[data-dropdown-wrapper] > li > ul > li + li {
	margin-left: 10px;
}

[data-dropdown-wrapper] [data-dropdown]:first-child [data-dropdown-list] {
	left: 0;
}

[data-dropdown-list],
[data-dropdown-wrapper] [data-dropdown]:first-child [data-dropdown-list] {
	right: 0;
	left: auto;
}

[data-dropdown-list] {
	position: absolute;
	left: -1.5rem;
	top: 100%;
	z-index: 20;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	min-width: 100%;
	display: none;
	/*visibility: hidden;
	opacity: 0;*/
	box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
	background: #fff;
	transition: all .25s;
}

/*[data-dropdown-list]:before {
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
}*/

[data-dropdown-list] [data-dropdown-list] ul {
	display: block;
}

[data-dropdown]:hover > [data-dropdown-list],
[data-dropdown]:focus > [data-dropdown-list] {
	/*visibility: visible;
	opacity: 1;*/
	display: block;
}

[data-dropdown-list] ul {
	display: block;
}

[data-dropdown-list] ul a {
	display: flex;
	align-items: center;
	padding: 5px 15px;
	white-space: nowrap;
}

[data-dropdown-wrapper] [data-dropdown-list] > a,
[data-dropdown-wrapper] [data-dropdown-list] > span {
	position: relative;
	display: inline-flex;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	padding-right: 2.2rem;
	align-items: center;
	text-transform: uppercase;
}

/* Responsive Dropdown wrapper */

@media screen and (max-width: 991px) {
	[data-dropdown-wrapper],
	[data-dropdown-wrapper] li {
		display: flex;
		align-items: center;
		align-self: stretch;
	}

	[data-dropdown-wrapper] li {
		padding-right: 0;
	}

	[data-dropdown-wrapper] > li::after {
		margin-left: 5px;
		line-height: 1;
		content: "\f107";
		font-family: "FontAwesome", sans-serif;
		font-size: 1.2rem;
	}

	[data-dropdown-wrapper] [data-dropdown] > a::after,
	[data-dropdown-wrapper] [data-dropdown] > span::after {
		content: "\f104";
		font-family: "FontAwesome", sans-serif;
	}

	[data-dropdown-wrapper] > li li {
		padding-right: 0;
	}

	[data-dropdown-wrapper] > li > ul > li + li {
		margin-left: 0;
	}

	[data-dropdown-wrapper] > li > a {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	[data-dropdown-wrapper] ul {
		display: none;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 20;
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
		min-width: 180px;
		/*visibility: hidden;
		opacity: 0;*/
		box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
		transition: all .25s;
		background: #fff;
	}

	[data-dropdown-list] ul a {
		width: 100%;
	}

	/*[data-dropdown-wrapper] ul:before {
		content: '';
		display: block;
		width: 100%;
		height: 0.1rem;
		position: absolute;
		top: -1px;
		left: 0;
	}*/
	[data-dropdown-wrapper]:hover ul,
	[data-dropdown-wrapper]:focus ul {
		display: block;
		/*visibility: visible;
		opacity: 1*/
	}

	[data-dropdown-wrapper] [data-dropdown] {
		width: 100%;
		display: flex;
		padding-top: 0;
		padding-bottom: 0;
	}

	[data-dropdown-wrapper] [data-dropdown] > a,
	[data-dropdown-wrapper] [data-dropdown] > span {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		width: 100%;
	}

	[data-dropdown-wrapper] a,
	[data-dropdown-wrapper] [data-dropdown] > a,
	[data-dropdown-wrapper] [data-dropdown] > span {
		padding: 5px 15px;
	}

	[data-dropdown] {
		padding: 0;
	}

	[data-dropdown] ul {
		left: -100%;
		right: 100%;
	}

	[data-dropdown-list] {
		top: 0;
		padding: 0;
	}
}

/* Header > Middle [Layout] */

header[data-main] [data-position-v="middle"] {
	position: relative;
	display: flex;
	align-items: center;
}

header[data-main] [data-position-v="middle"] .container > div {
	display: flex;
	align-items: center;
}

header[data-main] [data-position-v="middle"] [data-position-h="left"] {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0;
}

header[data-main] [data-position-v="middle"] [data-position-h="center"] .search-wrapper .btn i {
	margin-left: 0;
}

header[data-main] [data-position-v="middle"] [data-position-h="left"] [data-off-canvas-sidebar] {
	display: none;
}

header[data-main] [data-position-v="middle"] [data-position-h="left"] .navbar-toggler {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	margin-left: 0;
	border: none;
	padding: 0.2rem 0.25rem;
	background: transparent;
	color: #666;
	line-height: 1;
	font-size: 1.5rem;
	cursor: pointer;
}

/* Responsive Header > Middle [Layout] */

@media screen and (max-width: 767px) {
	header[data-main] [data-position-v="middle"] [data-position-h="left"] [data-off-canvas-sidebar] {
		display: flex;
	}
}

@media screen and (min-width: 992px) {
	header[data-main] [data-position-v="middle"] [data-position-h="left"] .navbar-toggler {
		display: none;
	}
}

header[data-main] [data-position-v="middle"] [data-position-h="left"] .navbar-brand {
	display: block;
	/*flex-shrink: 0;*/
	min-height: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
}

header[data-main] [data-position-v="middle"] [data-position-h="left"] .navbar-brand img {
	max-width: 100%;
	height: auto;
}

header[data-main] [data-position-v="middle"] [data-position-h="center"] {
	flex: 0 0 45%;
	max-width: 45%;
	margin: 0;
}

header[data-main] [data-position-v="middle"] [data-position-h="center"] [data-icon-box] {
	display: none;
}

header[data-main] [data-position-v="middle"] [data-position-h="right"] {
	align-self: stretch;
	align-items: center;
	margin-left: auto;
}

header[data-main] [data-position-v="middle"] [data-icon-box] {
	position: relative;
	display: flex;
	max-height: 48px;
	text-align: center;
}

header[data-main] [data-position-v="middle"] [data-icon-box]:not(:first-child) {
	padding-left: 25px;
}

header[data-main] [data-position-v="middle"] [data-icon-box] i {
	font-size: 24px;
}

header[data-main] [data-position-v="middle"] [data-icon-box] a div {
	position: relative;
}

header[data-main] [data-position-v="middle"] [data-icon-box] [data-count] {
	position: absolute;
	top: 0;
	right: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: var(--rgb-blue);
	color: #fff;
	line-height: 1;
	font-size: 0.75rem;
}

header[data-main] [data-position-v="middle"] [data-icon-box] a p {
	font-size: 0.875rem;
}

/*
 * Avatar
 */

.avatar {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: #fff;
}

.avatar-content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 0.875rem;
}

.avatar-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.avatar img,
.avatar .avatar-content {
	border: 2px solid #269bff;
	width: 100%;
}

header#navigation.scrolled .avatar img,
header#navigation.scrolled .avatar-content {
	border-color: #000;
}


/* Responsive Header > Middle [Layout] > Dropdown */

header[data-main] [data-icon-box] .dropdown-toggle::after {
	display: none;
}

header[data-main] .dropdown-menu {
	margin-top: 0;
}

/* dropdown > cart */

header[data-main] [data-cart-box] .dropdown-menu {
	white-space: initial;
}

[data-cart] [data-cart-content] {
	width: 275px;
}


[data-cart] [data-cart-empty],
[data-cart] [data-cart-content],
[data-cart] [data-cart-footer] {
	display: flex;
	flex-direction: column;
	padding: 0 5px;
}

[data-cart] [data-item] {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

[data-total]:hover {
	cursor: pointer;
}

[data-cart] em {
	font-weight: 700;
	font-style: normal;
}

[data-cart] [data-item] a {
	width: 100%;
}

[data-cart] [data-item] a,
[data-cart] [data-item] span {
	display: flex;
}

[data-cart] [data-item] a > span:first-child {
	width: 50px;
}

[data-cart] [data-item] a > span:first-child img {
	max-height: 50px;
}

[data-cart] [data-item] span.pd {
	flex: 1;
	flex-direction: column;
	padding-left: 5px;
}

[data-cart] [data-item] span.pd span:first-child {
	color: var(--rgb-green);
	line-height: 1;
	font-size: 0.875rem;
}

[data-cart] [data-item] span.pd span:last-child {
	line-height: 1.25;
	font-size: 0.875rem;
}

[data-cart] [data-item] a > span:last-child {
	padding: 0 5px;
}

[data-cart] [data-item] span i {
	font-size: 1rem !important;
}

[data-cart] [data-item] a > span:last-child i {
	color: #f00 !important;
}

[data-cart] [data-total] {
	display: flex;
	margin: 0 0 5px;
	border-bottom: 1px solid #eee;
}

[data-cart] [data-actions] {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

[data-cart] [data-actions] a {
	width: 50%;
}

/* dropdown > left position arrow */

header[data-main] [data-icon-box] .dropdown-menu::before,
header[data-main] [data-icon-box] .dropdown-menu::after {
	position: absolute;
	display: inline-block;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
}

header[data-main] [data-icon-box] .dropdown-menu::before {
	border-bottom: 9px solid rgba(0, 0, 0, 0.2);
	top: -8px;
}

header[data-main] [data-icon-box] .dropdown-menu::after {
	border-bottom: 8px solid #fff;
	top: -7px;
}

/* dropdown > left position arrow */

header[data-main] [data-icon-box] .dropdown-menu:not(.dropdown-menu-right)::before,
header[data-main] [data-icon-box] .dropdown-menu:not(.dropdown-menu-right)::after {
	left: 5%;
}

/* dropdown > right position arrow */

header[data-main] [data-icon-box] .dropdown-menu.dropdown-menu-right::before,
header[data-main] [data-icon-box] .dropdown-menu.dropdown-menu-right::after {
	right: 5%;
}


/* Responsive Header > Middle [Layout] */

@media screen and (max-width: 767px) {
	header[data-main] [data-position-v="middle"] [data-position-h="center"] {
		flex: 1;
		max-width: 100%;
	}

	header[data-main] [data-position-v="middle"] [data-position-h="center"] .search-wrapper form {
		display: flex;
		width: 100%;
	}

	header[data-main] [data-position-v="middle"] [data-position-h="center"] .input-group {
		display: none;
	}

	header[data-main] [data-position-v="middle"] [data-position-h="center"] [data-icon-box] {
		display: flex;
		margin-left: auto;
		color: var(--rgb-blue);
	}

	header[data-main] [data-position-v="middle"] [data-position-h="center"] [data-icon-box]:hover {
		cursor: pointer;
	}

	header[data-main] [data-position-v="middle"] [data-position-h="right"] {
		padding-left: 15px;
	}

	header[data-main] [data-position-v="middle"] [data-icon-box]:not(:first-child) {
		padding-left: 15px;
	}

	header[data-main] [data-position-v="middle"] [data-icon-box] a p {
		display: none;
	}

	[data-cart] [data-cart-content] {
		width: 100%;
	}

	#cartContentList.dropdown-menu {
		position: relative;
		top: inherit;
		z-index: inherit;
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0;
		border: 0;
		border-radius: 0;
		padding: 10px;
	}
}

/* Header > Bottom [Layout] */

header[data-main] [data-position-v="bottom"] {
	position: relative;
	display: flex;
	align-items: center;
}

header[data-main] [data-position-v="bottom"] .container > div {
	display: flex;
	align-items: center;
}

/*header[data-main] [data-position-v="bottom"] [data-position-h="left"] {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0;
}

header[data-main] [data-position-v="bottom"] [data-position-h="right"] {
    flex: 1;
}*/


/**
 * Sticky header
 */

.sticky {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1050;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
	-webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
	animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
}

header[data-main] [data-position-v="bottom"].sticky {
	padding: 20px;
}


/* Header > Mobile off-canvas sidebar */

.offcanvas-overlay {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.offcanvas {
	position: fixed;
	display: none;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1001;
	flex-direction: column;
	width: 375px;
	height: 100vh;
	transition: all 0.250s ease-out;
	background: #d8f7fc;
}

.offcanvas-overlay.active,
.offcanvas.active {
	display: flex;
}

.offcanvas-overlay-content {
	z-index: 10;
}


/**
 * Navigation menu
 */

nav[data-navigation] {
	display: flex;
	width: 100%;
}


/* Navigation common defs */

nav[data-navigation] ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav[data-navigation] ul li {
	position: relative;
}

nav[data-navigation] ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

[data-no-link] {
	pointer-events: none;
}

/* Navigation first level */

nav[data-navigation] > ul > li {
	position: relative;
	display: inline-block;
	margin: 0 -2px;
}

nav[data-navigation] ul li a,
nav[data-navigation] ul li > span,
nav[data-navigation] > ul > li[data-categories] {
	padding: 10px 25px;
	color: var(--rgb-gray-20);
	font-size: 1rem;
}

nav[data-navigation] > ul > li > a {
	font-weight: 300;
}

nav[data-navigation] > ul > li[data-categories] {
	padding: 0;
}

nav[data-navigation] > ul > li[data-categories] span {
	display: flex;
	padding: 10px 25px;
}

nav[data-navigation] ul li .active,
nav[data-navigation] ul li:hover > a {
	color: var(--rgb-blue-50); /*var(--rgb-green);*/
}

nav[data-navigation] > ul > li.itm-dropdown > a:after,
nav[data-navigation] > ul > li.itm-megamenu > a:after {
	padding-left: 10px;
	content: "\f107";
	color: var(--rgb-gray-75);
	font-family: 'FontAwesome', sans-serif;
	font-weight: 300;
}

nav[data-navigation] > ul > li li.itm-megamenu[data-orientation="vertical"] > a:after,
nav[data-navigation] > ul > li li.itm-dropdown > a:after {
	content: "\f105";
	color: var(--rgb-gray-75);
	font-family: 'FontAwesome', sans-serif;
	font-weight: 300;
}

/* Navigation products categories */

nav[data-navigation] > ul > li[data-categories] {
	min-width: 275px;
	background: #f3f3f3; /*var(--rgb-blue-95)*/
	cursor: pointer;
}

nav[data-navigation] > ul > li[data-categories]:hover {
	background: var(--rgb-blue-90);
}

nav[data-navigation] > ul > li[data-categories] > span {
	font-weight: 700;
}

nav[data-navigation] > ul > li[data-categories] > span:before {
	width: 25px;
	padding-right: 10px;
	content: "\f0c9";
	color: var(--rgb-gray-75);
	font-family: 'FontAwesome', sans-serif;
	font-weight: 300;
}

nav[data-navigation] > ul > li[data-categories]:hover > span:before {
	width: 25px;
	content: "\f00d";
	color: var(--rgb-black);
	font-family: 'FontAwesome', sans-serif;
}

nav[data-navigation] > ul > li[data-categories] + li {
	border-left: 1px solid var(--rgb-gray-95);
}

/* Navigation dropdown */

nav[data-navigation] ul li.itm-dropdown ul {
	width: 200px;
	box-shadow: 0 5px 15px 0 rgba(212, 201, 201, 0.75);
	background: var(--rgb-white);
}

nav[data-navigation][data-transitions] ul li.itm-dropdown ul {
	z-index: 1000;
	transition: all 250ms ease;
	transform: translateY(20px);
}

nav[data-navigation][data-transitions] ul li.itm-dropdown:hover ul {
	transform: translateY(0);
}

nav[data-navigation] > ul > li[data-categories] ul.dropdown-list[data-list-main-categories] {
	width: 275px;
}

nav[data-navigation] > ul > li[data-categories] ul.dropdown-list {
	width: 175px;
}

nav[data-navigation] ul li.itm-dropdown ul li a {
	padding: 10px 25px;
}

nav[data-navigation] ul li.itm-dropdown ul li ul {
	top: 0;
	left: 100%;
}

/* Navigation mega-menu */

nav[data-navigation] > ul > li.itm-megamenu,
nav[data-navigation] ul li.itm-megamenu[data-orientation="vertical"] {
	position: static !important;
}

nav[data-navigation] ul li.itm-dropdown li.itm-megamenu[data-orientation="vertical"] ul {
	width: auto;
	background: transparent;
}

nav[data-navigation] .megamenu-container {
	position: absolute;
	z-index: 100;
	width: calc(100% - 30px); /* 15px * 2 from [data-navigation] parent .container negative margins */
	box-shadow: 0 5px 15px 0 rgba(212, 201, 201, 0.75); /* same as dropdown */
	padding: 10px 25px;
	background: var(--rgb-white);
}

/* mega-menu backgrounds */

nav[data-navigation] .megamenu-container[data-bg-cartuse-compatibile] {
	background: #fff url('../images/content/bg-cartuse-compatibile.jpg') center;
	background-size: cover !important;
}

nav[data-navigation][data-transitions] .megamenu-container {
	visibility: hidden;
	opacity: 0;
	transition: all 250ms ease;
	transform: translateY(20px);
}

nav[data-navigation] .megamenu-container ul {
	box-shadow: none !important;
	font-size: 0.875rem;
}

nav[data-navigation] .megamenu-container ul li > span {
	padding: 0;
	font-size: 0.875rem;
}

nav[data-navigation] li.itm-megamenu[data-orientation="horizontal"] .megamenu-container {
	top: calc(100% - 1px);
	left: 0;
	margin: 0 15px; /* fix [data-navigation] parent .container negative margins */
}

nav[data-navigation] li.itm-megamenu[data-orientation="vertical"] .megamenu-container {
	overflow: auto;
	top: 0;
	left: 100%;
	width: 835px;
	height: 100%;
}

nav[data-navigation] ul li.itm-megamenu:hover .megamenu-container {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

nav[data-navigation] > ul > li.itm-dropdown li.itm-megamenu h4,
nav[data-navigation] > ul > li.itm-megamenu h4 {
	color: #0b0b0b;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 1.125rem;
}

nav[data-navigation] > ul > li.itm-megamenu h4 :hover {
	color: #007bff;
}

nav[data-navigation] > ul > li.itm-dropdown li.itm-megamenu h4 a {
	padding: 0;
}

nav[data-navigation] ul li.itm-megamenu .megamenu-content-wrapper li a {
	padding: 5px 0;
}

/* mega-menu products */

[data-mega-products] .megamenu-content-wrapper.vertical-menu {
	display: flex;
	flex-direction: column;
}

[data-mega-products] .megamenu-content-wrapper.vertical-menu ul {
	margin-bottom: 10px;
}

[data-mega-products] .megamenu-content-wrapper.vertical-menu p {
	margin-top: auto;
}

[data-mega-products] .megamenu-content-wrapper.vertical-menu .image-preview {
	position: relative;
	display: block;
	height: 200px;
	padding-bottom: 100%;
}

[data-mega-products] .megamenu-content-wrapper.vertical-menu .image-preview img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0 auto;
	object-fit: cover;
}

/* Responsive Navigation dropdown & mega-menu */

@media (min-width: 992px) and (max-width: 1199px) {
	nav[data-navigation] ul li.itm-dropdown ul {
		/*width: 225px;*/
	}

	nav[data-navigation] li.itm-megamenu[data-orientation="vertical"] .megamenu-container {
		width: 655px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	nav[data-navigation] ul li.itm-dropdown ul {
		/*width: 200px;*/
	}

	nav[data-navigation] li.itm-megamenu[data-orientation="vertical"] .megamenu-container {
		width: 415px;
	}

	nav[data-navigation] > ul li[data-categories] [data-list-main-categories] {
		min-height: 400px;
	}
}

@media (min-width: 768px) {
	nav[data-navigation] ul li.itm-dropdown > ul {
		position: absolute;
		visibility: hidden;
		opacity: 0;
		top: 100%;
	}

	nav[data-navigation] ul li.itm-dropdown:hover > ul {
		visibility: visible;
		opacity: 1;
		z-index: 100;
	}

	header[data-main] .dropdown:hover .dropdown-menu {
		display: block;
	}

	[data-toggle="sidebar"] {
		display: none;
	}
}

@media (max-width: 767px) {
	/* Navigation common defs */
	nav[data-navigation] {
		width: 100%;
		padding: 0;
		box-shadow: none;
	}

	/* Hide main navigation and display in off-canvas */
	#mainMenu {
		display: none;
	}

	[data-offcanvas-content] #mainMenu {
		display: block;
	}

	nav[data-navigation] ul li:hover > a:not(.active) {
		color: inherit;
	}

	/* Navigation first level */
	nav[data-navigation] > ul > li {
		display: block;
		width: 100%;
		margin: 0;
	}

	nav[data-navigation] > ul > li > a {
		font-weight: 300;
		font-size: 1.125rem;
	}

	/* Navigation dropdown */
	nav[data-navigation] ul li li:not(:last-child) {
		/*border-bottom: 1px solid var(--rgb-gray-95);*/
	}

	nav[data-navigation] ul li.itm-dropdown {
		display: block;
	}

	nav[data-navigation] ul li ul {
		display: none;
	}

	nav[data-navigation] ul li.itm-dropdown ul {
		width: calc(100% - 15px);
		box-shadow: none;
	}

	nav[data-navigation] ul li.itm-dropdown ul li ul {
		top: auto;
		left: 0;
	}

	nav[data-navigation] ul li.itm-dropdown ul li a {
		padding: 7px 15px;
	}

	nav[data-navigation] > ul > li > .dropdown-list {
		width: calc(100% - 20px);
		margin: 0 10px;
		border-top: 2px solid var(--rgb-gray-90);
		box-shadow: none;
	}

	nav[data-navigation] > ul > li > .dropdown-list .dropdown-list,
	nav[data-navigation] ul li.itm-dropdown li.itm-megamenu[data-orientation="vertical"] ul,
	nav[data-navigation] ul li.itm-megamenu ul {
		width: 100%;
		box-shadow: none;
		background: var(--rgb-blue-95);
	}

	nav[data-navigation] > ul > li > .dropdown-list .dropdown-list .dropdown-list {
		background: var(--rgb-blue-90);
	}

	nav[data-navigation] .dropdown-list.expanded {
		display: block !important;
		padding-left: 15px;
		transition: none;
	}

	nav[data-navigation] > ul > li > .dropdown-list.expanded {
		padding-left: 0;
	}

	/* Navigation products categories */
	nav[data-navigation] > ul > li[data-categories] {
		padding: 0;
		background: transparent;
	}

	nav[data-navigation] > ul > li[data-categories]:hover {
		background: transparent;
	}

	nav[data-navigation] > ul > li[data-categories] span {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		width: 100%;
		padding: 10px 25px;
		font-weight: 300;
		font-size: 1.125rem;
		cursor: pointer;
	}

	nav[data-navigation] > ul > li[data-categories] > span:before,
	nav[data-navigation] > ul > li[data-categories]:hover > span:before {
		width: auto;
		padding-right: 0;
		padding-left: 10px;
	}

	nav[data-navigation] > ul > li[data-categories] > span:before,
	nav[data-navigation] > ul > li[data-categories]:hover > span:before {
		content: "\f107";
	}

	nav[data-navigation] > ul > li[data-categories]:hover > span {
		background: inherit;
	}

	nav[data-navigation] > ul > li[data-categories]:hover > span:before {
		color: var(--rgb-gray-75);
	}

	/* Navigation mega-menu */
	nav[data-navigation][data-transitions] li.itm-megamenu .megamenu-container {
		transform: translateX(0);
	}

	nav[data-navigation] > ul > li li.itm-megamenu[data-orientation="horizontal"] .megamenu-container {
		width: calc(100% - 15px);
		margin: 0 10px;
	}

	nav[data-navigation] li.itm-megamenu[data-orientation="horizontal"] .megamenu-container {
		display: none;
		width: calc(100% - 20px);
		margin: 0 10px;
		box-shadow: none;
		padding: 10px 15px;
	}

	nav[data-navigation] li.itm-megamenu[data-orientation="horizontal"] .megamenu-container.expanded {
		display: block;
	}

	nav[data-navigation][data-transitions] > ul > li li.itm-megamenu[data-orientation="vertical"] .megamenu-container {
		display: none;
	}

	nav[data-navigation] > ul > li li.itm-megamenu[data-orientation="vertical"] .megamenu-container.expanded {
		position: relative;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: none;
		padding: 10px 15px;
	}

	nav[data-navigation][data-transitions] > ul > li li.itm-megamenu[data-orientation="vertical"] .megamenu-container.expanded {
		visibility: visible;
		opacity: 1;
	}

	nav[data-navigation] > ul > li.itm-dropdown li.itm-megamenu h4,
	nav[data-navigation] > ul > li.itm-megamenu h4 {
		display: flex;
		justify-content: space-between;
		margin-top: 0;
		margin-bottom: 0;
		padding: 12px 0;
		font-weight: 300;
		font-size: 1rem;
		cursor: pointer;
	}

	nav[data-navigation] > ul > li li.itm-megamenu[data-orientation="vertical"] > a:after,
	nav[data-navigation] > ul > li li.itm-dropdown > a:after,
	nav[data-navigation] li.itm-megamenu h4:after {
		content: "\f107";
		font-family: 'FontAwesome', sans-serif;
	}

	nav[data-navigation] .megamenu-container.expanded {
		position: relative;
	}

	nav[data-navigation] ul li .megamenu-container ul {
		display: none;
	}

	nav[data-navigation] ul li .megamenu-container ul.expanded {
		display: block;
		padding-left: 15px;
	}

	nav[data-navigation] ul li.itm-megamenu .megamenu-content-wrapper li a {
		padding: 7px 0;
	}

	/* Navigation dropdown and mega-menu dropdowns common styles */
	nav[data-navigation] > ul > li > .dropdown-list .dropdown-list,
	nav[data-navigation] li.itm-megamenu[data-orientation="horizontal"] .megamenu-container,
	nav[data-navigation] li.itm-megamenu[data-orientation="horizontal"] .megamenu-container .megamenu-content-wrapper ul,
	nav[data-navigation] > ul > li li.itm-megamenu[data-orientation="vertical"] .megamenu-container.expanded,
	nav[data-navigation] ul li.itm-dropdown li.itm-megamenu[data-orientation="vertical"] ul {
		border-top: 2px solid var(--rgb-gray-90);
		border-bottom: 2px solid var(--rgb-gray-90);
	}

	nav[data-navigation] li.itm-megamenu[data-orientation="horizontal"] .megamenu-container .megamenu-content-wrapper ul,
	nav[data-navigation] ul li.itm-dropdown li.itm-megamenu[data-orientation="vertical"] ul {
		margin-bottom: 10px;
	}

	/* DropDown */
	header[data-main] [data-icon-box] .navbar-toggler {
		padding: 0;
	}

	header[data-main] [data-icon-box] .navbar-toggler > div {
		position: relative;
		display: inline-block;
		height: 28px;
		color: #007bff;
	}

	header[data-main] [data-icon-box] .navbar-toggler ~ .dropdown-toggle {
		display: none;
	}
}


/*
 *	### Main
 */

main[role="main"] {
	position: relative;
	/*z-index: 10;*/
}

/*
 * ### Section
 */

section {
	position: relative;
	clear: both;
}

section p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.ovr),
section ul li {
	line-height: 1.75;
	color: #1b1b1b; /*656565*/
}

section.fdb-block p:not(:last-child) {
	margin-bottom: 0.5rem;
}

section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*section .row:not(:last-child),*/
section ul {
	margin-bottom: 1.5rem;
}

section a {
	color: #0353ea;
}

section a:hover {
	color: #003498;
}


/*
 * Section static
 */

.section-static {
	display: flex;
	min-height: 150px;
	padding: 0;
	background-size: cover;
	background-position: center center;
}

/*
 *	Section : Breadcrumbs
 */

.section-breadcrumbs {
	z-index: 1;
	width: 100%;
	display: flex;
	align-items: flex-end;
	margin: 0;
	padding: 0 0 50px 0;
	box-shadow: rgba(0, 0, 0, 0.15) 0 20px 30px;
}

.section-breadcrumbs .breadcrumb {
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
}

.section-breadcrumbs .breadcrumb a,
.section-breadcrumbs .breadcrumb span {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.85);
	font-size: 1rem;
}

.section-breadcrumbs .breadcrumb-item + .breadcrumb-item:before {
	color: #cfcfcf;
}

.section-breadcrumbs .breadcrumb span {
	color: #fff;
}

.section-breadcrumbs .breadcrumb li a:hover span {
	color: #e0f2fa;
}


/*
 * Homepage Carousel
 */

.homepage-carousel {
	display: block;
	overflow: hidden;
}

.homepage-carousel,
.homepage-carousel .carousel {
	height: 500px;
}

.homepage-carousel .carousel-inner {
	display: block;
	height: 100%;
}

.homepage-carousel .carouse-item {
	width: 100%;
	height: 100%;
}

.homepage-carousel .carousel-item {
	height: 100vh;
	min-height: 100%;
	background: no-repeat center center scroll;
	background-size: cover;
	animation: imagescale 7s ease-in-out infinite alternate;
	-webkit-animation: imagescale 7s ease-in-out infinite alternate;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

@-webkit-keyframes imagescale {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}
	100% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
	}
}

@keyframes imagescale {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}
	100% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
	}
}

.homepage-carousel .carousel-caption {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	height: auto;
	padding: 0 15px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;
	color: #3c464b;
}

.homepage-carousel .carousel-caption h1 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 1.5rem;
}

.homepage-carousel .carousel-caption h2 {
	color: #fff;
	text-shadow: 1px 1px #000;
	font-weight: 700;
	font-size: 4rem;
}

.homepage-carousel .carousel-caption p {
	color: #fff;
	font-size: 1.125rem;
}

.homepage-carousel .carousel-caption p:not(:last-of-type) {
	margin-bottom: 1rem !important;
}

.homepage-carousel .slider-control a span {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	text-align: center;
	line-height: 48px;
}

.homepage-carousel .slider-control a span,
.homepage-carousel .slider-control a:hover span {
	border: 1px solid #3c464b;
	color: #3c464b;
}

.homepage-carousel .carousel-control-prev,
.homepage-carousel .carousel-control-next {
	width: auto;
}

.homepage-carousel .carousel-control-prev {
	margin-left: 25px;
}

.homepage-carousel .carousel-control-next {
	margin-right: 25px;
}

.homepage-carousel .carousel-indicators li {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 1px solid #3c464b;
}

/*
 * Section: Content
 */

.content-editor * {
	/*color: inherit !important;*/
	text-align: inherit !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	-webkit-text-size-adjust: inherit !important;
	-webkit-tap-highlight-color: inherit !important;
	/*all: revert;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.content-editor .card {
	border: 0;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.content-editor .card:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.content-editor .bg-gradient {
	border-radius: 4px;
	background: #0078db !important;
	background: linear-gradient(90deg, #0078db 0%, #2050ab 100%) !important;
}

.content-editor img {
	max-width: 100% !important;
}

.content-editor ol {
	padding-left: 1rem !important;
}

/*.content-editor ul li {
    list-style-type: none;
}*/

.content-editor,
.content-editor p,
.content-editor span,
.content-editor li {
	line-height: 1.75 !important;
	/*font-size: 0.875rem !important;*/
}

.content-editor u {
	text-decoration: none !important;
}

.content-editor strong {
	font-weight: 700 !important;
}

.content-editor a {
	color: #0353ea !important;
}

.content-editor a:hover {
	color: #003498 !important;
}

.content-editor .bg-gradient a {
	color: #fff !important;
}

.content-editor .bg-gradient a:hover {
	color: #b9e6fb !important;
}

section a:hover {
	color: #003498;
}

.content-editor table {
	width: 100% !important;
	border-collapse: collapse !important;
}

.content-editor table th {
	font-weight: 300;
}

.content-editor table th,
.content-editor table td {
	min-width: 150px;
	border: 1px solid #ccc !important;
	padding: 5px !important;
	font-size: 0.875rem !important;
}

.content-editor table td p {
	margin: 0;
}

.content-extra.list-group {
	box-shadow: 0 0 25px rgba(115, 128, 157, 0.1);
}

.content-extra.list-group .list-group-item {
	box-shadow: inset 0 -20px 20px -20px rgba(195, 195, 195, 0.45);
	padding: 0.75rem !important;
}

.content-extra.list-group .list-group-item > div > h6 {
	color: #269bff;
}

.content-extra.list-group .list-group-item:hover > div > h6 {
	color: #226bfd;
}

.content-extra.list-group .list-group-item > div > small {
	white-space: nowrap;
}

.content-extra.list-group .list-group-item .badge {
	padding: 0.25em 0.4em;
	font-weight: 400;
}

.content-extra.list-group .list-group-item p:last-child {
	margin-bottom: 0 !important;
}


/*
 * Section: NO Content
 */

.section-no-content {
	padding-top: 1rem;
}

/**
 *  Account: User profile
 */

.profile-bar img {
	width: 75px;
	height: 75px;
	border: 2px solid #fff;
	border-radius: 100%;
	box-shadow: rgba(183, 183, 183, 0.5) 0 2px 8px 0;
}

.profile-bar .profile-user-name {
	line-height: 1;
}


/*
 * Cards & common defs
 */

/*.card {
    border: 0;
}*/

.card-shadow {
	box-shadow: 0 0 25px rgba(115, 128, 157, 0.1);
}

.card-img-hover {
	overflow: hidden;
}

.card-img-hover img {
	transition: 0.1s ease-in;
}

.card:hover .card-img-hover img,
.card-img-hover img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.text-heading {
	margin: 20px 0 15px;
}

.test-subheading {
	color: #8d97ad;
	line-height: 24px;
}

.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*
 * Section: Banners > common
 */

[data-banner] {
	position: relative;
	display: flex;
	height: 100%;
	background-size: cover !important;
}

[data-banner-overlay] {
	position: relative;
	width: 100%;
	height: 100%;
}

[data-banner-overlay]:before {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.25s ease;
	content: '';
}

[data-banner]:hover > [data-banner-overlay]:before {
	visibility: visible;
	opacity: 1;
}

[data-banner]:hover > [data-banner-overlay-light]:before {
	background: rgba(180, 180, 180, 0.25);
}

[data-banner]:hover > [data-banner-overlay-dark]:before {
	background: rgba(50, 50, 50, 0.25);
}

[data-banner] [data-banner-content] {
	position: absolute;
	z-index: 10;
	display: flex;
	flex-direction: column;
	padding: 10px 25px;
}

[data-banner] [data-banner-content][data-position-top] {
	top: 15px;
}

[data-banner] [data-banner-content][data-position-bottom] {
	bottom: 15px;
}

[data-banner] [data-banner-content] [data-banner-heading] {
	letter-spacing: 0;
	font-size: 1.125rem;
}

[data-banner] [data-banner-content] [data-banner-subheading] {
	line-height: 1;
	letter-spacing: -0.05em;
	font-weight: 600;
	font-size: 2rem;
}

[data-banner] [data-banner-content] [data-banner-text] {
	margin-top: -5px;
	line-height: 1.25;
	letter-spacing: -0.025em;
	font-size: 1.5rem;
}

[data-banner-overlay-light] [data-banner-heading] {
	color: #646464;
}

[data-banner-overlay-light] [data-banner-subheading] {
	color: #333;
}

[data-banner-overlay-light] [data-banner-text] {
	color: #333;
}

[data-banner-overlay-dark] [data-banner-heading] {
	color: #fff;
}

[data-banner-overlay-dark] [data-banner-subheading] {
	color: #fff;
}

[data-banner-overlay-dark] [data-banner-text] {
	color: #fff;
}

/*
 * Section: Banners > Group 1
 */

[data-banner-group-1] [data-banner-1] {
	background-image: url('../images/content/banner-1.jpg');
}

[data-banner-group-1] [data-banner-2] {
	background-image: url('../images/content/banner-2.jpg');
}

[data-banner-group-1] [data-banner-3] {
	background-image: url('../images/content/banner-3.jpg');
}

[data-banner-group-1] [data-banner-4] {
	background-image: url('../images/content/banner-4.jpg');
}

@media screen and (min-width: 992px) {
	[data-banner-group-1] [data-banners-wrapper] {
		min-height: 480px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	[data-banner-group-1] [data-banner-1] {
		min-height: 300px;
	}

	[data-banner-group-1] [data-banner-2] {
		min-height: 450px;
	}
}

@media only screen and (max-width: 767px) {
	[data-banner-group-1] [data-banner-1] {
		min-height: 400px;
	}

	[data-banner-group-1] [data-banner-2] {
		min-height: 550px;
	}

	[data-banner-group-1] [data-banner-3],
	[data-banner-group-1] [data-banner-4] {
		min-height: 300px;
	}
}

/*
 * Section: Banners > Group 2
 */

[data-banner-group-2] [data-banner] {
	background-position: center;
}

[data-banner-group-2] [data-banner-1] {
	background-image: url('../images/content/banner-5.jpg');
}

[data-banner-group-2] [data-banner-2] {
	background-image: url('../images/content/banner-6.jpg');
}

[data-banner-group-2] [data-banner-3] {
	background-image: url('../images/content/banner-7.jpg');
}

[data-banner-group-2] [data-banner-4] {
	background-image: url('../images/content/banner-8.jpg');
}

[data-banner-group-2] [data-banner-5] {
	background-image: url('../images/content/banner-9.jpg');
}

@media screen and (min-width: 992px) {
	[data-banner-group-2] [data-banner-1],
	[data-banner-group-2] [data-banner-2] {
		min-height: 450px;
	}

	[data-banner-group-2] [data-banner-3],
	[data-banner-group-2] [data-banner-4],
	[data-banner-group-2] [data-banner-5] {
		min-height: 300px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	[data-banner-group-2] [data-banner-1],
	[data-banner-group-2] [data-banner-2] {
		min-height: 450px;
	}

	[data-banner-group-2] [data-banner-3],
	[data-banner-group-2] [data-banner-4],
	[data-banner-group-2] [data-banner-5] {
		min-height: 350px;
	}
}

@media only screen and (max-width: 767px) {
	[data-banner-group-2] [data-banner-1],
	[data-banner-group-2] [data-banner-2] {
		min-height: 550px;
	}

	[data-banner-group-2] [data-banner-3],
	[data-banner-group-2] [data-banner-4],
	[data-banner-group-2] [data-banner-5] {
		min-height: 300px;
	}
}

/*
 * Section: Banners > Group 3
 */

[data-banner-group-3] [data-banners-wrapper] {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

[data-banner-group-3] [data-banners-wrapper] [data-banner-image] {
	position: relative;
	display: flex;
	justify-content: center;
	min-width: 1%;
	max-width: 100%;
	min-height: 1%;
	height: 400px;
}

@media only screen and (max-width: 767px) {
	[data-banner-group-3] [data-bgr3-info] p {
		font-size: 1rem;
	}

	[data-banner-group-3] [data-bgr3-main] h3 {
		font-size: 1.25rem;
	}
}

/* Section: Banners > Group 3 > Theme 1 */

[data-banner-group-3][data-th1] [data-bgr3-info] {
	/*background: #f1f9ff;*/
}

[data-banner-group-3][data-th1] [data-bgr3-main] {
	background: #00a1ff;
}

[data-banner-group-3][data-th1] [data-bgr3-main] h3 {
	color: #fff;
}


/*
 * Section: Digitization
 */

[data-tab-previews] .nav-item {
	overflow: hidden;
	width: 100%;
	padding: 10px;
	transition: 0.2s ease-in;
}

[data-tab-previews] .nav-item:hover .nav-link {
	transform: translateX(10px);
}

[data-tab-previews] .nav-item:not(:last-child) {
	border-bottom: 1px solid rgba(223, 223, 223, 0.95);
}

[data-tab-previews] .nav-item:nth-child(1) {
	background: #f3faff;
}

[data-tab-previews] .nav-item:nth-child(2) {
	background: #fff;
}

[data-tab-previews] .nav-item:nth-child(3) {
	background: #f3faff;
}

[data-tab-previews] .nav-item p {
	color: #0b5078;
}

[data-tab-bottom] .nav-link {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 200px;
}

[data-slice-tabs] .tab-content {
	overflow: hidden;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	[data-tab-previews] .tab-content {
		min-height: 480px;
	}
}

[data-slice-tabs] .tab-pane {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

[data-slice-tabs] .tab-pane [class*=btn] {
	position: absolute;
	display: table;
	margin: 0 auto;
	bottom: 25px;
	left: 0;
	right: 0;
}

[data-slice-tabs] [data-image-bg] {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-size: cover;
}

[data-slice-tabs] [data-image-preview]:hover {
	transform: scale(1.125);
}

[data-tab-previews] [data-image-preview-1] {
	background-image: url('../images/content/banner-14.png');
}

[data-tab-previews] [data-image-preview-2] {
	background-image: url('../images/content/banner-15.png');
}

[data-tab-previews] [data-image-preview-3] {
	background-image: url('../images/content/banner-16.png');
}

[data-tab-bottom] .tab-pane {

}

[data-tab-categories] .tab-pane {
	min-height: 400px;
}

[data-tab-categories] .nav {
	/*border: 1px solid #e3e3e3;
	border-top: 0;*/
}

[data-tab-bottom][data-tab-categories] .nav-link {
	min-height: auto;
}

[data-tab-categories] .nav-link.active {
	color: #182b70;
}

[data-tab-categories] .nav-link:not(.active) {
	color: #ccc;
}

[data-tab-categories] .nav-link:hover {
	color: #182b70;
	cursor: pointer;
}

[data-tab-categories] .nav-link h5 {
	font-size: 1.5rem;
}

[data-tab-categories] .nav-link p {
	font-size: 1rem;
}

[data-tab-categories] .nav-link > div {
	padding-bottom: 10px;
}

[data-image-bg-1] {
	background-image: url('../images/content/banner-14.png');
}

[data-image-bg-2] {
	background-image: url('../images/content/banner-15.png');
}

[data-image-bg-3] {
	background-image: url('../images/content/banner-16.png');
}

[data-image-bg-category-1] {
	background-image: url('../images/content/banner-11.png');
}

[data-image-bg-category-2] {
	background-image: url('../images/content/banner-12.png');
}

[data-image-bg-category-3] {
	background-image: url('../images/content/banner-13.png');
}


/*
 * Section: Info
 */

.section-info .card {
	background: rgb(252, 255, 249);
	background: linear-gradient(150deg, rgba(252, 255, 249, 1) 0%, rgba(223, 237, 255, 1) 100%);
}


/*
 * Section: Homepage account
 */

.section-account .card {
	background: rgb(252, 255, 249);
	background: linear-gradient(150deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
}

.section-account .avatar {
	width: auto;
	height: auto;
	background: transparent;
}

.section-account .avatar img {
	max-height: initial;
	border-width: 3px;
}

.section-account h3 {
	margin: 0;
}


/*
 * SubSection: Search box
 */

.search-box input[type="search"] {
	font-size: 1rem;
}

.search-box .btn {
	padding: 0.375rem 0.75rem !important;
}


/*
 * Section: Account structure
 */

.fs-group {
	position: relative;
	border-left: 1px solid #e7e7e7;
	padding-left: 1rem;
}

.fs-group:not(:last-child) {
	padding-bottom: 1.5rem;
}

.fs-group::before {
	position: absolute;
	top: 3px;
	left: -9px;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #64bb15;
	border-radius: 4px;
	background: #d0fb66;
	content: "";
}

.fs-group.nob {
	border-left: 0;
}

.fs-group-header {
	font-weight: 700;
}

.fs-group .form-group {
	font-size: 0.875rem;
}

.fs-group .form-group span:not([data-toggle="tooltip"]):last-child {
	color: #0ca8cb;
}


/*
 * Section: News
 */

.display-articles [class*=col-] {
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.display-articles [class*=col-]:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.display-articles .card {
	margin-bottom: 2rem;
}

.display-articles .card:hover {
	cursor: pointer;
}

.display-articles h5 {
	color: #0353ea;
	line-height: 1.5;
	font-size: 1rem;
}

.display-articles .card:hover h5 {
	color: #000;
}

.display-articles .badge {
	border: 1px solid rgba(119, 119, 119, 0.25);
	background: #efefef;
	color: #656565;
	font-weight: 300;
}

.display-articles .card-date,
.display-articles .article-date {
	color: #556183;
}

.display-articles .card-text {
	color: #556183;
}

.display-articles .article-description {
	margin-top: 0;
}

.display-articles .article-description ul,
.display-articles .article-description ol {
	padding-left: 0;
}


/*
 * Timeline Cards
 */

.cards-timeline h5 .badge {
	width: 36px;
	min-height: 36px;
	border-width: 2px !important;
}

.cards-timeline h5 .badge.badge-pill {
	border-color: #b5b5b5 !important;
}

.cards-timeline h5 .badge .fa {
	color: #404040;
	vertical-align: middle;
	line-height: 1.6;
}

.cards-timeline h5 .badge.badge-pill,
.cards-timeline .card {
	border-radius: 5px;
}

.cards-timeline .card-body {
	padding: 0.5rem;
}

.cards-timeline .card-body a small {
	color: #777 !important;
	white-space: nowrap;
}

.cards-timeline .card-body .card-url {
	display: block;
	border: 0 !important;
	padding: 0 0.25rem;
}

.cards-timeline .card-body .card-url .card-title {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.cards-timeline .card-body .badge {
	background: #efefef;
	border: 1px solid rgba(119, 119, 119, 0.25);
}

.cards-timeline > .row > .col-auto {
	min-width: 32px;
}


/*
 * Section: Account
 */

.section-brands-cards .card {
	position: relative;
	min-height: 200px;
}

.section-brands-cards .card a {
	z-index: 100;
	display: flex;
	justify-content: center;
	height: 100%;
}

.section-brands-cards .card img {
	transition: transform 0.25s;
}

.section-brands-cards .card:hover img {
	transform: scale(1.20);
}


/*
 * Section: Account
 */

.section-account-content .list-group-item {
	padding: 0.5rem 0.75rem;
}

.section-account-content .list-group-item:hover {
	background: #f1f1f1;
}

.section-account-content .list-group-item.active {
	border-color: #535353;
	background: #b7b7b7; /*0078db;*/
	background: linear-gradient(90deg, #b7b7b7 0%, #737373 100%);
}

.section-account-content .text-warning {
	color: #f90 !important;
}

/*
 * Section: Account: Stats cards
 */

.row-stats .card {
	position: relative;
	z-index: 1;
	border-bottom: none;
	transition: all .25s ease-in-out;
}

.row-stats .card::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	border-bottom: 2px solid #959595;
	transition: all .25s ease-in-out;
	content: "";
}

.row-stats .card:hover {
	box-shadow: 0 .25rem 1rem rgba(208, 208, 200, 0.45);
}

.row-stats .card:hover::after {
	border-bottom: 3px solid #66bb88;
}

.row-stats .card-body span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #ebf9e1;
	color: #66bb88;
	font-weight: 700;
}

.row-stats .card-body span ~ h4 {
	color: #66bb88;
}

.row-stats .card-body span i {
	font-size: 1.5rem;
}

.row-stats .card-body p.ovr {
	font-size: 1rem;
}

/*
 * Section: Photo gallery
 */

.photo-gallery .card {
	overflow: hidden;
	border: 0;
	border-radius: 0;
}

.photo-gallery .card-img-top {
	width: 100%;
	height: 15rem;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.photo-gallery .card:hover .card-img-top {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/*
 * Section: Links cards
 */

.section-links-cards .card {
	position: relative;
	transition: transform 0.2s ease;
}

.section-links-cards .card:hover {
	transform: scale(1.05);
}

.section-links-cards .card a {
	display: flex;
	height: 100%;
}

.section-links-cards .link-logo {
	position: absolute;
	top: -3rem;
	left: 0;
}

.section-links-cards .link-logo img {
	height: 100px;
	background-size: contain;
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #eff0f2;
}


/*
 * Section: Profile
 */

.profile-image .avatar {
	width: 5rem;
	height: 5rem;
	border: 2px solid #ebebeb;
}

.profile-image .avatar .avatar-content {
	max-height: 100%;
	font-size: 2rem;
}


/**
 * Hover effects
 */

.hover {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
}

.hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}




.fadein{
	opacity:0.7;
	transition: 1s ease;
}

.fadein:hover{
	opacity:1;
	transition: 1s ease;
}

.brighten {
	-webkit-filter: brightness(50%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.brighten :hover {
	-webkit-filter: brightness(100%);
}




.hover img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s;
}

.hover-content {
	position: relative;
	z-index: 99;
}

.hover-2 .hover-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-content p {
	color: #a2d8ff;
}

.hover-2-title {
	position: absolute;
	top: 70%;
	left: 0;
	z-index: 99;
	width: 100%;
	transition: all 0.3s;
	text-align: center;
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
	.hover-2-title {
		top: 60%;
	}
}

.hover-2-description {
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	transition: all 0.3s;
	text-align: center;
}

.hover-2:hover .hover-2-title {
	transform: translateY(-25px);
}

.hover-2:hover .hover-2-description {
	opacity: 1;
	bottom: 25px;
}

.hover-2:hover .hover-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}


/*
 * Section: Video/Media
 */

.section-video h2 {
	font-size: 1rem;
}

.section-video .video-container {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}

.section-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
 * Section: Links
 */

.section-links {
	padding-top: 8rem;
	padding-bottom: 1.5rem;
}

.section-links [class^="col"] {
	text-align: center;
}

.section-links img {
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.section-links img:hover {
	-webkit-filter: none;
	filter: none;
}


/*
 * Section: Form
 */

.fdb-block.section-form .fdb-box {
	overflow: inherit;
	padding: 1.75rem 1.5rem;
}


/**
 * Results
 */

.resultsContainer {
	margin: 1em 0;
}

.resultsContainer th [class*="fa"] {
	vertical-align: middle;
}


/**
 * Tables
 */

.table thead th,
.table td,
.table th {
	border-top: 0;
	border-bottom: 1px solid #dee2e6;
	font-family: inherit;
	font-size: 0.838rem;
}

.table thead th,
.table tbody tr td[data-strong] {
	font-weight: 700;
}

.table.table-striped tbody tr:nth-child(odd),
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.025);
}

/* #Table results container */

.caption-top caption {
	caption-side: top;
}

/* #Table results container */

.resultsContainer .table thead th {
	border-bottom-width: 2px;
	border-bottom-color: #9da1b1;
	color: #179f87;
	vertical-align: middle;
}

.resultsContainer .table th,
.resultsContainer .table td {
	padding: 7px 5px;
	vertical-align: middle;
}

.resultsContainer .table [data-no-wrap] {
	white-space: nowrap;
}

.resultsContainer .table td[data-small] {
	font-size: 80%;
}

.resultsContainer .table td a:hover {
	text-decoration: none;
}

.resultsContainer .table .w100 {
	width: 100px;
}

.resultsContainer .table .w150 {
	min-width: 150px;
}


/**
 * Navigator/Paginator
 */

.sectionNavigator:first-child {
	margin-bottom: 1em;
}

.sectionNavigator:not(:first-child) {
	margin-top: 2em;
	margin-bottom: 0;
}

.pagination .page-item {
	list-style: none;
}

.pagination .page-item .page-link {
	border: 0;
}

.pagination li a {
	border-radius: 100% !important;
	color: #111e26;
	font-weight: 400;
	font-size: 1rem;
}

.pagination .page-link {
	position: relative;
	display: block;
	line-height: 1;
	background: transparent;
}

.pagination .page-item:focus,
.pagination .page-link:focus {
	outline: 0;
}

.pagination .page-item.active .page-link {
	z-index: 3;
	border: 0;
	background: transparent;
	color: #0353ea;
}

.pagination li.active a,
.pagination li.active a.page-link,
.pagination .page-item .page-link:hover {
	color: #0353ea;
}

.pagination .page-item.dots {
	padding: 0 5px;
}

/*
 * Section: Accordion
 */

.section-accordion.section-accordion-product-details {
	background: #ebf3f7;
}

.section-accordion .heading {
	font-weight: 700;
	font-size: 1.25rem;
}

.section-accordion #accordion .card,
.section-accordion #accordion .card:last-child .card-header {
	border: none;
}

.section-accordion #accordion .card-header {
	border-bottom-color: #edeff0;
	background: transparent;
}

.section-accordion .btn-link {
	color: #1b396a;
	line-height: 1;
	font-weight: 700;
	font-size: 1rem;
}

.section-accordion #accordion .card-body {
	border-bottom: 1px solid #edeff0;
}

.section-accordion .btn {
	width: 100%;
	padding: 8px 0 !important;
	white-space: normal;
	text-align: left;
}

.section-accordion .btn-link:hover,
.section-accordion .btn-link:focus {
	text-decoration: none;
}

.section-accordion #accordion .card-body p {
	font-size: 0.875rem;
}

.section-accordion #accordion .card-body p:last-child {
	margin-bottom: 0;
}

/*
 * Section: Categories list
 */

[data-breadcrumbs-categories] .breadcrumb {
	/*background: var(--rgb-white);
	padding: 1.25rem 0;*/
}

.categories-aside-wrapper {
	background: #fff;
}

.categories-list,
.categories-list ul,
.categories-list li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.categories-list li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.categories-list li li:last-child {
	border-bottom: 0;
}

.categories-list li h2,
.categories-list li h3,
.categories-list li h4 {
	font-weight: 400;
	margin-bottom: 0;
}

.categories-list li a,
.categories-list li span {
	font-size: .875rem;
}

.categories-list li a {
	display: block;
	padding: 0.5em 0.25em;
	color: #000;
}

.categories-list li a:hover,
.categories-list li a.category__selected {
	color: #18a6b9;
}

.categories-list > li > a,
.categories-list > li > span {
	padding-right: 2em;
}

.categories-list ul {
	max-height: 0;
	padding-left: 1em;
	overflow: hidden;
	transition: max-height 0.05s ease-in;
}

.categories-list input[type=checkbox]:checked + label + ul {
	max-height: 100%;
}

.categories-list label {
	position: absolute;
	top: 0.25em;
	right: 0;
	margin: 0;
	padding: 0 0.5em;
	cursor: pointer;
}

.categories-list label > span {
	transition: -webkit-transform 0.05s ease-in-out;
	font-weight: 700;
	font-size: 1.25rem;
}

.categories-list input[type=checkbox] {
	display: none;
	visibility: hidden;
}

.categories-list input[type=checkbox]:checked + label > span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
	.categories-list input[type=checkbox]:checked + label + ul li {
		padding-left: 1em;
	}

	.categories-list li + li label {
		right: 0;
	}
}

@media (min-width: 768px) {
	.categories-list label > span {
		font-size: 0.75rem;
	}

	.categories-list ul {
		overflow: inherit;
		max-height: 100%;
	}

	.categories-list ul {
		display: none;
	}

	.categories-list li:hover > ul {
		position: absolute;
		top: 0;
		left: 100.5%;
		z-index: 20;
		display: table !important;
		width: 10em;
		height: 100%;
		border-radius: 4px;
		border: 1px solid #ccc;
		padding: 0 0.5em;
		background: #fff;
	}

	.categories-list li:hover > ul li {
		width: 100%;
	}
}

/*
 * Section: Filters
 */

.section-filters {
	margin: 0;
}

.section-filters .toggle-card:not(:last-child) {
	margin-bottom: 1em;
}

.section-filters ul {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	list-style: none;
}

.section-filters ul,
.section-filters li {
	margin: 0;
	padding: 0;
}

.section-filters li {
	display: block;
	margin: 0.25em 0;
	font-size: 0.875rem;
}

.section-filters li a {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 1.75em;
	color: #696969;
}

.section-filters li a:before {
	position: absolute;
	left: 0;
	font-family: 'FontAwesome', sans-serif;
	font-size: 1.35rem;
}

.section-filters li a.checked:before,
.section-filters li a:hover:before {
	font-size: 1.25rem;
}

.section-filters li a span:first-child {
	flex: 1;
}

.section-filters li a span:last-child {
	flex: 0;
	color: #169fef;
}

/* unchecked */

.section-filters li a:before {
	content: "\f096";
	margin-right: 0.25em;
}

.section-filters li a:hover:before {
	content: "\f0c8";
	color: #1dad1a;
}

/* checked */

.section-filters li a.checked:before {
	content: "\f14a";
	color: #1dad1a;
}

.section-filters li a.checked:hover:before {
	content: "\f146";
	color: #f00;
}

/* delete filter */

.section-filters .filters-delete {
	margin: 1em 0;
}

.section-filters .filters-delete a {
	color: #f00;
}


/*
 * Section: Categories grid style
 */

.category-card {
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.1);
	padding: 10px;
	background: radial-gradient(328px at 2.9% 15%, rgb(255 255 255) 0%, rgb(255 255 255) 25.8%, rgb(229 234 245) 50.8%, rgb(255 255 255) 77.6%, #ffffff 100.7%);
			/*linear-gradient(150deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgb(222 250 255) 100%);*/
}

.category-card .category-card-image {
	display: flex;
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}

.category-card .category-card-image a {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex: 1;
	height: auto;
}

.category-card .category-card-image a picture {
	display: flex;
	justify-content: center;
	max-height: 150px;
}

.category-card .category-card-image a img {
	max-width: 100%;
	object-fit: contain;
}

.category-card .category-card-details {
	flex: 1;
}

.category-card .category-card-details {
	flex: 1;
	text-align: center;
}

.category-card .category-card-name {
	flex: 1;
	line-height: 20px;
}

.category-card .category-card-name a {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-width: 100%;
	height: 40px;
	color: #0353ea;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	text-decoration: none;
	word-break: break-word;
	white-space: initial;
	font-weight: 700;
	font-size: 0.938rem;
}

.category-card .category-card-name a:hover {
	color: #111;
}

.category-card .category-card-description {
	margin-top: 15px;
}


/*
 * Section: Block header
 */

.block-header {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.block-header-heading {
	margin-bottom: 0;
	font-size: 1.25rem;
}

.fdb-block h3.block-header-heading {
	font-size: 1.25rem;
}

.block-header-divider {
	flex-grow: 1;
	height: 2px;
	background: #ebebeb;
}

.block-header-button,
.block-header-buttons {
	display: flex;
}

.block-header-buttons.hide-nav {
	display: none;
}

.block-header-button {
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: 0;
	border: none;
	padding: 0;
	transition: all 0.15s;
	background: #f2f2f2;
	cursor: pointer;
}

.block-header-button:focus {
	outline: none;
}

.block-header-button:focus,
.block-header-button:hover {
	background: #007bff; /*var(--rgb-green-45);*/
	color: #fff;
}

.block-header-button:active {
	transition-duration: 0s;
	background: var(--rgb-green-45);
}

.block-header-button + .block-header-button {
	margin-left: 3px;
}

.block-header-heading + .block-header-divider {
	margin-left: 15px;
}

.block-header-divider + .block-header-buttons {
	margin-left: 15px;
}

@media (max-width: 767px) {
	.block-header {
		display: flex;
		flex-wrap: wrap;
	}
}


/*
 * Section: Products grid options
 */

.products-options {
	display: flex;
	align-items: center;
	font-size: 0.875rem;
}

.products-options-layout button {
	border: 0;
	border-radius: 4px;
	padding: 5px 10px;
}

.products-options-layout button.active {
	background: #1daef2;
	color: #fff;
}

.products-options-layout button.active:hover {
	color: #000;
}

.products-options-layout button:hover {
	background: #ade4fd;
}

.products-options-label {
	margin-left: 20px;
}

.products-options-divider {
	flex-grow: 1;
}

.products-options-order {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.products-options-order label {
	margin-right: 8px;
	margin-bottom: 0;
}

.products-options-order select {
	font-size: 0.875rem;
}

@media (max-width: 767px) {
	.products-options {
		flex-wrap: wrap;
	}

	.products-options-label {
		margin-left: 10px;
	}

	.products-options-order label {
		display: none;
	}
}

@media (max-width: 480px) {
	.products-options-label {
		margin-left: 3px;
		border: 0;
		border-radius: 4px;
		padding: 5px 10px;
		background: #f0f0f0;
		font-weight: 700;
	}

	.products-options-label span {
		display: none;
	}

	.products-options-order {
		display: block;
		width: 100%;
		margin: 10px 0 0;
	}
}


/*
 * Section: Products grid layout
 */

.products-grid[data-layout="grid"][data-description=false] .product-card-description,
.products-grid[data-layout="grid"][data-description=false] .product-card-attributes {
	display: none;
}

.products-grid[data-layout="list"] [class*=col] {
	max-width: 100%;
	flex: 100%;
}


/*
 * Section: Products grid style
 */

.product-card {
	display: flex;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.1);
	background: radial-gradient(328px at 2.9% 15%, rgb(255 255 255) 0%, rgb(255 255 255) 25.8%, rgb(229 234 245) 50.8%, rgb(255 255 255) 77.6%, #ffffff 100.7%);
			/*linear-gradient(150deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgb(222 250 255) 100%);*/
}

.products-grid[data-layout="grid"] .product-card {
	flex-direction: column;
	padding: 10px;
}

.products-grid .product-card-image {
	display: flex;
}

.products-grid[data-layout="grid"] .product-card-image {
	width: 100%;
	height: 200px;
}

.products-grid[data-layout="list"] .product-card-image {
	width: 150px;
	height: auto;
}

.products-grid .product-card-image a {
	position: relative;
	overflow: hidden;
	display: flex;
	align-self: center;
	justify-content: center;
	flex: 1;
	height: auto;
}

.products-grid .product-card-image a picture {
	display: flex;
	max-height: 200px;
}

.products-grid .product-card-image a img {
	max-width: 100%;
	object-fit: contain;
}

.products-grid .product-card-image a > picture,
.products-grid .product-card-image a > img {
	padding: 10px;
}

.products-grid[data-layout="grid"] .product-card-details {
	flex: 1;
	margin: 10px 0 10px;
}

.products-grid[data-layout="list"] .product-card-details {
	flex: 1;
	margin: 10px;
}

.products-grid[data-layout="grid"] .product-card-name {
	flex: 1;
	line-height: 20px;
}

.products-grid[data-layout="grid"] .product-card-name a {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-width: 100%;
	height: 60px;
	color: #0353ea;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	text-decoration: none;
	word-break: break-word;
	white-space: initial;
	font-weight: 700;
	font-size: 0.938rem;
}

.products-grid[data-layout="grid"] .product-card-name a:hover {
	color: #111;
}

.products-grid .product-card-description,
.products-grid .product-card-attributes {
	margin-top: 15px;
}

.products-grid .product-card-attributes ul {
	margin: 0;
	padding-left: 20px;
}

.products-grid .product-card-availability,
.products-grid .product-card-attributes ul li {
	font-size: 0.875rem;
}

.products-grid .product-card-availability {
	margin: 0 0 5px;
}

.products-grid[data-layout="grid"] .product-card-actions {
	margin-top: auto;
	flex: 0;
}

.products-grid[data-layout="list"] .product-card-actions {
	border-left: 1px solid var(--rgb-blue-90);
}

.product-card-prices {
	display: flex;
	align-items: center;
}

.product-card-prices p {
	margin-bottom: 0;
	color: var(--rgb-black-10);
	font-size: 1.125rem;
}

.product-card-prices p:first-child {
	font-weight: 700;
}

.product-card-prices p ~ p {
	margin-left: 10px;
	color: #ea0505;
	text-decoration: line-through;
}

.products-grid[data-layout="list"] .product-card {
	flex-direction: row;
}

.products-grid[data-layout="list"] .product-card-actions {
	flex: 0;
	min-width: 200px;
	max-width: 200px;
	padding: 10px;
}

.product-card-buttons {
	margin-top: 10px;
}

.product-card-buttons button {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.products-grid[data-layout="list"] .product-card-buttons button {
	padding: 4px 10px !important;
}

.product-card-buttons button i {
	font-size: 1.5rem;
	margin-right: 10px;
}

@media only screen /* and (min-width: 768px) */
and (max-width: 991px) {
	.products-grid[data-layout="list"] .product-card {
		flex-wrap: wrap;
	}

	.products-grid[data-layout="list"] .product-card-actions {
		display: flex;
		align-items: center;
		flex-grow: 1;
		min-width: 100%;
	}

	.products-grid[data-layout="list"] .product-card-availability {
		/*flex: 1;*/
		width: 150px;
	}

	.products-grid[data-layout="list"] .product-card-actions {
		flex-wrap: wrap;
	}

	.products-grid[data-layout="list"] .product-card-availability {
		width: 100%;
	}

	.products-grid[data-layout="list"] .product-card-prices {
		flex: 1;
	}

	.products-grid[data-layout="list"] .product-card-buttons {
		flex: 1;
		margin-top: 0;
	}
}

@media only screen and (max-width: 576px) {
	.products-grid[data-layout="list"] .product-card {
		flex-direction: column;
	}

	.products-grid[data-layout="list"] .product-card-image {
		width: 100%;
		height: 200px;
	}

	.products-grid[data-layout="list"] .product-card-actions {
		flex-wrap: wrap;
	}

	.products-grid[data-layout="list"] .product-card-availability {
		flex: unset;
		width: 100%;
	}

	.products-grid[data-layout="list"] .product-card-buttons {
		flex: 0;
	}

	.products-grid[data-layout="list"] .product-card-buttons button {
		padding: 10px !important;
	}

	.products-grid[data-layout="list"] .product-card-buttons button i {
		margin-right: 0;
	}

	.products-grid[data-layout="list"] .product-card-buttons button span {
		display: none;
	}
}

/*
 * Section: Products grid style > Modal override
 */

.modal-cart-content .product-card {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.modal-cart-content .products-grid[data-layout="list"] .product-card-actions {
	border-left: 0;
}


/*
 * Section: Product details
 */

[data-product-details] h1 {
	font-weight: 700;
	font-size: 1.25rem;
}

[data-product-details] [data-product-gallery],
[data-product-details] [data-product-no-gallery] {
	border: 1px solid var(--rgb-gray-80);
	padding: 10px;
}

[data-product-details] [data-product-no-gallery] {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

[data-product-details] [data-price-wrapper] {
	display: flex;
	align-items: center;
}

[data-product-details] [data-price-wrapper] > div:first-child {
	flex: 0;
	display: flex;
	flex-direction: column;
	margin-right: 10px;

}

[data-product-details] [data-price-wrapper] > div:first-child [data-price-strike] {
	font-size: 1rem;
	text-decoration: line-through;
	color: var(--rgb-gray-75);
}

[data-product-details] [data-price-wrapper] > div:first-child [data-price] {
	font-weight: 700;
	font-size: 2.75rem;
	line-height: 1;
	color: var(--rgb-blue-50);
}

[data-product-details] [data-price-wrapper] > div:last-child {
	display: flex;
	flex-direction: column;
}

[data-product-details] [data-price-wrapper] > div:last-child span {
	line-height: 1;
	font-size: 1.25rem;
}

[data-product-details] [data-price-wrapper] > div:last-child span:first-child {
	font-size: 1rem;
}

[data-product-details] [data-buttons] {
	display: flex;
}

[data-product-details] [data-product-section-actions] {
	display: flex;
}

@media only screen and (max-width: 375px), only screen and (min-width: 768px) and (max-width: 991px) {
	[data-product-details] [data-product-section-actions] {
		flex-wrap: wrap;
	}

	[data-product-details] [data-break] {
		flex-basis: 100%;
		height: 0;
	}

	[data-product-details] [data-buttons] {
		margin-top: 10px;
	}

	[data-product-details] [data-add-to-cart] {
		margin-left: 0 !important;
	}

	[data-product-details] [data-add-to-cart] .btn {
		min-width: 125px;
	}
}

[data-product-details] [data-quantity] {
	display: flex;
	flex: 0;
	min-width: 125px;
}

[data-product-details] [data-add-to-cart] {
	margin-right: 10px;
	margin-left: 10px;
}

[data-product-details] [data-add-to-cart] .btn i {
	margin-right: 5px;
}

[data-product-details] .btn i {
	margin-left: 0;
}

[data-product-details] [data-product-section-details] p {
	color: var(--rgb-gray-55);
}

[data-product-details] [data-product-section-details] p span {
	color: var(--rgb-gray-20);
	font-weight: 700;
}

[data-product-details] .tab-content {
	border: 1px solid var(--rgb-gray-90);
	border-top: 0;
	padding: 10px;
}

[data-product-details] p:last-child {
	margin-bottom: 0;
}

[data-product-attributes] {
}

[data-product-attributes-group]:not(:first-child) {
	margin-top: 20px;
}

[data-product-attributes-group] h4 {
	margin: 0 0 10px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	font-weight: 700;
	font-size: 1rem;
}

[data-product-attributes-group] [data-attr-item] {

}

[data-product-attributes-group] [data-attr-item]:first-of-type {
	border-top: 1px solid var(--rgb-gray-90);
}

[data-product-attributes-group] [data-attr-item] {
	display: flex;
	border-bottom: 1px solid var(--rgb-gray-90);
	padding: 8px 10px;
	line-height: 1.25;
	font-size: 1rem;
}

[data-product-attributes-group] [data-attr-item] > div:first-child {
	flex-shrink: 0;
	width: 200px;
	padding-right: 25px;
	color: var(--rgb-gray-55);
}

@media only screen and (max-width: 575px) {
	[data-product-attributes-group] [data-attr-item] {
		flex-direction: column;
		font-size: 0.875rem;
	}

	[data-product-attributes-group] [data-attr-item] > div:first-child {
		width: 100%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	[data-product-attributes-group] [data-attr-item] > div:first-child {
		width: 175px;
	}
}


/**
 * Product item (secondary items)
 */

[data-products-items] [class*="col"] {
	margin: 5px 0;
}

.product-item-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}

.product-item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	background: #fff;
}

.product-item:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: calc(100% - 2px);
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px #ededed;
	transition: box-shadow 0.2s;
	content: "";
	pointer-events: none;
}

.product-item:hover:before {
	box-shadow: inset 0 0 0 1px var(--rgb-blue-90); /*var(--rgb-green-45);*/
	transition-duration: 0s;
}

.product-item:hover {
	position: relative;
	z-index: 3;
	margin-bottom: -50px;
}

.product-item-badges {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.product-item-badges [class*="product-item-badge-"] {
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 2px;
	padding: 5px 7px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 500;
	font-size: 0.738rem;
}

.product-item-badge-offer {
	background: #ec1111;
	color: #fff;
}

.product-item-badge-deal {
	background: #5ca64b;
	color: #fff;
	text-transform: uppercase;
}

.product-item-badge-new {
	background: #33cfff;
	color: #fff;
	text-transform: uppercase;
}

[data-products-items] .product-item-image {
	display: flex;
	width: 100%;
	height: 150px;
	margin-top: 15px;
}

[data-products-items] .product-item-image a {
	position: relative;
	overflow: hidden;
	display: flex;
	align-self: center;
	justify-content: center;
	flex: 1;
	height: auto;
}

[data-products-items] .product-item-image a picture {
	display: flex;
	max-height: 150px;
}

[data-products-items] .product-item-image a img {
	max-width: 100%;
	object-fit: contain;
}

.product-item-details {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 0 15px;
}

[data-products-items] .product-item-details {
	margin-top: 15px;
}

.product-item-name {
	flex-grow: 1;
	line-height: 1.25;
}

.product-item-name a {
	transition: 0.15s;
	color: inherit;
	font-size: 0.875rem;
}

.product-item-name a:hover {
	color: #1a66ff;
}

.product-item .product-item-actions {
	margin-top: 15px;
	padding: 0 15px 15px;
}

.product-item-prices {
	display: flex;
	flex-direction: column;
	justify-content: end;
	min-height: 32px;
	margin-top: 14px;
	color: #3d464d;
	line-height: 1;
	font-weight: 700;
}

.product-item-price-current {
	display: block;
	color: #ff2626;
}

.product-item-price-old {
	color: #b3b3b3;
	text-decoration: line-through;
	font-weight: 400;
	font-size: 0.75rem;
}

.product-item-buttons {
	display: none;
	overflow: hidden;
	margin-top: 24px;
}

.product-item:hover .product-item-buttons {
	display: flex;
}

.product-item-buttons > :first-child {
	margin-right: auto;
}

.product-item-buttons > :first-child span {
	margin-left: 5px;
}

.product-item-buttons > * + * {
	margin-left: 4px;
}

.product-item .product-item-buttons .btn {
	height: calc(1.5rem + 2px);
	padding: 5px 10px;
	line-height: 1.25;
	font-weight: 500;
	font-size: 0.875rem;
}

.product-item .product-item-buttons .btn i {
	margin: 0;
}

/**
 * Carousel product items (secondary items)
 */

[data-products-carousel] .owl-stage {
	display: flex;
	align-items: normal;
	height: 100%;
	padding-bottom: 56px;
}

[data-products-carousel] .owl-stage-outer {
	margin-bottom: -56px;
	transform: translate3d(0, 0, 0);
}

[data-products-carousel] .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(0) scale(1.0, 1.0);
}

[data-products-carousel] .product-item-image {
	position: relative;
	flex-shrink: 0;
	padding: 15px;
}

[data-products-carousel] .product-item-image a {
	position: relative;
	display: block;
	padding-bottom: 100%;
}

[data-products-carousel] .product-item-image img,
[data-products-carousel] .product-item-image > picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}


/*
* Multi stepper breadcrumb
*/

.multi-stepper {
	display: flex;
	align-items: center;
	max-width: 800px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.multi-stepper .step {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	padding: 10px;
	color: #797979;
	white-space: nowrap;
	user-select: none;
	line-height: 1.5;
	font-weight: 700;
	font-size: 1rem;
}

.multi-stepper .step a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.multi-stepper .step.active .step-counter,
.multi-stepper .step.current .step-counter {
	background: var(--rgb-green);
}

.multi-stepper .step.current .step-label {
	color: #007bff;
}

.multi-stepper .step-counter {
	display: inline-flex;
	align-content: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 5px;
	border-radius: 100%;
	padding: 5px 0;
	background: #adadad;
	color: #fff;
	line-height: 1.25;
}

.multi-stepper .step-label {
	display: inline-block;
	margin: 0;
	font-weight: 300;
	font-size: 0.875rem;
}

.step-line {
	flex: 1 0 20px;
	min-width: 1px;
	height: 1px;
	margin: auto;
	background: rgba(121, 121, 121, 0.25);
}

@media only screen and (max-width: 575px) {
	.multi-stepper .step {
		max-width: 75px;
	}

	.multi-stepper .step .step-label {
		white-space: normal;
		text-align: center;
	}
}

/*
* Order step 1: Shopping cart
*/

[data-table-cart] {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

[data-table-cart] th,
[data-table-cart] td {
	padding: 10px;
}

[data-table-cart] th {
	font-weight: 700;
}

[data-table-cart] [data-col-price],
[data-table-cart] [data-col-subtotal] {
	text-align: right;
}

[data-table-cart] .input-group {
	min-width: 100px;
	border: 1px solid #eee;
}

[data-table-cart] .input-group .btn {
	background: transparent;
}

[data-table-cart] .input-group .btn,
[data-table-cart] .input-group input {
	border: 0;
}

[data-table-cart] .input-group input {
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	pointer-events: none;
}

[data-table-cart] .btn i {
	margin-left: 0;
}

/* Responsive Shopping cart */

@media screen and (max-width: 767px) {
	[data-table-cart] thead {
		display: none;
	}

	[data-table-cart] tbody tr {
		position: relative;
		display: block;
		width: 100%;
		border: 1px solid #eee;
		padding: 5px 0;
	}

	[data-table-cart] tbody tr + tr {
		margin-top: 15px;
	}

	[data-table-cart] tbody td {
		display: block;
	}

	[data-table-cart] [data-col-image],
	[data-table-cart] [data-col-product] {
		text-align: center;
	}

	[data-table-cart] [data-col-product] {
		padding: 0 20px;
	}

	[data-table-cart] .input-group {
		max-width: 125px;
	}

	[data-table-cart] [data-col-price],
	[data-table-cart] [data-col-qty],
	[data-table-cart] [data-col-subtotal] {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
		line-height: 2;
	}

	[data-table-cart] [data-col-price]:before,
	[data-table-cart] [data-col-qty]:before,
	[data-table-cart] [data-col-subtotal]:before {
		flex-shrink: 0;
		/*width: 55%;*/
		text-align: left;
		font-weight: 700;
		content: attr(data-title) ": ";
	}

	[data-table-cart] [data-col-delete] {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}

@media screen and (min-width: 768px) {
	[data-table-cart] thead {
		background: #f7f7f7;
		font-size: 0.875rem;
	}

	[data-table-cart] th,
	[data-table-cart] td {
		border-top: 1px solid #eee;
		padding: 10px;
	}

	[data-table-cart] th:not(:last-child),
	[data-table-cart] td:not(last-child) {
		border-left: 1px solid #eee;
	}

	[data-table-cart] th:last-child,
	[data-table-cart] td:last-child {
		border-right: 1px solid #eee;
	}

	[data-table-cart] tbody tr:last-child td {
		border-bottom: 1px solid #eee;
	}

	[data-table-cart] [data-col-price],
	[data-table-cart] [data-col-subtotal] {
		width: 100px;
	}

	[data-table-cart] [data-col-image],
	[data-table-cart] [data-col-qty],
	[data-table-cart] [data-col-delete] {
		width: 1%;
	}
}

.section-cart .col-cart-info {
	border-radius: 0.25rem;
}


/*
* Order step 2: Checkout
*/

[data-card-checkout] .card-header {
	font-size: 1.125rem;
}

[data-card-checkout] .card-header {
	background: #ebebeb;
	font-weight: 700;
}

[data-card-checkout] .card-header ~ .card-body .card-header {
	padding: 0.25rem 1.25rem;
	background: #dff5fd;
	font-weight: 300;
}

[data-card-checkout] .nav-tabs .nav-item:first-child {
	margin-left: 50px;
}

[data-card-checkout] .nav-tabs .nav-link.active {
	color: var(--rgb-green);
}

[data-card-checkout] .nav-tabs .nav-link:not(.active) {
	color: var(--rgb-gray-55);
}

[data-card-checkout] .list-group-item {
	position: relative;
	margin-bottom: 0;
	padding: 0.5rem 1.25rem 0.5rem 3rem;
	line-height: 1.35;
}

[data-card-checkout] .list-group-item.error {
	border: 1px solid red;
}

[data-card-checkout] .list-group-item [edit-item] {
	position: absolute;
	top: 10px;
	right: 10px;
}

[data-card-checkout] .list-group-item span {
	margin-bottom: 0;
}

[data-card-checkout] .list-group-item span span {
	/*line-height: 1;*/
	min-height: 28px;
}

[data-card-checkout] .list-group-item:hover {
	cursor: pointer;
}

[data-card-checkout] .card-footer {
	background: transparent;
}

@media screen and (max-width: 575px) {
	[data-card-checkout] .nav-tabs {
		padding-bottom: 5px;
	}

	[data-card-checkout] .nav-tabs .nav-item:not(:last-child) {
		margin-bottom: 5px;
	}

	[data-card-checkout] .nav-tabs .nav-item:first-child {
		margin-left: 0;
	}

	[data-card-checkout] .nav-tabs .nav-link.active {
		border-color: initial;
		border-radius: 0.25rem;
	}
}

/*
* Order step 3: Summary
*/


.section-order-summary [data-products] img {
	max-width: 75px;
}

.section-order-summary [data-cart-total] {
	font-weight: 700;
	font-size: 1.25rem;
}

.section-order-summary [data-url] {
	color: var(--rgb-green-45);
}

.section-order-summary [data-url]:hover {
	color: var(--rgb-blue-50);
	cursor: pointer;
}


/*
* Carousel
*/

.owl-carousel {
	display: none;
	margin: 0;
	padding: 0;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel:not(.owl-loaded) {
	opacity: 0;
}

.owl-stage {
	display: flex;
	align-items: center;
}

.owl-carousel .owl-item {
	display: flex;
	justify-content: center;
	flex: 1;
	margin: 15px;
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 42.5%;
	margin: 0;
	border-radius: 0;
	padding: 0;
	background: none;
	color: #000;
	font-size: 1.5rem;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -15px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -15px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	z-index: 1;
	top: 30%;
	transform: translatey(-30%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-nav button span {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 5rem;
	color: rgba(255, 255, 255, 0.5);
}

.owl-carousel .owl-nav button:hover span {
	color: rgba(255, 255, 255, 0.85);
}

.owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}

.owl-carousel .owl-nav button.owl-next {
	right: 20px;
}

.owl-carousel .owl-nav {
	margin: 0 5px;
}

/*
* Carousel slider
*/

/* grayscale effect */

.owl-carousel-slider-wrapper {
	position: relative;
	max-width: 100%;
}

.owl-carousel-slider-wrapper .owl-carousel .owl-item {
	margin: 5px;
}

.owl-carousel-slider-wrapper .owl-thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.owl-carousel-slider-wrapper .owl-thumbs .owl-thumb-item {
	width: 100px;
	margin: 5px 2px;
	border: 3px solid #fff;
	padding: 0;
	cursor: pointer;
}

@media only screen and (max-width: 992px) {
	.owl-carousel-slider-wrapper .owl-thumbs .owl-thumb-item {
		width: 75px;
	}
}

.owl-carousel-slider-wrapper .owl-thumbs .owl-thumb-item.active {
	border: 3px solid var(--rgb-green-45);
}

.owl-carousel-slider-wrapper .owl-thumbs .owl-thumb-item img {
	display: block;
	max-width: 100%;
}

.owl-carousel-slider-wrapper .owl-nav button {
	top: calc(50% - 51px);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
	.owl-carousel-slider-wrapper .owl-nav button {
		top: 50%;
	}
}

.owl-carousel-slider-wrapper .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 5;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;

}

/* grayscale effect */

.owl-carousel[data-grayscale] .owl-item img {
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.owl-carousel[data-grayscale] .owl-item img:hover {
	-webkit-filter: none;
	filter: none;
}


/*
 * OpenStreetMap
 */

.section-map {
	padding-top: 0;
}

.OpenStreetMap {
	z-index: 0;
	height: 640px;
}

.OpenStreetMap.olMap {
	margin-bottom: 0 !important;
}

.OpenStreetMap .olMapViewport {
	z-index: 0;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: auto;
}

.leaflet-tile-container {
	pointer-events: auto;
}

.leaflet-popup-content {
	line-height: 1.5;
	font-size: 0.875rem;
}


/*
 * Stats legend dots
 */

ul li .legend-dots {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 0.5rem;
	border-radius: 100%;
	vertical-align: middle;
}


/*
 * Form
 */

/*
 * Buttons
 */

/* Buttons common */

.btn i {
	/*margin-left: 10px;*/
	font-size: 0.875rem;
}

/* Button > icons */

.btn[data-fa]:after {
	margin-left: 10px;
	line-height: 1;
	font-family: "FontAwesome", sans-serif;
	font-size: 0.875rem;
}

.btn[data-arrow]:after {
	content: "\f178";
}

.btn[data-lock]:after {
	content: "\f023";
}

/* Button > custom */

.btn-custom {
	box-shadow: none;
	border-color: var(--btn-custom-border);
	background-color: var(--btn-custom-background);
	background-image: none;
	color: var(--btn-custom-color);
}

.btn-outline-custom {
	box-shadow: none;
	border-color: #A6C76CFF;
	background-color: transparent;
	background-image: none;
	color:white;
}

.btn-outline-custom:hover {
		box-shadow: none;
		border-color: var(--btn-custom-border-hover);
		background-color: var(--btn-custom-background-hover);
		color:#A6C76CFF;
}




.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:not(:disabled):not(.disabled):active,
.btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
	box-shadow: none;
	border-color: var(--btn-custom-border-hover);
	background-color: var(--btn-custom-background-hover);
	color: var(--btn-custom-color-hover);
}

.btn-custom.disabled,
.btn-custom:disabled {
	color: #fff;
	background-color: transparent;
}

/* Button > outline light */

.btn-outline-light {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border-color: #fff;
	box-shadow: none
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #fff;
	background-color: #a6c76c;
	border-color: #a6c76c;
	box-shadow: none;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #fff;
	background-color: transparent;
}

/* Button > outline dark */

.btn-outline-dark {
	color: #333;
	background-color: transparent;
	background-image: none;
	border-color: #959595;
	box-shadow: none;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #a6c76c;
	border-color: #a6c76c;
	box-shadow: none;
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #333;
	background-color: transparent;
}


/*.btn {
	position: relative;
	margin-right: 4px;
	margin-bottom: 4px;
	!*padding: 8px 20px !important;*!
	font-weight: 400;
	font-size: 1rem;
	border-radius: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.btn.btn-xs {
	padding: 4px 24px !important;
	font-size: 0.75rem;
}

.btn.btn-sm {
	padding: 4px 32px !important;
	font-size: 0.875rem;
}

.btn.btn-md {
	padding: 12px 36px !important;
	font-size: 1rem;
}

.btn.btn-lg {
	padding: 16px 48px !important;
	font-size: 1.25rem;
}

.btn:hover,
.btn:active,
.btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

.btn-rounded {
	border-radius: 60px;
}

.btn-circle {
	border-radius: 100%;
}*/

/*
 * Select group
 */

.selectgroup {
	display: inline-flex;
}

.selectgroup-input {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: -1;
}

.selectgroup-button {
	position: relative;
	display: block;
	min-width: 2.375rem;
	border: 1px solid rgba(0, 40, 100, 0.12);
	border-radius: 4px;
	padding: 0.375rem 1rem;
	color: #9aa0ac;
	user-select: none;
	text-align: center;
	line-height: 1.5rem;
	font-size: 0.875rem;
	cursor: pointer;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
	margin-left: 5px;
}

.selectgroup-input:checked + .selectgroup-button {
	z-index: 1;
}

.selectgroup.always-active .selectgroup-button,
.selectgroup-input.active + .selectgroup-button,
.selectgroup-input:checked + .selectgroup-button {
	border-color: #1572e8;
	color: #1572e8;
	background: rgba(21, 114, 232, 0.15);
}

.selectgroup-pills .selectgroup-button {
	border-radius: 48px !important;
}

/*
 * Animation button
 */

[class*="btn-"] .arrow-animation {
	position: relative;
	display: inline-block;
	transition: all 250ms ease-out;
	will-change: transform;
	color: #fff;
}

[class*="btn-"]:hover .arrow-animation,
[class*="btn-"]:focus .arrow-animation {
	-webkit-transform: translate3d(-16px, 0, 0);
	transform: translate3d(-16px, 0, 0);
}

[class*="btn-"] .arrow-animation i {
	position: absolute;
	opacity: 0;
	width: 18px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 300ms ease-out;
	will-change: right, opacity;
}

[class*="btn-"]:hover .arrow-animation i,
[class*="btn-"]:focus .arrow-animation i {
	opacity: 1;
	right: -32px;
}

/*!*
 * Buttons colors
 *!

.btn-primary-effect {
	border: 0;
	background: #0078db;
	background: linear-gradient(90deg, #0078db 0%, #2050ab 100%);
	color: #fff;
}

.btn-primary-effect:hover {
	background: #2050ab;
	background: linear-gradient(90deg, #2050ab 0%, #0078db 100%);
	color: #fff;
}

.btn-outline-primary .arrow-animation {
	color: #007bff;
}

.btn-outline-primary:hover .arrow-animation {
	color: #fff;
}

.btn-outline-dark .arrow-animation {
	color: #3c464b;
}

.btn-outline-dark:hover .arrow-animation {
	color: #fff;
}*/

/*
 * Form control
 */

.form-control {
	border: 2px solid rgba(0, 0, 0, 0.1);
	background: transparent;
	font-size: 1rem;
	font-weight: 300;
	/* hide caret */
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	box-shadow: none;
}

select.form-control {
	position: relative;
	padding: 0 0.75rem;
}

.form-control:active,
.form-control:focus {
	border-color: #1f94ea;
	outline: none;
	box-shadow: none;
}

.fs-group .form-group span:not([class*="mdi-"]):not([data-toggle="tooltip"]):last-child {
	color: #0ca8cb;
}

.form-group small {
	color: #005dad;
	/*font-family: monospace;*/
	letter-spacing: 0.025em;
}

.form-group label.col-form-label span:not([data-toggle="tooltip"]),
.form-group p.small span {
	color: red;
	font-weight: 700;
}

/**
 * Tooltips
 */

[data-toggle="tooltip"]:not(.btn) {
	color: #0d51eb;
}

[data-toggle="tooltip"]:not(.btn):hover {
	color: #000;
	cursor: help;
}

/**
 * Filter form
 */

.filter-form form {
	display: flex;
}

.filter-form .form-control {
	width: auto;
	padding: 0 0.25rem;
	font-size: 0.875rem;
}

.filter-form .form-control:not(:first-child) {
	margin-left: 0.5rem;
}

/*
 * Form cards section
 */

.cards-form-section .card-body {
	padding: 0.5rem;
}

.cards-form-section p[class*='text-'] {
	margin-bottom: 0;
}

.cards-form-section h5.card-header.card-label {
	cursor: default;
}

.cards-form-section h5.card-header.card-label span {
	color: #00f;
	font-size: 0.875rem;
}

/*
 * Toggle cards
 */

.toggle-card.card {
	border-radius: inherit;
}

.card .toggle-card[data-toggle-card]:not(:first-child) {
	margin-top: 1em;
}

.toggle-card .card-header:hover,
.toggle-card .card-header button:hover {
	cursor: pointer;
}

.toggle-card .card-header .fa {
	transition: .3s transform ease-in-out;
}

.toggle-card .card-header.collapsed .fa {
	transform: rotate(180deg);
}

.toggle-card .card-header button {
	background: none;
	border: 0;
	outline: 0;
	color: #5f5f5f;
}

.toggle-card[data-toggle-card] .card-header button {
	font-size: 0.875rem;
}

.toggle-card[data-toggle-card] .card-header button span {
	color: #00f;
}

.toggle-card[data-toggle-card] .card-header button strong,
.toggle-card[data-toggle-card] .card-header button em,
.card-header.card-label em {
	display: inline-block;
	margin-bottom: 0.5em;
	color: #0063ff;
	font-weight: 700;
	font-size: 1rem;
}

.toggle-card .card-body label {
	outline: none;
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.toggle-card .card-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.toggle-card .card-body ul li.selected a {
	color: #000;
	font-weight: 700;
}

.toggle-card .card-body button:not(:first-child),
.toggle-card .card-footer button:not(:first-child) {
	margin-left: 0.5em;
}

/*
 * Toggle cards > Small
 */

.toggle-card.toggle-card-sm h5.card-header {
	padding: 0.125rem 0.25rem;
	font-size: 1.125rem;
}

.toggle-card.toggle-card-sm .card-body {
	padding: 0.5rem 0.625rem;
}


/**
 * Toasts
 */

.toast {
	z-index: 1100;
}

.toast.toast-center {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.toast[class*=bg-] {
	backdrop-filter: inherit;
}

.toast[class*=bg-] .toast-header {
	background: transparent;
	color: #fff;
}

.toast[class*=bg-] .toast-body {
	background: rgba(255, 255, 255, 0);
	color: #fff !important;
}

.toast[class*=bg-] .toast-body p {
	line-height: 1 !important;
	color: #fff !important;
}

.toast[class*=bg-] .toast-body p:last-child {
	margin-bottom: 0;
}

.toast[class*=bg-] .toast-body p:not(:last-child) {
	margin-bottom: 15px;
}


/**
 * Modal
 */

main[role="main"] .modal h5 {
	font-size: 1rem;
}

main[role="main"] .modal .fs-group-header {
	font-size: 0.875rem;
}

main[role="main"] .modal .form-control {
	font-size: 0.875rem;
}

.modal .list-group-item {
	margin-bottom: 0;
	padding: 0.25rem 1.25rem 0.25rem 1.875rem;
}


/*
 * Section: Brands
 */

.section-brands {
	overflow: hidden;
	border-top: 1px solid var(--rgb-gray-85);
	border-bottom: 1px solid var(--rgb-gray-85);
}


/*
 *	### Footer
 */

footer.fdb-block {
	z-index: 1;
	color: #e2e2e2;
	font-size: 0.875rem;
}

footer a {
	color: #97cfff;
}

footer a:hover {
	color: #fff;
}

footer.fdb-block p:not(:last-of-type) {
	top: 0;
}

/* Footer > Top */

.footer-top {
	background-image: url('../images/content/footer.jpg');
	background-size: cover;
}

.footer-top .logo-footer {
	max-height: 100px;
}

.footer-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-top ul li:not(:last-child) {
	margin-bottom: 1rem;
}

.footer-top a {
	transition: all 0.1s ease-out 0s;
}

.footer-top a:hover {
	padding-left: 0.25rem;
}


.display-contact > div {
	padding: 15px 0;
}

.display-contact > div:first-child {
	padding-top: 0;
}

.display-contact > div > div:first-child {
	display: flex;
	justify-content: center;
	width: 30px;
}

.display-contact > div:not(:last-child) {
	border-bottom: 1px solid var(--rgb-gray-20);
}

.display-contact > div span span {
	color: #fff;
}

.display-contact i {
	font-size: 2rem;
}

/* Footer > Bottom */

.footer-bottom {
	background: var(--rgb-black);
}

.footer-bottom ul li {
	display: inline-block;
	line-height: 32px;
}

.footer-bottom ul li + li {
	margin-left: 15px;
}

.footer-bottom span {
	color: #fff;
}

.footer-bottom nav > ul {
	margin-bottom: 0;
}


/*
 * Back to top
 */

@keyframes jumpToTop {
	0%, 100% {
		margin-top: -3px;
	}
	50% {
		margin-top: 0;
	}
}

#jumpTop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	display: none;
	width: 50px;
	height: 50px;
	background: var(--rgb-gray-90);
}

#jumpTop i {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 32px;
	transition: 0.5s ease-in;
	animation: jumpToTop 1s linear infinite;
	color: var(--rgb-gray-20);
	font-size: 1.25rem;
}

#jumpTop i:hover {
	cursor: pointer;
}

/*
 *	### Helpers
 */

/*
 * Clearfix flex
 */

.clearfix-flex {
	flex-basis: 0;
	order: 1;
}

/*
 * flex-column fix for Chrome adding or IE 11/10 missing class
 */

.ie .row > [class*='col-'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*
 * Same height cols
 */

.row-equal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row-equal > [class*='col-'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*
 * Bootstrap 5 columns layout
 */

.row-cols-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

/*
 * Remove outline
 */
button:focus /*textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus*/
{
	box-shadow: none !important;
}

/* # animations [animate.css] */

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

/*
* Spinner
*/

.spinner {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: radial-gradient(farthest-side, #c8c8c8 95%, #0000) top/5px 5px no-repeat,
	conic-gradient(#0000 30%, #c8c8c8);
	-webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 5px), #000 0);
	animation: spinner-loading 1s infinite linear;
}

@keyframes spinner-loading {
	100% {
		transform: rotate(1turn);
	}
}

/*
* Autocomplete
*/

[data-tt-dropdown-menu] .tt-menu {
	overflow-y: auto;
	max-height: 400px;
}

[data-offcanvas-content] .tt-menu {
	max-height: 100vh;
}

/*
* Favorite
*/

.fa-heart {
	color: red;
}

/*
* Hidden email address
*/

.noEmail {
	color: #0353ea;
}

.noEmail:after {
	content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.noEmail:hover {
	color: #003498;
	cursor: pointer;
}

/*
 * Rotate 360 deg
 */

@-moz-keyframes rotate360 {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate360 {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate360 {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*
 *	### Media Queries
 */

@media only screen and (max-width: 767px) {
	/*
	 * Homepage Carousel
	 */
	.homepage-carousel,
	.homepage-carousel .carousel {
		height: auto;
	}

	.homepage-carousel .carousel-inner {
		height: 400px;
	}

	.homepage-carousel .carousel-item {
		height: auto !important;
	}

	.homepage-carousel .carousel-item:nth-child(1) {
		background-position: right center;
	}

	.homepage-carousel .carousel-caption {
		display: none;
	}
}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 991px) {
	.footer-bottom [class^="col"]:last-child {
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	/*
	 * Homepage Carousel
	 */
	.homepage-carousel,
	.homepage-carousel .carousel {
		height: auto;
	}

	.homepage-carousel .carousel-inner {
		height: 450px;
	}

	.homepage-carousel .carousel-item {
		height: auto !important;
	}

	.homepage-carousel .carousel-item:nth-child(1) {
		background-position: center;
	}

	.homepage-carousel .carousel-caption h1 {
		font-size: 1.5rem;
	}

	.homepage-carousel .carousel-caption p {
		font-size: 0.875rem;
	}
}

@media only screen and (max-width: 1320px) {
	.homepage-carousel [class*="carousel-control"] {
		display: none;
	}
}
