body.shop {
    background-color: #fff;
}
div.flow-box h3 {
    width: 100%;
}
body.shop div.content-flows div.flow-box {
    border: 0px;
    box-shadow: none;

    max-width: 1000px;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: self-start;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    padding-top: 0px;
}

body.shop div.content-flows div.flow-box h1 {
    width: 100%;
    margin-bottom: 24px;
}

body.shop div.content-flows div.flow-box .content,
body.shop div.content-flows div.flow-box .images {
    min-width: 300px;
    margin-right: 32px;
    margin-bottom: 32px;
    flex: 1;
}
body.shop div.flow-winkelmand div.flow-box {
    flex-direction: column;
}
.thumbs {
    display: flex;
    flex-direction: row;
}

.thumbs img {
    width: 80px;
    margin-top: 8px;
    margin-right: 8px;
    border: 4px solid #fff;
}

.thumbs img.selected {
    border: 4px solid #1f81a8;
}
#shipment-cost {
    font-weight: bold;
    font-size: 12px;
    margin-top: 2px;
}
#subtotal {
    font-weight: bold;
    font-size: 12px;
    margin-top: 4px;
}
.quantity {
    width: 80px;
    border: 1px solid #cecece;
    padding: 10px;
    text-align: center;
}

div.price {
    font-size: 24px;
}

.shop-button {
    background-color: #3e8023;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
    padding: 12px 32px;
}

p.shop-notes {
    padding-top: 12px;
    font-size: 0.8em;
    color: #3e8023;
}

div.shop-error-message {
    display: none;
    color: #ff5151;
}

table.basket {
    width: 100%;
    border: 1px solid #2081a8;
    border-radius: 8px;
    padding: 0px;
    margin: 0px;
}

table.basket thead tr th {
    text-align: left;
    background-color: #2081a8;
    color: #fff;
    padding: 12px;
}
table.basket thead tr th.l {
    border-top-left-radius: 6px;
}
table.basket thead tr th.r {
    border-top-right-radius: 6px;
}
table.basket thead tr th.price {
    text-align: right;
}
table.basket tr td {
    padding: 12px;
    padding-bottom: 4px;
    padding-top: 4px;
}
table.basket tr td img {
    width: 40px;
}
table.basket tr.first-totals td {
    border-top: 1px solid #2081a8;
}
.basket-info {
    width: 100%;
}

.winkelmand {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.winkelmand .left-winkelmand {
    width: 45%;
    margin-right: 5%;
}
.winkelmand .right-winkelmand {
    width: 45%
}
.winkelmand .row {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.address-info {
    padding: 12px;
    padding-left: 0px;
    width: 100%;
}
.winkelmand .rowlabel {
    padding-top: 4px;
    padding-bottom: 4px;
}
.winkelmand label {
    font-size: 16px;
    font-weight: normal;
}
.address-info .shop-form {
    border: 1px solid #cecece;
    padding: 10px;
}
.address-info .zip {
    width: 100px;
}
.address-info .addon {
    width: 160px;
}
.address-info select.shop-form {
    background-color: #fff;
}
.address-info .checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #cecece;
    display: inline-block;
}
.address-info .shop-form.nr {
    width: 60px;
}
.shop-error {
    display: none;
    margin-top: 2px;
    color: #ff5151;
    padding: 2px;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    .winkelmand {
        flex-direction: column;
    }
    .winkelmand .left-winkelmand{
        width: 100%;
    }
    .winkelmand .right-winkelmand{
        width: 100%;
    }
}
.shop-bottom {
    text-align: center;
}
.shop-bottom a {
    color: #000;
    font-size: 14px;
}
body .main .content .flex-container {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */
    display: flex;
}
body .main .content .flex-container .welcome-box:nth-child(even) {
    margin-right: 0px;
}
@media only screen and (max-width: 640px) {
   body .main .content .flex-container {
        display: block;
    }
}


div.shop-home {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 920px;
    margin: auto;
    align-items: flex-start;
}

div.shop-product {
    flex: 0 0 48%;
    min-width: unset;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 1%;
}

