/* VERSION/HASH: 2021-03-26 */
.basketflyout a.btn.primary, table.basket ~ div.right a.btn.proceed {
    position: relative;
    margin-bottom: 3.5rem
}

.basketflyout a.btn.primary:after, table.basket ~ div.right a.btn.proceed:after {
    content: 'Jetzt einfach als Gast bestellen!';
    position: absolute;
    color: #0050AA;
    top: 123%;
    right: 0;
    text-align: right;
    width: 135px;
    text-transform: none;
    line-height: normal;
    background-image: url("data:image/svg+xml,%3Csvg class='guest-info__arrow' viewBox='0 0 15 49' width='10px' height='32px' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='M4.33.045l9.726 2.271c.234.055.374.28.319.514a2.129 2.129 0 01-2.561 1.591L6.335 3.142l1.241 1.997c9.909 15.947 8.35 29.003-3.744 43.368a.43.43 0 01-.611.05l-.042-.035a2.111 2.111 0 01-.292-2.907C13.353 32.13 14.458 21.04 5.413 6.483L4.172 4.486l-1.28 5.479a2.129 2.129 0 01-2.56 1.591.422.422 0 01-.32-.513l2.27-9.726A1.707 1.707 0 014.332.045z' fill='%230050aa' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 12px;
    padding-top: 5px
}

.product-tile > .circle-button, .product-tile > .installment-button, .product-tile > .video-button {
    display: none;
}

/* ECM-1555 */
.icon-svg-corona-test:before {
    width: 1em;
    height: 1em;
    background-image: url("https://www.lidl.de/de/asset/images/icon-schnelltest.svg");
    content: '';
    background-size: contain;
    opacity: .7;
}

/* ECM-1551 */
#fitanalytics__button {
    display: none!important;
}

/* ECM-1572 */

.product-carousel .eec-label > .eec-pos > .eec-content > .eec-svg, .product-grid .product-grid__item .eec-label > .eec-pos > .eec-content > .eec-svg {
	display: inline-block;
	height: auto;
}

.product-carousel .eec-label>.eec-pos>.eec-content>.eec-svg img, .product-carousel .eec-label>.eec-pos>.eec-content>.eec-svg>svg, .product-grid .product-grid__item .eec-label>.eec-pos>.eec-content>.eec-svg img, .product-grid .product-grid__item .eec-label>.eec-pos>.eec-content>.eec-svg>svg {
	height: 43px!important;
	width: auto!important;
}

@media only screen and (max-width: 900px) {
  .product-carousel .eec-label>.eec-pos>.eec-content>.eec-svg img, .product-carousel .eec-label>.eec-pos>.eec-content>.eec-svg>svg, .product-grid .product-grid__item .eec-label>.eec-pos>.eec-content>.eec-svg img, .product-grid .product-grid__item .eec-label>.eec-pos>.eec-content>.eec-svg>svg {
		height: 39px!important;
		width: auto!important;
	}
}
