@CHARSET "UTF-8";

body {
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.webshopHeader {
	background-color: #A9C93B;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 15px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.webshopHeader .fa {
	font-size: 16px;
	margin-right: 10px;
}

.webshopHeader a {
	color: #ffffff;
	font-size: 14px;
	margin-left: 10px;
}

.webshopBrowseEmptyMessage {
	margin-bottom: 15px;
	text-align: center;
}

.webshopBrowseSortButton {
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
}

.webshopBrowseSortButton.active {
	border: 1px solid #333333;
}

.imageContainer {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.webshopItemContainer {
	margin-bottom: 15px;
}

.webshopItemBlock {
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.20);
	width: 100%;
	height: 100%;
}

.webshopItemTable {
	border-spacing: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.webshopItemTable > tbody > tr > td {
	border: none;
	margin: 0;
	padding: 15px;
	vertical-align: top;
}

.webshopItemTable > tbody > tr:nth-child(1) > td {
	background-color: #A9C93B;
	color: #ffffff;
	height: 20px;
}

.webshopItemTable > tbody > tr:nth-child(2) > td,
.webshopItemTable > tbody > tr:nth-child(2) > td > * {
	height: 200px;
}

.webshopItemTable > tbody > tr:nth-child(4) > td {
	background-color: #8CA7B2;
	color: #ffffff;
	height: 20px;
}

.webshopItemTable > tbody > tr:nth-child(4) > td a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}

.webshopItemTable > tbody > tr:nth-child(5) > td {
	background-color: #A9C93B;
	color: #ffffff;
	text-align: left;
	height: 65px;
}

.webshopItemTableBasketRow > div {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.webshopItemTableBasketRow .ui-spinner {
	margin-left: 4px;
	margin-bottom: 10px;
}

.webshopItemTableBasketRow input[type="text"] {
	width: 50px;
	box-sizing: border-box;
}

.webshopPager {
	background-color: #A9C93B;
	width: auto;
	padding: 5px;
	margin: 0 0 15px 0;
}

.webshopPagerTop {
	border-radius: 0 0 10px 10px;
}

.webshopPagerBottom {
	border-radius: 10px;
}

.webshopPager > span {
	color: #A9C93B;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	display: block;
	margin-top: 0;
	text-align: center;
	font-size: 16px;
}

.webshopPager > a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
	display: block;
	margin-top: 0;
	text-align: center;
	min-height: 33px;
	font-size: 16px;
}

.webshopPager > a.fa {
	padding-top: 8px;
}

.webshopPager > a:hover {
	background-color: #CAE567;
}

.webshopGallery > .ui-datagrid-content {
	border: none;
}

.webshopGallery a {
	width: 100%;
	height: 250px;
	display: block;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	text-align: center;
}

.webshopGallery img {
	padding: 10px;
	box-sizing: border-box;
}

.webshopBrowserImageContainer {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	display: block;
}

img.responsive {
	display: none;
	vertical-align: middle;
	width: 100%;
	height: auto;
}

.responsive-container,
.ui-galleria-panel {
	text-align: center;	
}

.responsive-container:before,
.ui-galleria-panel:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	overflow: hidden;
	height: 100%;
}

.webshopBasket {
	background-color: #F5F5F5;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.webshopBasketTitle {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	padding: 0 0 5px 0;
	margin: 0 -10px 5px -10px;
}

.webshopBasketTitle > div {
	padding: 0 10px;
}


.webshopBasketRow {
	margin: 0 -10px;
	font-size: 14px;
	padding-top: 4px;
}

.webshopBasketRow > div {
	padding: 0 10px;	
}

.webshopBasketRow a {
	color: #333333;
}

.webshopBasketRow:nth-child(even) {
	/*background-color: #C8E072;*/
}

.webshopBasketTitle > div:nth-child(2),
.webshopBasketRow > div:nth-child(2) {
	text-align: center;
}

.webshopBasketTitle > div:nth-child(3),
.webshopBasketRow > div:nth-child(3) {
	text-align: right;
}

.webshopBasketFooter {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #999999;
	padding: 5px 0 0 0;
	margin: 0 -10px 0 -10px;
}

.webshopBasketFooter textarea {
	margin-bottom: 5px;
}

.webshopBasketFooter a {
	color: #333333;
}

.webshopBasketFooter > div:nth-child(2) {
	text-align: right;
}

.webshopBasketFooter > div {
	padding: 0 10px;
}

.webshopBasketButtons button {
	margin: 0 10px;
}

.webshopBasketButtons {
	margin: 15px 0;
}

.webshopBasketRow button {
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
	height: 20px;
	font-size: 20px;
	margin-left: -10px;
}

.webshopBasketRow button:hover {
	transform: scale(1.05);
}

.webshopBasketRow button > .ui-icon {
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-right: -10px;
}

.webshopBasketRow .ui-spinner-input {
	width: 50px;	
}

.webshopBasketRow textarea {
	font-size: 14px;
	margin-bottom: 4px;
}

.webshopFilter {
	background-color: #EEEEEE;
	padding: 10px;
	border-radius: 10px 10px 0 0;
}

.ui-tree {
	width: 100%;
}

.ui-tree .ui-chkbox-box {
	margin-right: 10px;
}

.ui-tree .fa {
	margin-top: 3px;
	color: #FDDE78;
}

@media (max-width: 992px) {
	.ui-tree {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.webshopItemAddToBasket {
	background-color: #A9C93B;
	color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.webshopItemAddToBasket div {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.webshopItemAddToBasket input[type="text"] {
	width: 50px;
	text-align: right;
	box-sizing: border-box;
}

.webshopItemPrice {
	background-color: #8CA7B2;
	color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
}

.webshopItemPrice div {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.webshopSelfMod [class*="col-"] {
	margin-top: 10px;
}

.webshopSelfMod .row {
	margin-top: -10px;
}

.webshopSelfMod * + .row {
	margin-top: 10px;
}

.webshopSelfMod {
	margin-top: 15px;
	margin-bottom: 15px;
}

.payingOverlay {
	display: none;
	background-color: rgba(255, 255, 255, 0.75);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 200000;
}

.payingOverlay > div {
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
.categories-content .ui-tree .ui-tree-container {
	overflow: hidden;
}

.categories-content .ui-tree .ui-tree-container {
	white-space: normal;
}

.webshopCategoriesTree .ui-treenode-content {
	display: -ms-flexbox;
	display: flex;
}

.webshopCategoriesTree .ui-tree-toggler.ui-icon.ui-icon-triangle-1-e,
.webshopCategoriesTree .ui-tree-toggler.ui-icon.ui-icon-triangle-1-s {
	-ms-flex-order: 2;
	order: 2;
	width: 20px;
	margin-left: auto;
}

.webshopCategoriesTree.ui-tree .ui-tree-container {
	white-space: normal;
}

.webshopCategoriesTree .ui-treenode-label {
	-ms-flex: 1;
	flex: 1;
	padding: 0 !important;
	line-height: normal;
	margin-bottom: 10px;
	display: inline !important;
}

.ui-selectmanycheckbox td {
	display: -ms-flexbox;
	display: flex;
}
.shop-tab ul.nav li.active {
	-webkit-box-shadow: 0 0 5px #ffffff;
	box-shadow: 0 0 5px #ffffff;	
}

.breadcrumb-area {
	margin-top: -15px;
	padding-top: 5px;
}
