* {
	outline: none !important;
}
.fixed-top + .wrapper {
	margin-top: 71px;
}
.full-screen .wrapper {
	margin-top: 0px;
}
.relative {
	position: relative;
}

.badge {
	background-color: #f5593d;
	margin-left: 2px;
}
.navbar .navbar-brand {
	padding: 0px;
}
.navbar-brand img {
	max-height: 45px;
}
.card-register .has-danger .form-control::placeholder {
	border: none !important;
}

/* Searchpage */
.search-result {
	overflow: hidden; 
	text-align: center;
	
}
.search-result .search-result-item {
	width: 220px;
	padding: 10px;
	float: left;
	height: 320px;
	margin: 10px;
	border: 1px solid #EEE;
}
.search-result.small .search-result-item {
	width: 130px;
	height: 230px;
	padding: 5px;
}
.search-result .card .card-body {
	padding: 0px;
	positoin: relative;
}

.search-result .search-result-item-image {
	width: 200px;
	height: 200px;
	vertical-align: bottom;
	display: table-cell;
	text-align: center;
}
.search-result.small .search-result-item-image  {
	width: 120px;
	height: 120px;
}

.search-result .search-result-item-image img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 0px !important;
	cursor: help;
}
.main-search .jg-entry {
	cursor: help;
}

.search-result .search-result-item-control {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.search-result.small .search-result-item-control {
	padding: 0px;
}
.search-result .search-result-item-control > div {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.lightbox-basket-action {
	border-width: 1px;
}
.lightbox-basket-action > i {
	min-width: 30px;
}
.search-result-item-control a {
	margin-top: 8px;
}
.search-pagination {
	padding-left: 10px;
}
.pagination-pages {
	margin-left: 15px;
	margin-right: 15px;
}
.pagination-pages input {
	width: 50px;
	display: inline-block;
}
.search-pagination nav {
	text-align: center;
}
.search-pagination .pagination {
	display: inline-flex;
}
.navbar i {
	font-size: 20px;
}
.btn-danger .badge {
	color: #f5593d;
	background-color: #fff;
}
.dropdown-full-container .dropdown-menu {
	padding: 20px;
}
.modal-login {
	width: 350px;
}
.page-background {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #B2AFAB;
	bacgkround-position: center center;
	background-size: cover;
}
.transparent-background {
	background: transparent;
}
.transparent-background .main {
	background: transparent;
}
.transparent-background h2 {
	color: #FFF;
}
.transparent-background .card {
	background-color: rgba( 255, 255, 255, 0.3 );
}
.checkout {
	margin-bottom: 50px;
}
.checkout .nav-tabs .nav-item .nav-link.active, .checkout .nav-tabs .nav-item .nav-link.active:hover {
	color: #FFF;
}
.checkout .nav-tabs .nav-item .nav-link {
	color: #f5593d;
}
.checkout .nav-tabs .nav-item .nav-link:hover {
	color: #DDD;
}
.checkout-item-wrapper > div {
	height: 100%;
}
.checkout-item-wrapper .checkout-item-image {
	height: 220px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.checkout-item-wrapper .checkout-item-image img {
	max-height: 100%;
	max-width: 100%;
	border-radius: 0px;
}
.checkout-item-wrapper .switch-with-label label {
	float: none;
	line-height: 28px;
	margin-left: 10px;
	margin-top: 0px;
}
.checkout-payment-item img {
	width: 50px;
	max-height: 40px;
	margin-right: 7px;
}
.checkout .card {
	color: #FFF;
}
.checkout .checkout-item-size {
	background-color: rgba(0,0,0,0.2);
	cursor: pointer;
}
.checkout .checkout-item-size:hover {
	background-color:  rgba(0,0,0,0.6);
}
.checkout .checkout-item-size.selected {
	background-color:  rgba(0,0,0,0.4);
	background-color: #f5593d;
}
.checkout-item-wrapper .remove-item {
	width: 40px;
	height: 40px;
	background-color: #f5593d;
	position: absolute;
	right: -15px;
	top: -15px;
	border-radius: 12px;	
	cursor: pointer;
}
.checkout-item-wrapper .remove-item:after {
	content: "\ea4f";
	color: white;
	position: absolute;
	height: 20px;
	width: 20px;
	top: 5px;
	left: 10px;
	font-family: "nucleo-icons";
	font-size: 20px;
}
.checkout-item-size table {
	height: 100%;
	width: 100%;
}
.checkout-item-size table td {
	font-size: 16px;
	padding: 0px 15px;
	height: 45px;
}
.checkout-item-size table td.highlight {
	font-size: 24px;
	text-align: right;
	font-width: bold;
}
.checkout .price-table {
	height: 250px;
}
.checkout .vathint {
	margin-left: 15px;
	font-size: 75%;
}
.back-to-search {
	position: absolute;
	top: 60px;
	right: 35px;
}

/* Moveable Footer, with one moveable part, one fix part */
.moveable_footer {
	width: 100%;
	transition: opacity 1s ease-out;
	transition-delay: 1s;
	opacity: 0;
}
.moveable_footer label {
	color: #FFF;
}

.moveable_footer .moveable {
	border-top-left-radius: 12px;
  	border-top-right-radius: 12px;
	background-color: #f5593d;
	cursor: zoom-in;
}
.moveable_footer .moveable:hover {
	background-color: #f33816;
}
.moveable_footer .stay {
	margin-bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.moveable_footer.footer_show {
	opacity: 1;
}
.summary {
	color: #FFF;
	padding: 5px;
}
.summary.summary-checkout {
	color: #000;
}
.summary .summary_value {
	font-size: 28px;
}
.checkout .card:hover {
	transform: none !important;
}
.switch-with-label .switch-input {
	float: left;
}
.switch-with-label label {
	margin-left: 75px;
	display: block;
}
.position-relative {
	position: relative;
}
.checkout-button-container {
	overflow: hidden;
	margin-top: 15px;
	text-align: right;
	width: 100%;
}
.checkout .errormessage, .checkout .errormessage_checkout {
	float: right;
	margin-top: 10px;
	display: none;
}
.checkout .error .errormessage, .checkout .error .errormessage_checkout {
	display: block; 
}
.label-warning {
	padding-left: 25px;
	position: relative;
	transition: all 2s ease-out;
}
.label-warning.focus {
	animation-name: focusfont;
    animation-duration: 2s;
}
.label-warning:before {
	content: "\ea04";
	position: absolute;
	left: 5px;
	top: 0px;
	font-family: 'nucleo-icons';
	height: 15px;
	width: 15px;
	font-size: 16px;
}
.search-container {
	margin-top: 100px;
}
.card.card-register .btn {
	width: 100%;
}
.card.card-register .form-control-feedback {
	display: none;
}
.card.card-register .has-danger .form-control-feedback {
	display: block;
	font-size: .92rem;
	font-weight: bold;
}
/** Footer position */
footer {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
footer .legal {
	line-height: 20px;
}
body {
	min-height: 100vh;
}
body.no-footer {
	padding-bottom: 0px;
}
.hide {
	display: none;
}
.button-hint {
	margin-right: 15px;
	margin-top: 10px;
	display: none;
}
.downloadtable img {
	max-height: 50px;
}
.panel-title a {
	position: relative;
}
.panel-title a i {
	position: absolute;
	right: 18px;
	top: 15px;
}
.accordion table {
	width: calc(100% - 55px);
	margin-left: 5px;
	margin-right: 50px;
	table-layout: fixed;
}
#image-preview {
	float: left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #EEEEEE;
	transition: all 1s ease-out;
	overflow: hidden;
	opacity: 0;
}
#image-preview .card {
	padding: 20px;
}
#image-preview .card {
	margin-bottom: 0px;
}
#image-preview img  {
	max-height: 400px;
	border-radius: 0px !important;
}
.ajax-close {
	position: absolute;
	right: 30px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10;
}
.ajax-close:after {
	content: "\ea4f";
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	right: 0px;
	font-family: "nucleo-icons";
	font-size: 36px;
}

/* Masonry */
.masonry .search-result-item {
	border-radius: 0px;
	box-shadow: none;
	padding: 0px;
	
}
.language-switch img {
	height: 24px;
	margin-top: -2px;
}
.dropdown-menu a .text {
	cursor: pointer;
}
.footer .links {
	display: flex;
}
.footer-column {
	text-align: center;
}
.footer-column::after {
	content: "";
	height: 2px;
	position: absolute;
	top: 17px;
	left: 7px;
	right: 7px;
	border-top: 1px solid #66615b;
	display: block;
}
.footer h4 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	content: "";
	z-index: 3;
	margin-top: -15px;
	background-color: #252422;
	display: inline;
	padding: 0 7px;
	font-size: 16px;
}
.footer hr {
	margin-bottom: 30px;
}
.footer .btn-just-icon {
	margin: 0 3px 10px 3px;
}
.masonry-hover {
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0px;
	width: 100%;
	transition: 0.5s height ease-out;
	padding: 0px;
}
.main-search .jg-entry:hover .masonry-hover {
	height: 55px;
}
/*
Cause an unknown reason, popover appears exactly 100px below the expected position.
*/
.popover {
	top: -100px !important;
}
.search-view {
	position: absolute;
	right: 50px;
	top: 60px;
}
.search-view i {
	font-size: 28px;
	color: #f33816;
	padding: 5px;
}
.search-view a.active i {
	color: #FFF;
	background-color: #66615B;
}
.white {
	color: #fff !important;
}
.rotate-90 {
	transform: rotate(90deg);
}
.table-fixed {
	table-layout: fixed;
}
.no-topborder th {
	border-top: none !important;
}
.popover-scroll {
}
.card-register .switch-toggle {
	margin-top: 10px !important;
}
.card.card-register {
	min-height: 0px;
}
.switch-type .switch-hidden {
	display: none;
}
.switch-type .switch-hidden.visible {
	display: block;
}
.filter-label {
	line-height: 38px;
}
.filter-dropdown .dropdown-item:hover {
	background-color: #66615B;
	color: #fff !important;	
}
.filter-dropdown .dropdown-menu {
	background-color: #66615B;
	color: #fff;
}
.filter-dropdown .dropdown-menu::before, .filter-dropdown .dropdown-menu::after {
	right: auto !important;
	left: 68px;
	border-bottom: 11px solid #66615B !important;
}
.filter-dropdown .filter-active, .filter-dropdown .filter-active:hover {
	background-color: #999;
}
.filter-dropdown .filter-reset {
	width: 30px;
	height: 30px;
	margin-top: 4px;
	margin-left: 5px;
	display: none;
}
.filter-dropdown .filter-active .filter-reset {
	display: block;
}
.filter-dropdown .filter-reset::after {
	content: "\ea4f";
	position: absolute;
	height: 30px;
	width: 30px;
	top: 0px;
	right: 0px;
	font-family: "nucleo-icons";
	font-size: 24px;
	cursor: pointer;
}
.reset-all-filters {
	position: absolute;
	top: 7px;
	right: -18px;
}
.reset-all-filters a{
	font-size: 12px;
	padding: 1px 25px 1px 7px;
	position: relative;
}
.reset-all-filters a::after{
	content: "\ea4f";
	position: absolute;
	height: 16px;
	width: 16px;
	top: -1px;
	right: 3px;
	font-family: "nucleo-icons";
	font-size: 14px;
	cursor: pointer;
}
.fixbackground .main > .alert {
	margin-top: 120px;
	text-align: center;
}
.label.label-warning {
	color: #66615b;
}

@media (max-width: 767px) {
  .search-pagination {
  	margin-top: 25px;
  	float: left;
    margin-left: 10px;
  }
  .search-view {
  	margin-top: 25px;
  	float: right;
  	position: relative;
  	top: 0;
  	right: auto;
  	margin-right: 10px;
  }
  .search-result {
  	clear: both;
  }
  .summary .summary_value {
  	font-size: 20px;
  }
  .col-xxs-4 {
  	flex: 0 0 33.333333%;
  	max-width: 33.333333%
  }
   .col-xxs-8 {
  	flex: 0 0 66.666666%;
  	max-width: 66.666666%
  }
}

@keyframes focusfont {
    50%   {font-size: 24px;}
}


.btn-inlightbox {
	background-color:#f5593d !important;
	color:#eee;
}

.justified-gallery {
	overflow: visible !important;
}