﻿.AS_font_size_ss {
left:-1px;
position:relative;
}

.cart-count-onscroll {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px !important;
    min-width: 16px !important;
    line-height: 16px !important;
    font-size: 9px !important;
}

.color_bg_black {
background-color:#000000;
}

.color_bg_danger {
background-color:#CC3333;
}

.color_bg_grey {
background-color:#CCCCCC;
}

.color_bg_info {
background-color:#ffffff;
}

.color_bg_lgrey {
background-color:#dfdfdf;
}

.color_bg_llgrey {
background-color:#efefef;
}

.color_border_info {
border-color:#ffffff;
}

.cookie-consent-link {
    position: fixed;
    left: 20px;
    bottom: 50px;
    background: white;
    font-size: 20px;
    color: #666;
    padding: 0.5rem;
    padding-bottom: 0.2rem;
    border-radius: 100%;
    box-shadow: 0 0 10px -4px black;
    transition: all ease-in 0.2s;
z-index: 999;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor-pointer {
cursor:pointer;
}

.dynamic-img {
    max-height: 100%;
    max-width: 100%;
}

.Euro rot {
color:#CC0000;
}

.filter-button {
    width: 200px !important;
}

.flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

.font_size_sxl {
font-size:1.5em;
font-weight:600;
}

.grid_4 {
width:calc(100% / 12 * 4);
}

.grid_8 {
width:calc(100% / 12 * 8);
}

.live-search-container-onscroll {
max-height: 80vh;
overflow-x: hidden;
overflow-y: auto;
}

.loading-img {
background-position:center center;
background-repeat:no-repeat;
background-image:url('/myfactory/CustomUpload/374O357O340O370O356O369O350O328O365O373O356O365O371O366O350O326O364O353O327O/WebPortal/invento-shop/img/Spinner-1s-200px.svg');
width: 100%;
height: 200px;
background-size: auto 100%;
}

.main-menu-onscroll {
    position: sticky;
    top: 0;
    z-index: 1039;
}

.margin_ss {
margin:0.75em;
}

.menu-onscroll {
    position: fixed;
position: -webkit-fixed;
    top: 48px;
    background: white;
    min-height: 60px;
    z-index: 1100;
    width: 100%;
    box-shadow: 0 0 10px -4px #444;
display:none;
}

.menu-onscroll-action {
    position: relative;
    display: block;
    margin: 0 0.5rem;
    font-size: 1.5rem;
    width: 30px;
    text-align: center;
}

.menu-onscroll-logo {
    position: relative;
    height: 60px;
    padding: 0.5rem 0;
    display: block;
}

.menu-onscroll-search {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 1rem;
    background: #eee;
display:none;
}

.product-details-badges {
    position: absolute;
    z-index: 100;
    left: -10px;
    top: -10px;
    display: flex;
    flex-direction: column;
}

.shipping-free-data {
    position: relative;
    padding: 1rem 1.5rem;
    background: #D4F0F5;
    font-size: 1rem;
    color: #26B6CF;
}

.shipping-free-icon {
display: flex;
    background: #26B6CF;
    color: white;
    font-size: 1.7rem;
    padding: 0.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
}

.shipping-free-info {
display: flex;
}

.Text_durchgestrichen {
text-decoration:line-through;
}

.Text_Rot {
color:#FF0000;
}

