.deskprod{
	margin-top: -5px !important;
	width:940px; 
}
.yamm-fw{
	position:static !important;
}
.searchButtonHead{
	margin-bottom: 10px;
	border: 0px solid #cacdd3;
	font-weight: bolder;
	font-size: 14px;
	color: white;
	background-image: none;
	background-color: #84be41;
}
.logo{
	padding-top:7px !important;
	padding-left: 0px !important;
}


.noHover a:hover {
	color:#555a64 !important;
	background-color:transparent !important;
}
.headerCenter h3 {
	margin-bottom: 10px !important;
	font-size: 26px !important; 
}
.navbar-nav{
	width:940px;
	
}
.videoTable td{
	width:100%;
}
.productNav{
	padding-left:30px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://www.medisana.de/zendesk/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.medisana.de/zendesk/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.medisana.de/zendesk/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.medisana.de/zendesk/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.medisana.de/zendesk/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.submit-a-request{
	display:none;
}
.my-activities{
	display:none;
}
.header-inner, .footer-inner {
	text-align:right;
}
.subLevel{
	height:30px;
}
.topLevel ul a{
	line-height:30px;
}
/*
 * Elements with IDs
 */
#searchLi{
	/* search list item */
	width: 340px;
	text-align: right;
}

#claim{
	/* claim 'online help center' */
	float: right;
	padding-top: 8px;
	padding-left: 15px;
	font-weight: 500;
}

#magmaintopnav{
	/* element containing the main navigation */
	position:relative;
}

#shopBtn{
	/* the 'Shop' button */
	margin-right: 20px;
}

.search #query{
	/* the search query input box */
	width: 200px !important;
	height: 30px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-position-y: 5px;
}

#productListHeaderNoItems {
	/* empty product list item */
	font-size: 10pt;
	text-align: left; 
}

/*
 * CSS GRID for PRODUCT LIST
 */
#productListBody {
	/* grid wrapper */
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.productListItem {
	/* grid item */
}

.productListItem > .subcat {
	/* fix grid item height for css grid layout */
	height: 360px;
}

/* for IE 11 */
.ie11 .productListItem{
	/* create a gap between list items */
	margin-bottom: 25px;
}

.ie11 .productListItem .subcat {
	/* limit height and scale background for non-grid view */
	height: 120px;
	background-size: auto 120px;
}

.ie11 .productListItem .cattitle {
	/* scale to full width and clear background, border */
	width: 100%;
	background-color: transparent;
	border-width: 0px;
}
