/*BB-Product Search css*/
.bb-product-search {
    padding-top: 75px;
    margin:0 auto;
    width: 520px;
}
.bb-product-search .btn-group {
    position: relative;
}
.bb-product-search .select .btn {
    background: #fff;
    height: 50px;
    border-radius: 0;
    width: 215px;
    color: #888;
    vertical-align: top;
}
.bb-product-search button:focus, .bb-product-search select:focus {
    outline: 0;
}
.bb-product-search .actionItem .btn {
    border-right: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
}
.bb-product-search .bb-search-btn {
    width: 90px;
    background-color: #FF5A5F;
    color: #fff;
    border-radius: 0 5px 5px 0px;
    border: 0;
    height: 50px;
}
.bb-product-search .actionItem.open>.btn {
    border-radius: 5px 0 0 0px;
}
.bb-product-search .select>.dropdown-menu {
    background-color: #fff;
    width: 100%;
}
.bb-product-search .dropdown-menu {
    position: absolute;
    display: none;
}
.bb-product-search .open>.dropdown-menu {
    max-height: 210px !important;
    display: block;
    border-radius: 0 0 5px 5px;
    z-index: 2;
}
.bb-product-search .select .btn .caret {
    content: "";
    width: 15px;
    height: 8px;
    dbImage_background-image: BB_PRODUCTS_DROPDOWN;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    position: absolute;
    right: 15px;
    top: 22px;
}
.bb-product-search .select.open .btn .caret {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.bb-product-search .select>.dropdown-menu li a {
    font-size: 13px;
    width: 100%;
    color: #34495e;
    padding: 10px 15px;
    display: inline-block;
    float: left;
}
.bb-product-search .select>.dropdown-menu li.selected a {
    background-color: #ccc;
    color: #000;
}
.bb-product-search .select>.dropdown-menu li a:hover {
    background-color: #d9d8d8;
    color: #34495e;
}
/*Gateway welcome text*/
.welcome-greet {
    color: #fff;
}
.welcome-greet .main-title {
    margin-bottom: 10px;
    font-size: 36px;
}
.welcome-greet .sub-title {
    padding: 0 10px;
    font-size: 20px;
}
/*IOS Scroll bar*/
.bb-product-search .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.bb-product-search .dropdown-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.bb-product-search .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #999;
}
/*IOS Scroll bar*/