/*
=======================================================
=== BLC - Allgemeiens
=======================================================
*/
img{
	max-width: 100%;
}

figure.mz-figure{
    max-width:80%;
    height: auto;
}

div#divBreadcrumppath_3 > ul:not(:first-child) {
    display: none;
}


/*#divProductPic a.MagicThumb-swap{
    width: 15%;
}*/

/*body div#divContentWrapperWhite div#divProductDetail div#form29504 div#divProductPic div#divProductPicVar a#ProductImage > .mz-figure > img {
    max-height: 400px !important;
    width: auto !important;
}*/

body div#divContentWrapperWhite div#divProductDetail div#form29504 div#divProductPic div#divProductPicVar a#ProductImage > .mz-figure{
    margin-bottom: 10px !important;
}

/*
=======================================================
=== Katalog-Kacheln
=======================================================
*/
.banner-wrapper-4 img {
    height: auto !important;
}


/*
=======================================================
=== Artikelübersicht
=======================================================
*/
.product-img-3-b img {
    background: white;
    /*width: 100%;
    height: 100%;*/
    object-fit: contain;
}
.highrise-icons {        
	position: absolute;  
	left: 20px;      
    top: 20px;    
	display: flex;
    align-items: center;
}
.highrise-icons > span {
    border-radius: 100%;
	background-color: #666666;
    color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
    text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 40px;
	font-size: 12px;
    font-weight: bold;   
	display: inline-block;  
	margin: 2px;
}
.highrise-icons > span.orange {
	background-color: #f2951d;
}
.highrise-icons > span.size-large {
	font-size: 16px;
}

/*
=======================================================
=== BLC - Formulare: Bestätigung AGB und Datenschutz
=======================================================
*/
#data-info {
	margin-bottom: 10px;
}
#data-info > div > span {
	display: none;
}
#data-info a.data-link {
	background: none;
    color: #383838;
	float: none;
	padding: 0 0 0 5px;
	line-height: 30px;
    height: 30px;
	display: inline;
	white-space: initial;
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
}
.registration-container #data-info a.data-link {
	letter-spacing: .075em;
	font-size: 15px;
	padding: .2rem 0 .4rem .5rem;
}
#data-info input[type=checkbox] {
	width: 20px;
    height: 20px;
	margin: 0 4px;
	top: 5px;
    position: relative;
}
#data-info a.data-link:hover {
	color: #A0C93D;
}
.buttons-cart input[type="submit"]:disabled,
.order-button-payment input[type=submit]:disabled {
	background: #aaa;
	cursor: not-allowed;
}
.login-form-container .default-btn:disabled:hover {
	cursor: not-allowed;
	background: #fff;
	border: 1px solid #ddd;
	color: #777;
}
.your-order #AcceptAGBText {
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 5px;
}

/*
=======================================================
=== Seite Artikeldetails:
=======================================================
*/
.spacer{
    padding-top: 1em;
}

/*
=======================================================
=== BLC - Artikeldetails: Artikeldetails
=======================================================
*/
ul.product-detail-list li .product-detail-text {
    width: 110px;
    display: inline-block;
}

/*  Akkupoint Wunsch - Verfügbarkeitslabel Grüne Farbe wie Bestellbutton */
.quick-view-content .availability .high-stock {
    background-color: #A0C93D !important;
}

/* Akkupoint Wunsch - Verfügbarkeitslabel Rote Farbe wie Footer Hintergrund */
.quick-view-content .availability .out-of-stock {
    background-color: #282828 !important;
}

/*
=======================================================
=== BLC - Artikeldetails: Artikelverbindungen auswählen
=======================================================
*/
#productlink-selection #productlink-attribute-desc {
	margin-bottom: 5px;
	font-weight: bold;
}
#ModalProductView #productlink-selection {
	display: none !important;
}

/*
=======================================================
=== Artikeldetails: Integration ShareThis (Hintergrund ausweissen)
=======================================================
*/
.sharethis-inline-share-buttons{
    background-color: white;
}

.st-btn{
    border: 1px solid #dcdcdc;
}

/*
=======================================================
=== BLC - Checkout: Lieferadresse wählen
=======================================================
*/
#blcManageDeliveryAddress #blcManageDeliveryAddress_ContentRight span {
	display: inline-block;
    padding: .2rem 0 .4rem .5rem;
    color: #383838;
    font-weight: 600;
    letter-spacing: .075em;
}
#blcManageDeliveryAddress #blcManageDeliveryAddress_ContentRight span:last-of-type {
	display: none;
}

#blcManageDeliveryAddress #blcManageDeliveryAddress_ContentRight input[type="text"], 
#blcManageDeliveryAddress #blcManageDeliveryAddress_ContentRight input[type="password"], 
#blcManageDeliveryAddress #blcManageDeliveryAddress_ContentRight input[type="number"], 
#blcManageDeliveryAddress #blcManageDeliveryAddress_ContentRight input[type="date"], 
#blcManageDeliveryAddress #blcManageDeliveryAddress_ContentRight select {
	margin-bottom: -10px;
}
#blcManageDeliveryAddress #blcManageDeliveryAddress_ContentRight .default-btn {
	margin-top: 10px;
}
.login-form-container .form-control:focus {
	box-shadow: none;
}
#blcManageDeliveryAddress #blcManageDeliveryAddress_ContentRight select {
	padding-top: 7px;
}

/*
=======================================================
=== BLC - Mein Konto: Adressverwaltung
=======================================================
*/
#address-change table th {
	color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
	padding-right: 30px;
    padding-left: 30px;
}
#address-change table td {
	padding: 1.25rem;
	padding-right: 30px;
    padding-left: 30px;
}
#address-change #Link_NewDeliveryAddress {
	margin-top: 10px;
    clear: both;
    float: left;
}
#address-change h2 {
	margin-bottom: 1rem;
	margin-top: 1rem;
	text-align: center;
}
#address-change .input-form span:last-of-type {
	display: none;
}

/*
=======================================================
=== Supportall-Formular
=======================================================
*/
.supportcase-form textarea {
	min-height: 150px;
}

/*
=======================================================
=== Registrierung
=======================================================
*/
input[type=checkbox]#CreateDeliveryAddress {
    width: 20px;
    height: 20px;
	margin: 0 4px;
}
.input-form form input[type=checkbox] ~ span {
	position: relative;
    top: -3px;
	display: inline;
}

/*
=======================================================
=== Slider
=======================================================
*/
.electro-slider-btn {
    background: rgba(160, 201, 61, 0.8313725490196079);
    color: #fff;
}

/*
=======================================================
=== Textseiten
=======================================================
*/
.text-content hr {
	border-top-width: 2px;
}

/*
=======================================================
=== Header
=======================================================
*/
header #favorites a i.ti-heart {
	top: -1px;
}

/*Artikeldetails 31.1.22 - Verkaufsmengeneinheit*/
.cart-unit {
    padding: 0 8px;
    height: 48px;
    float: left;
    /*text-align: center;*/
    border-radius: 0;
    margin: 0 10px;
    border-color: #aaa;
    word-break: normal;
}
.quickview-btn-cart .form-cart form {
	display: flex;
	background-color:
}
.quickview-btn-cart .form-cart .btn-cart {
	background-color: #A0C93D ;
}
.quickview-btn-cart .form-cart .btn-cart:hover {
	background-color: #000;
}
.cart-plus-minus {
	border-color: #aaa;
}
.quickview-btn-cart {
	margin: 0;
    margin-right: 15px;
}
.quickview-btn-cart .form-cart {
    background-color: #fff;
    color: #fff;
}

.quickview-plus-minus .btn-hover-black::before {
    background: #ffff none repeat scroll 0 0;
}

.modal-content .cart-plus-minus {
   
    width: 110px;
}

/*Staffelrabatte*/

.scale-price table{
    margin: 10px 0;
}

.scale-pricetable td{
    padding: 0 4px;
}

.scale-price table tr td:nth-child(2){
    padding-right:0px;
	padding-left:5px;
}

.scale-price, .price-vat {
font-size:20px;
color: black;
font-weight: 600;
}

.info-green{
    background-color: #A0C93D;
    color: black;
}

/*
=======================================================
=== Warenkorb
=======================================================
*/
.cart-pos-productnumber {
	text-transform: initial;
	font-size: 13px;
	margin-top: 5px;
}

/*
=======================================================
=== Google reCAPTCHA v2 - disablen bis Checkboxen aktiv sind
=======================================================
*/
.google-recaptcha-disabled > div {
	position: relative;
}
.google-recaptcha-disabled > div:after {	
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9999;
	background-color: rgba(0,0,0,0.3);
	cursor: not-allowed;
}

/*
=======================================================
=== Favoritenliste
=======================================================
*/
.wistlist-cart-button {
	font-family: 'Pe-icon-7-stroke';
	border: 1px solid #d4d4d4;
    color: #b1b1b1;
	font-size: 18px;
    height: 33px;
    line-height: 31px;
    margin: 0 8px 0 0;
    text-align: center;
    width: 33px;
	border-radius: 100%;
	background: transparent;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.wistlist-cart-button:hover {
	background-color: #383838 !important;
    border: 1px solid #383838;
    color: #fff;
    cursor: pointer;
}