/**********************************************
/* Sitemap
/*********************************************/
#sitemapContainer a {
  text-decoration: none;
}
#sitemapContainer a:hover {
  text-decoration: underline;
}

/**********************************************
/* News
/*********************************************/
#news img.pull-right, #news img.pull-left {
  margin-bottom: 20px;
}
#news .item.row hr {
  margin-left: 20px;
  margin-right: 20px;
}
#news .item.row.row-small hr {
  margin-left: 10px;
  margin-right: 10px;
}
#news .item p {
  margin-bottom: 20px;
}
#news .item.last, #news .item:last-child {
  margin-bottom: 0;
}
#news .item.last hr, #news .item:last-child hr {
  display: none;
}
#news #newsPages {
  clear: both;
  text-align: right;
}
#news #newsPages.top {
  margin-bottom: 20px;
}
#news #newsPages.bottom {
  margin-top: 20px;
}
#news #newsPages .item {
  padding: 0 5px;
  display: inline-block;
}
#news #newsPages .previous,
#news #newsPages .next {
  padding: 0 10px;
}
#news #newsPages a {
  text-decoration: none;
}
#news #newsPages a:hover {
  text-decoration: underline;
}
#news.archive hr,
#news .archive hr {
  margin: 0.5em 0;
}
#news.archive a,
#news .archive a {
  text-decoration: none;
}
#news.archive a:hover .content,
#news .archive a:hover .content {
  text-decoration: underline;
}
#news.archive .item:last-type hr,
#news .archive .item:last-type hr {
  display: none;
}
#news #album_container .photos {
  margin-top: 1em;
}
#news #album_container .photos a {
  float: left;
  width: 130px;
  height: 100px;
  line-height: 100px;
  margin: 0 15px 15px 0;
  text-align: center;
  vertical-align: middle;
}
#news #album_container .photos a {
  vertical-align: middle;
}
#news #album_container .photos a.alt {
  margin-right: 0;
}
#news #album_container .photos a img {
  max-width: 139px;
  max-height: 92px;
}
#news #album_container .photos a.radius {
  border-radius: 5px;
}
#news .social {
  margin-bottom: 20px;
}
#news .addNewsComment {
  clear: both;
  margin-bottom: 20px;
}
#news .addNewsComment hr {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
#news .addNewsComment .captchaImage {
  margin-bottom: 0.5em;
  margin-right: 10px;
}
#news .newsComments {
  margin-bottom: 20px;
}
#news .newsComments p {
  margin: 0;
}
#news .newsComments .comment {
  margin-bottom: 20px;
}
#news .newsComments .comment:last-child {
  margin: 0;
}

@media (min-width: 0) and (max-width: 990px) {
  #news #newsPages {
    text-align: center;
  }
}
/**********************************************
/* Photoalbum
/*********************************************/
#album_container.row {
  margin-left: -10px;
  margin-right: -10px;
}
#album_container.row > div {
  padding-left: 10px;
  padding-right: 10px;
}
#album_container .margin {
  margin-bottom: 20px;
}
#album_container .album {
  border: 1px #ccc solid;
  min-height: 200px;
  text-decoration: none;
  display: block;
}
#album_container .album > .inner {
  padding: 20px;
}
#album_container .album > .inner .image {
  height: 200px;
  display: block;
}
#album_container .album > .inner .text h3 {
  margin: 0 0 0.5em 0;
}
#album_container .album > .inner .text > .inner {
  padding-top: 20px;
}
#album_container .album > .inner .text > .inner.background {
  padding: 10px;
}
#album_container .album:hover .image {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#photo_container.row {
  margin-left: -10px;
  margin-right: -10px;
}
#photo_container.row > div {
  padding-left: 10px;
  padding-right: 10px;
}
#photo_container .margin {
  margin-bottom: 20px;
}
#photo_container .photo {
  display: block;
  border: 1px #ccc solid;
}
#photo_container .photo > .inner {
  padding: 20px;
}
#photo_container .photo > .inner .image {
  height: 200px;
  display: block;
}
#photo_container .photo > .inner .text h3 {
  margin: 0 0 0.5em 0;
}
#photo_container .photo > .inner .text > .inner {
  padding-top: 20px;
}
#photo_container .photo > .inner .text > .inner.background {
  padding: 10px;
}
#photo_container .photo > .inner .text > .inner.content {
  line-height: 1em;
}
#photo_container .photo:hover .image {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/**********************************************
/* Shop - Basket
/*********************************************/
#bBasket {
  clear: both;
}
#bBasket a {
  cursor: pointer;
}
#bBasket .clearfix:after,
#bBasket .inner:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
#bBasket .lightColor {
  color: inherit;
  background: #eff3f5;
}
#bBasket .grayed {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#bBasket input.text,
#bBasket select.country {
  width: 48%;
  margin: 0;
}
#bBasket .icheckbox_flat,
#bBasket .iradio_flat {
  margin-right: 5px;
  margin-bottom: 0;
}
#bBasket .bRow .bCol.value .bCol input.text {
  width: 100%;
}
#bBasket .btnIcon {
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  white-space: nowrap;
  display: inline-block;
  border: none;
  cursor: pointer;
  outline: 0;
}
#bBasket .btnIcon.btnUpdateLine {
  background: url("/public/images/shop/btn-refresh.png") no-repeat center center;
}
#bBasket .btnIcon.btnRemoveLine {
  margin-left: 5px;
  background: url("/public/images/shop/btn-remove.png") no-repeat center center;
}
#bBasket .btnIcon.btnAddLine {
  margin-left: 5px;
  background: url("/public/images/shop/btn-add.png") no-repeat center center;
}
#bBasket .btnIcon.icomoon, #bBasket .btnIcon.fa {
  -webkit-tap-highlight-color: transparent;
  color: #4d4d4d;
  border-radius: 0.25em;
  background-color: #e4e4e4;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#cccccc));
  /* IE10+ */
  background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%);
  /* W3C */
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#bBasket .btnIcon.icomoon:hover, #bBasket .btnIcon.fa:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #000;
}
#bBasket .button.back {
  float: left;
}
#bBasket .button.back:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  margin-right: 0.5em;
  font-size: 1.1em;
}
#bBasket .button.checkout:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07a";
  margin-left: 0.5em;
  font-size: 1.1em;
}
#bBasket .button.coupon:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06b";
  margin-left: 0.5em;
  font-size: 1.1em;
}
#bBasket .submit {
  float: right;
}
#bBasket .actions .button,
#bBasket .actions button {
  font-size: 1.1em;
  min-width: 150px;
  min-height: 50px;
  line-height: 50px;
}
#bBasket .required .title span:before {
  content: '* ';
}
#bBasket input.radio {
  float: left;
  clear: left;
  margin: 0 0.5em 0.5em 0;
}
#bBasket label {
  color: inherit;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
#bBasket label.destination, #bBasket label.shipping, #bBasket label.payment {
  float: left;
  vertical-align: middle;
}
#bBasket label.radio, #bBasket label.checkbox {
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
}
#bBasket label.radio input {
  margin: 0 5px 0 0;
  float: none;
  position: static;
}
#bBasket span.title {
  color: #000;
  word-wrap: break-word;
}
#bBasket .giftcars input.text {
  width: 90%;
  height: 30px;
  vertical-align: middle;
}
#bBasket .giftcars .alignRight {
  text-align: left;
}
#bBasket .bSpacer {
  margin-bottom: 1em;
}
#bBasket .bRow {
  background-color: rgba(255, 255, 255, 0.8);
}
#bBasket .bRow.line {
  border-bottom: 1px dotted #c1c2c4;
}
#bBasket .bRow.last,
#bBasket .bRow.bTotal {
  border-bottom: none;
}
#bBasket .bRow > .bCol > .inner {
  padding: 8px;
}
#bBasket .bRow.bHead > .bCol > .inner {
  padding: 8px;
}
#bBasket .bRow > .bCol.bDelivery > .inner,
#bBasket .bRow > .bCol.bInvoice > .inner {
  padding: 8px;
}
#bBasket .bRow > .bCol.title > .inner {
  padding: 13px 0;
}
#bBasket .bRow > .bCol > .inner .inner {
  padding: 0;
}
#bBasket .bRow > .bCol.option label {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}
#bBasket .bRow > .bCol.info.form {
  display: block;
}
#bBasket .bRow > .bCol.adjust .text.amount {
  width: 25%;
  height: 25px;
  line-height: 25px;
  margin: 0 8px 0 0;
  text-align: right;
  float: left;
  padding: 0 5px;
}
#bBasket .bRow > .bCol.adjust textarea {
  resize: none;
}
#bBasket .bRow > .bCol.article a:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
#bBasket .bRow > .bCol.article .title {
  display: inline-block;
  position: relative;
}
#bBasket .bRow > .bCol.article .image {
  margin-right: 1em;
  display: block;
  float: left;
  width: 40px;
}
#bBasket .bRow.bTotal {
  color: #311910;
  font-size: 1.3em;
  font-weight: bold;
}
#bBasket .bRow.sub {
  font-size: 1em;
}
#bBasket .bRow.sub .bCol > .inner {
  padding-bottom: 0.5em;
}
#bBasket .bRow.bTotal.last .bCol > .inner {
  padding: 1em 0;
}
#bBasket .bRow.bHead {
  background: #e5ecef;
  color: #000;
  font-weight: bold !important;
}
#bBasket .bRow.bHead.titlePayment {
  margin-bottom: 0;
}
#bBasket .bRow.bHead > .bCol.total {
  font-size: 1em;
}
#bBasket #bTable a.light {
  color: #959595;
  text-decoration: none;
}
#bBasket #bTable a.light:hover {
  color: #959595;
  text-decoration: underline;
}
#bBasket #bTable.addressBook a.light, #bBasket #bTable.chooseAddress a.light {
  margin: 0.5em 0;
  display: inline-block;
}
#bBasket #bTable .bCol.address.bInvoice:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 8px;
  line-height: 1em;
  content: "\f015";
  text-indent: 0;
  font-size: 1.8em;
  color: #c1c2c4;
}
#bBasket #bTable .bCol.address.bDelivery:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 8px;
  line-height: 1em;
  content: "\f0d1";
  text-indent: 0;
  font-size: 1.8em;
  color: #c1c2c4;
}
#bBasket .bOption {
  position: relative;
  display: block;
}
#bBasket .bOption .cRadio {
  width: 70px;
  height: 100%;
  position: absolute;
}
#bBasket .bOption .cRadio .radio {
  position: absolute;
  top: 50%;
  left: 10%;
  height: 13px;
  width: 13px;
  margin-top: -7px;
}
#bBasket .bOption .cInfo {
  float: left;
  margin-left: 70px;
  width: 170px;
  padding: 15px 0;
}
#bBasket .bOption .cChoices {
  margin-left: 240px;
  position: absolute;
  height: 100%;
  width: 200px;
}
#bBasket .bOption .cChoices .choices {
  position: absolute;
  top: 50%;
  left: 0;
  height: 26px;
  width: 100%;
  margin-top: -13px;
}
#bBasket .bOption.active {
  background: #E4E4E4;
}
#bBasket .bOption .choices {
  display: none;
}
#bBasket .bOption.active .choices {
  display: block;
}
#bBasket .bRow.accessory > .bCol.article {
  background-clip: padding-box;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  clear: both;
  display: inline-block;
  position: relative;
  margin-bottom: -1px;
}
#bBasket .bRow.accessory > .bCol.article > .inner {
  position: relative;
  padding: 4px 0 4px 40px;
}
#bBasket .bRow.accessory > .bCol.article > .inner:before {
  background-clip: padding-box;
  color: #34495e;
  display: block;
  font-size: 17px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  left: 12px;
  top: 50%;
  margin-top: -10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
}
#bBasket .bRow.accessory > .bCol.article > .inner > .article {
  float: none !important;
}
#bBasket .textLines .bRow > .bCol > .inner {
  padding: 0;
}
#bBasket .textLines .bRow:first-child > .bCol > .inner {
  padding-top: 8px;
}
#bBasket .textLines .bRow:last-child > .bCol > .inner {
  padding-bottom: 8px;
}
#bBasket .bRow.bPayment {
  margin-bottom: 1em;
}
#bBasket .bRow.discount {
  position: relative;
  background: #f5f5f5;
}
#bBasket .bRow.discount span.title {
  margin-right: 8px;
}
#bBasket .bRow.discount .btnIcon {
  margin-left: 0;
}
#bBasket .bRow.discount input.text {
  width: 82%;
  float: left;
}
#bBasket .bRow.discount button.addCoupon {
  min-height: 33px;
  border-radius: 5px;
  width: 9%;
  float: right;
}
#bBasket .bRow.discount.addCoupon {
  background-color: #fff;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  /* W3C */
  margin-bottom: 1em;
}
#bBasket .bRow.discount.addCoupon .info > .inner {
  padding: 14px 8px;
}
#bBasket .discountBox {
  border: 1px solid #c1c2c4;
  background: #fff;
  float: left;
  text-align: left;
  display: inline-block;
}
#bBasket .discountBox > .inner {
  padding: 10px !important;
}
#bBasket .discountBox .title {
  background: #be0a26;
  color: #fff;
  font-weight: bold !important;
  margin-bottom: 5px;
  padding: 8px;
}
#bBasket .discountBox .text {
  width: 100%;
  margin-bottom: 10px;
}
#bBasket .bRow .bCol {
  float: left;
  position: relative;
  padding: 0 1%;
  width: 98%;
}
#bBasket .bRow.orderLine a {
  line-height: 1.125em;
}
#bBasket .bRow > .bCol.value .bCol.first,
#bBasket .bRow > .bCol.value .bCol:first-child {
  padding-left: 0;
}
#bBasket .bRow > .bCol.full {
  width: 98%;
}
#bBasket .bRow > .bCol.number {
  width: 13%;
}
#bBasket .bRow > .bCol.date {
  width: 23%;
}
#bBasket .bRow > .bCol.ordertotal {
  width: 13%;
  text-align: right;
}
#bBasket .bRow > .bCol.status {
  width: 23%;
}
#bBasket .bRow > .bCol.description {
  width: 52%;
}
#bBasket .bRow > .bCol.mutation {
  width: 23%;
}
#bBasket .bRow > .bCol.one {
  width: 100px;
}
#bBasket .bRow > .bCol.title {
  width: 23%;
  text-align: right;
}
#bBasket .bRow > .bCol.value {
  width: 73%;
}
#bBasket .bRow > .bCol.value .bCol {
  width: 48%;
}
#bBasket .bRow > .bCol.value .bCol.full {
  width: 100%;
  padding: 0;
}
#bBasket .bRow > .bCol.value .bCol .text {
  width: 100%;
}
#bBasket .bRow > .bCol.value .bCol #street_number {
  width: 100px;
}
#bBasket .bRow > .bCol.address,
#bBasket .bRow > .bCol.settings {
  width: 48%;
}
#bBasket .bRow > .bCol.option {
  width: 23%;
  text-align: center;
  padding: 5px;
}
#bBasket .bRow > .bCol.article,
#bBasket .bRow > .bCol.info {
  width: 58%;
}
#bBasket .bRow > .bCol.adjust {
  width: 18%;
}
#bBasket .bRow > .bCol.total {
  width: 18%;
  text-align: right;
  font-weight: bold;
  font-size: 1.1em;
  float: right;
}
#bBasket .bRow.bFooter {
  border-top: 1px dotted #c1c2c4;
}
#bBasket #bTable.downloads .bRow > .bCol.number {
  width: 18%;
}
#bBasket #bTable.downloads .bRow > .bCol.download {
  width: 38%;
}
#bBasket #bTable.downloads .bRow > .bCol.info {
  width: 38%;
}

/**********************************************
/* SHOP: QUICKORDER
/*********************************************/
#quickOrderRows .row {
  margin: 0;
}
#quickOrderRows .head {
  background: #343434;
  color: white;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#quickOrderRows .head .col > .inner {
  padding: 8px;
}
#quickOrderRows .appendRow .col > .inner {
  padding: 8px 0;
}
#quickOrderRows .button {
  padding: 0 10px;
  margin: 0;
}
#quickOrderRows .last {
  float: right;
}
#quickOrderRows .col.remove {
  text-align: right;
}
#quickOrderRows .select2-container .select2-choice {
  height: 35px;
  line-height: 35px;
}
#quickOrderRows .select2-container .select2-choice .select2-arrow b {
  background-position: 0 4px;
}
#quickOrderRows .select2-container,
#quickOrderRows .select2-offscreen {
  width: 100% !important;
}
#quickOrderRows a.remove {
  white-space: nowrap;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 1em;
  margin: 0 0 0 5px;
  outline: 0;
  -wegbkit-tap-highlight-color: transparent;
  cursor: pointer;
  text-align: center;
  border: none;
  speak: none;
  color: #4d4d4d;
  position: relative;
  overflow: hidden;
  text-indent: 9999px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0.25em;
  background-color: #e4e4e4;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#cccccc));
  /* IE10+ */
  background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%);
  /* W3C */
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#quickOrderRows a.remove:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 25px;
  content: "\f014";
  text-indent: 0;
  font-size: 1.2em;
}
#quickOrderRows a.remove:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #000;
}
#quickOrderRows .col {
  float: left;
  margin-left: 2%;
}
#quickOrderRows .col.first {
  margin-left: 0;
}
#quickOrderRows .col.amount {
  width: 15.0%;
}
#quickOrderRows .col.article {
  width: 75%;
}
#quickOrderRows .col.remove {
  width: 6%;
}

/**********************************************
/* SHOP: STEPS
/*********************************************/
#bSteps {
  margin-bottom: 20px;
  clear: both;
}
#bSteps ul {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
#bSteps ul li {
  display: block;
  float: left;
  height: inherit;
  margin: 0 0.8% 0 0;
  padding: 0;
  background: none;
  width: 19.2%;
  text-align: center;
}
#bSteps ul li:before {
  display: none !important;
}
#bSteps ul li > div {
  background: #f5f5f5;
  float: left;
  color: #000;
  position: relative;
  height: inherit;
  width: 100%;
}
#bSteps ul li > div:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-width: 20px 0 20px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  left: 0;
  z-index: 0;
}
#bSteps ul li > div:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #f5f5f5;
  right: -10px;
  z-index: 1;
}
#bSteps ul li > div.current {
  background: #be0a26;
  color: #fff;
}
#bSteps ul li > div.current:after {
  border-left-color: #be0a26;
}
#bSteps ul li:first-child > div:before {
  border: none;
}
#bSteps ul li:last-child {
  margin-right: 0;
}
#bSteps ul li:last-child > div:after {
  border: none;
}

/*  Gridpak Basket
/* -------------------------------------------------------------------- */
.bCol {
  border: 0px solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box !important;
}

.bCol.last {
  float: right;
}

.bRow {
  clear: both;
}

.bRow:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

/* 1. 4 Column Grid 0px - 319px 
----------------------------------------------------------------------------- 
Span 1:    22.0%
Span 2:    48.0%
Span 3:    74.0%
Span 4:    100%
----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 479px) {
  #bBasket .bRow .bCol {
    margin-left: 4%;
    padding: 0;
  }
  #bBasket .bRow .bCol.first {
    margin-left: 0;
  }
  #bBasket .bRow > .bCol > .inner,
  #bBasket .bRow > .bCol.title > .inner,
  #bBasket #bTable.orders .inner,
  #bBasket #bTable.downloads .inner,
  #bBasket .inner_1 {
    padding: 0 0 8px 0;
  }
  #bBasket .bCol.editAddress > .inner,
  #bBasket .inner_2 {
    padding: 0 0 8px 0;
  }
  #bBasket #bTable.addressBook > .bRow.line,
  #bBasket .inner_3 {
    padding: 8px;
  }
  #bBasket .bRow > .bCol.address.bInvoice > .inner,
  #bBasket .bRow > .bCol.address.bDelivery > .inner,
  #bBasket .inner_4 {
    padding: 0 0 8px 0;
  }
  #bBasket .bRow > .bCol.address > .inner,
  #bBasket .bRow > .bCol.option > .inner,
  #bBasket .inner_5 {
    padding: 0;
  }
  #bBasket .span_1 {
    width: 22.0%;
  }
  #bBasket .bRow > .bCol.adjust,
  #bBasket .bRow > .bCol.total,
  #bBasket #bTable.downloads .bRow > .bCol.date,
  #bBasket #bTable.downloads .bRow > .bCol.mutation,
  #bBasket .span_2 {
    width: 48.0%;
  }
  #bBasket .span_3 {
    width: 74.0%;
  }
  #bBasket .bRow > .bCol.full,
  #bBasket .bRow > .bCol.info,
  #bBasket .bRow.addCoupon > .bCol.info,
  #bBasket .bRow.addCoupon > .bCol.coupon,
  #bBasket .bRow > .bCol.title,
  #bBasket .bRow > .bCol.value,
  #bBasket .bRow > .bCol.value .bCol,
  #bBasket .bRow > .bCol.article,
  #bBasket .bRow.destRow > .bCol,
  #bBasket .bRow > .bCol.address,
  #bBasket .bRow > .bCol.settings,
  #bBasket .bRow > .bCol.option,
  #bBasket .bRow > .bCol.number,
  #bBasket .bRow > .bCol.date,
  #bBasket .bRow > .bCol.ordertotal,
  #bBasket .bRow > .bCol.status,
  #bBasket #bTable.downloads .bRow > .bCol,
  #bBasket #bTable.giftcards .bRow > .bCol,
  #bBasket .span_4 {
    margin-left: 0;
    width: 100%;
  }
  #bBasket .bRow {
    padding: 0;
  }
  #bBasket .bRow.bHead {
    margin-left: -10px;
    margin-right: -10px;
    webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }
  #bBasket .alignRight {
    text-align: left;
  }
  #bBasket .btnIcon.icomoon,
  #bBasket .btnIcon.fa {
    height: 30px;
    width: 30px;
  }
  #bBasket .btnIcon.btnAddLine {
    margin-left: 0;
  }
  #bBasket .btnIcon.btnUpdateLine {
    margin-left: 0;
  }
  #bBasket .btnIcon.btnRemoveLine {
    position: absolute;
    right: 10px;
    top: 10px;
    margin-left: 0;
  }
  #bBasket #bTable.orders .bRow,
  #bBasket #bTable.downloads .bRow {
    margin-left: -20px;
    margin-right: -20px;
  }
  #bBasket #bTable.orders .bRow.bHead,
  #bBasket #bTable.addressBook .bRow.bHead,
  #bBasket #bTable.downloads .bRow.bHead {
    margin-bottom: 0;
  }
  #bBasket #bTable.shoppingcart .bHead,
  #bBasket #bTable.orders .bRow.bHead .bCol.date,
  #bBasket #bTable.orders .bRow.bHead .bCol.ordertotal,
  #bBasket #bTable.orders .bRow.bHead .bCol.status,
  #bBasket #bTable.giftcards .bRow > .bCol.adjust,
  #bBasket #bTable .bHead.titleOrderAddress {
    display: none;
  }
  #bBasket #bTable.giftcards .vouchercode {
    width: 90%;
    text-overflow: ellipsis;
  }
  #bBasket .bRow.bHead > .bCol > .inner {
    padding: 8px 20px !important;
  }
  #bBasket #bTable.shoppingcart {
    border: 1px solid #c1c2c4;
    background: #fff;
    webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
  #bBasket #bTable.shoppingcart .bCol {
    position: static;
  }
  #bBasket #bTable.shoppingcart .bCol.adjust {
    margin-left: 0;
    text-align: left;
  }
  #bBasket #bTable.shoppingcart .bRow > .bCol > .inner {
    padding: 10px;
  }
  #bBasket #bTable.orders .bCol.ordertotal {
    text-align: left;
  }
  #bBasket #bTable.orders .bRow.clearfix,
  #bBasket #bTable.downloads .bRow.clearfix {
    border-bottom: 1px dotted #c1c2c4;
  }
  #bBasket #bTable .bRow.orderLine {
    position: relative;
  }
  #bBasket #bTable .bRow.orderLine a {
    text-decoration: none;
  }
  #bBasket #bTable .bRow.orderLine .title {
    margin-right: 30px;
    min-height: 30px;
    margin-bottom: 10px;
  }
  #bBasket #bTable .bRow.orderLine .image {
    display: block;
    margin: 0 0 5px 0;
    float: none;
  }
  #bBasket #bTable .bRow.orderLine > .bCol.adjust {
    min-height: 50px;
  }
  #bBasket #bTable.shoppingcart .bCol.adjust > .inner {
    padding-right: 0;
  }
  #bBasket #bTable.shoppingcart .bCol.total > .inner {
    padding-left: 0;
  }
  #bBasket #bTable.shoppingcart .destRow > .bCol > .inner {
    padding: 10px 10px 0 10px;
  }
  #bBasket #bTable.shoppingcart .bRow.destRow .info {
    display: block;
  }
  #bBasket #bTable .bRow.orderLine > .bCol.adjust .text.amount {
    width: 50px;
    height: 30px;
    text-align: left;
    text-indent: 4px;
  }
  #bBasket #bTable.shoppingcart .bRow .info,
  #bBasket #bTable.downloads .bRow > .bCol.order {
    display: none;
  }
  #bBasket #bTable .bRow.discount > .bCol.info {
    display: inline-block;
  }
  #bBasket #bTable.shoppingcart .bRow.giftcards .adjust,
  #bBasket #bTable.shoppingcart .bRow.giftcards .total {
    display: none;
  }
  #bBasket #bTable.shoppingcart .bRow.giftcards .info {
    display: block;
  }
  #bBasket #bTable .bRow.bTotal {
    background: #f4f4f4;
    border-top: 1px solid #c1c2c4;
    border-bottom: 1px solid #c1c2c4;
    padding: 0;
  }
  #bBasket .bRow > .bCol.option {
    text-align: left;
  }
  #bBasket #bTable .bOption .costs {
    display: block !important;
    margin: 0 !important;
  }
  #bBasket #bTable .bOption .cInfo {
    width: auto !important;
  }
  #bBasket #bTable .bOption .cChoices {
    position: static;
    width: auto;
    margin-left: 70px;
    padding-right: 1em;
  }
  #bBasket #bTable .bOption .cChoices select.choices {
    position: static;
    margin: 0 0 1em 0;
  }
  #bBasket #bTable .bRow.bConditions .bCol > .inner {
    margin-bottom: 1em;
  }
  #bBasket #bTable .bCol.address.bInvoice:after,
  #bBasket #bTable .bCol.address.bDelivery:after {
    display: block;
  }
  #bBasket .bRow > .bCol.title {
    font-weight: bold;
    text-align: left;
  }
  #bBasket .bRow > .bCol input.text {
    width: 100%;
    margin-bottom: 5px;
    webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
  #bBasket .bRow > .bCol textarea {
    height: 100px;
  }
  #bBasket .bRow > .bCol select,
  #bBasket .bOption .cChoices select.choices {
    width: 100%;
    webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
  #bBasket .bRow > .bCol select.destination {
    margin-bottom: 0;
  }
  #bBasket .bRow > .bCol textarea {
    width: 100%;
    webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
  #bBasket div.lightColor {
    padding: 10px 10px 15px;
    margin: 10px 0;
  }
  #bBasket .button.offer,
  #bBasket a.button.offer {
    margin: 0;
  }
  #bBasket .button.offer,
  #bBasket a.button.offer,
  #bBasket .submit {
    margin-bottom: 5px !important;
  }
  #bBasket .button,
  #bBasket .button:hover,
  #bBasket .button.back,
  #bBasket .button.back:hover,
  #bBasket .submit {
    float: none;
    height: 45px !important;
    line-height: 45px !important;
    margin-left: 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bBasket .bRow.accessory > .bCol.article > .inner:before {
    display: none;
  }
  #bBasket .bRow.accessory > .bCol.article .image {
    width: 100%;
  }

  #bSteps .text {
    display: none;
  }

  #quickOrderRows .head .col.amount, #quickOrderRows .head .col.remove {
    display: none;
  }
  #quickOrderRows .head .col.article {
    width: 100%;
    margin: 0;
  }
  #quickOrderRows .appendRow .col.article {
    width: 70%;
  }
  #quickOrderRows .appendRow .col.remove {
    width: 11%;
  }
  #quickOrderRows .button,
  #quickOrderRows .button:hover {
    float: none;
    height: auto;
    line-height: 1.2em;
    margin: 0 0 5px 0 !important;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #quickOrderRows .button:before,
  #quickOrderRows .button:hover:before {
    display: none;
  }
}
/* 3. 8 Column Grid 480px - 768px 
----------------------------------------------------------------------------- 
Span 1:    9.875%
Span 2:    22.75%
Span 3:    35.625%
Span 4:    48.5%
Span 5:    61.375%
Span 6:    74.25%
Span 7:    87.125%
Span 8:    100%
----------------------------------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 768px) {
  #bBasket .bRow .bCol {
    margin-left: 3%;
    padding: 0;
  }
  #bBasket .bRow .bCol.first {
    margin-left: 0;
  }
  #bBasket .mobile {
    display: block;
  }
  #bBasket img {
    max-width: 100%;
    height: auto !important;
  }
  #bBasket .bRow > .bCol.title,
  #bBasket .bRow > .bCol.adjust,
  #bBasket .bRow > .bCol.total,
  #bBasket .bRow > .bCol.option,
  #bBasket .bRow > .bCol.number,
  #bBasket .bRow > .bCol.ordertotal,
  #bBasket .bRow > .bCol.date,
  #bBasket .bRow > .bCol.status,
  #bBasket #bTable.downloads .bRow > .bCol.mutation,
  #bBasket .span_2 {
    width: 22.75%;
  }
  #bBasket #bTable.downloads .bRow > .bCol.date,
  #bBasket #bTable.downloads .bRow > .bCol.order,
  #bBasket .bRow.addCoupon > .bCol.info,
  #bBasket .span_3 {
    width: 35.625%;
  }
  #bBasket .bRow > .bCol.value .bCol,
  #bBasket .bRow > .bCol.article,
  #bBasket .bRow > .bCol.info,
  #bBasket .bRow > .bCol.address,
  #bBasket .bRow > .bCol.settings,
  #bBasket .bRow.discount > .bCol.adjust,
  #bBasket .span_4 {
    width: 48.5%;
  }
  #bBasket .bRow.addCoupon > .bCol.coupon,
  #bBasket .span_5 {
    width: 61.375%;
  }
  #bBasket .bCol.value,
  #bBasket .span_6 {
    width: 74.25%;
  }
  #bBasket .span_7 {
    width: 87.125%;
  }
  #bBasket .bRow > .bCol.value .bCol.full,
  #bBasket .bRow > .bCol.full,
  #bBasket .passRow > .bCol.value > .bCol,
  #bBasket #bTable.bOther .bCol.value > .bCol,
  #bBasket .bRow.accessory > .bCol.article,
  #bBasket .span_8 {
    margin-left: 0;
    width: 100%;
  }
  #bBasket .bRow > .bCol.adjust .text.amount {
    width: 30%;
  }
  #bBasket .giftcards input.text {
    width: 80%;
  }
  #bBasket .bRow.addCoupon > .bCol.info {
    text-align: left;
  }
  #bBasket .bRow.addCoupon > .bCol.info > .inner {
    padding: 8px;
  }
  #bBasket .bRow.discount > .bCol.total {
    clear: both;
  }
  #bBasket .bRow.discount > .bCol.adjust .btnIcon {
    float: right;
  }
  #bBasket #bTable .bRow.orderLine > .bCol.article .image {
    display: block;
    margin: 0 0 5px 0;
    float: none;
  }
  #bBasket #bTable .bOption .costs {
    display: block !important;
    margin: 0 !important;
  }
  #bBasket #bTable .bOption .cInfo {
    width: auto !important;
  }
  #bBasket #bTable .bOption .cChoices {
    position: static;
    width: auto;
    margin-left: 70px;
    padding-right: 1em;
  }
  #bBasket #bTable .bOption .cChoices select.choices {
    position: static;
    margin: 0 0 1em 0;
  }
  #bBasket #bTable .bRow.accessory > .bCol.article .image {
    float: left;

    width: auto;
    margin: 0 0.5em 0 0;
  }

  #bSteps .text {
    display: none;
  }
}
/* 16 Column Grid - Infinity 
----------------------------------------------------------------------------- 
Span 1:    5.3125%
Span 2:    11.625%
Span 3:    17.9375%
Span 4:    24.25%
Span 5:    30.5625%
Span 6:    36.875%
Span 7:    43.1875%
Span 8:    49.5%
Span 9:    55.8125%
Span 10:    62.125%
Span 11:    68.4375%
Span 12:    74.75%
Span 13:    81.0625%
Span 14:    87.375%
Span 15:    93.6875%
Span 16:    100%
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #bBasket .bRow .bCol {
    margin-left: 1.5%;
    padding: 0;
  }
  #bBasket .bRow .bCol.first {
    margin-left: 0;
  }
  #bBasket .span_1 {
    width: 4.84375%;
  }
  #bBasket .span_2 {
    width: 11.1875%;
  }
  #bBasket .bRow > .bCol.total,
  #bBasket .bRow > .bCol.number,
  #bBasket .bRow > .bCol.ordertotal,
  #bBasket .span_3 {
    width: 17.53125%;
  }
  #bBasket .bRow > .bCol.title,
  #bBasket .bRow > .bCol.option,
  #bBasket .bRow > .bCol.adjust,
  #bBasket #bTable.downloads .bRow > .bCol.mutation,
  #bBasket .span_4 {
    width: 23.875%;
  }
  #bBasket .bRow > .bCol.date,
  #bBasket .bRow > .bCol.status,
  #bBasket #bTable.downloads .bRow > .bCol,
  #bBasket #bTable.downloads .bRow > .bCol.date,
  #bBasket .span_5 {
    width: 30.21875%;
  }
  #bBasket #bTable.downloads .bRow > .bCol.order,
  #bBasket .span_6 {
    width: 36.5625%;
  }
  #bBasket .bRow > .bCol.coupon,
  #bBasket .span_7 {
    width: 42.90625%;
  }
  #bBasket .bRow > .bCol.value .bCol,
  #bBasket .bRow > bCol.address,
  #bBasket .bRow > .bCol.settings,
  #bBasket .span_8 {
    width: 49.25%;
  }
  #bBasket .bRow > .bCol.article,
  #bBasket .bRow > .bCol.info,
  #bBasket .span_9 {
    width: 55.59375%;
  }
  #bBasket .span_10 {
    width: 61.9375%;
  }
  #bBasket .span_11 {
    width: 68.28125%;
  }
  #bBasket .bCol.value,
  #bBasket .span_12 {
    width: 74.625%;
  }
  #bBasket .span_13 {
    width: 80.96875%;
  }
  #bBasket .span_14 {
    width: 87.3125%;
  }
  #bBasket .span_15 {
    width: 93.65625%;
  }
  #bBasket .bRow > .bCol.value .bCol.full,
  #bBasket .bRow > .bCol.full,
  #bBasket .bRow.bConditions > .bCol,
  #bBasket .bCol.address.editAddress,
  #bBasket .span_16 {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  #bBasket .bRow > .bCol.adjust .text.amount {
    margin: 0 0 5px 0;
    width: 90%;
    text-align: left;
    text-indent: 4px;
  }
  #bBasket .bRow.addCoupon .bCol.info {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #bBasket .bRow.addCoupon .bCol.info > .inner {
    padding-bottom: 0;
  }
  #bBasket .bRow.addCoupon .bCol.coupon {
    width: 100%;
    margin: 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  #bBasket #bTable.orders .date,
  #bBasket #bTable.orders .ordertotal,
  #bBasket #bTable.orders .status {
    display: none;
  }
  #bBasket .bRow.accessory > .bCol.article {
    width: 100%;
  }
  #bBasket .bRow.discount span.title {
    display: block;
    margin-bottom: 8px;
  }
  #bBasket .bRow.addCoupon .bCol.info {
    width: 100%;
    text-align: left;
  }
  #bBasket .bRow.addCoupon .bCol.info > .inner {
    padding-bottom: 0;
  }
  #bBasket .bRow.addCoupon .bCol.coupon {
    width: 100%;
    margin: 0;
    text-align: left;
  }
}
/**********************************************
/* Shop - Article
/*********************************************/
/* articleSmall, articleMenu & accesoires
/* -------------------------------------------------------------------- */
.articleSmall {
  min-height: 200px;
  cursor: pointer;
}

.articleSmall,
.articleMenu,
.accessorie {
  background: #fff;
  border: 1px solid #cccccc;
  display: block;
  position: relative;
}
.articleSmall:active,
.articleMenu:active,
.accessorie:active {
  background: inherit !important;
}
.no-touch .articleSmall:hover .image, .no-touch
.articleMenu:hover .image, .no-touch
.accessorie:hover .image {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.articleSmall.margin,
.articleMenu.margin,
.accessorie.margin {
  margin-bottom: 20px;
}
.articleSmall .image,
.articleMenu .image,
.accessorie .image {
  text-align: center;
}
.articleSmall .image > .inner,
.articleMenu .image > .inner,
.accessorie .image > .inner {
  padding: 5px 5px 0 5px;
}
.articleSmall .image .box,
.articleMenu .image .box,
.accessorie .image .box {
  height: 165px;
  line-height: 165px;
  overflow: hidden;
}
.articleSmall .image img,
.articleMenu .image img,
.accessorie .image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.articleSmall .info,
.articleMenu .info,
.accessorie .info {
  color: #737373;
}
.articleSmall .info > .inner,
.articleMenu .info > .inner,
.accessorie .info > .inner {
  padding: 10px;
}
.articleSmall h2,
.articleMenu h2,
.accessorie h2 {
  color: #000;
  font-size: 1em;
  word-wrap: break-word;
}
.articleSmall .order,
.articleMenu .order,
.accessorie .order {
  color: #000;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  margin: 0.8em 0;
}
.articleSmall .order .left,
.articleMenu .order .left,
.accessorie .order .left {
  float: left;
  padding-right: 15px;
}
.articleSmall .order .right,
.articleMenu .order .right,
.accessorie .order .right {
  float: left;
}
.articleSmall .order .right .amount,
.articleMenu .order .right .amount,
.accessorie .order .right .amount {
  width: 44px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #d9d9d9;
  background: #f3f3f1;
  margin: 0;
  text-align: center;
}
.articleSmall .order .add,
.articleMenu .order .add,
.accessorie .order .add {
  height: 32px;
  width: 32px;
  border: none;
  background: url("/public/images/btn-shoppingcart.png");
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -5px;
}
.articleSmall .price,
.articleMenu .price,
.accessorie .price {
  font-size: 1.4em;
  color: #000;
  margin-bottom: 0.5em;
}
.articleSmall .price span.vat,
.articleMenu .price span.vat,
.accessorie .price span.vat {
  margin-left: 5px;
  font-size: 0.667em;
  text-decoration: none;
}
.articleSmall .price.sale,
.articleMenu .price.sale,
.accessorie .price.sale {
  color: #e63224;
}
.articleSmall .price.old,
.articleMenu .price.old,
.accessorie .price.old {
  color: #a9a7a7;
  font-weight: normal;
}
.articleSmall .price.old span,
.articleMenu .price.old span,
.accessorie .price.old span {
  text-decoration: line-through;
}
.articleSmall .outlet,
.articleMenu .outlet,
.accessorie .outlet {
  color: #a9a7a7;
}
.articleSmall .desc,
.articleMenu .desc,
.accessorie .desc {
  color: #000;
}
.articleSmall .desc .title,
.articleMenu .desc .title,
.accessorie .desc .title {
  float: left;
  width: 45%;
}
.articleSmall .desc .data,
.articleMenu .desc .data,
.accessorie .desc .data {
  float: right;
  width: 55%;
  font-weight: bold;
}
.articleSmall .checkbox,
.articleMenu .checkbox,
.accessorie .checkbox {
  height: 25px;
  line-height: 25px;
  clear: both;
  margin: 0;
}
.articleSmall .more,
.articleMenu .more,
.accessorie .more {
  height: 25px;
  line-height: 25px;
  clear: both;
}
.articleSmall.linkToBottom .info > .inner,
.articleMenu.linkToBottom .info > .inner,
.accessorie.linkToBottom .info > .inner {
  padding-bottom: 35px !important;
}
.articleSmall.linkToBottom .more,
.articleMenu.linkToBottom .more,
.accessorie.linkToBottom .more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 10px 10px 10px;
}
.articleSmall.buttonToBottom .info > .inner,
.articleMenu.buttonToBottom .info > .inner,
.accessorie.buttonToBottom .info > .inner {
  padding-bottom: 170px !important;
}
.articleSmall.buttonToBottom .button,
.articleMenu.buttonToBottom .button,
.accessorie.buttonToBottom .button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 10px 10px 10px !important;
}
.articleSmall.checkboxToBottom .info > .inner,
.articleMenu.checkboxToBottom .info > .inner,
.accessorie.checkboxToBottom .info > .inner {
  padding-bottom: 35px;
}
.articleSmall.checkboxToBottom .checkbox,
.articleMenu.checkboxToBottom .checkbox,
.accessorie.checkboxToBottom .checkbox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 10px 10px 10px;
}

.articleMenu .info > .inner {
  padding: 10px;
}
.articleMenu .info > .inner h2 {
  margin: 0;
}

/**********************************************
/* SHOP: ARTICLEFILTER
/*********************************************/
#articleFilterOverlay,
#articlesOverlay {
  position: absolute;
  z-index: 20000;
  display: none;
  top: 0;
  right: -10px;
  left: -10px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}

#articlesOverlay {
  top: -3px;
  right: -5px;
}
#articlesOverlay #loadBox {
  max-width: 210px;
  border: 2px solid #000;
  background: #fff;
  padding: 15px;
  color: #333;
  margin: 120px auto 1em auto;
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
}
#articlesOverlay .loader {
  background: url("/public/images/img-articleoverlay-loader.gif") no-repeat center center;
  height: 31px;
  width: 31px;
  margin-bottom: 8px;
  display: inline-block;
}

#articleFilter .collapse {
  display: block;
  visibility: visible;
}
#articleFilter br {
  display: none;
}
#articleFilter .group {
  margin: 0 0 0.5em 0;
  position: relative;
  background: #fff;
}
#articleFilter .group .groupTitle {
  display: block;
  clear: both;
  position: relative;
  margin: 0;
  padding: 8px 10px;
  color: #676d71;
  background: #fff;
}
#articleFilter .group .groupTitle a.collapse {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  display: block;
  padding: 5px;
  font-size: 0.7em;
}
#articleFilter .group.group-price .slider-price {
  margin: 0 0 1em 0;
}
#articleFilter .group.group-price .text {
  max-width: 100px;
}
#articleFilter .group.group-price > .inner {
  padding: 10px 10px 10px 10px;
  line-height: 35px;
}
#articleFilter .group .overflowBox {
  display: none;
}
#articleFilter .group .overflowBox.padding {
  padding: 10px 10px 10px 10px;
}
#articleFilter .group .col {
  display: inline-block;
  vertical-align: middle;
}
#articleFilter .group .checkbox {
  margin: 0 0 0.5em 0;
  padding: 0;
  min-height: 1px;
}
#articleFilter .group .checkbox input {
  float: none;
  margin: 0 5px 0 0;
}
#articleFilter .group .checkbox label {
  cursor: pointer;
}
#articleFilter .group .checkbox label.disabled {
  cursor: default;
}
#articleFilter .group .checkbox label,
#articleFilter .group .checkbox a {
  color: #676d71;
  text-decoration: none;
}
#articleFilter .group .checkbox label:hover,
#articleFilter .group .checkbox a:hover {
  color: #be0a26;
  text-decoration: underline;
}
#articleFilter .group .checkbox.checked label, #articleFilter .group .checkbox.checked a {
  color: #be0a26;
}
#articleFilter .group .gradient {
  height: 20px;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
}
#articleFilter .group .gradient.expanded {
  display: none;
}
#articleFilter .group .button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
}
#articleFilter .group .button .fa {
  margin: 0;
  float: none;
  font-size: 1em;
  line-height: 1em;
  font-size: 1em;
}
#articleFilter .group.last, #articleFilter .group:last-of-type {
  margin-bottom: 0 !important;
}

#articlesHeader,
#articlesFooter {
  margin: 0;
}
#articlesHeader .activeFilters > .inner,
#articlesFooter .activeFilters > .inner {
  padding: 0 0 10px 0;
}
#articlesHeader .activeFilters span.title,
#articlesFooter .activeFilters span.title {
  float: left;
  padding: 5px 0;
  margin-right: 5px;
}
#articlesHeader .activeFilters a,
#articlesFooter .activeFilters a {
  float: left;
  color: #fff;
  background: #be0a26;
  text-decoration: none;
  font-size: 0.9em;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
#articlesHeader .activeFilters a.all,
#articlesFooter .activeFilters a.all {
  float: right;
  margin-right: 0;
}
#articlesHeader .activeFilters a span.close,
#articlesFooter .activeFilters a span.close {
  width: 9px;
  height: 10px;
  display: block;
  background: url("/public/images/cross-small.png") no-repeat;
  position: absolute;
  right: -4px;
  top: -3px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#articlesHeader #articlesSorting,
#articlesFooter #articlesSorting {
  float: left;
  width: 60%;
}
#articlesHeader #articlesSorting > .inner,
#articlesFooter #articlesSorting > .inner {
  padding: 0 0 10px 0;
}
#articlesHeader #articlesSorting select,
#articlesHeader #articlesSorting .selecter,
#articlesFooter #articlesSorting select,
#articlesFooter #articlesSorting .selecter {
  min-width: 140px;
  max-width: 48%;
  float: left;
  line-height: 1;
  margin-right: 1%;
}
#articlesHeader #articlesSorting select:last-child,
#articlesHeader #articlesSorting .selecter:last-child,
#articlesFooter #articlesSorting select:last-child,
#articlesFooter #articlesSorting .selecter:last-child {
  margin-right: 0;
}
#articlesHeader .pagination,
#articlesFooter .pagination {
  margin: 0;
  float: right;
}
#articlesHeader .pagination > .inner,
#articlesFooter .pagination > .inner {
  padding: 0 0 10px 0;
}
#articlesHeader .pagination .item,
#articlesFooter .pagination .item {
  color: #000;
  background: #fff;
  border: 1px solid #dedede;
  padding: 4px;
  display: inline-block;
  min-width: 25px;
  margin-left: 5px;
  margin-bottom: 5px;
  text-align: center;
}
#articlesHeader .pagination .item.selected,
#articlesFooter .pagination .item.selected {
  color: #fff;
  background: #be0a26;
  border: 1px solid #be0a26;
}
#articlesHeader .pagination .item.prev, #articlesHeader .pagination .item.next,
#articlesFooter .pagination .item.prev,
#articlesFooter .pagination .item.next {
  display: none;
}
#articlesHeader .pagination .prev,
#articlesHeader .pagination .next,
#articlesFooter .pagination .prev,
#articlesFooter .pagination .next {
  color: #aaaaaa;
  background: #dfdcdc;
  border: 1px solid #fff;
}
#articlesHeader .pagination .prev a,
#articlesHeader .pagination .next a,
#articlesFooter .pagination .prev a,
#articlesFooter .pagination .next a {
  color: #000;
  background: #fff;
  border: 1px solid #dedede;
}
#articlesHeader .pagination a.item,
#articlesFooter .pagination a.item {
  color: #000;
  background: #fff;
  border: 1px solid #dedede;
}
#articlesHeader .pagination a.item:hover,
#articlesFooter .pagination a.item:hover {
  color: #fff;
  background: #be0a26;
  border: 1px solid #be0a26;
}
#articlesHeader .pagination .seperator,
#articlesFooter .pagination .seperator {
  display: none;
}

#articlesFooter .pagination > .inner {
  padding-bottom: 0;
}

@media (min-width: 0px) and (max-width: 479px) {
  #articlesHeader .activeFilters span.title,
  #articlesFooter .activeFilters span.title {
    width: 100%;
  }
  #articlesHeader .activeFilters a.all,
  #articlesFooter .activeFilters a.all {
    float: left;
  }
  #articlesHeader #articlesSorting,
  #articlesFooter #articlesSorting {
    width: 100%;
  }
  #articlesHeader #articlesSorting select,
  #articlesFooter #articlesSorting select {
    max-width: 100%;
    margin: 0 0 5px 0;
  }
  #articlesHeader .pagination,
  #articlesFooter .pagination {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 0) and (max-width: 990px) {
  #articleFilter .button .fa {
    font-size: initial !important;
  }

  #articlesHeader .item.prev,
  #articlesHeader .item.next,
  #articlesFooter .item.prev,
  #articlesFooter .item.next {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  #articleFilter .button {
    width: auto !important;
    padding: 0.3125em !important;
  }
}
/**********************************************
/* Shop - Article detail
/*********************************************/
#preview .inner {
  position: relative;
}

#mainImage {
  position: relative;
}
#mainImage .box {
  margin-bottom: 2em;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e2e2;
  background: #fff;
  height: 400px;
  line-height: 400px;
}
#mainImage .box .loader {
  position: absolute;
  height: 16px;
  width: 16px;
  display: block;
  left: 10px;
  top: 10px;
  background: url("/public/images/img-loader.gif");
  display: none;
}
#mainImage .box a {
  display: block;
  position: absolute !important;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: default;
  visibility: hidden;
}
#mainImage .box a.active {
  cursor: pointer;
}
#mainImage .box img {
  max-width: 100%;
  max-height: 400px;
  vertical-align: middle;
  text-align: center;
}
#mainImage .box img.center {
  position: absolute;
  left: 50%;
  top: 50%;
}
#mainImage .box img.zoomImg {
  max-width: none;
  max-height: none;
  background: #fff;
  z-index: 2;
}
#mainImage .box.hasLightbox.loaded a:before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #ccc;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
  content: "\f002";
}
#mainImage .box.hasZoom.loaded a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #ccc;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
  content: "\f047";
}
.touch #mainImage .box.hasZoom.loaded a:after, #mainImage .box.hasZoom.loaded.noZoom a:after {
  display: none;
}
#mainImage .box.loaded a {
  visibility: visible;
}
#mainImage .box.loaded .loader {
  display: none;
}
.touch #mainImage .box img.zoomImg, #mainImage .box.noZoom img.zoomImg {
  display: none !important;
}

/* Product detail - ThumbImages  
/* -------------------------------------------------------------------- */
#thumbImages {
  position: relative;
  display: block;
}
#thumbImages:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
#thumbImages .thumb {
  margin: 0 0 3% 3%;
  text-align: center;
  position: relative;
  display: block;
  width: 31.33333333333333%;
  float: left;
  border-radius: 0;
  padding: 0;
  border: none;
}
#thumbImages .thumb.first {
  margin-left: 0;
  clear: left;
}
#thumbImages .thumb a {
  background-color: #fff;
  border: 1px solid #e5e2e2;
  height: 98px;
  line-height: 98px;
  display: block;
  text-align: center;
  overflow: hidden;
}
#thumbImages .thumb img {
  max-width: 100%;
  max-height: 98px;
  vertical-align: middle;
  display: inline-block;
}
.withSlider #thumbImages span.prev,
.withSlider #thumbImages span.next {
  height: 35px;
  width: 100%;
  display: block;
  position: relative;
  display: none;
  margin: 0;
  overflow: hidden;
}
.withSlider #thumbImages span.prev {
  margin-bottom: 5px;
}
.withSlider #thumbImages span.next {
  margin-top: 5px;
}
.withSlider #thumbImages a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.withSlider #thumbImages a span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2em;
  line-height: 37px;
  text-indent: 0;
  z-index: 10;
}
.withSlider #thumbImages a.disabled {
  cursor: default;
}
.withSlider #thumbImages a.disabled span {
  color: #a09f9f;
}

/* Variations
/* -------------------------------------------------------------------- */
.variations {
  clear: both;
}
.variations:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.variation p {
  margin: 0 0 0.2em 0;
}
.variation select {
  margin-bottom: 0.5em;
}
