/*#cac9c9;*/
/* hacks */
.trilec-mod-box, button.light, .button.light, input[type="text"], input[type="number"], input[type="password"], select, textarea, input[type=file] {
  border: 1px solid #dadada;
}

.status-message-sign-triangle {
  display: none;
}

.slider-pointer {
  display: none;
}

.product-img-wrapper img {
  opacity: 1;
  border: 5px solid #e6e6e6;
  display: block !important;
}

.product-img-wrapper {
  border: none;
}

.product-general-info {
  margin: 0 10px;
}

/* disable shadow */
.topnav li a {
  filter: none;
}

header form label {
  filter: none;
}

h1, h2 {
  filter: none;
}

button, .button {
  filter: none;
}

.link-to-shoppingcart {
  filter: none;
}

.modal .modal-body {
  height: 80% !important;
}

/*
 * IE 8 is overprotective with styled file input elements.
 * https://github.com/malsup/form/issues/139
 * http://stackoverflow.com/questions/9396411/ie-javascript-form-submit-with-file-input/13994638#13994638
 */
.input-file input[type=file] {
  display: inline !important;
}

.input-file input[type=text], .input-file a.button {
  display: none !important;
}

/*
 * IE 8 has problems with redrawing pseudo elements.
 * http://stackoverflow.com/questions/9809351/ie8-css-font-face-fonts-only-working-for-before-content-on-over-and-sometimes
 * http://stackoverflow.com/questions/8703799/forcing-ie8-to-rerender-repaint-before-after-pseudo-elements
 * https://github.com/FortAwesome/Font-Awesome/issues/2108
 * https://github.com/FortAwesome/Font-Awesome/issues/954
 */
.redraw-pseudo-element:before, .redraw-pseudo-element:after {
  content: none !important;
}
