@font-face {
    font-family: 'FbSpoiler-Bold';
    src: url('../fonts/fbspoileren-bold-webfont.eot');
    src: url('../fonts/fbspoileren-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fbspoileren-bold-webfont.woff') format('woff'), url('../fonts/fbspoileren-bold-webfont.ttf') format('truetype'), url('../fonts/fbspoileren-bold-webfont.svg#fbspoiler_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0590-05FF,U+2070-2089,U+0030-0039;
}

.centered {
    margin: 0 auto;
}

.store {
    margin-top: 20px;
}

.store-line {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #b0b0b0;
}


.store-title {
    margin-bottom: 20px !important;
}

.store-name {
    text-align: center;
}

    .store-name a {
        font-size: 23px;
        margin: unset;
        /*font-family: FbSpoiler-Bold, Helvetica, sans-serif;*/
        text-align: right;
        font-size: 23px;
        font-weight:bold;
        
    }



    /*.store-name::after {
        display: inline-block;
        vertical-align: middle;
        content: "";
        background: #898989;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 1px;
    }

    .store-name::before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        background: #898989;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 1px;
    }*/



.store-logo {
    text-align: center;
    text-align: right;
    padding: 8px
}



.product-link a img {
    max-width: 80%;
    float: left;
}


.product-link {
    padding: 8px
}

.store-line .row {
    width: 100%;
    display: flex;
    flex-direction: row;
}
    .store-line .row > [class^="col-"], .store-line .row > [class*=" col-"] {
        display: flex;
        align-items: center;
    }


@media only screen and (max-width: 979px) {
    .store-line .row {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .store-logo {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .store-name {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
        .store-name h3 {
            padding: 8px;
            margin-bottom: 8px
        }

    .product-link {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .product-link a img{
        margin-left:10%;

    }
}

.marginTopBottom {
    margin-bottom: 10px;
    margin-top: 10px;
}

