/*
  (c) 2013-2022 Ambris Informatique

  @module       Advanced search (AmbJoliSearch)
  * @file   ambjolisearch16.css
  * @author    Ambris Informatique
  * @copyright Copyright (c) 2013 Ambris Informatique SARL
  * @license   Commercial license
  * Support by mail: support@ambris.com
  */

/* search block */

.search-product_button {
  max-width: 520px;
}
.search-product_button a {
  width: 300px;
}
.search-product_button a:hover, 
.search-product_button a:focus, 
.search-product_button a:visited, 
.search-product_button a:active {
  color: #fff;
}
.search-product_button p {
  margin-bottom: 20px;
  color: #222222;
}
.search-image-noresult img {
  margin-left: 20%;
}
.joli-subcategories {
  display: flex;
  gap: 15px;
  margin: 48px 0 30px;
}
.joli-subcategories a {
  padding: 10px 30px;
  border: 1px solid rgba(218, 235, 251, 1);
  border-radius: 30px;
  color: #0055AA;
  font-size: 16px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}
.joli-subcategories a:hover {
  background-color: #F5F8FC;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
@media (max-width: 1023px) {
  .search-image-noresult img {
    margin: 0 auto;
  }
  .joli-subcategories {
	  flex-direction: column;
  }
  .joli-subcategories a {
    /* max-width: fit-content; */
    width: fit-content;
  }
}
@media (max-width: 650px) {
  .search-image-noresult img {
    margin: 0 auto;
    width: 100%;
  }
  h1.section-title {
	display: block
  } 
}
