image {
  position: relative;
}

.image-grid .image {
  border: 1px solid #fde037;
  padding: 10px;
  text-align: center;
  padding-bottom: 30px;
}

.image-grid .image img {
  max-height: 200px;
  max-width: 200px;
  margin: 0 auto;
}

.image-grid .image h3 {
  text-transform: none;
  color: #25383b;
}

.image-grid .image:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.36);
}

.img-wrapper {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-grid {
  font-family: "Open Sans", sans-serif;
}

.image-grid .text {
  font-size: 14px;
  font-weight: 400;
  color: #8184a1;
  text-transform: none;
}

.image-grid h3 {
  color: #25383b;
  font-size: 14px;
  font-weight: 400;
}

.image-grid h3.goodTitle {
  height: 50px;
  justify-content: center;
}

.image-grid .goodDue {
  color: #25383b;
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.image-grid .goodWeight {
  color: #25383b;
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.image-grid h4.goodPrice {
  margin-bottom: 20px;
  margin-top: 20px;
}
.buy-btn {
  background-color: #f99b23;
  box-shadow: none;
  color: #fff !important;
  font-size: 1.2em;
  height: 3em;
  line-height: 3em;
  padding: 0 2em;
  border-radius: 1.5em;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.disable {
  pointer-events: none;
}

.loading:after {
  display: block;
  content: " ";
  background-image: url("../../images/rolling.gif");
  position: absolute;
  right: 55px;
  top: 0;
  width: 40px;
  height: 40px;
  top: 0;
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.saved {
  border: 2px solid #f99b23 !important;
  color: #f99b23 !important;
  background-color: transparent;
}

.container ul.actions li a {
  border-color: #1e2832;
  color: #fcd703;
  box-shadow: inset 0 0 0 1px #1e2832;
  color: #1e2832 !important;
  height: 2.5em;
  line-height: 2.5em;
  font-weight: 300;
}

.simple-image {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

#datepicker {
  font-family: "Roboto";
}


/*search form*/
/* Search form styles */
.top-search-container {
  max-width: 400px;
  display:inline-block;
  width: 40%;
  height: 40px;
  margin-right: 25px;
}

#top-search-form {
  display: flex;
  width: 100%;
  margin:0px;
}

#top-search-input {
  flex-grow: 1;
  padding: 8px 12px;
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  height: 40px;
}

#top-search-input:focus, #top-search-input:active {
  outline: none;
  box-shadow: none;
  border-width: 0px   !important;
  background-color: transparent;
}



.top-search-button {
  background-color: rgba(144, 144, 144, 0.075);
  border: none;
 height:40px;
   border-radius: 0 4px 4px 0;
  cursor: pointer;
  white-space: nowrap;
  width: 100px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}

.top-search-button:hover {
  background-color:#f99b23;
  border: 1px solid #f99b23;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .top-search-container {
    width: 60%;
    display: none;
  }
  
  .top-search-button {
    padding: 8px 10px;
  }
  
  .top-search-button i {
    margin-right: 0;
  }
  
  .top-search-button span {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .top-search-container {
    display: none;
   }
  
  .top-search-button {
    padding: 8px;
  }
}