.prsr-block-top {
  display: inline-block;
  float: right;
  padding-right: 0;
  position: relative;
}

.prsr-form {
  display: flex;
}

.prsr-list {
  background-color: #fff;
  border: 1px solid #bbbfc3;
  border-right: none;
  display: flex;
  flex: 0 0 80px;
  height: 40px !important;
  padding-right: 26px;
  text-overflow: ellipsis;
}

.prsr-list:focus,
.prsr-list:active {
  border-color: #bbbfc3;
  outline: none;
}

.prsr-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #bbbfc3;
  border-right: 0;
  height: 40px;
  padding: 10px;
  width: 100%;
}

.prsr-input:focus {
  border-color: #25b9d7;
  outline: none;
}

.prsr-button {
  background-color: #25b9d7;
  border: none;
  color: #fff;
  height: 40px;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: top;
  flex: 0 0 40px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.prsr-button:hover {
  cursor: pointer;
}

.prsr-button svg {
  fill: #fff;
  vertical-align: middle;
}

.prsr-result {
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0,0,0,.2);
  display: none;
  left: 0;
  margin-top: 4px;
  min-width: 400px;
  overflow: auto;
  padding: 10px 20px 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
}

.prsr-block:last-child,
.prsr-items,
.prsr-items > li:last-child {
  margin-bottom: 0;
}

.prsr-block,
.prsr-items > li {
  margin-bottom: 20px;
}

.prsr-items.suggestion {
  margin-bottom: 20px;
}

.prsr-items.suggestion > li {
  font-size: .9em;
  margin-bottom: 10px;
}

.prsr-selected {
  outline: 5px solid #eee;
  outline-offset: 5px;
}

.prsr-header {
  background-color: #25b9d7;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 6px 10px;
}

.select2-container {
  float: left;
  z-index: 99999;
}

.prsr-image-container {
  display: inline-block;
  margin-right: 5%;
  vertical-align: top;
  width: 20%;
}

.prsr-image-container .img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.prsr-inline-block {
  display: inline-block;
  width: 70%;
}

.prsr-name {
  margin: 0;
}

.prsr-highlight {
  background: #fcec85;
}

.prsr-product-category {
  font-size: .875em;
  margin-bottom: 4px;
  margin-top: 2px;
}

.prsr-price {
  margin-bottom: 1rem;
  padding: 0;
}

.prsr-content .product-price {
  font-weight: bold;
}

.prsr-content .regular-price {
  font-size: .875em;
  text-decoration: line-through;
}

.prsr-content .discount,
.prsr-flag {
  background-color: #f39d72;
  color: #fff;
  font-weight: bold;
  margin-left: 6px;
  padding: 2px 6px;
}

.prsr-content .product-availability {
  font-size: .875em;
  font-weight: bold;
  margin-top: 10px;
}

.prsr-content .product-availability .material-icons {
  line-height: inherit;
}

.prsr-content .product-availability .product-available {
  color: #4cbb6c;
}

.prsr-content .product-availability .product-last-items,
.prsr-content .product-availability .product-unavailable {
  color: #ff9a52;
}

.prsr-flags {
  margin-top: 6px;
}

.prsr-flag {
  background-color: #25b9d7;
  font-size: .8em;
  margin-left: 0;
  margin-right: 2px;
}

.prsr-flag.discount {
  display: none;
}

.prsr-reference,
.prsr-features {
  font-size: .8em;
  margin: 6px 0;
}

.prsr-reference span,
.prsr-feature-name {
  font-weight: bold;
}

.prsr-color {
  background-size: contain;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 50%;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 4px 4px 0 0;
  width: 20px;
}

.prsr-color:hover,
.prsr-color:focus,
.prsr-color:active {
  border: 2px solid #555;
}

.prsr-description,
.prsr-description p {
  font-size: .9em;
}

.prsr-description {
  margin-top: 10px;
}

.prsr-search-results-link {
  color: #7a7a7a;
  display: block;
  font-size: .875em;
  margin: 2em 0 1em;
}

.prsr-card-block {
  margin: 1em 0;
}

.prsr-thumbnail-list {
  margin: 1em 0 0;
}

.prsr-thumbnail {
  display: inline-block;
  margin: 0 2em 2em 0;
  text-align: center;
}

.prsr-thumbnail-frame {
  border: 1px solid #bbbfc3;
  display: block;
  height: 150px;
  margin: 0 auto 10px;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 150px;
}

.prsr-thumbnail-frame img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 140px;
  max-width: 140px;
  position: absolute;
  right: 0;
  top: 0;
}

.prsr-block.prsr-quick-links {
  margin-bottom: 20px;
}

.prsr-quick-links ul {
  margin-top: 10px;
}

.prsr-quick-links li {
  margin-bottom: 15px;
}

.prsr-seo {
  align-items: start;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem;
}

.prsr-column:last-child {
  margin-left: auto;
  padding-left: 20px;
}

.prsr-column:last-child img {
  height: auto;
  max-width: none;
  width: auto;
}

.prsr-block-left.hidden-sm-down {
  margin-bottom: 1.563rem;
}

.prsr-block-left .card-block {
  padding: 1.563rem 1.25rem;
}

.prsr-toggle-filter {
  width: 100%;
}

.prsr-hide-filter {
  margin-bottom: 10px;
  text-align: center;
}

.prsr-filter-title {
  text-transform: uppercase;
}

.prsr-active-filters-sidebar {
  font-size: 13px;
  margin: 0 0 10px;
  padding: 10px 0 0;
}

.prsr-active-filters-sidebar .prsr-filter-name {
  font-size: 13px;
}

.prsr-active-filters-sidebar li {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin: 0;
  padding: 3px 0 5px 0;
}

.prsr-reset-filters {
  display: block;
  margin: .625rem 0 1.5rem;
  white-space: normal;
}

.prsr-remove-filter {
  background: none;
  border: none;
  cursor: pointer;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
}

.prsr-filter-block {
  margin: 0 0 1rem;
}

.prsr-filter-block:last-child {
  border: none;
}

.prsr-filter-heading {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.prsr-active-filters-sidebar .prsr-filter-name {
  color: #7a7a7a;
  font-size: 15px;
  margin: .625rem 0 .5rem;
}

.prsr-toggle-icons {
  padding: .625rem;
}

.prsr-toggle-icons .remove {
  display: none;
}

.prsr-range-values {
  color: #7a7a7a;
  display: block;
  font-size: 15px;
}

.prsr-filter-values {
  margin-bottom: .5rem;
}

select.prsr-filter-values {
  padding: 0;
}

.prsr-filter-value {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 5px 0 6px;
}

.prsr-filter-value a {
  color: #232323;
  display: inline-block;
  font-size: .9375rem;
  text-align: left;
}

.prsr-checkbox,
.prsr-radio {
  margin-right: 5px;
}

.prsr-custom-checkbox {
  margin-right: 0;
  position: relative;
  top: -4px;
}

.prsr-custom-checkbox .prsr-checkbox {
  cursor: pointer;
  margin-top: .25rem;
  opacity: 0;
  position: absolute;
}

.prsr-custom-checkbox .prsr-shown-by-js {
  border: 2px solid #232323;
  cursor: pointer;
  display: inline-block;
  height: .9375rem;
  margin-right: 3px;
  vertical-align: middle;
  width: .9375rem;
}

.prsr-custom-checkbox .prsr-checkbox-checked {
  color: #232323;
  display: none;
  font-size: 1.1rem;
  margin: -.25rem -.125rem;
}

.prsr-filter-value-range {
  display: block;
  padding: 0;
}

.prsr-filter-values label {
  font-weight: normal;
  margin: 0;
}

.prsr-filter-color.prsr-no-labels .prsr-filter-value {
  display: inline-block;
  margin-right: 6px;
}

.prsr-color-option {
  background-size: contain;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 0;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
  cursor: pointer;
  display: inline-block;
  height: 1.25rem;
  margin: .227rem .3125rem .227rem 0;
  padding: 0;
  vertical-align: top;
  width: 1.25rem;
}

.prsr-filter-value:hover .prsr-color-option,
.prsr-filter-value:focus .prsr-color-option,
.prsr-color-option.on {
  border: 2px solid #232323;
}

.prsr-filter-values .prsr-color-label {
  margin-left: 5px;
}

.prsr-no-labels .prsr-color-label {
  display: none;
}

.prsr-show-all-values {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.prsr-show-all-values span {
  font-size: 12px;
  margin-right: 6px;
}

.prsr-show-all-values svg {
  height: 16px;
  width: 16px;
}

.prsr-slider-container {
  margin: 1rem 0;
}

.prsr-slider.ui-slider {
  height: .4em;
}

.prsr-slider.ui-slider .ui-slider-range {
  background: #555;
}

.prsr-slider.ui-slider .ui-slider-handle {
  background: #fff;
  border: 1px solid #555;
  cursor: pointer;
  margin-left: -1px;
  top: -.45em;
  width: .4em;
}

.prsr-range {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.prsr-range-field {
  flex: 1;
  min-width: 0;
  padding: 0;
  position: relative;
}

.prsr-range-field:first-child {
  margin-right: 6px;
}

.prsr-range-label,
.prsr-range-unit {
  font-weight: normal;
  position: absolute;
  top: 9px;
}

.prsr-range-label {
  left: 6px;
}

.prsr-range-unit {
  right: 6px;
  top: 7px;
}

.prsr-range-input {
  -webkit-appearance: initial;
  border: 1px solid #ccc;
  margin: 0;
  min-width: 0;
  padding: 6px 16px 6px 24px;
  width: 100%;
}

.prsr-range-field:first-child .prsr-range-input {
  padding-left: 40px;
}

.prsr-range-button {
  background: none;
  border-radius: 2px;
  border: 1px solid #ccc;
  color: #777;
  font-size: 13px;
  margin: 4px 0;
  padding: 4px 8px;
}

.prsr-range-button:hover,
.prsr-range-button:focus,
.prsr-range-button:active,
.prsr-active-range {
  background-color: #eee;
}

#subcategories {
  border-top: none;
  margin: 20px 0;
  padding: 0;
}

.prsr-products {
  position: relative;
}

.prsr-sort-panel {
  align-items: center;
  display: flex;
  justify-content: center;
}

.prsr-sort-panel form {
  margin-right: 20px;
}

.prsr-sort-panel ul {
  margin-left: auto;
  order: 3;
}

.prsr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.prsr-loader:before {
  animation: spinner .6s linear infinite;
  border-radius: 50%;
  border-right: 2px solid transparent;
  border-top: 2px solid #333;
  box-sizing: border-box;
  content: '';
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 30%;
  width: 80px;
}

.prsr-loading {
  opacity: .6;
}

#products {
  transition: opacity .3s;
}

.prsr-hidden,
.prsr-filter-value.prsr-hidden {
  display: none;
}

#header {
  z-index: 100;
}

#module-prestaprosearch-search #left-column .block-categories {
  display: none;
}

/* Uncomment if using flexbox
.prsr-input-wide {
  width: 235px;
}

.prsr-input {
  flex: 0 0 calc(100% - 120px);
}
*/

@media (max-width: 767px) {
  #module-prestaprosearch-search #content-wrapper {
    clear: both;
    float: none;
    width: 100%;
  }

  .prsr-block-top {
    display: flex;
    flex: 1 100%;
    padding: 0;
    width: 100%;
  }

  .prsr-form {
    margin: auto;
    width: 100%;
  }

  .prsr-result {
    min-width: auto;
  }

  .prsr-thumbnail {
    margin-right: 0;
    vertical-align: top;
    width: 49%;
  }

  .prsr-thumbnail-frame {
    max-width: 100%;
    overflow: hidden;
  }

  .prsr-filter-title {
    border-bottom: 1px solid #f6f6f6;
    display: none;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    padding: .625rem;
    text-transform: uppercase;
  }

  .prsr-block-left .card-block {
    background: #fff;
    margin: 0 -15px;
    padding: 0;
  }

  .prsr-filter-heading {
    border-bottom: 1px solid #f6f6f6;
  }

  .prsr-active-filters-sidebar {
    padding-top: 0;
  }

  .prsr-active-filters-sidebar .prsr-filter-name {
    font-size: 13px;
    padding: 0;
    text-transform: initial;
  }

  .prsr-active-filters-sidebar li {
    border-bottom: 1px solid #f6f6f6;
    padding: .625rem;
  }

  .prsr-remove-filter {
    margin-right: 0;
  }

  .prsr-reset-filters {
    width: calc(100% - 1.25rem);
  }

  .prsr-filter-block {
    margin: 0;
    max-height: 1000px;
    overflow: hidden;
    padding: 0;
    transition: max-height .3s ease-in-out;
  }

  .prsr-collapsed {
    max-height: 0;
  }

  .prsr-price {
    margin-bottom: 0;
  }

  .prsr-filter-name {
    color: #232323;
    line-height: 1.5;
    margin: 0;
    padding: .625rem;
    text-transform: uppercase;
  }

  .prsr-filter-values {
    margin: 0;
  }

  .prsr-filter-value {
    border-bottom: 1px solid #f6f6f6;
    padding: .625rem;
  }

  .prsr-range-values {
    padding: .625rem .625rem 0;
  }

  .prsr-slider-container {
    padding: 0 .625rem;
  }

  .prsr-seo {
    background-color: #fff;
    flex-direction: column;
  }
}

/* Product Features List */
.pfl-features {
    font-size: .875em;
    margin: 0 15px;
    text-align: left;
    margin-bottom: auto;
    padding-top: 0.7rem;
}

.pfl-feature-value {
    font-weight: normal;
    margin: 4px 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: #000;
}

.pfl-feature-name {
    font-weight: bold;
}

/* Product List style 1 line */
#module-prestaprosearch-search .product-miniature {
    display: block;
}

#module-prestaprosearch-search .product-miniature .thumbnail-container {
    display: flex;
    justify-content: left;
}

#module-prestaprosearch-search .product-miniature .product-description {
    text-align: left;
    width: 75%;
    padding-right: 10%;
    padding-left: 15px;
}

#module-prestaprosearch-search .product-miniature .product-title {
    text-align: left;
}

#module-prestaprosearch-search .product-miniature .product-price-and-shipping {
    text-align: left;
}

#module-prestaprosearch-search .pfl-features {margin: 0;}

#module-prestaprosearch-search .easywishlist-catalog-buttons {
    padding: 0;
}

#module-prestaprosearch-search .product-miniature .product-title a {
    text-transform: uppercase;
    color: #232323;
    font-weight: bold;
    font-size: 16px;
}

#module-prestaprosearch-search .price {
    color: #24b9d7;
}

#module-prestaprosearch-search .product-miniature .product-title {
    padding-bottom: 10px;
}
