/*
   atdata ehrle-alpaca stylings
 * Ehrle_Alpaca Theme extension
 *
 *
 * @category   Atdata
 * @package    Ehrle_Alpaca Theme
 * @copyright  Copyright (c) 2019 by Atdata Software GmbH
 *
 * @author      Atdata GmbH <info@data.de>
 * @date $LastChangedDate: 2020-01-23 14:03:17 +0100 (Thu, 23 Jan 2020) $
 * @Revision $LastChangedRevision: 3401 $
 * @author $LastChangedBy: tfreyda $
 * @header $HeadURL $Id Header$
 *
    primary color: #E30613
    hover color: #7D040C
 */

/* IE 10+  hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .catalog-grid-item__details {
        -webkit-transform: none!important;
        transform: none!important;
        position: relative!important;
        top: 212px;
        left: -108px;
    }
    
    .lazyload-wrapper {
        top: -88px;
        left: -8px;
    }
    .catalog-grid-item__name {
        width: 210px;
    }
    
    .image, img, picture {
        width: auto!important;
    }
    
    .row.main-menu-row {
        height: 1px;
    }
    
    .header__wrapper div.header__buttons a.header-button.account,
    .header__buttons a.header-button.quickorder {
       margin: 0 40px;
    }

    .page-wrapper main#maincontent.page-main.container div.catalog-list div.catalog-list__products ul.catalog-grid li.catalog-grid-item.product-item-details.product-item-info a.catalog-grid-item__link div.catalog-grid-item__image-wrapper div.lazyload-wrapper img.image.product-image-photo.catalog-grid-item__image.lazyloaded {
        position: relative!important;
        top:-136px
    }
    
    .lazyload-wrapper {
        top: 1px
    }
    
    section.catalog-grid-item__details {
        height: 1px;
    }
    
    .cart-list-item__details div.cart-list-item__price {
        text-align: right;
        width: 150px;
    }
    
}