﻿.ShopItems.ShopCategoryItemPictureList {
    margin-right: 2px;
}

.ShopCategoryItemPictureList .Seperator {
    border-bottom: 1px solid gray;
    margin: 15px 0px;
}

.ShopCategoryItemPictureList .ItemTable {
    display: table;
    width: 100%;
}

    .ShopCategoryItemPictureList .ItemTable > div {
        vertical-align: top;
        display: table-cell;
    }

.ShopCategoryItemPictureList .ImageColumn {
    text-align: center;
    width: 150px;
}

.ShopCategoryItemPictureList .TextColumn {
    padding-left: 20px;
    width: 350px;
}

.ShopCategoryItemPictureList .InformationTable .InformationRow > td:first-child {
    padding-right: 15px;
    white-space: nowrap;
}

.ShopCategoryItemPictureList .AddToCart {
    float: right;
}

.ShopCategoryItemPictureList .Vidmerking {
    -webkit-transform: rotate(15deg);
    background-color: black;
    margin-left: -30px;
    margin-top: 30px;
    text-align: center;
    position: absolute;
    font-size: 10px;
    padding: 3px;
    opacity: 1;
    width: 110px;
    color: white;
}

.ShopCategoryItemPictureList img {
    max-height: 250px;
}

.ShopCategoryItemPictureList .InformationColumn {
    text-align: right;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .ShopCategoryItemPictureList .InformationColumn {
        text-align: unset;
    }
}