@charset "UTF-8";
/** RESET **/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: inherit;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

em,
i {
  font-style: italic;
}

li {
  margin-left: 20px;
}

ul > li {
  list-style-type: square;
}

ol > li {
  list-style-type: decimal;
}

strong, b {
  font-weight: 700;
}

header,
nav,
main,
section,
article,
aside,
footer {
  display: block;
}

.ContentRow,
.FormRow,
.clearfix {
  zoom: 1;
}
.ContentRow:before, .ContentRow:after,
.FormRow:before,
.FormRow:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.ContentRow:after,
.FormRow:after,
.clearfix:after {
  clear: both;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.Template-Product .Details:after, .Template-Product .Inner {
  display: block;
  content: "";
  clear: both;
}

html {
  background-color: #FFFFFF;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
}

body {
  padding: 0;
  color: #000000;
  font-family: Arial, Geneva, sans-serif;
}
.wf-merriweathersans-n4-active body, .NoJS body {
  font-family: Merriweather Sans, Arial, Geneva, sans-serif;
}

.Textcolor {
  color: #c6bf8b;
}

.Uppercase {
  text-transform: uppercase;
}

.SmallerText {
  font-size: 11px;
}

.LargerText {
  font-size: 24px;
}

i.fa {
  font-size: 0;
  line-height: 0;
}
i.fa:before {
  font-size: 14px;
  line-height: 24px;
}

img[id^=Image--] {
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: relative;
}
img[id^=Image--]:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  line-height: normal;
  font-size: 14px;
  padding: 10px;
}
img[id^=Image--]:after {
  display: block;
  width: 100%;
  content: "";
}

a {
  color: #c6bf8b;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
a:hover {
  border-bottom-color: currentColor;
}
a, a:before, a:after, a[rel^=lightbox] img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-property: color, background-color, border-color, text-shadow, box-shadow, -webkit-transform;
  transition-property: color, background-color, border-color, text-shadow, box-shadow, transform;
}
a[target=_blank]:not(.NoIcon) {
  margin-right: 6px;
}
a[target=_blank]:not(.NoIcon):after {
  color: #AAAAAA;
  content: " ";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a[target=_blank]:not(.NoIcon)[href$=".pdf"]:after {
  content: " ";
}
a img {
  color: inherit;
}

.Button {
  display: inline-block;
  padding: 8px 40px;
  outline: none;
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  background-color: #c6bf8b;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -webkit-transition: none 0.3s ease 0s;
  -moz-transition: none 0.3s ease 0s;
  -o-transition: none 0.3s ease 0s;
  transition: none 0.3s ease 0s;
  -webkit-transition-property: color, background-color, border-color, text-shadow, box-shadow, -webkit-transform;
  transition-property: color, background-color, border-color, text-shadow, box-shadow, transform;
}
.Button:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.Button.Subtle {
  background-color: #EEEEEE;
  color: #000000;
}

h1 {
  margin: 0 0 12px 0;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

::-moz-selection {
  color: #FFFFFF;
  background-color: #c6bf8b;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

::selection {
  color: #FFFFFF;
  background-color: #c6bf8b;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

a.SpecialLink {
  display: inline-block;
  margin: 10px 0;
  border-bottom-width: 0;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
ul + p > a.SpecialLink, ol + p > a.SpecialLink, p + p a.SpecialLink {
  margin-top: 0;
}
a.SpecialLink:hover:before {
  -webkit-transform: scaleX(2) translateZ(0);
  -ms-transform: scaleX(2);
  transform: scaleX(2) translateZ(0);
}
a.SpecialLink:before {
  content: "";
  width: 50px;
  height: 2px;
  margin: 6px 0 0 0;
  background-color: currentColor;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scaleX(1) translateZ(0);
  -ms-transform: scaleX(1);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.MonthBadge {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: absolute;
  top: 111px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1320px) {
  .MonthBadge {
    height: 30px;
    position: relative;
    top: -30px;
  }
}
.NoPadding .MonthBadge, .NoPaddingTop .MonthBadge {
  top: 11px;
}
@media screen and (max-width: 1320px) {
  .NoPadding .MonthBadge, .NoPaddingTop .MonthBadge {
    top: -30px;
  }
}
.MonthBadge:before {
  content: "";
  width: 50vw;
  height: 30px;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 100%;
}
.MonthBadge:after {
  content: "";
  width: 40px;
  height: 30px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1320px) {
  .MonthBadge:after {
    display: none;
  }
}
.MonthBadge h6 {
  width: 200px;
  padding: 5px 0;
  color: #c6bf8b;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (max-width: 1320px) {
  .MonthBadge h6 {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #000000;
    right: auto;
    left: 0;
  }
}

/*.Env-Development-Kunden {
	h1:before,
	h2:before,
	h3:before,
	h4:before,
	h5:before,
	h6:before {
		width:30px;
		height:30px;
		background-color:#333333;
		border-radius:100%;
		font-size:12px;
		font-weight:700;
		font-style:italic;
		line-height:30px;
		color:#FFFFFF;
		text-align:center;
		position:absolute;
		opacity:.1;
		-webkit-transform:translate(-30px, -10px);
		-ms-transform:translate(-30px, -10px);
		transform:translate(-30px, -10px);
	}

	h1:before { content:'h1'; }
	h2:before { content:'h2'; }
	h3:before { content:'h3'; }
	h4:before { content:'h4'; }
	h5:before { content:'h5'; }
	h6:before { content:'h6'; }
}*/
hr {
  width: 50px;
  height: 2px;
  margin: 0 auto 12px auto;
  border-width: 0;
  background-color: #000000;
  position: relative;
}
hr.Special {
  width: 100%;
  height: 1px;
  margin: 6px 0;
  background-color: #c6bf8b;
  opacity: 0.5;
}
hr:last-child {
  margin-bottom: 0;
}

#HeaderArea {
  width: 100%;
}
#HeaderArea .Row {
  padding: 0 15px;
}
#HeaderArea .Row .ContentRow.Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 0px) {
  #HeaderArea .Row .ContentRow.Flex {
    display: block;
  }
}
#HeaderArea .Row .ContentRow.Flex > .Column-RTL {
  order: 5;
}
#HeaderArea .Row .ContentRow > .ContentElement {
  min-height: 1px;
  position: relative;
  float: left;
}
#HeaderArea .Row .ContentRow > .ContentElement.Centered:last-of-type:first-of-type {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
#HeaderArea .Row .ContentRow > .Column-RTL {
  float: right;
}
@media screen and (max-width: 0px) {
  #HeaderArea .Row .ContentRow > .Column-RTL {
    float: none;
  }
}
#HeaderArea .Row .ContentRow > .ContentElement,
#HeaderArea .Row .ContentRow > .ContentElement.Column-RTL:first-child,
#HeaderArea .Row .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
  margin-left: 3%;
}
@media screen and (max-width: 0px) {
  #HeaderArea .Row .ContentRow > .ContentElement,
#HeaderArea .Row .ContentRow > .ContentElement.Column-RTL:first-child,
#HeaderArea .Row .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
    margin-left: 0;
  }
}
#HeaderArea .Row .ContentRow > .ContentElement:first-child,
#HeaderArea .Row .ContentRow > .Column-RTL + .ContentElement,
#HeaderArea .Row .ContentRow > .Column-RTL + .ContentElement.Column-RTL:last-child {
  margin-left: 0;
}
#HeaderArea .Row .ContentRow > .Column-20 {
  width: 17.6%;
}
#HeaderArea .Row .ContentRow > .Column-25 {
  width: 22.75%;
}
#HeaderArea .Row .ContentRow > .Column-33 {
  width: 31.33%;
}
#HeaderArea .Row .ContentRow > .Column-40 {
  width: 38.2%;
}
#HeaderArea .Row .ContentRow > .Column-50 {
  width: 48.5%;
}
#HeaderArea .Row .ContentRow > .Column-60 {
  width: 58.8%;
}
#HeaderArea .Row .ContentRow > .Column-67 {
  width: 65.66%;
}
#HeaderArea .Row .ContentRow > .Column-75 {
  width: 74.25%;
}
#HeaderArea .Row .ContentRow > .Column-80 {
  width: 79.4%;
}
#HeaderArea .Row .ContentRow > .Column-100 {
  width: 100%;
  float: none;
}
@media screen and (max-width: 0px) {
  #HeaderArea .Row .ContentRow > .ContentElement {
    width: 100%;
    float: none;
  }
}
#HeaderArea .Row > .ContentRow {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
#HeaderArea .Row.Meta {
  background-color: #EEEEEE;
  color: gray;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 44px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  #HeaderArea .Row.Meta {
    line-height: 34px;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  #HeaderArea .Row.Meta {
    line-height: 24px;
  }
}
#HeaderArea .Row.Meta:hover {
  color: #000000;
}
#HeaderArea .Row.Meta a {
  color: inherit;
  border-bottom: none;
}
#HeaderArea .Row.Main {
  background-color: #000000;
  color: #FFFFFF;
}
#LogoArea {
  height: 100px;
  margin: 0;
  padding: 25px 0;
  border-bottom-width: 0;
  color: inherit;
}
@media screen and (max-width: 640px) {
  #LogoArea {
    height: 70px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 400px) {
  #LogoArea {
    padding: 18px 0;
  }
}
#LogoArea svg {
  display: block;
  width: auto;
  height: 100%;
  fill: currentColor;
}

#HeaderArea .Row.Main .Cart {
  height: 100px;
  width: 100px;
  background-color: #c6bf8b;
  color: #FFFFFF;
  border-bottom: 1px dashed #000000;
  text-align: center;
  float: right;
}
@media screen and (max-width: 640px) {
  #HeaderArea .Row.Main .Cart {
    height: 70px;
    width: 70px;
  }
}
#HeaderArea .Row.Main .Cart:hover {
  border-bottom-color: #000000;
}
#HeaderArea .Row.Main .Cart.Disabled {
  opacity: 0.3;
  cursor: not-allowed;
  border-bottom: none;
}
#HeaderArea .Row.Main .Cart .fa:before {
  line-height: 100px;
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  #HeaderArea .Row.Main .Cart .fa:before {
    line-height: 70px;
    font-size: 24px;
  }
}
#HeaderArea .Row.Main .Cart .Quantity {
  display: none;
}
@media screen and (max-width: 400px) {
  #HeaderArea .Row.Main .Cart {
    font-size: 12px;
  }
}
#HeaderArea .Row.Categories {
  background-color: #c6bf8b;
  color: #FFFFFF;
}
#HeaderArea .Row.Categories nav {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}
#HeaderArea .Row.Categories nav ul {
  margin-left: -36px;
  text-align: justify;
}
@media screen and (max-width: 860px) {
  #HeaderArea .Row.Categories nav ul {
    text-align: left;
  }
}
#HeaderArea .Row.Categories nav ul li {
  display: inline-block;
  margin-left: 36px;
  list-style-type: none;
}
#HeaderArea .Row.Categories nav ul li.Active a {
  color: #000000;
  border-color: currentColor;
}
#HeaderArea .Row.Categories nav ul li a {
  color: inherit;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 12px 0 0;
  margin-bottom: 8px;
  border-bottom: 4px solid transparent;
}
#HeaderArea .Row.Categories nav ul li a:hover {
  color: #000000;
  border-color: currentColor;
}

#MenuTrigger {
  position: absolute;
  visibility: hidden;
}
#MenuTrigger:checked + #HeaderArea #MenuTrigger-Open {
  background-color: #c6bf8b;
  z-index: 102;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#MenuTrigger:checked + #HeaderArea #MenuTrigger-Close {
  z-index: 102;
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 760px) {
  #MenuTrigger:checked + #HeaderArea #MenuTrigger-Close {
    z-index: 99;
  }
}
#MenuTrigger:checked + #HeaderArea #MenuArea {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 760px) {
  #MenuTrigger:checked + #HeaderArea #MenuArea:before,
#MenuTrigger:checked + #HeaderArea #MenuArea ul.Level1 {
    -webkit-transform: translateX(-260px) translateZ(0);
    transform: translateX(-260px) translateZ(0);
  }
}

#MenuTrigger-Open {
  display: block;
  width: 140px;
  height: 80px;
  padding: 0 15px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 0;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, z-index 0s linear 0.3s;
  -moz-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, z-index 0s linear 0.3s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, z-index 0s linear 0.3s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, z-index 0s linear 0.3s;
}
@media screen and (max-width: 760px) {
  #MenuTrigger-Open {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #MenuTrigger-Open {
    width: 60px;
  }
}
#MenuTrigger-Open i {
  display: inline-block;
  font-size: 38px;
  font-style: normal;
  -webkit-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  transform: scaleX(1.5);
}
@media screen and (max-width: 580px) {
  #MenuTrigger-Open i {
    -webkit-transform: scaleX(1) translateX(6px);
    -ms-transform: scaleX(1) translateX(6px);
    transform: scaleX(1) translateX(6px);
  }
}

#MenuTrigger-Close {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #c6bf8b;
  font-size: 0;
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear 0s, visibility 0s linear 0.3s, z-index 0s linear 0.3s;
  -moz-transition: opacity 0.3s linear 0s, visibility 0s linear 0.3s, z-index 0s linear 0.3s;
  -o-transition: opacity 0.3s linear 0s, visibility 0s linear 0.3s, z-index 0s linear 0.3s;
  transition: opacity 0.3s linear 0s, visibility 0s linear 0.3s, z-index 0s linear 0.3s;
}
@media screen and (max-width: 760px) {
  #MenuTrigger-Close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
  }
}
#MenuTrigger-Close .fa {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  text-indent: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 760px) {
  #MenuTrigger-Close .fa {
    display: none;
  }
}
#MenuTrigger-Close .fa:before {
  font-size: 16px;
  line-height: 24px;
}

#MenuArea {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
}
@media screen and (max-width: 760px) {
  #MenuArea {
    width: 260px;
    height: auto;
    background-color: transparent;
    top: 100px;
    right: -260px;
    bottom: 0;
    left: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 760px) {
  #MenuArea:before {
    content: "";
    display: block;
    width: 260px;
    height: 100px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    right: -260px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s linear 0s;
    -moz-transition: -moz-transform 0.3s linear 0s;
    -o-transition: -o-transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
  }
}
#MenuArea .SubmenuCheckbox {
  visibility: hidden;
  position: absolute;
}
#MenuArea .SubmenuTrigger {
  display: none;
}
#MenuArea ul.Level1 {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 120px 15px 0 15px;
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 761px) and (max-height: 580px) {
  #MenuArea ul.Level1 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1100px) {
  #MenuArea ul.Level1 {
    padding-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  #MenuArea ul.Level1 {
    height: 100%;
    max-width: none;
    margin: 0;
    padding: 0 10px;
    background-color: #FFFFFF;
    overflow: auto;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s linear 0s;
    -moz-transition: -moz-transform 0.3s linear 0s;
    -o-transition: -o-transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
  }
}
#MenuArea li.Level1 {
  margin: 0;
  padding: 25px 0;
  list-style-type: none;
  position: relative;
}
@media screen and (max-width: 760px) {
  #MenuArea li.Level1 {
    display: block;
    height: auto;
    margin: 0;
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 24px;
    position: relative;
  }
}
#MenuArea li.Level1:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 760px) {
  #MenuArea li.Level1:first-of-type {
    border-top-width: 0;
    padding-top: 5px;
  }
}
#MenuArea li.Level1:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 760px) {
  #MenuArea li.Level1:last-of-type {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 761px) {
  #MenuArea li.Level1:hover:before {
    -webkit-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1);
    transform: scaleX(1) translateZ(0);
  }
}
#MenuArea li.Level1.WithSubmenu {
  /*&.Feiern-Tagen {
  	&:hover {
  		@media screen AND (min-width:761px) {
  			padding-bottom:133px;
  		}
  	}
  }*/
}
@media screen and (min-width: 761px) {
  #MenuArea li.Level1.WithSubmenu {
    will-change: padding-bottom;
    -webkit-transition: padding-bottom 0.3s ease 0s;
    -moz-transition: padding-bottom 0.3s ease 0s;
    -o-transition: padding-bottom 0.3s ease 0s;
    transition: padding-bottom 0.3s ease 0s;
  }
}
@media screen and (min-width: 761px) {
  #MenuArea li.Level1.WithSubmenu:hover {
    padding-bottom: 133px;
  }
}
@media screen and (min-width: 761px) {
  #MenuArea li.Level1.WithSubmenu:hover ul.Level2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
#MenuArea li.Level1.Startseite:before {
  display: none;
}
#MenuArea li.Level1.Active a.Level1 {
  color: #c6bf8b;
}
#MenuArea li.Level1:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #c6bf8b;
  position: absolute;
  top: 66px;
  left: 0;
  -webkit-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 761px) and (max-width: 1100px) {
  #MenuArea li.Level1:before {
    margin: 0 auto;
    right: 0;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}
@media screen and (max-width: 760px) {
  #MenuArea li.Level1:before {
    display: none;
  }
}
#MenuArea a.Level1,
#MenuArea span.Level1 {
  display: inline-block;
  border-bottom-width: 0;
  color: inherit;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  #MenuArea a.Level1,
#MenuArea span.Level1 {
    padding: 5px;
    font-size: 18px;
    font-weight: 400;
  }
}
#MenuArea a.Level1.Startseite,
#MenuArea span.Level1.Startseite {
  display: inline-block;
  height: 25px;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 760px) {
  #MenuArea a.Level1.Startseite,
#MenuArea span.Level1.Startseite {
    display: block;
    height: 35px;
    font-size: 0;
  }
}
#MenuArea a.Level1.Startseite .fa,
#MenuArea span.Level1.Startseite .fa {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../img/icon-home.png");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
#MenuArea a.Level1.Startseite .fa:before,
#MenuArea span.Level1.Startseite .fa:before {
  font-size: 0;
  line-height: 0;
}
#MenuArea span.Level1 {
  cursor: default;
}
@media screen and (max-width: 760px) {
  #MenuArea .SubmenuCheckbox.Level1:checked + .SubmenuTrigger:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 760px) {
  #MenuArea .SubmenuCheckbox.Level1:checked ~ ul.Level2 {
    display: block;
  }
}
#MenuArea .SubmenuTrigger.Level1 {
  display: none;
}
@media screen and (max-width: 760px) {
  #MenuArea .SubmenuTrigger.Level1 {
    display: block;
    width: 100%;
    height: 41px;
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media screen and (max-width: 760px) {
  #MenuArea .SubmenuTrigger.Level1:after {
    font-size: 20px;
    position: absolute;
    top: 8px;
    right: 10px;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform 0.3s linear 0s;
    -moz-transition: -moz-transform 0.3s linear 0s;
    -o-transition: -o-transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
  }
}
#MenuArea ul.Level2 {
  width: 100%;
  margin: 0 0 0 -25px;
  position: absolute;
  top: 100px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
}
@media screen and (min-width: 761px) and (max-width: 1100px) {
  #MenuArea ul.Level2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 760px) {
  #MenuArea ul.Level2 {
    display: none;
    margin: 0;
    padding: 10px;
    background-color: #000000;
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
  }
}
#MenuArea li.Level2 {
  display: inline-block;
  margin: 0 0 10px 25px;
  list-style-type: none;
}
@media screen and (min-width: 761px) and (max-width: 1100px) {
  #MenuArea li.Level2 {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 760px) {
  #MenuArea li.Level2 {
    display: block;
    margin: 0;
    padding: 5px 0;
  }
}
#MenuArea a.Level2,
#MenuArea span.Level2 {
  display: block;
  border-bottom-width: 0;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  #MenuArea a.Level2,
#MenuArea span.Level2 {
    padding: 5px 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
}
#MenuArea a.Level2.Active, #MenuArea a.Level2:hover,
#MenuArea span.Level2.Active,
#MenuArea span.Level2:hover {
  color: #c6bf8b;
}

#ContentArea {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 72px 15px;
}
#ContentArea .ContentRow.Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #ContentArea .ContentRow.Flex {
    display: block;
  }
}
#ContentArea .ContentRow.Flex > .Column-RTL {
  order: 5;
}
#ContentArea .ContentRow > .ContentElement {
  min-height: 1px;
  position: relative;
  float: left;
}
#ContentArea .ContentRow > .ContentElement.Centered:last-of-type:first-of-type {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
#ContentArea .ContentRow > .Column-RTL {
  float: right;
}
@media screen and (max-width: 640px) {
  #ContentArea .ContentRow > .Column-RTL {
    float: none;
  }
}
#ContentArea .ContentRow > .ContentElement,
#ContentArea .ContentRow > .ContentElement.Column-RTL:first-child,
#ContentArea .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  #ContentArea .ContentRow > .ContentElement,
#ContentArea .ContentRow > .ContentElement.Column-RTL:first-child,
#ContentArea .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
    margin-left: 0;
  }
}
#ContentArea .ContentRow > .ContentElement:first-child,
#ContentArea .ContentRow > .Column-RTL + .ContentElement,
#ContentArea .ContentRow > .Column-RTL + .ContentElement.Column-RTL:last-child {
  margin-left: 0;
}
#ContentArea .ContentRow > .Column-20 {
  width: 18.39%;
}
#ContentArea .ContentRow > .Column-25 {
  width: 23.5%;
}
#ContentArea .ContentRow > .Column-33 {
  width: 32%;
}
#ContentArea .ContentRow > .Column-40 {
  width: 38.79%;
}
#ContentArea .ContentRow > .Column-50 {
  width: 49%;
}
#ContentArea .ContentRow > .Column-60 {
  width: 59.2%;
}
#ContentArea .ContentRow > .Column-67 {
  width: 66%;
}
#ContentArea .ContentRow > .Column-75 {
  width: 74.5%;
}
#ContentArea .ContentRow > .Column-80 {
  width: 79.59%;
}
#ContentArea .ContentRow > .Column-100 {
  width: 100%;
  float: none;
}
@media screen and (max-width: 640px) {
  #ContentArea .ContentRow > .ContentElement {
    width: 100%;
    float: none;
  }
}
#ContentArea > .ContentRow {
  width: 100%;
  max-width: 1080px;
}
#ContentArea .ContentRow {
  margin: 72px auto;
}
#ContentArea .ContentRow:first-child {
  margin-top: 0;
}
#ContentArea .ContentRow:last-child {
  margin-bottom: 0;
}
#ContentArea .ContentRow.Hidden {
  display: none;
}
#ContentArea .ContentRow.NoMarginTop {
  margin-top: 0;
}
#ContentArea .ContentRow.NoMarginBottom {
  margin-bottom: 0;
}
#ContentArea .ContentRow.BorderTop {
  border-top: 2px solid #000000;
  padding-top: 24px;
}
#ContentArea .ContentRow.Steps {
  padding-bottom: 48px;
  border-bottom: 2px solid #000000;
}
#ContentArea .ContentRow.Steps + .ContentRow .ContentRow {
  margin-top: 0;
}
#ContentArea .ContentRow.Steps ul {
  counter-reset: li;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #ContentArea .ContentRow.Steps ul {
    text-align: left;
  }
}
#ContentArea .ContentRow.Steps ul > li {
  display: inline-block;
  margin: 0 0 0 40px;
  padding: 0 0 0 50px;
  font-size: 13px;
  line-height: 40px;
  list-style-type: none;
  position: relative;
  counter-increment: li;
}
@media screen and (max-width: 1024px) {
  #ContentArea .ContentRow.Steps ul > li {
    width: 100%;
    margin: 0 0 6px 0;
    padding: 0 10px;
    background-color: #CCCCCC;
  }
}
#ContentArea .ContentRow.Steps ul > li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  #ContentArea .ContentRow.Steps ul > li.Done {
    background-color: #c6bf8b;
    color: #FFFFFF;
  }
}
#ContentArea .ContentRow.Steps ul > li.Done:before {
  background-color: #c6bf8b;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1024px) {
  #ContentArea .ContentRow.Steps ul > li.Done:before {
    background-color: #FFFFFF;
    color: #000000;
  }
}
@media screen and (max-width: 1024px) {
  #ContentArea .ContentRow.Steps ul > li.Done a {
    color: inherit;
  }
}
#ContentArea .ContentRow.Steps ul > li.Current {
  color: #c6bf8b;
}
@media screen and (max-width: 1024px) {
  #ContentArea .ContentRow.Steps ul > li.Current {
    background-color: #c6bf8b;
    color: #FFFFFF;
  }
}
#ContentArea .ContentRow.Steps ul > li.Current:before {
  background-color: #c6bf8b;
}
@media screen and (max-width: 1024px) {
  #ContentArea .ContentRow.Steps ul > li.Current:before {
    background-color: #FFFFFF;
    color: #000000;
  }
}
#ContentArea .ContentRow.Steps ul > li:before {
  content: counter(li);
  width: 40px;
  height: 40px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #ContentArea .ContentRow.Steps ul > li:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    position: relative;
  }
}
#ContentArea .ContentRow.Categories li {
  display: block;
  list-style-type: none;
  float: left;
  padding: 5px 10px;
  border: 1px black solid;
  background-color: #000000;
}
#ContentArea .ContentRow.Categories li:first-child {
  margin-left: 0;
}
#ContentArea .ContentRow.Categories li a {
  color: #ffffff;
}
#ContentArea .ContentRow.Categories li:hover, #ContentArea .ContentRow.Categories li.Selected {
  background-color: #c6bf8b;
  border-color: #c6bf8b;
}
#ContentArea .ContentRow.Categories li:after {
  content: "";
  clear: both;
}

.ContentElement.MessageArea {
  padding: 20px;
  border: 1px solid #A31919;
  color: #A31919;
}
.ContentElement.DispatchMethods {
  padding: 20px;
  border: 1px solid #c6bf8b;
  position: relative;
}
.ContentElement.DispatchMethods .Images {
  width: 325px;
  min-height: 1px;
  margin: 0 110px 0 0;
  float: left;
}
@media screen and (max-width: 860px) {
  .ContentElement.DispatchMethods .Images {
    float: none;
    min-height: 0;
    margin: 0 0 24px 0;
  }
}
.ContentElement.DispatchMethods .Images a {
  display: block;
  border-bottom-width: 0;
  font-size: 0;
  position: relative;
  z-index: 3;
}
.ContentElement.DispatchMethods .Images a:nth-of-type(n+2) {
  display: none;
}
.ContentElement.DispatchMethods .Details {
  width: auto;
  overflow: hidden;
  position: relative;
}
.ContentElement.DispatchMethods h2 {
  margin: 0 0 24px 0;
  position: relative;
}
.ContentElement.DispatchMethods h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #c6bf8b;
  position: relative;
  top: 6px;
}
.ContentElement.DispatchMethods ul > li {
  margin: 12px 0 0 0;
  list-style-type: none;
}
.ContentElement.DispatchMethods input[type=radio][value=print_at_home]:checked ~ .PrintTemplates {
  display: block;
}
.ContentElement.DispatchMethods .PrintTemplates {
  display: none;
  margin: 12px 0 0 40px;
  background-color: #EEEEEE;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .ContentElement.DispatchMethods .PrintTemplates {
    padding: 10px;
    margin-left: 0;
  }
}
.ContentElement.DispatchMethods .PrintTemplates > ul > li {
  margin: 12px 0 0 0;
  list-style-type: none;
}
.ContentElement.DispatchMethods .PrintTemplates > ul > li:first-child {
  margin-top: 0;
}
.ContentElement.DispatchMethods .PrintTemplates > ul > li > input[type=radio]:checked + label {
  border-color: #c6bf8b;
}
.ContentElement.DispatchMethods .PrintTemplates > ul > li > input[type=radio]:checked ~ .Personalization {
  display: block;
}
.ContentElement.DispatchMethods .PrintTemplates > ul > li > label {
  display: inline-block;
  margin-left: 10px;
}
.ContentElement.DispatchMethods .Personalization {
  display: none;
  margin: 6px 0 10px 0;
  padding: 5px 10px 10px 10px;
  background-color: #FFFFFF;
}
.ContentElement.DispatchMethods .Personalization label {
  margin: 6px 0 0 0;
  padding-left: 0;
}
.ContentElement.DispatchMethods .Personalization label:after {
  display: none;
}
.ContentElement.DispatchMethods .Personalization .Label {
  display: inline-block;
  width: 60px;
}
.ContentElement.DispatchMethods .Personalization input {
  width: calc(100% - 70px);
  max-width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #000000;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: 28px;
}
.ContentElement.BillingAddress h2, .ContentElement.OptionalAddressData h2, .ContentElement.DeliveryAddress h2 {
  margin-bottom: 24px;
}
.ContentElement.BillingAddress .Row, .ContentElement.OptionalAddressData .Row, .ContentElement.DeliveryAddress .Row {
  margin: 0 0 12px 0;
  letter-spacing: 0;
  font-size: 0;
}
.ContentElement.BillingAddress .Row:first-child, .ContentElement.OptionalAddressData .Row:first-child, .ContentElement.DeliveryAddress .Row:first-child {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .ContentElement.BillingAddress .Row.Street, .ContentElement.OptionalAddressData .Row.Street, .ContentElement.DeliveryAddress .Row.Street {
    width: 70%;
    float: left;
  }
}
@media screen and (min-width: 960px) {
  .ContentElement.BillingAddress .Row.StreetNumber, .ContentElement.OptionalAddressData .Row.StreetNumber, .ContentElement.DeliveryAddress .Row.StreetNumber {
    width: 30%;
    float: left;
  }
}
@media screen and (min-width: 960px) {
  .ContentElement.BillingAddress .Row.Zip, .ContentElement.OptionalAddressData .Row.Zip, .ContentElement.DeliveryAddress .Row.Zip {
    width: 240px;
    float: left;
    clear: left;
  }
}
@media screen and (min-width: 960px) {
  .ContentElement.BillingAddress .Row.City, .ContentElement.OptionalAddressData .Row.City, .ContentElement.DeliveryAddress .Row.City {
    width: calc(100% - 240px);
    float: left;
  }
}
@media screen and (min-width: 960px) {
  .ContentElement.BillingAddress .Row.City .Label, .ContentElement.OptionalAddressData .Row.City .Label, .ContentElement.DeliveryAddress .Row.City .Label {
    width: 100px;
  }
}
@media screen and (min-width: 960px) {
  .ContentElement.BillingAddress .Row.City input, .ContentElement.OptionalAddressData .Row.City input, .ContentElement.DeliveryAddress .Row.City input {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 960px) {
  .ContentElement.BillingAddress .Row.City + .Row, .ContentElement.OptionalAddressData .Row.City + .Row, .ContentElement.DeliveryAddress .Row.City + .Row {
    clear: left;
  }
}
.ContentElement.BillingAddress .Row.Error, .ContentElement.OptionalAddressData .Row.Error, .ContentElement.DeliveryAddress .Row.Error {
  color: #A31919;
}
.ContentElement.BillingAddress .Row.Error input[type=text],
.ContentElement.BillingAddress .Row.Error input[type=email],
.ContentElement.BillingAddress .Row.Error select, .ContentElement.OptionalAddressData .Row.Error input[type=text],
.ContentElement.OptionalAddressData .Row.Error input[type=email],
.ContentElement.OptionalAddressData .Row.Error select, .ContentElement.DeliveryAddress .Row.Error input[type=text],
.ContentElement.DeliveryAddress .Row.Error input[type=email],
.ContentElement.DeliveryAddress .Row.Error select {
  border-color: #A31919;
  background-color: rgba(163, 25, 25, 0.1);
}
.ContentElement.BillingAddress .Row.Text, .ContentElement.OptionalAddressData .Row.Text, .ContentElement.DeliveryAddress .Row.Text {
  padding-left: 160px;
}
.ContentElement.BillingAddress .Label, .ContentElement.OptionalAddressData .Label, .ContentElement.DeliveryAddress .Label {
  display: inline-block;
  width: 160px;
  padding-right: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .ContentElement.BillingAddress .Label, .ContentElement.OptionalAddressData .Label, .ContentElement.DeliveryAddress .Label {
    width: 100%;
    text-align: left;
  }
}
.ContentElement.BillingAddress input[type=text],
.ContentElement.BillingAddress input[type=email],
.ContentElement.BillingAddress select, .ContentElement.OptionalAddressData input[type=text],
.ContentElement.OptionalAddressData input[type=email],
.ContentElement.OptionalAddressData select, .ContentElement.DeliveryAddress input[type=text],
.ContentElement.DeliveryAddress input[type=email],
.ContentElement.DeliveryAddress select {
  display: inline-block;
  width: calc(100% - 160px);
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #000000;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
}
@media screen and (max-width: 480px) {
  .ContentElement.BillingAddress input[type=text],
.ContentElement.BillingAddress input[type=email],
.ContentElement.BillingAddress select, .ContentElement.OptionalAddressData input[type=text],
.ContentElement.OptionalAddressData input[type=email],
.ContentElement.OptionalAddressData select, .ContentElement.DeliveryAddress input[type=text],
.ContentElement.DeliveryAddress input[type=email],
.ContentElement.DeliveryAddress select {
    width: 100%;
  }
}
.ContentElement.OptionalAddressData {
  padding: 20px 0;
  background-color: #EEEEEE;
}
@media screen and (max-width: 640px) {
  .ContentElement.OptionalAddressData {
    padding: 10px;
  }
}
.ContentElement.DeliveryAddress {
  padding: 20px 0;
  background-color: #EEEEEE;
}
@media screen and (max-width: 640px) {
  .ContentElement.DeliveryAddress {
    padding: 10px;
  }
}
#ContentArea .ContentElement.DeliveryAddress .ContentRow {
  margin-top: 0;
  margin-bottom: 0;
}
.ContentElement.DeliveryAddress #DifferingDeliveryAddress:checked ~ .Row {
  display: block;
}
.ContentElement.DeliveryAddress label {
  margin-left: 160px;
}
@media screen and (max-width: 640px) {
  .ContentElement.DeliveryAddress label {
    margin-left: 0;
  }
}
.ContentElement.DeliveryAddress .Row {
  display: none;
}
.ContentElement.DeliveryAddress .Row.Text {
  margin-top: 24px;
}
.ContentElement.DeliveryAddress .Row label {
  margin-left: 0;
  padding-left: 0;
}
.ContentElement.DeliveryAddress .Row label:after {
  display: none;
}
.ContentElement.PaymentMethods ul {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.ContentElement.PaymentMethods ul > li {
  display: inline-block;
  width: 30.66%;
  margin: 12px 0 12px 4%;
  font-size: 14px;
  line-height: 24px;
  list-style-type: none;
  vertical-align: top;
}
.ContentElement.PaymentMethods ul > li:first-of-type {
  margin-left: 0;
}
.ContentElement.PaymentMethods ul > li.PaymentMethod-Paypal .Title {
  display: none;
}
.ContentElement.PaymentMethods ul > li .Title {
  display: block;
}
.ContentElement.PaymentMethods img {
  width: 180px;
  max-width: 100%;
  height: auto;
}
.ContentElement.PaymentMethods .PaymentCosts {
  font-size: 13px;
}
.ContentElement.PaymentMethods .PaymentCosts:before {
  content: "(";
  margin-right: -3px;
}
.ContentElement.PaymentMethods .PaymentCosts:after {
  content: ")";
  margin-left: -3px;
}
.ContentElement.Buttons {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .ContentElement.Buttons {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .ContentElement.Buttons .Button {
    width: 100%;
  }
}
.ContentElement.Checkboxes input[type=checkbox],
.ContentElement.Checkboxes input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.ContentElement.Checkboxes input[type=checkbox]:checked + label:after,
.ContentElement.Checkboxes input[type=radio]:checked + label:after {
  content: "";
}
.ContentElement.Checkboxes label {
  display: block;
  margin-top: 24px;
  padding-left: 40px;
  position: relative;
}
.ContentElement.Checkboxes label:first-of-type {
  margin-top: 0;
}
.ContentElement.Checkboxes label:after {
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 660px) {
  #FooterArea {
    text-align: center;
  }
}
#FooterArea > .ContentRow {
  padding: 20px 0;
}
#FooterArea > .ContentRow:first-of-type {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000000;
  color: #FFFFFF;
}
#FooterArea > .ContentRow > .ContentElement {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow.Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #FooterArea > .ContentRow > .ContentElement .ContentRow.Flex {
    display: block;
  }
}
#FooterArea > .ContentRow > .ContentElement .ContentRow.Flex > .Column-RTL {
  order: 5;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .ContentElement {
  min-height: 1px;
  position: relative;
  float: left;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .ContentElement.Centered:last-of-type:first-of-type {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-RTL {
  float: right;
}
@media screen and (max-width: 640px) {
  #FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-RTL {
    float: none;
  }
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .ContentElement,
#FooterArea > .ContentRow > .ContentElement .ContentRow > .ContentElement.Column-RTL:first-child,
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  #FooterArea > .ContentRow > .ContentElement .ContentRow > .ContentElement,
#FooterArea > .ContentRow > .ContentElement .ContentRow > .ContentElement.Column-RTL:first-child,
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
    margin-left: 0;
  }
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .ContentElement:first-child,
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-RTL + .ContentElement,
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-RTL + .ContentElement.Column-RTL:last-child {
  margin-left: 0;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-20 {
  width: 18.39%;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-25 {
  width: 23.5%;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-33 {
  width: 32%;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-40 {
  width: 38.79%;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-50 {
  width: 49%;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-60 {
  width: 59.2%;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-67 {
  width: 66%;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-75 {
  width: 74.5%;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-80 {
  width: 79.59%;
}
#FooterArea > .ContentRow > .ContentElement .ContentRow > .Column-100 {
  width: 100%;
  float: none;
}
@media screen and (max-width: 640px) {
  #FooterArea > .ContentRow > .ContentElement .ContentRow > .ContentElement {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  #FooterArea .ContentElement {
    margin-top: 48px;
  }
}
@media screen and (max-width: 640px) {
  #FooterArea .ContentElement:first-child {
    margin-top: 0;
  }
}
#FooterArea .Meta,
#FooterArea .Back {
  color: #FFFFFF;
}
#FooterArea .Meta a,
#FooterArea .Back a {
  color: inherit;
}
#FooterArea .Meta {
  font-size: 0;
}
#FooterArea .Meta ul li {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 13px;
  list-style-type: none;
}
#FooterArea .Meta ul li:first-of-type {
  margin-left: 0;
}
#FooterArea .Back {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (max-width: 660px) {
  #FooterArea .Back {
    text-align: inherit;
  }
}
#FooterArea .icue {
  text-align: right;
}
@media screen and (max-width: 660px) {
  #FooterArea .icue {
    text-align: center;
  }
}
#FooterArea .icue a {
  display: inline-block;
  max-width: 250px;
  border-bottom-width: 0;
  color: inherit;
}
#FooterArea .icue a:hover {
  color: #FF5133;
}
#FooterArea .icue svg {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#FooterArea .TaxInfo {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

html.LightboxOpened, body.LightboxOpened {
  overflow: hidden;
}

#Lightbox {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1860;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
}
#Lightbox.Visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
}
#Lightbox > .Stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Stage {
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
  }
}
#Lightbox > .Stage.Loaded {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
}
#Lightbox > .Stage > img,
#Lightbox > .Stage > svg,
#Lightbox > .Stage > video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}
#Lightbox > .Stage .Inline,
#Lightbox > .Stage .Ajax {
  max-width: calc(100% - 200px);
  max-height: 100%;
  margin: auto;
  padding: 20px;
  background-color: #FFFFFF;
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Stage .Inline,
#Lightbox > .Stage .Ajax {
    max-width: 100%;
  }
}
#Lightbox > .Stage .Iframe {
  width: 88.89vh;
  max-width: calc(100% - 160px);
  height: 50vh;
  margin: auto;
  background-color: #FFFFFF;
  position: relative;
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Stage .Iframe {
    max-width: 100%;
  }
}
#Lightbox > .Stage .Iframe .Inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#Lightbox > .Stage .Iframe iframe {
  width: 100%;
  height: 100%;
  border-width: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#Lightbox > .Caption {
  background-color: #FFFFFF;
  color: #000000;
  padding: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
}
#Lightbox > .Caption.Visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
}
#Lightbox > .Caption .Title {
  font-size: 1.4em;
}
#Lightbox > .Caption .Subtitle {
  font-size: 1.2em;
}
#Lightbox > .Loader {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
}
#Lightbox > .Loader.Visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
}
#Lightbox > .Loader img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#Lightbox > .Arrow {
  height: 60px;
  width: 60px;
  margin: auto;
  border-width: 0;
  border-radius: 50%;
  box-shadow: none;
  outline-width: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow {
    width: 30px;
    height: 30px;
    color: #333333;
    top: auto;
    bottom: 10px;
  }
}
#Lightbox > .Arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow:hover {
    background-color: transparent;
  }
}
#Lightbox > .Arrow.Left {
  text-indent: -3px;
  left: 20px;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow.Left {
    left: 5px;
  }
}
#Lightbox > .Arrow.Right {
  text-indent: 3px;
  right: 20px;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow.Right {
    right: 5px;
  }
}
#Lightbox > .Arrow.Right:after {
  content: "";
}
#Lightbox > .Arrow:after {
  font-size: 36px;
  line-height: 60px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Arrow:after {
    font-size: 20px;
    line-height: 30px;
  }
}
#Lightbox > .Dots {
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 30px;
  left: 20px;
  z-index: 110;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Dots {
    display: none;
  }
}
#Lightbox > .Dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px 10px;
  list-style-type: none;
}
#Lightbox > .Dots li.Active button {
  background-color: #FFFFFF;
}
#Lightbox > .Dots li:hover button {
  background-color: #c6bf8b;
}
#Lightbox > .Dots button {
  display: block;
  width: 100%;
  height: 100%;
  border-width: 0;
  border-radius: 50%;
  box-shadow: none;
  outline-width: 0;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#Lightbox > .Counter {
  display: none;
  height: 50px;
  margin: auto;
  background-color: #FFFFFF;
  color: #333333;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
}
@media screen and (max-width: 1000px) {
  #Lightbox > .Counter {
    display: block;
  }
}
#Lightbox > .Close {
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 120;
  cursor: pointer;
}
#Lightbox > .Close:before {
  font-size: 36px;
  line-height: 50px;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Template-Messages {
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
}
.Template-Messages li {
  margin-left: 0;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 48px;
  line-height: 2rem;
}
@media screen and (max-width: 640px) {
  .Template-Messages li {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.Template-Messages li:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 2rem;
  opacity: 0.5;
  margin-right: 24px;
  vertical-align: middle;
}
.Template-Messages li.Type--Info {
  background: linear-gradient(to bottom, #c6bf8b, #beb67a);
}
.Template-Messages li.Type--Info:before {
  content: "";
}
.Template-Messages li.Type--Positive {
  background: linear-gradient(to bottom, #c6bf8b, #beb67a);
}
.Template-Messages li.Type--Positive:before {
  content: "";
}
.Template-Messages li.Type--Negative {
  background: linear-gradient(to bottom, #ff6d55, #ff573c);
}
.Template-Messages li.Type--Negative:before {
  content: "";
}
.Template-Messages li a {
  color: inherit;
  border-bottom: 1px dashed;
}

.Template-Ticket {
  border-radius: 12px;
  background-color: #f8f8f2;
  color: #000000;
  overflow: hidden;
}
.Template-Ticket.Invalid .Header {
  text-decoration: line-through;
}
.Template-Ticket.Invalid .Data .Status output {
  font-weight: 700;
}
.Template-Ticket .Header {
  background-color: #c6bf8b;
  color: #FFFFFF;
  padding: 24px;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
}
.Template-Ticket .Content {
  padding: 48px 24px;
}
.Template-Ticket .Content .Headline span {
  display: block;
  font-size: 0.9em;
}
.Template-Ticket .Content .Data {
  margin-top: 36px;
}
.Template-Ticket .Content .Data:after {
  content: "";
  display: block;
  clear: both;
}
.Template-Ticket .Content .Data li {
  margin-left: 6%;
  list-style-type: none;
  width: 47%;
  float: left;
}
.Template-Ticket .Content .Data li:nth-child(2n+1) {
  margin-left: 0;
}
.Template-Ticket .Content .Data li:nth-child(n+3) {
  margin-top: 36px;
}
.Template-Ticket .Content .Data li output {
  display: block;
  font-size: 1.2rem;
}
.Template-Ticket .Content .Data li output code {
  letter-spacing: 2px;
  font-size: 1.1em;
}
.Template-Ticket .Content .Data li label {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.9rem;
}
.Template-Ticket .Footer {
  padding: 24px 24px;
  border-top: 4px dashed #c6bf8b;
}
.Template-Ticket .Footer figure {
  position: relative;
  margin: 0;
}
.Template-Ticket .Footer figure:after {
  content: "";
  display: block;
  clear: both;
}
.Template-Ticket .Footer figure figcaption {
  display: inline-block;
  width: auto;
  height: 3rem;
  line-height: 3rem;
  font-size: 2.3rem;
  font-weight: 900;
  color: #c6bf8b;
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  margin: auto 0;
}
.Template-Ticket .Footer figure img {
  max-width: 90px;
  float: right;
}
.Template-Ticket .Footer .Action {
  border-bottom-width: 0;
  text-align: right;
  width: 100%;
  line-height: 3rem;
  font-size: 1.7rem;
  font-weight: 100;
  display: block;
  text-transform: uppercase;
  color: #c6bf8b;
  margin-top: 24px;
}
.Template-Ticket .Footer .Action:first-child {
  margin-top: 0;
}
.Template-Ticket .Footer .Action:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 24px;
}

@media screen and (max-width: 850px) {
  #ContentArea .ContentRow > .Template-Ticket {
    width: 100%;
  }
}

.Template-ListingHeader h1 {
  margin-bottom: 0;
}

.Template-Product {
  position: relative;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1), 0 0 12px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.Template-Product:hover, .Template-Product:target {
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1), 0 0 12px rgba(0, 0, 0, 0.05);
}
.Template-Product:target .Inner .Images {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.Template-Product:target .Inner .Details {
  border: 10px solid #c6bf8b;
  margin: 10px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.Template-Product .Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .Template-Product .Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.Template-Product .Images {
  float: left;
  width: 33.33%;
  background-color: #c6bf8b;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .Template-Product .Images {
    float: none;
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .Template-Product .Images {
    height: 150px;
  }
}
.Template-Product .Images a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-bottom: none;
}
.Template-Product .Images a:hover {
  transform: scale(1.1);
}
.Template-Product .Images > a {
  display: none;
}
.Template-Product .Images > a:first-child {
  display: block;
}
.Template-Product .Details {
  float: left;
  width: 66.66%;
  padding: 48px;
}
@media screen and (max-width: 640px) {
  .Template-Product .Details {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .Template-Product .Details {
    padding: 24px;
  }
}
.Template-Product .Details .Title h2 {
  margin-bottom: 24px;
  position: relative;
}
.Template-Product .Details .Title h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #c6bf8b;
  position: relative;
  top: 6px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(1) translateZ(0);
  -ms-transform: scaleX(1);
  transform: scaleX(1) translateZ(0);
  -webkit-transition: background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s, -moz-transform 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, -o-transform 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
}
.Template-Product .Details .Title h3 {
  margin-top: -12px;
  margin-bottom: 24px;
}
.Template-Product .Details .Text {
  margin-bottom: 24px;
}
.Template-Product .Details > .Price {
  margin-top: 36px;
  margin-bottom: 36px;
}
.Template-Product .Details > .Price .Discount {
  position: absolute;
  left: 0;
  top: 48px;
  background-color: #FFFFFF;
  color: #c6bf8b;
  font-weight: 900;
  font-size: 20px;
  padding: 7.2px 24px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.Template-Product .Details > .Price > .Value {
  font-size: 1.1rem;
  line-height: 28px;
}
.Template-Product .Details > .Price > .Value .Input input {
  display: inline-block;
  padding: 4px 10px 0;
  outline: none;
  border-radius: 0;
  border: none;
  border-bottom: 4px solid #c6bf8b;
  box-shadow: none;
  font-weight: 700;
  line-height: inherit;
  text-transform: uppercase;
  position: relative;
  font-size: 1em;
  width: 72px;
  text-align: right;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.Template-Product .Details > .Price > .Value .Input input::-webkit-input-placeholder {
  color: #EEEEEE;
}
.Template-Product .Details > .Price > .Value .Input input::-moz-placeholder {
  color: #EEEEEE;
}
.Template-Product .Details > .Price > .Value .Input input:-ms-input-placeholder {
  color: #EEEEEE;
}
.Template-Product .Details > .Price .MinimumPrice {
  line-height: 1;
  font-size: 0.8em;
}
.Template-Product .Details .Quantity {
  float: left;
}
@media screen and (max-width: 860px) {
  .Template-Product .Details .Quantity {
    float: none;
  }
}
.Template-Product .Details .Quantity .Label {
  margin-right: 7.92px;
}
.Template-Product .Details .Quantity select {
  display: inline-block;
  padding: 7px 10px;
  outline: none;
  border-radius: 0;
  border: none;
  border-bottom: 4px solid #c6bf8b;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-size: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Template-Product .Details .Buy {
  float: left;
  margin-left: 24px;
}
@media screen and (max-width: 860px) {
  .Template-Product .Details .Buy {
    float: none;
    margin-left: 0;
    margin-top: 24px;
  }
}
.Template-Product .Details .Buy .Button {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 981px) {
  .Template-Basket.Interactive .Row.Item .Title:not(.Multiline),
.Template-Basket.Interactive .Row.Item .Quantity,
.Template-Basket.Interactive .Row.Item .UnitPrice:not(.HasDiscount),
.Template-Basket.Interactive .Row.Item .RowPrice:not(.HasTax),
.Template-Basket.Interactive .Row.Item .Actions {
    line-height: 40px;
  }
}
@media screen and (max-width: 680px) {
  .Template-Basket.Interactive .Row.Item .Quantity {
    line-height: 40px;
  }
}
.Template-Basket.Interactive .Row.Item .Title {
  min-height: 40px;
}
@media screen and (max-width: 680px) {
  .Template-Basket.Interactive .Row.Item .Title {
    float: left;
  }
  .Template-Basket.Interactive .Row.Item .Title:after {
    content: "";
    display: block;
    clear: both;
  }
}
.Template-Basket.Interactive .Row .Title {
  width: calc(100% - 60px - 100px - 150px - 150px);
}
@media screen and (max-width: 680px) {
  .Template-Basket.Interactive .Row .Title {
    width: calc(100% - 60px);
  }
}
.Template-Basket .Row {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px dashed;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
.Template-Basket .Row:last-child {
  border-bottom: none;
}
.Template-Basket .Row.Header {
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row.Header {
    display: none;
  }
}
.Template-Basket .Row.Header .Title,
.Template-Basket .Row.Header .Quantity,
.Template-Basket .Row.Header .UnitPrice,
.Template-Basket .Row.Header .RowPrice {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.Template-Basket .Row.Dispatch, .Template-Basket .Row.Payment {
  border-bottom-width: 0;
}
.Template-Basket .Row.Dispatch .Title, .Template-Basket .Row.Payment .Title {
  width: calc(100% - 300px);
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row.Dispatch .Title, .Template-Basket .Row.Payment .Title {
    width: 50%;
  }
}
.Template-Basket .Row.Dispatch .RowPrice, .Template-Basket .Row.Payment .RowPrice {
  width: 300px;
  font-size: 14px;
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row.Dispatch .RowPrice, .Template-Basket .Row.Payment .RowPrice {
    width: 50%;
    padding-left: 0;
  }
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row.Dispatch .RowPrice:before, .Template-Basket .Row.Payment .RowPrice:before {
    display: none;
  }
}
.Template-Basket .Row.Dispatch {
  padding-bottom: 0;
}
.Template-Basket .Row.Dispatch .RowPrice, .Template-Basket .Row.Sum .RowPrice, .Template-Basket .Row.TotalTax .RowPrice {
  vertical-align: top;
}
.Template-Basket .Row.Sum, .Template-Basket .Row.TotalTax {
  border-bottom-width: 0;
}
.Template-Basket .Row.Sum.Sum, .Template-Basket .Row.TotalTax.Sum {
  padding-bottom: 0;
}
.Template-Basket .Row.Sum.Sum .Title, .Template-Basket .Row.TotalTax.Sum .Title {
  min-height: 20px;
}
.Template-Basket .Row.Sum.TotalTax, .Template-Basket .Row.TotalTax.TotalTax {
  padding-top: 0;
}
.Template-Basket .Row.Sum.TotalTax .Title, .Template-Basket .Row.TotalTax.TotalTax .Title {
  font-size: 14px;
  font-weight: 400;
}
.Template-Basket .Row.Sum.TotalTax .RowPrice, .Template-Basket .Row.TotalTax.TotalTax .RowPrice {
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.Template-Basket .Row.Sum.TotalTax .RowPrice:after, .Template-Basket .Row.TotalTax.TotalTax .RowPrice:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -6px;
  right: 0;
}
.Template-Basket .Row.Sum .Title, .Template-Basket .Row.TotalTax .Title {
  width: calc(100% - 300px);
  text-align: right;
  text-transform: none;
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row.Sum .Title, .Template-Basket .Row.TotalTax .Title {
    width: 50%;
  }
}
.Template-Basket .Row.Sum .RowPrice, .Template-Basket .Row.TotalTax .RowPrice {
  width: 300px;
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row.Sum .RowPrice, .Template-Basket .Row.TotalTax .RowPrice {
    width: 50%;
    padding-left: 0;
  }
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row.Sum .RowPrice:before, .Template-Basket .Row.TotalTax .RowPrice:before {
    display: none;
  }
}
.Template-Basket .Row .Title,
.Template-Basket .Row .Quantity,
.Template-Basket .Row .UnitPrice,
.Template-Basket .Row .RowPrice,
.Template-Basket .Row .Actions {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  vertical-align: middle;
}
.Template-Basket .Row .Title {
  width: calc(100% - 100px - 150px - 150px);
  font-weight: 700;
  text-transform: uppercase;
  min-height: 34px;
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row .Title {
    width: 100%;
  }
}
.Template-Basket .Row .Quantity {
  width: 100px;
  font-size: 14px;
  text-align: right;
}
.Template-Basket .Row .Quantity .Button {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.Template-Basket .Row .Quantity select {
  height: 40px;
  padding: 8px 10px;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 4px solid #c6bf8b;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 700;
}
.Template-Basket .Row .UnitPrice {
  width: 150px;
  text-align: right;
  position: relative;
}
.Template-Basket .Row .UnitPrice .Discount {
  position: absolute;
  right: 0;
  font-size: 0.5em;
  font-weight: 100;
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row .UnitPrice .Discount {
    position: relative;
  }
}
.Template-Basket .Row .RowPrice {
  width: 150px;
  text-align: right;
}
.Template-Basket .Row .RowPrice .IncludedTax {
  position: absolute;
  right: 0;
  font-size: 0.5em;
  font-weight: 100;
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row .RowPrice .IncludedTax {
    position: relative;
  }
}
.Template-Basket .Row .Actions {
  width: 60px;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row .Actions {
    float: left;
  }
}
.Template-Basket .Row .Actions .Button {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.Template-Basket .Row .Quantity,
.Template-Basket .Row .UnitPrice,
.Template-Basket .Row .RowPrice {
  font-weight: 700;
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row .Quantity,
.Template-Basket .Row .UnitPrice,
.Template-Basket .Row .RowPrice {
    width: 100%;
    margin-top: 6px;
    font-weight: 400;
    padding-left: 50%;
    position: relative;
  }
}
.Template-Basket .Row .Quantity:before,
.Template-Basket .Row .UnitPrice:before,
.Template-Basket .Row .RowPrice:before {
  content: attr(data-label);
  display: none;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 680px) {
  .Template-Basket .Row .Quantity:before,
.Template-Basket .Row .UnitPrice:before,
.Template-Basket .Row .RowPrice:before {
    display: block;
  }
}
.Template-Basket .Row .Tax {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.Template-Basket .Row .Smaller {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}

.Summary h3 {
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.Summary h3 .Edit {
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none;
}
.Summary .DeliveryAddress {
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  .Summary .DeliveryAddress {
    margin-top: 48px;
  }
}
.Summary hr {
  width: 100%;
  height: 1px;
  background-color: #c6bf8b;
}

/*# sourceMappingURL=full.css.map */
