﻿#search-line {
    background: #ccc;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    font-family: 'Futura LT Pro';
    height: 45px;
    line-height: 45px;
}

#product-search {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}

.searchBox {
    color: #337ab7;
    border: 2px solid #007ac2;
    border-radius: 10px;
    z-index: 2;
    padding: 0px 5px;
    height: 35px;
    width: 100%;
    text-align: center;
}

#search-select {
    border-radius: 25px;
}

@media (max-width:991px) {
    #search-line {
        height: 150px;
    }
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 72px!important;
}