/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/* black bg in dark theme */
.toggle-white-grey-bg {
  --toggle-bg: transparent;
}

.image-list-wrapper img {
  position:absolute;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  right:0;
  border:0;
  vertical-align:middle;
  max-width:100%;
  max-height:100%;
  pointer-events:none;
  mix-blend-mode:unset;
}