/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
@import url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/fonts/caviardreams/stylesheet.css);
@import url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/fonts/font-awesome/font-awesome.min.css);
@import url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/css/webfont.css);
@import url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/css/en.css);
/* Reset ================================================================================= */
* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: 'TheSans_Regular', sans-serif;
    color: #333334;
    font-weight: normal;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #333334;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "TheSans_Bold";
    font-weight: normal;
}

/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}


/* Lists */
ul, ol {
    list-style: none;
}

li {
    font-weight: normal;
}

nav {
    font-weight: normal;
}

.label {
    font-weight: normal !important;
}


/* Tools */
.hidden {
    display: block !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-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;
}

/* ======================================================================================= */


/* Layout ================================================================================ */
@viewport {
    width: device-width;
    zoom: 1;
}

.wrapper {
}

.page {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}

.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    padding: 20px;
    text-align: left;
}

.main-container {
}

.main {
    margin: 10px 0;
}

/* Base Columns */
.col-left {
    float: left;
    width: 230px;
    border: 1px solid #ddd;
    padding: 5px 5px 0;
}

.col-main {
    float: left;
    width: 736px;
    border: 1px solid #ddd;
    padding: 5px;
}

.col-right {
    float: right;
    width: 230px;
    border: 1px solid #ddd;
    padding: 5px 5px 0;
}

/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
}

.col2-right-layout .col-main {
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 484px;
    margin-left: 10px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 748px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 49%;
}

.col2-set .col-2 {
    float: right;
    width: 49%;
}

.col2-set .col-narrow {
    width: 33%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

.alpha {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.omega {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    font: 12px "TheSans_Italic" Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
}

input.input-text, select, textarea {
    background: #fff;
    border: 1px solid #ddd;
}

input.input-text, textarea {
    padding: 2px;
}

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #ddd;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 51px !important;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button span {
    float: left;
    height: 21px;
    background: transparent url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/bkg_button.gif) 0 0 no-repeat;
    padding: 0 0 0 8px;
    font: bold 12px/21px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.button span span {
    background-position: 100% 0;
    padding: 0 12px 0 4px;
}

button.disabled {
}

button.disabled span {
}

button.btn-checkout span {
}

button.btn-checkout.no-checkout {
}

.btn-primary {
    padding: 7px;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

strong, b {
    font-weight: normal !important;
    font-family: "TheSans_Bold";
}

.pager li > a, .pager li > span {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.catalog-product-view p.required {
    display: none;
}

.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    color: #111;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.form-list label.required {
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #333;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
    float: left;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}

.form-list .field {
    float: left;
    width: 275px;
}

.form-list input.input-text {
    width: 254px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    width: 85px;
}

.form-list .customer-dob input {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input
.form-list .customer-dob .dob-month input {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input {
    width: 134px;
}

.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 5px;
}

.buttons-set .back-link {
    float: left;
}

.buttons-set button.button {
    float: right;
}

.buttons-set p.required {
    margin: 0 0 5px;
}

.buttons-set-order {
}

.button-section {
    margin-top: 20px;
}

.round-button {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    background-image: -moz-linear-gradient(135deg, #999999, #444444);
    background-image: -webkit-linear-gradient(135deg, #999999, #444444);
    background-image: -o-linear-gradient(135deg, #999999, #444444);
    background-image: linear-gradient(135deg, #999999, #444444);
}

.round-button a {
    color: #FFFFFF;
}

.fieldset {
    border: 1px solid #ddd;
    padding: 22px 25px 12px 33px;
    margin: 28px 0;
}

.fieldset .legend {
    float: left;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #fefefe;
    background: #dedede;
    color: #333;
    margin: -33px 0 0 -10px;
    padding: 0 8px;
    position: relative;
}

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 10px;
    line-height: 13px;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/validation_advice_bg.gif) 2px 1px no-repeat;
    color: #f00;
}

.validation-failed {
    border: 1px dashed #f00 !important;
    background: #faebe7 !important;
}

.validation-passed {
}

p.required {
    font-size: 12px;
    color: #f00;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Global Messages  */
.success {
    color: #3d6611;
    font-weight: bold;
}

.error {
    color: #f00;
    font-weight: bold;
}

.notice {
    color: #ccc;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 0 0 10px;
}

.messages li li {
    margin: 0 0 3px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    background-image: none;
    background-color: transparent;
    padding-left: 19px !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    margin-top: 65px;
}

.error-msg {
    border-color: #f16048;
    color: #df280a;
}

.success-msg {
    border-color: #99C15A;
    color: #99C15A;
}

.note-msg,
.notice-msg {
    border-color: #fcd344;
    color: #3d6611;
}

/* Page Heading */
/*.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }*/
.page-title {
    text-align: center;
}

.page-title h1 {
    text-transform: uppercase;
    margin-top: 13px;
    letter-spacing: 1.3px;
    font-family: 'TheSans_Bold';
    display: inline-block;
    float: none;
    font-size: 32px;
    line-height: 48px;
    text-decoration: underline;
    text-align: center;
}

.page-title h1,
.page-title h2 {
    color: #333333;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
}

.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;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 15px;
}

.subtitle,
.sub-title {
    clear: both;
}

/* Pager */
.pager {
}

.pager .amount {
    float: left;
}

.pager .limiter {
    float: right;
}

.pager .pages {
    margin: 0 135px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
}

.pager .pages .current {
}

/* Sorter */
.sorter {
}

.sorter .view-mode, .sorter .amount {
    float: left;
}

.sorter .sort-by, .sorter .limiter {
    float: right;
}

.sorter .link-feed {
}

/* Toolbar */
.toolbar {
}

.toolbar .pager {
}

.toolbar .sorter {
}

.toolbar-bottom {
}

/* Data Table */


/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
}

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://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/bkg_collapse.gif) 100% 4px 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% -53px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul {
    list-style: disc outside;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std .flexslider ol {
    padding: 0;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-family: "TheSans_Bold";
}

.std i,
.std em {
    font-style: italic;
}

/* Misc */
.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    font-weight: bold;
    color: #f00;
}

.link-wishlist {
    font-weight: normal;
    display: inline-block;
    padding: 7px 7px 6px 8px;
    border: 1px solid #444;
    text-transform: uppercase;
    text-decoration: underline;
}

.link-reorder {
    font-weight: bold;
}

.link-compare {
    font-weight: normal;
}

.link-print {
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}


.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    text-indent: -999em;
    overflow: hidden;
}

/* Noscript Notice */
.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

/* Cookie Notice */
.notice-cookie {
    border-bottom: 1px solid #cfcfcf;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.notice-cookie .notice-inner {
    width: 870px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.notice-cookie .notice-inner p {
    margin: 0 0 10px;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.notice-cookie .notice-inner .actions {
}

/* ======================================================================================= */


/* Header ================================================================================ */

header {
    margin-bottom: 23px;
}

.header-container {
}

.header {
    padding: 10px;
    border: 1px solid #ddd;
}

.header .welcome-msg {
    font-weight: bold;
    text-align: right;
}

.header .welcome-msg a {
}

.header .links {
    float: right;
}

.header .form-search {
    text-align: right;
}

.header .form-search .search-autocomplete {
    z-index: 999;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff;
}

.header .form-search .search-autocomplete li {
    padding: 3px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.header .form-search .search-autocomplete li.selected {
}

.search-top .input-group {
    float: left;
    margin-right: 24px;
}

.search-top input {
    border-radius: 0 !important;
    width: 352px !important;
    height: 27px !important;
    padding: 6px;
    font-size: 12px;
    font-style: italic;
    box-shadow: none !important;
}

.header .form-language {
    clear: both;
    text-align: right;
}

.header-container .top-container {
    clear: both;
    text-align: right;
}

.header-help {
    z-index: 98;
    position: relative;
}

.search-top .input-group-btn {
    display: none;
    visibility: hidden;
}

.search-top .input-group {
    z-index: 10000;
}

/* ======================================================================================= */


/* Navigation ============================================================================ */

#nav li a {
    color: #fff;
}

#nav .dropdown-menu {
    background: transparent;
}

#nav .dropdown-menu, #nav .dropdown-menu .dropdown-wrapper {
    padding: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#nav .dropdown-menu .dropdown-wrapper {
    margin-top: 23px;
    -webkit-box-shadow: none;
    background: rgba(9, 24, 25, 0.90);
}

#nav .dropdown-menu:not(.yamm-dropdown) .dropdown-wrapper {
    padding: 10px 0;
}

#nav .yamm-dropdown {
    left: 0;
    text-align: center;
    padding-bottom: 0;
}

#nav #product-sub-wrapper {
    display: inline-block;
    margin-top: 20px;
}

#nav #product-sub-wrapper li {
    display: inline-block;
    /*margin-left: 10px;*/
    text-align: center;
}

#nav #product-sub-wrapper li.first {
    margin-left: 0;
}

#nav #product-sub-wrapper .submenu > li:nth-child(1) {
    margin-left: 0;
}

#nav #product-sub-wrapper li.divider {
    display: block;
}

#nav #product-sub-wrapper li a {
    margin: 0;
    color: #fff;
}

#nav #product-sub-wrapper li a .category-image {
    margin-bottom: 15px;
}

#nav ul li {
    padding: 10px 0;
}

#nav ul.yamm-dropdown li {
    padding: 0;
}

#nav ul.yamm-dropdown .submenu li {
    display: inline-block;
    padding: 7px 0;
}

.submenu {
    background: rgba(255, 255, 255, 0.2);
    margin-top: 15px;
}

.submenu li a {
    color: #fff;
    border-right: 1px solid #ededed;
    margin: 0 !important;
    padding: 0 12px;
}

.submenu li.last a {
    border-right: none;
}

.breadcrumb {
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 8px;
    list-style: none;
    border: 1px solid #5A5A59;
}

/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {
    border: 1px solid #ddd;
    margin: 0 0 10px;
}

.block .block-title {
    border-bottom: 1px solid #ddd;
    padding: 3px 10px;
}

.block .block-title strong {
    font-size: 14px;
    font-weight: bold;
}

.block .block-title strong span {
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    font-size: 13px;
    font-weight: bold;
}

.block .block-content {
    padding: 10px;
}

.block .block-content li.item {
    padding: 5px 0;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
}

.block .actions {
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .empty {
}

.block li.odd {
}

.block li.even {
    background-color: #f6f6f6;
}

/* Mini Products List */
.mini-products-list li {
    padding: 5px 0 25px 0;
}

.mini-products-list .product-image { /*float:left;*/ /*width:50px;*/ /*padding:5px;*/ /*border:1px solid #ddd;*/
}

/*.mini-products-list .product-details { margin-left:75px; }*/
.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.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 {
}

/* Block: Currency Switcher */
.block-currency {
}

.block-currency select {
    width: 100%;
    border: 1px solid #888;
}

/* Block: Layered Navigation */
.block-layered-nav {
}

.block-layered-nav dt {
    font-weight: bold;
}

.block-layered-nav .currently {
}

.block-layered-nav .btn-remove {
    float: left;
    margin: 2px 3px 0 0;
}

/* Block: Cart */
.block-cart {
}

.block-cart .summary {
}

.block-cart .amount {
}

.block-cart .subtotal {
    text-align: center;
}

.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 5px 0;
}

/* Block: Wishlist */
.block-wishlist {
}

/* Block: Related */
.block-related {
}

.block-related li {
    padding: 5px 0;
}

.block-related input.checkbox {
    float: left;
    margin-right: -20px;
}

.block-related .product {
    margin-left: 20px;
}

.block-related .product .product-image {
    float: left;
    margin-right: -65px;
}

.block-related .product .product-details {
    margin-left: 65px;
}

/* Block: Compare Products */
.block-compare {
}

.block-compare li {
    padding: 5px 0;
}

/* Block: Recently Viewed */
.block-viewed {
}

/* Block: Recently Compared */
.block-compared {
}

/* Block: Poll */
.block-poll label {
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

#poll-answers input[type="radio"] {
    display: inline;
}

/* Block: Tags */
.block-tags ul,
.block-tags li {
    display: inline;
}

.std ul.tags-list {
    padding: 0;
}

/* Block: Subscribe */
.block-subscribe {
}

/* Block: Reorder */
.block-reorder {
}

.block-reorder li {
    padding: 5px 0;
}

.block-reorder input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

/* Block: Banner */
.block-banner {
}

.block-banner .block-content {
    text-align: center;
}

.flexslider {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}

.cms-home .flexslider {
    background: #000 !important;
}

.flex-control-nav.flex-control-paging {
    margin: 0 !important;
}

/* Block: Login */
.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

/* ======================================================================================= */


/* Home Page ========================================================================= */
.cms-home .topseller ul {
    list-style: none;
}

.cms-home #fullpage-container {
    background: #000;
}

.cms-home .home-thumbs-mobile div > span {
    padding: 20px 10px;
    border: 1px solid #ECECEC;
    text-transform: uppercase;
    display: block;
    margin: 5px 5px 0 5px;
    letter-spacing: 1px;
}

.cms-home .home-thumbs .offer-wrapper {
    width: 270px;
    height: 350px;
    padding: 150px 30px 30px 30px;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
}

.offer-of-the-week .item h4 {
    font-size: 14px;
    color: #F2E4B2;
    font-family: "TheSans_Regular";
    margin-bottom: 5px;
}

.offer-of-the-week .item h5 {
    margin-top: 0;
    font-size: 18px;
    color: #fff;
    font-family: "TheSans_Bold";
}

.cms-home .magestore-bannerslider {
    margin-top: -520px;
}

.cms-home .hidden-xs .flexslider {
    height: 520px;
}

/* ======================================================================================= */


/* Category Page ========================================================================= */
.catalog-category-view .category-cuts {
    margin-bottom: 30px;
}

/* Länder Beschreibung */
.catalog-category-view .category-title {
    margin-bottom: 50px;
}

.catalog-category-view .category-title h1,
.catalog-category-view .category-description h2,
.catalog-category-view .category-description h3 {
    font-family: "TheSans_Bold";
    text-transform: uppercase;
    color: #333;
}

.catalog-category-view .category-title h1 span:nth-child(2),
.catalog-category-view .category-description h2 span:nth-child(2),
.catalog-category-view .category-description h3 span:nth-child(2) {
    letter-spacing: 0px;
}

.catalog-category-view .category-title h1 {
    border: none;
    line-height: 53px;
    font-size: 53px;
    letter-spacing: 6.6px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.catalog-category-view .category-description .row-1 {
    margin-bottom: 22px;
}

.catalog-category-view .category-description .row-2 {
    margin-bottom: 24px;
}

.catalog-category-view .category-description .row-1 .center h2 {
    font-size: 21px;
    letter-spacing: 21px;
    border-bottom: 2px solid #C7C7C7;
    display: inline-block;
}

.catalog-category-view .category-description .row-2 .center h2 {
    font-size: 17px;
    letter-spacing: 33px;
}

.catalog-category-view .category-description .row-3 .left h3,
.catalog-category-view .category-description .row-3 .right h3 {
    text-decoration: underline;
    font-size: 17px;
    letter-spacing: 5px;
    margin-top: 3px;
}

.catalog-category-view .category-description .row-3 .left h3 {
    margin-bottom: 34px;
}

.catalog-category-view .category-description .row-3 .right h3 {
    margin-bottom: 26px;
}

.catalog-category-view .category-description .row-3 .left p {
    font-size: 13px;
    line-height: 17px;
}

.catalog-category-view .category-description .row-3 .center {
    line-height: 23px;
}

.catalog-category-view .category-description .row-3 .right p {
    font-family: "TheSans_Regular";
    font-size: 13px;
    line-height: 34px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #ececec;
}

.catalog-category-view .category-description .row-3 .right p:nth-child(2n) {
    background: rgba(221, 221, 221, 0.4);
}

.catalog-category-view .category-description .row-3 hr.hr-2col {
    margin: 10px 40% 15px 40%
}

.catalog-category-view .image-maps-wrapper map area {
    cursor: pointer;
}

.catalog-category-view .image-maps-wrapper map area:hover {
    background: #f00;
}

.catalog-category-view .cuts-names-wrapper img {
    position: absolute;
    left: 0;
}

.catalog-category-view .cuts-names-wrapper img.not-available {
    opacity: 0.65;
}

.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

.category-image img {
}

.category-description.top {
    padding-top: 90px;
    padding-bottom: 95px;
    margin: 0 0 18px;
    border-bottom: 1px solid #ececec;
}

.category-description.bottom {
    margin: 0 0 18px;
}

.category-products {
    border-collapse: collapse;
}

.navbar-nav .category-image img {
    max-height: 80px;
}

.catalog-category-view .center-image {
    margin: 0 auto;
}

.catalog-category-view.category-kochen-mit .item-simple .uvp {
    left: 13%;
}

.thumbs-rating,
.product-img-big {
    float: left;
}

.product-img-big .handmade-badge {
    position: absolute;
    top: 47px;
    right: 53px;
}

.flexslider .handmade-badge {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product-img-big .handmade-badge img, .flexslider .handmade-badge img {
    width: 95px;
}

/* View Type: Grid */
.products-grid {
    /*position:relative; */
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.products-grid div.item {
    display: table-cell;
    max-height: 460px;
    min-height: 460px;
}

.category-kochen-mit .products-grid div.item {
    max-height: 2000px;
}

.products-grid .weight {
    line-height: 17px;
    font-size: 12px;
    text-align: center;
    margin: 0 0 2px 0;
}

.products-grid.first {
    margin-top: 15px;
}

.products-grid.last {
    border-bottom: 0;
    padding: 0;
}

.products-grid li.item {
    float: left;
    width: 138px;
    padding: 12px 10px 80px;
}

.products-grid .product-image {
    display: block;
}

.products-grid .product-name {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.products-grid .product-name a {
    color: #444;
}

.products-grid .ratings-wrapper .rating-box-product-view .hr-2col {
    display: none;
    visibility: hidden;
}

.products-grid .ratings-wrapper .rating-box-product-view .rating-box {
    float: right;
}

.products-grid .product-subline {
    text-align: center;
    font-family: "TheSans_Bold";
    font-size: 17px;
    text-decoration: underline;
    min-height: 24px;
}

.products-grid .price-box {
    text-align: center;
    margin: 20px 0 0 0;
}

.price-from-label {
    display: none;
}

.products-grid .price-box .price-from-label {
    display: inline;
}

.products-grid .price-box .special-price,
.products-grid .price-box .regular-price,
.products-grid .price-box .price-value,
.products-grid .price-box .price {
    font-size: 21px;
    font-family: "TheSans_Bold";
    text-decoration: underline;
}

.products-grid .price-box .old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #888;
    margin-right: 5px;
}

.products-grid .availability {
    line-height: 21px;
    font-size: 10px;
    margin: 0 0 6px 0 !important;
}

.products-grid .actions { /*position:absolute; bottom:12px; */
}

.products-grid .actions a span {
    height: 34px;
    line-height: 34px;
    font-size: 20px;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    width: 632px;
    margin: 0 auto;
}

.col1-layout .products-grid {
    width: 790px;
    margin: 0 auto;
}

/* Artikel Ansicht groß */
.products-grid .gross .product-image {
    float: left;
    width: 50%;
    border-right: 2px solid #c7c7c7;
}

.products-grid .gross .wrapper-right {
    float: left;
    width: 50%
}

.products-grid .gross .wrapper-right hr.hr-2col:nth-child(1) {
    display: none;
    visibility: hidden;
}

.products-grid .gross .ratings-wrapper {
    margin-bottom: 8px;
}

.products-grid .gross .ratings {
    width: 50%;
    float: right;
}

.products-grid .gross .ratings .amount {
    padding-left: 27px;
}

/* Item specific */


/* View Type: List */
.products-list li.item {
    border-bottom: 1px solid #ddd;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 25px;
}

.products-list .product-name a {
    color: #979797;
}

.products-list .product-name a:hover {
    color: #FF9900;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

.cuts-list {
    margin: 0px 0px 20px 0;
    background-color: gray;
}

.country-list div {
    margin: 0px 0px 27px 0;
    text-align: center;
}

/* Top Seller */
.topseller .products-grid li.last {
    padding-right: 0;
}

.topseller .topseller-product,
.topseller .topseller-fill-product,
.topseller .pushed-product,
.topseller .pushed-fill-product {
    margin-bottom: 30px;
}

.topseller .hr-2col {
    margin: 12px 38% 3px 38%;
}

.topseller .product-name {
    margin: 5px 0 4px 0;
    text-align: center;
    text-transform: uppercase;
}

.topseller .product-name a {
    font-size: 13px;
    font-family: "TheSans_Bold";
}

.topseller .product-subline {
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
    text-decoration: none;
    font-family: "TheSans_Regular";
}

.topseller .price-box {
    text-align: center;
    margin-top: 3px;
}

.topseller .price-box .price-from-label {
    display: inline-block;
}

.topseller .price-box .price,
.topseller .price-box .regular-price,
.topseller .price-box .special-price {
    font-family: "TheSans_Bold";
    font-size: 14px;
}

.topseller .price-box .old-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #888;
    margin-right: 5px;
}

.topseller .product-image {
    border: 1px solid #ececec
}

.topseller .topseller-title {
    margin-top: 41px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 28px;
}

.topseller .topseller-title > h3 {
    padding-top: 6px;
    border: 1px solid #dadada;
    padding-bottom: 3px;
}

.topseller .topseller-title > h3 span:nth-child(1),
.topseller .topseller-title > h3 span:nth-child(3) {
    letter-spacing: 16px;
}

.topseller .topseller-title > h3 span:nth-child(4) {
    letter-spacing: 0px;
}

.topseller .priceperkg {
    display: none !important;
}

/* ======================================================================================= */


/* Rezepte Page ========================================================================== */
.category-rezepte .banner-headline h1,
.category-rezepte .banner-subline h4 {
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-family: "TheSans_Bold";
}

.category-rezepte .banner-headline h1 {
    font-size: 32px;
    line-height: 48px;
    text-decoration: underline;
    text-align: center;
}

.category-recipes .item hr,
.category-rezepte .banner-subline hr {
    -webkit-border-image: url('/media/catalog/rezepte/striche.svg') 100 0;
    -o-border-image: url('/media/catalog/rezepte/striche.svg') 100 0;
    border-image: url('/media/catalog/rezepte/striche.svg') 100 0;
    border-image-repeat: repeat;
    margin-top: 55px;
    margin-bottom: 30px;
}

.category-rezepte .banner-subline h4,
.category-rezepte .description-row {
    font-size: 16px;
    line-height: 29px;
}

.category-rezepte .banner-subline h4 {
    text-decoration: none;
    margin-bottom: 15px;
}

.category-rezepte .description-row {
    font-family: "TheSans_Regular";
    margin-bottom: 115px;
}

.category-rezepte .no-rating {
    margin-top: 100px;
    margin-bottom: 45px;
}

.category-rezepte .newsletter.right {
    margin-top: 50px;
}

.category-rezepte .newsletter.right .border-box {
    padding: 10px;
    text-align: center;
    margin-top: 207px;
}

.category-rezepte .product-collateral h3.crosssell-headline {
    text-align: center;
    margin-bottom: 30px;
}

.category-rezepte .product-collateral h3.crosssell-headline,
.category-rezepte .newsletter.right .border-box h3,
.category-rezepte .newsletter.right .border-box h4 {
    text-transform: uppercase;
}

.category-rezepte .product-collateral h3.crosssell-headline,
.category-rezepte .newsletter.right .border-box h3 {
    font-family: "TheSans_Bold";
    font-size: 17px;
    letter-spacing: 1.3px;
}

.category-rezepte .newsletter.right .border-box h4 {
    font-family: "TheSans_Regular";
    font-size: 12px;
    margin-bottom: 20px;
}

.category-rezepte .recipes-list {
    margin-bottom: 100px;
}

.category-rezepte .product-collateral .item h3.product-name {
    margin: 0;
}

.category-rezepte .product-collateral .item {
    margin-bottom: 40px;
}

.category-rezepte .font-img {
    height: 17px;
}

.product-collateral .product-image img {
    margin: 0 auto;
    border: 1px solid #ECECEC;
}

.product-collateral .price-box {
    float: none !important;
    margin-right: 0 !important;
    text-align: center;
}

.product-collateral .price {
    font-size: 11px !important;
    font-family: "TheSans_Regular" !important;
    color: #444 !important;
    text-decoration: none !important;
}

.product-collateral .weight,
.product-collateral .hr-price,
.product-collateral .priceperkg {
    display: none !important;
}

.category-recipes .item {
    margin-top: 5px;
}

.category-recipes .item h2.recipe-name {
    margin-top: 23px;
}

.category-recipes .item .border-box {
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.category-recipes .item .recipe-bottom {
    margin-top: 15px;
    margin-bottom: 82px;
}

.category-recipes .item .recipe-link {
    font-family: "TheSans_Bold";
    font-size: 17px;
    line-height: 31px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border-bottom: 2px solid #A1A1A1;
}

.category-rezepte .ratings {
    margin-top: 115px;
}

.category-rezepte .product-view .product-img-box {
    float: none;
}

.category-rezepte .product-view #image {
    border: none;
}

.category-rezepte .recipe-description {
    margin-top: 90px;
    text-align: center;
}

.category-rezepte .recipe-description hr {
    margin: 0 41% 15px 41%;
    border-top: 2px solid #c7c7c7;
}

.category-rezepte .recipe-ingredients hr {
    -webkit-border-image: url('/media/catalog/rezepte/striche.svg') 100 0;
    -o-border-image: url('/media/catalog/rezepte/striche.svg') 100 0;
    border-image: url('/media/catalog/rezepte/striche.svg') 100 0;
    border-image-repeat: repeat;
    margin-top: 35px;
    margin-bottom: 45px;
}

.category-rezepte .recipe-ingredients {
    padding-top: 10px;
}

.category-rezepte .recipe-ingredients table {
    width: 100%;
}

.category-rezepte .recipe-ingredients table td {
    padding: 10px 0;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    font-size: 13px;
    line-height: 16px;
}

.category-rezepte .recipe-ingredients table td:nth-child(1) {
    font-family: "TheSans_Bold";
}

.category-rezepte .recipe-ingredients table tr:nth-child(2n) {
    background: #FCFCFC;
}

.recipes-footer {
    margin-top: 103px;
    margin-bottom: 50px;
}

/* ======================================================================================= */


/* Product View ========================================================================== */
#mp_breadcrumb {
    padding-top: 23px;
}

.prev-next {
    text-align: right;
    font-family: TheSans_Italic;
    font-size: 13px;
}

.prev-next a {
    text-decoration: underline;
}

.prev-next span {
    color: #777777;
}

.product-view hr {
    border-top: 1px solid #c7c7c7;
}

.product-content-headline {
    text-align: center;
    font-weight: normal;
    font-family: "TheSans_Bold";
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 36px 0;
    letter-spacing: 6.3px;
}

/* Social Media */
.catalog-product-view .share {
    margin-top: 142px;
}

/* Rating */
.no-rating {
    margin: 20px 0 0 0;
    text-align: center;
    text-decoration: underline;
}

.rating-sidebar-left,
.upselling-viewed {
    margin-top: 77px;
}

.catalog-product-view #upsell-product-table .price-box {
    line-height: 11px;
    margin-top: 0;
}

.catalog-product-view #upsell-product-table .price-box .regular-price {
    font-size: 11px;
    font-family: "TheSans_Regular";
    text-decoration: none;
}

.catalog-product-view #upsell-product-table .price-box .special-price {
    font-size: 11px;
    font-family: "TheSans_Regular";
    text-decoration: none;
}

.catalog-product-view #upsell-product-table .price-box .old-price {
    font-size: 11px;
    font-family: "TheSans_Regular";
    text-decoration: line-through;
    color: #888;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 28px 0 92px;
}

.thumbnail .ratings {
    margin: 0 0 10px;
}

.catalog-category-view .ratings {
    margin: 0;
}

.catalog-category-view .ratings-wrapper {
    height: 17px;
}

.thumbs-rating .ratings {
    margin: 20px 0 0 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links a {
    font-weight: normal;
    display: inline-block;
    padding: 7px 7px 6px 8px;
    border: 1px solid #444;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.ratings .rating-links a:hover,
.ratings .rating-links a:focus {
    color: #fff;
    background-color: #444;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    width: 90px;
    height: 17px;
    font-size: 0;
    line-height: 0;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 auto;
}

.rating-box .rating {
    float: left;
    height: 11px;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/bkg_rating.gif) 0 100% repeat-x;
}

.thumbs-rating .rating-box .rating {
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/bkg_rating_big.gif) 0 100% repeat-x;
    height: 17px;
}

.thumbs-rating .rating-box {
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/bkg_rating_big.gif) 0 0 repeat-x;
    width: 137px;
}

.ratings .amount {
    text-align: center;
}

.thumbnail .ratings .amount {
    text-align: left;
}

.catalog-category-view .ratings .amount {
    text-align: left;
    float: left;
    font-size: 10px;
}

.rating-box-catalog-view {
    float: right;
}

.rating-box-wrapper dt {
    margin-top: 1px;
}

.rating-box-wrapper small span {
    font-size: 11px;
    font-weight: normal;
}

.rating-box-wrapper small span:first-child {
    font-family: "TheSans_Bold";
}

.rating-box-wrapper small span:nth-child(2) {
    font-family: "TheSans";
}

.rating-box-wrapper dd {
    margin-top: 14px;
}

.rating-box-wrapper dd a {
    font-size: 12px;
    font-family: "TheSans_Bold";
    text-transform: uppercase;
}

hr.hr-2col {
    margin: 16px 38%;
    border-top: 2px solid #c7c7c7;
}

.weitere_bewertungen {
    text-decoration: underline;
    line-height: 23px;
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 0 18px 0 0;
    font-size: 13px;
    font-family: "TheSans_Italic";
}

.catalog-category-view .availability,
.catalogsearch-result-index .availability {
    float: none;
    width: 100%;
    border-right: none;
    margin: 0 18px 0 0;
    text-align: center;
}

.availability span {
}

.availability img {
    margin-right: 0;
    margin-left: 5px;
}

.availability img.stock-before {
    margin-right: 5px;
    margin-left: 0;
    width: 5px;
}

.availability.in-stock span {
}

.availability-only {
    margin: 0 0 7px;
}

.availability-only a {
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
}

.delivery-time {
    font-size: 13px;
    font-family: "TheSans_Italic";
}

/* Email to a Friend */
.email-friend {
}

/* Alerts */
.alert-price {
}

.alert-stock {
}

/********** < Product Prices */
.price {
    white-space: nowrap !important;
}

.catalog-product-view .price-box {
    float: left;
    margin-right: 15px;
    font-size: 32px;
    font-family: "TheSans_Bold";
}

.catalog-product-view .price-box .price-value {
    font-family: "TheSans_Bold";
    font-size: 32px;
    text-decoration: underline;
}

.catalog-product-view .price-box .old-price .price-value {
    color: #888;
    text-decoration: line-through;
    font-size: 20px;
    margin-right: 10px;
}

/*.catalog-product-view .price-box .price-as-configured .full-product-price .price-value {
	font-family: "TheSans_Bold";
	font-size: 32px;
	text-decoration:underline;
}*/
.catalog-product-view .price-box .currency-symbol {
    font-family: "TheSans_Bold";
    font-size: 17px;
    position: relative;
    top: -10px;
}

.catalog-product-view .weight-box {
    margin-top: -3px;
}

.weight {
    line-height: 56px;
}

.catalog-product-view .weight {
    clear: both;
    display: inline-block;
}

.catalog-product-view .price-box .old-price {
    text-decoration: line-through;
    color: #888;
    font-weight: 300;
    font-size: 24px;
    margin-right: 10px;
}

.catalog-product-view .price-box .special-price {
    text-decoration: underline;
}

.hr-price {
    margin: 6px 0 15px 0;
}

.priceperkg {
    font-family: "TheSans_Bold";
    font-size: 17px;
}

.oldpriceperkg {
    font-family: "TheSans_Bold";
    font-size: 13px;
    color: #888;
    text-decoration: line-through;
}

.catalog-category-view .priceperkg,
.catalogsearch-result-index .priceperkg {
    display: none;
    visibility: hidden;
}

.catalog-category-view .price-per-kg,
.catalogsearch-result-index .price-per-kg {
    border: 1px solid #ECECEC;
    display: block;
    padding: 5px;
    font-family: "TheSans_Bold";
    font-size: 12px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: 6px;
    margin-top: 8px;
}

.tax-details {
    font-size: 13px;
    line-height: 23px;
}

.catalog-category-view .tax-details,
.catalogsearch-result-index .tax-details {
    display: none;
    visibility: hidden;
}

.hr-tax {
    margin: 14px 0 18px 0;
}

/* Regular price */
.regular-price {
}

/*.regular-price .price { font-weight:bold; font-size: 32px;font-family: "TheSans_Bold"; }*/

/* Old price */
.old-price {
}

.old-price .price-label {
    white-space: nowrap;
}

.old-price .price {
    font-weight: bold;
    text-decoration: line-through;
}

/* Special price */
.special-price {
}

.special-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.special-price .price {
    font-weight: bold;
}

/* Minimal price (as low as) */
.minimal-price {
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
}

.minimal-price-link .price {
    font-weight: normal;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
}

.price-excluding-tax .label {
    white-space: nowrap;
}

.price-excluding-tax .price {
    font-weight: normal;
}

/* Including tax */
.price-including-tax {
    display: block;
}

.price-including-tax .label {
    white-space: nowrap;
}

.price-including-tax .price {
    font-weight: bold;
}

/* Configured price */
.configured-price {
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: bold;
}

/* FPT */
.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

/* Price range */
.price-from {
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to {
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
}

.price-notice .price {
    font-weight: bold;
}

/* Price as configured */
.price-as-configured {
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-box-bundle {
}

/********** Product Prices > */

/* Tier Prices */
.tier-prices .price {
    font-weight: bold;
}

.tier-prices .benefit {
}

.tier-prices-grouped {
}

/* Add to Links */
.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.qty-holder input {
    margin-right: 12px;
}

.add-to-cart label,
.qty-holder label {
    font-family: "TheSans_Italic";
    font-size: 13px;
    letter-spacing: -0.7px;
}

.qty-wrapper {
    margin-bottom: 14px;
}

.add-to-cart .qty {
    text-align: center;
    margin-right: 12px;
    font-family: 'TheSans_Bold';
    font-size: 12;
}

.add-to-cart button.button {
    float: left;
    margin-left: 5px;
}

.add-to-cart .paypal-logo {
    clear: left;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

.grammgenau {
    font-size: 12px;
    font-family: "TheSans_Italic";
    color: #444;
    margin: 5px 0 21px 0;
    letter-spacing: 1.4px;
}

.addtochart-btn {
    float: left;
    margin: 0 30px 10px 0;
}

select {
    background-position: 98% center;
}

/* Add to Links + Add to Cart */
.add-to-box {
}

.add-to-box .add-to-cart {
    float: left;
}

.add-to-box .or {
    float: left;
    margin: 0 10px;
}

.add-to-box .add-to-links {
    float: left;
}

.catalog-product-view #product_addtocart_form .qty-wrapper {
    margin-top: 14px;
}

.catalog-product-view #product_addtocart_form .product-options .input-box {
    margin-bottom: 14px;
}

.catalog-product-view .product-options .value {
    float: right;
}

/* Abo */
.catalog-product-view .grill h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-style: italic;
    font-family: 'TheSans_Regular';
    margin-top: 12px;
}

.catalog-product-view .grill h3.product-name {
    font-style: normal;
}

.catalog-product-view .grill #abo-uvp {
    border: 2px solid;
    padding: 5px 6px;
    font-size: 12px;
    border-color: #F2F2F2;
    letter-spacing: 0.6px;
    color: #A1A1A1;
    top: 33px;
    right: 32px;
    position: absolute;
}

.catalog-product-view.product-dry-ager .grill #abo-uvp {
    border-color: #B1B2B3;
}

.catalog-product-view .grill .price-box {
    margin-bottom: 7px;
}

.catalog-product-view .grill .label {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.1px;
}

.catalog-product-view .grill .value {
    font-size: 13px;
    font-family: 'TheSans_Bold', sans-serif;
}

.catalog-product-view .grill #grill-monthly-amount-sum {
    margin-top: 15px;
}

.catalog-product-view .grill select {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.catalog-product-view .grill #grill-sum-value {
    text-decoration: none;
    border-bottom: 2px solid #D0D0D0;
    line-height: 13px;
    margin-top: 4px;
}

.catalog-product-view .grill #grill-sum-label {
    font-style: normal;
    text-transform: uppercase;
    font-family: 'TheSans_Bold';
    letter-spacing: 1px;
}

.catalog-product-view .grill #hint {
    font-size: 11px;
    font-style: italic;
    margin-top: 17px;
    margin-left: 6px;
    line-height: 17.2px;
}

.catalog-product-view .grill .addtochart-btn {
    margin-top: 4px;
}

.catalog-product-view .grill .membership-request-btn button {
    margin-top: -5px;
    background-color: #444444;
    color: #ffffff;
    border: none;
    font-size: 12px;
    text-decoration: underline;
    padding: 7px 21px !important;
}


.catalog-product-view .grill .membership-request-btn button:hover {
    color: #444444;
    border: 1px solid #444444;
    background: white;
    padding: 7px 24px;
}

.catalog-product-view .grill .addtochart-btn button {
    padding: 6px !important;
}

.catalog-product-view .grill .membership-request-btn button span a {
    color: #333333;
}

.catalog-product-view .grill .weight-box {
    display: block;
    float: left;
    margin-top: 22px;
}

.catalog-product-view .grill .thumbs-rating {
    margin-top: 30px;
}

.catalog-product-view .grill #manufacturer-logo {
    margin-top: 52px;
}

.catalog-product-view .grill #manufacturer-logo img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
}

.catalog-product-view .grill .content-middle {
    margin-top: 74px;
}

.catalog-product-view .grill .border-box,
.catalog-product-view .grill .side-content {
    border-color: #444;
    padding: 20px 10px 10px 10px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 100px;
}

.catalog-product-view .grill .border-box h4,
.catalog-product-view .grill .side-content h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 19px;
}

.catalog-product-view .grill .border-box hr,
.catalog-product-view .grill .side-content hr {
    margin-top: 15px;
    margin-bottom: 4px;
    border-color: #444;
    display: inline-block;
    width: 120px;
}

.catalog-product-view .grill .border-box p,
.catalog-product-view .grill .side-content p {
    letter-spacing: 0.5px;
    line-height: 18px;
    margin: 0 0 6px;
}

.catalog-product-view .grill .content-middle hr {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    border-top: 2px solid #c7c7c7;
}

.catalog-product-view .grill .border-box hr,
.catalog-product-view .grill .side-content hr {
    width: 120px;
    margin-bottom: 6px;
}

.catalog-product-view .grill .content-middle ul {
    margin-top: 18px;
    padding-left: 30px;
}

.catalog-product-view .grill .content-middle ul li {
    position: relative;
    left: 0px;
    text-indent: -5px;
    margin-top: 5px;
}

.catalog-product-view .grill .content-middle ul li:before {
    content: "-";
    position: relative;
    left: -30px;
}

.catalog-product-view .grill .content-middle .description p {
    letter-spacing: 0.4px;
    line-height: 21px;
}

.catalog-product-view .grill .content-middle .description a {
    font-size: 12px;
    font-style: italic;
    position: absolute;
    right: 109px;
    margin-top: -15px;
    border-bottom: 2px solid #D0D0D0;
    line-height: 12px;
}

.catalog-product-view .grill .content-middle .product-details hr {
    margin-top: 64px;
}

.catalog-product-view .grill .content-middle .product-details hr.thin {
    border-top: 1px solid #E5E5E5;
    width: 100%;
    margin-top: 77px;
}

.catalog-product-view .grill .content-middle .product-details table {
    width: 100%;
}

.catalog-product-view .grill .content-middle .product-details table td {
    padding: 6px 30px 10px 0;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.8px;
}

.catalog-product-view .grill .content-middle .product-details table tr {
    min-height: 50px;
}

.catalog-product-view .grill .content-middle .product-details table td:nth-child(1) {
    font-family: "TheSans_Bold";
    text-transform: uppercase;
    width: 42.5%;
    letter-spacing: 1.4px;
}

.catalog-product-view .grill .content-middle .product-details table td:nth-child(2) {
    line-height: 19px;
}

.catalog-product-view .grill .content-middle .product-details table tr:nth-child(2n) {
    background: #FCFCFC;
}

.catalog-product-view .grill .content-middle .middle {
    margin-bottom: 150px;
}

.catalog-product-view .grill .content-middle .right .border-box h4 {
    margin-top: 11px;
}

.catalog-product-view .grill .content-middle .right .border-box #block-subline {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2.7px;
    margin-top: 3px;
}

.catalog-product-view .grill .content-middle .right .border-box p {
    text-transform: uppercase;
    font-size: 13px;
    margin: 3px 5px 0px 5px;
    letter-spacing: 0.6px;
}

.catalog-product-view .grill .content-middle .right .border-box img {
    margin-left: -11px;
    margin-top: 26px;
    margin-bottom: -10px;
}

.catalog-product-view .grill .content-middle .right .sidebar-hint {
    font-size: 13px;
}

.catalog-product-view .grill .content-middle .right .sidebar-hint h4 {
    margin-bottom: 0px;
}

.catalog-product-view .grill .content-middle .right .sidebar-hint p {
    margin-top: 3px;
    line-height: 23px;
    margin-bottom: 19px;
}

.catalog-product-view .grill .side-content {
    padding: 0;
    margin-bottom: 22px;
}

.catalog-product-view .grill .side-content hr {
    margin-bottom: 19px;
}

.catalog-product-view .grill .side-content .round-button {
    float: right;
    margin-top: -34px;
}

.catalog-product-view .grill .sidebar-hint h4 {
    text-transform: uppercase;
}

.product-view {
}

.product-essential {
}

.product-collateral .box-collateral {
    margin: 0 0 15px;
}

/* Product Images */
.product-view .product-img-box {
    float: left;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    border: 1px solid #ddd;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views li {
    padding-left: 28px;
    padding-right: 28px;
    margin-top: 7px;
    margin-bottom: 6px;
}

.product-view .product-img-box .more-views li a img {
    border: 1px solid #ddd;
}

.category-probierpakete .product-img-box .product-img-big {
    margin-bottom: 60px;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
}

.product-image-popup .image-label {
}

/* Product Shop */
.product-view .product-shop {
    margin-top: 23px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 700px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-name {
    text-align: center;
    margin: 0 0 22px 0;
}

.product-view .product-name h1 {
    text-decoration: underline;
    font-size: 32px;
    font-family: 'TheSans_Bold';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 51px 0 14px 0;
}

.product-view .origin {
    font-family: "TheSans_Italic";
    font-size: 15px;
    letter-spacing: 2.2px;
}

.product-view .short-description {
}

.product-view #image {
    border: 1px solid #E5E5E5;
}

.product-view .product-tags li {
    display: inline;
}

/* Product Options */
.product-options {
    margin-top: 18px;
}

.product-options dt label {
    font-weight: bold;
}

.product-options dt .qty-holder {
    float: right;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.product-options dd {
    margin: 10px 0;
}

.product-options dl.last dd.last {
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 100%;
}

.product-options .options-list {
}

.product-options .options-list input.radio {
    float: left;
    margin: 3px -18px 0 0;
}

.product-options .options-list input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.product-options .options-list .label {
    display: block;
    margin-left: 10px;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    padding: 15px 0 0;
}

.product-options-bottom {
}

.product-options-bottom .price-box {
    margin: 10px 0;
}

/* Product Content */
#product-content {
    margin-top: 18px;
}

.category-probierpakete #product-content .short-description {
    margin-bottom: 45px;
}

#product-content h2
.product-content h2 {
    text-align: center;
    font-family: 'TheSans_Bold';
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 6.2px;
    margin: 0 0 36px 0;
    font-weight: normal;
}

#product-content .std {
    text-align: center;
    padding: 0 19%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    line-height: 20px;
}

#product-content #description-top.category-rind,
#product-content #description-top.category-schwein,
#product-content #description-top.category-lamm {
    min-height: 900px;
}

#product-content .std hr {
    margin: 0 41% 15px 41%;
    border-top: 2px solid #c7c7c7;
}

#product-content .std hr:nth-child(2) {
    margin: 89px 41% 0 41%;
}

#product-content #description-top {
    background-size: 100%;
    padding-bottom: 376px;
}

.category-probierpakete #product-content #description-top {
    background-size: 100%;
    padding-bottom: 122px;
}

.product-heineken-aktion #product-content #description-top {
    background-size: 100%;
    padding-bottom: 122px;
}

#product-content #description-top {
    background-position: bottom;
}

.product-groupon-special-nzl-ribeye #product-content #description-top,
#product-content #description-top.category-new_zealand_beef {
    background-image: url('/media/catalog/category/background/new_zealand_beef.jpg');
}

.product-groupon-special-us-roastbeef #product-content #description-top,
#product-content #description-top.category-us_beef {
    background-image: url('/media/catalog/category/background/american_beef.png');
}

.product-groupon-special-australien-roastbeef #product-content #description-top,
#product-content #description-top.category-australian_beef {
    background-image: url('/media/catalog/category/background/australian_beef.png');
}

.product-groupon-special-irland-filet #product-content #description-top,
.product-groupon-special-irland-ribeye #product-content #description-top,
#product-content #description-top.category-irish_beef {
    background-image: url('/media/catalog/category/background/irish_beef.png');
}

.product-groupon-special-australien-wagyu-roastbeef #product-content #description-top,
.product-groupon-special-australien-wagyu-ribeye #product-content #description-top,
#product-content #description-top.category-wagyu_beef_deluxe {
    background-image: url('/media/catalog/category/background/wagyu_beef_deluxe.png');
}

.product-groupon-special-fassona-tafelspitz #product-content #description-top,
#product-content #description-top.category-fassona {
    background-image: url('/media/catalog/category/background/fassone_beef.png');
}

#product-content #description-top.category-kalb {
    background-image: url('/media/catalog/category/background/kalb_neu.png');
}

#product-content #description-top.category-canadian_beef {
    background-image: url('/media/catalog/category/background/canadian_beef.jpg');
}

#product-content #description-top.category-lamm {
    background-image: url('/media/catalog/category/background/irisches_lamm_neu.png');
}

#product-content #description-top.category-weine {
    background-image: url('/media/catalog/category/background/wein.jpg');
}

#product-content #description-top.category-iberico_pork {
    background-image: url('/media/catalog/category/background/detail_schwein_iberico.jpg');
}

#product-content #description-top.category-gran_parino {
    background-image: url('/media/catalog/category/background/detail_schwein_gran_parino.jpg');
}

#product-content #description-top.category-miyazaki_wagyu {
    background-image: url('/media/catalog/category/background/detail_miyazaki_wagyu.jpg');
}

#product-content #description-top.category-bentheimer_pork {
    background-image: url('/media/catalog/category/background/detail_schwein_bentheimer.jpg');
}

#product-content #description-top.category-lombard_pork {
    background-image: url('/media/catalog/category/background/detail_schwein_lombard.jpg');
}

#product-content #description-top.category-milas_salami {
    background-image: url('/media/catalog/category/background/irish_beef.png');
}

.product-groupon-special-deutsches-wagyu-roastbeef #product-content #description-top,
#product-content #description-top.category-deutsches_wagyu {
    background-image: url('/media/catalog/category/background/detailseite_deutsches_wagyu.jpg');
}

#product-content #description-top.category-german_simmentaler {
    background-image: url('/media/catalog/category/background/detailseite_german_simmentaler.jpg');
}

#product-content #description-top.category-german_heifer {
    background-image: url('/media/catalog/category/background/detailseite_german_heifer.jpg');
}

#product-content #description-top.category-french_charolais {
    background-image: url('/media/catalog/category/background/detailseite_french_charolais.jpg');
}

#product-content #description-top.category-argentinian_angus {
    background-image: url('/media/catalog/category/background/detailseite_argentinian_angus.jpg');
}

#product-content #description-top.category-schwäbisch_hällisches_schwein,
#product-content #description-top.category-schwamm_spezialitäten {
    background-image: url('/media/catalog/category/background/detailseite_schwaebisch_haellisches_schwein.jpg');
}

#product-content #description-top.category-burger {
    background-image: url('/media/catalog/category/background/detailseite_beschreibung_burger.jpg');
}

#product-content #description-top.category-geflügel {
    background-image: url('/media/catalog/category/background/detailseite_beschreibung_geflügel.jpg');
}

#product-content #description-top.category-kaffee {
    background-image: url('/media/catalog/kaffee/kaffee_detailseiten_beschreibung.jpg');
}

.category-zubehoer #product-content #description-top {
    padding-bottom: 0;
}

.category-zubehoer .product-shop .weight-box,
.product-dick-rapid-steel-action-set .product-options {
    visibility: hidden;
}

.product-dick-rapid-steel-action-set #description-top ul {
    padding-left: 15px;
}

.category-bundles .product-shop .weight-box {
    display: none;
}

.category-bundles .product-shop .price-hr {
    clear: both;
}

#product-content #short-description.category-probierpakete a {
    font-size: 12px;
    font-style: italic;
    border-bottom: 2px solid #D0D0D0;
    position: absolute;
    right: 109px;
}

#product-content #description-top.category-probierpakete.has-short-description {
    padding-bottom: 52px;
    padding-top: 45px;
}

.category-zubehoer.catalog-product-view .product-details {
    padding: 15px 19%;
}

.catalog-product-view .product-details table {
    width: 100%;
    margin: 45px 0;
}

.catalog-product-view .product-details table td {
    padding: 6px 30px 10px 0;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.8px;
}

.catalog-product-view .product-details table tr {
    min-height: 50px;
}

.catalog-product-view .product-details table td:nth-child(1) {
    font-family: "TheSans_Bold";
    text-transform: uppercase;
    width: 42.5%;
    letter-spacing: 1.4px;
}

.catalog-product-view .product-details table td:nth-child(2) {
    line-height: 19px;
}

.catalog-product-view .product-details table tr:nth-child(2n) {
    background: #FCFCFC;
}

.catalog-product-view .thumbs-rating {
    margin-top: 30px;
}


/* Grouped Product */
.product-view .grouped-items-table {
}

/* Block: Description */
.product-view .box-description {
    clear: both;
}

/* Block: Additional */
.product-view .box-additional hr {
    margin: 26px 0 47px 0;
}

.product-view .box-additional h2 {
    margin-bottom: 23px;
}

.product-view .box-additional table th {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "TheSans_Bold";
    width: 36%;
    letter-spacing: 1.4px;
}

.product-view .box-additional table td {
    font-size: 13px;
    font-family: "TheSans_Regular";
}

/* Block: Upsell */
.upselling-viewed .hr-2col {
    margin: 12px 38% 3px 38%;
}

.upselling-viewed .product-name {
    margin: 0 0 2px 0;
}

.upselling-viewed .product-name a {
    font-size: 13px;
    font-family: "TheSans_Bold";
}

#recently-viewed-items .product-subline,
.upselling-viewed .product-subline {
    text-align: center;
    font-size: 11px;
    margin-bottom: 40px;
    text-decoration: none;
    font-family: "TheSans_Regular"
}

.product-view .box-up-sell .products-grid td {
    width: 25%;
}

#recently-viewed-items .product-price {
    display: none !important;
    visibility: hidden !important;
}

#recently-viewed-items .price-box {
    line-height: 11px;
    font-family: "TheSans_Regular";
}

#recently-viewed-items .price-box .old-price {
    font-size: 11px;
    color: #888;
    text-decoration: line-through;
    margin-right: 5px;
}

#recently-viewed-items .price-box .regular-price,
#recently-viewed-items .price-box .special-price {
    font-size: 11px;
}

/* Block: Tags */
.product-view .box-tags {
}

.product-view .box-tags .form-add label {
    float: left;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 260px;
    margin: 0 5px;
}

.product-view .box-tags .form-add input.input-text {
    width: 254px;
}

.product-view .box-tags .form-add p {
    clear: both;
}

/* Block: Reviews */
.product-view .box-reviews h3 {
    font-family: "TheSans_Italic";
    font-size: 12px;
    font-weight: normal;
}

.product-view .box-reviews .rating-box-wrapper {
    border: 1px solid #ECECEC;
    padding: 20px 5px 17px 5px;
    margin: 0 0 7px 0;
}

/* Send a Friend */
.send-friend {
}

/* Rezeptvorschlag */
.rezeptvorschlag hr {
    margin: 20px 0 48px 0;
}

.rezeptvorschlag .product-image {
    float: left;
    margin-right: 30px;
}

.rezeptvorschlag .product-details {
    padding-top: 13px;
}

.rezeptvorschlag .product-name {
    margin: 0 0 7px;
}

.rezeptvorschlag .product-name a {
    font-size: 15px;
    font-family: "TheSans_Italic";
    color: #818380;
    text-decoration: underline;
}

.rezeptvorschlag .product-zutaten {
    text-transform: uppercase;
    font-family: "TheSans_Bold";
    margin: 0 0 3px;
}

.rezeptvorschlag .product-zutaten-txt {
    font-size: 13px;
    margin: 0 0 15px;
}

.rezeptvorschlag .product-zum-rezept {
    font-family: "TheSans_Bold";
    text-decoration: underline;
}

/* Product icon */
.icon.centered {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.product-prime-card .price-box, .product-primecard-barbecook .price-box {
    margin-bottom: 15px;
}

.product-prime-card .weight, .product-primecard-barbecook .weight,
.product-prime-card .price-hr, .product-primecard-barbecook .price-hr,
.product-prime-card .tax-details, .product-primecard-barbecook .tax-details {
    display: none;
    visibility: hidden;
}

.product-prime-card #description-top {
    padding-bottom: 20px !important;
}

.prime-card-widget.col-xs-6 {
    border: 1px solid #ececec;
    margin-bottom: 2em;
    width: 49%;
}

.prime-card-widget.col-xs-6.left {
    margin-right: 1%;
}

.prime-card-widget.col-xs-6.right {
    margin-left: 1%;
}

.prime-card-wrapper.row {
    text-align: center;
    width: 970px;
    margin: auto;
}

.category-primepakete .prime-pack-label span, .category-gastroback .prime-pack-label span {
    position: relative;
    z-index: 2;
    font-size: 21px;
    color: rgb(58, 58, 58);
    font-family: 'TheSans_Bold';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    top: -80px;
}

.category-primepakete .prime-pack-label img {
    position: relative;
    z-index: -1;
    width: 140%;
    left: -20%;
    margin-top: -15%;
}

.category-gastroback .prime-pack-label img {
}

@media all and (max-width: 425px ) {
    .prime-card-widget.col-xs-6 {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .prime-card-wrapper.row {
        width: 100%;
    }
}

/* ======================================================================================= */


/* Kundenmeinungen ========================================================================== */
/* Zurück Button */
.review-product-list .product-view {
    margin-top: -2px;
}

.review-product-list .box-reviews {
    margin-top: 45px;
}

.review-product-list .product-view .back-to-product .buttons-set {
    padding: 0;
    margin: 0;
}

.review-product-list .product-view .back-to-product .buttons-set .back-link {
    float: none;
    text-align: right;
    margin: 0;
}

.review-product-list .product-view .back-to-product .buttons-set .back-link a {
    text-decoration: underline;
    font-family: TheSans_Italic;
    font-size: 13px;
}

.review-product-list .product-view .back-to-product .buttons-set .back-link a small {
    font-size: 100%;
}

.review-product-list .box-reviews h2 {
    text-align: center;
    font-weight: normal;
    font-family: "TheSans_Bold";
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 36px 0;
    letter-spacing: 6.3px;
}

.review-product-list .box-review-form .panel-heading {
    margin-bottom: 21px;
}

.review-product-list .box-review-form h4 {
    text-align: center;
    font-weight: normal;
    font-family: "TheSans_Italic";
    font-size: 15px;
    letter-spacing: 2.2px;
}

.review-product-list .box-review-form .form-add h2 {
    margin-top: 0;
}

.review-product-list .form-list {
    margin-top: 16px;
}

.review-product-list .form-list .input-box, .review-product-list .form-list .input-text {
    width: 270px;
    font-family: "TheSans_Italic";
}

.review-product-list .send-review-button {
    margin-top: 17px;
}

.review-product-list .pager {
    padding: 20px 0;
}

/* Kundenbewertung hinzufügen */
#review-form .stars {
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/bkg_rating_big.gif) 0 100% repeat-x;
}

#review-form .stars {
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/stars.png) repeat-x 0 0;
    width: 140px;
    margin: 0 auto;
}

#review-form .stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 5px 8px;
    display: inline-block;
}

#review-form .stars input[type="radio"].Bewertung_5:checked ~ span {
    width: 100%;
}

#review-form .stars input[type="radio"].Bewertung_4:checked ~ span {
    width: 80%;
}

#review-form .stars input[type="radio"].Bewertung_3:checked ~ span {
    width: 60%;
}

#review-form .stars input[type="radio"].Bewertung_2:checked ~ span {
    width: 40%;
}

#review-form .stars input[type="radio"].Bewertung_1:checked ~ span {
    width: 20%;
}

#review-form .stars label {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
    cursor: pointer;
}

#review-form .stars label:hover ~ span {
    background-position: 0 -27px;
}

#review-form .stars label.Bewertung_5:hover ~ span {
    width: 100% !important;
}

#review-form .stars label.Bewertung_4:hover ~ span {
    width: 80% !important;
}

#review-form .stars label.Bewertung_3:hover ~ span {
    width: 60% !important;
}

#review-form .stars label.Bewertung_2:hover ~ span {
    width: 40% !important;
}

#review-form .stars label.Bewertung_1:hover ~ span {
    width: 20% !important;
}

#review-form .stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 28px;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/stars.png) repeat-x 0 -27px;
    -webkit-transition: -webkit-width 0.3s;
    -moz-transition: -moz-width 0.3s;
    -ms-transition: -ms-width 0.3s;
    -o-transition: -o-width 0.3s;
    transition: width 0.3s;
}

/* Liste der Kundenbewertungen */
.review-product-list #customer-reviews .pager .limiter select {
    width: 48px;
}

/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {
    font-size: 1em;
    font-weight: normal;
}

.product-name a {
}

/* Product Tags */
.tags-list li {
    display: inline;
}

/* Advanced Search */
.advanced-search {
}

.advanced-search-amount {
}

.advanced-search-summary {
}

/* CMS Home Page */
.cms-home .subtitle {
}

.cms-index-index .subtitle {
}

.cms-index-index .product-img {
    margin: 0 15px 10px 0;
    border: 1px solid #D6D6D6;
    clear: left;
    float: left;
}

.cms-index-index .best-selling .row {
    margin-bottom: 10px;
}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
}

/* RSS */
.rss-title h1 {
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.35;
    background-position: 0 2px;
}

/* ======================================================================================= */


/* Impressum, AGB, Datenschutz ========================================================================= */
.cms-impressum h1 {
    font-family: "TheSans_Bold";
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    color: #333;
}

.cms-impressum .page-title h1 {
    font-size: 32px;
    line-height: 48px;
    margin-top: 63px;
}

.cms-impressum .content-row {
    margin-top: 90px;
}

.cms-impressum p {
    margin-bottom: 25px;
}

.cms-impressum .content-row h2,
.cms-impressum .content-row h3,
.cms-impressum .content-row h4,
.cms-impressum .content-row h5,
.cms-impressum .content-row h6 {
    margin-top: 0;
}

.cms-impressum .content-row h2 {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 34px;
    letter-spacing: 1.3px;
    margin-bottom: 25px;
}

.cms-impressum .content-row h3 {
    font-family: "TheSans_Bold";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 12px;
}

.cms-impressum .content-row h5 {
    font-family: "TheSans_Regular";
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.cms-impressum .address p {
    margin-bottom: 0;
}

.cms-impressum .legal {
    margin-top: 20px;
}

.cms-impressum .legal .responsable-name p {
    margin-bottom: 5px;
}

.cms-impressum .legal .responsable-address h5 {
    margin-bottom: 10px;
}

.cms-impressum .bank {
    margin-top: 100px;
}

.cms-impressum .right h3 {
    margin-top: 40px;
}

.cms-impressum .right p {
    line-height: 19px;
}

.cms-impressum .right {
    color: #444;
}

.cms-agb .page-title {
    max-width: 700px;
    margin: 0 auto;
}

.cms-agb .page-title h1 {
    font-size: 32px;
    line-height: 48px;
    margin-top: 63px;
}

.cms-agb .block-widerruf .page-title {
    margin-left: 0px;
}

.cms-datenschutz .page-title h1 {
    font-size: 32px;
    line-height: 48px;
    margin-top: 63px;
    margin-bottom: 103px;
}


/* ======================================================================================= */


/* Gutscheine ========================================================================= */

.category-gutscheine .page-title {
    margin: 60px 330px 75px 330px;
}

.category-gutscheine .page-title h1 {
    font-size: 32px;
}

.category-gutscheine .border-box {
    border-color: #444;
    padding: 20px 10px 10px 10px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
}

.category-gutscheine .border-box h4 {
    text-transform: uppercase;
}

.category-gutscheine .product-name {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 32px;
}

.category-gutscheine .contact-box {
    margin-top: 30px;
}

.category-gutscheine .text-1 {
    font-size: 15px;
    font-family: 'TheSans_Bold';
    margin-top: 77px;
    line-height: 22px;
    overflow: hidden;
}

.category-gutscheine .text-2 {
    font-size: 13px;
    margin-top: 68px;
    line-height: 18px;
}

.category-gutscheine .image-box {
    margin-top: 108px;
    margin-bottom: 143px;
}

.category-gutscheine.catalog-product-view .product-view .product-name h1, .checkout-cart-configure .product-view .product-name h1,
.product-gutscheinpony.catalog-product-view .product-view .product-name h1, .checkout-cart-configure .product-view .product-name h1 {
    text-decoration: underline;
    font-size: 32px;
    font-family: 'TheSans_Bold';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 51px 0 60px 0;
}

.category-gutscheine #description-bottom.category-gutscheine,
.product-gutscheinpony #description-bottom.category-gutscheine {
    height: 0 !important;
}

.category-gutscheine.catalog-product-view .thumbs-rating, .checkout-cart-configure .thumbs-rating,
.product-gutscheinpony.catalog-product-view .thumbs-rating, .checkout-cart-configure .thumbs-rating {
    margin-top: 110px;
}


.category-gutscheine.catalog-product-view .price-form, .checkout-cart-configure .price-form,
.product-gutscheinpony.catalog-product-view .price-form, .checkout-cart-configure .price-form {
    margin-top: 85px;
}

.category-gutscheine.catalog-product-view .hr-price, .checkout-cart-configure .hr-price,
.product-gutscheinpony.catalog-product-view .hr-price, .checkout-cart-configure .hr-price {
    margin-top: 65px;
}

.category-gutscheine.catalog-product-view label, .checkout-cart-configure label,
.product-gutscheinpony.catalog-product-view label, .checkout-cart-configure label {
    font-size: 13px;
}

.category-gutscheine.catalog-product-view .hr-small, .checkout-cart-configure .hr-small,
.product-gutscheinpony.catalog-product-view .hr-small, .checkout-cart-configure .hr-small {
    margin: 0 46% 15px 41%;
    border-top: 2px solid #c7c7c7;
}

.checkout-cart-configure .add-to-box button {
    margin-top: 20px;
}

.category-gutscheine.catalog-product-view .text-1, .checkout-cart-configure .text-1,
.product-gutscheinpony.catalog-product-view .text-1, .checkout-cart-configure .text-1 {
    font-family: 'TheSans_Regular';
    font-size: 14px;
    margin-top: 41px;
    line-height: 20px;
    margin-bottom: 68px;
    padding: 0 22px;
    text-align: center;
}

.category-gutscheine.catalog-product-view .text-2, .checkout-cart-configure .text-2,
.product-gutscheinpony.catalog-product-view .text-2, .checkout-cart-configure .text-2 {
    margin-top: 30px;
    line-height: 18px;
}

.category-gutscheine.catalog-product-view .giftcard-info textarea,
.product-gutscheinpony.catalog-product-view .giftcard-info textarea,
.checkout-cart-configure .giftcard-info textarea {
    width: 200px;
    height: 100px;
}

.checkout-cart-index #error-message-checkout {
    width: 100%;
    border: 2px solid;
    clear: both;
    margin-top: 20px;
    text-align: left;
    padding: 20px;
    padding-bottom: 10px;
    border-color: #f16048;
    color: #df280a;
}

.checkout-cart-index #giftcards h2 {
    float: left;
    margin-left: 9px;
    margin-top: 2px;
}

.checkout-cart-index #giftcards input {
    border-radius: 0px;
    font-family: 'TheSans_Italic';
    width: 270px;
    height: 25px;
    text-align: left;
    padding-left: 8px;
    letter-spacing: 1px;
}

.checkout-cart-index #giftcards #apply-giftcard-button {
    width: 100%;
    color: #fff;
    background-color: #444;
    height: 27px;
    font-size: 9px;
    padding-top: 6px;
    text-shadow: none;
}

.checkout-cart-index #giftcards #apply-giftcard-button:hover {
    width: 100%;
    color: #000;
    background-color: #fff;
    height: 27px;
    font-size: 9px;
    padding-top: 6px;
}

.checkout-cart-index #giftcards, .checkout-cart-configure #giftcards {
    margin-bottom: 15px;
}

.checkout-cart-index .giftcard-cart .product-name {
    padding-top: 29px;
}

.checkout-cart-index .giftcard-balance-wrapper {
    padding-bottom: 10px;
}

.checkout-cart-index .giftcard-balance {
    margin-bottom: 15px;
}

.checkout-cart-index .giftcard-balance .info span {
    float: right;
}

.checkout-cart-index .giftcard-balance .remove {
    text-align: center;
    margin-top: 28px;
}

.checkout-cart-index .giftcard-balance .applied,
.checkout-cart-index .giftcard-balance .remaining {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

.checkout-cart-index .giftcard-balance-wrapper .remaining-amount-info {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.checkout-onepage-index #checkout-review-submit {
    background-color: #FFFFFF;
}

.checkout-onepage-index #checkout-review-submit .giftcard-balance-wrapper {
    margin-top: 15px;
    font-size: 12px;
}

/* Buttons */
.page-print .btn {
    font-family: "TheSans_Regular";
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    letter-spacing: 1.6px;
}

.page-print .btn a {
    padding: 7px 13px 7px 12px;
    display: block;
}

.page-print .btn-secondary {
    color: #444444;
    background: none;
    border: 1px solid #c7c7c7;
    font-size: 10px;
}

.page-print .btn-secondary:hover,
.page-print .btn-secondary:focus,
.page-print .btn-secondary:active,
.page-print .btn-secondary.active {
    color: #ffffff;
    background: #444;
    border: 1px solid #444;
}

.page-print .btn-secondary:active,
.page-print .btn-secondary.active {
    background-color: #444444;
    color: #ffffff;
}

.page-print .btn-secondary a {
    color: #333334;
}

.page-print .btn-secondary a:hover,
.page-print .btn-secondary:hover a,
.page-print .btn-secondary a:focus,
.page-print .btn-secondary:focus a,
.page-print .btn-secondary a:active,
.page-print .btn-secondary:active a {
    color: #fff;
}


/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {
}

.checkout-cart-index .page-title {
    text-align: center;
    margin-bottom: 66px;
    margin-top: 78px;
}

.checkout-cart-index .page-title h1 {
    text-transform: uppercase;
    margin-top: 13px;
    letter-spacing: 2px;
    line-height: 28px;
    font-family: 'TheSans_Bold';
    display: inline-block;
    float: none;
}

.checkout-cart-index .cart-empty button {
    margin-top: 20px;
}

.checkout-cart-index .cart-empty {
    margin-left: 7px;
}

.checkout-cart-index .accordion-wrapper {
    margin-bottom: 120px;
}

/* Table */
.checkout-cart-index .cart {
    width: 100%;
    margin-top: 65px;
}

.checkout-cart-index .cart .thead div {
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 2px;
    padding-top: 28px;
    padding-bottom: 26px;
    text-align: center;
}

.checkout-cart-index .cart hr {
    border-color: #C7C7C7;
    margin: 0;
}

.checkout-cart-index .cart #top-line {
    margin-top: 65px;
}

.checkout-cart-index .cart td {
    position: relative;
}

.checkout-cart-index .cart {
    border: 0px;
    padding: 0 0 0 0;
}

.checkout-cart-index .cart input {
    font-size: 12px;
    font-family: 'TheSans_Bold';
    border-color: #B5B5B5;
    text-align: center;
}

.checkout-cart-index .cart .product-image {
    border: 1px solid #ECECEC;
    display: inline-block;
}

.checkout-cart-index .cart .product-image img {
    width: 100%;
}

.checkout-cart-index .cart .small-font {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0 0 0 0;
    border: 0px
}

.checkout-cart-index .cart .small-font:hover {
    text-decoration: underline;
}

.checkout-cart-index .cart .product-name {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 0 0;
}

.checkout-cart-index .cart .cart-price {
    font-size: 15px;
    letter-spacing: 2px;
}

.checkout-cart-index .cart .remove-link {
    text-decoration: none;
}

.checkout-cart-index .cart .remove-link:hover {
    text-decoration: none;
}

.checkout-cart-index .cart .remove-x {
    color: red;
}

.checkout-cart-index .cart .cart-item-list > *:nth-child(1) {
    padding-top: 13px;
}

.checkout-cart-index .cart .cart-item-list > *:nth-child(2) {
    padding-top: 29px;
}

.checkout-cart-index .cart .cart-item-list > *:nth-child(3) {
    padding-top: 28px;
}

.checkout-cart-index .cart .cart-item-list > *:nth-child(4) {
    padding-top: 29px;
}

.checkout-cart-index .cart .cart-item-list > *:nth-child(5) {
    padding-top: 29px;
}

.checkout-cart-index .cart .cart-item-list > *:nth-child(5) div {
    bottom: 23px;
    position: absolute;
    left: 55px;
}

.checkout-cart-index .cart .cart-item-list > *:nth-child(5) div a {
    letter-spacing: 3px;
}

.checkout-cart-index .cart .cart-item-list > *:nth-child(2) dl {
    font-size: 11px;
    font-style: normal;
}

.checkout-cart-index .cart .cart-item-list > *:nth-child(2) .item-options {
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 10px;
}

.checkout-cart-index .cart .cart-item-buttons {
    padding-top: 3px;
    padding-bottom: 22px;
}

.checkout-cart-index .button-section {
    margin-top: 15px;
    margin-bottom: 65px;
}

.checkout-cart-index .button {
    margin-left: 9px;
    padding: 10px 8px 9px 8px;
    border: 1px solid #C7C7C7;
    text-transform: uppercase;
    float: right;
    padding-left: 17px;
    padding-right: 17px;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 10px;;
}

.checkout-cart-index .button:hover,
.checkout-cart-index .button:focus {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.checkout-cart-index #discount-coupon-form h2 {
    float: left;
    margin-left: 9px;
    margin-top: 2px;
}

.checkout-cart-index #discount-coupon-form div {
    /*float: left; */
}

.checkout-cart-index h2 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 6px;
    margin: 0 0 0 0;
}

.checkout-cart-index #discount-coupon-form input {
    border-radius: 0px;
    font-family: 'TheSans_Italic';
    width: 270px;
    height: 25px;
    text-align: left;
    padding-left: 8px;
    letter-spacing: 1px;
}

.checkout-cart-index #discount-coupon-form #apply-coupon-button,
.checkout-cart-index #discount-coupon-form #cancel-coupon-button {
    width: 100%;
    color: #fff;
    background-color: #444;
    height: 27px;
    font-size: 9px;
    padding-top: 6px;
}

.checkout-cart-index #discount-coupon-form #apply-coupon-button:hover,
.checkout-cart-index #discount-coupon-form #cancel-coupon-button:hover {
    width: 100%;
    color: #000;
    background-color: #fff;
    height: 27px;
    font-size: 9px;
    padding-top: 6px;
}

.checkout-cart-index .discount {
    margin-top: 15px;
}

.checkout-cart-index .shipping-col-1 {
    background-color: #F5F5F5;
    padding-top: 15px;
    padding-bottom: 16px;
}

.checkout-cart-index .shipping-col-2 {
    background-color: #F5F5F5;
    padding-top: 15px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

.checkout-cart-index .shipping h2 {
    float: left;
    margin-left: -3px;
    padding-top: 1px;
    background-color: #F5F5F5;
}

.checkout-cart-index .shipping p {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0 0 0 0;
    margin-left: 27px;
}

.checkout-cart-index #shopping-cart-totals-table tr > *:nth-child(1) {
    width: 85%;
}

.checkout-cart-index #shopping-cart-totals-table {
    margin-top: 25px;
}

.checkout-cart-index #shopping-cart-totals-table td {
    padding: 5px 5px 0px 5px;
}

.checkout-cart-index #onepage-checkout-button {
    padding: 7px 7px 6px 8px;
    border: 1px solid #C7C7C7;
    text-transform: uppercase;
    float: right;
    padding-left: 17px;
    padding-right: 17px;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 13px;
    color: #fff;
    background-color: #444;
    height: 37px;
    margin-top: 26px;
    margin-bottom: 20px;
}

.checkout-cart-index #onepage-checkout-button:hover {
    color: #000;
    background-color: #fff;
}

.checkout-cart-index #bold-bottom-line {
    margin-top: 44px;
    border-top: 2px solid #444444;
}

.checkout-cart-index .crosssell h2 {
    letter-spacing: 2px;
    margin-top: 36px;
    font-size: 14px;
}

.checkout-cart-index .crosssell .headline {
    text-align: center;
}

.checkout-cart-index .crosssell li {
    margin-top: 28px;
    text-align: center;
}

.checkout-cart-index .crosssell .hr-2col {
    margin: 11px 35%;
    border-color: #E6E6E6;
    margin-bottom: 8px;
}

.checkout-cart-index .crosssell h3 {
    font-size: 13px;
    letter-spacing: 1px;
}

.checkout-cart-index .crosssell span {
    font-size: 11px;
    letter-spacing: 1px;
}

.checkout-cart-index #autoshipping_country {
    width: 150px;
}


/* Checkout Types */
.cart .checkout-types {
    float: right;
    text-align: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 3px 55px 8px 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table .item-msg {
    font-size: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 0 0 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 700px;
}

.cart .crosssell {
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: bold;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
}

/* Shopping Cart Totals */
.cart .totals table {
    width: 100%;
}

.cart .totals table th,
.cart .totals table td {
    padding: 5px;
}

.cart .totals table th {
    font-weight: bold;
}

.cart .totals table tfoot th {
}

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    font-style: italic;
}

.item-options dd {
    padding-left: 10px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 30px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
    font-weight: bold;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods select.month {
    width: 150px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3.3em !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 1em;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: left;
    margin-right: 5px;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    cursor: help;
    margin-left: 5px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages {
}

.gift-messages-form {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
}

.gift-messages-form .whole-order {
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.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;
    font-weight: bold;
    text-align: center;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
}

.gift-message-link {
    display: block;
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/images/bkg_collapse.gif) 0 4px no-repeat;
    padding-left: 20px;
}

.gift-message-link.expanded {
    background-position: 0 -53px;
}

.gift-message-row {
}

.gift-message-row .btn-close {
    float: right;
}

.gift-message dt strong {
    font-weight: bold;
}

/* Checkout Agreements */
.checkout-agreements {
}

.checkout-agreements li {
    margin: 10px 0;
}

.checkout-agreements .agreement-content {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    height: 10em;
    overflow: auto;
}

.checkout-agreements .agree {
    padding: 6px;
}

.checkout-container .opc .step p.change-info {
    margin-top: 35px;
    background: #fff;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Generic Info Set */
.info-set {
}

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
}

.block-progress dt {
    font-weight: bold;
}

.block-progress dt.complete,
.block-progress dd.complete {
    background-color: #f6f6f6;
}

.opc {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.opc li.section {
    border: 1px solid #ddd;
    border-bottom: 0;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .buttons-set {
    margin-top: 39px;
}

.opc .step-title {
    background-color: #f5f5f5;
    padding: 0 5px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    line-height: 22px;
    margin-right: 5px;
    display: none;
}

.opc .step-title h2 {
    float: left;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 5px;
}

.opc .allow .step-title a {
    display: block;
}

.opc .active .step-title a {
    display: none;
}


.opc .allow .step-title {
    cursor: pointer;
}

/*.opc .allow .step-title a { display:block; }*/

.opc .active {
}

.opc .active .step-title {
    background-color: #ccc;
    cursor: default;
    padding-left: 0 !important;
    margin-left: 16px;
    padding-right: 0 !important;
    margin-right: 16px;
}

/*.opc .active .step-title a { display:none; }*/

.opc .step {
    border-top: 1px solid #ddd;
    padding: 10px;
    position: relative;
}

.opc .step .tool-tip {
    right: 10px;
}

.opc .order-review {
}

.opc .order-review .authentication {
}

.opc .order-review .warning-message {
}


/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 50px;
    margin: 10px 0;
}

.checkout-progress li {
    float: left;
    width: 20%;
    border-top: 5px solid #ccc;
    text-align: center;
    color: #ccc;
}

.checkout-progress li.active {
    border-top-color: #000;
    color: #000;
}

.multiple-checkout {
    position: relative;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px;
}

.multiple-checkout .grand-total {
    font-size: 1.5em;
    text-align: right;
}

.multiple-checkout .grand-total big {
}

.multiple-checkout .grand-total .price {
}

.checkout-onepage-index #mp_breadcrumb {
    padding-top: 35px;
}

.checkout-container .page-title h1 {
    text-transform: uppercase;
    font-family: "TheSans_Bold";
    letter-spacing: 2px;
    line-height: 28px;
    margin-top: 78px;
    display: inline-block;
}

.checkout-container .step-title h2 {
    text-transform: uppercase;
    font-family: "TheSans_Regular";
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0;
    opacity: 0.5;
}

.checkout-container h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 0 26px 0;
}

.checkout-container .opc .step p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
}

.checkout-container .opc .step .link a {
    font-size: 10px;
    font-family: "TheSans_Bold";
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #C7C7C7;
    margin-top: -2px;
}

.checkout-onepage-index .form-list li {
    margin: 0;
}

.checkout-container #checkoutSteps {
    margin-top: 65px;
}

.checkout-container .step-title {
    padding: 16px;
}

.checkout-container .opc .step {
    padding: 0 0 30px 0;
    margin: 0 20px;
}

.checkout-container .opc .active .step-title {
    background: #fff;
    padding: 23px 20px;
}

.checkout-container .opc .active .step-title h2,
.checkout-container .opc .allow .step-title h2 {
    opacity: 1.0;
}

.checkout-container .opc .active .step-title h2 {
    font-size: 19px;
}

.checkout-container .opc .step .btn-continue {
    float: right;
    padding: 0;
}

.checkout-container .opc .step .btn {
    padding: 3px 10px;
    float: right;
}

.checkout-container .opc .step .btn-continue .btn {
    padding: 3px 22px;
}

.checkout-container .small-headline {
    margin-top: 37px;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'TheSans_Bold';
}


/* Login Step */
.checkout-container .opc #checkout-step-login .col {
    float: left;
    width: 200px;
    margin-top: 20px;
}

.checkout-container .opc #checkout-step-login .col-1,
.checkout-container .opc #checkout-step-login .col-2 {
    margin-right: 64px;
}

.checkout-container .opc #checkout-step-login #btn-login {
    margin-top: 26px;
}

.checkout-container .opc #checkout-step-login #btn-register {
    margin-top: 49px;
}

.checkout-container .opc #checkout-step-login #btn-guest {
    margin-top: 93px;
}

.checkout-container #login-form .input-box {
    width: 100%;
}

.checkout-container #login-form .form-list li {
    margin-bottom: 21px;
}

.checkout-container .opc .step input {
    font-family: "TheSans_Italic";
}

.checkout-container .opc .step input[type="text"],
.checkout-container .opc .step input[type="password"] {
    width: 100%;
    padding: 3px 10px;
}

.checkout-container .opc #checkout-step-login .btn {
    width: 100%;
    padding: 3px 10px;
}


/* Billing & Shipping Address Step */

.checkout-container .opc #checkout-step-billing .input-box select,
.checkout-container .opc #checkout-step-shipping .input-box select {
    font-size: 12px;
    font-style: italic;
    padding-left: 9px;
    letter-spacing: 1px;
}

.checkout-container .opc #checkout-step-billing,
.checkout-container .opc #checkout-step-shipping {
    padding-top: 20px;
}

.checkout-container .opc #checkout-step-billing #billing-new-address-form,
.checkout-container .opc #checkout-step-shipping #shipping-new-address-form {
    margin-top: 27px;
}

.checkout-container .opc #checkout-step-billing #billing-new-address-form > fieldset > ul > p.required,
.checkout-container .opc #checkout-step-shipping #shipping-new-address-form > fieldset > ul > p.required {
    width: 500px;
    text-align: right;
    color: #333;
}

.checkout-container .opc #checkout-step-billing #billing-new-address-form > fieldset > ul > li.control,
.checkout-container .opc #checkout-step-shipping #shipping-new-address-form > fieldset > ul > li.control {
    float: left;
}

.checkout-container .opc #checkout-step-billing .form-list .field,
.checkout-container .opc #checkout-step-shipping .form-list .field {
    width: 260px;
}

.checkout-container .opc #checkout-step-billing .form-list .input-box,
.checkout-container .opc #checkout-step-shipping .form-list .input-box,
.checkout-container .opc #checkout-step-billing input[type="text"],
.checkout-container .opc #checkout-step-shipping input[type="text"],
.checkout-container .opc #checkout-step-billing #billing-new-address-form select,
.checkout-container .opc #checkout-step-shipping #shipping-new-address-form select {
    width: 240px;
}

.checkout-container .opc #checkout-step-billing #billing-new-address-form label,
.checkout-container .opc #checkout-step-shipping #shipping-new-address-form label {
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 2px;
    margin-bottom: 2px;
}

.checkout-container #co-billing-form ul.form-list,
.checkout-container #co-shipping-form ul.form-list {
    margin-top: 18px;
}

.checkout-container #co-billing-form ul.form-list li p,
.checkout-container #co-shipping-form ul.form-list li p {
    margin-bottom: 11px;
}

.checkout-container #co-billing-form ul.form-list li .input-box,
.checkout-container #co-shipping-form ul.form-list li .input-box {
    margin-bottom: 17px;
}

.checkout-container #co-billing-form ul.form-list li.control label,
.checkout-container #co-shipping-form ul.form-list li.control label {
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 7px;
    letter-spacing: 1.5px;
}

.checkout-container #co-billing-form #billing-address-select,
.checkout-container #co-billing-form #shipping-address-select {
    width: 500px;
}


/* Shipping Method Step */

.checkout-container #checkout-shipping-method-load {
    margin-top: 37px;
}

.checkout-container #checkout-shipping-method-load div {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'TheSans_Bold';
}

.checkout-container #shipping_arrival_date_display {
    float: left;
    margin-top: 3px;
}

.checkout-container .shipping-methods {
    margin-top: 40px;
}

.checkout-container .sp-methods li {
    margin-top: 8px;
}

.checkout-container .sp-methods input {
    display: inline-block;
    margin: 0;
}

.checkout-container .sp-methods label {
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 7px;
    letter-spacing: 1.5px;
    font-family: "TheSans_Regular";
    font-weight: bold;
    margin: 0 0 0 7px;
}

.checkout-container #delayed-shipping-hint,
.checkout-container #customInventory-shipping-hint {
    margin-top: 5px;
}

.checkout-container #shipping-label-hint {
    margin-top: 45px;
}

.checkout-container #shipping_label_hint {
    width: 50%;
}


/* Payment Method Step */

.checkout-container #checkout-payment-method-load input {
    float: left;
}

.checkout-container #checkout-payment-method-load .payment-methods-info {
    border-left: 1px solid #ddd;
}

.checkout-container #checkout-payment-method-load .payment-methods-info input,
.checkout-container #checkout-payment-method-load .payment-methods-info select {
    font-family: "TheSans_Italic";
    margin-bottom: 17px;
}

.checkout-container #checkout-payment-method-load #payment_form_customercredit {
    margin-bottom: 30px;
}

.checkout-container #checkout-payment-method-load label {
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 7px;
    margin-bottom: 0px;
    letter-spacing: 1.5px;
    max-width: 90%;
}

.checkout-container #instruction-hint {
    margin-top: 35px;
}

.checkout-container #checkout-payment-method-load .payment-methods-list {
    margin-top: 10px;
}

.checkout-container img[src*="invoice.png"] {
    display: none;
}

.checkout-container img[src*="wirecard_checkout_page_sepadd.png"] {
    display: none;
}

.checkout-container img[src*="vaimo_klarna_account.png"] {
    display: none;
}


/* Review Step */

.checkout-container #checkout-review-table-wrapper,
.checkout-container #checkout-review-submit {
    border: none;
}

.checkout-container #checkout-review-addresses {
    margin-top: 37px;
}

.checkout-container #checkout-review-information {
    margin-top: 25px;
}

.checkout-container #checkout-review-billing-address {
    float: left;
}

.checkout-container #checkout-review-shipping-address {
    border-left: 1px solid #C7C7C7;
}

.checkout-container #checkout-review-billing-information {
    float: left;
}

.checkout-container #checkout-review-shipping-information {
    border-left: 1px solid #C7C7C7;
}

.checkout-container h4 {
    text-transform: uppercase;
    font-family: 'TheSans_Regular';
    color: #B4B4B4;
    line-height: 6px;
    margin-top: 0px;
    line-height: 14px;
    font-weight: lighter;
    font-size: 13px;
    letter-spacing: 1px;
}

.checkout-container address {
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 17px;
}

.checkout-container #checkout-review-table-wrapper {
    margin-top: 58px;
}

.checkout-container #checkout-review-table-wrapper table {
    width: 100%;
}

.checkout-container #checkout-review-table-wrapper table th {
    font-family: 'TheSans_Regular';
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 0 10px 0;
    color: #C7C7C7;
}

.checkout-container #checkout-review-info {
    font-size: 12px;
}

.checkout-container #checkout-review-table-wrapper tr > *:nth-child(2) {
    text-align: center;
}

.checkout-container #checkout-review-table-wrapper tr > *:nth-child(4) {
    text-align: center;
}

.checkout-container #checkout-review-table-wrapper tbody tr {
    border-bottom: 1px solid #C7C7C7;
}

.checkout-container #checkout-review-table-wrapper tbody tr > *:nth-child(1) {
    font-size: 11px;
    letter-spacing: 2px;
    padding-top: 2px;
}

.checkout-container #checkout-review-table-wrapper tbody tr > *:nth-child(2) {
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 16px;
}

.checkout-container #checkout-review-table-wrapper tbody tr > *:nth-child(3) {
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 16px;
}

.checkout-container #checkout-review-table-wrapper tbody tr > *:nth-child(4) {
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 16px;
}

.checkout-container #checkout-review-table-wrapper h3 {
    letter-spacing: 2px;
    margin: 15px 0 5px 0;
    text-transform: uppercase;
}

.checkout-container #checkout-review-table-wrapper .review-weight {
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.checkout-container #checkout-review-table-wrapper tfoot tr > *:nth-child(1) {
    font-size: 12px;
    letter-spacing: 1px;
}

.checkout-container #checkout-review-table-wrapper tfoot tr > *:nth-child(2) {
    font-size: 12px;
}

.checkout-container #checkout-review-table-wrapper tfoot .first td {
    padding-top: 14px;
}

.checkout-container .checkout-agreements input {
    display: inline-block;
    margin: 0 0 0 0;
}

.checkout-container .checkout-agreements label {
    margin-left: 8px;
    width: 90%;
}

.checkout-container .checkout-agreements .checkout-agreements-list .agree {
    margin-bottom: -7px;
}

.checkout-container .agree {
    padding: 0 0 0 0;
}

.checkout-container .agree a {
    text-decoration: underline;
}

.checkout-container .checkout-agreements {
    margin-top: 45px;
}

.checkout-container #payment_form_vaimo_klarna_invoice img,
.checkout-container #payment_form_vaimo_klarna_account img {
    width: 70px;
}

.checkout-container #payment_form_vaimo_klarna_invoice input,
.checkout-container #payment_form_vaimo_klarna_account input {
    margin-top: 4px;
    text-align: left;
}

.checkout-container #payment_form_vaimo_klarna_invoice .input_combo {
    margin-top: 10px;
}

.checkout-container .klarna_dob input[type="text"] {
    width: 30px !important;
}

.checkout-container .klarna_dob #vaimo_klarna_invoice_dob_year,
.checkout-container .klarna_dob #vaimo_klarna_account_dob_year {
    width: 42px !important;
}

.checkout-container #vaimo_klarna_account_input_fields .klarna_dob,
.checkout-container #vaimo_klarna_invoice_input_fields .klarna_dob {
    font-size: 13px;
    height: 28px;
    margin-right: 5px;
    margin-top: 20px;
}

.checkout-container #vaimo_klarna_invoice_input_fields .klarna_dob input,
.checkout-container #vaimo_klarna_account_input_fields .klarna_dob input {
    font-size: 13px;
    height: 28px;
}

.checkout-container #vaimo_klarna_account_input_fields li,
.checkout-container #vaimo_klarna_invoice_input_fields li {
    clear: both;
}

.checkout-container #vaimo_klarna_invoice_phonenumber,
.checkout-container #vaimo_klarna_account_phonenumber {
    padding: 3px 10px;
    width: 50%;
}

.checkout-container .gender-input-box {
    margin-top: 5px;
}

.checkout-container #checkout-payment-method-load .gender-input-box input {
    float: none;
    margin-bottom: 0px;
    margin-top: 0px;
}

.checkout-container #checkout-payment-method-load .gender-input-box label {
    margin-left: 2px;
}

.checkout-container #vaimo_klarna_invoice_consent,
.checkout-container #vaimo_klarna_account_consent {
    margin-left: 7px;
}

.checkout-container #vaimo_klarna_invoice_consent + label,
.checkout-container #vaimo_klarna_account_consent + label {
    display: block;
    font-family: 'TheSans_Regular', sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    margin: 0px 27px;
    text-transform: none;
}

.checkout-container .klarna_readme {
    float: none;
}

.checkout-container #klarna_invoice_readme {
    cursor: pointer;
    float: none;
    font-family: 'TheSans_Regular', sans-serif;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 30px;
    text-align: left;
    text-decoration: underline;
}

.checkout-container #klarna-link-dynamic-de {
    cursor: pointer;
    float: none;
    font-family: 'TheSans_Regular', sans-serif;
    font-size: 12px;
    margin-left: 7px;
    margin-top: 30px;
    text-align: left;
    text-decoration: underline;
}

.checkout-container #vaimo_klarna_invoice_consent_span #klarna-link-dynamic-de,
.checkout-container #vaimo_klarna_account_consent_span #klarna-link-dynamic-de {
    margin-left: 0px;
}

.checkout-container #checkout-payment-method-load .payment-methods-info input {
    margin-bottom: 5px;
    margin-left: 7px;
    margin-top: 0px;
    padding: 0 5px;
}

.checkout-container #payment_form_vaimo_klarna_account .klarna_dob {
    margin-top: 20px;
}

.checkout-container #vaimo_klarna_account_pclasses {
    margin-top: 20px;
}

.checkout-container #klarna_account_readme {
    text-align: left;
}

.checkout-container #vaimo_klarna_account_pclasses label {
    margin-left: 0px;
}

.checkout-container #vaimo_klarna_account_pclasses input {
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 6px;
}

.checkout-container #vaimo_klarna_account_consent,
.checkout-container #vaimo_klarna_invoice_consent {
    margin-top: 2px;
}

.checkout-onepage-success .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

.checkout-onepage-success .mp_col_right {
    display: none;
}

.checkout-onepage-success .mp_col_main {
    margin-bottom: 120px;
}

.checkout-onepage-success .mp_col_main button {
    margin-top: 20px;
}


/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {
}

.account-login .new-users {
}

.account-login .registered-users {
}

.customer-account-login .account-login #login-form .teaser {
    margin-top: 70px;
}

.account-create {
}

/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note {
}

.captcha-image {
    float: left;
    position: relative;
}

.captcha-img {
    border: 1px solid #ccc;
}

.registered-users .captcha-image {
}

#checkout-step-login .captcha-image {
}

.captcha-reload {
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/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 {
}

.remember-me-popup {
}

.remember-me-popup h3 {
}

.remember-me-popup .remember-me-popup-head {
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
}

.remember-me-popup .remember-me-popup-body {
}

.remember-me-popup .remember-me-popup-body a {
}

/* Remember Me Popup ===================================================================== */


/* Customer Index Page ============================================================================= */

/* GENERAL */
.border-box {
    border: 1px solid #C7C7C7;
}

/* LEFT */
.mp_col_left .panel-default {
    text-align: center;
}

.mp_col_left .panel-default {
    margin-top: 260px;
}

.mp_col_left .panel-default {
    border-color: #C7C7C7
}

.mp_col_left .panel-default .panel-heading {
    margin-top: 36px;
    border-bottom: 1px solid #434343;
    margin-bottom: 0px;
    padding-bottom: 25px;
    margin-left: 13px;
    margin-right: 13px;
}

.mp_col_left .panel-default a {
    font-size: 12px;
    letter-spacing: 1px;
}

.mp_col_left .panel-default .actions {
    border-top: 1px solid #434343;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 16px;
    text-align: center;
    padding-top: 34px;
    margin-bottom: 37px;
}

.mp_col_left .panel-default .empty {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mp_col_left .block-title {
    text-transform: uppercase;
    font-family: 'TheSans_Bold';
    text-align: center;
    padding-top: 29px;
    padding-bottom: 26px;
}

.mp_col_left .block-title span {
    letter-spacing: 1px;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
}

.mp_col_left .block-content .actions {
    text-align: center;
    padding-top: 13px;
    padding-bottom: 21px;
}

.mp_col_left .block-content .actions a {
    float: none;
}

.mp_col_left .block-wishlist {
    margin-top: 69px;
}

.mp_col_left #shopping-cart-totals-table {
    font-size: 11px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 20px;
    width: 152px;
}

.mp_col_left #shopping-cart-totals-table td {
    padding: 0 2px;
}

.mp_col_left #shopping-cart-totals-table tbody tr:nth-child(2) {
    /*display: none;*/
}

.mp_col_left #cart-checkout-button {
    text-transform: uppercase;
    font-family: 'TheSans_Bold';
    font-size: 13px;
    letter-spacing: 3px;
    border-bottom: 2px solid #D0D0D0;
}

.mp_col_left #view-wishlist-items {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    padding-bottom: 0px;
    border-bottom: solid 2px #D0D0D0;
}

.mp_col_left .cart-more-button {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 2px solid #C7C7C7;
    padding-bottom: -1px;
    line-height: 12px;
}

.mp_col_left #cart-sidebar .product-image {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #ECECEC;
}

.mp_col_left #cart-sidebar .product-details {
    text-align: center;
    font-size: 13px;
}

.mp_col_left #cart-sidebar .product-details .product-price {
    margin: 3px 0 0 0;
}

.mp_col_left #cart-sidebar .product-details .product-cut {
    margin: 7px 0 0 0;
}

.mp_col_left #cart-sidebar .product-details .product-cut {
    text-transform: uppercase;
    font-family: 'TheSans_Bold';
    font-size: 13px;
}

.mp_col_left #cart-sidebar .product-details .product-name {
    margin: -1px 0 0 0;
}

.mp_col_left #cart-sidebar .product-details .product-name a {
    text-transform: uppercase;
    font-family: 'TheSans_Regular';
    font-size: 12px;
    letter-spacing: 0px;
    margin: 0 0 0 0;
}

.mp_col_left #cart-sidebar .product-details .product-price-container {
    margin: 0;
    padding: 0 10px;
    background: #fff;
    display: inline-block;
}

.mp_col_left #cart-sidebar .product-details .product-price {
    text-align: center;
    position: relative;
    z-index: 2;
}

.mp_col_left #cart-sidebar .product-details .product-price :after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: solid 2px #E6E6E6;
    z-index: -1;
    margin-right: 15px;
    margin-left: 15px;
}

.mp_col_left #cart-sidebar .item-options span {
    font-size: 11px;
}

.mp_col_left #cart-sidebar .item-options {
    margin-top: 10px;
}


/* CONTENT */
.mp_col_center .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.mp_col_center table {
    width: 100%;
}

.mp_col_center table thead {
    text-transform: uppercase;
    border-bottom: 1px solid #C7C7C7;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 1px;
}

.mp_col_center table th:first-child {
    padding: 0 0 22px 33px;
}

.mp_col_center table tr td:first-child {
    padding-left: 33px;
}

.mp_col_center table tr td {
    padding-top: 7px;
}

.mp_col_center table tr:first-child td {
    padding-top: 11px;
}

.mp_col_center table tr > *:nth-child(1) {
    width: 21%;
}

.mp_col_center table tr > *:nth-child(2) {
    width: 15%;
}

.mp_col_center table tr > *:nth-child(3) {
    width: 20%;
}

.mp_col_center table tr > *:nth-child(4) {
    width: 33%;
}

.mp_col_center table tr > *:nth-child(5) {
    width: 11%;
}

.mp_col_center dl {
    width: 100%;
    overflow: hidden;
}

.mp_col_center dt {
    float: left;
    text-transform: uppercase;
    color: #B4B4B4;
    border-right: 1px solid #C7C7C7;
    width: 34%;
    line-height: 24px;
}

.mp_col_center dd {
    float: left;
    width: 60%;
    line-height: 24px;
    padding-left: 37px;
}

.mp_col_center h1 {
    text-transform: uppercase;
    margin-top: 78px; /*border-bottom: 2px solid #C7C7C7;*/
    letter-spacing: 2px;
    line-height: 28px;
    font-family: 'TheSans_Regular';
    display: inline-block;
}

.mp_col_center h3 {
    text-transform: uppercase;
    font-family: 'TheSans_Regular';
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 43px;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 37px;
    width: 82%;
    margin: 0 auto;
}

.mp_col_center h4 {
    text-transform: uppercase;
    font-family: 'TheSans_Regular';
    color: #B4B4B4;
    line-height: 6px;
}

.mp_col_center address {
    line-height: 24px;
    margin-top: 25px;
}

.mp_col_center .button {
    padding: 7px 7px 6px 8px;
    border: 1px solid #C7C7C7;
    text-transform: uppercase;
    float: right;
    padding-left: 17px;
    padding-right: 17px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;;
}

.mp_col_center .button:hover,
.mp_col_center .button:focus {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.mp_col_center #customer-info-button {
    margin-right: -152px;
    margin-top: -41px;
}

.mp_col_center #edit-address-button {
    margin-right: -72px;
    margin-top: -5px;
}

.mp_col_center #recent-orders-button {
    margin-right: -40px;
    margin-top: 15px;
}

.mp_col_center #continue-shopping-button {
    margin-top: 18px;
    margin-right: 31px;
    color: #fff;
    background-color: #444;
}

.mp_col_center #continue-shopping-button:hover {
    margin-top: 18px;
    margin-right: 31px;
    color: #000;
    background-color: #fff;
}

.mp_col_center .page-title {
    margin-bottom: 73px;
}

.mp_col_center .account-info .box-content {
    padding: 25px 182px 24px 102px;
}

.mp_col_center .address-box .box-content {
    padding: 25px 102px 60px 102px;
}

.mp_col_center .box-recent .box-content {
    padding: 25px 0 80px 0;
}

.mp_col_center .content-info {
    margin-top: 73px;
}

.mp_col_center .border-box {
    margin-top: 28px;
}

.mp_col_center .billing-address {
    float: left;
    width: 50%;
}

.mp_col_center .billing-address {
    float: left;
    width: 50%;
}

.mp_col_center .box-recent .box-content {
    width: 82%;
    margin: 0 auto;
}

.mp_col_center .remand .box-content {
    padding: 25px 102px 94px 102px;
}

.mp_col_center .remand .box-content div {
    margin-top: 2px;
    margin-bottom: 5px;
}

.mp_col_center .remand .box-content div > *:nth-child(1) {
    text-transform: uppercase;
    color: #B4B4B4;
    font-weight: bold;
}

.mp_col_center .remand .box-content div > *:nth-child(2) {
    font-size: 13px;
    display: inline-block;
    border-bottom: 2px solid #C7C7C7;
    line-height: 12px;
}

/* RIGHT */
.mp_col_right .block-account {
    border: 0px;
}

.mp_col_right .block-account {
    margin-top: 220px;
    text-align: center;
}

.mp_col_right .block-account a {
    display: block;
}

.mp_col_right .block-account li {
    text-transform: uppercase;
    font-family: 'TheSans_Bold';
    font-size: 13px;
    letter-spacing: 1px;
    background-color: #F8F8F8;
    padding: 9px 8px 8px 8px;
}

.mp_col_right .block-account .block-content {
    padding: 0 0 0 0;
}

.mp_col_right .block-account .hr-2col {
    margin: 6px 37%;
    border-color: #E6E6E6;
}

.mp_col_right .block-account .logout-link {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 49px;
    display: inline-block;
    border-bottom: 2px solid #C7C7C7;
    line-height: 12px;
}

.mp_col_right .panel-default {
    margin-top: 305px;
}

.mp_col_right .panel-default a {
    font-size: 12px;
    letter-spacing: 1px;
}

.mp_col_right .panel-default li {
    text-align: center;
    padding: 5px 0 17px 0;
}

.mp_col_right .panel-default .panel-heading {
    letter-spacing: 1px;
    margin-top: 36px;
    margin-bottom: 0px;
    padding-bottom: 27px;
    margin-left: 13px;
    margin-right: 13px;
}

.mp_col_right .panel-default .product-image {
    border: 1px solid #C7C7C7;
}

.mp_col_right .panel-default .product-price-container {
    margin: 0;
    padding: 0 10px;
    background: #fff;
    display: inline-block;
}

.mp_col_right .panel-default .product-price {
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 13px;
    margin: 3px 0 0 0;
}

.mp_col_right .panel-default .product-price :after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: solid 2px #D0D0D0;
    z-index: -1;
    margin-right: 15px;
    margin-left: 15px;
}

.mp_col_right .panel-default .product-subline {
    text-transform: uppercase;
    font-family: 'TheSans_Bold';
    font-size: 13px;
    margin-bottom: 0px;
}

.mp_col_right .panel-default .product-name a {
    font-size: 13px;
    letter-spacing: normal;
}

/* My Account Common Styles */
.my-account .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

.my-account .fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.my-account h2 {
    text-transform: uppercase;
    font-family: "TheSans_Regular";
    letter-spacing: 1px;
    font-size: 19px;
    padding-bottom: 23px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px;
}

.my-account form ul.form-list {
    margin-top: 18px;
}

.my-account form ul.form-list li label {
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 2px;
    margin-bottom: 2px;
}

.my-account form ul.form-list li .input-box {
    margin-bottom: 17px;
}

.my-account form ul.form-list li .input-box,
.my-account form ul.form-list li input[type="text"],
.my-account form ul.form-list li select {
    width: 240px;
    font-family: "TheSans_Italic";
}

.my-account form ul.form-list li input[type="text"],
.my-account form ul.form-list li select {
    padding: 3px 10px;
}

.my-account form ul.form-list li .customer-dob .dob-month,
.my-account form ul.form-list li .customer-dob .dob-day {
    width: 50px;
}

.my-account form ul.form-list li .customer-dob .dob-month input,
.my-account form ul.form-list li .customer-dob .dob-day input {
    width: 40px;
}

.my-account form ul.form-list li .customer-dob .dob-year input {
    width: 140px;
}

.my-account form p.required {
    text-align: right;
    margin-bottom: 10px;
    color: #444;
}

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

.my-account {
    margin-bottom: 120px;
}

/* Membership / Customer Credit */
.customercredit-index-index .content-info .box-recent .box-title {
    padding-left: 26px;
    padding-bottom: 15px;
}

.customercredit-index-index .content-info .box-recent .box-content {
    padding: 0 26px;
}

.customercredit-index-index #my-credit-log-table {
    width: 100%;
    font-size: 13px;
}

.customercredit-index-index #my-credit-log-table thead {
    text-transform: uppercase;
    border-bottom: 1px solid #C7C7C7;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 1px;
}

.customercredit-index-index #my-credit-log-table th:first-child {
    padding: 0 0 22px 0;
}

.customercredit-index-index #my-credit-log-table tr td:first-child {
    padding-left: 0;
}

.customercredit-index-index #my-credit-log-table tr td {
    padding-top: 7px;
}

.customercredit-index-index #my-credit-log-table tr:first-child td {
    padding-top: 11px;
}

.customercredit-index-index #my-credit-log-table tr > *:nth-child(1) {
    width: 21%;
}

.customercredit-index-index #my-credit-log-table tr > *:nth-child(2) {
    width: 15%;
}

.customercredit-index-index #my-credit-log-table tr > *:nth-child(3) {
    width: 20%;
}

.customercredit-index-index #my-credit-log-table tr > *:nth-child(4) {
    width: 33%;
}

.customercredit-index-index #my-credit-log-table tr > *:nth-child(5) {
    width: 11%;
}

.customercredit-index-index .show-all {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'TheSans_Bold';
}

.customercredit-index-index .current-customer-credit {
    margin-top: 102px;
}

.customercredit-index-index .accordion-wrapper {
    margin-bottom: 120px;
}

.customercredit-index-index .my-account {
    margin-bottom: 0px;
}

.customercredit-index-log .content-info .box-recent .box-title {
    padding-left: 26px;
    padding-bottom: 15px;
}

.customercredit-index-log .content-info .box-recent .box-content {
    padding: 0 26px;
}

.customercredit-index-log #my-credit-log-table {
    width: 100%;
    font-size: 13px;
}

.customercredit-index-log #my-credit-log-table thead {
    text-transform: uppercase;
    border-bottom: 1px solid #C7C7C7;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 1px;
}

.customercredit-index-log #my-credit-log-table th:first-child {
    padding: 0 0 22px 0;
}

.customercredit-index-log #my-credit-log-table tr td:first-child {
    padding-left: 0;
}

.customercredit-index-log #my-credit-log-table tr td {
    padding-top: 7px;
}

.customercredit-index-log #my-credit-log-table tr:first-child td {
    padding-top: 11px;
}

.customercredit-index-log #my-credit-log-table tr > *:nth-child(1) {
    width: 21%;
}

.customercredit-index-log #my-credit-log-table tr > *:nth-child(2) {
    width: 15%;
}

.customercredit-index-log #my-credit-log-table tr > *:nth-child(3) {
    width: 20%;
}

.customercredit-index-log #my-credit-log-table tr > *:nth-child(4) {
    width: 33%;
}

.customercredit-index-log #my-credit-log-table tr > *:nth-child(5) {
    width: 11%;
}

.customercredit-index-log .current-customer-credit {
    margin-top: 102px;
}

.customercredit-index-log .accordion-wrapper {
    margin-bottom: 120px;
}

.customercredit-index-log .my-account {
    margin-bottom: 0px;
}

.customercredit-index-log .pager select {
    width: 48px;
}

/* Sales history - All Orders */
.sales-order-history .content-info {
    margin-top: 66px;
}

.sales-order-history .content-info .box-recent .box-title {
    padding-left: 26px;
    padding-bottom: 15px;
}

.sales-order-history .content-info .box-recent .box-content {
    padding: 0 26px;
}

.sales-order-history #my-orders-table {
    width: 100%;
}

.sales-order-history #my-orders-table thead {
    text-transform: uppercase;
    border-bottom: 1px solid #C7C7C7;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 1px;
}

.sales-order-history #my-orders-table th:first-child {
    padding: 0 0 22px 0;
}

.sales-order-history #my-orders-table tr td:first-child {
    padding-left: 0;
}

.sales-order-history #my-orders-table tr td {
    padding-top: 7px;
}

.sales-order-history #my-orders-table tr:first-child td {
    padding-top: 11px;
}

.sales-order-history #my-orders-table tr > *:nth-child(1) {
    width: 21%;
}

.sales-order-history #my-orders-table tr > *:nth-child(2) {
    width: 15%;
}

.sales-order-history #my-orders-table tr > *:nth-child(3) {
    width: 20%;
}

.sales-order-history #my-orders-table tr > *:nth-child(4) {
    width: 33%;
}

.sales-order-history #my-orders-table tr > *:nth-child(5) {
    width: 11%;
}

.sales-order-history .pager {
    font-size: 12px;
    margin-top: 40px;
}

.sales-order-history .pager .amount {
    text-transform: uppercase;
}

.sales-order-history .pager select {
    width: 48px;
}

.sales-order-history .mp_col_center .box-recent .box-content {
    padding: 25px 0 50px 0;
}

.buttons-set #back-button {
    float: left;
    margin-top: 18px;
    margin-left: 26px;
    color: #fff;
    background-color: #444;
}

.buttons-set #back-button:hover {
    float: left;
    margin-top: 18px;
    margin-right: 31px;
    color: #000;
    background-color: #fff;
}

/* Customer Login / Register */
.customer-account-login .account-login .border-box {
    padding-bottom: 15px;
}

.customer-account-login #login-form .content h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 0 26px 0;
}

.customer-account-login #login-form .login-info {
    font-family: "TheSans_Bold";
    font-size: 12px;
    margin-bottom: 26px;
}

.customer-account-login #login-form .form-list li {
    margin-bottom: 21px;
}

.customer-account-login #login-form .form-list li .forgot-password {
    font-size: 10px;
    font-family: "TheSans_Bold";
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #C7C7C7;
    margin-top: -2px;
}

.customer-account-login #login-form .input-box {
    width: 100%;
}

.customer-account-login #login-form .input-box input[type="text"],
.customer-account-login #login-form .input-box input[type="password"] {
    width: 200px;
    font-family: "TheSans_Italic";
    padding: 3px 10px;
}

.customer-account-login #login-form p.required {
    width: 200px;
    text-align: left;
    color: #444;
    margin-bottom: 0;
    margin-top: 46px;
}

.customer-account-login .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

.customer-account-login .accordion-wrapper {
    margin-bottom: 120px;
}


/* Customer Address Form */
.customer-address-form #form-validate p.required {
    width: 200px;
    text-align: left;
    color: #444;
    margin-bottom: 40px;
}


/* Create Account */
.customer-account-create h2, .cms-haendlerregistrierung h2 {
    text-transform: uppercase;
    font-family: "TheSans_Regular";
    letter-spacing: 1px;
    font-size: 19px;
    padding-bottom: 23px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px;
}

.customer-account-create p.required, .cms-haendlerregistrierung p.required {
    width: 200px;
    margin-top: 46px;
}

.cms-haendlerregistrierung .hint {
    font-size: 12px;
    margin-bottom: 20px;
}


.cms-haendlerregistrierung p.required {
    margin-top: 10px;
}

.customer-account-create .page-title h1 {
    margin-bottom: 45px;
}

.customer-account-create .page-title, .cms-haendlerregistrierung .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

.customer-account-create #form-validate p.required, .cms-haendlerregistrierung #form-validate p.required {
    width: 200px;
    text-align: left;
    color: #444;
    margin-bottom: 40px;
}

/* Logout Success */
.customer-account-logoutsuccess .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

/* Forgot password */
.customer-account-forgotpassword .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

.customer-account-forgotpassword #form-validate p {
    font-family: "TheSans_Bold";
    font-size: 12px;
    margin-bottom: 26px;
}

.customer-account-forgotpassword #form-validate p.required {
    width: 200px;
    text-align: left;
    color: #444;
    margin-bottom: 40px;
}

.customer-account-forgotpassword #form-validate input[type="text"] {
    width: 200px;
    font-family: "TheSans_Italic";
    padding: 3px 10px;
}

.customer-account-forgotpassword #send-button {
    margin-left: 10px;
}


/* Reset forgotten password */
.customer-account-resetpassword .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

.customer-account-resetpassword #form-validate p.required {
    width: 200px;
    text-align: left;
    color: #444;
    margin-bottom: 40px;
}

.customer-account-resetpassword #form-validate input[type="text"] {
    width: 200px;
    font-family: "TheSans_Italic";
    padding: 3px 10px;
}


/* Resend Confirmation Email */
.customer-account-confirmation .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

.customer-account-confirmation #form-validate p.required {
    width: 200px;
    text-align: left;
    color: #444;
    margin-bottom: 40px;
}

.customer-account-confirmation .accordion-wrapper {
    margin-bottom: 120px;
}


/* Delete user account */
.selfdelete-customer-index .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

.selfdelete-customer-index #delete-form p.required {
    width: 200px;
    text-align: left;
    color: #444;
    margin-bottom: 40px;
}

.selfdelete-customer-index #delete-button {
    margin-left: 10px;
}

.selfdelete-customer-index #delete-form input[type="text"] {
    width: 200px;
    font-family: "TheSans_Italic";
    padding: 3px 10px;
}


/* Delete user account success page */
.selfdelete-customer-success .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}


/* Newsletter */
.newsletter-manage-index h2 {
    text-transform: uppercase;
    font-family: "TheSans_Regular";
    letter-spacing: 1px;
    font-size: 19px;
    padding-bottom: 23px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px;
}

.newsletter-manage-index .buttons-set {
    margin-top: 66px;
}

.newsletter-manage-index button {
    margin-top: 20px;
}

.cms-newsletter-abmeldung #newsletter-unsubscribe {
    width: 410px;
}

.cms-newsletter-abmeldung .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

.cms-newsletter-abmeldung .newsletter-unsubscribe {
    margin-bottom: 78px;
}

.cms-newsletter-anmeldung #newsletter-subscribe {
    width: 410px;
}

.cms-newsletter-anmeldung .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

.cms-newsletter-anmeldung .accordion-wrapper p {
    margin-bottom: 95px;
}

.cms-newsletter-anmeldung .newsletter-subscribe {
    margin-bottom: 78px;
}

/* Account Edit */
.customer-account-edit h2 {
    text-transform: uppercase;
    font-family: "TheSans_Regular";
    letter-spacing: 1px;
    font-size: 19px;
    padding-bottom: 23px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px;
}

.customer-account-edit #form-validate p.required {
    width: 200px;
    text-align: left;
    color: #444;
    margin-bottom: 0;
    margin-bottom: 40px;
}

.customer-account-edit #delete-button {
    margin-right: 10px;
}

/* Customer Reviews */
.review-customer-index .ratings-list h3 {
    font-family: "TheSans_Italic";
    font-size: 12px;
    font-weight: normal;
}

.review-customer-index .pager .limiter select {
    width: 48px;
}


/********** < Dashboard */
.dashboard {
}

.dashboard .welcome-msg {
}

/* Block: Recent Orders */
/*.dashboard .box-recent { margin:10px 0; }*/

/* Block: Account Information */
.dashboard .box-info {
}

/* Block: Reviews */
.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

/* Block: Tags */
.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

/********** Dashboard > */

/* Address Book */
.addresses-list {
}

.addresses-list-additional li.item {
}

/* Order View */
.order-info {
    border: 1px solid #ddd;
    padding: 5px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    font-weight: bold;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
}

.page-print .print-head img {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Reviews */
.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Wishlist */
.my-wishlist .page-title h1 {
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "TheSans_Bold";
}

.my-wishlist #wishlist-view-form .cart-item-list .priceperkg,
.my-wishlist #wishlist-view-form .cart-item-list .tax-details {
    display: none !important;
    visibility: hidden !important;
}

.my-wishlist #wishlist-view-form #top-line {
    margin-top: 65px;
}

.my-wishlist #wishlist-view-form hr {
    border-color: #C7C7C7;
    margin: 0;
}

.my-wishlist #wishlist-view-form .thead div {
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 2px;
    padding-top: 28px;
    padding-bottom: 26px;
    text-align: center;
}

.my-wishlist #wishlist-view-form .cart-item-list .item > div {
    position: relative;
    min-height: 176px;
}

.my-wishlist #wishlist-view-form .cart-item-list .item > *:nth-child(1) {
    padding-top: 13px;
}

.my-wishlist #wishlist-view-form .cart-item-list .item > *:nth-child(2) {
    padding-top: 29px;
}

.my-wishlist #wishlist-view-form .cart-item-list .item > *:nth-child(3) {
    padding-top: 29px;
}

.my-wishlist #wishlist-view-form .cart-item-list .item > *:nth-child(4) {
    padding-top: 28px;
}

.my-wishlist #wishlist-view-form .cart-item-list .item > *:nth-child(5) {
    padding-top: 29px;
}

.my-wishlist #wishlist-view-form .product-image {
    border: 1px solid #ECECEC;
    display: inline-block;
}

.my-wishlist #wishlist-view-form .product-image img {
    width: 170px;
}

.my-wishlist #wishlist-view-form .edit-details {
    margin-top: 6px;
}

.my-wishlist #wishlist-view-form .product-name {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    border: none;
}

.my-wishlist #wishlist-view-form .price-box .price {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: "TheSans_Regular";
    text-decoration: none;
}

.my-wishlist #wishlist-view-form input.qty {
    font-size: 12px;
    font-family: 'TheSans_Bold';
    border-color: #B5B5B5;
    text-align: center;
}

.my-wishlist #wishlist-view-form input.comment {
    font-size: 12px;
    font-family: 'TheSans_Italic';
    border-color: #B5B5B5;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    bottom: 23px;
    width: 360px;
    z-index: 2;
}

.my-wishlist #wishlist-view-form .remove-x {
    color: red;
}

.my-wishlist #wishlist-view-form .small-font {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0 0 0 0;
    border: 0px
}

.my-wishlist #wishlist-view-form .remove-link {
    text-decoration: none;
    position: absolute;
    bottom: 23px;
    left: 55px;
}

.my-wishlist #wishlist-view-form .cart-item-list > *:nth-child(5) div {
    bottom: 23px;
    position: absolute;
    left: 55px;
}

.my-wishlist #wishlist-view-form .btn-add-to-cart {
    font-size: 10px;
}

.my-wishlist #wishlist-view-form .button-section,
.my-wishlist #wishlist-view-form .back-section {
    margin-top: 15px;
}

.my-wishlist #wishlist-view-form .btn-add-to-cart,
.my-wishlist #wishlist-view-form .back-section button {
    font-size: 10px;
}

.my-wishlist #wishlist-view-form .button-section button {
    margin-left: 9px;
}


/* Address Add / Edit */
.customer-address-index .page-title {
    text-align: center;
    margin-bottom: 66px;
    margin-top: 78px;
}

.customer-address-index h2 {
    text-transform: uppercase;
    font-family: "TheSans_Regular";
    letter-spacing: 1px;
    font-size: 19px;
    padding-bottom: 23px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 22px;
}

.customer-address-index h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 0px 26px;
}

.customer-address-index .addresses-primary {
    float: left;
}

.customer-address-index .buttons-set {
    margin-top: 50px;
    padding: 0 0 0 0;
}

.customer-address-index .addresses-additional-content {
    margin-bottom: 30px;
}

.customer-address-index .addresses-additional {
    margin-top: 40px;
}

.customer-address-index li {
    list-style-type: none;
}

.customer-address-index address {
    line-height: 24px;
    min-height: 168px;
}

.customer-address-index .item:nth-child(odd) {
    clear: both;
}

.customer-address-index .item {
    margin-top: 30px;
}


/* Sales Order Detail View */
.sales-order-view .page-title {
    text-align: center;
    margin-bottom: 66px;
    margin-top: 78px;
}

.sales-order-view .buttons-set {
    clear: none;
    margin-top: 40px;
}

.sales-order-view #my-orders-table {
    width: 100%;
}

.sales-order-view #my-orders-table th {
    font-family: 'TheSans_Regular';
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 0 10px 0;
    color: #ddd;
}

.sales-order-view #my-orders-table tr > *:nth-child(2) {
    text-align: center;
}

.sales-order-view #my-orders-table tr > *:nth-child(4) {
    text-align: center;
}

.sales-order-view #my-orders-table h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 0 5px 0;
}

.sales-order-view #my-orders-table tbody tr {
    border-bottom: 1px solid #ddd;
}


.sales-order-view #my-orders-table tbody tr > *:nth-child(1) {
    font-size: 11px;
    letter-spacing: 2px;
    padding-top: 2px;
}

.sales-order-view #my-orders-table tbody tr > *:nth-child(2) {
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 16px;
}

.sales-order-view #my-orders-table tbody tr > *:nth-child(3) {
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 16px;
}

.sales-order-view #my-orders-table tbody tr > *:nth-child(4) {
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 16px;
}

.sales-order-view #my-orders-table tbody tr > *:nth-child(5) {
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 16px;
}

.sales-order-view #my-orders-table .review-weight {
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.sales-order-view #my-orders-table tfoot tr > *:nth-child(1) {
    font-size: 12px;
    letter-spacing: 1px;
}

.sales-order-view #my-orders-table tfoot tr > *:nth-child(2) {
    font-size: 12px;
}

.sales-order-view #my-orders-table tfoot .first td {
    padding-top: 14px;
}

.sales-order-view address {
    line-height: 24px;
}

.sales-order-view dl {
    margin-bottom: 0px;
}

.sales-order-view #my-orders-table tbody td {
    padding-bottom: 10px;
}


/* ======================================================================================= */


/* Unternehmen ================================================================================ */
.catalog-category-view #category-banner {
    min-height: 35px;
    margin-top: 15px;
}

.catalog-category-view .banner-headline .left,
.catalog-category-view .banner-headline .right {
    padding-top: 155px;
    padding-bottom: 75px;
}

.catalog-category-view .banner-subline h2 {
    font-family: "TheSans_Bold";
    font-size: 32px;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
}

.catalog-category-view #category-left ul {
    border-top: 3px solid #444;
    padding-top: 3px;
}

.catalog-category-view #category-left ul li {
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #F5F5F5;
    text-align: center;
}

.catalog-category-view #category-left ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    letter-spacing: 1.5px;
}

.catalog-category-view #category-left ul li a.current {
    font-family: "TheSans_Bold";
}

.catalog-category-view #category-left ul li a.current:before {
    content: "\00BB\00A0 ";
}

.catalog-category-view #category-left ul li a.current:after {
    content: "\00A0\00AB";
}

.catalog-category-view #category-right .border-box {
    border-color: #444;
    padding: 20px 10px 10px 10px;
    text-align: center;
    margin-bottom: 60px;
}

.catalog-category-view #category-right .border-box h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.catalog-category-view #category-right .border-box hr {
    margin-top: 28px;
    margin-bottom: 15px;
    border-color: #444;
    display: inline-block;
    width: 120px;
}

.catalog-category-view #category-center h2 {
    margin-top: 52px;
    margin-bottom: 49px;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "TheSans_Bold";
    font-weight: 100;
    letter-spacing: 8px;
    text-align: center;
    line-height: 32px;
}

.catalog-category-view #category-center hr {
    border-color: #EBEBEB;
    border-width: 5px;
    margin-top: 20px;
    margin-bottom: 55px;
}

.catalog-category-view #category-center h3 {
    font-family: "TheSans_Regular";
    font-size: 18px;
    letter-spacing: 6.6px;
    text-transform: uppercase;
    border-bottom: none;
    width: 100%;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

.catalog-category-view #category-center .intro {
    padding-bottom: 50px;
}

.catalog-category-view #category-center .about-image img {
    margin: 0 auto;
}

.catalog-category-view #category-center .about-headline {
    padding-top: 40px;
    text-transform: uppercase;
}

.catalog-category-view #category-center p {
    line-height: 21px;
}

.catalog-category-view #category-center .about-text p:first-child {
    margin-top: 30px;
    border-top: 5px solid #EBEBEB;
    padding-top: 20px;
}

.catalog-category-view #category-center .about-text p:last-child {
    margin-bottom: 60px;
}

.catalog-category-view #category-center {
    margin-bottom: 22px;
}

/* Über Uns */
.catalog-category-view.category-ueber-uns #category-left,
.catalog-category-view.category-ueber-uns #category-right {
    padding-top: 200px;
}

/* Philosophie */
.catalog-category-view.category-philosophie #category-left,
.catalog-category-view.category-philosophie #category-right {
    padding-top: 275px;
}

.catalog-category-view.category-philosophie #category-center {
    margin-bottom: 190px;
}

/* Qualitätskriterien */
.catalog-category-view.category-qualitaetskriterien #category-left,
.catalog-category-view.category-qualitaetskriterien #category-right {
    padding-top: 275px;
}

.catalog-category-view.category-qualitaetskriterien #category-center .text-marked {
    background-color: #E68080;
}

.catalog-category-view.category-qualitaetskriterien #category-center p {
    margin-bottom: 30px;
}

.catalog-category-view.category-qualitaetskriterien #category-center .image-box {
    margin-top: 60px;
    margin-bottom: 170px;
    overflow: hidden;
}

.catalog-category-view.category-qualitaetskriterien #category-center .image-box img {
    margin-right: 80px;
    float: right;
}

/* Artgerecht */
.catalog-category-view.category-artgerecht #category-left,
.catalog-category-view.category-artgerecht #category-right {
    padding-top: 256px;
}

.catalog-category-view.category-artgerecht #category-center .intro {
    font-family: "TheSans_Regular";
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 4px;
    color: #BFB672;
    padding-bottom: 5px;
}

.catalog-category-view.category-artgerecht #category-center .intro img {
    margin: 0 auto;
}

.catalog-category-view.category-artgerecht #category-center p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 21px;
}

.catalog-category-view.category-artgerecht #category-center .intro p {
    line-height: 27px;
    margin-bottom: 35px;
}

/* 10 Gebote */
.catalog-category-view.category-mr-meats-10-gebote #category-left,
.catalog-category-view.category-mr-meats-10-gebote #category-right {
    padding-top: 246px;
}

.catalog-category-view.category-mr-meats-10-gebote #category-center h3 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.catalog-category-view.category-mr-meats-10-gebote #category-center .left h3:first-child,
.catalog-category-view.category-mr-meats-10-gebote #category-center .right h3:first-child {
    margin-top: 0px;
}

.catalog-category-view.category-mr-meats-10-gebote #category-center .left,
.catalog-category-view.category-mr-meats-10-gebote #category-center .right {
    margin-bottom: 90px;
}

.catalog-category-view.category-mr-meats-10-gebote #category-center .bottom {
    margin-bottom: 150px;
}

/* Partner */
.catalog-category-view.category-partner #category-left,
.catalog-category-view.category-partner #category-right {
    padding-top: 320px;
}

.catalog-category-view.category-partner #category-center .intro {
    padding-bottom: 5px;
}

.catalog-category-view.category-partner #category-center .intro p {
    font-family: "TheSans_Bold";
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2.1px;
    margin-bottom: 70px;
}

.catalog-category-view.category-partner #category-center .intro h3 {
    margin-top: 55px;
    text-align: center;
}

.catalog-category-view.category-partner #category-center p {
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.catalog-category-view.category-partner #category-center p a {
    text-decoration: underline;
}

.catalog-category-view.category-partner #category-center hr {
    margin-top: 112px;
}

.catalog-category-view.category-partner #category-center .first .intro span.colored {
    background-color: #FF7373;
    padding-left: 3px;
    margin-left: -3px;
}

.catalog-category-view.category-partner #category-center .second .image-row,
.catalog-category-view.category-partner #category-center .third .image-row {
    margin-top: 48px;
}

.catalog-category-view.category-partner #category-center .second .image-row img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.catalog-category-view.category-partner #category-center .third hr {
    margin-top: 85px;
}

.catalog-category-view.category-partner #category-center .third .image-row img {
    margin: 23px auto;
}

#partner-logos {
    width: 160%;
    margin-left: -30%;
}

/* Nachhaltigkeit */
.catalog-category-view.category-nachhaltigkeit #category-left,
.catalog-category-view.category-nachhaltigkeit #category-right {
    padding-top: 305px;
}

.catalog-category-view.category-nachhaltigkeit #category-center p {
    line-height: 25px;
}

.catalog-category-view.category-nachhaltigkeit #category-center .intro {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    padding-bottom: 0;
    letter-spacing: 2px;
}

.catalog-category-view.category-nachhaltigkeit #category-center .text-marked {
    background-color: #BFB770;
}

.catalog-category-view.category-nachhaltigkeit #category-center p:first-child {
    margin-bottom: 70px;
}

.catalog-category-view.category-nachhaltigkeit #category-center .bottom {
    margin-top: 85px;
    margin-bottom: 90px;
}

/* Kreutzers Interview */
.catalog-category-view.category-interview-matthias #category-center .question {
    text-transform: uppercase;
    color: #A1A1A1;
    font-size: 18px;
    letter-spacing: 2.4px;
    margin-top: 44px;
}

.catalog-category-view.category-interview-matthias #category-center .answer {
    margin-top: 20px;
    line-height: 24px;
}

.catalog-category-view.category-interview-matthias #category-center .answer-name {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.7px;
}

.catalog-category-view.category-interview-matthias #category-center .answer-text {
    font-style: italic;
}

.catalog-category-view.category-interview-matthias #category-center .thank {
    text-transform: uppercase;
    color: #A1A1A1;
    font-size: 18px;
    letter-spacing: 2.4px;
    margin-top: 134px;
}

.catalog-category-view.category-interview-matthias #category-center #bottom-image-line {
    border-color: #444444;
    border-width: 2px;
    margin-top: 34px;
    margin-bottom: 55px;
}

.catalog-category-view.category-interview-matthias #category-left,
.catalog-category-view.category-interview-matthias #category-right {
    padding-top: 260px;
}

/* Unser Metzger */
.catalog-category-view.category-unser-metzger .text-marked {
    background-color: #FFCFBF;
}

.catalog-category-view.category-unser-metzger h3 {
    text-align: center;
}

.catalog-category-view.category-unser-metzger #category-left,
.catalog-category-view.category-unser-metzger #category-right {
    padding-top: 260px;
}


/* Für Gastronomen */
.catalog-category-view.category-fuer-gastronomen #category-left,
.catalog-category-view.category-fuer-gastronomen #category-right {
    padding-top: 240px;
}

.catalog-category-view.category-fuer-gastronomen #category-center .intro {
    margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: 2px solid #E38F81;
    margin-bottom: 70px;
    letter-spacing: 1px;
}

.catalog-category-view.category-fuer-gastronomen #category-center .intro p {
    font-size: 15px;
    line-height: 27px;
    text-transform: uppercase;
}

.catalog-category-view.category-fuer-gastronomen #category-center h3 {
    font-size: 15px;
    text-transform: none;
    letter-spacing: 1px;
    font-family: "TheSans_Bold";
}

.catalog-category-view.category-fuer-gastronomen #category-center ul {
    padding-left: 15px;
}

.catalog-category-view.category-fuer-gastronomen #category-center h3 {
    padding-left: 25px;
}

.catalog-category-view.category-fuer-gastronomen #category-center ul li {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
    text-indent: -10px;
}

.catalog-category-view.category-fuer-gastronomen #category-center ul li:before {
    content: "-";
    position: relative;
    left: -5px;
    padding-right: 15px;
}

.catalog-category-view.category-fuer-gastronomen #category-center .bottom {
    margin-top: 90px;
    margin-bottom: 135px;
}

.catalog-category-view.category-fuer-gastronomen #category-center .bottom p {
    padding-left: 25px;
}

.catalog-category-view.category-fuer-gastronomen #category-center p img {
    margin: 0 auto;
}

.catalog-category-view.category-fuer-gastronomen .link {
    margin-top: 30px;
}

.catalog-category-view.category-fuer-gastronomen .link a {
    display: inline;
    border-bottom: 2px solid #d0d0d0;
    margin-top: 0;
}


/* ======================================================================================= */


/* Service ================================================================================ */
.cms-page-view .accordion-wrapper a:hover {
    color: #000;
}


.category-haltbarkeit .head-wrapper,
.category-kontakt .head-wrapper {
    margin-top: 50px;
}

.category-haltbarkeit .head-wrapper hr,
.category-kontakt hr {
    border-top: 2px solid #444;
}

/* Frische & Haltbarkeit */
.category-haltbarkeit .head-wrapper .page-title h1 {
    font-size: 32px;
    font-family: "TheSans_Bold";
    line-height: 48px;
    margin-bottom: 55px;
    color: #333;
    letter-spacing: 1.3px;
}

.category-haltbarkeit .head-wrapper h2 {
    font-size: 17px;
    line-height: 31px;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 1.3px;
}

.category-haltbarkeit .head-wrapper hr {
    margin-top: 35px;
    margin-bottom: 80px;
}

.category-haltbarkeit .body-wrapper {
    margin-bottom: 145px;
}

.category-haltbarkeit .body-wrapper p {
    margin-bottom: 35px;
    letter-spacing: 0.65px;
    font-size: 15px;
}

/* Kontakt */
.category-kontakt .head-wrapper h1 {
    margin-bottom: 50px;
}

.category-kontakt .head-wrapper p {
    font-size: 15px;
}

.category-kontakt .border-box.right {
    padding: 10px;
    text-align: center;
    margin-top: 207px;
}

.category-kontakt .border-box.right h3,
.category-kontakt .border-box.bottom h3,
.category-kontakt .border-box.right h4 {
    text-transform: uppercase;
}

.category-kontakt .border-box.right h3,
.category-kontakt .border-box.bottom h3 {
    font-family: "TheSans_Bold";
    font-size: 17px;
    letter-spacing: 1.3px;
}

.category-kontakt .border-box.right h4 {
    font-family: "TheSans_Regular";
    font-size: 12px;
    margin-bottom: 20px;
}

.category-kontakt .contact-info p {
    letter-spacing: -0.5px;
}

.category-kontakt hr {
    margin-top: 65px;
}

.category-kontakt #gmeg_map_canvas {
    margin-top: 30px;
    margin-bottom: 5px;
}

.category-kontakt .body-wrapper h2 {
    font-family: "TheSans_Regular";
    font-size: 16px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 15px;
}

.category-kontakt .border-box.bottom {
    margin-top: 110px;
    padding: 10px;
    text-align: center;
    margin-bottom: 165px;
}

.category-kontakt .border-box.bottom h3 {
    font-size: 16px;
}

.category-kontakt .border-box.bottom p {
    padding: 15px 45px;
}

.category-widerruf .page-content {
    margin-bottom: 90px;
}

.category-widerruf .page-content h2 {
    font-family: "TheSans_Bold";
    font-size: 17px;
    text-transform: uppercase;
    line-height: 31px;
    margin-bottom: 15px;
}

.category-widerruf .page-content p {
    font-size: 15px;
    line-height: 27px;
}

.cms-agb .page-content ul,
.category-widerruf .page-content ul,
.category-verpackung-versand .page-content ul {
    padding-left: 35px;
}

.cms-agb .page-content ul li:before,
.category-widerruf .page-content ul li:before,
.category-verpackung-versand .page-content ul li:before {
    content: "-";
    position: relative;
    left: -35px;
}

.cms-agb .page-content ul li,
.category-widerruf .page-content ul li,
.category-verpackung-versand .page-content ul li {
    text-indent: -3px;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 15px;
    list-style: none;
}

.cms-datenschutz .page-content {
    margin-top: 90px;
    margin-bottom: 90px;
}

.cms-datenschutz .page-content ol {
    padding-left: 50px;
}

.cms-datenschutz .page-content ol li {
    margin-bottom: 15px;
    padding-left: 20px;
}

.cms-agb .page-content {
    margin-top: 60px;
}

.cms-agb .page-content h2 {
    text-align: center;
    font-size: 16px;
    font-family: "TheSans_Regular";
    color: #999;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.cms-agb .page-content h3 {
    font-family: "TheSans_Bold";
    font-size: 17px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.cms-agb .page-content ol {
    padding-left: 50px;
}

.cms-agb .page-content ol li {
    margin-bottom: 15px;
    padding-left: 20px;
}

.cms-agb .page-content p {
    padding-left: 35px;
}

.cms-agb .page-content .block-widerruf .page-title {
    text-align: left;
}

.cms-agb .page-content .block-widerruf .page-content,
.cms-agb .page-content .block-widerruf .page-title h1 {
    padding-left: 35px;
}

.cms-agb .page-content .block-widerruf .page-title h1 {
    font-family: "TheSans_Bold";
    font-size: 15px;
    text-decoration: none;
    margin: 0;
    line-height: 15px;
    letter-spacing: 3.8px;
}

.cms-agb .page-content .block-widerruf .page-content {
    margin-top: 30px;
}

.cms-agb .page-content .block-widerruf .page-content h2 {
    text-align: left;
    color: #333;
    font-size: 15px;
    letter-spacing: 0.65px;
}

.category-verpackung-versand .page-content .page-title {
    margin-top: 50px;
    margin-bottom: 15px;
}

.category-verpackung-versand .page-content h3 {
    font-family: "TheSans_Bold";
    font-size: 15px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.3px;
    margin-bottom: 90px;
}

.category-verpackung-versand .page-content hr {
    margin-top: 35px;
    margin-bottom: 27px;
}

.category-verpackung-versand .page-content h2 {
    font-family: "TheSans_Regular";
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 3.9px;
    line-height: 32px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 55px;
}

.category-verpackung-versand .page-content .border-box {
    padding: 80px;
}

.category-verpackung-versand .page-content h4,
.category-verpackung-versand .page-content .border-box h4 {
    text-align: center;
    font-family: "TheSans_Regular";
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.category-verpackung-versand .page-content h4 {
    margin-top: 55px;
}

.category-verpackung-versand .page-content .border-box h4 {
    margin-top: 0;
}

.category-verpackung-versand .page-content ul {
    padding-left: 10px;
    font-size: 14px;
}

.category-verpackung-versand .page-content ul li:before {
    left: -10px;
}

.category-verpackung-versand .page-content table {
    margin-bottom: 85px;
}

.category-verpackung-versand .page-content table tr td,
.category-verpackung-versand .page-content table tr th {
    font-size: 14px;
    padding: 20px 0;
}

.category-verpackung-versand .page-content table thead {
    text-transform: uppercase;
    font-family: "TheSans_Bold";
}

.category-verpackung-versand .page-content table thead tr {
    border-top: 1px solid #444;
}

.category-verpackung-versand .page-content table tbody tr {
    border-bottom: 1px solid #ececec;
}

.category-verpackung-versand .page-content table tbody tr:first-child {
    border-top: 1px solid #444;
}

.category-verpackung-versand .page-content table tbody tr:last-child {
    border-bottom: 1px solid #444;
}

.category-verpackung-versand .page-content .versand {
    margin-top: 65px;
    margin-bottom: 90px;
}

.category-verpackung-versand .page-content .selbstabholer {
    margin-top: 85px;
}

/* ======================================================================================= */


/* Membership ================================================================================ */

.cms-membership-monatliche-zahlung .page-title {
    margin-bottom: 66px;
    margin-top: 78px;
}

.cms-membership-monatliche-zahlung h2 {
    text-transform: uppercase;
    font-family: "TheSans_Regular";
    letter-spacing: 1px;
    font-size: 19px;
    padding-bottom: 23px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px;
}

.cms-membership-monatliche-zahlung form ul.form-list li {
    list-style-type: none;
}

.cms-membership-monatliche-zahlung form ul.form-list li label {
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 2px;
    margin-bottom: 2px;
}

.cms-membership-monatliche-zahlung form ul.form-list li .input-box {
    margin-bottom: 17px;
    width: 240px;
    font-family: "TheSans_Italic";
}

.cms-membership-monatliche-zahlung #requestForm p.required {
    width: 200px;
    text-align: left;
    color: #444;
    margin-bottom: 40px;
}

.cms-membership-monatliche-zahlung .accordion-wrapper {
    margin-bottom: 200px;
}


.cms-membership-monatliche-zahlung h3 {
    margin-bottom: 30px;
    font-size: 30px;
}

.cms-membership-monatliche-zahlung .label {
    padding: 3px 0 0 0;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.1px;
}

.cms-membership-monatliche-zahlung .value {
    font-size: 15px;
    font-family: 'TheSans_Bold', sans-serif;
}

.cms-membership-monatliche-zahlung .info-section {
    margin-bottom: 70px;
}

.cms-membership-monatliche-zahlung .value .sum {
    text-decoration: none;
    border-bottom: 2px solid #D0D0D0;
    line-height: 15px;
    margin-top: 4px;
}

.cms-membership-monatliche-zahlung .sum-seperator {
    margin: 10px 0px;
}

.cms-membership-monatliche-zahlung .checkout-agreements {
    list-style-type: none;
    padding-left: 0px;
}

.cms-membership-monatliche-zahlung .checkout-agreements input {
    float: left;
}

.cms-membership-monatliche-zahlung .checkout-agreements label {
    padding-left: 5px;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    padding-top: 3px;
    display: block;
    padding-left: 18px;
}

.cms-membership-monatliche-zahlung .checkout-agreements .agree {
    padding: 0px;
}

.cms-membership-monatliche-zahlung .checkout-agreements .agree a {
    text-decoration: underline;
}


/* Description */
.category-abos .banner-headline {
    margin-top: 50px;
}

.category-abos .banner-subline,
.category-abos .contact-block {
    margin-top: 45px;
}

.category-abos .banner-subline h2 {
    font-family: "TheSans_Bold";
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 1.3px;
}

.category-abos .contact-block .border-box {
    border-color: #444;
    padding: 20px 10px 10px 10px;
    text-align: center;
    margin-bottom: 60px;
}

.category-abos .contact-block .border-box h4 {
    text-transform: uppercase;
    letter-spacing: 0px;
}

.category-abos .contact-block .border-box hr {
    margin-top: 15px;
    margin-bottom: 5px;
    border-color: #444;
    display: inline-block;
    width: 120px;
}

.category-abos .contact-block .border-box p {
    font-size: 13px;
}

.category-abos .contact-block .border-box p:last-child {
    margin-top: -10px;
}

.category-abos .partners-block {
    margin-top: 85px;
}

.category-abos .partners-block h4 {
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
}

.category-abos .partners-block ul li {
    text-align: center;
    margin-bottom: 25px;
}

.category-abos .category-description {
    margin-top: 55px;
    margin-bottom: 90px;
}

.category-abos .category-description h3 {
    letter-spacing: 2px;
}

.category-abos .category-description ul {
    padding-left: 19px;
    padding-right: 20px;
}

.category-abos .category-description ul:nth-child(2) {
    margin-bottom: 60px;
}

.category-abos .category-description ul li {
    text-indent: -5px;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 5px;
    list-style: none;
}

.category-abos .category-description ul li:before {
    content: "-";
    position: relative;
    left: -13px;
}

.category-abos #abo-advantages .adv-header {
    text-transform: uppercase;
    text-align: center;
}

.category-abos #abo-advantages .adv-header h2 {
    margin-top: 35px;
    letter-spacing: 6px;
    font-size: 18px;
    margin-bottom: 35px;
}

.category-abos #abo-advantages .adv-header hr {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    border-top: 2px solid #c7c7c7;
}

.category-abos #abo-advantages .teaser {
    margin-bottom: 52px;
}

.category-abos #abo-advantages .box {
    border: 1px solid #333333;
    height: 108px;
}

.category-abos #abo-advantages .label {
    display: block;
    white-space: normal;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    letter-spacing: 1px;
}

.category-abos #abo-advantages .plus {
    float: right;
    position: relative;
    right: -20px;
    top: -64px;
    font-size: 18px;
    color: #333333;
}

.category-abos #abo-advantages #grill-monthly-amount-sum-adv,
.category-abos #abo-advantages #grill-monthly-amount-sum-adv .label {
    color: #FFFFFF;
}

.category-abos #abo-advantages #grill-monthly-amount-sum-adv .box {
    background-color: #333333;
}

.category-abos #abo-advantages #grill-saving-adv,
.category-abos #abo-advantages #grill-saving-adv .label {
    color: #DF5F5F;
}

.category-abos #abo-advantages #grill-saving-adv .box {
    border-color: #DF5F5F;
}

.category-abos #abo-advantages #grill-monthly-amount-sum-adv .value-container,
.category-abos #abo-advantages #grill-saving-adv .value-container {
    margin-top: 19px;
    text-align: center;
}

.category-abos #abo-advantages #grill-monthly-amount-sum-adv .value,
.category-abos #abo-advantages #grill-saving-adv .value {
    font-size: 24px;
}

.category-abos #abo-advantages #grill-monthly-amount-sum-adv .currency-symbol,
.category-abos #abo-advantages #grill-saving-adv .currency-symbol {
    font-size: 20px;
}

.category-abos #abo-advantages #discount-catalog-adv .value-container,
.category-abos #abo-advantages #discount-shipping-adv .value-container {
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 34px;
    letter-spacing: 3px;
}

.category-abos #abo-advantages #discount-catalog-adv .value,
.category-abos #abo-advantages #discount-shipping-adv .value {
    font-size: 19px;
    text-transform: uppercase;
}

.category-abos #abo-advantages #discount-shipping-adv .value-container {
    margin-top: 26px;
}

.category-abos #abo-advantages #discount-shipping-adv .value-container-2 {
    text-align: center;
}

.category-abos #abo-info-popup {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 50%;
    left: 50%;
    width: 770px;
    height: 1010px;
    max-height: 90vh;
    margin-left: -385px;
    margin-bottom: -505px;
    background-color: #ffffff;
    border: 1px solid #444444;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    color: #444444;
    overflow-y: scroll;
}

.category-abos #abo-info-popup .round-button {
    float: right;
    margin-top: 21px;
    margin-right: 21px;
}

.category-abos #abo-info-popup h2 {
    text-transform: uppercase;
    text-align: center;
    clear: both;
    margin-top: 82px;
    font-size: 18px;
    letter-spacing: 6px;
}

.category-abos #abo-info-popup h3 {
    font-style: normal;
    margin-bottom: 5px;
}

.category-abos #abo-info-popup .description {
    padding-left: 100px;
    padding-right: 75px;
    margin-top: 92px;
}

.category-abos #abo-info-popup .description ul {
    margin-top: 0;
    padding-left: 19px;
}

.category-abos #abo-info-popup .description ul:nth-child(2) {
    margin-bottom: 35px;
}

.category-abos #abo-info-popup .description li {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
}

.category-abos #abo-info-popup .description li:before {
    left: -13px;
}

/* Product List */
.category-abos .products-grid.abos .thumbnail {
    padding-top: 20px;
    overflow: hidden;
    min-height: 390px;
}

.category-abos .products-grid.abos .uvp {
    padding: 8px 10px;
    margin-right: 15px;
}

.category-abos .products-grid.abos .uvp .label,
.category-abos .products-grid.abos .uvp .value {

    font-family: "TheSans_Bold";
    font-size: 12px;
    text-transform: uppercase;
    color: #A2A2A2;
    letter-spacing: 0.3px;
}

.category-abos .products-grid.abos .product-image {
    width: 100%;
    border: none;
}

.category-abos .products-grid.abos .wrapper-right {
    margin-top: 43px;
    border-left: 2px solid #c7c7c7;
}

.category-abos .products-grid.abos .abo-headline {
    font-family: "TheSans_Regular";
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}

.category-abos .products-grid.abos .product-name {
    font-family: "TheSans_Bold";
    font-size: 21px;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 30px;
}

.category-abos .products-grid.abos .abo-recharge-amount,
.category-abos .products-grid.abos .abo-duration,
.category-abos .products-grid.abos .abo-additional-payment {
    font-family: "TheSans_Regular";
    font-size: 12px;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #EAEAEA;
    line-height: 21px;
    overflow: hidden;
}

.category-abos .products-grid.abos .abo-additional-payment {
    font-family: "TheSans_Bold";
}

.category-abos .products-grid.abos .abo-recharge-amount .label,
.category-abos .products-grid.abos .abo-duration .label,
.category-abos .products-grid.abos .abo-additional-payment .label {
    font-size: 100%;
}

.category-abos .products-grid.abos .product-subline {
    font-family: "TheSans_Bold";
    font-size: 12px;
    margin-top: 36px;
    text-decoration: none;
    margin-bottom: 0px;
}

.category-abos .products-grid.abos .price-box {
    margin-top: 0;
}

.category-abos .products-grid.abos .button-wrapper {
    margin-right: 30px;
}

.category-abos .products-grid.abos .button-wrapper button {
    margin-bottom: 60px;
}

.category-abos .item {
    min-height: 391px;
}

.category-abos .manufacter-logo img {
    max-width: 100px;
}

.cart .item-options .abo-details {
    margin-bottom: 65px;
    overflow: hidden;
}

.cart .item-options .abo-line,
.cart .item-options .abo-line .label,
.cart .item-options .abo-line .value {
    font-family: "TheSans_Regular";
    font-weight: 100;
    font-size: 100%;
    padding: 0;
    line-height: 17px;
}

.category-probierpakete .products-grid .item .probierpakete-badge {
    position: absolute;
    top: -23px;
    right: 18px;
    width: 120px;
    text-align: center;
    color: #C59D5F;
    font-size: 12px;
}

.category-probierpakete .products-grid .item .probierpakete-badge p {
    margin-top: 2px;
}

/* ======================================================================================= */


/* Membership ================================================================================ */

.product-heineken-aktion .banner-headline,
.category-probierpakete .banner-headline {
    margin-top: 50px;
    margin-bottom: 40px;
}

.product-heineken-aktion .banner-subline,
.category-probierpakete .banner-subline {
    margin-top: 35px;
    margin-bottom: 75px;
}

.product-heineken-aktion .banner-subline h2,
.category-probierpakete .banner-subline h2 {
    font-family: "TheSans_Bold";
    letter-spacing: 1.3px;
    text-align: center;
    text-transform: none;
    font-size: 15px;
    text-decoration: none;
}

.product-heineken-aktion .products-grid .thumbnail,
.category-probierpakete .products-grid .thumbnail {
    min-height: 460px;
    margin-bottom: 30px;
}

.product-heineken-aktion .products-grid .thumbnail a img,
.category-probierpakete .products-grid .thumbnail a img {
    height: 60px;
}

.product-heineken-aktion .product-name,
.category-probierpakete .product-name,
.prime-list .category-name {
    font-family: "TheSans_Bold";
    font-size: 21px;
    letter-spacing: 1.3px;
    margin-top: 45px;
    margin-bottom: 5px;
}

.prime-list .category-name,
.prime-list .category-description {
    text-transform: uppercase;
    text-align: center;
}

.prime-list .category-description {
    font-family: "TheSans_Regular";
    font-size: 12px;
    letter-spacing: 1.5px;
}

.prime-list > .col-xs-12 {
    text-align: center;
}

.prime-list .btn {
    padding: 7px 13px 7px 12px;
}

.prime-list .button-wrapper {
    margin-top: 75px;
    margin-bottom: 75px;
}

.prime-list .category-block {
    border: 1px solid #ececec;
    overflow: hidden;
    margin-bottom: 10px;
}

.prime-list .category-block img {
    max-width: 100%;
}

.product-heineken-aktion .product-subline,
.category-probierpakete .product-subline {
    font-family: "TheSans_Regular";
    font-size: 12px;
    text-decoration: none;
    margin-top: 10px;
}

.product-heineken-aktion .products-grid .item hr,
.category-probierpakete .products-grid .item hr {
    margin: 10px 55px;
}

.product-heineken-aktion .products-grid .item ul,
.product-heineken-aktion #description-bottom ul,
.category-probierpakete .products-grid .item ul,
.category-probierpakete #description-bottom ul,
#description-bottom.category-probierpakete ul {
    text-align: center;
}

.product-heineken-aktion .products-grid .item ul li,
.product-heineken-aktion #description-bottom ul li,
.category-probierpakete .products-grid .item ul li,
.category-probierpakete #description-bottom ul li,
#description-bottom.category-probierpakete ul li {
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 21px;
}

.product-heineken-aktion .bundle-content,
.category-probierpakete .bundle-content {
    min-height: 150px;
}

.category-probierpakete .bundle-content {
    text-align: center;
}

.product-heineken-aktion #product-content,
.category-probierpakete #product-content {
    margin-top: 0;
}

.product-heineken-aktion .product-options {
    display: none;
}

.product-heineken-aktion #description-bottom,
.category-probierpakete #description-bottom,
#description-bottom.category-probierpakete {
    height: auto !important;
    margin-bottom: 65px;
}

.product-heineken-aktion #description-bottom ul li,
.category-probierpakete #description-bottom ul li,
#description-bottom.category-probierpakete ul li {
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    font-size: 14px;
    line-height: 34px;
}

.product-heineken-aktion #description-bottom ul li:nth-child(2n),
.category-probierpakete #description-bottom ul li:nth-child(2n),
#description-bottom.category-probierpakete ul li:nth-child(2n) {
    background: #FCFCFC;
}

.category-groupon #description-top.category-probierpakete {
    display: none !important;
}

.category-meatment .products-grid .thumbnail, .category-kochen-mit .products-grid .thumbnail {
    padding: 0;
}

.category-meatment .products-grid .ratings-wrapper, .category-kochen-mit .products-grid .ratings-wrapper {
    height: 0;
}

.category-meatment .products-grid .product-subline, .category-kochen-mit .products-grid .product-subline {
    font-family: "TheSans_Bold";
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-top: 25px;
    margin-bottom: 5px;
    text-decoration: none;
}

.category-meatment .products-grid .short-description, .category-kochen-mit .products-grid .short-description {
    text-align: center;
    font-family: "TheSans_Regular";
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.category-meatment .products-grid .weight-sum, .category-kochen-mit .products-grid .weight-sum {
    text-align: center;
    font-style: italic;
    margin: 10px 0;
}

.category-meatment .products-grid .weight-sum .label, .category-kochen-mit .products-grid .weight-sum .label {
    font-size: 15px;
}

.category-meatment .products-grid .price-box, .category-kochen-mit .products-grid .price-box {
    margin: 20px 0;
}

.category-meatment .products-grid .uvp, .category-kochen-mit .products-grid .uvp {
    position: absolute;
    left: 10%;
    top: 5%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 15px;
}

.category-meatment .products-grid .uvp span, .category-kochen-mit .products-grid .uvp span {
    color: #fff;
    font-size: 75%;
    padding: 0;
}

.category-primepakete .category-description .row-3, .category-meatment .category-description .row-3, .category-kochen-mit .category-description .row-3 {
    font-size: 15px;
    font-family: "TheSans";
    letter-spacing: 2px;
    font-weight: 600;
    color: #444444;
}

.category-primepakete .category-description p {
    padding: 40px 0 10px 0;
}

.vorteil {
    font-weight: 700;
}

.category-subline {
    padding-bottom: 50px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "TheSans_Bold";
    letter-spacing: 6px;
    max-width: 80%;
    margin: auto;
    margin-top: -50px;
}

.thumbnail hr.hr-4col {
    margin: 20px 21% 20px 21%;
}

hr.hr-4col {
    border-top: 1px solid #c7c7c7;
}

/* ======================================================================================= */


/* Footer ================================================================================ */
footer {
    margin-top: 38px;
}

footer .inline {
    display: inline-block;
}

.footer ul {
    padding-left: 0;
}

.footer ul li:before {
    content: "";
    left: 0;
}

.footer {
    padding-bottom: 20px;
}

.footer-block h3 {
    font-family: "TheSans_Bold";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-bottom: 6px;
}

.footer-block h4 {
    font-family: "TheSans_Regular";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 11px;
}

.footer-block p {
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: 0.66px;
}

.footer-block .border-bottom {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

#footer-block-1 h3 {
    border-top: 15px solid #BFB577;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}

#footer-block-1 .border-bottom {
    padding-bottom: 19px;
    border-bottom: none;
}

#footer-block-1 #newsletter {
    float: left;
    width: 72%;
    min-width: 280px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #B8B8B8;
    height: 27px;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 3px 0 3px;
    letter-spacing: 0.5px;
}

#footer-block-1 #newsletter-submit {
    float: right;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#footer-block-1 .newsletter-unsubscribe-wrapper {
    margin-top: 5px;
    margin-bottom: 10px;
}

#footer-block-1 .newsletter-unsubscribe-wrapper a:hover {
    text-decoration: underline;
}

#footer-block-2 .border-bottom {
    padding-bottom: 5px;
    border-bottom: none;
}

#footer-block-2 .footer-col-left {
    border-top: 15px solid #551800;
}

#footer-block-2 .footer-col-left .border-right {
    margin-right: 15px;
    border-right: 1px solid #444;
    margin-top: 15px;
}

#footer-block-2 .footer-col-left .border-right h3 {
    display: inline;
    border-bottom: 2px solid #d0d0d0;
    margin-top: 0;
}

#footer-block-2 .footer-col-left .border-right p {
    margin-top: 7px;
}

#footer-block-2 .footer-col-right {
    border-top: 15px solid #551800;
    padding-top: 15px;
    padding-left: 15px !important;
}

#footer-block-2 .footer-col-right p {
    letter-spacing: 1.66px;
}

#footer-block-2 .footer-termin-grossbestellungen {
    margin-top: 15px;
}

.footer-small p {
    font-size: 11px;
    color: #A2A2A2;
    letter-spacing: 1.5px;
    margin-top: 6px;
}

#footer-block-3 {

}

#footer-block-3 .inline:nth-child(1) {
    float: left;
}

#footer-block-3 .inline:nth-child(2) {
    float: right;
    margin-right: 23px;
}

#footer-block-3 ul li {
    display: inline;
    margin-left: 0;
}

#footer-block-3 .border-bottom {
    border-top: 1px solid #ececec;
    padding-top: 25px;
    padding-bottom: 10px;
}

#footer-block-4 .border-bottom {
    border-top: 1px solid #ececec;
    padding-bottom: 19px;
    padding-top: 25px;
}

#footer-block-4 .border-bottom .inline:nth-child(2) {
    float: right;
    margin-right: 28px;
    margin-top: 3px;
}

#footer-block-4 .border-box {
    border: none;
    outline: 1px solid #ececec;
    padding-top: 33px;
    padding-bottom: 17px;
}

#footer-block-4 .border-box #kreutzers-gutschein {
    margin: 0 10px 10px 10px;
    height: 35px;
    background: url('/media/img/kreutzers_gutschein_pattern.png');
}

#footer-block-4 .border-box p {
    padding: 0;
    text-align: center;
    padding-bottom: 9px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#footer-block-5 {
    margin-top: 35px;
}

#footer-block-5 h3 {
    text-align: left;
    margin-top: 0;
}

#footer-block-5 ul {
    margin-top: 30px;
    padding-left: 5px;
}

#footer-block-5 ul li {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

#footer-block-5 .social {
    padding-left: 20px !important;
    padding-right: 50px !important;
    border-right: 1px solid #ececec;
}

#footer-block-5 .social ul li div,
#footer-mobile .social ul li div {
    width: 23px;
    height: 23px;
    margin: 0 auto;
    margin-bottom: 17px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

#footer-block-5 .social ul li .facebook,
#footer-mobile .social ul li .facebook {
    background-image: url('/media/img/footer_social_facebook.svg');
    background-size: 60%;
}

#footer-block-5 .social ul li .twitter,
#footer-mobile .social ul li .twitter {
    background-image: url('/media/img/footer_social_twitter.svg');
    background-size: 100%;
}

}
#footer-block-5 .social ul li .pinterest,
#footer-mobile .social ul li .pinterest {
    background-image: url('/media/img/footer_social_pinterest.svg');
    background-size: 100%;
}

#footer-block-5 .social ul li .instagram,
#footer-mobile .social ul li .instagram {
    background-size: 100%;
    background: url('/media/img/footer_social_instagram.svg');
    background-position: 0 !important;
    width: 22px;
}

#footer-block-5 .social ul li .share,
#footer-mobile .social ul li .share {
    background-position: 0 105px;
}

#footer-block-5 .social ul li .instagram,
#footer-mobile .social ul li .instagram {
    background-position: 0 64px;
}

#footer-block-5 .social ul li .pinterest,
#footer-mobile .social ul li .pinterest {
    background-position: 0 23px;
}

#footer-block-6 {
    margin-top: 24px;
}

#footer-block-6 .trusted-shop {
    margin-top: 27px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 3px;
}

#footer-block-6 .trusted-shop .inline:nth-child(1) {
    margin-right: 44px;
}

#footer-block-6 .trusted-shop .inline:nth-child(2) {
    margin-right: 86px;
}

#footer-block-6 .trusted-shop .inline:nth-child(3) {
    top: -60px;
    position: relative;
}

#footer-block-6 .trusted-shop ul li {
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 5px;
}

#footer-block-6 .trusted-shop ul li:before {
    content: "-";
    position: relative;
    left: -5px;
}

#footer-slogan {
    text-align: center;
    font-family: "TheSans_Bold";
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 3.5px;
    margin-top: -47px;
}

.footer-home {
    display: none;
    visibility: hidden;
}

.cms-home .footer-home {
    display: block;
    visibility: visible;
}

.footer-menu {
    background: #2E3329;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-top: 18px;
}

#footer-menu .border-top {
    border-top: 2px solid #808080;
    margin-top: 45px;
    padding-top: 22px;
}

#footer-menu a {
    font-family: "TheSans_Bold";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    margin-right: 65px;
}

#footer-menu a:last-child {
    margin-right: 0;
}

#footer-second {
    background: #000;
    color: #B3B3B3;
    margin-top: 102px;
}

#footer-second .seo-row {
    display: none;
    visibility: hidden;
}

.cms-home #footer-second .seo-row {
    display: block;
    visibility: visible;
}

#footer-second .seo-text {
    margin-top: 83px;
}

#footer-second .seo-text h1 {
    font-family: "TheSans_Bold";
    letter-spacing: 0.6px;
    font-size: 21px;
    text-transform: uppercase;
}

#footer-second .seo-text h2 {
    font-family: "TheSans_Regular";
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-top: 34px;
}

#footer-second .seo-text .content {
    margin-top: 52px;
}

#footer-second .seo-text h3 {
    text-transform: uppercase;
    font-family: "TheSans_Bold";
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 15px;
}

#footer-second .seo-text p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

#footer-mega-menu {
    margin-top: 120px;
    padding-bottom: 104px;
}

#footer-mega-menu .border-top {
    border-top: 1px solid #B3B3B3;
}

#footer-mega-menu .border-bottom {
    border-bottom: 1px solid #B3B3B3;
    margin-bottom: 20px;
}

#footer-mega-menu a {
    color: #B3B3B3;
}

#footer-mega-menu h2 {
    font-family: "TheSans_Bold";
    font-size: 16px;
    text-transform: uppercase;
}

#footer-mega-menu ul {
    margin-bottom: 20px;
}

#footer-mega-menu .row:first-child h2 {
    margin-top: 6px;
}

#footer-mega-menu .top-seller h2 {
    margin-bottom: 18px;
}

#footer-mega-menu .row:first-child p {
    margin-top: 17px;
}

#footer-mega-menu .row:first-child p span.widget-category-link-inline,
#footer-mega-menu .row:first-child p a {
    text-transform: uppercase;
    margin-right: 20px;
}

#footer-mega-menu .row:first-child p span.widget-category-link-inline:last-child,
#footer-mega-menu .row:first-child p a:last-child {
    margin-right: 0;
}

#footer-mega-menu .row:last-child {
    margin-top: 5px;
}

#footer-mobile .copyright-box {
    clear: both;
    background: #000;
    padding: 30px 10px;
}

#footer-mobile .copyright-box p {
    color: #fff;
    text-transform: uppercase;
    font-family: "TheSans_Bold";
    font-size: 12px;
    margin: 0;
    letter-spacing: 2.6px;
}

/* ======================================================================================= */


/* Clears ================================================================================ */
.clear {
    clear: both;
}

.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* ======================================================================================= */


/* Magpassion grid layout */
/*.mp_col_main, .mp_col_left, .mp_col_right {
    padding:0 15px;
}
.mp_col_left, .mp_col_right { width: 245px; }
.mp_col_left {float: left;}*/

@media (min-width: 768px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    /*  .mp_2colright .mp_col_right {float:right;}
      .mp_2colright .mp_col_main {x
          float:left;
          width:925px;
      }
      .mp_2colright .mp_col_main .mp_col_center {
          float: right;
          width: 680px;
      }

      .mp_2colleft .mp_col_main, .mp_2colleft .mp_col_center {
          float:right;
          width:925px;
      }
      .mp_3col .mp_col_right {float:right;}
      .mp_3col .mp_col_left {float:left;left:-680px;position: relative;}
      .mp_3col .mp_col_center {float:left;width: 680px;left:245px;position: relative;}*/
}


.container {
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}


.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.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-right: 15px;
    padding-left: 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.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.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.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .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.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .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.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

}

.mar-bo {
    margin-bottom: 30px;
}

#mp_mobile_menu {
    position: fixed;
    top: 0;
    left: -250px;
    bottom: 0;
    width: 250px;
    background: black;

}

#mp_overlay {
    position: fixed;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0px;
    background: black;
    opacity: 0.2;
    width: 100%;
    display: none;
}

#mp_pagewraper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: -1px;
}

#mp_pagewraper_inner {
    position: relative;
}

#mp_topnavi {
    text-align: right;
    z-index: 99;
    position: relative;
}

#mp_topnavi ul {
    margin: 0;
}

#mp_topnavi ul li {
    padding: 0 0 0 52px;
    letter-spacing: 1.2px;
}

#mp_topnavi ul li a {
    font-size: 13px;
    font-family: 'TheSans_Regular';
    text-transform: uppercase;
}

#mp_topnavi ul li.first a {
    font-family: 'TheSans_Bold';
}

.header-help {
    visibility: hidden;
    font-family: 'TheSans_Bold';
    text-transform: uppercase;
    display: inline-block;
    padding-top: 3px;
    letter-spacing: 1px;
}

.search-top .btn-default {
    background-image: none;
}

#header {
    text-align: center;
    margin-top: -27px;
    clear: both;
}

#header .container {
    position: relative;
}

#mp_topsearch {
    margin-top: 43px;
}

#mp_mainnavigation {
    margin-top: -22px;
}


@-moz-document url-prefix() {

    #header {
        top: -27px;
        position: relative;
        clear: both;
        text-align: center;
    }

    #mp_mainnavigation {
        position: relative;
        top: -28px;
    }

    header {
        margin-bottom: -4px;
    }

}


/********** < Navigation */
.nav-container {
}

#nav {
}

/* All Levels */
/*
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }
*/
/* 1st Level */
/*
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }
*/
#nav > li > a {
    font-size: 14px;
    font-family: 'TheSans_Bold';
    color: #353336;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}

/* 2nd Level */

#nav > li.nav-1,
#nav > li.nav-2,
#nav > li.nav-3 {
    border-right: 1px solid rgba(52, 51, 53, 0.75)
}

#nav > li.nav-4,
#nav > li.nav-5,
#nav > li.nav-6 {
    border-left: 1px solid rgba(52, 51, 53, 0.75)
}

#nav li a .caret {
    color: #717071;
    margin: -3px 0 0 9px;
}

#nav ul:not(.yamm-dropdown), #nav div:not(#product-sub-wrapper, ) {
    position: absolute;
    width: 15em;
    top: 50px;
    left: -10000px;
    /*border:1px solid #ddd; */
    background: #fafafa;
    background-clip: padding-box;
    background-color: rgba(9, 24, 25, 0.85);
    /*border: 1px solid rgba(0, 0, 0, 0.15);*/
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    margin-top: 23px;
}

#nav > li > ul > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    font-size: 12px;
    padding: 10px 15px;
    line-height: 1.42857;
    margin: 0 !important;

    white-space: nowrap;
}

#nav div ul {
    position: static;
    width: auto;
    border: none;
}

/* 3rd+ leven */
#nav ul li {
    position: relative;
}

#nav ul ul {
    top: 7px;
}

/*
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#000 !important; }
*/

/* Show menu */

#nav li ul.shown-sub,
#nav li div.shown-sub {
    z-index: 999;
    display: block;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

/********** Navigation > */


#mp_topcart {
    position: absolute;
    top: 43px;
    right: 15px;
    width: 115px;
}

#mp_topcart .panel-heading {
    text-align: center;
    background: #FF9900;
    border: 1px solid #CC7500;
}

.toogle_sidebar {
    /*float: left;
    width: 30px;
    margin-right: 10px;
    height: 47px;
    line-height: 47px;
    cursor: pointer;*/
}

.mp_backlink {
    padding: 20px 0;
    text-align: right;
}

.icon-8x {
    font-size: 8em;
}

.mp_selectlanguages {
    margin: 0;
}

.mp_selectlanguages li {
    display: inline;
}

.mp_selectlanguages li a {
    display: block;
    padding: 5px 0;
    float: left;
    opacity: 0.3;
    transition: all 1s;
}

.mp_selectlanguages li a:hover {
    opacity: 1;
    transition: all 1s;
}

.mp_selectlanguages li a.active {
    opacity: 1;
}

#main_bodycontent {
}

#mp_mainbanner {
    background: #333333;
}

.bx-wrapper {
    padding: 0 !important;
}

.toggle_search {
    cursor: pointer;
}

.mobile-menu-button {
    float: left;
    width: 20%;
}

.mobile-menu-button .toogle_sidebar img {
    width: 21px;
}

.mobile-menu-button .toggle_search img {
    width: 20px;
}

.mobile-menu-button .navbar-brand img {
    width: 20px;
}

.mobile-menu-button .navbar-cart img {
    width: 25px;
}

.mobile-menu-button .navbar-account img {
    width: 18px;
}

.search-mobile-wrapper {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.search-mobile {
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}

.search-mobile .input-group {
    margin-right: 0;
    float: none;
}

.search-mobile .input-group-btn {
    display: table-cell;
    visibility: visible;
}

.search-mobile .input-group-btn .btn {
    font-size: 12px;
    line-height: 12px;
    margin-left: 20px !important;
}

.search-mobile input[type="text"] {
    width: 100% !important;
    margin-right: 30px;
}

/* ======================================================================================= */

/* SEITEN */

/* Home */
.cms-home .std p {
    margin: 0;
}

.cms-home ul.messages {
    position: absolute;
    top: 12px;
}

.bx-viewport {
    border: none !important;
    box-shadow: none !important;
    left: 0 !important;
    background: none !important;
}

/* Catalog View */
.catalog-category-view.category-rind #mp_breadcrumb,
.category-rind .category-title {
    display: none;
    visibility: hidden;
}

.catalog-category-view .category-image {
    margin-bottom: 56px;
}

/* ======================================================================================= */

/* PRIMECARD */
#prime-bonus .product-name {
    text-align: center;
    margin: 0 0 22px 0;
}

#prime-bonus .product-name h1 {
    text-decoration: underline;
    font-size: 32px;
    font-family: 'TheSans_Bold';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 51px 0 14px 0;
}

#prime-bonus .product-name h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-style: italic;
    font-family: 'TheSans_Regular';
    margin-top: 12px;
}

#prime-bonus .accordion-header .accordion-icon {
    float: right;
    font-family: "TheSans_Regular";
}

#prime-bonus .accordion-header.ui-state-active .accordion-icon {
    transform: rotate(90deg);
}

#prime-bonus .buttons-set {
    margin-bottom: 45px;
}

#prime-bonus .left-content {
    margin-top: 60px;
}

.radio-image {
    cursor: pointer;
}

.radio-image > input {
    visibility: hidden;
    position: absolute;
}

.radio-image .radio-label {
    border: 1px solid;
    border-color: transparent;
    padding: 5px;
}

.radio-image > input[disabled] + .radio-label {
    opacity: 0.5;
}

.radio-image > input:checked + .radio-label {
    border-color: #444;
    /*text-decoration: underline;*/
}

.radio-image .radio-label .color-select {
    width: 35px;
    height: 35px;
    border: 1px solid #E5E5E5;
    margin: 0 auto;
}

.radio-image .radio-label .color-label {
    text-align: center;
    font-size: 12px;
}

#prime-bonus .color-note {
    display: none;
    margin-top: 15px;
}

#prime-bonus .bonus-not-available {
    margin-bottom: 25px;
    color: #f00;
}

#bonus-product-form h2 {
    border: none;
    padding-bottom: 0;
    text-align: center;
    font-weight: normal;
    font-family: "TheSans_Bold";
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 36px 0;
    letter-spacing: 6.3px;
    margin-top: 47px;
}

#bonus-product-form #images {
    display: none !important;
    visibility: hidden !important;
}

#bonus-product-form .fieldset {
    margin-bottom: 45px;
}

#bonus-product-form .fieldset h2 {
    margin-top: 0;
    text-align: left;
}

#bonus-product-form .fieldset .input-box,
#bonus-product-form .fieldset input,
#bonus-product-form .fieldset select {
    width: 100% !important;
}

#bonus-product-form .fieldset ul.form-list .fields .field {
    width: 100%;
}

#bonus-product-form .image-center img {
    margin: 0 auto;
    margin-bottom: 45px;
}

#bonus-product-form .bonus-description ul {
    margin-top: 18px;
    padding-left: 30px;
}

#bonus-product-form .bonus-description ul li {
    position: relative;
    left: 0px;
    text-indent: -5px;
    margin-top: 5px;
}

#bonus-product-form .bonus-description ul li:before {
    content: "-";
    position: relative;
    left: -30px;
}

#bonus-product-form .box {
    margin-top: 245px;
}

#bonus-product-form .box .border-box {
    border-color: #444;
    padding: 20px 10px 10px 10px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 80px;
}

#bonus-product-form .box .border-box h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 19px;
}

#bonus-product-form .box .border-box hr {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

#bonus-product-form .box .border-box p {
    letter-spacing: 0.5px;
    line-height: 18px;
    margin: 0 0 6px;
}

#bonus-product-form .border-box {
    border-color: #444;
    margin-top: 120px;
    padding: 20px 10px 0 10px;
}

#bonus-product-form .border-box h4 {
    margin-top: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 19px;
}

#bonus-product-form .border-box hr {
    width: 120px;
    margin: 15px auto;
    border-top: 2px solid #C7C7C7;
}

#bonus-product-form .border-box #block-subline {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2.7px;
    margin-top: 3px;
}

#bonus-product-form .border-box p {
    text-transform: uppercase;
    font-size: 13px;
    margin: 3px 5px 0 5px;
    letter-spacing: 0.6px;
}

#bonus-product-form .border-box img {
    margin-left: -11px;
    margin-top: 26px;
}

#advice-validate-one-required-by-name-bonus_product {
    position: absolute;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

/* popup */
.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content .round-button {
    float: right;
    margin-top: 22px;
    margin-right: 22px;
}

.white_content {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -384px;
    width: 768px;
    height: 780px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_content h2 {
    font-size: 20px;
    letter-spacing: 8.5px;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.popup .headline {
    margin-top: 70px;
}

.popup .main-content .product-image img {
    margin-left: -2px;
    margin-top: 39px;
}

.popup .main-content .product-info {
    padding-left: 3px;
}

.popup .main-content .product-info img.logo {
    float: right;
    margin-top: 41px;
}

.popup .main-content .product-info .name {
    margin-top: 77px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup .main-content .product-info .special-price {
    font-family: "TheSans_Bold";
    font-size: 32px;
    margin-top: -8px;
}

.popup .main-content .product-info .regular-price {
    text-decoration: line-through;
    margin-top: -1px;
    font-size: 13px;
    letter-spacing: 1px;
}

.popup .main-content .product-info .mwst {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 1px;
}

.popup .main-content button a {
    padding: 6px 5px 5px 9px;
    font-size: 12px;
}

.popup .main-content button.cart {
    width: initial;
    margin-top: 32px;
    border: 1px solid #444444;
}

.popup .main-content button.product {
    margin-top: 9px;
    background-color: #FFFFFF;
    border: 1px solid #444444;
}

.popup .main-content .product-info .fine {
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: 2px;
    color: #999999;
}

.popup .detail .title {
    text-align: center;
    text-transform: uppercase;
    margin-top: 3px;
    letter-spacing: 2px;
    font-size: 14px;
}

.popup .detail .image {
    margin-top: -10px;
    margin-left: -2px;
}

.popup .detail .image .subtext {
    margin-top: 12px;
}

.popup .detail .image .subtext span:nth-child(1) {
    margin-left: 54px;
}

.popup .detail .image .subtext span:nth-child(2) {
    margin-left: 70px;
}

.popup .detail .image .subtext span:nth-child(3) {
    margin-left: 41px;
}

.popup .detail .copy {
    padding-left: 7px;
    padding-right: 30px;
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: 1px;
}

#aut-popup.white_content {
    width: 980px;
    left: 50%;
    margin-left: -490px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    top: 5%;
    height: auto;
    max-height: 90%;
}

#aut-popup .popup-content {
    padding-left: 80px;
    position: relative;
}

#aut-popup .headline {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    width: 600px;
    color: #444444;
    margin-top: 80px;
    letter-spacing: 0.7px;
}

#aut-popup .text {
    margin-top: 40px;
    width: 535px;
    color: #444444;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-family: 'TheSans_Bold';
}

#aut-popup .stoerer {
    margin-top: 70px;
    margin-bottom: 150px;
}

#aut-popup .stoerer p {
    color: #A1A1A1;
    padding-left: 15px;
    margin-bottom: 10px;
}

#aut-popup .stoerer img {
    width: 218px;
}

#aut-popup .img {
    position: absolute;
    right: 30px;
    top: 0;
}

#aut-popup .img img {
    width: 480px;
}

.mageworx-customercredit-index-log thead th,
.mageworx-customercredit-index-index thead th {
    border-bottom: 1px solid #000;

}

.mageworx-customercredit-index-log thead th,
.mageworx-customercredit-index-index thead th,
.mageworx-customercredit-index-log tbody td,
.mageworx-customercredit-index-index tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pager .limiter select {
    width: 50px;
}

.stoerer-home {
    position: absolute;
    z-index: 99;
}

.stoerer-home.conda {
    right: 270px;
    top: -157px;

    animation-name: shake-base;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
}

@keyframes shake-base {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    2% {
        transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    }
    4% {
        transform: translate(1.5px, -0.5px) rotate(1.5deg);
    }
    6% {
        transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    }
    8% {
        transform: translate(1.5px, -0.5px) rotate(1.5deg);
    }
    10% {
        transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    }
    12% {
        transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
    }
    14% {
        transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
    }
    16% {
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }
    18% {
        transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    }
    20% {
        transform: translate(-1.5px, 0.5px) rotate(1.5deg);
    }
    22% {
        transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    }
    24% {
        transform: translate(0.5px, 2.5px) rotate(1.5deg);
    }
    26% {
        transform: translate(0.5px, 2.5px) rotate(1.5deg);
    }
    28% {
        transform: translate(2.5px, 2.5px) rotate(1.5deg);
    }
    30% {
        transform: translate(1.5px, 2.5px) rotate(-0.5deg);
    }
    32% {
        transform: translate(1.5px, -0.5px) rotate(0.5deg);
    }
    34% {
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }
    36% {
        transform: translate(2.5px, 0.5px) rotate(1.5deg);
    }
    38% {
        transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
    }
    40% {
        transform: translate(1.5px, 0.5px) rotate(-0.5deg);
    }
    42% {
        transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    }
    44% {
        transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }
    46% {
        transform: translate(0.5px, -1.5px) rotate(-0.5deg);
    }
    48% {
        transform: translate(1.5px, 1.5px) rotate(0.5deg);
    }
    50% {
        transform: translate(1.5px, 0.5px) rotate(-0.5deg);
    }
    52% {
        transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    }
    54% {
        transform: translate(1.5px, 0.5px) rotate(0.5deg);
    }
    56% {
        transform: translate(-0.5px, 2.5px) rotate(0.5deg);
    }
    58% {
        transform: translate(2.5px, -1.5px) rotate(0.5deg);
    }
    60% {
        transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    }
    62% {
        transform: translate(-1.5px, -0.5px) rotate(1.5deg);
    }
    64% {
        transform: translate(2.5px, 0.5px) rotate(1.5deg);
    }
    66% {
        transform: translate(0.5px, 0.5px) rotate(0.5deg);
    }
    68% {
        transform: translate(2.5px, 1.5px) rotate(1.5deg);
    }
    70% {
        transform: translate(1.5px, -0.5px) rotate(0.5deg);
    }
    72% {
        transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    }
    74% {
        transform: translate(-0.5px, 2.5px) rotate(0.5deg);
    }
    76% {
        transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    }
    78% {
        transform: translate(1.5px, 0.5px) rotate(1.5deg);
    }
    80% {
        transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    }
    82% {
        transform: translate(1.5px, 2.5px) rotate(0.5deg);
    }
    84% {
        transform: translate(0.5px, 0.5px) rotate(1.5deg);
    }
    86% {
        transform: translate(-0.5px, -1.5px) rotate(1.5deg);
    }
    88% {
        transform: translate(1.5px, 2.5px) rotate(1.5deg);
    }
    90% {
        transform: translate(-0.5px, -0.5px) rotate(1.5deg);
    }
    92% {
        transform: translate(1.5px, 2.5px) rotate(1.5deg);
    }
    94% {
        transform: translate(-0.5px, -1.5px) rotate(0.5deg);
    }
    96% {
        transform: translate(0.5px, 1.5px) rotate(-0.5deg);
    }
    98% {
        transform: translate(0.5px, 1.5px) rotate(0.5deg);
    }
}

[class*="product-groupon-"] .weight-box {
    visibility: hidden;
}

@media only screen and ( max-width: 767px ) {
    .my-wishlist #wishlist-view-form .cart-item-list .item > div {
        position: relative;
        min-height: 0;
    }

    .my-wishlist #wishlist-view-form .remove-link {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 20px 0;
        display: block;
    }

    .my-wishlist #wishlist-view-form input.comment {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.prime-price {
    color: red;
    font-weight: 600;
    font-size: 1.1em;
    text-align: center;
    padding: 0.5em;
}

.prime-price .price {
    text-decoration: underline;
}

.catalog-product-view .product-shop.primecard {
    margin-top: -11px;
}

.product-3-monate-probe-genuss-abo .side-content, .product-3-monate-probe-genuss-abo .sidebar-hint, .product-3-monate-probe-genuss-abo .price-as-configured, .product-3-monate-probe-genuss-abo .weight-box, .product-3-monate-probe-genuss-abo .membership-request-btn, .product-3-monate-probe-genuss-abo #hint, .product-3-monate-probe-genuss-abo #grill-additional-payment, .product-3-monate-probe-genuss-abo #abo-uvp {
    display: none !important;
}

.product-3-monate-probe-genuss-abo .product-shop {
    margin-top: -23px;
}


.product-3-monate-probe-genuss-abo .prime-card-widget img, .primecard .prime-card-widget img {
    max-width: 140px !important;
}

.product-3-monate-probe-genuss-abo .prime-card-widget a.btn-primary,
.primecard .prime-card-widget a.btn-primary {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.product-3-monate-probe-genuss-abo .prime-card-widget.right a > span,
.primecard .prime-card-widget.right a > span {
    margin: 20px 0 10px 0;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "TheSans Bold";
}

.primecard .prime-card-widget.right a > span {
    font-size: 16px !important;
    font-weight: 600;
}

.product-3-monate-genuss-abo .prime-card-widget h2,
.primecard .prime-card-widget h2 {
    font-size: 16px;
    text-transform: uppercase;
}

.product-3-monate-probe-genuss-abo .prime-card-widget.right a.btn-primary {
    margin-top: 157px;
}

.primecard .prime-card-widget.right a.btn-primary {
    margin-top: 58px;
}

.catalog-product-view.product-3-monate-probe-genuss-abo .grill .content-middle .middle {
    margin-bottom: 0;
}

.primecard .prime-card-widget.left h3 span {
    display: none !important;
}

h3.home-rating-name {
    background: #000;
    margin: 0;
    color: white;
    text-align: center;
    padding: 0.5em 0;
    font-size: 1.3em;
}

.home-rating-header img {
    width: 80%;
    display: block;
    margin: auto;
}

.home-rating-header {
    margin-bottom: 0;
    padding-top: 3em;
}

.home-rating-seperator {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.home-rating-item {
    box-shadow: 3px 3px 8px lightgrey;
    margin-bottom: 60px;
    background: white;
    margin-left: 75px;
}

.home-rating-content {
    padding: 0 1em;
}

.home-rating-content p {
    color: #454545;
    font-weight: bold;
    font-style: italic;
}

.home-rating-highlight {
    color: #dfdb9c;
}

#home-ratings .carousel-indicators {
    bottom: 0;
    left: 19%;
}

#home-ratings .carousel-indicators li {
    background: #d4d4d4;
    border: 1px solid #d4d4d4;
}

#home-ratings .carousel-indicators li.active {
    background: #bbbbbb;
}

#partner-carousel a {
    padding: 20px 0;
}

#partner-carousel a img {
    height: 80px;
}

.fa-chevron-left:before {
    content: "\f104";
    font-size: 1em;
    font-family: "FontAwesome";
}

.fa-chevron-right:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 1em;
}

.shipping-hint-top > div {
    text-align: center;
    background: #333333;
    color: white;
    padding-top: 5px;
    margin-bottom: 20px;
    letter-spacing: 4px;
}

.widget-exclusive-product, .widget-exclusive-product * {
    color: white;
    text-align: center;
}

.widget-exclusive-product .product-name {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: normal;
    min-height: 50px;
}

.widget-exclusive-product .widget-seperator {
    display: block;
    width: 30%;
    color: #999999;
    border-color: #999999;
    margin: 1em auto auto;

}

.widget-exclusive-product .widget-weight .value, .widget-exclusive-product .widget-price-per-kg .value {
    color: #999999;
}

.widget-exclusive-product .price .value {
    font-size: 1.3em;
    text-decoration: underline #999999;
}

.kreutzers-empfiehlt-headline span.wide {
    letter-spacing: 16px;
    font-size: 15px;
    margin-left: 10px;
}

.kreutzers-empfiehlt-headline {
    letter-spacing: 4px;
}


@media only screen and (min-width: 768px) {
    .first-margin {
        margin-left: 90px;
    }
}

@media only screen and (max-width: 425px) {
    .widget-exclusive-product .product-name {
        font-size: 1.1em;
    }
}


@media only screen and (max-width: 768px) {
    #home-ratings .carousel-inner {
        width: 94%;
    }

    #home-ratings .home-rating-item {
        margin-left: 1em;
    }
}

.category-abos .contact-block .border-box.abo-fresh {
    border: 4px solid #79ac5f;
    margin-top: 20px;
}

.category-abos .contact-block .border-box.abo-fresh p,
.category-abos .contact-block .border-box.abo-fresh h3,
.category-abos .contact-block .border-box.abo-fresh {
    color: #79ac5f;
}

.category-abos .contact-block .border-box.abo-fresh h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.category-abos .contact-block .border-box.abo-fresh hr {
    border-color: #79ac5f;
    color: #79ac5f;
}

.aboblock_abokunden > div > * {
    background: #222222;
}

.aboblock_abokunden h1 {
    font-size: 16px;
    letter-spacing: 3px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 30px 0 15px 0;
}


.aboblock_sogehts {
    margin-bottom: 30px;
    margin-top: 60px;
}

.aboblock_sogehts img.hidden-xs {
    margin: 30px 0;
}

.aboblock_sogehts h2, .catalog-category-view.category-abos .banner-subline h2 {
    font-family: "TheSans_Bold";
    font-size: 17px;
    line-height: 29px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 2px;
}

.catalog-category-view.category-abos .banner-subline {
    margin-top: 60px;
}

.aboblock_sogehts h1, .abo-content h1 {
    font-family: "TheSans_Bold";
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    border-bottom: 1px solid darkgrey;
}

.abo-content h1 {
    margin: 60px 0 30px 0;
}

.aboblock_sogehts a.btn-black {
    font-family: "TheSans_Regular";
    color: white;
    background: black;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 12px;
    padding: 6px 16px;
    display: inline-block;
    font-size: 14px;
}

.aboblock_sogehts hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.abo-content img {
    margin-bottom: 30px;
}

.catalog-category-view.category-abos .contact-block.block-2 {
    margin-top: 60px;
}


.category-abos .btn-secondary a {
    background: #444444;
    color: white !important;
    font-size: 12px;
    padding: 8px 15px;
}

.no-border {
    border: none !important;
}

ul.abo-list {
    font-family: "TheSans_Regular";
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 2px;
}

ul.abo-list li {
    margin-bottom: 30px;
}

ul.abo-list li:before {
    background: url('/media/abo/category-content/haekchen.svg') no-repeat;
    display: block;
    width: 47px;
    height: 66px;
    content: '';
    float: left;
}

.cat-abo-hint {
    font-family: "TheSans_Bold";
    letter-spacing: 1.2px;
    margin-top: 45px;
    display: block;
}

.carousel-inner .abokunden-item {
    color: #222222;
    padding: 15px;
}

.abokunden-item .item-inner {
    background: white;
    padding: 30px 15px;
    min-height: 285px;
    max-height: 635px;
}

.abo-content img {
    max-width: 100%;
}

.abo-headline {
    font-size: 28px;
    text-transform: uppercase;
}

.carousel-inner .item-head {
    margin-top: 0;
    font-family: "TheSans_Bold";
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

@media ( min-width: 768px) {
    .hidden-desktop {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .abokunden-item .item-inner {
        min-height: 635px;
    }

    .category-abos .carousel-inner {
        padding-bottom: 40px;
    }


}

.abokunden-item .item-quote {
    font-family: "TheSans_Bold";
}

.abokunden-item .item-quote:before {
    content: '„';
}

.abokunden-item.first {
    margin-left: -15px;
}

.abokunden-item img.top-marg {
    margin-top: 15px;
}

.abokunden-item .item-quote:after {
    content: '“';
}

.abokunden-item .item-sep {
    display: inline-block;
    margin-left: 15px;
    margin-top: 0;
}

.catalog-product-view input[type="checkbox"], .catalog-product-view input[type="checkbox"]:focus, .catalog-product-view input[type="checkbox"]:active {
    -webkit-appearance: none;
    font-size: 12px;
    width: 12px;
    height: 12px;
    box-shadow: none;
    outline: none;
    margin: 3px 0 0 0 !important;
}

.catalog-product-view input[type="checkbox"]:before {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    border: 1px solid #c7c7c7;
    padding: 1px;
}

.catalog-product-view input[type="checkbox"]:checked:before {
    content: '\f00c';
    font-family: "FontAwesome";
}

.catalog-product-view .options-list span.label {
    font-size: 12px;
    display: inline;
    vertical-align: bottom;
}

#open-sous-popup:before, #open-dryage-popup:before {
    content: '\f05a';
    font-family: "FontAwesome";
    height: 13px;
    width: 13px;
    displaY: inline-block;
    font-size: 18px;
    margin-left: 15px;
    cursor: pointer;
}

#sous-vide-popup, #dryage-popup {
    position: fixed;
    background: rgba(20, 20, 20, 0.5);
    width: 100%;
    height: 100%;
    lefT: 0;
    top: 0;
    z-index: 10000;
    opacity: 0;
    transition: 1s ease-in-out;
    display: none;
}

#sous-vide-popup.active, #dryage-popup.active {
    opacity: 1;
    display: block;
}

[lang="en"] div#fullpage-container {
    display: none;
}

#sous-vide-popup .sous-vide-container-inner, #dryage-popup .dryage-container-inner {
    background: white;
    margin: auto;
    margin-top: 5%;
    padding: 30px;
    font-size: 16px;
    color: black;
    display: block;
    width: 75%;
    max-width: 1000px;
    position: relative;
    z-index: 110000;
}

#sous-vide-popup .sous-vide-container-inner ol, #dryage-popup .dryage-container-inner ol {
    list-style: decimal;
}

.top-link-cart {
    float: right;
    margin-left: 60px;
}

.close-sous-vide, .close-dryage {
    position: absolute;
    top: 10px;
    right: 10px;
}

.close-sous-vide:before, .close-dryage:before {
    content: '\f00d';
    font-family: "FontAwesome";
    height: 13px;
    width: 13px;
    display: block;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}


.navbar-brand {
    display: inline-block;
    position: relative;
    z-index: 2000;
}

.navbar-brand img {
    position: relative;
    /*top: 10px;*/
}

#description-top .page {
    width: 100%;
    text-align: center;
}

.category-kaffee .add-to-box .or {
    display: none;
}

.category-kaffee .products-grid div.item {
    max-height: 430px;
}

.category-besteck .products-grid div.item {
    max-height: 520px;
}

.category-gastroback #product-content .std {
    padding: 0;
}

.category-gastroback #product-content .std iframe {
    width: 570px;
    height: 300px;
    border: none;
}

.shipping-cost-details {
    font-size: 0;
}

.shipping-cost-details a {
    font-size: 13px;
}

.shipping-cost-details a:before {
    content: "Exkl.";
}

.category-kaviar .banner-headline .img-responsive, .category-schatztruhe .banner-headline .img-responsive {
    max-height: 300px;
    margin: auto;
}

.post-list-item .post-image img {
    max-width: 200px;
}

.post-list-item {
    border: 1px solid #ddd;
}

.post-list-item .mc-post-title {
    border-top: 1px solid #ddd;
    padding: 5px 30px 0 30px;
    margin-bottom: 0;
}

.post-list-item .mc-post-info {
    padding: 0 30px;
}

.post-list-item .post-short-description {
    padding: 0 30px;
}

.mc-post-meta-info.mc-alignright {
    padding: 0 30px;
}

.mp_col_right {
    padding-top: 40px;
}

.post-list-container .post-list-item {
    margin-bottom: 3em;
}

.post-list-container .post-list-item .post-image {
    padding-top: 20px;
}

.post-post_content a {
    font-weight: bold;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .mageplaza-betterblog-post-view .container, .mageplaza-betterblog-index-index .container,
    .mageplaza-betterblog-category-view .container {
        padding: 30px;
    }

    .post-list-container .post-list-item {
        margin-bottom: 2em;
    }

    .post-list-container .post-list-item .post-image {
        width: 25% !important;
        padding-top: 20px;
        margin: auto;
    }
}

.add-to-box .or {
    display: none;
}

.mc-share-post {
    float: left;
    width: 50% !important;
    padding: 0 30px;
}

.mc-share-post a {
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
    background: #3b5998;
}

.mc-share-post a:hover {
    background: #3f6caf;
}

.product-kochshowclub .product-shop .price-box {
    float: none;
    display: block;
}

.product-kochshowclub .product-shop .weight-box {
    display: none;
}

.product-kochshowclub .product-shop .price-notice {
    display: none;
}

.product-kochshowclub .content-middle .description a {
    position: relative !important;
    right: 0 !important;
}

.catalog-product-view #description-top {
    position: relative;
}

.catalog-product-view #description-top .beef-frame {
    position: absolute;
    left: 0;
    bottom: 0;
}

#smb_5456 > a > img {
    max-width: 100%;
}

#shipping_label_hint {
    display: none;
}

.checkout-cart-index .giftcard-balance .info > div {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 6px;
    margin: 0 0 0 0;
    margin-left: 10px;
}

.checkout-cart-index .giftcard-balance .info > div span {
    margin-right: -22px
}

@media (max-width: 768px) {
    .amxnotif-block {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 5rem;
    }

    .product-shop {
        padding: 2rem;
    }

    .amxnotif-block .amxnotif-input-fields input {
        margin-left: 0;

    }

    .amxnotif-block .amxnotif-button-container {
        display: block;
    }
}

.prime-card-wrapper {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.prime-card-wrapper .prime-card-widget-new {
    height: 100%;
    width: 33.333333%;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
}

.prime-card-wrapper .prime-card-widget-new img {
    width: 100%;
    max-height: 185px;
    object-fit: scale-down;
}

.prime-card-wrapper .prime-card-widget-new .prime-card-label {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.prime-card-wrapper .prime-card-widget-new p {
    margin-top: .75rem;
}

.category-meatschool #product-content #description-top {
    padding-bottom: 0;
}

.meatschool-additional-price-info {
    font-weight: bold;
}

.catalog-category-view .meatschool-additional-price-info {
    text-align: center;
    margin-top: .75rem;
}

.catalog-product-view .prime-package-wrapper {
    display: none !important;
}



/*! jQuery UI - v1.11.2 - 2014-11-07
* http://jqueryui.com
* Includes: core.css, selectable.css, accordion.css, datepicker.css, menu.css, selectmenu.css, tabs.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-datepicker-next .ui-icon {
	text-indent: 0;
}

.ui-datepicker-prev .ui-icon {
	text-indent: 0;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("https://en.kreutzers.eu/skin/frontend/pub/kreutzers/css/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*! jQuery UI - v1.11.1 - 2014-09-09
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	color: #aaa;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	/*text-indent: -99999px;*/
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	background: #fff;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
/*.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}*/
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
/*.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}*/
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker td a.ui-state-hover {
	background: #ddd;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
.ui-datepicker-trigger {
	border: none;
	margin-top: 3px;
	margin-left: 8px;
}




/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

out/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}


h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  padding:1px 0 1px 4px;
  background-image: url(/media/img/arrow_dropdown.jpg);
  background-repeat: no-repeat;
  background-position: center right 7px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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 {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #8a6d3b;
}

.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

.text-danger:hover {
  color: #843534;
}

.text-success {
  color: #3c763d;
}

.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

.text-info:hover {
  color: #245269;
}

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

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

.text-center {
  text-align: center;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 15px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right 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.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

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;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  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 8px 8px 2px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #F5F5F5;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table tr.even {background: #FCFCFC;}

.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 #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.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 #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .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;
}

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;
  margin-bottom: 5px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

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;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.form-control-static {
  margin-bottom: 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;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  font-family: "TheSans_Regular";
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  letter-spacing: 1.6px;
}

.btn a {
  padding: 7px 13px 7px 12px;
  display: block;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  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: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: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}

.btn-primary {
  color: #ffffff;
  background-color: #444444;
  border:1px solid #444;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {color:#444; background-color: #fff; border:1px solid #444;}

.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: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: #428bca;
  border-color: #357ebd;*/
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-primary a {
  color: #fff;
}

.btn-primary a:hover,
.btn-primary:hover a,
.btn-primary a:focus,
.btn-primary:focus a,
.btn-primary a:active,
.btn-primary:active a {
  color: #444;
}

.btn-secondary {
  color: #444444;
  background:none;
  border:1px solid #c7c7c7;
  font-size:10px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {color:#ffffff; background: #444; border:1px solid #444;}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-color: #444444;
  color: #ffffff;
}

.btn-secondary a {
  color: #333334;
}

.btn-secondary a:hover,
.btn-secondary:hover a,
.btn-secondary a:focus,
.btn-secondary:focus a,
.btn-secondary a:active,
.btn-secondary:active a {
  color: #fff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.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: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: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.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: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: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.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: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: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.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: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: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  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: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://en.kreutzers.eu/skin/frontend/pub/kreutzers/fonts/glyphicons-halflings-regular.eot');
  src: url('https://en.kreutzers.eu/skin/frontend/pub/kreutzers/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://en.kreutzers.eu/skin/frontend/pub/kreutzers/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://en.kreutzers.eu/skin/frontend/pub/kreutzers/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://en.kreutzers.eu/skin/frontend/pub/kreutzers/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.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;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  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.33;
  border-radius: 6px;
}

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 {
  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: 3px;
}

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 {
  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 #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
	padding:0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.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 #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.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: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 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: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.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: #ffffff;
  background-color: #428bca;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}

.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: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .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-right: 0;
    padding-left: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .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;
}

@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:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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: 7.5px -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;
    box-shadow: none;
  }
  .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:0px;
    padding-bottom:0px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    background-color: #e7e7e7;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {

}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #C0BAB6;
  text-transform:uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #FF9900;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #353336;
  background-color:none;
	border-bottom:2px solid #D82822;
}

.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: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.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 {
  color:#353336;
  background-color:none;
}

@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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 15px;
  margin-bottom: 20px;
  list-style: none;
  border: 1px solid #5A5A59;
}

.catalog-product-view .breadcrumb, .review-product-list .breadcrumb {
  margin-bottom: 13px;
}
.breadcrumb > li {
  display: inline-block;
}

/* Kategorie Länder */
.breadcrumb > li.category22,
.breadcrumb > li.category48,
.breadcrumb > li.category119 {
  display: none;
  visibility: hidden;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #595959;
  content: "\003e";
  font-size:12px;
}

.breadcrumb a {font-size:12px;color: #595959;}
.breadcrumb > .active {
  font-family: 'TheSans_Bold';
  font-size:12px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.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: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #2f2f2f;
  
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #ECECEC;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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 {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 33px;
}

.panel-body {}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody: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:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.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,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.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 {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-heading {
  font-size: 15px;
  font-family: "TheSans_Bold";
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  letter-spacing: 2px;
  margin: 0 0 32px 0;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-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);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (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);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-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;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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 {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-primary {}

.btn-primary:hover,
.btn-primary:focus {}

.btn-primary:active,
.btn-primary.active {}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.thumbnail,
.img-thumbnail {
  padding: 12px 9px 6px 9px;
  min-height: 430px;
}

.gross .thumbnail,
.gross .img-thumbnail {
  min-height: 255px;
}

.thumbnail hr.hr-2col {margin: 3px 38% 0 38%;}
.thumbnail h2 { margin:11px 0 1px 0;}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

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

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
}

.panel {}

.panel-default > .panel-heading {}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}




/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
/*!
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
  *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2019 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * Mageplaza_BetterBlog extension
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the MIT License
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/mit-license.php
 * 
 * @category       Mageplaza
 * @package        Mageplaza_BetterBlog
 * @copyright      Copyright (c) 2015
 * @license        http://opensource.org/licenses/mit-license.php MIT License
 */
.tree,.tree ul,.tree li{list-style:none;margin:0;padding:0;}
.tree{background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/mageplaza_betterblog/line1.png) repeat-y;}
.tree li{line-height:20px;margin-top:1px;position:relative;width:100%;}
* html .tree li{float:left;display:inline;}
.tree li a{padding-left:28px;}
.tree li span{cursor:auto;float:left;font-size:0;height:13px;left:5px;position:absolute;top:5px;width:13px;}
.tree li span,.tree li span.collapsed{background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/mageplaza_betterblog/collapsed.png) no-repeat 0 0;}
.tree li span.expanded{background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/mageplaza_betterblog/expanded.png) no-repeat 0 0;}
.tree li ul{margin-left:28px;background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/mageplaza_betterblog/line1.png) repeat-y;}
.tree li li{background:url(https://en.kreutzers.eu/skin/frontend/base/default/images/mageplaza_betterblog/line2.png) no-repeat 0 0;}
.tree:after,.tree ul:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.tree,.tree ul{display:block;}
.tree li.map-category{font-weight:bold;}
.tree li.map-product{font-weight:normal;}
.tree li.map-product a{color:#203548;}
/* \*/ .tree,.tree ul{min-height:1%;}
* html .tree,* html .tree ul{height:1%;}

.mp-copyright .mp-logo{ background:url("//cdn.mageplaza.com/images/mageplaza-100.jpg") no-repeat ; } .mp-copyright .mp-store{ display: none !important; color: #E8E8E8 !important; font-size: 8px !important; text-transform: inherit; float: right; } .mp-copyright .mp-ft{ visibility:hidden !important; display: none !important; width: 20px; }

.post-image{
    width: 100%;
}
.post-image img{
    display: block;
    overflow: hidden;
    width: 100%;
}

.post-sharing-button{
    margin-top: 2em;
    margin-bottom: 2em;
}

.post-read-more a{
    font-size: 14px !important;
    float: right;
}

.post-list-item .post-image{
	width: 100% !important;
    margin-bottom: 30px;
}

.post-list-container, .mageplaza-betterblog-category-view .col-main{
    min-height: 400px;
}
.post-list-container .post-short-description p {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100% !important;
}

.mc-meta-info {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 12px;
}

.mc-alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.mc-read-more, .more a{
    position: relative;
    margin-right: 10px;
    text-align: right;
    font-size: 14px !important;
}

.mc-post-title{
    font-size: 18px;
    line-height: 27px;
    text-transform: inherit;
}

.mc-clearfix {
    clear: both;
    zoom: 1;
}

.post-short-description{
	width: 100% !important;
}

.tags-list-container a{
    margin-left: 10px;
    padding: 5px;
}
.betterblog-rss{
    float:right;
    margin: 10px 0 10px 0;
}

.post-post_content{
    margin: 10px 0 10px 0;
}
.mp-footer, .mp-footer h3{
    margin-top: 50px;
    font-size: 8px !important;
    display: block;
    clear: both;
    float: right;
    text-transform: inherit;
}
.mp-footer-links-light,.mp-footer-links-light h3,.mp-footer-links-light a,.mp-footer-links-light a:hover, .mp-footer-links-light a:visited{
    color: #E8E8E8 !important;
}

.mp-footer-links-dark, .mp-footer-links-dark h3,.mp-footer-links-dark a,.mp-footer-links-dark a:hover, .mp-footer-links-dark a:visited{

    color: #D2D2D2 !important;
}

.mc-post-info{
    color: #999999;
    font-size: 10px;
    line-height: 18px;
    padding: 0 0 10px 0;
}
.post-list {
    margin: 20px 0 20px 0;
}
.post-list ul{
    list-style-type: disc;
    margin-left: 20px;
}
#magestore-bannerslider-popup{
	padding: 2px;
    position: fixed;
    z-index: 19990;
	background: #fff;
	border: 2px;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 22px;
	width:22px;
    position: absolute;
    right: 0px;
    top: -25px;   
    z-index: 19999;
	background:url(https://en.kreutzers.eu/skin/frontend/pub/kreutzers/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}
/**
 * MageWorx
 * Loyalty Booster Extension
 *
 * @category   MageWorx
 * @package    MageWorx_CustomerCredit
 * @copyright  Copyright (c) 2016 MageWorx (http://www.mageworx.com/)
 */


.credit-payment h4 {
    background-image:url(https://en.kreutzers.eu/skin/frontend/base/default/images/mageworx/customercredit/icon-credit.gif);
    padding-left:23px;
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
}

.box-account .credit-payment h2 {
    background-image:url(https://en.kreutzers.eu/skin/frontend/base/default/images/mageworx/customercredit/icon-credit.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #E65505;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-left: 21px;
    text-transform: uppercase;
}

.box-account .box-credit-generate h2 {
    background-image:url(https://en.kreutzers.eu/skin/frontend/base/default/images/mageworx/customercredit/fam_money_add.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #E65505;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-left: 21px;
    text-transform: uppercase;
}
.customcredit-list {
    overflow: hidden;
}
.customcredit-list li {
    float: left;
    margin-left: 20px;
}
