/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition End User License Agreement
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magento.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_enterprise
 * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license http://www.magento.com/license/enterprise-edition
 */
/* ============================================ *
 * General Enterprise Styles
 * ============================================ */
.global-site-notice div.notice-inner {
  background-image: url("https://www.bausep.de/skin/frontend/rwd/enterprise/images/demo-logo.png");
}

/* ============================================ *
 * RMA List
 * ============================================ */
@media only screen and (max-width: 599px) {
  #my-returns-table .ship-from,
  #my-returns-table .number {
    display: none;
  }
}
/* ============================================ *
 * RMA Create
 * ============================================ */
#rma_create_form .form-list li {
  border-bottom: 1px solid #cccccc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: f-size-xs;
}
#rma_create_form .form-list li:last-child {
  border-bottom: none;
}
#rma_create_form .form-list li h5 {
  font-weight: 400;
  text-align: left;
  padding-left: 15px;
  text-transform: none;
}
#rma_create_form .form-list li h5.rma-email {
  text-transform: none;
}
#rma_create_form .fieldset {
  margin: 20px 0;
}
#rma_create_form .fieldset #registrant_options .field .input-box {
  margin-bottom: 10px;
}
#rma_create_form .buttons-set {
  border-top: none;
}

/* ============================================ *
 * RMA View
 * ============================================ */
.rma-view.col-2 {
  text-align: right;
}
.rma-view h3 {
  font-weight: 600;
}

body.enterprise-rma-return-view .box-content {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: f-size-xs;
  margin-bottom: 20px;
}

#my-returns-items-table th,
#my-returns-items-table td {
  font-size: 13px;
}

#rma_comment .box-content label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: f-size-xs;
  font-weight: 400;
}
#rma_comment .buttons-set {
  border-top: none;
}
#rma_comment .note-list {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: f-size-xs;
  font-weight: 400;
}
#rma_comment .note-list li {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
}
#rma_comment .note-list li:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 480px) {
  .rma-view.col-2 {
    text-align: left;
  }
  .rma-view.col-1, .rma-view.col-2 {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
  }
  .rma-view.col-1 h3, .rma-view.col-2 h3 {
    margin-bottom: 0;
  }
}
/* ============================================ *
 * Store credit
 * ============================================ */
.storecredit .account-balance {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

body.customer-account .storecredit .data-table td.last {
  padding: 10px;
}

@media only screen and (max-width: 420px) {
  .storecredit th,
  .storecredit td {
    font-size: 12px;
    padding: 5px;
  }

  body.customer-account .storecredit .data-table td.last {
    padding: 5px;
  }
}
/* ============================================ *
 * Gift Registry
 * ============================================ */
.gift-note {
  width: 99%;
}

.btn-gift-registry {
  padding-top: 7px;
}
.btn-gift-registry .input-box {
  margin: 0 0 7px;
}
.btn-gift-registry select {
  width: 100%;
}

.gr-manage-items {
  margin-bottom: 15px;
}
.gr-manage-items input.qty {
  min-width: 45px;
}

#event_date_trig {
  display: inline;
}

.gift-registry-edit textarea,
.gift-registry-edit input {
  max-width: 100%;
  width: 365px;
}
.gift-registry-edit label[for=type_id] {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 13px;
}
.gift-registry-edit .add-row {
  width: 100%;
  max-width: 365px;
}
.gift-registry-edit .add-row > p {
  float: right;
}
.gift-registry-edit .btn-remove {
  float: right;
}

.block-gr-search .form-alt > li {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.block-gr-search button {
  margin-top: 7px;
}
.block-gr-search .input-box > select {
  width: 100%;
}

#gr-please-wait {
  margin-bottom: 10px;
  margin-left: 0;
}

.gift-registry-view .subtitle {
  margin-top: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 479px) {
  .gift-registry-view .subtitle {
    margin-top: 15px;
  }
}

.gift-registry-items .btn-update {
  margin-top: 7px;
}
.gift-registry-items textarea {
  min-width: 80px;
}

.gr-type-specific-options img.v-middle {
  display: inline;
}

#gr_search_form select,
#gr_search_email_form select,
#gr_search_id_form select {
  margin-bottom: 5px;
}
#gr_search_form .buttons-set,
#gr_search_email_form .buttons-set,
#gr_search_id_form .buttons-set {
  max-width: 365px;
}
#gr_search_form p.required,
#gr_search_email_form p.required,
#gr_search_id_form p.required {
  position: relative;
  top: -30px;
}

@media only screen and (max-width: 979px) {
  .gr-manage-items col.note-col,
  .gr-manage-items .head-note,
  .gr-manage-items .left-note,
  .gr-manage-items col.date-col,
  .gr-manage-items .head-add-date,
  .gr-manage-items .add-date {
    display: none;
  }

  .head-requested,
  .head-fulfilled {
    display: none;
  }

  .gift-image img {
    width: 68px;
  }

  .gift-registry-actions a {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 770px) {
  .gift-info {
    width: 55%;
  }

  .item-options {
    float: left;
  }

  .item-options ~ .gift-note {
    float: left;
    width: 35%;
    height: 10em;
    margin: 10px 0 0 5%;
  }

  .gift-registry-items {
    font-size: 12px;
  }
  .gift-registry-items td, .gift-registry-items th {
    padding: 7px 3.5px;
  }

  .gr-manage-items {
    font-size: 12px;
  }

  .gift-image,
  col.img-col {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .gift-registry-actions a {
    font-size: 11px !important;
    white-space: normal !important;
  }

  .item-options ~ .gift-note {
    width: 99% !important;
  }

  .item-options {
    float: none;
  }

  .item-options ~ .gift-note {
    float: none;
    height: 10em;
    margin: 10px 0 0 5%;
  }

  .gr-manage-items {
    font-size: 11px;
  }
  .gr-manage-items input,
  .gr-manage-items dt,
  .gr-manage-items dl,
  .gr-manage-items a {
    font-size: inherit;
  }

  #giftregistry-search-results .location,
  #giftregistry-search-results .event-type {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .gr-manage-items .gift-secondary,
  .gift-registry-items .gift-secondary {
    display: none;
  }

  #event_date_trig {
    display: inline;
    float: right;
    margin-top: 7px;
  }

  .giftregistry-search-results {
    font-size: 11px;
  }
  .giftregistry-search-results td,
  .giftregistry-search-results th {
    padding: 7px 3.5px;
    vertical-align: top;
  }

  .gr-manage-items td,
  .gr-manage-items th,
  .gift-registry-items td,
  .gift-registry-items th {
    padding: 7px 3.5px;
    vertical-align: top;
  }

  .giftregistry-table td,
  .giftregistry-table th {
    font-size: 11px;
  }

  #gr_search_form p.required,
  #gr_search_email_form p.required,
  #gr_search_id_form p.required {
    padding-bottom: 15px;
    position: static;
  }
}
/* ============================================ *
 * Reward
 * ============================================ */
.rewards {
  margin-bottom: 30px;
}

.reward-message {
  background-color: #3399cc;
  display: block;
  margin: 5px 0;
  padding: 3px 10px;
  color: #e6e6e6;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.reward-message.reward-checkout {
  margin-bottom: 10px;
}
.reward-message p {
  display: inline;
  font-size: 13px;
}
.reward-message p.limit {
  display: block;
  font-size: 12px;
  font-style: italic;
}
.reward-message a {
  color: #e6e6e6;
  text-decoration: underline;
}

.my-rewards h2 {
  position: relative;
  line-height: 1.7;
}
.my-rewards h2 .separator {
  display: none;
}
.my-rewards h2 a {
  white-space: nowrap;
  float: right;
  margin: 0 0 5px 10px;
}
.my-rewards .box {
  margin-bottom: 20px;
}
.my-rewards .box.info-box {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.my-rewards .box.info-box dt {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: none;
}
@media only screen and (max-width: 979px) {
  .my-rewards #reward-history small.nobr {
    white-space: normal;
  }
}
@media only screen and (max-width: 599px) {
  .my-rewards #reward-history small {
    display: none;
  }
  .my-rewards #reward-history th.balance,
  .my-rewards #reward-history td.balance,
  .my-rewards #reward-history th.date,
  .my-rewards #reward-history td.date {
    display: none;
  }
}

/* ============================================ *
 * Gift Message Styles
 * ============================================ */
.gift-message-form .inner-box > div {
  clear: both;
  width: 100%;
}

#allow-gift-options-for-items-container,
#allow-gift-messages-for-order-container,
#allow-gift-options-for-order-container {
  width: 100%;
  float: left;
  display: block;
}

.gift-message-form .gift-item .fieldset {
  float: left;
  width: 100%;
  margin-left: 0px !important;
}

.gift-message-form .inner-box > div {
  clear: both;
  width: 100%;
}

.gift-wrapping-form .select {
  max-width: 300px;
}

.gift-item .product-img-box > * {
  float: left;
  clear: both;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .gift-message-form .gift-item .product-img-box {
    float: left;
    width: 140px;
  }
}
/* ============================================ *
 * Enterprise Wishlist Styles
 * ============================================ */
/* Customer Account Styles */
#wishlist_edit_action_container {
  left: 0;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 99999;
}
#wishlist_edit_action_container .popup-block {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  display: block;
  margin: 0 auto;
  padding: 2% 20px;
  width: 100%;
  max-width: 500px;
  min-width: 320px;
}
#wishlist_edit_action_container .popup-block .block-title {
  padding-top: 0;
  border-top: 0;
}
#wishlist_edit_action_container .popup-block .block-title .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.wishlist-actions-container {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.wishlist-actions-container .sub-title {
  float: left;
}
.wishlist-actions-container .sub-title .item-count {
  text-transform: none;
  margin-left: 10px;
}
.wishlist-actions-container .sub-title .wishlist-edit {
  margin-left: 10px;
  font-size: 15px;
}
.wishlist-actions-container .btn-create {
  float: right;
}

.wishlist-management .table-caption {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
}
.wishlist-management .table-caption .sub-title {
  float: left;
  padding-bottom: 5px;
}
.wishlist-management .table-caption .sub-title:after {
  content: ':';
}
.wishlist-management .table-caption #wishlists-select,
.wishlist-management .table-caption #wishlists-move,
.wishlist-management .table-caption #wishlists-copy {
  float: left;
  margin-left: 10px;
  position: relative;
  padding-bottom: 5px;
}
.wishlist-management .table-caption #wishlists-select .split-button-title,
.wishlist-management .table-caption #wishlists-move .split-button-title,
.wishlist-management .table-caption #wishlists-copy .split-button-title {
  display: inline;
}
.wishlist-management .table-caption #wishlists-select .change,
.wishlist-management .table-caption #wishlists-move .change,
.wishlist-management .table-caption #wishlists-copy .change {
  margin-left: 10px;
  font-size: 15px;
}
.wishlist-management .table-caption #wishlists-select .list-container,
.wishlist-management .table-caption #wishlists-move .list-container,
.wishlist-management .table-caption #wishlists-copy .list-container {
  width: auto;
  left: auto;
  right: 0;
}
.wishlist-management .table-caption #wishlists-select .list-container li,
.wishlist-management .table-caption #wishlists-move .list-container li,
.wishlist-management .table-caption #wishlists-copy .list-container li {
  padding: 2px 10px;
}
.wishlist-management .table-caption #wishlists-select .list-container li a,
.wishlist-management .table-caption #wishlists-select .list-container li span,
.wishlist-management .table-caption #wishlists-move .list-container li a,
.wishlist-management .table-caption #wishlists-move .list-container li span,
.wishlist-management .table-caption #wishlists-copy .list-container li a,
.wishlist-management .table-caption #wishlists-copy .list-container li span {
  font-size: 15px;
  padding: 0;
}
.wishlist-management .table-caption #wishlists-select .list-container li:last-child,
.wishlist-management .table-caption #wishlists-move .list-container li:last-child,
.wishlist-management .table-caption #wishlists-copy .list-container li:last-child {
  border-bottom: 0;
}
.wishlist-management .table-caption #wishlists-move,
.wishlist-management .table-caption #wishlists-copy {
  float: right;
}
.wishlist-management .table-caption #wishlists-move .split-button-title,
.wishlist-management .table-caption #wishlists-copy .split-button-title {
  display: none;
}
.wishlist-management + .fieldset .buttons-set button {
  margin-bottom: 10px;
}

.fieldset .wishlist-empty {
  margin-bottom: 30px;
}

#wishlist-table .item-manage .split-button {
  float: right;
  margin-left: 20px;
  margin-bottom: 3px;
}
#wishlist-table .item-manage .split-button .change:after {
  top: 5px;
}
#wishlist-table .item-manage .split-button .list-container {
  left: auto;
  right: 0;
  width: auto;
}
#wishlist-table .item-manage .split-button .list-container li span {
  padding: 0 10px;
}
#wishlist-table .item-manage .split-button ~ .btn-update {
  clear: right;
  float: right;
  margin-top: 10px;
}

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .my-wishlist .fieldset {
    margin-top: 10px;
  }

  #wishlist-table .item-manage .split-button {
    float: left;
    margin-right: 20px;
    margin-left: 0;
    margin-top: 15px;
  }
  #wishlist-table .item-manage .split-button .list-container {
    left: 0;
    right: auto;
  }
  #wishlist-table .item-manage .split-button ~ .btn-update {
    clear: left;
    float: left;
  }
  #wishlist-table thead {
    display: none;
  }

  .customer-wishlist-item-info .item-manage {
    content: '';
    display: table;
    clear: both;
    width: 100%;
  }
}
.wishlist-search-view h2.subtitle {
  margin-top: 20px;
  margin-bottom: 5px;
}
.wishlist-search-view .info-table .nobr {
  margin-right: 30px;
}
.wishlist-search-view #wishlist-table.clean-table td {
  max-width: 100%;
}
.wishlist-search-view #wishlist-table.clean-table td p.qty {
  text-align: center;
  width: 100%;
}
.wishlist-search-view #wishlist-table.clean-table td .price-box {
  margin: 0;
}
.wishlist-search-view #wishlist-table.clean-table th {
  padding-left: 2px;
  padding-right: 2px;
}
.wishlist-search-view .truncated .truncated_full_value .item-options {
  left: -40px;
}

@media only screen and (max-width: 770px) {
  .wishlist-search-view #wishlist-table.clean-table td {
    max-width: 100px;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 599px) {
  .wishlist-search-view #wishlist-table.clean-table td {
    padding: 6px 10px;
  }
  .wishlist-search-view #wishlist-table.clean-table td p.qty {
    text-align: left;
  }
  .wishlist-search-view #wishlist-table.clean-table td .price-box {
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .wishlist-search-view .customer-wishlist-item-comment {
    width: 100%;
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  .wishlist-search-view #wishlist-table.clean-table td {
    max-width: 100%;
  }
}
/* Store Front Styles */
.split-button {
  position: relative;
}
.split-button .split-button-title {
  display: none;
}
.split-button .change {
  padding-right: 13px;
  min-height: 25px;
  position: relative;
}
.split-button .change:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  content: '';
  right: 0;
  top: 8px;
}
.split-button .change.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #3399cc;
  border-top: none;
}
.split-button .list-container {
  display: none;
  width: 120%;
  max-width: 320px;
  min-width: 175px;
  position: absolute;
  left: -10%;
  top: 100%;
  background: #FBFBFB;
  border: 1px solid #cccccc;
  text-align: center;
  z-index: 99999999;
}
.split-button .list-container li {
  border-bottom: 1px solid #ededed;
}
.split-button .list-container li span,
.split-button .list-container li a {
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  white-space: normal;
  text-transform: none;
}
.split-button .list-container li span:hover,
.split-button .list-container li a:hover {
  color: #246b8f;
}
.split-button .list-container li.new {
  background-color: #ededed;
}
.split-button .list-container li.new span:before,
.split-button .list-container li.new a:before {
  content: '+ ';
}
.split-button.active .list-container {
  display: block;
}

.products-grid .split-button .list-container {
  width: 115%;
}
.products-grid .split-button .list-container li span,
.products-grid .split-button .list-container li a {
  font-size: 12px;
}

.products-list .split-button .list-container {
  width: auto;
}

.product-view .split-button .change {
  padding-right: 20px;
}
.product-view .split-button .change:after {
  right: 7px;
}
.product-view .split-button .list-container {
  width: auto;
}
.product-view .split-button .list-container li {
  float: none;
  margin-bottom: 0;
}

@media only screen and (min-width: 601px) {
  .products-list .split-button .list-container {
    left: auto;
    right: -10%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .split-button .list-container {
    left: -10%;
    right: auto;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .split-button .list-container {
    width: auto;
    top: auto;
    bottom: 0;
    left: 100%;
  }
}
/* ============================================ *
 * Customer Order by SKU
 * ============================================ */
.widget-addbysku td.last .input-box {
  float: left;
}

.widget-addbysku .btn-remove {
  cursor: pointer;
  float: left;
  margin-top: 7px;
  margin-left: 5px;
}

.widget-addbysku .add-row {
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .widget-addbysku input[type="text"] {
    float: left;
    width: 100%;
  }

  .widget-addbysku .input-text.qty {
    width: 50px;
  }
}
/* ============================================ *
 * Gift Message Styles
 * ============================================ */
.gift-message-form .inner-box > div {
  clear: both;
  width: 100%;
}

#allow-gift-options-for-items-container,
#allow-gift-messages-for-order-container,
#allow-gift-options-for-order-container {
  width: 100%;
  float: left;
  display: block;
}

.gift-message-form .gift-item .fieldset {
  float: left;
  width: 100%;
  margin-left: 0px !important;
}

.gift-message-form .inner-box > div {
  clear: both;
  width: 100%;
}

.gift-wrapping-form .select {
  max-width: 300px;
}

.gift-item .product-img-box > * {
  float: left;
  clear: both;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .gift-message-form .gift-item .product-img-box {
    float: left;
    width: 140px;
  }
}
/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #3399cc;
  background: #eaf8ff;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  min-height: 59px;
  margin: 7px 0px 20px;
}
.event-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #3399cc;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.event-container .event {
  padding: 15px 10px 28px;
  margin-bottom: -18px;
  min-height: 52px;
  line-height: 30px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0 !important;
}
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto;
}
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0;
}
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
.event-container .status {
  display: inline;
  margin: 0 3px 0 0;
  background: none;
  font-size: 22px;
}
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto;
}
.event-container .event-dates div,
.event-container .event-dates p {
  display: inline;
}
.event-container .event-dates .time-part {
  font-size: 14px;
}

.events-panel {
  border-top: 1px solid #cccccc;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.events-panel .event-item {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.events-panel .event-item .status {
  font-size: 18px;
}
.events-panel .event-item .event-dates, .events-panel .event-item .event-button, .events-panel .event-item .event-ticker {
  margin-bottom: 10px;
}
.events-panel .event-item .category-show {
  border: 1px solid #cccccc;
  float: left;
  width: 100%;
}
.events-panel .event-item .category-show img {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .event-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* Category Event Module - Upcoming */
.container-upcoming {
  background: #f4f4f4;
  border-color: #cccccc;
}

.container-upcoming:after {
  border-top-color: #cccccc;
}

/* Category Event Module - Closed */
.container-closed {
  background: #aaaaaa;
  border-color: #777777;
}

.container-closed:after {
  border-top-color: #777777;
}

@charset "UTF-8";
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 11, ../../../rwd/default/scss/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 29, ../../../rwd/default/scss/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, ../../../rwd/default/scss/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, ../../../rwd/default/scss/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, ../../../rwd/default/scss/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, ../../../rwd/default/scss/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, ../../../rwd/default/scss/vendor/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 93, ../../../rwd/default/scss/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, ../../../rwd/default/scss/vendor/_normalize.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, ../../../rwd/default/scss/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 123, ../../../rwd/default/scss/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, ../../../rwd/default/scss/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, ../../../rwd/default/scss/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 150, ../../../rwd/default/scss/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, ../../../rwd/default/scss/vendor/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 172, ../../../rwd/default/scss/vendor/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, ../../../rwd/default/scss/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 188, ../../../rwd/default/scss/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 196, ../../../rwd/default/scss/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 200, ../../../rwd/default/scss/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, ../../../rwd/default/scss/vendor/_normalize.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, ../../../rwd/default/scss/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, ../../../rwd/default/scss/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, ../../../rwd/default/scss/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, ../../../rwd/default/scss/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 266, ../../../rwd/default/scss/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 280, ../../../rwd/default/scss/vendor/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 293, ../../../rwd/default/scss/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 305, ../../../rwd/default/scss/vendor/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 315, ../../../rwd/default/scss/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, ../../../rwd/default/scss/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 339, ../../../rwd/default/scss/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 348, ../../../rwd/default/scss/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, ../../../rwd/default/scss/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, ../../../rwd/default/scss/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
/* line 30, ../../../rwd/default/scss/core/_reset.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 38, ../../../rwd/default/scss/core/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

/* line 43, ../../../rwd/default/scss/core/_reset.scss */
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

/* line 49, ../../../rwd/default/scss/core/_reset.scss */
html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

/* line 58, ../../../rwd/default/scss/core/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 68, ../../../rwd/default/scss/core/_reset.scss */
th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

/* line 77, ../../../rwd/default/scss/core/_reset.scss */
address {
  font-style: normal;
}

/* line 81, ../../../rwd/default/scss/core/_reset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 87, ../../../rwd/default/scss/core/_reset.scss */
img {
  display: block;
}

/* line 91, ../../../rwd/default/scss/core/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 96, ../../../rwd/default/scss/core/_reset.scss */
q:before,
q:after {
  content: '';
}

/* line 102, ../../../rwd/default/scss/core/_reset.scss */
input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

/* line 108, ../../../rwd/default/scss/core/_reset.scss */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

@font-face {
  font-family: "Raleway";
  src: url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Medium-webfont.eot?1424335880');
  src: url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Medium-webfont.eot?&1424335880#iefix') format('embedded-opentype'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Regular-webfont.woff2?1424335880') format('woff2'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Regular-webfont.woff?1424335880') format('woff'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Regular-webfont.ttf?1424335880') format('truetype'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Regular-webfont.svg?1424335880') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('https://www.bausep.de/skin/frontend/bausep/fonts/fonts/Raleway-Medium-webfont.eot?1424335880');
  src: url('https://www.bausep.de/skin/frontend/bausep/fonts/fonts/Raleway-Medium-webfont.eot?&1424335880#iefix') format('embedded-opentype'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Medium-webfont.woff2?1424335880') format('woff2'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Medium-webfont.woff?1424335880') format('woff'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Medium-webfont.ttf?1424335880') format('truetype'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Medium-webfont.svg?1424335880') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('https://www.bausep.de/skin/frontend/bausep/fonts/fonts/Raleway-SemiBold-webfont.eot?1424335880');
  src: url('https://www.bausep.de/skin/frontend/bausep/fonts/fonts/Raleway-SemiBold-webfont.eot?&1424335880#iefix') format('embedded-opentype'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-SemiBold-webfont.woff2?1424335880') format('woff2'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-SemiBold-webfont.woff?1424335880') format('woff'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-SemiBold-webfont.ttf?1424335880') format('truetype'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-SemiBold-webfont.svg?1424335880') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url('https://www.bausep.de/skin/frontend/bausep/fonts/fonts/Raleway-Bold-webfont.eot?1424343206');
  src: url('https://www.bausep.de/skin/frontend/bausep/fonts/fonts/Raleway-Bold-webfont.eot?&1424343206#iefix') format('embedded-opentype'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Bold-webfont.woff2?1424343206') format('woff2'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Bold-webfont.woff?1424343206') format('woff'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Bold-webfont.ttf?1424343206') format('truetype'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/Raleway-Bold-webfont.svg?1424343206') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url('https://www.bausep.de/skin/frontend/bausep/fonts/fonts/icomoon.eot?1435133878');
  src: url('https://www.bausep.de/skin/frontend/bausep/fonts/fonts/icomoon.eot?&1435133878#iefix') format('embedded-opentype'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/icomoon.woff?1435133878') format('woff'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/icomoon.ttf?1435133878') format('truetype'), url('https://www.bausep.de/skin/frontend/bausep/default/fonts/icomoon.svg?1435133878') format('svg');
  font-weight: 600;
  font-style: normal;
}
/* line 72, ../scss/core/_fonts.scss */
.icon {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 45, ../scss/core/_common.scss */
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 50, ../scss/core/_common.scss */
body,
button,
input,
select,
table,
textarea {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #757373;
  font-size: 12px;
  line-height: 1.2;
}

/* line 62, ../scss/core/_common.scss */
input::-ms-clear {
  display: none;
}

/* line 66, ../scss/core/_common.scss */
b,
strong {
  font-weight: 600;
  color: #545454;
}

/* line 72, ../scss/core/_common.scss */
a {
  color: #e52e16;
  text-decoration: none;
}

/* line 77, ../scss/core/_common.scss */
a:hover {
  color: #ce2914;
  text-decoration: underline;
}

/* line 82, ../scss/core/_common.scss */
a:focus {
  outline-color: #d92c15;
  color: #591209;
}

/* line 97, ../scss/core/_common.scss */
a.more:after,
.box-pricecheck a:after,
.cms-index-index .col-main .box-with-img .box-content a:after,
.landing-page-block .box-large a:after,
.landing-page-block .more:after,
.extra-info a:after,
.dashboard .box-head a:after,
.my-orders-table .add-review-link:after,
.review-customer-index .review-link:after,
#my-reviews-table .view a:after {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "R";
  display: inline-block;
  margin-left: .2em;
}

/* line 106, ../scss/core/_common.scss */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lazy load */
/* line 114, ../scss/core/_common.scss */
img.lazy {
  background: url('https://www.bausep.de/skin/frontend/bausep/default/images/ajax-loader.gif?1438881104') no-repeat center;
}

/* ============================================ *
 * Typography
 * ============================================ */
/* line 123, ../scss/core/_common.scss */
h1, .h1 {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
}

/* line 127, ../scss/core/_common.scss */
h2, .h2 {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
}

/* line 131, ../scss/core/_common.scss */
h3, .h3 {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeSpeed;
  text-transform: none;
}

/* line 135, ../scss/core/_common.scss */
h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #757373;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 139, ../scss/core/_common.scss */
h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #757373;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 143, ../scss/core/_common.scss */
h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #757373;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
/* line 151, ../scss/core/_common.scss */
.address-list address {
  margin-bottom: 1em;
}

/* line 155, ../scss/core/_common.scss */
.product-baseprice {
  white-space: nowrap;
}

/* line 159, ../scss/core/_common.scss */
.box,
.box-no-padding,
.box-with-img,
.products-list > li,
.products-grid .item-wrapper,
.category-title h1,
.toolbar,
.pager.pager-no-toolbar,
#narrow-by-list2,
.product-essential,
.collateral-tabs,
.box-collateral .box-title,
.review,
.aw-pq2-question-list-wrapper .box-content.empty,
.aw-pq2-list__question-item,
.opc-topprogress li a,
.opc-block-progress dl > div,
.opc-block-progress dl > div > div,
.opc #co-shipping-method-form,
#checkout-step-payment,
.review-container,
#header-account,
.col-left .block,
.dashboard .welcome-msg,
.box-account,
.my-account .page-title + form,
.giftcardaccount,
.customer-account-forgotpassword .page-title + form,
.customer-account-resetpassword .page-title + form,
.search-autocomplete ul,
#narrow-by-list .active .filter-name {
  -moz-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

/* line 195, ../scss/core/_common.scss */
.box,
.category-title h1,
.toolbar,
.pager.pager-no-toolbar,
.box-collateral .box-title,
.review,
.aw-pq2-question-list-wrapper .box-content.empty,
.aw-pq2-list__question-item,
.opc #co-shipping-method-form,
#checkout-step-payment,
.review-container,
.col-left .block,
.dashboard .welcome-msg,
.box-account,
.my-account .page-title + form,
.giftcardaccount,
.customer-account-forgotpassword .page-title + form,
.customer-account-resetpassword .page-title + form {
  padding: 20px;
}

/* -------------------------------------------- *
 * Page Titles
 */
/* line 220, ../scss/core/_common.scss */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  -moz-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
}

/* -------------------------------------------- *
 * Block Module
 */
/* line 231, ../scss/core/_common.scss */
.block,
.col-left-first {
  margin-bottom: 20px;
}

/* line 236, ../scss/core/_common.scss */
.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

/* line 240, ../scss/core/_common.scss */
.block-title {
  position: relative;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 991px) {
  /* line 240, ../scss/core/_common.scss */
  .block-title {
    word-break: break-all;
  }
}
/* line 251, ../scss/core/_common.scss */
.block > .block-title {
  padding-top: 0;
}
/* line 255, ../scss/core/_common.scss */
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  color: #545454;
  margin-bottom: 0;
}
/* line 265, ../scss/core/_common.scss */
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #757373;
}

/* line 273, ../scss/core/_common.scss */
body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

/* line 278, ../scss/core/_common.scss */
.block-subtitle {
  font-weight: 600;
  margin-bottom: 7px;
}

/* line 283, ../scss/core/_common.scss */
.block-content {
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  /* line 287, ../scss/core/_common.scss */
  .block-content h2 {
    word-break: break-all;
  }
}

/* line 293, ../scss/core/_common.scss */
.block-content.unpad {
  padding: 0;
}

/* line 297, ../scss/core/_common.scss */
.block .actions {
  margin: 10px 0 0;
}
/* line 300, ../scss/core/_common.scss */
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
/* line 304, ../scss/core/_common.scss */
.block .actions a {
  float: left;
}
/* line 307, ../scss/core/_common.scss */
.block .actions .button {
  float: right;
}

/* line 315, ../scss/core/_common.scss */
.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  /* line 325, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  /* line 328, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  /* line 335, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0 0 1em;
    color: #545454;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    text-rendering: optimizeSpeed;
    text-transform: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border: 1px solid #e8e8e8;
    position: relative;
    background-color: #ffffff;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  /* line 112, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    top: 50%;
    margin-top: -3px;
    content: "r";
  }
  /* line 344, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0 0 1em;
    color: #545454;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    text-rendering: optimizeSpeed;
    text-transform: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border: 1px solid #e8e8e8;
    position: relative;
    background-color: #ffffff;
  }
  /* line 112, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    top: 50%;
    margin-top: -3px;
    content: "d";
  }
  /* line 350, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #e8e8e8;
  }
  /* line 360, ../scss/core/_common.scss */
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #e8e8e8;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
/* line 370, ../scss/core/_common.scss */
.block-account,
.block-cms-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 370, ../scss/core/_common.scss */
  .block-account,
  .block-cms-menu {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #545454;
  }
  /* line 380, ../scss/core/_common.scss */
  .block-account .block-title,
  .block-cms-menu .block-title {
    padding-top: 0;
  }
  /* line 383, ../scss/core/_common.scss */
  .block-account .block-title strong:before,
  .block-cms-menu .block-title strong:before {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    content: "b";
    display: inline-block;
    margin-right: .5em;
    vertical-align: baseline;
  }
  /* line 393, ../scss/core/_common.scss */
  .block-account li,
  .block-cms-menu li {
    margin: 1em 0 0;
  }
  /* line 396, ../scss/core/_common.scss */
  .block-account li a,
  .block-cms-menu li a {
    color: inherit;
  }
  /* line 399, ../scss/core/_common.scss */
  .block-account li a:hover, .block-account li a:active, .block-account li a:focus,
  .block-cms-menu li a:hover,
  .block-cms-menu li a:active,
  .block-cms-menu li a:focus {
    color: #e52e16;
    text-decoration: none;
    outline: none;
  }
  /* line 408, ../scss/core/_common.scss */
  .block-account li strong,
  .block-cms-menu li strong {
    color: #e52e16;
  }
  /* line 413, ../scss/core/_common.scss */
  .block-account li.parent ol,
  .block-cms-menu li.parent ol {
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
  }
  /* line 419, ../scss/core/_common.scss */
  .block-account li.parent li,
  .block-cms-menu li.parent li {
    margin-top: .5em;
  }
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
/* line 432, ../scss/core/_common.scss */
.cart-table .button,
.sidebar .actions .button,
.button.btn-continue,
.button.button-secondary {
  background: #8c8a8a;
  color: #ffffff;
}
/* line 439, ../scss/core/_common.scss */
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.btn-continue:hover,
.button.button-secondary:hover {
  background: #7f7d7d;
  cursor: pointer;
}
/* line 444, ../scss/core/_common.scss */
.cart-table .button:active, .cart-table .button:focus,
.sidebar .actions .button:active,
.sidebar .actions .button:focus,
.button.btn-continue:active,
.button.btn-continue:focus,
.button.button-secondary:active,
.button.button-secondary:focus {
  color: #757373;
  background: #727171;
  outline: none;
}

/* line 452, ../scss/core/_common.scss */
.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
/* line 458, ../scss/core/_common.scss */
.button,
.cart-table .product-cart-actions .button,
.cart #co-shipping-method-form .buttons-set .button,
.footer .button {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e52e16;
  display: inline-block;
  padding: 15px 20px;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 476, ../scss/core/_common.scss */
.button:hover,
.cart-table .product-cart-actions .button:hover,
.cart #co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #ce2914;
  cursor: pointer;
}
/* line 481, ../scss/core/_common.scss */
.button:active, .button:focus,
.cart-table .product-cart-actions .button:active,
.cart-table .product-cart-actions .button:focus,
.cart #co-shipping-method-form .buttons-set .button:active,
.cart #co-shipping-method-form .buttons-set .button:focus,
.footer .button:active,
.footer .button:focus {
  background: #b62512;
  color: #ffffff;
  outline: none;
}

/* line 489, ../scss/core/_common.scss */
a.button {
  text-decoration: none !important;
}

/* line 493, ../scss/core/_common.scss */
a.button:hover {
  color: #FFFFFF;
}

/* Blue Buttons */
/* line 498, ../scss/core/_common.scss */
.account-login .button,
.opc .buttons-set .button {
  background-color: #009fe3;
  font-size: 14px;
}
/* line 503, ../scss/core/_common.scss */
.account-login .button:after,
.opc .buttons-set .button:after {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "R";
  display: inline-block;
  margin-left: .25em;
}

/* Outline Buttons */
/* line 513, ../scss/core/_common.scss */
.deal-price .button,
.footer-questions .button {
  height: 41px;
  padding-top: 11px;
  border: 2px solid #ffffff;
  font-weight: 700;
  font-size: 14px;
}

/* Cart Button */
/* line 524, ../scss/core/_common.scss */
.button.btn-cart:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "c";
  display: inline-block;
  margin-right: .5em;
}

/* line 535, ../scss/core/_common.scss */
.cart-table .qty-box .button,
#shipping-zip-form .button,
.discount .button,
.content-404 .button,
#search_mini_form .search-button {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  float: left;
  padding: 9px;
  height: 30px;
  width: auto;
}

/* line 550, ../scss/core/_common.scss */
.cart-table .qty-box .button,
#shipping-zip-form .button,
.discount .button,
.content-404 .button {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
/* line 556, ../scss/core/_common.scss */
.cart-table .qty-box .button:before,
#shipping-zip-form .button:before,
.discount .button:before,
.content-404 .button:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "O";
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}

/* Disabled - class for anchor, state for form elements */
/* line 567, ../scss/core/_common.scss */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
/* line 575, ../scss/core/_common.scss */
.button + .button {
  margin-left: 5px;
}

/* line 589, ../scss/core/_common.scss */
.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

/* line 598, ../scss/core/_common.scss */
.button2:focus {
  outline: none;
}

/* line 602, ../scss/core/_common.scss */
.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #e52e16;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 612, ../scss/core/_common.scss */
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #9f200f;
}

@media only screen and (max-width: 767px) {
  /* line 620, ../scss/core/_common.scss */
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 627, ../scss/core/_common.scss */
  .col2-set .buttons-set .back-link {
    display: none;
  }
  /* line 630, ../scss/core/_common.scss */
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 638, ../scss/core/_common.scss */
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  /* line 645, ../scss/core/_common.scss */
  .buttons-set .back-link {
    display: none;
  }
  /* line 648, ../scss/core/_common.scss */
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
/* line 658, ../scss/core/_common.scss */
.paypal-logo.paypal-after {
  float: left;
}

/* line 662, ../scss/core/_common.scss */
.paypal-after .paypal-or {
  float: left;
}

/* line 666, ../scss/core/_common.scss */
.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

/* line 671, ../scss/core/_common.scss */
.paypal-after .paypal-button {
  float: left;
}

/* line 675, ../scss/core/_common.scss */
.paypal-button {
  line-height: 0px;
}

/* line 679, ../scss/core/_common.scss */
.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  /* line 684, ../scss/core/_common.scss */
  .paypal-or {
    line-height: 20px;
  }

  /* line 688, ../scss/core/_common.scss */
  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Payment Icons
 */
/* line 703, ../scss/core/_common.scss */
.pm-purchase,
.pm-visa,
.pm-mastercard,
.pm-paypal,
.pm-prepayment {
  text-indent: -9999px;
  display: inline-block;
  margin: 0 0.75em 1.2em 0;
  vertical-align: middle;
}

/* line 715, ../scss/core/_common.scss */
.pm-purchase {
  background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites-s0f81eff965.png') no-repeat 0 -102px;
  height: 34px;
  width: 152px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 715, ../scss/core/_common.scss */
  .pm-purchase {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites2x-se6a76e79d2.png') no-repeat 0 -102px;
    background-size: 152px 352px;
    height: 34px;
    width: 152px;
  }
}

/* line 719, ../scss/core/_common.scss */
.pm-visa {
  background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites-s0f81eff965.png') no-repeat 0 -336px;
  height: 16px;
  width: 50px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 719, ../scss/core/_common.scss */
  .pm-visa {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites2x-se6a76e79d2.png') no-repeat 0 -336px;
    background-size: 152px 352px;
    height: 16px;
    width: 49.5px;
  }
}

/* line 723, ../scss/core/_common.scss */
.pm-mastercard {
  background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites-s0f81eff965.png') no-repeat 0 -50px;
  height: 22px;
  width: 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 723, ../scss/core/_common.scss */
  .pm-mastercard {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites2x-se6a76e79d2.png') no-repeat 0 -50px;
    background-size: 152px 352px;
    height: 22px;
    width: 37px;
  }
}

/* line 727, ../scss/core/_common.scss */
.pm-paypal {
  background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites-s0f81eff965.png') no-repeat 0 -72px;
  height: 17px;
  width: 62px;
  vertical-align: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 727, ../scss/core/_common.scss */
  .pm-paypal {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites2x-se6a76e79d2.png') no-repeat 0 -72px;
    background-size: 152px 352px;
    height: 17px;
    width: 62px;
  }
}

/* line 733, ../scss/core/_common.scss */
.pm-prepayment {
  background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites-s0f81eff965.png') no-repeat 0 -89px;
  height: 13px;
  width: 67px;
  margin-right: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 733, ../scss/core/_common.scss */
  .pm-prepayment {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites2x-se6a76e79d2.png') no-repeat 0 -89px;
    background-size: 152px 352px;
    height: 13px;
    width: 67px;
  }
}

/* -------------------------------------------- *
 * Button Sets
 */
/* line 743, ../scss/core/_common.scss */
.buttons-set {
  clear: both;
  padding-top: 10px;
  text-align: right;
}
/* line 748, ../scss/core/_common.scss */
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
/* line 754, ../scss/core/_common.scss */
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
/* line 759, ../scss/core/_common.scss */
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
/* line 764, ../scss/core/_common.scss */
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
/* line 770, ../scss/core/_common.scss */
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
/* line 779, ../scss/core/_common.scss */
.icon-sprite {
  background-image: url(https://www.bausep.de/skin/frontend/bausep/default/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 786, ../scss/core/_common.scss */
  .icon-sprite {
    background-image: url(https://www.bausep.de/skin/frontend/bausep/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
/* line 796, ../scss/core/_common.scss */
.breadcrumbs {
  display: none;
  overflow: hidden;
  margin: -10px 0 20px;
}
@media only screen and (min-width: 768px) {
  /* line 796, ../scss/core/_common.scss */
  .breadcrumbs {
    display: block;
  }
}
/* line 805, ../scss/core/_common.scss */
.breadcrumbs li,
.breadcrumbs a,
.breadcrumbs span {
  float: left;
}
/* line 811, ../scss/core/_common.scss */
.breadcrumbs a {
  color: #757373;
}
/* line 814, ../scss/core/_common.scss */
.breadcrumbs a:hover {
  color: #e52e16;
}
/* line 819, ../scss/core/_common.scss */
.breadcrumbs strong {
  color: #e52e16;
  font-weight: normal;
}
/* line 824, ../scss/core/_common.scss */
.breadcrumbs li > span {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  display: block;
  width: 1.4em;
}
/* line 831, ../scss/core/_common.scss */
.breadcrumbs li > span:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "r";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 .5em;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
/* line 848, ../scss/core/_common.scss */
.btn-remove,
.btn-previous {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  text-align: center;
}
/* line 858, ../scss/core/_common.scss */
.btn-remove:hover, .btn-remove:active,
.btn-previous:hover,
.btn-previous:active {
  text-decoration: none;
}

/* line 866, ../scss/core/_common.scss */
.btn-remove:after,
.block-layered-nav .actions a:after {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "x";
  color: #e52e16;
  height: 12px;
  line-height: 12px;
  width: 100%;
  font-size: 12px;
}
/* line 876, ../scss/core/_common.scss */
.btn-remove:after:hover, .btn-remove:after:active,
.block-layered-nav .actions a:after:hover,
.block-layered-nav .actions a:after:active {
  color: #ce2914;
}

/* line 883, ../scss/core/_common.scss */
.btn-remove2 {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
/* line 886, ../scss/core/_common.scss */
.btn-remove2:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "D";
  color: #e52e16;
  font-size: 18px;
  line-height: 1;
}
/* line 895, ../scss/core/_common.scss */
.btn-remove2:hover {
  text-decoration: none;
}

/* line 901, ../scss/core/_common.scss */
.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #e52e16;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
/* line 909, ../scss/core/_common.scss */
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

/* line 916, ../scss/core/_common.scss */
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 10px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
/* line 928, ../scss/core/_common.scss */
.checkout-agreements li {
  margin-bottom: 10px;
}
/* line 932, ../scss/core/_common.scss */
.checkout-agreements .checkbox + label {
  max-width: 90%;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
/* line 941, ../scss/core/_common.scss */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 11px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
/* line 951, ../scss/core/_common.scss */
.page-header-container,
.main-container,
.footer,
.footer-questions-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}
@media only screen and (min-width: 480px) {
  /* line 951, ../scss/core/_common.scss */
  .page-header-container,
  .main-container,
  .footer,
  .footer-questions-container {
    padding: 30px;
  }
}
/* line 964, ../scss/core/_common.scss */
.page-header-container:after,
.main-container:after,
.footer:after,
.footer-questions-container:after {
  content: '';
  display: table;
  clear: both;
}

/* line 969, ../scss/core/_common.scss */
.footer-container,
.footer-questions-container {
  padding-top: 0;
}

/* line 974, ../scss/core/_common.scss */
.footer-questions-container {
  padding-bottom: 0;
}

/* -------------------------------------------- *
 * Column Layouts
 */
/* line 982, ../scss/core/_common.scss */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* line 987, ../scss/core/_common.scss */
.col-left,
.col-right,
.col-main {
  padding: 0 15px;
}

/* line 993, ../scss/core/_common.scss */
.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
/* line 999, ../scss/core/_common.scss */
.col-left img {
  max-width: 100%;
}

/* line 1004, ../scss/core/_common.scss */
.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
/* line 1009, ../scss/core/_common.scss */
.col-right img {
  max-width: 100%;
}

/* line 1014, ../scss/core/_common.scss */
.col-main {
  float: left;
  width: 75%;
}

/* line 1020, ../scss/core/_common.scss */
.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

/* line 1028, ../scss/core/_common.scss */
.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

/* line 1035, ../scss/core/_common.scss */
.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

/* line 1041, ../scss/core/_common.scss */
.col3-layout .col-right {
  width: 20.83333%;
}
/* line 1045, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
/* line 1049, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
/* line 1054, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  /* line 1062, ../scss/core/_common.scss */
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  /* line 1070, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  /* line 1074, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  /* line 1079, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1087, ../scss/core/_common.scss */
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  /* line 1108, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  /* line 1113, ../scss/core/_common.scss */
  .col-main {
    float: none;
    width: auto;
  }

  /* line 1118, ../scss/core/_common.scss */
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
/* line 1125, ../scss/core/_common.scss */
.col2-set {
  width: 100%;
}
/* line 1128, ../scss/core/_common.scss */
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 1128, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
/* line 1138, ../scss/core/_common.scss */
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
/* line 1143, ../scss/core/_common.scss */
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  /* line 1149, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 1159, ../scss/core/_common.scss */
.col2-set .narrow {
  width: 33%;
}
/* line 1163, ../scss/core/_common.scss */
.col2-set .wide {
  width: 65%;
}
/* line 1167, ../scss/core/_common.scss */
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
/* line 1177, ../scss/core/_common.scss */
.std p {
  margin: 0 0 1.2em;
}
/* line 1181, ../scss/core/_common.scss */
.std ol,
.std ul {
  list-style: disc outside;
  margin-bottom: 1.2em;
}
/* line 1186, ../scss/core/_common.scss */
.std ol li,
.std ul li {
  margin-left: 2em;
}
/* line 1191, ../scss/core/_common.scss */
.std ol {
  list-style-type: decimal;
}
/* line 1195, ../scss/core/_common.scss */
.std ul.form-list {
  list-style: none;
  margin-bottom: 0;
}
/* line 1200, ../scss/core/_common.scss */
.std .note {
  color: #757373;
  font-size: 11px;
}
/* line 1206, ../scss/core/_common.scss */
.std .box + .box {
  margin-top: 10px;
}
/* line 1210, ../scss/core/_common.scss */
.std .box p:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Global Site Notice
 */
/* line 1220, ../scss/core/_common.scss */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 9px;
}
/* line 1225, ../scss/core/_common.scss */
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  line-height: 9px;
  min-height: 40px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  background-image: url("https://www.bausep.de/skin/frontend/bausep/default/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
/* line 1240, ../scss/core/_common.scss */
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
/* line 1249, ../scss/core/_common.scss */
.promo-msg {
  color: #545454;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
/* line 1261, ../scss/core/_common.scss */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1268, ../scss/core/_common.scss */
.success {
  color: #3aaa35;
}

/* line 1272, ../scss/core/_common.scss */
.error {
  color: #DF280A;
  font-weight: bold;
}

/* line 1277, ../scss/core/_common.scss */
.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1286, ../scss/core/_common.scss */
.messages {
  margin-bottom: 10px;
}
/* line 1290, ../scss/core/_common.scss */
.messages .notice-msg li:before {
  content: "i";
}

/* line 1296, ../scss/core/_common.scss */
.messages li li,
#minicart-success-message,
#minicart-error-message {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  padding: 20px 20px 20px 60px;
  margin-bottom: 5px;
  background: #2c3e50;
  color: #ffffff;
  font-weight: 600;
}
/* line 1308, ../scss/core/_common.scss */
.messages li li:before,
#minicart-success-message:before,
#minicart-error-message:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 18px;
}

/* line 1318, ../scss/core/_common.scss */
.messages .success-msg li,
#minicart-success-message {
  background: #3aaa35;
}
/* line 1322, ../scss/core/_common.scss */
.messages .success-msg li:before,
#minicart-success-message:before {
  content: "Y";
}

/* line 1327, ../scss/core/_common.scss */
.messages .error-msg li,
#minicart-error-message {
  background: #009fe3;
}
/* line 1331, ../scss/core/_common.scss */
.messages .error-msg li:before,
#minicart-error-message:before {
  content: "!";
}
/* line 1335, ../scss/core/_common.scss */
.messages .error-msg li a,
#minicart-error-message a {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (min-width: 915px) {
  /* line 1345, ../scss/core/_common.scss */
  .order-list-grid .col-1 {
    width: 30%;
  }

  /* line 1349, ../scss/core/_common.scss */
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  /* line 1354, ../scss/core/_common.scss */
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
/* line 1366, ../scss/core/_common.scss */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

/* line 1372, ../scss/core/_common.scss */
.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
/* line 1381, ../scss/core/_common.scss */
.payment-methods {
  margin-bottom: 20px;
}

/* line 1385, ../scss/core/_common.scss */
.payment-methods dt {
  padding: 5px 0;
}

/* line 1389, ../scss/core/_common.scss */
.payment-methods dd {
  padding-top: 10px;
}

/* line 1393, ../scss/core/_common.scss */
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
}

/* line 1403, ../scss/core/_common.scss */
.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #e8e8e8;
  border-top: none;
  top: -11px;
  left: 30px;
}

/* line 1409, ../scss/core/_common.scss */
.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-top: none;
  top: -10px;
  left: 30px;
}

/* line 1415, ../scss/core/_common.scss */
.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
/* line 1423, ../scss/core/_common.scss */
.please-wait {
  -moz-animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  animation: vex-fadein 0.5s;
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  padding-top: 5em;
  margin: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
/* line 1438, ../scss/core/_common.scss */
.please-wait img {
  display: inline-block;
  margin-right: .3em;
  width: 24px;
  vertical-align: middle;
}

/* line 1446, ../scss/core/_common.scss */
.vex .please-wait {
  top: 60px;
  bottom: 20px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
/* line 1455, ../scss/core/_common.scss */
.price-box {
  color: #545454;
  font-size: 16px;
}
/* line 1459, ../scss/core/_common.scss */
.price-box p {
  margin-bottom: 0;
}

/* line 1464, ../scss/core/_common.scss */
.price-notice {
  color: #757373;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
/* line 1473, ../scss/core/_common.scss */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
/* line 1477, ../scss/core/_common.scss */
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}
/* line 1482, ../scss/core/_common.scss */
.price-box .old-price {
  font-size: 12px;
  text-decoration: line-through;
}
/* line 1486, ../scss/core/_common.scss */
.price-box .old-price > span {
  text-decoration: inherit;
}
/* line 1492, ../scss/core/_common.scss */
.price-box .special-price .price-label {
  display: none;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
/* line 1502, ../scss/core/_common.scss */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* line 1507, ../scss/core/_common.scss */
span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
/* line 1515, ../scss/core/_common.scss */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: table;
}
/* line 1520, ../scss/core/_common.scss */
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  display: table-row;
}
/* line 1523, ../scss/core/_common.scss */
.product-pricing li > span,
.tier-prices li > span,
.tier-prices-grouped li > span {
  display: table-cell;
}
/* line 1526, ../scss/core/_common.scss */
.product-pricing li > span:first-child,
.tier-prices li > span:first-child,
.tier-prices-grouped li > span:first-child {
  padding-right: .5em;
}
/* line 1532, ../scss/core/_common.scss */
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  display: none;
}

/* ============================================ *
 * Item Options
 * ============================================ */
/* line 1542, ../scss/core/_common.scss */
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1546, ../scss/core/_common.scss */
.item-options dt {
  float: left;
  clear: left;
}
/* line 1550, ../scss/core/_common.scss */
.item-options dt:after {
  content: ': ';
}
/* line 1555, ../scss/core/_common.scss */
.item-options dd {
  float: left;
  margin: 0 0 6px .3em;
}

/* line 1561, ../scss/core/_common.scss */
.truncated,
.truncated a.dots {
  cursor: help;
}

/* line 1566, ../scss/core/_common.scss */
.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
/* line 1571, ../scss/core/_common.scss */
.truncated a.details:hover {
  text-decoration: none;
}

/* line 1576, ../scss/core/_common.scss */
.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

/* line 1581, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #e52e16;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
/* line 1592, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e52e16;
  border-top: none;
  left: 97px;
  top: -7px;
}

/* line 1599, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* line 1605, ../scss/core/_common.scss */
.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  /* line 1611, ../scss/core/_common.scss */
  .truncated {
    cursor: inherit;
  }
  /* line 1614, ../scss/core/_common.scss */
  .truncated a.details {
    display: none;
  }
  /* line 1619, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  /* line 1627, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  /* line 1631, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
/* line 1644, ../scss/core/_common.scss */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
/* line 1654, ../scss/core/_common.scss */
.add-to-links {
  margin: 7px 0;
}
/* line 1657, ../scss/core/_common.scss */
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

/* line 1663, ../scss/core/_common.scss */
.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
/* line 1671, ../scss/core/_common.scss */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}

/* -------------------------------------------- *
 * Ratings
 */
/* line 1681, ../scss/core/_common.scss */
.ratings {
  margin: 7px 0;
}
/* line 1684, ../scss/core/_common.scss */
.ratings .rating-box {
  display: inline-block;
  position: relative;
}
/* line 1688, ../scss/core/_common.scss */
.ratings .rating-box:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "s s s s s";
  color: #bdbcbc;
}
/* line 1695, ../scss/core/_common.scss */
.ratings .rating-box .rating {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* line 1701, ../scss/core/_common.scss */
.ratings .rating-box .rating:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "s s s s s";
  white-space: nowrap;
  font-size: 101%;
  color: #f2cd38;
}
/* line 1712, ../scss/core/_common.scss */
.ratings .amount {
  margin-left: .3em;
}
/* line 1717, ../scss/core/_common.scss */
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Tabs
 */
/* line 1727, ../scss/core/_common.scss */
.tabs {
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Toolbar
 */
/* line 1737, ../scss/core/_common.scss */
.toolbar,
.pager.pager-no-toolbar {
  margin: 20px 0;
  padding-top: 13px;
  padding-bottom: 8px;
}
/* line 1743, ../scss/core/_common.scss */
.toolbar:after,
.pager.pager-no-toolbar:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1748, ../scss/core/_common.scss */
.toolbar,
.pager {
  line-height: 27px;
  font-weight: 600;
}
/* line 1753, ../scss/core/_common.scss */
.toolbar select,
.pager select {
  height: auto;
}

/* line 1758, ../scss/core/_common.scss */
.toolbar label,
.pager-no-toolbar label {
  font-weight: inherit;
  color: #545454;
}

/* line 1766, ../scss/core/_common.scss */
.sorter {
  float: left;
  margin-bottom: 5px;
}
/* line 1770, ../scss/core/_common.scss */
.sorter label {
  float: left;
  margin-right: 5px;
}
/* line 1774, ../scss/core/_common.scss */
.sorter label:after {
  content: ':';
}

/* line 1781, ../scss/core/_common.scss */
.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 27px;
}
/* line 1786, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: top;
}
/* line 1795, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  display: block;
  position: absolute;
  top: 0;
  left: .25em;
  width: 27px;
  height: 27px;
  line-height: 27px;
  color: #e52e16;
  font-size: 12px;
}
/* line 1811, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc:before {
  content: "A";
}
/* line 1817, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc:before {
  content: "B";
}
/* line 1823, ../scss/core/_common.scss */
.sorter > .view-mode {
  float: right;
}

/* line 1828, ../scss/core/_common.scss */
.pager {
  float: right;
  overflow: hidden;
}
/* line 1832, ../scss/core/_common.scss */
.pager.pager-no-toolbar {
  float: none !important;
}
/* line 1836, ../scss/core/_common.scss */
.pager > .count-container {
  float: left;
}
/* line 1840, ../scss/core/_common.scss */
.pager .amount {
  float: left;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
/* line 1847, ../scss/core/_common.scss */
.pager .limiter {
  float: left;
  height: 27px;
  line-height: 27px;
}
/* line 1852, ../scss/core/_common.scss */
.pager .limiter > label {
  padding-right: 5px;
}
/* line 1855, ../scss/core/_common.scss */
.pager .limiter > label:after {
  content: ':';
}
/* line 1861, ../scss/core/_common.scss */
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

/* line 1868, ../scss/core/_common.scss */
.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
/* line 1873, ../scss/core/_common.scss */
.pages strong {
  display: none;
}
/* line 1877, ../scss/core/_common.scss */
.pages li {
  float: left;
  margin-left: .25em;
}
/* line 1882, ../scss/core/_common.scss */
.pages a,
.pages .current,
.pages .next:before,
.pages .previous:before {
  display: block;
  padding: 0;
  height: 27px;
  line-height: 25px;
  text-align: center;
  color: #757373;
}
/* line 1894, ../scss/core/_common.scss */
.pages a,
.pages .current {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 27px;
  border: 1px solid #e8e8e8;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 1904, ../scss/core/_common.scss */
.pages a:hover {
  text-decoration: none;
  border-color: #e52e16;
}
/* line 1909, ../scss/core/_common.scss */
.pages .current {
  border-color: #e52e16;
  background: #e52e16;
  color: #ffffff;
}
/* line 1915, ../scss/core/_common.scss */
.pages .next,
.pages .previous {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
/* line 1922, ../scss/core/_common.scss */
.pages .next:before,
.pages .previous:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  font-size: 12px;
}
/* line 1930, ../scss/core/_common.scss */
.pages .previous:before {
  content: "l";
}
/* line 1936, ../scss/core/_common.scss */
.pages .next:before {
  content: "r";
}

/* line 1942, ../scss/core/_common.scss */
.toolbar-bottom {
  position: relative;
}
/* line 1945, ../scss/core/_common.scss */
.toolbar-bottom .toolbar {
  min-height: 53px;
}
/* line 1948, ../scss/core/_common.scss */
.toolbar-bottom .toolbar:empty + .totop {
  position: absolute;
  top: 13px;
  right: 20px;
}

/* line 1956, ../scss/core/_common.scss */
.totop {
  line-height: 27px;
}
/* line 1959, ../scss/core/_common.scss */
.totop:after {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "U";
  display: inline-block;
  margin-left: .25em;
}
/* line 1967, ../scss/core/_common.scss */
.toolbar-bottom .totop {
  float: right;
}
@media only screen and (min-width: 480px) {
  /* line 1967, ../scss/core/_common.scss */
  .toolbar-bottom .totop {
    position: absolute;
    top: 13px;
    right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1967, ../scss/core/_common.scss */
  .toolbar-bottom .totop {
    right: auto;
    left: 20px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 1986, ../scss/core/_common.scss */
  .pager .amount--has-pages {
    display: none;
  }

  /* line 1990, ../scss/core/_common.scss */
  .pages {
    float: left;
  }

  /* line 1995, ../scss/core/_common.scss */
  .sort-by label,
  .limiter label,
  .view-mode label {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2005, ../scss/core/_common.scss */
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  /* line 2010, ../scss/core/_common.scss */
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  /* line 2014, ../scss/core/_common.scss */
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 2019, ../scss/core/_common.scss */
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 991px) {
  /* line 2031, ../scss/core/_common.scss */
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  /* line 2036, ../scss/core/_common.scss */
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  /* line 2040, ../scss/core/_common.scss */
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 2045, ../scss/core/_common.scss */
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
/* line 2059, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
/* line 2063, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #2c3e50;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 2069, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #9f200f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 2079, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #2c3e50;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 2085, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #9f200f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 2097, ../scss/core/_common.scss */
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
/* line 2107, ../scss/core/_common.scss */
.a-center {
  text-align: center;
}

/* line 2111, ../scss/core/_common.scss */
.a-right,
.align-right {
  text-align: right;
}

/* line 2116, ../scss/core/_common.scss */
.no-display {
  display: none !important;
}

/* line 2120, ../scss/core/_common.scss */
.nobr,
.nowrap {
  white-space: nowrap;
}

/* line 2125, ../scss/core/_common.scss */
.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
/* line 2133, ../scss/core/_common.scss */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
/* line 2141, ../scss/core/_common.scss */
.page-print .print-head {
  margin: 0 0 15px;
}

/* line 2145, ../scss/core/_common.scss */
.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * List with ticks
 * ============================================ */
/* line 2153, ../scss/core/_common.scss */
ul.benefits {
  list-style: none;
}
/* line 2156, ../scss/core/_common.scss */
ul.benefits li {
  position: relative;
  padding: 3px 0 3px 1.25em;
  margin-left: 0;
}
/* line 2161, ../scss/core/_common.scss */
ul.benefits li:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "t";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}

@media only screen and (min-width: 992px) {
  /* line 2174, ../scss/core/_common.scss */
  ul.benefits {
    padding-left: 35px;
    margin-bottom: 0;
  }
  /* line 2178, ../scss/core/_common.scss */
  ul.benefits + * {
    padding-right: 35px;
  }
}
/* ============================================ *
 * Google reCaptcha
 * ============================================ */
/* line 2186, ../scss/core/_common.scss */
.g-recaptcha {
  float: right;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
/* line 35, ../scss/core/_form.scss */
.fieldset p {
  margin-bottom: 7px;
}
/* line 38, ../scss/core/_form.scss */
.fieldset p.required {
  margin: 0;
}
/* line 43, ../scss/core/_form.scss */
.fieldset + .fieldset {
  margin-top: 30px;
}

/* line 48, ../scss/core/_form.scss */
form .legend {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeSpeed;
  text-transform: none;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

/* line 54, ../scss/core/_form.scss */
form h2.legend a {
  float: right;
  font-weight: normal;
  font-size: 12px;
}
/* line 59, ../scss/core/_form.scss */
form h2.legend a:focus, form h2.legend a:active {
  color: #e52e16;
}

/* -------------------------------------------- *
 * Input Box
 */
/* line 70, ../scss/core/_form.scss */
.input-box {
  padding-top: 2px;
}
/* line 73, ../scss/core/_form.scss */
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* line 79, ../scss/core/_form.scss */
li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
/* line 88, ../scss/core/_form.scss */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
/* line 98, ../scss/core/_form.scss */
label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
}

/* line 104, ../scss/core/_form.scss */
label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* line 113, ../scss/core/_form.scss */
label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
/* line 122, ../scss/core/_form.scss */
.input-hint {
  color: #757373;
  font-size: 10px;
}

/* -------------------------------------------- *
 * Select
 */
/* line 131, ../scss/core/_form.scss */
select,
textarea,
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  color: #545454;
}
/* line 141, ../scss/core/_form.scss */
select:focus,
textarea:focus,
.input-text:focus {
  border: 1px solid #757373;
}
/* line 145, ../scss/core/_form.scss */
select.validation-failed,
textarea.validation-failed,
.input-text.validation-failed {
  border-color: #DF280A;
}
/* line 149, ../scss/core/_form.scss */
select.validation-failed:focus,
textarea.validation-failed:focus,
.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

/* line 155, ../scss/core/_form.scss */
select {
  padding: 0 31px 0 4px;
  max-width: 100%;
  background: #f4f4f4 url('https://www.bausep.de/skin/frontend/bausep/default/images/angle-down.png?1433939215') no-repeat 100% 50%;
}
/* line 160, ../scss/core/_form.scss */
select + select {
  margin-left: 5px;
}
/* line 164, ../scss/core/_form.scss */
select[multiple] {
  width: 270px;
  padding: 5px;
}
/* line 169, ../scss/core/_form.scss */
select::-ms-expand {
  display: none;
}

/* -------------------------------------------- *
 * Textarea
 */
/* line 178, ../scss/core/_form.scss */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 8px;
}

/* -------------------------------------------- *
 * Inputs
 */
/* show x on right side of search field - needs to be tested and styled
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}*/
/* line 193, ../scss/core/_form.scss */
select,
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
}

/* line 203, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
  padding: 0 8px;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 216, ../scss/core/_form.scss */
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select,
  textarea {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
/* line 228, ../scss/core/_form.scss */
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
/* line 236, ../scss/core/_form.scss */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
/* line 247, ../scss/core/_form.scss */
::-webkit-input-placeholder {
  color: #757373;
}

/* line 251, ../scss/core/_form.scss */
input:-moz-placeholder {
  color: #757373;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
/* line 259, ../scss/core/_form.scss */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

/* line 266, ../scss/core/_form.scss */
.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
/* line 280, ../scss/core/_form.scss */
.validation-advice {
  margin: 5px 0 0;
  color: #DF280A;
  font-size: 11px;
}

/* ============================================ *
 * Form List
 * ============================================ */
/* line 291, ../scss/core/_form.scss */
ul.form-list > li {
  margin: 0 0 10px;
}
/* line 295, ../scss/core/_form.scss */
ul.form-list select,
ul.form-list .input-text {
  width: 100%;
}
/* line 301, ../scss/core/_form.scss */
ul.form-list .gender select {
  width: auto;
  min-width: 50%;
}
/* line 307, ../scss/core/_form.scss */
ul.form-list .input-range .input-text {
  width: 74px;
}
/* line 311, ../scss/core/_form.scss */
ul.form-list .field,
ul.form-list .wide,
ul.form-list .control {
  margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
  /* line 317, ../scss/core/_form.scss */
  ul.form-list .fields {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 322, ../scss/core/_form.scss */
  ul.form-list .fields:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 326, ../scss/core/_form.scss */
  ul.form-list .fields .field {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 0;
  }
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
/* line 337, ../scss/core/_form.scss */
.form-list .control,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
/* line 342, ../scss/core/_form.scss */
.form-list .control div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
/* line 346, ../scss/core/_form.scss */
.form-list .control div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
/* line 351, ../scss/core/_form.scss */
.form-list .control input.radio,
.form-list .control input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 7px;
  margin-left: 15px;
}
/* line 359, ../scss/core/_form.scss */
.form-list .control label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #757373;
  background-color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
/* line 368, ../scss/core/_form.scss */
.form-list .control label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
  background-color: #f7f7f7;
}
/* line 374, ../scss/core/_form.scss */
.form-list .control .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
/* line 378, ../scss/core/_form.scss */
.form-list .control .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

/* line 385, ../scss/core/_form.scss */
.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

/* line 393, ../scss/core/_form.scss */
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

/* line 400, ../scss/core/_form.scss */
.form-list .control {
  margin-top: 10px;
}
/* line 403, ../scss/core/_form.scss */
.form-list .control label {
  float: none;
  line-height: 1;
}
/* line 408, ../scss/core/_form.scss */
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
/* line 413, ../scss/core/_form.scss */
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

/* line 422, ../scss/core/_form.scss */
form .form-instructions {
  font-style: italic;
}
/* line 426, ../scss/core/_form.scss */
form .form-note {
  color: #e52e16;
  font-style: normal;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
/* line 30, ../scss/core/_table.scss */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
/* line 38, ../scss/core/_table.scss */
.data-table {
  width: 100%;
}
/* line 41, ../scss/core/_table.scss */
.data-table td,
.data-table th {
  padding: 20px 10px;
  vertical-align: top;
}
/* line 46, ../scss/core/_table.scss */
.data-table td:first-child,
.data-table th:first-child {
  padding-left: 0;
}
/* line 50, ../scss/core/_table.scss */
.data-table td:last-child,
.data-table th:last-child {
  padding-right: 0;
}
/* line 55, ../scss/core/_table.scss */
.data-table th {
  background: transparent;
  white-space: nowrap;
  font-weight: 600;
  color: #545454;
}

/* line 63, ../scss/core/_table.scss */
.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #e8e8e8;
}

/* line 68, ../scss/core/_table.scss */
.data-table tfoot tr {
  background: transparent;
}

/* line 72, ../scss/core/_table.scss */
.data-table tbody td .item-options {
  margin-top: 10px;
}
/* line 75, ../scss/core/_table.scss */
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
/* line 84, ../scss/core/_table.scss */
.info-box {
  border: 1px solid #e8e8e8;
  padding: 12px 15px;
  margin: 0 0 15px;
}
/* line 89, ../scss/core/_table.scss */
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

/* line 95, ../scss/core/_table.scss */
.info-table th,
.info-table td {
  vertical-align: top;
}

/* line 100, ../scss/core/_table.scss */
.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

/* line 105, ../scss/core/_table.scss */
.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
/* line 114, ../scss/core/_table.scss */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #e8e8e8;
}
/* line 119, ../scss/core/_table.scss */
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #e8e8e8;
  padding: 6px;
  background-color: transparent;
}
/* line 126, ../scss/core/_table.scss */
.zebra-table tr {
  background-color: #EEEDED;
}
/* line 130, ../scss/core/_table.scss */
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 238, ../scss/core/_table.scss */
  .linearize-table {
    /* Helpers */
  }
  /* line 141, ../scss/core/_table.scss */
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  /* line 147, ../scss/core/_table.scss */
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 152, ../scss/core/_table.scss */
  .linearize-table thead th.lin-hide {
    display: none;
  }
  /* line 156, ../scss/core/_table.scss */
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 160, ../scss/core/_table.scss */
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 165, ../scss/core/_table.scss */
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 171, ../scss/core/_table.scss */
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  /* line 175, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  /* line 179, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  /* line 184, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 188, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    padding-right: 5px;
  }
  /* line 194, ../scss/core/_table.scss */
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 199, ../scss/core/_table.scss */
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 203, ../scss/core/_table.scss */
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  /* line 208, ../scss/core/_table.scss */
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  /* line 212, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 217, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 224, ../scss/core/_table.scss */
  .linearize-table .linearize-hide {
    display: none;
  }
  /* line 228, ../scss/core/_table.scss */
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  /* line 232, ../scss/core/_table.scss */
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  /* line 244, ../scss/core/_table.scss */
  .linearize-table-large {
    /* Helpers */
  }
  /* line 141, ../scss/core/_table.scss */
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  /* line 147, ../scss/core/_table.scss */
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 152, ../scss/core/_table.scss */
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  /* line 156, ../scss/core/_table.scss */
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 160, ../scss/core/_table.scss */
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 165, ../scss/core/_table.scss */
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 171, ../scss/core/_table.scss */
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  /* line 175, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  /* line 179, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  /* line 184, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 188, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    padding-right: 5px;
  }
  /* line 194, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 199, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 203, ../scss/core/_table.scss */
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  /* line 208, ../scss/core/_table.scss */
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  /* line 212, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 217, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 224, ../scss/core/_table.scss */
  .linearize-table-large .linearize-hide {
    display: none;
  }
  /* line 228, ../scss/core/_table.scss */
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  /* line 232, ../scss/core/_table.scss */
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  /* line 250, ../scss/core/_table.scss */
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
/* line 30, ../scss/layout/_global.scss */
html,
body {
  height: 100%;
}

/* line 35, ../scss/layout/_global.scss */
.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #ffffff;
}
/* line 41, ../scss/layout/_global.scss */
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* line 46, ../scss/layout/_global.scss */
.page {
  background: #f6f4f4;
  position: relative;
}

/* line 51, ../scss/layout/_global.scss */
.page-header,
.main-container,
.footer-questions,
.footer-container {
  position: relative;
}

/* line 58, ../scss/layout/_global.scss */
.page-header {
  z-index: 10;
}

/* line 62, ../scss/layout/_global.scss */
.main-container {
  z-index: 5;
}

/* line 66, ../scss/layout/_global.scss */
.footer-questions {
  z-index: 2;
}

/* line 70, ../scss/layout/_global.scss */
.footer-container {
  z-index: 1;
}

/* ============================================ *
 * Header
 * ============================================ */
/* line 30, ../scss/layout/_header.scss */
.page-header {
  -moz-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  z-index: 1100;
}
/* line 37, ../scss/layout/_header.scss */
.page-header:after {
  content: '';
  display: table;
  clear: both;
}

/* line 42, ../scss/layout/_header.scss */
.page-header-container {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 42, ../scss/layout/_header.scss */
  .page-header-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
/* line 59, ../scss/layout/_header.scss */
.header-language-background {
  padding: 8px 10px 7px;
  background-color: #e52e16;
  text-align: right;
  font-size: 11px;
}
/* line 65, ../scss/layout/_header.scss */
.header-language-background .header-language-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
/* line 71, ../scss/layout/_header.scss */
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
/* line 75, ../scss/layout/_header.scss */
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
/* line 81, ../scss/layout/_header.scss */
.header-language-background .welcome-msg {
  float: right;
}
/* line 85, ../scss/layout/_header.scss */
.header-language-background li {
  display: inline-block;
}
/* line 88, ../scss/layout/_header.scss */
.header-language-background li + li:before {
  content: '\7c\20';
  display: inline;
  padding: 0 .5em;
}

/* line 96, ../scss/layout/_header.scss */
.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
@media only screen and (max-width: 767px) {
  /* line 96, ../scss/layout/_header.scss */
  .page-header-container .store-language-container {
    display: none;
  }
}
/* line 106, ../scss/layout/_header.scss */
.page-header-container .store-language-container label {
  display: none;
}
/* line 110, ../scss/layout/_header.scss */
.page-header-container .store-language-container select {
  max-width: 100%;
}
@media only screen and (max-width: 479px) {
  /* line 110, ../scss/layout/_header.scss */
  .page-header-container .store-language-container select {
    font-size: 10px;
  }
}

/* line 120, ../scss/layout/_header.scss */
.header-language-background {
  color: #E6E6E6;
}
/* line 123, ../scss/layout/_header.scss */
.header-language-background .header-advertisement {
  float: left;
}
/* line 126, ../scss/layout/_header.scss */
.header-language-background .header-advertisement a {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  /* line 135, ../scss/layout/_header.scss */
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
/* line 148, ../scss/layout/_header.scss */
.page-header .logo {
  display: block;
  float: left;
  width: 92px;
  height: 50px;
  padding: 10px;
  margin-left: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 148, ../scss/layout/_header.scss */
  .page-header .logo {
    width: 120px;
    height: 70px;
    padding: 10px 0;
    margin-left: 63px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 148, ../scss/layout/_header.scss */
  .page-header .logo {
    margin: 0;
  }
}
/* line 168, ../scss/layout/_header.scss */
.page-header .logo img {
  max-width: 100%;
}

/* ============================================ *
 * Skip Links
 * ============================================ */
/* line 177, ../scss/layout/_header.scss */
.skip-links {
  float: right;
  line-height: 50px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  /* line 177, ../scss/layout/_header.scss */
  .skip-links {
    float: none;
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  /* line 177, ../scss/layout/_header.scss */
  .skip-links {
    border-bottom: 1px solid #e8e8e8;
  }
}
/* line 191, ../scss/layout/_header.scss */
.skip-links:after {
  content: '';
  display: table;
  clear: both;
}
/* line 195, ../scss/layout/_header.scss */
body.checkout .skip-links {
  border-bottom: none;
}

/* -------------------------------------------- *
 * Skip - Link
 */
/* line 204, ../scss/layout/_header.scss */
.skip-link {
  position: relative;
  display: inline-block;
  height: 35px;
  background: #ffffff;
  color: #757373;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 204, ../scss/layout/_header.scss */
  .skip-link {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 204, ../scss/layout/_header.scss */
  .skip-link {
    width: 20%;
    padding-left: 0;
  }
}

/* line 224, ../scss/layout/_header.scss */
a.skip-link {
  text-decoration: none;
}

/* -------------------------------------------- *
 * Skip Link - Icon
 */
/* line 233, ../scss/layout/_header.scss */
.skip-link .icon {
  color: #757373;
}
/* line 236, ../scss/layout/_header.scss */
.skip-link .icon:after {
  display: inline-block;
  font-size: 165%;
}
@media only screen and (min-width: 768px) {
  /* line 236, ../scss/layout/_header.scss */
  .skip-link .icon:after {
    font-size: 175%;
  }
}
/* line 249, ../scss/layout/_header.scss */
.skip-link:hover .icon, .skip-link:active .icon, .skip-link:focus .icon {
  color: inherit;
}
/* line 254, ../scss/layout/_header.scss */
.skip-link:active, .skip-link:focus {
  outline: none;
}

/* -------------------------------------------- *
 * Skip Link - Label
 */
/* line 264, ../scss/layout/_header.scss */
.skip-link .label {
  display: block;
  margin-top: .3em;
}
@media only screen and (min-width: 768px) {
  /* line 264, ../scss/layout/_header.scss */
  .skip-link .label {
    margin-top: .1em;
  }
}

/* ============================================ *
 * Skip Content
 * ============================================ */
/* line 277, ../scss/layout/_header.scss */
.skip-content {
  display: none;
}
/* line 280, ../scss/layout/_header.scss */
.skip-content.skip-active {
  display: block;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 991px) {
  /* line 293, ../scss/layout/_header.scss */
  #nav #header-account li a,
  .nav-primary > li > a {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    color: #757373;
    line-height: 30px;
  }

  /* line 302, ../scss/layout/_header.scss */
  #nav #header-account li:last-child a,
  .nav-primary > li:last-child > a {
    border-bottom: 0;
  }

  /* line 307, ../scss/layout/_header.scss */
  .no-touch #nav #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #ffffff;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 315, ../scss/layout/_header.scss */
  .account-cart-wrapper {
    position: absolute;
    top: 10px;
    right: 30px;
    padding-right: 5px;
  }
}

/* line 327, ../scss/layout/_header.scss */
.checkout .page-header .skip-nav,
.checkout .page-header .skip-search {
  display: none;
}
@media only screen and (max-width: 991px) {
  /* line 333, ../scss/layout/_header.scss */
  .checkout .page-header .logo {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 339, ../scss/layout/_header.scss */
  .checkout .page-header .skip-account {
    display: none;
  }
  /* line 343, ../scss/layout/_header.scss */
  .checkout .page-header .logo {
    margin-left: -10px;
  }
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
/* line 30, ../scss/layout/_header-nav.scss */
.skip-nav {
  width: 30px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media only screen and (min-width: 480px) {
  /* line 30, ../scss/layout/_header-nav.scss */
  .skip-nav {
    top: 5px 10px;
    left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 30, ../scss/layout/_header-nav.scss */
  .skip-nav {
    width: 63px;
    top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 30, ../scss/layout/_header-nav.scss */
  .skip-nav {
    display: none;
  }
}
/* line 50, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
/* line 54, ../scss/layout/_header-nav.scss */
.skip-nav .label {
  display: none;
}
/* line 58, ../scss/layout/_header-nav.scss */
.skip-nav .icon {
  line-height: 30px;
}
/* line 61, ../scss/layout/_header-nav.scss */
.skip-nav .icon:after {
  font-size: 28px;
  content: "b";
}
@media only screen and (min-width: 768px) {
  /* line 58, ../scss/layout/_header-nav.scss */
  .skip-nav .icon {
    line-height: 1;
  }
  /* line 69, ../scss/layout/_header-nav.scss */
  .skip-nav .icon:after {
    font-size: 50px;
  }
}

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 767px) {
  /* line 80, ../scss/layout/_header-nav.scss */
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 80, ../scss/layout/_header-nav.scss */
  #header-nav {
    display: block;
    /* Force visibility */
    z-index: 5;
  }
}

/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 992px) {
  /* line 96, ../scss/layout/_header-nav.scss */
  .nav-primary {
    display: block;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
/* line 107, ../scss/layout/_header-nav.scss */
.nav-primary {
  font-size: 14px;
  font-weight: 600;
}
/* line 111, ../scss/layout/_header-nav.scss */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #757373;
  line-height: 51px;
}
/* line 120, ../scss/layout/_header-nav.scss */
.nav-primary li.heading {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 120, ../scss/layout/_header-nav.scss */
  .nav-primary li.heading {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  /* line 129, ../scss/layout/_header-nav.scss */
  .nav-primary li.view-all {
    display: none;
  }
}
/* line 136, ../scss/layout/_header-nav.scss */
.nav-primary .added.menu-active > ul,
.nav-primary > li.menu-active > .subnav,
.nav-primary > li li.menu-active > .subnav {
  display: block;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 991px) {
  /* line 148, ../scss/layout/_header-nav.scss */
  .nav-primary {
    padding: 0 15px;
  }
  /* line 151, ../scss/layout/_header-nav.scss */
  .nav-primary > li > a,
  .nav-primary a {
    line-height: 1.2;
    padding: 12px 0;
  }
  /* line 158, ../scss/layout/_header-nav.scss */
  .nav-primary .subnav,
  .nav-primary .added > ul,
  .nav-primary .subnav > ul + ul {
    display: none;
  }
  /* line 165, ../scss/layout/_header-nav.scss */
  .nav-primary > li li {
    padding: 0 0 0 25px;
  }
  /* line 168, ../scss/layout/_header-nav.scss */
  .nav-primary > li li a {
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 173, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent {
    position: relative;
  }
  /* line 176, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent > a {
    padding-right: 1em;
  }
  /* line 179, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent > a:after {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    content: "r";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.6em;
    color: #e52e16;
  }
  /* line 195, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent.sub-menu-active > a, .nav-primary li.parent.menu-active > a {
    color: #e52e16;
  }
  /* line 198, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent.sub-menu-active > a:after, .nav-primary li.parent.menu-active > a:after {
    content: "d";
  }
  /* line 205, ../scss/layout/_header-nav.scss */
  .nav-primary a.skip-link {
    height: auto;
    font-size: inherit;
    text-align: left;
  }
  /* line 210, ../scss/layout/_header-nav.scss */
  .nav-primary a.skip-link .icon:after,
  .nav-primary a.skip-link .label {
    font-size: inherit;
  }
  /* line 215, ../scss/layout/_header-nav.scss */
  .nav-primary a.skip-link .label {
    display: inline-block;
    margin-left: .25em;
  }
  /* line 221, ../scss/layout/_header-nav.scss */
  .nav-primary a.skip-link.skip-cart .count {
    position: static;
    display: inline;
    background: none;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
  }
  /* line 229, ../scss/layout/_header-nav.scss */
  .nav-primary a.skip-link.skip-cart .count:before {
    content: '\0028';
  }
  /* line 233, ../scss/layout/_header-nav.scss */
  .nav-primary a.skip-link.skip-cart .count:after {
    content: '\0029';
  }

  /* line 245, ../scss/layout/_header-nav.scss */
  #nav,
  .page {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  /* line 251, ../scss/layout/_header-nav.scss */
  #nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    z-index: 1;
    overflow-x: auto;
    background: #ffffff;
  }
  /* line 262, ../scss/layout/_header-nav.scss */
  .nav-animating #nav, .nav-visible #nav {
    display: block;
  }
  /* line 267, ../scss/layout/_header-nav.scss */
  .nav-visible #nav {
    overflow-x: auto;
    z-index: 2;
  }
  /* line 272, ../scss/layout/_header-nav.scss */
  .nav-visible.nav-animating #nav {
    z-index: 1;
  }

  /* line 277, ../scss/layout/_header-nav.scss */
  .page {
    z-index: 2;
  }
  /* line 280, ../scss/layout/_header-nav.scss */
  .nav-animating .page {
    -moz-transition: -moz-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  /* line 284, ../scss/layout/_header-nav.scss */
  .nav-animating.left .page {
    -moz-transform: translate3d(-260px, 0, 0);
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }
  /* line 288, ../scss/layout/_header-nav.scss */
  .nav-animating.right .page {
    -moz-transform: translate3d(260px, 0, 0);
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
  /* line 294, ../scss/layout/_header-nav.scss */
  .nav-animating .page:before, .nav-visible .page:before {
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.08);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 10px;
    background: #ffffff;
    z-index: 15;
  }
  /* line 308, ../scss/layout/_header-nav.scss */
  .nav-visible .page {
    position: fixed;
    overflow: hidden;
    width: 100%;
    left: 260px;
    z-index: 1;
  }
  /* line 316, ../scss/layout/_header-nav.scss */
  .nav-visible.nav-animating .page {
    z-index: 2;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 992px) {
  /* line 327, ../scss/layout/_header-nav.scss */
  .nav-primary {
    position: relative;
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
  }
  /* line 330, ../scss/layout/_header-nav.scss */
  .nav-primary > li,
  .nav-primary > li > a {
    display: inline-block;
  }
  /* line 335, ../scss/layout/_header-nav.scss */
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #e52e16;
  }
  /* line 341, ../scss/layout/_header-nav.scss */
  .nav-primary > li > ul.position-test {
    display: block;
  }
  /* line 346, ../scss/layout/_header-nav.scss */
  .nav-primary > li > ul.spill {
    right: 0;
    left: auto;
  }
  /* line 351, ../scss/layout/_header-nav.scss */
  .nav-primary > li > ul.spill > li ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  /* line 359, ../scss/layout/_header-nav.scss */
  .nav-primary > li > .subnav .subnav, .nav-primary > li.menu-active > .subnav .subnav {
    display: none;
  }
  /* line 364, ../scss/layout/_header-nav.scss */
  .nav-primary > li > a {
    padding: 0 0 0 20px;
    color: #545454;
  }
  /* line 368, ../scss/layout/_header-nav.scss */
  .nav-primary > li > a:hover {
    color: #e52e16;
  }
  /* line 373, ../scss/layout/_header-nav.scss */
  .nav-primary > li.menu-active {
    z-index: 200;
  }
  /* line 376, ../scss/layout/_header-nav.scss */
  .nav-primary > li.menu-active > a {
    position: relative;
  }
  /* line 379, ../scss/layout/_header-nav.scss */
  .nav-primary > li.menu-active > a:before, .nav-primary > li.menu-active > a:after {
    content: '';
    display: none;
    position: absolute;
    left: 50%;
  }
  /* line 387, ../scss/layout/_header-nav.scss */
  .nav-primary > li.menu-active > a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #e8e8e8;
    border-top: none;
    bottom: 0;
  }
  /* line 393, ../scss/layout/_header-nav.scss */
  .nav-primary > li.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-top: none;
    bottom: -1px;
    z-index: 201;
  }
  /* line 402, ../scss/layout/_header-nav.scss */
  .nav-primary > li > .subnav {
    content: '';
    display: table;
    clear: both;
    -moz-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
    display: none;
    /* Hide until displayed. */
    position: absolute;
    left: 0;
    top: 51px;
    /* Height of ".nav-primary > li > a" (level0) */
    width: 100%;
    z-index: 10;
    border: 1px solid #e8e8e8;
    background: #ffffff;
    font-size: 12px;
  }
  /* line 416, ../scss/layout/_header-nav.scss */
  .nav-primary > li > .subnav > ul {
    float: left;
    width: 25%;
    padding: 17px 10px 20px 20px;
  }
  /* line 422, ../scss/layout/_header-nav.scss */
  .nav-primary > li > .subnav a {
    line-height: 1.2;
    font-weight: normal;
    padding: 3px 0;
  }
  /* line 431, ../scss/layout/_header-nav.scss */
  .nav-primary li.heading {
    padding-bottom: 6px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #545454;
    border-bottom: 1px solid #e8e8e8;
  }
}
/* line 445, ../scss/layout/_header-nav.scss */
#nav > div {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  height: 61px;
  margin: 0;
  padding: 0 15px;
  line-height: 61px;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width: 992px) {
  /* line 445, ../scss/layout/_header-nav.scss */
  #nav > div {
    display: none;
  }
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
@media only screen and (min-width: 768px) {
  /* line 30, ../scss/layout/_header-search.scss */
  .skip-search {
    display: none;
  }
}
/* line 35, ../scss/layout/_header-search.scss */
.skip-search.skip-active {
  color: #e52e16;
}
/* line 38, ../scss/layout/_header-search.scss */
.skip-search.skip-active .icon {
  color: inherit;
}
/* line 43, ../scss/layout/_header-search.scss */
.skip-search .icon:after {
  content: "S";
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
/* line 54, ../scss/layout/_header-search.scss */
#header-search {
  position: relative;
  padding: 15px;
  padding-bottom: 0;
  margin: 0 -15px;
  z-index: 7;
}
@media only screen and (max-width: 767px) {
  /* line 54, ../scss/layout/_header-search.scss */
  #header-search {
    clear: both;
    border-top: 3px solid #e52e16;
  }
  /* line 65, ../scss/layout/_header-search.scss */
  #header-search:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #e52e16;
    border-top: none;
    position: absolute;
    top: -8px;
    right: 105px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 54, ../scss/layout/_header-search.scss */
  #header-search {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 -30px;
  }
  /* line 79, ../scss/layout/_header-search.scss */
  #header-search:before {
    right: 120px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 54, ../scss/layout/_header-search.scss */
  #header-search {
    display: block;
    position: absolute;
    top: 15px;
    right: 300px;
    width: 25%;
    padding: 0;
    margin: 0;
  }
}

/* ============================================ *
 * Search Input
 * ============================================ */
/* line 100, ../scss/layout/_header-search.scss */
#search_mini_form .input-box {
  position: relative;
  width: 100%;
  padding: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  /* line 100, ../scss/layout/_header-search.scss */
  #search_mini_form .input-box {
    padding-bottom: 0;
  }
}
/* line 110, ../scss/layout/_header-search.scss */
#search_mini_form .search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 110, ../scss/layout/_header-search.scss */
  #search_mini_form .search-button {
    text-indent: -9999px;
    width: 30px;
    border: 0;
    background: transparent;
  }
  /* line 123, ../scss/layout/_header-search.scss */
  #search_mini_form .search-button:before {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    content: "S";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -.5em;
    color: #757373;
    font-size: 15px;
    text-align: center;
  }
}
/* line 140, ../scss/layout/_header-search.scss */
#search_mini_form label {
  display: none;
}

/* line 145, ../scss/layout/_header-search.scss */
#search {
  padding-right: 30px;
  width: 100%;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 145, ../scss/layout/_header-search.scss */
  #search {
    -moz-box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.04) inset;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.04) inset;
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.04) inset;
    border: none;
    background: #f7f7f7;
  }
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
/* line 35, ../scss/layout/_header-account.scss */
.skip-account .icon:after {
  content: "a";
}

@media only screen and (min-width: 768px) {
  /* line 43, ../scss/layout/_header-account.scss */
  .skip-account {
    float: none;
    width: auto;
    padding: 0 15px;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
/* line 55, ../scss/layout/_header-account.scss */
#header-account {
  text-align: center;
  font-weight: 600;
}
/* line 59, ../scss/layout/_header-account.scss */
#header-account a {
  display: block;
  padding: 10px 0;
}
/* line 63, ../scss/layout/_header-account.scss */
#header-account a:hover, #header-account a:active, #header-account a:focus {
  color: #e52e16;
  text-decoration: none;
  outline: none;
}
@media only screen and (min-width: 768px) {
  /* line 55, ../scss/layout/_header-account.scss */
  #header-account {
    background: #8c8a8a;
    color: #ffffff;
  }
  /* line 76, ../scss/layout/_header-account.scss */
  #header-account.skip-active {
    position: absolute;
    top: 70px;
    right: 30px;
    width: 200px;
    padding: 10px;
    z-index: 200;
  }
  /* line 84, ../scss/layout/_header-account.scss */
  #header-account.skip-active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #8c8a8a;
    border-top: none;
    position: absolute;
    top: -10px;
    right: 42px;
  }
  /* line 93, ../scss/layout/_header-account.scss */
  #header-account ul {
    margin: -5px 0;
  }
  /* line 97, ../scss/layout/_header-account.scss */
  #header-account a {
    padding: 5px 0;
    color: inherit;
  }
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
@media only screen and (max-width: 767px) {
  /* line 30, ../scss/layout/_header-cart.scss */
  .account-cart-wrapper {
    display: inline-block;
  }
}

/* -------------------------------------------- *
 * Skip Link - Cart
 */
/* line 40, ../scss/layout/_header-cart.scss */
.skip-cart {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 40, ../scss/layout/_header-cart.scss */
  .skip-cart {
    width: auto;
    padding: 0 15px;
  }
}
/* line 48, ../scss/layout/_header-cart.scss */
.skip-cart .icon:after {
  content: "c";
}

@media only screen and (min-width: 768px) {
  /* line 56, ../scss/layout/_header-cart.scss */
  #header-cart.skip-active {
    display: block;
    position: absolute;
    z-index: 200;
    top: 60px;
    right: 0;
    width: 263px;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
/* line 70, ../scss/layout/_header-cart.scss */
.skip-cart {
  position: relative;
}
/* line 73, ../scss/layout/_header-cart.scss */
.skip-cart .count {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -8px;
  right: 10%;
  width: 20px;
  height: 20px;
  z-index: 5;
  background: #e52e16;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 73, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    right: 21%;
    width: 24px;
    height: 24px;
    line-height: 23px;
  }
}
/* line 99, ../scss/layout/_header-cart.scss */
.skip-cart.no-count .count,
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
/* line 109, ../scss/layout/_header-cart.scss */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
/* line 120, ../scss/layout/_header-cart.scss */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

/* line 125, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button {
  float: left;
  width: 48%;
}

/* line 130, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
/* line 136, ../scss/layout/_header-cart.scss */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
/* line 145, ../scss/layout/_header-cart.scss */
.mini-cart-list {
  margin-bottom: 5px;
}

/* line 149, ../scss/layout/_header-cart.scss */
.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #e8e8e8;
  font-size: 11px;
  line-height: 1.35;
}

/* line 158, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-name {
  display: inline-block;
}

/* line 162, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

/* line 168, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

/* line 175, ../scss/layout/_header-cart.scss */
.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #757373;
  font-size: 10px;
}

/* Too full - additional items will be shown in cart */
/* line 182, ../scss/layout/_header-cart.scss */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #e8e8e8;
  font-size: 11px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Red Service Bar
 */
/* line 36, ../scss/layout/_footer.scss */
.footer-questions {
  background: #e52e16;
  color: #ffffff;
}
/* line 40, ../scss/layout/_footer.scss */
.footer-questions .hotline {
  font-weight: 600;
  font-size: 14px;
}
/* line 44, ../scss/layout/_footer.scss */
.footer-questions .hotline .tel {
  display: block;
}
@media only screen and (max-width: 599px) {
  /* line 40, ../scss/layout/_footer.scss */
  .footer-questions .hotline {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
  }
  /* line 51, ../scss/layout/_footer.scss */
  .footer-questions .hotline .tel {
    line-height: 1;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
  }
  /* line 57, ../scss/layout/_footer.scss */
  .footer-questions .hotline .tel:before {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    content: "H";
    display: inline-block;
    margin-right: .3em;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  /* line 40, ../scss/layout/_footer.scss */
  .footer-questions .hotline {
    font-size: 16px;
  }
  /* line 71, ../scss/layout/_footer.scss */
  .footer-questions .hotline .tel {
    display: inline;
  }
}
/* line 77, ../scss/layout/_footer.scss */
.footer-questions .opening-hours {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 77, ../scss/layout/_footer.scss */
  .footer-questions .opening-hours {
    display: block;
  }
}
/* line 85, ../scss/layout/_footer.scss */
.footer-questions a {
  color: inherit;
}

/* line 90, ../scss/layout/_footer.scss */
.footer-questions-container {
  line-height: 1.4;
}
@media only screen and (min-width: 600px) {
  /* line 94, ../scss/layout/_footer.scss */
  .footer-questions-container:before {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites-s0f81eff965.png') no-repeat 0 0;
    height: 50px;
    width: 127px;
    content: '';
    display: block;
    float: left;
    padding-right: 20px;
    margin-right: 10px;
    height: 50px;
  }
}
@media only screen and (min-width: 600px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 600px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 600px) and (-o-min-device-pixel-ratio: 4 / 2), only screen and (min-width: 600px) and (min-device-pixel-ratio: 2), only screen and (min-width: 600px) and (min-resolution: 192dpi), only screen and (min-width: 600px) and (min-resolution: 2dppx) {
  /* line 94, ../scss/layout/_footer.scss */
  .footer-questions-container:before {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites2x-se6a76e79d2.png') no-repeat 0 0;
    background-size: 152px 352px;
    height: 50px;
    width: 127px;
  }
}

/* line 106, ../scss/layout/_footer.scss */
.footer-questions-container > div {
  padding: 14px 0;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  /* line 106, ../scss/layout/_footer.scss */
  .footer-questions-container > div {
    padding: 4px 0 0;
    text-align: right;
  }
}

/* -------------------------------------------- *
 * Footer
 */
/* line 121, ../scss/layout/_footer.scss */
.footer-container {
  background: #ffffff;
}

/* line 125, ../scss/layout/_footer.scss */
.footer,
.footer button {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 130, ../scss/layout/_footer.scss */
.footer {
  clear: both;
  width: 100%;
  padding-top: 15px;
  color: #545454;
  /* -------------------------------------------- *
   * Social icons
   */
}
@media only screen and (min-width: 480px) {
  /* line 130, ../scss/layout/_footer.scss */
  .footer {
    padding-top: 30px;
  }
}
/* line 140, ../scss/layout/_footer.scss */
.footer .block-title {
  padding: 7px 0;
  border-top: none;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 767px) {
  /* line 140, ../scss/layout/_footer.scss */
  .footer .block-title {
    margin-bottom: 0;
    cursor: pointer;
  }
  /* line 149, ../scss/layout/_footer.scss */
  .footer .block-title:after {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    content: "d";
    float: right;
    color: #e52e16;
  }
  /* line 157, ../scss/layout/_footer.scss */
  .footer .block-title.active {
    margin-bottom: 5px;
  }
  /* line 160, ../scss/layout/_footer.scss */
  .footer .block-title.active:after {
    content: "u";
  }
  /* line 164, ../scss/layout/_footer.scss */
  .footer .block-title.active + * {
    margin-bottom: 30px;
  }
}
/* line 170, ../scss/layout/_footer.scss */
.footer .block-title strong {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeSpeed;
  text-transform: none;
}
@media only screen and (min-width: 480px) {
  /* line 170, ../scss/layout/_footer.scss */
  .footer .block-title strong {
    margin: 0 0 1em;
    color: #545454;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 179, ../scss/layout/_footer.scss */
  .footer .links {
    margin-bottom: 30px;
  }
}
/* line 184, ../scss/layout/_footer.scss */
.footer .links li {
  padding: 3px 0;
  word-break: break-all;
}
/* line 189, ../scss/layout/_footer.scss */
.footer .links a {
  color: inherit;
}
/* line 192, ../scss/layout/_footer.scss */
.footer .links a:hover {
  color: #e52e16;
  text-decoration: none;
}
/* line 200, ../scss/layout/_footer.scss */
.footer .links-payment .block-title + div {
  padding: 6px 0 3px;
}
/* line 205, ../scss/layout/_footer.scss */
.footer .links-categories {
  clear: both;
}
/* line 209, ../scss/layout/_footer.scss */
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
/* line 215, ../scss/layout/_footer.scss */
.footer .form-subscribe-header {
  display: none;
}
/* line 224, ../scss/layout/_footer.scss */
.footer .facebook:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "F ";
}
/* line 233, ../scss/layout/_footer.scss */
.footer .bugs,
.footer .copyright {
  clear: both;
}
/* line 238, ../scss/layout/_footer.scss */
.footer .bugs {
  display: none;
}
/* line 242, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
/* line 249, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 249, ../scss/layout/_footer.scss */
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
/* line 258, ../scss/layout/_footer.scss */
.footer .copyright {
  text-align: center;
  width: 100%;
  padding: 30px 0;
  margin-top: 38px;
}
@media only screen and (min-width: 768px) {
  /* line 258, ../scss/layout/_footer.scss */
  .footer .copyright {
    margin-top: 20px;
    padding-top: 10px;
  }
}
/* line 269, ../scss/layout/_footer.scss */
.footer .copyright span {
  display: block;
}

/* line 275, ../scss/layout/_footer.scss */
.absolute-copyright {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 85px;
  z-index: 9;
  padding: 0 15px;
}
@media only screen and (min-width: 480px) {
  /* line 275, ../scss/layout/_footer.scss */
  .absolute-copyright {
    bottom: 74px;
    padding: 0 30px;
  }
}

/* line 290, ../scss/layout/_footer.scss */
.footer-checkout {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 290, ../scss/layout/_footer.scss */
  .footer-checkout {
    margin-top: 100px;
  }
}
/* line 299, ../scss/layout/_footer.scss */
.footer-checkout li {
  display: inline-block;
}
/* line 303, ../scss/layout/_footer.scss */
.footer-checkout li + li:before {
  content: '\7c';
  display: inline-block;
  margin: 0 .8em 0 .5em;
}
/* line 311, ../scss/layout/_footer.scss */
.footer-checkout a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

/* line 5, ../scss/module/_vex.scss */
.vex-overlay {
  background: rgba(0, 0, 0, 0.8);
}

/* line 9, ../scss/module/_vex.scss */
.vex {
  text-align: center;
  white-space: nowrap;
}
/* line 13, ../scss/module/_vex.scss */
.vex:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 20, ../scss/module/_vex.scss */
.vex .vex-content {
  display: inline-block;
  position: relative;
  padding: 20px;
  max-width: 100%;
  vertical-align: middle;
  border-top: 56px solid #e52e16;
  text-align: left;
  white-space: normal;
}
/* line 30, ../scss/module/_vex.scss */
.vex .vex-content.shipping-estimation {
  width: 600px;
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  /* line 30, ../scss/module/_vex.scss */
  .vex .vex-content.shipping-estimation {
    max-height: 100%;
    overflow: auto;
  }
}
/* line 41, ../scss/module/_vex.scss */
.vex.add-review .vex-content {
  max-width: none;
}
/* line 45, ../scss/module/_vex.scss */
.vex .vex-close {
  position: absolute;
  top: -56px;
  right: 0;
  cursor: pointer;
}
/* line 51, ../scss/module/_vex.scss */
.vex .vex-close:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "x";
  display: block;
  line-height: 56px;
  padding: 0 20px 0 10px;
  font-size: 20px;
  color: #ffffff;
}
/* line 65, ../scss/module/_vex.scss */
.vex .advancedreviews-reviews-form h2,
.vex .aw-pq2-question-form h2,
.vex #pmatch-form-clone h2,
.vex .shipping-estimation h2 {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  color: #ffffff;
  margin: -76px -20px 20px;
  padding: 20px 50px 20px 20px;
  min-height: 56px;
  background: #e52e16;
}
/* line 79, ../scss/module/_vex.scss */
.vex .shipping-estimation h2 {
  margin-top: -20px;
}
/* line 83, ../scss/module/_vex.scss */
.vex .shipping-estimation.vex-content {
  border-top: none;
}
/* line 87, ../scss/module/_vex.scss */
.vex .shipping-estimation .vex-close {
  top: 0;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/* line 35, ../scss/module/_product-list.scss */
.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
  padding-left: 0;
  padding-right: 0;
}

/* -------------------------------------------- *
 * Product Name
 */
/* line 46, ../scss/module/_product-list.scss */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeSpeed;
  text-transform: none;
}
/* line 53, ../scss/module/_product-list.scss */
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: inherit;
}
/* line 56, ../scss/module/_product-list.scss */
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #e52e16;
  text-decoration: none;
}

/* line 65, ../scss/module/_product-list.scss */
.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 0;
}
/* line 69, ../scss/module/_product-list.scss */
.products-grid .badges,
.products-list .badges {
  position: absolute;
  top: 0;
  left: 10px;
}
/* line 75, ../scss/module/_product-list.scss */
.products-grid .button:after,
.products-list .button:after {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "r";
  display: inline-block;
  margin-left: .25em;
  vertical-align: -1px;
}
/* line 84, ../scss/module/_product-list.scss */
.products-grid .product-unit,
.products-list .product-unit {
  color: #757373;
}
/* line 92, ../scss/module/_product-list.scss */
.catalog-category-view .products-grid .regular-price .price,
.catalog-category-view .products-grid .special-price .price, .catalogsearch-result-index .products-grid .regular-price .price,
.catalogsearch-result-index .products-grid .special-price .price, .catalog-category-view
.products-list .regular-price .price,
.catalog-category-view
.products-list .special-price .price, .catalogsearch-result-index
.products-list .regular-price .price,
.catalogsearch-result-index
.products-list .special-price .price {
  color: #e52e16;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
/* line 105, ../scss/module/_product-list.scss */
.products-grid {
  position: relative;
}
/* line 108, ../scss/module/_product-list.scss */
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}
/* line 112, ../scss/module/_product-list.scss */
.products-grid > li {
  position: relative;
  margin-bottom: 20px;
}
/* line 116, ../scss/module/_product-list.scss */
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 120, ../scss/module/_product-list.scss */
.products-grid > li:hover {
  z-index: 8;
}
/* line 123, ../scss/module/_product-list.scss */
.products-grid > li:hover .item-wrapper {
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  margin: -10px;
  padding: 20px;
}
/* line 130, ../scss/module/_product-list.scss */
.products-grid > li:hover .actions {
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  display: block;
  right: 0;
  bottom: -49px;
  left: 0;
  padding: 0 20px 20px;
  margin: -10px;
  background: #ffffff;
}
/* line 142, ../scss/module/_product-list.scss */
.products-grid > li:hover .actions:before {
  content: '';
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  height: 7px;
  background: #ffffff;
}
/* line 153, ../scss/module/_product-list.scss */
.products-grid > li:hover .button {
  width: 100%;
}
/* line 159, ../scss/module/_product-list.scss */
.products-grid .item-wrapper {
  padding: 10px;
}
/* line 163, ../scss/module/_product-list.scss */
.products-grid .product-image {
  width: 100%;
  margin-bottom: 8px;
}
/* line 27, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 38, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.products-grid .product-image:after {
  background-image: url("https://www.bausep.de/skin/frontend/bausep/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 51, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading {
  position: relative;
}
/* line 54, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}
/* line 169, ../scss/module/_product-list.scss */
.products-grid .product-image img {
  width: 100%;
  height: auto;
}
/* line 175, ../scss/module/_product-list.scss */
.products-grid .badges {
  top: 0;
  left: 0;
}
/* line 180, ../scss/module/_product-list.scss */
.products-grid .price-box,
.products-grid .availability,
.products-grid .actions {
  margin-top: 5px;
}
/* line 186, ../scss/module/_product-list.scss */
.products-grid h2.product-name {
  font-size: inherit;
}
/* line 190, ../scss/module/_product-list.scss */
.products-grid .product-sku {
  display: none;
}
/* line 194, ../scss/module/_product-list.scss */
.products-grid .availability {
  font-size: 10px;
}
/* line 198, ../scss/module/_product-list.scss */
.products-grid .price-box {
  font-size: inherit;
  text-align: right;
}
/* line 202, ../scss/module/_product-list.scss */
.products-grid .price-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 206, ../scss/module/_product-list.scss */
.products-grid .price-box + .tax-shipping-info {
  margin-bottom: 1.5em;
}
/* line 211, ../scss/module/_product-list.scss */
.products-grid .old-price {
  float: left;
}
/* line 215, ../scss/module/_product-list.scss */
.products-grid .product-unit {
  font-size: 83.33333%;
}
/* line 219, ../scss/module/_product-list.scss */
.products-grid .product-baseprice,
.products-grid .tax-shipping-info {
  text-align: right;
  line-height: 1;
}
/* line 225, ../scss/module/_product-list.scss */
.products-grid .actions {
  display: none;
  position: absolute;
}

/* line 232, ../scss/module/_product-list.scss */
.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

/* Config: Two columns + flexible gutter */
/* line 247, ../scss/module/_product-list.scss */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}
/* line 252, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(odd) {
  clear: left;
}
/* line 256, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(even) {
  margin-right: 0;
}

@media only screen and (min-width: 600px) {
  /* Config: Three columns + flexible gutter */
  /* line 274, ../scss/module/_product-list.scss */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  /* line 276, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 279, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  /* line 284, ../scss/module/_product-list.scss */
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  /* line 288, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  /* line 291, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 311, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 314, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 317, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  /* line 323, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  /* line 326, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  /* line 330, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  /* line 333, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 311, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 314, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 317, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  /* line 323, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  /* line 326, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  /* line 330, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  /* line 333, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 311, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 314, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 317, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  /* line 323, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  /* line 326, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  /* line 330, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  /* line 333, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
/* line 352, ../scss/module/_product-list.scss */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 356, ../scss/module/_product-list.scss */
.products-list > li {
  margin-top: 10px;
}
/* line 359, ../scss/module/_product-list.scss */
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 363, ../scss/module/_product-list.scss */
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (min-width: 600px) {
  /* line 356, ../scss/module/_product-list.scss */
  .products-list > li {
    min-height: 190px;
  }
  /* line 371, ../scss/module/_product-list.scss */
  .products-list > li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22.22222%;
    width: 1px;
    background: #e8e8e8;
  }
}
/* line 384, ../scss/module/_product-list.scss */
.products-list .product-image {
  height: 120px;
}
@media only screen and (min-width: 600px) {
  /* line 384, ../scss/module/_product-list.scss */
  .products-list .product-image {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 22.22222%;
    height: auto;
  }
}
/* line 396, ../scss/module/_product-list.scss */
.products-list .product-image > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: transparent no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 600px) {
  /* line 396, ../scss/module/_product-list.scss */
  .products-list .product-image > div {
    right: 10px;
    left: 10px;
  }
}
/* line 412, ../scss/module/_product-list.scss */
.products-list .product-image > div img {
  width: 100%;
  height: auto;
}
/* line 419, ../scss/module/_product-list.scss */
.products-list .product-primary {
  padding: 15px;
}
/* line 422, ../scss/module/_product-list.scss */
.products-list .product-primary:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 600px) {
  /* line 419, ../scss/module/_product-list.scss */
  .products-list .product-primary {
    float: left;
    width: 55.55556%;
    margin-left: 22.22222%;
    padding: 20px 20px 20px 10px;
    overflow: hidden;
  }
}
/* line 435, ../scss/module/_product-list.scss */
.products-list .ratings {
  margin: 7px 0 1em;
}
/* line 439, ../scss/module/_product-list.scss */
.products-list .desc,
.products-list .manufacturer-logo {
  margin-top: 1em;
}
/* line 444, ../scss/module/_product-list.scss */
.products-list .desc {
  margin-right: 22%;
  padding-right: 20px;
}
/* line 449, ../scss/module/_product-list.scss */
.products-list .manufacturer-logo {
  float: right;
  width: 22%;
}
/* line 454, ../scss/module/_product-list.scss */
.products-list .availability {
  margin-top: 1em;
}
/* line 458, ../scss/module/_product-list.scss */
.products-list .product-secondary {
  position: relative;
  padding: 15px;
  border-top: 1px solid #e8e8e8;
}
@media only screen and (min-width: 600px) {
  /* line 458, ../scss/module/_product-list.scss */
  .products-list .product-secondary {
    clear: none;
    float: right;
    width: 22.22222%;
    padding: 20px;
    border: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 458, ../scss/module/_product-list.scss */
  .products-list .product-secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
/* line 479, ../scss/module/_product-list.scss */
.products-list .old-price {
  display: block;
}
/* line 483, ../scss/module/_product-list.scss */
.products-list .note-sale,
.products-list .note-tier-prices {
  display: block;
  margin-bottom: 2px;
}
/* line 489, ../scss/module/_product-list.scss */
.products-list .product-unit {
  font-size: 62.5%;
}
/* line 493, ../scss/module/_product-list.scss */
.products-list .note-free-shipping {
  white-space: normal;
}
/* line 497, ../scss/module/_product-list.scss */
.products-list .actions {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media only screen and (min-width: 600px) {
  /* line 497, ../scss/module/_product-list.scss */
  .products-list .actions {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
  /* line 507, ../scss/module/_product-list.scss */
  .products-list .actions .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
  /* line 513, ../scss/module/_product-list.scss */
  .products-list .actions .button:after {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  /* line 497, ../scss/module/_product-list.scss */
  .products-list .actions {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    padding: 0 20px 20px 20px;
    margin: 0;
  }
}

/* line 531, ../scss/module/_product-list.scss */
.std ol.products-list {
  list-style: none !important;
}
/* line 534, ../scss/module/_product-list.scss */
.std ol.products-list li {
  margin-left: 0;
}

/* ============================================ *
 * Mini Product List
 * ============================================ */
/* line 546, ../scss/module/_product-list.scss */
.mini-products-list .item {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
/* line 551, ../scss/module/_product-list.scss */
.mini-products-list .item:after {
  content: '';
  display: table;
  clear: both;
}
/* line 556, ../scss/module/_product-list.scss */
.mini-products-list .product-image {
  float: left;
  width: 28.33333%;
  padding-right: 10px;
}
/* line 561, ../scss/module/_product-list.scss */
.mini-products-list .product-image img {
  width: 100%;
  height: auto;
}
/* line 567, ../scss/module/_product-list.scss */
.mini-products-list .remove {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  position: absolute;
  top: 13px;
  left: -5px;
}
/* line 574, ../scss/module/_product-list.scss */
.mini-products-list .remove:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "X";
  color: #e52e16;
  font-size: 18px;
}
/* line 583, ../scss/module/_product-list.scss */
.mini-products-list .product-details {
  margin-left: 28.33333%;
}
/* line 587, ../scss/module/_product-list.scss */
.mini-products-list .product-name {
  font-size: inherit;
}
/* line 591, ../scss/module/_product-list.scss */
.mini-products-list .product-name,
.mini-products-list .item-options {
  margin-bottom: 5px;
}
/* line 597, ../scss/module/_product-list.scss */
.mini-products-list .item-options:after {
  clear: none;
}
/* line 602, ../scss/module/_product-list.scss */
.mini-products-list .price {
  color: #e52e16;
  font-weight: 600;
}
/* line 607, ../scss/module/_product-list.scss */
.mini-products-list .item-price {
  text-align: right;
}

/* line 614, ../scss/module/_product-list.scss */
.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 618, ../scss/module/_product-list.scss */
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
/* line 624, ../scss/module/_product-list.scss */
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
/* line 629, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image {
  display: block;
}
/* line 632, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
/* line 647, ../scss/module/_product-list.scss */
.block-layered-nav .block-title {
  display: none;
}
/* line 653, ../scss/module/_product-list.scss */
.block-layered-nav .currently {
  display: inline;
}
/* line 656, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol {
  display: inline;
}
/* line 660, ../scss/module/_product-list.scss */
.block-layered-nav .currently li,
.block-layered-nav .currently .block-subtitle {
  display: inline-block;
}
/* line 669, ../scss/module/_product-list.scss */
.block-layered-nav .currently li:hover .btn-remove:after, .block-layered-nav .currently li:active .btn-remove:after, .block-layered-nav .currently li:focus .btn-remove:after {
  color: #ffffff;
}
/* line 674, ../scss/module/_product-list.scss */
.block-layered-nav .currently li .label {
  display: none;
}
/* line 679, ../scss/module/_product-list.scss */
.block-layered-nav .currently .btn-remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
}
/* line 690, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle {
  margin-right: 10px;
}
/* line 694, ../scss/module/_product-list.scss */
.block-layered-nav .currently li,
.block-layered-nav .actions a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin: 0 .5em .5em 0;
  padding: 8px 37px 7px 15px;
  line-height: 1;
  border: 1px solid #e8e8e8;
  background: #ffffff;
}
/* line 705, ../scss/module/_product-list.scss */
.block-layered-nav .currently li:hover, .block-layered-nav .currently li:active, .block-layered-nav .currently li:focus,
.block-layered-nav .actions a:hover,
.block-layered-nav .actions a:active,
.block-layered-nav .actions a:focus {
  color: #ffffff;
  background: #e52e16;
  text-decoration: none;
}
/* line 716, ../scss/module/_product-list.scss */
.block-layered-nav .currently .btn-remove:after,
.block-layered-nav .actions a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 12px;
  width: auto;
  margin-top: -6px;
}
/* line 726, ../scss/module/_product-list.scss */
.block-layered-nav .actions,
.block-layered-nav .actions a {
  display: inline-block;
}
/* line 731, ../scss/module/_product-list.scss */
.block-layered-nav .actions {
  margin: 0;
  vertical-align: top;
}
/* line 735, ../scss/module/_product-list.scss */
.block-layered-nav .actions a {
  color: inherit;
}
/* line 741, ../scss/module/_product-list.scss */
.block-layered-nav .actions a:hover:after, .block-layered-nav .actions a:active:after, .block-layered-nav .actions a:focus:after {
  color: inherit;
}

/* line 751, ../scss/module/_product-list.scss */
#narrow-by-list {
  margin-top: 20px;
}
/* line 754, ../scss/module/_product-list.scss */
#narrow-by-list > li {
  margin: 0 0 5px;
}
@media only screen and (min-width: 480px) {
  /* line 754, ../scss/module/_product-list.scss */
  #narrow-by-list > li {
    display: inline-block;
    margin-right: .5em;
  }
}
/* line 763, ../scss/module/_product-list.scss */
#narrow-by-list ol {
  padding: 0 20px;
  max-height: 10em;
  overflow: auto;
}
/* line 769, ../scss/module/_product-list.scss */
#narrow-by-list .filter-option {
  display: block;
  padding: 5px 0;
  color: inherit;
  cursor: default;
  white-space: nowrap;
}
/* line 776, ../scss/module/_product-list.scss */
#narrow-by-list .filter-option:hover {
  text-decoration: none;
  color: #e52e16;
}
/* line 781, ../scss/module/_product-list.scss */
#narrow-by-list .filter-option input {
  vertical-align: text-top;
  margin-right: 3px;
}
/* line 787, ../scss/module/_product-list.scss */
#narrow-by-list .filter-name {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  padding: 14px 40px 12px 20px;
  border: 1px solid #e52e16;
  text-align: left;
}
/* line 796, ../scss/module/_product-list.scss */
#narrow-by-list .filter-name:after {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "d";
  position: absolute;
  top: 11px;
  right: 20px;
  font-size: 18px;
}
/* line 807, ../scss/module/_product-list.scss */
#narrow-by-list .filter-options {
  display: none;
}
/* line 811, ../scss/module/_product-list.scss */
#narrow-by-list .phoenix-elasticsearch-btn-remove {
  display: none;
}
/* line 815, ../scss/module/_product-list.scss */
#narrow-by-list .filter-search {
  position: relative;
  padding: 0 20px 20px;
}
/* line 819, ../scss/module/_product-list.scss */
#narrow-by-list .filter-search:after {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "S";
  position: absolute;
  top: 8px;
  right: 30px;
}
/* line 828, ../scss/module/_product-list.scss */
#narrow-by-list .filter-search input {
  width: 100%;
}
/* line 833, ../scss/module/_product-list.scss */
#narrow-by-list .price-filter {
  padding: 20px 40px;
}
/* line 836, ../scss/module/_product-list.scss */
#narrow-by-list .price-filter:after {
  content: '';
  display: table;
  clear: both;
}
/* line 840, ../scss/module/_product-list.scss */
#narrow-by-list .price-filter .price-slider-inputs {
  margin: 20px 10px 0 -20px;
  float: left;
  width: 130px;
}
/* line 846, ../scss/module/_product-list.scss */
#narrow-by-list .price-filter .price-slider-inputs:after {
  content: '';
  display: table;
  clear: both;
}
/* line 850, ../scss/module/_product-list.scss */
#narrow-by-list .price-filter .price-slider-inputs input[type="text"] {
  width: 62px;
  float: left;
  height: 32px;
}
/* line 855, ../scss/module/_product-list.scss */
#narrow-by-list .price-filter .price-slider-inputs input[type="text"].input-max {
  float: right;
}
/* line 861, ../scss/module/_product-list.scss */
#narrow-by-list .price-filter .buttons-set {
  clear: none;
  float: left;
  margin: 20px -20px 0 0;
  padding: 0;
}
/* line 867, ../scss/module/_product-list.scss */
#narrow-by-list .price-filter .buttons-set button.button {
  min-width: 50px;
  padding: 10px;
}
/* line 873, ../scss/module/_product-list.scss */
#narrow-by-list .price-filter .noUi-connect {
  background: #e52e16;
}
/* line 877, ../scss/module/_product-list.scss */
#narrow-by-list .price-filter .noUi-horizontal {
  height: 9px;
}
/* line 880, ../scss/module/_product-list.scss */
#narrow-by-list .price-filter .noUi-horizontal .noUi-handle {
  top: -10px;
}
/* line 887, ../scss/module/_product-list.scss */
#narrow-by-list .active .filter-name {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #e52e16;
  border-color: #e8e8e8;
}
/* line 893, ../scss/module/_product-list.scss */
#narrow-by-list .active .filter-name:after {
  content: "u";
}
/* line 898, ../scss/module/_product-list.scss */
#narrow-by-list .active .filter-options {
  display: block;
  position: relative;
  margin-top: -1px;
  padding: 20px 0;
  border: 1px solid #e8e8e8;
}
@media only screen and (min-width: 480px) {
  /* line 898, ../scss/module/_product-list.scss */
  #narrow-by-list .active .filter-options {
    position: absolute;
    z-index: 9;
  }
}
@media only screen and (min-width: 480px) {
  /* line 913, ../scss/module/_product-list.scss */
  #narrow-by-list .filter-name,
  #narrow-by-list .filter-options {
    min-width: 165px;
  }
}

/* line 3, ../scss/module/_catalog-category.scss */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

/* line 9, ../scss/module/_catalog-category.scss */
.category-image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 17, ../scss/module/_catalog-category.scss */
  body.catalogsearch-result-index .col-left,
  body.catalog-category-view .col-left {
    display: none;
  }
}

/* line 24, ../scss/module/_catalog-category.scss */
.landing-page-block .box {
  display: block;
  position: relative;
  height: 140px;
  margin-bottom: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 34, ../scss/module/_catalog-category.scss */
.landing-page-block .box-large {
  height: 310px;
}
/* line 37, ../scss/module/_catalog-category.scss */
.landing-page-block .box-large .overlay {
  bottom: 0;
  min-width: 50%;
  max-width: 80%;
  padding-left: 30px;
}
/* line 45, ../scss/module/_catalog-category.scss */
.landing-page-block .overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 70%;
  padding: 20px;
  font-weight: 600;
  color: #545454;
  z-index: 1;
}
/* line 56, ../scss/module/_catalog-category.scss */
.landing-page-block .overlay:before {
  -moz-transform: skew(-3deg);
  -ms-transform: skew(-3deg);
  -webkit-transform: skew(-3deg);
  transform: skew(-3deg);
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
/* line 69, ../scss/module/_catalog-category.scss */
.landing-page-block .overlay a {
  color: inherit;
}
/* line 74, ../scss/module/_catalog-category.scss */
.landing-page-block .h2 {
  line-height: 125%;
  margin: -4px 0 7px;
}
/* line 79, ../scss/module/_catalog-category.scss */
.landing-page-block .more {
  color: inherit;
  white-space: nowrap;
}
/* line 84, ../scss/module/_catalog-category.scss */
.landing-page-block image {
  max-width: 100%;
  height: auto;
}
/* line 89, ../scss/module/_catalog-category.scss */
.landing-page-block ul {
  margin-top: 20px;
}
/* line 93, ../scss/module/_catalog-category.scss */
.landing-page-block li {
  margin-bottom: 8px;
}

/* line 99, ../scss/module/_catalog-category.scss */
.block-popular-categories a {
  color: inherit;
}
/* line 103, ../scss/module/_catalog-category.scss */
.block-popular-categories li {
  margin: 10px 0 0;
}

@media only screen and (min-width: 480px) {
  /* line 110, ../scss/module/_catalog-category.scss */
  .bau-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 110, ../scss/module/_catalog-category.scss */
  .bau-list {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
/* line 120, ../scss/module/_catalog-category.scss */
.bau-list h2 {
  margin: 0 0 .25em;
}
/* line 124, ../scss/module/_catalog-category.scss */
.bau-list li ul {
  margin: 0 0 2em;
}
/* line 128, ../scss/module/_catalog-category.scss */
.bau-list + .note-msg {
  display: none;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
/* line 30, ../scss/module/_catalog-product.scss */
.product-essential,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 30px;
}

/* line 37, ../scss/module/_catalog-product.scss */
.product-shop,
.product-img-box {
  padding: 20px 35px;
}

@media only screen and (min-width: 768px) {
  /* line 42, ../scss/module/_catalog-product.scss */
  .product-shop {
    padding: 20px 25px 10px 15px;
  }
}
/* line 47, ../scss/module/_catalog-product.scss */
.product-shop a {
  color: #545454;
  text-decoration: underline;
}
/* line 52, ../scss/module/_catalog-product.scss */
.product-shop h1.product-name {
  margin-bottom: 3px;
}
/* line 56, ../scss/module/_catalog-product.scss */
.product-shop .short-description {
  margin-top: 15px;
}
/* line 61, ../scss/module/_catalog-product.scss */
.product-shop .read-more:before {
  content: '\005b';
}
/* line 65, ../scss/module/_catalog-product.scss */
.product-shop .read-more:after {
  content: '\002e\002e\002e\005d';
}

/* line 71, ../scss/module/_catalog-product.scss */
.extra-info {
  display: table;
  margin-top: 10px;
  line-height: 20px;
}
/* line 76, ../scss/module/_catalog-product.scss */
.extra-info li {
  display: table-row;
}
/* line 80, ../scss/module/_catalog-product.scss */
.extra-info a {
  font-weight: 600;
}
/* line 84, ../scss/module/_catalog-product.scss */
.extra-info .topic,
.extra-info .content {
  display: table-cell;
  padding-top: 20px;
}
/* line 90, ../scss/module/_catalog-product.scss */
.extra-info .topic {
  font-weight: 600;
  padding-right: 1em;
  color: #545454;
  white-space: nowrap;
}
/* line 96, ../scss/module/_catalog-product.scss */
.extra-info .topic:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  display: inline-block;
  margin-right: .25em;
}
/* line 103, ../scss/module/_catalog-product.scss */
.extra-info .topic:after {
  content: '\003a';
}
/* line 110, ../scss/module/_catalog-product.scss */
.extra-info .ratings {
  margin: 0;
}

/* line 115, ../scss/module/_catalog-product.scss */
.info-delivery .topic:before {
  content: "C";
}

/* line 119, ../scss/module/_catalog-product.scss */
.info-ratings .topic:before {
  content: "z";
}

/* line 124, ../scss/module/_catalog-product.scss */
.info-manufacturer .topic:before {
  content: "m";
}
/* line 129, ../scss/module/_catalog-product.scss */
.info-manufacturer + .info-series .topic,
.info-manufacturer + .info-series .content {
  padding-top: 0;
}

/* line 137, ../scss/module/_catalog-product.scss */
.info-series .topic:before {
  content: "+";
}
/* line 141, ../scss/module/_catalog-product.scss */
.info-series a:after {
  display: none;
}

/* line 146, ../scss/module/_catalog-product.scss */
.info-sample .topic:before {
  content: "J";
}

/* line 150, ../scss/module/_catalog-product.scss */
.info-questions .topic:before {
  content: "?";
}

@media only screen and (max-width: 767px) {
  /* line 154, ../scss/module/_catalog-product.scss */
  #product_addtocart_form {
    margin-top: 30px;
  }
}

/* line 161, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-column {
  padding-bottom: 30px;
}
/* line 164, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-column .old-price {
  display: block;
}
/* line 168, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-column .buttons-set {
  padding: 0;
}
/* line 171, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-column .buttons-set small {
  display: none;
}
/* line 175, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-column .buttons-set a:not(.button) {
  display: block;
  padding: 20px;
  text-align: center;
  line-height: 1.2;
  color: inherit;
}
/* line 182, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-column .buttons-set a:not(.button):before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "l";
  display: inline-block;
  margin-right: .3em;
}
/* line 193, ../scss/module/_catalog-product.scss */
.product-view .price-box.map-info a {
  display: inherit;
}
/* line 199, ../scss/module/_catalog-product.scss */
.product-view .price-info .old-price .price-label {
  display: none;
}
/* line 205, ../scss/module/_catalog-product.scss */
.product-view .price-box {
  font-weight: 600;
}
/* line 209, ../scss/module/_catalog-product.scss */
.product-view .product-unit {
  font-size: 75%;
  font-weight: normal;
}

@media only screen and (max-width: 850px) {
  /* line 221, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 14px;
  }
  /* line 225, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 236, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  /* line 246, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  /* line 250, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 263, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  /* line 267, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
/* line 281, ../scss/module/_catalog-product.scss */
.product-img-box {
  padding-top: 0;
}
/* line 285, ../scss/module/_catalog-product.scss */
.product-img-box .product-image img {
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 281, ../scss/module/_catalog-product.scss */
  .product-img-box {
    padding: 0 15px;
  }
  /* line 293, ../scss/module/_catalog-product.scss */
  .product-img-box .product-image {
    padding: 10px 0 10px 10px;
  }
}
/* line 298, ../scss/module/_catalog-product.scss */
.product-img-box img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 308, ../scss/module/_catalog-product.scss */
.more-views {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 308, ../scss/module/_catalog-product.scss */
  .more-views {
    padding: 0 0 10px 10px;
  }
}
/* line 315, ../scss/module/_catalog-product.scss */
.more-views h2 {
  display: none;
}
/* line 319, ../scss/module/_catalog-product.scss */
.more-views a {
  border: 1px solid #e8e8e8;
}

/* line 324, ../scss/module/_catalog-product.scss */
.product-image-thumbs {
  margin: 0 -5px;
}
/* line 327, ../scss/module/_catalog-product.scss */
.product-image-thumbs:after {
  content: '';
  display: table;
  clear: both;
}
/* line 331, ../scss/module/_catalog-product.scss */
.product-image-thumbs li {
  float: left;
  width: 25%;
  padding: 0 5px;
}
/* line 337, ../scss/module/_catalog-product.scss */
.product-image-thumbs a {
  display: block;
}
/* line 340, ../scss/module/_catalog-product.scss */
.product-image-thumbs a:hover img {
  border-color: #757373;
}

/* line 346, ../scss/module/_catalog-product.scss */
.product-image-gallery {
  position: relative;
  height: 300px;
  line-height: 300px;
  text-align: center;
  border: 1px solid #e8e8e8;
}
@media only screen and (max-width: 479px) {
  /* line 346, ../scss/module/_catalog-product.scss */
  .product-image-gallery {
    height: 350px;
    line-height: 350px;
  }
}
/* line 361, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image {
  display: none;
}
/* line 364, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible {
  display: inline-block;
}
/* line 367, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
/* line 27, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 38, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery:after {
  background-image: url("https://www.bausep.de/skin/frontend/bausep/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 51, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading {
  position: relative;
}
/* line 54, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

/* line 377, ../scss/module/_catalog-product.scss */
.zoomContainer {
  z-index: 10;
}

/* line 381, ../scss/module/_catalog-product.scss */
.zoomWindow {
  -moz-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05) !important;
  top: -1px !important;
  margin-left: 10px;
  border: 1px solid #e8e8e8 !important;
}

/* line 395, ../scss/module/_catalog-product.scss */
.product-view .price-info {
  background: #e52e16;
  padding: 20px;
  color: #ffffff;
  font-size: 11px;
}
/* line 401, ../scss/module/_catalog-product.scss */
.product-view .price-info a,
.product-view .price-info .note-free-shipping,
.product-view .price-info .price-box {
  color: inherit;
}
/* line 409, ../scss/module/_catalog-product.scss */
.product-view .price-info .regular-price .price,
.product-view .price-info .special-price .price {
  font-size: 24px;
}
/* line 414, ../scss/module/_catalog-product.scss */
.product-view .price-info .product-baseprice,
.product-view .price-info .tax-shipping-info {
  font-size: inherit;
}
/* line 420, ../scss/module/_catalog-product.scss */
.product-view .price-info .tax-shipping-info .tax,
.product-view .price-info .tax-shipping-info .shipping {
  display: inline;
}
/* line 425, ../scss/module/_catalog-product.scss */
.product-view .price-info .tax-shipping-info + * {
  margin-top: 1.2em;
}
/* line 431, ../scss/module/_catalog-product.scss */
.product-view .tier-price-label,
.product-view .tier-prices {
  line-height: 20px;
}
/* line 436, ../scss/module/_catalog-product.scss */
.product-view .tier-price-label {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ffffff;
  font-size: 12px;
}
/* line 442, ../scss/module/_catalog-product.scss */
.product-view .tier-price-label:after {
  content: '\003a';
}
/* line 447, ../scss/module/_catalog-product.scss */
.product-view .tier-prices {
  font-size: 18px;
}
/* line 453, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper,
.product-view .product-options,
.product-view .product-options-bottom {
  font-weight: 600;
  color: #545454;
}
/* line 462, ../scss/module/_catalog-product.scss */
.product-view .product-options label,
.product-view .qty-wrapper label {
  display: block;
  margin-bottom: 8px;
}
/* line 467, ../scss/module/_catalog-product.scss */
.product-view .product-options input,
.product-view .product-options select,
.product-view .product-options textarea,
.product-view .qty-wrapper input,
.product-view .qty-wrapper select,
.product-view .qty-wrapper textarea {
  width: 100%;
}
/* line 474, ../scss/module/_catalog-product.scss */
.product-view .product-options {
  padding: 20px 20px 0;
}
/* line 477, ../scss/module/_catalog-product.scss */
.product-view .product-options p.required {
  display: none;
}
/* line 481, ../scss/module/_catalog-product.scss */
.product-view .product-options dt {
  margin-top: 20px;
}
/* line 484, ../scss/module/_catalog-product.scss */
.product-view .product-options dt:first-child {
  margin-top: 0;
}
/* line 489, ../scss/module/_catalog-product.scss */
.product-view .product-options .input-box {
  padding-top: 0;
}
/* line 498, ../scss/module/_catalog-product.scss */
.product-view .qty-wrapper .product-unit,
.product-view .price-info .product-pricing .product-unit {
  font-size: inherit;
  font-weight: inherit;
}
/* line 504, ../scss/module/_catalog-product.scss */
.product-view .qty-wrapper {
  padding: 20px;
}
/* line 507, ../scss/module/_catalog-product.scss */
.product-view .qty-wrapper .qty {
  text-align: left;
  padding-right: 4em;
}
/* line 512, ../scss/module/_catalog-product.scss */
.product-view .qty-wrapper .input-box {
  position: relative;
  padding: 0;
}
/* line 517, ../scss/module/_catalog-product.scss */
.product-view .qty-wrapper .product-unit {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: 30px;
}
/* line 525, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .product-pricing {
  padding-top: 0;
  margin-top: -16px;
  color: #757373;
  font-weight: normal;
}
/* line 533, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper .or {
  display: none;
}
/* line 539, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
/* line 545, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .btn-cart {
  padding: 27px 0;
  white-space: normal;
  background: #009fe3;
  font-size: 18px;
}

/* line 554, ../scss/module/_catalog-product.scss */
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

/* line 560, ../scss/module/_catalog-product.scss */
.product-options dd input.datetime-picker {
  width: 150px;
}

/* line 564, ../scss/module/_catalog-product.scss */
.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

/* line 570, ../scss/module/_catalog-product.scss */
.product-options ul.options-list {
  margin-right: 5px;
}

/* line 574, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

/* line 579, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

/* line 583, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

/* line 589, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .label {
  display: block;
}

/* line 593, ../scss/module/_catalog-product.scss */
.product-options ul.options-list label {
  font-weight: normal;
}

/* line 597, ../scss/module/_catalog-product.scss */
.product-options p.note {
  margin: 0;
  font-size: 9px;
}

/* line 602, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
/* line 610, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-box,
.product-options-bottom .product-baseprice,
.product-options-bottom .tax-shipping-info {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  /* line 621, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  /* line 624, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
/* line 630, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-tax {
  float: left;
}

/* line 637, ../scss/module/_catalog-product.scss */
.product-view .sharing-links {
  float: right;
  margin: 14px 7px 0 0;
}
@media only screen and (min-width: 768px) {
  /* line 637, ../scss/module/_catalog-product.scss */
  .product-view .sharing-links {
    position: absolute;
    top: 10px;
    right: 23px;
  }
}
/* line 647, ../scss/module/_catalog-product.scss */
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
/* line 651, ../scss/module/_catalog-product.scss */
.product-view .sharing-links li {
  float: left;
  padding: 0 0 0 10px;
}
/* line 656, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
/* line 659, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 18px;
}
/* line 668, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-facebook:before {
  content: "F";
  color: #2c3e50;
}
/* line 673, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-twitter:before {
  content: "T";
  color: #009fe3;
}

/* line 683, ../scss/module/_catalog-product.scss */
.product-collateral .toggle-tabs span:before,
.product-collateral .tab span:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  display: inline-block;
  margin-right: .3em;
  vertical-align: bottom;
}
/* line 692, ../scss/module/_catalog-product.scss */
.product-collateral .tab-description:before {
  content: "j";
}
/* line 696, ../scss/module/_catalog-product.scss */
.product-collateral .tab-additional:before {
  content: "f";
}
/* line 700, ../scss/module/_catalog-product.scss */
.product-collateral .tab-downloads:before {
  content: "k";
}
/* line 705, ../scss/module/_catalog-product.scss */
.product-collateral .data-table td,
.product-collateral .data-table th {
  padding: 5px;
}
/* line 709, ../scss/module/_catalog-product.scss */
.product-collateral .data-table td:first-child,
.product-collateral .data-table th:first-child {
  padding-left: 0;
}

/* line 717, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table th {
  border-bottom: 1px solid #e8e8e8;
}

/* line 724, ../scss/module/_catalog-product.scss */
.collateral-tabs dd h2 {
  display: none;
}
/* line 730, ../scss/module/_catalog-product.scss */
.collateral-tabs .std table {
  margin-bottom: 1.2em;
}
/* line 735, ../scss/module/_catalog-product.scss */
.collateral-tabs .product-unit {
  font-size: inherit;
}

/* line 741, ../scss/module/_catalog-product.scss */
.box-collateral .box-title {
  margin: 0 0 5px;
}
/* line 744, ../scss/module/_catalog-product.scss */
.box-collateral .box-title h2 {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  margin: 0;
}
/* line 749, ../scss/module/_catalog-product.scss */
.box-collateral .box-title h2:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  display: inline-block;
  margin-right: .5em;
}
/* line 757, ../scss/module/_catalog-product.scss */
.box-collateral .box-title .button {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 480px) {
  /* line 741, ../scss/module/_catalog-product.scss */
  .box-collateral .box-title {
    position: relative;
  }
  /* line 765, ../scss/module/_catalog-product.scss */
  .box-collateral .box-title .button {
    position: absolute;
    top: 8px;
    right: 48px;
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 775, ../scss/module/_catalog-product.scss */
  .box-collateral .box-title .button {
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 780, ../scss/module/_catalog-product.scss */
  body.catalog-product-view .box-collateral .box-title {
    cursor: pointer;
  }
  /* line 784, ../scss/module/_catalog-product.scss */
  body.catalog-product-view .box-collateral .box-title:before {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    content: "d";
    float: right;
    margin-left: .25em;
    color: #e52e16;
    font-size: 14px;
  }
  /* line 794, ../scss/module/_catalog-product.scss */
  body.catalog-product-view .box-collateral .box-title.active:before {
    content: "u";
  }
}
/* line 801, ../scss/module/_catalog-product.scss */
.box-collateral .box-content + .box-content {
  margin: 10px 0 0;
}

@media only screen and (max-width: 767px) {
  /* line 137, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs {
    display: none;
  }
  /* line 142, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    margin: 0 0 1em;
    color: #545454;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    text-rendering: optimizeSpeed;
    text-transform: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border: 1px solid #e8e8e8;
    position: relative;
    background-color: #ffffff;
    display: block;
  }
  /* line 112, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:after {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    top: 50%;
    margin-top: -3px;
    content: "d";
  }
  /* line 148, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border: 0 solid #e8e8e8;
  }
  /* line 158, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    cursor: pointer;
    border-width: 1px 0 0;
  }
  /* line 162, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:hover {
    color: #e52e16;
  }
  /* line 166, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:after {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    content: "r";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.6em;
    color: #e52e16;
  }
  /* line 178, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  /* line 183, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    display: none;
  }
  /* line 191, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  /* line 195, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dt.current:after {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    content: "d";
  }
  /* line 202, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
  /* line 812, ../scss/module/_catalog-product.scss */
  .product-collateral > dl > dt:after {
    content: "r";
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 27, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    color: #545454;
  }
  /* line 33, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 37, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li {
    float: left;
    position: relative;
    margin: 0 1px 1px 0;
    font-weight: 600;
    background: #ffffff;
  }
  /* line 44, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    bottom: -1px;
  }
  /* line 56, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current {
    -moz-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
    z-index: 10;
    margin-bottom: 0;
    padding-bottom: 1px;
  }
  /* line 63, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e52e16;
  }
  /* line 75, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li:hover span {
    color: #e52e16;
  }
  /* line 82, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl {
    width: 100%;
    position: relative;
    z-index: 11;
  }
  /* line 87, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    display: none;
  }
  /* line 91, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    display: none;
    width: 100%;
    padding: 20px;
  }
  /* line 96, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd.current {
    display: block;
  }
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
/* line 828, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper {
  border: solid 1px #e8e8e8;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 834, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  /* line 828, ../scss/module/_catalog-product.scss */
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

/* line 843, ../scss/module/_catalog-product.scss */
.grouped-items-table .name-wrapper {
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 848, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
/* line 852, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-label {
  margin-left: 7px;
}
/* line 857, ../scss/module/_catalog-product.scss */
.grouped-items-table td {
  padding: 4px;
}
/* line 860, ../scss/module/_catalog-product.scss */
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
/* line 865, ../scss/module/_catalog-product.scss */
.grouped-items-table .price-box {
  text-align: right;
}

/* line 873, ../scss/module/_catalog-product.scss */
.block-alternative .box-title {
  background-color: #2c3e50;
}
/* line 876, ../scss/module/_catalog-product.scss */
.block-alternative .box-title:hover {
  cursor: default;
}
/* line 880, ../scss/module/_catalog-product.scss */
.block-alternative .box-title:before {
  display: none;
}
/* line 884, ../scss/module/_catalog-product.scss */
.block-alternative .box-title h2 {
  color: #ffffff;
}
/* line 887, ../scss/module/_catalog-product.scss */
.block-alternative .box-title h2:before {
  content: "y";
}

/* line 896, ../scss/module/_catalog-product.scss */
.block-related .products-list,
.block-alternative .products-list {
  margin: 0;
}
/* line 899, ../scss/module/_catalog-product.scss */
.block-related .products-list > li,
.block-alternative .products-list > li {
  margin-top: 5px;
  min-height: 95px;
}
/* line 903, ../scss/module/_catalog-product.scss */
.block-related .products-list > li.active,
.block-alternative .products-list > li.active {
  min-height: 155px;
  box-shadow: none;
}
@media only screen and (min-width: 600px) {
  /* line 909, ../scss/module/_catalog-product.scss */
  .block-related .products-list > li:before,
  .block-alternative .products-list > li:before {
    right: 33.33333%;
  }
  /* line 913, ../scss/module/_catalog-product.scss */
  .block-related .products-list > li .desc,
  .block-alternative .products-list > li .desc {
    margin: 0;
    padding: 0;
  }
}
/* line 921, ../scss/module/_catalog-product.scss */
.block-related .product-image,
.block-alternative .product-image {
  max-height: 86px;
}
@media only screen and (min-width: 600px) {
  /* line 921, ../scss/module/_catalog-product.scss */
  .block-related .product-image,
  .block-alternative .product-image {
    width: 11.11111%;
  }
}
/* line 927, ../scss/module/_catalog-product.scss */
.block-related .product-image > div,
.block-alternative .product-image > div {
  right: 0;
}
@media only screen and (min-width: 600px) {
  /* line 932, ../scss/module/_catalog-product.scss */
  .block-related .product-primary,
  .block-alternative .product-primary {
    width: 55.55556%;
    margin-left: 11.11111%;
    line-height: 1.1;
  }
}
/* line 940, ../scss/module/_catalog-product.scss */
.block-related .product-secondary,
.block-alternative .product-secondary {
  padding-right: 55px;
}
@media only screen and (min-width: 600px) {
  /* line 940, ../scss/module/_catalog-product.scss */
  .block-related .product-secondary,
  .block-alternative .product-secondary {
    width: 33.33333%;
    padding-right: 60px;
  }
}
/* line 948, ../scss/module/_catalog-product.scss */
.block-related .product-secondary .price-box,
.block-alternative .product-secondary .price-box {
  margin-bottom: 5px;
}
/* line 952, ../scss/module/_catalog-product.scss */
.block-related .product-secondary .tax-shipping-info,
.block-alternative .product-secondary .tax-shipping-info {
  line-height: 1.1;
}
/* line 957, ../scss/module/_catalog-product.scss */
.block-related .add-to-cart-box,
.block-alternative .add-to-cart-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f6f4f4;
}
/* line 963, ../scss/module/_catalog-product.scss */
.block-related .add-to-cart-box .add-to-cart-form,
.block-alternative .add-to-cart-box .add-to-cart-form {
  float: right;
  padding: 10px 20px;
  background: #e8e8e8;
}
@media only screen and (min-width: 600px) {
  /* line 963, ../scss/module/_catalog-product.scss */
  .block-related .add-to-cart-box .add-to-cart-form,
  .block-alternative .add-to-cart-box .add-to-cart-form {
    width: 33.33333%;
  }
}
/* line 972, ../scss/module/_catalog-product.scss */
.block-related .add-to-cart-box .add-to-cart-form form,
.block-alternative .add-to-cart-box .add-to-cart-form form {
  width: 100%;
  float: right;
}
/* line 977, ../scss/module/_catalog-product.scss */
.block-related .add-to-cart-box .add-to-cart-form .input-box,
.block-alternative .add-to-cart-box .add-to-cart-form .input-box {
  float: right;
  width: 70%;
  position: relative;
  padding: 0;
}
/* line 984, ../scss/module/_catalog-product.scss */
.block-related .add-to-cart-box .add-to-cart-form .qty,
.block-alternative .add-to-cart-box .add-to-cart-form .qty {
  width: 100%;
  float: left;
  font-weight: bold;
  height: 29px;
  border: none;
  padding-right: 4em;
  margin-right: -2px;
  text-align: left;
}
/* line 995, ../scss/module/_catalog-product.scss */
.block-related .add-to-cart-box .add-to-cart-form .product-unit,
.block-alternative .add-to-cart-box .add-to-cart-form .product-unit {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: 30px;
  font-size: inherit;
  font-weight: bold;
}
/* line 1004, ../scss/module/_catalog-product.scss */
.block-related .add-to-cart-box .add-to-cart-form .button,
.block-alternative .add-to-cart-box .add-to-cart-form .button {
  float: right;
}
/* line 1010, ../scss/module/_catalog-product.scss */
.block-related .manufacturer-logo,
.block-alternative .manufacturer-logo {
  margin-left: 1em;
}
/* line 1014, ../scss/module/_catalog-product.scss */
.block-related .price-box,
.block-alternative .price-box {
  font-size: 14px;
  color: #e52e16;
}
/* line 1019, ../scss/module/_catalog-product.scss */
.block-related .shipping a,
.block-alternative .shipping a {
  color: inherit;
}
/* line 1025, ../scss/module/_catalog-product.scss */
.block-related .product-secondary .button,
.block-alternative .product-secondary .button {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
@media only screen and (min-width: 600px) {
  /* line 1025, ../scss/module/_catalog-product.scss */
  .block-related .product-secondary .button,
  .block-alternative .product-secondary .button {
    right: 20px;
  }
}

/* line 1039, ../scss/module/_catalog-product.scss */
.block-alternative .button {
  width: 29px;
}
/* line 1042, ../scss/module/_catalog-product.scss */
.block-alternative .button:after {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}

/* line 1054, ../scss/module/_catalog-product.scss */
.block-related .box-title h2:before {
  content: "c";
}
/* line 1059, ../scss/module/_catalog-product.scss */
.block-related .button {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  padding: 7px 8px 8px;
}
/* line 1063, ../scss/module/_catalog-product.scss */
.block-related .button:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  margin-right: 0;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}
/* line 1073, ../scss/module/_catalog-product.scss */
.block-related .button.btn-cart:before {
  content: "c";
}
/* line 1078, ../scss/module/_catalog-product.scss */
.block-related .button.btn-added-to-cart {
  background: #3aaa35;
  cursor: default;
}
/* line 1082, ../scss/module/_catalog-product.scss */
.block-related .button.btn-added-to-cart:before {
  content: "t";
}

/* line 1092, ../scss/module/_catalog-product.scss */
#product-seo .block-title {
  padding: 0 0 10px;
  margin-bottom: 10px;
  line-height: 1;
}
/* line 1097, ../scss/module/_catalog-product.scss */
#product-seo .block-title strong {
  font-size: inherit;
}
/* line 1102, ../scss/module/_catalog-product.scss */
#product-seo li {
  margin-top: 10px;
}
/* line 1105, ../scss/module/_catalog-product.scss */
#product-seo li:first-child {
  margin-top: 0;
}
/* line 1110, ../scss/module/_catalog-product.scss */
#product-seo a {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  /* line 1115, ../scss/module/_catalog-product.scss */
  #product-seo .row > div + div {
    margin-top: 40px;
  }
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
/* line 30, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

/* line 40, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

/* line 49, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup {
  background: #FFFFFF;
  border: 5px solid #e8e8e8;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  /* line 59, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  /* line 63, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 49, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
/* line 74, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
/* line 79, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading h3 {
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  /* line 79, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
/* line 94, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
/* line 106, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  /* line 106, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-content {
    text-align: center;
  }
}
/* line 118, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
/* line 121, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
/* line 125, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout span {
  display: block;
}
/* line 129, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
/* line 135, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
/* line 139, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
/* line 144, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
/* line 147, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
/* line 153, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
/* line 160, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
/* line 165, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  /* line 118, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  /* line 174, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  /* line 181, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  /* line 185, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
/* line 191, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
/* line 196, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  /* line 196, ../../../rwd/default/scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
/* line 203, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 210, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
/* line 215, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
/* line 221, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
/* line 231, ../../../rwd/default/scss/module/_catalog-msrp.scss */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
/* line 30, ../../../rwd/default/scss/module/_catalog-compare.scss */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

/* line 34, ../../../rwd/default/scss/module/_catalog-compare.scss */
.compare-table .product-image {
  display: inline-block;
}

/* line 40, ../../../rwd/default/scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 45, ../../../rwd/default/scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
/* line 30, ../scss/module/_checkout-cart.scss */
.cart > .row + .row {
  margin-top: 20px;
}
/* line 34, ../scss/module/_checkout-cart.scss */
.cart > .messages {
  margin: 20px 0;
}
/* line 38, ../scss/module/_checkout-cart.scss */
.cart .box,
.cart .box-no-padding {
  margin-bottom: 10px;
}
/* line 43, ../scss/module/_checkout-cart.scss */
.cart .button {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  /* line 43, ../scss/module/_checkout-cart.scss */
  .cart .button {
    width: auto;
  }
}

/* line 52, ../scss/module/_checkout-cart.scss */
.checkout-types {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  /* line 52, ../scss/module/_checkout-cart.scss */
  .checkout-types {
    float: right;
    text-align: right;
  }
}

/* line 61, ../scss/module/_checkout-cart.scss */
.cart-table {
  width: 100%;
  font-weight: 600;
  color: #545454;
}
/* line 66, ../scss/module/_checkout-cart.scss */
.cart-table tbody td,
.cart-table th {
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  /* line 66, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td,
  .cart-table th {
    padding: 20px;
  }
}
/* line 76, ../scss/module/_checkout-cart.scss */
.cart-table tbody td:first-child,
.cart-table th:first-child {
  padding-left: 0;
  padding-right: 0;
}
/* line 81, ../scss/module/_checkout-cart.scss */
.cart-table tbody td:last-child,
.cart-table th:last-child {
  padding-right: 0;
}
/* line 86, ../scss/module/_checkout-cart.scss */
.cart-table th {
  padding-top: 0;
  font-weight: inherit;
}
@media only screen and (min-width: 600px) {
  /* line 91, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
  }
}
/* line 97, ../scss/module/_checkout-cart.scss */
.cart-table tbody td:first-child {
  border-left: none;
}
/* line 102, ../scss/module/_checkout-cart.scss */
.cart-table tbody .price {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 102, ../scss/module/_checkout-cart.scss */
  .cart-table tbody .price {
    font-size: 16px;
  }
}
/* line 110, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove2,
.cart-table .product-cart-actions .button {
  display: none;
}
/* line 116, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image {
  min-width: 70px;
}
/* line 119, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image img {
  width: 100%;
  height: auto;
}
/* line 124, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
/* line 129, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info {
  border-left: none;
}
/* line 133, ../scss/module/_checkout-cart.scss */
.cart-table .product-name {
  margin-bottom: .5em;
  font-size: 14px;
}
/* line 138, ../scss/module/_checkout-cart.scss */
.cart-table .item-options {
  float: none;
}
/* line 141, ../scss/module/_checkout-cart.scss */
.cart-table .item-options dd {
  margin-bottom: 0;
}
/* line 146, ../scss/module/_checkout-cart.scss */
.cart-table .availability {
  margin-top: .5em;
  font-weight: normal;
}
/* line 151, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions {
  text-align: center;
}
/* line 154, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .product-unit {
  margin-top: 10px;
}
/* line 159, ../scss/module/_checkout-cart.scss */
.cart-table .qty-box {
  position: relative;
  display: inline-block;
  min-width: 5em;
}
@media only screen and (min-width: 768px) {
  /* line 159, ../scss/module/_checkout-cart.scss */
  .cart-table .qty-box {
    min-width: 9em;
  }
}
@media only screen and (min-width: 992px) {
  /* line 159, ../scss/module/_checkout-cart.scss */
  .cart-table .qty-box {
    width: 100%;
  }
}
/* line 172, ../scss/module/_checkout-cart.scss */
.cart-table .qty-box .qty {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}
/* line 178, ../scss/module/_checkout-cart.scss */
.cart-table .qty-box .button {
  position: absolute;
  top: 0;
  right: -29px;
}
/* line 185, ../scss/module/_checkout-cart.scss */
.cart-table .product-unit,
.cart-table .product-baseprice {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  /* line 185, ../scss/module/_checkout-cart.scss */
  .cart-table .product-unit,
  .cart-table .product-baseprice {
    display: block;
  }
}
/* line 194, ../scss/module/_checkout-cart.scss */
.cart-table .cart-price + .product-unit,
.cart-table .product-baseprice {
  margin-top: .5em;
  font-weight: normal;
  font-style: italic;
  color: #757373;
}
/* line 202, ../scss/module/_checkout-cart.scss */
.cart-table .product-baseprice {
  margin-left: .5em;
}
@media only screen and (min-width: 768px) {
  /* line 202, ../scss/module/_checkout-cart.scss */
  .cart-table .product-baseprice {
    margin-left: 0;
  }
}
/* line 210, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
/* line 214, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #545454;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
/* line 222, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #545454;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
/* line 230, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-remove {
  vertical-align: middle;
}

@media only screen and (max-width: 599px) {
  /* line 236, ../scss/module/_checkout-cart.scss */
  .cart-table {
    margin: -10px 0;
  }
  /* line 239, ../scss/module/_checkout-cart.scss */
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  /* line 243, ../scss/module/_checkout-cart.scss */
  .cart-table tr {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e8e8e8;
  }
  /* line 250, ../scss/module/_checkout-cart.scss */
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 254, ../scss/module/_checkout-cart.scss */
  .cart-table tr:first-child {
    border-top: 0;
  }
  /* line 259, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td {
    display: block;
    float: right;
    padding: 0 0 0 10px;
    border: none;
  }
  /* line 265, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td[data-rwd-label] {
    padding: 0 10px;
  }
  /* line 268, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    padding-right: 10px;
  }
  /* line 275, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image {
    float: left;
    width: 25%;
    min-width: initial;
    padding: 0;
  }
  /* line 282, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    width: 75%;
  }
  /* line 287, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info,
  .cart-table .product-cart-actions {
    margin-bottom: 10px;
  }
  /* line 292, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  /* line 298, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove2 {
    display: block;
  }
  /* line 304, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions .button {
    display: none;
  }
  /* line 309, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .btn-remove2 {
    float: right;
    margin: 0 0 2px 10px;
  }
  /* line 315, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions {
    text-align: left;
  }
  /* line 320, ../scss/module/_checkout-cart.scss */
  .cart-table tfoot tr {
    border: none;
    padding: 0;
  }
}
/* line 328, ../scss/module/_checkout-cart.scss */
.cart-forms,
.cart-totals-wrapper {
  padding: 0 15px;
}
@media only screen and (min-width: 600px) {
  /* line 328, ../scss/module/_checkout-cart.scss */
  .cart-forms,
  .cart-totals-wrapper {
    float: left;
  }
}
/* line 336, ../scss/module/_checkout-cart.scss */
.cart-forms > *,
.cart-totals-wrapper > * {
  padding: 20px;
}

@media only screen and (min-width: 600px) {
  /* line 342, ../scss/module/_checkout-cart.scss */
  .cart-forms {
    width: 44.44444%;
  }
  /* line 346, ../scss/module/_checkout-cart.scss */
  .cart-forms > * {
    padding-right: 0;
  }
}

@media only screen and (min-width: 600px) {
  /* line 352, ../scss/module/_checkout-cart.scss */
  .cart-totals-wrapper {
    float: right;
    width: 55.55556%;
  }
  /* line 357, ../scss/module/_checkout-cart.scss */
  .cart-totals-wrapper > * {
    padding-left: 0;
  }
}

/* line 367, ../scss/module/_checkout-cart.scss */
.cart .cart-totals {
  text-align: right;
}
/* line 370, ../scss/module/_checkout-cart.scss */
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
/* line 374, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table {
  width: 100%;
}
/* line 378, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .messages {
  margin: 20px 0 0;
  text-align: left;
}

/* line 384, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table,
.checkout-review-table {
  font-weight: 600;
}
/* line 389, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot tr:last-child,
.checkout-review-table tfoot tr:last-child {
  font-size: 16px;
}
/* line 392, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot tr:last-child td,
.checkout-review-table tfoot tr:last-child td {
  padding-top: .5em;
  padding-bottom: 0;
  border-top: 1px solid #bababa;
}
/* line 400, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table .total-discount td,
.checkout-review-table .total-discount td {
  color: #3aaa35;
  font-size: 14px;
}

/* line 408, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td,
.checkout-review-table tfoot td {
  padding-bottom: .5em;
  color: #545454;
}
/* line 412, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td:first-child,
.checkout-review-table tfoot td:first-child {
  padding-right: 20px;
  min-width: 120px;
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
/* line 425, ../scss/module/_checkout-cart.scss */
.shipping h2,
.discount h2 {
  font-size: inherit;
}
/* line 429, ../scss/module/_checkout-cart.scss */
.shipping select,
.discount select {
  display: none;
}

/* line 434, ../scss/module/_checkout-cart.scss */
.cart .shipping.box {
  padding: 10px 20px;
  text-align: center;
  background: #dadada;
}
@media only screen and (min-width: 480px) {
  /* line 434, ../scss/module/_checkout-cart.scss */
  .cart .shipping.box {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  /* line 434, ../scss/module/_checkout-cart.scss */
  .cart .shipping.box {
    text-align: right;
  }
}
/* line 447, ../scss/module/_checkout-cart.scss */
.cart .shipping.box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 451, ../scss/module/_checkout-cart.scss */
.cart .shipping.box .buttons-set {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  /* line 456, ../scss/module/_checkout-cart.scss */
  .cart .shipping.box .shipping-form {
    float: right;
  }
}
/* line 461, ../scss/module/_checkout-cart.scss */
.cart .shipping.box .shipping-form label {
  display: block;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  /* line 461, ../scss/module/_checkout-cart.scss */
  .cart .shipping.box .shipping-form label {
    float: left;
    margin: 0 1em 0 0;
    line-height: 30px;
  }
}
/* line 471, ../scss/module/_checkout-cart.scss */
.cart .shipping.box .shipping-form label:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "i";
  display: inline-block;
  font-size: 150%;
  margin-right: .5em;
  vertical-align: middle;
  line-height: 1;
}
/* line 482, ../scss/module/_checkout-cart.scss */
.cart .shipping.box .shipping-form label:after {
  display: none;
}
/* line 487, ../scss/module/_checkout-cart.scss */
.cart .shipping.box .shipping-form h2 {
  display: none;
}

/* line 495, ../scss/module/_checkout-cart.scss */
#shipping-zip-form:after,
.discount:after {
  content: '';
  display: table;
  clear: both;
}
/* line 499, ../scss/module/_checkout-cart.scss */
#shipping-zip-form .input-box,
.discount .input-box {
  float: left;
  padding-top: 0;
  width: 10.5em;
}
/* line 504, ../scss/module/_checkout-cart.scss */
#shipping-zip-form .input-box input,
.discount .input-box input {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

/* line 518, ../scss/module/_checkout-cart.scss */
.discount .button:before {
  content: "P";
}
/* line 524, ../scss/module/_checkout-cart.scss */
.discount .cancel-coupon:before {
  content: "D";
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
/* line 534, ../scss/module/_checkout-cart.scss */
.crosssell {
  margin: 20px 0;
}
@media only screen and (min-width: 600px) {
  /* line 534, ../scss/module/_checkout-cart.scss */
  .crosssell {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 534, ../scss/module/_checkout-cart.scss */
  .crosssell {
    margin: 100px 0;
  }
}
@media only screen and (min-width: 600px) {
  /* line 545, ../scss/module/_checkout-cart.scss */
  .crosssell h2.box {
    margin-bottom: 20px;
  }
}

/* line 556, ../scss/module/_checkout-cart.scss */
.cart-col-right {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  /* line 556, ../scss/module/_checkout-cart.scss */
  .cart-col-right {
    margin-top: 0;
  }
}
/* line 564, ../scss/module/_checkout-cart.scss */
.cart-col-right .block-content p:last-child {
  margin-bottom: 0;
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
/* line 31, ../scss/module/_checkout-onepage.scss */
body.checkout .calendar {
  z-index: 9999;
}
/* line 35, ../scss/module/_checkout-onepage.scss */
body.checkout .wrapper {
  background: #f6f4f4;
}

/* line 40, ../scss/module/_checkout-onepage.scss */
.opc h2,
.opc-block-progress dt.complete,
.box-head h2 {
  padding-bottom: 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 47, ../scss/module/_checkout-onepage.scss */
.opc h2:before,
.opc-block-progress dt.complete:before,
.box-head h2:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  display: inline-block;
  margin-right: .5em;
  vertical-align: baseline;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
/* line 61, ../scss/module/_checkout-onepage.scss */
.opc .input-text,
.opc textarea {
  width: 100%;
  max-width: 100%;
}
/* line 67, ../scss/module/_checkout-onepage.scss */
.opc .step-title {
  display: none;
}
/* line 71, ../scss/module/_checkout-onepage.scss */
.opc .info-note {
  margin: 20px 0;
  font-style: italic;
}
/* line 76, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set {
  margin: 0 -20px -20px;
}
/* line 79, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set:after {
  display: none;
}
/* line 83, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .back-link {
  display: none;
}
/* line 87, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .button {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  margin: 0;
  float: none;
}

/* line 97, ../scss/module/_checkout-onepage.scss */
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
/* line 108, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0;
}

/* line 113, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0;
}

/* line 117, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
/* line 124, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

/* line 129, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

/* line 134, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
/* line 142, ../scss/module/_checkout-onepage.scss */
.sp-methods {
  margin: 0 0 8px;
}
/* line 145, ../scss/module/_checkout-onepage.scss */
.sp-methods dt {
  margin: 20px 0 5px;
}
/* line 148, ../scss/module/_checkout-onepage.scss */
.sp-methods dt:first-child {
  margin-top: 0;
}
/* line 154, ../scss/module/_checkout-onepage.scss */
.sp-methods label img {
  display: inline-block;
}
/* line 159, ../scss/module/_checkout-onepage.scss */
.sp-methods label a {
  display: none;
}
/* line 164, ../scss/module/_checkout-onepage.scss */
.sp-methods .price {
  font-weight: bold;
}
/* line 167, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list {
  padding-left: 20px;
}
/* line 170, ../scss/module/_checkout-onepage.scss */
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
/* line 174, ../scss/module/_checkout-onepage.scss */
.sp-methods select.year {
  width: 96px;
}
/* line 177, ../scss/module/_checkout-onepage.scss */
.sp-methods input.cvv {
  width: 4em !important;
}
/* line 180, ../scss/module/_checkout-onepage.scss */
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
/* line 185, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
/* line 189, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
/* line 195, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  /* line 184, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  /* line 202, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
/* line 208, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
/* line 211, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
/* line 218, ../scss/module/_checkout-onepage.scss */
.opc-block-progress {
  /* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
}
/* line 219, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dl > div,
.opc-block-progress dl > div > div {
  margin-bottom: 10px;
}
/* line 224, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt,
.opc-block-progress dd {
  display: none;
}
/* line 228, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete,
.opc-block-progress dd.complete {
  display: block;
  padding: 15px 20px 20px;
}
/* line 233, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt p + p,
.opc-block-progress dd p + p {
  margin-top: .5em;
}
/* line 238, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt {
  white-space: nowrap;
}
/* line 241, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt .changelink,
.opc-block-progress dt .separator {
  display: none;
}
/* line 246, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
/* line 253, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete:before {
  margin-right: .2em;
}
/* line 257, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background: #e8e8e8;
}
/* line 266, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete .changelink {
  display: block;
  float: right;
  font-size: 12px;
  text-transform: lowercase;
}
/* line 272, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete .changelink a {
  text-decoration: underline;
}
/* line 279, ../scss/module/_checkout-onepage.scss */
.opc-block-progress .block-title {
  display: none;
}
/* line 283, ../scss/module/_checkout-onepage.scss */
.opc-block-progress .block-content {
  margin-top: 0;
}
/* line 287, ../scss/module/_checkout-onepage.scss */
.opc-block-progress #billing_shipping-progress-opcheckout {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  margin: 0;
}
/* line 294, ../scss/module/_checkout-onepage.scss */
.opc-block-progress #billing_method dt:before {
  content: "E";
}
/* line 298, ../scss/module/_checkout-onepage.scss */
.opc-block-progress #shipping_method dt:before {
  content: "L";
}
/* line 302, ../scss/module/_checkout-onepage.scss */
.opc-block-progress #shipping_method-progress-opcheckout dt:before {
  content: "i";
}
/* line 306, ../scss/module/_checkout-onepage.scss */
.opc-block-progress #payment-progress-opcheckout dt:before {
  content: "€";
}
/* line 312, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress dl > div,
#checkout-step-review .opc-block-progress dl > div > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 317, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress dt,
#checkout-step-review .opc-block-progress dd {
  padding: 10px 0 0;
}
/* line 322, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress dt {
  font-size: inherit;
}
/* line 325, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress dt:before, #checkout-step-review .opc-block-progress dt:after {
  display: none;
}
/* line 331, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
}
/* line 334, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content:after {
  content: '';
  display: table;
  clear: both;
}
/* line 339, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .changelink {
  display: none;
}
@media only screen and (min-width: 480px) {
  /* line 344, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .opc-block-progress dl > div {
    float: left;
    width: 50%;
  }
}

/* review step */
/* line 355, ../scss/module/_checkout-onepage.scss */
#checkout-review-table .btn-remove img {
  display: none;
}

/* line 361, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper {
  clear: both;
}

@media only screen and (max-width: 599px) {
  /* line 367, ../scss/module/_checkout-onepage.scss */
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 374, ../scss/module/_checkout-onepage.scss */
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 380, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th {
    display: none;
  }
  /* line 383, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  /* line 387, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
/* line 393, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
/* line 397, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
/* line 405, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
/* line 409, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item h5 {
  font-weight: bold;
}
/* line 413, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
/* line 419, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .details {
  float: left;
}

/* line 427, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
/* line 434, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
/* line 442, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
/* line 446, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form img {
  float: left;
}
/* line 450, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
/* line 453, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
/* line 457, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
/* line 463, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e8e8e8;
}
/* line 468, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
/* line 472, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
/* line 475, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
/* line 481, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
/* line 486, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 767px) {
  /* line 495, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  /* line 500, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  /* line 505, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  /* line 508, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* line 519, ../scss/module/_checkout-onepage.scss */
#opc-login .button {
  text-transform: lowercase;
}
@media only screen and (max-width: 768px) {
  /* line 524, ../scss/module/_checkout-onepage.scss */
  #opc-login .account-create {
    margin-top: 20px;
  }
}

/* line 533, ../scss/module/_checkout-onepage.scss */
#opc-billing_shipping form > label {
  display: none;
}

/* line 539, ../scss/module/_checkout-onepage.scss */
.opc-billing-address h2:before {
  content: "E";
}

/* line 545, ../scss/module/_checkout-onepage.scss */
.opc-shipping-address h2:before {
  content: "L";
}
@media only screen and (max-width: 599px) {
  /* line 544, ../scss/module/_checkout-onepage.scss */
  .opc-shipping-address {
    margin-top: 40px;
  }
}

/* line 555, ../scss/module/_checkout-onepage.scss */
#shipping-new-address-form.disabled .fieldset {
  position: relative;
}
/* line 558, ../scss/module/_checkout-onepage.scss */
#shipping-new-address-form.disabled .fieldset:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
/* line 569, ../scss/module/_checkout-onepage.scss */
#shipping-new-address-form.disabled .fieldset:first-child:after {
  display: none;
}

/* line 578, ../scss/module/_checkout-onepage.scss */
#opc-shipping_method h2 label {
  display: inline;
}
@media only screen and (min-width: 768px) {
  /* line 582, ../scss/module/_checkout-onepage.scss */
  #opc-shipping_method .row + .row {
    margin-top: 20px;
  }
}
/* line 588, ../scss/module/_checkout-onepage.scss */
#opc-shipping_method .messages {
  margin-bottom: 40px;
}

/* line 594, ../scss/module/_checkout-onepage.scss */
.opc-delivery-date .input-box {
  position: relative;
}
/* line 597, ../scss/module/_checkout-onepage.scss */
.opc-delivery-date .input-box:after {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "e";
  display: block;
  position: absolute;
  top: 3px;
  right: 1px;
  padding: 8px 10px;
  z-index: 1;
  line-height: 1;
  border-left: 1px solid #e8e8e8;
  color: #757373;
  font-size: 12px;
}
/* line 613, ../scss/module/_checkout-onepage.scss */
.opc-delivery-date .input-box .input-text {
  position: relative;
  z-index: 2;
  padding-right: 35px;
  background: transparent;
}
/* line 620, ../scss/module/_checkout-onepage.scss */
.opc-delivery-date .input-box img {
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 31px;
  margin-left: -32px;
  z-index: 2;
}
/* line 630, ../scss/module/_checkout-onepage.scss */
.opc-delivery-date h2:before {
  content: "e";
}

/* line 635, ../scss/module/_checkout-onepage.scss */
.opc-site-phone h2:before {
  content: "H";
}

/* line 640, ../scss/module/_checkout-onepage.scss */
.opc-delivery-additional li:first-child label {
  display: none;
}
/* line 644, ../scss/module/_checkout-onepage.scss */
.opc-delivery-additional h2:before {
  content: "Z";
}
/* line 648, ../scss/module/_checkout-onepage.scss */
.opc-delivery-additional textarea {
  height: 9em;
}

/* line 656, ../scss/module/_checkout-onepage.scss */
#opc-payment h2:before {
  content: "€";
}
/* line 662, ../scss/module/_checkout-onepage.scss */
#opc-payment .sp-methods dt:first-child {
  margin-top: 0;
}
/* line 666, ../scss/module/_checkout-onepage.scss */
#opc-payment .sp-methods dt > input,
#opc-payment .sp-methods dt > label {
  vertical-align: middle;
}
/* line 671, ../scss/module/_checkout-onepage.scss */
#opc-payment .sp-methods dt > label {
  font-weight: 600;
  padding-left: 5px;
}
/* line 677, ../scss/module/_checkout-onepage.scss */
#opc-payment .sp-methods .tooltip {
  display: block;
  padding-left: 20px;
}
/* line 683, ../scss/module/_checkout-onepage.scss */
#opc-payment .discount {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}
/* line 688, ../scss/module/_checkout-onepage.scss */
#opc-payment .discount label {
  display: block;
  padding-bottom: 2px;
}
/* line 693, ../scss/module/_checkout-onepage.scss */
#opc-payment .discount .button {
  margin-right: 10px;
}
/* line 696, ../scss/module/_checkout-onepage.scss */
#opc-payment .discount .button:before {
  content: "O";
}

/* line 703, ../scss/module/_checkout-onepage.scss */
#coupon-message {
  display: inline-block;
  padding-top: 7px;
}
/* line 707, ../scss/module/_checkout-onepage.scss */
#coupon-message:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  display: inline-block;
  margin-right: .1em;
  vertical-align: middle;
  font-size: 18px;
}
/* line 716, ../scss/module/_checkout-onepage.scss */
#coupon-message.success {
  font-weight: 600;
}
/* line 719, ../scss/module/_checkout-onepage.scss */
#coupon-message.success:before {
  content: "Y";
}

/* line 730, ../scss/module/_checkout-onepage.scss */
.review-container h2:before {
  content: "c";
}
/* line 734, ../scss/module/_checkout-onepage.scss */
.review-container .buttons-set {
  padding: 0;
}
/* line 738, ../scss/module/_checkout-onepage.scss */
.review-container .buttons-set .button {
  font-size: 18px;
}
/* line 741, ../scss/module/_checkout-onepage.scss */
.review-container .buttons-set .button:after {
  display: none;
}

/* line 747, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper {
  margin: 0 -20px;
  padding: 20px;
  background: #dadada;
}

/* line 754, ../scss/module/_checkout-onepage.scss */
#checkout-review-table th,
#checkout-review-table tbody td,
#checkout-review-table tr {
  border-color: #bfbfbf;
}
/* line 760, ../scss/module/_checkout-onepage.scss */
#checkout-review-table tbody .price {
  font-size: 14px;
}
/* line 766, ../scss/module/_checkout-onepage.scss */
#checkout-review-table tfoot tr:first-child td {
  padding-top: 20px;
}
/* line 772, ../scss/module/_checkout-onepage.scss */
#checkout-review-table .total-discount td {
  color: inherit;
}
/* line 776, ../scss/module/_checkout-onepage.scss */
#checkout-review-table .back-to-cart-note {
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 599px) {
  /* line 776, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table .back-to-cart-note {
    float: none;
  }
}
@media only screen and (min-width: 599px) {
  /* line 776, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table .back-to-cart-note {
    padding: 5px 0 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  /* line 791, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table th,
  #checkout-review-table tbody td {
    padding: 10px;
  }
  /* line 795, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table th:first-child,
  #checkout-review-table tbody td:first-child {
    padding-left: 0;
  }
  /* line 799, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table th:last-child, #checkout-review-table th.product-cart-image,
  #checkout-review-table tbody td:last-child,
  #checkout-review-table tbody td.product-cart-image {
    padding-right: 0;
  }
  /* line 805, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table .product-cart-image {
    min-width: 50px;
  }
  /* line 809, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table .product-name {
    font-size: inherit;
  }
}

@media only screen and (max-width: 599px) {
  /* line 816, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table .cart-price + .product-unit {
    display: inline;
    margin-top: 0;
  }
  /* line 822, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table tfoot td {
    display: block;
  }
  /* line 825, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table tfoot td:first-child {
    clear: both;
    float: left;
    width: 70%;
  }
  /* line 831, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table tfoot td:last-child {
    float: right;
    width: 30%;
    text-align: right;
  }
}

/* line 842, ../scss/module/_checkout-onepage.scss */
.bankpayment_info label {
  display: inline;
}
/* line 846, ../scss/module/_checkout-onepage.scss */
.bankpayment_info .bankcol1 {
  padding-right: 5px;
}

/* line 852, ../scss/module/_checkout-onepage.scss */
.bankpayment_info_int label {
  display: inline;
}
/* line 856, ../scss/module/_checkout-onepage.scss */
.bankpayment_info_int .bankcol1 {
  padding-right: 5px;
  vertical-align: top;
}
/* line 861, ../scss/module/_checkout-onepage.scss */
.bankpayment_info_int .bankcol2 {
  word-break: break-all;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
/* line 30, ../scss/module/_checkout-success.scss */
.checkout-success-box {
  text-align: center;
}
/* line 33, ../scss/module/_checkout-success.scss */
.checkout-success-box h1 {
  padding: 25px;
  margin: -20px -20px 20px;
  background: #3aaa35;
  color: #ffffff;
}
/* line 39, ../scss/module/_checkout-success.scss */
.checkout-success-box h1:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "K";
  display: block;
  margin-bottom: 25px;
  font-size: 50px;
}
/* line 49, ../scss/module/_checkout-success.scss */
.checkout-success-box p {
  margin-bottom: 1.2em;
}
/* line 53, ../scss/module/_checkout-success.scss */
.checkout-success-box .links {
  margin: 50px 0 0;
}
/* line 56, ../scss/module/_checkout-success.scss */
.checkout-success-box .links a {
  text-decoration: underline;
}
/* line 61, ../scss/module/_checkout-success.scss */
.checkout-success-box .separator {
  display: inline-block;
  margin: 0 .3em;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
/* line 34, ../../../rwd/default/scss/module/_configurableswatches.scss */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
/* line 40, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  color: #757373;
  text-decoration: none;
  box-sizing: content-box;
}

/* line 51, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link {
  border: 1px solid #e8e8e8;
  margin: 0 0 3px;
}
/* line 55, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link img {
  border-radius: 2px;
}
/* line 59, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
/* line 64, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.bausep.de/skin/frontend/bausep/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
/* line 77, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link.has-image .swatch-label {
  position: relative;
}
/* line 81, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../../../rwd/default/scss/module/_configurableswatches.scss */
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #ffffff;
}

/* line 96, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
/* line 102, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
/* line 108, ../../../rwd/default/scss/module/_configurableswatches.scss */
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
/* line 116, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .x {
  display: block;
}
/* line 120, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}
/* line 124, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 130, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
/* line 136, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
/* line 140, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

/* line 146, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
/* line 151, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 23px;
  margin-right: 2px;
  text-align: left;
}
/* line 157, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
/* line 161, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #2c3e50;
}
/* line 166, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
/* line 177, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
/* line 184, ../../../rwd/default/scss/module/_configurableswatches.scss */
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  /* line 191, ../../../rwd/default/scss/module/_configurableswatches.scss */
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
/* line 197, ../../../rwd/default/scss/module/_configurableswatches.scss */
.currently .swatch-current {
  position: relative;
}
/* line 200, ../../../rwd/default/scss/module/_configurableswatches.scss */
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
/* line 207, ../../../rwd/default/scss/module/_configurableswatches.scss */
.currently .swatch-current span {
  display: block;
  float: left;
}
/* line 213, ../../../rwd/default/scss/module/_configurableswatches.scss */
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
/* line 217, ../../../rwd/default/scss/module/_configurableswatches.scss */
.currently .swatch-link:hover {
  border-color: #e8e8e8;
  cursor: default;
}

/* Other Swatch States */
/* line 225, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #2c3e50;
}

/* line 231, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-box {
  background: none !important;
}
/* line 234, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-box select.swatch-select {
  display: none;
}
/* line 238, ../../../rwd/default/scss/module/_configurableswatches.scss */
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #DF280A;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
/* line 251, ../../../rwd/default/scss/module/_configurableswatches.scss */
.availability.out-of-stock span {
  color: #757373;
}

/* line 257, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
/* line 263, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 10px;
}
/* line 268, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
/* line 273, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #545454;
  padding-left: 5px;
}
/* line 281, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
/* line 286, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .product-options .select-label {
  display: none;
}
/* line 291, ../../../rwd/default/scss/module/_configurableswatches.scss */
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
/* line 31, ../scss/module/_customer.scss */
.account-login h2 {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
/* line 39, ../scss/module/_customer.scss */
.account-login .registered-users .box,
.account-login .new-users .box {
  position: relative;
  padding-bottom: 72px;
}
/* line 45, ../scss/module/_customer.scss */
.account-login .new-users {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 45, ../scss/module/_customer.scss */
  .account-login .new-users {
    margin-top: 0;
  }
}
/* line 53, ../scss/module/_customer.scss */
.account-login .buttons-set {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 59, ../scss/module/_customer.scss */
.account-login .buttons-set .button {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  text-transform: lowercase;
}

/* line 72, ../scss/module/_customer.scss */
.account-create .customer-group {
  margin: -10px 0 20px;
}
/* line 75, ../scss/module/_customer.scss */
.account-create .customer-group label {
  margin-left: .2em;
}
/* line 79, ../scss/module/_customer.scss */
.account-create .customer-group .group {
  display: inline-block;
  margin: 10px 2em 0 0;
  white-space: nowrap;
}
/* line 86, ../scss/module/_customer.scss */
.account-create .toggle-group {
  display: none;
}
/* line 90, ../scss/module/_customer.scss */
.account-create p.required {
  margin-top: 20px;
}
/* line 94, ../scss/module/_customer.scss */
.account-create .notice-msg li {
  margin: 20px 0;
}

/* line 99, ../scss/module/_customer.scss */
.dropzone-holder {
  background: #f9f8f8;
  border: 2px dashed #757373;
  text-align: center;
  min-height: initial;
  line-height: 28px;
}

/* line 107, ../scss/module/_customer.scss */
.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 11px;
  color: #757373;
}

/* line 115, ../scss/module/_customer.scss */
.remember-me-box a.hide {
  display: none;
}
/* line 118, ../scss/module/_customer.scss */
.remember-me-box .link-tip {
  font-size: 11px;
  padding-left: 10px;
}

/* line 124, ../scss/module/_customer.scss */
.remember-me-popup {
  display: none;
  border: 1px solid #e8e8e8;
  padding: 10px;
  position: relative;
}
/* line 130, ../scss/module/_customer.scss */
.remember-me-popup.show {
  display: block;
}
/* line 134, ../scss/module/_customer.scss */
.remember-me-popup p {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 138, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 10px;
}
/* line 146, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

/* line 152, ../scss/module/_customer.scss */
.customer-account-create .buttons-set {
  max-width: 455px;
}
/* line 156, ../scss/module/_customer.scss */
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  /* line 156, ../scss/module/_customer.scss */
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
/* line 165, ../scss/module/_customer.scss */
.customer-account-create .fieldset .hidden {
  display: none;
}
/* line 169, ../scss/module/_customer.scss */
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

/* line 176, ../scss/module/_customer.scss */
.customer-account-forgotpassword #form-validate h2 {
  display: none;
}
/* line 180, ../scss/module/_customer.scss */
.customer-account-forgotpassword #form-validate p.required {
  display: none;
}
/* line 184, ../scss/module/_customer.scss */
.customer-account-forgotpassword #form-validate .fieldset,
.customer-account-forgotpassword #form-validate .buttons-set {
  max-width: 400px;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
/* line 197, ../scss/module/_customer.scss */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
/* line 203, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons {
  text-align: center;
}
/* line 206, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons .button {
  margin-bottom: 15px;
}
/* line 209, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons .button + .button {
  margin-left: 0;
}
@media only screen and (max-width: 479px) {
  /* line 215, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons h1 {
    margin-bottom: 15px;
  }
  /* line 219, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  /* line 203, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    position: relative;
    text-align: right;
  }
  /* line 228, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons h1 {
    text-align: left;
  }
  /* line 232, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 7px;
    top: 7px;
  }
  /* line 238, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons a,
  body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px;
  }
}
/* line 246, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
/* line 256, ../scss/module/_customer.scss */
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
/* line 262, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
/* line 266, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
/* line 273, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 278, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
/* line 285, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
/* line 292, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 296, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 301, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}
/* line 310, ../scss/module/_customer.scss */
body.customer-account .box-edit-customer-account > .row:first-child {
  margin-bottom: 40px;
}

/* line 318, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  float: left;
  width: 29%;
  margin-right: 1%;
}
/* line 325, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-year {
  float: left;
  width: 40%;
  margin: 0;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
/* line 339, ../scss/module/_customer.scss */
.dashboard .page-title h1 {
  margin: 0;
  padding-bottom: 0;
}
/* line 343, ../scss/module/_customer.scss */
.dashboard .page-title h1:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 20px;
  background: #e8e8e8;
}
/* line 353, ../scss/module/_customer.scss */
.dashboard .welcome-msg {
  margin-bottom: 20px;
  font-weight: 600;
  color: #545454;
}
@media only screen and (max-width: 479px) {
  /* line 353, ../scss/module/_customer.scss */
  .dashboard .welcome-msg {
    text-align: center;
  }
}
/* line 363, ../scss/module/_customer.scss */
.dashboard .messages {
  margin-bottom: 20px;
}
/* line 367, ../scss/module/_customer.scss */
.dashboard .box-head {
  position: relative;
}
/* line 370, ../scss/module/_customer.scss */
.dashboard .box-head h2 {
  padding-right: 5.2em;
}
/* line 374, ../scss/module/_customer.scss */
.dashboard .box-head a {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 381, ../scss/module/_customer.scss */
.dashboard .box-account {
  margin-bottom: 20px;
}
/* line 384, ../scss/module/_customer.scss */
.dashboard .box-account p,
.dashboard .box-account address {
  font-style: italic;
}
/* line 389, ../scss/module/_customer.scss */
.dashboard .box-account h3 {
  font-size: inherit;
}
/* line 395, ../scss/module/_customer.scss */
.dashboard .box-account .box-content > div > a:first-child {
  float: right;
}
/* line 399, ../scss/module/_customer.scss */
.dashboard .box-account .box-content > div + div {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}
/* line 409, ../scss/module/_customer.scss */
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
/* line 414, ../scss/module/_customer.scss */
.dashboard .box-reviews .box-head h2 {
  margin-bottom: 0;
}
/* line 417, ../scss/module/_customer.scss */
.dashboard .box-reviews .box-head h2:before {
  content: "s";
}
/* line 422, ../scss/module/_customer.scss */
.dashboard .box-reviews .box-head a {
  text-transform: lowercase;
}
/* line 427, ../scss/module/_customer.scss */
.dashboard .box-reviews .item {
  padding: 10px 0;
  border-bottom: 1px solid #EDEDED;
}
/* line 431, ../scss/module/_customer.scss */
.dashboard .box-reviews .item .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 11px;
}
/* line 440, ../scss/module/_customer.scss */
.dashboard .box-reviews .item .details .ratings {
  margin-bottom: 0;
}
/* line 443, ../scss/module/_customer.scss */
.dashboard .box-reviews .item .details .ratings:after {
  content: '';
  display: table;
  clear: both;
}
/* line 447, ../scss/module/_customer.scss */
.dashboard .box-reviews .item .details .ratings strong {
  float: left;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-right: 5px;
}
/* line 454, ../scss/module/_customer.scss */
.dashboard .box-reviews .item .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}
/* line 466, ../scss/module/_customer.scss */
.dashboard .box-recent .box-head h2:before {
  content: "E";
}
/* line 470, ../scss/module/_customer.scss */
.dashboard .box-recent table {
  margin-top: -10px;
}
/* line 474, ../scss/module/_customer.scss */
.dashboard .box-recent table > tr:last-child > td {
  border-bottom: none;
}
/* line 484, ../scss/module/_customer.scss */
.dashboard .box-info .box-head h2:before {
  content: "a";
}
/* line 489, ../scss/module/_customer.scss */
.dashboard .box-info .box-content > div:first-child p {
  font-style: normal;
}
/* line 492, ../scss/module/_customer.scss */
.dashboard .box-info .box-content > div:first-child p a {
  display: inline-block;
  margin-top: 1.2em;
}
/* line 502, ../scss/module/_customer.scss */
.dashboard .box-info a,
.dashboard .box-addressbook a {
  text-decoration: underline;
}
/* line 511, ../scss/module/_customer.scss */
.dashboard .box-addressbook .box-head h2:before {
  content: "h";
}
/* line 515, ../scss/module/_customer.scss */
.dashboard .box-addressbook .box-head a {
  display: none;
}

/* ============================================ *
 * Address Book
 * ============================================ */
/* line 528, ../scss/module/_customer.scss */
.my-account .addresses-list address {
  font-style: italic;
}
/* line 532, ../scss/module/_customer.scss */
.my-account .addresses-list .box {
  margin-bottom: 10px;
}
/* line 535, ../scss/module/_customer.scss */
.my-account .addresses-list .box address + p {
  margin-top: 10px;
}
/* line 542, ../scss/module/_customer.scss */
.my-account .addresses-additional li.box {
  margin-bottom: 5px;
}
@media only screen and (max-width: 599px) {
  /* line 548, ../scss/module/_customer.scss */
  .my-account .addresses-additional p a {
    white-space: nowrap;
  }
}
/* line 556, ../scss/module/_customer.scss */
.my-account .default-address-block strong {
  display: none;
}

/* line 565, ../scss/module/_customer.scss */
body.customer-address-form .my-account p.required,
body.customer-account-edit .my-account p.required {
  margin-top: 30px;
}

/* ============================================ *
 * Order View
 * ============================================ */
/* line 575, ../scss/module/_customer.scss */
.data-table.orders {
  margin: -20px 0;
}
/* line 580, ../scss/module/_customer.scss */
.data-table.orders > tbody > tr:last-child > td {
  border-bottom: none;
}
/* line 585, ../scss/module/_customer.scss */
.data-table.orders > tbody > tr > td {
  font-size: 14px;
}
/* line 588, ../scss/module/_customer.scss */
.data-table.orders > tbody > tr > td.number {
  font-weight: 600;
}
/* line 594, ../scss/module/_customer.scss */
.data-table.orders .view {
  min-width: 100px;
  text-align: right;
}
/* line 599, ../scss/module/_customer.scss */
.data-table.orders .status,
.data-table.orders .date {
  display: none;
}
@media only screen and (min-width: 480px) {
  /* line 605, ../scss/module/_customer.scss */
  .data-table.orders .date {
    display: table-cell;
  }
}
@media only screen and (min-width: 768px) {
  /* line 611, ../scss/module/_customer.scss */
  .data-table.orders .status {
    display: table-cell;
  }
}

/* line 617, ../scss/module/_customer.scss */
.my-orders-table {
  color: #545454;
  font-weight: 600;
}
/* line 621, ../scss/module/_customer.scss */
.my-orders-table h3.product-name {
  font-size: inherit;
  margin-bottom: 0;
}
/* line 626, ../scss/module/_customer.scss */
.my-orders-table tbody td .item-options,
.my-orders-table .add-review-link {
  margin-top: .5em;
}
/* line 631, ../scss/module/_customer.scss */
.my-orders-table .item-options {
  float: none;
}
/* line 634, ../scss/module/_customer.scss */
.my-orders-table .item-options dd {
  margin-bottom: 0;
}
/* line 639, ../scss/module/_customer.scss */
.my-orders-table .add-review-link {
  display: inline-block;
}
/* line 643, ../scss/module/_customer.scss */
.my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
/* line 649, ../scss/module/_customer.scss */
.my-orders-table .option-value {
  margin-left: 20px;
}
/* line 653, ../scss/module/_customer.scss */
.my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

/* line 660, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 664, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 669, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 599px) {
  /* line 676, ../scss/module/_customer.scss */
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  /* line 680, ../scss/module/_customer.scss */
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  /* line 685, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  /* line 689, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  /* line 694, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  /* line 699, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  /* line 705, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  /* line 709, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  /* line 715, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
/* line 721, ../scss/module/_customer.scss */
.order-additional {
  margin: 40px 0;
}

/* line 726, ../scss/module/_customer.scss */
.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  /* line 733, ../scss/module/_customer.scss */
  .order-info-box .box-content {
    clear: left;
  }

  /* line 739, ../scss/module/_customer.scss */
  .order-info dt {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 749, ../scss/module/_customer.scss */
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 761, ../scss/module/_customer.scss */
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  /* line 767, ../scss/module/_customer.scss */
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  /* line 772, ../scss/module/_customer.scss */
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  /* line 776, ../scss/module/_customer.scss */
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }

  /* line 782, ../scss/module/_customer.scss */
  .order-info {
    margin-top: 15px;
  }

  /* line 786, ../scss/module/_customer.scss */
  .order-info-box {
    margin: 0;
  }
  /* line 789, ../scss/module/_customer.scss */
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  /* line 796, ../scss/module/_customer.scss */
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  /* line 804, ../scss/module/_customer.scss */
  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
/* line 815, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset h2,
body.newsletter-manage-index .my-account .back-link {
  display: none;
}

/* ============================================ *
 * Contacts
 * ============================================ */
/* line 31, ../../../rwd/default/scss/module/_contacts.scss */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
/* line 35, ../../../rwd/default/scss/module/_contacts.scss */
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  /* line 31, ../../../rwd/default/scss/module/_contacts.scss */
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  /* line 43, ../../../rwd/default/scss/module/_contacts.scss */
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  /* line 48, ../../../rwd/default/scss/module/_contacts.scss */
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 867px) and (min-width: 768px) {
  /* line 34, ../../../rwd/default/scss/module/_paypal.scss */
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

/* line 42, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
/* line 48, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
/* line 53, ../../../rwd/default/scss/module/_paypal.scss */
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 59, ../../../rwd/default/scss/module/_paypal.scss */
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  /* line 63, ../../../rwd/default/scss/module/_paypal.scss */
  .paypal-review-order .field.inactive {
    display: none;
  }
}

/* line 70, ../../../rwd/default/scss/module/_paypal.scss */
.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
/* line 75, ../../../rwd/default/scss/module/_paypal.scss */
.top-container .bml-ad span {
  display: inline-block;
}
/* line 78, ../../../rwd/default/scss/module/_paypal.scss */
.top-container .bml-ad span a {
  display: block;
}

/* line 84, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
/* line 89, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad span {
  display: block;
  line-height: 0;
}
/* line 93, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
/* line 97, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad a:hover {
  opacity: 0.7;
}
/* line 100, ../../../rwd/default/scss/module/_paypal.scss */
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

/* line 107, ../../../rwd/default/scss/module/_paypal.scss */
.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  /* line 113, ../../../rwd/default/scss/module/_paypal.scss */
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 119, ../../../rwd/default/scss/module/_paypal.scss */
  .bml-ad.large {
    display: block;
  }
}
/* line 124, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
/* line 129, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span {
  display: block;
  width: 100%;
}
/* line 133, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
/* line 137, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span a img {
  max-width: 100%;
}
/* line 143, ../../../rwd/default/scss/module/_paypal.scss */
div.paypal-logo span > img {
  display: none;
}

/* line 149, ../../../rwd/default/scss/module/_paypal.scss */
.checkout-types div.paypal-logo {
  text-align: right;
}

/* line 154, ../../../rwd/default/scss/module/_paypal.scss */
.bml-checkout-type {
  list-style-type: none;
}

/* line 159, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
/* line 163, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
/* line 167, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
/* line 170, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo > a img {
  display: block;
}
/* line 174, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
/* line 176, ../../../rwd/default/scss/module/_paypal.scss */
.sidebar .paypal-logo .label a {
  font-size: 10px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
/* line 30, ../scss/module/_review.scss */
#customer-reviews {
  position: relative;
}
/* line 33, ../scss/module/_review.scss */
#customer-reviews a {
  font-weight: 600;
  text-decoration: underline;
}
/* line 39, ../scss/module/_review.scss */
#customer-reviews .pager a {
  text-decoration: none;
  background: #ffffff;
}
/* line 46, ../scss/module/_review.scss */
#customer-reviews .box-title h2:before {
  content: "z";
}
/* line 51, ../scss/module/_review.scss */
#customer-reviews .review-heading {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0 5px;
}
/* line 56, ../scss/module/_review.scss */
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
/* line 60, ../scss/module/_review.scss */
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
/* line 65, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
/* line 71, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
/* line 74, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 82, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .amount {
  display: none;
}
/* line 88, ../scss/module/_review.scss */
#customer-reviews h3 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 94, ../scss/module/_review.scss */
#customer-reviews h3 span {
  color: #2c3e50;
}
/* line 99, ../scss/module/_review.scss */
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
/* line 103, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #e8e8e8;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* line 111, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 em {
  display: none;
}
/* line 116, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
/* line 131, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
/* line 136, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list label {
  font-size: 10px;
  font-weight: normal;
}
/* line 141, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
/* line 148, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input {
  border: 1px solid #e8e8e8;
  border-radius: 0;
}
/* line 152, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
/* line 159, ../scss/module/_review.scss */
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
/* line 165, ../scss/module/_review.scss */
#customer-reviews dl {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 171, ../scss/module/_review.scss */
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
/* line 176, ../scss/module/_review.scss */
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  margin: 10px 0;
}
/* line 181, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  width: 100%;
}
/* line 186, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
/* line 190, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
/* line 196, ../scss/module/_review.scss */
#customer-reviews dl dd table {
  margin: 15px 0;
}
/* line 200, ../scss/module/_review.scss */
#customer-reviews dl dd .review-meta {
  color: #2c3e50;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 213, ../scss/module/_review.scss */
.advancedreviews-summary-block {
  font-size: 14px;
}
/* line 216, ../scss/module/_review.scss */
.advancedreviews-summary-block > div {
  padding: 15px 35px;
}
/* line 219, ../scss/module/_review.scss */
.advancedreviews-summary-block > div:first-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 216, ../scss/module/_review.scss */
  .advancedreviews-summary-block > div {
    padding-right: 35px;
    padding-left: 15px;
  }
  /* line 227, ../scss/module/_review.scss */
  .advancedreviews-summary-block > div:first-child {
    padding-right: 15px;
    padding-left: 35px;
    padding-bottom: 15px;
  }
}
/* line 234, ../scss/module/_review.scss */
.advancedreviews-summary-block > div > .review-label,
.advancedreviews-summary-block > div > .review-value {
  display: inline-block;
}
/* line 239, ../scss/module/_review.scss */
.advancedreviews-summary-block > div > .review-label {
  font-weight: 600;
  padding-right: .25em;
}
/* line 245, ../scss/module/_review.scss */
.advancedreviews-summary-block .amount {
  display: none;
}
/* line 249, ../scss/module/_review.scss */
.advancedreviews-summary-block .ratings {
  margin: 0;
  font-size: 12px;
}
/* line 254, ../scss/module/_review.scss */
.advancedreviews-summary-block .advancedreviews-reviews-count {
  margin-top: 4px;
}

/* line 259, ../scss/module/_review.scss */
.advancedreviews-summary-block-empty {
  padding: 20px;
}

/* line 265, ../scss/module/_review.scss */
.review {
  clear: both;
  position: relative;
  margin: 5px 0;
}
/* line 270, ../scss/module/_review.scss */
.review .ratings-table {
  margin: 20px 0 5px;
}
/* line 273, ../scss/module/_review.scss */
.review .ratings-table li {
  width: auto;
  padding: 0 1em 0 0;
}
/* line 278, ../scss/module/_review.scss */
.review .ratings-table .review-label,
.review .ratings-table .review-value {
  float: none;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

/* line 288, ../scss/module/_review.scss */
.review-about {
  margin-bottom: 5px;
}
/* line 291, ../scss/module/_review.scss */
.review-about .ratings {
  display: inline-block;
  margin-right: .5em;
}

/* line 297, ../scss/module/_review.scss */
.review-content {
  margin: 20px 0;
}
/* line 300, ../scss/module/_review.scss */
.review-content .title {
  display: block;
  font-weight: 600;
}

/* line 307, ../scss/module/_review.scss */
.review-footer:after {
  content: '';
  display: table;
  clear: both;
}

/* line 314, ../scss/module/_review.scss */
.review-helpfulness {
  text-align: right;
  float: right;
}
/* line 318, ../scss/module/_review.scss */
.review-helpfulness:after {
  content: '';
  display: table;
  clear: both;
}
/* line 322, ../scss/module/_review.scss */
.review-helpfulness .separator {
  display: inline-block;
  margin: 0 .3em;
}
/* line 327, ../scss/module/_review.scss */
.review-helpfulness a {
  cursor: pointer;
}

/* line 332, ../scss/module/_review.scss */
.review-helpfulness-vote,
.review-abuse {
  font-size: 10px;
}

/* line 337, ../scss/module/_review.scss */
.review-helpfulness-count-wrapper {
  overflow: hidden;
  margin: 10px -20px 10px 0;
}
@media only screen and (min-width: 480px) {
  /* line 337, ../scss/module/_review.scss */
  .review-helpfulness-count-wrapper {
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 337, ../scss/module/_review.scss */
  .review-helpfulness-count-wrapper {
    position: absolute;
    top: 0;
    right: 20px;
    margin-bottom: 0;
  }
}

/* line 353, ../scss/module/_review.scss */
.review-helpfulness-count {
  -moz-transform: skew(-3deg);
  -ms-transform: skew(-3deg);
  -webkit-transform: skew(-3deg);
  transform: skew(-3deg);
  position: relative;
  left: 2px;
  padding: 7px 20px 7px 10px;
  background: #2c3e50;
  color: #ffffff;
}
/* line 362, ../scss/module/_review.scss */
.review-helpfulness-count span {
  -moz-transform: skew(3deg);
  -ms-transform: skew(3deg);
  -webkit-transform: skew(3deg);
  transform: skew(3deg);
  display: block;
}

/* line 371, ../scss/module/_review.scss */
.review-abuse {
  clear: right;
}
@media only screen and (min-width: 480px) {
  /* line 371, ../scss/module/_review.scss */
  .review-abuse {
    clear: none;
  }
}

/* line 379, ../scss/module/_review.scss */
.abuse-link {
  cursor: pointer;
}
/* line 382, ../scss/module/_review.scss */
.abuse-link:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "!";
  display: inline-block;
  margin-right: .25em;
  vertical-align: middle;
}

/* line 394, ../scss/module/_review.scss */
#loading-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
/* line 404, ../scss/module/_review.scss */
#loading-mask:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 411, ../scss/module/_review.scss */
#loading-mask .loader {
  display: inline-block;
  vertical-align: middle;
}
/* line 416, ../scss/module/_review.scss */
#loading-mask img {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 422, ../scss/module/_review.scss */
#advancereviews-filters {
  margin-top: 20px;
}

/* line 427, ../scss/module/_review.scss */
#advancereviews-sort-reviews .pager {
  float: left;
  width: auto;
}

/* line 433, ../scss/module/_review.scss */
#advancedreviews-sorting-arrow {
  display: inline-block;
  vertical-align: middle;
}

/* line 438, ../scss/module/_review.scss */
#advancereviews-filteredReviews {
  margin-bottom: -5px;
}

/* line 442, ../scss/module/_review.scss */
#advancereviews-pager-reviews {
  line-height: 30px;
}
/* line 445, ../scss/module/_review.scss */
#advancereviews-pager-reviews .btn-all-reviews,
#advancereviews-pager-reviews .add-review-link {
  float: right;
}
/* line 450, ../scss/module/_review.scss */
#advancereviews-pager-reviews .btn-all-reviews {
  display: inline;
  padding: 0;
  border: none;
  background: none;
  text-decoration: underline !important;
  color: #e52e16;
  line-height: inherit;
}

/* line 461, ../scss/module/_review.scss */
#advancereviews-pager-reviews-footer {
  display: none;
}

/* line 467, ../scss/module/_review.scss */
.catalog-product-view #advancereviews-pager-reviews .pager {
  display: none;
}

/* line 474, ../scss/module/_review.scss */
body.review-product-list .btn-all-reviews,
body.review-product-list #advancereviews-pager-reviews .btn-all-reviews {
  display: none;
}

/* line 482, ../scss/module/_review.scss */
.advancedreviews-reviews-form {
  display: none;
}
/* line 485, ../scss/module/_review.scss */
.advancedreviews-reviews-form h2 img {
  float: left;
  margin: -20px 20px 0 -20px;
}
/* line 490, ../scss/module/_review.scss */
.advancedreviews-reviews-form textarea,
.advancedreviews-reviews-form .input-text {
  width: 100%;
  max-width: 100%;
}
/* line 496, ../scss/module/_review.scss */
.advancedreviews-reviews-form textarea {
  height: 7.5em;
}
/* line 500, ../scss/module/_review.scss */
.advancedreviews-reviews-form .g-recaptcha {
  margin-top: 10px;
}

/* line 505, ../scss/module/_review.scss */
.review-summary-table {
  width: auto;
}
/* line 508, ../scss/module/_review.scss */
.review-summary-table thead th,
.review-summary-table tbody td {
  border: none;
  background: none;
  padding: 0 0 10px 20px;
}
/* line 515, ../scss/module/_review.scss */
.review-summary-table td {
  text-align: center;
}
/* line 518, ../scss/module/_review.scss */
.review-summary-table td.label {
  text-align: left;
  padding-left: 0;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
/* line 529, ../scss/module/_review.scss */
.ratings-table {
  margin: 0 -15px;
}
/* line 532, ../scss/module/_review.scss */
.ratings-table:after {
  content: '';
  display: table;
  clear: both;
}
/* line 536, ../scss/module/_review.scss */
.ratings-table li {
  float: left;
  width: 50%;
  padding: 0 15px 4px;
}
/* line 541, ../scss/module/_review.scss */
.ratings-table li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 546, ../scss/module/_review.scss */
.ratings-table .ratings {
  margin: 0;
}
/* line 551, ../scss/module/_review.scss */
.ratings-table .review-label:after {
  content: '\003a';
}
@media only screen and (min-width: 992px) {
  /* line 557, ../scss/module/_review.scss */
  .ratings-table .review-label {
    float: left;
    padding-right: .25em;
    max-width: 50%;
    overflow: hidden;
  }
  /* line 564, ../scss/module/_review.scss */
  .ratings-table .review-value {
    float: right;
    min-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 577, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  /* line 581, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  /* line 585, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  /* line 589, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  /* line 605, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  /* line 609, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  /* line 624, ../scss/module/_review.scss */
  #customer-reviews .fieldset {
    width: 100%;
  }
  /* line 627, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  /* line 631, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  /* line 639, ../scss/module/_review.scss */
  #customer-reviews .buttons-set {
    width: 100%;
  }
  /* line 646, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 653, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 658, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  /* line 664, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 16.8px;
    width: 100%;
  }
  /* line 671, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  /* line 674, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  /* line 686, ../scss/module/_review.scss */
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
/* line 697, ../scss/module/_review.scss */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
/* line 702, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
/* line 706, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
/* line 710, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 720, ../scss/module/_review.scss */
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* line 729, ../scss/module/_review.scss */
.reviewed {
  display: inline-block;
  margin-top: .5em;
  color: #3aaa35;
}
/* line 734, ../scss/module/_review.scss */
.reviewed:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "t";
  display: inline-block;
  margin-right: .3em;
  vertical-align: text-top;
}

/* line 745, ../scss/module/_review.scss */
#recent-products-for-reviews {
  overflow: hidden;
  padding-bottom: 10px;
}
/* line 749, ../scss/module/_review.scss */
#recent-products-for-reviews .reviews-row,
#recent-products-for-reviews .item {
  overflow: hidden;
}
/* line 755, ../scss/module/_review.scss */
#recent-products-for-reviews .reviews-row:last-child .item:last-child {
  border-bottom: 0;
}
/* line 760, ../scss/module/_review.scss */
#recent-products-for-reviews .details {
  overflow: hidden;
}
/* line 763, ../scss/module/_review.scss */
#recent-products-for-reviews .details a, #recent-products-for-reviews .details span {
  line-height: 16px;
}
/* line 768, ../scss/module/_review.scss */
#recent-products-for-reviews .product-image {
  float: left;
  margin-right: 10px;
}
/* line 772, ../scss/module/_review.scss */
#recent-products-for-reviews .product-image img {
  width: 50px;
  height: auto;
}
/* line 778, ../scss/module/_review.scss */
#recent-products-for-reviews .product-name {
  color: #545454;
  font-weight: 600;
}
/* line 783, ../scss/module/_review.scss */
#recent-products-for-reviews .review-link {
  display: block;
}
@media only screen and (min-width: 992px) {
  /* line 788, ../scss/module/_review.scss */
  #recent-products-for-reviews .reviews-row {
    border-bottom: 1px solid #EDEDED;
    padding: 10px 0;
  }
  /* line 792, ../scss/module/_review.scss */
  #recent-products-for-reviews .reviews-row:last-child {
    border-bottom: none;
  }
  /* line 797, ../scss/module/_review.scss */
  #recent-products-for-reviews .item {
    width: 50%;
    float: left;
    border-bottom: none;
    padding: 0;
  }
  /* line 803, ../scss/module/_review.scss */
  #recent-products-for-reviews .item:last-child {
    border-left: 1px solid #EDEDED;
    padding-left: 15px;
    margin-left: -1px;
  }
  /* line 809, ../scss/module/_review.scss */
  #recent-products-for-reviews .item:first-child {
    border-right: 1px solid #EDEDED;
    border-left: none;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 0;
  }
}

/* line 824, ../scss/module/_review.scss */
body.review-customer-index .messages {
  margin-bottom: 40px;
}
/* line 829, ../scss/module/_review.scss */
body.review-customer-index .page-title h2:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "s";
  display: inline-block;
  margin-right: .5em;
  vertical-align: baseline;
}
/* line 839, ../scss/module/_review.scss */
body.review-customer-index .pending-products + .page-title {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 839, ../scss/module/_review.scss */
  body.review-customer-index .pending-products + .page-title {
    margin-top: 60px;
  }
}

/* line 848, ../scss/module/_review.scss */
.pending-products {
  margin-bottom: 20px;
}
/* line 851, ../scss/module/_review.scss */
.pending-products dl {
  margin: 20px 0 -10px;
}
/* line 855, ../scss/module/_review.scss */
.pending-products dt {
  padding: 10px 0;
  border-top: 1px solid #e8e8e8;
  line-height: 18px;
  cursor: pointer;
}
/* line 861, ../scss/module/_review.scss */
.pending-products dt:after {
  content: '';
  display: table;
  clear: both;
}
/* line 865, ../scss/module/_review.scss */
.pending-products dt.active {
  padding-bottom: 0;
}
/* line 868, ../scss/module/_review.scss */
.pending-products dt.active .review-link {
  display: none;
}
/* line 874, ../scss/module/_review.scss */
.pending-products dd {
  padding: 0 0 20px;
}
/* line 877, ../scss/module/_review.scss */
.pending-products dd:last-child {
  padding-bottom: 10px;
}
/* line 882, ../scss/module/_review.scss */
.pending-products .review-link {
  float: right;
}
/* line 886, ../scss/module/_review.scss */
.pending-products .product-image {
  float: left;
  margin-right: 10px;
}
/* line 890, ../scss/module/_review.scss */
.pending-products .product-image img {
  width: 50px;
  height: auto;
}
/* line 896, ../scss/module/_review.scss */
.pending-products .product-name {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeSpeed;
  text-transform: none;
  margin: 0;
  line-height: inherit;
}
/* line 903, ../scss/module/_review.scss */
.pending-products .advancedreviews-reviews-form {
  display: block;
}
/* line 906, ../scss/module/_review.scss */
.pending-products .advancedreviews-reviews-form h2 {
  display: none;
}

/* line 912, ../scss/module/_review.scss */
#my-reviews-table {
  margin-top: 20px;
}
/* line 917, ../scss/module/_review.scss */
#my-reviews-table tr:first-child td {
  border-top: 1px solid #e8e8e8;
}
/* line 923, ../scss/module/_review.scss */
#my-reviews-table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 930, ../scss/module/_review.scss */
#my-reviews-table a {
  white-space: nowrap;
}
/* line 934, ../scss/module/_review.scss */
#my-reviews-table .ratings-table {
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  /* line 938, ../scss/module/_review.scss */
  #my-reviews-table .ratings-table li {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 946, ../scss/module/_review.scss */
  #my-reviews-table col:first-child,
  #my-reviews-table td.date {
    display: none;
  }
  /* line 951, ../scss/module/_review.scss */
  #my-reviews-table td.date + td {
    padding-left: 0;
  }
}

/* line 958, ../scss/module/_review.scss */
.ratings-control {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
/* line 964, ../scss/module/_review.scss */
.ratings-control span:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  display: inline-block;
  content: "s";
  color: #bdbcbc;
  font-size: 201%;
  cursor: pointer;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 964, ../scss/module/_review.scss */
  .ratings-control span:before {
    font-size: 150%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 964, ../scss/module/_review.scss */
  .ratings-control span:before {
    font-size: 101%;
    margin-right: 0;
  }
}
/* line 989, ../scss/module/_review.scss */
.ratings-control span.star-hover:before, .ratings-control span.star-on:before, .ratings-control span:hover:before {
  color: #f2cd38;
}

/* line 998, ../scss/module/_review.scss */
#product-review-table td.label {
  width: 25%;
  vertical-align: middle;
}
/* line 1003, ../scss/module/_review.scss */
#product-review-table td.value {
  text-align: left;
}

/* ============================================ *
 * Slideshow
 * ============================================ */
/* line 30, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
/* line 37, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
/* line 43, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
/* line 53, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
/* line 58, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

/* line 66, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 76, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
/* line 85, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
/* line 99, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager span:hover:before {
  background-color: #ce2914;
}
/* line 103, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager span.cycle-pager-active:before {
  background-color: #b62512;
}
/* line 108, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-pager > * {
  cursor: pointer;
}

/* line 113, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 125, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
/* line 137, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
/* line 141, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* line 147, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev {
  left: 8px;
}
/* line 150, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
/* line 157, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-prev:hover:before {
  border-color: transparent #ce2914 transparent transparent;
}

/* line 162, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-next {
  right: 8px;
}
/* line 165, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
/* line 172, ../../../rwd/default/scss/module/_slideshow.scss */
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #ce2914;
}

/* line 177, ../../../rwd/default/scss/module/_slideshow.scss */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

/* line 185, ../../../rwd/default/scss/module/_slideshow.scss */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
/* line 31, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table th {
  text-align: center;
}
/* line 35, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
}
/* line 41, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table th {
  border-bottom: 1px solid #e8e8e8;
}
/* line 45, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
/* line 50, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 57, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 63, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .product-name a {
  color: #e52e16;
}
/* line 68, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .wishlist-sku {
  font-size: 9px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}
/* line 74, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 45px;
  font-size: 9px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 81, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
/* line 84, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
/* line 87, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
/* line 90, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
/* line 94, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table textarea:focus {
  border: 1px solid #757373;
}
/* line 99, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
/* line 104, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .item-manage .button {
  font-size: 9px;
  padding: 3px 5px;
}
/* line 110, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .cart-cell {
  text-align: center;
}
/* line 115, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
/* line 119, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
/* line 123, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
/* line 128, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
/* line 131, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 10px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
/* line 138, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
/* line 142, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
/* line 146, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
/* line 150, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
/* line 155, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
/* line 159, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
/* line 166, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .price-box {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* line 170, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .price-box .price {
  color: #757373;
}
/* line 175, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
/* line 178, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add .change {
  display: none;
}
/* line 182, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #e52e16;
  margin-bottom: 3px;
}
/* line 190, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table .truncated .details {
  background: none;
  color: #e52e16;
}
/* line 196, ../../../rwd/default/scss/module/_wishlist.scss */
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  /* line 206, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 218, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 222, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  /* line 226, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  /* line 231, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 241, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 245, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 16px;
  }
  /* line 249, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  /* line 254, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  /* line 258, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table tr {
    position: relative;
  }
  /* line 261, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 266, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  /* line 269, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  /* line 276, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  /* line 280, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  /* line 286, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 296, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  /* line 300, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 311, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table tr {
    position: relative;
  }
  /* line 315, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  /* line 320, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  /* line 331, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  /* line 335, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  /* line 338, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  /* line 345, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  /* line 349, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  /* line 354, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  /* line 358, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  /* line 364, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  /* line 369, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  /* line 375, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  /* line 386, ../../../rwd/default/scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
/* line 399, ../../../rwd/default/scss/module/_wishlist.scss */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
/* line 403, ../../../rwd/default/scss/module/_wishlist.scss */
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
/* line 408, ../../../rwd/default/scss/module/_wishlist.scss */
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
/* line 413, ../../../rwd/default/scss/module/_wishlist.scss */
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 10px;
}
/* line 419, ../../../rwd/default/scss/module/_wishlist.scss */
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/* line 30, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 30, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart {
    display: inline-block;
  }
}
/* line 37, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
  padding: 10px;
}
/* line 27, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 38, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:after {
  background-image: url("https://www.bausep.de/skin/frontend/bausep/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 51, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
/* line 54, ../../../rwd/default/scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
/* line 45, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-cart {
  -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  display: none;
  background: #ffffff;
  line-height: 1.2;
}
/* line 53, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-title {
  position: relative;
  margin: -10px -10px 0;
  padding: 10px;
  background: #e52e16;
  color: #ffffff;
  font-weight: 600;
}
/* line 61, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-title:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #e52e16;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}
/* line 70, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-title.empty {
  text-align: center;
  margin-bottom: -10px;
}
/* line 77, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list .item-qty {
  float: left;
}
/* line 82, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal {
  margin: 10px 0;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #545454;
}
/* line 89, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .price {
  color: #e52e16;
}
/* line 94, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  text-align: center;
}
/* line 100, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-actions .button {
  width: 100%;
}
/* line 105, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-message {
  margin: 10px 0;
}
/* line 109, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-success-message,
.header-minicart #minicart-error-message {
  display: none;
}
/* line 115, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

/* line 121, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 129, ../scss/module/_checkout-cart-minicart.scss */
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  /* line 136, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  /* line 144, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .subtotal .label {
    color: #757373;
  }
  /* line 149, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  /* line 154, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .quantity-button {
    float: none;
  }
  /* line 158, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  /* line 162, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  /* line 166, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  /* line 169, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  /* line 176, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  /* line 180, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  /* line 184, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  /* line 189, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  /* line 206, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  /* line 216, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  /* line 223, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  /* line 236, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
/* line 30, ../scss/module/_search.scss */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 200;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  /* line 30, ../scss/module/_search.scss */
  .search-autocomplete {
    border-top: 3px solid #e52e16;
    top: 10px !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 5px 0px 5px 0px, rgba(0, 0, 0, 0.2) -5px 0px 5px 0px, rgba(0, 0, 0, 0.2) 0 5px 5px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 0px 5px 0px, rgba(0, 0, 0, 0.2) -5px 0px 5px 0px, rgba(0, 0, 0, 0.2) 0 5px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 0px 5px 0px, rgba(0, 0, 0, 0.2) -5px 0px 5px 0px, rgba(0, 0, 0, 0.2) 0 5px 5px 0px;
  }
  /* line 47, ../scss/module/_search.scss */
  .search-autocomplete:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #e52e16;
    border-top: none;
    left: 50%;
    top: -13px;
    margin-left: -10px;
  }
}
/* line 56, ../scss/module/_search.scss */
.search-autocomplete ul {
  box-shadow: none;
}
/* line 60, ../scss/module/_search.scss */
.search-autocomplete li {
  padding: 2.5px 0;
  cursor: pointer;
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 60, ../scss/module/_search.scss */
  .search-autocomplete li {
    padding: 5px 10px;
  }
}
/* line 69, ../scss/module/_search.scss */
.search-autocomplete li.product {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 69, ../scss/module/_search.scss */
  .search-autocomplete li.product {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 78, ../scss/module/_search.scss */
.search-autocomplete li.product:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  /* line 60, ../scss/module/_search.scss */
  .search-autocomplete li {
    display: block;
  }
}
/* line 87, ../scss/module/_search.scss */
.search-autocomplete li.selected {
  background: #e8e8e8;
}
/* line 91, ../scss/module/_search.scss */
.search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}
/* line 97, ../scss/module/_search.scss */
.search-autocomplete a {
  display: block;
  color: inherit;
}
/* line 101, ../scss/module/_search.scss */
.search-autocomplete a:hover {
  text-decoration: none;
}
/* line 106, ../scss/module/_search.scss */
.search-autocomplete .es-view-all {
  display: none;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
  margin-top: -1px;
}
@media only screen and (min-width: 768px) {
  /* line 106, ../scss/module/_search.scss */
  .search-autocomplete .es-view-all {
    display: block;
  }
}
/* line 118, ../scss/module/_search.scss */
.search-autocomplete .es-view-all a {
  color: #e52e16;
  font-weight: 600;
}
/* line 122, ../scss/module/_search.scss */
.search-autocomplete .es-view-all a:after {
  content: '\20 \BB';
}
/* line 128, ../scss/module/_search.scss */
.search-autocomplete .es-view-all.mobile {
  text-align: left;
  background: #e52e16;
  color: #ffffff;
  padding: 12px 15px;
  display: block;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -6px;
  border: 0;
}
@media only screen and (min-width: 480px) {
  /* line 128, ../scss/module/_search.scss */
  .search-autocomplete .es-view-all.mobile {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 128, ../scss/module/_search.scss */
  .search-autocomplete .es-view-all.mobile {
    display: none;
  }
}
/* line 152, ../scss/module/_search.scss */
.search-autocomplete .es-view-all.mobile a {
  float: right;
  color: #ffffff;
  font-weight: 400;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
/* line 164, ../scss/module/_search.scss */
.advanced-search {
  background: #ffffff;
  border: 1px solid #EDEDED;
  padding: 30px;
}
/* line 170, ../scss/module/_search.scss */
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  /* line 178, ../scss/module/_search.scss */
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Left sidebar on Search page
 * ============================================ */
/* line 188, ../scss/module/_search.scss */
.block-benefits ul.benefits {
  padding-left: 0;
  padding-bottom: 25px;
}

/* ============================================ *
 * Account - Reviews
 * ============================================ */
/* line 32, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 41, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
/* line 47, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .product-details h2 {
  border-bottom: 1px solid #e8e8e8;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
/* line 57, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-table {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 60, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-table th {
  padding-right: 10px;
}
/* line 64, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
  float: left;
  font-size: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}
/* line 73, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-description dt {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
/* line 83, ../../../rwd/default/scss/module/_account-reviews.scss */
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 11px;
}

@media only screen and (min-width: 768px) {
  /* line 96, ../../../rwd/default/scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  /* line 108, ../../../rwd/default/scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 121, ../../../rwd/default/scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
/* line 36, ../scss/module/_cms.scss */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3 {
  border: none;
}
/* line 43, ../scss/module/_cms.scss */
.cms-page-view .std img {
  max-width: 100%;
}
/* line 49, ../scss/module/_cms.scss */
.cms-page-view .col-left:after {
  content: '';
  display: table;
  clear: both;
}

/* line 55, ../scss/module/_cms.scss */
.content-404 {
  padding: 20px 0;
  margin-bottom: 30px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  /* line 55, ../scss/module/_cms.scss */
  .content-404 {
    padding: 40px 0;
  }
}
/* line 64, ../scss/module/_cms.scss */
.content-404 h1 {
  margin-bottom: 15px;
  font-size: 48px;
}
/* line 69, ../scss/module/_cms.scss */
.content-404 h2 {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
}
/* line 73, ../scss/module/_cms.scss */
.content-404 h3 {
  margin: 30px 0 20px;
}
/* line 77, ../scss/module/_cms.scss */
.content-404 form {
  margin-bottom: 50px;
  max-width: 375px;
}
/* line 81, ../scss/module/_cms.scss */
.content-404 form label {
  display: none;
}
/* line 85, ../scss/module/_cms.scss */
.content-404 form input {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  border-right: none !important;
}
/* line 92, ../scss/module/_cms.scss */
.content-404 form .input-box {
  padding: 0 30px 0 0;
}
/* line 95, ../scss/module/_cms.scss */
.content-404 form .input-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 100, ../scss/module/_cms.scss */
.content-404 form .input-text,
.content-404 form .button {
  float: left;
}
/* line 105, ../scss/module/_cms.scss */
.content-404 form .button {
  position: absolute;
}
/* line 108, ../scss/module/_cms.scss */
.content-404 form .button:before {
  content: "S";
}
/* line 114, ../scss/module/_cms.scss */
.content-404 .col1-404 {
  padding-left: 35px;
}
@media only screen and (min-width: 992px) {
  /* line 114, ../scss/module/_cms.scss */
  .content-404 .col1-404 {
    padding: 0 55px;
  }
}
/* line 121, ../scss/module/_cms.scss */
.content-404 .col1-404 img {
  width: 100%;
  height: auto;
  opacity: .35;
}
/* line 128, ../scss/module/_cms.scss */
.content-404 .col2-404 {
  padding: 0 35px;
}
@media only screen and (min-width: 768px) {
  /* line 128, ../scss/module/_cms.scss */
  .content-404 .col2-404 {
    padding: 0 35px 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 128, ../scss/module/_cms.scss */
  .content-404 .col2-404 {
    padding-right: 15px;
  }
}
/* line 140, ../scss/module/_cms.scss */
.content-404 .popular-categories {
  font-size: 14px;
}
/* line 143, ../scss/module/_cms.scss */
.content-404 .popular-categories ul {
  margin: 0;
  list-style: none;
  line-height: 1.5;
}
@media only screen and (min-width: 480px) {
  /* line 143, ../scss/module/_cms.scss */
  .content-404 .popular-categories ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 143, ../scss/module/_cms.scss */
  .content-404 .popular-categories ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
/* line 158, ../scss/module/_cms.scss */
.content-404 .popular-categories li {
  margin: 0;
}

/* line 167, ../scss/module/_cms.scss */
.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
/* line 170, ../scss/module/_cms.scss */
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
/* line 174, ../scss/module/_cms.scss */
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
}

/* line 137, ../scss/mixin/_toggle-content.scss */
#accordion .toggle-tabs {
  display: none;
}
/* line 142, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt {
  margin: 0 0 1em;
  color: #545454;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-rendering: optimizeSpeed;
  text-transform: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  border: 1px solid #e8e8e8;
  position: relative;
  background-color: #ffffff;
  display: block;
}
/* line 112, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt:after {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  top: 50%;
  margin-top: -3px;
  content: "d";
}
/* line 148, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border: 0 solid #e8e8e8;
}
/* line 187, ../scss/module/_cms.scss */
#accordion li {
  position: relative;
  overflow: hidden;
}
/* line 191, ../scss/module/_cms.scss */
#accordion li .plusimage h2 {
  margin-right: 10px;
}

/* line 201, ../scss/module/_cms.scss */
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
/* line 206, ../scss/module/_cms.scss */
.page-sitemap .links a {
  position: relative;
}
/* line 209, ../scss/module/_cms.scss */
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 10px;
}
/* line 214, ../scss/module/_cms.scss */
.page-sitemap .sitemap li {
  margin: 3px 0;
}

/* line 224, ../scss/module/_cms.scss */
#contactForm textarea {
  height: 7em;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
/* line 30, ../scss/module/_pricing_conditions.scss */
.map-info {
  white-space: nowrap;
}

/* line 35, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info {
  white-space: normal;
}
/* line 37, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
/* line 41, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
/* line 31, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
/* line 34, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 39, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
/* line 45, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .notice-text p {
  padding-bottom: 15.5px;
  line-height: 1.3;
}
/* line 51, ../../../rwd/default/scss/module/_cookies.scss */
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 15.5px;
}

@media only screen and (max-width: 991px) {
  /* line 62, ../../../rwd/default/scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 72, ../../../rwd/default/scss/module/_cookies.scss */
  .notice-cookie {
    padding: 0 20px;
  }
  /* line 75, ../../../rwd/default/scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  /* line 86, ../../../rwd/default/scss/module/_cookies.scss */
  .notice-cookie {
    padding: 0 20px;
  }
  /* line 89, ../../../rwd/default/scss/module/_cookies.scss */
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  /* line 92, ../../../rwd/default/scss/module/_cookies.scss */
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 97, ../../../rwd/default/scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  /* line 103, ../../../rwd/default/scss/module/_cookies.scss */
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
/* line 30, ../../../rwd/default/scss/module/_tags.scss */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 34, ../../../rwd/default/scss/module/_tags.scss */
#addTagForm .form-add {
  margin-top: 10px;
}

/* line 37, ../../../rwd/default/scss/module/_tags.scss */
.product-tags {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

/* line 45, ../../../rwd/default/scss/module/_tags.scss */
.product-tags li {
  float: left;
  margin-right: 15px;
}

/* line 49, ../../../rwd/default/scss/module/_tags.scss */
.product-tags li.last {
  margin-right: 0px;
}

/* line 52, ../../../rwd/default/scss/module/_tags.scss */
.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* line 57, ../../../rwd/default/scss/module/_tags.scss */
.tags-list > li {
  float: left;
  margin-right: 10px;
}

/* line 61, ../../../rwd/default/scss/module/_tags.scss */
.block-tags .actions > a {
  font-size: 12px;
}

/* line 65, ../../../rwd/default/scss/module/_tags.scss */
.my-tag-edit .button.btn-remove {
  padding: 0;
}
/* line 68, ../../../rwd/default/scss/module/_tags.scss */
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 767px) {
  /* line 74, ../../../rwd/default/scss/module/_tags.scss */
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
/* line 29, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

/* line 33, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

/* line 41, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

/* line 46, ../../../rwd/default/scss/module/_captcha.scss */
.registered-users .captcha-image {
  margin: 0;
}

/* line 47, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

/* line 53, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

/* line 58, ../../../rwd/default/scss/module/_captcha.scss */
.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

/* line 59, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 64, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-img {
  border: 20px solid #bbb;
}

/* line 65, ../../../rwd/default/scss/module/_captcha.scss */
.captcha-input-container {
  margin-bottom: 10px;
}

/* line 66, ../../../rwd/default/scss/module/_captcha.scss */
.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
/* line 70, ../../../rwd/default/scss/module/_captcha.scss */
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
/* line 78, ../../../rwd/default/scss/module/_captcha.scss */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 34, ../../../rwd/default/scss/module/_account-orders.scss */
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  /* line 40, ../../../rwd/default/scss/module/_account-orders.scss */
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
/* line 32, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th {
  white-space: normal;
}
/* line 35, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  /* line 30, ../../../rwd/default/scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view {
    font-size: 10px;
  }
  /* line 43, ../../../rwd/default/scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  /* line 47, ../../../rwd/default/scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

/* line 55, ../../../rwd/default/scss/module/_recurring-profiles.scss */
.recurring-profiles-title {
  float: left;
}
/* line 58, ../../../rwd/default/scss/module/_recurring-profiles.scss */
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

/* line 63, ../../../rwd/default/scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  /* line 63, ../../../rwd/default/scss/module/_recurring-profiles.scss */
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
/* line 73, ../../../rwd/default/scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

/* line 79, ../../../rwd/default/scss/module/_recurring-profiles.scss */
.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

/* line 84, ../../../rwd/default/scss/module/_recurring-profiles.scss */
#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
/* line 31, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
/* line 34, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 38, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
/* line 43, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
/* line 48, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  /* line 48, ../../../rwd/default/scss/module/_billing-agreements.scss */
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
/* line 59, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 67, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  /* line 67, ../../../rwd/default/scss/module/_billing-agreements.scss */
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

/* line 77, ../../../rwd/default/scss/module/_billing-agreements.scss */
.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 991px) {
  /* line 85, ../../../rwd/default/scss/module/_billing-agreements.scss */
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
/* line 30, ../../../rwd/default/scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

/* line 34, ../../../rwd/default/scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
/* line 37, ../../../rwd/default/scss/module/_widget.scss */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 37, ../../../rwd/default/scss/module/_widget.scss */
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

/* line 49, ../../../rwd/default/scss/module/_widget.scss */
.widget {
  clear: both;
}

/* line 53, ../../../rwd/default/scss/module/_widget.scss */
.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  /* line 64, ../../../rwd/default/scss/module/_widget.scss */
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  /* line 311, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 314, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 317, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  /* line 323, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 326, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  /* line 330, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  /* line 333, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  /* line 311, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 314, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 317, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  /* line 323, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 326, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  /* line 330, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  /* line 333, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 767px) {
  /* line 73, ../../../rwd/default/scss/module/_widget.scss */
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  /* line 311, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 314, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 317, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  /* line 323, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 326, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  /* line 330, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  /* line 333, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  /* line 311, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 314, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 317, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  /* line 323, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 326, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  /* line 330, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  /* line 333, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
/* line 31, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
/* line 35, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 46, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #8c8a8a;
}
/* line 49, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
/* line 54, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
/* line 58, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
/* line 64, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
/* line 68, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
/* line 73, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
/* line 77, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
/* line 80, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
/* line 83, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
/* line 87, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
/* line 93, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
/* line 97, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

/* line 104, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

/* line 113, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
/* line 116, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
/* line 118, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
/* line 122, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
/* line 126, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

/* line 137, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
  font-size: 14px;
}
/* line 146, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
  font-size: 14px;
}
/* line 154, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

/* line 163, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

/* line 169, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

/* line 173, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 991px) {
  /* line 180, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  /* line 185, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 198, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  /* line 202, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  /* line 209, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  /* line 214, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  /* line 218, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  /* line 223, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  /* line 226, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  /* line 231, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* line 239, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 248, ../../../rwd/default/scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* line 1, ../scss/module/peexl/_dailydeal.scss */
.box-deal {
  position: relative;
}
/* line 4, ../scss/module/peexl/_dailydeal.scss */
.box-deal:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../scss/module/peexl/_dailydeal.scss */
  .box-deal > .row > * {
    min-height: 202px;
  }
}
/* line 14, ../scss/module/peexl/_dailydeal.scss */
.box-deal .product-image {
  display: block;
  position: relative;
  left: -15px;
  background: transparent no-repeat center;
  background-size: cover;
}

/* line 23, ../scss/module/peexl/_dailydeal.scss */
.deal-title:before,
.deal-title:after,
.deal-price:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

/* line 33, ../scss/module/peexl/_dailydeal.scss */
.deal-title,
.deal-price {
  color: #ffffff;
}
/* line 37, ../scss/module/peexl/_dailydeal.scss */
.deal-title:before,
.deal-price:before {
  right: 15px;
  left: 15px;
  z-index: 0;
}
/* line 43, ../scss/module/peexl/_dailydeal.scss */
.deal-title > *,
.deal-price > * {
  position: relative;
}

/* line 48, ../scss/module/peexl/_dailydeal.scss */
.deal-title {
  padding: 10px 25px;
}
@media only screen and (min-width: 768px) {
  /* line 48, ../scss/module/peexl/_dailydeal.scss */
  .deal-title {
    padding: 20px 35px 10px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 48, ../scss/module/peexl/_dailydeal.scss */
  .deal-title {
    padding: 30px 60px 10px 65px;
  }
}
/* line 59, ../scss/module/peexl/_dailydeal.scss */
.deal-title:before, .deal-title:after {
  background: #e52e16;
}
/* line 64, ../scss/module/peexl/_dailydeal.scss */
.deal-title:after {
  -moz-transform: skew(3deg);
  -ms-transform: skew(3deg);
  -webkit-transform: skew(3deg);
  transform: skew(3deg);
  right: 9px;
  width: 14px;
  z-index: 5;
}
/* line 72, ../scss/module/peexl/_dailydeal.scss */
.deal-title h2 {
  margin-bottom: .5em;
  font-size: 24px;
  color: inherit;
  line-height: 1.2;
}
/* line 78, ../scss/module/peexl/_dailydeal.scss */
.deal-title h2:after {
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  background: #ffffff;
  margin-top: .5em;
}

/* line 90, ../scss/module/peexl/_dailydeal.scss */
.deal-price .price-box {
  color: inherit;
}
/* line 94, ../scss/module/peexl/_dailydeal.scss */
.deal-price .tax-shipping-info {
  font-size: inherit;
}
/* line 97, ../scss/module/peexl/_dailydeal.scss */
.deal-price .tax-shipping-info > span {
  display: inline;
}

/* line 103, ../scss/module/peexl/_dailydeal.scss */
.dailydeals-countdown {
  display: none;
}
@media only screen and (min-width: 480px) {
  /* line 103, ../scss/module/peexl/_dailydeal.scss */
  .dailydeals-countdown {
    display: block;
    text-align: center;
  }
  /* line 110, ../scss/module/peexl/_dailydeal.scss */
  .dailydeals-countdown > span {
    display: inline-block;
  }
  /* line 113, ../scss/module/peexl/_dailydeal.scss */
  .dailydeals-countdown > span > span {
    display: block;
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 600;
  }
  /* line 120, ../scss/module/peexl/_dailydeal.scss */
  .dailydeals-countdown > span.days {
    float: left;
  }
  /* line 125, ../scss/module/peexl/_dailydeal.scss */
  .dailydeals-countdown > span.hours > span:after {
    content: '\3a';
    position: absolute;
    right: 33.33333%;
  }
  /* line 132, ../scss/module/peexl/_dailydeal.scss */
  .dailydeals-countdown > span.mins {
    float: right;
  }
}

/* line 139, ../scss/module/peexl/_dailydeal.scss */
.deal-product {
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  /* line 139, ../scss/module/peexl/_dailydeal.scss */
  .deal-product {
    padding: 20px 5px;
  }
}

/* line 147, ../scss/module/peexl/_dailydeal.scss */
.deal-price {
  padding: 10px 25px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 147, ../scss/module/peexl/_dailydeal.scss */
  .deal-price {
    padding: 20px 35px;
  }
}
/* line 155, ../scss/module/peexl/_dailydeal.scss */
.deal-price:before {
  background: #2c3e50;
}
/* line 159, ../scss/module/peexl/_dailydeal.scss */
.deal-price a,
.deal-price .price {
  color: inherit;
}
/* line 164, ../scss/module/peexl/_dailydeal.scss */
.deal-price .price-box {
  margin: -.5em 0 0;
  font-size: 16px;
  font-weight: 600;
}
/* line 170, ../scss/module/peexl/_dailydeal.scss */
.deal-price .button {
  width: 100%;
  background: transparent;
}
@media only screen and (min-width: 480px) {
  /* line 170, ../scss/module/peexl/_dailydeal.scss */
  .deal-price .button {
    position: absolute;
    right: 25px;
    bottom: 10px;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  /* line 170, ../scss/module/peexl/_dailydeal.scss */
  .deal-price .button {
    right: 35px;
    bottom: 20px;
  }
}

/* line 2, ../scss/module/phoenix/_availability.scss */
.availability:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "L";
  color: #0069b4;
}
/* line 9, ../scss/module/phoenix/_availability.scss */
.availability.available-green-light:before {
  color: #50c74b;
}
/* line 15, ../scss/module/phoenix/_availability.scss */
.availability.in-stock:before, .availability.available-green-dark:before {
  color: #2d8329;
}
/* line 20, ../scss/module/phoenix/_availability.scss */
.availability.available-yellow:before {
  color: #f2cd38;
}
/* line 24, ../scss/module/phoenix/_availability.scss */
.availability.available-orange:before {
  color: #F3793B;
}
/* line 28, ../scss/module/phoenix/_availability.scss */
.availability.available-red:before {
  color: #e52e16;
}

/* line 33, ../scss/module/phoenix/_availability.scss */
.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

/* line 1, ../scss/module/phoenix/_taxshippingnote.scss */
.tax-shipping-info,
.product-baseprice {
  font-size: 83.33333%;
  line-height: 160%;
}

/* line 8, ../scss/module/phoenix/_taxshippingnote.scss */
.tax-shipping-info a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
/* line 14, ../scss/module/phoenix/_taxshippingnote.scss */
.tax-shipping-info > span {
  display: block;
}

/* line 1, ../scss/module/phoenix/_badges.scss */
.badges {
  overflow: hidden;
}

/* line 5, ../scss/module/phoenix/_badges.scss */
.badge {
  -moz-transform: skew(3deg);
  -ms-transform: skew(3deg);
  -webkit-transform: skew(3deg);
  transform: skew(3deg);
  display: inline-block;
  position: relative;
  left: -2px;
  padding: 10px 10px 10px 12px;
  color: #ffffff;
  background: #009fe3;
  text-decoration: none;
}
/* line 16, ../scss/module/phoenix/_badges.scss */
.badge span {
  -moz-transform: skew(-3deg);
  -ms-transform: skew(-3deg);
  -webkit-transform: skew(-3deg);
  transform: skew(-3deg);
  display: inline-block;
}
/* line 22, ../scss/module/phoenix/_badges.scss */
.badge.badge-free-shipping {
  background: #3aaa35;
}

/* line 28, ../scss/module/phoenix/_badges.scss */
.note-sale,
.note-tier-prices,
.note-free-shipping {
  font-weight: 600;
  white-space: nowrap;
}

/* line 35, ../scss/module/phoenix/_badges.scss */
.note-free-shipping {
  color: #3aaa35;
}

/* line 39, ../scss/module/phoenix/_badges.scss */
.note-sale,
.note-tier-prices {
  color: #009fe3;
}
/* line 43, ../scss/module/phoenix/_badges.scss */
.note-sale:before,
.note-tier-prices:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "A";
  vertical-align: bottom;
}

/* line 27, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress {
  margin: -17px -17px 3px;
  display: table;
  border-collapse: separate;
  border-spacing: 17px;
  font-weight: 600;
  color: #545454;
}
/* line 35, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress ul {
  display: table-row;
}
/* line 39, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li {
  display: table-cell;
  white-space: nowrap;
  opacity: .65;
}
/* line 44, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li a {
  display: block;
  height: 53px;
  text-decoration: none;
  color: inherit;
  cursor: default;
}
/* line 51, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li a:before, .opc-topprogress li a:after {
  position: relative;
  display: inline-block;
  vertical-align: -26px;
}
/* line 58, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li a:before {
  left: -11px;
  content: url('https://www.bausep.de/skin/frontend/bausep/default/images/default-left.png?1431012176');
}
/* line 63, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li a:after {
  right: -15px;
  content: url('https://www.bausep.de/skin/frontend/bausep/default/images/default-right.png?1431011679');
}
/* line 68, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li a:active, .opc-topprogress li a:focus {
  outline: none;
}
/* line 74, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li.active, .opc-topprogress li.saved {
  opacity: 1;
}
/* line 79, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li.active {
  color: #ffffff;
}
/* line 82, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li.active a {
  background: #2c3e50;
}
/* line 85, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li.active a:before {
  content: url('https://www.bausep.de/skin/frontend/bausep/default/images/active-left.png?1431013442');
}
/* line 89, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li.active a:after {
  content: url('https://www.bausep.de/skin/frontend/bausep/default/images/active-right.png?1431013415');
}
/* line 96, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li.saved a {
  cursor: pointer;
}
/* line 102, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li:first-child a {
  padding-left: 22px;
}
/* line 105, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li:first-child a:before {
  display: none;
}
/* line 111, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li:last-child {
  width: 100%;
}
/* line 114, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li:last-child a {
  padding: 0;
}
/* line 117, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li:last-child a:before {
  left: -11px;
}
/* line 121, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress li:last-child a:after {
  display: none;
}
/* line 128, ../scss/module/phoenix/_checkout.scss */
.opc-topprogress span {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 128, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress span {
    display: inline;
  }
}
@media only screen and (min-width: 480px) {
  /* line 27, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 27, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 27, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress {
    font-size: 16px;
  }
  /* line 7, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress li > a {
    padding: 0 5px 0 10px;
  }
  /* line 10, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress li > a:before {
    left: -21px;
  }
  /* line 14, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress li > a:after {
    right: -20px;
  }
  /* line 20, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress li:first-child > a {
    padding-left: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 7, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress li > a {
    padding: 0 20px 0 30px;
  }
  /* line 10, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress li > a:before {
    left: -41px;
  }
  /* line 14, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress li > a:after {
    right: -35px;
  }
  /* line 20, ../scss/module/phoenix/_checkout.scss */
  .opc-topprogress li:first-child > a {
    padding-left: 41px;
  }
}

/* line 1, ../scss/module/phoenix/_trustedshops.scss */
.trustedshops-logo {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites-s0f81eff965.png') no-repeat 0 -196px;
  height: 50px;
  width: 50px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 1, ../scss/module/phoenix/_trustedshops.scss */
  .trustedshops-logo {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites2x-se6a76e79d2.png') no-repeat 0 -196px;
    background-size: 152px 352px;
    height: 50px;
    width: 50px;
  }
}

/* line 9, ../scss/module/phoenix/_trustedshops.scss */
.page-header .trustedshops-logo {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../scss/module/phoenix/_trustedshops.scss */
  .page-header .trustedshops-logo {
    display: inline-block;
    margin: -3px 10px 0 0;
    vertical-align: middle;
  }
}

/* line 22, ../scss/module/phoenix/_trustedshops.scss */
.footer .links-trustedshops .block-title {
  visibility: hidden;
}
/* line 26, ../scss/module/phoenix/_trustedshops.scss */
.footer .links-trustedshops p {
  padding: 0 20px 0 70px;
}
/* line 31, ../scss/module/phoenix/_trustedshops.scss */
.footer .trustedshops-logo {
  background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites-s0f81eff965.png') no-repeat 0 -136px;
  height: 60px;
  width: 60px;
  float: left;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 31, ../scss/module/phoenix/_trustedshops.scss */
  .footer .trustedshops-logo {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites2x-se6a76e79d2.png') no-repeat 0 -136px;
    background-size: 152px 352px;
    height: 60px;
    width: 60px;
  }
}

/* line 41, ../scss/module/phoenix/_trustedshops.scss */
.cart-col-right .block-trustedshops .block-content:after {
  content: '';
  display: table;
  clear: both;
}
/* line 46, ../scss/module/phoenix/_trustedshops.scss */
.cart-col-right .block-trustedshops p {
  padding: 0 20px 0 60px;
}
/* line 51, ../scss/module/phoenix/_trustedshops.scss */
.cart-col-right .trustedshops-logo {
  float: left;
}

/* line 56, ../scss/module/phoenix/_trustedshops.scss */
.trustedshops-buyerprotection {
  margin-top: 40px;
}
/* line 59, ../scss/module/phoenix/_trustedshops.scss */
.trustedshops-buyerprotection .trustedshops-logo {
  background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites-s0f81eff965.png') no-repeat 0 -246px;
  height: 90px;
  width: 90px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 59, ../scss/module/phoenix/_trustedshops.scss */
  .trustedshops-buyerprotection .trustedshops-logo {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites2x-se6a76e79d2.png') no-repeat 0 -246px;
    background-size: 152px 352px;
    height: 90px;
    width: 90px;
  }
}
/* line 63, ../scss/module/phoenix/_trustedshops.scss */
.trustedshops-buyerprotection form {
  margin-top: 20px;
}

/* line 3, ../scss/module/phoenix/_ajaxorderhistory.scss */
.data-table.orders .view a:after {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "d";
  display: inline-block;
  margin-left: .3em;
}
/* line 12, ../scss/module/phoenix/_ajaxorderhistory.scss */
.data-table.orders tr.order-details {
  display: none;
}
/* line 15, ../scss/module/phoenix/_ajaxorderhistory.scss */
.data-table.orders tr.order-details > td {
  font-size: 12px;
}
/* line 21, ../scss/module/phoenix/_ajaxorderhistory.scss */
.data-table.orders tr.active + tr.order-details {
  display: table-row;
}
/* line 25, ../scss/module/phoenix/_ajaxorderhistory.scss */
.data-table.orders tr.active .view a:after {
  content: "u";
}

/* line 32, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details > td {
  padding: 0 0 30px;
}
/* line 36, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details table {
  border: solid #e8e8e8;
  border-width: 0 1px;
  margin-bottom: 5px;
}
/* line 41, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details table th,
tr.order-details table td {
  padding: 10px !important;
}
/* line 47, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details thead,
tr.order-details tfoot {
  background: #e8e8e8;
}
@media only screen and (max-width: 599px) {
  /* line 53, ../scss/module/phoenix/_ajaxorderhistory.scss */
  tr.order-details tbody tr td {
    padding: 0 10px 10px !important;
  }
  /* line 56, ../scss/module/phoenix/_ajaxorderhistory.scss */
  tr.order-details tbody tr td:first-child {
    padding: 10px !important;
  }
}
/* line 63, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details tfoot td {
  padding-top: 0 !important;
}
/* line 69, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details tfoot tr:first-child td {
  padding-top: 10px !important;
}
/* line 74, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details tfoot tr.grand_total {
  font-size: 14px;
}
/* line 77, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details tfoot tr.grand_total strong {
  display: block;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #bfbfbf;
}
/* line 83, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details tfoot tr.grand_total td {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
/* line 88, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details tfoot tr.grand_total td:first-child {
  padding-right: 0 !important;
}
/* line 91, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details tfoot tr.grand_total td:first-child strong {
  display: inline-block;
  padding-right: 10px;
}
/* line 101, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .product-unit {
  display: block;
  margin-top: .5em;
  font-style: italic;
  font-weight: normal;
  color: #757373;
}
/* line 110, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .order-info-box h3 {
  padding-bottom: 7px;
  margin: 20px 0 10px;
  border-bottom: 1px solid #e8e8e8;
  white-space: nowrap;
}
/* line 116, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .order-info-box h3:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  display: inline-block;
  margin-right: .3em;
}
/* line 126, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .order-billing-address h3:before {
  content: "E";
}
/* line 132, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .order-shipping-address h3:before {
  content: "L";
}
/* line 138, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .order-order-details h3:before {
  content: "i";
}
/* line 142, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .order-order-details p {
  margin-bottom: .5em;
}
/* line 146, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .order-order-details span {
  font-style: italic;
}
/* line 152, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .order-payment-method h3:before {
  content: "€";
}
/* line 156, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .order-payment-method table {
  border: none;
  margin: 0;
}
/* line 160, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .order-payment-method table td {
  border: none;
  padding: 0 0 0 10px !important;
}
/* line 164, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .order-payment-method table td:first-child {
  padding-left: 0 !important;
}
/* line 171, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .track-order {
  display: inline-block;
  margin-top: .5em;
  text-decoration: underline;
}
/* line 176, ../scss/module/phoenix/_ajaxorderhistory.scss */
tr.order-details .track-order:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "L";
  display: inline-block;
  margin-right: .5em;
}

/* line 4, ../scss/module/phoenix/_elasticsearch.scss */
.std .autocomplete-products-list {
  list-style: none;
  margin: 0;
}
/* line 8, ../scss/module/phoenix/_elasticsearch.scss */
.std .autocomplete-products-list li {
  margin: 0;
}
/* line 13, ../scss/module/phoenix/_elasticsearch.scss */
.autocomplete-products-list li {
  padding: 2.5px 0;
}
@media only screen and (min-width: 768px) {
  /* line 13, ../scss/module/phoenix/_elasticsearch.scss */
  .autocomplete-products-list li {
    padding: 2.5px 10px;
  }
}
/* line 20, ../scss/module/phoenix/_elasticsearch.scss */
.autocomplete-products-list li.heading, .autocomplete-products-list li.heading.selected {
  background: #e52e16;
  color: #ffffff;
  cursor: default;
}
/* line 27, ../scss/module/phoenix/_elasticsearch.scss */
.autocomplete-products-list li.heading {
  padding: 10px;
}
/* line 32, ../scss/module/phoenix/_elasticsearch.scss */
.autocomplete-products-list .product-image {
  float: left;
  margin-right: 15px;
}
/* line 37, ../scss/module/phoenix/_elasticsearch.scss */
.autocomplete-products-list .product-details {
  margin-left: 65px;
}
/* line 41, ../scss/module/phoenix/_elasticsearch.scss */
.autocomplete-products-list .product-name {
  margin: 0;
  line-height: 1.2;
  font-size: inherit;
}
/* line 47, ../scss/module/phoenix/_elasticsearch.scss */
.autocomplete-products-list .product-sku {
  font-weight: normal;
}

/* line 56, ../scss/module/phoenix/_elasticsearch.scss */
#narrow-by-list .phoenix-elasticsearch .filter-option {
  padding-left: 20px;
  background: transparent url(data:image/gif;base64,R0lGODlhDQANANUAAPb29unp6dXY3Ojo6N3f4dvd3+rr68LExtTU1dTV1vDw8MbHyMrLzPX19enp6uHi4uDh4a+0uu/v7+Tl5bS5vbK3vLi7v83R19vb3Orq6szNzcHDxc3R1ru+wePk5dLV2uvr7Nrc3+Dh4+bn59zd3tTX2+Xm5uLj5Ly/wuHi4+vs7NDT2Obm5tjb3uzs7NDU2fLy8u3t7cvP1a6zufT09I6PjwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAANAA0AAAZewJpwSCTSjsgkTUibOZ8RSmdZa8quspWgsKFaZZxPi3BaeGeXV6mQMg003oogJBq4YrGE10KYZCQwgSReKB4BMTA0DTQPXgeHCjQAkyxeDAgYECMGKiAOXkpKRaNDQQA7) left no-repeat;
}
/* line 62, ../scss/module/phoenix/_elasticsearch.scss */
#narrow-by-list .phoenix-elasticsearch .active .filter-option {
  color: #e52e16;
  background-image: url(data:image/gif;base64,R0lGODlhDQANAOYAAPn5+fX19fj4+EdclEtgl4uZu52nwNXZ3d7h6d/i6ezt7dzf5Epfl0hdldXV1rzD1sbIyvLz9t/i5WV3pdvc3N7g4c/U4qOuyNra2/j5+ufn6MrLzGd4p+rs8NXY3OHi4re/1c3P0c3R1rm/0ExhmERakklflvLz9MnP3brB1XeGq2FzpODi5pCdva+4z7C50evr7ElelldqnWR2pe3u7m5/qsnM0EVakubm5l5xoe3u8YyZutzd3sXJzczQ1unp6vb29svP1a6zufT09I6PjwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAANAA0AAAdygESCg4SEQ4eIQwIAQEOCQ0KRkTYGKgsBj0JBmz46MiUjQJmbIiwuNxMajkSQBxIeJzkDDxSrQz0oFzQpMTMCDrYVNQMWHAQgQDy2IQgNJgQrGUMfthAdBQwkL4w4thsYCTstEQowP7aHAQACAYmF74OBADs=);
}

/* line 72, ../scss/module/phoenix/_elasticsearch.scss */
.recommendations, .recommendations-categories, .recommendations-cms {
  padding-bottom: 10px;
}

/* line 1, ../scss/module/phoenix/_categoryfilters.scss */
.block-categories {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../scss/module/phoenix/_categoryfilters.scss */
  .block-categories {
    display: block;
  }
  /* line 8, ../scss/module/phoenix/_categoryfilters.scss */
  .block-categories.no-sibling-series .block-title {
    border: none;
    margin: 0;
    padding: 0;
  }
  /* line 16, ../scss/module/phoenix/_categoryfilters.scss */
  .block-categories.block-manufacturer img {
    width: 100%;
  }
  /* line 21, ../scss/module/phoenix/_categoryfilters.scss */
  .block-categories ol ol,
  .block-categories ul.level0 ul {
    margin-left: 10px;
  }
  /* line 26, ../scss/module/phoenix/_categoryfilters.scss */
  .block-categories li {
    margin: 10px 0 0;
  }
  /* line 29, ../scss/module/phoenix/_categoryfilters.scss */
  .block-categories li.level0 > a {
    display: none;
  }
  /* line 33, ../scss/module/phoenix/_categoryfilters.scss */
  .block-categories li.active > a {
    color: #e52e16;
    font-weight: 600;
  }
  /* line 39, ../scss/module/phoenix/_categoryfilters.scss */
  .block-categories a {
    color: inherit;
  }
}

/* line 3, ../scss/module/phoenix/_seo.scss */
.js-location {
  cursor: pointer;
}

/* line 7, ../scss/module/phoenix/_seo.scss */
.series-list {
  margin: 20px 0;
}
/* line 10, ../scss/module/phoenix/_seo.scss */
.series-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 14, ../scss/module/phoenix/_seo.scss */
.series-list > li {
  margin-bottom: 20px;
  clear: left;
}
/* line 19, ../scss/module/phoenix/_seo.scss */
.series-list h2 {
  margin-bottom: 0;
}
/* line 23, ../scss/module/phoenix/_seo.scss */
.series-list a {
  color: inherit;
}
/* line 26, ../scss/module/phoenix/_seo.scss */
.series-list a:hover {
  text-decoration: none;
}
/* line 31, ../scss/module/phoenix/_seo.scss */
.series-list .box {
  display: block;
}
/* line 35, ../scss/module/phoenix/_seo.scss */
.series-list .std {
  margin: 1em 0 -.5em;
}
/* line 39, ../scss/module/phoenix/_seo.scss */
.series-list .products-image-list {
  margin: 20px -15px;
}
/* line 42, ../scss/module/phoenix/_seo.scss */
.series-list .products-image-list:before {
  content: '';
  display: block;
  height: 1px;
  background: #e8e8e8;
  margin: 0 5px 10px;
}
/* line 51, ../scss/module/phoenix/_seo.scss */
.series-list .actions {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  /* line 7, ../scss/module/phoenix/_seo.scss */
  .series-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 60, ../scss/module/phoenix/_seo.scss */
  .series-list > li {
    float: left;
    clear: none;
    width: 50%;
    padding: 0 15px;
  }
  /* line 66, ../scss/module/phoenix/_seo.scss */
  .series-list > li:nth-child(2n+3) {
    clear: left;
  }
}

/* line 74, ../scss/module/phoenix/_seo.scss */
.products-image-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 78, ../scss/module/phoenix/_seo.scss */
.products-image-list > li {
  float: left;
  width: 33.33333%;
  padding: 0 5px;
}
/* line 84, ../scss/module/phoenix/_seo.scss */
.products-image-list img {
  width: 100%;
  height: auto;
}

/* line 3, ../scss/module/phoenix/_sitemap.scss */
.sitemap-list .box h2 {
  margin: 30px 0 0;
}
/* line 8, ../scss/module/phoenix/_sitemap.scss */
.sitemap-list .toc {
  display: none;
}
/* line 11, ../scss/module/phoenix/_sitemap.scss */
.sitemap-list .toc li > a {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  /* line 137, ../scss/mixin/_toggle-content.scss */
  .sitemap-list .toggle-tabs {
    display: none;
  }
  /* line 142, ../scss/mixin/_toggle-content.scss */
  .sitemap-list > dl > dt {
    margin: 0 0 1em;
    color: #545454;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    text-rendering: optimizeSpeed;
    text-transform: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border: 1px solid #e8e8e8;
    position: relative;
    background-color: #ffffff;
    display: block;
  }
  /* line 112, ../scss/mixin/_toggle-content.scss */
  .sitemap-list > dl > dt:after {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    top: 50%;
    margin-top: -3px;
    content: "d";
  }
  /* line 148, ../scss/mixin/_toggle-content.scss */
  .sitemap-list > dl > dd {
    padding: 10px;
    margin: 0;
    border: 0 solid #e8e8e8;
  }
  /* line 158, ../scss/mixin/_toggle-content.scss */
  .sitemap-list > dl > dt {
    cursor: pointer;
    border-width: 1px 0 0;
  }
  /* line 162, ../scss/mixin/_toggle-content.scss */
  .sitemap-list > dl > dt:hover {
    color: #e52e16;
  }
  /* line 166, ../scss/mixin/_toggle-content.scss */
  .sitemap-list > dl > dt:after {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    content: "r";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.6em;
    color: #e52e16;
  }
  /* line 178, ../scss/mixin/_toggle-content.scss */
  .sitemap-list > dl > dt.last {
    border-bottom-width: 1px;
  }
  /* line 183, ../scss/mixin/_toggle-content.scss */
  .sitemap-list > dl > dd {
    display: none;
  }
  /* line 191, ../scss/mixin/_toggle-content.scss */
  .sitemap-list.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  /* line 195, ../scss/mixin/_toggle-content.scss */
  .sitemap-list.accordion-open > dl > dt.current:after {
    font-family: "icomoon";
    text-transform: none;
    font-weight: normal;
    text-indent: 0;
    content: "d";
  }
  /* line 202, ../scss/mixin/_toggle-content.scss */
  .sitemap-list.accordion-open > dl > dd.current {
    display: block;
  }
  /* line 21, ../scss/module/phoenix/_sitemap.scss */
  .sitemap-list .box h2 {
    margin: 0;
  }
  /* line 26, ../scss/module/phoenix/_sitemap.scss */
  .sitemap-list h3 {
    margin-bottom: 0;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 33, ../scss/module/phoenix/_sitemap.scss */
  .sitemap-list .toc {
    display: block;
  }
  /* line 36, ../scss/module/phoenix/_sitemap.scss */
  .sitemap-list .toc ul {
    margin: 0;
  }
  /* line 39, ../scss/module/phoenix/_sitemap.scss */
  .sitemap-list .toc ul:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 44, ../scss/module/phoenix/_sitemap.scss */
  .sitemap-list .toc li {
    float: left;
    list-style: none;
    margin: 0 1em 0 0;
  }
  /* line 50, ../scss/module/phoenix/_sitemap.scss */
  .sitemap-list .toc + .box {
    margin-top: 10px;
  }
  /* line 55, ../scss/module/phoenix/_sitemap.scss */
  .sitemap-list .list-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  /* line 59, ../scss/module/phoenix/_sitemap.scss */
  .sitemap-list dt:first-child h2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 65, ../scss/module/phoenix/_sitemap.scss */
  .sitemap-list .list-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

/* line 1, ../scss/module/phoenix/_customshipping.scss */
.product-shipping-rates-table {
  width: auto;
}

/* line 7, ../scss/module/phoenix/_customshipping.scss */
.phoenix-customshipping-product-form .box,
.phoenix-customshipping-product-view .box {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
/* line 14, ../scss/module/phoenix/_customshipping.scss */
.phoenix-customshipping-product-form .absolute-copyright,
.phoenix-customshipping-product-view .absolute-copyright {
  display: none;
}

/* line 20, ../scss/module/phoenix/_customshipping.scss */
.phoenix-customshipping-product-form h2 {
  display: none;
}
/* line 24, ../scss/module/phoenix/_customshipping.scss */
.phoenix-customshipping-product-form label {
  display: block;
  margin-bottom: 1em;
}

/* line 2, ../scss/module/aw/_productquestions.scss */
.aw-pq2-question-list-wrapper a {
  font-weight: 600;
  text-decoration: underline;
}
/* line 8, ../scss/module/aw/_productquestions.scss */
.aw-pq2-question-list-wrapper .box-title h2:before {
  content: "?";
}
/* line 13, ../scss/module/aw/_productquestions.scss */
.aw-pq2-question-list-wrapper .box-toolbar {
  line-height: 30px;
  margin-top: 20px;
  text-align: right;
}

/* line 22, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__helpfulness {
  float: right;
  margin-left: .5em;
}
/* line 26, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__helpfulness a {
  text-decoration: none;
  color: inherit;
}

/* line 32, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__helpfulness-layout-unit,
.aw-pq2-list__helpfulness-value {
  display: inline-block;
}

/* line 38, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__helpfulness-icon:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
}

/* line 44, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__helpfulness-icon_like:before {
  content: "y";
}

/* line 50, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__helpfulness-icon_dislike:before {
  content: "n";
}

/* line 55, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__helpfulness-value {
  padding: 0 .5em;
}

/* line 59, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__helpfulness-icon_like_voted:before {
  color: #3aaa35;
}

/* line 63, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__helpfulness-icon_dislike_voted:before {
  color: #e52e16;
}

/* line 69, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__question-item {
  margin-top: 5px;
}

/* line 73, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__question-author,
.aw-pq2-list__question-date,
.aw-pq2-list__answer-author,
.aw-pq2-list__answer-date {
  display: inline;
  color: #545454;
}

/* line 81, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__question-content,
.aw-pq2-list__answer-content {
  padding-top: 5px;
}

/* line 86, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__question-content {
  padding-bottom: 10px;
}

/* line 91, ../scss/module/aw/_productquestions.scss */
.answers-hidden:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "Z";
  display: inline-block;
  margin-right: .3em;
  text-decoration: none;
  color: #757373;
}

/* line 104, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__answer-list {
  margin: 20px -20px -20px;
  padding: 20px;
  background: #fafafa;
}

/* line 110, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__answer-item {
  margin-top: 20px;
}
/* line 113, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__answer-item:first-child {
  margin-top: 0;
}

/* line 118, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__answer-wrapper {
  position: relative;
  padding-left: 25px;
}
/* line 122, ../scss/module/aw/_productquestions.scss */
.aw-pq2-list__answer-wrapper:before {
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  text-indent: 0;
  content: "Z";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 16px;
}

/* line 136, ../scss/module/aw/_productquestions.scss */
#aw-pq2-question-form p {
  margin-bottom: 1.5em;
}
/* line 140, ../scss/module/aw/_productquestions.scss */
#aw-pq2-question-form textarea {
  height: 12em;
}

/* line 2, ../scss/module/aw/_pmatch.scss */
body.pmatch-request-index .data-table.orders {
  margin-bottom: 0;
}
/* line 6, ../scss/module/aw/_pmatch.scss */
body.pmatch-request-index .data-table.orders .order-details td {
  padding: 10px;
  background: #e8e8e8;
}
/* line 12, ../scss/module/aw/_pmatch.scss */
body.pmatch-request-index .data-table.orders .price,
body.pmatch-request-index .data-table.orders .discount {
  display: none;
}
@media only screen and (min-width: 1200px) {
  /* line 18, ../scss/module/aw/_pmatch.scss */
  body.pmatch-request-index .data-table.orders .discount {
    display: table-cell;
  }
}
@media only screen and (min-width: 992px) {
  /* line 24, ../scss/module/aw/_pmatch.scss */
  body.pmatch-request-index .data-table.orders .price {
    display: table-cell;
  }
}

@media only screen and (min-width: 600px) {
  /* line 32, ../scss/module/aw/_pmatch.scss */
  .pmatch-form {
    min-width: 499px;
  }
}
/* line 37, ../scss/module/aw/_pmatch.scss */
.pmatch-form textarea {
  min-height: 5em;
}
/* line 41, ../scss/module/aw/_pmatch.scss */
.pmatch-form p.required {
  margin-top: 2em;
}

/* line 2, ../scss/module/aw/_related.scss */
.box-othersbought .products-list h3 {
  margin-bottom: 0;
}
/* line 5, ../scss/module/aw/_related.scss */
.box-othersbought .products-list h3 a {
  color: inherit;
}
@media only screen and (max-width: 991px) {
  /* line 11, ../scss/module/aw/_related.scss */
  .box-othersbought .products-list .product-name {
    min-height: 0 !important;
  }
  /* line 15, ../scss/module/aw/_related.scss */
  .box-othersbought .products-list > li {
    min-height: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 21, ../scss/module/aw/_related.scss */
  .box-othersbought .products-list:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 25, ../scss/module/aw/_related.scss */
  .box-othersbought .products-list > li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
  }
  /* line 30, ../scss/module/aw/_related.scss */
  .box-othersbought .products-list > li:nth-child(odd) {
    clear: left;
  }
  /* line 34, ../scss/module/aw/_related.scss */
  .box-othersbought .products-list > li:nth-child(even) {
    margin-right: 0;
  }
  /* line 40, ../scss/module/aw/_related.scss */
  .box-othersbought .products-list .product-name:after {
    content: '';
    display: table;
    clear: both;
  }
}

/* line 2, ../scss/module/heidelpaycd/_edition.scss */
body.hcd-index-index .col-main {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 9, ../scss/module/heidelpaycd/_edition.scss */
#verification {
  width: 100px;
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
/* line 30, ../../../rwd/default/scss/override/_plugin.scss */
div.calendar table {
  border-collapse: separate;
}
/* line 33, ../../../rwd/default/scss/override/_plugin.scss */
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/* line 1, ../scss/content/_home.scss */
#home-slider {
  position: relative;
  z-index: 1;
}
/* line 5, ../scss/content/_home.scss */
#home-slider:after {
  content: '';
  display: table;
  clear: both;
}
/* line 9, ../scss/content/_home.scss */
#home-slider img {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../scss/content/_home.scss */
  #home-slider img {
    display: block;
    width: 100%;
  }
}

/* line 19, ../scss/content/_home.scss */
.slider-badge {
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../scss/content/_home.scss */
  .slider-badge {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 19, ../scss/content/_home.scss */
  .slider-badge {
    width: 32.5%;
  }
}
/* line 35, ../scss/content/_home.scss */
.slider-badge > div {
  -moz-transform: skew(-3deg);
  -ms-transform: skew(-3deg);
  -webkit-transform: skew(-3deg);
  transform: skew(-3deg);
  display: inline-block;
  position: relative;
  right: -2%;
  padding: 0 10% 2em 12%;
  background: #2c3e50;
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  /* line 35, ../scss/content/_home.scss */
  .slider-badge > div {
    position: absolute;
    top: 0;
    right: -3.5%;
    bottom: 0;
    left: 3.5%;
  }
}
@media only screen and (min-width: 1350px) {
  /* line 35, ../scss/content/_home.scss */
  .slider-badge > div {
    font-size: 24px;
  }
}
/* line 59, ../scss/content/_home.scss */
.slider-badge p {
  -moz-transform: skew(3deg);
  -ms-transform: skew(3deg);
  -webkit-transform: skew(3deg);
  transform: skew(3deg);
}
/* line 63, ../scss/content/_home.scss */
.slider-badge span {
  display: block;
  margin-top: 1em;
  font-size: 200%;
  font-weight: 600;
  line-height: 125%;
}
/* line 71, ../scss/content/_home.scss */
.slider-badge .trustedshops-logo {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 71, ../scss/content/_home.scss */
  .slider-badge .trustedshops-logo {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites-s0f81eff965.png') no-repeat 0 -136px;
    height: 60px;
    width: 60px;
    display: inline;
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 4 / 2), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
  /* line 71, ../scss/content/_home.scss */
  .slider-badge .trustedshops-logo {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites2x-se6a76e79d2.png') no-repeat 0 -136px;
    background-size: 152px 352px;
    height: 60px;
    width: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 71, ../scss/content/_home.scss */
  .slider-badge .trustedshops-logo {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites-s0f81eff965.png') no-repeat 0 -246px;
    height: 90px;
    width: 90px;
  }
}
@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (-o-min-device-pixel-ratio: 4 / 2), only screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-resolution: 192dpi), only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  /* line 71, ../scss/content/_home.scss */
  .slider-badge .trustedshops-logo {
    background: transparent url('https://www.bausep.de/skin/frontend/bausep/default/images/sprites2x-se6a76e79d2.png') no-repeat 0 -246px;
    background-size: 152px 352px;
    height: 90px;
    width: 90px;
  }
}

/* line 90, ../scss/content/_home.scss */
.free-shipping-promo > div {
  position: relative;
  overflow: hidden;
  background: #e4e4e4 no-repeat bottom right;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  /* line 90, ../scss/content/_home.scss */
  .free-shipping-promo > div {
    background: none !important;
  }
}
@media only screen and (min-width: 479px) {
  /* line 90, ../scss/content/_home.scss */
  .free-shipping-promo > div {
    font-size: 14px;
  }
}
/* line 104, ../scss/content/_home.scss */
.free-shipping-promo > div:after {
  content: '';
  display: table;
  clear: both;
}
/* line 109, ../scss/content/_home.scss */
.free-shipping-promo .promo-badge {
  -moz-transform: skew(3deg);
  -ms-transform: skew(3deg);
  -webkit-transform: skew(3deg);
  transform: skew(3deg);
  float: left;
  position: relative;
  left: -3%;
  padding: 45px 14.58333%;
  background: #2c3e50;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  /* line 109, ../scss/content/_home.scss */
  .free-shipping-promo .promo-badge {
    max-width: 70%;
    padding-right: 7.5%;
    padding-left: 7.5%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 109, ../scss/content/_home.scss */
  .free-shipping-promo .promo-badge {
    max-width: 50%;
  }
}
/* line 129, ../scss/content/_home.scss */
.free-shipping-promo .promo-badge > div {
  -moz-transform: skew(-3deg);
  -ms-transform: skew(-3deg);
  -webkit-transform: skew(-3deg);
  transform: skew(-3deg);
}
/* line 133, ../scss/content/_home.scss */
.free-shipping-promo .promo-badge h2 {
  color: inherit;
}
@media only screen and (max-width: 479px) {
  /* line 133, ../scss/content/_home.scss */
  .free-shipping-promo .promo-badge h2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 133, ../scss/content/_home.scss */
  .free-shipping-promo .promo-badge h2 {
    margin-bottom: 2.6em;
  }
}
/* line 144, ../scss/content/_home.scss */
.free-shipping-promo .promo-badge h2 span {
  display: block;
  margin-bottom: .25em;
  font-size: 175%;
}
/* line 151, ../scss/content/_home.scss */
.free-shipping-promo .promo-badge p:last-child {
  margin-bottom: 0;
}
/* line 156, ../scss/content/_home.scss */
.free-shipping-promo .ad-ribbon {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 161, ../scss/content/_home.scss */
.free-shipping-promo .ad-ribbon > span {
  display: block;
  padding: 7px 0;
  width: 140px;
  background: #3aaa35;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (min-width: 480px) {
  /* line 156, ../scss/content/_home.scss */
  .free-shipping-promo .ad-ribbon {
    width: 95px;
    height: 98px;
  }
  /* line 176, ../scss/content/_home.scss */
  .free-shipping-promo .ad-ribbon > span {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    left: -35px;
    top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 156, ../scss/content/_home.scss */
  .free-shipping-promo .ad-ribbon {
    left: auto;
    right: 0;
  }
  /* line 189, ../scss/content/_home.scss */
  .free-shipping-promo .ad-ribbon > span {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -10px;
  }
}

/* line 200, ../scss/content/_home.scss */
.cms-index-index .col-main .box,
.cms-index-index .col-main .box-no-padding,
.cms-index-index .col-main .box-with-img {
  margin-bottom: 30px;
}
/* line 208, ../scss/content/_home.scss */
.cms-index-index .col-main .box .h1:after {
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  background: #545454;
  margin-top: 6px;
}
/* line 221, ../scss/content/_home.scss */
.cms-index-index .col-main .box p:last-child,
.cms-index-index .col-main .box-with-img p:last-child {
  margin-bottom: 0;
}
/* line 226, ../scss/content/_home.scss */
.cms-index-index .col-main .free-shipping-promo,
.cms-index-index .col-main .std > .row {
  margin-bottom: 35px;
}
/* line 231, ../scss/content/_home.scss */
.cms-index-index .col-main .seo-text {
  margin-top: -35px;
  margin-bottom: 0;
}
/* line 236, ../scss/content/_home.scss */
.cms-index-index .col-main .box-deal {
  margin-bottom: 65px;
}
/* line 240, ../scss/content/_home.scss */
.cms-index-index .col-main .products-list {
  margin: -25px 0 0;
}
/* line 246, ../scss/content/_home.scss */
.cms-index-index .box-pricecheck a {
  font-weight: 600;
}
/* line 251, ../scss/content/_home.scss */
.cms-index-index .box-benefits {
  color: #545454;
  font-size: 14px;
}
/* line 255, ../scss/content/_home.scss */
.cms-index-index .box-benefits span {
  margin: 0 .3em 1em 0;
}
/* line 258, ../scss/content/_home.scss */
.cms-index-index .box-benefits span.pm-prepayment {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  /* line 265, ../scss/content/_home.scss */
  .cms-index-index .box-benefits .row {
    margin-left: -35px;
    margin-right: -35px;
  }
}

/* line 274, ../scss/content/_home.scss */
.box-othersbought .products-list,
.cms-index-index .products-list {
  margin: 0;
}
/* line 277, ../scss/content/_home.scss */
.box-othersbought .products-list > li,
.cms-index-index .products-list > li {
  margin-bottom: 5px;
}
/* line 280, ../scss/content/_home.scss */
.box-othersbought .products-list > li .product-sku,
.box-othersbought .products-list > li .ratings,
.cms-index-index .products-list > li .product-sku,
.cms-index-index .products-list > li .ratings {
  margin: 5px 0;
}
/* line 285, ../scss/content/_home.scss */
.box-othersbought .products-list > li .desc,
.cms-index-index .products-list > li .desc {
  margin-top: 5px;
}
@media only screen and (min-width: 600px) {
  /* line 292, ../scss/content/_home.scss */
  .box-othersbought .products-list > li:before,
  .cms-index-index .products-list > li:before {
    right: 33.33333%;
  }
  /* line 297, ../scss/content/_home.scss */
  .box-othersbought .products-list h2,
  .box-othersbought .products-list h3,
  .cms-index-index .products-list h2,
  .cms-index-index .products-list h3 {
    font-size: 16px;
  }
  /* line 302, ../scss/content/_home.scss */
  .box-othersbought .products-list .product-image,
  .cms-index-index .products-list .product-image {
    width: 25%;
  }
  /* line 306, ../scss/content/_home.scss */
  .box-othersbought .products-list .product-primary,
  .cms-index-index .products-list .product-primary {
    width: 41.66667%;
    margin-left: 25%;
  }
  /* line 311, ../scss/content/_home.scss */
  .box-othersbought .products-list .product-secondary,
  .cms-index-index .products-list .product-secondary {
    width: 33.33333%;
  }
}

/* line 318, ../scss/content/_home.scss */
.box-no-padding iframe {
  display: block;
  width: 100%;
}

/* line 323, ../scss/content/_home.scss */
.box-with-img {
  position: relative;
}
/* line 326, ../scss/content/_home.scss */
.box-with-img .box-img,
.box-with-img .box-content {
  width: 50%;
}
/* line 331, ../scss/content/_home.scss */
.box-with-img .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-right: 15px;
  background: transparent no-repeat center;
  background-size: cover;
}
/* line 341, ../scss/content/_home.scss */
.box-with-img .box-content {
  position: relative;
  padding: 20px;
  margin-left: 50%;
}

