﻿.SimpleSearch {
    position: relative;
}



#nav-search-in {
    background-color: #ffffff;
    border-radius: 0px;
    overflow: hidden;
    position: absolute;
    display: inline;
    height: 34px;
    left: 1px;
    top: 1px;
    border-right: 1px solid #ddd;
}
#nav-search-in-content {
    line-height: 36px;
    font-size: 14px;
    margin: 0 25px 0 6px;
}
.nav-down-arrow {
    background-position: -150px -10px;
    background-image: url(http://g-ecx.images-amazon.com/images/G/02/gno/beacon/BeaconSprite-UK-02._V397961423_.png);
    position: absolute;
    height: 5px;
    width: 9px;
    right: 8px;
    top: 16px;
}
#nav-search-in #searchCategory {
    vertical-align: middle;
    position: absolute;
    opacity: 0;
    margin: 0px;
    height: 100%;
    left: 0;
    top: 0;
}

@media screen and (max-width: 400px) {
    #nav-search-in {
        max-width: 100px;
    }
}

.nav-searchfield-outer {
    background-color: White;
    border-radius: 0px;
    /* height: 24px; */
    margin: 3px 0px;
    border: 1px solid #d8d8d8;
}
.nav-searchfield-outer.hover {
    border: 1px solid #b2b2b2;
}
.nav-searchfield-outer.focus {
    border: 1px solid #242424;
}
.nav-submit-button {
	padding: 0px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    right: 0;
    top: 0;
}
.nav-submit-input {
    background-color: #555555;
    border-radius: 5px;
    padding: 4px 15px;
    cursor: pointer;
    margin: 0px;
    border: 0px;
    color: White;
}
#iSearchWord {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    outline: none;
    border: 0px;
    width: 35px;
    cursor: pointer;
    color: black;
    float: right;
}
.SearchSpinner {
    display: none;
}
#ResultCount {
    display: none;
}

/* shopSelectBox shopInputBox shopSearchBtn shopResetBtn */

.shopSelectBox{
    height: 36px;
    float: left;
    border-color: #ddd;
    margin: 0;
}

#iSearchWord.shopInputBox {
    height: 35px;
    border: 0px solid #ddd;
    border-radius: 25px;
    margin-top: 22px;
    background-image: url(images/icon-search-dark.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    overflow: hidden;
    width: 35px;
}

.shopSearchBtn {
    height: 36px;
    float: left;
    margin: 0;
}

.shopResetBtn {
    height: 36px;
    float: left;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #top .logo {
        display: none;
    }

    #iSearchWord.shopInputBox {
        height: 50px;
        width: 100%;
        border-width: 1px;
        margin-bottom: 15px;
    }

    #webshopActionBar {
        padding: 15px 0 0 0;
    }

    #topbar {
        border-bottom-width: 0px;
        padding: 20px 0 0 0;
    }

    #main{
        padding: 0 15px;
    }

    .topmenu-wrapper.col-sm-6 {
        width: 75%;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    #iSearchWord.shopInputBox {
        margin-top: 0px;
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 767px) {

    .topmenu-wrapper.col-sm-6 {
        width: 100%;
    }

    .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    #iSearchWord.shopInputBox {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

