/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
@media only screen and (min-width: 768px) {
  #cols table.costs {
    width: 50%;
    float: right;
  }
}
#cols .kop3 {
  font-size: 24px;
  letter-spacing: initial;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #cols .kop3 {
    font-size: 36px;
    letter-spacing: 1px;
  }
}
#cols .productList {
  margin-left: 0 !important;
}
.deleteButton.deleteProduct {
  color: black;
  font-weight: 400 !important;
}
