:root {
--my-color-darkblue: #082040;
--my-color-blue: #3366ff;
--my-color-red: #bf0000;
--my-color-green: #cffa25;
} .product-abo {
position: absolute;
top: 0;
right: 0;
padding: 8px 20px;
background: var(--my-color-blue);
border-radius: 0 0 0 12px;
color: white;
font-weight: 700;
text-transform: uppercase;
}
.product-aboinfo {
color: #bf0000;
font-weight: 500;
font-size: 12px;
}
.hinweis {
background: #bf0000;
color: white;
font-weight: 700;
padding: 3px 10px;
}
.product-highlight {
position: absolute;
top: 0;
right: 0;
padding: 8px 20px;
background: #3366ff;
border-radius: 0 0 0 12px;
color: white;
font-weight: 700;
text-transform: uppercase;
}  .onsale:after { }
.onsaleicon {
position: absolute;
top: -14px;
right: 20px;
z-index: 999;
}
img.saleimage{
width: 90px!important;
height: auto!important;
}
.product-meistgekauft {
position: absolute;
top: 0;
right: 0;
padding: 8px 20px;
background: #3366ff;
border-radius: 0 0 0 12px;
color: white;
font-weight: 700;
text-transform: uppercase;
}
#shop-icon p { padding-bottom: 0.5em; }
#shop-icon { padding-top: 5px!important; }
@media (max-width: 790px) {
.product-meistgekauft {
font-size: 14px;
padding: 5px 15px;
}
.product-new {
font-size: 14px;
padding: 5px 15px;
}
.product-abo {
font-size: 14px;
padding: 5px 15px;
}
.product-highlight {
font-size: 14px;
padding: 5px 15px;
}
}.vertikal-zentrieren {
display: flex;
flex-direction: column;
justify-content: center;
}
.vertikal-unten {
display: flex;
flex-direction: column;
justify-content: flex-end;
} #main-content .container:before {background: none;}
#sidebar {display:none;}
@media (min-width: 981px){
#left-area {
width: 100%;
padding: 23px 0px 0px !important;
float: none !important;
}
}