﻿/* EMAIL START */
body {
	font-family: sans-serif;
	font-size: 87.5%;
	color: #79716f;
	background-color: #fff;
}
a {
	color: #c22930;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #c22930;
}
/* EMAIL END */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1, div.shop-images {
	margin-top: 20px; /* to match in shop */
}
/*	Layout only	*/
.infobar {
	height: 40px;
	line-height: 40px;
	width: 100%;
}
.section {
	padding-left: 60px;
	padding-right: 60px;
}
.toplogostyle {
	padding-top: 17px;
	padding-bottom: 0;
	text-align: center;
}
.headericon {
	flex: 0 0 40px;
}
.headericonwide {
	flex: 0 0 120px;
}
.linkpixel {
	flex: 0 0 1px;
}
html ul.topmenu {
	padding-left: calc(40px + 40px + 120px); /* As many icons on right side */
}
/* Info bar */
.infobar {
	background: #c22930;
	color: #fff;;
	font-size: 110%;
	text-transform: uppercase;
}
.infobar a {
	color: inherit;
	font-weight: normal;
}
#navigation a.search-icon {
	color: #79716f;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 30px; /* Match menu */
}
#navigation a.search-icon img {
	width: 30px;
}
#wrap_body #navigation {
/* 	border-bottom: 1px solid #000;  [topmenu_bottom_separator]  */
}
#animbanners {
	display: none;
}
div.wrap_footerstyle {
	background-color: #f4f2f1;
}
div.footerstyle {
	padding-top: 10px;
	color: #79716f;
	background-color: #f4f2f1;
}
div.footerstyle a {
	color: #79716f;
}
div.footerstyle h2.blockheads { /* Match with yahoomenu stuff */
	margin: 0 0 0.3em 0;
	font-size: 100%;
	text-transform: uppercase;
	color: #79716f;
}
div.footerstyle p { /* Address text block in footer */
	margin: 0;
}
div.footerstyle {
	line-height: 25px;
}
div.footerstyle ul.yahoomenu li a {
	color: #79716f;
}
a.banner, img.banner, object.banner {
	display: inline-block;
}
.imgpop-modal {
	z-index: 1022; /* Above sticky-top */
}
/* Box styles */
div.spaceabove {
	margin-top: 18px;
}
div.spacebelow {
	margin-bottom: 18px;
}
div.wrap_topseparator, div.topseparator {
	border-top: 1px solid;
	margin-top: 10px;
	padding-top: 15px;
	border-color: #000;
}
div.wrap_topseparator > div.topseparator {
	border-top-width: 0;
	margin-top: 0;
	padding-top: 0;
}
div.topseparator > div > h2 {
	margin-top: 0;
}
div.paymentproblems {
	border: 2px solid red;
	padding: 1em;
	box-sizing: border-box;
	margin-top: 1em;
	margin-bottom: 1em;
}
div.infobox {
	border: 2px solid #6f0000;
	padding: 1em;
	box-sizing: border-box;
	margin-top: 1em;
	margin-bottom: 1em;
}
div.wrap_menubox {
	background-color: #fff;
}
div.menubox {
	color: #79716f;
	background-color: #fff;
}
h2.blockheads {
    font-size: 160%;
    font-weight: normal;
    margin: 0 0 5px 0;
	color: #958b87;
}
div.status, p.status {
	padding: 12px;
	border: 1px solid #958b87;
	background-color: #f4f5f8;
	color: #000;
}
ul.breadcrumbs {
	margin: 1em 0;
}
ul.breadcrumbs li {
	float: none;
	line-height: 1.4;
	background-position: 0 6px;
}
div.countrypopup {
	margin: 0.5em 0;
	padding: 2px 5px;
	border: 1px solid #f0edcd;
/* 	color: #000;  [countrypopup_font]  */
	background-color: #fffcdf;
}
#toplogo div.cookie_asoverlay {
	text-align: center;
}
#wrap_pageblock {
	margin-bottom: 1em; 
}
#wrap_pageblock:after { /* Clear float images in articles */
	clear: both;
	display: block;
	height: 0;
	content: ""; 
	visibility: hidden;
}
/* Article table with "fake" teasers */
table.responsive td {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
table.responsive td p:first-child {
	text-align: center;
}
@media screen and (max-width: 768px) {
	table.responsive td {
		display: block;
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding-bottom: 2em;
	}
}
@media screen and (max-width: 480px) {
	table.responsive td {
		display: block;
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
	
}
#trustpilotstuff > div {
	margin-bottom: 2em;
}
/* EPay Popup was wide on mobile */
#wrap_pageblock iframe {
	max-width: 100%;
}
/* popup (age verification, coupon, etc) */
div.popupbox {
	border: 2px solid #6f0000;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,130);
	background-color: #fff;
	font-size: 140%;
	padding: 30px;
	opacity: 0;
	display: none;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	z-index: 999;
}
div.popupbox h2.blockheads {
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  div.popupbox {
    position: absolute;
    top: 30px;
    left: 5%;
    width: 72%;
    font-size: 100%;
  }
  div.popupbox h2.blockheads {
    font-size: 110%;
  }
}
/* Age popup with jquery.popupoverlay positioning it */
div.popupboxnew {
	border: 2px solid #6f0000;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,130);
	background-color: #fff;
	font-size: 140%;
	padding: 30px;
	display: none;
}
div.popupboxnew h2.blockheads {
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  div.popupboxnew {
    font-size: 100%;
  }
  div.popupboxnew h2.blockheads {
    font-size: 110%;
  }
}
/* Responsive breaks */
@media screen and (max-width: 1024px) {
	.infobar {
		font-size: 100%;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 100%;
	}
	div.loginonregister.loginleft,
	form.regwithlogin.loginright,
	div.loginonregister.loginright,
	form.regwithlogin.loginleft {
		width: auto;
		float: none;
	}
}
/* Mobile layout */
@media screen and (max-width: 480px) {
	.section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.infobar {
		font-size: 90%;
	}
	.toplogostyle {
		padding-bottom: 4px;
	}
	#navigation {
		margin-top: -34px;
	}
	#animbanners {
		display: block;
	}
	html ul.topmenu {
		padding-left: 0;
	}
	ul.breadcrumbs a {
		font-weight: normal;
	}
	ul.shortcuts a,
	ul.loginmenu a {
		font-size: 100%;/* So that everything in this area is the same */
	}
	form.prod_item { /* Separator lines on mobile */
		border-bottom: 1px solid #000;
		padding-bottom: 0.5em;
	}
	div.footerstyle h2.blockheads {
		margin-top: 1.5em;
	}
	/* No separators on mobile, because teasers add these */
	#healthblock > div.wrap_block  { border-top: none; }
	#articleteasers, #testimonialstitle, #newblockgroup { border-top: none; }
	#navigation a.search-icon span { display: none; }
	#navigation .headericon { flex: 0 0 30px; }
	#navigation .headericonwide { flex: 0 0 30px; }
	.linkpixel img { width: 150px; max-width: none; height: 31px; } /* Covers logo for linking */
}
/* Front login page */
body#protectedhome {
	margin: 15px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
div#wrap_protected {
	width: 960px; max-width: 100%;
}
div#wrap_protected form {
	margin-top: 15px;
	margin-bottom: 15px;
}
video {
	max-width: 100%;
	height: auto;
}
/* Horizontal login form on front */
div#wrap_protected form.loginform div {
	margin: 0;
}
.loginpage-links {
	text-align: center;
	margin-top: 25px;
}
div#wrap_protected form.loginform input[type="text"],
div#wrap_protected form.loginform input[type="password"] {
	width: 220px;
	font-weight: bold;
	padding: 7px 15px;
	border-radius: 30px;
	font-size: 100%;
	color: #777;
}
div#wrap_protected form.loginform input[type=submit] {
	width: 220px;
	padding: 7px 15px;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 100%;
}
#protectedhome div.listmulti {
	margin: 2em 0;
}
#protectedhome div.listmulti div.multislide {
	width: calc(50% - 25px);
	margin-left: 25px;
}
#protectedhome div.listmulti div.multislide:first-child {
	margin-left: 0;
}
@media screen and (min-width: 640px) {
	div#wrap_protected form.loginform div,
	div#wrap_protected form.loginform label {
		display: inline;
		float: none;
		clear: none;
	}
	div#wrap_protected form.loginform div.f_row::after {
		display: none;
	}
	div#wrap_protected form.loginform {
		text-align: center;
	}
}
@media screen and (max-width: 340px) {
	div#wrap_protected form.loginform input[type="text"],
	div#wrap_protected form.loginform input[type="password"],
	div#wrap_protected form.loginform input[type=submit] {
		width: 100%;
		margin-bottom: 5px;
	}
	.f_fields {
		padding-left: 0;
	}
	.f_buttons .f_fields {
		margin-left: 1em;
	}
}
/* Top nav */
#wrap_navigation {
	width: 100%;
}
#navigation {
	margin-left: auto;
	margin-right: auto;
}
ul.topmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px; /* Add to fixed header too! */
}
ul.topmenu ul {
	margin: 0;
	padding: 0;
	left: 0;
	top: 100%;
	z-index: 102;
	list-style-type: none;
	text-transform: none;
}
ul.topmenu ul ul {
	left: 100%;
	top: 0;
}
ul.topmenu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
}
ul.topmenu li:hover {
	z-index: 101;
}
ul.topmenu a {
	display: block;
	font-weight: 500;
	text-decoration: none;
	font-size: 100%;
	white-space: nowrap;
	padding: 0px 9px 0;
	margin: 0;
}
ul.topmenu ul li {
	display: block;
	float: none;
	width: 200px;
}
ul.topmenu ul li a {
	display: block;
	float: none;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
	text-align: left;
	width: 90%;
	border-top: none;
	padding: 4px 5%;
	margin: 0;
}
ul.topmenu ul li a {
	display: inline-block; /* fix IE7 gap at bottom */
}
ul.topmenu ul {
	position: absolute;
	display: none;
}
ul.topmenu li:hover > ul {
	display: block;
}
ul.topmenu div.search form {
	padding: 0 5px 5px;
}
ul.topmenu li li.arrow > a:after {
	content: "›";
	font-weight: bold;
	position: absolute;
	right: 2px;
	top: 4px;
	bottom: 4px;
	left: auto;
	line-height: 1;
	vertical-align: top;
}
html.no-js div.toggle_topmenu:hover + ul, /* noscript friendly mobile icon */
html.no-js div.toggle_topmenu + ul:hover {
	display: block;
}
@media screen and (max-width: 480px) {
	ul.topmenu a { /* Squeeze menu on mobile */
		font-size: 100%;
		padding: 0 5px;
	}
	#navigation {
		padding-left: 3px;
		padding-right: 3px;
	}
}
/* Topmenu Colors */
ul.topmenu, ul.topmenu a {
	color: #79716f;
	background-color: #fff;
/* 	border-color: #fff;  [topmenu_border]  */
}
ul.topmenu a.current, ul.topmenu li:hover > a {
	color: #79716f;
/* 	background-color: #989ba4;  [topmenu_active_bg]  */
/* 	border-color: #989ba4;  [topmenu_active_border]  */
}
ul.topmenu li li a, ul.topmenu ul {
/* 	color: #000;  [topmenu_dropdown_font]  */
/* 	background-color: #fff;  [topmenu_dropdown_bg]  */
}
ul.topmenu li li a.current, ul.topmenu li li:hover > a {
/* 	color: #000;  [topmenu_dropdown_active_font]  */
/* 	background-color: #989ba4;  [topmenu_dropdown_active_bg]  */
}
ul.topmenu > li {
/* 	border-color: #000;  [topmenu_separator]  */
}
@media screen and (max-width: 768px){
/* Menu for mobile */
	ul.topmenu {
		display: none;
		position: absolute;
		left: 0;
		top: 27px;
		width: 100%;
		z-index: 100;
	}
	ul.topmenu.toggle_on {
		display: block;
	}
	html.no-js div.toggle_topmenu:hover + ul.topmenu.toggle_off {
		display: none;
	}
	ul.topmenu li {
		display: block;
		width: 100%;
		text-align: left;
	}
	ul.topmenu a {
		border-top-width: 0;
		display: block;
		-o-transition: background-color 0.3s;
		-ms-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-webkit-transition: background-color 0.3s;
		transition: background-color 0.3s;
	}
	ul.topmenu li a, ul.topmenu ul li a {
		float: none;
		line-height: 2em;
		padding: 5px 5px 5px 10px;
	}
	
	/* Submenu */
	ul.topmenu ul {
		display: block;
		position: static;
	}
	ul.topmenu ul li {
		width: auto;
	}
	ul.topmenu li li.arrow > a:after {
		display: none;
	}
	ul.topmenu ul li a {
		padding-left: 40px;
		display: block;
		text-transform: none;
		width: auto;
	}
	ul.topmenu ul ul li a {
		padding-left: 60px;
	}
	ul.topmenu ul ul ul li a {
		padding-left: 80px;
	}
	ul.topmenu li:hover > ul {
		position: static;
	}
	ul.topmenu div.search {
		display: none; /* hide unwanted search box */
	}
	ul.topmenu > li > a:before { 
		display: none; /* No icons */
	}
	/* Toggle handler */
	div.wrap_topmenu {
		padding-bottom: 31px;
		position: relative;
	}
	#wrap_navigation {
		width: 35px;
	}
	div.toggle_topmenu {
		width: 35px;
		height: 27px;
		display: block;
		margin: 0 auto 0 5px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		border-radius: 4px;
	}
	div.toggle_topmenu:after { /* Keeps "mouse over" between the button and the menu */
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		height: 5px;
		width: 60px;
	}
	div.wrap_menubox {
/* 		background-color: #fff;  [navigation_mobile_bg]  */
/* 		color: #000;  [navigation_mobile_font]  */
		margin-top: calc(-12px - 27px); /* Icon height and space under logo */
		width: 40px;
	}
	div.wrap_menubox:before, div.menubox:before { /* no upper border line */
		display: none;
	}
	ul.topmenu {
		background-color: #fff;
/* 		border: 1px solid #fff;  [mobile_menu_border]; */
/* 		box-shadow: 4px 4px 3px 0 #fff;  [mobile_button_shadow]  */
/* 		box-shadow: 4px 4px 3px 0 rgba(255,255,255,0);  [mobile_button_shadow_RGBA]  */
	}
	ul.topmenu > li {
		border-width: 0;
	}
	/* Won't show "path" to current page, that's ugly with fully open menu */
	ul.topmenu, ul.topmenu a,
	ul.topmenu a.current, ul.topmenu li:hover > a,
	ul.topmenu li li a, ul.topmenu ul {
		color: #79716f;
		background-color: #fff;
	}
	ul.topmenu li a:hover, ul.topmenu li a.onpage {
/* 		color: #000;  [menu_highlight_font]  */
/* 		background-color: #fff;  [menu_highlight_bg]  */
	}
	div.toggle_topmenu {
/* 		background-color: #fff;  [mobile_button_bg]  */
/* 		background-color: rgba(255,255,255,0);  [mobile_button_bg_RGBA]  */
/* 		box-shadow: 2px 2px 0 0 #fff;  [mobile_button_shadow]  */
/* 		box-shadow: 2px 2px 0 0 rgba(255,255,255,0);  [mobile_button_shadow_RGBA]  */
		border: 1px solid #fff;
	}
}
/*	Shortcuts */
ul.shortcuts, ul.shortcuts ul,
ul.loginmenu, ul.loginmenu ul {
	margin: 0;
	padding: 0 ;
	list-style-type: none;
}
ul.shortcuts li, 
ul.loginmenu li {
	display: inline-block;
	margin: 0;
	padding: 5px 5px 5px 19px;
}
ul.shortcuts li:first-child,
ul.loginmenu li:first-child {
	padding-left: 0;
}
ul.shortcuts a,
ul.loginmenu a {
	display: block;
	font-size: 90%;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
ul.shortcuts a {
	color: #6f0000;
}
ul.shortcuts a:hover {
	color: #000;
}
ul.loginmenu a {
	color: #000;
}
/* User icon */
ul.usericon li:first-child {
	padding: 0;
}
ul.usericon li:first-child a {
	width: 30px;
	height: 31px;
	background-image: url(/Images/design2023/1080login_104x94_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 5px;
	text-indent: -99999em;
	text-align: left;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	ul.shortcuts li {
		display: block;
		float: none;
		text-align: right;
		background-image: none;
		padding-bottom: 0;
		padding-left: 0;
		line-height: 170%;
	}
}
/* Top Logo */
div.wrap_toplogostyle,
div.toplogostyle {
	background-color: #fff;
/* 	color: #000;  [toplogo_font]  */
}
div.wrap_toplogostyle a,
div.toplogostyle a {
	color: inherit;
}
div.toplogostyle .banner img {
	width: 280px;
}
@media screen and (max-width: 480px) {
	div.toplogostyle .banner img {
		width: 160px;
	}
}
/* Layout and style separated for WYSIWYG styling */
div.topbannerstyle {
	--bs-gutter-x: 0;
}
div.topbannerstyle div.banner {
	margin: 0 auto;
}
/* Social media icon banners (high-res) */
div.socialicons img {
	max-width: 24px;
	height: auto;
}
div.socialicons div.bannerlist {
	float: right;
}
div.socialicons div.multislide {
	margin-left: 9px;
}
/* Payment card icons (high-res) */
div.cardicons img {
	max-width: 42px;
	height: auto;
}
div.bannerswitch > div:last-child {
	display: none;
}
@media screen and (max-width: 480px) {
	div.bannerswitch > div:first-child {
		display: none;
	}
	div.bannerswitch > div:last-child {
		display: block;
	}
}
.bx-wrapper .bx-prev {
	background: url(/Custom/Themes/ezee2/images/controls_inbox_j2.png) no-repeat 0 -49px;
}
.bx-wrapper .bx-next {
	background: url(/Custom/Themes/ezee2/images/controls_inbox_j2.png) no-repeat -45px -49px;
}
.ks-arrow--right {
	background: url(/Custom/Themes/ezee3/images/controls_inbox_j3.png) no-repeat -45px -49px;
}
.ks-arrow--left {
	background: url(/Custom/Themes/ezee3/images/controls_inbox_j3.png) no-repeat 0 -49px;
}
.ks-arrow--disabled.ks-arrow--right {
	background: url(/Custom/Themes/ezee3/images/controls_inbox_j3.png) no-repeat -45px 0;
}
.ks-arrow--disabled.ks-arrow--left {
	background: url(/Custom/Themes/ezee3/images/controls_inbox_j3.png) no-repeat 0 0;
}
/* Side Menu */
ul.smenu, ul.smenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.smenu li {
	margin: 0;
}
ul.smenu > li a:after {
	content: "\203a";
	padding-left: 7px;
}
* html ul.smenu a
{ height: 1% } /* hasLayout */
ul.smenu a {
	text-decoration: none;
	display: block;
	line-height: 20px;
	padding: 5px 8px 5px 0;
	font-weight: bold;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	color: #6f0000;
}
ul.smenu a:hover {
	color: #000;
}
ul.smenu ul a {
	padding-left: 26px;
	font-weight: normal;
}
ul.smenu ul a:before {
	content: "›";
	font-weight: bold;
	float: left;
	margin-left: -14px;
}
ul.smenu ul ul a {
	padding-left: 26px;
	font-style: italic;
}
ul.smenu ul ul a:before {
	content: "";
	display: none;
}
ul.smenu ul ul ul a {
	padding-left: 40px;
	font-style: normal;
}
ul.smenu ul ul ul ul a {
	padding-left: 52px;
	font-style: italic;
}
ul.smenu ul ul ul ul ul a {
}
ul.smenu div.search {
	display: none; /* hide unwanted search box */
}
ul.yahoomenu {
	margin: 0;
	padding: 0;
}
ul.yahoomenu:after {
	clear: both;
	display: block;
	height: 0;
	content: ""; 
	visibility: hidden;
}
ul.yahoomenu ul {
	margin: 0;
	padding: 0;
}
ul.yahoomenu li {
	list-style-type: none;
}
ul.yahoomenu li a {
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
}
ul.yahoomenu li a:hover {
	text-decoration: underline;
}
/* Country flag menu option */
ul.yahoomenu.flag li:last-child {
	margin: 7px 0;
}
ul.yahoomenu.flag li:last-child a {
	/*background-image: url(/Default/Images/icon/flags/it.png);*/ /* Add icon to headscriptblock */
	background-position: 3px center;
	background-repeat: no-repeat;
	padding: 3px 4px 3px 23px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
}
/* Country selection list */
#languageblock {
	position: relative;
}
div.countriespopup {
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	background-color: #f4f2f1;
	padding: 6px;
}
ul.countriesmenu {
	overflow: visible;
	margin: 0;
	padding: 0;
}
ul.countriesmenu li {
	list-style-type: none;
}
ul.countriesmenu li a {
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	color: #79716f;
	padding-left: 23px;
	background-position: 3px center;
	background-repeat: no-repeat;
}
ul.countriesmenu li a.l_usa {
	background-image: url(/Default/Images/icon/flags/us.png);
}
ul.countriesmenu li a.l_uk {
	background-image: url(/Default/Images/icon/flags/uk.png);
}
ul.countriesmenu li a.l_de {
	background-image: url(/Default/Images/icon/flags/de.png);
}
ul.countriesmenu li a.l_dk {
	background-image: url(/Default/Images/icon/flags/dk.png);
}
ul.countriesmenu li a.l_no {
	background-image: url(/Default/Images/icon/flags/no.png);
}
ul.countriesmenu li a.l_se {
	background-image: url(/Default/Images/icon/flags/se.png);
}
ul.countriesmenu li a.l_it {
	background-image: url(/Default/Images/icon/flags/it.png);
}
ul.countriesmenu li a.l_fr {
	background-image: url(/Default/Images/icon/flags/fr.png);
}
ul.countriesmenu li a.l_hu {
	background-image: url(/Default/Images/icon/flags/hu.png);
}
ul.countriesmenu li a.l_es {
	background-image: url(/Default/Images/icon/flags/es.png);
}
@media screen and (max-width: 480px) {
	ul .yahoomenu {
		margin-left: 10px;
	}
}
/* TeaserImg */
div.teaserimg a.t_img {
	display: block;
	margin: 5px 0;
	max-width: 100%;
}
div.teaserimg a.t_img img {
	max-width: 100%;
	display: block;
	margin: 5px auto; /* Center smaller images */
	border: 0;
}
div.teaserimg div.t_text {
	margin: 5px 0;
	padding: 0;
	font-weight: 300;
	color: #79716f;
	font-size: 130%;
}
div.teaserimg div.t_text h3 {
	font-size: 100%;
	padding: 0;
	margin: 5px 0;
	color: #000;
}
/* "teaserimg teaserbutton" teasers show their H3 title as a button instead of the readmore button */
div.teaserbutton div.t_text h3 a {
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.1;
	text-transform: uppercase;
	padding: 6px 14px;
	margin: 0.5em 0;
	border-radius: 50px;
	color: #fff;
	background-color: #cecac8;
/* 	border: 1px solid #958b87;  [teaser_button_title_border]  */
}
div.teaserbutton div.t_text h3 a:active {
/* 	color: #fff;  [teaser_button_active_title]  */
/* 	background-color: #958b87;  [teaser_button_active_title_bg]  */
/* 	border: 1px solid #958b87;  [teaser_button_active_title_border]  */
}
div.teaserimg h3 a {
	color: inherit;
}
div.teaserimg div.t_text .t_desc {
	margin: 5px 0;
	padding: 0 2px;
}
div.teaserimg a {
	text-decoration: none;
}
div.teaserimg a:hover {
	text-decoration: underline;
}
div.teaserimg span.t_date {
	font-size: 80%;
	font-weight: bold;
	margin: 5px 0;
}
div.teaserimg div.t_readmore {
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.1;
	padding: 3px 12px;
	margin: 0;
	border-radius: 11px;
	font-size: 143%;
	font-weight: bold;
}
div.teaserimg div.t_readmore a {
	display: inline-block;
	color: inherit;
}
div.articleteasers .t_text {
	text-align: center;
}
@media screen and (max-width: 480px) {
	div.teaserbutton div.t_text h3 {
		min-width: 90%;
	}
	div.teaserimg div.t_readmore {
		min-width: 90%;
	}
}
input[type=submit],
input[type=button],
a.sec_action {
	border-width: 0; /* Color will set this if needed */
	cursor: pointer;
	line-height: 2;
	padding: 0 15px;
	margin: 0;
	font-size: 100%;
}
input[type=submit]:disabled, input[type=button]:disabled {
	cursor: initial;
}
input[type=text], input[type=email], input[type=password], input[type=number] {
	padding: 0 2px;
	line-height: 2;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
input[type=number] {
	text-align: center;
}
input[type=text], input[type=email], input[type=number], input[type=password], textarea, select {
	border: 1px solid #a7a7a7;
}
/* Button and form colors */
input[type=submit], input[type=button], input[type=image]
div.teaserimg div.t_readmore,
.linkbutton2 {
	color: #fff;
	background: #48423f;
/* 	border: 1px solid #958b87;  [button_border]  */
/* 	background: linear-gradient(to bottom, #f4f5f8 [button_gradient_begin], #958b87 [button_gradient_end]) repeat-x; */
}
input[type=submit]:active, input[type=button]:active, 
div.teaserimg div.t_readmore a:active,
.linkbutton2:active {
/* 	color: #fff;  [button_active_font]  */
/* 	background: #958b87;  [button_active_bg]  */
/* 	border: 1px solid #958b87;  [button_active_border]  */
/* 	background: linear-gradient(to bottom, #f4f5f8 [button_active_gradient_begin], #958b87 [button_active_gradient_end] 80%) repeat-x; */
}
input[type=submit]:disabled, input[type=button]:disabled {
	color: #fff;
	background: #989ba4;
/* 	background: linear-gradient(to bottom, #f4f5f8 [button_disabled_gradient_begin], #958b87 [button_disabled_gradient_end]) repeat-x; */
}
a.sec_action {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #48423f;
	background-color: #f4f5f8;
/* 	border: 1px solid #958b87;  [secondary_button_border]  */
	font-weight: normal;
}
.linkbutton2 {
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 16px;
}
.linkbutton2:visited {
	color: #fff;
}
.linkbutton {
	display: inline-block;
	color: #fff;
	background: #958b87 repeat-x content-box;
/* 	background: linear-gradient(to bottom, #f4f5f8 [linkbutton_gradient_begin], #958b87 [linkbutton_gradient_end]) repeat-x content-box; */
/* 	border: 1px solid #958b87;  [linkbutton_border]  */
	padding: 0;
	line-height: 1.4;
	border-radius: 10px;
}
a.linkbutton { /* Reapply for "A" */
	color: #fff;
	text-decoration: none;
}
.linkbutton:active {
/* 	background: linear-gradient(to bottom, #f4f5f8 [linkbutton_gradient_begin], #958b87 [linkbutton_gradient_end] 80%) repeat-x content-box; */
}
.linkbutton:before, .linkbutton:after {
	content: "\a0\a0\a0";
}
.popupbutton {
	color: #fff;
	background-color: #c22930;
/* 	background: linear-gradient(to bottom, #f4f5f8 [popupbutton_gradient_begin], #958b87 [popupbutton_gradient_end]) repeat-x; */
	border-radius: 5px;
	box-shadow: 0 1px 3px #333;
	padding: 5px 5px 7px 7px;
/* 	border: 1px solid #6d6e71;  [popupbutton_border]  */
	text-align: center;
	text-shadow: 0 -1px 1px #000;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.8);
	text-decoration: none;
	display: inline-block;
	margin: 0 20px 8px 0;
	cursor: pointer;
}
.popupbutton:active {
/* 	background: linear-gradient(to bottom, #f4f5f8 [popupbutton_gradient_begin], #958b87 [popupbutton_gradient_end] 80%) repeat-x; */
}
.popupbutton:visited {
	color: #fff;
}
.popupbutton2 {
	color: #fff;
	background-color: #6d6e71;
/* 	background: linear-gradient(to bottom, #f4f5f8 [popupbutton2_gradient_begin], #958b87 [popupbutton2_gradient_end]) repeat-x; */
	border-radius: 5px;
	box-shadow: 0 1px 3px #333;
	padding: 7px 15px;
/* 	border: 1px solid #333;  [popupbutton2_border]  */
	text-align: center;
	text-shadow: 0 -1px 1px #000;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.8);
	text-decoration: none;
	display: inline-block;
	margin: 0 20px 8px 0;
	cursor: pointer;
}
.popupbutton2:active {
/* 	background: linear-gradient(to bottom, #f4f5f8 [popupbutton2_gradient_begin], #958b87 [popupbutton2_gradient_end] 80%) repeat-x; */
}
.popupbutton2:visited {
	color: #fff;
}
@media screen and (max-width: 480px) {
	/* Tighter form labels on mobile */
	.f_label {
		width: 140px;
	} 
	.f_fields {
		margin-left: 140px;
	}
}
#blogbanner div.bannertext {
	position: absolute;
	bottom: 1.5em;
	margin-left: 2em;
}
#blogbanner h1 {
	color: #fff;
	font-size: 300%;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
	margin: 0;
}
ul.pager {
	clear: both;
}
@media screen and (max-width: 480px) {
	div.t_list div.teaserblog {
		width: 100%;
		float: none;
	}
	div.teaserblog .t_img {
		display: block;
		text-align: center;
		margin-top: 1em;
	}
	div.t_list div.teaserblog {
		padding: 1.2%;
	}
}
/* Shop CSS */
span.vol_save {
	color: #c4161c;
	text-transform: uppercase;
}
/* Shop product layout */
h3.prod_name {
	font-size: 110%;
	margin: 0;
	text-align: left;
}
h3.prod_name a {
	text-decoration: none;
	color: #000;
}
div.prod_item div.prod_grossprice_wrap {
	text-align: left;
}
.prod_property_name, .prod_volume_title {
/* 	color: #808080;  [shop_property_name]  */
}
form.prod_form h1.article-title {
	margin-bottom: 0;
}
.col_multicol2 a.prod_img {
	display: inline;
	float: none;
	margin-right: 0;
}
.col_multicol2 .prod_short {
	text-align: left;
    margin-bottom: 13px;
    margin-top: 5px;
}
.col_multicol2 div.prod_volume {
    float: none;
    margin: 13px 0;
}
div.simplecart {
	float: none;/* No two columns on desktop */
	width: auto;
}
@media screen and (min-width: 1024px) {
	div.simplecart_image {
		width: 40%;
	}
}
ul.cart_prod_options li {
	padding: 0;
	border: none;
}
table.cart_totals {
	border-collapse: separate; /* Weird bug fix in Edge/Chrome where some borders were missing */
	border-spacing: 1px;
}
form.cartformSimple p.cart_totals_buymore {
	border: none;
}
div.cart_section, table.cart_totals {
	background-color: #f4f5f8;
	border: none;
}
p.status {
	max-width: 500px;
	margin: 0 auto;
}
div.cat_main:after {
	clear:both;
	display:block;
	height:0;
	content:"";
	visibility:hidden;
}
table.shop-productproperties {
	border: none;
	font-weight: bold;
}
tr.shop-productgrossprice th {
	display: none;
}
tr.shop-productgrossprice td {
	font-size: 135%;
	font-weight: normal;
}
p.prod_property_name, p.prod_volume_title,
 ul.prod_volume_LinkButtons, ul.prod_options {
	font-weight: bold;
	font-size: 100%;
}
ul.prod_volume_LinkButtons li, ul.prod_options li {
	line-height: 2;
}
ul.prod_options li a {
	padding-top: 0;
	padding-bottom: 0;
}
div.prod_buttons {
	margin-top: 1em;
}
.prod_pricetext {
	font-size: 120%;
	font-weight: normal;
}
/* Shop product buttons are white, but when active, they are same as button */
ul.prod_options li, ul.prod_volume_LinkButtons li {
	border-color: #a7a7a7;
	color: #48423f;
	background-color: #fff;
	margin-bottom: 4px;
}
ul.prod_options li a,
ul.prod_volume_LinkButtons li a {
	font-weight: normal;
}
ul.prod_options li.current, ul.prod_options li:hover, 
ul.prod_volume_LinkButtons li.current, ul.prod_volume_LinkButtons li:hover {
	background-color: #f5f4f2;
	color: #48423f;
}
/* Shop option selection is same color as forms linkbutton */
p.prod_property_name, p.prod_volume_title {
	color: #48423f;
}
/* Inc-Dec buttons on cart */
input.cart_quantity {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	border: 1px solid #a7a7a7;
	border-left: none;
	border-right: none;
}
input.prod_quantity {
	border: 1px solid #a7a7a7;
	border-left: none;
	border-right: none;
}
input.incdecbtn {
	padding: 0;
	width: 24px;
	text-align: center;
	border: 1px solid #a7a7a7;
	color: #48423f;
	background-color: #fff;
	border-right-width: 0;
}
input + input.incdecbtn { /* Inc button */
	border-right-width: 1px;
	border-left: none;
}
input.refreshbtn {
	border: 1px solid #48423f;
	margin-left: 8px;
	padding: 5px 5px;
	width: auto;
	height: auto;
	background-color: #fff;
	vertical-align: middle;
}
input.hideincdec {
	width: 2em !important;
}
input.prod_btn_addtocartimg {
/* 	border: 1px solid #958b87;  [carticon_border]  */
	background-color: #48423f;
}
input.shop-deleteicon {
	width: 22px;
	height: 22px;
}
div.simplecart_qty {
	vertical-align: bottom;
	margin-top: 1em;
	display: inline-block;
}
div.simplecart_remove {
	display: inline-block;
	margin-top: 1em;
	vertical-align: bottom;
	float: none;
}
div.simplecart_subtotal {
	text-align: right;
}
.cartbox_price a {
	text-decoration: none;
}
p.cart_totals_buymore {
	background-color: #f4f5f8;
	float: right;
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
}
table.cart_totals {
	clear: right;
}
div.shop-product-shortdesc {
	margin-top: 1.5em;
}
div.shop-images {
	max-width: 550px;
}
div.shop-product-text {
	margin-top: 1em;
}
.shop-cart-coupons input[type="text"] {
	width: 100px;
}
div.shop-paymenticonlist {
	text-align: right;
}
div.shop-paymenticon:last-child { /* FIXME: Should be fixed by now in the base system, last logo had no spacing */
	margin-left: 5px;
}
/* Small cart */
.cartbox_cartlink img {
	width: 30px; /* High-DPR image */
	height: auto;
}
.cartbox_cartlink {
	position: relative;
}
.cartbox_counter {
	color: #c22930;
	background-color: #fff;
	border: 2px solid #c22930;
	position: absolute;
	top: 0;
	left: 20px;
	min-width: 17px;
	font-size: 11px;
	border-radius: 20px;
	text-align: center;
	line-height: 14px;
	min-width: 18px;
	padding: 0 3px;
}
/* Products inserted in an article in two columns */
body.shoparticle #wrap_pageblock .wrap_block {
	float: left;
	width: 50%;
}
body.shoparticle #wrap_pageblock .wrap_block:nth-child(2n+1) {
	clear: both;
}
body.shoparticle #wrap_pageblock .wrap_block + p {
	clear: both;
}
body.shoparticle #wrap_pageblock .wrap_block:nth-child(2n+1) form {
	margin-right: 2.4%;
}
body.shoparticle #wrap_pageblock .wrap_block:nth-child(2n+0) form {
	margin-left: 2.4%;
}
body.shoparticle #wrap_pageblock img.prod_img {
	float: none;
	margin-right: 0;
}
#productslider {
	font-size: 70%;
}
#productslider .wrap_block {
	max-width: 300px;
	float: left;
}
#productslider div.prod_grossprice_wrap {
	font-size: 130%;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #c22930;
	color: white;
	padding: 3px 10px;
	border-radius: 5px;
	font-weight: bold;
}
#productslider .bx-wrapper .bx-controls-direction a {
	top: 25%;
}
/* Responsive breaks - Shop */
@media screen and (max-width: 1024px) {
	div.shop-images {
		max-width: 400px;
	}
	div.prod_list.col_multicol4 .col_column {
		width: 48.8%;
	}
	div.prod_list.col_multicol4 .col_column:nth-child(2n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 640px) {
	/* Shop */
	form.prod_form h1 {
		clear: left;
	}
	table.shop-productproperties {
		margin-left: auto;
		margin-right: auto;
	}
	div.prod_buttons {
		text-align: center;
	}
	div.shop-images {
		max-width: 550px; /* Restore original value, that was reduced for tablet */
	}
	div.prod_list.col_multicol3 .col_column {
		width: 100%;
	}
	div.prod_list.col_multicol3 .col_column {
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	table.shopcart td:first-child img {
		display: none;
	}
	div.prod_list .prod_buttons,
	body.shoparticle .prod_buttons {
		text-align: center;
	}
	div.prod_list div.prod_grossprice_wrap,
	body.shoparticle div.prod_grossprice_wrap {
		margin-bottom: 8px;
	}
	#productslider input.prod_btn_addtocart {
		display: block;
		margin: 0.5em auto; 
	}
	div.shop-thumbnails {
		display: none;
	}
	div.prod_list.col_multicol .col_column {
		width: 100%;
	}
	div.prod_list.col_multicol .col_column {
		margin-left: 0;
	}
	input.prod_btn_addtocartimg {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.cartbox_counter {
		left: 12px;
	}
}
@media screen and (max-width: 375px) {
	span.shop-cardimages { /* 3 cards did not fit */
		margin-left: 2px;
	}
	img.shop-cardimages {
		margin-right: 2px;
	}
}
/* PRO Site overrides */
body.pro {
	font-family: Arial, Helvetica, sans-serif;
}
body.pro div.toplogostyle a.banner img {
	width: 130px; /* High-DPR image */
}
/* PRO menu */
body.pro #wrap_navigation {
	margin-top: 1em;
	margin-bottom: 1em;
}
body.pro ul.topmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
}
body.pro ul.topmenu li {
	padding: 0 19px;
}
/* PRO tesers */
body.pro div.teaserimg {
	margin-bottom: 1em;
}
body.pro div.teaserimg div.t_text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	margin-top: 1em;
	font-size: 178%;
}
body.pro div.teaserimg div.t_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* PRO forms, buttons, teaser button */
body.pro input[type="submit"],
body.pro input[type="button"],
body.pro div.teaserimg div.t_readmore a,
body.pro .linkbutton2 {
	font-weight: bold;
	padding: 7px 15px;
	border-radius: 30px;
}
body.pro input[type=text],
body.pro input[type=number],
body.pro input[type=email],
body.pro input[type=password],
body.pro select {
	padding: 7px 15px;
	border-radius: 30px;
}
body.pro input.incdecbtn,
body.pro input.hideincdec {
	border-radius: 4px;
}
@media screen and (max-width: 480px) {
	body.pro ul.topmenu a {
		line-height: 1.4;
	}
	body.pro ul.topmenu li {
		box-sizing: border-box;
	}
}
