/* Light theme */
body {
  background-color: #ffffff!important;
  color: #000000!important;
}

.search-results-section {
  background-color: #ffffff!important;
}

.search-list-content {
  color: #000000!important;
}

.search-list-content p {
  color: #000000!important;
}

.search-list-content h3 {
  color: #000000!important;
}

.search-list-content h3 a {
  color: #0096ff!important;
}

.book-search-details {
  color: #000000!important;
}

.book-search-details li {
  color: #000000!important;
}

.book-search-details b {
  color: #000000!important;
}

.shop-list-items {
  background-color: #ffffff!important;
}

.list-view {
  background-color: #ffffff!important;
}

.list-view p {
  color: #000000!important;
}

.search-section {
  background-color: #ffffff!important;
}

.container {
  background-color: transparent!important;
}

.shop-default-wrapper {
  background-color: transparent!important;
}

.search-section .form-select.keyword{
    background-color:#f5f5f5!important;
    color:#000000!important;
    border:solid 1px #000000!important;
}
.search-section .form-control{
    background-color:#f5f5f5!important;
    color:#000000!important;
    border:solid 1px #000000!important;
}

.search-section #searchInput{
    color:#000000!important;
}
.nice-select .current{
    color:#939799!important;
}

.feature-wrapper-text {
    color:#000000!important;
}

.feature{
    background-color:#e9e9e9!important;
}

.shop-box-items .book-thumb{
    background-color:#e9e9e9!important;
}
.search-list-thumb{
     background-color:#e9e9e9!important;
    
}

.dropdown-menu{
    background-color:#ffffff!important;
    border:1px solid #000000;
}

.dropdown-item{
    color:#000000!important;
}