div.tile .swap-motive,div.item .fa-stack{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1000;
    color: #32e100;
    cursor: pointer;
}

div.tile .mark-opengraph,div.item .fa-stack{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    cursor: pointer;
}

div.tile .mark-opengraph.active,div.item .fa-stack{
    color: #3b5998;
}

div.tile .move-motive {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    color: #32e100;
}

div.tile .tile-warning {
    position: absolute;
    left: 50px;
    top: 10px;
    z-index: 1000;
    color: red;
}

.sortable-placeholder {
    background-color: green;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}

.product-invisible {
    opacity: 0.2;
}
