/****************** Store section ******************/

#store {
  min-height: 400px;
}

.top-margin {
  margin-top: 20px;
}

.height-ma {
  height: 410px;
}

.image {
  height: 80px;
  width: min-content;
  align-self: center;
  margin: 0.5rem;
}

.card {
  margin: 1% 1% 1% 1%;
}

#product.image {
  max-width: auto;
  height: 100%;
}

#product-detail.column {
  float: left;
  width: 50%;
  /* background-color: #abdbe3; */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.buy-btn {
  background: var(--c-dark);
}

#store .card {
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.1);
  height: 100%;
}


#store .title {
  font-size: 30px;
  color: #063970;
  padding: 25px 0px;
}

#store .title p {
  font-size: 12px;
}

#store .card-body {
  margin: 5px;
  margin-top: auto;
}

#store .card-body a {
  color: #063970;
  text-decoration: none;
  font-size: 15px;
  margin-top: auto;
  font-weight: 600;
}

#store .card-body a:hover {
  color: #1e81b0;
  text-decoration: none;
}

#store .row .card {
  align-items: center;
  border: none;
  width: 100%;
  border-radius: 0%;
}

#store .card-title {
  color: #063970;
  font-size: 16px;
  font-weight: 600;
}

#store .container .row .card .card-img-top {
  width: 100px;
}

#store .container .row .card-text p {
  display: -webkit-box;
  /* -webkit-line-clamp: 2;  */
  overflow: hidden;
  -webkit-box-orient: vertical;
}

#store .card-body-main {
  margin: 10px;
}

/******************** search bar section ******************/

.search-btn-search,
.select-option-search,
.search-input-search {
  height: 35px;
  border: 0px;
}

.option-pan {
  background-color: white;
  color: black;
}

.search-btn-search {
  background-color: #f5f5f5;
  padding: 7px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
}

.select-option-search {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top: solid 1px #0a9bb8;
  border-bottom: solid 1px #0a9bb8;
  border-left: solid 1px #0a9bb8;
  background-color: #0a9bb8;
  float: left;
  color: #f5f5f5;
}

.search-bar-container-search {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#divcontainersearch {
  border: none;
}

.search-input-search {
  border-top: solid 1px #0a9bb8;
  border-bottom: solid 1px #0a9bb8;
  width: 240px;
}

#searchbtn {
  border-top: solid 1px #0a9bb8;
  border-bottom: solid 1px #0a9bb8;
  border-right: solid 1px #0a9bb8;
}

.search-input-search:focus {
  outline: none;
}

.input-group {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#selectOptionsearch {
  width: 51px;
  padding-left: 10px;
}

#optionSelectedsearch {
  display: none;
}

.select-option-search:focus {
  outline: none;
}

@media screen and (max-width: 992px) {
  .search-bar-search {
    display: inherit !important;
  }
  #selectOptionsearch {
    width: 51px;
  }
  .page-numbers {
    display: none;
  }
}

/******************** records navigator section ******************/

.records-navigator {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 8vw;
}

.records-navigator a {
  padding: 8px 15px;
  text-align: center;
}

.records-navigator a.active {
  background-color: #0dcaf0;
  font-weight: 800;
}

.records-navigator a:hover:not(.active) {
  background-color: #e0e0e0;
}

.itemcount {
  color: #14213d;
}

.errmsg {
  font-size: 20px;
  /* color: red; */
}
