
/* logo */
.affix .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Megamenu */
.navbar-default .megamenu {
    position: relative;
}
.megamenu .container.megamenu-content {
    width: auto;
}
/* Sale Button */
.navbar-default .navbar-nav > li.sale a::after {
    position: absolute;
    top: -5px;
    right: 15px;
    padding: 3px 5px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

/* Drodown */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}
/* header, topbar */
.top-bar > .container {
    border-bottom: 0;
}

/* breadcrumb */
.breadcrumb-wrapper .inner {
    border-width: 1px;
    border-style: solid;
}

.actions .wrap {
    border: 1px solid #E3E5E7;
    padding: 15px;
}
@media (max-width: 1024px) {
    .list .basket-details {
        background-color: #F9F9F9;
        padding: 15px 20px 1px 20px;
        margin-top: 1.5em;
    }
    .list .basket-details .input-group {
        display: inline-block;
    }
    .list .basket-details .input-group .form-control {
        width: 5em;
    }
}

/* loader */
#loader-wrapper .loader-section {
    background: rgba(237,254,255,0.98);
}

aside .inner {
    background: #f6f6f6;
}
aside .box-categories .nav > li > a {
    padding-left: 10px;
}
aside .box-categories .nav > li > a:hover {
    background: #F6F8FA;
}
aside .box-categories .nav > li > a .symbol.nav-toggle {
    opacity: 0;
    color: #fff;
}
aside .box-categories .nav > li > a:hover .symbol.nav-toggle {
    opacity: 1;
}


.panel-group .panel-heading .panel-title > a::before {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 15px;
    content: '\f068';
}
.panel-group .panel-heading .panel-title > a.collapsed::before {
    content: '\f067';
}
.panel-group .panel-heading .panel-title > a {
    display: block;
}

/* header: modern */
.modern-header #top-bar a,
.modern-header #top-bar a:hover,
.modern-header #top-bar .active,
.modern-header #top-bar a.active {
  color: rgba(255,255,255,0.8);
}
.modern-header #top-bar a:hover,
.modern-header #top-bar .active,
.modern-header #top-bar a.active {
  text-decoration: underline;
}

/* Seitenleiste */
aside .box:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 15px;
}
.well {
    border: 3px solid #f2f2f2;
}
/* footer */
@media (min-width: 991px) {
    .well {
        border: 3px solid #f2f2f2;
    }
}
#footer .panel .panel-title {
    font-size: 2rem;
}
#footer-boxes,
#footer-boxes .panel {
    border-color: rgba(0,0,0,0.07);
    border-right-width: 2px;
}
/* labels */
.label.label-primary {
    display: inline-block;
}

.fluid .container-full,
.fluid .xselling-box,
.fluid .offer-slider {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* offer */

/* neu */
.page-teaser {
    margin-top: 30px;
}
.h3.panel-title {
    font-size: 2.2rem;
}
.h3.panel-title::before, h3.panel-title::before,
.h3.panel-title::after, h3.panel-title::after {
    background-color: transparent;
}
.panel-categories .caption {
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
}
.btn-white {
    background-color: #fff;
    border: 0;
    color: #333;
}
@media (max-width: 480px) {
    .panel-categories .caption .btn {
        display: inline-block;
        width: auto;
    }
}
.werbebox .wrap {
    text-align: center;
    padding: 25px;
    font-size: 0.85em;
    background-color: rgba(255,255,255,0.9);
    border-radius: 2px;
    color: #333;
    margin-bottom: 30px;
}
.werbebox .wrap .btn {
    margin-top: 15px;
}
.werbebox .wrap h5 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 15px auto;
}
.werbebox .wrap i {
    font-size: 3.5rem;
}
.bigbox .product-cell img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 480px) {
    .bigbox .product-cell {
        border-bottom: 1px solid #E3E5E7;
    }
}
.bigbox .product-cell .lead {
    font-weight: 600;
    line-height: 1.2;
}

/* Slider */
.nivo-caption strong.title {
    text-transform: uppercase;
    font-size: 3rem;
}

/* Background bei Aktionsflächen */
.isbg .gallery .action-wishlist,
.isbg .gallery .quickview {
    right: 10px;
    top: 25px;
}
.isbg .gallery .quickview {
    top: 50px;
}
.isbg .smallbox .product-cell,
.isbg aside .inner {
    border: 0;
}
.isbg .gallery .product-wrapper {
    margin-bottom: 30px;
}
.isbg .gallery .basket-variations,
.isbg .row.gallery .product-cell.thumbnail {
    padding-left: 15px;
    padding-right: 15px;
}
.isbg .gallery .product-cell:hover .expandable::before {
    left: 0;
    right: 0;
}


.scrolltotop {
    left: inherit;
    right: 15px;
}

/* header mobile */
@media (max-width: 800px) {
    header,
    header.fixed-navbar {
        background-color: #222;
    }
    header,
    header a {
        color: #fff;
    }
    .hamburger .line {
        background-color: #fff;
    }
    #search .form-control {
        border-color: transparent !important;
    }
    .header-shop-nav.nav {
        margin-top: 5px;
    }
    .header-logo img {
        max-height: 50px;
        margin-top: -5px;
    }

}

/* USP keine Drehung der Icons, alle */
.actions .wrap:hover i {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}

/* nur beim Daumen unterbinden */
.actions .wrap:hover i.fa-thumbs-up {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}