/* Navigation */

body {
    margin-top: 0;
    padding-top: 0;
    z-index: 2;
    background-color: #fff;
}

.IKEA_searchBarInput {
    padding-right: 20px;
    margin-top: 2px;
    border-radius: 24px;
    background-color: #f8f8f8;
    padding-left: 1em;
    width: 256px;
    margin-left: 26px;
    height: 30px;
    box-shadow: none;
    border: 1px solid #cbc9c9;
}

    .IKEA_searchBarInput input {
        background-color: transparent;
    }

    .IKEA_searchBarInput:focus {
        box-shadow: inset 0 0 0 2px #0054b9;
        -webkit-box-shadow: inset 0 0 0 2px #3570c0;
        border-color: #3379b5;
        background-color: #fff;
        outline: #fff solid 2px;
        outline-offset: .25rem;
    }

.IKEA_topHeader {
    background-color: #f8f8f8;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #808080;
}

.IKEA_header {
    font-family: "Noto IKEA", "Noto Sans", "Roboto", "Open Sans", sans-serif;
    margin: 0 auto;
    width: 1085px;
}

    .IKEA_header a:link {
        color: #000000;
        text-decoration: none;
    }

    .IKEA_header a:visited {
        color: #000000;
        text-decoration: none;
    }

    .IKEA_header a:hover {
        color: #000000;
        text-decoration: none;
    }

    .IKEA_header a:active {
        color: #000000;
        text-decoration: none;
    }


.IKEA_welcome,
.IKEA_topNav {
    float: left;
}

.IKEA_login,
.IKEA_icons {
    text-align: right;
    color: #000000;
}

.IKEA_topNav {
    text-align: center;
    margin-left: 50px;
}

.IKEA_welcome {
    width: 15%;
    float: left;
    visibility: hidden;
}

.IKEA_topNavItems {
    padding: 9px;
    text-decoration: none;
    color: #000000;
}

.IKEA_loginItem {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 11px;
}

.IKEA_logo,
.IKEA_menu,
.IKEA_searchbar,
.IKEA_myShoppingList {
    float: left;
}

.IKEA_secondHeader {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.IKEA_logo {
    width: 10%;
}

.IKEA_menu {
    /*width: 50%;*/
    width: 550px;
    margin-top: 4px;
}

.IKEA_icons {
    /*width: 11%;*/
    width: 120px;
    float: left;
    margin-top: 3px;
}

.IKEA_myShoppingList {
    margin-left: 44px;
}

.IKEA_mainNavItems {
    padding: 9px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

.hr {
    padding-top: 48px;
    border: none;
    height: 20px;
    width: 102%;
    height: 49px;
    box-shadow: 0 22px 14px -24px #c7c7c7;
    margin: -49px -10px 6px;
}

.down {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.IKEA_dropbtn {
    font-size: 12px;
    font-weight: 600;
    padding: 9px 10px 10px;
}

    .IKEA_dropbtn .fa {
        margin-left: 5px;
    }

.IKEA_dropdown {
    position: relative;
    display: inline-block;
}

.IKEA_dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 1085px;
    z-index: 1;
    margin-left: -85px;
    height: 235px;
    box-shadow: 0 8px 6px -6px #000;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}

    .IKEA_dropdown-content a {
        color: #000000;
        padding: 8px 8px;
        text-decoration: none;
        display: block;
        font-size: 12px;
        z-index: 3;
    }

.IKEA_dropdown:hover .IKEA_dropdown-content {
    display: block;
}

.IKEA_newSearchbar {
    position: relative;
    padding: 0;
    margin: 0;
    /*width: 29%;*/
    width: 330px;
    float: left;
}

.IKEA_columnlist {
    width: 15%;
    float: left;
}

.IKEA-searchForm {
    position: relative;
}

.IKEA_search-btn {
    position: absolute;
    width: 21px;
    top: 10px;
    left: 280px;
    border: 0;
    background-color: transparent;
}

/* Formatting */
*:focus {
    outline: none !important
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

/* Overrides*/
#allContent {
    width: 1085px;
    margin-top: 0;
}

    #allContent #mainPadding {
        padding: 0;
    }

        #allContent #mainPadding #main {
            padding-left: 10px;
            padding-right: 10px;
        }

.ikea-logo {
    width: 85px;
    height: 35px;
    float: left;
}
