/* roboto-300 - latin_cyrillic */
@font-face {
	font-family: 'Roboto_';
	font-style: normal;
	font-weight: 300;
	src: url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-300.eot'); /* IE9 Compat Modes */
	src: local(''), url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin_cyrillic */
@font-face {
	font-family: 'Roboto_';
	font-style: normal;
	font-weight: 400;
	src: url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
	src: local(''), url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin_cyrillic */
@font-face {
	font-family: 'Roboto_';
	font-style: normal;
	font-weight: 500;
	src: url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
	src: local(''), url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin_cyrillic */
@font-face {
	font-family: 'Roboto_';
	font-style: normal;
	font-weight: 700;
	src: url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
	src: local(''), url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/Styles/fonts/Roboto/roboto-v29-latin_cyrillic-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local("Roboto_");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local("Roboto_");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: "Roboto_";
	background: #f5f5f5;
	padding-top: 53px;
	/* Space for navbar */
}

@media (min-width: 768px) {
	body {
		margin-bottom: 60px;
		/* Space for sticky footer */
	}
}

body.shareWin {
	padding-top: 0;
}

body .notifyjs-wrapper {
	z-index: 9999;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto_";
}

@media (max-width: 1199px) {
	.container {
		width: auto;
	}
}

.text-success {
	color: #5cb85c !important;
}

.text-warning {
	color: #ec971f !important;
}

.text-danger {
	color: #d43f3a !important;
}

.text-very-muted {
	color: #aaa;
}

.noElements {
	padding: 5px;
}

.tooltip-sticky {
	opacity: 1 !important;
	cursor: pointer;
	z-index: 999;
}

	.tooltip-sticky .tooltip-inner {
		white-space: nowrap;
		background-color: #f0ad4e;
		max-width: none;
	}

	.tooltip-sticky.top .tooltip-arrow {
		border-top-color: #f0ad4e;
	}

	.tooltip-sticky.bottom .tooltip-arrow {
		border-bottom-color: #f0ad4e;
	}

	.tooltip-sticky.left .tooltip-arrow {
		border-left-color: #f0ad4e;
	}

	.tooltip-sticky.right .tooltip-arrow {
		border-right-color: #f0ad4e;
	}

.tooltip-inner {
	max-width: 350px;
}

.btn-feedback {
	border-radius: 0;
	border-color: transparent !important;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: 50px;
	z-index: 9;
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(90deg);
	transform-origin: 100% 0;
}

.panel-accordion .list-group-item {
	background: #f5f5f5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

	.panel-accordion .list-group-item:hover,
	.panel-accordion .list-group-item:not(.collapsed) {
		background: white;
	}

	.panel-accordion .list-group-item:not(.collapsed) {
		border-bottom-color: transparent;
	}

.section {
	padding: 30px 0 0;
}

.section-products {
	background: white;
	border-bottom: 1px solid #ddd;
}

.section-products-heading {
	font-size: 20px;
	line-height: 21px;
	margin: 0 0 20px;
	font-weight: 300;
}

.section-products-description {
	margin: -10px 0 20px;
}

.section-products-divider {
	margin-top: 0;
	border-color: #ddd;
}

.section-products-featured {
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 0;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.section-products-featured {
		border-radius: 0;
		border-left: 0;
	}
}

.section-products-featured .section-products-heading {
	color: #777;
}

@media (min-width: 480px) {
	.section-products .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.section-products .row > div {
		width: 50%;
		float: left;
	}
}

@media (max-width: 479px) {
	.section-products .row > div {
		width: auto;
		float: none;
	}
}
/* .section-products .row > div {
    flex-basis: 16%; } */
.section-breadcrumbs {
	background: white;
	padding: 0;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
}

	.section-breadcrumbs a {
		float: left;
		position: relative;
		padding: 0 20px;
		text-decoration: none !important;
	}

		.section-breadcrumbs a:first-child {
			padding-left: 0;
		}

		.section-breadcrumbs a:before,
		.section-breadcrumbs a:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			border-width: 20px 15px;
			border-style: solid;
			border-color: transparent;
		}

		.section-breadcrumbs a:before {
			border-left-color: #ddd;
			right: -20px;
		}

		.section-breadcrumbs a:after {
			border-left-color: white;
			right: -19px;
		}

		.section-breadcrumbs a.active {
			color: #333;
		}

			.section-breadcrumbs a.active:before, .section-breadcrumbs a.active:after {
				display: none;
			}

.section-heading {
	font-size: 24px;
	margin: 0 0 30px;
	color: #999;
	text-align: center;
}

.form-group:after {
	content: "";
	display: table;
	clear: both;
}

.form-group input {
	margin-bottom: 5px;
}

.form-group .row {
	margin: 0 -2.5px;
}

	.form-group .row > div {
		padding: 0 2.5px;
	}

.form-horizontal input {
	margin-bottom: 0;
}

.form-horizontal .control-label {
	padding-right: 0;
}

.alert {
	padding: 8px 12px;
	display: block;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Flexbox form rows */
@media (min-width: 768px) {
	.form-group-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -7.5px;
	}

		.form-group-row .form-group {
			-webkit-box-flex: 1;
			-webkit-flex: 1;
			-moz-box-flex: 1;
			-moz-flex: 1;
			-ms-flex: 1;
			flex: 1;
			padding: 0 7.5px;
		}
}

.aspNetDisabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.riRead {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.rcbDisabled {
	cursor: not-allowed !important;
	filter: alpha(opacity=65) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	opacity: .65 !important;
}

	.rcbDisabled input {
		cursor: not-allowed !important;
		filter: alpha(opacity=65) !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		opacity: .65 !important;
	}

.image-selector {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
}

.image-selector-dropdown {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	position: relative;
}

	.image-selector-dropdown i {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -10px;
		line-height: 20px;
	}

.image-selector .dropdown-menu {
	right: 0;
	left: 0;
}

.file-select:after {
	content: "";
	display: table;
	clear: both;
}

.file-select-thumb {
	max-height: 50px;
	max-width: 200px;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

	.file-select-thumb:hover {
		-moz-transform: scale(3);
		-o-transform: scale(3);
		-ms-transform: scale(3);
		-webkit-transform: scale(3);
		transform: scale(3);
	}

.file-select-filename {
	float: left;
	margin: 0;
	line-height: 20px;
	padding: 7px 0;
	margin-bottom: 5px;
}

.file-select .btn {
	float: right;
}

a {
	color: #00b2e2;
}

	a:hover {
		color: #00627c;
	}

.btn {
	transition: all 0.3s ease;
	font-family: "Roboto_";
}

.btn-lg {
	border-radius: 4px;
}

.btn-primary {
	background: #00b2e2;
	border-color: #00b2e2;
}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary.active {
		background: #00c6fb;
		border-color: #00c6fb;
	}

.btn-link {
	color: #00b2e2;
	text-decoration: none !important;
}

	.btn-link.text-danger {
		color: #d43f3a !important;
	}

		.btn-link.text-danger:hover {
			color: #b42c27 !important;
		}

	.btn-link.text-success {
		color: #5cb85c !important;
	}

		.btn-link.text-success:hover {
			color: #449d44 !important;
		}

.btn-outline {
	border: 1px solid #00b2e2;
	color: #00b2e2;
	border-radius: 4px;
	text-decoration: none !important;
	background: transparent;
}

.btn-outline-inverse {
	border: 2px solid #999;
	color: #ccc;
}

	.btn-outline-inverse:hover {
		color: white;
		border-color: white;
	}

.btn-file {
	position: relative;
	overflow: hidden;
}

	.btn-file input[type=file] {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 100%;
		min-height: 100%;
		font-size: 100px;
		text-align: right;
		filter: alpha(opacity=0);
		opacity: 0;
		outline: none;
		background: white;
		cursor: inherit;
		display: block;
	}

.navbar {
	background: white;
	border: transparent;
	border-top: 3px solid #00b2e2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
	font-weight: 700;
	position: relative;
	color: #333 !important;
	z-index: 11;
	float: left;
}

@media (max-width: 767px) {
	.navbar-brand {
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.navbar .navbar-nav {
		margin-right: 0;
	}
}

.navbar-nav > li {
	text-align: left;
}

.navbar .navbar-nav > li > a {
	font-size: 16px;
	color: #00b2e2;
	transition: all 0.3s ease;
}

	.navbar .navbar-nav > li > a:hover {
		background: transparent;
		color: #00627c;
	}

	.navbar .navbar-nav > li > a.navbar-nav-cart {
		background: #00b2e2;
		color: white;
		font-weight: 700;
	}

		.navbar .navbar-nav > li > a.navbar-nav-cart:hover,
		.navbar .navbar-nav > li > a.navbar-nav-cart:focus {
			background: #00c6fb;
		}

	.navbar .navbar-nav > li > a i {
		margin-right: 5px;
	}

.navbar .navbar-nav > .active > a {
	color: #333;
	background: transparent !important;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus > .open > a:hover {
	color: white !important;
	background: #00b2e2 !important;
}

.navbar .navbar-nav > li > .dropdown-menu {
	max-height: 400px;
	overflow: auto;
}

	.navbar .navbar-nav > li > .dropdown-menu > li > a {
		padding: 5px 15px;
	}

.dropdown-menu {
	padding: 0;
}

	.dropdown-menu > li:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}

	.dropdown-menu > li > a {
		color: #00b2e2;
		font-weight: bold;
		text-align: left;
		padding: 10px 15px !important;
	}

		.dropdown-menu > li > a i {
			margin-right: 8px;
		}

	.dropdown-menu > li:first-child > a {
		border-radius: 4px 4px 0 0;
	}

	.dropdown-menu > li:last-child > a {
		border-radius: 0 0 4px 4px;
	}

.dropdown-menu-cart {
	min-width: 280px;
}

.panel-btn {
	padding-top : 20px;
}

.panel-btn .btn i.fa {
	margin-right: 8px;
}

.jumbotron {
	padding: 0;
	margin: 0;
	color: white;
	text-align: center;
}

.jumbotron-inner {
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGklEQVQIW2NkQID/jFD2fwYGBkYQB8wACQIANlIDA2WzhHMAAAAASUVORK5CYII=");
	padding: 50px 0;
}

.jumbotron-success .jumbotron-inner {
	background-color: rgba(0, 155, 0, 0.4);
}

.jumbotron-danger .jumbotron-inner {
	background-color: rgba(217, 83, 79, 0.4);
}

.jumbotron-warning .jumbotron-inner {
	background-color: rgba(236,151,31,0.4) !important;
}

.jumbotron-heading {
	margin: 0;
	font-size: 34px !important;
	line-height: 34px;
	font-weight: 300;
	float: left;
}

	.jumbotron-heading.text-center {
		float: none;
	}

.jumbotron-search {
	position: relative;
	float: right;
	/*    max-width: 300px;*/
}

@media (min-width: 768px) {
	.jumbotron-search {
		text-align: left;
	}
}

.jumbotron-search.left {
	float: left;
}

.jumbotron-search .input-group {
	position: relative;
}

	.jumbotron-search .input-group:after {
		content: "\f002";
		font-family: "FontAwesome";
		position: absolute;
		left: 15px;
		top: 50%;
		line-height: 20px;
		margin-top: -10px;
		color: #aaa;
		font-size: 16px;
		z-index: 9;
	}

.jumbotron-search .form-control {
	border: 0;
	border-radius: 4px;
	padding-left: 40px;
}

.jumbotron-search-checkboxes {
	margin-top: 8px;
	margin-bottom: -30px;
}

.jumbotron .form-control {
	border: 0;
}

.well.breakingnews {
	background-color: white;
	border-color: #00b2e2;
}

.breakingnewscontent {
	border-left: 4px solid #137eff;
	padding-left: 4px;
}

	.file-select-v2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.file-select-v2-thumb {
	background-color: #e5e7e9;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	max-height: 80px;
	max-width: 80px;
	min-width: 80px;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #ccc;
	padding: 5px;
}

	.file-select-v2-thumb img {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		height: 100%;
		display: block;
		-o-object-fit: contain;
		object-fit: contain;
	}

.file-select-v2-info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.file-select-v2 select {
	margin-bottom: 10px;
}

.file-select-v2 .c-select {
	margin-bottom: 10px;
}

.file-select-v2 .dropdown {
	display: inline-block;
}

.file-select-v2 .dropdown-toggle {
	margin-right: 6px;
}



.carousel-inner {
	height: 600px;
	padding: 0;
	position: relative;
}

@media (max-width: 767px) {
	.carousel-inner {
		height: 400px;
	}
}

.carousel-inner .item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.carousel-inner video {
	width: 100%;
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.3);
	right: 0;
	left: 0;
	bottom: 0;
	padding: 50px 40px 70px;
}

	.carousel-caption h3 {
		font-size: 24px;
		font-weight: bold;
	}

@media (min-width: 768px) {
	.carousel-caption h3 {
		font-size: 3vw;
	}
}

.carousel-caption p {
	font-size: 14px;
}

.carousel-fullheight {
	position: relative;
}

@media (min-width: 768px) {
	.carousel-fullheight {
		position: absolute;
		left: 0;
		top: 53px;
		bottom: 0;
		right: 0;
		margin-bottom: 60px;
	}

		.carousel-fullheight .carousel-inner {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			right: 0;
			height: auto;
		}
}

.footer {
	font-size: 13px;
	padding: 0;
	background: #f5f5f5;
}

@media (min-width: 768px) {
	.footer {
		/* Sticky footer */
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 60px;
		padding: 20px 0;
	}
}

.footer-links {
	line-height: 20px;
	margin: 0;
}

@media (max-width: 767px) {
	.footer-links {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.footer-links {
		float: left;
	}
}

@media (max-width: 767px) {
	.footer-links a {
		padding: 15px 0;
		border-bottom: 1px solid #ddd;
		display: block;
		margin: 0 -15px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

		.footer-links a:hover {
			text-decoration: none;
			background: white;
		}
}

@media (min-width: 768px) {
	.footer-links a {
		margin-right: 15px;
	}
}

.footer-credits {
	line-height: 20px;
	margin: 0;
}

@media (max-width: 767px) {
	.footer-credits {
		text-align: center;
		padding: 15px 0;
	}
}

@media (min-width: 768px) {
	.footer-credits {
		float: right;
	}
}

.dropdown-menu-cart .list-group {
	margin: 0;
	max-height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
}

.dropdown-menu-cart .list-group-item {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

	.dropdown-menu-cart .list-group-item:after {
		content: "";
		display: table;
		clear: both;
	}

	.dropdown-menu-cart .list-group-item:first-child {
		border-top: 0;
	}

	.dropdown-menu-cart .list-group-item img {
		float: left;
		margin-right: 10px;
		width: 40px;
	}

.dropdown-menu-cart .list-group-item-content {
	overflow: hidden;
	margin-right: 5px;
}

.dropdown-menu-cart .list-group-item-heading {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-right: 3px;
	display: inline-block;
	line-height: 18px;
}

.dropdown-menu-cart .list-group-item .quantity {
	display: inline-block;
	color: #777;
}

.dropdown-menu-cart .list-group-item .price {
	text-align:right;
}

.dropdown-menu-cart .list-group-item .btn-remove {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	line-height: 36px;
	width: 36px;
}

.dropdown-menu-cart-total {
	padding: 10px 15px;
	border-top: 1px solid #ddd;
	margin-right: 5px;
}
.dropdown-menu-cart-fee {
	padding: 10px 15px;
	border-top: 1px solid #ddd;
	margin-right: 5px;
}

.dropdown-menu-cart-total:after {
	content: "";
	display: table;
	clear: both;
}
.dropdown-menu-cart-fee:after {
	content: "";
	display: table;
	clear: both;
}

.dropdown-menu-cart-fee-heading {
	float: left;
	margin: 0;
	margin-right: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.dropdown-menu-cart-total-heading {
	float: left;
	margin: 0;
	margin-right: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.dropdown-menu-cart-total-price {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	text-align: right;
}
.dropdown-menu-cart-fee-price {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	text-align: right;
}

.dropdown-menu-cart .btn-checkout {
	display: block;
	border-radius: 0 0 3px 3px;
	/*margin: 0 -1px -1px;*/
	line-height: 25px;
}


.cart-row {
	padding: 12px 15px;
	border-bottom: 1px solid #ddd;
}

	.cart-row:after {
		content: "";
		display: table;
		clear: both;
	}

.cart-product-image {
	float: left;
	margin-right: 12px;
}

	.cart-product-image img {
		width: 50px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 1;
	}

		.cart-product-image img:hover {
			-moz-transform: scale(3);
			-o-transform: scale(3);
			-ms-transform: scale(3);
			-webkit-transform: scale(3);
			transform: scale(3);
			z-index: 2;
			position: relative;
		}

.cart-product-details {
	overflow: hidden;
}

	.cart-product-details:after {
		content: "";
		display: table;
		clear: both;
	}

.cart select {
	display: inline-block;
	margin: 0;
	width: auto;
	font-size: 12px;
	height: 24px;
	line-height: 1;
	margin-top: 5px;
	padding: 3px 5px;
}

.cart-title {
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.cart-title-sub {
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.cart-price {
	color: #5cb85c;
	float: right;
	margin: 0;
}

.cart-total .cart-price {
	font-weight: bold;
}

.cart-qty {
	color: #000;
	float: right;
	margin: 0;
}

.cart-vat .cart-price {
	font-weight: normal;
}

.cart-customization {
	float: left;
	clear: left;
}

.cart-quantity {
	float: right;
	clear: right;
}

.cart-details {
	float: left;
	clear: left;
	font-size: 80%;
	margin-top: 5px;
}

.cart-comments {
	float: left;
	clear: left;
	margin-top: 5px;
	width: 100%;
}

	.cart-comments .form-control {
		font-size: 10px;
		height: 3em;
	}

		.cart-comments .form-control:focus {
			height: 6em;
		}

.cart-disclaimer {
	clear: both;
	font-size: 80%;
	margin: 0;
}

.cart-edit,
.cart-remove {
	padding: 0 5px;
	opacity: 0;
	transition: opacity 0.3s ease;
	text-decoration: none !important;
}

.cart-product:hover .cart-edit,
.cart-product:hover .cart-remove {
	opacity: 1;
}

.cart-discountcode {
	padding: 15px;
	margin: 0;
}

.cart .btn-buy {
	display: block;
	margin: -1px;
	border-radius: 0 0 4px 4px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

.cart .btn-buy2 {
	margin: 5px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

.cart .btn-continue {
	margin: 5px;
	font-size: 16px;
	line-height: 30px;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

	.btn-secondary:hover {
		color: #fff;
		background-color: #5a6268;
		border-color: #545b62;
	}

.btn-add-msg {
	margin-top: 5px;
}

.modal .panel {
	border: 0;
}

.modal .panel-heading {
	position: relative;
	padding: 16px 20px;
	padding-right: 50px;
}

	.modal .panel-heading:after {
		content: "";
		display: table;
		clear: both;
	}

	.modal .panel-heading .btn-right {
		float: right;
		margin: -8px 0;
		margin-left: 10px;
	}

	.modal .panel-heading .btn-left {
		float: left;
		margin: -8px 0;
		margin-right: 10px;
	}

.modal .panel-title {
	font-weight: bold;
	float: left;
}

.modal .panel .btn-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 18px;
	padding-left: 16px;
	padding-right: 16px;
}

.modal .panel-body {
	padding: 16px 20px;
}

.modal-files .btn-back {
	float: left;
	margin-top: -8px;
	padding-left: 0;
}

.modal-files .modal-dialog {
	width: auto;
	margin: 30px;
}

.modal-files-items .panel-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	min-height: 200px;
	position: relative;
}

.filelist-contents {padding-top: 30px;}

.items-loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: white;
	z-index: 1000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	-moz-align-items: center;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	border-radius: 0 0 4px 4px;
}

	.items-loading .sk-circle .sk-child:before {
		background: #aaa;
	}

.items-loading2 {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: white;
	z-index: 9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	-moz-align-items: center;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	border-radius: 0 0 4px 4px;
}

	.items-loading2.sk-circle .sk-child:before {
		background: #aaa;
	}

.modal-files-item {
	width: 160px;
	position: relative;
}

.modal-files-item-inner {
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 0 5px 5px;
	padding: 10px;
	-webkit-transition: border-color 0.4s ease;
	-moz-transition: border-color 0.4s ease;
	-ms-transition: border-color 0.4s ease;
	-o-transition: border-color 0.4s ease;
	transition: border-color 0.4s ease;
	position: relative;
}

.modal-files-item:hover .modal-files-item-inner {
	border-color: #ddd;
}

.modal-files-item.active .modal-files-item-inner {
	border-color: #00b2e2;
}

.modal-files-item-dropzone {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	/*-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
	border: 2px dashed #ddd;
	border-radius: 5px;
	padding: 10px;
	margin: 0 5px 5px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

	.modal-files-item-dropzone:hover {
		border-color: #00b2e2;
		background: #e2f9ff;
	}

.modal-files-item-thumb {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	cursor: pointer;
	margin: 0 0 10px;
}

.modal-files-item-thumb-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

	.modal-files-item-thumb-wrapper img {
		max-height: 100%;
		max-width: 100%;
	}

.modal-files-item .dropdown {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

	.modal-files-item .dropdown.open {
		opacity: 1;
	}

	.modal-files-item .dropdown .btn {
		position: relative;
		right: -1px;
		top: -1px;
		border-radius: 0 3px 0 3px;
		color: #00b2e2;
	}

		.modal-files-item .dropdown .btn:hover {
			color: #008aaf;
		}

.modal-files-item .dropdown-menu {
	font-size: 12px;
	min-width: 0;
}

.modal-files-item:hover .dropdown {
	opacity: 1;
}

.modal-files-item-title {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 3px;
}

.modal-files-item-controls {
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.modal-files-item:hover .modal-files-item-controls,
.modal-files-item.active .modal-files-item-controls {
	opacity: 1;
}

.modal-files-item-controls .btn {
	padding: 5px;
}

.modal-files-crop-buttons {
	float: right;
	margin-top: -8px;
	margin-right: 40px;
	display: none;
}

	.modal-files-crop-buttons .btn {
		margin-left: 5px;
	}

.modal-files-crop-image-wrapper .jcrop-holder {
	margin: 0 auto;
}

.modal-addedtocart {
	text-align: center;
}

.modal-addedtocart-heading {
	margin: 40px 0 20px;
	font-weight: 300;
}

.modal-addedtocart-buttons {
	margin: 0 0 40px;
}

	.modal-addedtocart-buttons .btn {
		margin: 0 5px 10px;
	}

.modal-addedtocart .panel-footer {
	padding: 16px 20px;
	background: white;
	padding-bottom: 0;
}

.sidebar .nav .nav {
	margin-left: 25px;
}

@media (max-width: 767px) {
	.sidebar .nav > li {
		float: left;
	}
}

@media (min-width: 768px) {
	.sidebar .nav {
		font-size: 16px;
	}
}

.sidebar .nav .badge {
	position: relative;
	top: -2px;
	background: #f0ad4e;
}

.sidebar .nav li.active .badge {
	color: #00b2e2 !important;
}

.sidebar .nav > li > a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sidebar .nav > li.active > a {
	background: #00b2e2;
}

.sidebar .nav .nav-category {
	color: #999;
	padding-left: 40px;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
}

	.sidebar .nav .nav-category:hover {
		color: #555;
	}

	.sidebar .nav .nav-category:after {
		content: "\f147";
		font-family: "FontAwesome";
		position: absolute;
		left: 15px;
		text-align: center;
		top: 50%;
		font-size: 16px;
		line-height: 16px;
		margin-top: -8px;
	}

	.sidebar .nav .nav-category.collapsed:after {
		content: "\f196";
	}

.media-category {
	background: transparent;
	position: relative;
	border: 0;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	text-decoration: none !important;
	padding: 10px 15px 10px 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.media-category.active {
		background: #00b2e2;
		color: white;
	}

.collapse .media-category,
.collapsing .media-category {
	margin-left: 25px;
}

.collapse .collapse .media-category,
.collapsing .collapse .media-category,
.collapse .collapsing .media-category,
.collapsing .collapsing .media-category {
	margin-left: 50px;
}

.media-category-toggle {
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
}

	.media-category-toggle:focus {
		outline: none;
	}

	.media-category-toggle:after {
		content: "\f147";
		font-family: "FontAwesome";
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		top: 50%;
		font-size: 16px;
		line-height: 16px;
		margin-top: -8px;
	}

	.media-category-toggle.collapsed:after {
		content: "\f196";
	}

.media-category-heading {
	margin: 0;
	padding: 10px 0;
}

	.media-category-heading a {
		display: block;
	}

.checkbox label label {
	padding-left: 0;
}

.checkbox div label {
	padding-left: 0;
}

.cblabel {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
}

.cb label {
	font-weight: normal;
}

.btn label {
	font-weight: normal;
	margin-bottom: 0;
}

.hideradio input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}

.radiopanel input {
	margin: 0;
	margin-left: 15px;
	margin-right: 5px;
	vertical-align: middle;
}
.radiopanel label {
	font-weight: normal;
	margin-bottom: 0;
}

.login-page {
	padding-top: 0;
	height: 100%;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 53px;
}

.login-page-heading {
	color: white;
	font-weight: 700;
	text-align: center;
	margin: 50px 0 10px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login-page-description {
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	margin: 0 0 40px;
}

.login-page-subdescription {
	color: white;
	text-align: center;
}

.login-page .panel-login {
	border: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.panel-login {
	max-width: 300px;
	margin: 30px auto;
	border: 1px solid #ddd;
}

	.panel-login .nav {
		background: #f5f5f5;
		border-radius: 4px 4px 0 0;
		overflow: hidden;
	}

		.panel-login .nav > li {
			display: table-cell;
			width: 1%;
		}

			.panel-login .nav > li > a {
				border-top: 0 !important;
				margin-bottom: 0;
				border-radius: 0;
				border-bottom: 1px solid #ddd;
				border-right: 1px solid #ddd;
				border-left: 0 !important;
			}

			.panel-login .nav > li:last-child > a {
				border-right: 0 !important;
			}

		.panel-login .nav > .active > a,
		.panel-login .nav > .active > a:focus,
		.panel-login .nav > .active > a:hover {
			border-bottom-color: #fff;
		}

	.panel-login .panel-heading {
		padding: 20px;
		background: #f5f5f5;
	}

	.panel-login .panel-title {
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		margin: 0;
	}

.panel-login-form:after {
	content: "";
	display: table;
	clear: both;
}

.panel-login .btn-login {
	float: right;
}

.panel-login .checkbox {
	float: left;
	margin: 7px 0;
}

.panel-login .panel-footer {
	background: #f5f5f5;
}

.section-search {
	padding: 30px 0;
	background: #333;
}

	.section-search form {
		position: relative;
		max-width: 400px;
		margin: 0 auto;
	}

		.section-search form:after {
			content: "\f002";
			font-family: "FontAwesome";
			position: absolute;
			left: 15px;
			top: 50%;
			line-height: 20px;
			margin-top: -10px;
			color: #aaa;
			font-size: 16px;
			z-index: 9;
		}

		.section-search form .form-control {
			border: 0;
			border-radius: 4px;
			padding-left: 40px;
		}

.promo {
	padding: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

	.promo .panel-promo {
		border-radius: 0;
		position: relative;
		display: block;
		height: 0;
		padding: 0;
		overflow: hidden;
		margin-bottom: 30px;
		box-shadow: none;
		background-size: cover;
		background-repeat: no-repeat;
		border: 0;
		background-position: center center;
		transform: scale(1);
		opacity: 1;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.promo .panel-promo-4by1 {
		padding-bottom: 25%;
	}

	.promo .panel-promo-3by1 {
		padding-bottom: 33.33333%;
	}

	.promo .panel-promo-2by1 {
		padding-bottom: 50%;
	}

	.promo .panel-promo-4by3 {
		padding-bottom: 75%;
	}

	.promo .panel-promo-1by1 {
		padding-bottom: 100%;
	}

	.promo .panel-promo-2by3 {
		padding-bottom: 150%;
	}

	.promo .panel-promo-1by2 {
		padding-bottom: 200%;
	}

	.promo .panel-promo-plus30 {
		padding-top: 30px;
	}

	.promo .panel-promo .panel-body {
		/*
      background: rgba(0,0,0,0.25);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      */
	}

		.promo .panel-promo .panel-body .panel-promo-heading {
			color: white;
			font-size: 28px;
			font-weight: 400;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			margin: 30px;
			text-align: center;
		}

.panel-promo-text {
	text-align: center;
}

.panel-promo:hover {
	cursor: pointer;
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.6;
}

.panel-product .prodlink {
	cursor: pointer;
}

.panel-product {
	transition: all 0.3s ease;
	border-color: transparent;
	box-shadow: none;
	text-decoration: none !important;
	overflow: visible;
	display: block;
	text-align: center;
	background-color: transparent;
	margin-bottom: 15px;
}

	.panel-product .panel-body {
		padding: 0;
	}

.panel-product-image {
	margin: 0 auto 10px;
	display: block;
	height: 110px;
	transition: all 0.3s ease;
}

.panel-preview-single-illustration .panel-product-image {
	height: auto;
	width: 80%;
}

.panel-product-heading {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	max-height: 42px;
	overflow: hidden;
	margin: 0 0 5px;
}

.panel-product-label {
	margin-bottom: 8px;
	display: inline-block;
	padding: 0.25em 0.6em;
	background: #5cb85c;
}

.panel-product-text {
	font-size: 12px;
	color: #777;
	text-align: center;
	line-height: 17px;
	max-height: 34px;
	overflow: hidden;
}

.panel-product:hover .panel-product-image {
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.panel hr {
	margin: 15px -15px;
	border-color: #ddd;
}

body.customize-page {
	background: #e5e5e5;
}

	body.customize-page .section-customize {
		position: relative;
		z-index: 1;
	}

	body.customize-page .section-products {
		position: relative;
		z-index: 2;
	}

.panel-options {
	position: relative;
	/*padding-bottom: 45px;*/
}

.panel-add2cart {
	padding-bottom: 45px;
}

.panel-options-files .table {
	margin-bottom: 0;
}

	.panel-options-files .table td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

		.panel-options-files .table td:last-child {
			width: 1%;
			white-space: nowrap;
		}

		.panel-options-files .table td > i {
			margin-right: 5px;
		}

		.panel-options-files .table td .btn {
			color: #bbb;
			background: transparent;
			border: 0;
			box-shadow: none !important;
			margin-top: -6px;
			margin-bottom: -6px;
		}

.panel-options-files .btn.fileaction {
	color: #bbb;
	background: transparent;
	border: 0;
	box-shadow: none !important;
	margin-top: -6px;
	margin-bottom: -6px;
	padding: 3px;
}
[id$="div_cpfile"] {
	border-top: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
}

.panel-options-files .danger { background-color: #f2dede; }
.panel-options-files .warning { background-color: #fcf8e3; }
.panel-options-files .success { background-color: #dff0d8; }
.uploadedfilename {overflow: hidden; text-overflow: ellipsis;}

.panel-options-files .table td .btn:hover {
	color: #00b2e2;
}

.panel-options-files .table td .btn[disabled] { color: #eee; }

.panel-options-files .help-block {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-left: 10px;
}

.panel-options-files-dropzone {
	border-radius: 5px;
	border: 1px dashed #ccc;
	padding: 15px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

	.panel-options-files-dropzone:hover {
		border-color: #00b2e2;
		background: #e2f9ff;
	}

	.panel-options-files-dropzone .help-block {
		margin-right: 6px;
	}

.panel-options .row {
	margin: 0 -8px;
}

	.panel-options .row > div {
		padding: 0 8px;
	}

.panel-options .total-price {
	color: #4cae4c;
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 3px;
}

.panel-options .btn-link {
	font-weight: bold;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	float: left;
}

@media (max-width: 767px) {
	.panel-options .btn-link {
		width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.panel-options .btn-link {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.panel-options .btn-link {
		width: 25%;
	}
}

.panel-options .btn-buy {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 0 0 3px 3px;
}

.panel-preview {
	background: transparent;
	border: 0;
	position: relative;
	box-shadow: none;
	/*
  &-buttons {
    //@include flexbox;
    //@include flex-wrap(wrap);
    text-align: center;
    
    .btn {
      color: #999;
      //white-space: normal;
      //font-size: 12px;
      display: inline-block;
      padding: 0 10px;
      margin-bottom: 10px;
      
      i {
        display: block;
        font-size: 24px;
      }
      
      &:hover {
        color: white;
      }
    }
  }
  */
}

@media (min-width: 768px) {
	.panel-preview.affix {
		position: fixed;
		top: 65px;
	}
}

@media (min-width: 768px) and (max-width: 850px) {
	.panel-preview {
		width: 340px;
	}
}

@media (min-width: 851px) and (max-width: 991px) {
	.panel-preview {
		width: 380px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.panel-preview {
		width: 470px;
	}
}

@media (min-width: 1200px) {
	.panel-preview {
		width: 550px;
	}
}

.panel-preview-large .panel-preview-control {
	cursor: pointer;
	color: #bbb;
	margin: 0 10px;
	display: inline;
}

	.panel-preview-large .panel-preview-control a {
		cursor: pointer;
		font-size: 36px;
	}

.panel-preview-large a.panel-preview-control:hover {
	color: #00b2e2;
}

.panel-preview-large .panel-preview-control:before, .panel-preview-large .panel-preview-control:after {
	display: none;
}

.panel-preview-large {
	text-align: center;
	padding-top: 0;
	clear: both;
}

	.panel-preview-large a.panel-preview-img {
		outline: none !important;
		position: relative;
		width: 60%;
		z-index: 99;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		margin: 0 auto;
		display: inline-block;
		cursor: zoom-in;
	}

		.panel-preview-large a.panel-preview-img:before {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background: rgba(0, 0, 0, 0.5);
			opacity: 0;
			-webkit-transition: opacity 0.5s ease;
			-moz-transition: opacity 0.5s ease;
			-ms-transition: opacity 0.5s ease;
			-o-transition: opacity 0.5s ease;
			transition: opacity 0.5s ease;
		}

		.panel-preview-large a.panel-preview-img:after {
			content: "\f00e";
			font-family: "FontAwesome";
			font-size: 40px;
			color: white;
			position: absolute;
			left: 0;
			right: 0;
			text-align: center;
			display: block;
			top: 50%;
			line-height: 40px;
			margin-top: -20px;
			opacity: 0;
			-webkit-transition: opacity 0.5s ease;
			-moz-transition: opacity 0.5s ease;
			-ms-transition: opacity 0.5s ease;
			-o-transition: opacity 0.5s ease;
			transition: opacity 0.5s ease;
		}

	.panel-preview-large a:hover {
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

		.panel-preview-large a:hover:before, .panel-preview-large a:hover:after {
			opacity: 1;
		}

	.panel-preview-large img {
		max-width: 100%;
		max-height: 500px;
	}

.panel-preview-thumbs {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}

	.panel-preview-thumbs a {
		opacity: 0.6;
		transition: opacity 0.3s ease;
		cursor: pointer;
		text-decoration: none !important;
	}

		.panel-preview-thumbs a:hover,
		.panel-preview-thumbs a.active {
			opacity: 1;
		}

		.panel-preview-thumbs a img {
			height: 60px;
			margin: 0 10px;
		}

.panel-preview-info {text-align: center;}
.panel-preview-title {
	font-weight: bold;
}

.panel-preview-price {
	color: #4cae4c;
}

.panel-preview-description {
	font-size: 12px;
}

.panel-preview-buttons {
	float: right;
	/*      position: absolute;
    right: 0;
    top: 0;*/
}

	.panel-preview-buttons > .btn {
		font-size: 24px;
		line-height: 1;
		color: #bbb;
		outline: none !important;
		padding-top: 0;
		padding-bottom: 0;
	}

		.panel-preview-buttons > .btn:hover {
			color: #00b2e2;
		}

	.panel-preview-buttons.open .dropdown-toggle {
		color: #00b2e2;
	}

	.panel-preview-buttons .dropdown-menu {
		margin-top: 10px;
		border-color: transparent;
	}

		.panel-preview-buttons .dropdown-menu:before {
			content: '';
			position: absolute;
			top: -16px;
			right: 14px;
			border: 8px solid transparent;
			border-bottom-color: white;
		}

.dropdown-menu li:empty {
	display: none;
}

.dropdown-menu small {
	font-weight: 400;
	white-space: normal;
	display: block;
	color: #999;
	margin-top: 5px;
}

.modal-preview .modal-dialog {
	margin: 0;
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.modal-preview-close {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	opacity: 0.9;
	font-size: 28px;
	z-index: 2;
	background: transparent !important;
	border-color: transparent !important;
	height: 60px;
	width: 60px;
	border-radius: 0;
	padding: 0;
	line-height: 60px;
	opacity: 1 !important;
}

.modal-preview-large {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: 20px;
	text-align: center;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

	.modal-preview-large img {
		max-width: 90%;
		max-height: 90%;
	}

	.modal-preview-large span {
		display: flex;
		left: 0;
		right: 0;
		top: 0;
		border: 0;
		align-items: center;
		justify-content: center;
		position: absolute;
		bottom: 0;
	}

.modal-preview-thumbs {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: black;
}

	.modal-preview-thumbs a {
		opacity: 0.6;
		transition: opacity 0.3s ease;
		cursor: pointer;
		text-decoration: none !important;
	}

		.modal-preview-thumbs a:hover,
		.modal-preview-thumbs a.active {
			opacity: 1;
		}

		.modal-preview-thumbs a img {
			height: 60px;
			margin: 0 10px;
		}

.modal.modal-flippage .modal-dialog {
	width: 90%;
	height: 95%;
	margin: 0;
	padding: 0;
	max-width: none;
	margin: 30px auto;
}

.modal.modal-flippage .modal-content {
	height: auto;
	height: 95%;
	border-radius: 0;
	border: none;
}

.modal.modal-flippage .modal-body {
	overflow-y: auto;
	height: 100%;
}
.modal-flippage .btn-modal-close {
	position: fixed;
	right: 10px;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.dropdown-languages img {
	margin: -7px 0;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.dropdown-languages .btn {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
}

	.dropdown-languages .btn i {
		position: absolute;
		right: 10px;
		top: 50%;
		line-height: 20px;
		margin-top: -10px;
	}

.dropdown-languages .dropdown-menu {
	right: 0;
}

.profile-page .rddlItem {
	font-size: 1.1em;
}

.RadDropDownList.p_lang {
	width: 100%;
}

.panel-profile-list .panel-heading {
	padding: 15px;
}

	.panel-profile-list .panel-heading:after {
		content: "";
		display: table;
		clear: both;
	}

	.panel-profile-list .panel-heading .panel-title {
		line-height: 34px;
		font-weight: 500;
	}

	.panel-profile-list .panel-heading .input-group:after {
		content: "\f002";
		font-family: "FontAwesome";
		position: absolute;
		left: 13px;
		top: 50%;
		line-height: 20px;
		margin-top: -10px;
		color: #aaa;
		font-size: 16px;
		z-index: 9;
	}

	.panel-profile-list .panel-heading .input-group .form-control {
		padding-left: 35px;
	}

	.panel-profile-list .panel-heading .pull-right {
		max-width: 300px;
	}

.panel-profile-list .panel-body {
	padding-bottom: 0;
}

.panel-profile-list .list-group-item-text {
	color: #777;
	margin-bottom: 3px;
	font-size: 13px;
}

	.panel-profile-list .list-group-item-text i {
		margin-right: 5px;
	}

		.panel-profile-list .list-group-item-text i:not(:first-child) {
			margin-left: 10px;
		}

.panel-profile-list .list-group-item .btn-group {
	padding: 4px 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

	.panel-profile-list .list-group-item .btn-group .btn {
		font-weight: bold;
	}

	.panel-profile-list .list-group-item .btn-group i {
		font-size: 14px;
		margin-right: 4px;
	}

.panel-profile-list .list-group-item:hover .btn-group {
	opacity: 1;
}

.panel-profile-list .list-group-collapse {
	margin-top: 1px;
}

.panel-profile-list dl {
	margin-bottom: 0;
}

	.panel-profile-list dl dd {
		margin-bottom: 10px;
	}

.panel-profile-list .table {
	margin-bottom: 0;
}

	.panel-profile-list .table td, .panel-profile-list .table th {
		white-space: nowrap;
	}

		.panel-profile-list .table td:first-child, .panel-profile-list .table th:first-child {
			padding-left: 15px !important;
			width: 99%;
			white-space: normal;
		}

	.panel-profile-list .table tr:last-child td {
		border-top: 2px solid #ddd;
	}

	.panel-profile-list .table a:not(:first-child) {
		margin-left: 15px;
	}

.panel-profile-list .order-buttons {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

.panel-profile-list .order-buttons-approval-reason {
	margin-top: 15px;
}

.panel-profile-list .order-buttons .btn i {
	margin-right: 4px;
}

.panel-profile-list .order-buttons .btn-link {
	margin-top: -10px;
	margin-bottom: -10px;
	padding-left: 0;
	padding-right: 0;
}

.checkout-page-content .panel-heading {
	padding: 15px;
	background: white;
}

.checkout-page-content .panel-title {
	font-weight: bold;
	color: #999;
}

@media (max-width: 767px) {
	.checkout-page-sidebar .panel {
		position: static !important;
		width: auto !important;
	}
}

@media (min-width: 768px) {
	.checkout-page-sidebar .checkout-sidebar.affix {
		position: fixed;
		top: 80px;
	}
}

.orderconfirm-page .content .btn {
	margin: 0 10px 15px;
}

@media (max-width: 767px) {
	.webshop {
		margin: 0 -15px;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}
}

@media (min-width: 768px) {
	.webshop-products {
		width: 100%;
		display: table;
	}
}

@media (max-width: 767px) {
	.webshop-product {
		padding: 20px;
	}

		.webshop-product:after {
			content: "";
			display: table;
			clear: both;
		}

		.webshop-product:not(:last-child) {
			border-bottom: 1px solid #ddd;
		}
}

@media (min-width: 768px) {
	.webshop-product {
		display: table-row;
		border-bottom: 1px solid #ddd;
	}

		.webshop-product > * {
			display: table-cell;
			vertical-align: top;
			padding: 15px;
		}
}

@media(max-width: 767px) {
	.webshop-product {
		position: relative;
	}

	.webshop-product-menu {
		position: absolute;
		right: 14px;
		top: 14px;
		width: auto !important;
	}

	.webshop-product-quantity {
		margin-left: 90px;
	}
}


.webshop-product-image {
	text-align: center;
}

@media (max-width: 767px) {
	.webshop-product-image {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.webshop-product-image {
		width: 100px;
		padding-right: 0;
	}
}

.webshop-product-image img {
	width: 70px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
	position: relative;
}

	.webshop-product-image img:hover {
		-moz-transform: scale(3);
		-o-transform: scale(3);
		-ms-transform: scale(3);
		-webkit-transform: scale(3);
		transform: scale(3);
		z-index: 2;
	}

.webshop-product-details {
	overflow: hidden;
}

.webshop-product-title {
	font-weight: bold;
	padding: 5px 0;
	margin: 0 0 5px;
	font-size: 18px;
}

.webshop-product-price {
	color: #5cb85c;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.webshop-product-price {
		margin: 0 0 10px;
	}
}

@media (min-width: 768px) {
	.webshop-product-price {
		text-align: right;
	}
}

.webshop-product-price-total {
	font-weight: bold;
	display: block;
	font-size: 18px;
	padding: 6px 0;
}

.webshop-product-price-unit {
	display: block;
	padding: 7px 0;
}

.webshop-product-quantity {
	width: 1%;
	text-align: right;
}

.webshop-product-quantity-info {
	font-size: 10px;
}

.webshop-product-allquantity {
	width: auto;
	text-align: right;
}

	.webshop-product-allquantity .form-control {
		min-width: 60px;
		width: 95px !important;
		float: right;
	}

	.webshop-product-allquantity .input-group {
		float: right;
	}

.allquantity-inp {
	float: left;
}

.allquantity-btn {
	float: left;
}

.webshop-product-quantity .form-control {
	min-width: 60px;
	float: right;
}

.webshop-product-quantity select {
	width: auto !important;
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

@media (max-width: 480px) {
	.webshop-product-quantity {
		width: auto;
		clear: left;
	}
}

.webshop-product-quantity .input-group {
	margin: 0 0 10px;
}

.webshop-product-menu {
	width: 1%;
	padding-left: 0;
}

	.webshop-product-menu .btn i {
		font-size: 20px;
	}

@media (min-width: 768px) {
	.webshop-product-menu .dropdown-menu {
		right: 0;
		left: auto;
	}
}

.webshop-product-customization {
	margin: 0 0 10px;
}

	.webshop-product-customization select {
		margin-right: 10px;
		display: inline-block;
		width: auto;
	}

@media (min-width: 768px) {
	.webshop-categories {
		width: 100%;
		display: table;
	}
}

@media (max-width: 767px) {
	.webshop-category {
		padding: 20px;
	}

		.webshop-category:after {
			content: "";
			display: table;
			clear: both;
		}

		.webshop-category:not(:last-child) {
			border-bottom: 1px solid #ddd;
		}
}

@media (min-width: 768px) {
	.webshop-category {
		display: table-row;
		border-bottom: 1px solid #ddd;
	}

		.webshop-category > * {
			display: table-cell;
			vertical-align: top;
			padding: 15px;
		}
}

@media(max-width: 767px) {
	.webshop-category {
		position: relative;
	}

	.webshop-category-menu {
		position: absolute;
		right: 14px;
		top: 14px;
		width: auto !important;
	}
}

.webshop-category-image {
	text-align: center;
}

@media (max-width: 767px) {
	.webshop-category-image {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.webshop-category-image {
		width: 100px;
		padding-right: 0;
	}
}

.webshop-category-image img {
	width: 70px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}

	.webshop-category-image img:hover {
		-moz-transform: scale(3);
		-o-transform: scale(3);
		-ms-transform: scale(3);
		-webkit-transform: scale(3);
		transform: scale(3);
		z-index: 2;
	}

.webshop-category-details {
	overflow: hidden;
}

.webshop-category-title {
	font-weight: bold;
	padding: 5px 0;
	margin: 0 0 5px;
	font-size: 18px;
}


.webshop-category-menu {
	width: 1%;
	padding-left: 0;
}

	.webshop-category-menu .btn i {
		font-size: 20px;
	}

@media (min-width: 768px) {
	.webshop-category-menu .dropdown-menu {
		right: 0;
		left: auto;
	}
}



/* Scrolling panels */
@media (min-width: 768px) {
	.media-page .content {
		overflow: hidden;
		position: absolute;
		top: 53px;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
	}

		.media-page .content .jumbotron {
			flex-grow: 0;
		}

		.media-page .content .section.media {
			flex-grow: 1;
			padding: 0;
			margin: 0;
			position: relative;
		}

			.media-page .content .section.media > .container {
				height: 100%;
				overflow: hidden;
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
			}

				.media-page .content .section.media > .container > .row {
					height: 100%;
					padding-bottom: 60px;
				}

					.media-page .content .section.media > .container > .row > div {
						padding-top: 30px;
/*						padding-bottom: 60px; */
						height: 100%;
						max-height: 100%;
						overflow-x: hidden;
						overflow-y: auto;
					}

					.media-page .content .section.media > .container > .row > span > div {
						padding-top: 30px;
						/*						padding-bottom: 60px; */
						height: 100%;
						max-height: 100%;
						overflow-x: hidden;
						overflow-y: auto;
					}
}

@media (min-width: 480px) and (max-width: 767px) {
	.media-panels > div {
		width: 50%;
		float: left;
	}
}

.panel-media {
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.panel-media:hover {
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
		border-color: #ccc;
	}

.panel-media-image {
	position: relative;
	height: 0;
	padding: 0 0 100%;
}

.panel-media-image-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

	.panel-media-image-inner img {
		max-width: 100%;
		max-height: 100%;
		flex: 0 0 auto;
	}

.panel-media-image-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.panel-media:hover .panel-media-image-overlay {
	opacity: 0.9;
}

.panel-media-image-overlay .btn {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

	.panel-media-image-overlay .btn:focus {
		outline: none;
	}

	.panel-media-image-overlay .btn i {
		font-size: 28px;
		display: block;
	}

.panel-media-footer {
	padding: 14px 15px 6px;
	border-top: 1px solid #ddd;
	display: block;
	color: inherit;
}

	.panel-media-footer:hover {
		text-decoration: none;
	}

	.panel-media-footer:after {
		content: "";
		display: table;
		clear: both;
	}

.panel-media-title {
	font-weight: 700;
	font-size: 15px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.panel-media-type {
	float: left;
	padding: 5px 0;
	line-height: 20px;
}

.panel-media-btn {
	float: right;
	padding: 5px 0;
	margin-left: 10px;
}

.media-list {
	/* &-selected {
		 .dropdown {
			 float: right;
			 margin: -7px 0;
			 display: none;
		}
	}
	 */
}

.panel-media input[type=checkbox] {
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 4;
}

.media-list th {
	background: transparent;
	border-bottom-width: 1px !important;
}

.media-list td {
	vertical-align: middle !important;
	cursor: pointer;
}

	.media-list td.text-muted {
		cursor: initial;
	}

	.media-list td.media-list-image {
		text-align: center;
		width: 1%;
	}

.media-list img {
	max-height: 30px;
	max-width: 50px;
}

.media-list .dropdown {
	display: inline-block;
}


.modal-media {
	padding-right: 0 !important;
}

	.modal-media .modal-dialog {
		width: auto;
	}

@media (max-width: 767px) {
	.modal-media .modal-dialog {
		margin: 15px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.modal-media .modal-dialog {
		margin: 30px;
	}
}

@media (min-width: 1200px) {
	.modal-media .modal-dialog {
		max-width: 1140px;
	}
}

.modal-media .panel-body {
	padding: 20px;
}

.modal-media-actions {
	padding: 7px;
	border-bottom: 1px solid #ddd;
}

	.modal-media-actions .btn {
		font-size: 15px;
		font-weight: bold;
	}

		.modal-media-actions .btn i {
			margin-right: 4px;
		}

.modal-media-image {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.modal-media-image {
		margin-bottom: 20px;
	}
}

.modal-media .nav-pills > li > a {
	font-weight: bold;
	white-space: nowrap;
}

.modal-media .nav-pills > li.active > a {
	background: #00b2e2;
}

.modal-media-details {
	margin: 0;
}

	.modal-media-details dt {
		font-size: 12px;
		text-transform: uppercase;
		color: #777;
	}

	.modal-media-details dd {
		margin-bottom: 15px;
		font-size: 16px;
		word-wrap: break-word;
		-ms-word-wrap: break-word;
		overflow-wrap: break-word;
	}

		.modal-media-details dd i {
			color: #bbb;
			margin-right: 8px;
			font-size: 18px;
			position: relative;
			top: 2px;
		}

.modal-media-admin .bootstrap-tagsinput {
	width: 100%;
}

.flip-page {
	background: #222222;
	padding: 0;
}

.flip-page-branding {
	height: 50px;
	text-align: center;
	background: white;
	padding: 10px;
	border-bottom: 3px solid #5bb6e8;
}

.flip-page-logo {
	height: 30px;
}

	.flip-page-logo img {
		height: 100%;
		width: auto;
	}

.flip-page-wrapper {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
}

	.flip-page-wrapper iframe {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}

.admin-item legend {
	border: 0;
	color: #999;
	padding-left: 25px;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	margin: 0 0 15px;
}

	.admin-item legend:hover {
		color: #777;
	}

	.admin-item legend:after {
		content: "\f147";
		font-family: "FontAwesome";
		position: absolute;
		left: 0;
		text-align: center;
		top: 50%;
		font-size: 14px;
		line-height: 16px;
		margin-top: -8px;
	}

	.admin-item legend.collapsed:after {
		content: "\f196";
	}

.admin-item-section {
	overflow: hidden;
}

	.admin-item-section .help-block {
		margin-top: 0;
	}



.panel-options-import-dropzone {
	border-radius: 5px;
	border: 1px dashed #ccc;
	padding: 15px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	/*-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
}

	.panel-options-import-dropzone:hover {
		border-color: #00b2e2;
		background: #e2f9ff;
	}

	.panel-options-import-dropzone .help-block {
		margin-right: 6px;
	}



.tiny, tiny {
	font-size: 70%;
}

.qty-desc {
	font-size: 85%;
}

.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	text-align: center;
	z-index: 1234678;
	overflow: auto;
	width: 150px;
	height: 150px;
}

#fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #ababab;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .70;
	filter: alpha(opacity=80);
}

#spinner3 {
	display: none;
	position: fixed;
	top: 45%;
	left: 45%;
	/*    width: 150px;
    height: 150px;*/
	padding: 30px;
	border: 3px solid #ababab;
	box-shadow: 1px 1px 10px #ababab;
	border-radius: 20px;
	background-color: white;
	z-index: 1051;
	text-align: center;
	overflow: auto;
}

.lds-hourglass {
	width: auto;
	height: auto;
	background-color: #00b2e2;
	display: none;
	position: fixed;
	top: 45%;
	left: 45%;
	padding: 30px;
	border: 3px solid #ababab;
	box-shadow: 1px 1px 10px #ababab;
	border-radius: 20px;
	z-index: 1051;
	text-align: center;
	overflow: auto;
}

	.lds-hourglass:after {
		content: " ";
		display: block;
		border-radius: 50%;
		width: 0;
		height: 0;
		margin: 6px;
		box-sizing: border-box;
		border: 26px solid #fff;
		border-color: #fff transparent #fff transparent;
		animation: lds-hourglass 1.2s infinite;
	}

@keyframes lds-hourglass {
	0% {
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	50% {
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	100% {
		transform: rotate(1800deg);
	}
}

.i-emptycart {
	width: auto;
	height: auto;
	display: none;
	position: fixed;
	top: 45%;
	left: 45%;
	padding: 30px;
	z-index: 1002;
	text-align: center;
	overflow: auto;
	animation: i-emptycart 3s ease infinite;
}

@keyframes i-emptycart {
	0% {
		transform: rotate(0deg) scale(0.5);
	}

	50% {
		transform: rotate(45deg) scale(1);
	}

	100% {
		transform: rotate(0deg) scale(0.5);
	}
}

.rddlSlide {
	float: left;
	position: absolute;
	overflow: hidden;
	z-index: 7000;
	background-color: white;
}

.section-profile .nav .badge {
	position: relative;
	top: -2px;
	background: #f0ad4e;
}

.genError {
	font-weight: bold;
	color: #f00;
}

.inputmissing {
	font-weight: bold;
	color: #a94442;
}

.navbar-brand {
	padding-top: 0;
}

	.navbar-brand .logo {
		height: 50px;
	}

.navbar-collapse {
	position: relative;
}

@media (max-width: 767px) {
	.navbar-collapse {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: 53px;
		background: white;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 30px;
		transition: height 0.2s, opacity 0.2s;
		max-height: none !important;
		height: auto !important;
		z-index: 1;
		opacity: 0;
	}

		.navbar-collapse.collapsing {
			height: auto !important;
			opacity: 0;
		}

		.navbar-collapse.collapse.in {
			height: auto;
			opacity: 1;
		}
}

.navbar-search {
	align-items: center;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: #f5f5f5;
	opacity: 0;
	padding: 0 10px 0 20px;
	transition: opacity .4s ease;
	display: none;
}

.navbar-search-show-mobile {
	padding: 10px;
}

@media(min-width:768px) {
	.navbar-search-show-mobile {
		display: none !important;
	}
}

.navbar .navbar-toggle, .navbar .navbar-search-show-mobile {
	padding: 6px 12px;
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	.navbar .navbar-header {
		display: flex;
		align-items: center;
		position: relative;
		z-index: 2;
	}
}

.navbar .navbar-toggle {
	border-color: transparent;
	color: #00b2e2;
	order: 2;
	margin-right: 10px;
}

	.navbar .navbar-toggle:not(.collapsed) {
		color: #00627c;
	}

.navbar-search.active {
	opacity: 1;
	z-index: 10;
	display: flex;
}

.navbar-search.form-control {
	border-color: transparent;
	font-size: 16px;
	box-shadow: none;
	background: transparent;
	margin-top: -2px;
	height: 50px;
	padding: 0;
}

.navbar-search.btn-link {
	font-size: 18px;
}

.webshop-footer-fixed {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f5f5f5;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	z-index: 11;
	border-top: 1px solid #d5d7d9;
}

.combo_search .rcbInner {
	padding-left: 30px !important;
}

.combo_search .rcbItem.rcbTemplate:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}

.inplist .rcbItem.rcbTemplate:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}

.inpimg .rcbItem.rcbTemplate:hover {
	cursor: pointer;
}

.cart-approval {
	padding: 15px;
	margin: 0;
}

.modal-files-item.upload {
	width: 100%;
	height: 80px;
}

.modal-files-item-dropzone .help-block {
	margin-right: 10px;
}

.modal-campaign-actions {
	margin-bottom: 10px;
	margin-top: 10px;
}

.combo_search .rcbItem.rcbTemplate:hover {
	background-color: transparent;
}

.searchprodrow {
	padding: 4px;
	border: 1px solid #f5f5f5;
}

.searchprodrow:hover {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}

.searchuserrow {
	padding: 4px;
	border: 1px solid #f5f5f5;
}

.searchuserrow:hover {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}

.searchprodimg {
	padding: 0;
}

.searchprodname {
}

.searchprodaction {
	padding: 0;
}

.inpimg .list-group {
	margin: 0;
}

.inpimg .list-group-item {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

	.inpimg .list-group-item:after {
		content: "";
		display: table;
		clear: both;
	}

	.inpimg .list-group-item:first-child {
		border-top: 0;
	}

	.inpimg .list-group-item img {
		float: left;
		margin-right: 10px;
		width: 100px;
	}

.inpimg .list-group-item-content {
	overflow: hidden;
}

.inpimg .list-group-item-heading {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-right: 3px;
	display: inline-block;
	line-height: 18px;
	white-space: normal;
}

.inpimg .list-group-item .action {
	float: right;
	display: inline-block;
	color: #777;
}

.required:after {
	content: " *";
	color: #f00;
}


@media (min-width: 768px) {
	.footer-contact a {
		margin-right: 15px;
	}
}

.footer-contact {
	line-height: 20px;
	margin: 0;
}

@media (max-width: 767px) {
	.footer-contact {
		text-align: center;
		padding: 15px 0;
	}
}

@media (min-width: 768px) {
	.footer-contact {
		float: left;
	}
}

.RadComboBox .rcbInner {
	border-radius: 4px;
}

.RadAutoCompleteBox {
	width: 100% !important;
}

.RadDataPager .rdpPagerLabel {
	margin: 0 5px 0 5px !important;
}

html .RadComboBox {
}

@media (min-width: 768px) {
	html .RadComboBoxDropDown {
		min-width: 400px !important;
	}
}

nav {
	width: 100%;
	text-align: right;
}

.RadInput {
	display: block !important;
}

	* + html .riSingle input.riTextBox, * + html .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"], .RadInput .riTextBox, .RadInputMgr {
		height: inherit !important;
	}

	.RadInput .riTextBox {
		padding: 6px 12px !important;
	}

.RadPicker .riTextBox {
	padding: 0 !important;
	background-color: transparent !important;
	border: 0 !important;
}

.RadListBox .rlbTemplate {
	display: inline !important;
}

.RadRotator .rrClipRegion {
	background-color: transparent !important;
}

.rrItemsList {
	width: 100%;
}

.rrItem {
	float: left !important;
}

.thumbItem {
	text-align: center;
	padding: 2px;
	margin: 3px;
	border: solid 1px #dddddd !important;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

.RotatorImage {
	cursor: pointer;
}

.thumbItem .RotatorImage {
	max-height: 50px;
}

.control-label.block {
	display: block;
}

.approver-row {
	padding: 12px 15px;
	border-bottom: 1px solid #ddd;
}

	.approver-row:after {
		content: "";
		display: table;
		clear: both;
	}

.approver-image {
	float: left;
	width: 50px;
	margin-right: 12px;
}

.approver-title {
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.approver-desc {
	font-size: 80%;
	margin: 0;
}

.radListBG.row {
	margin-right: 0 !important;
}

.radListBG {
	background-color: #fff;
}

	.radListBG:hover {
		background-color: #e3e3e3;
	}

.deliveryopt-row {
	padding: 12px 15px;
	border-bottom: 1px solid #ddd;
}

	.deliveryopt-row:after {
		content: "";
		display: table;
		clear: both;
	}

.deliveryopt-image {
	float: left;
	width: 50px;
	margin-right: 12px;
}

.deliveryopt-title {
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.deliveryopt-desc {
	clear: both;
	font-size: 80%;
	margin: 0;
}

.pdeladr-row {
	padding: 12px 15px;
	border-bottom: 1px solid #ddd;
}

	.pdeladr-row:after {
		content: "";
		display: table;
		clear: both;
	}

.pdeladr-image {
	float: left;
	width: 50px;
	margin-right: 12px;
}

.pdeladr-title {
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.pdeladr-desc {
	clear: both;
	font-size: 80%;
	margin: 0;
}

.oref-row {
	padding: 12px 15px;
	border-bottom: 1px solid #ddd;
}

	.oref-row:after {
		content: "";
		display: table;
		clear: both;
	}

.oref-title {
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.oref-desc {
	clear: both;
	font-size: 80%;
	margin: 0;
}

.cart-quantity input {
	font-size: 12px !important;
	height: 24px !important;
}

.multibuy .webshop-product:hover {
	cursor: pointer;
}

.multibuy .webshop-product:hover {
	background-color: #efefef;
}

.multibuy .webshop-product-selected {
	background-color: #efefef;
}

.form-control.adr {
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.footer-contact a {
		margin-right: 15px;
	}
}

@media (min-width: 768px) {
	.webshop-product-checkbox {
		width: 1%;
	}
}

@media (min-width:768px) {
	.navbar .container {
		position: relative;
	}
}

@media (min-width: 768px) {
	.webshop-product > * {
		display: table-cell;
		vertical-align: top;
		border-bottom: 1px solid #ddd;
		padding: 15px;
	}
}

@media (min-width: 768px) {
	.webshop-category > * {
		display: table-cell;
		vertical-align: top;
		border-bottom: 1px solid #ddd;
		padding: 15px;
	}
}

nav.ma {
	text-align: left;
	border-bottom: 1px solid #ddd;
}

	nav.ma .breadcrumb {
		margin-bottom: 0px;
	}

.tooltip .breadcrumb {
	text-align: left;
	background-color: transparent;
	margin-bottom: 0px;
	font-size: 10px;
}

.media-list td.media-list-name .breadcrumb {
	text-align: left;
	background-color: transparent;
	margin-bottom: 0px;
	font-size: 11px;
	padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
	font-family: 'FontAwesome';
	content: "\f105";
}

.btn-checkbox {
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	color: #EEE;
}

	.btn-checkbox.active {
		color: white !important;
		background-color: #00b2e2;
		border-color: #008aaf !important;
	}

.webshop-product-check input[type=checkbox] {
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
}

.sharewin-close {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	opacity: 0.9;
	font-size: 28px;
	z-index: 2;
	background: transparent !important;
	border-color: transparent !important;
	height: 60px;
	width: 60px;
	border-radius: 0;
	padding: 0;
	line-height: 60px;
	opacity: 1 !important;
}

.k-menu .k-i-arrow-s {
	display: none;
}

.k-menu-scroll-wrapper {
	min-width: 120px;
}

.k-header {
	border-width: 0;
}

.k-image {
	max-width: 100px;
}

.k-first.k-last {
	border-width: 0 !important;
	background-color: white;
}

.k-state-active {
	color: white !important;
	background: #00b2e2 !important;
}

.k-state-border-right {
	color: white !important;
	background: #00b2e2 !important;
}

.k-state-hover {
	color: white !important;
	background: #00b2e2 !important;
}

#impleomenu-cat > li > div > ul > li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.k-animation-container li:not(:last-child) {
	border-bottom: 1px solid #ddd !important;
}

#impleomenu-cat {
	font-size: 16px;
	color: #00b2e2;
	transition: all 0.3s ease;
	background-color: transparent;
	border-width: 0;
}

	#impleomenu-cat > li > .k-link {
		padding-top: 15px;
		border: 0;
		padding-bottom: 15px;
		line-height: 20px
	}

	#impleomenu-cat > li > div > ul > li {
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #fff;
		font-weight: bold;
	}

.k-animation-container li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	font-weight: bold;
}

	.k-animation-container li.k-state-border-down {
		background-color: #00b2e2;
	}

#impleomenu-cat > li > div > ul > li.k-state-hover {
	background-color: #f5f5f5 !important;
}

	#impleomenu-cat > li > div > ul > li.k-state-hover > .k-link {
		background-color: transparent !important;
	}

#impleomenu-cat > li > div > ul > li > a.k-link {
	background-color: transparent !important;
	color: #00b2e2;
	transition: all 0.3s ease;
}

.k-animation-container .k-link {
	color: #00b2e2;
	transition: all 0.3s ease;
}

#impleomenu-cat > li > div > ul > li.k-state-hover > a.k-link:hover {
	color: #00627c;
}

.k-animation-container .k-link:hover {
	color: #00627c;
}

.file-select-container {
	float: left;
	width: 20%;
}

.section-breadcrumbs a.adm {
	padding: 0;
}

.btn-merge {
	display: block;
	margin: -1px;
	border-radius: 0 0 4px 4px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

.btn-dl {
}

.treenodeMove {
	background-color: rgba(0,0,0,0.5);
	color: white;
	padding: 5px;
}

.rootNode {
	border: 1px dashed #666;
	padding: 5px;
}

.merge {
	margin-bottom: 5px;
}

.mergealt {
	margin-bottom: 5px;
}

.ruButton.ruBrowse {
}

.RadUpload .ruBrowse {
	width: 120px !important;
	height: auto !important;
}

.RadUpload .ruFakeInput {
	width: 60px !important;
	display: none !important;
}

.u_upl {
	display: none;
}

img.rddlItemImg {
	padding-right: 10px;
}

td.calPriority {
	color: #ff7800;
}

.modal-files-items {
	min-height: 200px;
}

.panel-preview-illustrations {
	text-align: left;
	padding-top: 30px;
	margin-bottom: 20px;
}

	.panel-preview-illustrations a {
		width: auto;
		height: 120px;
		margin: 0 30px 30px 0;
		display: inline-block;
		opacity: 1;
	}

.card {
	background: #fff;
	transition: .5s;
	border: 0;
	margin-bottom: 30px;
	border-radius: .55rem;
	position: relative;
	width: 100%;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.BG_visedit {
	border: 1px dotted #ddd;
	margin-top: 5px;
}

.proofs td {
	padding-right: 10px;
}

.proofs th {
	padding-right: 10px;
}

.proofs tbody tr {
	border-bottom: 1px solid #eee;
}

.customorderfiles td {
	padding: 10px;
	text-align: left;
}

.customorderfiles th {
	padding: 0 10px;
}

.customorderfiles tbody tr {
	border-bottom: 1px solid #eee;
}

.chat-app .chat {
}

.chat .chat-header {
	padding: 15px 20px;
	border-bottom: 2px solid #f4f7f6;
}

	.chat .chat-header img {
		float: left;
		border-radius: 40px;
		width: 40px;
	}

	.chat .chat-header .chat-about {
		float: left;
		padding-left: 10px;
	}

.chat .chat-history {
	padding: 20px;
	border-bottom: 2px solid #fff;
	max-height: 400px;
	overflow-y: auto;
}

.chat .chat-history ul {
	padding: 0;
}

.chat .chat-history ul li {
	list-style: none;
	margin-bottom: 30px;
}

.chat .chat-history ul li:last-child {
	margin-bottom: 0px;
}

.chat .chat-history .message-data {
	margin-bottom: 15px;
}

.chat .chat-history .message-data img {
	border-radius: 40px;
	width: 40px;
}

.chat .chat-history .message-data-time {
	color: #434651;
	padding-left: 6px;
}

.chat .chat-history .message {
	color: #444;
	padding: 15px 20px;
	font-size: 13px;
	border-radius: 7px;
	display: inline-block;
	position: relative;
}

.chat .chat-history .message:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.chat .chat-history .my-message {
	background: #f0faff;
}

.chat .chat-history .my-message:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #f0faff;
	border-width: 10px;
	margin-left: -10px;
	right: 30px;
}

.chat .chat-history .other-message {
	background: #efefef;
	text-align: left;
}

.chat .chat-history .other-message:after {
	border-bottom-color: #efefef;
	left: 30px;
}

.chat .chat-message {
	padding: 20px;
}

.float-right { float: right; }
.float-left { float: left; }

.text-left { text-align:left; }
.text-right { text-align: right; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media only screen and (max-width: 767px) {

	.chat-app .chat {
		margin: 0;
	}

		.chat-app .chat .chat-header {
			border-radius: 0.55rem 0.55rem 0 0;
		}

	.chat-app .chat-history {
		height: 300px;
		overflow-x: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.chat-app .chat-list {
		height: 650px;
		overflow-x: auto;
	}

	.chat-app .chat-history {
		height: 600px;
		overflow-x: auto;
	}
}

.loadspinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


.sk-cube-grid {
	width: 40px;
	height: 40px;
	/*margin: 100px auto;*/
	margin-left: 100px;
	margin-top: 50px;
}

	.sk-cube-grid .sk-cube {
		width: 33%;
		height: 33%;
		background-color: #333;
		float: left;
		-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
		animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	}

	.sk-cube-grid .sk-cube1 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

	.sk-cube-grid .sk-cube2 {
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}

	.sk-cube-grid .sk-cube3 {
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
	}

	.sk-cube-grid .sk-cube4 {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	.sk-cube-grid .sk-cube5 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

	.sk-cube-grid .sk-cube6 {
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}

	.sk-cube-grid .sk-cube7 {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}

	.sk-cube-grid .sk-cube8 {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	.sk-cube-grid .sk-cube9 {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

.racToken {
	margin: 1px;
}

.tinyINP {
	font-size: 0.5em;
	height: auto;
}

.margin-left-5 {
	margin-left: 5px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-right-5 {
	margin-right: 5px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.RadMediaPlayer {
	min-height: 100px;
}

.RadTreeView_Silk .rtIn {
	color: #00b2e2;
	cursor: pointer;
	position: relative;
	top: -2px;
	margin-left: 0;
	padding-left: 6px;
	padding-right: 6px;
}

	.RadTreeView_Silk .rtIn:hover {
		color: #00627c;
	}

.RadTreeView_Silk .rtSelected .rtIn {
	background-color: #00b2e2 !important;
	border-color: #00b2e2 !important;
	color: white !important;
	cursor: default;
}

.RadTreeView .rtLines .rtLI {
	position: relative;
}

.RadTreeView_Silk .rtPlus,
.RadTreeView_Silk .rtMinus {
	position: absolute;
	left: 20px;
	top: 0;
	background-image: none !important;
	cursor: pointer;
}

	.RadTreeView_Silk .rtPlus:after,
	.RadTreeView_Silk .rtMinus:after {
		font-family: "FontAwesome";
		font-size: 14px;
		line-height: 14px;
		width: 14px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -7px;
		margin-top: -7px;
		display: block;
		text-align: center;
		background: #f5f5f5;
	}

	.RadTreeView_Silk .rtPlus:after {
		content: "\f196";
	}

	.RadTreeView_Silk .rtMinus:after {
		content: "\f147";
	}

	.RadTreeView_Silk .rtPlus:hover:after,
	.RadTreeView_Silk .rtMinus:hover:after {
		color: #00b2e2;
	}

	.RadTreeView_Silk .rtPlus:hover:after {
		content: "\f0fe";
	}

	.RadTreeView_Silk .rtMinus:hover:after {
		content: "\f146";
	}

.price_exclvat {
	color: #777;
}

.panel-mediacaturl:after {
	content: "";
	display: table;
	clear: both;
}

.inpimg .list-group-item-desc {
	white-space: normal;
	font-size: 85%;
}

.panel-filter {
	margin-bottom: 5px;
	padding: 5px;
	background-color: transparent;
}

.ohist_pname {
	font-weight: bold;
}

.ohist_onoline {display:none;}
.ohist_onoline {font-size: 85%; }

.webshop .prodsort {
	width: 200px;
}

.widthauto {
	width: auto !important;
}

.panel-impersonate {
	border-bottom: 1px solid #ddd;
}

.share-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.img-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	margin: 4rem 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.img-wrapper img {
		max-width: 100%;
		max-height: 100%;
	}

.share-footer {
	background: white;
	padding: 2rem;
}

	.share-footer h1 {
		font-size: 24px;
		margin: 0 0 10px;
		letter-spacing: -0.03em;
	}

.share-footer-buttons {
	margin-bottom: 30px;
}

.RadSocialShare_Bootstrap {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 15px;
	position: relative;
	top: 1px;
}

.RadTabStrip {
	padding-bottom: 10px
}

.RadEditor.RadEditor_Bootstrap.reInlineEditor {
	border-color: #dedede;
}

.reContentArea.reContentAreaToggle {
	min-height: 150px !important;
	border-color: #dedede !important;
	border-width: 1px !important;
}

.RadEditor .reEmptyMessage {
	font-size: 14px !important;
	padding: 6px 12px;
}

.RadEditor.reInlineEditor .reContentArea {
	font-size: 14px !important;
	padding: 6px 12px;
}

.RadEditor.reInlineEditor .reContentArea, .RadEditor.reInlineEditor .reContent {
	border-width: 1px !important;
	border-color: #dedede !important
}

[class^="Rad"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

[id$="pnl_UserFUplPanel"] {
	width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.marginT5 { margin-top: 5px; }

.cart.alert { margin: 5px; }