/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/lato-v22-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/lato-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v22-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v22-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/lato-v22-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/lato-v22-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v22-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v22-latin-900.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v22-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v22-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
body,
.hr-sect,
#footer .productlist-filter-headline,
.text-accent, .productbox-price, .tab-navigation .nav-link,
h1, h2, h3, h4, h5, h6, .h1, .h2, .product-matrix .product-matrix-title, .h3, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .productlist-filter-headline, .h4, .h5, .h6 {
    font-family: "Lato",Arial,Helvetica,sans-serif;
}

@media(max-width:768px) {
	body.is-mobile .toggler-logo-wrapper {
		margin: .5rem 0;
	}
	body.is-mobile .toggler-logo-wrapper #shop-logo {
		max-height: 50px;
	}
	body.is-mobile .header-d-flex .header-d-flex > .col-8 {
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
}

body.is-mobile {
    overflow-x: hidden;
}

.bg-black {
    background: #1d1d1b;
}

.toggler-logo-wrapper {
	margin: 1rem 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .productlist-filter-headline, .h4, .h5, .h6 {
    text-transform: uppercase;
    font-weight: 900;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .product-matrix .product-matrix-title, .h3, .sidepanel-left .box-normal .box-normal-link, .h4, .h5, .h6{
    color: #000;
}

body {
    color: #1d1d1b;
    font-size: 14px;
    font-family: "Lato",Arial,Helvetica,sans-serif;
}

a {
    color: #1d1d1b;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

p {
    margin: 0 0 10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-6 {
    width: 50%;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

body[data-page="18"] main section {
    padding: 0;
}

a:hover,
.btn-link:hover,
#header-top-bar a:hover:not(.dropdown-item):not(.btn) {
    color: #959595;
}


header .navbar-nav > .nav-item > .nav-link::before{
    border-color: #959595;
}

.spacer-50 {
    min-height: 50px;
    flex: 0 0 100%;
    width: 100%;
}
.spacer-30 {
    min-height: 30px;
}

.spacer-20 {
    min-height: 20px;
}

.pull-right {
    float: right !important;
}



/* Header */
header {
    z-index: 1000;
}
#header-top-bar {
    background: #fff;
    padding: 0;
    box-shadow: none;
    position: relative;
    z-index: 1020;
}

#header-top-bar .container {
    border-bottom: 1px solid #ededed;
    padding: 15px 0px;
}

.whatsapp img {
    margin-right: 10px;
    margin-top: -3px;
}

.whatsapp span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

#header-top-bar a, header a {
    text-transform: uppercase;
    letter-spacing: 3px;

}

.nav-dividers .nav-item:not(:last-child)::after {
    display: none;
}

.account-icon-dropdown span.login-1, .account-icon-dropdown span.login-2 {
    display: block;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
}

.account-icon-dropdown a span.login-1 {
    color: #1d1d1b;
}

.account-icon-dropdown a span.login-2 {
    text-transform: initial;
    color: #959595;
}

.account-icon-dropdown a {
    display: flex;
}

.account-icon-dropdown img {
    margin-right: 5px;
    margin-left: 15px;
    display: inline-block;
}


.fa-sup {
    background: #1d1d1b;
    border: none;
    top: -2px;
    left: 26px;
    font-size: 14px;
    padding: 3px 7px;
    width: 22px;
    height: 22px;
    line-height: 15px;
    color: #fff;
    text-overflow: unset;
    font-style: initial;
}


a[title="Kids"],
a[title="For Free!"],
.nav-117,
.nav-76 {
    display: none !important;
}

.btn-primary,
.btn-outline-primary {
    background: #000;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    border: none;
    color: #fff;
}

.btn-outline-primary:hover {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
}

@media all and (min-width: 991px){
    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
}

.nav-mobile-header .navbar-toggler .navbar-toggler-icon {
    color: #000;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    top: 2px;
}




@media all and (min-width: 992px) {

    .nav-scrollbar .nav-item .nav-link::after {
        content: "/" !important;
        padding: 0 10px;
        margin: 0;
        font-size: 17px;
        font-family: "Lato",Arial,Helvetica,sans-serif !important;
        vertical-align: top;
    }
}

    .nav-scrollbar .nav-item.sale-link .nav-link::after {
    display: none;
}

header .navbar-nav > .nav-item > .nav-link[title="Merchmanufaktur"] {
    display: flex;
}

.sale-link a {
    color: #4cc210 !important;
}
@media all and (max-width: 1179px) {
    .secure-checkout-icon {
        margin: 0 auto;
    }
}

@media all and (min-width: 1180px) {
    .secure-checkout-icon {
        align-self: center;
    }
}


:not(.is-checkout) header .navbar-brand {
    margin-right: 0;
    padding-top: 0px;
    padding-bottom: 0;
}

header .navbar-brand img {
    height: auto;
    width: 100%;
}

:not(is-mobile) header.is-sticky .navbar-brand img {
    height: 80px;
}

:not(is-mobile) header.is-sticky .search-wrapper {
    padding-top: 28px;
}

:not(is-mobile) header.is-sticky .nav-right .nav-link {
    padding-top: 35px;
}

.is-checkout header, .is-checkout .navbar{
    height: auto;
}

.is-checkout header .navbar-brand img {
    height: 85px;
}



@media (max-width: 767px) {
	.is-checkout header a {
		letter-spacing: 0;
	}
}


.toggler-logo-wrapper {
    position: relative;
}

.toggler-logo-wrapper .logo-wrapper {
    padding-left: 0;
}
@media all and (max-width: 1179px) {
    body[data-page="11"].is-mobile .toggler-logo-wrapper .logo-wrapper,
    body[data-page="11"].is-mobile .toggler-logo-wrapper {
        margin: 0 auto;
        float: none;
        display: block;
    }
}


.cart-icon-dropdown:not(.not-empty) .cart-icon-dropdown-icon {
    margin-right: 0;
}

header .nav-right .nav-link {
    padding-right: 0;
    padding-left: 30px;
}
.search-wrapper .btn-secondary {
    background: transparent;
    border-left: none;
    border-color: transparent;
    position: absolute;
    padding: 0;
    top: 13px;
    right: 15px;
    z-index: 10;
}
.search-wrapper .btn-secondary:hover,
.search-wrapper .btn-secondary:focus,
.search-wrapper .btn-secondary:active {
    background: transparent !important;
}

.search-form-wrapper-fixed {
    padding: 0;
}


.search-wrapper input {
    height: 55px;
    border-color: #ccc;
    margin-bottom: 5px;
}

#search-header {
    height: 55px;
    display: block;
    width: 100%;
    padding: 6px 12px;
}

.search-wrapper .twitter-typeahead {
    width: 100%;
}

.header-d-flex {
	align-items: center;
}

@media all and (min-width: 768px) {
    .smoothscroll-top-search .search-wrapper {
      padding-top: 0;
  }
}

.form-control:focus {
    border-color: #000;
}


body:not(.is-mobile) .nav-scrollbar .navbar-nav {
    justify-content: end;
}

.nav-scrollbar .navbar-nav {
    padding-bottom: 0;
}

header #mainNavigation {
    margin-right: 0;
}

.black-mobile {
    background: #000;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

@media all and (min-width: 1024px) {
    .black-mobile {
        display: none;
    }
    #shop-nav.desk-version {
        display: flex !important;
    }
}

body.is-mobile #shop-nav.desk-version {
	display: none;
}

#shop-nav.desk-version {
    align-self: center;
}

@media all and (min-width: 1080px) {
    #shop-nav.desk-version {
        display: flex;
    }
    .black-mobile {
        display: none;
    }
}

.black-mobile a {
    color: #fff;
}

header #burger-menu {
    padding: 5px 15px;
    align-self: center;
}

.navbar-toggler .navbar-toggler-icon {
    height: 5px;
    border-radius: unset;
    margin-top: -5px;
}

header .navbar-toggler {
    color: #fff;
}

#shop-nav .fas {
    font-size: 30px;
}

.navbar-toggler .navbar-toggler-icon:before {
    top: -2px;
}

.navbar-toggler .navbar-toggler-icon:after {
    bottom: -2px;
}

header .navbar-nav > .nav-item.active > .nav-link::before, header .navbar-nav > .nav-item:hover > .nav-link::before, header .navbar-nav > .nav-item.hover > .nav-link::before,
header .navbar-nav > .nav-item > .nav-link::before {
    display: none;
}


@media all and (min-width: 992px) {
    header .navbar-nav > .nav-item > .nav-link {
        color: #1d1d1b;
        letter-spacing: 1px;
        font-size: 17px;
        font-weight: 900;
        padding: 0 0 10px 0;
    }
}

#content {
    padding-bottom: 2rem;
}

body[data-page="18"] #content-wrapper:not(.has-fluid) {
    padding-top: 0;
}
#content-wrapper {
    overflow-x: hidden;
}
@media all and (max-width: 992px) {
    body[data-page="18"] #content-wrapper:not(.has-fluid) {
        padding-top: 0;
    }

    .whatsapp img {
        display: none;
    }

    .whatsapp span {
        font-size: 12px;
        letter-spacing: 0;
    }

    #header-top-bar .container {
        padding: 5px 10px;
    }
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: block;
    }
}
@media (min-width: 1081px) {
    .navbar-toggler {
        display: none;
    }
}

.nav-scrollbar-arrow.right,
.nav-scrollbar-arrow.left{
    position: absolute;
    top: 0;
}

@media all and (min-width: 992px) {
    .no-tablet {
        display: none;
    }
}

body:not(.is-mobile) header .nav-mobile-body {
    overflow-y: hidden;
    height: 35px;
}
header .navbar-collapse {
    height: auto;
}

@media all and (max-width: 991.98px) {
    #header-top-bar a, header a {
        display: flex;
    }
}

header .nav-right .dropdown-menu {
    box-shadow: none;
    border: 1px solid #000;
}
@media all and (max-width: 1429px) {
    header .navbar-nav > .nav-item > .nav-link {
        font-size: 14px;
    }

    header .nav-mobile-body{
        margin: 0 auto;
        width: auto;
    }
}

/* Header End */


/* Slider Start */

.theme-default .nivo-directionNav a {
    height: 100px;
    width: 70px;
    position: absolute;
    opacity: 0.2;
    top: 50%;
    transform: translateY(-50%);
}

.theme-default .nivo-directionNav a:hover {
    opacity: 1;
}

.theme-default .nivo-directionNav a.nivo-prevNav {
    background: url(img/main-slider-prev.png) no-repeat;
}

.theme-default .nivo-directionNav a.nivo-nextNav {
    background: url(img/main-slider-next.png) no-repeat;
}

.theme-default .nivoSlider {
    box-shadow: unset;
}


@media all and (max-width: 767px) {
    .theme-default .nivo-directionNav a {
        display: none;
    }
}

/* Slider Ende */

/* Social Media */

.social-media-start {
    background: #1d1d1b;
    padding: 20px 0px;
    margin: 5px 0px;
}
.social-media-start p {
    display: inline-block;
}
.social-media-start a {
    color: #fff
}

.social-media-start .container {
    background: #1d1d1b;
}

.social-media-start .container > a {
    margin: 0px 30px;
}

@media all and (max-width: 767px){
    .social-media-start {
        padding: 10px 0;
    }

    .social-media-start .container>img {
        max-width: 30px;
    }

    .social-media-start .container>a {
        margin: 0 10px;
    }
}


/* Social Media Ende*/


/* Neu im Sortiment */

.hr-sect::before, .hr-sect::after {
    display: none;
}

.hr-sect span {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.hr-sect {
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 20px;
    font-size: 24px;
    margin: 0 0 50px;
    color: #1d1d1b;
    display: block;
}
.hr-sect a {
    text-transform: uppercase;
    color: #959595;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;
    clear: both;
    display: block;
    font-size: 14px;
}

.limited-width {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    max-width: 100%;
}

.limited-width > .row > div {
    margin-bottom: 70px;
}

.NewProducts {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.NewProducts .col-xl-3 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.product-cell {
    margin-bottom: 20px;
}
.product-cell .title {
    margin-top: 10px;
}

.product-cell .title a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

.limited-width .image-wrapper img {
    display: inline-block;
    max-width: 400px;
}

.limited-width .price_wrapper {
    margin-bottom: 0;
    color: #959595;
}

.limited-width .productbox-price {
    font-size: 18px;
    font-weight: 900;
}

@media all and (max-width: 767px) {
    .hr-sect {
        letter-spacing: 10px;
        font-size: 20px;
    }
}

@media all and (max-width: 991px) {
    .limited-width .image-wrapper img {
        max-width: 300px;
    }
}

/* Neu im Sortiment Ende */

/* Newsletter Teaser Boxed */

.newsletter-box-start {
    color: #fff;
    background: #272424;
    padding: 70px 30px;
    text-transform: uppercase;
}

.newsletter-box-start strong {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 50px;
    display: inline-block;
}

.newsletter-box-start p {
    letter-spacing: 4px;
    font-size: 16px;
}

.newsletter-box-start p.small {
    font-size: 11px;
    color: #959595;
    text-align: left;
    margin-top: 10px;
}


/*
@media all and (min-width: 1092px) {
    .nl-box-start {
        padding-left: 50px;
    }
}*/

.newsletter-box-start form {
    margin-top: 50px;
}


.newsletter-box-start .input-group input {
    width: 65%;
    flex: 0 0 65%;
    height: 50px;
    border: none;
}

.newsletter-box-start .input-group .btn {
    width: 35%;
    flex: 0 0 35%;
    background: #000;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 15px;
    border: none;
}

@media all and (max-width: 1500px) {
    .newsletter-box-start .input-group input {
        width: 55%;
        flex: 0 0 55%;
    }
    .newsletter-box-start .input-group button {
        width: 45%;
        flex: 0 0 45%;
    }
}

@media all and (max-width: 1300px) {
    .newsletter-box-start .input-group input {
        width: 50%;
        flex: 0 0 50%;
    }
    .newsletter-box-start .input-group button {
        width: 50%;
        flex: 0 0 55%;
    }
}

@media all and (max-width:1199px) {
    .newsletter-box-start strong {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .newsletter-box-start .input-group button,
    .newsletter-box-start .input-group input {
        width: 100%;
        flex: 0 0 100%;
        float: none;
        display: block;
    }

    .newsletter-box-start form {
        margin-top: 25px;
    }

    .newsletter-box-start {
        padding: 50px 30px;
    }
}

/* Newsletter Teaser Boxed End */

/* Entdecken */

.category-teaser {
    overflow: hidden;
}

.category-teaser > div, .category-teaser > a > div {
    width: 16.666%;
    float: left;
    display: inline-block;
    min-height: 601px;
    border: 1px solid #fff;
    position: relative;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: top center;
}

@media all and (max-width: 767px) {
    .category-teaser > div, .category-teaser > a > div {
        width: 100%;
        min-height: 250px;
        background-position: center;
    }
    .category-teaser div.inner-text {
        transform: none !important;
    }
    .category-teaser p.main-line {
        white-space: normal !important;
        font-size: 18px !important;
    }
    .inner-text-outer {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        padding: 20px 10px;
        text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    }
    a.cat-teaser-more span {
        left: 75px !important;
        bottom: 20px !important;
    }
}

.cat-teaser-music a.cat-teaser-more::before {
    border-color: #000;
}

.cat-teaser-text .btn {
    border: 1px solid #fff !important;
}

.category-teaser div.inner-text {
    position: relative;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: 0 0; /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 0 0; /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    transform-origin: 0 0;
}

.inner-text-outer {
    position: absolute;
    left: 50px;
    bottom: -25px;
}

.category-teaser p.main-line {
    font-weight: 900;
    font-size: 37px;
    white-space: nowrap;
}

.category-teaser p.top-line {
    font-size: 18px;
}

a.cat-teaser-more span {
    position: absolute;
    bottom: 80px;
    left: 155px;
    letter-spacing: 5px;
    font-size: 16px;
}

a.cat-teaser-more span::before {
    border-bottom: 1px solid #1d1d1b;
    content: " ";
    height: 5px;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    top: 37%;
    width: 40px;
    margin-right: 10px;
    margin-left: -50px;
    text-align: right;
}

.inner-text-outer {
    position: absolute;
    left: 0;
    bottom: -25px;
}

a.cat-teaser-more span {
    position: absolute;
    bottom: 80px;
    left: unset;
    right: 15px;
    letter-spacing: 5px;
    font-size: 16px;
}

@media all and (max-width: 1560px) {
    .category-teaser > div, .category-teaser > a > div {
        width: 33.333%;
    }
}

@media all and (max-width: 767px) {
    .category-teaser > div, .category-teaser > a > div {
        width: 100%;
    }
}

/* Entdecken Ende*/

/* Top Marken */

p.pw-title {
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 20px;
    font-size: 24px;
}

@media all and (max-width: 819px){
    p.pw-title {
        letter-spacing: 10px;
        font-size: 20px;
    }
}

.marken-inner {
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
}

.marken-inner > div {
    padding: 0 20px;
}

@media all and (max-width: 767px) {
    .marken-inner > div {
        flex: 0 0 33%;
        width: 33%;
    }

    .marken-inner > div img {
        max-width: 100%;
    }
}

/* Top Marken Ende*/

/* Store Address */

.tg-store {
    background: #1d1d1b;
    color: #fff;
    padding: 42px 210px;
}

.tg-store-2 {
    padding: 50px 150px;
}

.tg-store {
    text-align: center;
}

.tg-store p {
    text-align: left;
    letter-spacing: 1px;
}

.tg-store strong {
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 14px;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 50px;
}
@media all and (max-width: 767px) {
    .tg-store strong {
        text-align: left;
        letter-spacing: 4px;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 1199px) {
    .tg-store strong {
        font-size: 16px;
    }
}

.tg-store a {
    color: #959595;
}

.no-padding {
    padding: 0px;
}

@media all and (max-width: 1800px) {
    .tg-store {
        padding: 50px 120px;
    }
}

@media all and (max-width: 1500px) {
    .tg-store {
        padding: 50px 45px;
    }
}


@media all and (max-width: 1199px) {
.tg-store, .tg-store-2 {
    padding: 20px 35px;
}
}

/* Store Address End*/

/* Footer */

footer#footer {
    padding-bottom: 0;
    padding-top: 2rem;
}

#footer,
#footer .container {
    background: #fff;
    text-transform: uppercase;
}

#footer-boxes .box-title {
    min-height: 40px;
}

#footer-boxes .box-title strong,
#footer .productlist-filter-headline {
    font-size: 14px;
    letter-spacing: 3px;
    color: #1d1d1b;
    display: inline-block !important;
    line-height: 1.1;
    height: 30px;
    margin-bottom: 1rem;
}

@media all and (max-width: 819px) {
    #footer .productlist-filter-headline {
        display: none !important;
    }
}



#footer-boxes p,
#footer-boxes ul li a {
    font-size: 12px;
    letter-spacing: 1px;
}

#footer-boxes ul li a {
    color: #959595;
    padding-top: 0;
    padding-bottom: 20px;
}

#footer-boxes ul li a:hover,
#footer-boxes ul li a:active,
#footer-boxes ul li a:focus {
    color: #1d1d1b;
}

#footer-boxes ul li {
    border: none;
}

.vorteile-box-footer .box-body p {
    padding-left: 40px;
    margin-bottom: 15px;
}

.vorteile-box-footer .box-body p.box-custom-1 {
    background: url(img/foot-lieferung.png) no-repeat left top;
}

.vorteile-box-footer .box-body p.box-custom-2 {
    background: url(img/foot-versand.png) no-repeat left top;
}

.vorteile-box-footer .box-body p.box-custom-3{
    background: url(img/foot-klimaneutral.png) no-repeat left top;
}



.social-media-footer {
    margin-top: 0;
}

.social-media-footer a.btn-social {
    margin-right: 0;
    margin-left: 20px;
}

.mwst-notice {
    border: none;
}

#copyright,
#copyright a,
#footer #copyright > div {
    padding: 30px 10px;
    font-size: 10px;
    letter-spacing: 4px;
}

@media all and (max-width: 819px) {
    #copyright,
    #copyright a,
    #footer #copyright > div {
        letter-spacing: 2px;
    }
}

#copyright,
#copyright .container {
    background: #959595;
    color: #fff;
}

#copyright p {
    margin-bottom: 0;
}

.footnote-vat p {
    color: #959595;
}


.footnote-vat {
    color: #959595;
}

.footnote-vat a {
    color: #d8d8d8;
    text-decoration: none;
}

.newsletter-footer {
    background: #272424;
    color: #fff;
    padding: 30px 0;
}

.newsletter-footer .text-center {
    background: transparent;
}

.newsletter-footer strong.nl-head {
    margin-left: 0;
    font-weight: 900;
    font-size: 24px;
    margin-top: 40px;
}

.newsletter-footer .text-center p {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-right: 80px;
}

.newsletter-footer .text-center strong {
    letter-spacing: 0;
    font-size: 14px;
    margin-left: 0;
    font-weight: bold;
}

.newsletter-footer p.info.small {
    color: #959595;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 7px;
}

.newsletter-footer .input-group button {
    font-weight: normal;
    background: #000;
}

.newsletter-footer .form-group {
    margin-top: 30px;
}

.social-media-footer {
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: end;
}

.social-media-footer a,
.social-media-footer img {
    align-self: center;
}

.social-media-footer a.btn-social {
    margin-right: 0;
    margin-left: 20px;
}

#footer #copyright {
    background: #959595;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 30px 0px;
    font-size: 10px;
    letter-spacing: 4px;
}

#footer #copyright > div {
    padding-top: 0;
    padding-bottom: 0;
}

#copyright a {
    color: #d8d8d8;
    margin-bottom: 0px;
    font-size: 12px;
    letter-spacing: 4px;
}

/* Footer End */

/* Detail Seite */



.sticky-top.cart-summary {
	top: 20px!important;
}

@media all and (min-width: 992px) {
    body:not(.is-mobile) .nav-item-lg-m {
        margin: 0;
    }

    body:not(.is-mobile) header .submenu-headline-toplevel {
        border-bottom: none;
        margin: 1rem 0 0 0;
        font-size: 13px;
        letter-spacing: 0px;
        font-weight: bold;
        line-height: 1.1;
    }

    body:not(.is-mobile) header .navbar-nav > .nav-item > .dropdown-menu {
        max-height: 400px;
    }
}

.pagination-wrapper .pagination-entries {
    margin-right: 5px;
}

.dropdown-toggle[aria-expanded=true]::after {
    transform: unset !important;
}

.black-mobile .account-icon-dropdown.white {
    display: none;
}

.icon-mr-2 {
    margin-top: 4px;
}


.ribbon-1 {
    background: #ebebeb;
}

.ribbon-1::before {
    border-right-color: gainsboro;
}

.detail-usp {
    background: #ededed;
    padding: 30px 20px;
}

.detail-usp ul {
    padding-left: 10px;
    list-style: none;
}

ul.check li {
    background: url(img/check-icon.png) no-repeat top left;
    line-height: 1.1;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 13px;
}

@media all and (max-width:991px) {
    .detail-usp {
        padding: 20px;
    }

    .detail-usp ul {
        padding-left: 0;
    }
}

@media all and (max-width:767px) {
    .detail-usp {
        padding: 10px;
    }

    ul.check li {
        padding-left: 25px;
        font-size: 13px;
        padding-bottom: 5px;
    }

}

.cat-teaser-wrapper {
    padding: 15px;
}

.cat-teaser {
    background: #272424;
    color: #fff;
}

.cat-teaser h3 {
    color: #fff;
}

.cat-teaser-img {
    max-width: 100%;
    height: auto;
    border: 1px solid #272424;
}

.pw-title.aenlich {
    text-align: left;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
}

.item-box-aehnliche .title a {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
    display: inline-block;
}

.item-box-aehnliche .title {
    margin-bottom: 10px !important;
}

.item-box-aehnliche  .price_wrapper {
    color: #959595;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 0;
}

.item-box-aehnliche  .price_wrapper .productbox-price {
    font-size: 14px;
}

.aehnliche-detail {
    padding: 0;
}

.item-box-aehnliche img {
    border: 1px solid #ededed;
}
.item-box-aehnliche .row {
    margin-bottom: 10px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link,
.tab-navigation .nav-link {
    text-align: left;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}

body[data-page="1"] #image_wrapper #gallery .slick-arrow {
    display: block !important;
    opacity: 1 !important;
}

.search-wrapper .form-clear {
    top: 15px;
}

.centerCat_buttons__EQf .filledButton__2Lc {
background-color: #000 !important;
border: 2px solid  #000  !important;
}

.row.gallery .product-wrapper {
	align-self: start;
}

.sticky-top {
	z-index: 1010;
}

.nav-scrollbar-item .nav-mobile-heading {
    display: inline-block;
}
button[name="search"] {
    background: #fff;
}
/*
.wg-inner {
    display: flex;
    border: 1px solid #000;
    background: #272424;
}

.product-cell .wg-inner .title a{
    color: #fff;
}

.wg-inner .price_wrapper {
    color: #fff;
}

.wg-inner .caption {
    padding: 15px;
}*/

.social-media-start a {
    display: inline-block;
}
.social-media-start a:nth-child(2) img {
    filter: invert(100%) sepia(0%) saturate(7459%) hue-rotate(97deg) brightness(100%) contrast(102%);
}

.social-media-start .container > a {
    vertical-align: middle;
}
.theme-default .nivoSlider {
    margin-bottom: 0;
}
.nivo-controlNav {
    display: none;
}