body.balanceArt {
    font-family: "PT Sans", sans-serif !important;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    color: #616161;
    padding-top: 78px;
}

.balanceArt h1, .balanceArt h2, .balanceArt h3, .balanceArt h4, .balanceArt h5 {
    color: #019632;
}

.balanceArt a {
    color: #616161;
    transition: color ease-in-out .25s;
}

.balanceArt a:hover {
    color: #019632;
    text-decoration: none;
}

.or-icons {
    margin-right: 10px;
    font-size: 120%;
}

.footer .or-icons {
    color: #019632;
}

.basket .productsHead {
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
}

.basket .product-item {
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
}

.basket .product-item .amountText {
    display: none;
}

.ezStickyNavigation {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #A5A5A5;
    border-radius: 0;
    z-index: 1000;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 5px 2px #BDBDBD;
    -webkit-box-shadow: 0px 2px 5px #BDBDBD;
    box-shadow: 0px 2px 5px #BDBDBD;
}

span.leafletTotalAmount {
    height: 22px;
    width: 22px;
    border-radius: 11px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    background-color: #019632;
    color: white;
    display: inline-block;
    margin-left: 4px;
}

.ezStickyNavigation a:hover span.leafletTotalAmount {
    background-color: #019632;
}

.ezStickyNavigation .cart-add-notice {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    text-align: center;
    margin: 0;
    color: #616161;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    border-left: 1px solid #A5A5A5;
    border-radius: 0;
    z-index: 1000;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 5px #BDBDBD;
    -webkit-box-shadow: 0px 2px 2px #BDBDBD;
    box-shadow: 0px 2px 2px #BDBDBD;
}

.ezStickyNavigation .cart-add-notice:hover,
.ezStickyNavigation .cart-add-notice:active,
.ezStickyNavigation .cart-add-notice:visited {
    color: #616161;
}


.ezStickyNavigation .cart-link {
    position: relative;
}

.section.intro {
    padding-top: 25px;
}

.ezStickyNavigation .linkWrap a {
    color: #333;
    padding: 28px 16px;
    margin-right: 0;
    font-size: 15px;
    font-weight: normal;
    transition: background-color ease-in-out .25s, color ease-in-out .25s;
}


.ezStickyNavigation .logo img {
    margin: 11px 0;
    height: 55px;
}

.ezStickyNavigation .linkWrap a:hover {
    color: #FFF;
    background-color: #019632;
    text-decoration: none;
}

.ezStickyNavigation .linkWrap {
    float: right;
}

.section.footer {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 25px;
    min-height: 30px;
    background: #333;
    color: #BBBBBB;
    visibility: hidden;
}

.section.footer a:hover {
    color: #019632;
}

.section.footer a {
    color: #BBBBBB;
}

.product-item .cart .form-group input.amount {
    padding-left: 0;
    padding-right: 0;
}

.balanceArt .input-group-addon {
    padding-left: 8px;
    padding-right: 8px;
}

.product-item .cart .form-group {
    width: 90px;
    margin-right: 10px;
    float: left;
}

.social-media i {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background: #ddd;
    color: #333;
    border-radius: 2px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.social-media .facebook {
    background: #43609c;
    color: #FFF;
}

.social-media .xing {
    background: #006567;
    color: #fff;
}

.spacer {
    background-color: #666;
    line-height: 0em;
    width: 100px;
    height: 1px;
    margin: 15px auto 25px auto;
}

blockquote {
    border-left: none !important;
}

.other-products .product-item h3 {
    margin-top: 0;
}

.other-products h3 a {
    font-size: 18px;
    line-height: 24px;
    display: block;
    height: 48px;
}

.other-products .product-item,
.top-products .product-item {
    font-size: 14px;
    margin-bottom: 25px;
}

.product-item .product-long-description ul {
    list-style-position: outside;
    margin-left: 20px;
}

.products-overview .product-item .product-long-description {
    display: none;
}

.product-detail .product-item .product-link {
    display: none;
}


.product-item a {
    display: block;
    color: #616161;
}

a.back {
    margin-top: 25px;
    display: block;
    color: #616161;
}

.product-item a.product-link {
    font-weight: bold;
    text-decoration: underline;
}

.product-item .product-price .original-price {
    color: #c3000c;
    text-decoration: line-through;
    margin-bottom: 5px;
}
.product-item .product-price {
    float: left;
    color: #019632;
    font-size: 32px;
    line-height: 1;
}

.product-item .product-price .tax {
    color: #616161;
    font-size: 12px;
    line-height: 16px;
}

.product-item .product-image img {
    max-width: 100%;
    min-width: 100%;
}

.product-item .cart {
    margin-top: 15px;
}
.product-item .cart .or-icons {
    margin-right: 0;
}

.basket .cart .form-group {
    margin-bottom: 0;
}

.basket .cart {
    margin-top: 10px;
    margin-bottom: 10px;
}

.basket .summary strong {
}

.product-detail .product-item .product-image {
    margin-bottom: 15px;
}

.basket .summary .total {
    font-size: 20px;
    line-height: 40px;
}

.section.summary .product-item .cart {
    display: none;
}

.product-item .subtitle {
    margin-bottom: 15px;
    display: block;
}

.other-products .product-item .product-image img {
    padding-bottom: 10px;
}

.product-detail .product-item h2,
.top-products .product-item h2 {
    margin-bottom: 0;
}

.product-detail .product-image img {
    max-height: 504px;
    min-width: auto;
}

.section.summary .product-item .amountText {
    display: block;
}

.basket .summary .total.netto,
.basket .summary .shipping,
.basket .summary .tax {
    font-size: 14px;
    line-height: 19px;
}

.product-item .cart .form-control.amount {
    text-align: center;
}

.balanceArt .btn-primary:visited,
.balanceArt .btn-primary {
    color: #fff;
    background-color: #019632;
    border-color: #017928;
    outline: none;
}

.balanceArt .btn-primary:focus,
.balanceArt .btn-primary:hover,
.balanceArt .btn-primary:active {
    color: #fff;
    outline: none;
    background-color: #017928 !important;
    border-color: #017928 !important;
}

.other-products .product-item .product-description {
    height: 50px;
    overflow: hidden;
}

.other-products .product-item .product-price {
    font-size: 28px;
}

.other-products .product-item .cart {
    display: none;
}

.form-control.error {
    background-color: #ffcccc;
    border-color: #ffaaaa;
}

label.error,
.errorSummary,
.errorMessage {
    color: #dd3333;
}

.errorSummary ul {
    list-style-position: inside;
}

@media screen and (max-width: 767px) {
    .product-item .product-description {
        margin-top: 15px;
    }
}
@media screen and (max-width: 400px) {
    .other-products .product-item .product-description {
        height: 75px;
    }

    .other-products h3 a {
        height: 60px;
    }

    .other-products .product-item .product-price {
        font-size: 24px;
    }

}