.combo-box {
    margin-bottom: 2.9rem;
}

.combo-box .combo-search-wrapper {
    float: right
}

.combo-box .combo-search-wrapper .form-control {
    border-radius: 0 !important;
    width: unset;
    left: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0
}

@media only screen and (max-width: 480px) {
    .combo-box .combo-search-wrapper .form-control {
        border-left: 1px solid #b3b3b3
    }
}

.combo-box .combo-search-wrapper .form-control:focus {
    border-color: #ccc
}

.combo-box .combo-search-wrapper .btn {
    border-radius: 0 !important;
    left: 23px
}

.combo-box .combo-search-wrapper .btn .fa {
    position: relative;
    top: 1px;
    right: 5px
}

.combo-box select {
    background: #fff url(../images/select-arrow.png) 3% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
}
.book-search-button-wrapper button{
    border-radius: 0 !important;
}

.combo-box select:focus {
    border-color: #ccc
}
#bookSearchInputVal,.book-search-widget-button {
    border-radius: 0 !important;
}
