﻿/* Common settings */
.searchResultArea span.itemPrice span.fromText {
    display: block;
    font-size: 0.65em;
}

span.articlePrice.reducedPrice {
    color: #E2001A;
}

/* Search bubble */
.searchResultArea {
    display: none;
    position: absolute;
    z-index: 9998;
    margin-top: 40px;
    width: 990px;
}

#searchEasyFind .searchResultArea {
    left: -285px;
}

.searchResultArea .searchResults {
    margin-top: -1px;
    margin-bottom: 10px;
}

.searchResultArea .searchResultList {
    clear: both;
    background-color: #fff;
    border: 1px solid #0071B9;
    padding: 10px 12px 0 12px;
    margin: 0px -5px;
    overflow: hidden;
}

.searchResultArea .searchBubbleTop {
    margin-bottom: 0px;
    margin-left: 30px;
    z-index: 9999;
    margin-top: 0px;
}

#searchEasyFind .searchResultArea .searchBubbleTop {
    margin-left: 350px;
}

.searchResultArea .searchBubbleLeftArea {
    width: 200px;
    float: left;
    margin-left: 10px;
}

.searchResultArea .showOnlyNewArticles {
    float: right;
}

.searchResultArea .searchBubbleRightArea {
    width: 75%;
    float: right;
    margin-right: 10px;
}

#searchEasyFind .searchResultArea .searchBubbleRightArea {
    width: 79%;
}

.searchResultArea .itemInformation {
    height: 69px;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: bold;
}

    .searchResultArea .itemInformation:hover {
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

        .searchResultArea .itemInformation:hover .itemImageArea {
            background: #fff;
        }

        .searchResultArea .itemInformation:hover .itemText {
            background: #0071B9;
            padding-top: 15px;
            margin-left: -10px;
            padding-left: 10px;
            margin-right: -12px;
            padding-right: 12px;
            height: 89px;
        }

#EasyFindStyle .searchResultArea .itemInformation:hover .itemText {
    margin-right: -19px;
    padding-right: 19px;
}

.searchResultArea .itemInformation:hover .productName,
.searchResultArea .itemInformation:hover .itemPrice,
.searchResultArea .itemInformation:hover span.articlePrice.reducedPrice,
.searchResultArea .itemInformation:hover .shortDescription {
    color: #fff;
}

.searchResultArea .productAdd {
    position: absolute;
    margin-top: -45px;
    right: 23px;
}

    .searchResultArea .productAdd .addItemToShoppingList {
        width: 25px;
        height: 25px;
        background-size: cover;
    }

    body.fi .searchResultArea .productAdd .addItemToShoppingList {
         width: 60px;
        height: 29px;
        background: url(../img/graphics/buybutton/buy_button_large-fi.png) no-repeat top right;
    }

    body.sv-FI .searchResultArea .productAdd .addItemToShoppingList {
         width: 60px;
        height: 29px;
        background: url(../img/graphics/buybutton/buy_button_large-sv.png) no-repeat top right;
    }

.addToList.addItemToShoppingList.fifi {
    width: 60px;
    height: 29px;
    background: url(../img/graphics/buybutton/buy_button_large-fi.png) no-repeat top right;
}

.addToList.addItemToShoppingList.svfi {
    width: 60px;
    height: 29px;
    background: url(../img/graphics/buybutton/buy_button_large-sv.png) no-repeat top right;
}

.searchResultArea span.storeLocationText {
    display: block;
    float: left;
    color: #fff;
    font-size: 0.9em;
    width: 200px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    text-transform: uppercase;
}



.searchResultArea .itemInformation:hover span.storeLocationText {
    color: #fff;
}

.searchResultArea .horizontalDevider_product {
    height: 0;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-left: 20px;
}

.searchResultArea .searchResultListing hr:last-of-type {
    display: none;
}

.searchResultArea .productIconsContainer {
    position: absolute;
    z-index: 9999;
    margin-left: 20px;
}

.searchResultArea .productMetaIcon {
    margin-left: 5px;
    position: absolute;
}

.productMetaIcon p.rekoBadge {
    min-height: 20px;
    background-color: #00519E;
    padding: 2.5px 5px 2.5px 5px;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px;
}

.searchResultArea .productMetaIcon img {
    margin-top: -13px;
    margin-right: 3px;
}

.searchResultArea .itemImageArea {
    height: 70px;
    width: 100px;
    float: left;
    text-align: center;
    margin-right: 1%;
    padding-right: 1%;
}

.searchResultArea .itemImage {
    max-width: 80%;
    max-height: 80%;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.searchResultArea .itemText {
    float: left;
    width: 589px;
    padding-top: 15px;
}

#searchEasyFind .searchResultArea .itemText {
    width: 747px;
}

.searchResultArea .productName,
.searchResultArea .shortDescription,
.searchResultArea .itemPrice {
    color: #000;
}

.searchResultArea .productInformationArea {
    float: left;
    width: 390px;
    margin-right: 10px;
}

.searchResultArea .shortDescription {
    font-size: 0.6em;
    font-weight: normal;
    display: block;
}

.searchResultArea .itemPrice {
    float: right;
    padding-left: 15px;
    padding-right: 30px;
}

    .searchResultArea .itemPrice.fi {
        padding-right: 60px;
    }

#searchEasyFind .searchResultArea .itemPrice {
    padding-right: 20px;
}


.searchResultArea .searchBubbleTipArea {
    margin: 8px 0;
    font-style: italic;
}

.searchResultArea .searchBubbleDidYouMeanArea {
    margin: 10px;
    background: #0071B9;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
}

.searchResultArea .searchBubbleShowCompleteResultButton {
    background: #0071B9;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    height: 36px;
    text-align: center;
    margin: 4px 0 8px 0;
}

    .searchResultArea .searchBubbleShowCompleteResultButton span {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
    }

.searchResultArea .searchBubbleDidYouMeanArea .searchBubbleDidYouMeanHeading,
.searchResultArea .searchBubbleDidYouMeanArea .searchBubbleDidYouMeanItem {
    float: left;
    margin-left: 10px;
    margin-top: 9px;
    margin-bottom: 9px;
}

.searchBubbleDidYouMeanItem em {
    text-decoration: underline;
}

.searchResultArea .searchBubbleDidYouMeanArea .searchBubbleDidYouMeanItem a {
    font-weight: bold;
    color: #fff;
}

.searchResultArea .searchBubbleCategoriesArea {
    margin-bottom: 8px;
}

.searchResultArea .searchBubbleCategoryItem {
    margin: 4px 0 9px 0;
    color: #fff;
    font-weight: bold;
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.83em;
}

.left, .right {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Search page */

#sidebarLeft div.searchResultCompiled {
    border: #ACACAC solid 1px;
}

#sidebarLeft div.catId_All {
    border-top: #000000 solid 10px;
}

#sidebarLeft div.catId_1000015081 {
    border-top: #00519E solid 10px;
}

#sidebarLeft div.catId_1000015801 {
    border-top: #00519E solid 10px;
}

#sidebarLeft div.catId_1000015083 {
    border-top: #90C4E7 solid 10px;
}

#sidebarLeft div.catId_1000015084 {
    border-top: #00763B solid 10px;
}

#sidebarLeft div.catId_1000015125 {
    border-top: #00763B solid 10px;
}

#sidebarLeft div.catId_1000015124 {
    border-top: #00763B solid 10px;
}

#sidebarLeft div.catId_1000015088 {
    border-top: #97BE0D solid 10px;
}

#sidebarLeft div.catId_1000015082 {
    border-top: #FFF048 solid 10px;
}

#sidebarLeft div.catId_1000015085 {
    border-top: #F5A32E solid 10px;
}

#sidebarLeft div.catId_1000015086 {
    border-top: #CA0039 solid 10px;
}

#sidebarLeft div.catId_1000015087 {
    border-top: #A3A4A6 solid 10px;
}

#sidebarLeft div.catId_1000016144 {
    border-top: #F5A200 solid 10px;
}

.allHeader {
    background-color: #000000;
}

.carMcHeader, .carsparepartsHeader {
    background-color: #00519E;
}

.boatHeader {
    background-color: #90C4E7;
}

.leisureHeader, .gardenHeader, .bicycleHeader {
    background-color: #00763B;
}

.homeHeader {
    background-color: #97BE0D;
}

.officeHeader {
    background-color: #FFF048;
}

.constructionHeader {
    background-color: #F5A32E;
}

.carcareHeader {
    background-color: #CA0039;
}

.toolsHeader {
    background-color: #A3A4A6;
}

.newsHeader {
    background-color: #F5A200;
}

.searchBubbleCategoryItem {
    text-transform: uppercase;
}

    .searchBubbleCategoryItem .left {
        float: left;
    }

    .searchBubbleCategoryItem .right {
        float: right;
    }

        .searchBubbleCategoryItem .right span.amountText {
            font-size: 0.8333em;
        }

.searchResultCompiled .categoryHits {
    display: none;
}

    .searchResultCompiled .categoryHits:nth-child(-n+4) {
        display: block;
    }

.searchResultCompiled .expandToShowMoreCategories {
    cursor: pointer;
}

.hiddenAmount {
    position: absolute;
    margin-top: 4px;
    width: 0;
    margin-left: 185px;
    overflow: hidden;
    z-index: -1;
    transition: width 0.2s linear, margin-left 0.2s linear;
    white-space: nowrap;
    text-align: right;
}

.searchBubbleCategoryItem:hover .hiddenAmount {
    width: 185px;
    z-index: 99999;
    margin-left: 0px;
}

#mainContent .catId_All {
    background-color: #000000;
}

.reko-search-result-item-image-badge.catId_1000015081, #mainContent .catId_1000015081, .searchBubbleCategoryItem.catId_1000015081, .searchBubbleCategoryItem.catId_1000015081 .hiddenAmount, .itemCategoryColorMarking.catId_1000015081, span.storeLocationText.catId_1000015081 {
    background-color: #00519E;
}

.reko-search-result-item-image-badge.catId_1000015801, #mainContent .catId_1000015801, .searchBubbleCategoryItem.catId_1000015801, .searchBubbleCategoryItem.catId_1000015801 .hiddenAmount, .itemCategoryColorMarking.catId_1000015801, span.storeLocationText.catId_1000015801 {
    background-color: #00519E;
}

.reko-search-result-item-image-badge.catId_1000015083, #mainContent .catId_1000015083, .searchBubbleCategoryItem.catId_1000015083, .searchBubbleCategoryItem.catId_1000015083 .hiddenAmount, .itemCategoryColorMarking.catId_1000015083, span.storeLocationText.catId_1000015083 {
    background-color: #90C4E7;
}

.reko-search-result-item-image-badge.catId_1000015084, #mainContent .catId_1000015084, .searchBubbleCategoryItem.catId_1000015084, .searchBubbleCategoryItem.catId_1000015084 .hiddenAmount, .itemCategoryColorMarking.catId_1000015084, span.storeLocationText.catId_1000015084 {
    background-color: #00763B;
}

.reko-search-result-item-image-badge.catId_1000015125, #mainContent .catId_1000015125, .searchBubbleCategoryItem.catId_1000015125, .searchBubbleCategoryItem.catId_1000015125 .hiddenAmount, .itemCategoryColorMarking.catId_1000015125, span.storeLocationText.catId_1000015125 {
    background-color: #00763B;
}

.reko-search-result-item-image-badge.catId_1000015124, #mainContent .catId_1000015124, .searchBubbleCategoryItem.catId_1000015124, .searchBubbleCategoryItem.catId_1000015124 .hiddenAmount, .itemCategoryColorMarking.catId_1000015124, span.storeLocationText.catId_1000015124 {
    background-color: #00763B;
}

.reko-search-result-item-image-badge.catId_1000015088, #mainContent .catId_1000015088, .searchBubbleCategoryItem.catId_1000015088, .searchBubbleCategoryItem.catId_1000015088 .hiddenAmount, .itemCategoryColorMarking.catId_1000015088, span.storeLocationText.catId_1000015088 {
    background-color: #97BE0D;
}

.reko-search-result-item-image-badge.catId_1000015082, #mainContent .catId_1000015082, .searchBubbleCategoryItem.catId_1000015082, .searchBubbleCategoryItem.catId_1000015082 .hiddenAmount, .itemCategoryColorMarking.catId_1000015082, span.storeLocationText.catId_1000015082 {
    background-color: #FFF048;
    color: #000 !important;
}

.reko-search-result-item-image-badge.catId_1000015085, #mainContent .catId_1000015085, .searchBubbleCategoryItem.catId_1000015085, .searchBubbleCategoryItem.catId_1000015085 .hiddenAmount, .itemCategoryColorMarking.catId_1000015085, span.storeLocationText.catId_1000015085 {
    background-color: #F5A32E;
}

.reko-search-result-item-image-badge.catId_1000015086, #mainContent .catId_1000015086, .searchBubbleCategoryItem.catId_1000015086, .searchBubbleCategoryItem.catId_1000015086 .hiddenAmount, .itemCategoryColorMarking.catId_1000015086, span.storeLocationText.catId_1000015086 {
    background-color: #CA0039;
}

.reko-search-result-item-image-badge.catId_1000015087, #mainContent .catId_1000015087, .searchBubbleCategoryItem.catId_1000015087, .searchBubbleCategoryItem.catId_1000015087 .hiddenAmount, .itemCategoryColorMarking.catId_1000015087, span.storeLocationText.catId_1000015087 {
    background-color: #A3A4A6;
}

.reko-search-result-item-image-badge.catId_1000016144, #mainContent .catId_1000016144, .searchBubbleCategoryItem.catId_1000016144, .searchBubbleCategoryItem.catId_1000016144 .hiddenAmount, .itemCategoryColorMarking.catId_1000016144, span.storeLocationText.catId_1000016144 {
    background-color: #F5A200;
}

.searchBubbleCategoryItem.catId_reko {
    background-color: #3d3d3d;
}

.searchBubbleCategoryItem.catId_reko:hover .left, .searchBubbleCategoryItem.catId_reko:hover .right {
    display: none;
}


.itemCategoryColorMarking {
    height: 61px;
    width: 15px;
    float: left;
    margin-top: 4px;
    color: #fff;
}

#searchEasyFind .expandToShowMoreProducts, #mainContent .expandToShowMoreProducts {
    text-align: center;
    cursor: pointer;
}

    .icon {
        position: absolute;
        width: 16px;
        height: 16px;
        margin: 16px;
    }

    .icon-plus {
        background-color: #999;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        width: 32px;
        height: 32px;
        position: relative;
        top: 0;
        left: 0;
        clear: both;
        margin: auto;
    }

    .icon-plus:after {
        background-color: #fff;
        width: 16px;
        height: 4px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        top: 14px;
        left: 8px;
        content: "";
    }

    .icon-plus:before {
        background-color: #fff;
        width: 4px;
        height: 16px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        top: 8px;
        left: 14px;
        content: "";
    }

.stockIndicator {
    width: 10px;
    height: 10px;
    display: inline-block !important;
}

.stockIndicator_2 {
    background-color: green;
}

.stockIndicator_1 {
    background-color: yellow;
}   

.stockIndicator_0 {
    background-color: red;
}    

/* EasyFind adjustments */
#searchEasyFind .searchResultArea {
    display: none;
    position: absolute;
    z-index: 9998;
    margin-top: 62px;
    width: 1155px;
}

/* END - EasyFind adjustments */

/* ErrorPage404 adjustments */
.errorPage404 .searchResultArea {
    margin: 5px auto;
    left: 0;
    right: 0;
}

    .errorPage404 .searchResultArea .searchBubbleTop {
        margin-left: 19%;
    }
/* END - ErrorPage404 adjustments */


@media screen and (max-width: 1023px) {
    .errorPage404 .searchResultArea {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }

    #customerTools .searchResultArea {
        width: 100%;
        max-width: 730px;
    }

    .errorPage404 .searchResultList {
        margin: 0px;
    }

    .searchResultArea .searchBubbleDidYouMeanArea {
        margin: 10px 0;
    }

    .searchResultArea .searchBubbleLeftArea {
        display: none;
    }

    .searchResultArea .searchBubbleRightArea {
        float: left;
        width: 100%;
        margin-right: 10px;
    }

    .errorPage404 .searchResultArea .itemText {
        width: 622px;
    }

    #customerTools .searchResultArea .itemText {
        width: 560px;
    }
}

@media screen and (max-width: 767px) {
    #customerTools .searchResultArea {
        display: none !important;
    }

    .errorPage .searchResultArea {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    #customerTools .searchResultArea .searchBubbleLeftArea,
    #customerTools .searchResultArea .searchBubbleRightArea {
        width: 100%;
        float: left;
    }
}
