
/*********** GLOBAL STYLES **********/

select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 6px;
}

	input[type="text"]:focus,
	input[type="password"]:focus,
	textarea:focus, select:focus {
		border-color: #ccc;
		color: #444;
	}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}

label, label + * {
	vertical-align: middle;
}


.page {
	min-height: calc(100vh - 660px);
	text-align: center;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
	margin: 12px 0;
	padding: 0 0 0 20px;
	list-style: disc;
	margin: 0 0 15px;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
	margin: 0 0 15px;
}

/*********** GLOBAL FORMS ***********/


.section {
	position: relative;
	margin: 0 0 40px;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 400px;
	max-width: 100%;
	background-color: transparent;
}

.inputs.custom-attributes {
	white-space: normal;
}

.inputs .option-list {
	display: inline-block;
	max-width: 95%;
	vertical-align: middle;
}

	.inputs .option-list li {
		display: inline-block;
		margin: 5px;
		border: 1px solid #ddd;
		background-color: #fff;
		padding: 8px 10px;
	}

	.inputs .option-list label {
		display: inline-block;
		width: auto !important;
		margin: 0 0 0 5px;
	}

.required {
	margin: 0 -8px 0 3px; /*siblings offset*/
	vertical-align: top;
	font-size: 20px;
	font-weight: normal;
	color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #e4434b;
	margin-top: 5px;
}

.field-validation-valid,
.username-available-status {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #4cb17c;
}

.captcha-box {
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}

	.captcha-box > div {
		display: inline-block;
		max-width: 100%;
	}

	.captcha-box input {
		height: auto;
	}


/*********** GLOBAL TABLES ***********/
.table-wrapper {
	overflow-x: auto;
}
/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification.success {
	background-color: #0f631b;
}

.bar-notification.error {
	background-color: #e4444c;
}

.bar-notification.warning {
	background-color: #f39c12;
}

.bar-notification .content {
	margin: 0 10px 0 0;
}

	.bar-notification .content a {
		color: #fff;
		text-decoration: underline;
	}

.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 7px;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
}

.noscript {
	border-bottom: 1px solid #333;
	background-color: #ff9;
	padding: 30px 15px;
	text-align: center;
	line-height: 22px;
	color: #444;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
	background: url('../images/ajax-loader-small.gif') no-repeat;
	padding-left: 20px;
	font-size: 14px;
}

.ui-dialog {
	max-width: 90%;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background-color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}

	.ui-dialog:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}

.ui-dialog-titlebar {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background-color: #eee;
	padding: 10px 15px;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-width: 0 0 1px;
	border-radius: 0;
	background-image: none;
	padding: 10px 15px !important;
	font-weight: normal;
	cursor: auto !important;
}

	.ui-dialog-titlebar > span {
		float: left;
		font-size: 18px;
		color: #444;
		/*override jQuery UI styles, do not delete doubled properties*/
		margin: 0 !important;
	}

	.ui-dialog-titlebar button {
		position: absolute;
		top: 0;
		right: 0;
		width: 42px;
		height: 42px;
		border: none;
		overflow: hidden;
		background: url('../images/close.png') center no-repeat;
		font-size: 0;
		/*override jQuery UI styles, do not delete doubled properties*/
		top: 0 !important;
		right: 0 !important;
		width: 42px !important;
		height: 42px !important;
		margin: 0 !important;
		border: none !important;
		border-radius: 0;
		background: url('../images/close.png') center no-repeat !important;
		padding: 0 !important;
	}

		.ui-dialog-titlebar button span {
			display: none !important;
		}

.ui-dialog-content {
	padding: 15px;
	line-height: 20px;
	/*override jQuery UI styles, do not delete doubled properties*/
	background-color: #fff !important;
	padding: 15px 15px 20px 15px !important;
	color: #777;
}

	.ui-dialog-content .page {
		min-height: 0;
	}

	.ui-dialog-content .page-title {
		min-height: 0;
		margin: 0 0 15px;
		padding: 0px 10px 10px 10px;
		text-align: center;
	}

		.ui-dialog-content .page-title h1 {
			font-size: 24px;
			line-height: 30px;
		}

	.ui-dialog-content .back-in-stock-subscription-page {
		text-align: center;
	}

		.ui-dialog-content .back-in-stock-subscription-page .tooltip {
			margin-bottom: 10px;
		}

		.ui-dialog-content .back-in-stock-subscription-page .button-1 {
			border: none;
			background-color: #00abc8;
			padding: 10px 15px;
			font-size: 15px;
			color: #fff;
			text-transform: uppercase;
		}

			.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
				background-color: #248ece;
			}

.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}

.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 5px 0 10px;
	border: none;
	background-color: #00abc8;
	padding: 8px 12px;
	font-size: 14px;
	color: #fff;
}

	.eu-cookie-bar-notification button:hover {
		background-color: #248ece;
	}

.eu-cookie-bar-notification a {
	display: block;
	color: #4ab2f1;
}
/*********** HEADER ***********/

.admin-header-links {
	background-color: #333;
	text-align: center;
	color: #eee;
}

	.admin-header-links * {
		display: inline-block;
		margin: 0 10px;
		line-height: 35px;
		font-size: 12px;
		font-weight: bold;
	}

	.admin-header-links .impersonate {
		display: inline-block;
	}

		.admin-header-links .impersonate a {
			background-color: #555;
			padding: 0 15px;
		}

			.admin-header-links .impersonate a:hover {
				background-color: #666;
			}

.header-selectors-wrapper select {
	width: 100%;
}

.search-box .ui-autocomplete-loading {
	background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}

.ui-helper-hidden-accessible {
	display: none !important;
}

.ui-autocomplete {
	width: 285px !important;
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}

	.ui-autocomplete li {
		border-top: 1px solid #ddd;
	}

		.ui-autocomplete li:first-child {
			border-top: none;
		}

	.ui-autocomplete a {
		display: block;
		padding: 15px;
		font-size: 14px;
		/*override jQuery UI styles, do not delete doubled properties*/
		margin: 0 !important;
		border: none !important;
		border-radius: 0 !important;
		background: none !important;
		padding: 15px !important;
		line-height: normal !important;
		color: #777 !important;
	}

		.ui-autocomplete a:hover,
		.ui-autocomplete a.ui-state-focus {
			background-color: #f6f6f6 !important;
		}

	.ui-autocomplete img {
		display: none;
		min-width: 20px;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}

/*********** SIDE COLUMN ***********/
.block {
	margin: auto;
	text-align: left;
}

	.block .title {
		position: relative;
		margin: 0 0 10px;
		color: #444;
		cursor: pointer;
	}

		.block .title strong {
			font-weight: normal;
		}

	.block .listbox {
		display: none;
		padding: 10px 5px;
	}

	.block .list li {
		padding: 5px 0 5px 15px;
	}

	.block .list a {
		display: inline-block;
		position: relative;
		padding: 5px 0;
		font-size: 16px;
		color: #444;
	}

		.block .list a:hover {
			color: #0f90d9;
		}

	.block a.product-picture {
		display: none;
	}

		.block a.product-picture:before {
			display: none;
		}

	.block .sublist {
		margin: 15px 0 5px;
	}

		.block .sublist a {
			font-size: 14px;
		}

	.block .view-all {
		margin: 10px 0 0;
	}

		.block .view-all a {
			display: inline-block;
			padding: 10px 15px;
			font-size: 16px;
			color: #4ab2f1;
		}

			.block .view-all a:hover {
				text-decoration: underline;
			}

	.block .tags ul {
		font-size: 0;
	}
/********** PRODUCT PAGE **********/

.ui-datepicker {
	width: 280px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	text-align: center;
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #777;
}

.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #00abc8;
	color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	background-image: none;
	padding: 0 !important;
	font-weight: normal;
}

	.ui-datepicker-header a {
		position: absolute;
		top: 0;
		z-index: 1;
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 0;
		/*override jQuery UI styles, do not delete doubled properties*/
		top: 0 !important;
		width: 32px !important;
		height: 32px !important;
		border: none !important;
	}

		.ui-datepicker-header a.ui-datepicker-prev {
			left: 0;
			background: url('../images/calendar-prev.png') center no-repeat;
		}

		.ui-datepicker-header a.ui-datepicker-next {
			right: 0;
			background: url('../images/calendar-next.png') center no-repeat;
		}

		.ui-datepicker-header a span {
			/*override jQuery UI styles, do not delete doubled properties*/
			display: none !important;
		}

.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: 32px !important;
}

.ui-datepicker-calendar {
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
	font-size: 14px !important;
}

	.ui-datepicker-calendar th {
		background-color: #93c8ea;
	}

	.ui-datepicker-calendar th,
	.ui-datepicker-calendar td {
		width: 14.285%;
		border: 1px solid #ddd;
		/*override jQuery UI styles, do not delete doubled properties*/
		padding: 0;
	}

		.ui-datepicker-calendar th span,
		.ui-datepicker-calendar td a {
			display: block;
			min-height: 32px;
			line-height: 32px;
			color: #444;
		}

		.ui-datepicker-calendar td a {
			/*override jQuery UI styles, do not delete doubled properties*/
			border: none !important;
			background: none !important;
			padding: 0;
			text-align: center;
			color: #444 !important;
		}

	.ui-datepicker-calendar .ui-state-active {
		outline: 2px solid #4ab2f1;
		font-weight: bold;
		color: #4ab2f1;
		/*override jQuery UI styles, do not delete doubled properties*/
		color: #4ab2f1 !important;
	}

/* jQuery tabs */

.ui-tabs {
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	background: none;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #777;
}

.ui-tabs-nav {
	border-bottom: 0;
	overflow: hidden;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
	border-width: 0;
	border-radius: 0;
	background: none;
	padding: 0 !important;
}

	.ui-tabs-nav li {
		margin: 0 0 -1px;
		/*override jQuery UI styles, do not delete doubled properties*/
		float: none !important;
		margin: 0 0 -1px !important;
		border: none !important;
		border-radius: 0;
		background: none !important;
	}

.ui-tabs-panel {
	/*override jQuery UI styles, do not delete doubled properties*/
	padding: 0 !important;
}


@media all and (max-width: 1024px) {

	/*** MOBILE NAVIGATION ***/
	.block-category-navigation {
		display: none;
	}
}

@media all and (min-width: 481px) {

	/*** HEADER ***/

	.ui-autocomplete {
		width: 280px !important;
	}

		.ui-autocomplete img {
			display: inline;
		}

	/*** FORUM & PROFILE ***/

	.ui-tabs-nav li {
		display: inline-block;
		min-width: 150px;
		margin: 0 0 -1px;
		/*override jQuery UI styles, do not delete doubled properties*/
		margin: 0 0 -1px !important;
	}
}
