/* WECO Overrides */

/**********************************************************
* CATALOG BODY
**********************************************************/
.weco-css #catbody .tiles .tile {
  text-align: center;
  border-width: 2px;
}
/* Variante 1 */
.weco-css #catbody .tiles .tile:hover {
  border-color: #e3001b;
  color: #e3001b;
}
/* Variante 2 */
/*.weco-css #catbody .tiles .tile:nth-child(6n + 1):hover {
  border-color: #e3001b;
  color: #e3001b;
}
.weco-css #catbody .tiles .tile:nth-child(6n + 2):hover {
  border-color: #24b3c7;
  color: #24b3c7;
}
.weco-css #catbody .tiles .tile:nth-child(6n + 3):hover {
  border-color: #97be27;
  color: #97be27;
}
.weco-css #catbody .tiles .tile:nth-child(6n + 4):hover {
  border-color: #a6a6a6;
  color: #a6a6a6;
}
.weco-css #catbody .tiles .tile:nth-child(6n + 5):hover {
  border-color: #ef9422;
  color: #ef9422;
}
.weco-css #catbody .tiles .tile:nth-child(6n):hover {
  border-color: #ae0873;
  color: #ae0873;
}*/
.weco-css #catbody .tiles .tile .tile-title {
  margin-bottom: 0;
}

/**********************************************************
* CATALOG COMPARE
**********************************************************/
.weco-css #product-comp-wrap .product-comp-thumb i {
  font-size: 120px;
}

/**********************************************************
* LAST VIEWED ITEM
**********************************************************/
.weco-css #itemlview i.i-no-image {
  font-size: 120px;
}

/**********************************************************
* BASKET
**********************************************************/
.weco-css .basschedule, 
.weco-css .basschedulehead { 
  min-width: 165px; 
}