/* SHOP */

.shop_warengruppe {
  border-bottom: 1px solid #73655f;
  font-size:25px;
  color: #73655f;
  padding:2px;
  padding-top:20px;
}

.shop_product {
  color: #73655f;
  font-size:10pt;
  margin:8px 0px 8px 0px;
}
.shop_product:hover {
  background:#E3DCD4;
}


.shopProduktBild {
  float:left;
  width:60px;
  height:60px;
  text-align:center;
  font-weight:bold;
  font-size:11pt;
  margin:4px;
}

.shopProduktDesc {
  margin:0px 52px 0px 78px;
  min-height:82px;
  padding:2px;
}

.shopProduktPreis {
  float:left;
  width:60px;
  text-align:center;
  font-weight:bold;
}

.shopProductamong {
  float:right;
  text-align:center;
  width:56px;
  margin-top:6px;
}

.shopProduktwg {
  margin: 8px 6px 0px 0px;
  cursor:pointer;
width:34px;
}

.shopProduktClear {
  clear:left;
  height:8px;
}


#shopper {
  position:absolute;
  display:block;
  opacity:1;
  -webkit-transition: left 0.6s, top 0.6s, opacity 2s ease-in-out;
  transition: left 0.6s, top 0.6s, opacity 2s ease-in-out;
}


#shopCart {
  position:fixed;
  display: block;
  width:200px;
  top:30px;
  left:760px;
  bottom:0px;
  padding:12px 6px 12px 20px;
  max-height:initial;
}

@media (max-width: 970px){

  #shopCart {
    display: block;
    background-image: url(../image/system/shopcartbg.png);
    right:16px;
    left:initial;
    top:0px;
    max-height:140px;
    height:140px;
  }

}

@media (max-width: 800px){

  #shopCart {
    background-image: url(../image/system/shopcartbg.png);
    max-height:initial;
    height:initial;

    top:40px;
    bottom:0px;
    right:0px;
    left:initial;

    display:none;
  }

}

#shopCartList {
  position:absolute;
  top:48px;
  left:20px;
  right:0px;
  bottom:0px;
  overflow:auto;
}

#shopCartList div {
  margin:8px 6px 8px 0px;
  padding:2px 5px;
  border: 1px solid #f8e8f0;
}

#shopCartList div img {
  float:right;
  width:20px;
  height:20px;
  cursor:pointer;
}

#shopCartList span {
  margin:0px 20px;
  font-weight:bold;
  font-size:1.2em;
  text-decoration:underline;
  cursor:pointer;
}

#shopCash {
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
//  background:#ffffff;
  background:#D3CCC4;
  overflow:auto;
}

.shop_blcount {
  display: inline-block;
  width:40px;
  text-align:right;
  margin:2px 6px;
}

.shop_bltitle {
  display: inline-block;
  width:120px;
  text-align:left;
  margin:2px 6px;
}

.shop_blprice {
  display: inline-block;
  width:54px;
  text-align:right;
  margin:2px 6px;
}

