#ampromo-items-add {
  border: 1px solid #ededed;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://shop.11freunde.de/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://shop.11freunde.de/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 950px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {
  width: 780px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  width: 250px;
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

.calendar {
  z-index:10001;
}

div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width: 170px;
}

.amshopby-logo {
    padding: 0 10px 10px 0;
    float: left;
}

.amshopby-featured {
    padding: 5px;
}

.amshopby-link {
    padding: 5px 0 0 5px;
}

.amshopby-clearer {
    display: block;
    clear: both;
    overflow: hidden;
}

div.block-layered-nav dd a {
    padding: 0 5px 0 0;
    display: block;
    float: left;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-attr:hover {
    padding-left: 15px;
    background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-cb1.gif) 0 3px no-repeat;
}

.block-layered-nav .amshopby-attr::before,
.block-layered-nav .amshopby-attr-selected::before {
    border-style: none;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected:hover {
    font-weight: bold;
    padding-left: 15px;
    background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-cb2.gif) 0 3px no-repeat;
}

.block-layered-nav .amshopby-attr-inactive {
    pointer-events: none;
    color: #999
}

.block-layered-nav dd a img {
    float: left;
}

.block-layered-nav .single-choice a.amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr:hover {
    background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-rb1.gif) 0 4px no-repeat;
}

.block-layered-nav .single-choice a.amshopby-attr-selected,
.block-layered-nav .single-choice a.amshopby-attr-selected:hover {
  background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-rb2.gif) 0 4px no-repeat;
}

.amshopby-swatch {
    background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-cb1.gif) 0 3px no-repeat;
}

.block-layered-nav .amshopby-cat-level-2 {
    padding-left: 0;
}

.block-layered-nav .amshopby-cat-level-2.static-2-level {
    padding-left: 30px;
}

.block-layered-nav .amshopby-cat-level-3 {
    padding-left: 20px;
}

.block-layered-nav .amshopby-cat-selected {
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: text;
}

.block-layered-nav .amshopby-cat-multi a {
    padding-left: 15px;
    background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-cb1.gif) 0 3px no-repeat;
}

.block-layered-nav .amshopby-cat-multiselected a,
.block-layered-nav .amshopby-cat-multiselected a:hover {
    font-weight: bold;
    background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-cb2.gif) 0 3px no-repeat;
}

.block-layered-nav span.amshopby-plusminus {
    float: left;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-plus.gif) no-repeat;
}

.block-layered-nav span.minus {
    background: transparent url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-minus.gif) no-repeat;
}

.block-layered-nav li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.main .block-layered-nav.amshopby-collapse-enabled dt {
    cursor: pointer;
    padding-left: 15px;
    background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-expanded.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled dt::after {
    border-style: none;
}

.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-collapsed.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display {
    display: block;
}

.block-layered-nav .amshopby-slider {
    position: relative;
    margin: 10px 4px 5px;
    z-index: 9;
    height: 18px;
    background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    cursor: pointer;
}

.block-layered-nav .amshopby-slider .handle {
    margin-left: -4px;
    width: 8px;
    top: 3px;
    height: 14px;
    background: transparent url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-hadle.png) no-repeat;
    position: absolute;
    cursor: move;
    z-index: 2;
}

/*
 * Slider labels
 */
.amshopby-slider-price {
    color: #0e0e0e;
}

.amshopby-slider-price-from {
    float: left;
}

.amshopby-slider-price-to {
    float: right;
}

.amshopby-slider-handle-right,
.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
}

.amshopby-slider-handle-left {
    left: 0;
}
.amshopby-slider-handle-right {
    right: 0;
}
.amshopby-tooltip {
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #0a8661;
    color: #0aa67f;
    text-align: left;
    width: 200px;
    position: absolute;
    z-index: 1000;
}

.amshopby-slider-price-range {
    text-align: center;
    font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor: help;
    display: inline;
}

.block-layered-nav,
.amshopby-page-container,
.amshopby-filters-top {
    position: relative;
}

.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}

.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 200px;
    background: url('https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
/*
 * Advanced Categories
 */
.amshopby-advanced li {
    clear: both;
}

.amshopby-advanced .level1 {
    padding-left: 20px;
}

.amshopby-advanced .level2 {
    padding-left: 30px;
}

.amshopby-advanced .level3 {
    padding-left: 40px;
}

.amshopby-advanced .level4 {
    padding-left: 50px;
}

.amshopby-advanced li.active > a {
    font-weight: bold;
}

.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}
/*
 * Slider Bar
 */
.amshopby-slider-bar {
    position: absolute;
    background: #999;
    height: 6px;
    top: 6px;
    z-index: 1;
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
    overflow: auto;
}

.btn-remove,
.btn-remove-inline {
    background: url('https://shop.11freunde.de/skin/frontend/11freunde/default/images/am_btn_remove.gif') no-repeat;
    width: 13px;
    height: 13px;
    margin-right: -4px !important;
    overflow: hidden;
    text-indent: 13px;
    position: static !important;
}
.amshopby-filters-left.block-layered-nav .btn-remove{
  margin-top: 4px !important;
}
.amshopby-hightlighted {
    background: yellow;
}
.currently .multiselect-child{
  white-space: nowrap;
}
.btn-remove-inline img {
    display: inline;
}

.block-layered-nav .amshopby-slider .handle.active {
    z-index: 3;
}

.amshopby-slider-ui {
    background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    margin: 10px .4em;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #0aa67f;
    border: 1px solid #0a8661;
    box-sizing: border-box;
    outline: none;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #444;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    cursor: pointer;
    position: relative;
    text-align: left;
    z-index:0;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.amshopby-narrow-by-list td {
    vertical-align: top;
}

input[name^="amshopby"][id$="from"].input-text,
input[name^="amshopby"][id$="to"].input-text {
    width: auto;
}

.amshopby-item-top {
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol {
    max-width: 250px;
}

.amshopby-item-top .amshopby-column {
    width: auto;
}

.no-display-current,
.no-display {
    display: none;
}

.current .no-display-current,
.current td.no-display {
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content dt {
        background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-collapsed.gif) center left no-repeat;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current {
        background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/amshopby-expanded.gif) center left no-repeat;
    }
}

.block-layered-nav ol:not(.single-choice) select option[selected] {
    color: white;
    background-color: rgba(171, 171, 171, 1);
}

.amshopby-apply-button {
    width: 180px;
    height: 40px;
    margin-top: 1em;
}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.amshopby-subcategories-wrapper {
    position: relative;
    box-sizing: unset;
    flex-wrap: wrap;
}
.amshopby-subcategories-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.amshopby-subcategory {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.amshopby-subcategory .am-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}
.amshopby-subcategory .am-img {
    max-width: 100%;
    display: block;
    float: left;
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 20px 0;
}
.amshopby-subcategories-img {
    display: inline;
    vertical-align: middle;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}
.amshopby-cat-level-1.without-icon {
    padding-left: 15px;
}
/*
GENERAL
--------------------------------------------------------- */
#clerk-power-popup {
    position: fixed;
    top: 10%;
    z-index: 16777271;
    width: 90%;
    padding: 20px;
    margin: 0 5%;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 8px 40px 0px rgba(0,0,60,0.15);
}

#clerk-power-popup .clerk-top-wrapper {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #EEE;
    margin-top: 10px;
}

#clerk-power-popup .clerk-top-wrapper .table {
    width: 95% !important;
    margin: 0 auto !important;
}

#clerk-power-popup .clerk-clearer {
    clear: both;
}


/*
ADD SUCCESS
--------------------------------------------------------- */

.alert-success {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    color: #3c763d;
    background-color: #dff0d8;
}

.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.col4 {
    width: 32%;
    display: inline-block;
}

.col6 {
    width: 50%;
    display: inline-block;
}

.col8 {
    width: 66%;
    display: inline-block;
}

.col12 {
    width: 100%;
    display: inline-block;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.padding10-top {
    padding: 10px 0 0 0;
}
/*
CART OVERVIEW
--------------------------------------------------------- */

.clerk-text {
    text-align: left;
}

.clerk-price {
    text-align: right;
}

.clerk-total .clerk-text {
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

.clerk-total .clerk-price {
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

#clerk-power-popup .clerk-top-wrapper .clerk-to-cart {
    width: 100%;
    margin: 0 auto;
}

#clerk-power-popup .clerk-top-wrapper .clerk-to-cart span, #clerk-power-popup .clerk-top-wrapper .clerk-to-cart span span {
    font-size: 16px;
}

#clerk-power-popup .clerk-top-wrapper .clerk-continue-shopping, #clerk-power-popup .clerk-top-wrapper .clerk-to-checkout {
    margin: 0 auto;
    font-size: 13px;
}

#clerk-power-popup .clerk-top-wrapper .clerk-continue-shopping span, #clerk-power-popup .clerk-top-wrapper .clerk-to-checkout span {
    padding: 0px;
}

/*
RESULTS
--------------------------------------------------------- */

#clerk-power-popup .clerk-results {
    clear: both;
    text-align: center;
}

@media (max-width: 767px) {
    .col6 {
        width: 100% !important;
    }
}

#clerk-power-popup .products-grid .actions {
    position: static;
}

#clerk-power-popup .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
}

.checkout-cart-clerk .col4,
.checkout-cart-clerk .col6,
.checkout-cart-clerk .col8,
.checkout-cart-clerk .col12 {
    box-sizing: border-box;
}
/*!
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}
@font-face {
  font-family: 'Glyphicons';
  src: url('https://shop.11freunde.de/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.eot');
  src: url('https://shop.11freunde.de/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('https://shop.11freunde.de/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.woff') format('woff'), url('https://shop.11freunde.de/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.ttf') format('truetype'), url('https://shop.11freunde.de/skin/frontend/base/default/magpleasure/vendor/glyphicons/fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
i.glyphicons {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #1d1d1b;
  width: 16px;
  height: 16px;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
}
i.glyphicons:before {
  color: #1D1D1B;
  font: 16px 'Glyphicons';
  left: 0;
  position: absolute;
  top: 0;
}
i.glyphicons.glass:before {
  content: "\e001";
}
i.glyphicons.leaf:before {
  content: "\e002";
}
i.glyphicons.dog:before {
  content: "\e003";
}
i.glyphicons.user:before {
  content: "\e004";
}
i.glyphicons.girl:before {
  content: "\e005";
}
i.glyphicons.car:before {
  content: "\e006";
}
i.glyphicons.user_add:before {
  content: "\e007";
}
i.glyphicons.user_remove:before {
  content: "\e008";
}
i.glyphicons.film:before {
  content: "\e009";
}
i.glyphicons.magic:before {
  content: "\e010";
}
i.glyphicons.envelope:before {
  content: "\2709";
}
i.glyphicons.camera:before {
  content: "\e012";
}
i.glyphicons.heart:before {
  content: "\e013";
}
i.glyphicons.beach_umbrella:before {
  content: "\e014";
}
i.glyphicons.train:before {
  content: "\e015";
}
i.glyphicons.print:before {
  content: "\e016";
}
i.glyphicons.bin:before {
  content: "\e017";
}
i.glyphicons.music:before {
  content: "\e018";
}
i.glyphicons.note:before {
  content: "\e019";
}
i.glyphicons.heart_empty:before {
  content: "\e020";
}
i.glyphicons.home:before {
  content: "\e021";
}
i.glyphicons.snowflake:before {
  content: "\2744";
}
i.glyphicons.fire:before {
  content: "\e023";
}
i.glyphicons.magnet:before {
  content: "\e024";
}
i.glyphicons.parents:before {
  content: "\e025";
}
i.glyphicons.binoculars:before {
  content: "\e026";
}
i.glyphicons.road:before {
  content: "\e027";
}
i.glyphicons.search:before {
  content: "\e028";
}
i.glyphicons.cars:before {
  content: "\e029";
}
i.glyphicons.notes_2:before {
  content: "\e030";
}
i.glyphicons.pencil:before {
  content: "\270F";
}
i.glyphicons.bus:before {
  content: "\e032";
}
i.glyphicons.wifi_alt:before {
  content: "\e033";
}
i.glyphicons.luggage:before {
  content: "\e034";
}
i.glyphicons.old_man:before {
  content: "\e035";
}
i.glyphicons.woman:before {
  content: "\e036";
}
i.glyphicons.file:before {
  content: "\e037";
}
i.glyphicons.coins:before {
  content: "\e038";
}
i.glyphicons.airplane:before {
  content: "\2708";
}
i.glyphicons.notes:before {
  content: "\e040";
}
i.glyphicons.stats:before {
  content: "\e041";
}
i.glyphicons.charts:before {
  content: "\e042";
}
i.glyphicons.pie_chart:before {
  content: "\e043";
}
i.glyphicons.group:before {
  content: "\e044";
}
i.glyphicons.keys:before {
  content: "\e045";
}
i.glyphicons.calendar:before {
  content: "\e046";
}
i.glyphicons.router:before {
  content: "\e047";
}
i.glyphicons.camera_small:before {
  content: "\e048";
}
i.glyphicons.dislikes:before {
  content: "\e049";
}
i.glyphicons.star:before {
  content: "\e050";
}
i.glyphicons.link:before {
  content: "\e051";
}
i.glyphicons.eye_open:before {
  content: "\e052";
}
i.glyphicons.eye_close:before {
  content: "\e053";
}
i.glyphicons.alarm:before {
  content: "\e054";
}
i.glyphicons.clock:before {
  content: "\e055";
}
i.glyphicons.stopwatch:before {
  content: "\e056";
}
i.glyphicons.projector:before {
  content: "\e057";
}
i.glyphicons.history:before {
  content: "\e058";
}
i.glyphicons.truck:before {
  content: "\e059";
}
i.glyphicons.cargo:before {
  content: "\e060";
}
i.glyphicons.compass:before {
  content: "\e061";
}
i.glyphicons.keynote:before {
  content: "\e062";
}
i.glyphicons.paperclip:before {
  content: "\e063";
}
i.glyphicons.power:before {
  content: "\e064";
}
i.glyphicons.lightbulb:before {
  content: "\e065";
}
i.glyphicons.tag:before {
  content: "\e066";
}
i.glyphicons.tags:before {
  content: "\e067";
}
i.glyphicons.cleaning:before {
  content: "\e068";
}
i.glyphicons.ruller:before {
  content: "\e069";
}
i.glyphicons.gift:before {
  content: "\e070";
}
i.glyphicons.umbrella:before {
  content: "\2602";
}
i.glyphicons.book:before {
  content: "\e072";
}
i.glyphicons.bookmark:before {
  content: "\e073";
}
i.glyphicons.wifi:before {
  content: "\e074";
}
i.glyphicons.cup:before {
  content: "\e075";
}
i.glyphicons.stroller:before {
  content: "\e076";
}
i.glyphicons.headphones:before {
  content: "\e077";
}
i.glyphicons.headset:before {
  content: "\e078";
}
i.glyphicons.warning_sign:before {
  content: "\e079";
}
i.glyphicons.signal:before {
  content: "\e080";
}
i.glyphicons.retweet:before {
  content: "\e081";
}
i.glyphicons.refresh:before {
  content: "\e082";
}
i.glyphicons.roundabout:before {
  content: "\e083";
}
i.glyphicons.random:before {
  content: "\e084";
}
i.glyphicons.heat:before {
  content: "\e085";
}
i.glyphicons.repeat:before {
  content: "\e086";
}
i.glyphicons.display:before {
  content: "\e087";
}
i.glyphicons.log_book:before {
  content: "\e088";
}
i.glyphicons.adress_book:before {
  content: "\e089";
}
i.glyphicons.building:before {
  content: "\e090";
}
i.glyphicons.eyedropper:before {
  content: "\e091";
}
i.glyphicons.adjust:before {
  content: "\e092";
}
i.glyphicons.tint:before {
  content: "\e093";
}
i.glyphicons.crop:before {
  content: "\e094";
}
i.glyphicons.vector_path_square:before {
  content: "\e095";
}
i.glyphicons.vector_path_circle:before {
  content: "\e096";
}
i.glyphicons.vector_path_polygon:before {
  content: "\e097";
}
i.glyphicons.vector_path_line:before {
  content: "\e098";
}
i.glyphicons.vector_path_curve:before {
  content: "\e099";
}
i.glyphicons.vector_path_all:before {
  content: "\e100";
}
i.glyphicons.font:before {
  content: "\e101";
}
i.glyphicons.italic:before {
  content: "\e102";
}
i.glyphicons.bold:before {
  content: "\e103";
}
i.glyphicons.text_underline:before {
  content: "\e104";
}
i.glyphicons.text_strike:before {
  content: "\e105";
}
i.glyphicons.text_height:before {
  content: "\e106";
}
i.glyphicons.text_width:before {
  content: "\e107";
}
i.glyphicons.text_resize:before {
  content: "\e108";
}
i.glyphicons.left_indent:before {
  content: "\e109";
}
i.glyphicons.right_indent:before {
  content: "\e110";
}
i.glyphicons.align_left:before {
  content: "\e111";
}
i.glyphicons.align_center:before {
  content: "\e112";
}
i.glyphicons.align_right:before {
  content: "\e113";
}
i.glyphicons.justify:before {
  content: "\e114";
}
i.glyphicons.list:before {
  content: "\e115";
}
i.glyphicons.text_smaller:before {
  content: "\e116";
}
i.glyphicons.text_bigger:before {
  content: "\e117";
}
i.glyphicons.embed:before {
  content: "\e118";
}
i.glyphicons.embed_close:before {
  content: "\e119";
}
i.glyphicons.table:before {
  content: "\e120";
}
i.glyphicons.message_full:before {
  content: "\e121";
}
i.glyphicons.message_empty:before {
  content: "\e122";
}
i.glyphicons.message_in:before {
  content: "\e123";
}
i.glyphicons.message_out:before {
  content: "\e124";
}
i.glyphicons.message_plus:before {
  content: "\e125";
}
i.glyphicons.message_minus:before {
  content: "\e126";
}
i.glyphicons.message_ban:before {
  content: "\e127";
}
i.glyphicons.message_flag:before {
  content: "\e128";
}
i.glyphicons.message_lock:before {
  content: "\e129";
}
i.glyphicons.message_new:before {
  content: "\e130";
}
i.glyphicons.inbox:before {
  content: "\e131";
}
i.glyphicons.inbox_plus:before {
  content: "\e132";
}
i.glyphicons.inbox_minus:before {
  content: "\e133";
}
i.glyphicons.inbox_lock:before {
  content: "\e134";
}
i.glyphicons.inbox_in:before {
  content: "\e135";
}
i.glyphicons.inbox_out:before {
  content: "\e136";
}
i.glyphicons.cogwheel:before {
  content: "\e137";
}
i.glyphicons.cogwheels:before {
  content: "\e138";
}
i.glyphicons.picture:before {
  content: "\e139";
}
i.glyphicons.adjust_alt:before {
  content: "\e140";
}
i.glyphicons.database_lock:before {
  content: "\e141";
}
i.glyphicons.database_plus:before {
  content: "\e142";
}
i.glyphicons.database_minus:before {
  content: "\e143";
}
i.glyphicons.database_ban:before {
  content: "\e144";
}
i.glyphicons.folder_open:before {
  content: "\e145";
}
i.glyphicons.folder_plus:before {
  content: "\e146";
}
i.glyphicons.folder_minus:before {
  content: "\e147";
}
i.glyphicons.folder_lock:before {
  content: "\e148";
}
i.glyphicons.folder_flag:before {
  content: "\e149";
}
i.glyphicons.folder_new:before {
  content: "\e150";
}
i.glyphicons.edit:before {
  content: "\e151";
}
i.glyphicons.new_window:before {
  content: "\e152";
}
i.glyphicons.check:before {
  content: "\e153";
}
i.glyphicons.unchecked:before {
  content: "\e154";
}
i.glyphicons.more_windows:before {
  content: "\e155";
}
i.glyphicons.show_big_thumbnails:before {
  content: "\e156";
}
i.glyphicons.show_thumbnails:before {
  content: "\e157";
}
i.glyphicons.show_thumbnails_with_lines:before {
  content: "\e158";
}
i.glyphicons.show_lines:before {
  content: "\e159";
}
i.glyphicons.playlist:before {
  content: "\e160";
}
i.glyphicons.imac:before {
  content: "\e161";
}
i.glyphicons.macbook:before {
  content: "\e162";
}
i.glyphicons.ipad:before {
  content: "\e163";
}
i.glyphicons.iphone:before {
  content: "\e164";
}
i.glyphicons.iphone_transfer:before {
  content: "\e165";
}
i.glyphicons.iphone_exchange:before {
  content: "\e166";
}
i.glyphicons.ipod:before {
  content: "\e167";
}
i.glyphicons.ipod_shuffle:before {
  content: "\e168";
}
i.glyphicons.ear_plugs:before {
  content: "\e169";
}
i.glyphicons.phone:before {
  content: "\e170";
}
i.glyphicons.step_backward:before {
  content: "\e171";
}
i.glyphicons.fast_backward:before {
  content: "\e172";
}
i.glyphicons.rewind:before {
  content: "\e173";
}
i.glyphicons.play:before {
  content: "\e174";
}
i.glyphicons.pause:before {
  content: "\e175";
}
i.glyphicons.stop:before {
  content: "\e176";
}
i.glyphicons.forward:before {
  content: "\e177";
}
i.glyphicons.fast_forward:before {
  content: "\e178";
}
i.glyphicons.step_forward:before {
  content: "\e179";
}
i.glyphicons.eject:before {
  content: "\e180";
}
i.glyphicons.facetime_video:before {
  content: "\e181";
}
i.glyphicons.download_alt:before {
  content: "\e182";
}
i.glyphicons.mute:before {
  content: "\e183";
}
i.glyphicons.volume_down:before {
  content: "\e184";
}
i.glyphicons.volume_up:before {
  content: "\e185";
}
i.glyphicons.screenshot:before {
  content: "\e186";
}
i.glyphicons.move:before {
  content: "\e187";
}
i.glyphicons.more:before {
  content: "\e188";
}
i.glyphicons.brightness_reduce:before {
  content: "\e189";
}
i.glyphicons.brightness_increase:before {
  content: "\e190";
}
i.glyphicons.circle_plus:before {
  content: "\e191";
}
i.glyphicons.circle_minus:before {
  content: "\e192";
}
i.glyphicons.circle_remove:before {
  content: "\e193";
}
i.glyphicons.circle_ok:before {
  content: "\e194";
}
i.glyphicons.circle_question_mark:before {
  content: "\e195";
}
i.glyphicons.circle_info:before {
  content: "\e196";
}
i.glyphicons.circle_exclamation_mark:before {
  content: "\e197";
}
i.glyphicons.remove:before {
  content: "\e198";
}
i.glyphicons.ok:before {
  content: "\e199";
}
i.glyphicons.ban:before {
  content: "\e200";
}
i.glyphicons.download:before {
  content: "\e201";
}
i.glyphicons.upload:before {
  content: "\e202";
}
i.glyphicons.shopping_cart:before {
  content: "\e203";
}
i.glyphicons.lock:before {
  content: "\e204";
}
i.glyphicons.unlock:before {
  content: "\e205";
}
i.glyphicons.electricity:before {
  content: "\e206";
}
i.glyphicons.ok_2:before {
  content: "\e207";
}
i.glyphicons.remove_2:before {
  content: "\e208";
}
i.glyphicons.cart_out:before {
  content: "\e209";
}
i.glyphicons.cart_in:before {
  content: "\e210";
}
i.glyphicons.left_arrow:before {
  content: "\e211";
}
i.glyphicons.right_arrow:before {
  content: "\e212";
}
i.glyphicons.down_arrow:before {
  content: "\e213";
}
i.glyphicons.up_arrow:before {
  content: "\e214";
}
i.glyphicons.resize_small:before {
  content: "\e215";
}
i.glyphicons.resize_full:before {
  content: "\e216";
}
i.glyphicons.circle_arrow_left:before {
  content: "\e217";
}
i.glyphicons.circle_arrow_right:before {
  content: "\e218";
}
i.glyphicons.circle_arrow_top:before {
  content: "\e219";
}
i.glyphicons.circle_arrow_down:before {
  content: "\e220";
}
i.glyphicons.play_button:before {
  content: "\e221";
}
i.glyphicons.unshare:before {
  content: "\e222";
}
i.glyphicons.share:before {
  content: "\e223";
}
i.glyphicons.chevron-right:before {
  content: "\e224";
}
i.glyphicons.chevron-left:before {
  content: "\e225";
}
i.glyphicons.bluetooth:before {
  content: "\e226";
}
i.glyphicons.euro:before {
  content: "\20AC";
}
i.glyphicons.usd:before {
  content: "\e228";
}
i.glyphicons.gbp:before {
  content: "\e229";
}
i.glyphicons.retweet_2:before {
  content: "\e230";
}
i.glyphicons.moon:before {
  content: "\e231";
}
i.glyphicons.sun:before {
  content: "\2609";
}
i.glyphicons.cloud:before {
  content: "\2601";
}
i.glyphicons.direction:before {
  content: "\e234";
}
i.glyphicons.brush:before {
  content: "\e235";
}
i.glyphicons.pen:before {
  content: "\e236";
}
i.glyphicons.zoom_in:before {
  content: "\e237";
}
i.glyphicons.zoom_out:before {
  content: "\e238";
}
i.glyphicons.pin:before {
  content: "\e239";
}
i.glyphicons.albums:before {
  content: "\e240";
}
i.glyphicons.rotation_lock:before {
  content: "\e241";
}
i.glyphicons.flash:before {
  content: "\e242";
}
i.glyphicons.google_maps:before {
  content: "\e243";
}
i.glyphicons.anchor:before {
  content: "\2693";
}
i.glyphicons.conversation:before {
  content: "\e245";
}
i.glyphicons.chat:before {
  content: "\e246";
}
i.glyphicons.male:before {
  content: "\e247";
}
i.glyphicons.female:before {
  content: "\e248";
}
i.glyphicons.asterisk:before {
  content: "\002A";
}
i.glyphicons.divide:before {
  content: "\00F7";
}
i.glyphicons.snorkel_diving:before {
  content: "\e251";
}
i.glyphicons.scuba_diving:before {
  content: "\e252";
}
i.glyphicons.oxygen_bottle:before {
  content: "\e253";
}
i.glyphicons.fins:before {
  content: "\e254";
}
i.glyphicons.fishes:before {
  content: "\e255";
}
i.glyphicons.boat:before {
  content: "\e256";
}
i.glyphicons.delete:before {
  content: "\e257";
}
i.glyphicons.sheriffs_star:before {
  content: "\e258";
}
i.glyphicons.qrcode:before {
  content: "\e259";
}
i.glyphicons.barcode:before {
  content: "\e260";
}
i.glyphicons.pool:before {
  content: "\e261";
}
i.glyphicons.buoy:before {
  content: "\e262";
}
i.glyphicons.spade:before {
  content: "\e263";
}
i.glyphicons.bank:before {
  content: "\e264";
}
i.glyphicons.vcard:before {
  content: "\e265";
}
i.glyphicons.electrical_plug:before {
  content: "\e266";
}
i.glyphicons.flag:before {
  content: "\e267";
}
i.glyphicons.credit_card:before {
  content: "\e268";
}
i.glyphicons.keyboard-wireless:before {
  content: "\e269";
}
i.glyphicons.keyboard-wired:before {
  content: "\e270";
}
i.glyphicons.shield:before {
  content: "\e271";
}
i.glyphicons.ring:before {
  content: "\02DA";
}
i.glyphicons.cake:before {
  content: "\e273";
}
i.glyphicons.drink:before {
  content: "\e274";
}
i.glyphicons.beer:before {
  content: "\e275";
}
i.glyphicons.fast_food:before {
  content: "\e276";
}
i.glyphicons.cutlery:before {
  content: "\e277";
}
i.glyphicons.pizza:before {
  content: "\e278";
}
i.glyphicons.birthday_cake:before {
  content: "\e279";
}
i.glyphicons.tablet:before {
  content: "\e280";
}
i.glyphicons.settings:before {
  content: "\e281";
}
i.glyphicons.bullets:before {
  content: "\e282";
}
i.glyphicons.cardio:before {
  content: "\e283";
}
i.glyphicons.t-shirt:before {
  content: "\e284";
}
i.glyphicons.pants:before {
  content: "\e285";
}
i.glyphicons.sweater:before {
  content: "\e286";
}
i.glyphicons.fabric:before {
  content: "\e287";
}
i.glyphicons.leather:before {
  content: "\e288";
}
i.glyphicons.scissors:before {
  content: "\e289";
}
i.glyphicons.bomb:before {
  content: "\e290";
}
i.glyphicons.skull:before {
  content: "\e291";
}
i.glyphicons.celebration:before {
  content: "\e292";
}
i.glyphicons.tea_kettle:before {
  content: "\e293";
}
i.glyphicons.french_press:before {
  content: "\e294";
}
i.glyphicons.coffe_cup:before {
  content: "\e295";
}
i.glyphicons.pot:before {
  content: "\e296";
}
i.glyphicons.grater:before {
  content: "\e297";
}
i.glyphicons.kettle:before {
  content: "\e298";
}
i.glyphicons.hospital:before {
  content: "\e299";
}
i.glyphicons.hospital_h:before {
  content: "\e300";
}
i.glyphicons.microphone:before {
  content: "\e301";
}
i.glyphicons.webcam:before {
  content: "\e302";
}
i.glyphicons.temple_christianity_church:before {
  content: "\e303";
}
i.glyphicons.temple_islam:before {
  content: "\e304";
}
i.glyphicons.temple_hindu:before {
  content: "\e305";
}
i.glyphicons.temple_buddhist:before {
  content: "\e306";
}
i.glyphicons.bicycle:before {
  content: "\e307";
}
i.glyphicons.life_preserver:before {
  content: "\e308";
}
i.glyphicons.share_alt:before {
  content: "\e309";
}
i.glyphicons.comments:before {
  content: "\e310";
}
i.glyphicons.flower:before {
  content: "\2698";
}
i.glyphicons.baseball:before {
  content: "\e312";
}
i.glyphicons.rugby:before {
  content: "\e313";
}
i.glyphicons.ax:before {
  content: "\e314";
}
i.glyphicons.table_tennis:before {
  content: "\e315";
}
i.glyphicons.bowling:before {
  content: "\e316";
}
i.glyphicons.tree_conifer:before {
  content: "\e317";
}
i.glyphicons.tree_deciduous:before {
  content: "\e318";
}
i.glyphicons.more_items:before {
  content: "\e319";
}
i.glyphicons.sort:before {
  content: "\e320";
}
i.glyphicons.filter:before {
  content: "\e321";
}
i.glyphicons.gamepad:before {
  content: "\e322";
}
i.glyphicons.playing_dices:before {
  content: "\e323";
}
i.glyphicons.calculator:before {
  content: "\e324";
}
i.glyphicons.tie:before {
  content: "\e325";
}
i.glyphicons.wallet:before {
  content: "\e326";
}
i.glyphicons.piano:before {
  content: "\e327";
}
i.glyphicons.sampler:before {
  content: "\e328";
}
i.glyphicons.podium:before {
  content: "\e329";
}
i.glyphicons.soccer_ball:before {
  content: "\e330";
}
i.glyphicons.blog:before {
  content: "\e331";
}
i.glyphicons.dashboard:before {
  content: "\e332";
}
i.glyphicons.certificate:before {
  content: "\e333";
}
i.glyphicons.bell:before {
  content: "\e334";
}
i.glyphicons.candle:before {
  content: "\e335";
}
i.glyphicons.pushpin:before {
  content: "\e336";
}
i.glyphicons.iphone_shake:before {
  content: "\e337";
}
i.glyphicons.pin_flag:before {
  content: "\e338";
}
i.glyphicons.turtle:before {
  content: "\e339";
}
i.glyphicons.rabbit:before {
  content: "\e340";
}
i.glyphicons.globe:before {
  content: "\e341";
}
i.glyphicons.briefcase:before {
  content: "\e342";
}
i.glyphicons.hdd:before {
  content: "\e343";
}
i.glyphicons.thumbs_up:before {
  content: "\e344";
}
i.glyphicons.thumbs_down:before {
  content: "\e345";
}
i.glyphicons.hand_right:before {
  content: "\e346";
}
i.glyphicons.hand_left:before {
  content: "\e347";
}
i.glyphicons.hand_up:before {
  content: "\e348";
}
i.glyphicons.hand_down:before {
  content: "\e349";
}
i.glyphicons.fullscreen:before {
  content: "\e350";
}
i.glyphicons.shopping_bag:before {
  content: "\e351";
}
i.glyphicons.book_open:before {
  content: "\e352";
}
i.glyphicons.nameplate:before {
  content: "\e353";
}
i.glyphicons.nameplate_alt:before {
  content: "\e354";
}
i.glyphicons.vases:before {
  content: "\e355";
}
i.glyphicons.bullhorn:before {
  content: "\e356";
}
i.glyphicons.dumbbell:before {
  content: "\e357";
}
i.glyphicons.suitcase:before {
  content: "\e358";
}
i.glyphicons.file_import:before {
  content: "\e359";
}
i.glyphicons.file_export:before {
  content: "\e360";
}
i.glyphicons.bug:before {
  content: "\e361";
}
i.glyphicons.crown:before {
  content: "\e362";
}
i.glyphicons.smoking:before {
  content: "\e363";
}
i.glyphicons.cloud-upload:before {
  content: "\e364";
}
i.glyphicons.cloud-download:before {
  content: "\e365";
}
i.glyphicons.restart:before {
  content: "\e366";
}
i.glyphicons.security_camera:before {
  content: "\e367";
}
i.glyphicons.expand:before {
  content: "\e368";
}
i.glyphicons.collapse:before {
  content: "\e369";
}
i.glyphicons.collapse_top:before {
  content: "\e370";
}
i.glyphicons.globe_af:before {
  content: "\e371";
}
i.glyphicons.global:before {
  content: "\e372";
}
i.glyphicons.spray:before {
  content: "\e373";
}
i.glyphicons.nails:before {
  content: "\e374";
}
i.glyphicons.claw_hammer:before {
  content: "\e375";
}
i.glyphicons.classic_hammer:before {
  content: "\e376";
}
i.glyphicons.hand_saw:before {
  content: "\e377";
}
i.glyphicons.riflescope:before {
  content: "\e378";
}
i.glyphicons.electrical_socket_eu:before {
  content: "\e379";
}
i.glyphicons.electrical_socket_us:before {
  content: "\e380";
}
i.glyphicons.pinterest:before {
  content: "\e381";
}
i.glyphicons.dropbox:before {
  content: "\e382";
}
i.glyphicons.google_plus:before {
  content: "\e383";
}
i.glyphicons.jolicloud:before {
  content: "\e384";
}
i.glyphicons.yahoo:before {
  content: "\e385";
}
i.glyphicons.blogger:before {
  content: "\e386";
}
i.glyphicons.picasa:before {
  content: "\e387";
}
i.glyphicons.amazon:before {
  content: "\e388";
}
i.glyphicons.tumblr:before {
  content: "\e389";
}
i.glyphicons.wordpress:before {
  content: "\e390";
}
i.glyphicons.instapaper:before {
  content: "\e391";
}
i.glyphicons.evernote:before {
  content: "\e392";
}
i.glyphicons.xing:before {
  content: "\e393";
}
i.glyphicons.zootool:before {
  content: "\e394";
}
i.glyphicons.dribbble:before {
  content: "\e395";
}
i.glyphicons.deviantart:before {
  content: "\e396";
}
i.glyphicons.read_it_later:before {
  content: "\e397";
}
i.glyphicons.linked_in:before {
  content: "\e398";
}
i.glyphicons.forrst:before {
  content: "\e399";
}
i.glyphicons.pinboard:before {
  content: "\e400";
}
i.glyphicons.behance:before {
  content: "\e401";
}
i.glyphicons.github:before {
  content: "\e402";
}
i.glyphicons.youtube:before {
  content: "\e403";
}
i.glyphicons.skitch:before {
  content: "\e404";
}
i.glyphicons.foursquare:before {
  content: "\e405";
}
i.glyphicons.quora:before {
  content: "\e406";
}
i.glyphicons.badoo:before {
  content: "\e407";
}
i.glyphicons.spotify:before {
  content: "\e408";
}
i.glyphicons.stumbleupon:before {
  content: "\e409";
}
i.glyphicons.readability:before {
  content: "\e410";
}
i.glyphicons.facebook:before {
  content: "\e411";
}
i.glyphicons.twitter:before {
  content: "\e412";
}
i.glyphicons.instagram:before {
  content: "\e413";
}
i.glyphicons.posterous_spaces:before {
  content: "\e414";
}
i.glyphicons.vimeo:before {
  content: "\e415";
}
i.glyphicons.flickr:before {
  content: "\e416";
}
i.glyphicons.last_fm:before {
  content: "\e417";
}
i.glyphicons.rss:before {
  content: "\e418";
}
i.glyphicons.skype:before {
  content: "\e419";
}
i.glyphicons.e-mail:before {
  content: "\e420";
}

/* Layout Configuration */
.mobile {
  display: none;
}
@media (max-width: 770px) {
  .mobile {
    display: block;
  }
}
.mobile .mobile-block {
  display: none;
}
@media (max-width: 770px) {
  .mobile .mobile-block {
    display: block;
  }
}
.mobile.two-columns-left section.content,
.mobile.two-columns-right section.content {
  width: 100%;
  float: left;
}
.mobile.two-columns-left section.content .swipe-me,
.mobile.two-columns-right section.content .swipe-me {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s 0.3s ease-in-out;
  -moz-transition: all 0.5s 0.3s ease-in-out;
  -o-transition: all 0.5s 0.3s ease-in-out;
  transition: all 0.5s 0.3s ease-in-out;
  opacity: 0.5;
  text-indent: -10000px;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: -15px;
  float: right;
}
.mobile.two-columns-left section.content .swipe-me:hover,
.mobile.two-columns-right section.content .swipe-me:hover {
  opacity: 0.7;
}
.mobile.two-columns-left section.content .swipe-me.right,
.mobile.two-columns-right section.content .swipe-me.right {
  background: url(https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/swipe_left.png) no-repeat 100% 50% transparent;
  background: url(https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/swipe_left.svg) no-repeat 100% 50% transparent;
}
.mobile.two-columns-left section.content .swipe-me.left,
.mobile.two-columns-right section.content .swipe-me.left {
  background: url(https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/swipe_right.png) no-repeat 100% 50% transparent;
  background: url(https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/swipe_right.svg) no-repeat 100% 50% transparent;
}
.mobile.two-columns-left aside,
.mobile.two-columns-right aside {
  position: fixed;
  width: 80%;
  max-width: 320px;
  top: 0;
  height: 100vh;
  background: #fff;
  z-index: 199999;
  padding: 20px;
}
.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right,
.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
  overflow-y: scroll;
  display: none;
}
.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active,
.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
  display: block;
  -webkit-box-shadow: 0px 0 15px 0 #333333;
  -moz-box-shadow: 0px 0 15px 0 #333333;
  box-shadow: 0px 0 15px 0 #333333;
}
.mobile.two-columns-left aside.right,
.mobile.two-columns-right aside.right {
  right: -80%;
}
.mobile.two-columns-left aside.right.active,
.mobile.two-columns-right aside.right.active {
  right: 0;
}
.mobile.two-columns-left aside.left,
.mobile.two-columns-right aside.left {
  /* None Active */
  left: -80%;
}
.mobile.two-columns-left aside.left.active,
.mobile.two-columns-right aside.left.active {
  left: 0;
}
.mobile.two-columns-left .mpblog-search input#search-blog,
.mobile.two-columns-right .mpblog-search input#search-blog {
  width: 100%;
}
.desktop {
  display: block;
}
@media (max-width: 770px) {
  .desktop {
    display: none;
  }
}
.desktop .desktop-block {
  display: block;
}
@media (max-width: 770px) {
  .desktop .desktop-block {
    display: none;
  }
}
.desktop.two-columns-left section.content,
.desktop.two-columns-right section.content {
  width: 74%;
  float: left;
}
.desktop.two-columns-left aside.left,
.desktop.two-columns-right aside.left,
.desktop.two-columns-left aside.right,
.desktop.two-columns-right aside.right {
  width: 23%;
  float: left;
}
.desktop.two-columns-right section.content {
  padding-right: 20px;
}
.desktop.two-columns-left section.content {
  padding-left: 20px;
}
.desktop.three-columns section.content {
  width: 58%;
  float: left;
  padding: 0 18px;
}
.desktop.three-columns aside.left,
.desktop.three-columns aside.right {
  width: 18%;
  float: left;
}
/* List of Posts */
@media (max-width: 1024px) {
  .mpblog-list.list .mpblog-post {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .mpblog-list.list .mpblog-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.mpblog-list.list .mpblog-post .thumbnail-container {
  overflow: hidden;
}
.mpblog-list.list .mpblog-post .post-thumbnail {
  -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
  -moz-transition: -moz-transform 0.3s 0.15s ease-out;
  -o-transition: -o-transform 0.3s 0.15s ease-out;
  transition: -webkit-transform 0.3s 0.15s ease-out,-moz-transform 0.3s 0.15s ease-out,-o-transform 0.3s 0.15s ease-out,transform 0.3s 0.15s ease-out;
}
.mpblog-list.list .mpblog-post .post-thumbnail:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mpblog-list.list .mp-read-more {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  float: left;
}
.mpblog-list.grid {
  width: 100%;
}
.mpblog-list.grid .item {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mpblog-list.grid .item .post-container {
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 10px;
}
.mpblog-list.grid .item .post-container .thumbnail-container {
  overflow: hidden;
}
.mpblog-list.grid .item .post-container .post-thumbnail {
  margin: -10px -10px 10px;
  -webkit-transition: -webkit-transform 0.3s 0.15s ease-out;
  -moz-transition: -moz-transform 0.3s 0.15s ease-out;
  -o-transition: -o-transform 0.3s 0.15s ease-out;
  transition: -webkit-transform 0.3s 0.15s ease-out,-moz-transform 0.3s 0.15s ease-out,-o-transform 0.3s 0.15s ease-out,transform 0.3s 0.15s ease-out;
}
.mpblog-list.grid .item .post-container .post-thumbnail:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.mpblog-list.grid .item .post-container .mp-footer {
  margin-bottom: 20px;
}
.mpblog-list.grid .item .post-container span.comments {
  float: left;
  margin-left: 0;
}
/* Grid Sizer */
.three-columns .mpblog-list.grid .grid-sizer {
  width: 33%;
}
.three-columns .mpblog-list.grid .item {
  width: 33%;
}
.three-columns .mpblog-list.grid .item.w2 {
  width: 66%;
}
.three-columns .mpblog-list.grid .item.w3 {
  width: 100%;
  padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .three-columns .mpblog-list.grid .grid-sizer {
    width: 50%;
  }
  .three-columns .mpblog-list.grid .item {
    width: 50%;
  }
  .three-columns .mpblog-list.grid .item.w2,
  .three-columns .mpblog-list.grid .item.w3 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .three-columns .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .three-columns .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .three-columns .mpblog-list.grid .item.w3,
  .three-columns .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.two-columns-right .mpblog-list.grid .grid-sizer,
.two-columns-left .mpblog-list.grid .grid-sizer {
  width: 25%;
}
.two-columns-right .mpblog-list.grid .item,
.two-columns-left .mpblog-list.grid .item {
  width: 25%;
}
.two-columns-right .mpblog-list.grid .item.w2,
.two-columns-left .mpblog-list.grid .item.w2 {
  width: 50%;
}
.two-columns-right .mpblog-list.grid .item.w3,
.two-columns-left .mpblog-list.grid .item.w3 {
  width: 75%;
}
@media only screen and (max-width: 1024px) {
  .two-columns-right .mpblog-list.grid .grid-sizer,
  .two-columns-left .mpblog-list.grid .grid-sizer {
    width: 50%;
  }
  .two-columns-right .mpblog-list.grid .item,
  .two-columns-left .mpblog-list.grid .item {
    width: 50%;
  }
  .two-columns-right .mpblog-list.grid .item.w3,
  .two-columns-left .mpblog-list.grid .item.w3,
  .two-columns-right .mpblog-list.grid .item.w2,
  .two-columns-left .mpblog-list.grid .item.w2 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .two-columns-right .mpblog-list.grid .grid-sizer,
  .two-columns-left .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .two-columns-right .mpblog-list.grid .item,
  .two-columns-left .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .two-columns-right .mpblog-list.grid .item.w3,
  .two-columns-left .mpblog-list.grid .item.w3,
  .two-columns-right .mpblog-list.grid .item.w2,
  .two-columns-left .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.one-column .mpblog-list.grid .grid-sizer {
  width: 20%;
}
.one-column .mpblog-list.grid .item {
  width: 20%;
}
.one-column .mpblog-list.grid .item.w2 {
  width: 40%;
}
.one-column .mpblog-list.grid .item.w3 {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .one-column .mpblog-list.grid .grid-sizer {
    width: 33%;
  }
  .one-column .mpblog-list.grid .item {
    width: 33%;
  }
  .one-column .mpblog-list.grid .item.w2 {
    width: 66%;
  }
  .one-column .mpblog-list.grid .item.w3 {
    width: 100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .one-column .mpblog-list.grid .grid-sizer {
    width: 100%;
  }
  .one-column .mpblog-list.grid .item {
    padding: 0 !important;
    width: 100%;
  }
  .one-column .mpblog-list.grid .item.w3,
  .one-column .mpblog-list.grid .item.w2 {
    width: 100%;
  }
}
.mpblog-container.list .mp-pager {
  border-top: 1px solid #cccccc;
}
.mpblog-container .mp-pager {
  margin-top: 40px;
  padding: 10px 5px 0;
}
.mpblog-container .mp-pager .navi a {
  line-height: 16px;
  min-height: 16px;
  width: 45%;
}
.mpblog-container .mp-pager .newer a {
  float: right;
  text-align: right;
}
.mpblog-container .mp-pager .newer a i.glyphicons {
  margin-left: 5px;
}
.mpblog-container .mp-pager .older a {
  float: left;
  text-align: left;
}
.mpblog-container .mp-pager .older a i.glyphicons {
  margin-right: 5px;
}
/** Comments */
@media (max-width: 770px) {
  .comments-action {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (min-width: 770px) {
  .comments-action {
    float: right;
  }
}
.comments-action .leave-a-comment {
  margin-left: 15px;
  line-height: 24px;
}
.comments-action .leave-a-comment a {
  text-transform: uppercase;
  font-size: larger;
}
.comments-action .blog-icon.rss {
  background: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/rss.png") no-repeat 0 0 transparent;
  /** One for elder */
  background: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/rss.svg") no-repeat 0 0 transparent;
  /** One for new */
}
@media (min-width: 770px) {
  .comments-action .blog-icon.rss {
    display: inline-block;
  }
}
.comments-action .blog-icon.rss,
.comments-action .leave-a-comment {
  float: left;
}
.mpblog-comments-container .comments-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  position: relative;
}
.mpblog-comments-container .comments-header span.leave-a-comment {
  float: left;
  margin-left: 0;
}
.mpblog-comments-container .comments-header span.rss-comments {
  float: left;
  margin-left: 20px;
}
.mpblog-comments-container .mp-comment-header {
  margin-bottom: 10px;
}
.mpblog-comments-container .mp-comment-author,
.mpblog-comments-container .mp-comment-date,
.mpblog-comments-container .mp-comment-willapprove {
  float: left;
  margin-right: 10px;
}
.mpblog-comments-container .mp-comment-willapprove {
  color: red;
  font-style: italic;
  font-size: smaller;
}
.mpblog-comments-container .mp-replies {
  padding-left: 24px;
}
@media (max-width: 1024px) {
  .mpblog-comments-container .mp-replies {
    padding-left: 12px;
  }
}
@media (max-width: 600px) {
  .mpblog-comments-container .mp-replies {
    padding-left: 6px;
  }
}
.mp-comment-content,
.mp-comment-form {
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #cccccc;
}
.mp-comment-content.my-comment {
  border-color: #3399cc;
}
.mp-comment-form {
  background-color: #f4f4f4;
}
.mp-comment-form h5 {
  text-transform: none;
}
.mp-blog-loader {
  background: url('https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  height: 11px;
  width: 16px;
  margin: 0 auto;
}
.comment-form-field {
  margin-bottom: 10px;
  position: relative;
}
.comment-form-field .checkbox + label {
  padding: 0;
}
.comment-form-field textarea,
.comment-form-field input[type="text"] {
  line-height: 1.5;
  padding: 5px !important;
}
.comment-form-field textarea {
  height: 72px;
  width: 100%;
  max-width: 460px;
}
.comment-form-field textarea,
.comment-form-field textarea:focus {
  background-color: #ffffff;
}
.comment-form-field input[type="checkbox"] {
  display: none;
}
.comment-form-field input[type="checkbox"] + label {
  width: auto;
  max-width: 100%;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
}
.comment-form-field input[type="checkbox"] + label:before {
  content: "";
  background: white;
  float: left;
  margin-right: 5px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px;
  -moz-background-clip: padding;
  border-radius: 1px;
  background-clip: padding-box;
}
.comment-form-field input[type="checkbox"]:checked + label:before {
  background: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/checked-input.png") no-repeat 50% 50% #ffffff;
  background: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/checked-input.svg") no-repeat 50% 50% #ffffff;
}
.comment-form-field input.text {
  width: 70% !important;
}
@media (max-width: 770px) {
  .comment-form-field input.text {
    width: 100% !important;
  }
}
.comment-form-field textarea,
.comment-form-field input.text {
  border: 1px solid #cccccc;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: -moz-box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.comment-form-field textarea.validation-failed,
.comment-form-field input.text.validation-failed {
  border: 1px dashed red;
}
.form-actions {
  text-align: right;
  position: relative;
}
.form-actions .mp-comment-reply-btn {
  text-transform: uppercase;
}
.form-actions .subscribe {
  position: absolute;
  left: 0;
  border-color: transparent;
}
.mpblog-container h1.mp-title {
  margin-bottom: 20px;
}
@media (max-width: 770px) {
  .mp-blog-head {
    text-align: center;
  }
}
.mp-blog-head h1 {
  float: left;
  margin-bottom: 0.25em;
  max-width: 90%;
}
@media (max-width: 1024px) {
  .mp-blog-head h1 {
    max-width: 85%;
    font-size: larger;
  }
}
@media (max-width: 770px) {
  .mp-blog-head h1 {
    max-width: 100%;
  }
}
.mp-blog-head a.mp-blog-rss-link,
.mp-blog-head a.mp-blog-print-link {
  font-size: smaller;
}
@media (max-width: 770px) {
  .mp-blog-head a.mp-blog-rss-link,
  .mp-blog-head a.mp-blog-print-link {
    display: none;
  }
}
.mp-blog-head span.mp-blog-rss,
.mp-blog-head span.mp-blog-print {
  float: right;
  margin-top: 4px;
}
@media (max-width: 770px) {
  .mp-blog-head span.mp-blog-rss,
  .mp-blog-head span.mp-blog-print {
    display: none;
  }
}
.mpblog-post {
  clear: both;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-post-header h2 {
    font-size: larger;
    margin-bottom: 0;
  }
}
.mpblog-post .post-thumbnail {
  margin-bottom: 1em;
}
.mpblog-post .post-thumbnail img.thumbnail {
  width: 100%;
}
@media (max-width: 1024px) {
  .mpblog-post .post-thumbnail {
    margin-bottom: 0.5em;
  }
}
.mpblog-post .mp-header {
  padding: 0.5em 0;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-header {
    border-top: none;
    margin-bottom: 0.5em;
  }
}
.mpblog-post .mp-header .posted-by,
.mpblog-post .mp-header .date,
.mpblog-post .mp-header .views {
  float: left;
}
@media (max-width: 1024px) {
  .mpblog-post .mp-header {
    border-top: none;
  }
}
.mpblog-post .mp-content div.mp-details {
  margin-top: 20px;
}
.mpblog-post .mp-content iframe.blog-video {
  margin-bottom: 1.5em !important;
}
.mpblog-post .mp-content hr.cutter {
  display: none;
}
.mpblog-post .mp-content ol,
.mpblog-post .mp-content ul {
  margin-left: 20px;
}
.mpblog-post .mp-content img {
  width: 100%;
}
.mpblog-post .mp-content img.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 3px 0;
}
.mpblog-post .mp-content img.alignright {
  display: inline;
  float: right;
  margin: 0 0 3px 20px;
}
.mpblog-post .mp-content a > img {
  border: 1px solid #D0CBC1;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: -webkit-box-shadow 0.15s 0.3s ease-in-out;
  -moz-transition: -moz-box-shadow 0.15s 0.3s ease-in-out;
  -o-transition: box-shadow 0.15s 0.3s ease-in-out;
  transition: box-shadow 0.15s 0.3s ease-in-out;
}
.mpblog-post .mp-content a > img:hover {
  -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
  -moz-box-shadow: 0px 0px 6px 0 #cccccc;
  box-shadow: 0px 0px 6px 0 #cccccc;
}
.mpblog-post .mp-content blockquote {
  margin: 0 1.6em 1.5em;
  padding-left: 0;
  color: #777;
  font-style: italic;
}
.mpblog-post .mp-content table {
  margin-bottom: 1.5em;
}
.mpblog-post .mp-content table tr th {
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  background-color: #ffffff;
}
.mpblog-post .mp-content table tr td,
.mpblog-post .mp-content table tr th {
  padding: 5px 10px;
}
.mpblog-post .mp-content table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.mpblog-post .mp-content table tr:nth-child(even) td {
  background-color: #f4f4f4;
}
.mpblog-post span.mp-tags,
.mpblog-post span.categories,
.mpblog-post span.posted-by,
.mpblog-post span.date,
.mpblog-post span.go-to-comments,
.mpblog-post span.leave-a-comment,
.mpblog-post span.comments,
.mpblog-post span.rss-comments,
.mpblog-post span.views {
  font-size: smaller;
}
.mpblog-post span.mp-tags {
  margin-right: 20px;
  float: left;
}
.mpblog-post span.mp-tags-pic {
  float: left;
  width: 20px;
}
.mpblog-post span.mp-tags-pic span.text {
  line-height: 16px;
  text-indent: -999em;
  display: block;
}
.mpblog-post span.categories {
  margin-right: 20px;
  float: left;
}
.mpblog-post span.categories-pic {
  float: left;
  display: block;
  width: 19px;
  height: 16px;
}
.mpblog-post span.categories-pic span.text {
  line-height: 16px;
  text-indent: -999em;
  display: block;
}
.mpblog-post span.posted-by {
  margin-right: 20px;
}
.mpblog-post span.date {
  margin-right: 20px;
}
.mpblog-post span.views {
  margin-right: 20px;
}
.mpblog-post span.comments {
  float: right;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .mpblog-post span.comments {
    display: none;
  }
}
.mpblog-post i.glyphicons {
  margin-right: 5px;
}
.mpblog-post .customer-action-bar {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 770px) {
  .mpblog-post .customer-action-bar {
    text-align: center;
  }
}
.blog-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.blog-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-icon:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
/* Recent Comments and Posts */
.mp-recentcomment-date,
.mp-recentpost-date {
  font-style: italic;
  font-size: smaller;
  margin-bottom: 2px;
  margin-top: 2px;
}
/* Fix Magento Calendar Styles */
i.glyphicons.calendar {
  border: none !important;
  background: none !important;
}
/* Sidebars */
.mpblog-categories .block-content,
.mpblog-search .block-content,
.mpblog-recentposts .block-content,
.mpblog-tags .block-content,
.mpblog-recentcomments .block-content,
.mpblog-archives .block-content {
  padding: 5px 10px;
}
.mpblog-categories ul li,
.mpblog-recentcomments ul li,
.mpblog-archives ul li {
  padding-left: 20px;
  margin-bottom: 3px;
  position: relative;
}
/* Sidebar Blocks */
.sidebar-common ul li.active a {
  font-weight: bold;
}
.sidebar-common ul li i.glyphicons,
.sidebar-common ul li i.glyphicons:before {
  font-size: smaller;
}
.sidebar-common ul li i.glyphicons {
  display: block;
  left: 4px;
  top: 2px;
  position: absolute;
}
.mpblog-categories ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a,
.mpblog-recentposts ul li.active a,
.mpblog-recentcomments ul li.active a,
.mpblog-archives ul li.active a {
  font-weight: bold;
}
.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-categories ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before,
.mpblog-recentposts ul li i.glyphicons:before,
.mpblog-recentcomments ul li i.glyphicons:before,
.mpblog-archives ul li i.glyphicons:before {
  font-size: smaller;
}
.mpblog-categories ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons,
.mpblog-recentposts ul li i.glyphicons,
.mpblog-recentcomments ul li i.glyphicons,
.mpblog-archives ul li i.glyphicons {
  display: block;
  left: 4px;
  top: 2px;
  position: absolute;
}
.mpblog-recentposts .mp-post-thesis {
  margin-top: 3px;
}
.mpblog-recentposts .thumbnail {
  float: left;
  border: 1px solid #D0CBC1;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 68px;
  height: 68px;
}
.mpblog-recentposts .thumbnail:hover {
  -webkit-box-shadow: 0px 0px 6px 0 #cccccc;
  -moz-box-shadow: 0px 0px 6px 0 #cccccc;
  box-shadow: 0px 0px 6px 0 #cccccc;
  -webkit-transition: all 0.15s 0.3s ease-in-out;
  -moz-transition: all 0.15s 0.3s ease-in-out;
  -o-transition: all 0.15s 0.3s ease-in-out;
  transition: all 0.15s 0.3s ease-in-out;
}
.mpblog-recentposts .thumbnail .img {
  width: 60px;
  height: 60px;
}
.mpblog-recentposts ul li {
  margin-bottom: 20px;
}
.mpblog-recentposts ul li:last-child {
  margin-bottom: 0;
}
.mpblog-archives .block-content {
  padding-top: 10px;
}
.mpblog-archives .block-content .actions {
  margin: 10px -10px -5px;
}
/* Tags */
.mpblog-tags .tag-list.cloud-enabled {
  display: none;
}
.mpblog-tags .block-content canvas {
  width: 100%;
  margin-left: -5px;
}
.mpblog-tags ul {
  list-style-type: none;
}
.mpblog-tags ul li {
  display: inline;
}
.mpblog-tags a.tag1 {
  font-size: 0.7em;
  font-weight: 100;
}
.mpblog-tags a.tag2 {
  font-size: 0.8em;
  font-weight: 200;
}
.mpblog-tags a.tag3 {
  font-size: 0.9em;
  font-weight: 300;
}
.mpblog-tags a.tag4 {
  font-size: 1.0em;
  font-weight: 400;
}
.mpblog-tags a.tag5 {
  font-size: 1.2em;
  font-weight: 500;
}
.mpblog-tags a.tag6 {
  font-size: 1.4em;
  font-weight: 600;
}
.mpblog-tags a.tag7 {
  font-size: 1.6em;
  font-weight: 700;
}
.mpblog-tags a.tag8 {
  font-size: 1.8em;
  font-weight: 800;
}
.mpblog-tags a.tag9 {
  font-size: 2.2em;
  font-weight: 900;
}
.mpblog-tags a.tag10 {
  font-size: 2.5em;
  font-weight: 900;
}
/* Social Share */
@media (min-width: 770px) {
  .mpblog-social-container {
    float: left;
  }
}
@media (max-width: 770px) {
  .mpblog-social-container .mp-buttons ul {
    text-align: center;
    width: 100%;
  }
}
.mpblog-social-container .mp-buttons ul li {
  margin-right: 5px;
  float: left;
}
@media (max-width: 770px) {
  .mpblog-social-container .mp-buttons ul li {
    margin-bottom: 5px;
    display: inline-block;
  }
}
.mpblog-social-container .mp-buttons ul li .blog-icon {
  float: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
.mpblog-social-container .mp-buttons ul li .blog-icon.twitter {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/twitter.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/twitter.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.facebook {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/facebook.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/facebook.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.vkontakte {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/vk.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/vk.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.odnoklassniki {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/ok.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/ok.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.blogger {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/blogger.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/blogger.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.tumblr {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/tumblr.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/tumblr.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.pinterest {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/pinterest.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/pinterest.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.digg {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/digg.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/digg.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.mixx {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/mixx.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/mixx.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.delicious {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/delicious.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/delicious.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.stumbleupon {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/stumbleupon.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/stumbleupon.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.slashdot {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/slashdot.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/slashdot.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.reddit {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/reddit.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/reddit.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.linkedin {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/linkedin.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/linkedin.svg");
}
.mpblog-social-container .mp-buttons ul li .blog-icon.google {
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.png");
  background-image: url("https://shop.11freunde.de/skin/frontend/base/default/mpblog/images/assets/google_bookmarks.svg");
}
.search-query {
  margin-bottom: 20px;
}
.search-query .input-box {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.search-query .input-box button.button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  padding: 6px 7px;
}
.search-query .input-box button.button i.glyphicons.search {
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.search-query .input-box button.button i.glyphicons.search:hover {
  opacity: 1;
}
.search-query .input-box button.button i.glyphicons.search:active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.search-query .input-box input[type="text"] {
  width: 100%;
}
.search-query .advice {
  padding: 3px 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
  float: left;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.search-query .advice a {
  font-weight: bold;
}
.mpblog-search .block-content button.button {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mpblog-search .block-content input.input-text {
  width: 168px;
  margin-top: 5px;
}
/* Preview */
.mpblog-preview {
  padding: 20px;
}
.mpblog-preview .mpblog-preview-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.mpblog-preview-button-set {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
textarea.placeholder .placeholder,
input.placeholder[type="text"] .placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder .hovered-placeholder,
input.placeholder[type="text"] .hovered-placeholder {
  opacity: 1;
}
textarea.placeholder .focused-placeholder,
input.placeholder[type="text"] .focused-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder::-webkit-input-placeholder,
input.placeholder[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:-moz-placeholder,
input.placeholder[type="text"]:-moz-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder::-moz-placeholder,
input.placeholder[type="text"]::-moz-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:-ms-input-placeholder,
input.placeholder[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
  text-indent: 0;
  opacity: 0.8;
  -webkit-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: text-indent 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
textarea.placeholder:hover::-webkit-input-placeholder,
input.placeholder[type="text"]:hover::-webkit-input-placeholder {
  opacity: 1;
}
textarea.placeholder:hover:-moz-placeholder,
input.placeholder[type="text"]:hover:-moz-placeholder {
  opacity: 1;
}
textarea.placeholder:hover::-moz-placeholder,
input.placeholder[type="text"]:hover::-moz-placeholder {
  opacity: 1;
}
textarea.placeholder:hover:-ms-input-placeholder,
input.placeholder[type="text"]:hover:-ms-input-placeholder {
  opacity: 1;
}
textarea.placeholder:focus,
input.placeholder[type="text"]:focus {
  -webkit-box-shadow: inset 0px 0px 5px 0px #cccccc;
  -moz-box-shadow: inset 0px 0px 5px 0px #cccccc;
  box-shadow: inset 0px 0px 5px 0px #cccccc;
  border: 1px solid #4d4d4d;
}
textarea.placeholder:focus::-webkit-input-placeholder,
input.placeholder[type="text"]:focus::-webkit-input-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus:-moz-placeholder,
input.placeholder[type="text"]:focus:-moz-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus::-moz-placeholder,
input.placeholder[type="text"]:focus::-moz-placeholder {
  text-indent: -100%;
  opacity: 0;
}
textarea.placeholder:focus:-ms-input-placeholder,
input.placeholder[type="text"]:focus:-ms-input-placeholder {
  text-indent: -100%;
  opacity: 0;
}
.fix-me {
  zoom: 1;
  /* IE6&7 */
}
.fix-me:before,
.fix-me:after {
  content: "";
  display: table;
}
.fix-me:after {
  clear: both;
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
/* Misc styles */
div.fixed {
  clear: both;
}
/* Icons Color Scheme */
i.mpblog-classic.glyphicons,
i.mpblog-classic.glyphicons:before {
  color: #3399cc;
}
i.mpblog-red.glyphicons,
i.mpblog-red.glyphicons:before {
  color: #7C0104;
}
i.mpblog-green.glyphicons,
i.mpblog-green.glyphicons:before {
  color: #003300;
}
i.mpblog-blue.glyphicons,
i.mpblog-blue.glyphicons:before {
  color: #003366;
}
i.mpblog-grey.glyphicons,
i.mpblog-grey.glyphicons:before {
  color: #333333;
}
i.mpblog-old-magento.glyphicons,
i.mpblog-old-magento.glyphicons:before {
  color: #0A263C;
}

.amasty-hide-class {
    display: none;
}
/*@grid-float-breakpoint:                         3px;
@screen-xs:                                     1px;
@screen-sm:                                     3px;
@screen-md:                                     5px;
@screen-lg:                                     7px;
@screen-xs-max:                                 2px;
@screen-sm-max:                                 4px;
@screen-md-max:                                 6px;*/
/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
  font-style: italic;
}
/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}
.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}
.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total-expanded {
  background-position: 100% -52px;
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}
.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup-arrow {
  background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  border-radius: 0;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid #ddd;
}
/* ======================================================================================= */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "FreightText-ProBook", Times, serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #282828;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #020202;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 0;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 36px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #1e1e1e;
}
hr.grey {
  border-color: #d4d4d4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.page-popup {
  padding: 30px;
}
header[role="banner"] {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  padding-top: 25px;
}
header[role="banner"] .quick-access {
  top: -25px;
  /*    left:(@grid-gutter-width / 2);
    right:(@grid-gutter-width / 2);*/
  height: 32px;
  width: 100%;
}
header[role="banner"] .quick-access,
header[role="banner"] .quick-access a,
header[role="banner"] .quick-access .btn-blank {
  text-transform: uppercase;
}
header[role="banner"] .quick-access .btn-group-right .seperator,
header[role="banner"] .quick-access .btn-group-left .seperator {
  height: 30px;
}
header[role="banner"] .quick-access > .links {
  width: 100%;
}
header[role="banner"] .quick-access,
header[role="banner"] .quick-access-buttons {
  position: absolute;
}
header[role="banner"] .quick-access,
header[role="banner"] .quick-access-buttons,
header[role="banner"] .quick-access a,
header[role="banner"] .quick-access-buttons a,
header[role="banner"] .quick-access .btn-blank,
header[role="banner"] .quick-access-buttons .btn-blank {
  color: #282828;
  font-size: 12px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
header[role="banner"] .quick-access-buttons {
  top: 12.5px;
  right: 15px;
}
header[role="banner"] .quick-access-buttons .top-link-cart,
header[role="banner"] .quick-access-buttons .top-link-checkout {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #ccc;
  white-space: nowrap;
  padding: 10px 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  background-color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  text-align: left;
}
header[role="banner"] .quick-access-buttons .top-link-cart:focus,
header[role="banner"] .quick-access-buttons .top-link-checkout:focus,
header[role="banner"] .quick-access-buttons .top-link-cart:active:focus,
header[role="banner"] .quick-access-buttons .top-link-checkout:active:focus,
header[role="banner"] .quick-access-buttons .top-link-cart.active:focus,
header[role="banner"] .quick-access-buttons .top-link-checkout.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
header[role="banner"] .quick-access-buttons .top-link-cart:hover,
header[role="banner"] .quick-access-buttons .top-link-checkout:hover,
header[role="banner"] .quick-access-buttons .top-link-cart:focus,
header[role="banner"] .quick-access-buttons .top-link-checkout:focus {
  color: #333;
  text-decoration: none;
}
header[role="banner"] .quick-access-buttons .top-link-cart:active,
header[role="banner"] .quick-access-buttons .top-link-checkout:active,
header[role="banner"] .quick-access-buttons .top-link-cart.active,
header[role="banner"] .quick-access-buttons .top-link-checkout.active {
  outline: 0;
  background-image: none;
}
header[role="banner"] .quick-access-buttons .top-link-cart.disabled,
header[role="banner"] .quick-access-buttons .top-link-checkout.disabled,
header[role="banner"] .quick-access-buttons .top-link-cart[disabled],
header[role="banner"] .quick-access-buttons .top-link-checkout[disabled],
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-cart,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-checkout {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
aheader[role="banner"] .quick-access-buttons .top-link-cart.disabled,
aheader[role="banner"] .quick-access-buttons .top-link-checkout.disabled,
fieldset[disabled] aheader[role="banner"] .quick-access-buttons .top-link-cart,
fieldset[disabled] aheader[role="banner"] .quick-access-buttons .top-link-checkout {
  pointer-events: none;
}
header[role="banner"] .quick-access-buttons .top-link-cart:hover,
header[role="banner"] .quick-access-buttons .top-link-checkout:hover,
header[role="banner"] .quick-access-buttons .top-link-cart:focus,
header[role="banner"] .quick-access-buttons .top-link-checkout:focus,
header[role="banner"] .quick-access-buttons .top-link-cart.focus,
header[role="banner"] .quick-access-buttons .top-link-checkout.focus,
header[role="banner"] .quick-access-buttons .top-link-cart:active,
header[role="banner"] .quick-access-buttons .top-link-checkout:active,
header[role="banner"] .quick-access-buttons .top-link-cart.active,
header[role="banner"] .quick-access-buttons .top-link-checkout.active,
.open > .dropdown-toggleheader[role="banner"] .quick-access-buttons .top-link-cart,
.open > .dropdown-toggleheader[role="banner"] .quick-access-buttons .top-link-checkout {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
header[role="banner"] .quick-access-buttons .top-link-cart:active,
header[role="banner"] .quick-access-buttons .top-link-checkout:active,
header[role="banner"] .quick-access-buttons .top-link-cart.active,
header[role="banner"] .quick-access-buttons .top-link-checkout.active,
.open > .dropdown-toggleheader[role="banner"] .quick-access-buttons .top-link-cart,
.open > .dropdown-toggleheader[role="banner"] .quick-access-buttons .top-link-checkout {
  background-image: none;
}
header[role="banner"] .quick-access-buttons .top-link-cart.disabled,
header[role="banner"] .quick-access-buttons .top-link-checkout.disabled,
header[role="banner"] .quick-access-buttons .top-link-cart[disabled],
header[role="banner"] .quick-access-buttons .top-link-checkout[disabled],
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-cart,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-checkout,
header[role="banner"] .quick-access-buttons .top-link-cart.disabled:hover,
header[role="banner"] .quick-access-buttons .top-link-checkout.disabled:hover,
header[role="banner"] .quick-access-buttons .top-link-cart[disabled]:hover,
header[role="banner"] .quick-access-buttons .top-link-checkout[disabled]:hover,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-cart:hover,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-checkout:hover,
header[role="banner"] .quick-access-buttons .top-link-cart.disabled:focus,
header[role="banner"] .quick-access-buttons .top-link-checkout.disabled:focus,
header[role="banner"] .quick-access-buttons .top-link-cart[disabled]:focus,
header[role="banner"] .quick-access-buttons .top-link-checkout[disabled]:focus,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-cart:focus,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-checkout:focus,
header[role="banner"] .quick-access-buttons .top-link-cart.disabled.focus,
header[role="banner"] .quick-access-buttons .top-link-checkout.disabled.focus,
header[role="banner"] .quick-access-buttons .top-link-cart[disabled].focus,
header[role="banner"] .quick-access-buttons .top-link-checkout[disabled].focus,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-cart.focus,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-checkout.focus,
header[role="banner"] .quick-access-buttons .top-link-cart.disabled:active,
header[role="banner"] .quick-access-buttons .top-link-checkout.disabled:active,
header[role="banner"] .quick-access-buttons .top-link-cart[disabled]:active,
header[role="banner"] .quick-access-buttons .top-link-checkout[disabled]:active,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-cart:active,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-checkout:active,
header[role="banner"] .quick-access-buttons .top-link-cart.disabled.active,
header[role="banner"] .quick-access-buttons .top-link-checkout.disabled.active,
header[role="banner"] .quick-access-buttons .top-link-cart[disabled].active,
header[role="banner"] .quick-access-buttons .top-link-checkout[disabled].active,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-cart.active,
fieldset[disabled] header[role="banner"] .quick-access-buttons .top-link-checkout.active {
  background-color: #fff;
  border-color: #ccc;
}
header[role="banner"] .quick-access-buttons .top-link-cart .badge,
header[role="banner"] .quick-access-buttons .top-link-checkout .badge {
  color: #fff;
  background-color: #333;
}
header[role="banner"] .quick-access-buttons .top-link-cart.btn-call-to-action,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-call-to-action,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-call-to-action:hover,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-call-to-action:hover,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-call-to-action:active,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-call-to-action:active,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-call-to-action:focus,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-call-to-action:focus {
  background-color: #62b483;
  color: #fff;
}
header[role="banner"] .quick-access-buttons .top-link-cart.btn-call-to-action .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-call-to-action .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-call-to-action:hover .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-call-to-action:hover .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-call-to-action:active .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-call-to-action:active .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-call-to-action:focus .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-call-to-action:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary:hover,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary:hover,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary:active,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary:active,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary:focus,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary:focus {
  background-color: #282828;
  color: #fff;
}
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary:hover .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary:hover .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary:active .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary:active .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary:focus .fa-chevron-right,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary > b,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary > b,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary:hover > b,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary:hover > b,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary:active > b,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary:active > b,
header[role="banner"] .quick-access-buttons .top-link-cart.btn-primary:focus > b,
header[role="banner"] .quick-access-buttons .top-link-checkout.btn-primary:focus > b {
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-weight: normal;
}
header[role="banner"] .quick-access-buttons .top-link-cart,
header[role="banner"] .quick-access-buttons .top-link-checkout,
header[role="banner"] .quick-access-buttons .top-link-cart:hover,
header[role="banner"] .quick-access-buttons .top-link-checkout:hover,
header[role="banner"] .quick-access-buttons .top-link-cart:active,
header[role="banner"] .quick-access-buttons .top-link-checkout:active,
header[role="banner"] .quick-access-buttons .top-link-cart:focus,
header[role="banner"] .quick-access-buttons .top-link-checkout:focus {
  background-color: #f0f0f0;
}
header[role="banner"] .quick-access-buttons li {
  display: block;
  margin-top: 5px;
}
header[role="banner"] .quick-access-buttons li:first-child {
  margin-top: 21px;
}
header[role="banner"] .quick-access-buttons .dropdown-menu li {
  margin-top: 0;
}
@media (min-width: 768px) {
  header[role="banner"] .form-language {
    float: left;
    width: 160px;
  }
  header[role="banner"] .form-language .form-control {
    width: 120px;
  }
  header[role="banner"] .links {
    float: right;
    line-height: 30px;
    position: relative;
    min-width: 175px;
  }
  header[role="banner"] .form-search:before,
  header[role="banner"] .form-search:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .form-search:after {
    clear: both;
  }
  header[role="banner"] .form-search:before,
  header[role="banner"] .form-search:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .form-search:after {
    clear: both;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .quick-access {
    float: right;
  }
}
.layout {
  margin-left: -15px;
  margin-right: -15px;
}
.layout.layout-1-col div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout.layout-1-col div[role="main"] {
    float: left;
    width: 100%;
  }
}
.layout.layout-2-cols div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout.layout-2-cols div[role="main"] {
    float: left;
    width: 75%;
  }
}
.layout.layout-3-cols div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout.layout-3-cols div[role="main"] {
    float: left;
    width: 50%;
  }
}
.cms-page-view .layout.layout-1-col div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cms-page-view .layout.layout-1-col div[role="main"] {
    float: left;
    width: 75%;
  }
}
.cms-landingpage .layout.layout-1-col div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cms-landingpage .layout.layout-1-col div[role="main"] {
    float: left;
    width: 100%;
  }
}
div[role="main"],
.special-container + .content-container div[role="main"] {
  padding-bottom: 40px;
}
.special-container div[role="main"] {
  padding-bottom: 20px;
}
aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  aside[role="complementary"] {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  aside[role="complementary"] {
    display: block;
  }
}
footer[role="contentinfo"] {
  margin-bottom: 20px;
}
footer[role="contentinfo"]:before,
footer[role="contentinfo"]:after {
  content: " ";
  display: table;
}
footer[role="contentinfo"]:after {
  clear: both;
}
footer[role="contentinfo"]:before,
footer[role="contentinfo"]:after {
  content: " ";
  display: table;
}
footer[role="contentinfo"]:after {
  clear: both;
}
footer[role="contentinfo"] > ul > li,
footer[role="contentinfo"] .links li {
  display: inline;
}
footer[role="contentinfo"] > ul,
footer[role="contentinfo"] .links,
footer[role="contentinfo"] .bugs,
footer[role="contentinfo"] address {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] > ul,
  footer[role="contentinfo"] .links,
  footer[role="contentinfo"] .bugs,
  footer[role="contentinfo"] address {
    width: 50%;
  }
  footer[role="contentinfo"] > ul,
  footer[role="contentinfo"] .bugs {
    float: left;
  }
  footer[role="contentinfo"] .links {
    float: right;
    text-align: right;
  }
}
.labeled-title {
  font-size: 16px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  line-height: 21px;
  margin: 0 8px 21px 0;
}
.upper {
  text-transform: uppercase;
}
.green,
.blue,
.red {
  color: #fff;
}
.green,
.green:hover {
  background-color: #62b483;
  border-color: #62b483;
}
.blue,
.blue:hover {
  background-color: #01A0C7;
  border-color: #01A0C7;
}
.red,
.red:hover {
  background-color: #e56e6a;
  border-color: #e56e6a;
}
.auto-width {
  width: auto !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h2.legend {
  font-family: "11FGalano-Black", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small,
h2.legend small,
h2.legend .small {
  font-weight: normal;
  line-height: 1;
  color: #ccc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6,
h2.legend {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small,
h2.legend small,
h2.legend .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4,
h2.legend {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf5ec;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccc;
}
.text-primary {
  color: #282828;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0e0e0e;
}
.text-success {
  color: #3e834e;
}
a.text-success:hover,
a.text-success:focus {
  color: #2e603a;
}
.text-info {
  color: #0183ae;
}
a.text-info:hover,
a.text-info:focus {
  color: #015d7b;
}
.text-warning {
  color: #9b4a1b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #703513;
}
.text-danger {
  color: #9b1b2c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #701320;
}
.bg-primary {
  color: #fff;
  background-color: #282828;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0e0e0e;
}
.bg-success {
  background-color: #ecf6f0;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #cae5d5;
}
.bg-info {
  background-color: #b7f1ff;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #85e6fe;
}
.bg-warning {
  background-color: #fcf5ec;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f4dcc1;
}
.bg-danger {
  background-color: #fcedec;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f4c3c1;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.page-header > h1 {
  margin-top: 10px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ccc;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.page-title {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 0;
}
.page-title:before,
.page-title:after {
  content: " ";
  display: table;
}
.page-title:after {
  clear: both;
}
.page-title:before,
.page-title:after {
  content: " ";
  display: table;
}
.page-title:after {
  clear: both;
}
.page-title > h1 {
  margin-top: 10px;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}
.subtitle,
.sub-title {
  color: #ccc;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 1011px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1011px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.col2-set,
.col2-set,
.col4-set {
  margin-left: -15px;
  margin-right: -15px;
}
.col2-set > .legend {
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}
.col2-set .col-1,
.col2-set .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: left;
    width: 50%;
  }
}
.col2-set .col-narrow {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-narrow {
    float: left;
    width: 33.33333333%;
  }
}
.col2-set .col-wide {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-wide {
    float: left;
    width: 66.66666667%;
  }
}
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    float: left;
    width: 33.33333333%;
  }
}
.col4-set .col-1,
.col4-set .col-2,
.col4-set .col-3,
.col4-set .col-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    float: left;
    width: 25%;
  }
}
table {
  background-color: #f3f3f3;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ccc;
  text-align: left;
}
th {
  text-align: left;
  font-family: "11FGalano-Black", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #fff;
}
.table > thead > tr > th {
  vertical-align: bottom;
  text-transform: uppercase;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #fff;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #f3f3f3;
}
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #fff;
}
.table-bordered > thead > tr > td:first-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tfoot > tr > td:first-child {
  border-left-width: 0;
}
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child {
  border-right-width: 0;
}
.table-bordered > tbody > tr:last-child > td {
  border-bottom-width: 0;
}
.table-bordered > tfoot > tr > td {
  border-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ecf6f0;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #dbeee2;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #b7f1ff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #9eecff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf5ec;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f8e8d7;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fcedec;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f8d8d7;
}
.data-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.data-table > thead > tr > th,
.data-table > tbody > tr > th,
.data-table > tfoot > tr > th,
.data-table > thead > tr > td,
.data-table > tbody > tr > td,
.data-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #fff;
}
.data-table > thead > tr > th {
  vertical-align: bottom;
  text-transform: uppercase;
}
.data-table > caption + thead > tr:first-child > th,
.data-table > colgroup + thead > tr:first-child > th,
.data-table > thead:first-child > tr:first-child > th,
.data-table > caption + thead > tr:first-child > td,
.data-table > colgroup + thead > tr:first-child > td,
.data-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.data-table > tbody + tbody {
  border-top: 2px solid #fff;
}
.data-table .table {
  background-color: #fff;
}
.data-table > tbody > tr:nth-child(odd) > td,
.data-table > tbody > tr:nth-child(odd) > th {
  background-color: #f3f3f3;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #fff;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.form-control:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.form-control:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8a8a8a;
}
.form-control::-webkit-input-placeholder {
  color: #8a8a8a;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 42px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3e834e;
}
.has-success .form-control {
  border-color: #3e834e;
}
.has-success .form-control:focus {
  border-color: #2e603a;
}
.has-success .input-group-addon {
  color: #3e834e;
  border-color: #3e834e;
  background-color: #ecf6f0;
}
.has-success .form-control-feedback {
  color: #3e834e;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3e834e;
}
.has-success .form-control {
  border-color: #3e834e;
}
.has-success .form-control:focus {
  border-color: #2e603a;
}
.has-success .input-group-addon {
  color: #3e834e;
  border-color: #3e834e;
  background-color: #ecf6f0;
}
.has-success .form-control-feedback {
  color: #3e834e;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #9b4a1b;
}
.has-warning .form-control {
  border-color: #9b4a1b;
}
.has-warning .form-control:focus {
  border-color: #703513;
}
.has-warning .input-group-addon {
  color: #9b4a1b;
  border-color: #9b4a1b;
  background-color: #fcf5ec;
}
.has-warning .form-control-feedback {
  color: #9b4a1b;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #9b4a1b;
}
.has-warning .form-control {
  border-color: #9b4a1b;
}
.has-warning .form-control:focus {
  border-color: #703513;
}
.has-warning .input-group-addon {
  color: #9b4a1b;
  border-color: #9b4a1b;
  background-color: #fcf5ec;
}
.has-warning .form-control-feedback {
  color: #9b4a1b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #9b1b2c;
}
.has-error .form-control {
  border-color: #9b1b2c;
}
.has-error .form-control:focus {
  border-color: #701320;
}
.has-error .input-group-addon {
  color: #9b1b2c;
  border-color: #9b1b2c;
  background-color: #fcedec;
}
.has-error .form-control-feedback {
  color: #9b1b2c;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #9b1b2c;
}
.has-error .form-control {
  border-color: #9b1b2c;
}
.has-error .form-control:focus {
  border-color: #701320;
}
.has-error .input-group-addon {
  color: #9b1b2c;
  border-color: #9b1b2c;
  background-color: #fcedec;
}
.has-error .form-control-feedback {
  color: #9b1b2c;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}
.input-text {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.input-text:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.input-text:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.input-text::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.input-text:-ms-input-placeholder {
  color: #8a8a8a;
}
.input-text::-webkit-input-placeholder {
  color: #8a8a8a;
}
.input-text[disabled],
.input-text[readonly],
fieldset[disabled] .input-text {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.input-text {
  height: auto;
}
.form-list:before,
.form-list:after {
  content: " ";
  display: table;
}
.form-list:after {
  clear: both;
}
.form-list:before,
.form-list:after {
  content: " ";
  display: table;
}
.form-list:after {
  clear: both;
}
.form-list li {
  margin-bottom: 15px;
}
.form-list li:before,
.form-list li:after {
  content: " ";
  display: table;
}
.form-list li:after {
  clear: both;
}
.form-list li:before,
.form-list li:after {
  content: " ";
  display: table;
}
.form-list li:after {
  clear: both;
}
.form-list label {
  position: relative;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
}
.form-list label.required em {
  float: right;
  font-style: normal;
  color: #62b483;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list li.control label {
  float: none;
  display: block;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
  display: inline;
  float: left;
  margin-top: 2px;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.form-list .field {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.form-list .field:first-child,
.form-list .field:first-of-type {
  padding-left: 0;
}
.form-list .field:last-child {
  padding-right: 0;
}
.form-list textarea,
.form-list select {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.form-list textarea:focus,
.form-list select:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.form-list textarea:focus,
.form-list select:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.form-list textarea::-moz-placeholder,
.form-list select::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.form-list textarea:-ms-input-placeholder,
.form-list select:-ms-input-placeholder {
  color: #8a8a8a;
}
.form-list textarea::-webkit-input-placeholder,
.form-list select::-webkit-input-placeholder {
  color: #8a8a8a;
}
.form-list textarea[disabled],
.form-list select[disabled],
.form-list textarea[readonly],
.form-list select[readonly],
fieldset[disabled] .form-list textarea,
fieldset[disabled] .form-list select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-list textarea,
textarea.form-list select {
  height: auto;
}
.form-list select[multiple],
.form-list textarea {
  height: auto;
}
.form-list li.additional-row {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row p:before,
.form-list li.additional-row p:after {
  content: " ";
  display: table;
}
.form-list li.additional-row p:after {
  clear: both;
}
.form-list li.additional-row p:before,
.form-list li.additional-row p:after {
  content: " ";
  display: table;
}
.form-list li.additional-row p:after {
  clear: both;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list .input-range input.input-text,
.form-list .input-range span {
  display: inline-block;
}
.form-list .input-range input.input-text {
  width: 40%;
}
.form-list-narrow li {
  margin-bottom: 0;
}
.form-list-narrow li .input-box {
  margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box {
  width: 260px;
}
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px;
}
.form-list-narrow li.wide select {
  width: 260px;
}
.form-list .customer-name-prefix .name-prefix {
  width: 16%;
}
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-prefix .name-lastname {
  width: 42%;
}
.form-list .customer-name-prefix-middlename .name-prefix,
.form-list .customer-name-prefix-middlename .name-middlename {
  width: 16%;
}
.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename .name-lastname {
  width: 34%;
}
.form-list .customer-name-prefix-suffix .name-prefix,
.form-list .customer-name-prefix-suffix .name-suffix {
  width: 16%;
}
.form-list .customer-name-prefix-suffix .name-firstname,
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 34%;
}
.form-list .customer-name-prefix-middlename-suffix .name-prefix,
.form-list .customer-name-prefix-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename-suffix .name-suffix {
  width: 12%;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 32%;
}
.form-list .customer-name-middlename .name-middlename {
  width: 16%;
}
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-lastname {
  width: 42%;
}
.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-middlename-suffix .name-suffix {
  width: 16%;
}
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 34%;
}
.form-list .customer-name-suffix .name-suffix {
  width: 16%;
}
.form-list .customer-name-suffix .name-firstname,
.form-list .customer-name-suffix .name-lastname {
  width: 42%;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.form-list .customer-dob .dob-day:first-child,
.form-list .customer-dob .dob-month:first-child,
.form-list .customer-dob .dob-year:first-child {
  padding-left: 0;
}
.form-list .customer-dob .dob-day + .dob-month + .dob-year,
.form-list .customer-dob .dob-month + .dob-day + .dob-year,
.form-list .customer-dob .dob-year + .dob-day + .dob-month,
.form-list .customer-dob .dob-year + .dob-month + .dob-day {
  padding-right: 0;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 30%;
}
.form-list .customer-dob .dob-year {
  width: 40%;
}
.buttons-set {
  margin: 4em 0 0;
  padding: 8px 0 0;
  line-height: 42px;
  text-align: right;
}
.buttons-set:before,
.buttons-set:after {
  content: " ";
  display: table;
}
.buttons-set:after {
  clear: both;
}
.buttons-set:before,
.buttons-set:after {
  content: " ";
  display: table;
}
.buttons-set:after {
  clear: both;
}
.buttons-set p.required {
  margin: 0 0 10px;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
}
.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}
.validation-advice {
  clear: both;
  color: #9b1b2c;
}
.validation-failed {
  border-color: #9b1b2c !important;
}
.validation-failed:focus {
  border-color: #701320 !important;
}
p.required {
  text-align: right;
  color: #9b1b2c;
}
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #282828;
  border-color: #1b1b1b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #282828;
  border-color: #1b1b1b;
}
.btn-primary .badge {
  color: #282828;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #62b483;
  border-color: #52ab76;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #499a6a;
  border-color: #3e8159;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #62b483;
  border-color: #52ab76;
}
.btn-success .badge {
  color: #62b483;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #01A0C7;
  border-color: #018cae;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #017794;
  border-color: #015b71;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #01A0C7;
  border-color: #018cae;
}
.btn-info .badge {
  color: #01A0C7;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #e5ac6a;
  border-color: #e19f54;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #dd933f;
  border-color: #d38225;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #e5ac6a;
  border-color: #e19f54;
}
.btn-warning .badge {
  color: #e5ac6a;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e56e6a;
  border-color: #e15954;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #dd443f;
  border-color: #d32b25;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e56e6a;
  border-color: #e15954;
}
.btn-danger .badge {
  color: #e56e6a;
  background-color: #fff;
}
.btn-link {
  color: #282828;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #020202;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ccc;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-header {
  padding: 0;
  border-width: 0 0 0 1px;
}
.btn-group-right {
  float: right;
}
.btn-group-left {
  float: left;
}
.btn-group-right .seperator,
.btn-group-left .seperator {
  width: 1px;
  display: block;
  background-color: #d4d4d4;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #ccc;
  white-space: nowrap;
  padding: 10px 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  background-color: #fff;
}
.button:focus,
.button:active:focus,
.button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus {
  color: #333;
  text-decoration: none;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
a.button.disabled,
fieldset[disabled] a.button {
  pointer-events: none;
}
.button:hover,
.button:focus,
.button.focus,
.button:active,
.button.active,
.open > .dropdown-toggle.button {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.button:active,
.button.active,
.open > .dropdown-toggle.button {
  background-image: none;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button,
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled.focus,
.button[disabled].focus,
fieldset[disabled] .button.focus,
.button.disabled:active,
.button[disabled]:active,
fieldset[disabled] .button:active,
.button.disabled.active,
.button[disabled].active,
fieldset[disabled] .button.active {
  background-color: #fff;
  border-color: #ccc;
}
.button .badge {
  color: #fff;
  background-color: #333;
}
.button.btn-call-to-action,
.button.btn-call-to-action:hover,
.button.btn-call-to-action:active,
.button.btn-call-to-action:focus {
  background-color: #62b483;
  color: #fff;
}
.button.btn-call-to-action .fa-chevron-right,
.button.btn-call-to-action:hover .fa-chevron-right,
.button.btn-call-to-action:active .fa-chevron-right,
.button.btn-call-to-action:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.button.btn-primary,
.button.btn-primary:hover,
.button.btn-primary:active,
.button.btn-primary:focus {
  background-color: #282828;
  color: #fff;
}
.button.btn-primary .fa-chevron-right,
.button.btn-primary:hover .fa-chevron-right,
.button.btn-primary:active .fa-chevron-right,
.button.btn-primary:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.button.btn-primary > b,
.button.btn-primary:hover > b,
.button.btn-primary:active > b,
.button.btn-primary:focus > b {
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-weight: normal;
}
.btn,
.button {
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-size: 13px;
}
.btn-blank,
.btn-link,
.btn-blank.hover,
.btn-link.hover,
.btn-blank.active,
.btn-link.active,
.btn-blank:active,
.btn-link:active,
.btn-blank:hover,
.btn-link:hover {
  border-color: transparent;
  background: none transparent;
  color: #282828;
}
.btn-blank.link-btn,
.btn-link.link-btn {
  background-color: #f3f3f3;
  display: inline-block;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn-link {
  padding: 0;
  cursor: pointer;
}
.btn-default.btn-call-to-action,
.top-link-checkout.btn-call-to-action,
.top-link-cart.btn-call-to-action,
.btn-default.btn-call-to-action:hover,
.top-link-checkout.btn-call-to-action:hover,
.top-link-cart.btn-call-to-action:hover,
.btn-default.btn-call-to-action:active,
.top-link-checkout.btn-call-to-action:active,
.top-link-cart.btn-call-to-action:active,
.btn-default.btn-call-to-action:focus,
.top-link-checkout.btn-call-to-action:focus,
.top-link-cart.btn-call-to-action:focus {
  background-color: #62b483;
  color: #fff;
}
.btn-default.btn-call-to-action .fa-chevron-right,
.top-link-checkout.btn-call-to-action .fa-chevron-right,
.top-link-cart.btn-call-to-action .fa-chevron-right,
.btn-default.btn-call-to-action:hover .fa-chevron-right,
.top-link-checkout.btn-call-to-action:hover .fa-chevron-right,
.top-link-cart.btn-call-to-action:hover .fa-chevron-right,
.btn-default.btn-call-to-action:active .fa-chevron-right,
.top-link-checkout.btn-call-to-action:active .fa-chevron-right,
.top-link-cart.btn-call-to-action:active .fa-chevron-right,
.btn-default.btn-call-to-action:focus .fa-chevron-right,
.top-link-checkout.btn-call-to-action:focus .fa-chevron-right,
.top-link-cart.btn-call-to-action:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.btn-default.btn-primary,
.top-link-checkout.btn-primary,
.top-link-cart.btn-primary,
.btn-default.btn-primary:hover,
.top-link-checkout.btn-primary:hover,
.top-link-cart.btn-primary:hover,
.btn-default.btn-primary:active,
.top-link-checkout.btn-primary:active,
.top-link-cart.btn-primary:active,
.btn-default.btn-primary:focus,
.top-link-checkout.btn-primary:focus,
.top-link-cart.btn-primary:focus {
  background-color: #282828;
  color: #fff;
}
.btn-default.btn-primary .fa-chevron-right,
.top-link-checkout.btn-primary .fa-chevron-right,
.top-link-cart.btn-primary .fa-chevron-right,
.btn-default.btn-primary:hover .fa-chevron-right,
.top-link-checkout.btn-primary:hover .fa-chevron-right,
.top-link-cart.btn-primary:hover .fa-chevron-right,
.btn-default.btn-primary:active .fa-chevron-right,
.top-link-checkout.btn-primary:active .fa-chevron-right,
.top-link-cart.btn-primary:active .fa-chevron-right,
.btn-default.btn-primary:focus .fa-chevron-right,
.top-link-checkout.btn-primary:focus .fa-chevron-right,
.top-link-cart.btn-primary:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.btn-default.btn-primary > b,
.top-link-checkout.btn-primary > b,
.top-link-cart.btn-primary > b,
.btn-default.btn-primary:hover > b,
.top-link-checkout.btn-primary:hover > b,
.top-link-cart.btn-primary:hover > b,
.btn-default.btn-primary:active > b,
.top-link-checkout.btn-primary:active > b,
.top-link-cart.btn-primary:active > b,
.btn-default.btn-primary:focus > b,
.top-link-checkout.btn-primary:focus > b,
.top-link-cart.btn-primary:focus > b {
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-weight: normal;
}
.button {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  background-color: #282828;
  border-color: #1b1b1b;
}
.button:hover,
.button:focus,
.button.focus,
.button:active,
.button.active,
.open > .dropdown-toggle.button {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #000000;
}
.button:active,
.button.active,
.open > .dropdown-toggle.button {
  background-image: none;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button,
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled.focus,
.button[disabled].focus,
fieldset[disabled] .button.focus,
.button.disabled:active,
.button[disabled]:active,
fieldset[disabled] .button:active,
.button.disabled.active,
.button[disabled].active,
fieldset[disabled] .button.active {
  background-color: #282828;
  border-color: #1b1b1b;
}
.button .badge {
  color: #282828;
  background-color: #fff;
}
.button.btn-grey .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right.png);
}
.btn-grey,
.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus {
  color: #333;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-grey .fa-chevron-right,
.btn-grey:hover .fa-chevron-right,
.btn-grey:active .fa-chevron-right,
.btn-grey:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right.png);
}
.btn-green {
  background-color: #62b483;
  border-color: #62b483;
  color: #fff;
}
.btn-green .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  color: #fff;
  background-color: #52ab76;
  border-color: #52ab76;
}
.btn-green:hover .fa-chevron-right,
.btn-green:active .fa-chevron-right,
.btn-green:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.btn-red {
  background-color: #e56e6a;
  border-color: #e56e6a;
  color: #fff;
}
.btn-red .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.btn-red:hover,
.btn-red:active,
.btn-red:focus {
  color: #fff;
  background-color: #e15954;
  border-color: #e15954;
}
.btn-red:hover .fa-chevron-right,
.btn-red:active .fa-chevron-right,
.btn-red:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.btn-blue {
  background-color: #01A0C7;
  border-color: #01A0C7;
  color: #fff;
}
.btn-blue .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  color: #fff;
  background-color: #018cae;
  border-color: #018cae;
}
.btn-blue:hover .fa-chevron-right,
.btn-blue:active .fa-chevron-right,
.btn-blue:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #282828;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #ccc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-addon label {
  margin-bottom: 0;
  font-weight: normal;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #f3f3f3;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #ccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f3f3f3;
  border-color: #282828;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  text-transform: uppercase;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-size: 12px;
  padding-top: 14px;
  padding-bottom: 13px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .nav-tabs > li > a {
    letter-spacing: 0.03em;
  }
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #555555;
  background-color: #fff;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  letter-spacing: 0.072em;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  letter-spacing: 0.067em;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #282828;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 55px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 17.5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 55px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-sm {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.navbar-btn.btn-xs {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
.navbar-text {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #d4d4d4;
  border-color: #c3c3c3;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .current > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .current > a:hover,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .current > a:focus,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #c3c3c3;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #8a8a8a;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #c3c3c3;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #c3c3c3;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #c3c3c3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #8a8a8a;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #8a8a8a;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover > span,
.navbar-inverse .navbar-nav > li > a:focus > span {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .current > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .current > a:hover,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .current > a:focus,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
@media (min-width: 768px) {
  .navbar-main .navbar-brand {
    display: none;
  }
}
.navbar-container,
.mobile-navbar-container {
  background-color: #222;
  position: relative;
  z-index: 2;
}
.navbar-container .dropdown-menu,
.mobile-navbar-container .dropdown-menu {
  background-color: #f0f0f0;
}
.navbar-container .dropdown-menu > a,
.mobile-navbar-container .dropdown-menu > a,
.navbar-container .dropdown-menu > li > a,
.mobile-navbar-container .dropdown-menu > li > a,
.navbar-container .dropdown-menu > a > span,
.mobile-navbar-container .dropdown-menu > a > span,
.navbar-container .dropdown-menu > li > a > span,
.mobile-navbar-container .dropdown-menu > li > a > span {
  background-color: #f0f0f0;
  color: #282828;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
}
.navbar-container .navbar-nav > li.level0,
.mobile-navbar-container .navbar-nav > li.level0 {
  position: static;
}
.navbar-container .navbar-nav > li.level0 > a,
.mobile-navbar-container .navbar-nav > li.level0 > a {
  background-color: #222;
  font-size: 17px;
}
.navbar-container .navbar-nav > li.level0 > a,
.mobile-navbar-container .navbar-nav > li.level0 > a,
.navbar-container .navbar-nav > li.level0 > a > span,
.mobile-navbar-container .navbar-nav > li.level0 > a > span {
  color: #fff;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
}
.navbar-container .navbar-nav > li.level0 > a.home,
.mobile-navbar-container .navbar-nav > li.level0 > a.home {
  margin-left: -15px;
  display: block;
  height: 55px;
  overflow: hidden;
}
.navbar-container .navbar-nav > li.level0 > a > img,
.mobile-navbar-container .navbar-nav > li.level0 > a > img {
  margin-top: 2px;
  margin-bottom: 4px;
}
.navbar-container .navbar-nav > li.level0 > a + br,
.mobile-navbar-container .navbar-nav > li.level0 > a + br {
  display: none;
}
.navbar-container .navbar-nav > li.level0.active > a,
.mobile-navbar-container .navbar-nav > li.level0.active > a,
.navbar-container .navbar-nav > li.level0.current > a,
.mobile-navbar-container .navbar-nav > li.level0.current > a,
.navbar-container .navbar-nav > li.level0.active > a span,
.mobile-navbar-container .navbar-nav > li.level0.active > a span,
.navbar-container .navbar-nav > li.level0.current > a span,
.mobile-navbar-container .navbar-nav > li.level0.current > a span {
  color: #8a8a8a;
}
.navbar-container .navbar-nav > li.level0.active > a.home > img,
.mobile-navbar-container .navbar-nav > li.level0.active > a.home > img,
.navbar-container .navbar-nav > li.level0.current > a.home > img,
.mobile-navbar-container .navbar-nav > li.level0.current > a.home > img {
  margin-top: -39px;
}
.navbar-container .navbar-nav > li.level0.nav-10,
.mobile-navbar-container .navbar-nav > li.level0.nav-10,
.navbar-container .navbar-nav > li.level0.nav-11,
.mobile-navbar-container .navbar-nav > li.level0.nav-11 {
  display: none !important;
}
.navbar-container .navbar-nav > li > .dropdown-menu,
.mobile-navbar-container .navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
  border-color: transparent;
  color: #282828;
  width: 100%;
}
.navbar-container .navbar-nav > li > .dropdown-menu .divider,
.mobile-navbar-container .navbar-nav > li > .dropdown-menu .divider {
  height: 0;
}
.navbar-container .navbar-nav > li.level0.down > .dropdown-menu,
.mobile-navbar-container .navbar-nav > li.level0.down > .dropdown-menu {
  display: block !important;
}
.navbar-container .navbar-nav > li.level0.down.open > .dropdown-menu,
.mobile-navbar-container .navbar-nav > li.level0.down.open > .dropdown-menu {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navbar-container .navbar-nav.progressSteps > li.level0 > a > .fa.fa-angle-right.angle-right-black,
.mobile-navbar-container .navbar-nav.progressSteps > li.level0 > a > .fa.fa-angle-right.angle-right-black {
  color: transparent !important;
  background-position: right center;
  height: 25px;
  line-height: 19px;
  margin-bottom: -7px;
  right: -15px;
  top: -5px;
}
.navbar-container .navbar-collapse,
.mobile-navbar-container .navbar-collapse {
  padding: 0;
}
.navbar-container .navbar-white,
.mobile-navbar-container .navbar-white,
.navbar-container .navbar-default,
.mobile-navbar-container .navbar-default {
  border: 0 none;
}
.navbar-container .input-text,
.mobile-navbar-container .input-text,
.navbar-container .input-text:hover,
.mobile-navbar-container .input-text:hover,
.navbar-container .input-text:focus,
.mobile-navbar-container .input-text:focus,
.navbar-container .input-text:active,
.mobile-navbar-container .input-text:active {
  background: none transparent;
  border: 0 none;
  color: #fff;
}
.navbar-container.checkout-navbar-container,
.mobile-navbar-container.checkout-navbar-container {
  background-color: #fff;
  border-top-width: 1px;
  border-top-color: #222;
  border-top-style: solid;
}
.navbar-container.checkout-navbar-container .navbar-white,
.mobile-navbar-container.checkout-navbar-container .navbar-white {
  background-color: #fff;
}
.navbar-container.checkout-navbar-container .navbar-nav > li.level0 > a,
.mobile-navbar-container.checkout-navbar-container .navbar-nav > li.level0 > a {
  background-color: #fff;
}
.navbar-container.checkout-navbar-container .navbar-nav > li.level0 > a,
.mobile-navbar-container.checkout-navbar-container .navbar-nav > li.level0 > a,
.navbar-container.checkout-navbar-container .navbar-nav > li.level0 > a > span,
.mobile-navbar-container.checkout-navbar-container .navbar-nav > li.level0 > a > span {
  color: #222;
}
.navbar-container.checkout-navbar-container .navbar-nav > li.level0.active > a,
.mobile-navbar-container.checkout-navbar-container .navbar-nav > li.level0.active > a,
.navbar-container.checkout-navbar-container .navbar-nav > li.level0.current > a,
.mobile-navbar-container.checkout-navbar-container .navbar-nav > li.level0.current > a,
.navbar-container.checkout-navbar-container .navbar-nav > li.level0.active > a span,
.mobile-navbar-container.checkout-navbar-container .navbar-nav > li.level0.active > a span,
.navbar-container.checkout-navbar-container .navbar-nav > li.level0.current > a span,
.mobile-navbar-container.checkout-navbar-container .navbar-nav > li.level0.current > a span {
  color: #8a8a8a;
}
.mobile-navbar-container .navbar-collapse {
  overflow-x: hidden;
}
.subnavigation-container > div > div > nav,
.navbar-container > div > div > nav {
  margin-left: -15px;
  margin-right: -15px;
}
.breadcrumb {
  padding: 20px 0 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: -20px;
  }
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li,
.breadcrumb > li > a {
  color: #8a8a8a;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
.breadcrumb > li:before {
  content: "\00a0\00a0";
  padding: 0 3px;
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.breadcrumb > .active {
  color: #8a8a8a;
}
@media (min-width: 768px) {
  .cms-page-view .breadcrumb {
    margin-bottom: -10px;
  }
}
@media (min-width: 768px) {
  .cms-landingpage .breadcrumb {
    margin-bottom: -17px;
  }
}
.breadcrumb strong {
  color: #8a8a8a;
}
.breadcrumb {
  font-size: 13px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 4px;
  line-height: 1.42857143;
  text-decoration: underline;
  color: #282828;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li > a.previous,
.pagination > li > span.previous,
.pagination > li > a.next,
.pagination > li > span.next {
  text-decoration: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #020202;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ccc;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
  cursor: not-allowed;
}
.pager:before,
.sorter:before,
.pager:after,
.sorter:after {
  content: " ";
  display: table;
}
.pager:after,
.sorter:after {
  clear: both;
}
.pager:before,
.sorter:before,
.pager:after,
.sorter:after {
  content: " ";
  display: table;
}
.pager:after,
.sorter:after {
  clear: both;
}
.pager {
  padding: 4px 8px;
  text-align: center;
  line-height: 30px;
}
.pager .amount {
  float: left;
  margin-bottom: 0;
}
.pager .limiter {
  float: right;
}
.pager .limiter label {
  margin-bottom: 0;
}
.pager .limiter select {
  display: inline;
  width: 60px;
}
.pager .pages {
  float: right;
  margin-top: 4px;
  text-align: center;
}
.pager .pages ol {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
  margin: 0;
  display: inline-block;
}
.pager .pages ol > li {
  display: inline;
}
.pager .pages ol > li > a,
.pager .pages ol > li > span {
  position: relative;
  float: left;
  padding: 6px 4px;
  line-height: 1.42857143;
  text-decoration: underline;
  color: #282828;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pager .pages ol > li > a.previous,
.pager .pages ol > li > span.previous,
.pager .pages ol > li > a.next,
.pager .pages ol > li > span.next {
  text-decoration: none;
}
.pager .pages ol > li:first-child > a,
.pager .pages ol > li:first-child > span {
  margin-left: 0;
}
.pager .pages ol > li > a:hover,
.pager .pages ol > li > span:hover,
.pager .pages ol > li > a:focus,
.pager .pages ol > li > span:focus {
  color: #020202;
}
.pager .pages ol > .active > a,
.pager .pages ol > .active > span,
.pager .pages ol > .active > a:hover,
.pager .pages ol > .active > span:hover,
.pager .pages ol > .active > a:focus,
.pager .pages ol > .active > span:focus {
  z-index: 2;
  color: #ccc;
  cursor: default;
}
.pager .pages ol > .disabled > span,
.pager .pages ol > .disabled > span:hover,
.pager .pages ol > .disabled > span:focus,
.pager .pages ol > .disabled > a,
.pager .pages ol > .disabled > a:hover,
.pager .pages ol > .disabled > a:focus {
  color: #ccc;
  cursor: not-allowed;
}
.pager .pages li {
  display: inline-block;
  margin: 0 2px;
}
.sorter .view-mode {
  float: right;
  margin: 0;
}
.sorter .sort-by {
  float: right;
}
.sorter .sort-by label {
  margin-bottom: 0;
}
.sorter .sort-by select {
  display: inline;
  width: 100px;
}
@media (min-width: 768px) {
  .sorter .sort-by {
    padding-right: 43px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #ecf6f0;
  border-color: #dbeedf;
  color: #3e834e;
}
.alert-success hr {
  border-top-color: #cae5d0;
}
.alert-success .alert-link {
  color: #2e603a;
}
.alert-info {
  background-color: #b7f1ff;
  border-color: #f8d9d7;
  color: #0183ae;
}
.alert-info hr {
  border-top-color: #f4c5c1;
}
.alert-info .alert-link {
  color: #015d7b;
}
.alert-warning {
  background-color: #fcf5ec;
  border-color: #f8e3d7;
  color: #9b4a1b;
}
.alert-warning hr {
  border-top-color: #f4d4c1;
}
.alert-warning .alert-link {
  color: #703513;
}
.alert-danger {
  background-color: #fcedec;
  border-color: #f8d7db;
  color: #9b1b2c;
}
.alert-danger hr {
  border-top-color: #f4c1c8;
}
.alert-danger .alert-link {
  color: #701320;
}
.success {
  color: #3e834e;
}
.error {
  color: #9b1b2c;
}
.notice {
  color: #0183ae;
}
.messages > li {
  margin-bottom: 10px;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.error-msg h4,
.success-msg h4,
.note-msg h4,
.notice-msg h4 {
  margin-top: 0;
  color: inherit;
}
.error-msg .alert-link,
.success-msg .alert-link,
.note-msg .alert-link,
.notice-msg .alert-link {
  font-weight: bold;
}
.error-msg > p,
.success-msg > p,
.note-msg > p,
.notice-msg > p,
.error-msg > ul,
.success-msg > ul,
.note-msg > ul,
.notice-msg > ul {
  margin-bottom: 0;
}
.error-msg > p + p,
.success-msg > p + p,
.note-msg > p + p,
.notice-msg > p + p {
  margin-top: 5px;
}
.error-msg {
  background-color: #fcedec;
  border-color: #f8d7db;
  color: #9b1b2c;
}
.error-msg hr {
  border-top-color: #f4c1c8;
}
.error-msg .alert-link {
  color: #701320;
}
.success-msg {
  background-color: #ecf6f0;
  border-color: #dbeedf;
  color: #3e834e;
}
.success-msg hr {
  border-top-color: #cae5d0;
}
.success-msg .alert-link {
  color: #2e603a;
}
.note-msg,
.notice-msg {
  background-color: #b7f1ff;
  border-color: #f8d9d7;
  color: #0183ae;
}
.note-msg hr,
.notice-msg hr {
  border-top-color: #f4c5c1;
}
.note-msg .alert-link,
.notice-msg .alert-link {
  color: #015d7b;
}
.global-site-notice {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #fcf5ec;
  border-color: #f8e3d7;
  color: #9b4a1b;
}
.global-site-notice h4 {
  margin-top: 0;
  color: inherit;
}
.global-site-notice .alert-link {
  font-weight: bold;
}
.global-site-notice > p,
.global-site-notice > ul {
  margin-bottom: 0;
}
.global-site-notice > p + p {
  margin-top: 5px;
}
.global-site-notice hr {
  border-top-color: #f4d4c1;
}
.global-site-notice .alert-link {
  color: #703513;
}
.global-site-notice p {
  margin: 0;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #ccc;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #ccc;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #8e8e8e;
}
.list-group-item-success {
  color: #3e834e;
  background-color: #ecf6f0;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3e834e;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3e834e;
  background-color: #dbeee2;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3e834e;
  border-color: #3e834e;
}
.list-group-item-info {
  color: #0183ae;
  background-color: #b7f1ff;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #0183ae;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #0183ae;
  background-color: #9eecff;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #0183ae;
  border-color: #0183ae;
}
.list-group-item-warning {
  color: #9b4a1b;
  background-color: #fcf5ec;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #9b4a1b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #9b4a1b;
  background-color: #f8e8d7;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #9b4a1b;
  border-color: #9b4a1b;
}
.list-group-item-danger {
  color: #9b1b2c;
  background-color: #fcedec;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #9b1b2c;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #9b1b2c;
  background-color: #f8d8d7;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #9b1b2c;
  border-color: #9b1b2c;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #f3f3f3;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #fff;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #f3f3f3;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #f3f3f3;
}
.panel-default {
  border-color: #f3f3f3;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f3f3f3;
}
.panel-default > .panel-heading .badge {
  color: #f3f3f3;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f3f3f3;
}
.panel-primary {
  border-color: #282828;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #282828;
}
.panel-primary > .panel-heading .badge {
  color: #282828;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #282828;
}
.panel-success {
  border-color: #dbeedf;
}
.panel-success > .panel-heading {
  color: #3e834e;
  background-color: #ecf6f0;
  border-color: #dbeedf;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dbeedf;
}
.panel-success > .panel-heading .badge {
  color: #ecf6f0;
  background-color: #3e834e;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dbeedf;
}
.panel-info {
  border-color: #f8d9d7;
}
.panel-info > .panel-heading {
  color: #0183ae;
  background-color: #b7f1ff;
  border-color: #f8d9d7;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f8d9d7;
}
.panel-info > .panel-heading .badge {
  color: #b7f1ff;
  background-color: #0183ae;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f8d9d7;
}
.panel-warning {
  border-color: #f8e3d7;
}
.panel-warning > .panel-heading {
  color: #9b4a1b;
  background-color: #fcf5ec;
  border-color: #f8e3d7;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f8e3d7;
}
.panel-warning > .panel-heading .badge {
  color: #fcf5ec;
  background-color: #9b4a1b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f8e3d7;
}
.panel-danger {
  border-color: #f8d7db;
}
.panel-danger > .panel-heading {
  color: #9b1b2c;
  background-color: #fcedec;
  border-color: #f8d7db;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f8d7db;
}
.panel-danger > .panel-heading .badge {
  color: #fcedec;
  background-color: #9b1b2c;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f8d7db;
}
.well {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  border-radius: 0;
}
.well-sm {
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: transparent;
  background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/times.png");
  height: 21px;
  width: 17px;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: contain;
          background-size: contain;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close.close-white {
  background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/times-white.png");
}
button.close {
  padding: 0;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}
@font-face {
  font-family: "11FGalano-Black"; /* Gotham-Black */
  src: url('https://shop.11freunde.de/skin/frontend/11freunde/default/fonts/Galano/11FGalano-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "11FGalano-Bold"; /* GothamNarrow-Black */
  src: url('https://shop.11freunde.de/skin/frontend/11freunde/default/fonts/Galano/11FGalano-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "11FGalano-Medium"; /* GothamNarrow-Medium */
  src: url('https://shop.11freunde.de/skin/frontend/11freunde/default/fonts/Galano/11FGalano-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FreightText-ProBook"; /* PublicoText-Roman */
  src: url('https://shop.11freunde.de/skin/frontend/11freunde/default/fonts/Freight/freighttexprobook-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FreightText-ProBold"; /* PublicoBanner-Black */
  src: url('https://shop.11freunde.de/skin/frontend/11freunde/default/fonts/Freight/freighttexprobold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://shop.11freunde.de/skin/frontend/11freunde/default/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('https://shop.11freunde.de/skin/frontend/11freunde/default/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('https://shop.11freunde.de/skin/frontend/11freunde/default/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('https://shop.11freunde.de/skin/frontend/11freunde/default/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('https://shop.11freunde.de/skin/frontend/11freunde/default/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('https://shop.11freunde.de/skin/frontend/11freunde/default/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fw-bw {
  width: 0.77777778em;
  text-align: center;
}
.fa-fw {
  position: relative;
  top: -1px;
}
.caret {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/caret.png);
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  border: 0 none;
  display: inline-block;
  height: 5px;
  margin-left: 2px;
  vertical-align: middle;
  width: 15px;
}
.fa-chevron-right {
  color: transparent !important;
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right.png);
  background-position: center top !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-chevron-right {
  background-position: left top;
}
.fa-chevron-right.fa-fw {
  width: 1.414em;
}
.icon-next-white,
.fa-angle-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/angle-right-white.png);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  color: transparent;
}
.icon-prev-white,
.fa-angle-left {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/angle-left-white.png);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  color: transparent;
}
.icon-next,
.glyphicon-chevron-right,
.fa-angle-right.angle-right-black {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/angle-right-mobile.png);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  color: transparent;
}
@media (min-width: 768px) {
  .icon-next,
  .glyphicon-chevron-right,
  .fa-angle-right.angle-right-black {
    background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/angle-right.png);
  }
}
.icon-prev,
.glyphicon-chevron-left,
.fa-angle-left.angle-left-black {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/angle-left-mobile.png);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  color: transparent;
}
@media (min-width: 768px) {
  .icon-prev,
  .glyphicon-chevron-left,
  .fa-angle-left.angle-left-black {
    background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/angle-left.png);
  }
}
.button .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
  background-position: left top;
}
.button .fa-chevron-right.fa-fw {
  width: 1.414em;
}
.std ul,
.std ol {
  padding-left: 40px;
  margin-bottom: 10px;
}
.std ul {
  list-style: disc outside;
}
.std ol {
  list-style: decimal outside;
}
.cms-responsive-wrapper {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .cms-responsive-wrapper {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #fff;
  }
  .cms-responsive-wrapper > .table {
    margin-bottom: 0;
  }
  .cms-responsive-wrapper > .table > thead > tr > th,
  .cms-responsive-wrapper > .table > tbody > tr > th,
  .cms-responsive-wrapper > .table > tfoot > tr > th,
  .cms-responsive-wrapper > .table > thead > tr > td,
  .cms-responsive-wrapper > .table > tbody > tr > td,
  .cms-responsive-wrapper > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .cms-responsive-wrapper > .table-bordered {
    border: 0;
  }
  .cms-responsive-wrapper > .table-bordered > thead > tr > th:first-child,
  .cms-responsive-wrapper > .table-bordered > tbody > tr > th:first-child,
  .cms-responsive-wrapper > .table-bordered > tfoot > tr > th:first-child,
  .cms-responsive-wrapper > .table-bordered > thead > tr > td:first-child,
  .cms-responsive-wrapper > .table-bordered > tbody > tr > td:first-child,
  .cms-responsive-wrapper > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .cms-responsive-wrapper > .table-bordered > thead > tr > th:last-child,
  .cms-responsive-wrapper > .table-bordered > tbody > tr > th:last-child,
  .cms-responsive-wrapper > .table-bordered > tfoot > tr > th:last-child,
  .cms-responsive-wrapper > .table-bordered > thead > tr > td:last-child,
  .cms-responsive-wrapper > .table-bordered > tbody > tr > td:last-child,
  .cms-responsive-wrapper > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .cms-responsive-wrapper > .table-bordered > tbody > tr:last-child > th,
  .cms-responsive-wrapper > .table-bordered > tfoot > tr:last-child > th,
  .cms-responsive-wrapper > .table-bordered > tbody > tr:last-child > td,
  .cms-responsive-wrapper > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.cms-responsive-wrapper img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cms-responsive-wrapper table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-bottom: 0;
}
.cms-responsive-wrapper table > thead > tr > th,
.cms-responsive-wrapper table > tbody > tr > th,
.cms-responsive-wrapper table > tfoot > tr > th,
.cms-responsive-wrapper table > thead > tr > td,
.cms-responsive-wrapper table > tbody > tr > td,
.cms-responsive-wrapper table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #fff;
}
.cms-responsive-wrapper table > thead > tr > th {
  vertical-align: bottom;
  text-transform: uppercase;
}
.cms-responsive-wrapper table > caption + thead > tr:first-child > th,
.cms-responsive-wrapper table > colgroup + thead > tr:first-child > th,
.cms-responsive-wrapper table > thead:first-child > tr:first-child > th,
.cms-responsive-wrapper table > caption + thead > tr:first-child > td,
.cms-responsive-wrapper table > colgroup + thead > tr:first-child > td,
.cms-responsive-wrapper table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.cms-responsive-wrapper table > tbody + tbody {
  border-top: 2px solid #fff;
}
.cms-responsive-wrapper table .table {
  background-color: #fff;
}
.cms-responsive-wrapper table td {
  padding: 0 !important;
}
.links li {
  display: inline;
}
.links li:first-child {
  padding-left: 0;
}
.links li:last-child {
  padding-right: 0;
}
.link-cart,
.link-wishlist,
.link-reorder,
.link-compare,
.link-print {
  font-weight: bold;
}
.btn-remove,
.btn-previous,
.btn-remove2,
.btn-edit {
  display: inline-block;
  font-size: 0;
}
.btn-remove:hover,
.btn-previous:hover,
.btn-remove2:hover,
.btn-edit:hover,
.btn-remove:focus,
.btn-previous:focus,
.btn-remove2:focus,
.btn-edit:focus {
  text-decoration: none;
}
.btn-remove:after,
.btn-previous:after,
.btn-remove2:after,
.btn-edit:after {
  font-size: 14px;
  font-weight: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-layered-nav .btn-remove {
  font-size: 12px;
  margin-top: -5px !important;
  padding-right: 11px;
  text-decoration: underline;
  letter-spacing: -0.02em;
  color: #505050;
}
.block-layered-nav .btn-remove:after {
  font-family: "FreightText-ProBook", Times, serif;
  font-size: 17px;
  line-height: 0.765;
  content: "×";
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  text-align: center;
  width: 17px;
  display: inline-block;
  padding-top: 2px;
  position: relative;
  left: 2px;
  top: 2px;
  color: #282828;
}
.btn-edit:after {
  content: "\f040";
}
.btn-remove:after,
.btn-remove2:after {
  content: "\f00d";
}
.btn-cart {
  color: #fff;
  background-color: #282828;
  border-color: #1b1b1b;
}
.btn-cart:hover,
.btn-cart:focus,
.btn-cart.focus,
.btn-cart:active,
.btn-cart.active,
.open > .dropdown-toggle.btn-cart {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #000000;
}
.btn-cart:active,
.btn-cart.active,
.open > .dropdown-toggle.btn-cart {
  background-image: none;
}
.btn-cart.disabled,
.btn-cart[disabled],
fieldset[disabled] .btn-cart,
.btn-cart.disabled:hover,
.btn-cart[disabled]:hover,
fieldset[disabled] .btn-cart:hover,
.btn-cart.disabled:focus,
.btn-cart[disabled]:focus,
fieldset[disabled] .btn-cart:focus,
.btn-cart.disabled.focus,
.btn-cart[disabled].focus,
fieldset[disabled] .btn-cart.focus,
.btn-cart.disabled:active,
.btn-cart[disabled]:active,
fieldset[disabled] .btn-cart:active,
.btn-cart.disabled.active,
.btn-cart[disabled].active,
fieldset[disabled] .btn-cart.active {
  background-color: #282828;
  border-color: #1b1b1b;
}
.btn-cart .badge {
  color: #282828;
  background-color: #fff;
}
.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}
.separator {
  margin: 0 3px;
}
.cart-empty a {
  text-decoration: underline;
}
.logo strong {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
h1.logo {
  margin: 0;
}
.form-language {
  margin-bottom: 10px;
}
.form-language label {
  display: none;
}
.form-language select {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.form-language select:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.form-language select:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.form-language select::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.form-language select:-ms-input-placeholder {
  color: #8a8a8a;
}
.form-language select::-webkit-input-placeholder {
  color: #8a8a8a;
}
.form-language select[disabled],
.form-language select[readonly],
fieldset[disabled] .form-language select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-language select {
  height: auto;
}
.form-search {
  position: relative;
}
.form-search .search-autocomplete {
  z-index: 1000;
}
.form-search .search-autocomplete li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}
.form-search .search-autocomplete li:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.form-search .search-autocomplete li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-search .search-autocomplete li.disabled,
.form-search .search-autocomplete li.disabled:hover,
.form-search .search-autocomplete li.disabled:focus {
  background-color: #eeeeee;
  color: #ccc;
  cursor: not-allowed;
}
.form-search .search-autocomplete li.disabled .list-group-item-heading,
.form-search .search-autocomplete li.disabled:hover .list-group-item-heading,
.form-search .search-autocomplete li.disabled:focus .list-group-item-heading {
  color: inherit;
}
.form-search .search-autocomplete li.disabled .list-group-item-text,
.form-search .search-autocomplete li.disabled:hover .list-group-item-text,
.form-search .search-autocomplete li.disabled:focus .list-group-item-text {
  color: #ccc;
}
.form-search .search-autocomplete li.active,
.form-search .search-autocomplete li.active:hover,
.form-search .search-autocomplete li.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
.form-search .search-autocomplete li.active .list-group-item-heading,
.form-search .search-autocomplete li.active:hover .list-group-item-heading,
.form-search .search-autocomplete li.active:focus .list-group-item-heading,
.form-search .search-autocomplete li.active .list-group-item-heading > small,
.form-search .search-autocomplete li.active:hover .list-group-item-heading > small,
.form-search .search-autocomplete li.active:focus .list-group-item-heading > small,
.form-search .search-autocomplete li.active .list-group-item-heading > .small,
.form-search .search-autocomplete li.active:hover .list-group-item-heading > .small,
.form-search .search-autocomplete li.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.form-search .search-autocomplete li.active .list-group-item-text,
.form-search .search-autocomplete li.active:hover .list-group-item-text,
.form-search .search-autocomplete li.active:focus .list-group-item-text {
  color: #8e8e8e;
}
.form-search .search-autocomplete li .amount {
  float: right;
}
.form-search .search-autocomplete li.first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.form-search .search-autocomplete li:hover,
.form-search .search-autocomplete li:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.form-search .search-autocomplete li.selected,
.form-search .search-autocomplete li.selected:hover,
.form-search .search-autocomplete li.selected:focus {
  z-index: 2;
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
.advanced-search .form-list .input-range {
  line-height: 42px;
}
.advanced-search .form-list .input-range small {
  float: right;
}
.advanced-search-summary {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.advanced-search-summary blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.advanced-search-summary:before,
.advanced-search-summary:after {
  content: " ";
  display: table;
}
.advanced-search-summary:after {
  clear: both;
}
.advanced-search-summary:before,
.advanced-search-summary:after {
  content: " ";
  display: table;
}
.advanced-search-summary:after {
  clear: both;
}
.advanced-search-summary ul {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.advanced-search-summary strong {
  color: #282828;
}
.advanced-search-summary p {
  clear: both;
  padding: 10px 15px 0;
  margin-bottom: 0;
  font-weight: bold;
}
@media (min-width: 480px) {
  .advanced-search-summary ul {
    float: left;
    width: 50%;
  }
}
.block {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  border-color: #f3f3f3;
  background-color: #f3f3f3;
}
.block > .list-group,
.block > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.block > .list-group .list-group-item,
.block > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.block > .list-group:first-child .list-group-item:first-child,
.block > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.block > .list-group:last-child .list-group-item:last-child,
.block > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.block > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.block > .table,
.block > .table-responsive > .table,
.block > .panel-collapse > .table {
  margin-bottom: 0;
}
.block > .table caption,
.block > .table-responsive > .table caption,
.block > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.block > .table:first-child,
.block > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.block > .table:first-child > thead:first-child > tr:first-child,
.block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.block > .table:first-child > tbody:first-child > tr:first-child,
.block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.block > .table:first-child > thead:first-child > tr:first-child td:first-child,
.block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.block > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.block > .table:first-child > thead:first-child > tr:first-child th:first-child,
.block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.block > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.block > .table:first-child > thead:first-child > tr:first-child td:last-child,
.block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.block > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.block > .table:first-child > thead:first-child > tr:first-child th:last-child,
.block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.block > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.block > .table:last-child,
.block > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.block > .table:last-child > tbody:last-child > tr:last-child,
.block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.block > .table:last-child > tfoot:last-child > tr:last-child,
.block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.block > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.block > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.block > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.block > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.block > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.block > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.block > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.block > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.block > .panel-body + .table,
.block > .panel-body + .table-responsive,
.block > .table + .panel-body,
.block > .table-responsive + .panel-body {
  border-top: 1px solid #fff;
}
.block > .table > tbody:first-child > tr:first-child th,
.block > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.block > .table-bordered,
.block > .table-responsive > .table-bordered {
  border: 0;
}
.block > .table-bordered > thead > tr > th:first-child,
.block > .table-responsive > .table-bordered > thead > tr > th:first-child,
.block > .table-bordered > tbody > tr > th:first-child,
.block > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.block > .table-bordered > tfoot > tr > th:first-child,
.block > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.block > .table-bordered > thead > tr > td:first-child,
.block > .table-responsive > .table-bordered > thead > tr > td:first-child,
.block > .table-bordered > tbody > tr > td:first-child,
.block > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.block > .table-bordered > tfoot > tr > td:first-child,
.block > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.block > .table-bordered > thead > tr > th:last-child,
.block > .table-responsive > .table-bordered > thead > tr > th:last-child,
.block > .table-bordered > tbody > tr > th:last-child,
.block > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.block > .table-bordered > tfoot > tr > th:last-child,
.block > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.block > .table-bordered > thead > tr > td:last-child,
.block > .table-responsive > .table-bordered > thead > tr > td:last-child,
.block > .table-bordered > tbody > tr > td:last-child,
.block > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.block > .table-bordered > tfoot > tr > td:last-child,
.block > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.block > .table-bordered > thead > tr:first-child > td,
.block > .table-responsive > .table-bordered > thead > tr:first-child > td,
.block > .table-bordered > tbody > tr:first-child > td,
.block > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.block > .table-bordered > thead > tr:first-child > th,
.block > .table-responsive > .table-bordered > thead > tr:first-child > th,
.block > .table-bordered > tbody > tr:first-child > th,
.block > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.block > .table-bordered > tbody > tr:last-child > td,
.block > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.block > .table-bordered > tfoot > tr:last-child > td,
.block > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.block > .table-bordered > tbody > tr:last-child > th,
.block > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.block > .table-bordered > tfoot > tr:last-child > th,
.block > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.block > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.block .block-title {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-color: #f3f3f3;
  background-color: #f3f3f3;
  color: #333333;
}
.block .block-title > .dropdown .dropdown-toggle {
  color: inherit;
}
.block .block-title strong {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
  font-weight: normal;
}
.block .block-title strong > a {
  color: inherit;
}
.block .block-subtitle {
  margin: 0 15px 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f3f3f3;
}
.block .block-content:before,
.block .actions:before,
.block .block-content:after,
.block .actions:after {
  content: " ";
  display: table;
}
.block .block-content:after,
.block .actions:after {
  clear: both;
}
.block .block-content:before,
.block .actions:before,
.block .block-content:after,
.block .actions:after {
  content: " ";
  display: table;
}
.block .block-content:after,
.block .actions:after {
  clear: both;
}
.block .block-content:before,
.block .block-content:after {
  content: " ";
  display: table;
}
.block .block-content:after {
  clear: both;
}
.block .block-content:before,
.block .block-content:after {
  content: " ";
  display: table;
}
.block .block-content:after {
  clear: both;
}
.block .block-content li.item {
  padding: 10px 15px;
}
.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px;
}
.block .actions {
  padding: 6px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #f3f3f3;
  text-align: right;
  line-height: 30px;
}
.block .actions:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.block .actions a {
  float: left;
}
.block .actions button.button {
  float: right;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.block .empty {
  margin: 0;
  padding: 15px;
}
.block li.odd {
  background-color: #f3f3f3;
}
/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
  font-size: 12px;
}
.mini-products-list .product-image {
  float: left;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important;
}
/* Block:  Account */
.block-account {
  border-color: #282828;
}
.block-account > .panel-heading {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
.block-account > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #282828;
}
.block-account > .panel-heading .badge {
  color: #282828;
  background-color: #fff;
}
.block-account > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #282828;
}
.block-account .block-title {
  border-color: #282828;
  background-color: #282828;
  color: #fff;
}
.block-account .block-title + .panel-collapse > .panel-body {
  border-top-color: #282828;
}
.block-account .block-title .badge {
  color: #282828;
  background-color: #fff;
}
.block-account .block-title strong {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
  font-weight: normal;
}
.block-account .block-title strong > a {
  color: inherit;
}
.block-account .block-content {
  padding: 15px;
}
.block-account .block-content ul {
  margin-bottom: 0;
}
.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #f3f3f3;
  padding: 5px 0;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li.current {
  padding: 5px 0;
  border-bottom: 1px solid #f3f3f3;
}
.block-account .block-content li.current.last {
  border-bottom: 0;
}
.block-layered-nav dt {
  padding: 7px 15px;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
}
.block-layered-nav dt > a {
  color: inherit;
}
.block-layered-nav dt.panel-heading {
  display: block;
}
.block-layered-nav dt.panel-heading .panel-title > a:after {
  content: ' >';
}
.block-layered-nav dt.panel-heading .panel-title > a.collapsed:after,
.block-layered-nav dt.panel-heading .panel-title > a[aria-expanded="false"]:after {
  content: ' (+)';
}
.block-layered-nav dd {
  margin-bottom: 10px;
}
.block-layered-nav dd a {
  letter-spacing: 0.025em;
  text-decoration: underline;
  padding-right: 10px;
  color: #282828;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
.block-layered-nav dd.panel-collapse {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.block-layered-nav dd.panel-collapse .panel-body {
  padding-top: 15px !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.block-layered-nav dd.panel-collapse .panel-body > ol {
  margin-bottom: 15px !important;
}
.block-layered-nav dd.panel-collapse.in {
  display: block;
}
.block-layered-nav dd.last {
  background: none;
}
.block-layered-nav dl {
  margin: 0;
}
.block-layered-nav .currently li {
  position: relative;
  padding: 5px 15px;
}
.block-layered-nav .currently .label {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
}
.block-layered-nav .currently .label > a {
  color: inherit;
}
.block-layered-nav .currently .value {
  display: block;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 4px;
  top: 9px;
  margin: 0;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
}
.block-layered-nav .actions {
  text-align: right;
}
.block-layered-nav .actions .actions a {
  float: none;
}
.block-cart .summary {
  padding: 10px 15px;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #b7f1ff;
  border-color: #f8d9d7;
  color: #0183ae;
  padding: 4px;
  margin-bottom: 0;
  text-align: center;
}
.block-cart .subtotal h4 {
  margin-top: 0;
  color: inherit;
}
.block-cart .subtotal .alert-link {
  font-weight: bold;
}
.block-cart .subtotal > p,
.block-cart .subtotal > ul {
  margin-bottom: 0;
}
.block-cart .subtotal > p + p {
  margin-top: 5px;
}
.block-cart .subtotal hr {
  border-top-color: #f4c5c1;
}
.block-cart .subtotal .alert-link {
  color: #015d7b;
}
.block-cart .actions {
  border-bottom: 1px solid #f3f3f3;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}
.block-related input.checkbox {
  float: left;
}
.block-related .product {
  margin-left: 20px;
}
.compare-table .btn-remove {
  float: right;
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/images/btn_trash.gif);
  width: 72px;
  height: 15px;
}
.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548;
}
.compare-table tr.first td .product-name a {
  color: #203548;
}
.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto;
}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0;
}
.block-poll label {
  color: #777;
  font-weight: bold;
}
.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}
.block-poll .label {
  display: block;
  margin-left: 18px;
}
.block-poll li {
  padding: 10px 15px;
}
.block-poll label {
  margin-bottom: 0;
}
.block-poll .actions {
  margin: 5px 0 0;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}
.block-tags .block-content .tags-list {
  padding: 15px !important;
  margin-bottom: 0 !important;
  font-size: 12px;
}
.block-tags .actions {
  text-align: right;
}
.block-tags .actions a {
  float: none;
}
.block-subscribe .block-content {
  padding: 15px 15px 0;
}
.block-subscribe .actions {
  margin: 15px -15px 0;
}
.block-subscribe .actions button.button {
  float: none;
}
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}
.block-reorder .product-name {
  margin-left: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}
.block-banner {
  border: 0;
  background-color: transparent;
}
.block-banner .block-content {
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.block-banner .block-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.block-login .block-content {
  padding: 15px 15px 0;
}
.block-login .actions {
  margin: 15px -15px 0;
}
.paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.paypal-logo a {
  float: none;
}
.category-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.category-description {
  margin-bottom: 35px;
}
.category-description + .inner-grid {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .category-description + .inner-grid {
    padding-top: 0;
  }
}
.category-products {
  position: relative;
}
.category-products .toolbar {
  margin-bottom: 10px;
}
.products-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.products-grid .item {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 390px;
  padding-bottom: 80px;
}
.products-grid .product-image {
  display: block;
  margin-bottom: 10px;
}
.products-grid .product-image img {
  padding: 0;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.products-grid .product-name {
  min-height: 60px;
}
.products-grid .actions {
  position: absolute;
  bottom: 0;
}
.products-grid .add-to-links .separator {
  display: none;
}
.product-name {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.products-list {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .products-list {
    padding-bottom: 16px;
  }
}
.products-list.product-list-home,
.products-list.product-list-landingpage {
  padding-bottom: 0;
}
.products-list.product-list-home > .col-md-3:first-child h2,
.products-list.product-list-landingpage > .col-md-3:first-child h2,
.products-list.product-list-home > .col-md-3:first-child h3,
.products-list.product-list-landingpage > .col-md-3:first-child h3 {
  margin-top: 0;
}
.products-list > div {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .products-list > div {
    padding-bottom: 0;
  }
}
.products-list.product-list-home:first-child,
.products-list.product-list-home.first-child {
  padding-top: 40px;
}
.products-list.product-list-home:first-child.products-list-landingpage-jcarousel,
.products-list.product-list-home.first-child.products-list-landingpage-jcarousel {
  padding-top: 0;
  margin-top: 40px;
  min-height: 405px;
}
@media (min-width: 768px) {
  .products-list.product-list-home:first-child.products-list-landingpage-jcarousel,
  .products-list.product-list-home.first-child.products-list-landingpage-jcarousel {
    height: auto;
  }
}
.products-list.product-list-landingpage {
  min-height: 405px;
}
.products-list.product-list-landingpage.auto-height {
  height: auto;
}
.products-list.product-list-cross {
  height: auto;
}
.products-list.product-list-home.products-list-landingpage-jcarousel,
.products-list.product-list-landingpage.products-list-landingpage-jcarousel {
  position: relative;
  overflow: hidden;
}
.products-list.product-list-home.products-list-landingpage-jcarousel > .col-md-9 > .row,
.products-list.product-list-landingpage.products-list-landingpage-jcarousel > .col-md-9 > .row {
  min-height: 405px;
}
@media (min-width: 768px) {
  .products-list.product-list-home.products-list-landingpage-jcarousel,
  .products-list.product-list-landingpage.products-list-landingpage-jcarousel {
    min-height: 405px;
  }
}
.products-list.product-list-home.products-list-landingpage-jcarousel.products-list-landingpage-jcarousel-special,
.products-list.product-list-landingpage.products-list-landingpage-jcarousel.products-list-landingpage-jcarousel-special,
.products-list.product-list-home.products-list-landingpage-jcarousel.products-list-landingpage-jcarousel-special .item,
.products-list.product-list-landingpage.products-list-landingpage-jcarousel.products-list-landingpage-jcarousel-special .item {
  height: 375px;
}
.products-list.product-list-home.products-list-landingpage-jcarousel.products-list-landingpage-jcarousel-special:first-child,
.products-list.product-list-landingpage.products-list-landingpage-jcarousel.products-list-landingpage-jcarousel-special:first-child {
  padding-top: 0;
  margin-top: 20px;
}
.products-list.product-list-home.products-list-landingpage-jcarousel.products-list-landingpage-jcarousel-cross,
.products-list.product-list-landingpage.products-list-landingpage-jcarousel.products-list-landingpage-jcarousel-cross {
  margin-bottom: 30px;
}
.products-list.product-list-home .jcarousel-wrapper,
.products-list.product-list-landingpage .jcarousel-wrapper {
  width: 20000em;
  position: absolute;
  margin: 0;
  padding: 0;
}
.products-list.product-list-home .jcarousel-wrapper > .col-md-3,
.products-list.product-list-landingpage .jcarousel-wrapper > .col-md-3 {
  width: 242px;
  padding-left: 8px;
  padding-right: 8px;
}
.products-list.product-list-home .icon-prev,
.products-list.product-list-landingpage .icon-prev,
.products-list.product-list-home .icon-prev-white,
.products-list.product-list-landingpage .icon-prev-white,
.products-list.product-list-home .icon-next,
.products-list.product-list-landingpage .icon-next,
.products-list.product-list-home .icon-next-white,
.products-list.product-list-landingpage .icon-next-white {
  position: absolute;
  bottom: 16px;
  height: 100px;
  margin-top: -50px;
  width: 64px;
}
.products-list.product-list-home .icon-prev,
.products-list.product-list-landingpage .icon-prev,
.products-list.product-list-home .icon-prev-white,
.products-list.product-list-landingpage .icon-prev-white,
.products-list.product-list-home .icon-next,
.products-list.product-list-landingpage .icon-next,
.products-list.product-list-home .icon-next-white,
.products-list.product-list-landingpage .icon-next-white,
.products-list.product-list-home .icon-prev:hover,
.products-list.product-list-landingpage .icon-prev:hover,
.products-list.product-list-home .icon-prev-white:hover,
.products-list.product-list-landingpage .icon-prev-white:hover,
.products-list.product-list-home .icon-next:hover,
.products-list.product-list-landingpage .icon-next:hover,
.products-list.product-list-home .icon-next-white:hover,
.products-list.product-list-landingpage .icon-next-white:hover,
.products-list.product-list-home .icon-prev:active,
.products-list.product-list-landingpage .icon-prev:active,
.products-list.product-list-home .icon-prev-white:active,
.products-list.product-list-landingpage .icon-prev-white:active,
.products-list.product-list-home .icon-next:active,
.products-list.product-list-landingpage .icon-next:active,
.products-list.product-list-home .icon-next-white:active,
.products-list.product-list-landingpage .icon-next-white:active,
.products-list.product-list-home .icon-prev:focus,
.products-list.product-list-landingpage .icon-prev:focus,
.products-list.product-list-home .icon-prev-white:focus,
.products-list.product-list-landingpage .icon-prev-white:focus,
.products-list.product-list-home .icon-next:focus,
.products-list.product-list-landingpage .icon-next:focus,
.products-list.product-list-home .icon-next-white:focus,
.products-list.product-list-landingpage .icon-next-white:focus,
.products-list.product-list-home .icon-prev:link,
.products-list.product-list-landingpage .icon-prev:link,
.products-list.product-list-home .icon-prev-white:link,
.products-list.product-list-landingpage .icon-prev-white:link,
.products-list.product-list-home .icon-next:link,
.products-list.product-list-landingpage .icon-next:link,
.products-list.product-list-home .icon-next-white:link,
.products-list.product-list-landingpage .icon-next-white:link {
  outline: 0 none;
  outline-offset: 0;
}
@media (min-width: 768px) {
  .products-list.product-list-home .icon-prev,
  .products-list.product-list-landingpage .icon-prev,
  .products-list.product-list-home .icon-prev-white,
  .products-list.product-list-landingpage .icon-prev-white,
  .products-list.product-list-home .icon-next,
  .products-list.product-list-landingpage .icon-next,
  .products-list.product-list-home .icon-next-white,
  .products-list.product-list-landingpage .icon-next-white {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    bottom: auto;
    top: 50%;
  }
}
.products-list.product-list-home .icon-prev,
.products-list.product-list-landingpage .icon-prev,
.products-list.product-list-home .icon-prev-white,
.products-list.product-list-landingpage .icon-prev-white {
  left: 22px;
}
.products-list.product-list-home .icon-next,
.products-list.product-list-landingpage .icon-next,
.products-list.product-list-home .icon-next-white,
.products-list.product-list-landingpage .icon-next-white {
  right: 22px;
}
.products-list.product-list-home + .no-height,
.products-list.product-list-landingpage + .no-height {
  padding-bottom: 10px;
  padding-top: 10px;
}
.products-list.product-list-home + .no-height > .col-md-offset-9 > p,
.products-list.product-list-landingpage + .no-height > .col-md-offset-9 > p {
  text-align: right;
}
.products-list.product-list-home + .no-height.product-list-home + div + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-home + div + div > hr,
.products-list.product-list-home + .no-height.product-list-home + p + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-home + p + div > hr,
.products-list.product-list-home + .no-height.product-list-home + div + div + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-home + div + div + div > hr,
.products-list.product-list-home + .no-height.product-list-home + p + div + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-home + p + div + div > hr,
.products-list.product-list-home + .no-height.product-list-home + div + p + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-home + div + p + div > hr,
.products-list.product-list-home + .no-height.product-list-home + p + p + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-home + p + p + div > hr {
  border-color: #d4d4d4;
  margin-top: 0;
}
.products-list.product-list-home + .no-height.product-list-landingpage + div + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + div + div > hr,
.products-list.product-list-home + .no-height.product-list-landingpage + p + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + p + div > hr,
.products-list.product-list-home + .no-height.product-list-landingpage + br + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + br + div > hr,
.products-list.product-list-home + .no-height.product-list-landingpage + div + div + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + div + div + div > hr,
.products-list.product-list-home + .no-height.product-list-landingpage + p + div + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + p + div + div > hr,
.products-list.product-list-home + .no-height.product-list-landingpage + br + div + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + br + div + div > hr,
.products-list.product-list-home + .no-height.product-list-landingpage + div + p + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + div + p + div > hr,
.products-list.product-list-home + .no-height.product-list-landingpage + p + p + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + p + p + div > hr,
.products-list.product-list-home + .no-height.product-list-landingpage + br + p + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + br + p + div > hr,
.products-list.product-list-home + .no-height.product-list-landingpage + div + br + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + div + br + div > hr,
.products-list.product-list-home + .no-height.product-list-landingpage + p + br + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + p + br + div > hr,
.products-list.product-list-home + .no-height.product-list-landingpage + br + br + div > hr,
.products-list.product-list-landingpage + .no-height.product-list-landingpage + br + br + div > hr {
  border-color: #d4d4d4;
  margin-top: 0;
}

.products-list a,
.products-list p,
.products-list span,
.products-list li {
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
.products-list.product-list-home .icon-prev,
.products-list.product-list-home .icon-prev-white,
.products-list.product-list-home .icon-next,
.products-list.product-list-home .icon-next-white {
  bottom: 32px;
}
.products-list.product-list-home .abo-content,
.products-list.product-list-landingpage .abo-content {
  height: 200px;
  padding: 12px 15px;
  background-color: #282828;
  margin-bottom: 15px;
  color: #fff;
}
.products-list.product-list-home .abo-content.last-row,
.products-list.product-list-landingpage .abo-content.last-row {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .products-list.product-list-home .abo-content,
  .products-list.product-list-landingpage .abo-content {
    margin-bottom: 0;
  }
}
.products-list.product-list-home .abo-content > h3,
.products-list.product-list-landingpage .abo-content > h3,
.products-list.product-list-home .abo-content > h2,
.products-list.product-list-landingpage .abo-content > h2,
.products-list.product-list-home .abo-content h1,
.products-list.product-list-landingpage .abo-content h1,
.products-list.product-list-home .abo-content h4,
.products-list.product-list-landingpage .abo-content h4 {
  color: #fff;
  font-size: 24px;
  font-family: "FreightText-ProBold", Times, serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.15;
  margin: 0 0 20px 0;
}
.products-list.product-list-home .abo-content > a,
.products-list.product-list-landingpage .abo-content > a {
  position: absolute;
  bottom: 10px;
}
.products-list.product-list-home .abo-content > a,
.products-list.product-list-landingpage .abo-content > a,
.products-list.product-list-home .abo-content > a > span,
.products-list.product-list-landingpage .abo-content > a > span {
  color: #fff;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-size: 13px;
}
.products-list.product-list-home .abo-content > img,
.products-list.product-list-landingpage .abo-content > img,
.products-list.product-list-home .abo-content > .img,
.products-list.product-list-landingpage .abo-content > .img {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.products-list.product-list-landingpage.no-height,
.products-list.product-list-home.no-height {
  height: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .products-list.product-list-landingpage.no-height,
  .products-list.product-list-home.no-height {
    height: 0;
  }
}
.products-list.product-list-landingpage.no-height .btn-link,
.products-list.product-list-home.no-height .btn-link {
  margin-top: 0;
}
@media (min-width: 768px) {
  .products-list.product-list-landingpage.no-height .btn-link,
  .products-list.product-list-home.no-height .btn-link {
    margin-top: -38px;
  }
}
.products-list .item {
  cursor: pointer;
  text-align: center;
  position: relative;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: 16px 15px;
  min-height: 405px;
}
.products-list .item .price-html {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.products-list .item:hover {
  border-color: #f0f0f0;
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 240, 240, 0.6);
  box-shadow: inset 0 0 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 240, 240, 0.6);
}
.products-list .item:hover .price-html {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .item > span.is-offer {
  position: absolute;
  right: 16px;
  top: 18px;
}
.products-list .item.new > span.new {
  background: transparent url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/scherpe.png) center no-repeat;
  position: absolute;
  width: 86px;
  height: 43px;
  color: #fff;
  text-align: center;
  top: -7px;
  left: -28px;
  display: inline-block;
  line-height: 57px;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.products-list .item .category-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0.1em;
  color: inherit;
  margin-bottom: 3px;
  margin-top: 12px;
}
.products-list .item .category-title > a {
  color: inherit;
}
.products-list .item .product-name,
.products-list .item .product-name > a {
  font-size: 18px;
  font-family: "11FGalano-Black", Helvetica, sans-serif;
}
.products-list .item .product-name.product-name-special,
.products-list .item .product-name.product-name-special > a {
  font-size: 24px;
  height: 50px;
}
.products-list .item .category-title,
.products-list .item .product-name,
.products-list .item .product-name > a {
  font-weight: 400;
  text-align: left;
}
.products-list .item .price-box > span > span {
  display: none;
}
.products-list .item .btn-cart-wrapper {
  position: absolute;
  bottom: 10px;
  padding-right: 30px;
  width: 100%;
  text-align: center;
}
.products-list .product-image {
  display: block;
  line-height: 201px;
  min-height: 201px;
  vertical-align: middle;
}
.products-list .product-image img {
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: 0 none;
  background: none transparent;
  padding: 0;
}
.products-list .product-shop {
  margin-left: 160px;
}
.products-list .add-to-links li {
  display: inline;
}
.products-list .add-to-links .separator {
  display: inline;
  margin: 0 4px;
}
.products-list.products-list-images .product-image-wrapper,
.products-list .item.image-product .product-image-wrapper {
  min-height: 201px;
  line-height: 201px;
}
.products-list.products-list-images .product-image,
.products-list .item.image-product .product-image {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 2px 0 #8a8a8a;
  box-shadow: 1px 1px 2px 0 #8a8a8a;
  line-height: 1;
  min-height: 1px;
  margin: 0 auto;
  max-width: 100%;
}
.products-list.products-list-images .product-image,
.products-list .item.image-product .product-image,
.products-list.products-list-images .product-image:hover,
.products-list .item.image-product .product-image:hover,
.products-list.products-list-images .product-image:active,
.products-list .item.image-product .product-image:active,
.products-list.products-list-images .product-image:focus,
.products-list .item.image-product .product-image:focus,
.products-list.products-list-images .product-image:link,
.products-list .item.image-product .product-image:link {
  outline: 0 none;
  outline-offset: 0;
}
.products-list.products-list-images .product-image > div,
.products-list .item.image-product .product-image > div {
  background-color: #fff;
  position: relative;
  margin: -1px;
}
.products-list.products-list-images .product-image > div:after,
.products-list .item.image-product .product-image > div:after,
.products-list.products-list-images .product-image > div:before,
.products-list .item.image-product .product-image > div:before {
  background: #505050 none repeat scroll 0 0;
  bottom: 10px;
  -webkit-box-shadow: 0 15px 10px #505050;
          box-shadow: 0 15px 10px #505050;
  content: "";
  left: 6px;
  position: absolute;
  top: 80%;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
          transform: rotate(-2deg);
  width: calc(50% - 6px);
  z-index: -1;
}
.products-list.products-list-images .product-image > div:after,
.products-list .item.image-product .product-image > div:after {
  left: auto;
  right: 6px;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}
.products-list.products-list-images .product-image > div > img,
.products-list .item.image-product .product-image > div > img {
  max-height: 201px;
}
.products-list.products-list-images .product-image + .category-title,
.products-list .item.image-product .product-image + .category-title {
  margin-top: 16px;
}
.products-list.products-list-images .product-image:hover,
.products-list .item.image-product .product-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
h3.landingpages {
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  font-size: 12px;
}
hr.seperator-hr {
  margin-bottom: 26px;
}
hr.seperator-hr-last {
  border-color: #d4d4d4;
  margin-top: 0;
}
.cms-landingpage .seperator-hr {
  border-color: #d4d4d4;
  margin-top: 0;
}
.vereine-list {
  margin-top: -17px;
}
.vereine-list > .col-md-9 {
  width: 703px;
}
.vereine-list h3,
.vereine-list h2 {
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.vereine-list ul {
  padding-left: 15px;
  margin-bottom: inherit;
}
.vereine-list ul li {
  list-style: none;
}
.vereine-list ul li a {
  letter-spacing: 0.025em;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  text-decoration: underline;
}
.vereine-list hr {
  border-color: #d4d4d4;
  margin-bottom: 34px;
  margin-top: 16px;
}
.vereine-list hr.last-hr {
  margin-bottom: 14px;
}
.diashow-container {
  position: relative;
  top: 9px;
}
@media (min-width: 768px) {
  .diashow-container {
    top: -40px;
  }
}
.diashow-container .listing-actions-row {
  position: absolute;
  width: 100%;
}
.diashow-container .listing-actions-row .mode-switcher.mode-switcher-only-switcher {
  bottom: -32px;
}
.diashow-container + .product-list-home {
  margin-top: 55px;
}
.availability {
  margin: 0;
}
.availability span:first-child,
.availability span.first-child,
.availability b:first-child,
.availability b.first-child,
.availability.in-stock span,
.availability.out-of-stock span {
  font-weight: normal;
  font-family: "11FGalano-Black", Helvetica, sans-serif;
}
.availability.in-stock span {
  color: #62b483;
}
.availability.out-of-stock span {
  color: #e56e6a;
}
.availability-only span,
.availability-only a {
  font-weight: bold;
}
.availability-only-details {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.availability-only-details > thead > tr > th,
.availability-only-details > tbody > tr > th,
.availability-only-details > tfoot > tr > th,
.availability-only-details > thead > tr > td,
.availability-only-details > tbody > tr > td,
.availability-only-details > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #fff;
}
.availability-only-details > thead > tr > th {
  vertical-align: bottom;
  text-transform: uppercase;
}
.availability-only-details > caption + thead > tr:first-child > th,
.availability-only-details > colgroup + thead > tr:first-child > th,
.availability-only-details > thead:first-child > tr:first-child > th,
.availability-only-details > caption + thead > tr:first-child > td,
.availability-only-details > colgroup + thead > tr:first-child > td,
.availability-only-details > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.availability-only-details > tbody + tbody {
  border-top: 2px solid #fff;
}
.availability-only-details .table {
  background-color: #fff;
}
.add-to-cart .paypal-logo {
  margin: 0;
  text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
  display: block;
  margin: 5px 60px 5px 0;
}
.add-to-cart .paypal-logo .paypal-logo {
  margin: 0;
}
.add-to-box {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.add-to-box:before,
.add-to-box:after {
  content: " ";
  display: table;
}
.add-to-box:after {
  clear: both;
}
.add-to-box:before,
.add-to-box:after {
  content: " ";
  display: table;
}
.add-to-box:after {
  clear: both;
}
.add-to-box .add-to-cart {
  margin: 0 -15px 10px;
}
.add-to-box .or {
  float: left;
}
.add-to-box .add-to-links {
  float: right;
}
.add-to-box .add-to-links li,
.add-to-box .add-to-links .separator {
  float: left;
}
.add-to-box .add-to-links .separator {
  margin: 0 4px;
}
.product-view {
  margin-left: -15px;
  margin-right: -15px;
}
.product-essential {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-essential {
    float: left;
    width: 100%;
  }
}
.product-note {
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-size: 13px;
}
.product-essential hr {
  margin-top: 36px;
  margin-bottom: 44px;
}
.product-essential hr.merchandise-hr {
  margin-top: 60px;
  margin-bottom: 38px;
}
.product-essential hr.after-button-hr {
  margin-top: 50px;
}
.product-essential .labeled-title {
  margin: 0 8px 3px 0;
}
.product-essential .product-shop {
  min-height: 1px;
  position: relative;
}
.product-essential .product-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.product-essential .product-img-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .product-essential .product-img-box {
    float: left;
    width: 100%;
  }
}
.product-essential .product-img-box.product-img-box-no-col {
  padding-left: 0;
  padding-right: 0;
}
.product-essential .product-img-box.product-img-box-no-col > .product-options-box {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .product-essential .product-img-box .product-image-zoom {
    height: 483px !important;
    max-height: 483px;
  }
}
.product-essential .product-img-box .product-image-zoom > a > img,
.product-essential .product-img-box .product-image-zoom > img {
  padding: 0;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: 0px solid;
  background-color: transparent;
  max-height: 100%;
}
.product-essential .product-img-box .product-image-zoom > a:first-child {
  max-height: 483px;
}
@media (min-width: 768px) {
  .product-essential .product-img-box .product-image-zoom > a:first-child {
    height: 483px !important;
  }
}
.product-essential .product-gallery-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-essential .product-gallery-box {
    float: left;
    width: 50%;
  }
}
.product-essential .product-gallery-box .more-views {
  margin-bottom: 25px;
}
.product-essential .product-gallery-box .more-views ul {
  margin-left: -8px;
  margin-right: -8px;
}
.product-essential .product-gallery-box .more-views ul li {
  min-width: 68px;
  line-height: 68px;
  text-align: center;
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.product-essential .product-gallery-box .more-views ul li > a > img,
.product-essential .product-gallery-box .more-views ul li > a > div > img,
.product-essential .product-gallery-box .more-views ul li > img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .product-essential .product-gallery-box .more-views ul li > a > img,
  .product-essential .product-gallery-box .more-views ul li > a > div > img,
  .product-essential .product-gallery-box .more-views ul li > img {
    padding: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-color: #e4e4e4;
    max-height: 68px;
    max-width: 68px;
  }
}
.product-essential .product-gallery-box .more-views ul li > a > div {
  margin: 0 !important;
}
.product-essential .product-gallery-box .more-views ul li > a > div > img {
  border: 0 none;
}
.product-essential .product-gallery-box .products-view-tabs-select {
  margin-bottom: 20px;
}
.product-essential .product-options-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-essential .product-options-box {
    float: left;
    width: 50%;
  }
}
.product-essential > .listheading {
  margin-top: -15px;
  text-transform: uppercase;
}
.product-essential .social {
  height: 20px;
}
.product-essential .social.g-plusone-wrapper,
.product-essential .social.g-plusone-wrapper > div,
.product-essential .social.g-plusone-wrapper > div > iframe {
  width: 77px !important;
}
.product-essential .social.facebook,
.product-essential .social.facebook > iframe {
  width: 128px !important;
}
.product-essential .social.twitter,
.product-essential .social.twitter > iframe {
  width: 106px !important;
}
.product-essential .social.pin-it,
.product-essential .social.pin-it > iframe {
  margin-right: 42px !important;
}
.product-essential .visible-xs-block .social {
  margin-bottom: 10px;
}
.product-essential.product-essential-nobg {
  background-image: none;
}
.product-essential.product-essential-nobg > .listheading {
  margin-top: 33px;
  margin-bottom: 7px;
}
.product-essential.product-essential-nobg.product-essential-nopad {
  padding-right: 0;
  padding-left: 0;
}
.product-view .product-shop-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-view .product-shop-wrapper {
    float: left;
    width: 100%;
  }
}
.product-view .product-shop-wrapper .product-shop {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px;
  border-color: #f3f3f3;
}
.product-view .product-shop-wrapper .product-shop > .list-group,
.product-view .product-shop-wrapper .product-shop > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.product-view .product-shop-wrapper .product-shop > .list-group .list-group-item,
.product-view .product-shop-wrapper .product-shop > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .list-group:first-child .list-group-item:first-child,
.product-view .product-shop-wrapper .product-shop > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .list-group:last-child .list-group-item:last-child,
.product-view .product-shop-wrapper .product-shop > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .table,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table,
.product-view .product-shop-wrapper .product-shop > .panel-collapse > .table {
  margin-bottom: 0;
}
.product-view .product-shop-wrapper .product-shop > .table caption,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table caption,
.product-view .product-shop-wrapper .product-shop > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.product-view .product-shop-wrapper .product-shop > .table:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .table:first-child > thead:first-child > tr:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.product-view .product-shop-wrapper .product-shop > .table:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .product-shop-wrapper .product-shop > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop-wrapper .product-shop > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop-wrapper .product-shop > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .product-shop-wrapper .product-shop > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop-wrapper .product-shop > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop-wrapper .product-shop > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .table:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .table:last-child > tbody:last-child > tr:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.product-view .product-shop-wrapper .product-shop > .table:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .product-shop-wrapper .product-shop > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop-wrapper .product-shop > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop-wrapper .product-shop > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .product-shop-wrapper .product-shop > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop-wrapper .product-shop > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop-wrapper .product-shop > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.product-view .product-shop-wrapper .product-shop > .panel-body + .table,
.product-view .product-shop-wrapper .product-shop > .panel-body + .table-responsive,
.product-view .product-shop-wrapper .product-shop > .table + .panel-body,
.product-view .product-shop-wrapper .product-shop > .table-responsive + .panel-body {
  border-top: 1px solid #fff;
}
.product-view .product-shop-wrapper .product-shop > .table > tbody:first-child > tr:first-child th,
.product-view .product-shop-wrapper .product-shop > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.product-view .product-shop-wrapper .product-shop > .table-bordered,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered {
  border: 0;
}
.product-view .product-shop-wrapper .product-shop > .table-bordered > thead > tr > th:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop-wrapper .product-shop > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tfoot > tr > td:first-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.product-view .product-shop-wrapper .product-shop > .table-bordered > thead > tr > th:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop-wrapper .product-shop > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tfoot > tr > td:last-child,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.product-view .product-shop-wrapper .product-shop > .table-bordered > thead > tr:first-child > td,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > td,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tbody > tr:first-child > td,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.product-view .product-shop-wrapper .product-shop > .table-bordered > thead > tr:first-child > th,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > th,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tbody > tr:first-child > th,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.product-view .product-shop-wrapper .product-shop > .table-bordered > tbody > tr:last-child > td,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tfoot > tr:last-child > td,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop-wrapper .product-shop > .table-bordered > tfoot > tr:last-child > th,
.product-view .product-shop-wrapper .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.product-view .product-shop-wrapper .product-shop > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.product-view .product-shop-wrapper .product-shop .product-name {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin: -15px -15px 15px;
  border-color: #f3f3f3;
  background-color: #f3f3f3;
  color: #333333;
}
.product-view .product-shop-wrapper .product-shop .product-name > .dropdown .dropdown-toggle {
  color: inherit;
}
.product-view .product-shop-wrapper .product-shop .product-name h1 {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
}
.product-view .product-shop-wrapper .product-shop .product-name h1 > a {
  color: inherit;
}
.product-view .product-shop-wrapper .product-shop .availability,
.product-view .product-shop-wrapper .product-shop .price-box,
.product-view .product-shop-wrapper .product-shop .add-to-box,
.product-view .product-shop-wrapper .product-shop .short-description {
  margin-bottom: 10px;
}
.product-view .product-shop-wrapper .product-shop .product-price-html .price-box,
.product-view .product-shop-wrapper .product-shop .product-price-html .add-to-cart {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .product-view .product-shop-wrapper .product-shop .product-price-html .price-box,
  .product-view .product-shop-wrapper .product-shop .product-price-html .add-to-cart {
    float: none;
    width: auto;
  }
}
.product-img-box .product-image-zoom img,
.product-img-box .more-views img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-img-box .product-image-zoom {
  position: relative;
  margin-bottom: 10px;
}
.product-img-box .more-views {
  padding-top: 10px;
}
.product-options {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.product-options dl {
  margin: 0;
}
.product-options dt {
  clear: left;
  float: left;
  width: 10%;
  padding-top: 3px;
  padding-bottom: 15px;
  font-weight: normal;
}
.product-options dt label {
  margin-bottom: 0;
  font-family: "11FGalano-Black", Helvetica, sans-serif;
  font-size: 36px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .product-options dt label {
    font-size: 40px;
  }
}
.product-options dt label.required em {
  margin-left: 2px;
  color: #9b1b2c;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
}
.product-options dd .qty-holder {
  display: block;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd {
  float: left;
  width: 90%;
  padding: 3px 0 12px 5px;
  border-bottom: 0 none;
}
.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  text-decoration: underline;
  background-color: #f3f3f3;
  height: 32px;
  overflow: hidden;
  padding: 6px 8px;
  border: 1px solid #e4e4e4;
}
.product-options dd .input-text:focus,
.product-options dd select:focus,
.product-options dd textarea:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.product-options dd .input-text:focus,
.product-options dd select:focus,
.product-options dd textarea:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.product-options dd .input-text::-moz-placeholder,
.product-options dd select::-moz-placeholder,
.product-options dd textarea::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.product-options dd .input-text:-ms-input-placeholder,
.product-options dd select:-ms-input-placeholder,
.product-options dd textarea:-ms-input-placeholder {
  color: #8a8a8a;
}
.product-options dd .input-text::-webkit-input-placeholder,
.product-options dd select::-webkit-input-placeholder,
.product-options dd textarea::-webkit-input-placeholder {
  color: #8a8a8a;
}
.product-options dd .input-text[disabled],
.product-options dd select[disabled],
.product-options dd textarea[disabled],
.product-options dd .input-text[readonly],
.product-options dd select[readonly],
.product-options dd textarea[readonly],
fieldset[disabled] .product-options dd .input-text,
fieldset[disabled] .product-options dd select,
fieldset[disabled] .product-options dd textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.product-options dd .input-text,
textarea.product-options dd select,
textarea.product-options dd textarea {
  height: auto;
}
.product-options dd .validation-advice {
  margin-bottom: -3px;
  margin-top: 3px;
}
.product-options dd select[multiple],
.product-options dd textarea {
  height: auto;
}
.product-options dl.last dd.last {
  margin-bottom: 0;
}
.product-options ul.options-list {
  margin-bottom: 0;
}
.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list .label {
  display: block;
  margin-left: 18px;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 12px;
}
.product-options p.required {
  right: 20px;
  top: 20px;
}
.product-price-html {
  margin-left: -15px;
  margin-right: -15px;
}
.product-price-html .price-box,
.product-price-html .tax-details,
.product-price-html .availability-details,
.product-price-html .add-to-cart {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-price-html .price-box,
  .product-price-html .tax-details,
  .product-price-html .availability-details,
  .product-price-html .add-to-cart {
    float: left;
    width: 100%;
  }
}
.product-price-html .add-to-cart {
  width: 52%;
  margin-top: 20px;
  z-index: 0;
}
.product-price-html .add-to-cart #qty {
  width: 54px;
  float: left;
  margin-right: 16px;
}
.product-price-html .add-to-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .product-price-html .add-to-links {
    float: left;
    width: 100%;
  }
}
.product-price-html .add-to-links > li:first-child {
  margin-top: 60px;
  display: block;
  border-top: 1px solid #e4e4e4;
}
.product-price-html .price-box {
  padding-top: 10px;
}
.product-price-html .price-box:before,
.product-price-html .price-box:after {
  content: " ";
  display: table;
}
.product-price-html .price-box:after {
  clear: both;
}
.product-price-html .price-box:before,
.product-price-html .price-box:after {
  content: " ";
  display: table;
}
.product-price-html .price-box:after {
  clear: both;
}
.product-price-html .price-box .regular-price .price-label,
.product-price-html .price-box .regular-price .price {
  font-family: "11FGalano-Black", Helvetica, sans-serif;
  font-size: 36px;
}
@media (min-width: 768px) {
  .product-price-html .price-box .regular-price .price-label,
  .product-price-html .price-box .regular-price .price {
    font-size: 40px;
  }
}
.product-price-html .price-box .dauerkarte-price p {
  margin-bottom: 0;
}
.product-price-html .availability-details,
.product-price-html .tax-details,
.product-price-html .availability-details > a,
.product-price-html .tax-details > a {
  color: #8a8a8a;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
.product-price-html .availability-details a,
.product-price-html .tax-details a {
  text-decoration: underline;
}
.product-price-html .availability-details > b:first-child,
.product-price-html .tax-details > b:first-child,
.product-price-html .availability-details > b.first-child,
.product-price-html .tax-details > b.first-child {
  font-weight: normal;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
}
.product-price-html .price-label {
  float: left;
  padding-right: 5px;
}
.product-price-html .price-tax {
  float: left;
}
@media (min-width: 768px) {
  .product-price-html .price-box {
    padding-top: 0;
  }
}
.product-shop .product-options dt label.required em {
  margin-left: 0;
  margin-right: 2px;
}
.product-shop .product-price-html {
  margin: 0 0 10px;
}
.product-shop .product-price-html .price-box {
  float: none;
  margin: 0 0 5px;
}
.product-shop .product-price-html .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-price-html .price-tax {
  float: none;
}
.product-shop .product-price-html .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
.product-shop .product-price-html .add-to-links {
  clear: both;
}
.product-view .grouped-items-table .price-box {
  margin: 0;
}
.product-view .grouped-items-table .qty {
  width: auto;
}
.product-view .box-collateral {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px;
  border-color: #f3f3f3;
  background-color: #f3f3f3;
}
.product-view .box-collateral:before,
.product-view .box-collateral:after {
  content: " ";
  display: table;
}
.product-view .box-collateral:after {
  clear: both;
}
.product-view .box-collateral:before,
.product-view .box-collateral:after {
  content: " ";
  display: table;
}
.product-view .box-collateral:after {
  clear: both;
}
.product-view .box-collateral > .list-group,
.product-view .box-collateral > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.product-view .box-collateral > .list-group .list-group-item,
.product-view .box-collateral > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.product-view .box-collateral > .list-group:first-child .list-group-item:first-child,
.product-view .box-collateral > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.product-view .box-collateral > .list-group:last-child .list-group-item:last-child,
.product-view .box-collateral > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.product-view .box-collateral > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.product-view .box-collateral > .table,
.product-view .box-collateral > .table-responsive > .table,
.product-view .box-collateral > .panel-collapse > .table {
  margin-bottom: 0;
}
.product-view .box-collateral > .table caption,
.product-view .box-collateral > .table-responsive > .table caption,
.product-view .box-collateral > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.product-view .box-collateral > .table:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.product-view .box-collateral > .table:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.product-view .box-collateral > .panel-body + .table,
.product-view .box-collateral > .panel-body + .table-responsive,
.product-view .box-collateral > .table + .panel-body,
.product-view .box-collateral > .table-responsive + .panel-body {
  border-top: 1px solid #fff;
}
.product-view .box-collateral > .table > tbody:first-child > tr:first-child th,
.product-view .box-collateral > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.product-view .box-collateral > .table-bordered,
.product-view .box-collateral > .table-responsive > .table-bordered {
  border: 0;
}
.product-view .box-collateral > .table-bordered > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.product-view .box-collateral > .table-bordered > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.product-view .box-collateral > .table-bordered > thead > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > td,
.product-view .box-collateral > .table-bordered > tbody > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.product-view .box-collateral > .table-bordered > thead > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > th,
.product-view .box-collateral > .table-bordered > tbody > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.product-view .box-collateral > .table-bordered > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.product-view .box-collateral > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.product-view .box-collateral.box-pricetable select {
  width: 100%;
  text-decoration: underline;
  background-color: #fff;
  height: 32px;
  overflow: hidden;
  padding: 7px 8px;
  border: 1px solid #e4e4e4;
}
.product-view .box-collateral > h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin: -15px -15px 15px;
  border-color: #f3f3f3;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #333333;
}
.product-view .box-collateral > h2 > .dropdown .dropdown-toggle {
  color: inherit;
}
.product-view .box-collateral > .std a {
  text-decoration: underline;
}
.product-view .box-collateral > .std hr {
  border-color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}
.product-view .box-collateral > .std p {
  margin: 10px 0 20px;
}
.product-view .box-additional {
  padding: 0;
}
.product-view .box-additional > h2 {
  margin: 0;
}
.product-view .box-additional .data-table {
  border: 0;
  margin-bottom: 0;
}
.product-view .box-additional .data-table > tbody > tr > th {
  border-left: 0;
}
.product-view .box-additional .data-table > tbody > tr > td {
  border-right: 0;
}
.product-view .box-additional .data-table > tbody > tr.first > th,
.product-view .box-additional .data-table > tbody > tr.first > td {
  border-top: 0;
}
.product-view .box-additional .data-table > tbody > tr.last > th,
.product-view .box-additional .data-table > tbody > tr.last > td {
  border-bottom: 0;
}
.product-view .box-up-sell .table-responsive {
  padding: 15px 0;
}
.product-view .box-up-sell .products-grid {
  margin: 0;
  width: 100%;
}
.product-view .box-up-sell .products-grid td {
  width: 25%;
  padding: 0 15px;
  vertical-align: top;
}
.product-view .box-up-sell .products-grid .product-image,
.product-view .box-up-sell .products-grid .price-box {
  margin-bottom: 10px;
}
.product-view .box-up-sell .products-grid .ratings {
  margin-bottom: 0;
}
.product-view .box-tags {
  margin: 0;
}
.product-view .box-tags .product-tags li {
  display: inline;
  white-space: nowrap;
  margin: 0 6px;
}
.product-view .box-tags .note {
  margin: 0;
  text-align: center;
}
.product-view .box-reviews dt {
  padding-top: 15px;
  font-weight: normal;
}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold;
}
.product-view .box-reviews dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #1e1e1e;
}
.product-view .box-reviews dd:before,
.product-view .box-reviews dd:after {
  content: " ";
  display: table;
}
.product-view .box-reviews dd:after {
  clear: both;
}
.product-view .box-reviews dd:before,
.product-view .box-reviews dd:after {
  content: " ";
  display: table;
}
.product-view .box-reviews dd:after {
  clear: both;
}
.product-view .box-reviews dd .ratings-table {
  float: left;
  margin-right: 10px;
}
.product-view .box-reviews dd small {
  font-style: italic;
}
.product-view .box-reviews .form-add h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
  font-weight: normal;
}
.product-view .box-reviews .form-add h4 {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.product-view .box-reviews .form-add h4 em {
  float: right;
  position: absolute;
  top: 0;
  right: -8px;
  color: #9b1b2c;
}
.product-view .box-reviews .form-add td.value {
  text-align: center;
}
.product-view .box-reviews .form-add td.value .radio {
  display: inline;
  margin: 0;
  padding: 0;
  height: 20px;
}
.tags-list {
  margin: 0;
  padding: 10px;
}
.tags-list li {
  display: inline !important;
  margin: 0 3px;
}
.btn-group-product-top {
  margin-top: 6px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .btn-group-product-top.product-geschenkgutschein,
  .btn-group-product-top.giftvouchers-detail,
  .btn-group-product-top.merchandise-detail {
    margin-bottom: 27px;
  }
  .btn-group-product-top.books-booklets {
    margin-bottom: 43px;
  }
}
.btn-group-product-top.btn-group-product-top-bottom {
  margin-bottom: -20px;
}
.btn-group-product-top.btn-group-product-top-bottom-upsellless {
  margin-bottom: 30px;
}
.product-short-description {
  margin-bottom: 28px;
  margin-top: 15px;
  font-family: "11FGalano-Black", Helvetica, sans-serif;
}
.product-view.bilderwelten-detail,
.product-view.digital-print-detail {
  /* .product-short-description {
        max-width: @description-text-width;
    }*/
}
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 2px 0 #8a8a8a;
  box-shadow: 1px 1px 2px 0 #8a8a8a;
  line-height: 1;
  min-height: 1px;
  margin: 0 auto;
  max-width: 100%;
}
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a,
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a:hover,
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a:active,
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a:focus,
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a:link {
  outline: 0 none;
  outline-offset: 0;
}
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a > div {
  background-color: #fff;
  position: relative;
  margin: -1px;
}
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a > div:after,
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a > div:before {
  background: #505050 none repeat scroll 0 0;
  bottom: 10px;
  -webkit-box-shadow: 0 15px 10px #505050;
          box-shadow: 0 15px 10px #505050;
  content: "";
  left: 6px;
  position: absolute;
  top: 80%;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
          transform: rotate(-2deg);
  width: calc(50% - 6px);
  z-index: -1;
}
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a > div:after {
  left: auto;
  right: 6px;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a > div > img {
  max-height: 201px;
}
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a + .category-title {
  margin-top: 16px;
}
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a > div:after,
.product-view.bilderwelten-detail .product-essential .product-gallery-box .more-views ul li > a > div:before {
  width: calc(50% - 6px);
}
.product-view.bilderwelten-detail .product-essential .product-gallery-box .products-view-tabs-select {
  margin-bottom: 20px;
}
.product-view.giftvouchers-detail .product-options,
.product-view.merchandise-detail .product-options {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
  padding-bottom: 5px;
}
.product-view.giftvouchers-detail .product-options dd,
.product-view.merchandise-detail .product-options dd {
  padding-left: 0;
  padding-right: 10px;
  width: auto;
}
.product-view.giftvouchers-detail .product-short-description,
.product-view.merchandise-detail .product-short-description {
  margin-bottom: 20px;
}
.product-view.giftvouchers-detail .select-wrapper,
.product-view.merchandise-detail .select-wrapper {
  padding-right: 0;
}
.product-view.books-booklets .product-img-box .product-image-zoom {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .product-view.bilderwelten-detail .product-img-box {
    z-index: 0;
  }
}
.products-view-tabs {
  height: 47px;
  overflow: hidden;
}
.products-view-tabs.nav-tabs > li > a {
  background-color: #ebebeb;
  border-right: 2px solid #fff;
}
.products-view-tabs.nav-tabs > li > a:hover,
.products-view-tabs.nav-tabs > li > a:focus {
  background-color: #f3f3f3;
}
.products-view-tabs.nav-tabs > li.active > a,
.products-view-tabs.nav-tabs > li.active > a:hover,
.products-view-tabs.nav-tabs > li.active > a:focus {
  background-color: #f3f3f3;
}
.price {
  white-space: nowrap;
}
.price-box .price-label {
  white-space: nowrap;
}
.price-box .price {
  color: #282828;
}
.regular-price {
  color: #282828;
}
.regular-price .price {
  color: #282828;
}
.old-price {
  margin: 0;
  color: #ccc;
}
.old-price .price {
  color: inherit;
  font-weight: normal;
  text-decoration: line-through;
}
.special-price {
  margin: 0;
}
.special-price .price-label {
  color: #282828;
}
.minimal-price {
  margin: 0;
}
.minimal-price-link {
  display: block;
}
.price-excluding-tax,
.price-including-tax {
  display: block;
  color: #ccc;
}
.price-excluding-tax .label,
.price-including-tax .label {
  white-space: nowrap;
  color: inherit;
}
.configured-price {
  margin: 0;
}
.weee {
  display: block;
}
.price-excl-tax,
.price-incl-tax {
  display: block;
}
.price-excl-tax .label,
.price-incl-tax .label {
  white-space: nowrap;
  display: block;
}
.price-excl-tax .price,
.price-incl-tax .price {
  display: block;
}
.price-from,
.price-to {
  margin: 0;
}
.price-from .price-label,
.price-to .price-label {
  white-space: nowrap;
}
.price-notice {
  color: #333333;
}
.price-notice .price {
  color: #333333;
}
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  white-space: nowrap;
}
.price-box-bundle .price-box {
  margin: 0;
  padding: 0;
}
.price-box-bundle .price {
  color: #333333;
}
.product-pricing,
.tier-prices {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.product-pricing blockquote,
.tier-prices blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.tier-prices .benefit {
  font-style: italic;
}
.tier-prices .price {
  color: #333333;
}
.no-rating {
  margin: 0;
}
.ratings {
  margin-bottom: 10px;
  font-size: 12px;
}
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.rating-box .rating {
  float: left;
  height: 13px;
  background: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}
.ratings-table th,
.ratings-table td {
  font-size: 12px;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
/* CMS Home Page */
.page-sitemap .links {
  text-align: right;
  font-weight: bold;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .catalog-seo-sitemap-product .page-sitemap .sitemap li {
    float: left;
    width: 50%;
  }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .catalog-seo-sitemap-category .page-sitemap .sitemap li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .catalog-seo-sitemap-category .page-sitemap .sitemap li {
    float: left;
    width: 16.66666667%;
  }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0 {
  font-weight: bold;
  margin-top: 10px;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-sitemap .sitemap li.level-0,
  .page-sitemap .sitemap li.level-1,
  .page-sitemap .sitemap li.level-2,
  .page-sitemap .sitemap li.level-3,
  .page-sitemap .sitemap li.level-4 {
    width: auto;
    float: none;
  }
  .page-sitemap .sitemap li.level-0 {
    padding-left: 15px !important;
  }
  .page-sitemap .sitemap li.level-1 {
    padding-left: 35px !important;
  }
  .page-sitemap .sitemap li.level-2 {
    padding-left: 55px !important;
  }
  .page-sitemap .sitemap li.level-3 {
    padding-left: 75px !important;
  }
  .page-sitemap .sitemap li.level-4 {
    padding-left: 95px !important;
  }
}
.rss-title h1 {
  background: url(https://shop.11freunde.de/skin/frontend/11freunde/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .page-title .checkout-types li:last-child {
  margin-bottom: 0;
}
.cart .title-buttons .checkout-types {
  float: right;
  margin-bottom: 0;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
}
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  font-size: 12px;
}
.cart > form {
  margin-bottom: 20px;
}
.btn-checkout {
  background-color: #282828;
  border-color: #1b1b1b;
  background-color: #62b483;
  border-color: #62b483;
  color: #fff;
}
.btn-checkout:hover,
.btn-checkout:focus,
.btn-checkout.focus,
.btn-checkout:active,
.btn-checkout.active,
.open > .dropdown-toggle.btn-checkout {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #000000;
}
.btn-checkout:active,
.btn-checkout.active,
.open > .dropdown-toggle.btn-checkout {
  background-image: none;
}
.btn-checkout.disabled,
.btn-checkout[disabled],
fieldset[disabled] .btn-checkout,
.btn-checkout.disabled:hover,
.btn-checkout[disabled]:hover,
fieldset[disabled] .btn-checkout:hover,
.btn-checkout.disabled:focus,
.btn-checkout[disabled]:focus,
fieldset[disabled] .btn-checkout:focus,
.btn-checkout.disabled.focus,
.btn-checkout[disabled].focus,
fieldset[disabled] .btn-checkout.focus,
.btn-checkout.disabled:active,
.btn-checkout[disabled]:active,
fieldset[disabled] .btn-checkout:active,
.btn-checkout.disabled.active,
.btn-checkout[disabled].active,
fieldset[disabled] .btn-checkout.active {
  background-color: #282828;
  border-color: #1b1b1b;
}
.btn-checkout .badge {
  color: #282828;
  background-color: #fff;
}
.btn-checkout .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.btn-checkout:hover,
.btn-checkout:active,
.btn-checkout:focus {
  color: #fff;
  background-color: #52ab76;
  border-color: #52ab76;
}
.btn-checkout:hover .fa-chevron-right,
.btn-checkout:active .fa-chevron-right,
.btn-checkout:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.checkout-cart-index .table-responsive {
  border-color: #282828;
}
.cart-table {
  margin-bottom: 0;
}
.cart-table .qty {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  width: 44px;
  text-align: right;
}
select.cart-table .qty {
  height: 30px;
  line-height: 30px;
}
textarea.cart-table .qty,
select[multiple].cart-table .qty {
  height: auto;
}
select.cart-table .qty {
  height: 30px;
  line-height: 30px;
}
textarea.cart-table .qty,
select[multiple].cart-table .qty {
  height: auto;
}
.cart-table .qty,
.cart-table .qty:active,
.cart-table .qty:hover,
.cart-table .qty:focus {
  background-color: #fff;
}
.cart-table .button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.cart-table .btn-continue {
  float: left;
}
.cart-table td,
.cart-table th,
.cart-table dt {
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
.cart-table thead {
  background-color: #f3f3f3;
}
.cart-table th {
  text-transform: uppercase;
  font-size: 12px;
}
.cart-table .product-name {
  font-size: 18px;
  font-family: "11FGalano-Black", Helvetica, sans-serif;
}
.cart-table td {
  padding: 15px 5px 15px 15px !important;
}
.cart-table td.last {
  padding-left: 5px !important;
}
.cart-table tfoot td {
  background-color: #fff;
  border-color: #fff;
  padding-top: 20px;
}
.cart-table tfoot td.last {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cart-table dl {
  max-width: 250px;
}
.cart-table dt {
  clear: left;
  padding-right: 4px;
}
.cart-table dt,
.cart-table dd {
  color: #8a8a8a;
  float: left;
  font-size: 13px;
}
.cart-table dt {
  text-transform: uppercase;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
}
.cart-table dd {
  width: 67%;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart-table h2 .edit-product {
  font-family: "FreightText-ProBook", Times, serif;
  font-size: 12px;
  text-decoration: underline;
}
.cart-table .availability-details {
  margin-top: 10px;
}
.cart-table .availability-details .availability {
  color: #8a8a8a;
  font-size: 13px;
}
.cart-table .price {
  font-family: "11FGalano-Black", Helvetica, sans-serif;
  font-size: 17px;
}
.cart-table .btn-remove {
  letter-spacing: -0.13em;
  padding-right: 10px;
  margin-top: 4px !important;
}
.cart-table .btn-remove:after {
  background-color: transparent;
  border: 1px solid #282828;
  border-radius: 50%;
  color: #000000;
  content: "×";
  display: inline-block;
  font-family: "FreightText-ProBook", Times, serif;
  font-size: 17px;
  left: 2px;
  line-height: 0.765;
  padding: 2px 0 1px 1px;
  position: relative;
  text-align: center;
  top: 0;
  width: 19px;
}
.cart-table .cart-bottom-hr {
  margin-top: 17px;
  margin-bottom: 17px;
}
.cart-table-below {
  margin-top: 0;
  margin-bottom: 20px;
}
.cart .cart-collaterals {
  margin-left: -15px;
  margin-right: -15px;
}
.cart .cart-collaterals .col-md-650 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cart .cart-collaterals .col-md-650 {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .cart .cart-collaterals .col-md-650 {
    float: right;
    width: 680px;
  }
}
.cart .crosssell > h2,
.cart .discount > h2,
.cart .shipping > h2 {
  font-size: 12px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: -25px;
  margin-bottom: 25px;
}
.cart .crosssell #crosssell-products-list {
  margin-bottom: 0;
  padding: 15px;
}
.cart .crosssell li.item {
  padding: 10px 0;
  border-bottom: 1px solid #1e1e1e;
}
.cart .crosssell li.item:first-child {
  padding-top: 0;
}
.cart .crosssell li.item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.cart .crosssell .product-image {
  float: left;
}
.cart .crosssell .product-details {
  margin-left: 100px;
}
.cart .crosssell .add-to-links .separator {
  display: none;
}
.cart .crosssell .link-compare {
  font-weight: normal;
}
.cart .discount > h2 {
  padding: 0 15px;
}
.cart .discount .discount-form {
  padding: 0 15px;
  margin-bottom: 30px;
}
.cart .discount .discount-form .input-group {
  width: 352px;
  margin-top: 10px;
}
.cart .discount .discount-form .input-text {
  width: 210px;
  margin-right: 12px;
  height: 32px;
  padding: 4px 12px;
}
.cart .discount .discount-form .input-text,
.cart .discount .discount-form .input-text:active,
.cart .discount .discount-form .input-text:focus,
.cart .discount .discount-form .input-text:hover {
  background-color: #f3f3f3;
}
.cart .discount .discount-form .input-group-btn > button:first-child {
  margin-right: 12px;
}
.cart .totals {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.cart .totals blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.cart .totals table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.cart .totals table > thead > tr > th,
.cart .totals table > tbody > tr > th,
.cart .totals table > tfoot > tr > th,
.cart .totals table > thead > tr > td,
.cart .totals table > tbody > tr > td,
.cart .totals table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #fff;
}
.cart .totals table > thead > tr > th {
  vertical-align: bottom;
  text-transform: uppercase;
}
.cart .totals table > caption + thead > tr:first-child > th,
.cart .totals table > colgroup + thead > tr:first-child > th,
.cart .totals table > thead:first-child > tr:first-child > th,
.cart .totals table > caption + thead > tr:first-child > td,
.cart .totals table > colgroup + thead > tr:first-child > td,
.cart .totals table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.cart .totals table > tbody + tbody {
  border-top: 2px solid #fff;
}
.cart .totals table .table {
  background-color: #fff;
}
.cart .totals #shopping-cart-totals-table th:first-child,
.cart .totals #shopping-cart-totals-table td:first-child {
  text-align: left !important;
  padding-left: 15px;
}
.cart .totals #shopping-cart-totals-table th:first-child > div,
.cart .totals #shopping-cart-totals-table td:first-child > div {
  float: left !important;
  text-align: left !important;
  padding-left: 0 !important;
}
.cart .totals #shopping-cart-totals-table th:first-child + td,
.cart .totals #shopping-cart-totals-table td:first-child + td,
.cart .totals #shopping-cart-totals-table th:first-child + th,
.cart .totals #shopping-cart-totals-table td:first-child + th {
  padding-right: 15px;
}
.cart .totals #shopping-cart-totals-table td.a-right-important {
  text-align: right !important;
}
.cart .totals #shopping-cart-totals-table tr.summary-details {
  display: table-row !important;
}
.cart .totals #shopping-cart-totals-table tbody tr th,
.cart .totals #shopping-cart-totals-table tbody tr td {
  background-color: #fff !important;
  font-size: 14px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
.cart .totals #shopping-cart-totals-table tbody tr:first-child th,
.cart .totals #shopping-cart-totals-table tbody tr:first-child td {
  background-color: #f3f3f3 !important;
  font-size: 17px;
  font-family: "11FGalano-Black", Helvetica, sans-serif;
}
.cart .totals #shopping-cart-totals-table tbody tr.summary-total td .summary-collapse > span {
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
.cart .totals #shopping-cart-totals-table tfoot {
  /*td:first-child + td {
          padding-right: 35px;
        }*/
}
.cart .totals #shopping-cart-totals-table tfoot td strong > span {
  font-size: 13px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-weight: normal;
  display: block;
}
.cart .totals #shopping-cart-totals-table tfoot td,
.cart .totals #shopping-cart-totals-table tfoot td strong > span.price {
  font-size: 24px;
  font-family: "11FGalano-Black", Helvetica, sans-serif;
  font-weight: normal;
}
.cart .totals .checkout-types-and-hint {
  margin-right: 0;
  margin-left: -8px;
}
.cart .totals .payment-hint {
  width: 100%;
  color: #62b483;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 8px;
}
.cart .totals .checkout-types {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  margin-bottom: 0;
  margin-top: 20px;
}
.cart .totals .checkout-types li {
  margin-bottom: 5px;
}
.cart .totals .checkout-types li:last-child {
  margin-bottom: 0;
}
.cart .totals .checkout-types #AmazonInlineWidget {
  margin-top: 15px;
}
.cart .totals .checkout-types .btn {
  padding-left: 19px;
  padding-right: 19px;
}
@media (min-width: 590px) {
  .cart .totals .payment-hint {
    width: 66.6667%;
  }
  .cart .totals .checkout-types {
    margin-top: 0;
    padding-left: 4px;
    width: 33.3333%;
    float: right;
    float: right !important;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .cart .totals {
    margin-top: -12px;
  }
  .cart .totals .checkout-types-and-hint {
    margin-right: -8px;
  }
  .cart .totals .payment-hint {
    padding-left: 8px;
  }
  .cart .totals .table-responsive {
    overflow: inherit;
  }
  .cart .totals .checkout-types {
    padding-right: 8px;
    padding-bottom: 0;
  }
}
.cart #discount-coupon-form {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .cart #discount-coupon-form {
    padding-top: 0;
  }
}
.item-options {
  margin-top: 10px;
  /*dd {
      margin-left: 15px;
    }*/
}
.truncated {
  position: relative;
  cursor: help;
}
.truncated .dots {
  cursor: inherit;
  color: inherit;
}
.truncated .dots:hover {
  text-decoration: none;
}
.truncated_full_value {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 400px;
  padding: 1px;
  font-family: "FreightText-ProBook", Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  top: 20px;
}
.truncated_full_value.top {
  margin-top: -10px;
}
.truncated_full_value.right {
  margin-left: 10px;
}
.truncated_full_value.bottom {
  margin-top: 10px;
}
.truncated_full_value.left {
  margin-left: -10px;
}
.truncated_full_value.data-dont-scroll {
  left: 15px !important;
  right: 15px !important;
  max-width: calc(100% - 30px);
}
.truncated_full_value.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #b1b1b1;
  border-top-color: #e4e4e4;
  bottom: -11px;
}
.truncated_full_value.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.truncated_full_value.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #b1b1b1;
  border-right-color: #e4e4e4;
}
.truncated_full_value.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.truncated_full_value.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #b1b1b1;
  border-bottom-color: #e4e4e4;
  top: -11px;
}
.truncated_full_value.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.truncated_full_value.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #b1b1b1;
  border-left-color: #e4e4e4;
}
.truncated_full_value.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.truncated_full_value dl {
  margin: 0;
}
.truncated_full_value dt {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0 0 0 0;
}
.truncated_full_value dd {
  padding: 9px 14px;
  margin-left: 0;
}
.truncated_full_value dd + dt {
  border-radius: 0;
  border-top: 1px solid #e6e6e6;
}
.truncated_full_value.show {
  display: block;
}
hr.hr-cart-top {
  margin-bottom: 25px;
  margin-top: 20px;
}
hr.hr-cart-top-bottom {
  margin-top: 25px;
  margin-bottom: 20px;
}
.cart-table-heading {
  font-size: 12px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
}
#shopping-cart-table,
#shopping-cart-totals-table {
  background: #fff;
  overflow: hidden;
  display: block;
}
#shopping-cart-table .pre-price .price,
#shopping-cart-totals-table .pre-price .price {
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
#shopping-cart-table .cart-price .info,
#shopping-cart-totals-table .cart-price .info {
  white-space: nowrap;
  position: relative;
  bottom: -2px;
}
#shopping-cart-table tfoot,
#shopping-cart-totals-table tfoot,
#shopping-cart-table thead,
#shopping-cart-totals-table thead {
  display: none;
}
#shopping-cart-table tbody,
#shopping-cart-totals-table tbody {
  display: block;
}
#shopping-cart-table tr,
#shopping-cart-totals-table tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  background-color: #f3f3f3;
}
#shopping-cart-table tr td,
#shopping-cart-totals-table tr td {
  display: block;
  width: 100%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#shopping-cart-table tr + tr,
#shopping-cart-totals-table tr + tr {
  margin-top: 1em;
}
#shopping-cart-table tbody > tr > td + td + td,
#shopping-cart-totals-table tbody > tr > td + td + td,
#shopping-cart-table tbody > tr > td + td + td + td + td,
#shopping-cart-totals-table tbody > tr > td + td + td + td + td,
#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td,
#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td {
  width: 50%;
  text-align: left;
}
#shopping-cart-table tbody > tr > td + td + td.a-center.last,
#shopping-cart-totals-table tbody > tr > td + td + td.a-center.last,
#shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last,
#shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last,
#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last,
#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last {
  text-align: left !important;
}
@media (max-width: 719px) {
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-family: "11FGalano-Medium", Helvetica, sans-serif;
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    background-color: #282828;
    border-color: #1b1b1b;
    margin-left: 10px;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus {
    color: #333;
    text-decoration: none;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active {
    outline: 0;
    background-image: none;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled],
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled],
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled],
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
  }
  a#shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled,
  a#shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled,
  a#shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  a#shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  a#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  a#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  fieldset[disabled] a#shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] a#shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] a#shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] a#shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] a#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  fieldset[disabled] a#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a {
    pointer-events: none;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #000000;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a {
    background-image: none;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled],
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled],
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled],
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:hover,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active {
    background-color: #282828;
    border-color: #1b1b1b;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a .badge,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a .badge,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a .badge,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a .badge,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a .badge,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a .badge {
    color: #282828;
    background-color: #fff;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus {
    color: #333;
    text-decoration: none;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active {
    outline: 0;
    background-image: none;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled],
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled],
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled],
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
  }
  a#shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled,
  a#shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled,
  a#shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  a#shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  a#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  a#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  fieldset[disabled] a#shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] a#shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] a#shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] a#shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] a#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  fieldset[disabled] a#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a {
    pointer-events: none;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a {
    background-image: none;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled],
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled],
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled],
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:hover,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active {
    background-color: #fff;
    border-color: #ccc;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a .badge,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a .badge,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a .badge,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a .badge,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a .badge,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a .badge {
    color: #fff;
    background-color: #333;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:focus {
    background-color: #62b483;
    color: #fff;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:hover .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:hover .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:hover .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:hover .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:hover .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:hover .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:active .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:active .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:active .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:active .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:active .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:active .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:focus .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-call-to-action:focus .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:focus .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-call-to-action:focus .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:focus .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-call-to-action:focus .fa-chevron-right {
    background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:focus {
    background-color: #282828;
    color: #fff;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary:hover .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary:hover .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:hover .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:hover .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:hover .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:hover .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary:active .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary:active .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:active .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:active .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:active .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:active .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary:focus .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary:focus .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:focus .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:focus .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:focus .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:focus .fa-chevron-right {
    background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary > b,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary > b,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary > b,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary > b,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary > b,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary > b,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary:hover > b,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary:hover > b,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:hover > b,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:hover > b,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:hover > b,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:hover > b,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary:active > b,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary:active > b,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:active > b,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:active > b,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:active > b,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:active > b,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-primary:focus > b,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-primary:focus > b,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:focus > b,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-primary:focus > b,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:focus > b,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-primary:focus > b {
    font-family: "11FGalano-Bold", Helvetica, sans-serif;
    font-weight: normal;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #000000;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  .open > .dropdown-toggle#shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a {
    background-image: none;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled],
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled],
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled],
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled],
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:hover,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:hover,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:hover,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:hover,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].focus,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].focus,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.focus,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled]:active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled]:active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.disabled.active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.disabled.active,
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a[disabled].active,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].active,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a[disabled].active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active,
  fieldset[disabled] #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.active {
    background-color: #282828;
    border-color: #1b1b1b;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a .badge,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a .badge,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a .badge,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a .badge,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a .badge,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a .badge {
    color: #282828;
    background-color: #fff;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a.btn-grey .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a.btn-grey .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-grey .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a.btn-grey .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-grey .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a.btn-grey .fa-chevron-right {
    background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right.png);
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a .fa-chevron-right,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a .fa-chevron-right,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a .fa-chevron-right {
    background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
    background-position: left top;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a .fa-chevron-right.fa-fw,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a .fa-chevron-right.fa-fw,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a .fa-chevron-right.fa-fw,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a .fa-chevron-right.fa-fw,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a .fa-chevron-right.fa-fw,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a .fa-chevron-right.fa-fw {
    width: 1.414em;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last > a:after,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last > a:after,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last > a:after,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last > a:after,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:after,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last > a:after {
    content: "Entfernen";
    font-family: "11FGalano-Medium", Helvetica, sans-serif;
    color: white;
    display: block;
    font-size: 13px;
    width: auto;
  }
}
@media (min-width: 424px) {
  #shopping-cart-table tbody > tr > td + td + td .btn-update.visible-xs-block,
  #shopping-cart-totals-table tbody > tr > td + td + td .btn-update.visible-xs-block {
    margin-left: 10px;
  }
}
@media (min-width: 720px) {
  #shopping-cart-table,
  #shopping-cart-totals-table {
    background-color: #f3f3f3;
    overflow: initial;
    display: table;
  }
  #shopping-cart-table tfoot,
  #shopping-cart-totals-table tfoot {
    display: table-footer-group;
  }
  #shopping-cart-table thead,
  #shopping-cart-totals-table thead {
    display: table-header-group;
  }
  #shopping-cart-table tbody,
  #shopping-cart-totals-table tbody {
    display: table-row-group;
  }
  #shopping-cart-table tr,
  #shopping-cart-totals-table tr {
    display: table-row;
    -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
    position: initial;
    background-color: transparent;
  }
  #shopping-cart-table tr th,
  #shopping-cart-totals-table tr th,
  #shopping-cart-table tr td,
  #shopping-cart-totals-table tr td {
    display: table-cell;
    -webkit-flex-grow: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    width: initial;
  }
  #shopping-cart-table tr + tr,
  #shopping-cart-totals-table tr + tr {
    margin-top: initial;
  }
  #shopping-cart-table tbody > tr > td + td + td,
  #shopping-cart-totals-table tbody > tr > td + td + td,
  #shopping-cart-table tbody > tr > td + td + td + td + td,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td {
    width: initial;
    text-align: initial;
  }
  #shopping-cart-table tbody > tr > td + td + td.a-center.last,
  #shopping-cart-totals-table tbody > tr > td + td + td.a-center.last,
  #shopping-cart-table tbody > tr > td + td + td + td + td.a-center.last,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td.a-center.last,
  #shopping-cart-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last,
  #shopping-cart-totals-table tbody > tr > td + td + td + td + td + script + script + td.a-center.last {
    text-align: center !important;
  }
  #shopping-cart-table tbody > tr > td + td + td .btn-update.visible-xs-block,
  #shopping-cart-totals-table tbody > tr > td + td + td .btn-update.visible-xs-block {
    display: none !important;
  }
}
.cart-collaterals .pre-totals .input-group .input-group-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cart-collaterals .pre-totals .input-group .input-group-btn button {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 720px) {
  .cart-collaterals .pre-totals .input-group .input-group-btn {
    display: table-cell;
    -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
  }
  .cart-collaterals .pre-totals .input-group .input-group-btn button {
    -webkit-flex-grow: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}
#discount-coupon-form,
#amgiftcard-form,
#discount-coupon-form-dauerkarte {
  overflow: hidden;
}
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  padding-top: 10px;
}
.sp-methods dt:first-child {
  padding-top: 0;
}
.sp-methods dd {
  padding: 10px 0;
  border-bottom: 1px solid #1e1e1e;
}
.sp-methods dd:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sp-methods dd ul {
  margin-bottom: 0;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods .radio {
  float: left;
  margin-top: 3px;
  margin-right: 6px;
}
.sp-methods label {
  margin-bottom: 0;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 50px !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.please-wait {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  color: #ccc;
}
.please-wait img {
  vertical-align: middle;
  margin-right: 10px;
}
.cvv-what-is-this {
  line-height: 42px;
  font-size: 12px;
  cursor: help;
  margin-left: 10px;
}
.tool-tip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 400px;
  padding: 1px;
  font-family: "FreightText-ProBook", Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: block;
}
.tool-tip.top {
  margin-top: -10px;
}
.tool-tip.right {
  margin-left: 10px;
}
.tool-tip.bottom {
  margin-top: 10px;
}
.tool-tip.left {
  margin-left: -10px;
}
.tool-tip.data-dont-scroll {
  left: 15px !important;
  right: 15px !important;
  max-width: calc(100% - 30px);
}
.tool-tip.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #b1b1b1;
  border-top-color: #e4e4e4;
  bottom: -11px;
}
.tool-tip.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.tool-tip.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #b1b1b1;
  border-right-color: #e4e4e4;
}
.tool-tip.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.tool-tip.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #b1b1b1;
  border-bottom-color: #e4e4e4;
  top: -11px;
}
.tool-tip.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.tool-tip.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #b1b1b1;
  border-left-color: #e4e4e4;
}
.tool-tip.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.tool-tip .btn-close {
  padding: 9px 14px;
}
.tool-tip .btn-close:before,
.tool-tip .btn-close:after {
  content: " ";
  display: table;
}
.tool-tip .btn-close:after {
  clear: both;
}
.tool-tip .btn-close:before,
.tool-tip .btn-close:after {
  content: " ";
  display: table;
}
.tool-tip .btn-close:after {
  clear: both;
}
.tool-tip .btn-close a {
  float: right;
  font-size: 0;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.tool-tip .btn-close a:after {
  font-size: 14px;
  font-weight: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.tool-tip .btn-close a:hover,
.tool-tip .btn-close a:focus {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tool-tip-content {
  padding: 9px 14px;
}
.tool-tip-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gift-messages h3 {
  font-size: 14px;
  font-weight: bold;
}
.gift-messages p.control .checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}
.gift-messages p.control label {
  margin-bottom: 0;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  padding-top: 10px;
  border-top: 1px solid #1e1e1e;
  font-size: 14px;
  font-weight: bold;
}
.gift-messages-form h4:first-child {
  padding-top: 0;
  border-top: 0;
}
.gift-messages-form p > .checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}
.gift-messages-form p > label {
  margin-bottom: 0;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
  border-bottom: 1px solid #1e1e1e;
}
.gift-messages-form .item:before,
.gift-messages-form .item:after {
  content: " ";
  display: table;
}
.gift-messages-form .item:after {
  clear: both;
}
.gift-messages-form .item:before,
.gift-messages-form .item:after {
  content: " ";
  display: table;
}
.gift-messages-form .item:after {
  clear: both;
}
.gift-messages-form .item:last-child {
  border-bottom: 0;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  text-align: center;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  margin: 0 0 10px;
}
.gift-message-row .btn-close {
  float: right;
  font-size: 0;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.gift-message-row .btn-close:after {
  font-size: 14px;
  font-weight: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.gift-message-row .btn-close:hover,
.gift-message-row .btn-close:focus {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gift-message-row dl:before,
.gift-message-row dl:after {
  content: " ";
  display: table;
}
.gift-message-row dl:after {
  clear: both;
}
.gift-message-row dl:before,
.gift-message-row dl:after {
  content: " ";
  display: table;
}
.gift-message-row dl:after {
  clear: both;
}
.checkout-agreements li:last-child {
  margin-bottom: 0;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 0;
}
.checkout-agreements .agree input.checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}
.monkey-multisubscribe .monkey-general-list {
  padding-top: 6px;
  padding-right: 5px;
  padding-left: 5px;
}
.monkey-multisubscribe .listdata {
  padding-top: 6px;
  margin-bottom: -5px;
}
.monkey-multisubscribe .listdata input.checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}
.monkey-multisubscribe .listdata label {
  line-height: 21px;
  max-width: 95%;
  max-width: calc(100% - 24px);
  margin-bottom: 0;
}
.opc .checkout-agreements {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.centinel .authentication {
  background-color: #fff;
  border: 1px solid #f3f3f3;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.opc .centinel {
  padding: 10px 30px;
}
.info-set {
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 18px;
}
.info-set h3,
.info-set h4 {
  font-size: 14px;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
.block-progress dl {
  margin: 0;
}
.block-progress dt {
  font-weight: bold;
  margin: 0 0 6px;
  padding: 7px 15px;
  background-color: #f5f5f5;
  border: solid #f3f3f3;
  border-width: 1px 0;
}
.block-progress dt:first-child {
  border-top: 0;
}
.block-progress dd {
  padding: 8px 13px;
  margin: 0 0 6px;
}
.block-progress dt.complete {
  margin: 0;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}
.block-progress address {
  margin-bottom: 0;
}
.block-progress p + table {
  margin-left: 10px;
}
.opc .buttons-set {
  margin-top: 10px;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .ul {
  list-style: disc outside;
  padding-left: 18px;
}
.opc {
  position: relative;
}
.opc .step-title {
  display: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 10px 15px;
  border: solid #f3f3f3;
  border-width: 0 1px 1px;
  background-color: #f3f3f3;
  color: #333333;
}
.opc .step-title:before,
.opc .step-title:after {
  content: " ";
  display: table;
}
.opc .step-title:after {
  clear: both;
}
.opc .step-title:before,
.opc .step-title:after {
  content: " ";
  display: table;
}
.opc .step-title:after {
  clear: both;
}
.opc .step-title .number,
.opc .step-title h2,
.opc .step-title a {
  line-height: 20px;
}
.opc .step-title .number,
.opc .step-title h2 {
  float: left;
}
.opc .step-title .number {
  display: block;
  background: #fff;
  padding: 0 6px;
  margin-right: 10px;
}
.opc .step-title h2 {
  margin: 0;
  font-size: 16px;
}
.opc .step-title a {
  display: none;
  float: right;
}
.opc .section:first-child .step-title {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-width: 1px;
}
.opc .section:last-child .step-title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.opc .section:last-child.active .step-title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.opc .section:last-child.active .step {
  padding-bottom: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.opc .step {
  border: solid #f3f3f3;
  border-width: 0 0 0 0;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc .allow .step-title a {
  display: block;
}
.opc .active .step-title a {
  display: none;
}
.checkout-progress:before,
.checkout-progress:after {
  content: " ";
  display: table;
}
.checkout-progress:after {
  clear: both;
}
.checkout-progress:before,
.checkout-progress:after {
  content: " ";
  display: table;
}
.checkout-progress:after {
  clear: both;
}
.checkout-progress li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.checkout-progress li:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.checkout-progress li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.checkout-progress li.disabled,
.checkout-progress li.disabled:hover,
.checkout-progress li.disabled:focus {
  background-color: #eeeeee;
  color: #ccc;
  cursor: not-allowed;
}
.checkout-progress li.disabled .list-group-item-heading,
.checkout-progress li.disabled:hover .list-group-item-heading,
.checkout-progress li.disabled:focus .list-group-item-heading {
  color: inherit;
}
.checkout-progress li.disabled .list-group-item-text,
.checkout-progress li.disabled:hover .list-group-item-text,
.checkout-progress li.disabled:focus .list-group-item-text {
  color: #ccc;
}
.checkout-progress li.active,
.checkout-progress li.active:hover,
.checkout-progress li.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
.checkout-progress li.active .list-group-item-heading,
.checkout-progress li.active:hover .list-group-item-heading,
.checkout-progress li.active:focus .list-group-item-heading,
.checkout-progress li.active .list-group-item-heading > small,
.checkout-progress li.active:hover .list-group-item-heading > small,
.checkout-progress li.active:focus .list-group-item-heading > small,
.checkout-progress li.active .list-group-item-heading > .small,
.checkout-progress li.active:hover .list-group-item-heading > .small,
.checkout-progress li.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.checkout-progress li.active .list-group-item-text,
.checkout-progress li.active:hover .list-group-item-text,
.checkout-progress li.active:focus .list-group-item-text {
  color: #8e8e8e;
}
@media (min-width: 768px) {
  .checkout-progress li {
    float: left;
    width: 20%;
    margin-bottom: 0;
    border-left-width: 0;
    text-align: center;
  }
  .checkout-progress li:first-child,
  .checkout-progress li:last-child {
    border-radius: 0;
  }
  .checkout-progress li:first-child {
    border-left-width: 1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .checkout-progress li:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.multiple-checkout h2 {
  margin-top: 0;
  font-size: 18px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
  margin-top: 0;
  font-size: 14px;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .data-table .product-name {
  line-height: 42px;
}
.multiple-checkout .data-table select {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  width: auto;
}
.multiple-checkout .data-table select:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.multiple-checkout .data-table select:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.multiple-checkout .data-table select::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.multiple-checkout .data-table select:-ms-input-placeholder {
  color: #8a8a8a;
}
.multiple-checkout .data-table select::-webkit-input-placeholder {
  color: #8a8a8a;
}
.multiple-checkout .data-table select[disabled],
.multiple-checkout .data-table select[readonly],
fieldset[disabled] .multiple-checkout .data-table select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.multiple-checkout .data-table select {
  height: auto;
}
.multiple-checkout .data-table .item-options {
  margin-top: 10px;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .box {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.multiple-checkout .box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.multiple-checkout .box .box-title h3 {
  margin-top: 0;
}
.multiple-checkout .box address {
  margin-bottom: 0;
}
.multiple-checkout .place-order:before,
.multiple-checkout .place-order:after {
  content: " ";
  display: table;
}
.multiple-checkout .place-order:after {
  clear: both;
}
.multiple-checkout .place-order:before,
.multiple-checkout .place-order:after {
  content: " ";
  display: table;
}
.multiple-checkout .place-order:after {
  clear: both;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
  text-align: right;
}
.multiple-checkout .place-order .grand-total big {
  font-size: 18px;
  font-weight: normal;
}
.multiple-checkout .place-order .grand-total .price {
  color: #282828;
}
#multiship-addresses-table .qty {
  width: auto;
  text-align: center;
}
#multiship-addresses-table tfoot .button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.checkout-multishipping-shipping .box-sp-methods {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.checkout-multishipping-shipping .box-sp-methods blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
#checkoutSteps input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutSteps #checkout-agreements ol li p.agree label {
  padding-top: 2px;
}
#checkoutSteps #checkout-shipping-method-load .sp-methods dd ul li label {
  line-height: 21px;
}
#checkoutSteps .modal-agreement .modal-content {
  background-color: #f3f3f3;
}
#checkoutSteps .modal-agreement .modal-content .agreement-content-responsive {
  overflow: auto;
}
@media (min-width: 768px) {
  #checkoutSteps .modal-agreement .modal-content .agreement-content-responsive {
    max-height: 240px;
  }
}
#checkoutSteps .step-title h2,
#checkoutSteps #checkout-agreements ol li p.agree label {
  max-width: 95%;
  max-width: calc(100% - 24px);
}
#checkoutSteps .step-title h2 {
  max-width: 95%;
  max-width: calc(100% - 100px);
}
#checkoutSteps #co-payment-form dl.sp-methods dt label {
  max-width: 92%;
  max-width: calc(100% - 24px);
}
#checkoutSteps #checkout-step-review {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  /* .agreements-wrapper{
         padding-left: 15px;
         padding-right: 15px;
     }*/
}
#checkoutSteps #checkout-step-review #checkout-review-table-wrapper {
  background: #f3f3f3;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
#checkoutSteps #checkout-step-review #checkout-review-table-wrapper .preview {
  max-width: 112px;
  margin-bottom: 10px;
}
#checkoutSteps #checkout-step-review #checkout-review-table-wrapper .item-options {
  min-width: 306px;
  margin-top: 0;
}
#checkoutSteps #checkout-step-review #checkout-review-table-wrapper > .table {
  margin-bottom: 0;
}
#checkoutSteps .table-responsive {
  border-color: #282828;
}
#checkoutSteps #checkout-review-data-wrapper {
  margin-bottom: 20px;
}
#checkoutSteps #checkout-review-data-wrapper .data-title {
  font-family: "11FGalano-Black", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
#checkoutSteps #checkout-review-data-wrapper .data-title small,
#checkoutSteps #checkout-review-data-wrapper .data-title .small {
  font-weight: normal;
  line-height: 1;
  color: #ccc;
}
#checkoutSteps #checkout-review-data-wrapper .data-title small,
#checkoutSteps #checkout-review-data-wrapper .data-title .small {
  font-size: 75%;
}
@media (min-width: 768px) {
  #checkoutSteps #checkout-review-data-wrapper .data-title {
    font-family: "11FGalano-Black", Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #checkoutSteps #checkout-review-data-wrapper .data-title small,
  #checkoutSteps #checkout-review-data-wrapper .data-title .small {
    font-weight: normal;
    line-height: 1;
    color: #ccc;
  }
  #checkoutSteps #checkout-review-data-wrapper .data-title small,
  #checkoutSteps #checkout-review-data-wrapper .data-title .small {
    font-size: 75%;
  }
}
#checkoutSteps .page-title h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  #checkoutSteps .page-title h1 {
    font-family: "11FGalano-Black", Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
  }
  #checkoutSteps .page-title h1 small,
  #checkoutSteps .page-title h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #ccc;
  }
  #checkoutSteps .page-title h1 small,
  #checkoutSteps .page-title h1 .small {
    font-size: 65%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #checkoutSteps .page-title h1 {
    font-size: 40px;
  }
}
.account-login .content {
  min-height: 158px;
}
.captcha-image {
  position: relative;
  width: 258px;
}
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image .captcha-img {
  border-radius: 0;
  border: 1px solid #ccc;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload .refreshing {
  -webkit-animation: captcha-rotate 1.5s infinite linear;
  -o-animation: captcha-rotate 1.5s infinite linear;
     animation: captcha-rotate 1.5s infinite linear;
}
@-webkit-keyframes captcha-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-o-keyframes captcha-rotate {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  0% {
    -o-transform: rotate(-360deg);
       transform: rotate(-360deg);
  }
}
@keyframes captcha-rotate {
  0% {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.box-account {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px;
  border-color: #f3f3f3;
}
.box-account > .list-group,
.box-account > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.box-account > .list-group .list-group-item,
.box-account > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.box-account > .list-group:first-child .list-group-item:first-child,
.box-account > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.box-account > .list-group:last-child .list-group-item:last-child,
.box-account > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.box-account > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.box-account > .table,
.box-account > .table-responsive > .table,
.box-account > .panel-collapse > .table {
  margin-bottom: 0;
}
.box-account > .table caption,
.box-account > .table-responsive > .table caption,
.box-account > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.box-account > .table:first-child,
.box-account > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.box-account > .table:first-child > thead:first-child > tr:first-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.box-account > .table:first-child > thead:first-child > tr:first-child td:first-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.box-account > .table:first-child > thead:first-child > tr:first-child th:first-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.box-account > .table:first-child > thead:first-child > tr:first-child td:last-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.box-account > .table:first-child > thead:first-child > tr:first-child th:last-child,
.box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.box-account > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.box-account > .table:last-child,
.box-account > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.box-account > .table:last-child > tbody:last-child > tr:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.box-account > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.box-account > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.box-account > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.box-account > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.box-account > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.box-account > .panel-body + .table,
.box-account > .panel-body + .table-responsive,
.box-account > .table + .panel-body,
.box-account > .table-responsive + .panel-body {
  border-top: 1px solid #fff;
}
.box-account > .table > tbody:first-child > tr:first-child th,
.box-account > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.box-account > .table-bordered,
.box-account > .table-responsive > .table-bordered {
  border: 0;
}
.box-account > .table-bordered > thead > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > thead > tr > th:first-child,
.box-account > .table-bordered > tbody > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.box-account > .table-bordered > tfoot > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.box-account > .table-bordered > thead > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > thead > tr > td:first-child,
.box-account > .table-bordered > tbody > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.box-account > .table-bordered > tfoot > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.box-account > .table-bordered > thead > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > thead > tr > th:last-child,
.box-account > .table-bordered > tbody > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.box-account > .table-bordered > tfoot > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.box-account > .table-bordered > thead > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > thead > tr > td:last-child,
.box-account > .table-bordered > tbody > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.box-account > .table-bordered > tfoot > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.box-account > .table-bordered > thead > tr:first-child > td,
.box-account > .table-responsive > .table-bordered > thead > tr:first-child > td,
.box-account > .table-bordered > tbody > tr:first-child > td,
.box-account > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.box-account > .table-bordered > thead > tr:first-child > th,
.box-account > .table-responsive > .table-bordered > thead > tr:first-child > th,
.box-account > .table-bordered > tbody > tr:first-child > th,
.box-account > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.box-account > .table-bordered > tbody > tr:last-child > td,
.box-account > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.box-account > .table-bordered > tfoot > tr:last-child > td,
.box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.box-account > .table-bordered > tbody > tr:last-child > th,
.box-account > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.box-account > .table-bordered > tfoot > tr:last-child > th,
.box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.box-account > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.box-account .box-head {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-color: #f3f3f3;
  background-color: #f3f3f3;
  color: #333333;
}
.box-account .box-head:before,
.box-account .box-head:after {
  content: " ";
  display: table;
}
.box-account .box-head:after {
  clear: both;
}
.box-account .box-head:before,
.box-account .box-head:after {
  content: " ";
  display: table;
}
.box-account .box-head:after {
  clear: both;
}
.box-account .box-head > .dropdown .dropdown-toggle {
  color: inherit;
}
.box-account .box-head h2 {
  float: left;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
}
.box-account .box-head h2 > a {
  color: inherit;
}
.box-account .box-head a {
  float: right;
}
.dashboard .box .box-title {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #f3f3f3;
  text-align: right;
}
.dashboard .box .box-title:before,
.dashboard .box .box-title:after {
  content: " ";
  display: table;
}
.dashboard .box .box-title:after {
  clear: both;
}
.dashboard .box .box-title:before,
.dashboard .box .box-title:after {
  content: " ";
  display: table;
}
.dashboard .box .box-title:after {
  clear: both;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  margin: 0;
  float: left;
  font-size: 18px;
}
.dashboard .col2-set > .box > .box-title {
  margin-left: 15px;
  margin-right: 15px;
}
.dashboard .box-recent .data-table {
  margin-bottom: 0;
}
.dashboard .box-info p,
.dashboard .box-info address {
  margin: 0;
}
.dashboard .box-info .box {
  margin-bottom: 30px;
}
.dashboard .box-reviews ol {
  margin-bottom: 0;
}
.dashboard .box-reviews .number {
  float: left;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin-bottom: 10px;
}
.dashboard .box-reviews li.item:before,
.dashboard .box-reviews li.item:after {
  content: " ";
  display: table;
}
.dashboard .box-reviews li.item:after {
  clear: both;
}
.dashboard .box-reviews li.item:before,
.dashboard .box-reviews li.item:after {
  content: " ";
  display: table;
}
.dashboard .box-reviews li.item:after {
  clear: both;
}
.dashboard .box-reviews li.item:last-child {
  margin-bottom: 0;
}
.dashboard .box-reviews .ratings {
  margin-top: 5px;
}
/* Block: Tags */
.dashboard .box-tags .number {
  float: left;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin-bottom: 10px;
}
.dashboard .box-tags li.item:last-child {
  margin-bottom: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}
.addresses-list h2 {
  font-size: 18px;
}
.addresses-list h3 {
  margin-top: 0;
  font-size: 14px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list .link-remove {
  color: #9b1b2c;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px;
  border-color: #f3f3f3;
}
.addresses-list li.item > .list-group,
.addresses-list li.item > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.addresses-list li.item > .list-group .list-group-item,
.addresses-list li.item > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.addresses-list li.item > .list-group:first-child .list-group-item:first-child,
.addresses-list li.item > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.addresses-list li.item > .list-group:last-child .list-group-item:last-child,
.addresses-list li.item > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.addresses-list li.item > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.addresses-list li.item > .table,
.addresses-list li.item > .table-responsive > .table,
.addresses-list li.item > .panel-collapse > .table {
  margin-bottom: 0;
}
.addresses-list li.item > .table caption,
.addresses-list li.item > .table-responsive > .table caption,
.addresses-list li.item > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.addresses-list li.item > .table:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child th:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.addresses-list li.item > .table:first-child > thead:first-child > tr:first-child th:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.addresses-list li.item > .table:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.addresses-list li.item > .panel-body + .table,
.addresses-list li.item > .panel-body + .table-responsive,
.addresses-list li.item > .table + .panel-body,
.addresses-list li.item > .table-responsive + .panel-body {
  border-top: 1px solid #fff;
}
.addresses-list li.item > .table > tbody:first-child > tr:first-child th,
.addresses-list li.item > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.addresses-list li.item > .table-bordered,
.addresses-list li.item > .table-responsive > .table-bordered {
  border: 0;
}
.addresses-list li.item > .table-bordered > thead > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:first-child,
.addresses-list li.item > .table-bordered > tbody > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.addresses-list li.item > .table-bordered > tfoot > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.addresses-list li.item > .table-bordered > thead > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:first-child,
.addresses-list li.item > .table-bordered > tbody > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.addresses-list li.item > .table-bordered > tfoot > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.addresses-list li.item > .table-bordered > thead > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:last-child,
.addresses-list li.item > .table-bordered > tbody > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.addresses-list li.item > .table-bordered > tfoot > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.addresses-list li.item > .table-bordered > thead > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:last-child,
.addresses-list li.item > .table-bordered > tbody > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.addresses-list li.item > .table-bordered > tfoot > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.addresses-list li.item > .table-bordered > thead > tr:first-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr:first-child > td,
.addresses-list li.item > .table-bordered > tbody > tr:first-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.addresses-list li.item > .table-bordered > thead > tr:first-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr:first-child > th,
.addresses-list li.item > .table-bordered > tbody > tr:first-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.addresses-list li.item > .table-bordered > tbody > tr:last-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.addresses-list li.item > .table-bordered > tfoot > tr:last-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.addresses-list li.item > .table-bordered > tbody > tr:last-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.addresses-list li.item > .table-bordered > tfoot > tr:last-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.addresses-list li.item > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.addresses-list li.item h3 {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-color: #f3f3f3;
  background-color: #f3f3f3;
  color: #333333;
}
.addresses-list li.item h3 > .dropdown .dropdown-toggle {
  color: inherit;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.order-info {
  margin-bottom: 10px;
  border-bottom: 1px solid #1e1e1e;
}
.order-info dd {
  padding-left: 10px;
}
.order-info li {
  display: inline;
  margin: 0 3px;
}
.order-info li:first-child {
  margin-left: 0;
}
.order-info li:last-child {
  margin-right: 0;
}
.order-info .current {
  font-weight: bold;
}
.order-date {
  margin-bottom: 10px;
}
.order-info-box {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  border-color: #f3f3f3;
  padding-top: 15px;
}
.order-info-box > .list-group,
.order-info-box > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.order-info-box > .list-group .list-group-item,
.order-info-box > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.order-info-box > .list-group:first-child .list-group-item:first-child,
.order-info-box > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.order-info-box > .list-group:last-child .list-group-item:last-child,
.order-info-box > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.order-info-box > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.order-info-box > .table,
.order-info-box > .table-responsive > .table,
.order-info-box > .panel-collapse > .table {
  margin-bottom: 0;
}
.order-info-box > .table caption,
.order-info-box > .table-responsive > .table caption,
.order-info-box > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.order-info-box > .table:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.order-info-box > .table:first-child > thead:first-child > tr:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.order-info-box > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-info-box > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.order-info-box > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-info-box > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-info-box > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.order-info-box > .table:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.order-info-box > .table:last-child > tbody:last-child > tr:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.order-info-box > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-info-box > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.order-info-box > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-info-box > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-info-box > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.order-info-box > .panel-body + .table,
.order-info-box > .panel-body + .table-responsive,
.order-info-box > .table + .panel-body,
.order-info-box > .table-responsive + .panel-body {
  border-top: 1px solid #fff;
}
.order-info-box > .table > tbody:first-child > tr:first-child th,
.order-info-box > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.order-info-box > .table-bordered,
.order-info-box > .table-responsive > .table-bordered {
  border: 0;
}
.order-info-box > .table-bordered > thead > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > th:first-child,
.order-info-box > .table-bordered > tbody > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.order-info-box > .table-bordered > tfoot > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.order-info-box > .table-bordered > thead > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > td:first-child,
.order-info-box > .table-bordered > tbody > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.order-info-box > .table-bordered > tfoot > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.order-info-box > .table-bordered > thead > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > th:last-child,
.order-info-box > .table-bordered > tbody > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.order-info-box > .table-bordered > tfoot > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.order-info-box > .table-bordered > thead > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > td:last-child,
.order-info-box > .table-bordered > tbody > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.order-info-box > .table-bordered > tfoot > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.order-info-box > .table-bordered > thead > tr:first-child > td,
.order-info-box > .table-responsive > .table-bordered > thead > tr:first-child > td,
.order-info-box > .table-bordered > tbody > tr:first-child > td,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.order-info-box > .table-bordered > thead > tr:first-child > th,
.order-info-box > .table-responsive > .table-bordered > thead > tr:first-child > th,
.order-info-box > .table-bordered > tbody > tr:first-child > th,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.order-info-box > .table-bordered > tbody > tr:last-child > td,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.order-info-box > .table-bordered > tfoot > tr:last-child > td,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.order-info-box > .table-bordered > tbody > tr:last-child > th,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.order-info-box > .table-bordered > tfoot > tr:last-child > th,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.order-info-box > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.order-info-box .box {
  margin-bottom: 15px;
}
.order-info-box h2 {
  margin-top: 0;
  font-size: 14px;
}
.order-info-box address {
  margin-bottom: 0;
}
.order-items h2 {
  font-size: 18px;
}
.order-items h3 {
  font-size: 12px;
}
.order-items .order-links {
  text-align: right;
}
.order-additional {
  margin: 10px 0;
}
.gift-message {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px;
  border-color: #f3f3f3;
}
.gift-message > .list-group,
.gift-message > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.gift-message > .list-group .list-group-item,
.gift-message > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.gift-message > .list-group:first-child .list-group-item:first-child,
.gift-message > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.gift-message > .list-group:last-child .list-group-item:last-child,
.gift-message > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.gift-message > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.gift-message > .table,
.gift-message > .table-responsive > .table,
.gift-message > .panel-collapse > .table {
  margin-bottom: 0;
}
.gift-message > .table caption,
.gift-message > .table-responsive > .table caption,
.gift-message > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.gift-message > .table:first-child,
.gift-message > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.gift-message > .table:first-child > thead:first-child > tr:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.gift-message > .table:first-child > thead:first-child > tr:first-child td:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.gift-message > .table:first-child > thead:first-child > tr:first-child th:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.gift-message > .table:first-child > thead:first-child > tr:first-child td:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.gift-message > .table:first-child > thead:first-child > tr:first-child th:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.gift-message > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.gift-message > .table:last-child,
.gift-message > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.gift-message > .table:last-child > tbody:last-child > tr:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.gift-message > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.gift-message > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.gift-message > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.gift-message > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.gift-message > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.gift-message > .panel-body + .table,
.gift-message > .panel-body + .table-responsive,
.gift-message > .table + .panel-body,
.gift-message > .table-responsive + .panel-body {
  border-top: 1px solid #fff;
}
.gift-message > .table > tbody:first-child > tr:first-child th,
.gift-message > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.gift-message > .table-bordered,
.gift-message > .table-responsive > .table-bordered {
  border: 0;
}
.gift-message > .table-bordered > thead > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > th:first-child,
.gift-message > .table-bordered > tbody > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.gift-message > .table-bordered > tfoot > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.gift-message > .table-bordered > thead > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > td:first-child,
.gift-message > .table-bordered > tbody > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.gift-message > .table-bordered > tfoot > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.gift-message > .table-bordered > thead > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > th:last-child,
.gift-message > .table-bordered > tbody > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.gift-message > .table-bordered > tfoot > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.gift-message > .table-bordered > thead > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > td:last-child,
.gift-message > .table-bordered > tbody > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.gift-message > .table-bordered > tfoot > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.gift-message > .table-bordered > thead > tr:first-child > td,
.gift-message > .table-responsive > .table-bordered > thead > tr:first-child > td,
.gift-message > .table-bordered > tbody > tr:first-child > td,
.gift-message > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.gift-message > .table-bordered > thead > tr:first-child > th,
.gift-message > .table-responsive > .table-bordered > thead > tr:first-child > th,
.gift-message > .table-bordered > tbody > tr:first-child > th,
.gift-message > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.gift-message > .table-bordered > tbody > tr:last-child > td,
.gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.gift-message > .table-bordered > tfoot > tr:last-child > td,
.gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.gift-message > .table-bordered > tbody > tr:last-child > th,
.gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.gift-message > .table-bordered > tfoot > tr:last-child > th,
.gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.gift-message > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.gift-message dt {
  padding-left: 10px;
}
.gift-message dt strong {
  display: block;
  margin-left: -10px;
}
.gift-message dd {
  margin-top: 10px;
}
.gift-message-row .gift-message {
  padding: 0;
  margin: 0;
  border: 0;
}
.order-about {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px;
  border-color: #f3f3f3;
}
.order-about > .list-group,
.order-about > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.order-about > .list-group .list-group-item,
.order-about > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.order-about > .list-group:first-child .list-group-item:first-child,
.order-about > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.order-about > .list-group:last-child .list-group-item:last-child,
.order-about > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.order-about > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.order-about > .table,
.order-about > .table-responsive > .table,
.order-about > .panel-collapse > .table {
  margin-bottom: 0;
}
.order-about > .table caption,
.order-about > .table-responsive > .table caption,
.order-about > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.order-about > .table:first-child,
.order-about > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.order-about > .table:first-child > thead:first-child > tr:first-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.order-about > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.order-about > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.order-about > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.order-about > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.order-about > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.order-about > .table:last-child,
.order-about > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.order-about > .table:last-child > tbody:last-child > tr:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.order-about > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.order-about > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.order-about > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.order-about > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.order-about > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.order-about > .panel-body + .table,
.order-about > .panel-body + .table-responsive,
.order-about > .table + .panel-body,
.order-about > .table-responsive + .panel-body {
  border-top: 1px solid #fff;
}
.order-about > .table > tbody:first-child > tr:first-child th,
.order-about > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.order-about > .table-bordered,
.order-about > .table-responsive > .table-bordered {
  border: 0;
}
.order-about > .table-bordered > thead > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > thead > tr > th:first-child,
.order-about > .table-bordered > tbody > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.order-about > .table-bordered > tfoot > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.order-about > .table-bordered > thead > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > thead > tr > td:first-child,
.order-about > .table-bordered > tbody > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.order-about > .table-bordered > tfoot > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.order-about > .table-bordered > thead > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > thead > tr > th:last-child,
.order-about > .table-bordered > tbody > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.order-about > .table-bordered > tfoot > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.order-about > .table-bordered > thead > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > thead > tr > td:last-child,
.order-about > .table-bordered > tbody > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.order-about > .table-bordered > tfoot > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.order-about > .table-bordered > thead > tr:first-child > td,
.order-about > .table-responsive > .table-bordered > thead > tr:first-child > td,
.order-about > .table-bordered > tbody > tr:first-child > td,
.order-about > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.order-about > .table-bordered > thead > tr:first-child > th,
.order-about > .table-responsive > .table-bordered > thead > tr:first-child > th,
.order-about > .table-bordered > tbody > tr:first-child > th,
.order-about > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.order-about > .table-bordered > tbody > tr:last-child > td,
.order-about > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.order-about > .table-bordered > tfoot > tr:last-child > td,
.order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.order-about > .table-bordered > tbody > tr:last-child > th,
.order-about > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.order-about > .table-bordered > tfoot > tr:last-child > th,
.order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.order-about > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.order-about dd {
  margin-bottom: 10px;
  padding-left: 10px;
}
.order-about dd:last-child {
  margin-bottom: 0;
}
.my-wishlist textarea {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  height: auto;
}
.my-wishlist textarea:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.my-wishlist textarea:focus {
  border-color: #f0f0f0;
  outline: 0;
}
.my-wishlist textarea::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.my-wishlist textarea:-ms-input-placeholder {
  color: #8a8a8a;
}
.my-wishlist textarea::-webkit-input-placeholder {
  color: #8a8a8a;
}
.my-wishlist textarea[disabled],
.my-wishlist textarea[readonly],
fieldset[disabled] .my-wishlist textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.my-wishlist textarea {
  height: auto;
}
.my-wishlist .price-box {
  margin-bottom: 5px;
}
.my-wishlist .add-to-cart-alt input.input-text {
  margin-bottom: 5px;
}
.my-wishlist .add-to-cart-alt .btn-cart {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.my-wishlist p {
  margin-bottom: 0;
}
.my-wishlist .link-edit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  width: 100%;
  display: block;
}
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:active:focus,
.my-wishlist .link-edit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus {
  color: #333;
  text-decoration: none;
}
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active {
  outline: 0;
  background-image: none;
}
.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
a.my-wishlist .link-edit.disabled,
fieldset[disabled] a.my-wishlist .link-edit {
  pointer-events: none;
}
.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit.focus,
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open > .dropdown-toggle.my-wishlist .link-edit {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open > .dropdown-toggle.my-wishlist .link-edit {
  background-image: none;
}
.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit,
.my-wishlist .link-edit.disabled:hover,
.my-wishlist .link-edit[disabled]:hover,
fieldset[disabled] .my-wishlist .link-edit:hover,
.my-wishlist .link-edit.disabled:focus,
.my-wishlist .link-edit[disabled]:focus,
fieldset[disabled] .my-wishlist .link-edit:focus,
.my-wishlist .link-edit.disabled.focus,
.my-wishlist .link-edit[disabled].focus,
fieldset[disabled] .my-wishlist .link-edit.focus,
.my-wishlist .link-edit.disabled:active,
.my-wishlist .link-edit[disabled]:active,
fieldset[disabled] .my-wishlist .link-edit:active,
.my-wishlist .link-edit.disabled.active,
.my-wishlist .link-edit[disabled].active,
fieldset[disabled] .my-wishlist .link-edit.active {
  background-color: #fff;
  border-color: #ccc;
}
.my-wishlist .link-edit .badge {
  color: #fff;
  background-color: #333;
}
.my-wishlist .link-edit.btn-call-to-action,
.my-wishlist .link-edit.btn-call-to-action:hover,
.my-wishlist .link-edit.btn-call-to-action:active,
.my-wishlist .link-edit.btn-call-to-action:focus {
  background-color: #62b483;
  color: #fff;
}
.my-wishlist .link-edit.btn-call-to-action .fa-chevron-right,
.my-wishlist .link-edit.btn-call-to-action:hover .fa-chevron-right,
.my-wishlist .link-edit.btn-call-to-action:active .fa-chevron-right,
.my-wishlist .link-edit.btn-call-to-action:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.my-wishlist .link-edit.btn-primary,
.my-wishlist .link-edit.btn-primary:hover,
.my-wishlist .link-edit.btn-primary:active,
.my-wishlist .link-edit.btn-primary:focus {
  background-color: #282828;
  color: #fff;
}
.my-wishlist .link-edit.btn-primary .fa-chevron-right,
.my-wishlist .link-edit.btn-primary:hover .fa-chevron-right,
.my-wishlist .link-edit.btn-primary:active .fa-chevron-right,
.my-wishlist .link-edit.btn-primary:focus .fa-chevron-right {
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png);
}
.my-wishlist .link-edit.btn-primary > b,
.my-wishlist .link-edit.btn-primary:hover > b,
.my-wishlist .link-edit.btn-primary:active > b,
.my-wishlist .link-edit.btn-primary:focus > b {
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-weight: normal;
}
.my-wishlist .btn-add {
  color: #fff;
  background-color: #282828;
  border-color: #1b1b1b;
}
.my-wishlist .btn-add:hover,
.my-wishlist .btn-add:focus,
.my-wishlist .btn-add.focus,
.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open > .dropdown-toggle.my-wishlist .btn-add {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #000000;
}
.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open > .dropdown-toggle.my-wishlist .btn-add {
  background-image: none;
}
.my-wishlist .btn-add.disabled,
.my-wishlist .btn-add[disabled],
fieldset[disabled] .my-wishlist .btn-add,
.my-wishlist .btn-add.disabled:hover,
.my-wishlist .btn-add[disabled]:hover,
fieldset[disabled] .my-wishlist .btn-add:hover,
.my-wishlist .btn-add.disabled:focus,
.my-wishlist .btn-add[disabled]:focus,
fieldset[disabled] .my-wishlist .btn-add:focus,
.my-wishlist .btn-add.disabled.focus,
.my-wishlist .btn-add[disabled].focus,
fieldset[disabled] .my-wishlist .btn-add.focus,
.my-wishlist .btn-add.disabled:active,
.my-wishlist .btn-add[disabled]:active,
fieldset[disabled] .my-wishlist .btn-add:active,
.my-wishlist .btn-add.disabled.active,
.my-wishlist .btn-add[disabled].active,
fieldset[disabled] .my-wishlist .btn-add.active {
  background-color: #282828;
  border-color: #1b1b1b;
}
.my-wishlist .btn-add .badge {
  color: #282828;
  background-color: #fff;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-review .product-img-box .label {
  font-size: 12px;
}
.product-review .product-img-box .ratings .rating-box {
  display: block;
  float: none;
  margin-bottom: 5px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  margin-bottom: 10px;
  font-size: 18px;
}
.product-review h3 {
  font-size: 14px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  margin-bottom: 5px;
}
.billing-agreements .info-box {
  margin: 10px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.1px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.1;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-lightbox.modal .modal-header,
#product-media-modal .modal-header {
  min-height: 61px;
}
.modal-lightbox.modal .modal-header .modal-title > small,
#product-media-modal .modal-header .modal-title > small {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0.1em;
  color: inherit;
  color: #282828;
}
.modal-lightbox.modal .modal-header .modal-title > small > a,
#product-media-modal .modal-header .modal-title > small > a {
  color: inherit;
}
.modal-lightbox.modal .modal-header .close,
#product-media-modal .modal-header .close {
  background-color: transparent;
}
.modal-lightbox.modal .modal-dialog .carousel-inner > .item,
#product-media-modal .modal-dialog .carousel-inner > .item {
  margin-bottom: 22px;
}
.modal-lightbox.modal .modal-dialog .carousel-inner > .item .modal-btn,
#product-media-modal .modal-dialog .carousel-inner > .item .modal-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-lightbox.modal .modal-dialog .carousel-inner > .item .modal-btn,
  #product-media-modal .modal-dialog .carousel-inner > .item .modal-btn {
    display: inline-block;
    width: auto;
  }
}
.modal-lightbox.modal .modal-dialog .carousel-inner > .item .counter,
#product-media-modal .modal-dialog .carousel-inner > .item .counter {
  position: absolute;
  left: 0;
  margin-bottom: -74px;
}
.modal-lightbox.modal .modal-content,
#product-media-modal .modal-content {
  background-color: transparent;
  background-position: center top;
  background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/lightbox_bg.jpg");
  -webkit-background-size: contain;
          background-size: contain;
}
.modal-lightbox.modal .modal-body,
#product-media-modal .modal-body {
  background-color: #d4d4d4;
}
@media (min-width: 768px) {
  .modal-lightbox.modal,
  #product-media-modal {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/lightbox_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }
  .modal-lightbox.modal .modal-content,
  #product-media-modal .modal-content {
    -webkit-background-size: auto auto;
            background-size: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 none;
  }
  .modal-lightbox.modal .modal-header,
  #product-media-modal .modal-header {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .modal-lightbox.modal .modal-header .close,
  #product-media-modal .modal-header .close {
    font-size: 40px;
    margin-top: 7px;
    float: right;
  }
  .modal-lightbox.modal .modal-header .modal-title,
  #product-media-modal .modal-header .modal-title {
    margin: 40px 0 0;
    padding-left: 15px;
    position: absolute;
    bottom: 26px;
    font-size: 30px;
    width: 465px;
  }
  .modal-lightbox.modal .modal-header .modal-title > small,
  #product-media-modal .modal-header .modal-title > small {
    display: block;
  }
  .modal-lightbox.modal .modal-body,
  #product-media-modal .modal-body {
    background: none;
    padding: 0;
  }
  .modal-lightbox.modal .modal-footer,
  #product-media-modal .modal-footer {
    border-top: 0 none;
  }
  .modal-lightbox.modal .modal-content,
  #product-media-modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal-lightbox.modal .modal-dialog .carousel-inner,
  #product-media-modal .modal-dialog .carousel-inner {
    padding-bottom: 35px;
  }
  .modal-lightbox.modal .modal-dialog .carousel-inner > .item,
  #product-media-modal .modal-dialog .carousel-inner > .item {
    margin-bottom: 0;
    width: 964px;
    text-align: center;
    background-color: transparent;
    height: 560px;
    margin-left: 30px;
  }
  .modal-lightbox.modal .modal-dialog .carousel-inner > .item .counter,
  #product-media-modal .modal-dialog .carousel-inner > .item .counter {
    position: absolute;
    left: auto;
    margin-bottom: auto;
  }
  .modal-lightbox.modal .modal-dialog .carousel-inner > .item .modal-btn,
  #product-media-modal .modal-dialog .carousel-inner > .item .modal-btn {
    bottom: 71px;
  }
  .modal-lightbox.modal .modal-dialog .carousel-inner > .item > img,
  #product-media-modal .modal-dialog .carousel-inner > .item > img {
    -webkit-box-shadow: 5px 5px 5px rgba(30, 30, 30, 0.5);
    box-shadow: 5px 5px 5px rgba(30, 30, 30, 0.5);
    max-height: 100%;
  }
  .modal-lightbox.modal .modal-dialog .modal-footer,
  #product-media-modal .modal-dialog .modal-footer {
    height: 38px;
  }
  .modal-lightbox.modal .modal-dialog .modal-header,
  #product-media-modal .modal-dialog .modal-header {
    border-bottom-width: 0;
    height: 170px;
  }
  .modal-lightbox.modal .modal-dialog .modal-header .different-sizes,
  #product-media-modal .modal-dialog .modal-header .different-sizes {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/icon-gallery.png");
    background-position: left center;
    background-repeat: no-repeat;
    right: 0;
    top: 130px;
    position: absolute;
    padding-right: 125px;
    font-family: 11FGalano-Medium;
    padding-left: 25px;
  }
  .modal-lightbox.modal .modal-dialog .modal-header .different-sizes,
  #product-media-modal .modal-dialog .modal-header .different-sizes,
  .modal-lightbox.modal .modal-dialog .modal-header .different-sizes:hover,
  #product-media-modal .modal-dialog .modal-header .different-sizes:hover,
  .modal-lightbox.modal .modal-dialog .modal-header .different-sizes:active,
  #product-media-modal .modal-dialog .modal-header .different-sizes:active,
  .modal-lightbox.modal .modal-dialog .modal-header .different-sizes:focus,
  #product-media-modal .modal-dialog .modal-header .different-sizes:focus {
    text-decoration: none;
  }
  .modal-lightbox.modal .modal-dialog .carousel-control,
  #product-media-modal .modal-dialog .carousel-control {
    width: 100px;
  }
  .modal-lightbox.modal .modal-dialog .carousel-control .icon-prev,
  #product-media-modal .modal-dialog .carousel-control .icon-prev,
  .modal-lightbox.modal .modal-dialog .carousel-control .icon-prev-white,
  #product-media-modal .modal-dialog .carousel-control .icon-prev-white,
  .modal-lightbox.modal .modal-dialog .carousel-control .icon-next,
  #product-media-modal .modal-dialog .carousel-control .icon-next,
  .modal-lightbox.modal .modal-dialog .carousel-control .icon-next-white,
  #product-media-modal .modal-dialog .carousel-control .icon-next-white {
    margin-top: -44px;
  }
  .modal-lightbox.modal .modal-dialog .carousel-control.left,
  #product-media-modal .modal-dialog .carousel-control.left {
    left: 30px;
  }
  .modal-lightbox.modal .modal-dialog .carousel-control.right,
  #product-media-modal .modal-dialog .carousel-control.right {
    right: 30px;
  }
  .modal-lightbox.modal .modal-dialog .modal-content .short-desciption-text,
  #product-media-modal .modal-dialog .modal-content .short-desciption-text {
    padding: 10px;
    background-color: #282828;
    max-width: 720px;
    left: 0;
    font-family: "11FGalano-Black", Helvetica, sans-serif;
    top: 0;
    position: absolute;
    color: #fff;
    text-align: left;
  }
  .modal-lightbox.modal .modal-dialog .modal-content .short-desciption-text *,
  #product-media-modal .modal-dialog .modal-content .short-desciption-text * {
    margin: 0;
    padding: 0;
  }
  .modal-lightbox.modal .modal-dialog .modal-content .counter,
  #product-media-modal .modal-dialog .modal-content .counter {
    position: absolute;
    background-color: #282828;
    color: #fff;
    font-family: "11FGalano-Medium", Helvetica, sans-serif;
    padding: 7px 15px;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .modal-lightbox.modal,
  #product-media-modal {
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media (min-width: 768px) and (min-height: 1200px) {
  .modal-lightbox.modal,
  #product-media-modal {
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .modal-lightbox.modal .modal-header .close,
  #product-media-modal .modal-header .close {
    position: absolute;
    float: none;
    clear: right;
    right: calc(-50vw + 50% + 30px);
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .modal-lightbox.modal .modal-header .close,
  #product-media-modal .modal-header .close {
    float: right;
    right: -230px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .modal-lightbox.modal .modal-header .modal-title,
  #product-media-modal .modal-header .modal-title {
    padding-left: 85px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .modal-lightbox.modal .modal-dialog,
  #product-media-modal .modal-dialog {
    width: 1024px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .modal-lightbox.modal .modal-dialog,
  #product-media-modal .modal-dialog {
    width: 1200px;
  }
  .modal-lightbox.modal .modal-dialog .carousel-inner > .item,
  #product-media-modal .modal-dialog .carousel-inner > .item {
    width: 1000px;
    height: 580px;
    margin-left: 100px;
  }
  .modal-lightbox.modal .modal-dialog .carousel-control.left,
  #product-media-modal .modal-dialog .carousel-control.left {
    left: 0;
  }
  .modal-lightbox.modal .modal-dialog .carousel-control.right,
  #product-media-modal .modal-dialog .carousel-control.right {
    right: 0;
  }
}
@media (min-width: 768px) and (min-width: 1480px) {
  .modal-lightbox.modal .modal-dialog,
  #product-media-modal .modal-dialog {
    width: 1400px;
  }
  .modal-lightbox.modal .modal-dialog .carousel-inner > .item,
  #product-media-modal .modal-dialog .carousel-inner > .item {
    width: 1200px;
    height: 698px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 400px;
  padding: 1px;
  font-family: "FreightText-ProBook", Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover.data-dont-scroll {
  left: 15px !important;
  right: 15px !important;
  max-width: calc(100% - 30px);
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0 0 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #b1b1b1;
  border-top-color: #e4e4e4;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #b1b1b1;
  border-right-color: #e4e4e4;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #b1b1b1;
  border-bottom-color: #e4e4e4;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #b1b1b1;
  border-left-color: #e4e4e4;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  margin: auto;
  background: transparent;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  text-decoration: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-prev-white,
.carousel-control .icon-next,
.carousel-control .icon-next-white,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-prev-white,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -12px;
}
.carousel-control .icon-next,
.carousel-control .icon-next-white,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -12px;
}
.carousel-control .icon-prev,
.carousel-control .icon-prev-white,
.carousel-control .icon-next,
.carousel-control .icon-next-white {
  width: 25px;
  height: 50px;
  margin-top: -25px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  float: none !important;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 20px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -25px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -25px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
header[role="banner"]:before,
header[role="banner"]:after,
.layout:before,
.layout:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.col2-set:before,
.col2-set:after,
.col2-set:before,
.col2-set:after,
.col4-set:before,
.col4-set:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.products-grid:before,
.products-grid:after,
.product-view:before,
.product-view:after,
.product-essential .product-gallery-box .more-views ul:before,
.product-essential .product-gallery-box .more-views ul:after,
.product-options dl:before,
.product-options dl:after,
.product-price-html:before,
.product-price-html:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:before,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:before,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.cart .cart-collaterals:before,
.cart .cart-collaterals:after,
.modal-footer:before,
.modal-footer:after,
.products-list:before,
.products-list:after,
.inner-grid:before,
.inner-grid:after,
.products-list .row:before,
.products-list .row:after,
.inner-grid .row:before,
.inner-grid .row:after {
  content: " ";
  display: table;
}
.clearfix:after,
header[role="banner"]:after,
.layout:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.col2-set:after,
.col2-set:after,
.col4-set:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.products-grid:after,
.product-view:after,
.product-essential .product-gallery-box .more-views ul:after,
.product-options dl:after,
.product-price-html:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.cart .cart-collaterals:after,
.modal-footer:after,
.products-list:after,
.inner-grid:after,
.products-list .row:after,
.inner-grid .row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden,
.products-list.product-list-home + br,
.products-list.product-list-landingpage + br,
.products-list.product-list-home + br + br,
.products-list.product-list-landingpage + br + br,
.product-view.giftvouchers-detail .product-options dt,
.product-view.merchandise-detail .product-options dt {
  display: none !important;
}
.affix {
  position: fixed;
}
.bs-prototype-override {
  display: block !important;
}
.bs-prototype-override.input-group-btn {
  display: table-cell !important;
}
.hidden,
.products-list.product-list-home + br,
.products-list.product-list-landingpage + br,
.products-list.product-list-home + br + br,
.products-list.product-list-landingpage + br + br,
.product-view.giftvouchers-detail .product-options dt,
.product-view.merchandise-detail .product-options dt {
  display: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.clearer:before,
.clearer:after {
  content: " ";
  display: table;
}
.clearer:after {
  clear: both;
}
.clearer:before,
.clearer:after {
  content: " ";
  display: table;
}
.clearer:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  header[role="banner"] .quick-access,
  header[role="banner"] .quick-access-buttons,
  .subnavigation-container,
  .navbar-container,
  .block-layered-nav,
  .category-description,
  .cms-landingpage .slider_wrapper > div > div > h4,
  .landingpage-description > * {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.usp-features {
  display: none;
  background: #f0f0f0 none repeat scroll 0 0;
  border-bottom: 1px solid #d4d4d4;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}
/* When position: sticky is supported but native behavior is ignored */
.sticky-withoutfixed .sticky-off,
.fixed-supported .sticky-off {
  position: relative;
  top: 0 !important;
}
.sticky-withoutfixed .sticky-on,
.fixed-supported .sticky-on {
  position: fixed;
  width: 100%;
}
.sticky-dummy {
  display: none;
}
.sticky-on + .sticky-dummy {
  display: block;
}
.usps {
  text-decoration: none;
  background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/band_arrow.png);
  background-repeat: no-repeat;
  height: 30px;
  display: block;
  background-position: 17px center;
  padding-left: 49px;
  font-size: 12px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  line-height: 1.23;
  margin-top: 8px;
  margin-bottom: 7px;
  border-right: 1px solid #d4d4d4;
  text-align: center;
}
.usps,
.usps > a {
  color: #282828 !important;
  white-space: nowrap;
}
.usps:active,
.usps:focus {
  text-decoration: none;
}
.usps:nth-child(3n) {
  border-right: 0 none;
}
@media (min-width: 768px) {
  .usps {
    text-align: left;
  }
  .usps:nth-child(3n) {
    border-right: 1px solid #d4d4d4;
  }
  .usps:nth-child(3n + 6) {
    border-right: 0 none;
  }
  .usps.col-md-2 {
    width: 16.333333%;
  }
  .usps.col-md-2.close-cross {
    width: 2%;
    background-image: none;
    padding-left: 0;
    border-right: 0 none;
    line-height: 30px;
  }
  .usps.col-md-2.close-cross > img {
    cursor: pointer;
  }
}
@media (min-width: 1200px) {
  .usps.col-lg-2 {
    width: 16.333333%;
  }
  .usps.col-lg-2.close-cross {
    width: 0;
    background-image: none;
    padding-left: 0;
    border-right: 0 none;
    line-height: 30px;
  }
  .usps.col-lg-2.close-cross > img {
    cursor: pointer;
  }
}
.subnavigation-container {
  background-color: #f0f0f0;
  position: fixed;
  z-index: 1;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  top: 352px;
}
.subnavigation-container.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navbar-container {
  position: -webkit-sticky;
  position: sticky;
  top: 46px;
}
.navbar-container.checkout-navbar-container {
  position: initial;
  top: initial;
}
.flyoutmenu {
  position: relative;
}
.flyoutmenu:before,
.flyoutmenu:after {
  content: " ";
  display: table;
}
.flyoutmenu:after {
  clear: both;
}
.flyoutmenu:before,
.flyoutmenu:after {
  content: " ";
  display: table;
}
.flyoutmenu:after {
  clear: both;
}
.flyoutmenu .level1 {
  color: #282828;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}
.flyoutmenu .level-top-in-dropdown {
  margin-top: 30px;
  display: block;
  float: none;
}
.flyoutmenu .level-top-in-dropdown,
.flyoutmenu .level-top-in-dropdown.level1 > a {
  color: #282828;
  font-size: 12px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  white-space: nowrap;
  text-decoration: none;
}
.flyoutmenu .level-top-in-dropdown.level1 > a:first-child {
  text-transform: uppercase;
}
.flyoutmenu .level-top-in-dropdown > ul {
  margin-top: 13px;
}
.flyoutmenu .level-top-in-dropdown > ul > li {
  padding-bottom: 3px;
}
.flyoutmenu .level-top-in-dropdown > ul > li > a.btn-link,
.flyoutmenu .level-top-in-dropdown > ul > li > ul > li > a {
  color: #282828;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-size: 15px;
  text-decoration: underline;
}
.flyoutmenu .level-top-in-dropdown > ul > li > a.btn-link {
  padding-top: 1px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: inherit;
}
.flyoutmenu .level-top-in-dropdown.level1 > a:hover {
  text-decoration: underline;
}
.flyoutmenu > .level0 {
  padding-bottom: 20px;
  display: none;
}
.flyoutmenu > .level0 .divider {
  display: block;
  float: none;
  clear: both;
}
.flyoutmenu > .level0 li.level1,
.flyoutmenu > .level0 > .level-top-in-dropdown {
  float: left;
  width: 25%;
  min-width: 120px;
}
.flyoutmenu > .level0 li.level1 .level-top-in-dropdown,
.flyoutmenu > .level0 > .level-top-in-dropdown .level-top-in-dropdown {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.flyoutmenu > .level0 li.level1 .level-top-in-dropdown li,
.flyoutmenu > .level0 > .level-top-in-dropdown .level-top-in-dropdown li,
.flyoutmenu > .level0 li.level1 .level-top-in-dropdown li > a,
.flyoutmenu > .level0 > .level-top-in-dropdown .level-top-in-dropdown li > a {
  letter-spacing: 0;
  text-transform: none;
}
.flyoutmenu > .level0 > .level-top-in-dropdown {
  margin-top: 0;
  padding: 0;
}
.flyoutmenu > .level0 > .level-top-in-dropdown > ul {
  margin-top: 0;
  margin-bottom: 0;
}
.flyoutmenu > .level0 > .level-top-in-dropdown > a {
  display: block;
  margin-top: 30px;
}
.flyoutmenu > .level0.active {
  display: block;
}
#slider_container {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  top: 0;
  left: 0;
  width: 981px;
  height: 483px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #slider_container {
    margin-right: auto;
    margin-left: auto;
  }
}
#slider_container > div > div,
#slider_container .slider_wrapper {
  cursor: default;
  position: absolute;
  left: 0;
  top: 0;
  width: 981px;
  height: 483px;
  overflow: hidden;
}
#slider_container .mask {
  width: 14%;
  height: 483px;
  position: absolute;
  top: 0;
}
#slider_container .mask.maskleft {
  left: 0;
}
#slider_container .mask.maskright {
  right: 0;
}
#slider_container .arrow {
  position: absolute;
  top: 50%;
  width: 39px;
  height: 50px;
  margin-top: -25px;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
}
#slider_container .arrow.arrowleft,
#slider_container .arrow.arrowleftdn {
  left: 30px;
}
#slider_container .arrow.arrowright,
#slider_container .arrow.arrowrightdn {
  right: 30px;
}
.seo-block .linkcloud-wrapper,
.product-essential .linkcloud-wrapper {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.seo-block .linkcloud-wrapper .labeled-title,
.product-essential .linkcloud-wrapper .labeled-title {
  margin: 0 8px 3px 0;
  min-width: 115px;
}
.seo-block .linkcloud-wrapper:last-child,
.product-essential .linkcloud-wrapper:last-child,
.seo-block .linkcloud-wrapper:last-of-type,
.product-essential .linkcloud-wrapper:last-of-type,
.seo-block .linkcloud-wrapper.lastcloud,
.product-essential .linkcloud-wrapper.lastcloud {
  margin-bottom: 0;
  border-bottom: 0 none;
}
.seo-block .linkcloud-wrapper.lastcloud,
.product-essential .linkcloud-wrapper.lastcloud {
  padding-bottom: 0;
}
.seo-block .linkcloud-wrapper > .linkcloud-title,
.product-essential .linkcloud-wrapper > .linkcloud-title,
.seo-block .linkcloud-wrapper > .linkcloud,
.product-essential .linkcloud-wrapper > .linkcloud {
  display: inline-block;
}
@media (min-width: 768px) {
  .seo-block .linkcloud-wrapper > .linkcloud-title,
  .product-essential .linkcloud-wrapper > .linkcloud-title,
  .seo-block .linkcloud-wrapper > .linkcloud,
  .product-essential .linkcloud-wrapper > .linkcloud {
    display: table-cell;
  }
}
.seo-block .linkcloud-wrapper > .linkcloud-title a,
.product-essential .linkcloud-wrapper > .linkcloud-title a,
.seo-block .linkcloud-wrapper > .linkcloud a,
.product-essential .linkcloud-wrapper > .linkcloud a {
  white-space: nowrap;
}
.seo-block + .seo-block,
.seo-block + .products-list,
.seo-block + p + .products-list,
.product-essential-nobg .seo-block:first-child,
.std > .seo-block:first-child {
  margin-top: 40px;
}
.linkcloud-wrapper + .products-list,
.linkcloud-wrapper + p + .products-list,
.product-essential-nobg .linkcloud-wrapper:first-child,
.std > .linkcloud-wrapper:first-child {
  margin-top: 40px;
}
.seo-block a,
.linkcloud a {
  letter-spacing: 0.025em;
  text-decoration: underline;
  padding-right: 10px;
  line-height: 1;
  padding-bottom: 0.42857143em;
  color: #282828;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
.seo-title {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
  font-size: 24px;
  margin-bottom: 24px;
}
.seo-title > a {
  color: inherit;
}
footer[role="contentinfo"] {
  position: relative;
  padding-top: 50px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] {
    height: 450px;
  }
  footer[role="contentinfo"].checkout-footer {
    height: 298px;
  }
}
footer[role="contentinfo"] .links-container > p:first-child,
footer[role="contentinfo"] .links-container > p:first-child + ul {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] .links-container > p:first-child,
  footer[role="contentinfo"] .links-container > p:first-child + ul {
    width: 25%;
    float: left;
  }
}
footer[role="contentinfo"] .links-container > p:first-child + ul:before {
  content: "Allgemeine Infos";
}
footer[role="contentinfo"] .links-container > p:first-child + ul > li,
footer[role="contentinfo"] .links-container > p:first-child + ul > li > a {
  color: #8a8a8a;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  text-transform: uppercase;
}
footer[role="contentinfo"] .links-container > p:first-child,
footer[role="contentinfo"] .links-container > p:first-child > a,
footer[role="contentinfo"] .links-container > p:first-child + ul:before {
  text-transform: uppercase;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  color: #e4e4e4;
  display: block;
}
footer[role="contentinfo"] .links-container > p:first-child + ul:before {
  margin-top: 7px;
  padding-bottom: 24px;
}
footer[role="contentinfo"] .links-container > p:first-child > a + img {
  margin-top: 5px;
}
footer[role="contentinfo"] .links-container > ul.links > li {
  text-transform: uppercase;
  display: inline-block;
}
footer[role="contentinfo"] .links-container > ul.links > li,
footer[role="contentinfo"] .links-container > ul.links > li > a {
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-size: 13px;
  color: #e4e4e4;
}
footer[role="contentinfo"] .links-container ul.links {
  position: absolute;
  bottom: -1px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] .links-container ul.links {
    left: 253px;
    text-align: left;
    float: none;
    margin: 0;
    padding: 16px 0 11px;
    z-index: 1;
  }
  footer[role="contentinfo"] .links-container ul.links:before,
  footer[role="contentinfo"] .links-container ul.links:after {
    content: " ";
    display: table;
  }
  footer[role="contentinfo"] .links-container ul.links:after {
    clear: both;
  }
  footer[role="contentinfo"] .links-container ul.links:before,
  footer[role="contentinfo"] .links-container ul.links:after {
    content: " ";
    display: table;
  }
  footer[role="contentinfo"] .links-container ul.links:after {
    clear: both;
  }
  footer[role="contentinfo"] .links-container ul.links > li {
    padding-left: 0;
    padding-right: 0;
  }
  footer[role="contentinfo"] .links-container ul.links > li > a {
    padding-left: 10px;
    padding-right: 8px;
    display: inline-block;
    line-height: 1;
    border-left: 1px solid #505050;
  }
}
footer[role="contentinfo"] address {
  display: block;
  margin: 0;
  width: 100%;
  border-top: 1px solid #505050;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  font-size: 13px;
  color: #e4e4e4;
  padding-top: 16px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] address {
    padding-bottom: 11px;
    position: absolute;
    bottom: 0;
  }
}
footer[role="contentinfo"] .social-ts,
footer[role="contentinfo"] .payments {
  width: 100%;
}
footer[role="contentinfo"] .social-ts:before,
footer[role="contentinfo"] .payments:before,
footer[role="contentinfo"] .social-ts:after,
footer[role="contentinfo"] .payments:after {
  content: " ";
  display: table;
}
footer[role="contentinfo"] .social-ts:after,
footer[role="contentinfo"] .payments:after {
  clear: both;
}
footer[role="contentinfo"] .social-ts:before,
footer[role="contentinfo"] .payments:before,
footer[role="contentinfo"] .social-ts:after,
footer[role="contentinfo"] .payments:after {
  content: " ";
  display: table;
}
footer[role="contentinfo"] .social-ts:after,
footer[role="contentinfo"] .payments:after {
  clear: both;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] .social-ts,
  footer[role="contentinfo"] .payments {
    width: 25%;
    float: right;
  }
}
footer[role="contentinfo"] .social-ts .btn-group-left,
footer[role="contentinfo"] .payments .btn-group-left {
  margin-right: 6px;
}
footer[role="contentinfo"] .social {
  margin-top: 35px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] .payments {
    float: left;
  }
}
footer[role="contentinfo"] .payments .pull-left > a > img {
  margin: 0 5px 5px 0;
}
footer[role="contentinfo"] .h5,
footer[role="contentinfo"] h5 {
  text-transform: uppercase;
  font-family: "11FGalano-Bold", Helvetica, sans-serif;
  color: #e4e4e4;
}
footer[role="contentinfo"].checkout-footer .social-ts {
  margin-bottom: 20px;
}
.select-wrapper {
  position: relative;
  padding-right: 38px;
}
.select-wrapper > .info {
  position: absolute;
  right: 0;
  top: 5px;
}
.slider-container,
.media-slider-container {
  background-color: #282828;
}
.cms-landingpage .slider-container {
  background-color: transparent;
}
.cms-landingpage .slider-container #slider_container {
  background-color: #282828;
}
.cms-landingpage [role="main"] .std > br {
  display: none;
}
@media (min-width: 768px) {
  .slider-container {
    margin-top: 55px;
  }
}
.slider-container .slider_wrapper div h3,
.slider-container .slider_wrapper h4 {
  font-size: 36px;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}
@media (min-width: 768px) {
  .slider-container .slider_wrapper div h3,
  .slider-container .slider_wrapper h4 {
    font-size: 40px;
  }
}
.slider-container .slider_wrapper h4 {
  font-size: 18px;
  margin: 10px 0 15px 0;
}
.slider-container .slider_wrapper div.scnd h3 {
  background-color: #282828;
  clear: both;
  float: left;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 4px 13px 0;
  position: relative;
  top: -34px;
}
.slider-container .slider_wrapper div.scnd h4 {
  background-color: #282828;
  clear: both;
  float: left;
  font-size: 18px;
  margin: 0;
  padding: 7px 13px;
  position: relative;
  top: 14px;
}
.slider-container .slider_wrapper div.scnd .button {
  clear: both;
  float: left;
  position: relative;
  top: -5px;
}
.slider-container .slider_wrapper .inner-slider-wrapper {
  width: 981px;
  height: 483px;
}
.cms-landingpage .slider_wrapper > div > div > h4 {
  position: relative;
  text-align: left;
  padding-left: 80px;
  top: -45px;
  font-family: "11FGalano-Medium", Helvetica, sans-serif;
}
.cms-landingpage .slider_wrapper > div > div > h3 {
  text-align: left;
  padding-left: 80px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cms-landingpage .slider_wrapper > div > div > h3 {
    bottom: -24px;
  }
}
.cms-landingpage .slider_wrapper > div > div > a.button {
  text-align: left;
  margin-left: 80px;
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  .cms-landingpage .slider_wrapper > div > div > a.button {
    top: -8px;
  }
}
.cms-landingpage .slider_wrapper > div > div > a.button:after {
  clear: left;
}
.cms-landingpage #slider_container .mask {
  width: 80px;
}
/**/
.media-frame-wrapper .product-image-zoom {
  width: 981px;
  height: 483px;
}
.media-frame-wrapper .product-image-zoom > a {
  height: 483px;
  line-height: 483px;
  width: 981px;
  text-align: center;
  display: inline-block;
}
.frame-preview-frame {
  background: transparent center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 981px;
  height: 483px;
  -webkit-background-size: cover;
          background-size: cover;
}
.product-view .product-img-box .media-frame-wrapper {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  width: 981px;
  height: 483px;
}
.product-image.product-image-zoom.product-image-zoom-slider {
  left: 0;
  position: relative;
  top: 0;
}
.block-layered-nav dd > div.panel-body > div + [data-readmore-toggle],
.block-layered-nav dd > div.panel-body > div [data-readmore] {
  display: block;
  width: 100%;
}
body {
  overflow-y: scroll;
}
/*
.container {
	width: @fix-content-width;
}

.container-fluid {
	min-width: @fix-content-width + @grid-gutter-width/2;
}
*/
.header-container {
  /*@media (min-width: @grid-float-breakpoint) {
       // border-top: @top-navi-height solid @topnavibg;
    }
    > .row {

    }*/
}
.footer-container * {
  color: #fff;
}
.footer-container {
  background-color: #1e1e1e;
}
.footer-container a:hover,
.footer-container a:focus {
  color: #fff;
  text-decoration: underline;
}
.footer-container a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-title {
  border: 0 none;
  margin: 2px 0;
}
.logo {
  margin-bottom: 6px;
}
.logo strong {
  display: block;
}
.logo > a > img,
.logo > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.logo strong {
  height: 0;
}
@media (min-width: 768px) {
  .logo {
    display: block;
  }
}
.height-less {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.header-container {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.header-container .dropdown-menu {
  width: 100%;
  top: -2px;
  left: -1px;
  border-color: transparent;
  margin: 0;
  padding: 0;
}
.header-container .dropdown-menu .list-label-heading {
  background-color: #282828;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 14px;
  line-height: 1;
}
.header-container .dropdown-menu > a,
.header-container .dropdown-menu > li > a {
  background-color: #f0f0f0;
  text-transform: none;
  font-size: 12px;
  padding: 14px;
  border-top: 1px solid #fff;
}
.header-container .dropdown-menu > a:hover,
.header-container .dropdown-menu > li > a:hover {
  background-color: #ededed;
}
.search_mini_form .search_mini_form_input {
  font-size: 13px;
  font-style: italic;
}
.header-container .search_mini_form,
.navbar-container .search_mini_form {
  margin-bottom: -20px;
  margin-top: 20px;
}
.header-container .search_mini_form .search_mini_form_input,
.navbar-container .search_mini_form .search_mini_form_input {
  font-size: 13px;
  font-style: italic;
  color: #ccc;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.header-container .search_mini_form .search_mini_form_input,
select.navbar-container .search_mini_form .search_mini_form_input {
  height: 30px;
  line-height: 30px;
}
textarea.header-container .search_mini_form .search_mini_form_input,
textarea.navbar-container .search_mini_form .search_mini_form_input,
select[multiple].header-container .search_mini_form .search_mini_form_input,
select[multiple].navbar-container .search_mini_form .search_mini_form_input {
  height: auto;
}
select.header-container .search_mini_form .search_mini_form_input,
select.navbar-container .search_mini_form .search_mini_form_input {
  height: 30px;
  line-height: 30px;
}
textarea.header-container .search_mini_form .search_mini_form_input,
textarea.navbar-container .search_mini_form .search_mini_form_input,
select[multiple].header-container .search_mini_form .search_mini_form_input,
select[multiple].navbar-container .search_mini_form .search_mini_form_input {
  height: auto;
}
.header-container .search_mini_form .search_mini_form_input + .input-group-btn > .btn,
.navbar-container .search_mini_form .search_mini_form_input + .input-group-btn > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
body.modal-open > #tsbadge_db8d3657bdbe440c985ae127463eaad4 {
  display: none !important;
}
.trustBadgeResponsive {
  height: 0;
  overflow: hidden;
}
.input-text,
.input-text:hover,
.input-text:active,
.input-text:focus {
  background-color: #f3f3f3;
  border-color: #e4e4e4;
}
p.required {
  color: #62b483;
}
.products-list,
.inner-grid {
  padding-bottom: 16px;
}
.products-list,
.inner-grid,
.products-list .row,
.inner-grid .row {
  margin-left: -8px;
  margin-right: -8px;
}
.products-list > div,
.inner-grid > div,
.products-list .row > div,
.inner-grid .row > div,
.products-list > li,
.inner-grid > li,
.products-list .row > li,
.inner-grid .row > li,
.products-list [class*="col-xs-"],
.inner-grid [class*="col-xs-"],
.products-list .row [class*="col-xs-"],
.inner-grid .row [class*="col-xs-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.listing-actions-row {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .listing-actions-row {
    padding-bottom: 0;
  }
}
.listing-actions-row.listing-actions-row-diashow {
  position: absolute;
  width: 100%;
  top: -64px;
}
.listing-actions-row .mode-switcher {
  position: relative;
  margin-left: 26px;
}
@media (min-width: 768px) {
  .listing-actions-row .mode-switcher {
    margin-left: 0;
    bottom: -52px;
  }
}
.listing-actions-note {
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.landingpage-description {
  padding-top: 40px;
  padding-bottom: 10px;
  /*  &.landingpage-diashow {
        max-width: @description-text-width;
    }*/
}
.layout .page-title + .std .landingpage-description {
  padding-top: 0;
}
/*.cms-bilderwelten-html .landingpage-description {
    max-width: @description-text-width;
}*/
.breadcrumbs-container + .content-container {
  padding-top: 30px;
}
.cms-home .slider-container {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .cms-home .slider-container {
    margin-top: 0;
  }
}
.special-container {
  background-color: #f0f0f0;
}
.special-container .products-list .item {
  padding-left: 0;
  padding-right: 0;
  border-color: #f0f0f0;
}
.special-container .products-list .item .btn-cart-wrapper {
  padding-right: 0;
  bottom: 0;
}
.special-container .products-list .item p.description {
  text-align: left;
}
.special-container .products-list .item .product-image {
  line-height: 115px !important;
  min-height: 138px !important;
}
[role="button"] {
  cursor: pointer;
}
.media-slider-container > .zoom-it,
.merchandise-detail .product-image-zoom > .zoom-it,
.giftvouchers-detail .product-image-zoom > .zoom-it {
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.media-slider-container > .zoom-it {
  background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/zoom.png");
}
.merchandise-detail .product-image-zoom > .zoom-it,
.giftvouchers-detail .product-image-zoom > .zoom-it {
  background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/zoom-dark.png");
}
.push-up {
  margin-top: -20px;
  padding-bottom: 15px;
}
.fa-fw {
  font-size: 0.7em;
}
.btn-link .fa.fa-fw.fa-angle-double-right {
  left: -3px;
}
/*
header[role="banner"] .quick-access .dropdown-menu.pull-right{
	z-index: 100;
}*/
.catalogsearch-result-index .layout .page-title {
  max-width: 808px;
}
.checkout-onepage-index .progressSteps > li > a {
  outline: 0 none;
  outline-offset: 0;
}
.checkout-onepage-index aside {
  padding-top: 78px;
}
@media (min-width: 768px) {
  .checkout-onepage-index aside {
    padding-top: 0;
  }
}
#limiter_changer {
  display: inline-block;
  width: 54px;
  padding: 5px;
}
.limiter_changer {
  position: relative;
  left: 26px;
}
@media (min-width: 768px) {
  .limiter_changer {
    top: 8px;
  }
}
.readmore-js-section.readmore-js-collapsed {
  border-bottom: 20px solid #f3f3f3;
  overflow: hidden;
}
.readmore-js-toggle {
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(top, rgba(243, 243, 243, 0) 0%, #f3f3f3 60%);
  background-image: -o-linear-gradient(top, rgba(243, 243, 243, 0) 0%, #f3f3f3 60%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 243, 243, 0)), color-stop(60%, #f3f3f3));
  background-image: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, #f3f3f3 60%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3f3f3', endColorstr='#fff3f3f3', GradientType=0);
  display: block;
  height: 85px;
  margin-top: -105px;
  padding-left: 15px;
  padding-top: 52px;
  position: relative;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .readmore-js-toggle {
    margin-bottom: 0;
  }
}
.readmore-js-toggle,
.readmore-js-toggle:hover,
.readmore-js-toggle:active,
.readmore-js-toggle:focus {
  outline: 0 none;
}
.block-layered-nav dd .panel-body .readmore-js-section.readmore-js-collapsed {
  border-bottom: 0 none;
}
.block-layered-nav dd .panel-body .readmore-js-toggle {
  background-image: none;
  -webkit-filter: none;
          filter: none;
  padding: 0;
  margin: 10px 0 0 0;
  height: 25px;
  font-weight: bold;
}

/* general form elements, buttons styling */
#checkoutSteps button.button, .my-account button.button, .layout-2-cols aside[role="complementary"] .block button.button {
    background: #62b483 url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/right-white.png") 15px 9px no-repeat;
    color: #ffffff;
    font-family: "11FGalano-Medium", Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0.075em;
    line-height: 20px;
    vertical-align: middle;
    white-space: nowrap;
    border: none;
    padding: 4px 16px 4px 28px;
    height: 28px;
}

#checkoutSteps select, .my-account select {
    background-color: #f3f3f3;
    font-family: "11FGalano-Medium", Helvetica, sans-serif;
    text-decoration: underline;
}

.my-account .back-link {
    background-color: #282828;
    border-color: #1b1b1b;
    display: inline-block;
    letter-spacing: 0.075em;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 5px 10px;
    height: 28px;
    line-height: 18px;
}

.my-account .back-link a, .my-account .back-link a small {
    color: #fff;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 18px;
}

/* my account */
table#my-orders-table thead tr th {
    white-space: nowrap;
}

div.my-account dl.order-info dd {
    display: none;
}

.my-account a {
    text-decoration: underline;
    font-family: "11FGalano-Medium", Helvetica, sans-serif;
}

.my-account .control > label {
    line-height: 25px;
}

.my-account .buttons-set {
    margin-top: 0;
}

body.sales-order-print h1, .sales-order-print h2, .sales-order-print h3, .sales-order-print h4 {
    font-size: 21px;
}

@media print {
    body.sales-order-print .buttons-set {
        display: none;
    }
}

/* checkout */
#checkoutSteps a, #checkoutSteps #checkout-review-table th, #checkoutSteps .step-title span.number, #checkoutSteps .step-title h2 {
    font-family: "11FGalano-Medium", Helvetica, sans-serif;
}

#checkoutSteps .step-title span.number {
    margin-right: 0;
    background: none;
    font-size: 16px;
}

#checkoutSteps .step-title span.number:after {
    content: '.';
}

#checkoutSteps .step-title h2 {
    font-size: 16px;
}

#checkoutSteps a {
    text-decoration: underline;
}

#checkoutSteps .sp-methods dd {
    border-bottom: 1px solid #e4e4e4;
}

#checkoutSteps .buttons-set {
    border-top: none;
}

#checkoutSteps #co-payment-form dl.sp-methods dt label, #checkoutSteps #co-billing-form ul.form-list li label, #checkoutSteps #co-shipping-form ul.form-list li label,
#checkoutSteps #checkout-step-login ul.form-list li label, #checkoutSteps #checkout-agreements ol li p.agree label {
    line-height: 15px;
    margin-bottom: 0;
}

#checkoutSteps #checkout-step-login .col2-set .col-2 a.f-left, #checkoutSteps #checkout-step-login .col2-set .col-2 button.button {
    clear: both;
    float: none;
    display: block;
}

#checkoutSteps #checkout-step-login .col2-set .col-2 a.f-left {
    margin-bottom: 10px;
}

#checkoutSteps .form-list #payone_klarna_additional_fields ul li div select {
    float: left;
    margin-right: 10px;
}

#checkoutSteps .form-list #payone_klarna_additional_fields ul li div select#payone_klarna_additional_fields_customer_dob_day,
#checkoutSteps .form-list #payone_klarna_additional_fields ul li div select#payone_klarna_additional_fields_customer_dob_month {
    width: 70px !important;
}

#checkoutSteps .form-list #payone_klarna_additional_fields ul li div select#payone_klarna_additional_fields_customer_dob_year {
    width: 100px !important;
}

#checkoutSteps .form-list #payone_klarna_additional_fields ul li input#payone_klarna_additional_fields_agreement_checkbox {
    float: left !important;
    vertical-align: middle;
}

#checkoutSteps .form-list #payone_klarna_additional_fields ul li label[for="payone_klarna_additional_fields_agreement_checkbox"] {
    position: relative;
}

#checkoutSteps .form-list ul li input#payone_creditcard_cc_cid {
    width: 60px !important;
}

#checkoutSteps .form-list ul li .cvv-what-is-this {
    margin-left: -5px;
}

#checkoutSteps table#checkout-review-table, #checkoutSteps table#checkout-review-table * {
    border-color: #fff;
    border-right-color: #f3f3f3;
    background-color: #f3f3f3 !important;
    font-family: "11FGalano-Medium", Helvetica, sans-serif; /*text-align: left !important;*/
}

#checkoutSteps table#checkout-review-table dl.item-options * {
    color: #8a8a8a;
}

#checkoutSteps table#checkout-review-table dl.item-options {
    padding-left: 0;
}

#checkoutSteps table#checkout-review-table dl.item-options dt {
    float: left;
    margin-right: 7px;
}

#checkoutSteps table#checkout-review-table dl.item-options dt:after {
    content: ':';
}

#checkoutSteps table#checkout-review-table h3.product-name {
    font-family: "11FGalano-Bold", Helvetica, sans-serif;
    font-size: 15px;
}

#checkoutSteps table#checkout-review-table tfoot tr.last * {
    font-family: "11FGalano-Bold", Helvetica, sans-serif;
    font-size: 24px;
}

#checkoutSteps .agreement-content h1, #checkoutSteps .agreement-content h2 em {
    font-style: normal;
    font-family: "11FGalano-Bold", Helvetica, sans-serif;
    font-size: 22px;
    line-height: 22px;
}

/* sidebar on 2-col left layout */
.layout-2-cols aside[role="complementary"] * {
    font-family: "11FGalano-Medium", Helvetica, sans-serif;
}

.layout-2-cols aside[role="complementary"] .block a {
    text-decoration: underline;
}

.layout-2-cols aside[role="complementary"] .block.block-cart .block-title {
    padding-bottom: 0;
}

.layout-2-cols aside[role="complementary"] .block.block-cart .subtotal {
    margin-bottom: 10px;
}

.layout-2-cols aside[role="complementary"] .block.block-cart .block-subtitle {
    font-family: "11FGalano-Bold", Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-top: 10px;
}

.layout-2-cols aside[role="complementary"] .block.block-reorder .block-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.layout-2-cols aside[role="complementary"] .block.block-cart .subtotal {
    background: none;
    text-align: left;
    border: none;
    color: inherit;
    margin: 0;
    padding: 0;
}

/* frame stuff */

/*.frame-preview-frame { z-index: 999999; }*/
.frame-preview-frame.frame-panorama {
    width: 1159px;
    height: 570px;
    top: 56px;
    left: -74px;
}

.frame-preview-frame.frame-1x1 {
    width: 661px;
    height: 661px;
    top: 11px;
    left: 175px;
}

.frame-preview-frame.frame-2x3-quer {
    width: 903px;
    height: 661px;
    top: 11px;
    left: 54px;
}

.frame-preview-frame.frame-DinA-quer {
    width: 903px;
    height: 661px;
    top: 11px;
    left: 54px;
}

.frame-preview-frame.frame-2x3-hoch {
    width: 500px;
    height: 661px;
    top: 11px;
    left: 256px;
}

.frame-preview-frame.frame-DinA-hoch {
    width: 500px;
    height: 661px;
    top: 11px;
    left: 256px;
}

.frame-preview-frame.frame-4x3-quer {
    width: 822px;
    height: 661px;
    top: 11px;
    left: 95px;
}

.frame-preview-frame.material-18 .close {
    margin-right: -8px;
    margin-top: -10px;
}

.frame-preview-frame.frame-4x3-hoch {
    width: 540px;
    height: 661px;
    top: 11px;
    left: 236px;
}

/* Passepartout + Loft-Rahmen Natur (PPLRnatur) */
.frame-preview-frame.rahmen-1x1-779 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnatur_1x1.png");
}

.frame-preview-frame.rahmen-2x3-hoch-779 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnatur_2x3_Hoch.png");
}

.frame-preview-frame.rahmen-2x3-quer-779 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnatur_2x3_Quer.png");
}

.frame-preview-frame.rahmen-4x3-hoch-779 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnatur_4x3_Hoch.png");
}

.frame-preview-frame.rahmen-4x3-quer-779 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnatur_4x3_Quer.png");
}

.frame-preview-frame.rahmen-DinA-hoch-779 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnatur_DinA_Hoch.png");
}

.frame-preview-frame.rahmen-DinA-quer-779 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnatur_DinA_Quer.png");
}

.frame-preview-frame.rahmen-panorama-779 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnatur_Panorama.png");
}

/* Passepartout + Loft-Rahmen Nussbaum (PPLRnussbaum) */
.frame-preview-frame.rahmen-1x1-778 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnussbaum_1x1.png");
}

.frame-preview-frame.rahmen-2x3-hoch-778 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnussbaum_2x3_Hoch.png");
}

.frame-preview-frame.rahmen-2x3-quer-778 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnussbaum_2x3_Quer.png");
}

.frame-preview-frame.rahmen-4x3-hoch-778 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnussbaum_4x3_Hoch.png");
}

.frame-preview-frame.rahmen-4x3-quer-778 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnussbaum_4x3_Quer.png");
}

.frame-preview-frame.rahmen-DinA-hoch-778 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnussbaum_DinA_Hoch.png");
}

.frame-preview-frame.rahmen-DinA-quer-778 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnussbaum_DinA_Quer.png");
}

.frame-preview-frame.rahmen-panorama-778 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRnussbaum_Panorama.png");
}

/* Passepartout + Loft-Rahmen Schwarz (PPLRschwarz) */
.frame-preview-frame.rahmen-1x1-781 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRschwarz_1x1.png");
}

.frame-preview-frame.rahmen-2x3-hoch-781 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRschwarz_2x3_Hoch.png");
}

.frame-preview-frame.rahmen-2x3-quer-781 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRschwarz_2x3_Quer.png");
}

.frame-preview-frame.rahmen-4x3-hoch-781 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRschwarz_4x3_Hoch.png");
}

.frame-preview-frame.rahmen-4x3-quer-781 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRschwarz_4x3_Quer.png");
}

.frame-preview-frame.rahmen-DinA-hoch-781 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRschwarz_DinA_Hoch.png");
}

.frame-preview-frame.rahmen-DinA-quer-781 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRschwarz_DinA_Quer.png");
}

.frame-preview-frame.rahmen-panorama-781 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRschwarz_Panorama.png");
}

/* Passepartout + Loft-Rahmen Weiß (PPLRweiss) */
.frame-preview-frame.rahmen-1x1-780 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRweiss_1x1.png");
}

.frame-preview-frame.rahmen-2x3-hoch-780 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRweiss_2x3_Hoch.png");
}

.frame-preview-frame.rahmen-2x3-quer-780 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRweiss_2x3_Quer.png");
}

.frame-preview-frame.rahmen-4x3-hoch-780 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRweiss_4x3_Hoch.png");
}

.frame-preview-frame.rahmen-4x3-quer-780 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRweiss_4x3_Quer.png");
}

.frame-preview-frame.rahmen-DinA-hoch-780 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRweiss_DinA_Hoch.png");
}

.frame-preview-frame.rahmen-DinA-quer-780 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRweiss_DinA_Quer.png");
}

.frame-preview-frame.rahmen-panorama-780 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/PPLRweiss_Panorama.png");
}

/* Schattenfugen-Rahmen Natur (SFnatur) */
.frame-preview-frame.rahmen-1x1-775 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnatur_1x1.png");
}

.frame-preview-frame.rahmen-2x3-hoch-775 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnatur_2x3_Hoch.png");
}

.frame-preview-frame.rahmen-2x3-quer-775 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnatur_2x3_Quer.png");
}

.frame-preview-frame.rahmen-4x3-hoch-775 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnatur_4x3_Hoch.png");
}

.frame-preview-frame.rahmen-4x3-quer-775 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnatur_4x3_Quer.png");
}

.frame-preview-frame.rahmen-panorama-775 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnatur_Panorama.png");
}

/* Schattenfugen-Rahmen Nussbaum (SFnussbaum) */
.frame-preview-frame.rahmen-1x1-774 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnussbaum_1x1.png");
}

.frame-preview-frame.rahmen-2x3-hoch-774 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnussbaum_2x3_Hoch.png");
}

.frame-preview-frame.rahmen-2x3-quer-774 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnussbaum_2x3_Quer.png");
}

.frame-preview-frame.rahmen-4x3-hoch-774 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnussbaum_4x3_Hoch.png");
}

.frame-preview-frame.rahmen-4x3-quer-774 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnussbaum_4x3_Quer.png");
}

.frame-preview-frame.rahmen-panorama-774 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFnussbaum_Panorama.png");
}

/* Schattenfugen-Rahmen Schwarz (SFschwarz) */
.frame-preview-frame.rahmen-1x1-777 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFschwarz_1x1.png");
}

.frame-preview-frame.rahmen-2x3-hoch-777 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFschwarz_2x3_Hoch.png");
}

.frame-preview-frame.rahmen-2x3-quer-777 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFschwarz_2x3_Quer.png");
}

.frame-preview-frame.rahmen-4x3-hoch-777 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFschwarz_4x3_Hoch.png");
}

.frame-preview-frame.rahmen-4x3-quer-777 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFschwarz_4x3_Quer.png");
}

.frame-preview-frame.rahmen-panorama-777 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFschwarz_Panorama.png");
}

/* Schattenfugen-Rahmen Weiß (SFweiss) */
.frame-preview-frame.rahmen-1x1-776 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFweiss_1x1.png");
}

.frame-preview-frame.rahmen-2x3-hoch-776 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFweiss_2x3_Hoch.png");
}

.frame-preview-frame.rahmen-2x3-quer-776 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFweiss_2x3_Quer.png");
}

.frame-preview-frame.rahmen-4x3-hoch-776 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFweiss_4x3_Hoch.png");
}

.frame-preview-frame.rahmen-4x3-quer-776 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFweiss_4x3_Quer.png");
}

.frame-preview-frame.rahmen-panorama-776 {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/frames/SFweiss_Panorama.png");
}

/* Slider product detail */
.media-slider-container {
    background-color: transparent;
}

.media-slider-container .fa-angle-left {
    background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/angle-left.png);
}

#slider_container .arrow.arrowleft {
    left: 0;
}

.media-slider-container .fa-angle-right {
    background-image: url(https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/angle-right.png);
}

#slider_container .arrow.arrowright {
    right: 0;
}

.media-slider-container > .zoom-it {
    background-image: url("https://shop.11freunde.de/skin/frontend/11freunde/default/images/custom-fonts/icon-gallery.png");
    right: 0;
    bottom: 0;
}

/* Marken-Bild, @see  https://bugs.aemka.de/view.php?id=950 */
.marken-image {
    padding-bottom: 20px;
}

.marken-image img {
    max-width: 150px;
    max-height: 100px;
    margin-right: 40px;
}

/* price product detail */
.catalog-product-view .price-box {
    font-family: "11FGalano-Black", Helvetica, sans-serif;
}

.catalog-product-view .price-box .special-price .price-label,
.catalog-product-view .price-box .special-price .price {
    color: #d95d55 !important;
    font-size: 40px;
}

.catalog-product-view .price-box .old-price .price {
    font-size: 25px;
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
    text-decoration: none;
}

/* price category */
.catalog-category-view .old-price .price {
    font-size: 18px;
}

/* navi */
.header-container {
    z-index: 4 !important;
}

.navbar-container {
    z-index: 3 !important;
}

.subnavigation-container {
    z-index: 2 !important;
}

/* mobile navi */
.mobile-navbar-container .navbar-header {
    right: -10px;
}

.mobile-navbar-container .navbar-header {
    position: absolute;
    top: 0;
    right: 0;
}

/*.mobile-navbar-container .divider { display:none; } divider isnt there anymore*/
.mobile-navbar-container .dropdown-menu {
    padding: 5px 30px;
    top: auto;
    position: relative;
}

.mobile-navbar-container .dropdown-menu.level0 {
    display: none;
    background-color: #f0f0f0;
    margin-bottom: 20px;
}

/* background-color changed */
.mobile-navbar-container .dropdown-menu .level-top-in-dropdown {
    display: block;
}

.mobile-navbar-container .dropdown-menu .level1 ul {
    display: none;
    padding-left: 20px;
}

.mobile-navbar-container .level0.home {
    display: none;
}

.mobile-navbar-container .navbar-nav > li.level0.nav-12,
.mobile-navbar-container .navbar-nav > li.level0.nav-13,
.mobile-navbar-container .navbar-nav > li.level0.nav-14,
.mobile-navbar-container .navbar-nav > li.level0.nav-15,
.mobile-navbar-container .navbar-nav > li.level0.nav-16 {
    display: none !important;
}

.mobile-navbar-container .emptyLineFix {
    margin-top: -25px;
}

.mobile-navbar-container .emptyLineFix.showLevel {
    margin-top: -34px !important;
}

.mobile-navbar-container .emptyLineFix a > span {
    padding: 3px 0;
    display: block;
}

.mobile-navbar-container .showLevel {
    display: block !important;
    padding-left: 0 !important;
    height: auto !important;
}

.mobile-navbar-container .level1 {
    cursor: pointer;
}

.mobile-navbar-container li.level1 {
    line-height: 30px;
}

.mobile-navbar-container li.level1 > a {
    display: inline-block;
}

/*wrapper (a-tag)with js added, css rule added,*/
.mobile-navbar-container li.level1 > a:after {
    content: ' (+)';
    font-family: "11FGalano-Bold", Helvetica, sans-serif;
    display: inline-block
}

/* wrapper (a-tag)with js added, css rule changed, font-family added */
.mobile-navbar-container li.level1.open > a:after {
    content: '';
}

/*wrapper (a-tag)with js added, css rule changed,*/
/*.mobile-navbar-container .nav-1 .level-top-in-dropdown:first-child li.level1:last-child:after MOMENTAUFNAHMEN was missing - is back now*/


/*.mobile-navbar-container li.level1 span:after { content:' >'; }*/
.mobile-navbar-container .level0 li,
.mobile-navbar-container .level0 a {
    outline: none;
    color: #282828;
    font-family: "11FGalano-Medium", Helvetica, sans-serif;
    font-size: 15px;
}

/* font (family&size&color) changed */
.mobile-navbar-container .level0 a:hover {
    text-decoration: none;
}

.mobile-navbar-container .level0 > a:after {
    content: ' >';
}

.mobile-navbar-container .level0:nth-child(2) > a:after,
.mobile-navbar-container .level0:nth-child(3) > a:after,
.mobile-navbar-container .level0:nth-child(4) > a:after,
.mobile-navbar-container .level0:nth-child(5) > a:after,
.mobile-navbar-container .level0:nth-child(6) > a:after,
.mobile-navbar-container .level0:nth-child(7) > a:after,
.mobile-navbar-container .level0:nth-child(8) > a:after,
.mobile-navbar-container .level0:nth-child(9) > a:after {
    content: ' (+)';
}

.mobile-navbar-container .level0 a.open:after {
    content: ' >';
}

.checkout-onepage-index .mobile-navbar-container .level0 > a:after {
    content: '';
}

.mobile-navbar-container li.level0.level-top.first + li + li + li + li + li .level-top-in-dropdown:first-child + .level-top-in-dropdown li.level1 > a:after {
    content: '';
}

.mobile-navbar-container li.level0.level-top.first + li + li + li + li + li .level-top-in-dropdown:first-child + .level-top-in-dropdown + .level-top-in-dropdown li.level1 > a:after {
    content: '';
}

.mobile-navbar-container li.level0.level-top.first + li + li + li + li + li + li .level-top-in-dropdown:first-child + .level-top-in-dropdown + .level-top-in-dropdown li.level1 > a:after {
    content: '';
}

.mobile-navbar-container li.level0.level-top.first + li + li + li + li + li + li + li .level-top-in-dropdown:first-child li.level1 > a:after {
    content: '';
}

/* messages */
.error-msg, .success-msg, .note-msg, .notice-msg {
    padding-bottom: 13px;
}

.success-msg {
    background-color: #62b483;
    border-color: #62b483;
    color: #fff;
    font-family: "11FGalano-Medium", Helvetica, sans-serif;
}

.success-msg a {
    color: #fff;
    text-decoration: underline;
}

/* availability */
.catalog-product-view .availability.in-stock {
    margin-top: 20px;
}

/* My Account */
.order-details .cart-table .price {
    font-family: inherit;
    font-size: inherit;
}

.order-details .cart-table dl {
    max-width: 100%;
    margin-bottom: 10px;
}

.order-details .cart-table .item-options {
    padding-left: 0;
    padding-right: 0;
    margin-top: 4px;
}

.order-details .cart-table .product-name {
    font-size: 14px;
}

.cart-table .qty {
    padding: 5px 5px 5px 10px;
    width: 60px;
    text-align: left;
}

@media (max-width: 767px) {
    .cart-table dl{
        max-width: 100%;
    }
    .cart-table dd{
        width: auto;
        max-width: 67%;
    }
    .cart-table .availability-details{
        clear: both;
    }
    .cart-table .qty{
        margin-right: 4px;
    }
    .cart-table .price{
        clear: both;
    }
    .cart-table .button,
    .cart-collaterals .button{
        clear: both;
        margin-top: 4px;
    }
    .cart .discount .discount-form{
        margin-bottom: 0;
    }
    .cart .discount label{
        margin-top: 12px;
    }
    .cart .shipping-form{
        padding: 0 15px;
        margin-top: 12px;
    }
    #shopping-cart-totals-table tr td{
        width: 50%;
    }
    .cart .totals .checkout-types .btn{
        width: 100%;
    }
    .cart .cart-table td.a-center.last{
        display: none !important;
    }
    #shopping-cart-table tbody > tr > td + td + td .btn-update.visible-xs-block {
        margin-left: 0;
    }
    .visible-xs-inline{
        display: block !important;
        clear: both;
    }

    /* Detailseite */
    .products-view-tabs-select.visible-xs-block{
        display: none !important;
    }
    .product-view .product-price-html .tax-details{
        display: inline-block;
    }
}

/* amazon pay */
#apa-shipping_method .page-title,
#apa-review .step-title,
#apa-review #reviewWidgetDiv h2.data-title,
#apa-review #checkout-review-data-wrapper {
    display: none;
}

#apa-review .summary-details-amrules .btn-remove {
    display: none;
}

/* Grid Layout - Attraktivere Fotodarstellungen, @see https://bugs.aemka.de/view.php?id=479 */
.products-list,
.inner-grid {
    position: relative;
    z-index: 0;
}

.products-list .item {
    min-height: 510px;
    padding: 0;
}

.products-list .jcarousel-wrapper .item {
    min-height: 405px;
    padding: 16px 15px;
}

.products-list .item .category-title {
    margin-top: 21px;
    padding: 0 15px;
}

.products-list .item .product-name {
    padding: 0 15px;
}

.products-list.products-list-images .product-image-wrapper,
.products-list .item .product-image-wrapper,
.products-list .item.image-product .product-image-wrapper {
    padding: 20px;
    line-height: 310px;
}

.products-list.products-list-images .jcarousel-wrapper .product-image-wrapper,
.products-list .jcarousel-wrapper .item .product-image-wrapper,
.products-list .jcarousel-wrapper .item.image-product .product-image-wrapper {
    padding: 0;
    line-height: 201px;
}

.products-list .product-image {
    min-height: 310px;
    line-height: 310px;
}

.products-list .jcarousel-wrapper .product-image {
    min-height: 201px;
    line-height: 201px;
}

.products-list .jcarousel-wrapper .item {
    min-height: 430px;
}

@media (min-width: 768px) {
    .products-list.product-list-home.products-list-landingpage-jcarousel, .products-list.product-list-landingpage.products-list-landingpage-jcarousel {
        min-height: 430px;
    }
}

.products-list.products-list-images .product-image,
.products-list .item.image-product .product-image {
    position: relative;
    z-index: 1;
}

.products-list.products-list-images .product-image:hover,
.products-list .item.image-product .product-image:hover {
    z-index: 2;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.products-list.products-list-images .product-image > div > img,
.products-list .item.image-product .product-image > div > img {
    max-height: 300px;
}

.catalog-category-view .old-price .price {
    font-size: inherit;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    z-index: 20;
}

.products-list .item.new > span.new {
    z-index: 5;
}

/* Blog */
.mpblog-list.list .mpblog-post {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.mpblog-list.list .mpblog-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* "Excellent Shop"-Badge und (neues) Widget von TrustedShops */
footer .links-container p {
    width: 0 !important;
}

@media (min-width: 768px) {
    footer[role="contentinfo"] .payments {
        width: 25%;
    }

    footer[role="contentinfo"] .social-ts {
        width: 50%;
    }
}

.payments > h5:nth-child(1) {
    margin-bottom: 28px;
}

footer .awards {
    width: 25%;
    float: left;
}

footer .awards img {
    max-width: 125px;
    width: 100%;
    margin-top: 18px;
}

.trustedrating-widget {
    width: 75%;
    float: right;
}
