td.vm-cart-item-quantity {
	display: flex;
	border:none;
}

@font-face {
    font-family: 'leipzig fraktur';
    src: url('../fonts/leipzig_fraktur_normal-webfont.woff2') format('woff2'),
         url('../leipzig_fraktur_normal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'redivivaunz fraktur';
    src: url('../fonts/redivivaunz-webfont.woff2') format('woff2'),
         url('../redivivaunz-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.vm-bild{
	height: 15px;
}

.vm-bild img{
    opacity: 0;
  	width: 100px;
	height: 0px;
	margin-top: 0px;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
    transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
    -o-transition: 500ms ease;
}

.vm-bild:hover{
	height: 115px;
}

.vm-bild:hover img{
    opacity: 1;
	width: 100px;
	height: 100px;
	margin-top: -10px;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.vm-bild span{
margin-top: 0px;
}

#sp-left .jmoddiv {
    position: relative;
  	text-align: center;
    top: 0;
    left: 0;
}

#sp-left .sp-module .sp-module-title {
    margin: 0 0 30px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
}

#sp-left .nav.menu>li{
  min-height: 30px;
border-bottom: none;
}

#sp-left .sp-module ul >li >a {
  line-height: 14px;
}

#sp-left .sp-module ul >li >a:before {
	content: none;
}