html {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px
}
body {
	width: 100%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	background-color: #F5F5F5;
}
header {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	font-weight: 500;
	text-align: center;
	background-color: #fff;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
#headerCoockie {
	padding: 15px;
	color: #333;
	text-align: left;
	background-color: #fafafa;
	border-bottom: 1px solid #dfdfdf
}
#headerCoockie a {
	color: #333;
	font-weight: 700;
	text-decoration: none
}
#headerCoockie a:hover {
	text-decoration: underline
}
#headerCoockie a.underline {
	color: #333;
	font-weight: 400;
	text-decoration: underline
}
#headerCoockie a.underline:hover {
	text-decoration: none
}
#headerError {
	padding: 15px;
	color: #fff;
	text-align: left;
	background-color: #cf2242
}
#headerError a {
	color: #fff;
	font-weight: 600;
	text-decoration: none
}
#headerError a:hover {
	text-decoration: underline
}
#headerInfo {
	padding: 15px;
	color: #fff;
	text-align: left;
	background-color: #139345
}
#headerInfo a {
	color: #fff;
	font-weight: 600;
	text-decoration: none
}
header figure {
	width: 100%;
	height: auto
}
header figure img {
	width: 101px;
	height: 76px;
	margin: 0;
	padding-top: 20px;
}
header figcaption {
	width: 100%;
	box-sizing: border-box;
	padding: 0
}
header figcaption a {
	color: #5a2d11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 46px;
	line-height: 50px;
	text-align: left;
	text-decoration: none;
	text-shadow: 2px 2px 4px #896a45;
}
header figcaption a, header figure {
	padding: 0;
	text-transform: uppercase;
	box-sizing: border-box
}
header figcaption, header figure, header h1 {
	display: block;
	margin: 0
}
ul.headLink {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 30px;
	text-align: right;
	list-style-type: none;
	border-top: 1px solid #333;
	}
ul.headLink li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 48px
}
ul.headLink li a {
	padding: 0 10px;
	display: inline-block;
	color: #B77502;
	text-decoration: none;
	white-space: nowrap;
}
ul.headLink li a:hover {
	display: inline-block;
	color: #fff;
	background-color: #B77502;
}
span.big {
	font-size: 18px
}
div.breadcrumb {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 10px;
	clear: right;
	overflow: hidden;
    background: rgba(255,255,255,0.0);
}
div.breadcrumb ol {
	width: 100%;
	max-width: ;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 22px 0 0 0;
	text-align: left
}
div.breadcrumb ol li {
	margin: 0;
	padding: 0 5px 0 0;
	display: block;
	float: left;
	color: #000;
	list-style-type: none
}
div.breadcrumb ol li a {
	color: #000;
	text-decoration: none
}
div.breadcrumb ol li a:hover {
	color: #926c52
}
p.special {
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	margin: .7143rem 0 0 0;
	padding: 10px;
	padding: .7143rem;
	color: #000;
	font-size: 14px;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
	background-color: #f7f3ef;
}
span.special {
	color: #c54141;
	font-size: 26px;
	font-size: 1.857rem;
	font-weight: 600;
	text-align: right;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
hr {
	width: 100%;
	height: 23px;
	border: none
}
div.breadcrumb {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 10px;
	clear: right;
	overflow: hidden;
    background: rgba(255,255,255,0.0);
}
div.breadcrumb ol {
	width: 100%;
	max-width: ;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 22px 0 0 0;
	text-align: left
}
div.breadcrumb ol li {
	margin: 0;
	padding: 0 5px 0 0;
	display: block;
	float: left;
	color: #000;
	list-style-type: none
}
div.breadcrumb ol li a {
	color: #000;
	text-decoration: none
}
div.breadcrumb ol li a:hover {
	color: #926c52
}
article {
	box-sizing: border-box;
	margin: 6px 0 20px 0;
	padding: 10px;
	color: #333;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
article p:last-of-type {
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	hyphens: auto;
}
.img-30 {
	width: 35%;
	display: block;
	float: left;
	text-align: center;
}
.img-100, {
	width: 100%;
	display: block;
	text-align: center;
}
.img-100 p.social {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.img-30 img {
	width: 150px;
	height: 325px;
	display: block;
	margin: 10px auto;
	margin: .7143rem auto;
	cursor: none;
}
.img-100 img {
	width: 289px;
	height: 433px;
	display: block;
	margin: 10px auto;
	margin: .7143rem auto;
	cursor: none;
}
p.social a, dd.social a {
	display: inline-block;
	padding: 0 10px;
	padding: 0 .7143rem;
}
div.overview, section.overview, ul.overview {
	width: calc(100% - 35%);
	box-sizing: border-box;
	margin: 16px 0 16px 0;
	margin: 1.143rem 0 1.143rem 0;
	padding: 0;
	float: right;
	border: none;
}
h1 {
	width: 100%;
	margin: 0;
	padding: 6px 0 20px 0;
	padding: .4286rem 0 1.429rem 0;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 38px;
	line-height: 2.714rem;
}
h2 {
	margin: 0;
	padding: 20px 0 20px 0;
	padding: 1.429rem 0 1.429rem 0;
	font-size: 18px;
	font-size: 1, 125rem;
	font-weight: 400;
}
h3, h4 {
	margin: 0;
	padding: 20px 0 20px 0;
	padding: 1.429rem 0 1.429rem 0;
	font-size: 18px;
	font-size: 1.286rem;
	font-weight: 400;
}
table.suitable {
	width: 100%;
	margin-bottom: 5px;
	margin-bottom: .357rem;
}
table.suitable tr:nth-of-type(1) {
	display: block;
	box-sizing: border-box;
	margin: 3px 0 3px 0;
	margin: .214rem 0 .214rem 0;
	padding: 0;
	font-weight: 500;
	text-shadow: 2px 2px 2px rgba(150,150,150,0.36);
	text-shadow: 0.143rem 0.143rem 0.143rem rgba(150,150,150,0.36);
}
table.suitable tr, table.desc tr {
	display: block;
	box-sizing: border-box;
	margin: 3px 0 3px 0;
	margin: .214rem 0 .214rem 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	border-bottom: .071rem solid #eee;
}
table.suitable td.image {
	width: 30%;
	min-width: 156px;
	min-width: 12.714rem;
	margin: 0;
	padding: 0 10px 0 0;
	padding: 0 0.714rem 0 0;
}
table.suitable td.desc {
	width: 70%;
	margin: 0;
	padding: 0;
	padding: 0;
	font-weight: 500;
	text-shadow: 2px 2px 2px rgba(150,150,150,0.36);
	text-shadow: 0.143rem 0.143rem 0.143rem rgba(150,150,150,0.36);
}
table.suitable img {
	width: 146px;
	height: 25px;
}
div.price, section.price, ul.price {
	width: calc(100% - 35%);
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	float: right;
	border: none;
}
div.price-100, section.price-100, ul.price-100 {
	width: calc(100% - 35%);
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	float: right;
	border: none;
}
div.price dd:last-of-type, ul.price li.ship, div.price-100 dd:last-of-type, ul.price-100 li.ship {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 0px 0px 10px 0px;
	margin: 0rem 0rem .7143rem 0rem;
	padding: 10px;
	padding: .7143rem;
	color: #000;
	font-size: 14px;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
	background-color: #f7f3ef;
}
div.price dd:last-of-type, ul.price li.ship, div.price-100 dd:last-of-type, ul.price-100 li.ship {
	color: #000;
	font-size: 14px;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
div.price dl, ul.price li, div.price-100 dl, ul.price-100 li {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px 0;
	margin: 0 0 1.429rem 0;
	background-color: rgba(206,230,248,.5);
}
div.price dt, ul.price dt, div.price-100 dt, ul.price-100 dt {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 10px 0 10px 10px;
	padding: .7143rem 0 .7143rem .7143rem;
	margin: 0;
	color: #333;
	font-size: 23px;
	font-size: 1.643rem;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
div.price dd, ul.price dd, div.price-100 dd, ul.price-100 dd {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 10px 10px 10px 0;
	padding: .7143rem .7143rem .7143rem 0;
	margin: 0;
	color: #333;
	font-size: 26px;
	font-size: 1.857rem;
	font-weight: 600;
	text-align: right;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
.cright {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	margin: 0 0 1.429rem 0;
	padding: 0;
	clear: both;
	text-align: right;
}
div.cright span.left {
	margin: 0;
	display: inline-block;
	float: left;
}
div.cright .sel, div.right .sel {
	height: 35px;
	margin: 1px 1px 0 2px;
	margin: .07143rem .07143rem 0 .1429rem;
	line-height: 26px;
	line-height: 1.857rem;
}
div.legal {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	margin: 0;
	padding: 10px 0px 10px 0px;
	padding: .7143rem 0rem .7143rem 0rem;
	font-size: 12px;
	font-size: .8571rem;
	font-weight: normal;
}
div.legal a {
	color: #333;
    font-weight: bold;
    text-decoration: none;
}
div.legal a:hover {
	text-decoration: underline;
}
dl.details {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
dl.details dt {
	box-sizing: border-box;
	float: left;
	width: 30%;
	padding: 6px;
	padding: .4286rem;
	margin: 0;
}
dl.details dd {
	box-sizing: border-box;
	float: left;
	width: 70%;
	padding: 6px;
	padding: .4286rem;
	margin: 0;
}

section {
	display: block
}
span.country-name, span.region {
	display: block
}
span.locality::after, span.type::before {
	white-space: pre;
	content: "\A"
}
.small, small {
	display: block;
	margin-top: 0;
	padding: 5px 0 0;
	padding: .3571rem 0 0;
	font-weight: 400;
	font-size: 12px;
	font-size: .8571rem;
	line-height: 12px;
	line-height: .8571rem
}
.smallText {
	font-size: 12px;
	font-size: .8571rem;
	font-weight: 500;
	line-height: 14px;
	line-height: 1rem;
	letter-spacing: -.01rem;
	word-spacing: -.02rem
}
.smallText a {
	color: #333;
	text-decoration: underline
}
.smallText a:hover {
	color: #dd0500;
	text-decoration: none
}
.smallImage {
	padding: 0 10px 0 0;
	padding: 0 .7143rem 0 0;
	display: inline-block;
	text-align: left;
	font-size: 12px;
	font-size: .8571rem
}
#search label {
	display: inline
}
#search input[type=text] {
	height: 32px;
	width: 300px;
	box-sizing: border-box;
	margin: 0;
	padding-left: 10px;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
#search input[type=text]:focus {
	background-color: #96db9b;
	border: 2px solid #B77502;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
#search button {
	height: 32px;
	display: inline;
	box-sizing: border-box;
	margin: 0 0 0 -5px;
	color: #333;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #f5f5f5;
	border: 1px solid #c8c8c8;
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #dfdfdf 100%)
}
#search button:focus {
	height: 32px;
	display: inline;
	box-sizing: border-box;
	margin: 0 0 0 -5px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #199816;
	border: 1px solid #B77502;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #199816 100%)
}
h3, h4 {
	margin: 0;
	padding: 20px 0 20px 0;
	padding: 1.429rem 0 1.429rem 0;
	font-size: 18px;
	font-size: 1.286rem;
	font-weight: 400
}
h5 {
	margin: 0;
	padding: 36px 0 20px 0;
	padding: 2.5rem 0 1.429rem 0;
	font-size: 18px;
	font-size: 1.286rem;
	font-weight: 400
}
.confirmation {
	margin: 6px 0;
	margin: .4286rem 0;
	padding: 10px;
	padding: .7143rem;
	border-radius: 6px;
	border-radius: .4286rem
}
.border {
	border: 1px solid #eee;
	border: .07143rem solid #eee;
	border-radius: 6px;
	border-radius: .4286rem
}
.white {
	border: 1px solid #fff;
	border: .07143rem solid #fff;
	border-radius: 6px;
	border-radius: .4286rem
}
.noborder {
	border: none
}
.item a {
	color: #333;
	text-decoration: none
}
.item a img {
	/*	width: 121px;
	height: 200px */
	width: 91px;
	height: 150px
}
.img-30 img {
	width: 150px;
	height: 325px;
	display: block;
	margin: 10px auto;
	margin: .7143rem auto;
	cursor: none
}
.img-100 img {
	width: 289px;
	height: 433px;
	display: block;
	margin: 10px auto;
	margin: .7143rem auto;
	cursor: none
}
.img-30 img:hover {
	cursor: url(/images/lupe.cur), pointer
}
.img-30 img:active {
	transform: scale(2);
	cursor: none
}
.img-100 img:hover {
	cursor: url(/images/lupe.cur), pointer
}
.img-100 img:active {
	transform: scale(1.33);
	cursor: none
}
.img-30 img.qrCode {
	width: 100px;
	height: 100px;
	display: block;
	cursor: default
}
.img-30 img, .inStock, .outOfStock, .qrCode, .small, small {
	break-before: left
}
.inStock {
	width: 100%;
	display: block;
	margin: 0 auto 10px;
	margin: 0 auto .7143rem;
	padding: 0;
	color: #0b6521;
	font-weight: bold;
	font-size: 12px;
	font-size: .8571rem;
	line-height: 12px;
	line-height: .8571rem;
	text-align: center;
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
.outOfStock {
	width: 100%;
	display: block;
	margin: 0 auto 10px;
	margin: 0 auto .7143rem;
	padding: 0;
	font-weight: bold;
	color: #d00606;
	font-size: 12px;
	font-size: .8571rem;
	line-height: 12px;
	line-height: .8571rem;
	text-align: center;
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
.qrCode {
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 0;
	display: block;
	font-size: 12px;
	font-size: .8571rem;
	line-height: 20px;
	line-height: 1.429rem;
	text-align: center
}
p.reviews {
	border-bottom: 1px solid #e6e6e6;
}
p.reviews span.right {
	float: right;
}
p.reviews span.description {
	display: inline-block;
	padding-bottom: 10px;
	color: #235f8b;
	font-weight: bold;
	clear: right;
}
p.social {
	width: calc(100% - 20px);
	box-sizing: border-box;
	margin: 0;
	padding: 14px 0;
	padding: 1rem 0;
	text-align: center
}
p.social a, dd.social a {
	display: inline-block;
	padding: 0 10px;
	padding: 0 .7143rem
}
p.social img, dd.social img {
	width: 16px;
	height: 16px;
	border: none
}
p.social a img:hover, dd.social a img:hover {
	cursor: pointer
}
.flex {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between
}
.fieldWrapper, .flex, footer, span.properties {
	align-content: flex-start
}
hr.trans {
	width: 100%;
	height: 10px;
	margin: 10px 0;
	margin: .7143rem 0;
	clear: both;
	border: none;
	border-top: 1px solid transparent;
	border-top: .07143rem solid transparent
}
.item {
	margin: 6px 0;
	margin: .4286rem 0;
	padding: 10px 0;
	padding: .7143rem 0;
	color: #333;
	font-size: 12px;
	font-size: .8571rem;
	font-weight: 600;
	line-height: 20px;
	line-height: 1.429rem;
	text-align: center;
	border-radius: 6px;
	border-radius: .4286rem;
	position: relative
}
.item:hover {
	border: 1px solid #ab5f15;
	border: .07143rem solid #ab5f15;
	border-radius: 6px;
	border-radius: .4286rem
}
p.decription {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: 400
}
.priceHint {
	width: 45%;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 10px;
	padding-left: .7143rem;
	font-size: 12px;
	font-size: .8571rem;
	font-weight: 300;
	line-height: 25px;
	line-height: 1.786rem;
	text-align: right
}
.itemInstock {
	color: #0b6521;
	font-weight: 700
}
.itemOutofstock {
	color: #d00606;
	font-weight: 700
}
#tabs {
	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	clear: both;
	border-bottom: 1px solid #e6e6e6;
}
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tabs li {
	display: inline-block;
	padding-right: 20px;
}
ul.tabs li a {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 46px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);
	border-bottom: 4px solid transparent;
}
ul.tabs li a:hover {
	color: #dd0500;
}
ul.tabs li a.selected {
	color: #dd0500;
	border-bottom: 4px solid #1c3857;
}
ul.tabs li span.selected {
	display: block;
	margin: 0;
	padding: 15px 0 11px 0;
	color: #dd0500;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);
	border-bottom: 4px solid #1c3857;
}
.sprung {
	visibility: hidden;
	height: 0px !important;
	position: absolute;
	margin: -200px;
}
div.details table, section.details table {
	width: calc(100% - 1px);
	margin-bottom: 10px;
	margin-bottom: .7143rem;
	border-spacing: 0;
	border-collapse: collapse
}
div.details table thead tr th, section.details table thead tr th {
	margin: 0;
	padding: 20px 0 20px 0;
	padding: 1.429rem 0 1.429rem 0;
	font-size: 18px;
	font-size: 1.286rem;
	font-weight: 500;
	text-align: left;
	background-color: #fff;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
div.details table tfoot tr th, section.details table tfoot tr th {
	margin: 0;
	padding: 20px 0 0 0;
	padding: 1.429rem 0 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	line-height: 1.571rem;
	text-align: left;
	background-color: #fff
}
div.details table td:nth-child(2n), section.details table td:nth-child(2n), table.details th:nth-child(2n) {
	width: 70%;
	padding: 6px;
	padding: .4286rem
}
div.details table td:nth-child(2n+1), section.details table td:nth-child(2n+1), table.details th:nth-child(2n+1) {
	width: 30%;
	padding: 6px;
	padding: .4286rem
}
div.details table tr:nth-child(2n), section.details table tr:nth-child(2n) {
	background-color: #fff
}
div.details table a, section.details table a {
	color: #333;
	text-decoration: none
}
div.details table a:hover, section.details table a:hover {
	color: #d51316
}
div.details table tr:nth-child(2n+1), section.details table tr:nth-child(2n+1) {
	background-color: #f7f3ef
}
div.details table tr:first-child, section.details table tr:first-child {
	background-color: #f7f3ef
}
.cright, table.notify {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	margin: 0;
	padding: 0;
	clear: both
}
table.notify td {
	line-height: 24px;
	line-height: 2rem;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
div.price dl, ul.price li, div.price-100 dl, ul.price-100 li {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px 0;
	margin: 0 0 1.429rem 0;
	background-color: rgba(206,230,248,.5);
}
div.price dt, ul.price dt, div.price-100 dt, ul.price-100 dt {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 10px 0 10px 10px;
	padding: .7143rem 0 .7143rem .7143rem;
	margin: 0;
	color: #333;
	font-size: 23px;
	font-size: 1.643rem;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
div.price dd, ul.price dd, div.price-100 dd, ul.price-100 dd {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 10px 10px 10px 0;
	padding: .7143rem .7143rem .7143rem 0;
	margin: 0;
	color: #333;
	font-size: 26px;
	font-size: 1.857rem;
	font-weight: 600;
	text-align: right;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
div.price dd.special, ul.price dd.special, div.price-100 dd.special, ul.price-100 dd.special {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 10px 10px 10px 0;
	padding: .7143rem .7143rem .7143rem 0;
	margin: 0;
	color: #c54141;
	font-size: 26px;
	font-size: 1.857rem;
	font-weight: 600;
	text-align: right;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
div.price dt:last-of-type, ul.price li.legal, div.price-100 dt:last-of-type, ul.price-100 li.legal {
	width: 100%;
	background-color: #fff;
	font-size: 12px;
	font-size: .8571rem;
	font-weight: normal;
}
div.legal {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	margin: 0;
	padding: 10px 0px 10px 0px;
	padding: .7143rem 0rem .7143rem 0rem;
	font-size: 12px;
	font-size: .8571rem;
	font-weight: normal;
}
div.price dd:last-of-type, ul.price li.ship, div.price-100 dd:last-of-type, ul.price-100 li.ship {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 0px 0px 10px 0px;
	margin: 0rem 0rem .7143rem 0rem;
	padding: 10px;
	padding: .7143rem;
	color: #000;
	font-size: 14px;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
	background-color: #f7f3ef;
}
div.price dt small, div.price dd small, ul.price dt small, ul.price dd small, div.price-100 dt small, div.price-100 dd small, ul.price-100 dt small, ul.price-100 dd small {
	color: #235f8b;
	font-size: 14px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	line-height: 1.429rem;
	text-shadow: none;
}
div.price div.legal {
	width: 100%;
	background-color: #fff;
	font-size: 12px;
	font-size: .8571rem;
	font-weight: normal;
}
div.price a, ul.price a, div.price-100 a, ul.price-100 a {
	color: #333;
}
div.price a:hover, ul.price a:hover, div.price-100 a:hover, ul.price-100 a:hover {
	color: #dd0500;
}
div.price div.ship {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	margin: .7143rem 0 0 0;
	padding: 10px;
	padding: .7143rem;
	color: #000;
	font-size: 14px;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
	background-color: #f7f3ef;
}
dl.details {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	margin: 0
}
dl.details dt {
	box-sizing: border-box;
	float: left;
	width: 30%;
	padding: 6px;
	padding: .4286rem;
	margin: 0
}
dl.details dt:nth-of-type(odd), dl.details dd:nth-of-type(odd) {
	background-color: #f3f1f1;
}
dl.details dd {
	box-sizing: border-box;
	float: left;
	width: 70%;
	padding: 6px;
	padding: .4286rem;
	margin: 0
}
ul.also-purchased, ul.last-viewed, ul.more, ul.similar {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.also-purchased li, ul.last-viewed li, ul.more li, ul.similar li {
	width: 32%;
	margin: 6px 0;
	margin: .4286rem 0;
	padding: 10px 0;
	padding: .7143rem 0;
	color: #333;
	font-size: 12px;
	font-size: .8571rem;
	font-weight: 600;
	line-height: 20px;
	line-height: 1.429rem;
	text-align: center;
	border: 1px solid #eee;
	border: .07143rem solid #eee;
	border-radius: 6px;
	border-radius: .4286rem;
	position: relative;
}
ul.also-purchased li:hover, ul.last-viewed li:hover, ul.more li:hover, ul.similar li:hover {
	width: 32%;
	margin: 6px 0;
	margin: .4286rem 0;
	padding: 10px 0;
	padding: .7143rem 0;
	color: #333;
	font-size: 12px;
	font-size: .8571rem;
	font-weight: 600;
	line-height: 20px;
	line-height: 1.429rem;
	text-align: center;
	border: 1px solid #ab5f15;
	border: .07143rem solid #ab5f15;
	border-radius: 6px;
	border-radius: .4286rem;
	background-color: #f7f3ef;
	position: relative;
}
ul.also-purchased li a, ul.last-viewed li a, ul.more li a, ul.similar li a {
	color: #333;
	text-decoration: none;
}
ul.also-purchased li a img, ul.last-viewed li a img, ul.more li a img, ul.similar li a img {
	width: 91px;
	height: 150px;
}
ul.also-purchased > li > dl, ul.last-viewed > li > dl, ul.more > li > dl, ul.similar > li > dl {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
}
ul.also-purchased > li > dl > dt, ul.last-viewed > li > dl > dt, ul.more > li > dl > dt, ul.similar > li > dl > dt {
	width: 40%;
	box-sizing: border-box;
	float: left;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
ul.also-purchased > li > dl > dd, ul.last-viewed > li > dl > dd, ul.more > li > dl > dd, ul.similar > li > dl > dd {
	width: 40%;
	box-sizing: border-box;
	float: right;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	font-weight: 700;
}
div.cright .sel, div.right .sel {
	height: 35px;
	margin: 1px 1px 0 2px;
	margin: .07143rem .07143rem 0 .1429rem;
	line-height: 26px;
	line-height: 1.857rem
}
.buttonSet {
	box-sizing: border-box;
	padding: 10px 0;
	padding: .7143rem 0
}
.buttonGroup, .buttonSet {
	width: 100%;
	margin: 0;
	border: none
}
.button {
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 0;
	margin: .7143rem 0;
	padding: 8px 20px;
	padding: .5714rem 1.429rem;
	position: relative;
	font-size: 14px;
	font-size: 1rem;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none
}
.blau {
	color: #fff;
	border: 1px solid #1e7abd;
	border: .07143rem solid #1e7abd;
	background-color: #1f7abe;
	background-image: linear-gradient(180deg, rgba(154,213,247,.5) 0, #1f7abe 100%);
	box-shadow: 2px 2px 5px -1px rgba(132,124,124,.73);
	box-shadow: .2143rem .2143rem .2857rem -.07143rem rgba(132,124,124,.73)
}
.blau:hover {
	color: #1e7abd;
	border: 1px solid #1e7abd;
	border: .07143rem solid #1e7abd;
	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #ddd 100%);
	box-shadow: 2px 2px 5px -1px rgba(132,124,124,.73);
	box-shadow: .1429rem .1429rem .3571rem -.07143rem rgba(132,124,124,.73);
	cursor: pointer
}
.blau:active {
	color: #1e7abd;
	border: 1px solid #178914;
	border: .07143rem solid #178914;
	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #ddd 100%);
	box-shadow: 0 0 0 0 rgba(132,124,124,.73);
	cursor: pointer
}
.buynot {
	color: #fff;
	text-decoration: line-through;
	border: 1px solid #178914;
	border: .07143rem solid #178914;
	background-color: #178914;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #178914 100%);
	box-shadow: 2px 2px 5px -1px rgba(132,124,124,.73);
	box-shadow: .1429rem .1429rem .3571rem -.07143rem rgba(132,124,124,.73)
}
.buynot:hover {
	color: #178914;
	text-decoration: line-through;
	border: 1px solid #178914;
	border: .07143rem solid #178914;
	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #ddd 100%);
	box-shadow: 2px 2px 5px -1px rgba(132,124,124,.73);
	box-shadow: .1429rem .1429rem .3571rem -.07143rem rgba(132,124,124,.73);
}
.green {
	color: #fff;
	border: 1px solid #178914;
	border: .07143rem solid #178914;
	background-color: #178914;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #178914 100%);
	box-shadow: 2px 2px 5px -1px rgba(132,124,124,.73);
	box-shadow: .1429rem .1429rem .3571rem -.07143rem rgba(132,124,124,.73)
}
.green:hover {
	color: #178914;
	border: 1px solid #178914;
	border: .07143rem solid #178914;
	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #ddd 100%);
	box-shadow: 2px 2px 5px -1px rgba(132,124,124,.73);
	box-shadow: .1429rem .1429rem .3571rem -.07143rem rgba(132,124,124,.73);
	cursor: pointer
}
.green:active {
	color: #178914;
	border: 1px solid #178914;
	border: .07143rem solid #178914;
	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #ddd 100%);
	box-shadow: 0 0 0 0 rgba(132,124,124,.73);
	cursor: pointer
}
.light {
	color: #333;
	border: 1px solid #c8c8c8;
	border: .07143rem solid #c8c8c8;
	background-color: #eae8de;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #dfdfdf 100%);
	box-shadow: 2px 2px 5px -1px rgba(132,124,124,.73);
	box-shadow: .1429rem .1429rem .3571rem -.07143rem rgba(132,124,124,.73)
}
.light:hover {
	color: #b11a2b;
	border: 1px solid #b11a2b;
	border: .07143rem solid #b11a2b;
	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, rgba(221,221,221,.8) 100%);
	box-shadow: 2px 2px 5px -1px rgba(132,124,124,.73);
	box-shadow: .1429rem .1429rem .3571rem -.07143rem rgba(132,124,124,.73);
	cursor: pointer
}
.light:active {
	color: #b11a2b;
	border: 1px solid #b11a2b;
	border: .07143rem solid #b11a2b;
	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, rgba(221,221,221,.8) 100%);
	box-shadow: 0 0 0 0 rgba(132,124,124,.73);
	cursor: pointer
}
.red {
	padding-bottom: 6px;
	box-sizing: border-box;
	color: #fff;
	border: 1px solid #b11a2b;
	border: .07143rem solid #b11a2b;
	background-color: #b11a2b;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, rgba(161,23,39,.97) 100%);
	box-shadow: 2px 2px 5px -7px rgba(132,124,124,.73);
	box-shadow: .1429rem .1429rem .3571rem -.07143rem rgba(132,124,124,.73)
}
.red:hover {
	color: #b11a2b;
	border: 1px solid #b11a2b;
	border: .07143rem solid #b11a2b;
	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #ddd 100%);
	box-shadow: 2px 2px 5px -1px rgba(132,124,124,.73);
	box-shadow: .1429rem .1429rem .3571rem -.07143rem rgba(132,124,124,.73);
	cursor: pointer
}
.red:active {
	color: #b11a2b;
	border: 1px solid #b11a2b;
	border: .07143rem solid #b11a2b;
	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #ddd 100%);
	box-shadow: 0 0 0 0 rgba(132,124,124,.73);
	cursor: pointer
}
span.shipping {
	color: #11680E;
}
.more, .similar, .last-viewed, .also-purchased {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 20px 0 20px 0;
	margin: 1.429rem 0 1.429rem 0;
	padding: 0;
}
.more table, .similar table, .last-viewed table, .also-purchased table {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 40px 0;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	border-spacing: 8px;
	border-collapse: separate;
}
.more div.cart, .similar div.cart, .last-viewed div.cart, .also-purchased div.cart {
	height: 40px;
	padding: 10px;
	display: block;
	position: absolute;
	bottom: 2px;
}
.more table td, .similar table td, .last-viewed table td, .also-purchased table td {
	width: auto;
}
.more table td:nth-child(2n), .similar table td:nth-child(2n), .last-viewed table td:nth-child(2n), .also-purchased table td:nth-child(2n) {
	width: calc(100% - 150px);
	text-align: right;
	font-weight: 700;
}
.selCart {
	width: 40px;
	min-width: 40px;
	height: 36px;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding-left: 2px;
	position: relative;
	top: 1px;
	text-align: center;
	border: 1px solid #ccc;
}
.buttonBuy {
	width: 36px;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 6px 10px;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 2px solid #148212;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #148212;
	background-image: url(https://www.kaffee-presso.de/images/button-cart.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.buttonBuy:hover {
	width: 36px;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 6px 10px;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 2px solid #148212;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	background-image: url(https://www.kaffee-presso.de/images/button-cart-over.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
footer {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	color: #000;
	background-color: #fff;
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.fieldWrapper, .flex, footer, span.properties {
	align-content: flex-start
}
footer div, footer h4, footer strong, footer ul li {
	white-space: nowrap
}
footer h4, footer strong {
	margin: 0;
	padding: 0;
	color: #000
}
footer div {
	max-width: 25%;
	min-width: 210px;
	line-height: 24px
}
footer ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
footer ul li {
	display: block;
	margin: 0;
	padding: 0;
	color: #000
}
footer a, footer ul li a {
	display: block;
	padding: 0;
	color: #000;
	line-height: 35px;
	text-decoration: none
}
footer ul li a:hover {
	color: #9f7659
}
footer img {
	width: 116px;
	height: 195px
}
div.tel {
	display: inline
}
.success, .warning {
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-top: 1.429rem;
	padding: 10px 5px;
	padding: .7143rem .3571rem;
	color: #000;
	font-weight: 500
}
.success {
	box-sizing: border-box;
	border: 1px solid #b2ce96;
	border: .07143rem solid #b2ce96;
	border-radius: 4px;
	border-radius: .2857rem;
	background-color: #d9edc2
}
.warning {
	box-sizing: border-box;
	border: 1px solid #7cacdd;
	border: .07143rem solid #7cacdd;
	border-radius: 4px;
	border-radius: .2857rem;
	background-color: #d3e1f0
}
table.suitable {
	width: 100%;
	margin-bottom: 5px;
	margin-bottom: .357rem
}
table.suitable tr:nth-of-type(1) {
	display: block;
	box-sizing: border-box;
	margin: 3px 0 3px 0;
	margin: .214rem 0 .214rem 0;
	padding: 0;
	font-weight: 500;
	text-shadow: 2px 2px 2px rgba(150,150,150,0.36);
	text-shadow: 0.143rem 0.143rem 0.143rem rgba(150,150,150,0.36);
}
table.suitable tr, table.desc tr {
	display: block;
	box-sizing: border-box;
	margin: 3px 0 3px 0;
	margin: .214rem 0 .214rem 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	border-bottom: .071rem solid #eee;
}
table.suitable td.image {
	width: 30%;
	min-width: 156px;
	min-width: 12.714rem;
	margin: 0;
	padding: 0 10px 0 0;
	padding: 0 0.714rem 0 0;
}
table.suitable td.desc {
	width: 70%;
	margin: 0;
	padding: 0;
	padding: 0;
	font-weight: 500;
	text-shadow: 2px 2px 2px rgba(150,150,150,0.36);
	text-shadow: 0.143rem 0.143rem 0.143rem rgba(150,150,150,0.36);
}
table.suitable img {
	width: 146px;
	height: 25px;
}
table.desc td {
	line-height: 26px;
}
div.price table, section.price table {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	margin: 0 0 1.429rem 0;
	border-spacing: 0;
	border-collapse: collapse
}
div.price table thead tr th, section.price table thead tr th {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 10px 0;
	padding: 0 0 0.7145rem 0;
	font-size: 18px;
	font-size: 1.286rem;
	font-weight: 500;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
	text-align: left;
	background-color: #fff;
}
div.price table thead tr th a, section.price table thead tr th a {
	color: #333
}
div.price table thead tr th a:hover, section.price table thead tr th a:hover {
	color: #dd0500
}
.item div.preis {
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0 5px;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	clear: both;
}
.item div.preis div:nth-child(2n+1) {
	width: 50%;
	display: inline-block;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
.item div.preis div:nth-child(2n) {
	width: 50%;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	font-weight: 700;
}
.item div.preis div.special {
	width: 100%;
	padding: 5px;
	font-size: 20px;
	color: #0014B3;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	background-color: #fff;
}
.item div.preis div.sitem {
	width: 150px;
	display: inline-block;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
}
.item div.preis div.sitemPrice {
	width: calc(100% - 150px);
	color: #b30000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: -.02rem;
	word-spacing: -.05rem;
	text-align: right;
	font-weight: 700;
}
div.price table tbody, section.price table tbody {
	background-color: rgba(206,230,248,.5)
}
div.price table tfoot tr th, section.price table tfoot tr th {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 0 0 0;
	margin: .7143rem 0 0 0;
	padding: 10px;
	padding: .7143rem;
	color: #000;
	font-size: 14px;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
	background-color: #f7f3ef;
}
div.price table tr td:nth-child(2n+1), section.price table tr td:nth-child(2n+1) {
	width: calc(50% - 8px);
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
	padding: .7143rem 0 .7143rem .7143rem;
	color: #333;
	font-size: 23px;
	font-size: 1.643rem;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36)
}
div.price table tr td:nth-child(2n), section.price table tr td:nth-child(2n) {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 10px 10px 0;
	padding: .7143rem .7143rem .7143rem 0;
	color: #333;
	font-size: 26px;
	font-size: 1.857rem;
	font-weight: 600;
	text-align: right;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36)
}
div.price table tr td.special:nth-child(2n+1), section.price table tr td.special:nth-child(2n+1) {
	width: calc(50% - 8px);
	display: inline-block;
	box-sizing: border-box;
	padding: 25px 0 10px 10px;
	padding: 1.786rem 0 .7143rem .7143rem;
	color: #333;
	font-size: 23px;
	font-size: 1.643rem;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36)
}
div.price table tr td.special:nth-child(2n), section.price table tr td.special:nth-child(2n) {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	padding: 25px 10px 10px 0;
	padding: 1.786rem .7143rem .7143rem 0;
	color: #c54141;
	font-size: 26px;
	font-size: 1.857rem;
	font-weight: 600;
	text-align: right;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36)
}
div.price table tr td.white, section.price table tr td.white {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 0 10px 0;
	padding: 1.429rem 0 .7143rem 0;
	font-size: 12px;
	font-size: .8571rem;
	font-weight: 500;
	line-height: 22px;
	line-height: 1.571rem;
	text-align: left;
	background-color: #fff;
}
div.price table td.white a, section.price table td.white a {
	color: #333
}
div.price table td.white a:hover, section.price table td.white a:hover {
	color: #dd0500
}
div.price table tr:last-of-type td, section.price table tr:last-of-type td {
	width: 100%;
	background-color: #fff;
	font-size: 12px;
	font-size: .8571rem;
	font-weight: normal;
}
div.price table tr:last-of-type td a, section.price table tr:last-of-type td a {
	color: #333
}
div.price table tr:last-of-type td a:hover, section.price table tr:last-of-type td a:hover {
	color: #dd0500
}
div.price table small, section.price table small {
	color: #235f8b;
	font-size: 14px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	line-height: 1.429rem;
	text-shadow: none
}
div.description, section.description {
	width: 100%;
	margin: 35px 0 0 0;
	margin: 2.5rem 0 0 0;
	padding: 0;
	border: none;
}
div.description strong, section.description strong {
	display: block;
	margin: 0;
	padding: 0 0 12px 0;
	padding: 0 0 .8571rem 0;
	font-size: 18px;
	font-size: 1.286rem;
	font-weight: 500;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36)
}
div.description p:first-of-type, section.description p:first-of-type {
	width: 100%;
	margin: 0
}
div.description p, section.description p {
	width: 100%;
	margin: 16px 0 0 0;
	margin: 1.143rem 0 0 0;
	line-height: 26px;
	line-height: 1.857rem
}
div.description summary, section.description summary {
	width: 100%;
	margin: 16px 0 10px 0;
	margin: 1.143rem 0 .7143rem 0
}
div.details, section.details {
	width: 100%;
	margin: 50px 0 0 0;
	margin: 3.571rem 0 0 0;
	padding: 0;
	border: none
}
summary {
	cursor: pointer
}

@media only screen and (max-width:424px) {
header figcaption a {
	color: #1e1d1b;
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	text-decoration: none;
	text-shadow: 2px 2px 4px #3f3e03
}
#search label {
	width: 1px;
	height: 1px;
	display: inline-block;
	visibility: collapse
}
#search input[type=text] {
	height: 32px;
	width: 170px;
	box-sizing: border-box;
	margin: 0;
	padding-left: 10px;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
}

@media only screen and (max-width:840px) {
#search {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
	padding: 20px 0;
	text-align: center
}
#search input[type=text] {
	box-sizing: border-box;
	background-color: #fff
}
#wrapper {
	width: 100%;
	display: flex;
	align-content: flex-start;
	flex-direction: column;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
}
main, aside {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
	padding: 0 .7143rem
}
.img-30, .img-100 {
	width: 100%;
	margin: 0 auto
}
div.suit, section.suit {
	width: 100%;
	margin: 10px 0 10px 0;
	margin: .7143rem 0 .7143rem 0
}
div.overview, section.overview, ul.overview {
	width: 100%;
	box-sizing: border-box;
	margin: 16px 0 16px 0;
	margin: 1.143rem 0 1.143rem 0;
	padding: 0;
	border: none;
}
div.price, section.price, ul.price, div.price-100, section.price-100, ul.price-100 {
	width: 100%;
	margin: 0;
	border: none
}
.img-30 img.percentage, .img-100 img.percentage {
	width: 120px;
	height: 120px;
	margin: -120px 0 0 calc(50% - 130px);
	margin: -8.571rem 0 0 calc(50% - 130px);
	position: relative;
	top: 340px;
	left: 10px
}
.img-30 img.freeGift, .img-100 img.freeGift {
	width: 110px;
	height: 220px;
	margin: -220px 0 0 calc(50% - 100px);
	margin: -16.0435rem 0 0 calc(50% - 100px);
	position: relative;
	z-index: 20;
	top: 40px;
	left: 130px
}
.cright {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	margin: 0;
	padding: 0;
	text-align: right
}
.crightl {
	width: 100%;
	height: 1px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
div.cright span.left {
	margin: 0;
	display: inline-block;
	float: left
}
div.cright span.left a {
	display: inline-block;
	padding: 20px 10px 10px 0;
	padding: 1.429rem .7143rem .7143rem 0;
	margin: 0;
	color: #235f8b;
	font-size: 20px;
	font-size: 1.429rem;
	font-weight: 600;
	text-decoration: none;
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
div.cright span.left a:hover {
	text-decoration: none;
	cursor: default;
}
.Half, .Third {
	width: 49%
}
.Fifth, .Fourth {
	width: 49%
}
ul.also-purchased li, ul.last-viewed li, ul.more li, ul.similar li {
	width: 32%;
}
nav {
	width: 100%;
	display: block;
	margin-top: -20px;
	background-color: #966b4b;
	text-align: center
}
nav a {
	padding: 15px;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none
}
nav a:hover {
	padding: 15px;
	display: inline-block;
	color: #d51316;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none
}
@media(hover:hover) and (pointer:fine) {
nav a:hover {
color:#000;
background-color:#fff
}
}
@media(any-pointer:coarse) {
nav a:hover {
background-color:#fff
}
}
ul {
	display: inline;
	margin: 0;
	padding: 0;
	z-index: 100
}
ul#top {
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap-reverse;
	justify-content: center;
	margin: 0;
	padding: 0;
	z-index: 100
}
ul li {
	display: inline-block
}
ul li:hover {
	background: #fff
}
ul li:hover ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around
}
ul li ul {
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
	background-color: #fff;
	border-bottom: 1px solid #a6a5a5
}
ul li ul li {
	background: #fff;
	display: block
}
ul li ul li a {
	display: block!important
}
nav ul li ul li a {
	min-width: 170px;
	align-content: flex-start;
	color: #000;
	font-weight: 400;
	text-align: left
}
nav ul li ul li a:hover {
	color: #d51316;
	font-weight: 400
}
nav ul li ul li a:active {
	color: #d51316;
	font-weight: 700
}
div.breadcrumb {
	visibility: collapse;
	width: 0;
	height: 0;
	margin-top: 19px
}
}

@media only screen and (min-width:841px) {
#search {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center
}
#wrapper {
	width: 100%;
	max-width: 1420px;
	display: flex;
	align-content: flex-start;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px
}
nav {
	width: 20%;
	box-sizing: border-box;
	margin-top: 20px
}
nav>ul {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none
}
nav>ul>li {
	border: 1px solid #eee;
	border-radius: 6px;
	margin: 0 0 20px 0;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
nav>ul>li a {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 2px 0 5px 10px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
	background-color: #B77502;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor: text
}
nav>ul>li>ul {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none
}
nav>ul>li>ul>li a {
	box-sizing: border-box;
	color: #333;
	font-weight: 400;
	background-color: #fff;
	background-image: none;
	margin: 0;
	border: 1px dotted #fff
}
nav>ul>li>ul>li a:hover {
	box-sizing: border-box;
	background-color: #eee;
	border: 1px dotted #333;
	cursor: pointer
}
nav>ul>li>ul>li a:focus {
	background-color: #e2d2c4;
	color: #b30000;
	font-weight: 700
}
nav input[type=text] {
	height: 32px;
	width: calc(100% - 20px);
	box-sizing: border-box;
	margin: 10px;
	padding-left: 10px;
	color: #000;
	font-size: 15px;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 5px
}
nav button {
	width: calc(100% - 20px);
	height: 32px;
	box-sizing: border-box;
	margin: 10px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #f5f5f5;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #dfdfdf 100%)
}
nav button:hover {
	color: #b11a2b;
	cursor: pointer
}
main {
	width: calc(80% - 20px);
	display: block;
	box-sizing: border-box;
	margin: 20px 0 auto 0;
	padding: 0
}
#home {
	display: none
}
main {
	width: calc(80% - 20px);
	display: block;
	box-sizing: border-box
}
aside {
	width: calc(80% - 20px);
	display: block;
	box-sizing: border-box;
	margin-left: calc(20% + 20px);
}
article {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 20px 0 20px 0;
	margin: 1.429rem 0 1.429rem 0;
	padding: 0 15px 10px 15px;
	padding: 0 1.071rem .7143rem 1.071rem;
	border: 1px solid #eee;
	border: .07143rem solid #eee;
	border-radius: 6px;
	border-radius: .4286rem
}
article p:first-of-type {
	margin: 0 0 10px 0;
	margin: 0 0 .7143rem 0;
	padding: 10px 0;
	padding: .7143rem 0;
	line-height: 24px;
	line-height: 2rem;
	hyphens: auto;
	text-shadow: 2px 2px 2px rgba(150,150,150,.36);
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
article p:last-of-type {
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	hyphens: auto;
}
div.details {
	margin-top: 30px;
	margin-top: 2.143rem;
	clear: left
}
.img-30 {
	width: 35%;
	display: block;
	float: left;
	text-align: center
}
.img-100 {
	width: 100%;
	display: block;
	text-align: center
}
div.suit, section.suit {
	width: calc(100% - 35%);
	margin: 0;
	float: right
}
div.overview, section.overview, ul.overview {
	width: calc(100% - 35%);
	box-sizing: border-box;
	margin: 16px 0 16px 0;
	margin: 1.143rem 0 1.143rem 0;
	padding: 0;
	float: right;
	border: none;
}
div.price, section.price, ul.price {
	width: calc(100% - 35%);
	box-sizing: border-box;
	/*
	margin: 16px 0 0 0;
	margin: 1.143rem 0 0 0;
*/
	margin: 0;
	padding: 0;
	float: right;
	border: none
}
div.price-100, section.price-100, ul.price-100 {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	float: right;
	border: none
}
.img-30 img.percentage, .img-100 img.percentage {
	width: 120px;
	height: 120px;
	margin: -120px 0 0 calc(50% - 130px);
	margin: -8.571rem 0 0 calc(50% - 130px);
	position: relative;
	z-index: 20;
	top: 340px;
	left: 10px
}
.img-30 img.freeGift, .img-100 img.freeGift {
	width: 110px;
	height: 220px;
	margin: -220px 0 0 calc(50% - 130px);
	margin: -16.0435rem 0 0 calc(50% - 130px);
	position: relative;
	z-index: 20;
	top: 40px;
	left: 130px
}
.cright {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	margin: 0 0 1.429rem 0;
	padding: 0;
	clear: both;
	text-align: right
}
.crightl {
	width: 100%;
	height: 1px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	clear: both;
}
div.cright span.left {
	margin: 0;
	display: inline-block;
	float: left
}
div.cright span.left a {
	display: inline-block;
	padding: 20px 10px 10px 0;
	padding: 1.429rem .7143rem .7143rem 0;
	margin: 0;
	color: #235f8b;
	font-size: 20px;
	font-size: 1.429rem;
	font-weight: 600;
	text-decoration: none;
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
div.cright span.left a:hover {
	text-decoration: none;
	cursor: default;
}
.Half {
	width: 49%
}
.Third {
	width: 32%
}
.Fourth {
	width: 24%
}
.Fifth {
	width: 19%
}
nav {
	width: 20%;
	box-sizing: border-box;
	margin-top: 20px
}
nav>ul {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none
}
nav>ul>li {
	border: 1px solid #eee;
	border-radius: 6px;
	margin: 0 0 20px 0;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
nav>ul>li a {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 2px 0 5px 10px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
	background-color: #B77502;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor: text
}
nav>ul>li>ul {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none
}
nav>ul>li>ul>li a {
	box-sizing: border-box;
	color: #333;
	font-weight: 400;
	background-color: #fff;
	background-image: none;
	margin: 0;
	border: 1px dotted #fff
}
nav>ul>li>ul>li a:hover {
	box-sizing: border-box;
	background-color: #eee;
	border: 1px dotted #333;
	cursor: pointer
}
nav>ul>li>ul>li a:focus {
	background-color: #e2d2c4;
	color: #b30000;
	font-weight: 700
}
nav input[type=text] {
	height: 32px;
	width: calc(100% - 20px);
	box-sizing: border-box;
	margin: 10px;
	padding-left: 10px;
	color: #000;
	font-size: 15px;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 5px
}
nav button {
	width: calc(100% - 20px);
	height: 32px;
	box-sizing: border-box;
	margin: 10px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #f5f5f5;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	background-image: linear-gradient(180deg, rgba(255,255,255,.5) 0, #dfdfdf 100%)
}
nav button:hover {
	color: #b11a2b;
	cursor: pointer
}
}

@media only screen and (max-width:600px) {
ul.headLink {
	display: none;
}
}

@media only screen and (max-width:470px) {
header figcaption a {
	color: #1e1d1b;
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
	font-weight: 400;
	font-size: 30px;
	font-size: 2.143rem;
	line-height: 40px;
	line-height: 2.857rem;
	text-decoration: none;
	text-shadow: 2px 2px 4px #3f3e03;
	text-shadow: .1429rem .1429rem .2857rem #3f3e03
}
#search label {
	visibility: collapse
}
#search input[type=text] {
	height: 32px;
	width: 200px;
	box-sizing: border-box;
	margin: 0;
	padding-left: 10px;
	padding-left: .7143rem;
	color: #000;
	font-size: 1rem;
	letter-spacing: 1px;
	letter-spacing: .07143rem;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	border: .07143rem solid #c8c8c8;
	border-top-left-radius: 5px;
	border-top-left-radius: .3571rem;
	border-bottom-left-radius: 5px;
	border-bottom-left-radius: .3571rem
}
#search input[type=text]:focus {
	background-color: #96db9b;
	border: 2px solid #29803e;
	border: .1429rem solid #29803e;
	border-top-left-radius: 5px;
	border-top-left-radius: .3571rem;
	border-bottom-left-radius: 5px;
	border-bottom-left-radius: .3571rem
}
dl.details {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
	margin: 0
}
dl.details dt {
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 0 6px;
	padding: .4286rem;
	margin: 0
}
dl.details dd {
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 0 6px;
	padding: .4286rem;
	margin: 0
}
dl.details dt:nth-of-type(odd), dl.details dd:nth-of-type(odd) {
	background-color: #f3f1f1;
}
.cright {
	width: 100%;
	display: block;
	margin: 0;
	margin: 0;
	text-align: center
}
.crightl {
	width: 100%;
	height: 1px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
div.cright span.left {
	width: 100%;
	margin: 0;
	text-align: center
}
div.cright span.left a {
	padding: 20px 10px 10px 0;
	padding: 1.429rem .7143rem .7143rem 0;
	margin: 0;
	color: #235f8b;
	font-size: 20px;
	font-size: 1.429rem;
	font-weight: 600;
	text-decoration: none;
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
div.cright span.left a:hover {
	text-decoration: none;
	cursor: default;
}
div.cright .button {
	margin-top: 20px;
	margin-top: 1.429rem
}
div.cright label {
	width: 1px;
	height: 1px;
	display: inline-block;
	visibility: collapse
}
span.extend {
	width: 0;
	height: 0;
	display: inline-block;
	visibility: collapse
}
.Fifth, .Fourth, .Half, .Third {
	width: 100%
}
ul.also-purchased li, ul.last-viewed li, ul.more li, ul.similar li {
	width: 100%;
}
}

@media only screen and (min-width:841px) and (max-width:910px) {
.cright {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	margin: 0 0 1.429rem 0;
	padding: 0;
	clear: both;
	text-align: right
}
.crightl {
	width: 100%;
	height: 1px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
div.cright span.left {
	margin: 0;
	display: inline-block;
	float: left
}
div.cright span.left a {
	display: inline-block;
	padding: 20px 10px 10px 0;
	padding: 1.429rem .7143rem .7143rem 0;
	margin: 0;
	color: #235f8b;
	font-size: 20px;
	font-size: 1.429rem;
	font-weight: 600;
	text-decoration: none;
	text-shadow: .1429rem .1429rem .1429rem rgba(150,150,150,.36);
}
div.cright span.left a:hover {
	text-decoration: none;
	cursor: default;
}
div.cright label {
	width: 1px;
	height: 1px;
	display: inline-block;
	visibility: collapse
}
}
