/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* color definition */
/* google map */
/* squeezbox filter */
ul.shop-features-wrapper {
  background: #f6f6f6;
  padding: 0.5rem;
  margin: 1rem 0rem 2rem 0rem; }
  ul.shop-features-wrapper li {
    font-size: 0.9rem;
    color: #777; }

.node-type-shopdisplay .node-shopdisplay .price-wrapper,
.node-type-shopdisplay .node-shopdisplay .field-name-commerce-price {
  padding: 1rem;
  background: white;
  border: 1px #eee solid;
  margin-top: 2rem; }

.node-type-shopdisplay .node-shopdisplay div.price-item,
.node-type-shopdisplay .node-shopdisplay .field-name-commerce-price div.field-item {
  font-size: 140%;
  font-weight: bold;
  color: #888; }

.commerce-add-to-cart .form-submit {
  background: #3d5a7b;
  color: white; }

.commerce-add-to-cart .form-submit:hover {
  background: #013150; }

#edit-field-produkt-referenz td, #edit-field-produkt-referenz th {
  padding: 0.3rem;
  font-size: 80%; }

#edit-field-produkt-referenz input[type="submit"] {
  padding: 0.1rem;
  font-size: 80%; }

#edit-field-produkt-referenz th.ief-tabledrag-header {
  width: 1.5rem; }

#edit-field-produkt-referenz td.ief-tabledrag-handle {
  width: 1.5rem;
  background: rgba(61, 90, 123, 0.15);
  text-align: center; }

.cart-pop {
  background: rgba(1, 49, 80, 0.9); }

.cart-pop .button-wrapper {
  float: none; }

.cart-pop .added-product-title {
  text-align: left;
  text-transform: none;
  font-weight: 800;
  border-bottom: 1px #eee solid;
  margin-bottom: 1rem; }

.view-confirm-message-product-display {
  float: none; }

.shop-cards {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.shop-card {
  -webkit-flex-basis: 16em;
  -moz-flex-basis: 16em;
  flex-basis: 16em;
  -ms-flex-preferred-size: 16em;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #eee;
  cursor: pointer;
  margin: 0 1em 1.5em 1em;
  position: relative; }
  .shop-card .shop-card-image {
    overflow: hidden;
    max-height: 320px; }
    .shop-card .shop-card-image img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #4d8dde;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      width: 100%; }
  .shop-card .shop-card-header {
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.5em 0.75em; }
  .shop-card .shop-card-copy, .shop-card .taxonomy-term-description p {
    font-size: 90%;
    line-height: 1.5em;
    padding: 0.75em 0.75em; }
    .shop-card .shop-card-copy p, .shop-card .taxonomy-term-description p p {
      margin: 0 0 0.75em; }
  .shop-card .taxonomy-term-description p {
    padding-top: 0;
    padding-bottom: 0; }
  .shop-card:focus, .shop-card:hover {
    background-color: rgba(61, 90, 123, 0.15); }

/* -------------------------------- 

Shopping cart

-------------------------------- */
/* remove if no cart requiredd */
@media only screen and (min-width: 1100px) {
  .cd-primary-nav {
    padding-right: 200px; } }

.cd-header-buttons {
  right: 2em; }

.product-cart-thumb {
  background: url("../../codyhouse/img/product-sample-60.jpg") no-repeat center center;
  height: 60px;
  width: 60px;
  float: left;
  margin-right: 1em; }

#cd-cart-trigger {
  position: relative;
  top: -2px;
  height: 44px;
  z-index: 4; }
  #cd-cart-trigger a {
    background: url("../codyhouse/img/cd-cart.svg") no-repeat center center; }
  #cd-cart-trigger a {
    width: 60px;
    height: 100%; }

#cd-cart-trigger {
  right: 0;
  float: left;
  background: #3d5a7b; }
  @media only screen and (min-width: 1100px) {
    #cd-cart-trigger {
      /* cart right margin on desktop */ }
      #cd-cart-trigger a {
        position: relative;
        width: 60px;
        border-left: none; } }

#cd-cart-trigger {
  float: right;
  background: #ddd;
  line-height: 0;
  margin: 0;
  top: 0;
  z-index: 0; }

#cd-cart-trigger a {
  width: 44px;
  height: 44px; }

#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  /* header height */
  padding-top: 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 6; }
  @media only screen and (min-width: 800px) {
    #main-nav, #cd-cart {
      width: 350px; } }
  @media only screen and (min-width: 1100px) {
    #main-nav, #cd-cart {
      width: 30%;
      /* header height has changed */
      padding-top: 80px; } }

#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s; }
  #cd-cart.speed-in {
    right: 0; }
  #cd-cart > * {
    padding: 0 1em; }
  #cd-cart h2 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 1em 0; }
  #cd-cart .cd-cart-items {
    padding: 0; }
    #cd-cart .cd-cart-items li {
      position: relative;
      padding: 1em;
      border-top: 1px solid #eee; }
      #cd-cart .cd-cart-items li:last-child {
        border-bottom: 1px solid #eee; }
  #cd-cart .cd-qty, #cd-cart .cd-price {
    color: #888; }
  #cd-cart .cd-price {
    margin-top: .4em; }
  #cd-cart .cd-item-remove {
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url("../codyhouse/img/cd-remove-item.svg") no-repeat center center; }
    .no-touch #cd-cart .cd-item-remove:hover {
      background-color: #eee; }
  #cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em; }
    #cd-cart .cd-cart-total span {
      float: right; }
    #cd-cart .cd-cart-total::after {
      /* clearfix */
      content: '';
      display: table;
      clear: both; }
  #cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #3d5a7b;
    color: #FFF;
    text-align: center; }
    .no-touch #cd-cart .checkout-btn:hover {
      background: #4e739d; }
  #cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0; }
    #cd-cart .cd-go-to-cart a {
      text-decoration: underline; }
  @media only screen and (min-width: 1100px) {
    #cd-cart > * {
      padding: 0 2em; }
    #cd-cart .cd-cart-items li {
      padding: 1em 2em; }
    #cd-cart .cd-item-remove {
      right: 2em; } }

#commerce-checkout-form-checkout fieldset, #commerce-checkout-form-review fieldset {
  padding: 1rem;
  background: white; }

#commerce-checkout-form-checkout .form-item, #commerce-checkout-form-review .form-item {
  margin-top: 0;
  margin-bottom: 0.5rem; }

.commerce-responsive-table .views-row-1 .views-field .views-label {
  background: transparent; }
  @media only screen and (min-width: 800px) {
    .commerce-responsive-table .views-row-1 .views-field .views-label {
      background: #3d5a7b; } }
  @media only screen and (min-width: 1100px) {
    .commerce-responsive-table .views-row-1 .views-field .views-label {
      background: #3d5a7b; } }

.commerce-responsive-table .views-row-odd {
  background: #f6f6f6; }

.commerce-responsive-table .views-row-even {
  background: white; }

.commerce-responsive-table .form-item {
  margin-top: 0;
  line-height: 100%; }

.checkout-help {
  margin-bottom: 2rem; }

.block-facetapi ul li {
  list-style: none outside none; }

.block-facetapi ul.facetapi-processed {
  display: inline-block; }

/* add to cart */
.add-cart-message-wrapper {
  background: rgba(61, 90, 123, 0.15);
  display: block !important;
  padding: 1rem;
  margin-top: 50px;
  z-index: 9999; }
  @media only screen and (min-width: 800px) {
    .add-cart-message-wrapper {
      margin-top: 70px; } }
  .add-cart-message-wrapper .product-name, .add-cart-message-wrapper .product-cost-incl-tax, .add-cart-message-wrapper .product-cost-incl-tax, .add-cart-message-wrapper .product-quantity, .add-cart-message-wrapper .product-total-incl-tax {
    width: 100%;
    display: inline-block;
    background: #f6f6f6; }
    @media only screen and (min-width: 800px) {
      .add-cart-message-wrapper .product-name, .add-cart-message-wrapper .product-cost-incl-tax, .add-cart-message-wrapper .product-cost-incl-tax, .add-cart-message-wrapper .product-quantity, .add-cart-message-wrapper .product-total-incl-tax {
        width: 24.5%; } }
  .add-cart-message-wrapper .new-item-details {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto; }
    .add-cart-message-wrapper .new-item-details:after {
      content: "";
      display: table;
      clear: both; }
  .add-cart-message-wrapper p {
    font-size: 90%; }
  .add-cart-message-wrapper p.cost-incl-tax-label, .add-cart-message-wrapper p.quantity-label, .add-cart-message-wrapper p.total-label, .add-cart-message-wrapper p.name-label {
    background: #eee;
    margin: 0;
    padding: 0.3rem; }
  .add-cart-message-wrapper p.name, .add-cart-message-wrapper p.cost-incl-tax, .add-cart-message-wrapper p.quantity, .add-cart-message-wrapper p.total-incl-tax {
    padding: 0.3rem;
    background: white;
    margin: 0; }
  .add-cart-message-wrapper .added-product-message, .add-cart-message-wrapper .option-button-wrapper {
    font-weight: 800;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto; }
    .add-cart-message-wrapper .added-product-message:after, .add-cart-message-wrapper .option-button-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .add-cart-message-wrapper .option-button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .add-cart-message-wrapper .option-button {
    display: inline-block;
    background: #3d5a7b;
    padding: 0.5rem;
    border-radius: 5px; }
  .add-cart-message-wrapper .option-button.continue {
    background: white; }
  .add-cart-message-wrapper .option-button.checkout a {
    color: white; }

.digital-commerce-sidebar .block-facetapi ul {
  width: 100%; }

.digital-commerce-sidebar .block-facetapi ul li {
  margin: 0;
  font-size: 80%;
  padding: 0.2rem 0rem;
  border-bottom: 1px #eee solid;
  width: 100%;
  float: left; }

.digital-commerce-sidebar .block-facetapi h2 {
  font-size: 90%;
  margin-bottom: 0.3rem; }

.digital-commerce-sidebar .block-facetapi input[type="checkbox"] {
  margin-left: 0; }

/* search field */
.mazze-search-theme input[type="text"] {
  font-size: 100%; }

.mazze-search-theme input[type="image"] {
  padding: 7px 12px;
  background: #ccc; }

.mazze-search-theme {
  margin-top: 0.4rem;
  width: 100%;
  margin-right: 0.7rem; }

.node-shopdisplay .ribbon-box {
  top: 1px; }
  .node-shopdisplay .ribbon-box .ribbon {
    background: #d49500; }

/* price savings formatter */
.field-name-commerce-price table {
  margin: 0; }
  .field-name-commerce-price table tr {
    background-color: transparent;
    border: none;
    font-size: 100%; }
  .field-name-commerce-price table tr td {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 100%; }
  .field-name-commerce-price table tr.odd {
    background: transparent; }

.commerce-price-savings-formatter-prices-down .commerce-price-savings-formatter-price .price-amount {
  color: #3d5a7b;
  font-size: 100%;
  margin-top: 1.5rem;
  font-weight: bold;
  line-height: 200%; }

.commerce-price-savings-formatter-price .price-amount {
  font-size: 100%; }

.commerce-price-savings-formatter-prices tr td {
  font-size: 100%; }

.commerce-price-savings-formatter-prices-down .commerce-price-savings-formatter-savings .price-amount {
  color: #555;
  font-weight: normal;
  font-size: 90%; }

.node table.commerce-price-savings-formatter-prices {
  margin: 0; }

.commerce-price-savings-formatter-list tr td {
  font-size: 80%; }

.line-item-summary-view-cart a, .line-item-summary-checkout a {
  background: #3d5a7b;
  padding: 1rem;
  color: white;
  margin-top: 3rem; }

.line-item-summary ul.links.inline {
  margin-top: 1rem;
  display: block;
  float: right;
  width: 100%; }

.line-item-total {
  margin-bottom: 1rem;
  display: block; }

.line-item-summary-view-cart a {
  background: #ddd;
  color: #222; }

#edit-extra-pane-node-421 {
  background: rgba(61, 90, 123, 0.15) !important; }

#edit-extra-pane-node-421 legend {
  font-weight: 700; }

/* commerce add to cart overlay */
.cart-pop .checkout,
.cart-pop .continue {
  width: 10rem;
  display: inline-block;
  margin-right: 1rem; }

.view-confirm-message-product-display .commerce-product-sku-label, .view-confirm-message-product-display .commerce-product-title-label, .view-confirm-message-product-display .commerce-product-status-label {
  display: none; }

.view-confirm-message-product-display .views-field-commerce-total {
  border-top: 1px #ddd solid;
  padding: 0.5rem 0rem;
  font-weight: 700; }

.view-confirm-message-product-display .views-field-commerce-total, .view-confirm-message-product-display .commerce-product-sku, .view-confirm-message-product-display .commerce-product-title, .view-confirm-message-product-display .commerce-product-status, .view-confirm-message-product-display .field-name-commerce-price, .view-confirm-message-product-display .views-field-quantity {
  padding: 0.5rem 0rem;
  border-bottom: 1px #ddd solid; }

.view-confirm-message-product-display .commerce-product-status {
  display: none; }

.view-confirm-message-product-display .views-field-commerce-total {
  background: #ddd;
  margin-bottom: 1rem;
  padding-left: 0.5rem; }

.page-checkout div.main-content {
  padding: 1rem; }

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