@charset "UTF-8";
/* generel */
.product_title {
  font-size: 35px;
}

.dgwt-wcas-search-input {
  outline: none !important;
  border: 1px solid #ccc !important;
  /* eller hvilken farve du ønsker */
  box-shadow: none !important;
}

.dgwt-wcas-search-input:focus {
  outline: none !important;
  box-shadow: none !important;
}