.socialbox{	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom:6px;float:right; width: 37px; height: 37px; border: 1px solid #BEBCBC; border-radius: 100%; background: transparent; margin-right: 6px; font-size: 16px; text-align: center; padding-top: 8px;}
.socialbox i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #8c8c8c;}
.social-widget a:hover .socialbox{background: #085c98;}
.social-widget a:hover .socialbox span{ color: #fff;}
.social-widget .socialbox i{ font-size: 16px;}

.auth-clients-holder {
	display: inline-block;
	vertical-align: top;
}

.btn-google {
	background-color: #d93025;
	border-color: #d93025;
}

.btn-google > i.fa {
	color: #d93025;
}

.btn-facebook {
	background-color: #1877f2;
	border-color: #1877f2;
}

.btn-facebook > i.fa, .btn-google > i.fa {
	position: relative;
	width: 40px;
	line-height: 30px;
}

.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #085c98;
	top: 50%;
	animation: loader 5s infinite ease;
}

.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #085c98;
	animation: loader-inner 5s infinite ease-in;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

#cookiebar {
	position: fixed;
	width: 100%;
	padding: 15px 0;
	background-color: #fff;
	bottom: 0;
	z-index: 9999;
	color: #727272;
	font-size: 16px;
	line-height: 20px;
	border-top: 3px solid #085c98;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
	transition: all 1s ease-in-out;
}

#cookiebar.hide {
	bottom: -100%;
	transition: all 1s ease-in-out
}

#cookiebar .container {
	width: 1170px;
	margin: 0 auto
}

@media (max-width: 768px) {
	#cookiebar .container {
		width: 100%;
	}
}

#cookiebar h3 {
	font-size: 20px;
	font-weight: 500;
	color: #464646;
	margin-bottom: 10px
}

#cookiebar a {
	color: #085c98;
	text-decoration: none;
	margin-left: 20px
}

#cookiebar a:hover {
	text-decoration: underline
}

#cookiebar a#okcookies {
	display: inline-block;
	background-color: #085c98;
	width: 210px;
	height: 50px;
	line-height: 50px;
	margin-left: 0;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image: url('../img/check_mark_white.svg');
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: auto 16px;
	transition: all 0.3s ease-in-out
}

#cookiebar a#okcookies:hover {
	text-decoration: none;
	background-color: #085c98;
}

#cookiebar a:hover {
	text-decoration: underline
}

#cookiebar button#okcookies {
	display: inline-block;
	background-color: #085c98;
	width: 210px;
	height: 50px;
	line-height: 50px;
	margin-left: 0;
	margin-top: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	border-color: #085c98;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url('../img/check_mark_white.svg');
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: auto 16px;
	transition: all 0.3s ease-in-out
}

#cookiebar button#okcookies:hover {
	text-decoration: none;
	background-color: #085c98;
}

#accept-cookies-form {
	margin: 0 15px;
}

/* TreeView */
.treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul ul {
	padding-left: 15px;
}
.treeview li {
	position: relative;
}
.treeview .subtree {
	display: none;
}
.treeview .subtree-open > .subtree {
	display: block;
}
.treeview .subtree-open > .subtree-header > .btn-subtree-toggle > span::before {
	content: '\f068';
}
.treeview a {
	border-radius: 0;
	padding: 10px 0;
	border-bottom: 1px solid transparent;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #848484;
	font-weight: 400;
	display: block;
}
.treeview .subtree-open > .subtree-header > a {
	border-bottom-color: #085c98;
	color: #085c98;
}
.treeview .active > a,
.treeview a:hover {
	color: #085c98;
}
/* Subtree */
.treeview .has-subtree > .subtree-header {
	position: relative;
}
.treeview .has-subtree > .subtree-header > a {
	padding-right: 25px;
}
.treeview .btn-subtree-toggle {
	min-width: 20px;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #848484;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.treeview .btn-subtree-toggle:focus,
.treeview .btn-subtree-toggle:hover {
	outline: none;
	color: #085c98;
}

.row-sm {
	margin: 0;
}

.sticky-sidebar-container {
	margin: 7px 0 0 0;
}

.list-border-spacing > li {
	margin-top: 0;
	padding-top: 0;
}

#copyButton {
	cursor: pointer;
}

#copyTarget {
	border-left: none;
}

.copied {
	opacity: 0;
	position: absolute;
	left: 55px;
}

@media (min-width: 768px) {
	.copied {
		left: 75px;
		opacity: 0;
	}
}

.typeahead__field .typeahead__hint, .typeahead__field [contenteditable], .typeahead__field input, .typeahead__field textarea {
	border: 1px solid #d7e4ed !important;
	background-color: rgba(8, 92, 152, 0.03) !important;
}

.btn-card-cart {
	position: absolute;
	bottom: 0.625em;
	right: 0.625em;
	text-align: right;
}

.product-modal {
	margin: 0 auto; /* Center the modal */
	max-width: 100%; /* Ensure it doesn't exceed the viewport width */
	width: auto; /* Adjust width automatically */
}

/* General modal styles */
.product-modal {
	margin: 0 auto; /* Center the modal */
	max-width: 100%; /* Ensure it doesn't exceed the viewport width */
	width: auto; /* Adjust width automatically */
}

/* For extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
	.product-modal {
		margin: 0 10px; /* Add some padding to the sides */
	}
}

/* For small devices (tablets, 576px and up) */
@media (min-width: 576px) {
	.product-modal {
		width: 520px; /* Slightly reduce width to add breathing room */
	}
}

/* For medium devices (768px and up) */
@media (min-width: 768px) {
	.product-modal {
		width: 700px; /* Slightly reduce width for tablets */
	}
}

/* For large devices (992px and up) */
@media (min-width: 992px) {
	.product-modal {
		width: 900px; /* Set a comfortable width for desktops */
	}
}

/* For extra large devices (1200px and up) */
@media (min-width: 1200px) {
	.product-modal {
		width: 1000px; /* Further reduce the width for large screens */
	}
}

#buy {
	min-height: 60px;
}

@media (max-width: 992px) {
	.social-widget {
		margin-top: 20px !important;
		margin-bottom: 30px !important;
	}
	#buy {
		min-height: 110px;
	}
}

