/******************** common **********************************/
@media ( min-width : 991px) {
	html {
		font-size: 16px;
	}
}

@media ( max-width : 991px) {
	html {
		font-size: 14px;
	}
}

body {
	background: #ffffff url(img/topGradient.jpg) repeat-x left top;
	/* 	font-size: 12px; */
	/* 	line-height: 16px; */
	font-family:  'Lato', apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color: #181818;
}

#wrapper {
	max-width: 1150px;
	width: 95%;
	margin: 0 auto;
	padding: 0;
}

/* input { */
/* 	display: block; */
/* 	border: 1px solid #004477; */
/* }	 */

/* input:not([disabled]) { */
/* 	background-color: #E0E8FF; */
/* }	 */

/* input.invalid { */
/* 	border: 1px solid red; */
/* } */
          
fieldset.is-invalid {
    border-color: #dc3545 !important;
}

input.w180 {
	width: 180px;
}

input.w5 {
	width: 40px;
}

/* input.w7 { */
/* 	width: 56px; */
/* } */

input.w10 {
	width: 80px;
}

.w-auto {
	width: auto;
}

/* input.button { */
/* 	border: 1px solid #004d79; */
/* 	color: #181818; */
/* 	background-color: #c9d7ff; */
/* } */

/* select { */
/* 	font-size: 10px; */
/* } */
.feedback ul {
	padding-left: 0;
	color: #aa0000;
}

a {
	color: #aa0000;
}

div.clear {
	clear: both;
	height: 1px;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.inline {
	display: inline;
}

.center {
	text-align: center;
}

.font10 {
	font-size: 10px;
}

.font14 {
	font-size: 14px;
}

.fontTimes {
	font-family: 'Times New Roman';
}

.justify {
	text-align: justify;
}

.disabledLink {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.smallContent {
	padding-left: 50px;
}

.staticButton {
	pointer-events: none;
}

#cookieWidget {
	position: fixed;
	bottom: 16px;
	left: 16px;
	width: 200px;
	padding: 10px;
	font-size: 10px;
	line-height: 1rem;
	text-align: left;
	background-color: #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
	border-radius: 5px;
	z-index: 99999;
}

#cookieWidget .closeLink {
	float: right;
	margin-right: 10px;
}

#cookieWidget button {
	width: 10px;
	padding: 0 10px;
}

ul.feedbackPanel {
	list-style-type: none;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #a8a8a8;
    border-color: #a8a8a8;
}

.bg-blue {
	background-color: #668fcc;
}

.bg-blue a {
	color: #ffffff;
}

.bg-blue a:hover {
	color: #ffffff;
}

h3.w_captionText {
	font-size: 1.17em;
}

.confirmationModalButtons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
 display:none
}

[data-toggle="buttons"]>.btn:not(.disabled)>label {
 cursor: pointer;
}

/****************************** tables ***************************/

div.tableNavigator {
	width: 100%;
	text-align: center;
	color: #000000;
	margin: 3px;
}

/*************************** forms *****************************/
/* div.formItem { */
/* 	padding: 2px 10px; */
/* 	width: 250px; */
/* 	min-height: 40px; */
/* 	float: left; */
/* } */

/* div.formItemFullWidth { */
/* 	padding: 2px 10px; */
/* 	width: 500px; */
/* 	float: left; */
/* } */

/* div.formItemButtons { */
/* 	clear: both; */
/* 	padding: 12px 10px; */
/* 	width: 500px; */
/* } */

/* div.formItemButtons input { */
/* 	display: inline; */
/* 	margin-right: 80px; */
/* 	width: auto; */
/* } */

/* fieldset.fullWidth { */
/* 	width: 716px; */
/* } */

/* fieldset.form { */
/* 	width: 540px; */
/* } */

/************************** Tool tips ********************************/

.tooltip {
	cursor: help;
	text-decoration: none;
	position: relative;
}

.tooltip span {
	margin-left: -9999px;
	position: absolute;
	background: transparent;
}

.tooltip:hover span {
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 99;
	margin-left: 0;
	width: 150px;
	background: #E0E8FF;
	border: 1px dashed #0079d6;
	padding: 5px 7px;
}

/* .tooltip {opacity:1!important;} */

/* .tooltip .tooltip-inner { */
/*   background-color:  #668fcc; border: 1px dashed #0079d6; */
/* 	color: #000; */
/* 	font-weight: bold; */
/* } */

/* .tooltip .arrow:before { */
/*    border-top-color: #0079d6; */
/* } */

/******************** name-value table   ****************/
.fieldNameValueTable {
	display: table;
	border-spacing: 4px;
}

.fieldNameValue {
	display: table-row;
}

.fieldName {
	display: table-cell;
	width: 66px;
	color: #383838;
	vertical-align: middle;
}

.fieldValue {
	display: table-cell;
	font-weight: bold;
	width: 280px;
	vertical-align: middle;
}

.inlineMiddle {
	display: inline;
	vertical-align: middle;
}

/************************** Header ************************/
#header {
	margin: 0 auto;
	width: 100%;
	min-height: 50px;
	padding: 0;
}

#infoBar {
	width: 100%;
	text-align: center;
	background-color: #aa0000;
	color: #000000;
}

@media ( min-width : 992px) {
	#logo {
		float: left;
		height: 95px;
		width: 55%;
		margin: 10px 0 0 6%;
		border: none;
		text-align: center;
		font-size: 1.4rem;
		font-style: italic;
		font-family: "Times New Roman";
		line-height: 1.7em;
	}
	#logo img {
		width: 80%;
		max-width: 500px;
	}
}

@media ( max-width : 991px) {
	#logo {
		float: left;
		height: 80px;
		width: 45%;
		margin: 25px 0 0 0px;
		border: none;
		text-align: center;
		font-size: 1.11rem;
		font-style: italic;
		font-family: "Times New Roman";
		line-height: 30px;
	}
	#logo img {
		width: 80%;
	}
}

@media ( max-width : 767px) {
	#logo {
		height: auto;
		width: 100%;
		margin: 35px 0 0 0px;
		border: none;
		text-align: center;
		font-size: 1.11rem;
		font-style: italic;
		font-family: "Times New Roman";
		line-height: 30px;
	}
	#logo img {
		width: 90%;
		max-width: 410px;
	}
}

/********************* top user menu ******************************/
@media ( min-width : 768px) {
	#topMenu {
		float: right;
		padding: 0;
	}
	#smallTopMenu {
		display: none;
	}
}

@media ( max-width : 767px) {
	#topMenu {
		display: none;
	}
	#smallTopMenu {
		position: absolute;
		top: 0;
		right: 30px;
		z-index: 1000;
	}
}

.topMenu {
	color: #cccccc;
	background-color: #777777;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 0.3rem 0;
	border-bottom: 3px solid #909090;
	border-left: 3px solid #909090;
	border-right: 3px solid #909090;
	margin-bottom: 1.5rem;
}

#smallMenuList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#smallMainMenuDropdown {
	color: #cccccc;
	background-color: #777777;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 0.3rem 0.5rem 0.3rem 0.5rem;
	border-top: 0;
	border-bottom: 3px solid #909090;
	border-left: 3px solid #909090;
	border-right: 3px solid #909090;
	margin-bottom: 1.5rem;
	/* 	width: 100%; */
}

a.dropdown-item:hover {
	background-color: #909090;
}

#smallSearch {
	padding: 0.5rem;
}

.smallMenuList {
	padding: 0.5rem 0;
}

#smallSearch input.form-control {
	font-size: 0.75rem;
	line-height: 1.1;
	padding: 0.2rem 0.4rem;
}

#smallSearch button.btn {
	font-size: 0.75rem;
	line-height: 1.1;
	padding: .2rem .4rem;
}

.topMenu a {
	color: #eeeeee;	
}

.topMenuButtons a {
	margin: 0 1rem 0 1rem;
	/* 	color: #9999bb; */
}

#topLogInPanel {
	margin-top: 7px;
	font-size: 10px;
	height: 50px;
}

#topLogInPanel .logInInputBox {
	float: left;
	margin-right: 3px;
}

#topLogInPanel .logInButtonBox {
	float: left;
}

#topLogInPanel .logInInputBox input {
	width: 120px;
	font-size: 10px;
}

#topLogInPanel .logInButtonBox input {
	font-size: 10px;
}

#topLogInPanel .logInRememberMe div {
	float: left;
	line-height: 22px;
	margin-right: 35px;
}

#topLogInPanel .feedback {
	clear: both;
	position: absolute;
	top: 5px;
	height: 15px;
}

#topLogInPanel .feedback ul {
	margin-top: 0;
}

#newUserPanel {
	margin-top: 10px;
	color: #383838;
	height: 20px;
}

#topUserPanel {
	padding-top: 12px;
}

#topUserPanelProfile {
	float: left;
	width: 140px;
	height: 80px;
}

#topUserPanelProfile a {
	text-decoration: none;
}

#topUserPanelProfile a:hover {
	text-decoration: underline;
}

#topUserPanelProfile .logoutLink {
	padding-top: 12px;
	font-size: 11px;
}

#topUserPanelProfile .logoutLink a {
	color: #383838;
}

#topUserPanelCart {
	float: left;
	width: 170px;
	height: 80px;
	font-size: 10px;
	padding-left: 30px;
}

#topUserPanelCart .cartLink {
	font-size: 13px;
	margin-bottom: 8px;
}

#registrationMessage {
	color: #aa0000;
}

#registrationMessage a {
	color: #aa0000;
}

#anonymousUserPanel #cartInfoPanel {
	margin-top: 5px;
}

#anonymousUserPanel .cartLink {
	display: inline;
}

#anonymousUserPanel .cartInfo {
	display: inline;
	padding-left: 12px;
}

/**************************** main menu *******************/
@media ( min-width : 992px) {
	#mainMenu {
		position: relative;
		float: right;
		width: 800px;
		max-width: 800px;
		height: 30px;
		margin: 10px 0 0 0;
		z-index: 1;
		margin-bottom: 10px;
		margin-right: 10px;
	}
}

@media ( max-width : 991px) {
	#mainMenu {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: 30px;
		margin: 10px 0 0 0;
		z-index: 1;
		margin-left: 10px;
	}
}

@media ( max-width : 767px) {
	#mainMenu {
		display: none;
	}
}

#mainMenu:after {
	content: "";
	position: absolute;
	top: 0;
	left: 4px;
	width: 100%;
	height: 100%;
/* 	background-color: #d68f8f; */
	background-color: #e68a8a;
	transform: skew(-15deg);
	z-index: -1;
}

#mainMenuList {
	/* 	padding: 0 13px 0 27px; */
	width: 100%;
	height: 100%;
}

#mainMenuList h1 {
	margin: 0;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

#mainMenuList div.col-sm-auto {
	padding: 0 13px;
}

#mainMenu a {
	text-decoration: none;
	color: #223355;
}

#mainMenu li.selected a {
	text-decoration: underline;
}

#mainMenu a:hover {
	color: #aa0000;
}

/* sidebar */
.sidebarPanel {
	margin-bottom: 15px;
}

div.sidebarHeader {
	position: relative;
	height: 30px;
	width: 100%;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
	z-index: 1;
	border-right: 8px solid #f0f0f0;
}

div.sidebarHeader:after {
	content: "";
	position: absolute;
	left: 4px;
	width: 100%;
	height: 100%;
	background-color: #668fcc;
	transform: skew(-15deg);
	z-index: -1;
}

.sidebarBody {
	padding: 5px 0;
	background-color: #dddddd;
	width: 100%;
	padding-left: 8px;
	border-bottom: 4px solid #f0f0f0;
	border-right: 8px solid #f0f0f0;
}

#sidebar .menu, .groupMenuItem0, .filterName {
	background: url(img/orangeDot.png) no-repeat 0px .5em;
	padding-left: 18px;
	margin-bottom: 4px;
	margin-top: 10px;
	font-size: 16px;
}

#sidebar .submenu, .groupMenuItem1 {
	padding-left: 28px;
	margin-bottom: 2px;
}

#sidebar .sub2menu, .groupMenuItem2 {
	font-size: 13px;
	padding-left: 36px;
}

#sidebar .sub2menu, .groupMenuItem3 {
	font-size: 11 px;
	padding-left: 44px;
}

#sidebar .menu a {
	color: #383838;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* filters sidebar */
.filterValue {
	padding-left: 16px;
	color: #383838;
}

/* groups sidebar */
.groupsTree {
	margin-bottom: 10px;
}

.groupsTree a {
	text-decoration: none;
}

.groupsTree a:hover {
	text-decoration: underline;
}

.groupsTree .selected {
	background-color: #f0f0f0;
}

.groupMenuItem0 a {
	color: #000000;
}

.groupMenuItem0 h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

.groupMenuItem1 a {
	color: #222222;
}

.groupMenuItem1 h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.groupMenuItem2 a {
	color: #332222;
}

.groupMenuItem2 h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.groupMenuItem3 a {
	color: #332222;
}

.groupMenuItem3 h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

/**************************  discounts sidebar ******************/
div.discountsPanel div.itemTile {
	float: none;
	width: 100%;
	height: auto;
	min-height: 86px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #f0f0f0;
	font-size: 12px;
}

div.discountsPanel div.itemTileImg {
	width: 90px;
	height: 80px;
	padding-right: 10px;
}

div.discountsPanel div.itemTileImg img {
	max-width: 80px;
	max-height: 80px;
}

div.discountsPanel div.itemTile h3 {
	font-size: 10px;
}

div.discountsPanel p.itemTileVendor {
	font-size: 8px;
}

div.discountsPanel p.itemTilePrice {
	font-size: 10px;
}

div.discountsPanel p.itemTileAvailableNow {
	font-size: 8px;
	color: #28a745;
}

@media ( min-width : 991px) {
	#page {
		margin: 1rem 0;
		padding-left: 3rem;
	}
}

@media ( max-width : 991px) {
	#page {
		margin: 1rem 0;
		padding-left: 0;
	}
}


/***************************** items common **********************/
.basePrice {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.6rem;
	white-space: nowrap;
}

.grossPrice {
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 5px;
	white-space: nowrap;
}

div.itemPageVariants .basePrice, div.discountsPanel .basePrice {
	font-size: 12px;
	white-space: nowrap;
}

div.itemPageVariants .grossPrice, div.discountsPanel .grossPrice {
	display: block;
	margin-top: -5px;
	line-height: 12px;
}

/**********************document items Panel **********************/


.postalCodeField {
	width: 5rem;
}

@media ( min-width : 768px) {

	div.docItemName {
		flex-grow: 1;
	}
	
	div.docItemName .itemTileName {
		max-width: 30vw;
	}
	
	div.docItemPrice {
		width: 100px;
	}
	
	div.docItemQuantity {
		width: 90px;
	}
	
	div.docItemValue {
		width: 105px;
	}

	div.docTotal {
		justify-content: flex-end;
		padding-right: 1rem;
	}
}

@media ( max-width : 767.98px) {
	div.docItemDiv {
		flex-wrap: wrap;
		justify-content: center;
	}	
	
	div.docItemSubDivPrices {
		flex-wrap: wrap;
	}

	div.docTotal {
		justify-content: center;
	}
}

@media ( max-width : 420px) {
	div.docItemDelete {
		position: absolute;
		top: 0;
		right: 0.25em;
	}
}

div.docItemDiv {
	position: relative;
	display: flex;
	margin-bottom: 1rem;
	border: 1px dashed #e68a8a;
	padding: .3rem;
}

div.docItemImg {
	margin: 0.5rem 0.7rem;
	min-width: 100px;
	text-align: center;
}

div.docItem {
	margin: 0.5rem 0.7rem;
	color: #28313A;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}

div.docItemName .itemTileName {
	text-align: left;
}

div.docItemSubDivPrices {
	display: flex;
	justify-content: center;
}

div.docItemQuantity {
	white-space: nowrap;
	flex-direction: row;
	align-items: center;
}

div.docItemDelete {
	font-size: 2rem;
}

div.docTotal {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	font-size: 1.5rem;
}

div.docTotal .docItemCol {
	padding-right: 4rem;
}

div.docTotal .docItemPrice {
	width: auto;
}

div.docTotal .basePrice {
	color: #004d79;
}

/***************************** itemsPanel ************************/

@media ( max-width : 475.98px) {	
	div.itemsOrderByBar {
		flex-direction: column;
	}
	
	div.itemsOrderByBar .wicket_orderUp::before {
		margin-right: 10px;
	}

	div.itemsOrderByBar .wicket_orderDown::before {
		margin-right: 10px;
	}
}

@media ( min-width : 476px) {
	div.itemsOrderByBar .wicket_orderUp::before {
		padding-left: 15px;
		margin: 0 10px;
	}

	div.itemsOrderByBar .wicket_orderDown::before {
		padding-left: 15px;
		margin: 0 10px;
	}

	div.itemsOrderByBar .wicket_orderNone::before {
		margin: 0 10px;
	}
}

div.itemsListNavBar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: .5rem 2rem .5rem 1rem;
	font-size: 0.8rem;
}

div.itemsNumber {
	margin-right: 1em;
}

div.itemsOrderByBar {
	margin-right: 1em;
	display: flex;
}

div.itemsOrderByBar a {
	color: #222222;
	text-decoration: none;
}

div.itemsOrderByBar a:hover {
	text-decoration: underline;
}

div.itemsOrderByBar .orderMessage {
	margin-right: .5rem;
}

div.itemsOrderByBar .wicket_orderUp::before {
	content: url(img/orderArrowUp.png);
}

div.itemsOrderByBar .wicket_orderDown::before {
	content: url(img/orderArrowDown.png);
}

div.itemsOrderByBar .wicket_orderNone::before {
	content: "";
}

div.itemsNavigator {
}

div.itemsList {
	display: flex;
	flex-wrap: wrap;
}

.btn-pink {
	background-color: #e68a8a;
}

@media ( min-width : 768px) {
	div.itemTile {
		width: 49%;
	}
}

@media ( max-width : 767.98px) {
	div.itemTile {
		width: 98%;
	}
}

div.itemTile {
	min-height: 106px;
	border: 1px dashed #e68a8a;
	margin: 2px;
	padding: 2px;
	color: #28313A;
	display: flex;
	justify-content: flex-start;
}

div.itemTileImg {
	width: 115px;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

div.itemTileImg img {
	max-width: 100px;
	max-height: 100px;
	border: none;
}

div.itemTileData {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	margin: 1rem 0;
}

h3.itemTileName {
	font-size: 1rem;
	padding: 0px;
	margin: 0 0 0px 0;
	font-weight: 600;
	text-align: center;
}

p.itemTileVendor {
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 6px 0;
	color: #686868
}

p.itemTilePrice {
	font-weight: bold;
	padding: 0px;
	margin: 0;
	color: #004d79;
	/* 	text-align: left; */
}

p.itemTileAvailableNow {
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	margin: 0;
	color: #28a745;
}

p.itemTileText {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 10px 0;
}

div.itemTile a {
	text-decoration: none;
	color: #28313A;
}

div.itemTile a:hover {
	text-decoration: underline;
}

div.categoryTile {
	width: calc(100% - 4px);
	border: 1px dashed #ebcab4;
	margin: 2px;
	padding: 3px;
	font: 14px Verdana, "Times New Roman", Times, serif;
	color: #28313A;
}

div.categoryPictures {
	width: calc(100%-10px);
	margin: 5px;
	display: flex;
	justify-content: space-around;
}

@media ( min-width : 768px) {
	div.categoryPicture {
		width: 100px;
		height: 100px;
	}
}

@media ( max-width : 767.98px) {
	div.categoryPicture {
		width: 75px;
		height: 75px;
	}
}

@media ( max-width : 575.98px) {
	div.categoryPictures :nth-child(5) {
		display: none;
	}
	div.categoryPictures :nth-child(6) {
		display: none;
	}
}

@media ( max-width : 379.98px) {
	div.categoryPictures :nth-child(4) {
		display: none;
	}
}

div.categoryPicture {
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.categoryPicture img {
	max-width: 100%;
	max-height: 100%;
}

/************************** item page ***************************/
div.itemPageImg {
}

div.itemMainFoto {
	width: 100%;
	text-align: center;	
}

div.itemMainFoto img {
	max-width: 200px;
	max-height: 200px;
}

div.itemSubFoto {
	float: left;
	width: 60px;
	height: 60px;
	padding: 3px;
}

div.itemSubFoto img {
	max-width: 60px;
	max-height: 60px;
}

div.itemPageData {
	margin: 0;
	padding: 10px 30px 0 0;
	font-size: 0.82rem;
	line-height: 1.2rem;
}

div.itemPageData h1 {
	font-size: 1.6rem;
}

div.itemPageData h2 {
	font-size: 1.3rem;
}

ul.itemPageFeatures {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	color: #28313A;
	list-style: none;
}

div.itemPageVariants {
	margin-top: 0;
	padding-top: 0;
	color: #28313A;
	width: 90%;
}

div.itemPageVariants p {
	font-size: 12px;
	padding: 0px;
	text-align: justify;
	line-height: 23px;
}

table tr.even {
	background-color: #fbf8f6;
}

table tr.odd {
	background-color: #f4eae5;
}


table {
	font-size: .857rem;
	padding: 0;
	text-align: justify;
	line-height: 1.7rem;
	border-color: #0079d6;
	border-style: solid;
	border-width: 1px;
}

table tr th {
	background-color: #E0E8FF;
	color: #000000;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.875rem;
	padding-top: 0.25rem;
	text-align: left;
	vertical-align: middle;
}

table tr td {
	padding-left: 0.5rem;
	padding-right: 2.25rem;
	vertical-align: middle;
	border-top-color: #0079d6;
	border-top-style: solid;
	border-top-width: 1px;
}

table.itemVariantXSData {
	width: 95%;
}

table.itemVariantXSData th {
	width: 30%;
    padding: .3rem;
}

table.itemVariantXSData td {
	width: 65%;
    padding: .3rem;
}

.quantityField {
	width: 3.5rem;
	padding: .2rem .3rem;
	line-height: 1em;
	text-align: right;
}

.availabilityImage {
	border: 1px solid #000000;
}

.toCartButton {
	border: 1px solid #004d79;
	border-radius: .2rem;
	color: #181818;
	font-weigt: bold;
	background-color: #E0E8FF;
}

.toCartButton:hover {
	background-color: #668fcc;
}

div.backLink {
	margin-top: 20px;
	width: 90%;
	text-align: right;
}

div.infoFiles {
	margin-top: 25px;
}

div.infoFilesLinks {
	margin-left: 30px;
	margin-bottom: 6px;
}

/*************************** knowledgeBasePage ******************/

@media ( max-width : 475.98px) {	
	div.knowledgeOrderByBar {
		flex-direction: column;
	}
	
	div.knowledgeOrderByBar .wicket_orderUp::before {
		margin-right: 10px;
	}

	div.knowledgeOrderByBar .wicket_orderDown::before {
		margin-right: 10px;
	}
}

@media ( min-width : 476px) {
	div.knowledgeOrderByBar .wicket_orderUp::before {
		padding-left: 15px;
		margin: 0 10px;
	}

	div.knowledgeOrderByBar .wicket_orderDown::before {
		padding-left: 15px;
		margin: 0 10px;
	}

	div.knowledgeOrderByBar .wicket_orderNone::before {
		margin: 0 10px;
	}
}

div.knowledgeBaseNavBar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: .5rem 2rem .5rem 1rem;
	font-size: 0.8rem;
}

div.recordsNumber {
	margin-right: 1em;
}

div.knowledgeOrderByBar {
	margin-right: 1em;
	display: flex;
}

div.knowledgeOrderByBar a {
	color: #222222;
	text-decoration: none;
}

div.knowledgeOrderByBar a:hover {
	text-decoration: underline;
}

div.knowledgeOrderByBar .orderMessage {
	margin-right: .5rem;
}

div.knowledgeOrderByBar .wicket_orderUp::before {
	content: url(img/orderArrowUp.png);
}

div.knowledgeOrderByBar .wicket_orderDown::before {
	content: url(img/orderArrowDown.png);
}

div.knowledgeOrderByBar .wicket_orderNone::before {
	content: "";
}

div.knowledgeNavigator {
}

div.knowledgeList {
	display: flex;
	flex-wrap: wrap;
}

@media ( min-width : 768px) {
	div.knowledgeTile {
		width: 49%;
	}
}

@media ( max-width : 767.98px) {
	div.knowledgeTile {
		width: 98%;
	}
}

div.knowledgeTile {
	min-height: 106px;
	border: 1px dashed #e68a8a;
	margin: 2px;
	padding: 2px;
	color: #28313A;
	display: flex;
	justify-content: flex-start;
}

div.knowledgeTileImg {
	width: 115px;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

div.knowledgeTileImg img {
	max-width: 100px;
	max-height: 100px;
	border: none;
}

div.knowledgeTileData {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	margin: 1rem 0;
}

h3.knowledgeTileTitle {
	font-size: 1rem;
	padding: 0px;
	margin: 0 0 0px 0;
	font-weight: 600;
	text-align: center;
}

p.knowledgeTileDescription {
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 6px 0;
	color: #686868
}

/***************************	homePage	*********************/
.photosPanel {
	width: 180px;
}

.photosPanel img {
	width: 150px;
	margin: 10px 15px;
}

.homePageText {
	text-align: justify;
	padding-top: 6px;
}

/*************************** contactPage *************************/
#contactPageContent {
	width: 170px;
	font-size: 14px;
	font-family: 'Times New Roman';
}

#contactPageContent h3 {
	margin-bottom: 4px;
	margin-left: 20px;
}

#contactPageContent h2 {
	margin-top: 4px;
}

#contactPageContent .fieldName {
	font-size: 13px;
	width: 45px;
}

#contactPageContent .fieldValue {
	font-size: 14px;
	width: 110px;
	padding: 5px 0;
}

#mailDiv {
	margin-top: 5px;
}

#openingHoursHeader {
	margin-left: 5px;
	margin-top: 10px;
	color: #383838;
	font-size: 13px;
}

#openingHours {
	font-weight: bold;
	margin-top: 4px;
	margin-left: 20px;
}

/*************************** delivery page ***********************/
#deliveryContent .dataTable {
	font-size: 12px;
	margin-top: 10px;
	width: 700px;
	border-bottom: 1px solid #0079d6;
}

#deliveryContent tr th {
	border: 1px solid #0079d6;
	text-align: center;
}

#deliveryContent tr td {
	border: 1px solid #0079d6;
	text-align: center;
}

/**************************** log in page ************************/
#loginContent {
	margin-left: 50px;
	width: 400px;
	height: 250px;
}

#mainLogInPanel .logInInputBox {
	margin-right: 3px;
	height: 40px;
}

#mainLogInPanel .logInButtonBox {
	padding-top: 10px;
	padding-left: 14px;
}

#mainLogInPanel .logInInputBox input {
	width: 120px;
}

/*************************** profile edit panel ******************/
div.accountTypes input {
	margin-left: 20px;
	display: inline;
	border: 0;
	width: 10px;
}

div.accountTypes label {
	display: inline;
}

/******************** contact details edit panel *****************/
a.linkOverButton {
	text-decoration: none;
}

.disabledLink input.addressesDropDownButton {
	background-color: #dddddd;
	cursor: auto;
}

.disabledLink input.addressesDropDownButton:hover {
	background-color: #dddddd;
}

input.addressesDropDownButton {
	border: 1px solid #004d79;
	width: 100%;
	margin-bottom: 0;
	cursor: pointer;
}

input.addressesDropDownButton:hover {
	background-color: #c9d7ff;
}

div.dropDownOverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}

div.dropDownContainer {
	position: relative;
	margin-right: 2px;
}

div.addressesDropDown {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
	margin: 0;
	font-size: 12px;
	background-color: #fbf8f6;
	border: 1px solid #004d79;
	border-top: 0;
	text-align: center;
}

div.addressBox {
	cursor: pointer;
	padding: 2px 8px;
	margin: 1px;
	border: 1px solid #b4cad7;
	text-align: left;
}

div.addressBox:hover {
	background-color: #f4eae5;
}

/**************************** profile page ***********************/
div.tabpanel div.tab-row ul {
	width: 600px;
	height: 20px;
	margin: 0px;
	padding-left: 10px;
	background-image: url(img/grayPixel.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 50% 100%;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

div.tabpanel div.tab-row li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

div.tabpanel div.tab-row a:link, div.tabpanel div.tab-row a:visited {
	float: left;
	background-color: #E0E8FF;
	font-weight: 700;
	line-height: 14px;
	padding: 2px 10px;
	margin-right: 4px;
	border: 1px solid #dddddd;
	text-decoration: none;
	color: #181818;
}

div.tabpanel div.tab-row li.selected a:link, div.tabpanel div.tab-row a:visited.active
	{
	border-bottom: 1px solid #E8F0FF;
	color: #000000;
}

div.tabpanel div.tab-row a:hover {
	background-color: #E8F0FF;
}

/************************** orders page *******************/
table.dataTable .quantityInput {
	width: 35px;
}

table.dataTable tr.total td {
	padding-left: 4px;
	padding-right: 10px;
	background-color: #E0E8FF;
	font-size: 11px;
	font-weight: bold;
}

table.dataTable tr.subTotal td {
	padding-left: 4px;
	padding-right: 10px;
	background-color: #E0E8FF;
	font-size: 11px;
}

table.dataTable th.wicket_orderUp .arrow {
	background: url(img/orderArrowUp.png) no-repeat 0px 4px;
	padding-left: 15px;
}

table.dataTable th.wicket_orderDown .arrow {
	background: url(img/orderArrowDown.png) no-repeat 0px 4px;
	padding-left: 15px;
}

@media ( min-width : 768px) {
	div.buttons {
		margin: 1rem 7rem;
		justify-content: flex-end;
	}
}

@media ( max-width : 767.98px) {
	div.buttons {
		margin: 1rem 1rem;
		justify-content: center;
	}
}

div.buttons {
	display: flex;
	line-height: 20px;
	font-size: 0.8rem;
}

div.buttons input {
	margin-left: 30px;
}

.accountNumberPanel {
	margin-top: 7px;
	margin-left: 70px;
	font-size: 11px;
}

.dropDownDiv {
	margin-bottom: 10px;
}

/* Footer */
#footer {
	width: 100%;
	/* 	height: 148px; */
	margin: 0 auto;
	background-color: #dddddd;
	border: 8px solid #f0f0f0;
}

#footerMenu {
	float: left;
	margin: 3px 30px;
	width: 330px;
}

.footerMenuItem {
	margin: 5px 0;
}

.footerMenuItem a {
	color: #332222;
}

#footerInfo {
	text-align: center;
	/* 	float:right; */
	/* 	font-size: 14px; */
	/* 	width: 100%; */
}

#footerInfo h1 {
	margin: 0;
	font-size: 19px;
	font-weight: normal;
}

#footerInfo div {
	margin-top: 4px;
}

#ahrLogo {
	line-height: 40px;
	font-size: 1.0625rem;
	text-align: right;
	color: #444444;
}

#ahrLogo img {
	margin: 0 1rem;
	vertical-align: text-top;
	height: 25px;
	width: 66px;
}

.lSAction>a {
	background-image: url('img/controls.png');
}