

body {
  font-family: 'Droid Serif W01 Regular',Arial,Helvetica,sans-serif;
  background: #faf8f4;
  font-size: 14px;
  height: auto;
  line-height: 1.4;
  color: #000000;
  /*
  hyphens: auto; 
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -hyphens: auto;
  */ 
}

body.prof-of-age {
  background-image: url(../img/auth_shadow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

b, strong, span.bold {
  font-family: 'Droid Serif W01 Bold';
}

a,a:link,a:visited,a:hover,a:active {
  color: #c3af6d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
} 

span.italic {
  font-style: italic;
}    

span.bold {
  font-family: 'Droid Serif W01 Bold'; 
} 

span.nowrap {
  white-space: nowrap;
}   

span.uppercase {
  text-transform: uppercase;
} 

span.stroked {
  text-decoration: line-through;
}   

input,textarea,select {
  font-family: 'Droid Sans W01 Regular',Arial,Helvetica,sans-serif;
  padding: 5px;
  border: 1px solid #c3af6d;
  width: calc(100% - 10px);
  font-size: inherit;
  /*
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  */
  background: #ffffff;
  background: -webkit-linear-gradient(left top, #f7f7f7, #ffffff);
  background: -moz-linear-gradient(left top, #f7f7f7, #ffffff);
  background: -o-linear-gradient(left top, #f7f7f7, #ffffff);
  background: -ms-linear-gradient(left top, #f7f7f7, #ffffff);
  background: linear-gradient(left top, #f7f7f7, #ffffff);
}  

input:focus,textarea:focus,select:focus {
  background: -webkit-linear-gradient(right top, #f7f7f7, #ffffff);
  background: -moz-linear-gradient(right top, #f7f7f7, #ffffff);
  background: -o-linear-gradient(right top, #f7f7f7, #ffffff);
  background: -ms-linear-gradient(right top, #f7f7f7, #ffffff);
  background: linear-gradient(right top, #f7f7f7, #ffffff);
}

button[type="submit"],
button[type="reset"],
input[type="submit"] {
  cursor: pointer;
  background: none;
  border: none;
  font-family: 'Droid Serif W01 Bold';
}

input::-webkit-input-placeholder {
  color: #a8a7a7;
}

input:-moz-placeholder {
  color: #a8a7a7;
}

input::-moz-placeholder  {
  color: #a8a7a7;
}

input:-ms-input-placeholder {
  color: #a8a7a7;
}

input::-ms-input-placeholder {
  color: #a8a7a7;
}

select {
  position: relative;
  z-index: 2;
  padding: 5px 0 5px 5px;
  width: calc(100%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  background: url(../img/bg_select.png) calc(100% - 10px) center no-repeat, -webkit-linear-gradient(left top, #f7f7f7, #ffffff);
  background: url(../img/bg_select.png) calc(100% - 10px) center no-repeat,  -moz-linear-gradient(left top, #f7f7f7, #ffffff);
  background: url(../img/bg_select.png) calc(100% - 10px) center no-repeat,  -o-linear-gradient(left top, #f7f7f7, #ffffff);
  background: url(../img/bg_select.png) calc(100% - 10px) center no-repeat,  -ms-linear-gradient(left top, #f7f7f7, #ffffff);
  background: url(../img/bg_select.png) calc(100% - 10px) center no-repeat,  linear-gradient(left top, #f7f7f7, #ffffff);
}

select:focus {
  background: url(../img/bg_select.png) calc(100% - 10px) center no-repeat, -webkit-linear-gradient(right top, #f7f7f7, #ffffff);
  background: url(../img/bg_select.png) calc(100% - 10px) center no-repeat,  -moz-linear-gradient(right top, #f7f7f7, #ffffff);
  background: url(../img/bg_select.png) calc(100% - 10px) center no-repeat,  -o-linear-gradient(right top, #f7f7f7, #ffffff);
  background: url(../img/bg_select.png) calc(100% - 10px) center no-repeat,  -ms-linear-gradient(right top, #f7f7f7, #ffffff);
  background: url(../img/bg_select.png) calc(100% - 10px) center no-repeat,  linear-gradient(right top, #f7f7f7, #ffffff);
}

select.burger,
select.burger:focus {
  color: #ffffff;
  background-color: #a4a5a6;
  background-image: url(../img/bg_select_burger.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px auto;
}

select::-ms-expand {
  display: none;
}

select + i {
  z-index: 2;
  display: inline-block;
  position: absolute;
  font-size: 20px;
  margin: 8px 0 0 -25px;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: -10000px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 30px;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f096";
  display: inline-block;
  width: 20px;
  background: none;
  font-weight: 400;
  margin: 0 0 0 -25px;
  color: #000000;
}

input[type="checkbox"][data-circle="yes"] + label:before,
input[type="radio"][data-circle="yes"] + label:before {
  content: "\f10c";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  margin: 0 5px 0 -35px;
  opacity: 0.2;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  content: "\f046";
}

input[type="checkbox"][data-circle="yes"]:checked + label:before,
input[type="radio"][data-circle="yes"]:checked + label:before {
  opacity: 1;
  content: "\f192";
  background: #7cbbf6; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(#7cbbf6, #ffffff, #ffffff); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#7cbbf6, #ffffff, #ffffff); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#7cbbf6, #ffffff, #ffffff); /* For Firefox 3.6 to 15 */
  background: radial-gradient(#7cbbf6, #ffffff, #ffffff); /* Standard syntax */
}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
}

div.input[data-valid="no"] input,
div.input[data-valid="no"] select,
div.input[data-valid="no"] textarea {
  background: #474845;
  color: #ffffff;
}

div.input[data-valid="no"][data-variant="multiple"] div.data label {
  color: #474845;
}

div.input[data-valid="no"] input[type="checkbox"] + label:before,
div.input[data-valid="no"] input[type="radio"] + label:before,
div.input[data-valid="no"] input[type="checkbox"] + label,
div.input[data-valid="no"] input[type="radio"] + label {
  color: #474845;
}

body > div.construct div.input[data-valid="no"] input[type="checkbox"] + label:before,
body > div.construct div.input[data-valid="no"] input[type="radio"] + label:before,
body > div.construct div.input[data-valid="no"] input[type="checkbox"] + label,
body > div.construct div.input[data-valid="no"] input[type="radio"] + label {
  color: #ffffff;
}

div.input[data-required="yes"] > div.label > label:after,
div.input-group[data-required="yes"] > div.label > label:after {
  position: absolute;
  content: "*";
  font-size: 10px;
  color: inherit;
  padding: 0 0 0 5px;
  margin: 0;
}

div#CURTAIN_MODAL,
div#IMAGE_OVERLAY_CURTAIN,
div#CURTAIN {
  position: absolute;
  z-index: 10;
  background-color: rgba(76,76,76,0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

div#IMAGE_OVERLAY_CURTAIN {
  z-index: 13;
  background-color: rgba(0,0,0,0.9);
}

div#IMAGE_OVERLAY {
  position: absolute;
  z-index: 14;
  background: transparent;
  width: 100%;
  padding: 0;
  top: 20px;  
}

div#IMAGE_OVERLAY > div.close {
  position: absolute;
  z-index: 3;
  margin: 20px 8px 0 0;
  right: 0;
}

div#IMAGE_OVERLAY > div.close > a,
div#IMAGE_OVERLAY > div.close > a {
  display: block;
  width: 70px;
  height: 70px;
  font-size: 70px;
  line-height: 70px;
  color: #ffffff;
}

div#IMAGE_OVERLAY > div.navigation {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}

div#IMAGE_OVERLAY > div.navigation > div.prev,
div#IMAGE_OVERLAY > div.navigation > div.next {
  position: absolute;
  z-index: 2;
  display: none;
  font-size: 70px;
  line-height: 70px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  width: 50%;
  margin: -70px 0 0 0;
}  

div#IMAGE_OVERLAY > div.navigation > div.next {
  right: 0;
}  

div#IMAGE_OVERLAY[data-hasprev="yes"] > div.navigation > div.prev,
div#IMAGE_OVERLAY[data-hasnext="yes"] > div.navigation > div.next {
  display: block;
}  

div#IMAGE_OVERLAY > div.navigation > div.prev > i,
div#IMAGE_OVERLAY > div.navigation > div.next > i {
  background-color: #000000;
  width: 70px;
  height: 70px;
}  

div#IMAGE_OVERLAY > div.list {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

div#IMAGE_OVERLAY > div.list > ul.item-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

div#IMAGE_OVERLAY > div.list > ul.item-list > li.item {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  max-width: 100%;
  float: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none !important;
}

div#IMAGE_OVERLAY > div.list > ul.item-list > li.item > a {
  display: inline-block;
  cursor: inherit;
}

div#IMAGE_OVERLAY > div.list > ul.item-list > li.item img {
  display: inline-block;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.3);
}

div.ui-datepicker {
  z-index: 21 !important;
  font-size: 0.9em;
}

div#CURTAIN_MODAL {
  z-index: 21;
}

div#ORDER_SIDEBAR {
  position: fixed;
  top: 280px;
  right: 0;
  z-index: 4;
  background-image: none;
  background-repeat: repeat-y;
  background-position: right 0;
  background-color: #c3af6d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 15px 12px 15px;
  cursor: pointer;
  text-align: center;
}

div#ORDER_SIDEBAR > i {
  display: block;
  font-size: 30px;
  margin: 0 0 5px 0;
  text-align: center;
}

div#MODAL,
div#ORDER_ADD_CONFIRM,
div#CONFIRM {
  position: absolute;
  z-index: 22;
  background-color: #f1f1f1;
  width: calc(718px - 60px);
  max-width: calc(100% - 60px);
  padding: 30px;
  top: 60px;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  font-size: 18px;
}

div#ORDER_ADD_CONFIRM {
  z-index: 13;
}

div#OVERLAY {
  position: absolute;
  z-index: 13;
  background-color: #f1f1f1;
  width: calc(718px - 60px);
  max-width: calc(100% - 60px);
  padding: 30px 30px 0 30px;
  top: 20px;  
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.3);
  font-size: 18px;
}

div#OVERLAY > div.close,
div#MODAL > div.close,
div#CONFIRM > div.close,
div#ORDER_ADD_CONFIRM > div.close {
  position: absolute;
  z-index: 2;
  margin: -20px 8px 0 0;
  right: 0;
}

div#OVERLAY > div.close > a,
div#MODAL > div.close > a,
div#CONFIRM > div.close > a,
div#ORDER_ADD_CONFIRM > div.close > a {
  display: block;
  width: 20px;
  height: 20px;
  color: inherit;
}

div#OVERLAY > div.detail,
div#MODAL > div.detail,
div#ORDER_ADD_CONFIRM > div.detail {
  position: relative;
  z-index: 1;
}

div#MODAL > div.detail > h3,
div#CONFIRM > div.detail > h3,
div#ORDER_ADD_CONFIRM > div.detail > h3 {
  position: relative;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 24px;
  padding: 0;
  text-transform: uppercase;
}

div#ORDER_ADD_CONFIRM > div.detail > h3 {
  text-transform: none;
}

div#MODAL > div.detail > p {
  position: relative;
  margin: 0;
}

div#CONFIRM > div.detail > div.text > ul.item-list,
div#ORDER_ADD_CONFIRM > div.detail > div.text > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

div#CONFIRM > div.detail > div.text > ul.item-list > li.item,
div#ORDER_ADD_CONFIRM > div.detail > div.text > ul.item-list > li.item {
  width: calc(50% - 10px);
}

div#CONFIRM > div.detail > div.text > ul.item-list > li.item > a,
div#ORDER_ADD_CONFIRM > div.detail > div.text > ul.item-list > li.item > a {
  display: block;
  background-color: #000000;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Droid Serif W01 Bold';
  /*font-style: italic;*/
  text-align: center;
}

div#ORDER_ADD_CONFIRM > div.detail > div.text > ul.item-list > li.item > a {
  background-color: #c3af6d;
}

div#CONFIRM > div.detail > div.text > ul.item-list > li.item > a[data-type="no"] {
  background-color: #8e0011;
}

div#CONFIRM > div.detail > div.text > ul.item-list > li.item > a:hover,
div#ORDER_ADD_CONFIRM > div.detail > div.text > ul.item-list > li.item > a:hover {
  opacity: 0.8;
}

div.PROTOTYPES {
  display: none;
}

div#LOADER {
  position: fixed;
  z-index: 11;
  background-color: transparent;
  width: 82px;
  height: 82px;
  /*
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  */
}

div#LOADER img {
  max-width: 100%;
}

div#page {
  z-index: 1;
  margin: 0;
  padding: 0;
}

div.panel {
  max-width: 100%;
  width: 1090px;
  margin: 0 auto 0 auto;
  padding: 0;
}

div#PROOF_OF_AGE {
  max-width: 100%;
  width: 716px;
  margin: 0 auto 0 auto;
  font-size: 18px;
  color: #77787a;
}

div#PROOF_OF_AGE > div.logo {
  margin: 0 0 40px 0;
  text-align: center;
}

div#PROOF_OF_AGE > div.confirm {
   background-color: #e8e3d9;
   padding: 50px 0 50px 0; 
   border-top: 1px solid #474845;
   border-bottom: 1px solid #474845;
   margin: 0 0 40px 0;
}

div#PROOF_OF_AGE > div.confirm > div.confirm-select {
  margin: 0 auto 0 auto;
  text-align: center;
  background-color: #474845;
  color: #ffffff;
  width: 530px;
  max-width: 100%;
}

div#PROOF_OF_AGE > div.confirm > div.confirm-select > div.button {
  margin: 0;
  font-size: 16px;
  text-align: left;
  font-family: 'Droid Serif W01 Bold';
  cursor: pointer;
  padding: 20px;
  background-image: url(../img/auth_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}

div#PROOF_OF_AGE > div.confirm > div.confirm-select > div.data {
  display: none;
  color: #ffffff;
  font-size: 20px;
  padding: 0 20px 20px 20px;
}

div#PROOF_OF_AGE > div.confirm > div.confirm-select[data-expanded="yes"] > div.data {
  display: block;
}

div#PROOF_OF_AGE > div.confirm > div.confirm-select > div.data li.item {
  margin: 0 0 18px 0;
  text-align: left;
}

div#PROOF_OF_AGE > div.confirm > div.confirm-select > div.data li.item:last-of-type {
  margin: 0;
}

div#PROOF_OF_AGE > div.confirm > div.confirm-select > div.data a {
  color: inherit;
}

div#PROOF_OF_AGE > div.info {
  text-align: center;
  margin: 0 0 40px 0;
}

div#PROOF_OF_AGE > div.info[data-type="fail"] {
  display: none;
}

div#PROOF_OF_AGE > div.link {
  text-align: center;
}

div#PROOF_OF_AGE > div.link a {
  color: #c3b06e;
  font-weight: 400;
}

div#header {
  z-index: 3;
  top: 0;
  margin: 0;
  padding: 0 0 34px 0;
  background-color: #c3af6d;
  background-image: url(../img/banderole.png), url(../img/bg_head.png);
  background-repeat: repeat-x, no-repeat;
  background-position: center bottom, center top;
  color: #474845;
}

div#header div#EDIT_BUTTON {
  position: absolute;
  bottom: 0;
  margin: 0 0 0 -100px;
}

div#header div#logo {
  z-index: 3;
  position: absolute;
  top: 20px;
}

div#header div#logo img {
  max-width: 100%;
}

div#header div#service {
  z-index: 3;
  top: 25px;
}

div#header div#service > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

div#header div#service > ul.item-list > li.item {
  margin: 0 0 0 38px;
}

div#header div#service > ul.item-list > li.item:first-of-type {
  margin: 0;
}

div#header div#service > ul.item-list > li#shopping-basket-preview[data-hasitems="yes"] {
  color: inherit;
}

div#header div#service a {
  position: relative;
  color: inherit;
  z-index: 2;
}

div#header div#service a > i {
  font-size: 18px;
}

div#header div#service > ul.item-list > li.item[data-variant="user-account"] > a {
  display: inline-block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 150px;
}

div#header div#service > ul.item-list > li.item > div#user-navigation {
  display: none;
  position: absolute;
  padding: 15px 20px 15px 20px;
  background-color: #e8e3d9;
  font-size: 12px;
  min-width: 150px;
  max-width: 100%;
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
  color: #000000;
}

div#header div#service > ul.item-list > li.item > div#user-navigation > div.form {
  margin: 0 0 20px 0;
}

div#header div#service > ul.item-list > li.item > div#user-navigation > div.form div.input {
  margin: 0 0 10px 0;
}

div#header div#service > ul.item-list > li.item > div#user-navigation > div.form div.submit > button  {
  background-color: #c3af6d;
  color: #ffffff;
  font-size: inherit;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  width: 100%;
}

div#header div#service > ul.item-list > li.item > div#user-navigation li.item {
  margin: 0 0 5px 0;
}

div#header div#service > ul.item-list > li.item > div#user-navigation li.item:last-of-type {
  margin: 0;
}

div#header div#service > ul.item-list > li.item > div#user-navigation a {
  display: block;
  font-size: inherit;
  color: inherit;
  background-image: url(../img/icon_nav_item.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding: 0 0 0 20px;
}

div#header div#navigation {
  z-index: 2;
  margin: 55px 0 0 0;
  font-size: 16px;
  line-height: 1.2em;
}

div#header div#navigation > div.button {
  position: relative;
  display: none;
  text-align: right;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

div#header div#navigation > div.button:after {
  position: relative;
  content: url(../img/icon_burger.png);
  margin: 0 0 0 10px;
  bottom: -5px;
  width: 28px;
  height: 28px;
}

div#header div#navigation[data-expanded="yes"] > div.button:after {
  content: url(../img/icon_burger_.png);
}

div#header div#navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

div#header div#navigation > ul.item-list > li.item > ul.item-list {
  display: none;
  position: absolute;
  padding: 10px 20px 10px 20px;
  background-color: #e8e3d9;
  color: #474845;
  font-size: 14px;
  min-width: 300px;
  max-width: 100%;
  margin: 5px 0 0 0;
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
}

div#header div#navigation > ul.item-list > li.item {
  margin: 0 0 0 28px;
  position: relative;
}

div#header div#navigation > ul.item-list > li.item[data-service="yes"] {
  background-color: #c3af6d;
}

div#header div#navigation > ul.item-list > li.item:first-of-type {
  margin: 0;
}

div#header div#navigation > ul.item-list > li.item[data-expanded="yes"] > a {
  color: #c3af6d;
}

div#header div#navigation > ul.item-list > li.item a {
  color: inherit;
}

div#header div#navigation > ul.item-list > li.item[data-service="yes"] a {
  color: #ffffff;
}

div#header div#navigation > ul.item-list > li.item > a {
  text-transform: uppercase;
  letter-spacing: 3px;
}

div#header div#navigation > ul.item-list > li.item li.item > a {
  background-image: url(../img/icon_nav_item.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding: 0 0 0 20px;
}

div#header div#navigation > ul.item-list > li.item > ul.item-list > li.item {
  margin: 0 0 5px 0;
}

div#header div#navigation > ul.item-list > li.item > ul.item-list  > li.item:last-of-type {
  margin: 0;
}

div#header div#navigation > ul.item-list > li.item a:hover {
  color: #c3af6d;
  text-decoration: none;
}

div#header div#navigation > ul.item-list > li.item[data-service="yes"] a:hover {
  color: #000000;
}

div#header div#navigation > ul.item-list > li.item li.item > a:hover {
  color: inherit;
  text-decoration: underline;
}

div#header div#navigation > ul.item-list > li.item h5 {
  font-weight: bold;
  padding: 10px 0 3px 20px;
  font-size: 16px;
}

div#header div#navigation > ul.item-list > li.item > ul.item-list > li.item:first-of-type > h5 {
  padding: 0 0 3px 20px;
}

div#header div#navigation > ul.item-list > li.item li.item h5 ~ ul.item-list {
  margin-bottom: 10px;
}

div#header div#navigation > ul.item-list > li.item >  ul.item-list > li.item:last-of-type > h5 ~ ul.item-list {
  margin-bottom: 0;
}

div#header div#info {
  z-index: 1;
  margin: 18px 0 0 0;
  font-size: 18px;
  text-align: right;
}

div#header div#info > span.label {
  display: inline-block;
  font-size: 14px;
  padding: 0 13px 0 0;
  height: inherit;
}

div#header div#info > strong {
  display: inline-block;
  height: inherit;
  /*font-weight: 800;*/
  font-weight: 700;
}

div#header div#info > strong:before {
  position: relative;
  content: url(../img/icon_phone.png);
  top: 8px;
  margin: 0 5px 0 0;
}

div#body {
  margin: 0;
  padding: 30px 0 30px 0;
  background: url(../img/shadow_tl.png) no-repeat left top, url(../img/shadow_tr.png) no-repeat right top, url(../img/shadow_bl.png) no-repeat left bottom, url(../img/shadow_br.png) no-repeat right bottom;
}

div.content-block {
  margin: 0 0 30px 0;
}

div.content-block img {
  max-width: 100%;
}

div.content-block[data-type="yout-protection-alert"] {
  font-size: 18px;
  text-align: right;
  font-weight: 600;
  color: #8e0011;
}

div.content-block[data-type="alert"] {
  font-size: 24px;
  text-align: center;
}

div.content-block[data-type="alert"] > h3 {
  font-family: 'Droid Serif W01 Bold';
  font-size: 30px;
  color: #525252;
  margin: 0 0 30px 0;
  text-align: center;
}

div.content-block[data-type="headline"] > h1,
div.content-block[data-type="headline"] > h2 {
  font-family: 'Droid Serif W01 Bold';
  font-size: 30px;
}

div.content-block[data-type="headline"] > h3 {
  font-weight: 700;
  font-size: 24px;
}

div.content-block[data-type="headline"] > h4 {
  font-weight: 400;
  font-size: 24px;
}

div.content-block[data-type="info-alert"],
div.content-block[data-type="error-alert"],
div.content-block[data-type="campaign-alert"] {
  color: #ffffff;
  font-size: 18px;
  /*font-style: italic;*/
  background-image: url(../img/bg_infoalert.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;  
  padding: 0 0 18px 0;
}

div.content-block[data-type="info-alert"] a,
div.content-block[data-type="error-alert"] a,
div.content-block[data-type="campaign-alert"] a,
div.content-block[data-type="global-banner"] a {
  color: inherit;
  text-decoration: underline;
  font-family: 'Droid Serif W01 Bold';
}

div.content-block[data-type="info-alert"] a:hover,
div.content-block[data-type="error-alert"] a:hover,
div.content-block[data-type="campaign-alert"] a:hover,
div.content-block[data-type="global-banner"] a:hover {
  text-decoration: none;
}

div.content-block[data-type="info-alert"] > div.text,
div.content-block[data-type="error-alert"] > div.text,
div.content-block[data-type="campaign-alert"] > div.text {
  padding: 20px 30px 20px 30px;
  background-color: #8e0011;
}

div.content-block[data-type="error-alert"] > div.text {
  background-color: #8e0011;
}

div.content-block[data-type="campaign-alert"] > div.text {
  background-color: #474845;
}

div.content-block[data-type="campaign-alert"] > div.text > i {
  font-size: 30px;
  margin: 0 10px 0 0;
}

div.content-block[data-type="campaign-alert"] > div.text > strong {
  font-size: 120%;
}

div.content-block[data-type="pw-recovery"] > h4 {
  font-weight: 700;
  font-size: 24px;
  color: #525252;
  margin: 0 0 20px 0;
} 

div.content-block[data-type="pw-recovery"] > div.text {
  margin: 0 0 20px 0;
} 

div.content-block[data-type="pw-recovery"] > div.form {
  margin: 0 0 20px 0;
} 

div.content-block[data-type="pw-recovery"] > div.form div.input > div.data > input,
div.content-block[data-type="pw-recovery"] > div.form div.input > div.data > select,
div.content-block[data-type="pw-recovery"] > div.form div.input > div.data > textarea {
  border-color: #c3af6d;
}

div.content-block[data-type="pw-recovery"] > div.form div.submit  {
  margin: 30px 0 0 0;
}

div.content-block[data-type="pw-recovery"] > div.form div.submit > button  {
  background-color: #c3af6d;
  color: #ffffff;
  font-size: inherit;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px;
}

div.content-block[data-type="checkout-train-header"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #b3b5bd;
} 

div.content-block[data-type="checkout-train-header"] > ul.item-list > li.item {
  background-image: url(../img/checkout_train_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding: 0 65px 0 0;
}  

div.content-block[data-type="checkout-train-header"] > ul.item-list > li.item:last-of-type {
  background-image: none;
  padding: 0;
} 

div.content-block[data-type="checkout-train-header"] > ul.item-list > li.item[data-active] {
  color: #000000;
} 

div.content-block[data-type="checkout-train-header"] > ul.item-list > li.item > h6 {
  font-weight: 400;
  font-size: 30px;
  color: inherit;
} 

div.content-block[data-type="checkout-train-header"] > ul.item-list > li.item[data-active] > h6:after {
  position: absolute;
  right: -10px;
  margin: -20px 0 0 0;
  font-size: 24px;
  content: "\f07a";
  font-family: FontAwesome;
  color: #c3af6d;
} 

div.content-block[data-type="checkout-train"] > ul.item-list > li.item {
  display: none;
} 

div.content-block[data-type="checkout-train"] > ul.item-list > li.item[data-expanded="yes"] {
  display: block;
} 

div.content-block[data-type="checkout-ready"] {
  padding: 30px;
  background-color: #e8e3d9;
  font-size: 18px;
  color: #000000;
}

div.content-block[data-type="checkout-ready"] > h4 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px 0;
}

div.content-block[data-type="checkout-authentication-detail"] div.data-segment,
div.content-block[data-type="form"] div.data-segment {
  border-bottom: 1px solid #ffffff;
  padding: 30px;
  background-color: #e8e3d9;
  font-size: 18px;
  color: #000000;
}

div.content-block[data-type="checkout-authentication-detail"] div.data-segment a,
div.content-block[data-type="form"] div.data-segment a {
  color: #c3af6d;
}

div.content-block[data-type="checkout-authentication-detail"] div.data-segment > h4,
div.content-block[data-type="form"] div.data-segment > h4 {
  text-transform: uppercase;
  font-size: 24px;
}

div.content-block[data-type="checkout-authentication-detail"] div.data-segment > div.edit-button,
div.content-block[data-type="form"] div.data-segment > div.edit-button {
  position: absolute;
  top: 30px;
  right: 30px;
}

div.content-block[data-type="checkout-authentication-detail"] div.data-segment > div.data,
div.content-block[data-type="form"] div.data-segment > div.data {
  padding: 0 65px 0 65px;
  margin: 20px 0 0 0;
}

div.content-block[data-type="checkout-authentication-detail"] div.data-segment div.output,
div.content-block[data-type="form"] div.data-segment div.output  {
  margin: 0 0 12px 0;
  color: #000000;
}

div.content-block[data-type="checkout-authentication-detail"] div.data-segment div.output span[data-key],
div.content-block[data-type="form"] div.data-segment div.output span[data-key]  {
  color: #000000;
}

div.content-block[data-type="checkout-authentication"] div.form-segment,
div.content-block[data-type="checkout-environment"] div.form-segment,
div.content-block[data-type="form"] div.form-segment,
div.content-block[data-type="form"] div.response {
  border-bottom: none;
  padding: 30px;
  background-color: #e8e3d9;
  font-size: 18px;
}

div.content-block[data-type="form"] div.response {
  display: none;
}

div.content-block[data-type="checkout-authentication"] div.form-segment a,
div.content-block[data-type="checkout-environment"] div.form-segment a,
div.content-block[data-type="form"] div.form-segment a {
  color: #c3af6d;
}

div.content-block[data-type="checkout-authentication"] div.form-segment > h4,
div.content-block[data-type="checkout-environment"] div.form-segment > h4,
div.content-block[data-type="form"] div.form-segment > h4 {
  text-transform: uppercase;
  font-size: 24px;
  color: #000000;
}

div.content-block[data-type="checkout-authentication"] div.form-segment[data-expandable="yes"] > h4,
div.content-block[data-type="checkout-environment"] div.form-segment[data-expandable="yes"] > h4,
div.content-block[data-type="form"] div.form-segment[data-expandable="yes"] > h4 {
  cursor: pointer;
}

div.content-block[data-type="checkout-authentication"] div.form-segment[data-expandable="yes"] > h4:after,
div.content-block[data-type="checkout-environment"] div.form-segment[data-expandable="yes"] > h4:after,
div.content-block[data-type="form"] div.form-segment[data-expandable="yes"] > h4:after {
  position: absolute;
  right: 0;
  font-size: 14px;
  content: url(../img/icon_acc_but2_.svg);
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  color: inherit;
  color: #000000;
}

div.content-block[data-type="checkout-authentication"] div.form-segment[data-expandable="yes"][data-expanded="yes"] > h4:after,
div.content-block[data-type="checkout-environment"] div.form-segment[data-expandable="yes"][data-expanded="yes"] > h4:after,
div.content-block[data-type="form"] div.form-segment[data-expandable="yes"][data-expanded="yes"] > h4:after {
  content: url(../img/icon_acc_but2.svg);
}

div.content-block[data-type="checkout-authentication"] div.form-segment > div.data,
div.content-block[data-type="checkout-environment"] div.form-segment > div.data,
div.content-block[data-type="form"] div.form-segment > div.data {
  padding: 0 65px 0 65px;
  margin: 20px 0 0 0;
}


div.content-block[data-type="checkout-environment"] div.form-segment[data-type="payment"] > div.data {
  margin: 30px 0 0 0;
}

div.content-block[data-type="checkout-authentication"] div.form-segment[data-expandable="yes"] > div.data,
div.content-block[data-type="checkout-environment"] div.form-segment[data-expandable="yes"] > div.data,
div.content-block[data-type="form"] div.form-segment[data-expandable="yes"] > div.data {
  display: none;
}

div.content-block[data-type="form"] div.form-segment > div.data > div.text  {
  margin: 12px 0 12px 0;
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input-group,
div.content-block[data-type="checkout-environment"] div.form-segment div.input-group,
div.content-block[data-type="form"] div.form-segment div.input-group,
div.content-block[data-type="checkout-authentication"] div.form-segment div.input,
div.content-block[data-type="checkout-environment"] div.form-segment div.input,
div.content-block[data-type="form"] div.form-segment div.input  {
  margin: 0 0 12px 0;
}

div.content-block[data-type="checkout-environment"] div.form-segment[data-type="payment"] div.input[data-variant="multiple"] {
  margin: 0 0 22px 0;
}

div.content-block[data-type="form"] div.form-segment div.input[data-variant="date"],
div.content-block[data-type="form"] div.form-segment div.input[data-variant="time"],
div.content-block[data-type="form"] div.form-segment div.input[data-variant="number"]  {
  max-width: 200px;
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input[data-variant="birthday-day"],
div.content-block[data-type="form"] div.form-segment div.input[data-variant="birthday-day"]  {
  width: calc(100px);
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input[data-variant="birthday-month"],
div.content-block[data-type="form"] div.form-segment div.input[data-variant="birthday-month"]  {
  width: calc(100px);
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input[data-variant="birthday-year"],
div.content-block[data-type="form"] div.form-segment div.input[data-variant="birthday-year"]  {
  width: calc(100% - 240px);
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input[data-variant="street"],
div.content-block[data-type="form"] div.form-segment div.input[data-variant="street"]  {
  width: calc(100% - 120px);
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input[data-variant="hnr"],
div.content-block[data-type="form"] div.form-segment div.input[data-variant="hnr"]  {
  width: 100px;
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input[data-variant="zip"],
div.content-block[data-type="form"] div.form-segment div.input[data-variant="zip"]  {
  width: 100px;
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input[data-variant="city"],
div.content-block[data-type="form"] div.form-segment div.input[data-variant="city"]  {
  width: calc(100% - 120px);
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input-group > div.label,
div.content-block[data-type="checkout-environment"] div.form-segment div.input-group > div.label,
div.content-block[data-type="form"] div.form-segment div.input-group > div.label,
div.content-block[data-type="checkout-authentication"] div.form-segment div.input > div.label,
div.content-block[data-type="checkout-environment"] div.form-segment div.input > div.label,
div.content-block[data-type="form"] div.form-segment div.input > div.label  {
  margin: 0 0 5px 0;
  color: #000000;
}

div.content-block[data-type="checkout-authentication"] div.form-segment label,
div.content-block[data-type="checkout-environment"] div.form-segment label,
div.content-block[data-type="form"] div.form-segment label {
  color: #000000;
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input-group > div.data,
div.content-block[data-type="checkout-environment"] div.form-segment div.input-group > div.data,
div.content-block[data-type="form"] div.form-segment div.input-group > div.data  {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input-group[data-variant="multiple"] > div.data,
div.content-block[data-type="checkout-environment"] div.form-segment div.input-group[data-variant="multiple"] > div.data,
div.content-block[data-type="form"] div.form-segment div.input-group[data-variant="multiple"] > div.data  {
  justify-content: flex-start;
  width: auto;
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input-group[data-variant="multiple"] > div.data div.input,
div.content-block[data-type="checkout-environment"] div.form-segment div.input-group[data-variant="multiple"] > div.data div.input,
div.content-block[data-type="form"] div.form-segment div.input-group[data-variant="multiple"] > div.data div.input  {
  margin-right: 20px;
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input-group[data-variant="multiple"] > div.data div.input:last-child,
div.content-block[data-type="checkout-environment"] div.form-segment div.input-group[data-variant="multiple"] > div.data div.input:last-child,
div.content-block[data-type="form"] div.form-segment div.input-group[data-variant="multiple"] > div.data div.input:last-child  {
  margin-right: 0;
}

div.content-block[data-type="form"] div.form-segment div.input-group[data-variant="multiple2"] > div.data  {
  display: block;
}

div.content-block[data-type="form"] div.form-segment div.input-group[data-variant="multiple2"] > div.data div.input  {
  margin-bottom: 10px;
}

div.content-block[data-type="form"] div.form-segment div.input-group[data-variant="multiple2"] > div.data div.input:last-child  {
  margin-bottom: 0;
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input-group > div.data div.input > div.label,
div.content-block[data-type="checkout-environment"] div.form-segment div.input-group > div.data div.input > div.label,
div.content-block[data-type="form"] div.form-segment div.input-group > div.data div.input > div.label {
  display: none;
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input[data-variant="multiple"] > div.data > label img,
div.content-block[data-type="checkout-environment"] div.form-segment div.input[data-variant="multiple"] > div.data > label img,
div.content-block[data-type="form"] div.form-segment div.input[data-variant="multiple"] > div.data > label img {
  padding: 0 10px 0 0;
  margin: -10px 0 0 0;
}

div.content-block[data-type="checkout-authentication"] div.form-segment div.input > div.data > input,
div.content-block[data-type="checkout-authentication"] div.form-segment div.input > div.data > select,
div.content-block[data-type="checkout-authentication"] div.form-segment div.input > div.data > textarea,
div.content-block[data-type="checkout-environment"] div.form-segment div.input > div.data > input,
div.content-block[data-type="checkout-environment"] div.form-segment div.input > div.data > select,
div.content-block[data-type="checkout-environment"] div.form-segment div.input > div.data > textarea,
div.content-block[data-type="form"] div.form-segment div.input > div.data > input,
div.content-block[data-type="form"] div.form-segment div.input > div.data > select,
div.content-block[data-type="form"] div.form-segment div.input > div.data > textarea  {
  border-color: #c3af6d;
}


div.content-block[data-type="checkout-authentication"] div.form-segment div.input > div.info,
div.content-block[data-type="checkout-environment"] div.form-segment div.input > div.info,
div.content-block[data-type="form"] div.form-segment div.input > div.info  {
  font-size: 14px;
  /*font-style: italic;*/
  color: #000000;
}

div.content-block[data-type="form"] div.form-segment div.submit  {
  margin: 30px 0 0 0;
}

div.content-block[data-type="form"] div.form-segment div.submit > button  {
  background-color: #c3af6d;
  color: #ffffff;
  font-size: inherit;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px;
}

div.content-block[data-type="form"] div.submit  {
  margin: 30px 0 0 0;
}

div.content-block[data-type="form"] div.submit > button  {
  background-color: #c3af6d;
  color: #ffffff;
  font-size: inherit;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item {
  border-bottom: 1px solid #ffffff;
  padding: 30px;
  background-color: #e8e3d9;
  font-size: 18px;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > h4 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #000000;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option a {
  color: #000000;
  text-decoration: underline;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option a:hover {
  text-decoration: none;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form,
div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.text {
  padding: 0 65px 0 65px;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form h6,
div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.text h6,
div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form div.text,
div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.text div.text {
  margin: 20px 0 20px 0;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form div.input  {
  margin: 0 0 12px 0;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form div.input > div.label  {
  margin: 0 0 5px 0;
  color: #000000;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form div.input > div.data > input,
div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form div.input > div.data > select,
div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form div.input > div.data > textarea  {
  border-color: #c3af6d;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form div.submit > button  {
  background-color: #c3af6d;
  color: #ffffff;
  font-size: inherit;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form div.button,
div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.text div.button {
  margin: 0 0 20px 0;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form div.button > a,
div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.text div.button > a {
  display: inline-block;
  padding: 15px 30px 15px 30px;
  background-color: #c3af6d;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}

div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.form div.button > a:hover,
div.content-block[data-type="checkout-authentication-select"] > ul.item-list > li.item > div.authentication-option > div.text div.button > a:hover {
  text-decoration: underline;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 24px;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row {
  display: table-row;
  background-color: #e8e3d9;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row[data-type="header"] {
  background-color: #aca189;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row[data-type="header"] h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px 15px 15px 0;
  color: inherit;
  border-bottom: 1px solid #ffffff;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="image"] {
  width: 140px;
  padding: 15px;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row[data-type="header"] > div.cell[data-type="image"] {
  text-align: left;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] {
  text-align: left;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > div.amount-alert {
  font-size: 14px;
  font-family: 'Droid Serif W01 Bold';
  color: #474845;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="sum"] {
  width: 135px;
  text-align: right;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="sum"] > div.standard {
  color: #000000;
  font-family: 'Droid Serif W01 Bold';
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="title"] {
  width: calc(100% - 290px);
  padding: 0 15px 0 0;
  cursor: pointer;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="title"] > h4 {
  color: #000000;
  font-weight: 400;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="title"] > h5 {
  font-size: 14px;
  font-weight: 400;
  color: #7f8082;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="title"] > h6 {
  font-size: 14px;
  color: #7f8082;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="title"] > div.reduction {
  font-size: 14px;
  color: #940105;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="price"] {
  width: 175px;
  padding: 0 15px 0 0;
  text-align: right;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="price"] > div.standard {
  color: #000000;
  font-weight: 400;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="price"] > div.reduction {
  font-size: 12px;
  font-family: 'Droid Serif W01 Bold';
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="amount"] {
  width: 100px;
  text-align: center;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="amount"] > div.order {
  color: #77787a;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="amount"] > div.order div.input > div.label {
  display: none;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="amount"] > div.order div.input > div.data {
  height: 43px;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="amount"] > div.order div.input input {
  text-align: center;
  font-size: 12px;
  width: 48px;
  height: calc(100% - 2px);
  padding: 0;
  border: 1px solid #77787a;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="amount"] > div.order div.submit,
div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="amount"] > div.order div.delete {
  font-size: 12px;
  margin: 5px 0 0 0;
}

div.content-block[data-type="checkout-productlist"] > div.item-list > div.table > div.row > div.cell[data-type="details"] > ul.item-list > li.item[data-type="amount"] > div.order button {
  font-size: inherit;
  font-family: 'Droid Serif W01 Bold';
  font-family: inherit;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  width: auto;
  height: auto;
  color: inherit;
}

div.content-block[data-type="checkout-productlist"] > div.result > div.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 24px;
}

div.content-block[data-type="checkout-productlist"] > div.result > div.table > div.row {
  display: table-row;
  background-color: #aca189;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
}

div.content-block[data-type="checkout-productlist"] > div.result > div.table > div.row[data-variant="reduction"] {
  background-color: #bfb399;
}

div.content-block[data-type="checkout-productlist"] > div.result > div.table > div.row[data-type="total"] {
  font-size: 24px;
  font-weight: 700;
}

div.content-block[data-type="checkout-productlist"] > div.result > div.table > div.row h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

div.content-block[data-type="checkout-productlist"] > div.result > div.table > div.row h6 > span.subline {
  display: block;
  font-size: 14px;
}

div.content-block[data-type="checkout-productlist"] > div.result > div.table > div.row > div.cell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 15px;
  color: inherit;
  border-bottom: 1px solid #ffffff;
  width: calc(50% - 30px);
}

div.content-block[data-type="checkout-productlist"] > div.result > div.table > div.row > div.cell[data-type="data"] {
  text-align: right;
}

div.content-block[data-type="checkout-voucher-error"] {
  margin: 0 0 5px 0;
}

div.content-block[data-type="checkout-voucher-error"] > h6 {
  color: #940105;
}

div.content-block[data-type="checkout-voucher"] {
  padding: 20px;
  background-color: #e8e3d9;
  font-size: 18px;
  color: #000000;
}

div.content-block[data-type="checkout-voucher"] ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

div.content-block[data-type="checkout-voucher"] form > ul.item-list {
  justify-content: space-between;
}

div.content-block[data-type="checkout-voucher"] ul.item-list > li.item {
  margin: 0 20px 0 0;
}

div.content-block[data-type="checkout-voucher"] ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.content-block[data-type="checkout-voucher"] div.input > div.label {
  display: none;
}

div.content-block[data-type="checkout-voucher"] div.input > div.data > input {
  text-align: center;
  border: 1px solid #aca189;
  font-size: inherit;
}

div.content-block[data-type="checkout-voucher"] div.submit > button[type="submit"] {
  height: inherit;
  background-color: #aca189;
  color: #ffffff;
  text-align: center;
  border: 1px solid #aca189;  
  font-weight: 400;
  text-transform: uppercase;
  font-size: inherit;
  padding: 7px;
}

div.content-block[data-type="checkout-voucher"] div.submit > button[type="submit"] > i {
  margin: 0 5px 0 0;
}

div.content-block[data-type="checkout-voucher"] div.info {
  font-size: 12px;
  color: #000000;
}

div.content-block[data-type="checkout-voucher"] div.info > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.content-block[data-type="checkout-voucher"] div.info > ul > li {
  background-image: url(../img/icon_nav_item.png);
  background-position: left 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
}

div.content-block[data-type="checkout-train-navigation"] {
  font-size: 24px;
  font-family: 'Droid Serif W01 Bold';
  color: #ffffff;
}

div.content-block[data-type="checkout-train-navigation"][data-valid="no"] {
  margin-top: 30px;
}

div.content-block[data-type="checkout-train-navigation"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

div.content-block[data-type="checkout-train-navigation"] > ul.item-list > li.item > a,
div.content-block[data-type="checkout-train-navigation"] > ul.item-list > li.item > button {
  display: block;
  font-size: 18px;
  background-color: #847b68;
  color: inherit;
  text-decoration: none;
  padding: 15px 30px 15px 70px;
  text-transform: uppercase;
  /*font-style: italic;*/
  background-image: url(../img/arrow_white_left.png);
  background-repeat: no-repeat;
  background-position: 30px center;
}

div.content-block[data-type="checkout-train-navigation"] > ul.item-list > li.item[data-type="next"] > a,
div.content-block[data-type="checkout-train-navigation"] > ul.item-list > li.item[data-type="next"] > button {
  font-size: inherit;
  background-color: #c3af6d;
  padding: 15px 70px 15px 30px;
  background-image: url(../img/arrow_white.png);
  background-position: calc(100% - 30px) center;
}

div.content-block[data-type="preamble"] > div.text {
  font-size: 24px;
}

div.content-block[data-type="productgroup-navigation"] {
  font-size: 12px;
  padding-top: 5px;
  margin: -15px 0 15px 0;
  hyphens: none; 
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -hyphens: none; 
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item,
div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item > ul.item-list > li.item {
  margin: 15px 10px 15px 0;
  text-transform: uppercase;
  /*font-weight: 800;*/
  font-weight: 700;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="label"] {
  padding: 15px 0 0 0;
  color: #525252;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] {
  flex-grow: 1;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.responsive-button,
div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.responsive-button-sub {
  display: none;
  background-color: #474745;
  padding: 10px 30px 10px 20px;
  color: #ffffff;
  cursor: pointer;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.responsive-button:after,
div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.responsive-button-sub:after {
  content: "\f107";
  font-family: FontAwesome;
  color: inherit;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 2px;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.responsive-button-sub {
  background-color: #676863;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.subgroup div.subgroup div.responsive-button-sub {
  background-color: #adadad;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item:last-of-type,
div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item > ul.item-list > li.item:last-of-type {
  margin: 15px 0 15px 0;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list li.item > a {
  color: #ffffff;
  background-color: #474845;
  padding: 10px 20px 10px 20px;
  /*font-style: italic;*/
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list li.item[data-selected="yes"] > a {
  background-color: #c3af6d;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list li.item[data-selected="yes"] > a:hover {
  text-decoration: none;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.subgroup {
  margin: 0;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.subgroup div.subgroup {
  border-top: 1px solid #474745;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.subgroup > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.subgroup > ul.item-list > li.item {
  margin: 15px 10px 15px 0;
  text-transform: uppercase;
  /*font-weight: 800;*/
  font-weight: 700;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.subgroup > ul.item-list > li.item {
  margin: 15px 15px 15px 0;
  text-transform: uppercase;
  font-weight: 400;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.subgroup > ul.item-list > li.item[data-selected="yes"] {
  font-weight: 700;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.subgroup > ul.item-list > li.item:last-of-type {
  margin: 15px 0 15px 0;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.subgroup > ul.item-list > li.item > a {
  color: #000000;
  background-color: transparent;
  padding: 0;
}

div.content-block[data-type="productgroup-navigation"] > ul.item-list > li.item[data-type="data"] div.subgroup > ul.item-list > li.item[data-selected="yes"] > a {
  color: #c3af6d;
}

div.content-block[data-type="inline-navigation"] {
  font-size: 12px;
  padding-top: 5px;
  margin: -15px 0 15px 0;
  hyphens: none; 
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -hyphens: none; 
}

div.content-block[data-type="inline-navigation"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.content-block[data-type="inline-navigation"] > ul.item-list > li.item[data-type="data"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
}

div.content-block[data-type="inline-navigation"] > ul.item-list > li.item,
div.content-block[data-type="inline-navigation"] > ul.item-list > li.item > ul.item-list > li.item {
  margin: 15px 10px 15px 0;
  text-transform: uppercase;
  /*font-weight: 800;*/
  font-weight: 700;
}

div.content-block[data-type="inline-navigation"] > ul.item-list > li.item[data-type="label"] {
  padding: 15px 0 0 0;
}

div.content-block[data-type="inline-navigation"] > ul.item-list > li.item:last-of-type,
div.content-block[data-type="inline-navigation"] > ul.item-list > li.item > ul.item-list > li.item:last-of-type {
  margin: 15px 0 15px 0;
}

div.content-block[data-type="inline-navigation"] > ul.item-list li.item > a {
  color: #ffffff;
  background-color: #474845;
  padding: 10px 20px 10px 20px;
  /*font-style: italic;*/
}

div.content-block[data-type="inline-navigation"] > ul.item-list li.item[data-selected="yes"] > a {
  background-color: #c3af6d;
}

div.content-block[data-type="inline-navigation"] > ul.item-list li.item[data-selected="yes"] > a:hover {
  text-decoration: none;
}

div.content-block[data-type="mainslider"] {
  height: 370px;
  margin: 0 0 60px 0;
}

div.content-block[data-type="mainslider"][data-hasnext="no"][data-hasprev="no"] {
  margin-bottom: 30px;
}

div.content-block[data-type="mainslider"] > div.list {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: inherit;
  overflow: hidden;
  border: 1px solid #77787a;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.3);
}

div.content-block[data-type="mainslider"] > div.list > ul.item-list {
  height: inherit;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
}

div.content-block[data-type="mainslider"] > div.list > ul.item-list > li.item {
  height: inherit;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

div.content-block[data-type="mainslider"] > div.list > ul.item-list > li.item[data-haslink="yes"] {
  cursor: pointer;
}

div.content-block[data-type="mainslider"] div.image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

div.content-block[data-type="mainslider"] div.image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

div.content-block[data-type="mainslider"] div.content {
  position: absolute;
  left: -2000000px;
  top: -2000000px;
}

div.content-block[data-type="mainslider"] > div.navigation {
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(calc(50% - 50px));
  left: 25px;
  right: 25px;
  z-index: 2;
}

div.content-block[data-type="mainslider"][data-variant="fullwidth"] > div.navigation {
  /*
  left: calc((50vw - 50%) * -1 + 25px);
  right: calc((50vw - 50%) * -1 + 25px);
  */
  left: calc((922px - 50%) * -1 + 25px);
  right: calc((922px - 50%) * -1 + 25px);
}  

div.content-block[data-type="mainslider"]:hover > div.navigation {
  visibility: visible;
}

div.content-block[data-type="mainslider"][data-hasnext="no"] > div.navigation > div.next,
div.content-block[data-type="mainslider"][data-hasprev="no"] > div.navigation > div.prev {
  visibility: hidden;
}

div.content-block[data-type="mainslider"] > div.navigation > div.prev,
div.content-block[data-type="mainslider"] > div.navigation > div.next {
  position: absolute;
  font-size: 80px;
  color: #ffffff;
  cursor: pointer;
}

div.content-block[data-type="mainslider"] > div.navigation > div.next {
  right: 0;
}

div.content-block[data-type="mainslider"] div.quicknavigation {
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px 0 0;
}

div.content-block[data-type="mainslider"] div.quicknavigation > div.item {
  display: block;
  margin: 0 4px;
  width: 14px;
  height: 14px;
  border: 3px solid #c3af6d;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #c3af6d;
  cursor: pointer;
}

div.content-block[data-type="mainslider"] div.quicknavigation > div.item[data-active="yes"] {
  background-color: transparent;
  cursor: inherit;
}

div.content-block[data-type="bigslider"] {
  width: auto;
  background-image: url(../img/shadow_bsl.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;  
  padding: 0 0 18px 0;
  margin: 0 0 60px 0;
}

div.content-block[data-type="bigslider"] > div.navigation {
  display: none !important;
}

/*
div.content-block[data-type="bigslider"] > div.quicknavigation {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-family: 'Droid Serif W01 Bold';
  font-style: italic;
  border-top: 1px solid #77787a;
  border-left: 1px solid #77787a;
  border-right: 1px solid #77787a;
  height: 33px;
  overflow: hidden;
  max-width: 100%;
}
*/

div.content-block[data-type="bigslider"] > div.quicknavigation {
  position: absolute;
  bottom: -30px;
  z-index: 2;
  width: 100%;
  color: #c3af6d;
  /*
  font-size: 12px;
  font-family: 'Droid Serif W01 Bold';
  font-style: italic;
  border-top: 1px solid #77787a;
  border-left: 1px solid #77787a;
  border-right: 1px solid #77787a;
  height: 33px;
  overflow: hidden;
  */
}

div.content-block[data-type="bigslider"] > div.quicknavigation > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  margin-top: 10px;
}

div.content-block[data-type="bigslider"] > div.quicknavigation > ul.item-list > li.item {
  margin: 0 5px 0 0;
}

div.content-block[data-type="bigslider"] > div.quicknavigation > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.content-block[data-type="bigslider"] > div.quicknavigation > ul.item-list > li.item > div.button {
  cursor: pointer;
  display: inline-block;
}

div.content-block[data-type="bigslider"] > div.quicknavigation > ul.item-list > li.item > div.button:after {
  content: "\f111";
  font-family: FontAwesome;
  color: inherit;
  font-size: 24px;
}

div.content-block[data-type="bigslider"] > div.quicknavigation > ul.item-list > li.item[data-active="yes"] > div.button:after {
  content: "\f10c";
}

div.content-block[data-type="bigslider"] > div.list {
  height: inherit;
  border: 1px solid #77787a;
  height: 370px;
  overflow: hidden;
  z-index: 1;
}

div.content-block[data-type="bigslider"] > div.list > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  height: inherit;
  width: 100%;
}

div.content-block[data-type="bigslider"] > div.list > ul.item-list > li.item {
  height: inherit;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: auto 100%;
  background-color: #f7f4ee;
  overflow: hidden;
}

div.content-block[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content {
  margin: 0 0 0 calc(50% + 50px);
  right: 0;
  background-color: #f7f4ee;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 50px 0 50px;
}

div.content-block[data-type="bigslider"] > div.list > ul.item-list > li.item[data-imageonly="yes"] > div.content {
  position: relative;
  margin: 0;
  background-color: transparent;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding: 0;
  height: inherit;
  opacity: 0;
}

div.content-block[data-type="bigslider"] > div.list > ul.item-list > li.item[data-imageonly="yes"][data-haslink="yes"] > div.content {
  cursor: pointer;
}

div.content-block[data-type="bigslider"] > div.list > ul.item-list > li.item[data-imageonly="yes"] > div.content a {
  display: block;
  height: inherit;
}

div.content-block[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > h3 {
  margin: 0 0 20px 0;
  font-size: 30px;
}

div.content-block[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > p {
  margin: 0;
}

div.content-block[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > div.link {
  margin: 30px 0 0 0;
}

div.content-block[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > div.link > a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #c3af6d;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
  /*font-style: italic;*/
  text-transform: uppercase;
}

div.content-block[data-type="bigslider"] > div.list > ul.item-list > li.item > div.content > div.link > a:hover {
  text-decoration: none;
}

div.content-block[data-type="card"] {
  margin: 0 auto 30px auto;
  width: 718px;
  max-width: 100%;
}

div.content-block[data-type="card"] > div.card {
  height: 323px;
  width: 100%;
}

div.content-block[data-type="card"] > div.card > iframe {
  width: inherit;
  height: inherit;
}

div.content-block[data-type="card"] > div.text {
  padding: 20px;
  background-color: #e8e3d9;
}

div.content-block[data-type="card"] > div.text > h4 {
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
  margin: 0 0 10px 0;
}

div.content-block[data-type="video"] {
  margin: 0 auto 30px auto;
  width: 718px;
  height: 424px;
  max-width: 100%;
}

div.content-block[data-type="video"] > div.video-player {
  height: 404px;
  width: inherit;
  max-width: 100%;
}

div.content-block[data-type="video"] > div.video-player > iframe {
  width: inherit;
  display: block;
  max-width: 100%;
}

div.content-block[data-type="downloads"] {
  margin: 0 auto 40px auto;
  width: 718px;
  max-width: 100%;
  font-size: 18px;
}

div.content-block[data-type="downloads"] > ul.item-list > li.item {
  margin: 0 0 25px 0;
}

div.content-block[data-type="downloads"] > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.content-block[data-type="downloads"] > ul.item-list > li.item > a {
  display: block;
  color: inherit;
  padding: 0 0 0 50px;
}

div.content-block[data-type="downloads"] > ul.item-list > li.item > a:before {
  position: absolute;
  content: url(../img/icon_pdf.png);
  top: -5px;
  left: 0;
}

div.content-block[data-type="tab"] {
  margin: 0 auto 30px auto;
  width: 718px;
  max-width: 100%;
}

div.content-block[data-type="tab"] > div.navigation {
  margin: 0 0 20px 0;
}

div.content-block[data-type="tab"] > div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
}

div.content-block[data-type="tab"] > div.navigation > ul.item-list > li.item {
  margin: 0 30px 0 0;
}

div.content-block[data-type="tab"] > div.navigation > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.content-block[data-type="tab"] > div.navigation > ul.item-list > li.item > h4 {
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
  /*font-style: italic;*/
  text-transform: uppercase;
  cursor: pointer;
}

div.content-block[data-type="tab"] > div.navigation > ul.item-list > li.item[data-expanded="yes"] > h4 {
  color: #9b0505;
}

div.content-block[data-type="tab"] > ul.item-list > li.item {
  border: 1px solid #77787a;
  padding: 20px;
  display: none;
}

div.content-block[data-type="tab"] > ul.item-list > li.item > h4 {
  display: none;
}

div.content-block[data-type="tab"] > ul.item-list > li.item[data-expanded="yes"] {
  display: block;
}

div.content-block[data-type="tab"] > ul.item-list > li.item > div.details > div.image {
  margin: 0 0 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

div.content-block[data-type="tab"] > ul.item-list > li.item > div.details > div.image[data-orientation="left"] {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 300px;
}

div.content-block[data-type="tab"] > ul.item-list > li.item > div.details > div.image[data-orientation="right"] {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 300px;
}

div.content-block[data-type="tab"] > ul.item-list > li.item > div.details > div.image img {
  max-width: 100%;
  display: inline-block;
}

div.content-block[data-type="tab"] > ul.item-list > li.item > div.details > div.image h6 {
  margin: 5px 0 0 0;
  display: block;
  /*font-style: italic;*/
  font-size: 0.8em;
  text-align: center;
}

div.content-block[data-type="accordion"] {
  margin: 0 auto 30px auto;
  width: 718px;
  max-width: 100%;
  background-color: #e8e3d9;
}

div.content-block[data-type="product-detail"] div.content-block[data-type="accordion"] {
  margin: 0 0 30px 0;
  width: auto;
  background-color: #262626;
  color: #7f8082;
}

div.content-block[data-type="accordion"] > ul.item-list > li.category {
  border-bottom: 1px solid #ffffff;
}

div.content-block[data-type="accordion"] > ul.item-list > li.category > h6 {
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
  padding: 20px 35px 20px 20px;
}

div.content-block[data-type="accordion"] > ul.item-list > li.item {
  border-bottom: 1px solid #ffffff;
}

div.content-block[data-type="product-detail"] div.content-block[data-type="accordion"] > ul.item-list > li.item {
  border-bottom: 1px solid #7f8082;
}

div.content-block[data-type="accordion"] > ul.item-list > li.item > h4 {
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
  cursor: pointer;
  padding: 20px 35px 20px 20px;
}

div.content-block[data-type="accordion"] > ul.item-list > li.item > h4 > a {
  color: inherit;
  text-decoration: none;
}

div.content-block[data-type="accordion"] > ul.item-list > li.item > h4:after {
  position: absolute;
  right: 20px;
  font-size: 14px;
  content: url(../img/icon_acc_but_.svg);
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  color: inherit;
  color: #000000;
}

div.content-block[data-type="product-detail"] div.content-block[data-type="accordion"] > ul.item-list > li.item > h4:after {
  color: inherit;
}

div.content-block[data-type="accordion"] > ul.item-list > li.item[data-expanded="yes"] > h4:after {
  content: url(../img/icon_acc_but.svg);
}

div.content-block[data-type="product-detail"] div.content-block[data-type="accordion"] > ul.item-list > li.item > h4 {
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  padding: 15px 35px 15px 15px;
  background-image: url(../img/icon_acc_but.png);
  background-position: calc(100% - 10px) 20px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

div.content-block[data-type="product-detail"] div.content-block[data-type="accordion"] > ul.item-list > li.item[data-elabel="yes"] > h4 {
  background-image: url(../img/icon_elabel.svg);
}

div.content-block[data-type="product-detail"] div.content-block[data-type="accordion"] > ul.item-list > li.item > h4:after {
  display: none;
}

div.content-block[data-type="product-detail"] div.content-block[data-type="accordion"] > ul.item-list > li.item[data-expanded="yes"] > h4 {
  background-image: url(../img/icon_acc_but_.png);
}

div.content-block[data-type="accordion"] > ul.item-list > li.item > div.details {
  display: none;  
  padding: 0 15px 15px 15px;
}

div.content-block[data-type="accordion"] > ul.item-list > li.item > div.details > div.image {
  margin: 0 0 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

div.content-block[data-type="accordion"] > ul.item-list > li.item > div.details > div.image[data-orientation="left"] {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 300px;
}

div.content-block[data-type="accordion"] > ul.item-list > li.item > div.details > div.image[data-orientation="right"] {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 300px;
}

div.content-block[data-type="accordion"] > ul.item-list > li.item > div.details > div.image img {
  max-width: 100%;
  display: inline-block;
}

div.content-block[data-type="accordion"] > ul.item-list > li.item > div.details > div.image h6 {
  margin: 5px 0 0 0;
  display: block;
  /*font-style: italic;*/
  font-size: 0.8em;
  text-align: center;
}

div.content-block[data-type="product-detail"] {
  background-color: #323232;
  color: #ffffff;
  padding: 30px;
}

div.content-block[data-type="product-detail"] > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  height: 100%;
}

div.content-block[data-type="product-detail"] > ul.item-list > li.item {
  width: 50%;
  height: inherit;
}

div.content-block[data-type="product-detail"] > ul.item-list > li.item:first-of-type {
  width: calc(50% - 25px);
  margin: 0 25px 0 0;
  background-image: url(../img/detail_glow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

div.content-block[data-type="product-detail"] div.disrupter {
  position: absolute;
  z-index: 2;
  background-image: url(../img/disrupter_gold.png);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 23px;
  color: #ffffff;
  height: 86px;
  width: 86px;
  margin: 0;
  font-family: 'Droid Serif W01 Bold';
  text-transform: uppercase;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

div.content-block[data-type="product-detail"] div.disrupter[data-type="Aktion"] {
  background-image: url(../img/disrupter_red.png);
  font-size: 15px;
}

div.content-block[data-type="product-detail"] div.disrupter[data-type="Aktion des Monats"] {
  background-image: url(../img/disrupter_angebotmonat.png);
}

div.content-block[data-type="product-detail"] div.disrupter[data-type="Aktion des Monats"] > span {
  display: none;
}

div.content-block[data-type="product-detail"] div.image {
  text-align: center;
  z-index: 1;
}

div.content-block[data-type="product-detail"] div.image > img {
  display: inline-block;
  max-height: 430px;
  max-width: 100%;
}

div.content-block[data-type="product-detail"] div.predicates {
  position: relative;
  margin: 25px 0 0 0;
  z-index: 3;
}

div.content-block[data-type="product-detail"] div.predicates > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  margin: 0 0 0 -10px;
  max-width: 100%;
}

div.content-block[data-type="product-detail"] div.predicates > ul.item-list > li.item {
  margin: 0 0 15px 10px;
}

div.content-block[data-type="product-detail"] div.predicates > ul.item-list > li.item img {
  max-width: 100%;
  display: block;
}

div.content-block[data-type="product-detail"] div.predicates > ul.item-list > li.item h6 {
  display: none;
}

div.content-block[data-type="product-detail"] div._PREDICATE_DETAILS_ {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  background-color: #323232;
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
  max-width: calc(50% - 20px);
  z-index: 4;
}

div.content-block[data-type="product-detail"] div._PREDICATE_DETAILS_ div.predicates > ul.item-list {
  display: block;
}

div.content-block[data-type="product-detail"] div._PREDICATE_DETAILS_ div.predicates > ul.item-list > li.item {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  max-width: 100%;
}

div.content-block[data-type="product-detail"] div._PREDICATE_DETAILS_ div.predicates > ul.item-list > li.item h6 {
  display: block;
  padding: 0 0 0 20px;
  width: calc(100% - 122px);
}

div.content-block[data-type="product-detail"] h1 {
  font-size: 32px;
  font-family: 'Droid Serif W01 Bold';
  color: #ffffff;
  margin: 0 0 12px 0;
}

div.content-block[data-type="product-detail"] h2 {
  font-size: 18px;
  margin: 0 0 12px 0;
}

div.content-block[data-type="product-detail"] div.shipping-free {
  font-size: 14px;
  margin: 0 0 20px 0;
  color: #aca189;
  font-weight: 600;
  font-style: italic;
}

div.content-block[data-type="product-detail"] div.special-info {
  font-size: 18px;
  margin: 0 0 20px 0;
}

div.content-block[data-type="product-detail"] div.price {
  margin: 0 0 20px 0;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
}

div.content-block[data-type="product-detail"] div.price > div.current {
  margin: 0 14px 0 0;
  font-size: 32px;
  color: #ffffff;
}

div.content-block[data-type="product-detail"] div.price > div.orig-price {
  margin: 0 14px 0 0;
  color: #7f8082;
  text-decoration: line-through;
}

div.content-block[data-type="product-detail"] div.price > div.info {
  color: #7f8082;
}

div.content-block[data-type="product-detail"] div.campaign-alert {
  margin: 0 0 12px 0;
  color: #c3af6d;
}

div.content-block[data-type="product-detail"] div.available-alert {
  margin: 0 0 25px 0;
  color: #c3af6d;
}

div.content-block[data-type="product-detail"] div.order {
  width: 215px;
  margin: 0 0 25px 0;
}

div.content-block[data-type="product-detail"] div.order > form {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  height: 43px;
}

div.content-block[data-type="product-detail"] div.order > form[data-hidden="yes"] {
  display: none;
}

div.content-block[data-type="product-detail"] div.order > form > div.input {
  width: 48px;
  height: inherit;
}

div.content-block[data-type="product-detail"] div.order > form > div.input > div.label {
  display: none;
}

div.content-block[data-type="product-detail"] div.order > form > div.input > div.data {
  text-align: center;
  font-size: 12px;
  height: inherit;
  padding: 0;
  border-color: #c3af6d;
}

div.content-block[data-type="product-detail"] div.order > form > div.input > div.data > input {
  text-align: center;
  font-size: 12px;
  width: 48px;
  height: calc(100% - 2px);
  padding: 0;
  background: #ffffff;
  border: 1px solid #c3af6d;
  color: #c3af6d !important;
}

div.content-block[data-type="product-detail"] div.order > form > div.submit {
  height: inherit;
  width: calc(100% - 48px);
}

div.content-block[data-type="product-detail"] div.order > form > div.submit > button[type="submit"] {
  height: inherit;
  background-color: #c3af6d;
  color: #ffffff;
  text-align: center;
  width: 100%;
  border: 1px solid #c3af6d;  
  font-size: 12px;
  font-family: 'Droid Serif W01 Bold';
  /*font-style: italic;*/
  text-transform: uppercase;
}

div.content-block[data-type="product-list"] {
  margin: 0 0 5px 0;
}

div.content-block[data-type="product-list"] > div.navigation {
  display: none;
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 25%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  background: none !important;
}

div.content-block[data-type="product-list"] > div.navigation > div.prev,
div.content-block[data-type="product-list"] > div.navigation > div.next {
  display: none;
  position: absolute;
  left: 5px;
  color: #ffffff;
}

div.content-block[data-type="product-list"] > div.navigation > div.next {
  left: inherit;
  right: 5px;
}

div.content-block[data-type="product-list"] > div.navigation > div.prev:after,
div.content-block[data-type="product-list"] > div.navigation > div.next:after {
  content: "\f053";
  font-size: 40px;
  font-family: FontAwesome;
}

div.content-block[data-type="product-list"] > div.navigation > div.next:after {
  content: "\f054";
}

div.content-block[data-type="product-list"] > div.quicknavigation {
  display: none;
  position: relative;
  z-index: 2;
  width: 100%;
}

div.content-block[data-type="product-list"] > div.quicknavigation > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  margin-top: 10px;
}

div.content-block[data-type="product-list"] > div.quicknavigation > ul.item-list > li.item {
  margin: 0 5px 0 0;
}

div.content-block[data-type="product-list"] > div.quicknavigation > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.content-block[data-type="product-list"] > div.quicknavigation > ul.item-list > li.item > div.button {
  cursor: pointer;
  display: inline-block;
}

div.content-block[data-type="product-list"] > div.quicknavigation > ul.item-list > li.item > div.button:after {
  content: "\f111";
  font-family: FontAwesome;
  color: inherit;
  font-size: 24px;
}

div.content-block[data-type="product-list"] > div.quicknavigation > ul.item-list > li.item[data-active="yes"] > div.button:after {
  content: "\f10c";
}

div.content-block[data-type="product-list"] > div.list {
  z-index: 1;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -25px;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item {
  width: calc(25% - 25px);
  margin: 0 0 25px 25px;
  padding: 0 0 40px 0;
  cursor: pointer;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content {
  height: 100%;
  padding: 0 0 20px 0;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.disrupter {
  position: absolute;
  z-index: 2;
  background-image: url(../img/disrupter_gold.png);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 23px;
  color: #ffffff;
  height: 86px;
  width: 86px;
  margin: 10px 0 0 10px;
  font-family: 'Droid Serif W01 Bold';
  text-transform: uppercase;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.disrupter[data-type="Aktion"] {
  background-image: url(../img/disrupter_red.png);
  font-size: 15px;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.disrupter[data-type="Aktion des Monats"] {
  background-image: url(../img/disrupter_angebotmonat.png);
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.disrupter[data-type="Aktion des Monats"] > span {
  display: none;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.image {
  margin: 0 0 15px 0;
  background-color: #e8e3d9;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 1;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.image img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > h4 {
  font-weight: 400;
  color: #000000;
  margin: 0 0 5px 0;
  font-size: 18px;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > h4 > a {
  color: inherit;
  text-decoration: none;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > h5 {
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #77787a;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.special-info {
  margin: 0 0 5px 0;
  font-size: 12px;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.price {
  position: absolute;
  bottom: 0;
  width: 100%;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.price > div.special-info {
  position: absolute;
  margin: 3px 0 0 0;
  font-size: 12px;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.price > h6 {
  font-family: 'Droid Serif W01 Bold';
  font-size: 18px;
  color: #000000;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.price > h6 span[data-origprice="yes"] {
  font-size: 12px;
  text-decoration: line-through;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.price > div.info {
  font-size: 10px;
  color: #7f8082;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.campaign-alert {
  color: #940105;
  font-size: 12px;
  margin: -5px 0 5px 0;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.available-alert {
  color: #940105;
  font-size: 12px;
  margin: -5px 0 5px 0;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.order {
  position: absolute;
  display: none;
  top: 237px;
  width: calc(100% - 40px);
  left: 20px;
  z-index: 3;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item:hover > div.content > div.order {
  display: block;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.order > form {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  height: 43px;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.order > form[data-hidden="yes"] {
  display: none;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.order > form > div.input {
  width: 48px;
  height: inherit;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.order > form > div.input > div.label {
  display: none;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.order > form > div.input > div.data {
  text-align: center;
  font-size: 12px;
  height: inherit;
  padding: 0;
  border-color: #000000;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.order > form > div.input > div.data > input {
  text-align: center;
  font-size: 12px;
  width: 48px;
  height: calc(100% - 2px);
  padding: 0;
  background: #ffffff;
  border: 1px solid #c3af6d;
  color: #c3af6d !important;
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.order > form > div.submit {
  height: inherit;
  width: calc(100% - 48px);
}

div.content-block[data-type="product-list"] > div.list > ul.item-list > li.item > div.content > div.order > form > div.submit > button[type="submit"] {
  height: inherit;
  background-color: #c3af6d;
  color: #ffffff;
  text-align: center;
  width: 100%;
  border: 1px solid #c3af6d;  
  font-size: 12px;
  font-family: 'Droid Serif W01 Bold';
  /*font-style: italic;*/
  text-transform: uppercase;
}

div.content-block[data-type="result-list"] {
  margin: 0 auto 30px auto;
  width: 718px;
  max-width: 100%;
}

div.content-block[data-type="result-list"] > div.navigation {
  margin: 0 0 20px 0;
}

div.content-block[data-type="result-list"] > div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  justify-content: flex-end;
}

div.content-block[data-type="result-list"] > div.navigation > ul.item-list > li.item {
  color: inherit;
  font-family: 'Droid Serif W01 Bold';
}

div.content-block[data-type="result-list"] > div.navigation > ul.item-list > li.item > a {
  color: inherit;
  background-repeat: no-repeat;
  background-position: left center;
}

div.content-block[data-type="result-list"] > div.navigation > ul.item-list > li.item[data-type="prev"] > a,
div.content-block[data-type="result-list"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  width: 48px;
  background-image: url(../img/arrow_grey_left.png);
  display: block;
  height: 21px;
}

div.content-block[data-type="result-list"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  background-image: url(../img/arrow_grey.png);
  background-position: right center;
}

div.content-block[data-type="result-list"] > div.list {
  background-color: #e8e3d9;
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.category {
  border-bottom: 1px solid #ffffff;
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.category > h6 {
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
  padding: 20px 35px 20px 20px;
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.item {
  border-bottom: 1px solid #ffffff;
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.item > h5 {
  font-size: 14px;
  font-family: 'Droid Serif W01 Bold';
  padding: 20px 35px 0 20px;
  margin: 0;
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.item > h4 {
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
  cursor: pointer;
  padding: 20px 35px 20px 20px;
  margin: 0;
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.item[data-expanded="yes"] > h4:after {
  content: "\f00d";
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.item > div.details {
  padding: 0 15px 15px 15px;
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.item > div.details > div.image {
  margin: 0 0 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.item > div.details > div.image[data-orientation="left"] {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 300px;
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.item > div.details > div.image[data-orientation="right"] {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 300px;
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.item > div.details > div.image img {
  max-width: 100%;
  display: inline-block;
}

div.content-block[data-type="result-list"] > div.list > ul.item-list > li.item > div.details > div.image h6 {
  margin: 5px 0 0 0;
  display: block;
  /*font-style: italic;*/
  font-size: 0.8em;
  text-align: center;
}

div.content-block[data-type="result-list-accordion"] {
  margin: 0 auto 30px auto;
  width: 718px;
  max-width: 100%;
}

div.content-block[data-type="result-list-accordion"][data-variant="order-history"] {
  width: auto;
}

div.content-block[data-type="result-list-accordion"] > div.navigation {
  margin: 0 0 20px 0;
}

div.content-block[data-type="result-list-accordion"] > div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  justify-content: flex-end;
}

div.content-block[data-type="result-list-accordion"] > div.navigation > ul.item-list > li.item {
  color: inherit;
  font-family: 'Droid Serif W01 Bold';
}

div.content-block[data-type="result-list-accordion"] > div.navigation > ul.item-list > li.item > a {
  color: inherit;
  background-repeat: no-repeat;
  background-position: left center;
}

div.content-block[data-type="result-list-accordion"] > div.navigation > ul.item-list > li.item[data-type="prev"] > a,
div.content-block[data-type="result-list-accordion"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  width: 48px;
  background-image: url(../img/arrow_grey_left.png);
  display: block;
  height: 21px;
}

div.content-block[data-type="result-list-accordion"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  background-image: url(../img/arrow_grey.png);
  background-position: right center;
}

div.content-block[data-type="result-list-accordion"] > div.list {
  background-color: #e8e3d9;
}

div.content-block[data-type="result-list-accordion"] > div.list > ul.item-list > li.category {
  border-bottom: 1px solid #ffffff;
}

div.content-block[data-type="result-list-accordion"] > div.list > ul.item-list > li.category > h6 {
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
  padding: 20px 35px 20px 20px;
}

div.content-block[data-type="result-list-accordion"] > div.list > ul.item-list > li.item {
  border-bottom: 1px solid #ffffff;
}

div.content-block[data-type="result-list-accordion"] > div.list > ul.item-list > li.item > h4 {
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
  cursor: pointer;
  padding: 20px 35px 20px 20px;
}

div.content-block[data-type="result-list-accordion"] > div.list > ul.item-list > li.item > h4:after {
  position: absolute;
  right: 20px;
  font-size: 14px;
  content: url(../img/icon_acc_but2_.svg);
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  color: inherit;
  color: #000000;
}

div.content-block[data-type="result-list-accordion"] > div.list > ul.item-list > li.item[data-expanded="yes"] > h4:after {
  content: url(../img/icon_acc_but2.svg);
}

div.content-block[data-type="result-list-accordion"] > div.list > ul.item-list > li.item > div.details {
  display: none;  
  padding: 0 15px 15px 15px;
}

div.content-block[data-type="result-list-accordion"] > div.list > ul.item-list > li.item > div.details > div.content-block:last-child {
  margin: 0;
}

div.content-block[data-type="result-list-accordion"] > div.list > ul.item-list > li.item > div.details > div.order-state {
  margin: 0 0 15px 0;
}

div.content-block[data-type="result-list-tile"] > div.navigation {
  margin: 0 0 20px 0;
}

div.content-block[data-type="result-list-tile"] > div.navigation > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  justify-content: center;
}

div.content-block[data-type="result-list-tile"] > div.navigation > ul.item-list > li.item {
  color: inherit;
  font-family: 'Droid Serif W01 Bold';
}

div.content-block[data-type="result-list-tile"] > div.navigation > ul.item-list > li.item > a {
  color: inherit;
  background-repeat: no-repeat;
  background-position: left center;
}

div.content-block[data-type="result-list-tile"] > div.navigation > ul.item-list > li.item[data-type="prev"] > a,
div.content-block[data-type="result-list-tile"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  width: 48px;
  background-image: url(../img/arrow_grey_left.png);
  display: block;
  height: 21px;
}

div.content-block[data-type="result-list-tile"] > div.navigation > ul.item-list > li.item[data-type="next"] > a {
  background-image: url(../img/arrow_grey.png);
  background-position: right center;
}

div.content-block[data-type="result-list-tile"] > div.list > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -25px;
}

div.content-block[data-type="result-list-tile"] > div.list > ul.item-list > li.item {
  width: calc(25% - 25px);
  margin: 0 0 25px 25px;
  padding: 0;
  cursor: pointer;
  background-color: #e8e3d9;
}

div.content-block[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content {
  height: calc(100% - 80px);
  padding: 20px 20px 60px 20px;
}

div.content-block[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > div.image {
  margin: -20px -20px 10px -20px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

div.content-block[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > div.image img {
  display: inline-block;
  max-width: 100%;
}

div.content-block[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > h4 {
  font-family: 'Droid Serif W01 Bold';
  margin: 0;
  font-size: 18px;
}

div.content-block[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > h4 > a {
  color: inherit;
  text-decoration: none;
}

div.content-block[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > h5 {
  font-family: 'Droid Serif W01 Bold';
  margin: 0 0 10px 0;
  font-size: 12px;
}

div.content-block[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > div.link {
  position: absolute;
  bottom: 20px;
}

div.content-block[data-type="result-list-tile"] > div.list > ul.item-list > li.item > div.content > div.link > a {
  display: block;
  background-image: url(../img/icon_result_link.png);
  padding: 0 0 0 38px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

div.content-block[data-type="gallery"] {
  margin: 0 0 22px 0;
}

div.content-block[data-type="gallery"] > div.list {
  margin: 0 0 0 -8px;
}

div.content-block[data-type="gallery"] > div.list > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  margin: 0;
}

div.content-block[data-type="gallery"] > div.list > ul.item-list > li.item {
  width: calc((100% / 4) - 8px);
  max-width: calc((100% / 4) - 8px);
  margin: 0 0 8px 8px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}

div.content-block[data-type="gallery"][data-variant="masonryY"] > div.list > ul.item-list > li.item {
  width: auto;
  max-width: calc((100% / 1) - 8px);
  height: 250px;
  overflow: hidden;
}

div.content-block[data-type="gallery"] > div.list > ul.item-list > li.item img {
  max-width: 100%;
  height: inherit;
  max-height: 100%;
}

div.content-block[data-type="gallery"][data-variant="masonryY"] > div.list > ul.item-list > li.item img {
  max-width: none;
  visibility: hidden;
  height: inherit;
}

div.content-block[data-type="infobox"] {
  margin: 0 auto 30px auto;
  width: 718px;
  max-width: 100%;
  padding: 0 0 0 0;
  background-color: #e8e3d9;
}

div.content-block[data-type="infobox"] > div.image {
  margin: 0 0 10px 0;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

div.content-block[data-type="infobox"] > div.image img {
  display: inline-block;
  max-width: 100%;
}

div.content-block[data-type="infobox"] > div.text {
  padding: 30px;
}

div.content-block[data-type="infobox"] > div.text > h4 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

div.content-block[data-type="infobox"] > div.text > p:last {
  margin: 0;
}

div.content-block[data-type="citation"] {
  margin: 0 auto 30px auto;
  width: 718px;
  max-width: 100%;
  padding: 0 0 17px 0;
  color: #ffffff;
  font-size: 30px;
  background-image: url(../img/citation_shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;  
}

div.content-block[data-type="citation"] > div.text {
  text-align: center;
  /*font-style: italic;*/
  padding: 30px;
  background-color: #ceb16b;
}

div.content-block[data-type="citation"] > div.text > div.source {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  margin-top: 20px;
}

div.content-block[data-type="eyecatcher-list"] {
  margin: 0 0 5px 0;
}

div.content-block[data-type="eyecatcher-list"] > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -25px;
}

div.content-block[data-type="eyecatcher-list"] > ul.item-list > li.item {
  width: calc(100% / 3 - 25px);
  margin: 0 0 25px 25px;
}

div.content-block[data-type="eyecatcher-list"] > ul.item-list > li.item > div.content > div.image {
  background-image: url(../img/eyecatcher_shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;  
  padding: 0 0 20px 0;
  overflow: hidden;
}

div.content-block[data-type="eyecatcher-list"] > ul.item-list > li.item > div.content > div.image img {
  display: block;
}

div.content-block[data-type="eyecatcher-list"] > ul.item-list > li.item > div.content > h4 {
  font-size: 18px;
  margin: -5px 0 0 0;
}

div.content-block[data-type="reference-list"] {
  margin: 0 0 5px 0;
}

div.content-block[data-type="reference-list"] > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -25px;
}

div.content-block[data-type="reference-list"] > ul.item-list > li.item {
  width: calc(100% / 3 - 25px);
  margin: 0 0 25px 25px;
}

div.content-block[data-type="reference-list"] > ul.item-list > li.item > div.content > div.image {
  background-image: url(../img/eyecatcher_shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;  
  padding: 0 0 20px 0;
  overflow: hidden;
}

div.content-block[data-type="reference-list"] > ul.item-list > li.item > div.content > div.image img {
  display: block;
}

div.content-block[data-type="reference-list"] > ul.item-list > li.item > div.content > h4 {
  font-size: 18px;
  margin: -5px 0 0 0;
}

div.content-block[data-type="content-list"] > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -25px;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item {
  width: calc(25% - 25px);
  margin: 0 0 25px 25px;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item[data-haslink="yes"] {
  cursor: pointer;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item[data-haslink="yes"]:hover {
  opacity: 0.8;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item[data-size="2"] {
  width: calc(50% - 25px);
}

div.content-block[data-type="content-list"] > ul.item-list > li.item[data-size="3"] {
  width: calc(75% - 25px);
}

div.content-block[data-type="content-list"] > ul.item-list > li.item[data-size="4"] {
  width: calc(100% - 25px);
}

div.content-block[data-type="content-list"] > ul.item-list > li.item > div.content {
  height: 100%;
  padding: 15px 15px 0 15px;
  background-color: #e8e3d9;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item[data-variant="transparent"] > div.content {
  height: 100%;
  padding: 0 0 0 0;
  background-color: transparent;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item > div.content > div.image {
  height: 180px;
  overflow: hidden;
  margin: -15px -15px 15px -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item[data-variant="transparent"] > div.content > div.image {
  margin: 0 0 15px 0;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item > div.content > div.image > a {
  display: block;
  height: inherit;
  width: auto;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item > div.content > div.image img {
  height: inherit;
  max-width: inherit;
  max-height: 100%;
  visibility: hidden;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item > div.content > h4 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item > div.content > div.link {
  position: absolute;
  bottom: 15px;
  font-size: 16px;
  font-family: 'Droid Serif W01 Bold';
  color: #b39e01;
  display: none !important;
}

div.content-block[data-type="content-list"] > ul.item-list > li.item > div.content > div.link > a {
  display: block;
  padding: 0 0 0 45px;
  background-image: url(../img/arrow_gold.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: inherit;
}

div.content-block[data-type="abstract"] {
  font-size: 18px;
}

div.content-block[data-type="abstract"] > div.image {
  margin: 0 0 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

div.content-block[data-type="abstract"] > div.image[data-orientation="left"] {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 300px;
}

div.content-block[data-type="abstract"] > div.image[data-orientation="right"] {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 300px;
}

div.content-block[data-type="abstract"] > div.image img {
  max-width: 100%;
  display: inline-block;
}

div.content-block[data-type="abstract"] > div.image h6 {
  margin: 5px 0 0 0;
  display: block;
  /*font-style: italic;*/
  font-size: 0.8em;
  text-align: center;
}

div.content-block[data-type="info-list"] {
  margin: 0 0 5px 0;
}

div.content-block[data-type="info-list"] > ul.item-list {
  z-index: 1;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  display: flex;
  flex-flow: wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0 0 0 -25px;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item {
  width: calc(25% - 25px);
  margin: 0 0 25px 25px;
  background-color: #aca189 !important;
  color: #ffffff;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item > div.content {
  height: calc(100% - 25px);
  padding: 15px;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item > div.content a {
  color: inherit;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item > div.content > h5 {
  font-family: 'Droid Serif W01 Bold';
  margin: 0 0 25px 0;
  font-size: 18px;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item[data-type="newsletter"] > div.content > div.text:before {
  position: relative;  
  display: block;
  content: "";
  background-image: url('../img/icon_newsletter.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 57px;
  margin: 0 0 15px 0;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item[data-type="shopinfos"] > div.content > div.text > ul.item-list {
  list-style-type: disc;
  margin: 0 0 0 20px;
  padding: 0;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item[data-type="shopinfos"] > div.content > div.text > ul.item-list > li.item {
  margin: 0 0 10px 0;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item[data-type="shopinfos"] > div.content > div.text > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item[data-type="rabatt"] > div.content > div.text > ul.item-list {
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
  margin: 12px 0 12px 0;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item[data-type="rabatt"] > div.content > div.text > ul.item-list > li.item {
  margin: 0 0 10px 0;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item[data-type="rabatt"] > div.content > div.text > ul.item-list > li.item > span.number {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 11px;
  color: #000000;
  margin: 0 5px 0 0;
  width: 25px;
  text-align: center;
  /*font-weight: 800;*/
  font-weight: 700;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item[data-type="rabatt"] > div.content > div.text > ul.item-list > li.item > span.number:after {
  content: "\f111";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 34px;
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -2px;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item > div.content > div.text > span.phone {
  display: block;
  height: 40px;
  font-family: 'Droid Serif W01 Bold';
  font-size: 18px;
  background-image: url(../img/icon_phone_white.png);
  background-position: left 0;
  background-repeat: no-repeat;
  padding: 0 0 0 38px;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item > div.content > div.link {
  margin: 10px 0 0 0;
}

div.content-block[data-type="info-list"] > ul.item-list > li.item > div.content > div.link > a {
  display: block;  
  padding: 0 0 0 38px;
  background-image: url(../img/icon_infolink.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-family: 'Droid Serif W01 Bold';
}

div#footer {
  background-color: #d7c99e;
  padding: 35px 0 35px 0;
  background-image: url(../img/banderole.png);
  background-repeat: repeat-x;
  background-position: center top;
  color: #474845;
}

div#footer a {
  color: inherit;
}

div#footer div.payment {
  border-bottom: 1px solid #474845;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
}

div#footer div.payment > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

div#footer div.payment > ul.item-list > li.item {
  margin: 0 35px 0 0;
}

div#footer div.payment > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div#footer div.payment > ul.item-list > li.item[data-type="label"] {
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
}

div#footer div.delivery {
  border-bottom: 1px solid #77787a;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
}

div#footer div.delivery > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

div#footer div.delivery > ul.item-list > li.item {
  margin: 0 35px 0 0;
}

div#footer div.delivery > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div#footer div.delivery > ul.item-list > li.item[data-type="label"] {
  font-size: 18px;
  font-family: 'Droid Serif W01 Bold';
}

div#footer div.delivery > ul.item-list > li.item img {
  display: inline-block;
  margin: 0 8px -10px 0;
}

div#footer div.shortlinks {
  font-size: 13px;
}

div#footer div.shortlinks > ul.item-list {
  display: -webkit-flex;
  -webkit-flex-flow: nowrap;
  display: flex;
  flex-flow: nowrap;
  width: 100%;
  justify-content: space-between;
}

div#footer div.shortlinks > ul.item-list > li.item {
  margin: 0 60px 0 0;
}

div#footer div.shortlinks > ul.item-list > li.item:last-of-type {
  margin: 0;
}

div#footer div.shortlinks > ul.item-list > li.item > h6 {
  font-family: 'Droid Serif W01 Bold';
  margin: 0 0 5px 0;
}

div#footer div.shortlinks > ul.item-list > li.item li.item {
  margin: 0 0 3px 0;
}

div#footer div.shortlinks > ul.item-list > li.item li.item:last-of-type {
  margin: 0;
}

div#footer div.external-logos {
  position: relative;
  right: 0;
  top: 0;
}

div#footer div.external-logos > ul.item-list {
}

div#footer div.external-logos > ul.item-list > li.item {
  margin: 0 0 10px 0 !important;
  text-align: right;
}

div#footer div.external-logos > ul.item-list > li.item:last-of-type {
  margin: 0 !important;
}

table.layout,
div#cmpcookieinfo > table {
  width: 100%;
  border-left: 1px solid #F6C8C6;
  border-collapse: collapse;
  font-size: 0.8em;
  max-width: 100%;
}

table.layout th,
div#cmpcookieinfo > table th {
  font-weight: bold;
  background-color: #dc261c;
  color: #ffffff;
  padding: 4px;
  border-right: 1px solid #F6C8C6;
  border-bottom: 1px solid #F6C8C6;
}

table.layout td,
div#cmpcookieinfo > table td {
  border-right: 1px solid #F6C8C6;
  border-bottom: 1px solid #F6C8C6;
  padding: 4px;
}

ul.richtext-list {
  margin: 0 0 0 40px;
  padding: 0 0 0 0;
  list-style-type: square;
}

ul.richtext-list li {
  margin: 0 0 10px 0;
  padding: 0;
}

@media screen and (max-width: 1024px) { 
  div#header div#navigation > ul.item-list li.item > a,
  div#header div#navigation > ul.item-list li.item > h5 {
    color: #000000;
  }
  div#footer div.shortlinks > ul.item-list {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: flex-start;
  }  
  div#footer div.shortlinks > ul.item-list > li.item {
    width: 50%;
    margin: 20px 0 20px 0;
  }  
  div#footer div.shortlinks > ul.item-list > li.item:last-of-type {
    width: 100%;
    margin: 40px 0 0 0;
  }  
  div#footer div.shortlinks > ul.item-list {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: flex;
    flex-flow: wrap;
    width: auto;
    justify-content: flex-start;
  }  
  div#footer div.external-logos > ul.item-list {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: flex;
    flex-flow: wrap;
    width: auto;
    justify-content: space-between;
  }  
  div#footer div.external-logos > ul.item-list > li.item {
    margin-bottom: 20px;
  }  
}  

@media screen and (max-width: 600px) { 
  div#footer div.shortlinks > ul.item-list > li.item {
    width: auto;
    margin: 20px 0 20px 0;
  } 
}  







