/****** General: *****/

@font-face {
    font-family: Louis George Cafe Regular;
    src: url("../fonts/Louis George Cafe.ttf");
}
@font-face {
    font-family: Louis George Cafe Bold;
    src: url("../fonts/Louis George Cafe Bold.ttf");
}

a, a:hover, a:focus, a:active {
    color: var(--bactoattaq-black);
    text-decoration: none;
}
.relative {
    position: relative;
}
.no-padding {
    padding:0px!important;
}
.clear {
    clear:both;
}
.float-left {
    float:left;
}
.content-container {
    background-color: var(--bactoattaq-white);
    font-size: 16px;
    color: var(--bactoattaq-black);
}

.headline {
    text-align: center!important;
}
.customer-height {
    height: 50px;
}
.standard-tile {
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.fill-div-small {
    margin: 20px;
}
.hint_error {
    font-size: 12px;
}

/**** base general *****/

#main {
    overflow-x: hidden;
}





/****** Header: *****/

.base-header {
    color: var(--bactoattaq-black);
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}
.base-header-logo-container {
    top: 16px;
}
.base-header-search {
    top: 16px;
}
.base-header-search-input {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcd9d9;

    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    height: 40px;
    width: 100%;
}
.base-header-search-button {
    background: url("../images/Lupe.svg") no-repeat;
    background-size: 80% 80%;
    position:absolute;
    top:3px;
    right:0;
    width:40px;
    height:40px;
    z-index: 2;
    border: none;
}

.base-header-profile-text {
    position: relative;
    top: 2px;
    text-align: center;
    width: 100%;
}
.base-header-wishlist-text {
    position: relative;
    top: 2px;
    text-align: center;
    width: 100%;
}
.base-header-basket-text {
    position: relative;
    top: 2px;
    text-align: center;
    width: 100%;
}

#red-basket-counter {
    background: url( ../images/warenkorb_hinweis.png) no-repeat;
    width:20px;
    height:20px;
    position:absolute;
    top:10px;
    right:0px;
    color:#ffffff;
    font-size:13px;
    text-align: center;
    text-shadow:0 0;
    line-height: 18px;
    vertical-align: middle;
    z-index: 5;
}
#red-basket-counter-mobile {
    background: url( ../images/warenkorb_hinweis.png) no-repeat;
    width:20px;
    height:20px;
    position:absolute;
    top:8px;
    left:35px;
    color:#ffffff;
    font-size:13px;
    text-align: center;
    text-shadow:0 0;
    line-height: 18px;
    vertical-align: middle;
    z-index: 10;
}
.basket-wrapper {
    position: relative;
    width: 70px;
    margin: 0 auto;
}

@media (min-width:0px) and (max-width:767px) {

    .base-header-logo {
        height: 122px;
        width:228px;
        background: url('../images/bactoattaq/bactoattaq-logo.png') no-repeat;
        background-size: contain;
        position: absolute;
        top: -35px;
    }

    .base-header-search {
        top: 10px;
    }

    .base-header-profile-icon {
        background: url("../images/Profil.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:34px;
        height: 34px;
        position: relative;
        top: 10px;
    }

    .base-header-wishlist-icon {
        background: url("../images/Merkliste.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:34px;
        height: 34px;
        position: relative;
        top: 10px;
    }

    .base-header-basket-icon {
        background: url("../images/Einkaufswagen.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:50px;
        height: 34px;
        position: relative;
        top: 10px;
    }
    .content-container-margin {
        margin: 0px 0px -10px 0px;
    }
    .navi-center {
        margin: 0 auto;
        float: none;
        width:100%;
    }

}

@media (min-width:768px) and (max-width:991px) {

    .base-header-logo {
        height: 204px;
        width:380px;
        background: url('../images/bactoattaq/bactoattaq-logo.png') no-repeat;
        background-size: contain;
        position: absolute;
        top: -60px;
    }

    .base-header-search {
        top: 10px;
    }

    .base-header-profile-icon {
        background: url("../images/Profil.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:34px;
        height: 34px;
        position: relative;
        top: 10px;
    }

    .base-header-wishlist-icon {
        background: url("../images/Merkliste.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:34px;
        height: 34px;
        position: relative;
        top: 10px;
    }

    .base-header-basket-icon {
        background: url("../images/Einkaufswagen.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:50px;
        height: 34px;
        position: relative;
        top: 10px;
    }
    .content-container-margin {
        margin: 0px 0px -10px 0px;
    }
    .navi-center {
        margin: 0 auto;
        float: none;
        width:100%;
    }
}
@media (min-width:992px)  {

    .base-header-logo {
        height: 204px;
        width:380px;
        background: url('../images/bactoattaq/bactoattaq-logo.png') no-repeat;
        background-size: contain;
        position: absolute;
    }

    .base-header-logo-container {
        top: -95px;
    }

    .base-header-search {
        top: 16px;
    }

    .base-header-profile-icon {
        background: url("../images/Profil.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:42px;
        height: 47px;
        position: relative;
        top: 10px;
    }

    .base-header-wishlist-icon {
        background: url("../images/Merkliste.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:40px;
        height: 47px;
        position: relative;
        top: 10px;
    }

    .base-header-basket-icon {
        background: url("../images/Einkaufswagen.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:49px;
        height: 47px;
        position: relative;
        top: 10px;
    }
    .content-container-margin {
        margin: -10px 0px;
    }
    .navi-center {
        margin: 0 auto;
        float: none;
        display: inline-block;
    }
}

/****** Navi:*****/
nav {
    text-transform: none;
    font-size: 16px;
    text-shadow: none;
}
nav .dropdown-menu {
    font-size: 1.0em!important;
    background-color: var(--bactoattaq-white)!important;
}
nav li a {
    padding: 10px 15px!important;
    line-height: 1.0em!important;
}
nav a:hover,
nav a:focus,
nav a:active {
    color:var(--bactoattaq-black);
    text-decoration: none;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
    margin-top: 2px!important;
}
.caret {
    margin-top: -2px;
}

.dropdown-menu > li > a {
    color: var(--bactoattaq-black);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active {
    text-decoration: none;
    background-color: #fff!important;
    color: var(--bactoattaq-black);
}

.highlighted {
    text-decoration: none;
    background-color: transparent!important;
    color: var(--bactoattaq-black);
}

nav .icon-bar, .icon-bar {
    background-color: var(--bactoattaq-black)!important;
    height: 3px!important;
}

nav button {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    margin-right:5px!important;
}
.navbar-toggle {
    float: left!important;
    padding: 9px 0px 9px 10px!important;
}

@media (min-width:0px) and (max-width:767px) {
    .navbar {
        min-height: 0px!important;
/*      margin-bottom: 0px!important; */
        border: 1px solid #d1cdcd;
        width: 100%;
    }
    .base-navbar {
        position: relative;
        top: 20px;
    }
    .base-navbar-collapse {
        background-color: var(--bactoattaq-white);
    }
    .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
        text-decoration: none;
        background-color: transparent!important;
        color: var(--bactoattaq-black)!important;
    }
    nav a {
        color:var(--bactoattaq-black);
        text-decoration: none;
    }
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        margin-top: -12px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .navbar {
        min-height: 0px!important;
/*      margin-bottom: 0px!important; */
        border: 1px solid #d1cdcd;
        width: 100%;
    }
    .base-navbar {
        position: relative;
        top: 20px;
    }
    .base-navbar-collapse {
        background-color: var(--bactoattaq-white);
    }
    .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
        text-decoration: none;
        background-color: transparent!important;
        color: var(--bactoattaq-black)!important;
    }
    nav a {
        color:var(--bactoattaq-black);
        text-decoration: none;
    }
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        margin-top: -28px;
    }
}
@media (min-width:992px) {
    .navbar {
        min-height: 36px!important;
        margin-bottom: 0px!important;
        border: 1px solid #d1cdcd;
        -webkit-box-shadow: inset 0px 1px 6px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: inset 0px 1px 6px 0px rgba(0,0,0,0.16);
        box-shadow: inset 0px 1px 6px 0px rgba(0,0,0,0.16);
        width: 100%;
    }
    .base-navbar-collapse {
        background-color: transparent;
    }
    .base-navbar {
        position: relative;
    }
    .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
        text-decoration: none;
        background-color: transparent!important;
        color: var(--bactoattaq-black)!important;
    }
    nav a {
        color:var(--bactoattaq-black);
        text-decoration: none;
    }
}

/****** Footer:*****/
.footer-container {
    color: var(--bactoattaq-black);
}
.footer-hint-container {
 /*   height: 100px;*/
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    border: 1px solid #d1cdcd;
}
.footer-headline {
    font-size: 24px;
}
.footer-link {
    font-size: 16px;
    line-height: 26px;
}
.footer-end-container {
    margin-top: 100px;
}
.footer-payment-term {
    display:flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    float: right;
}
.footer-social-media-links {
    padding-top: 200px;
}
.footer-trusted-shop {
    padding-top: 50px;
}
@media (min-width:0px) and (max-width:767px) {
    .footer-link-block div {
        text-align: center;
    }
    .social-media-icon {
        clear: both;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .footer-link-block div {
        text-align: center;
    }
    .social-media-icon {
        float: left;
    }
}
@media (min-width:992px) {
    .footer-link-block div {
        text-align: left;
    }
    .social-media-icon {
        float: left;
    }
}
.footer-line {
    height:1px;
    border-top: 1px solid #707070;
}
/****** Index: *****/

.jssorb13 div, .jssorb13 div:hover, .jssorb13 .av {
    background: url(../images/b13.png) no-repeat;
    overflow:hidden;
    cursor: pointer;
}
.jssorb13 {
    position: absolute; bottom: 15px!important; right: 15px;
}

.jssora03l{
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 96px;
    height: 96px;
    cursor: pointer;
    background: url(../images/navi-arrow-left.svg) no-repeat;
    overflow: hidden;
}
.jssora03r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 96px;
    height: 96px;
    cursor: pointer;
    background: url(../images/navi-arrow-right.svg) no-repeat;
    overflow: hidden;
}
.jssora04l{
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 50px;
    height: 35px;
    cursor: pointer;
    background: url(../images/navi-arrow-xs-left.svg) no-repeat;
    overflow: hidden;
}
.jssora04r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 50px;
    height: 35px;
    cursor: pointer;
    background: url(../images/navi-arrow-xs-right.svg) no-repeat;
    overflow: hidden;
}

#home-slider-container{
    position: relative;
    top: 0px;
    width: 1200px;
    height: 400px;
    margin: 20px auto;
}

#home-slider-container-mobile{
    position: relative;
    top: 0px;
    width: 300px;
    height: 400px;
    margin: 20px auto;
}

#home-slider-container-tablet{
    position: relative;
    top: 0px;
    width: 600px;
    height: 400px;
    margin: 20px auto;
}

#home-slider-content {
    background-color:white;
}
.home-slider-image-div {
    float:left;
    width:280px!important;
    height:400px;
    margin-right:10px;
    margin-left:10px;
    position:relative;
    background-color:#ffffff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcd9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-slider-inner {

}
#home-article-container-wrapper {
    margin: 20px auto;
}
.manufacturer-label {
    font-family: Louis George Cafe Regular;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #707070;
}
.article-name-label {
    font-family: Louis George Cafe Regular;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #707070;
}
.article-price-label {
    font-family: Louis George Cafe Regular;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #8F0A0A;
}
.promotion-line-through {
    text-decoration: line-through;
}
.promotion-red {
    font-family: Louis George Cafe Regular;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #8F0A0A;
}
.article-discount-border {
    border: 6px solid #8F0A0A!important;
}
.article-discount-percent {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: Louis George Cafe Regular;
    color: #8F0A0A;
    font-size:30px;
}
.welcome-container {
    font-family: Louis George Cafe Regular;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
}


@media (min-width:0px) and (max-width:767px) {
    .home-article-container-inner {
        margin: 0px auto; width: 300px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .home-article-container-inner {
        margin: 0px auto; width: 600px;
    }
}
@media (min-width:992px) {
    .home-article-container-inner {
        margin: 0px auto; width: 1200px;
    }
}

.home-fadein-container-height img {
    max-width: 100%;
    max-height: 100%;
}
/* mobile portrait */
@media (min-width:0px) and (max-width:319px) {
    .home-fadein-container-height {
       /* height: 116px!important;*/
/*        height: 702px!important;*/
        height: calc(100vw*700/1920);
    }
}
/* mobile landscape */
@media (min-width:320px) and (max-width:479px) {
    .home-fadein-container-height {
      /*  height: 175px!important;*/
 /*       height: 702px!important;*/
        height: calc(100vw*700/1920);
    }
}
/* tablet portait */
@media (min-width:480px) and (max-width:767px) {
    .home-fadein-container-height {
        /*height: 280px!important;*/
/*        height: 702px!important;*/
        height: calc(100vw*700/1920);
    }
}
/* tablet landscape */
@media (min-width:768px) and (max-width:991px) {
    .home-fadein-container-height {
      /*  height: 361px!important;*/
/*        height: 702px!important;*/
        height: calc(100vw*700/1920);

    }
}
/* desktop */
@media (min-width:992px) and (max-width:1199px) {
    .home-fadein-container-height {
     /*  height: 437px!important;*/
/*        height: 702px!important; */
        height: calc(100vw*700/1920);
    }
}
/* desktop large */
@media (min-width:1200px) {
    .home-fadein-container-height {
   /*     height: 702px!important;*/
        height: calc(100vw*700/1920);
    }
}

.presentation img {
    width:100%;
    height:auto !important;
}

/***** catalog list  ******/

.main-category-name {
    font-family: Louis George Cafe Regular;
    color: #707070;
}
.sub-categories {
    margin: 0px auto;
}

.sub-category {
    border: 1px solid #dcd9d9;
    height: 400px;
    background-color:#ffffff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sub-category-name {
    font-family: Louis George Cafe Regular;
    color: #707070;
    font-size: 22px;
    background-color: #e9e9e9;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    padding:5px;
    position:absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    margin: 0px 20px;
}
.catalog-list-accordion {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.catalog-list-accordion h3, .catalog-list-accordion h3:hover {
    background: #ffffff!important;
    color: #707070!important;
    text-shadow: none;
    font-family: Louis George Cafe Regular;
    font-size:20px!important;
    border: 1px solid #e9e9e9!important;
    text-align: left;
}

.catalog-list-accordion > h3 > span {
  /*  background-image: url("images/ui-icons_ffffff_256x240.png")!important;*/
    -ms-transform: scale(1.0)!important; /* IE 9 */
    -webkit-transform: scale(1.0)!important; /* Chrome, Safari, Opera */
    transform: scale(1.0)!important;
}

.catalog-list-accordion div {
    border:0px;
}
.catalog-list-accordion .ul-filter-checkboxes {
    padding: 10px 0px 0px 20px!important;
}
.filter-color-container {
    height:80px !important;
}

.dropdown-arrow {
    background-image: url("../images/dropdownpfeil.svg")!important;
    height: 22px;
    width: 23px;
}
.dropdown-arrow-active {
    background-image: url("../images/dropdownpfeil.svg")!important;
    height: 22px;
    width: 23px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 0.5em !important;
}
.filter-color-parentbox{
    background-color:#eeeeee;
    /* width:57px; */
    height:50px;
    float:left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align:center;
}

.filter-color-parentbox:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.filter-color-parentbox-inner {
    display: flex;
    justify-content: center;
    align-self: center;
    height:30px;
}
.filter-color-parentbox img {
    width:30px;
    height:30px;
}
.filter-color input[type=checkbox], .filter-color-sm input[type=checkbox] {
    display:none;
}

.filter-color input[type=checkbox] + label, .filter-color-sm input[type=checkbox] + label
{
    background: #999;
    height: 30px;
    width: 30px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.filter-color input[type=checkbox]:checked + label, .filter-color-sm input[type=checkbox]:checked + label
{
    height: 34px;
    width: 34px;
    border: 2px solid #707070;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    bottom: 2px;
}

.filter-color label, .filter-color-sm label {
    display: inline-block;
}
.filter-color label img, .filter-color-sm label img {
    pointer-events: none;
}
.filter-color-sm,
.filter-size,
.filter-trimming,
.catalog-list-sorter {
    width: 280px;
    margin: 0px 10px;
    float: left;
}

.filter-horse input[type=checkbox],
.filter-gender input[type=checkbox],
.filter-trimming input[type=checkbox],
.filter-system input[type=checkbox],
.filter-size input[type=checkbox],
#filter_size input[type=checkbox]
{
    display:none;
}

.filter-horse input[type=checkbox] + label,
.filter-gender input[type=checkbox] + label,
.filter-trimming input[type=checkbox] + label,
.filter-system input[type=checkbox] + label,
.filter-size input[type=checkbox] + label,
#filter_size input[type=checkbox] + label
{
    background: #ffffff;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:6px;
    cursor: pointer;

}
.filter-horse input[type=checkbox]:checked + label,
.filter-gender input[type=checkbox]:checked + label,
.filter-trimming input[type=checkbox]:checked + label,
.filter-system input[type=checkbox]:checked + label,
.filter-size input[type=checkbox]:checked + label,
#filter_size input[type=checkbox]:checked + label
{
    background: #707070;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:6px;
    cursor: pointer;
}

.filter-trimming input[type=checkbox] + label,
.filter-system input[type=checkbox] + label,
.filter-size input[type=checkbox] + label,
#filter_size input[type=checkbox] + label
{
    background: #ffffff;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:6px;
    cursor: pointer;
}

.filter-trimming input[type=checkbox]:checked + label,
.filter-system input[type=checkbox]:checked + label,
.filter-size input[type=checkbox]:checked + label,
#filter_size input[type=checkbox]:checked + label
{
    background: #707070;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:6px;
    cursor: pointer;
}
.filter-item-container {
    background-color: #eeeeee;
    border: 2px solid white;
    height: 30px;
    text-align: left;
}
.filter-item-container-inner-size {
    position: relative;
    left: 32px;
    top: -18px;
    font-size: 14px;
    font-family: Louis George Cafe Regular;
    color: #707070;

}
.filter-trimming-item-container {
    background-color: #eeeeee;
    height: 30px;
    text-align: left;
    overflow: hidden!important;
}
.filter-trimming-item-container-inner {
    position: relative;
    top:-20px;
    left: 32px;
    font-size:14px;
    color:#707070;
    font-family: Louis George Cafe Regular;
}
.filter-container-header {
    height:40px;
    line-height: 15px;
    clear:both;
}

/**********/
.catalog-list-sorter-content {
    text-align: left;
}
.catalog-list-sorter-content input[type=radio] {
    display:none;
}
.catalog-list-sorter-content input[type=radio] + label
{
    background: #ffffff;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:4px;

}
.catalog-list-sorter-content input[type=radio]:checked + label
{
    background: #707070;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:4px;
}

.catalog-list-sorter-item {
    background-color:#eeeeee;
    height:30px;
    overflow: hidden!important;
}
.catalog-list-sorter-item-inner {
    position: relative;
    left:32px;
    top:-20px;
    font-size:14px;
    color:#707070;
    font-family: Louis George Cafe Regular;
}

.filter-size-container {
    overflow: hidden!important;
    text-align: left;
}
.filter-size-item-container {
    background-color:#eeeeee;
    height:30px;
}
.filter-size-item-container-inner {
    position: relative;
    left:32px;
    top:-20px;
    font-size:14px;
    color:#707070;
    font-family: Louis George Cafe Regular;
}
.filter-system-item-container {
    background-color:#eeeeee;
    height:30px;
}
.filter-system-item-container-inner {
    position: relative;
    left:32px;
    top:-20px;
    font-size:14px;
    color:#707070;
    font-family: Louis George Cafe Regular;
}
.reset-filter-container-header {
    height: 40px;
    line-height: 35px;
}
#reset-filters-container {
    width:280px;
    margin: 10px 10px;
    font-size:20px;
    color:#707070;
    font-family: Louis George Cafe Regular;
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.topseller-header {
    text-align: center;
    font-family: Louis George Cafe Regular;
    font-size:20px;
    color:#707070;
}
.catalog-list-container {
    margin: 20px auto;
    text-align: center;
}

/**********/

@media (min-width:0px) and (max-width:767px) {
    .main-category-name {
        font-size: 20px;
    }
    .sub-categories {
        width: 300px;
    }
    .sub-category {
        width: 280px;
        margin: 10px 10px;
    }
    .catalog-list-article {
        width: 300px;
        margin: 10px auto;
    }
    .catalog-list-header-responsive-height {
        height: 80px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .main-category-name {
        font-size: 42px;
    }
    .sub-categories {
        width: 600px;
    }
    .sub-category {
        width: 280px;
        margin: 10px 10px;
    }
    .catalog-list-article {
        width: 600px;
        margin: 10px auto;
    }
    .catalog-list-header-responsive-height {
        height: 180px;
    }
}
@media (min-width:992px) {
    .main-category-name {
        font-size: 42px;
    }
    .sub-categories {
        width: 1200px;
    }
    .sub-category {
        width: 360px;
        margin: 20px 20px;
    }
    .catalog-list-article {
        width: 1200px;
        margin: 10px auto;
    }
    .catalog-list-header-responsive-height {
        height: 300px;
    }
}
/***** manufacturers ********/

.manufacturers-brand {
    float:left;
    width:280px!important;
    height:400px;
    margin: 10px;
    position:relative;
    background-color:#ffffff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcd9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.manufacturers-brand-image img {
    max-width: 100%;
    max-height: 100%;
}
.manufacturers-brand-name {
    text-align: center;
    font-family: Louis George Cafe Regular;
    font-size:20px;
    color:#707070;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
}
.manufacturers-header {
    font-family: Louis George Cafe Regular;
    color: #707070;
    font-size:41px;
}

@media (min-width:0px) and (max-width:767px) {
    .manufacturers-container {
        width: 300px;
        margin: 10px auto;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .manufacturers-container {
        width: 600px;
        margin: 10px auto;
    }
}
@media (min-width:992px) {
    .manufacturers-container {
        width: 1200px;
        margin: 10px auto;
    }
}
/********** catalog detail ****************/

.catalog-detail-breadcrumb {
    margin: 20px 0px;
    text-align: left;
    cursor: pointer;
}
.easyzoom-thumbnails li{
    list-style-type: none;
    float:left;
    width:90px;
    height: 90px;
    margin: 15px;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-article-image {
    width: 100%;
    background-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.manufacturer-logo img {
    max-width: 100%;
    max-height: 100%;
}
.detail-article-name {
    font-size: 32px;
    text-align: left;
}
.detail-article-number {
    font-size: 16px;
    text-align: left;
}
.detail-article-price {
    font-size: 26px;
    color: #8F0A0A;
    text-align: left;
}
.detail-article-single-price {
    font-size: 16px;
    color: #8F0A0A;
    text-align: left;
}
.detail-article-price-info {
    font-size: 16px;
    text-align: left;
}
.detail-delivery-info-green {
    float:left;
    font-size: 16px;
    color: #0e7d06;
}
.detail-delivery-info-yellow {
    float:left;
    font-size: 16px;
    color: #ecae03;
    line-height:32px;
}
.detail-delivery-info-red {
    float:left;
    font-size: 16px;
    color: #8F0A0A;
}
.order-quantity {
    margin-top: 20px;
}
.order-button {
    background-color: var(--bactoattaq-black);
    border-radius: 3px 3px 3px 3px!important;
    -moz-border-radius: 3px 3px 3px 3px!important;
    -webkit-border-radius: 3px 3px 3px 3px!important;
    padding: 5px;
    margin-top:20px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.order-button-label {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}
.detail-short-description-header {
    font-size: 20px;
    text-align: left;
}
.detail-short-description {
    font-size: 14px;
    text-align: left;
}
.detail-long-description-header {
    font-size: 30px;
    text-align: left;
}
.detail-long-description {
    font-size: 14px;
    text-align: left;
}
.additional-field {
    font-size: 14px;
    text-align: left;
}
.detail-slider-header {
    font-size: 30px;
}
.detail-suitable-articles {
    margin-top: 20px;
}

/**** catalog detail - variant selection ******/
.color-choice {
    cursor: pointer;
}
.color-choice input[type=radio], .size-choice input[type=radio]  {
    display: none;
}

.color-choice input[type=radio] + label {
    border: 2px solid white;
    display: inline-block;
}

.color-choice input[type=radio]:checked + label {
    display: inline-block;
    border: 2px solid #707070;
}

.color-choice input[type=radio] + label:hover {
    cursor: pointer;
}

.color-choice input[type=radio] + label img, .color-choice input[type=radio]:checked + label img{
    width:46px;
    height:46px;
}
.color-choice label {
    display: inline-block;
}
.color-choice label img{
    pointer-events: none;
}

.size-choice input[type=radio] + label {
    background-color: #dcd9d9;
    display: inline-block;
}

.size-choice input[type=radio]:checked + label {
    display: inline-block;
    color: white;
    background-color: #707070!important;
}
.size-choice input[type=radio] + label:hover {
    cursor: pointer;
}

.variant_selection {
    color:#666666;
}
.article-detail-size-value {
    width: 35px;
    height:46px;
    font-size: 16px;
    font-weight: bold;
    font-family: Louis George Cafe Regular;
    border: 3px solid white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-shadow: none;
    padding:3px;
}
.article-detail-variant-greyout {
    background-color: black;
    opacity: 0.25;
}


/************************************/

@media (min-width:0px) and (max-width:767px) {
    .catalog-detail-breadcrumb {
        font-size:14px;
    }
    .catalog-detail-container {
        width:300px;
        margin: 0 auto -20px auto;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .catalog-detail-breadcrumb {
        font-size:20px;
    }
    .catalog-detail-container {
        width:600px;
        margin: 0 auto -20px auto;
    }
}
@media (min-width:992px) {
    .catalog-detail-breadcrumb {
        font-size:20px;
    }
    .catalog-detail-container {
        width:1200px;
        margin: 0px auto -20px auto;
    }
}

/************************************/

/****** bookmarks ******/

.not-bookmarked {
    background: url("../images/not_bookmarked.svg") no-repeat;
    height: 25px;
    width:30px;
    cursor: pointer;
    float: left;
    position: relative;
    top:4px;
    left:8px;
}
.bookmarked {
    background: url("../images/bookmarked.svg") no-repeat;
    height: 25px;
    width:30px;
    cursor: pointer;
    float: left;
    position: relative;
    top:2px;
    left:8px;
}
.bookmark-sign-container {
    position: absolute;
    top: 10px;
    right: 10px;
}

/******** copartswm index *********/
.index-header-container {
    position:relative;
}
.index-categories-container-lg {
    width: 1600px;
    margin: 20px auto;
}
.index-category-1-lg {
    background: url('../images/index02-large.png') no-repeat;
    background-size: auto;
    height: 722px;
    width: 1013px;
    float:left;
    display: inline-block;
    margin-right: 23px;
    position: relative;
}
.index-category-2-lg {
    background: url('../images/index03-large.png') no-repeat;
    background-size: auto;
    height: 722px;
    width: 564px;
    float:left;
    position: relative;
}
.index-categories-container-md {
    width: 1040px;
    margin: 20px auto;
}
.index-category-1-md {
    background: url('../images/index02-md.png') no-repeat;
    background-size: auto;
    height: 740px;
    width: 1038px;
    float:left;
    display: inline-block;
    position: relative;
}
.index-category-2-md {
    background: url('../images/index03-md.png') no-repeat;
    background-size: auto;
    height: 740px;
    width: 1038px;
    float:left;
    position: relative;
}
.index-categories-container-sm {
    width: 774px;
    margin: 20px auto;
}
.index-category-1-sm {
    background: url('../images/index02-sm.png') no-repeat;
    background-size: auto;
    height: 550px;
    width: 772px;
    display: inline-block;
    position: relative;
}
.index-category-2-sm {
    background: url('../images/index03-sm.png') no-repeat;
    background-size: auto;
    height: 550px;
    width: 772px;
    position: relative;
}
.index-categories-container-xs {
    width: 100%;
    margin: 20px auto;
}
.index-category-1-xs {
    background: url('../images/index02-xs.png') no-repeat;
    background-size: auto;
    height: 546px;
    width:100%;
    display: inline-block;
    position: relative;
}
.index-category-2-xs {
    background: url('../images/index03-xs.png') no-repeat;
    background-size: auto;
    height: 546px;
    width: 100%;
    position: relative;
}
.index-category-button {
    position: absolute;
    bottom: 30px;
}
.index-top-sellers-container-wrapper {
    margin: 20px auto;
}
.index-top-sellers-container-wrapper-head {
    font-family: Louis George Cafe Regular;
    font-size: 25px;
}

@media (min-width:0px) and (max-width:767px) {
    .index-top-sellers-container-inner {
        margin: 0px auto; width: 267px;
    }
    .index-top-sellers-container-wrapper-head {
        text-align:center;
    }
    .index-header-container {
        background: url('../images/index01-xs.png') no-repeat;
        background-size: auto;
        height: 231px;
    }
    .index-header-container-inner {
        width: 100%;
        height: 120px;
        background: rgba(255, 255, 255, .5);
        display: flex;
        align-items: center;
        position: absolute;
        top: 55px;
        font-size:24px;
        color: #0b4086;
        text-align:left;
        margin-left: -15px;
        padding-left: 50px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .index-top-sellers-container-inner {
        margin: 0px auto; width: 800px;
    }
    .index-top-sellers-container-wrapper-head {
        text-align:center;
    }
    .index-header-container {
        background: url('../images/index01-sm.png') no-repeat;
        background-size: auto;
        height: 298px;
    }
    .index-header-container-inner {
        width: 510px;
        height: 120px;
        background: rgba(255, 255, 255, .5);
        display: flex;
        align-items: center;
        position: absolute;
        top: 85px;
        font-size:34px;
        color: #0b4086;
        text-align:left;
        margin-left: -15px;
        padding-left: 50px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .index-top-sellers-container-inner {
        margin: 0px auto; width: 1070px;
    }
    .index-top-sellers-container-wrapper-head {
        text-align:left;
    }
    .index-header-container {
        background: url('../images/index01-md.png') no-repeat;
        background-size: auto;
        height: 360px;
    }
    .index-header-container-inner {
        width: 710px;
        height: 190px;
        background: rgba(255, 255, 255, .5);
        display: flex;
        align-items: center;
        position: absolute;
        top: 75px;
        font-size:44px;
        color: #0b4086;
        text-align:left;
        margin-left: -15px;
        padding-left: 50px;
    }
}
@media (min-width:1200px) {
    .index-top-sellers-container-inner {
        margin: 0px auto; width: 1600px;
    }
    .index-top-sellers-container-wrapper-head {
        text-align:left;
    }
    .index-header-container {
        background: url('../images/index01-large.png') no-repeat;
        background-size: auto;
        height: 576px;
    }
    .index-header-container-inner {
        width: 960px;
        height: 273px;
        background: rgba(255, 255, 255, .5);
        display: flex;
        align-items: center;
        position: absolute;
        top: 150px;
        font-size:68px;
        color: #0b4086;
        text-align:left;
        margin-left: -15px;
        padding-left: 75px;
    }
}
.index-top-sellers-image-div {
    float:left;
    width:240px!important;
    height:400px;
    position:relative;
    background-color:#ffffff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcd9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:13px;
}
.index-top-sellers-image {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}
.index-top-sellers-name-container {
    position: absolute;
    top: 180px;
    width: 100%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}
.index-top-sellers-price-container {
    position: absolute;
    top: 204px;
    width: 100%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}
.index-top-sellers-name-label {
    font-family: Louis George Cafe Regular;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    color: #707070;
}
.index-top-sellers-price-label {
    font-family: Louis George Cafe Regular;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    color: #8F0A0A;
}
.index-top-sellers-add-to-basket {
    position: absolute;
    top: 280px;
    width: 80%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcd9d9;
}
.index-top-sellers-add-to-wishlist {
    position: absolute;
    top: 320px;
    width: 80%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcd9d9;
    cursor: pointer;
}
.addto-basket-image {
    position:absolute;
    top: 3px;
    left: 5px;
    background: url('../images/not_bookmarked.svg') no-repeat;
    background-size: auto;
    height: 20px;
    width: 20px;
    float:left;
    display: inline-block;
}
.addto-basket-label {
    position: relative;
    left:6px;

}
.whishlist-image {
    position:absolute;
    top: 3px;
    left: 5px;
    background: url('../images/not_bookmarked.svg') no-repeat;
    background-size: auto;
    height: 20px;
    width: 20px;
    float:left;
    display: inline-block;
}
.wishlist-label {
    font-size: 10px;
    line-height: 24px;
}

.catalog-list-article-image {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}
.catalog-list-article-name-container {
    position: absolute;
    top: 250px;
    width: 100%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}
.catalog-list-article-price-container {
    position: absolute;
    top: 298px;
    width: 100%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}
.catalog-list-article-add-to-basket {
    position: absolute;
    top: 280px;
    width: 80%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcd9d9;
}
.catalog-list-article-add-to-wishlist {
    position: absolute;
    top: 320px;
    width: 80%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcd9d9;
    cursor: pointer;
}

/************** basket ********************/
.basket-headline-image {
    background: url("../images/Einkaufswagen.svg") no-repeat;
    width:60px;
    height: 55px;
    display: inline-block;
    position: relative;
    top: 7px;
}
.basket-header-content {
    text-align: left;
    margin-bottom: 20px;
}
.basket-article-tile {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcd9d9;
    padding: 5px 0px!important;
    background-color: #fff;
}
.basket-total-tile {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcd9d9;
    padding: 5px 0px!important;
    background-color:#d5d5d5;
}
/************* addresses ********************/
.addresses-tile {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #dcd9d9;
    padding: 5px 0px!important;
}
.addresses-tile-bottom {
    margin: 10px 0;
    display: inline-block;
}
/************** checkout page **************/
.checkout-tile {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #dcd9d9;
    padding: 5px 0px!important;
    margin-bottom: 10px;
}
.grey-line {
    border-top: #707070 solid 1px;
}
.checkout-link,.checkout-link:hover {
    text-decoration: underline;
}
/************ myorders pages ***************/

.cartlist th {
    color: #707070!important;
}
