.store-overview .item {
    margin: 0 8px 20px 0 !important;
    width: 304px;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    position: relative;
}
.store-overview .item:nth-child(even) {
    margin: 0 0 20px 0 !important;
}
.store-overview .item img {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    width: 100%;
}
.store-overview .item:last-child {
    margin-right:0;
}

.store-overview .fa-check, .fa-check {
    color: green;
    margin-left:4px;
    visibility: hidden;
}

.store-overview .content {
    padding: 15px;
    margin: 0;
    height: 145px;
}

.store-overview .content p {
    height: 55px;
    display: block;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    height: 55px !important;
    min-height: 0 !important;
}
.store-overview .content .price {
    font-weight:bold;
    height: auto
}

#storeHeaderButton {
    background-color: none !important;
    position: relative;
    border: 1px solid #777;
    padding: 2px 5px 2px 4px;
    margin: 15px 0px 0px 25px;
    border-radius: 3px;
}

/*#storeHeaderButton {
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 100000;
    min-width: 45px;
    min-height: 45px;
    font-size: 20px;
    padding: 5px 5px 5px 5px;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #465050;
    cursor:pointer;
}*/
#storeHeaderButton .badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: rgba(240,45,30,1);
    font-size: 13px;
    width: auto;
    height: 15px;
    border-radius: 8px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

.col-xs-4 #sidebarTrolley {
    margin-top: -15px;
}
.col-xs-4>#sidebarTrolley {
    margin-top: 0px;
}

#storeTrolley #frmStoreWarenkorb table tr td, #sidebarTrolley table tr td, #storeKasse table tr td, .store-overview table tr td {
    border: none !important;
    padding: 15px 15px 15px 0;
}
#storeTrolley #frmStoreWarenkorb table tr td:nth-child(4), #storeKasse table tr td:nth-child(3), #storeKasse table tr td:nth-child(4) {
    white-space: nowrap;
    text-align: right;
}
#storeTrolley #frmStoreWarenkorb table tr td:last-child, #sidebarTrolley table tr td:last-child, #storeKasse table tr td:last-child, .store-overview table tr td:last-child {
    border: none !important;
    padding: 15px 0 15px 0;
    white-space: nowrap;
    text-align: right;
}
#storeTrolley #frmStoreWarenkorb table tr td:nth-child(3), #sidebarTrolley table tr td:nth-child(2), #storeKasse table tr td:nth-child(2), .store-overview table tr td:nth-child(2) {
    width: 100% !important;
}
#storeTrolley #frmStoreWarenkorb table tr td img, #sidebarTrolley table tr td img, #storeKasse table tr td img, .store-overview table tr td img {
    border-radius: 3px;
}
#storeTrolley #frmStoreWarenkorb table tr td img, #storeKasse table tr td img, .store-overview table tr td img {
    width: 160px !important;
}
.store-headline {
    margin: 15px -15px 15px -15px;
    padding: 8px 0 8px 15px;
}
.store-headline h3 {
    margin:0 !important;
}
.store-headline-single {
    margin: 15px -15px 15px -15px;
}


.shake {
    -webkit-animation: shake .8s linear 3;
	-webkit-transform-origin:50% 50%;
    animation: shake .8s linear 3;
	transform-origin:50% 50%;
}
@-webkit-keyframes shake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
@keyframes shake {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
