#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

/* firefox fix */
.img-responsive {
	width: 100%;
}

.separator {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.product {
	min-height: 320px;
	margin: 5px;
}

.product-image {
	max-height: 150px;
	max-width: 100%;
}

.product-gallery {
	cursor: pointer;
}

/*
.btn-success {
	background-image: linear-gradient(to bottom, #d9534f 0px, #c12e2a 100%);
	background-repeat: repeat-x;
	border-color: #b92c28;
}

.btn-success {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
*/

.product a {
	color: #333;
}

.product-link {
	color: #333;
	text-decoration: none;
	transition: color .15s ease-in-out;
}

.product-link:hover,
.product-link:focus-visible {
	color: #0d6efd;
	text-decoration: underline;
}

.product-title {
	margin: 0;
	min-height: 50px;
}

/*
a {
	color: #b92c28;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #c9302c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
*/

.footer {
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}

.flags {
	position: absolute;
	right: 10px;
	top: 60px;
}

.floatingAlert {
	position: fixed;
	top: 10px;
	min-width: 50%;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
}

/* Menu hover effect: lift + shadow, shared by admin menu, front menu, product category menu and static page menu */
.nav-link,
.dropdown-item {
	transition: transform .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out;
}

.nav-link:hover,
.nav-link:focus-visible,
.dropdown-item:hover,
.dropdown-item:focus-visible {
	position: relative;
	z-index: 1;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}
