a {
  color: #000;
}

a.active {
  font-style: italic;
}

.searchResult {
  color: red;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

.error {
  color: red;
  font-style: italic;
}

header {
  width: 100%;
  height: 60px;
  background: #000;
}

header img {
  padding-top: 15px;
  padding-left: 40px;
  float: left;
}

header input#searchbar {
  float: left;
  width: 20%;
  margin-top: 10px;
}

header #search a {

  margin-left: 5px;
  margin-top: 10px;
}

header #CustCodeSel select {
  margin-top: 10px;
}

header #cart i.fas {
  margin-top: 0px;
  color: white;
  font-size: 2em;
}

header #cart #NrItems {
  position: relative;
  top: 15px;
  width: 16px;
  text-align: center;
  left: 13px;
  height: 12px;
  font-size: 0.8em;
}

header #cart:hover a i {
  color: #2ba6cb;
}

header #cart:hover a {
  color: #FFF;
}

.productOverview .cell.product {
  margin-bottom: 10px;
}

.productOverview .cell.product:hover {
  background-color: #f9f9f9;
  color: #000;
}

.productOverview .cell.product:hover a {
  color: #000;
}

.productOverview .cell.product:hover .image {
  opacity: 0.5;

}

.productOverview .cell.product:hover .PriceStockHolder {
  color: #000;
}

.productOverview .cell.product .code {
  width: 100%;
  height: 1em;
  line-height: 1.1em;
  font-style: italic;
  text-align: center;
}

.productOverview .cell.product .image {
  width: 100%;
  height: 150px;
  text-align: center;
  background: url(../images/no-image.png) center no-repeat;
  /* -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; */
}

.productOverview .cell.product .image img {
  width: auto;
  max-height: 140px;
}

.productOverview .cell.product .name {
  width: 100%;
  font-size: 0.8em;
}

.productOverview .cell.product .PriceStockHolder {
  width: 49%;
  float: left;
}

.productOverview .cell.product .price {
  height: 1em;
  font-weight: bold;
}

.productOverview .cell.product .stock img {
  margin-top: 2px;
  height: 20px;
  opacity: 0.5;
}

.productOverview .cell.product:hover .stock img {
  opacity: 1;
}

.productOverview .cell.product .order {
  width: 49%;
  float: right;
  padding: 3px;
  text-align: right;
}

/*cartproduct*/
.cartproduct {
  /**/
  border: 1px solid #FFF;
}

.cartproduct:hover {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}

.cartproduct .cell.row1 {
  background-color: powderblue;
}

.cartproduct .cell .code {
  width: 100%;
  height: 1em;
  font-size: 0.8em;
  font-style: italic;
}

.cartproduct .cell .image {
  width: 100%;
  height: 100px;
  text-align: center;
  background: url(../images/no-image.png) center no-repeat;
}

.cartproduct .cell .image img {
  width: auto;
  max-height: 80px;
  margin-top: 10px;
}

.cartproduct .cell .name {
  width: 100%;
}

.cartproduct .cell .boxSize {
  font-size: 0.7em;
}

.cartproduct .cell.title .price {
  font-size: 0.7em;
  font-weight: normal;
  text-align: left;
}

.cartproduct .cell .ProdQuantityChange {
  width: 100%;
}

.cartproduct .cell .ProdQuantityChange .quantity {
  height: 1em;
  text-align: center;
  float: left;
}

.cartproduct .cell .ProdQuantityChange .quantity select {
  background-color: transparent;
  border-color: #eaeaea;
}

.cartproduct .cell .ProdQuantityChange .m,
.cartproduct .cell .ProdQuantityChange .p {
  width: 26%;
  cursor: pointer;
}

.cartproduct .cell .ProdQuantityChange .m {
  float: left;
  text-align: center;
}

.cartproduct .cell .ProdQuantityChange .p {
  float: right;
  text-align: center;
}

.cartproduct .cell .price {
  width: 100%;
  height: 1em;
  font-weight: bold;
  text-align: center;
}

.cartproduct .cell .originalPrice {
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
  height: 1em;
  text-align: center;
  text-decoration: line-through;
}

.cartproductTotal .price {
  width: 100%;
  height: 1.1em;
  font-weight: bolder;
  text-align: center;
}

.cartproduct .cell.delete i {
  font-size: 1.2em;
  font-weight: normal;
  color: #777;
}

.cartproduct .cell.delete i:hover {
  color: #000;
}

.prodadded {
  margin-bottom: 5px;
  font-size: 1em;
}

.prodadded a {
  color: white;
}

.prodadded a:hover {
  text-decoration: underline;
}

.reference input {
  margin-top: 4px;
  width: 270px;
  height: 25px;
  font-size: 10px;
}

/*productdetail*/
.productDetail .image {
  height: 300px;
  background: url(../images/no-image.png) center no-repeat;
}

.productDetail .image img {
  max-height: 300px;
}

.productDetail .code {
  height: 1em;
  line-height: 1.1em;
  font-style: italic;
}

.productDetail .price {
  font-size: 1.5em;
  font-weight: bold;
}

.productDetail .discountOverview {
  border: 1px solid #ccc;
  padding: 2px;
  font-size: 0.9em;
}

.productDetail .discountOverview .quantity {
  width: 49%;
  float: left;
}

.productDetail .discountOverview .discountprice {
  width: 49%;
  float: right;
}

.productDetail .discountOverview .discountprice .price {
  font-size: 100%;
  width: 49%;
  float: left;
}

.productDetail .discountOverview .discountprice .originalPrice {
  font-size: 100%;
  text-decoration: line-through;
  width: 49%;
  float: right;
}

/*adressess*/
.addrHolder {
  border: none;
}

.addr:nth-child(-n+3) {
  border-top: 1px solid grey;
}

.addr {
  margin: 5px;
  border-bottom: 1px solid grey;
}

.addr .name {
  font-weight: bold;
}

.addr .address {
  font-size: 0.8em;
}

.addr .pccity {
  font-size: 0.8em;
}

.addr .invoicepccity {
  font-size: 0.8em;
}

.addr .debnr {
  font-size: 0.9em;
  font-weight: bold;
}

.delAddr .addr {
  border: none;
  margin: 0;
}

/*misc*/
#editicon {
  position: relative;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  float: right;
}

.homewarning {
  line-height: 1.5em;
  margin-bottom: 10px;
}

.homewarning .delCartItems {
  font-style: italic;
}

@media print,
screen and (max-width: 900px) {
  header img {
    padding-top: 10px;
    padding-left: 20px;
    float: left;
  }
}

.inforow:hover {
  background-color: rgba(218, 165, 32, 0.5);
}
