div .scrollable {
 max-height: 600px;
 overflow-y: auto;
}

    .pageSizeA48{
        min-height: 40cm;
        margin: 5mm 5mm 5mm 5mm;
        position: relative;
        background-color: #ffffff;
        /* change the margins as you want them to be. */
   }
   /* checkout style */
     .unreg_form_radio{
        display: none;
    }
    #form-register > fieldset:nth-child(4) > div:nth-child(1){
       background-color: #f5f5f5;
    }

    #form-register > fieldset:nth-child(3) > div:nth-child(1){
           background-color: #f5f5f5;
    }

    .apb-billing-address-form{
      background-color: #f5f5f5;
    }

    .register-form-account{
       background-color: #f5f5f5;
    }
    .inc-shipping-address{
        padding-top: 1.5rem;
      background-color: #f5f5f5;
    }

    .apb-billing-address-form-header{

    }
    .apbbee{
     display:none;
    }

    .card-gray .card-body {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 1.5rem;
      padding-top: 0.5rem;
    }

    .tab-header-active{
        background-color: #e6e6e6;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }
    .checkout-register-form {
      margin-top: 0rem;
      margin-bottom: 1rem;
    }

   /* checkout style */   

  @page :header
  { content: ,first(chapter), ; border-bottom:thin solid black; }

  .variation{
      /* white-space: pre-wrap;   */
  }
 body > .jtl-spinner {
    display: none !important;
    }

#SEMPEADMINPANEL{
    z-index: 9999;
    position: fixed;
    top: 10px;
    left:10px;
    width: 250px;
    background: #ffffff;
}

@media (max-width: 991.98px) {
    .stepper {
        background: #ffffff;
        border: 0;
        }
    .stepper .step::after, .stepper .step::before {
        display: none;
        }
    .stepper .step:first-child {
        padding-left: 0;
        }
    .stepper .step:nth-child(2) {
        padding: 0;
        }
    .stepper .step:last-child {
        padding-right: 0;
        padding-left: 0; 
        }
    .stepper .step-active .step-text {
        font-size: 1rem;
        }
    .stepper .step-content::after {
        display: none;
        }
    .stepper .step-current .step-content::after {
        content: '';
        display: block;
        position: absolute;
        height: 0.125rem;
        bottom: 0;
        background: #00a9c8;
        z-index: 11;
        left: 0;
        right: 0;
        }
    }
.checkout-steps .step-check {
  margin-left: 0.25rem;
  margin-right: 5px;
  color: #1C871E;
}
   .angebot_druck_texte{
       position: ;
       bottom: 60px;
       width:100%;
   }
   .angebot_druck_footer{
       position: ;
       bottom: 0;
       width:100%;
   }
  .angebot_druck_header{
      height:250px;
  }
  @media print {
      #content-wrapper{
        background-color: #ffffff;
        }
      body{
            background-color: #ffffff !important;
        }
    }

   .small-selectpicker{
	min-height: 20px !important;
	}

    #apb_attribute div.row{
    padding-top: 20px;
    }

button.btn.dropdown-toggle.lazy-selectpicker:not(.nostyleBtn), div.dropdown.bootstrap-select.lazy-:not(.nostyleBtn){
     min-height: 60px;       
    display: inline-block;
    font-weight: normal;
    /* text-align: center;     runter after dings sondt mittig*/
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    border-radius: 4px;
    border-color: #ccc !important;
    background-color: white;
    /*padding: 6px 12px;  */
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
 .custom-select:hover {
    color: #000000;
}

button.btn.dropdown-toggle.lazy-selectpicker:not(.nostyleBtn), div.dropdown.bootstrap-select.lazy-:not(.nostyleBtn):hover{

color: #000000;
}

.bootstrap-select.lazy- a.dropdown-item.selected.active small.text-muted {
    color: #000033 !important;
}

.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left 0.35s;-webkit-transition:left 0.35s;-moz-user-select:none;-webkit-user-select:none;}

#scrollable-dropdown-menu .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}
.list-unstyled, .list-icons {
  padding-left: 8px;
}
.breadcrumb-wrapper {
  align-items: center;
  margin-bottom: 0rem;
}
.category-img {
    border: 1px solid #dedede;
    background-color: #f7f7f7;
    overflow: hidden;
}
.product-wrapper {
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.product-wrapper:hover {
    transform: scale(0.93);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

nav#breadcrumb a.overview {
    display: flex;
   position: relative;
   top: 0px;
   left: 40px;
}

nav#breadcrumb a.overview  .filter-icon {
  margin-right: 10px;

}
.overview-icon {
  background-position: -156px -99px;
}
.filter-icon {
  width: 18px;
  background-image: url(/media/image/sprite.svg);
  background-repeat: no-repeat;
  font-size: 0px;
}