/* ==== SEARCH BLOCK ==== */
.ukoocompat_search_block .block_content {
  position: relative;
}
.ukoocompat_search_block .row {
  display: flex;
  flex-wrap: wrap;
}
.ukoocompat_search_block .row > div {
  margin-top: auto;
}
.ukoocompat_search_block_filter .ukoocompat_search_block_filter_title {
  margin-bottom: .3125rem;
}
.ukoocompat_search_reset {
  margin-bottom: .3125rem;
}
.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-widget {
  font-size: 0.95em;
}
/* Loader */
.ukoocompat_search_block .loader {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: rgba(247, 247, 249, .8); /* 247,247,249 = #f7f7f9 => Correspond au fond du block ukoocompat_search_block */
}
.ukoocompat_search_block .loader i {
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  transform: rotate(0deg);
  font-size: 2.8125rem;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ==== HOME/CATEGORY ==== */
/* Search block */
body#index .ukoocompat_search_block,
body#category .ukoocompat_search_block  {
  background-color: #ffffff;
}
/* Loader */
body#index .ukoocompat_search_block .loader,
body#category .ukoocompat_search_block .loader {
  background-color: rgba(255, 255, 255, .8); /* 255,255,255 = #ffffff => Correspond au fond du block ukoocompat_search_block */
}

/* ==== LISTING DISPLAY ==== */
.page-module-ukoocompat-listing .ukoocompat_search_block {
  margin-bottom: 0 !important;
}
.ukoocompat-ws-normal {
  white-space: normal;
}

/* ==== CATALOG DISPLAY ==== */
/* Results */
#ukoocompat_catalog_results > ul > li .img-container img {
  max-width: 11.25rem;
}
#ukoocompat_catalog_results > ul > li .card {
  box-shadow: none;
}
#ukoocompat_catalog_results ul.level_1 ul {
  padding-left: 1rem;
}
#ukoocompat_catalog_results a {
  transition: all .2s ease-in-out;
}
#ukoocompat_catalog_results a:hover {
  color: inherit;
}
#ukoocompat_catalog_results .img-container > a {
  background-color:#ffffff;
}

/* ==== PRODUCT ==== */
#ukoocompat_compatibilities_list .pagination {
  margin-bottom: 0;
}
#ukoocompat_compatibilities_list .pagination > div {
  line-height:normal;
}
#ukoocompat_compatibilities_list .pagination > div:first-child {
  margin-bottom:1rem;
}
.ukoocompat_tabcontent:not(:first-child) {
  border-top: 1px solid #f7f7f9;
}

/* ==== MEDIA QUERIES ==== */
/* Smartphones, tablets only */
@media (max-width: 991px) {
  #ukoocompat_compatibilities_list form > .table-responsive {
    -webkit-overflow-scrolling: auto;
  }
  #ukoocompat_compatibilities_list form > .table-responsive::-webkit-scrollbar  {
    -webkit-appearance: none;
  }
  #ukoocompat_compatibilities_list form > .table-responsive::-webkit-scrollbar:vertical {
    width: .375rem;
  }
  #ukoocompat_compatibilities_list form > .table-responsive::-webkit-scrollbar:horizontal {
    height: .375rem;
  }
  #ukoocompat_compatibilities_list form > .table-responsive::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: .625rem;
  }
  #ukoocompat_compatibilities_list form > .table-responsive::-webkit-scrollbar-track {
    border-radius: .625rem;
    background-color: #f1f1f1;
  }
}
/* Tablets & superiors */
@media (min-width: 768px) {
  /* == CATALOG DISPLAY == */
  /* Results */
  #ukoocompat_catalog_results > ul > li {
    border-bottom: 0;
    padding-bottom: 0 !important;
  }
  /* ==== PRODUCT ==== */
  #ukoocompat_compatibilities_list .pagination > div:first-child {
    margin-bottom:0;
  }
}
/* Tablets only */
@media (min-width: 768px) and (max-width: 992px) {
  /* == CATALOG DISPLAY == */
  /* Results */
  #ukoocompat_catalog_results > ul > li:nth-child(2n+1) {
    clear: both;
  }
}
/* Desktop only */
@media (min-width: 992px) {
  /* == CATALOG DISPLAY == */
  /* Results */
  #ukoocompat_catalog_results > ul > li:nth-child(3n+1) {
    clear: both;
  }
}
