/*!
* SENSBURG - SUMMER 2.0.7.0
* Modified Responsive Webshop Design
* Copyright (c) 2015-2024 Templatix - Florida Digital
* https://www.templatix.de || https://www.florida-digital.de
* 
*/
/* setzt den Headerabstand bei Popups zurueck */

.popupproductinfo,
.popupprintorder {
    padding-top: 0;
    }

@media (max-width: 979px) {
    .caret {
        display: none;
        }
    }

.navbar-top .navbar-inner {
    background: #FFF;
    }

/* Boxformatierungen */

.boxheader,
.categoryheader {
    display: block;
    font-size: 16px;
    background: #ebebeb;
    /* color: #FFF; */
    padding: 13px;
    text-transform: uppercase;
    }

.boxheader .fa,
.categoryheader .fa,
.boxcartheader .fa {
    padding-right: 5px;
    }

.boxheader a,
.categoryheader a,
.boxcartheader a {
    /* color: #fff; */
    }

.boxcontent {
    margin-top: 0px;
    padding: 10px;
    border-top: 0px solid #ebebeb;
    overflow: hidden;
    /* background: #ebebeb; */
    }

.cart-count {
    color: #e1bf83;
    text-align: center;
    position: relative;
    right: 2px;
    bottom: 20px;
    font-size: 20px;
    }
.cart-count .fa {
    padding: 0;
    }
/*.cart-count:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 77, 46, 0);
    border-left-color: #e1bf83;
    border-width: 10px;
    margin-top: -10px;
    }*/

.boxcartheader {
    width: 100%;
    text-align: right;
    margin: 0;
    font-weight: 100;
    cursor: pointer;
    }

.boxcontent img {
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

.infografx {
    background: #FFF;
    text-align: center;
    }

.infografx img {
    width: 100%;
    }

.footer .boxheader,
.footer .categoryheader {
    display: block;
    background: none;
    border: none;
    padding: 10px 10px;
    margin-top: 15px;
    color: #fff;
    }

/* Formatierung Tabs und Accordion in Produktdetailansicht */

.nav-tabs-container,
.accordion-group {
    }

.nav-tabs,
.accordion-heading {
    padding: 0px;
    margin-bottom: -1px;
    }

.accordion-heading .accordion-toggle {
    display: block;
    padding: 15px;
    background-color: #ebebeb;
    text-transform: uppercase;
    font-weight: bold;
    }

.nav-tabs > li > a {
    color: #404040;
    }

.nav-tabs > li > a:link,
.nav-tabs > li > a:active,
.nav-tabs > li > a:visited,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #404040;
    }

.nav-tabs > li:not(.active) > a:hover,

    /* Carousel - Bilderslider fuer Bilder mit weissem Hintergrund*/

.carousel-caption.relative {
    background: none;
    position: relative;
    }

#bs24slider {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    }

#bs24slider img {
    width: 100%;
    margin: auto;
    }

.highlights {
    margin-bottom: 50px;
    display: flex;
    flex-flow: row wrap;
    clear: both;
    max-width: 100%;
    }

.highlight-img, .highlight-sidebar .highlight-img {
    height: 250px !important;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #efefef;
    position: relative;
    /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); */
    margin-bottom: 20px;
    border-radius: 0px;
    overflow: hidden;
    flex-grow: 1;
    flex-basis: 22%;
    margin: 10px;
    }

.highlight-caption {
    /* border: 2px solid #ffffff; */
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    width: 90%;
    transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: 10px;
    right: 0;
    transform: scale(0.9);
    background: rgba(210, 174, 109, 0.8);
    }

.highlight-hover {
    height: 100%;
    width: 100%;
    transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
    }

.highlight-hover:hover {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
    }

.highlight-hover:hover .highlight-caption {
    bottom: 10px;
    transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
    transform: scale(1);
    background: #e1bf83;
    }
.carousel-caption.relative h4,
.carousel-caption.relative p {
    color: #404040;
    }

.carousel-indicators li.white {
    background-color: #999;
    background-color: rgba(70, 70, 70, .25);
    }

.carousel-indicators .white.active {
    background-color: #444;
    }

/* zentriert das Bild */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: 0 auto;
    }

.carousel.carousel-fade .item {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    }

.carousel.carousel-fade .active.item {
    opacity: 1;
    }

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    }

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
    }

.carousel.carousel-fade .carousel-control {
    z-index: 3;
    }

/* Hilfsstyles */
/* Contentabstand unten */

.content {
    margin-bottom: 20px;
    padding: 0px 5px;
    position: relative;
    }

/* Textarea Kommentare bei Checkout */

textarea#comments {
    width: 100%;
    box-sizing: border-box;
    height: 222px;
    padding: 10px;
    border: 1px solid #dddddd;
    margin-bottom: 0;
    }

/* damit beim Bewertung schreiben die Radiobuttons und die Schrift zentriert angezeigt werden kÃ¶nnen*/
p.rating label {
    padding-left: 0;
    }

.show_rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    bottom: 1px;
    }

.show_rating input {
    position: absolute;
    left: -999999px;
    }

.show_rating label {
    display: inline-block;
    font-size: 0;
    padding: 0 1px;
    vertical-align: bottom;
    }

.show_rating > label:before {
    height: 20px;
    width: 19px;
    position: relative;
    display: block;
    content: ' ';
    color: transparent;
    background: transparent url(img/stars_rating.png) no-repeat 0 0;
    -webkit-text-fill-color: transparent;
    }

.show_rating > label:hover:before, .show_rating > label:hover ~ label:before, .show_rating > label.selected:before, .show_rating > label.selected ~ label:before {
    color: transparent;
    height: 20px;
    width: 19px;
    background: transparent url(img/stars_rating.png) no-repeat 0 -20px;
    -webkit-text-fill-color: transparent;
    }

textarea#review {
    min-height: 150px;
    }

.reviewrow {
    margin-bottom: 10px;
    border-bottom: 1px solid #E9E3D7;
    }
/* AGB */

div.agbframe {
    background: #fff;
    border: 1px solid #CCC;
    height: 200px;
    overflow: auto;
    padding: 10px;
    }

/* Blockzentrierung */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

/* Abstand unten */

.bottom-buffer {
    margin-bottom: 20px;
    }

/* Well-Box Abstand unten bei Fromularen und Listen */

.well-small form,
.well-small ul {
    margin-bottom: 0;
    }

/* Linie unten */

.bottom-line {
    border-bottom: 1px solid #ebebeb;
    }

/* Schriftfarbe alter Preis */

.productOldPrice {
    font-size: 80%;
    line-height: 10px;
    }

.sidebar .productOldPrice {
    font-size: 60%;
    }

.sidebar .preis {
    font-weight: 100;
    color: #e1bf83;
    font-size: 22px;
    line-height: 19px;
    margin: 0;
    padding: 0;
    }

/* setzt den Abstand der Dropdowns in Topnav auf null, damit das Aufklappen bei Mouseover funktioniert */

.nav .dropdown-menu {
    margin: 0;
    }

/* Hack für IE7 damit Formulare die richtige Zeilenhöhe bekommen */

.row-fluid [class*='span'] {
    *min-height: 20px;
    }

/* Hintergrundfarbe der Boxen im Footer */

.footer .well.well-small {
    background-color: transparent;
    border: 0px solid #131313;
    }

.footer .boxcontent {
    border: 0px solid #404040;
    background: none;
    color: #e8e8e8;
    }

.footer .boxcontent a {
    color: #e8e8e8;
    font-weight: 100;
    }

.footer .boxcontent ul li strong {
    font-weight: 100;
    }

.footer .boxcontent ul li a {
    margin: 0px;
    padding: 0px;
    line-height: 27px;
    }

.footer .boxcontent ul li {
    margin-bottom: 5px !important;
    }

.footer .boxcontent ul li a:hover {
    text-decoration: none;
    color: #ffffff;
    }

/* COPYRIGHT */

.copyright,
.parseTime,
.bs24copyright {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    padding-top: 0px;
    font-weight: 100;
    background: #2c2c2c;
    color: #b1b1b1;
    /* line-height: 14px; */
    }

.copyright a,
.bs24copyright a {
    text-decoration: none;
    color: #8d8d8d;
    }
.bs24copyright {
    padding-top: 50px;
    }

.copyright {
    padding-bottom: 60px;
    }
/* MODIFIED STYLE */

span.cop_magenta {
    }

span.cop_grey {
    }

#headercart {
    /*  z-index: 800 !important;*/

    float: right;
    text-align: right;
    height: 40px;
    margin-left: 0px;
    }

#headercart:hover,
#headercart:active,
#headercart:focus {
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    /*color:#362F2F;*/
    }

span.btn.cart-icon {
    border: none;
    background-color: #e1bf83;
    padding: 5px 10px;
    float: right;
    position: relative;
    top: 3px;
    left: 4px;
    }

.desknav {
    }

#box_cart .boxcontent {
    margin: 0 !important;
    }

#boxcartbody {
    background: #FFF;
    display: block;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    opacity: 1;
    position: relative;
    border: 1px solid #DDD;
    }

#box_cart.in {
    padding: 0px;
    border-bottom: 3px solid #404040;
    z-index: 200;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

.shoppingcart .categoryheader {
    color: #ff0000;
    }
.shoppingcart-sticky {
    z-index: 1020 !important;
    }
.shoppingcart-sticky .fa-shopping-bag{
    color: #ffffff;
    font-size: 32px;
    }
.shoppingcart-sticky .fa-check{
    color: #ffffff;
    font-size: 16px;
    left: 7px;
    position: relative;
    }
.well {
    /* background:#f8f8f8; */
    }

#gift_coupon {
    }

.brand {
    float: left;
    margin: 0px;
    margin-left: 10px;
    padding: 25px 0px;
    }
img.brand {
    min-height: 70px;
    width:auto;
    }


@media (max-width: 979px) {
    .brandmenu {
        padding: 12px 0px;
        overflow: hidden;
        font-weight: 100;
        }

    .shopheader {
        text-align: center;
        margin-top: 0px;
        padding: 0 0 20px 0;
        }

    #box_cart {
        top: 0px;
        }

    .iconcart {
        display: none;
        }

    .brand {
        margin-left: 0;
        float: none;
        padding: 5px;
        box-sizing: border-box;
        max-height: 80px;
        }

    }

/* START autocomplete */

.suggestionsBox {
    position: absolute;
    /*right:0;*/

    margin: 0px;
    min-width: 250px;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    /*color:#404040;*/

    z-index: 99999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px 3px 5px;
    }

.suggestionList {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

.suggestionList li {
    border-bottom: 1px solid #ddd;
    /*background-color:#fff;*/

    list-style: none;
    }

.suggestionList li a.autocomplete {
    display: inline-block;
    padding: 5px 0px;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    }

.suggestionList li a.autocomplete .autocomplete_image {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-right: 5px;
    }

.suggestionList li a.autocomplete .autocomplete_image img {
    float: left;
    width: 100%;
    height: auto;
    }

#autocomplete_main,
#autocomplete_pagination {
    margin: 0;
    }

.autocompletecloser {
    cursor: pointer;
    }

#autocomplete_pagination li {
    float: left;
    border: 0;
    }

#autocomplete_pagination li:hover {
    /*background-color:#f1f1f1;*/
    }

#autocomplete_prev {
    cursor: pointer;
    padding: 5px;
    width: 5%;
    text-align: left;
    font-size: 16px;
    }

#autocomplete_next {
    cursor: pointer;
    padding: 5px;
    width: 5%;
    float: right !important;
    text-align: right;
    font-size: 16px;
    }

#autocomplete_next:hover {
    color: #f00
    }

#autocomplete_count {
    padding: 5px;
    width: 75%;
    text-align: center;
    position: absolute;
    margin-left: 7%;
    font-size: 12px;
    font-weight: bold;
    }

.autocomplete_error {
    padding: 6px 0px 11px;
    display: inline-block;
    text-align: center;
    width: 100%;
    }

.hl_price {
    display: block;
    float: right;
    width: 80px;
    text-align: right;
    font-weight: bold;
    }

.hl_price .no_price {
    font-size: 9px;
    line-height: 11px;
    font-weight: normal;
    display: block;
    padding: 0px 0 0 0;
    color: #666;
    }

.hl_price .special_price {
    display: block;
    color: #e1bf83;
    }

.hl_price .small_price {
    font-size: 9px;
    font-weight: normal;
    line-height: 11px;
    }

/* END autocomplete */
/* START pagination */

.pagination_bar {
    padding: 0px 0px 0px 0px;
    margin: 15px 0 15px 0;
    font-size: 12px;
    }

.pagination_text {
    float: left;
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    }

.pagination_list {
    display: inline-block;
    float: right;
    line-height: 22px;
    }

.pagination_list ul {
    list-style-type: none;
    margin: 0;
    }

.pagination_list ul li {
    float: left;
    line-height: 21px;
    text-align: center;
    padding: 0;
    }

.pagination_list ul li.plain {
    padding: 0 4px;
    }

.pagination_list ul li a {
    display: inline-block;
    /* min-width: 13px; */
    margin: 0 0 0 3px;
    background-color: #fff;
    padding: 0px 5px;
    /* border: 1px solid #ebebeb; */
    }

.pagination_list ul li a:hover {
    color: #b17e22;
    }

.pagination_list ul li.current {
    display: inline-block;
    /* min-width: 11px; */
    /* margin: 0 0 0 3px; */
    color: #e1bf83;
    padding: 0px 5px;
    /* border: 1px solid #d8d8d9; */
    }

/* END pagination */

select#cat_search {
    -webkit-appearance: none;
    width: 20%;
    float: left;
    height: 40px;
    border: none;
    padding: 0;
    text-indent: 5px;
    border: 1px solid #dddddd;
    border-right: 0;
    }
#quick_find input {
    width: 85%;
    margin: 0;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    height: 40px;
    text-indent: 10px;
    padding: 0;
    float: left;
    }
#box_search button.btn {
    width: 15%;
    height: 40px;
    color: #404040;
    margin: 0;
    line-height: 30px;
    font-size: 16px;
    padding: 5px 3px;
    background: #ebebeb;
    border: 1px solid #ebebeb;
    }

form#quick_find {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: nowrap row;
    /* width: 100%; */
    }

input.newsmail {
    width: 80%;
    width: calc(80% - 14px);
    margin: 0;
    color: #404040;
    z-index: 3;
    border: 1px solid #ccc;
    font-weight: 100;
    }

#sign_in .btn {
    margin: 0;
    text-align: center;
    background-color: #e1bf83;
    width: 100%;
    }

#sign_in input {
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
    line-height: 30px;
    }

.graduated_prices {
    font-size: 85%;
    margin-bottom: 10px;
    }

.graduated {
    border: 1px solid #dedede;
    background: #fff;
    width: 80px;
    float: right;
    }

@media (max-width: 767px) {
    .highlight-img {
        flex-basis: 40% !important;
        height: 145px !important;
        }
    #sign_in .btn {
        width: 50% !important;
        text-align: center;
        }

    #suggestions {
        width: 90% !important;
        width: calc(100% - 20px) !important
        }

    #headercart {
        float: right;
        margin-right: 10px;
        width: 30%;
        }

    #bs24slider {
        margin-top: 0px;
        }

    input.search {
        width: calc(80% - 14px);
        }

    .shopheader {
        margin-top: 0px;
        }

    body,
    .sidebar {
        border-left: 0px;
        border-right: 0px;
        }

    #box_search {
        margin: 0;
        padding: 0;
        clear: both;
        }

    .headersearch {
        width: 60%;
        float: left;
        margin-left: 10px;
        }



    .graduated {
        width: 48%;
        float: left;
        }
    }

.btn100 {
    width: 100%;
    box-sizing: border-box;
    }

.footrow {
    background: #404040;
    color: #fff;
    font-weight: 100;
    }

.adminbox .boxcontent {
    background: #EA5252;
    border-color: #EA5252;
    padding: 10px !important;
    }

.footrow .container {
    margin-top: 20px;
    }

/*
Verschiedene Boxen-Style (BS24)
*/

#box_login a {
    color: #fff;
    }

#box_login .boxcontent {
    padding: 10px;
    background-color: #404040;
    }

#box_login .btn {
    background-color: #e1bf83;
    color: #fff;
    border-color: #e1bf83;
    }

#box_categories .boxcontent {
    margin: 0px;
    padding: 0px 0 30px 0px;
    }

.categorylist,
.categorylist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff;
    }

.categorylist ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding-right: 4px;
    font-weight: 100;
    }

.categorylist a {
    margin-left: 10px;
    }

.categorylist ul li a {
    padding-left: 10px;
    }

.categorylist ul li > ul li a {
    padding-left: 20px;
    }

.categorylist ul li > ul li > ul li a {
    padding-left: 30px;
    }

.categorylist ul li > ul li > ul li > ul li a {
    padding-left: 40px;
    }

.categorylist ul li > ul li > ul li > ul li > ul li a {
    padding-left: 50px;
    }

.categorylist ul li > ul li > ul li > ul li > ul li > ul li a {
    padding-left: 55px;
    }

.categorylist li.active > a {
    color: #fff;
    }

ul > li.active {
    background: #e1bf83;
    }

.categorylist li {
    line-height: 28px;
    }

.categorylist > li {
    background-color: #fff;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    border-bottom: 1px solid #ebebeb;
    line-height: 34px;
    }

.hrline {
    margin-top: 34px;
    border-color: #FFF;
    }

#bs24bestseller {
    border: 0px solid #ebebeb;
    background: #FFF;
    width: auto;
    }

.bestsellerbox .item {
    }

.bestsellerbox .count {
    float: left;
    padding: 15px;
    background: #e1bf83;
    background: rgba(230, 68, 23, 0.8);
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 5px;
    }

.bestsellerbox .img-polaroid {
    padding: 0;
    margin: 0;
    border: 0;
    /*width:100%;*/
    }

.bestsellerbox .bestnames {
    height: 50px;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    }

.heading {
    }

.content .well {
    padding: 9px;
    }

.cartlogin .loginbox {
    padding: 0;
    }

/*
ProductinfoWrap - Detailansicht
*/

#productinfowrap .price {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    }
#productinfowrap .new_price {
    color: #b00725;
    }
#productinfowrap .productimage {
    background: #ffffff;
    }

#productinfowrap .productinfoimage {
    background: #ffffff;
    text-align: center;
    border: 0px solid #ebebeb;
    }

#productinfowrap .productinfoimage:hover {
    }

.imgoverlay {
    width: 300px;
    height: 300px;
    opacity: 0;
    background: url(img/zoom.png) no-repeat center center transparent;
    }



.boxstart {
    border-top: 2px solid #e1bf83;
    margin: 10px;
    }

@media (max-width: 767px) {
    .nobr {
        margin-bottom: 10px;
        }

    .nav-tabs > li > a:link,
    .nav-tabs > li > a:active,
    .nav-tabs > li > a:visited,
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        font-size: 13px;
        padding: 15px 5px;
        }

    .sidebar {
        clear: both;
        }

    input.newsmail {
        width: 50% !important;
        }

    .newsmail::after {
        content: '';
        clear: both;
        }

    #productinfoprice {
        text-align: center;
        margin-top: 10px;
        }
    }

.catnavhead .nav > li {
    font-size: 13px;
    line-height: 22px;
    }
nav i.fa.fa-caret-down {
    margin-left: 5px;
    }
.breads {
    padding: 4px 0px 2px 0px;
    background-color: #ebebeb;
    border-bottom: 1px solid #ebebeb;
    }

/*Produktlisting in Zeilen*/
.productlisting_row {
    border: 2px solid #ffffff;
    background-color: #f7f7f7;
    margin-bottom: 15px;
    /* padding-bottom: 15px; */
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* border-bottom-color: #ebebeb; */
    }
.productlisting_row:hover {
    background:#f7f7f7;
    }
.productlisting_row .bild {
    /*background-color: #ffffff;*/
    border: 0 solid #ffffff;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 10%;
    overflow: hidden;
    border:2px solid #f7f7f7;
    justify-content: center; /* horizontal mittig */
    align-items: center; /* vertikal mittig */
    }
.productlisting_row .beschreibung {
    padding: 0 10px;
    overflow: hidden;
    width: 55%;
    align-items: center;
    display: flex;
    flex-flow: wrap;
    }
.details {
    line-height: 24px;
    padding: 0 10px;
    text-align: right;
    width: 30%;
    float: right;
    align-items: center;
    font-weight:400;
    /* display: flex; */
    /* flex-flow: wrap; */
    }

.price, .preis {
    /* font-size: 18px; */
    /* color: #e1bf83; */
     font-weight: 400;
    }
.small_price {
    font-size: 80%;
    }

.special_price {
    color: #b00725;
    }
.preheader {
    background: #404040;
    }

.mininav a {
    padding: 0px 15px 15px 15px;
    line-height: 40px;
    font-weight: 100;
    color: #b3b3b3;
    text-align: center;
    }

.mininav a:hover {
    color: #d2ae6d;
    text-decoration: none;
    }

.mininav a.active {
    color: #e1bf83;
    }

.mininav a .fa {
    position: relative;
    right: 3px;
    }

.language2 {
    text-align: right;
    float: right;
    line-height: 37px;
    }

.taxandshippinginfo {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    }

.box2 .beschreibung {
    padding-top: 15px;
    }

.bild .invisible {
    display: none;
    }

hr.rooftop {
    margin: 0;
    border: 0;
    border-top: 1px solid #ebebeb;
    padding: 0;
    }

/*LISTING IN BOXEN*/
.boxlisting {
    display: flex;
    flex-flow: row wrap;
    }
h2.artikelbox {
    margin: 0px 0px 10px 0px;
    font-weight: 300;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    }

h2.artikelbox a:hover {
    text-decoration: none;
    }

@media (min-width: 1200px) {
    .box2 {
        flex-basis: 25%;
        }
    }
@media (min-width: 767px) and (max-width: 1199px) {
    .box2 {
        flex-basis: 33%;
        }
    }
@media (min-width: 449px) and (max-width: 766px) {
    .box2 {
        flex-basis: 50%;
        }
    }
@media (max-width: 450px) {
    .box2 {
        flex-basis: 50%;
        }
    }
.box2 {
    /* transition: all 0.2s linear; */
    /* -webkit-transition: all 0.2s linear; */
    padding-bottom: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    }

.box2:hover {
    /* transition: all 0.2s linear; */
    /* -webkit-transition: all 0.2s linear; */
    border: 1px solid #ebebeb;
    }

.box2 .well {
    margin-bottom: 0;
    }



.bestseller {
    padding: 15px 0px;
    }
.float {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    }
.box2:hover .float {
    visibility:visible;
    opacity:1;
    padding-top: 10px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    }
.box2:hover .bild:before {
    -webkit-animation: shine .5s;
    animation: shine .5s;
    }
.box2 .bild:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 100;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    }

.box2 .bild:before {
    left: -85%;
    }
@-webkit-keyframes shine {
    100% {
        left: 125%;
        }
    }
@keyframes shine {
    100% {
        left: 125%;
        }
    }
.bild {
    width: 100%;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    }

.bild img {
    width: 100%;
    max-width: 100%;
    }

#box_sellers .bild {
    border: 1px solid #ebebeb;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    float: left;
    max-width: 40%;
    }

#box_manufacturers a {
    line-height: 30px;
    margin-left: 10px;
    width: 100%;
    }

#box_manufacturers a:hover {
    text-decoration: none;
    }

#box_manufacturers a:before {
    content: '\f013';
    font-family: 'FontAwesome';
    padding-right: 4px;
    font-weight: 100;
    }

.sidebar .bild {
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    /*float: left;*/
    /*max-width: 40%;*/
    }

.sidebar .bild a {
    max-width: 100%;
    }

.sidebar .boxcontent,
.giftbox {
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #e1bf83;
    background: #ebebeb;
    }

.titel {
    padding: 10px;
    text-align: center;
    /* font-weight: bold; */
    }

.clear, .clearfix {
    margin-top: 10px;
    clear: both;
    }

.productoptions {
    margin: 10px auto;
    }

.productoptions label {
    line-height: 30px;
    }

.productOldPrice small,
.price small,
#productinfoprice > p.productprice > small {
    display: none;
    }

.catimage {
    padding: 0;
    border: 1px solid #ebebeb;
    }

@media (min-width: 767px) {
    .paypal_button {
        display: inline-block;
        max-width: 50%;
        width: 100%;
        }
    .pull-right-desktop {
        text-align: center;
        float: right;
        }
    .dropdown-menu {
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
        }

    .whatsapp {
        display: none;
        }

    .shopheader {
        display: flex;
        align-items: center;
        }

    .mininav {
        /* font-size: 12px; */
        float: left;
        /* text-transform: uppercase; */
        }

    .span3.box2:nth-child(4n+1) {
        margin-left: 0 !important;
        }

    .row-fluid.box2 {
        margin: inherit;
        }

    .adminbox .fa {
        float: left;
        padding: 2px 10px 0px 0px;
        }

    .scrollToTop {
        position: fixed;
        bottom: 10px;
        right: 10px;
        display: none;
        background: url('img/arrow-up.png') no-repeat center center #FFF;
        width: 36px;
        z-index: 555;
        height: 36px;
        }
    }

.infograf {
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
    }

.infograf:hover {
    transform: rotate(2deg);
    transition: all 0.3s ease;
    }

.btn.checkout,
.btn.incart,
.btn.buynow {
    background-color: #e1bf83;
    border-color: #e1bf83;
    width: 80%;
    box-sizing: border-box;
    height: 40px;
    }

.btn.checkout:hover,
.btn.incart:hover,
.btn.buynow:hover {
    color: #fff;
    background-color: #d2ae6d;
    border-color: #d2ae6d;
    }

.btn.checkout {
    height:unset;
    width: 50%;
    font-weight: 500;
    margin-bottom: 5px;
    }

.btn.confirmorder {
    background: #8BC34A;
    border-color: #8BC34A;
    padding: 10px;
    width: 50%;
    margin-bottom: 50px;
    font-size: 21px;
    margin-top: 10px;
    }

.btn-minus,
.btn-plus {
    padding: 4px 14px;
    margin: 0px 5px 10px 5px;
    }

.addtobasket {
    clear: both;
    padding-top: 10px;
    margin: 10px 0 0 0;
    background: #f7f7f7;
    padding: 15px;
    box-sizing: border-box;
    text-align: right;
    }

.addtobasket input[type='number'] {
    width: 20%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    box-sizing: border-box;
    float: left;
    height: 40px;
    border: 2px solid #e1bf83;
    /* border-right: 0 solid #e1bf83; */
    }

@media (max-width: 979px) {
    .productlisting_row .bild {
        width:25%;padding:0px;
        }
    .productlisting_row .beschreibung, .productlisting_row .details {
        padding: 0 5px;
        }
    }

@media (max-width: 767px) {
    nav i.fa.fa-caret-down {
        display: none;
        }
    .float {
        visibility: visible;
        opacity: 1;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        padding-top:10px;
        }
    .language2 {
        text-align: center;
        float: none;
        line-height: 37px;
        margin: 0 auto;
        }

    .newsheading::after {
        content: '';
        clear: both;
        }

    .mininav {
        text-align: center;
        float: none;
        }

    .socialbox {
        text-align: center;
        }

    h2.artikelbox {
        margin: 0px 0px 5px 0px;
        font-weight: 400;
        text-transform: none;
        font-size: 14px;
        }

    .span4.infograf {
        max-width: 50%;
        float: left;
        }

    .span4.infograf-last {
        max-width: 100%;
        float: none;
        }

    .addtobasket {
        text-align: center;
        width: 100%;
        }

    .btn.checkout {
        padding: 10px 0;
        width: 100%;
        }

    .btn.incart {
        width: 80%;
        }

    .btn.confirmorder {
        width: 100%;
        margin-top: -25px;
        height: 70px;
        }

    .footer .boxcontent ul li a,
    .footer .boxcontent a,
    .footer .boxheader,
    .footer .categoryheader,
    .footer .boxcontent {
        font-weight: 100;
        line-height: 25px;
        text-align: center;
        }

    .copyright,
    .parseTime,
    .bs24copyright {
        line-height: 25px;
        }
    }

#bs24bestseller .item {
    margin: 0px;
    text-align: center;
    }

#bs24bestseller .item img {
    display: block;
    }

/*ORDER DETAILS DESKTOP*/

.artikeldaten {
    padding: 8px;
    }

@media (min-width: 767px) {
    #order_details_desktop .tableheader {
        background: #404040;
        line-height: 40px;
        font-weight: bold;
        color: #FFF;
        height: 40px;
        }

    #order_details_desktop .tablecontent {
        background: #fff;
        margin-left: 0px;
        }

    #order_details_desktop .tableheader .image {
        float: left;
        width: 15%;
        margin-right: 1%;
        }

    #order_details_desktop .tablecontent .image {
        background: #ffffff;
        width: 15%;
        float: left;
        text-align: center;
        margin-right: 1%;
        }

    #order_details_desktop .tablecontent .cname,
    .tableheader .cname {
        width: 35%;
        float: left;
        text-align: left;
        }

    #order_details_desktop .tablecontent .unit-price,
    .tableheader .unit-price {
        width: 15%;
        float: left;
        text-align: right;
        }

    #order_details_desktop .tablecontent .quantity,
    .tableheader .quantity {
        width: 10%;
        float: left;
        text-align: center;
        }

    #order_details_desktop .tablecontent .subtotal,
    .tableheader .subtotal {
        width: 15%;
        float: left;
        text-align: right;
        }

    #order_details_desktop .tablecontent .delete,
    .tableheader .delete {
        width: 6%;
        float: left;
        text-align: right;
        }

    #order_details_desktop .tablecontent .bild {
        border: 0px solid #ebebeb;
        height: auto;
        }

    #order_details_desktop .tablecontent:nth-child(odd) {
        background: #f8f8f8;
        }

    #order_details_desktop .tablecontent:last-child {
        }

    #order_details_desktop .attribute {
        min-height: 17px !important;
        font-size: 90%;
        }
    }

@media (max-width: 767px) {
    #sign_in {
        text-align: center;
        }

    .delete img {
        padding: 7px;
        background-color: #EFEFEB;
        margin: 5px 0px;
        border: 1px solid #ebebeb;
        }

    /*ORDER DETAILS MOBILE*/
    #order_details_desktop .tablecontent {
        background: #fff;
        margin-left: 0px;
        clear: both;
        }

    #order_details_desktop .tablecontent .image {
        background: #ffffff;
        width: 35%;
        float: left;
        text-align: left;
        margin-right: 1%;
        }

    #order_details_desktop .tablecontent .cname {
        text-align: right;
        }

    #order_details_desktop .tablecontent .unit-price {
        text-align: right;
        }

    #order_details_desktop .tablecontent .quantity {
        text-align: right;
        }

    #order_details_desktop .tablecontent .subtotal {
        text-align: right;
        }

    #order_details_desktop .tablecontent .delete {
        text-align: right;
        }

    #order_details_desktop .tablecontent .bild {
        height: auto;
        border: 0px solid #ffffff;
        }

    #order_details_desktop .tablecontent:nth-child(odd) {
        background: #f8f8f8;
        }

    #order_details_desktop .tablecontent:last-child {
        }

    #order_details_desktop .attribute {
        min-height: 17px !important;
        font-size: 90%;
        }
    }

/* ORDER DETAILS SHIPPING */

#shipping {
    margin-top: 10px;
    padding-bottom: 10px;
    }

#checkoutbar {
    margin-top: 0px;
    height: 57px;
    }


.payment label, .shipping label {
    text-indent: 10px;
    box-sizing: border-box;
    font-weight: 500;
    }

.payment .panel-default, .shipping .panel-default {
    margin-bottom: 1px;
    background: #fff;
    }

.shipping .panel-heading, .payment .panel-heading {
    background: #404040;
    color: #fff;
    text-indent: 5px;
    padding: 1px 10px !important;
    margin: 0 !important;
    line-height: 10px;
    }

.payment .panel-body, .shipping .panel-body {
    padding: 10px;
    border: 1px solid #dddddd;
    }

.cagb {
    background: #EA5252;
    color: #FFF;
    font-weight: bold;
    padding: 7px 30px;
    }

.orderdetails {
    background: #ffffff;
    border: 1px solid #EA5252;
    }

.orderdetails .small {
    font-size: 11px;
    line-height: 17px;
    }

.orderdetails .image img {
    max-height: 90px;
    float: left;
    margin: 10px;
    }

.copy_div {
    border-top: 3px solid #404040;
    margin-top: 10px;
    }
a.swipebox {
    width: 100% !important;
    display: block;
    }
a.morepics {
    display: unset;
    }

.morepics img {
    max-width: 50px;
    margin: 5px;
    }

.is-sticky {
    z-index: 999;
    position: relative;
    }

.is-sticky nav {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

a.brand-menu {
    float: right;
    padding: 8px 20px;
    color: #fff;
    }

@media (min-width: 979px) {
    header {
        }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        /* display: block; */
        margin-top: 0px;
        transition: all 0.5s ease;
        visibility: visible;
        opacity: 1;
        }
    }

@media (max-width: 979px) {
    ul.nav li.dropdown ul.dropdown-menu,
    ul.nav li.dropdown ul.dropdown-menu .dropdown-submenu ul.dropdown-menu {
        display: block;
        position: relative;
        margin-right: 8px;
        margin-left: 8px;
        bottom: 2px;
        }

    .catnavhead .nav > li {
        border-right: 0px solid #e1bf83;
        }
    }

a.menu:after,
.dropdown-toggle:after {
    content: none;
    }

.leftcolumn {
    margin-left: 0 !important;
    }

.datum {
    background: #e1bf83;
    padding: 10px;
    color: #FFF;
    font-weight: 900;
    width: 15%;
    float: left;
    text-align: center;
    clear: both;
    min-width: 100px;
    }

.coming {
    width: 100%;
    float: left;
    clear: both;
    background: #ebebeb;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    }

.coming:hover,
.coming:active {
    background: #ebebeb;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    }

.coming-title {
    float: left;
    padding: 10px 0px 10px 10px;
    }

.upcoming {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    }

#box_specials img,
#box_whatsnew img,
#box_reviews .img-polaroid {
    padding: 4px;
    background-color: #FFF;
    max-width: 250px;
    height: auto;
    }

.newpricetag {
    background: #79A736;
    min-width: 40%;
    margin: 0;
    color: #FFF;
    padding: 10px 15px 10px 10px;
    float: left;
    position: absolute;
    bottom: 10%;
    right: 0px;
    white-space: nowrap;
    }

/*SOCIAL MEDIA BUTTONS */

.shares {
    margin-top: 15px;
    padding-top: 15px;
    }

.shares .btn {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    border: 0px solid #ebebeb;
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 1px;
    }

.shares .fa-print:hover {
    border-color: #404040;
    }

.shares .fa-print {
    padding: 5px 10px;
    line-height: 20px;
    }

.shares .fab {
    color: #676767;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    background-color: #fff;
    /* text-shadow: none; */
    /* border: 1px solid #ebebeb; */
    }

.shares .fa-facebook:hover {
    border-color: #3B5998;
    color: #3B5998;
    }

.shares .fa-facebook {
    padding: 5px 10px;
    line-height: 20px;
    }

.shares .fa-whatsapp:hover {
    color: #3C8A38;
    border-color: #3C8A38;
    }

.shares .fa-whatsapp {
    padding: 5px 10px;
    line-height: 20px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    }

.shares .fa-google-plus:hover {
    border-color: #DD4B39;
    color: #DD4B39;
    }

.shares .fa-google-plus {
    padding: 5px 9px;
    line-height: 20px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    }

.shares .fa-twitter:hover {
    border-color: #00ACEE;
    color: #DD4B39;
    }

.shares .fa-twitter {
    padding: 5px 10px;
    line-height: 20px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    }

.shares .fa-pinterest:hover {
    border-color: #D01D15;
    color: #D01D15;
    }

.shares .fab-pinterest {
    padding: 5px 10px;
    line-height: 20px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    }

.shares .fa:hover {
    cursor: pointer;
    }

.shopname {
    font-weight: bold;
    color: #e1bf83;
    font-size: 25px;
    }

/* Socialbox Left Column - Footer*/

.socialbox .fab {
    margin: 2px;
    color: #FFF;
    font-size: 28px;
    padding: 5px;
    border-radius: 1px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    }

.socialbox ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    }

.socialbox ul li {
    float: none;
    }

.footer .boxcontent ul li {
    margin-bottom: 5px !important;
    font-weight: 100;
    color: #f5f5f5;
    padding-right: 15px;
    }

.socialbox .fa-facebook-square {
    background-color: #3B5998;
    }

.socialbox .fa-twitter {
    background-color: #00ACEE;
    }

.socialbox .fa-instagram-square {
    background-color: #7c3fc4;
    }

.socialbox .fa-pinterest {
    background-color: #D01D15;
    }

.socialbox .fa-youtube {
    background-color: #CC181E;
    }
.socialbox .fa-ebay {
    background-color: #b0d400;
    }
.socialbox .fa-linkedin {
    background-color: #1f77b5;
    }
.socialbox .fa-envelope,
.socialbox .fa-diamond{
    background-color: #d2ae6e;
    }

.sidebar {
    margin-left: 0 !important;
    }

.sidebar .well {
    overflow: hidden;
    }
#productinfoprice h1 {
    max-width: 90%;
    }
/*.maincontent {border-top: 1px solid #ebebeb;}*/

@media (max-width: 767px) {
    .pull-right-desktop {
        text-align: center;
        float: none;
        }
    .shares .fa {
        font-size: 18px;
        padding: 9px 13px;
        }

    #productinfoprice h1 {
        font-size: 24px;
        line-height: 30px;
        max-width: unset;
        }

    .addtobasket input[type='number'] {
        padding: 6px;
        text-align: center;
        margin-bottom: 10px;
        float: left;
        }
    .addtobasket_button {
        float: none !important;
        }


    .box2 {
        /* float: left !important; */
        /* width: 48% !important; */
        /* text-align: center; */
        /* margin: 1% !important; */
        }

    .row-fluid.box2 {
        width: 100% !important;
        text-align: center;
        margin: 0 !important;
        }
    }

.owl-nav {
    position: absolute;
    top: 43%;
    height: 0px;
    width: 100%;
    margin: auto;
    font-size: 4em;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    }

.owl-controls {
    margin-top: 0px !important;
    }

.owl-prev {
    color: #FFF;
    float: left;
    opacity: 0.6;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 10px !important;
    }

.owl-next {
    color: #FFF;
    float: right;
    opacity: 0.6;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 10px !important;
    }

.owl-prev:hover {
    opacity: 1 !important;
    }

.owl-next:hover {
    opacity: 1 !important;
    }

#bs24slider:hover .owl-nav {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    }


/* admin print-order */
.printwrap_admin {
    padding-top: 40px;
    width: 700px;
    margin: 0px auto;
    }

p.underline {
    margin: 105px 0px 3px 15px;
    font-size: 10px;
    text-decoration: underline;
    }

.printlogo_admin {
    padding: 0px 0px;
    text-align: right;
    margin: 0px 0 20px 0;
    }

.printlogo_admin img {
    max-width: 336px;
    }

.print_small {
    font-size: 12px;
    line-height: 18px;
    }

.print_big {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 0 0 0;
    }

.printwrap_admin table.order_table {
    margin-top: 10px;
    width: 100%;
    line-height: 19px;
    }

table.order_table tr.headerrow {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    background: transparent;
    }

table.order_table tr.headerrow td {
    padding: 5px 5px;
    vertical-align: top;
    }

table.order_table tr.mainrow td {
    border-top: 1px solid #ebebeb;
    padding: 10px 5px;
    vertical-align: top;
    }

.toppad {
    padding-top: 16px !important;
    }

table.order_table tr.mainrow td img.image {
    max-width: 60px;
    max-height: 60px;
    margin: 0px auto;
    text-align: center;
    }

table.order_table tr.mainrow td img.cartimage {
    max-width: 80px;
    max-height: 80px;
    margin: 0px auto;
    text-align: center;
    }

table.order_table tr.mainrow td .description {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 5px;
    }

table.order_table tr.mainrow td .description p {
    margin: 0px !important;
    padding: 2px 0px !important;
    }

table.order_table tr.mainrow td .description ul {
    margin: 8px 0px 8px 15px;
    }

table.order_table tr.mainrow td .description ol {
    margin: 8px 0px 8px 15px;
    }

table.order_table tr.mainrow td .shipping {
    font-size: 12px;
    line-height: 16px;
    color: #555;
    padding: 8px 0 0 0;
    }

table.order_table tr.mainrow td .attributes {
    font-size: 12px !important;
    line-height: 18px !important;
    }

table.order_table ul.attributes_list {
    list-style-type: none;
    margin: 7px 0px 0px 0px;
    }

table.order_table ul.attributes_list li {
    font-size: 12px;
    line-height: 20px;
    }

.total_table_right {
    float: right;
    }

table.total_table {
    font-size: 13px;
    line-height: 19px;
    }

table.total_table tr td {
    padding: 2px 5px;
    width: 120px;
    white-space: nowrap;
    }

.ord_subtotal {
    text-align: right;
    line-height: 22px;
    padding-right: 5px;
    }

.ord_subtotal .shipping_container {
    margin: 4px 0px;
    }

.ord_subtotal select {
    width: 300px;
    margin-left: 5px;
    }

.ord_subtotal .shipping_hinweis {
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 4px 0px;
    }

.ord_table_center {
    text-align: center;
    }

.ord_table_left {
    text-align: left;
    }

.ord_table_right {
    text-align: right;
    }

.ord_width40 {
    width: 40px;
    }

.ord_width60 {
    width: 60px;
    }

.ord_width90 {
    width: 90px;
    }

.ord_width110 {
    width: 110px;
    }

.ord_width120 {
    width: 120px;
    }

/* END print content (popup print_product_info, popup print_order.html) */
.cf:before,
.cf:after {
    content: '';
    display: table;
    }

.cf:after {
    clear: both;
    }

.cf {
    zoom: 1;
    }

.filter_bar {
    border-bottom: 0px solid #ebebeb;
    margin-bottom: 15px;
    margin-top: 10px;
    background: #ebebeb;
    padding: 0px;
    }

.sort_bar {
    margin: 0px 0 0 0;
    }
.sort_bar select {
    width: unset;
    float: right;
    line-height: unset;
    padding: 0px;
    background: transparent;
    }
form#sort {
    margin: 0px 0px 0px 5px;
    float: right;
    }
.sort_bar_item.right {
    float: right;
    line-height: 30px;
    }

.sort_bar_item.right a {
    float: right;
    padding: 0px 5px;
    border: 1px solid #ebebeb;
    display: block;
    margin-left: 5px;
    }

.tags_bar {
    margin: 5px 0 0 0;
    }

.tags_bar_row .span4:nth-child(3n+1) {
    margin-left: 0;
    }

.tags_bar_headline {
    font-weight: bold;
    padding: 0px 0px 0px 2px;
    }

a.tags_bar_reset {
    float: right;
    font-size: 11px;
    font-weight: normal;
    }

.orange {
    color: #e1bf83
    }
.btn.wishlist {
    padding: 0;
    background: #ffffff;
    color: inherit;
    font-weight: 500;
    }
.btn.wishlist:hover, .btn.wishlist:active, .btn.wishlist:focus {
text-decoration: underline;
    }
input#rd-cot_gv {
    margin-top: 0;
    margin-right: 15px;
    }

.gvredeem {
    padding: 10px 10px 5px 10px !important;
    }

.gvredeem label {
    padding-left: 0px;
    }

.quantity .input-mini {
    width: 3em;
    }

a.view_box.active,
a.view_list.active {
    color: #e1bf83;
    }

.giftbox p {
    padding: 9px;
    }

.giftbox .well {
    margin-bottom: 0;
    }

.giftbox .well p {
    padding: 0px;
    }

.giftbox button.btn {
    width: 100%;
    }

.subcontent {
    float: right;
    background: #fff;
    border-bottom: 2px solid #e1bf83;
    padding-bottom: 20px !important;
    }
.highlightbox {
    background: #ebebeb;
    border: 1px solid #ebebeb;
    }
.highlightbox2 {
    border-bottom: 2px solid #e1bf83;
    background: #fff;
    padding: 10px;
    }

.highlightbox2 span {
    float: left;
    margin: 0px 5px 0px 0px;
    }

.highlightbox2 ul.address_block {
    list-style: none;
    }

.highlightbox2 label {
    margin: 2px 0px 2px 0px;
    }

.highlightbox2:first-of-type {
    margin-left: 0;
    }
.checkoutborder {
    border: 1px solid #e1bf83;
    padding: 5px;
    background-color: #f4f4f4;
    }
/*.checkoutborder .ol_row1,
.checkoutborder  .ol_row2 {
background-color: transparent;
    }*/
/* START pseudo hr's */

div.hr_1 {
    height: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: solid 1px #ebebeb;
    background-color: transparent;
    }

div.hr_5 {
    height: 1px;
    line-height: 1px;
    margin: 5px 0px;
    padding: 0;
    display: block;
    border-bottom: solid 1px #ebebeb;
    background-color: transparent;
    }

div.hr_10 {
    height: 1px;
    line-height: 1px;
    margin: 10px 0px;
    padding: 0;
    display: block;
    border-bottom: solid 1px #ddd;
    background-color: transparent;
    }

div.hr_15 {
    height: 1px;
    line-height: 1px;
    margin: 15px 0px;
    padding: 0;
    display: block;
    border-bottom: solid 1px #ebebeb;
    background-color: transparent;
    }

/* END pseudo hr's */
/* START products_table for order_details, account_history_info, checkout_confirmation */

table.order_table {
    font-size: 13px;
    line-height: 19px;
    width: 100%;
    }

.ord_table_center {
    text-align: center;
    }

.ord_table_left {
    text-align: left;
    }

.ord_table_right {
    text-align: right;
    }

.ord_width40 {
    width: 40px;
    }

.ord_width60 {
    width: 60px;
    }

.ord_width90 {
    width: 90px;
    }

.ord_width110 {
    width: 110px;
    }

.ord_width120 {
    width: 120px;
    }

.m_row1 {
    background: #fafafa;
    }

.m_row2 {
    background: #ffffff;
    }

.ord_quantity input {
    width: 40px;
    }

a.ord_prdoducts_name {
    /* color: #f50d39; */
    }

a.ord_prdoducts_name:hover {
    color: #555;
    text-decoration: none;
    }

.ord_wishlist {
    display: block;
    padding: 8px 0 0 0;
    }

.ord_wishlist a {
    color: #555;
    }

.ord_wishlist a:hover {
    color: #555;
    text-decoration: underline;
    }

.markProductOutOfStock {
    display: inline-block;
    padding-left: 5px;
    }

table.order_table tr.headerrow {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    background: transparent;
    }

table.order_table tr.headerrow td {
    padding: 5px 5px;
    vertical-align: top;
    }

table.order_table tr.mainrow td {
    border-top: 1px solid #ebebeb;
    padding: 10px 5px;
    vertical-align: top;
    }

.toppad {
    padding-top: 16px !important;
    }

table.order_table tr.mainrow td img.image {
    max-width: 60px;
    max-height: 60px;
    margin: 0px auto;
    text-align: center;
    }

table.order_table tr.mainrow td img.cartimage {
    max-width: 80px;
    max-height: 80px;
    margin: 0px auto;
    text-align: center;
    }

table.order_table tr.mainrow td .description {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 5px;
    }

table.order_table tr.mainrow td .description p {
    margin: 0px !important;
    padding: 2px 0px !important;
    }

table.order_table tr.mainrow td .description ul {
    margin: 8px 0px 8px 15px;
    }

table.order_table tr.mainrow td .description ol {
    margin: 8px 0px 8px 15px;
    }

table.order_table tr.mainrow td .shipping {
    font-size: 12px;
    line-height: 16px;
    color: #555;
    padding: 8px 0 0 0;
    }

table.order_table tr.mainrow td .attributes {
    font-size: 12px !important;
    line-height: 18px !important;
    }

table.order_table ul.attributes_list {
    list-style-type: none;
    margin: 7px 0px 0px 0px;
    }

table.order_table ul.attributes_list li {
    font-size: 12px;
    line-height: 20px;
    }

.total_table_right {
    float: right;
    }

table.total_table {
    font-size: 13px;
    line-height: 19px;
    }

table.total_table tr td {
    padding: 2px 5px;
    width: 120px;
    white-space: nowrap;
    }

.ord_subtotal {
    text-align: right;
    line-height: 22px;
    padding-right: 5px;
    }

.ord_subtotal .shipping_container {
    margin: 4px 0px;
    }

.ord_subtotal select {
    width: 300px;
    margin-left: 5px;
    }

.ord_subtotal .shipping_hinweis {
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 4px 0px;
    }

/* END products_table for order_details, account_history_info, checkout_confirmation */
/* START print content (popup print_product_info, popup print_order.html) */

body.popupprint {
    background: #fff none;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 17px;
    }

.printwrap {
    width: 700px;
    margin: 0px auto;
    }

.printlogo {
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    }

/* print order */

.printColumsLeft {
    float: left;
    width: 48%;
    }

.printColumsRight {
    float: right;
    width: 48%;
    }

/* print info */

.printColumsInfoLeft {
    float: left;
    width: 500px;
    padding: 0px;
    }

.printColumsInfoLeft ul {
    margin: 8px 0px 8px 15px;
    }

.printColumsInfoLeft ol {
    margin: 8px 0px 8px 15px;
    }

.printColumsInfoRight {
    float: right;
    width: 164px;
    text-align: center;
    }

.printColumsInfoRight img {
    max-width: 160px;
    height: auto;
    margin: 10px auto 0px auto;
    border: 1px solid #ebebeb;
    padding: 1px;
    }

ul.printinfolist {
    margin-left: 15px;
    }

.moimages {
    float: left;
    width: 126px;
    height: 126px;
    border: 1px solid #ebebeb;
    padding: 2px;
    margin: 0px 10px 10px 0px;
    position: relative;
    }

.moimages:nth-child(5n+1) {
    margin-right: 0px;
    }

.moimages img {
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    max-height: 126px;
    max-width: 126px;
    }

/* admin print-order */

.printwrap_admin {
    padding-top: 40px;
    width: 700px;
    margin: 0px auto;
    }

p.underline {
    margin: 105px 0px 3px 15px;
    font-size: 10px;
    text-decoration: underline;
    }

.printlogo_admin {
    padding: 0px 0px;
    text-align: right;
    margin: 0px 0 20px 0;
    }

.printlogo_admin img {
    max-width: 336px;
    }

.print_small {
    font-size: 12px;
    line-height: 18px;
    }

.print_big {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 0 0 0;
    }

.printwrap_admin table.order_table {
    margin-top: 10px;
    }

/* END print content (popup print_product_info, popup print_order.html) */

nav#my-menu,
nav#mm-my-menu {
    color: #FFF;
    border: none;
    }

@media (max-width: 979px) {
    .navbar .brand {
        margin: 0;
        padding: 8px 20px;
        color: #fff;
        }
    .nav-extra>li>a, .nav-extra>li>span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: inherit;
        display: block;
        padding: 10px 10px 10px 20px;
        margin: 0;

        }
    #my-menu {
        display: none !important;
        }

    .mm-title {
        color: #fff !important;
        font-size: 1.3em !important;
        }

    #mm-my-menu a:hover {
        color: #ffffff;
        }

    #mm-my-menu a {
        font-weight: 100 !important;
        }

    .mm-listview,
    .mm-listview > li {
        float: initial;
        position: relative;
        box-shadow: initial;
        background: initial;
        z-index: initial;
        top: initial;
        left: initial;
        right: initial;
        }
    }

@media (min-width: 980px) {
    #mm-my-menu {
        display: none !important;
        }
    }

.pulse2 {
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
    }

@keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        }
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        }
    }

@-moz-keyframes pulse2 {
    0% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        }
    50% {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
        }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        }
    }

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        }
    }

@-ms-keyframes pulse2 {
    0% {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        }
    50% {
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        }
    }

.tags_options {
    font-weight: 500;
    float: left;
    margin: 0px 10px;
    line-height: 25px;
    }

.tags_options_tooltip .tags_options_tooltip_hover {
    position: absolute;
    bottom: 60px;
    width: 200px;
    border: 1px solid #ebebeb;
    display: none;
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
    padding: 8px;
    background: #ebebeb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

.tags_options_tooltip:hover .tags_options_tooltip_hover {
    display: block
    }

span.tags_values_text_row {
    line-height: 25px;
    }

.shopinfobox .boxcontent {
    line-height: 30px !important;
    }

#checkoutnavigation {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    }

#checkoutnavigation li {
    float: left;
    width: 22%;
    margin: 0px;
    padding: 10px;
    background-size: cover;
    background: #fff;
    font-size: inherit;
    line-height: 15px;
    border: 1px solid #ebebeb;
    margin-right: 1%;
    line-height: 17px;
    }

#checkoutnavigation li.active {
    background: #e1bf83;
    color: #fff;
    }

#checkoutnavigation .done {
    color: #ebebeb;
    }

#checkoutnavigation .title {
    font-weight: 500;
    }

#checkoutnavigation .description:before {
    content: '\A';
    white-space: pre;
    }
h2.checkout {
    background: #404040;
    color: #fff;
    padding: 8px;
    font-size: 18px;
    }
/* 25. START products_table for order_details, account_history_info, checkout_confirmation */
ul.orderlist {
    list-style-type: none;
    margin: 0 0 0 0 !important;
    }

ul.orderlist li {
    list-style-type: none;
    /* line-height:19px; */
    }

ul.orderlist li .orderlist_row {
    vertical-align: top;
    padding: 10px 10px;
    }

ul.orderlist li .orderlist_header,
.orderlist_header{
    padding: 10px 10px 10px 10px;
    font-size: 11px !important;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600 !important;
    background: #404040;
    /* border-bottom: 4px solid #c5c5c5; */
    /* border-top: 4px solid #c5c5c5; */
    }

.highlightbox.checkoutborder ul.orderlist li .orderlist_header {
    border-top: 0 !important;
    padding-top: 0 !important;
    margin-top: -4px;
    }

ul.orderlist li .orderlist_header span.ol_productsname {
    /* font-size:10px !important; */
    /* line-height:18px; */
    /* font-weight:bold !important; */
    }

ul.orderlist li .orderlist_header span.ol_singleprice {
    /* font-weight:bold !important; */
    }

ul.orderlist li .orderlist_header span.ol_totalprice {
    /* font-weight:bold !important; */
    }

ul.orderlist li .orderlist_header span.ol_price_row {
    float: right;
    display: inline-block;
    }

.ol_row1 {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    }

.ol_row2 {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    }

ul.orderlist li .orderlist_row span {
    }

span.ol_quantity {
    float: left;
    display: inline-block;
    }

span.ol_quantity2 {
    float: left;
    display: inline-block;
    padding-top: 5px;
    }

span.ol_quantity input {
    width: 25px;
    text-align: center;
    }

span.ol_image {
    float: left;
    display: inline-block;
    text-align: center;
    }

span.ol_image img {
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto;
    text-align: center;
    }

span.ol_productsname {
    float: left;
    display: inline-block;
    /* font-size: 12px; */
    /* line-height: 16px; */
    }

span.ol_productsname a {
    /* font-size: 13px; */
    font-weight: 600;
    /* line-height: 19px; */
    padding: 0;
    }

span.ol_productsname a:hover {
    text-decoration: none;
    }

span.ol_price_row {
    float: right;
    display: inline-block;
    }

span.ol_delete {
    float: right;
    text-align: center;
    display: inline-block;
    }

span.ol_singleprice {
    float: right;
    text-align: right;
    }

span.ol_totalprice {
    float: right;
    text-align: right;
    }

.ol_width1 {
    width: 5%;
    min-width: 40px;
    }

.ol_width2 {
    width: 12%;
    min-width: 100px;
    }

.ol_width3 {
    width: 40%;
    }

.ol_width4 {
    width: 37%;
    min-width: 230px;
    }

.ol_width4_header {
    width: 37%;
    min-width: 230px;
    }

.ol_width5 {
    width: 35%;
    }

.ol_width6 {
    width: 35%;
    }

.ol_width7 {
    width: 30%;
    }

.ol_distance {
    display: block;
    padding-top: 5px;
    }

.ol_model {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin: 2px 0 0 0;
    }

.ol_shipping {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    }

.ol_short_desc {
    font-size: 12px;
    line-height: 18px;
    }

.ol_tags_row {
    margin: 0 0 10px 0;
    }

.ol_tags_item {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin: 2px 0 0 0;
    }

ul.attributes_list {
    list-style-type: none;
    margin: 5px 0 5px 0 !important;
    }

ul.attributes_list li {
    border: none !important;
    font-size: 12px;
    line-height: 15px;
    }

.ord_wishlist {
    display: block;
    padding: 10px 0 0 0;
    font-size: 11px;
    }

.ord_wishlist a {
    text-transform: none !important;
    font-size: 11px !important;
    font-weight: bold !important;
    }

.ord_wishlist a:hover {
    text-decoration: none;
    }

.ord_wishlist .fas {
    padding-right: 4px;
    }

.total_table_right {
    padding: 10px 0 0 0;
    float: right;
    }

table.total_table {
    font-size: 13px;
    line-height: 19px;
    }

table.total_table tr td {
    padding: 2px 5px;
    vertical-align: top;
    }

.ord_width_total {
    width: 105px;
    }

.ord_subtotal {
    margin: 0 0 0 0;
    float: right;
    min-width: 50%;
    text-align: right;
    line-height: 21px;
    padding: 0 0 0 0;
    }

.ord_subtotal .shipping_container {
    margin: 4px 0;
    }

.ord_subtotal select {
    max-width: 100%;
    margin-left: 5px;
    }

.ord_subtotal .SumoSelect {
    max-width: 100%;;
    margin-left: 5px;
    text-align: left;
    }

.ord_subtotal .shipping_hinweis {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 4px 0;
    }

.ord_table_right {
    text-align: right;
    }

.ord_width100 {
    width: 100px;
    }

ul.ord_total_list {
    margin: 0 !important;
    list-style-type: none !important;
    border-bottom: 1px solid #ddd;
    }

ul.ord_total_list li {
    padding: 10px 10px;
    line-height: 14px;
    /* background: #e9e3d7; */
    }

.otl_row1 {
    border-bottom: 1px solid #dddddd;
    /* background: #f4f1eb; */
    }

.otl_row2 {
    /* background: #e9e3d7; */
    padding: 10px 10px 4px 10px !important;
    }

.otl_row3 {
    /* background: #e9e3d7; */
    padding: 2px 10px 3px 10px !important;
    font-size: 11px;
    /* line-height: 12px; */
    }

.otl_row4 {
    border-top: 1px solid #b7a794;
    background: #d4edda;
    padding: 15px 10px !important;
    }

.otl_row2 .otl_col1 {
    line-height: 35px;
    }

.otl_col1 {
    width: 50%;
    float: left;
    text-align: left;
    }

.otl_col2 {
    width: 50%;
    float: left;
    text-align: right;
    }

.otl_col3 {
    width: 70%;
    float: left;
    text-align: left;
    }

.otl_col4 {
    width: 30%;
    float: left;
    text-align: right;
    white-space: nowrap;
    }

.express_info_cart {
    display: block;
    text-align: right;
    line-height: 12px;
    font-size: 10px;
    padding: 2px 2px 5px 0;
    }

.express_info_cart a {
    color: #555;
    }

.express_info_cart a:hover {
    color: #555;
    text-decoration: underline;
    }

/* ENDE Warenkorb als Liste */
/* END products_table for order_details, account_history_info, checkout_confirmation */

.sitemap {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -moz-column-rule: 0 solid #eee;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -webkit-column-rule: 0 solid #eee;
    column-count: 2;
    column-gap: 20px;
    column-rule: 1px solid #b7a794;
    }

.sitemap > ul.nocolumnbreak {
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
    margin-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
    display: inline-block;
    width: 100%;
    }

.nocolumnbreak {
    margin-bottom: 30px !important;
    }

.sitemap > ul > li {
    float: left;
    width: 100%;
    }

.sitemap ul {
    list-style-type: none;
    margin-left: 0;
    }

.sitemap ul > li.sitemap_header {
    font-weight: 600;
    line-height: 31px;
    }

.sitemap ul > li.sitemap_header > a {
    background: #2b2624;
    display: block;
    /* font-size: 16px; */
    color: #ffffff;
    padding: 6px 10px;
    }

.sitemap ul > li.sitemap_header a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    background: #e1bf83 !important;
    }

.sitemap ul li li {
    border-top: 1px solid #b7a794;
    font-weight: normal;
    line-height: 32px;
    }

.sitemap ul li li > a {
    background: #f4f4f4 !important;
    display: block;
    padding: 0 10px;
    }

.sitemap a:hover {
    color: #7c2759 !important;
    text-decoration: none !important;
    background: #ebebeb !important;
    }

/* START tags */

.tags_block {
    margin: 0;
    border-top: 1px solid #ddd;
    }

.tags_row {
    border-bottom: 1px solid #ddd;
    }

.tags_bg1 {
    background: #f4f4f4;
    }

.tags_bg2 {
    background: #ffffff;
    }

.tags_row .tags_options {
    float: left;
    width: 25%;
    display: block;
    padding: 5px 10px 5px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

.tags_row .tags_options img {
    vertical-align: -3px;
    padding-left: 4px;
    }

.tags_options_tooltip {
    position: relative;
    z-index: 1;
    display: inline-block;
    }

.tags_options_tooltip img {
    vertical-align: -3px;
    }

.tags_options_tooltip .tags_options_tooltip_hover {
    position: absolute;
    bottom: 20px;
    left: -95px;
    width: 200px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    display: none;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    padding: 10px;
    }

.tags_options_tooltip:hover .tags_options_tooltip_hover {
    display: block;
    }

.tags_row .tags_values {
    width: 75%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-size : 0; */
    }

.tags_values_icon_row {
    float: left;
    padding: 5px 0 0 0;
    }

.tags_values_icon {
    float: left;
    display: inline-block;
    height: 20px;
    width: auto;
    margin: 0 10px 5px 0;
    }

.tags_values_icon img {
    float: left;
    height: 20px;
    }

.tags_values_icon a {
    display: block;
    }

.tags_values_icon a:hover {
    text-decoration: none;
    }

.tags_icons_tooltip {
    position: relative;
    display: block;
    }

.tags_icons_tooltip img {
    vertical-align: -3px;
    }

.tags_icons_tooltip .tags_icons_tooltip_hover {
    position: absolute;
    bottom: 24px;
    left: -95px;
    width: 200px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    display: none;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    padding: 10px;
    }

.tags_icons_tooltip:hover .tags_icons_tooltip_hover {
    display: block;
    }

.tags_values_text_row {
    float: left;
    padding: 5px 0 5px 0;
    }

.tags_values_name {
    position: relative;
    cursor: default;
    float: left;
    clear: left;
    }

.tags_values_name_tooltip {
    border-bottom: 1px dashed #ddd;
    }

.tags_values_desc_hover {
    position: absolute;
    bottom: 20px;
    left: -95px;
    width: 200px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    display: none;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    padding: 10px;
    }

.tags_values_name:hover .tags_values_desc_hover {
    display: block;
    }

.tags_values_info {
    position: relative;
    }

.tags_values_info img {
    vertical-align: -3px;
    padding-left: 4px;
    }

.tags_values_diff {
    font-size: 12px;
    line-height: 20px;
    padding-left: 1px;
    padding-right: 4px;
    }

/* END tags */
.phone {
    float: right;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    padding-right: 25px;
    }
.phone a {
    color: #fff;
    }
.slogan {
    color: #e1bf83;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    /* border-left: 1px dashed #e1bf83; */
    /* float: left; */
    /* padding-left: 20px; */
    }
.slogan a, .tagline a {
    color: #e1bf83;
    }
.tagline {
    background: #b00024;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    }
.tagline a {
    color: #fff;
    }
.ec_cart_image {
/*    width: 50px;
    display: block !important;*/
    }

.ec_cart_text {
    width: unset !important;
    font-weight: 400;
    color: #404040;
    }

.ec_cart {
    float: right;
    }
.ec_checkout {
    max-width: unset!important;
    }
.ec_short_container {
    /* border: 0px solid rgba(16, 153, 219, 0.2196078431372549); */
    /* background: rgba(91, 192, 222, 0.1411764705882353); */
    /* padding: 5px 10px !important; */
    text-align: right;
    }
.ec_short_container_outer {
    margin-top: 10px;
    padding: 0 !important;
/*    background: #e9f6fa;
    border: 1px solid #afddf1;*/
    background: #ffffff;
    border: 1px solid #1866b3;
    }
/*easycredit banner footer*/
.ec_banner {
    text-align: center;
    padding: 0px;
    background-image: linear-gradient(to right, #ebebeb 49%, #002c5a 50%);
    border-top: 1px solid #B1B3B4;
    /*background: #f2f2f2;*/
    }
@media (max-width: 767px) {
    .phone {
        float: none;
        line-height: unset;
        padding: 10px;
        }
    .ec_short_container {
        text-align: center;
        max-width: unset !important;
        width: 100% !important;
        }
    }
.border-right {
    border-right:1px solid #ebebeb;
    }

.productnavigator {
    font-size: 12px;
    padding: 5px !important;
    line-height: 10px;
    }
.productnavigator_top {
    position: absolute;
    right: 0;
    top: 0;
    }
.productnavigator_top .btn-nav {
    border: none;
    font-size: 20px;
    color: #a2a2a2;
    padding: 0 5px;
    background: none;
    }
.productnavigator .btn-nav {
    border: none;
    font-size: 16px;
    color: #a2a2a2;
    background: none;
    }
.productnavigator .btn-nav:hover,
.productnavigator .btn-nav:active,
.productnavigator .btn-nav:focus,
.productnavigator_top .btn-nav:hover,
.productnavigator_top .btn-nav:active,
.productnavigator_top .btn-nav:focus {
    color: #404040;
    background: none;
    }
.marquee {
    max-width: 100vw; /* iOS braucht das */
    white-space: nowrap;
    overflow: hidden;
    /* hier evtl. noch font-size, color usw. */
    }

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
    }

/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
.marquee span:hover {
    animation-play-state: paused
    }

/* Make it move */
@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
    }
.blink {
    animation: blinker 1s linear infinite;
    }
.blink5 {
    animation: blinker 1s linear 5;
    }
@keyframes blinker {
    50% {
        opacity: 0;
        }
    }

.titleborderOut .titleborder {
    width: 180px;
    margin: 0 auto;
    height: 18px;
    width: 100%;
    margin-top: -34px;
    text-align: center;
    border-top: 2px solid #ebebeb;
    margin-bottom: 30px;
    }
.titleborderOut {
    width: 100%;
    position: relative;
    }
.home {
    text-align: center;
    margin-top: -35px;
    }

.center_headline,
.home-new,
.home-title,
.home-upcoming,
.bestseller_heading {
    line-height: 30px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: 100;
    background: #ffffff;
    z-index: 1;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    border: none !important;
    }
.center_headline_main {
    font-weight: 400;
    }
.home .center_headline,
.home .center_headline_main {
    padding: 0 20px 0px 20px;
    }
.delivery_date .fa{
    color:#404040;
    }
.delivery_date, .delivery_countdown {
    font-size: 13px;
    color: #388E3C;
    }
.delivery_date strong {
    color: #404040;
    font-weight: 400;
    }
.delivery_countdown {
    color:#b00725
    }
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin: 5px 0px;
    color:#000000;
    }

.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ddd;
    }

.separator::before {
    margin-right: .25em;
    }

.separator::after {
    margin-left: .25em;
    }
.subcat_listing {
    background: #f7f7f7;
    padding:5px;
    margin-bottom: 4px;
    }
.subcat_listing h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    }
.subcat_listing img {
    max-width: 60px;
    float: left;
    border: 1px solid #eee;
    background: #fff;
    }
.product_inquiry, .product_inquiry a {
    font-weight: 500;
    color: #676767;
    }
.above-footer {
    background: #ebebeb;
    }

.newsletter-heading {
    font-size: 22px;
    line-height: 110%;
    font-weight: normal;
    color: #404040;
    }

.newsletter-subline {
    margin-bottom: 15px;
    color: #404040;
    }

#box_newsletter .btn {
    margin: 0;
    margin-left: -6px !important;
    color: #fff;
    font: inherit !important;
    border-radius: 0 !important;
    padding: 9px 15px;
    border: 2px solid #e1bf83 !important;
    border-left: 0 solid !important;
    /* background: #252525 !important; */
    text-transform: uppercase;
    width: 20%;
    }

#box_newsletter .btn:hover {
    background: #d2ae6d;
    border-color: #d2ae6d !important;
    }

#box_newsletter {
    padding: 30px 20px;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    }

#box_newsletter input[type='text'] {
    -webkit-box-shadow: none;
    box-shadow: none;
    font: inherit;
    text-transform: uppercase;
    background: #404040;
    border-color: #404040;
    border-width: 2px;
    padding: 2px 10px;
    text-align: left;
    border-right: 0 solid !important;
    width: 70%;
    /* font-size: 17px; */
    height: 40px;
    color: #ebebeb;
    margin: 0;
    box-sizing: border-box;
    font-weight: 400;
    }
#dsgvo label {
    background: #fff;
    float: left;
    color: #b00725;
    }
.dsgvo-checkbox {
    float: left;
    margin: 4px 5px 5px 0px !important;
    }

#contact_us_popup {
    padding: 10px;
    }
.pp-gray img {
    filter: grayscale(1) brightness(120%);
    transition: 0.2s all ease-in-out;
    }
.pp-gray img:hover {
    filter: grayscale(0) brightness(100%);
    transition: 0.2s all ease-in-out;
    }
#account-viewed{
    padding: 20px;
    border: 2px solid #e1bf83;
    }
.w-100 {
    width: 100% !important;
    }
.list-style-none li {
    list-style: none;
    line-height: 32px;
    }
.mr-4 {
    margin-right:10px;
    }
.border-box {
    box-sizing: border-box;
    }
.lh30 {
    line-height: 30px;
    }
.address-label {
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: initial;
    padding: 10px
    }
.address-label:hover {
    background:#eee;
    color:#444
    }
.address-label .radio{
    padding-left:0;
    text-indent: 5px;
    }
/*Scrolling Navbar Cart Icon*/
.navbar-cart {
    visibility:hidden !important;
    float: right;
    padding-right:5px;
    position: relative;
    top: 0px;
    font-size: 2rem !important;
    transition: all 0.2s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all 0.2s cubic-bezier(.55, 0, .1, 1);
    }
.is-sticky .navbar-cart {
    visibility:visible !important;
    top: 8px;
    transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all 0.6s cubic-bezier(.55, 0, .1, 1);
    }

.as-oil__btn-only-essentials {
    border: none;
    background: none;
    padding: 4px 0px;
    font-size: 12px;
    text-align: center;
    }
#productinfoprice .pp-message {
    clear: both;
    margin: 5px 0px 5px 0px;
    text-align: center;
    border: 1px solid #009cde;
    background: #ffffff;
    padding: 10px 5px 0px 5px;
    }





/* Accordion in checkout */
.checkout_accordion .errormessage {
    margin: 10px 0 0 0;
    }
.checkout_accordion .infomessage {
    margin: 10px 0 0 0;
    }
.shipping_costs, .payment_costs {
    float:right;
    margin-right:10px;
    }
.dutyinfo {
    font-size:12px;
    padding:5px;
    margin-top:8px;
    }
.button_right_checkout .checkoutconditions input[type=checkbox] {
    vertical-align: middle;
    bottom: inherit !important;
    }
/* END checkout */
/* prevent flicker in responsive tabs */
#horizontalAccordion {
    display:none;
    }
#horizontalAccordion ul.resp-tabs-list {
    display:none !important;
    }
.cus_radio input[type='radio'] {
    float: left;
    }

@media (max-width: 767px) {
    .width50-float {
        width: 48% !important;
        float: left !important;
        }
    .mr_2percent {
        margin-right: 2%;
        }
    }

/* PayPal Buttons*/
#checkout_confirmation .apms_form_button {
    min-width: 350px !important;
    }
.apms_form_button_inner {
    min-height: 50px !important;
    }
@media (max-width: 767px) {
    #checkout_confirmation .apms_form_button {
        display: contents !important;
        }
    }
.mb-5 {
    margin-bottom: 2rem;
    }
.mt-5 {
    margin-top: 2rem;
    }
.border {
   border: 1px solid #ebebeb
    }
.prodsv_box {
    border: 1px solid #ebebeb;
    margin-top: 5rem;
    margin-bottom: 5rem;
    }
.prodsv_box .h5 {
    padding: 5px;
    line-height: 1.5rem;
    margin: 0;
    display: block;
    }
.prodsv_box img {
    float: right;
    }