*.mob {
    display: none;
}



/* ##### */
/* ##### */
/* ##### */
/* PRODUCT_CATEGORY_LISTING > shopcategory.php */
.shop_products {
    width: 100%;
}
.shop_products h1 {
    width: 100%;
}
.shop_products .shop_products_container {
    width: 102%;
    margin-left: -1%;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;    
}
.shop_products .product {
    width: 31.333%;
    margin: 1%;
    box-sizing: border-box;
    background: #efefef;
    position: relative;
}
.shop_products .product a {
    display: block;
    text-align: center;
    color: #000;
}
.shop_products .product span {
    display: block;
    line-height: 1.4;
}
.shop_products .product .product_info {
    padding: 30px 0;
}
.shop_products .product span.title {
    font-weight: 600;
}
.shop_products .product span.price {
    margin-bottom: 20px;
}
.shop_products .product .img,
.shop_products .product .img img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 1000px) {
    /* PRODUCT_CATEGORY_LISTING */
    .shop_products {
        width: 100%;
    }
    .shop_products .product {
        width: 100%;
        margin-bottom: 2em;
        background: #fff;
    }
    .shop_products .product a {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }
    .shop_products .product .img {
        width: 30%;
    }
    .shop_products .product .product_info {
        width: 70%;
        padding: 0 30px;
        padding-right: 0;
        box-sizing: border-box;
    }
    .shop_products .product span.price {
        margin-bottom: 5px;
    }
    .shop_products .product:first-of-type {
        padding-top: 0;
    }    
    .shop_products .product:last-of-type {
        margin-bottom: 0;
    }
}



/* ##### */
/* ##### */
/* ##### */
/* PRODUCT_SINGLE_ITEM > shopproduct.php */
.page_content.product {
    display: flex;
    width: 100%;
}
.page_content.product .product_column {
    width: 50%;
    box-sizing: border-box;
}
/* size/order two columns */
.page_content.product .product_column.first {
    width: 70%;
    padding-right: 100px;
}
.page_content.product .product_column.second {
    width: 30%;
    position: sticky;
    top: 160px;
    align-self: flex-start;
}
/* elements in columns 
.page_content.product .product_column .productmedia {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.page_content.product .product_column .productmedia a,
.page_content.product .product_column .productmedia a img {
    display: block;
    width: 100%;
    position: relative;
}
.page_content.product .product_column .productmedia a img {
    display: block;
    width: 100%;
}
.page_content.product .product_column .productmedia .product-main-image {
    
}
.page_content.product .product_column .productmedia .product-all-media {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background: #efefef;
}
.page_content.product .product_column .productmedia .product-all-media a {
    height: 70px;
    width: auto;
    display: block;
    margin: 30px 20px;
}
.page_content.product .product_column .productmedia .product-all-media a img {
    display: block;
    height: 100%;
    width: auto;
}*/

/* right column */
.page_content.product .product_column .description,
.page_content.product .product_column .order {
    width: 100%;
}
.page_content.product .product_column .order {
    background: #efefef;
    box-sizing: border-box;
    padding: 40px;
}
.page_content.product .product_column .order > span {
    display: block;
}
.page_content.product .product_column .order span.title {
    font-size: 1.4em;
}
.page_content.product .product_column .order span.price {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.page_content.product .product_column .order .product_variant,
.page_content.product .product_column .order .product_option,
.page_content.product .product_column .order .product_quantity {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    display: flex;
}
.page_content.product .product_column .order .product_quantity {
    border-top: 2px solid rgba(0,0,0,0.1);
    padding-top: 20px;
}
.page_content.product .product_column .order input[type=text],
.page_content.product .product_column .order textarea,
.page_content.product .product_column .order .product_option select,
.page_content.product .product_column .order .product_variant select,
.page_content.product .product_column .order .product_quantity select {
    margin-top: 0;
    padding: 5px;
    width: 55%;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    border-radius: 0px;
}
.page_content.product .product_column .order textarea {
    height: 100px;
    resize: none;
}
.page_content.product .product_column .order .product_option select,
.page_content.product .product_column .order .product_variant select,
.page_content.product .product_column .order .product_quantity select {
    background-image: url('../../images/icons/arrow-down.svg');
    background-size: 12px 12px;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat; 
}
.page_content.product .product_column .order .product_option span.opt_name,
.page_content.product .product_column .order .product_variant span.var_name,
.page_content.product .product_column .order .product_quantity span.opt_name {
    width: 45%;
}
.page_content.product .product_column .order .btn {
    margin-top: 30px;
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .page_content.product {
        flex-direction: column
    }
    .page_content.product .product_column.first {
        order: 1;
    }
    .page_content.product .product_column.second {
        order: 0;
        position: relative;
        top: auto;     
        margin-bottom: 2em;   
    }
    .page_content.product .product_column,
    .page_content.product .product_column.first,
    .page_content.product .product_column.second {
        width: 100%;
        padding-right: 0;
    }
    .page_content.product .product_column .order {
        padding: 30px;
    }
    .page_content.product .product_column .order .btn {
        margin-top: 10px;
    }
    /*.page_content.product .product_column .productmedia {
        position: relative;
        top: auto;
        width: 100%;
        margin-bottom: 2em;
    }
    .page_content.product .product_column .productmedia a:hover:after {
        display: none;
    }
    .page_content.product .product_column .productmedia .product-all-media a {
        height: 30px;
    }  */
    .page_content.product .product_column .order .product_option,
    .page_content.product .product_column .order .product_variant,
    .page_content.product .product_column .order .product_quantity {
        flex-direction: column;
    }   
     .page_content.product .product_column .order input,
    .page_content.product .product_column .order textarea,
    .page_content.product .product_column .order .product_option select,
    .page_content.product .product_column .order .product_variant select,
    .page_content.product .product_column .order .product_quantity select,
    .page_content.product .product_column .order .product_option span.opt_name,
    .page_content.product .product_column .order .product_variant span.var_name,
    .page_content.product .product_column .order .product_quantity span.opt_name {
        width: 100%;
    }    
}


/* ##### */
/* ##### */
/* ##### */
/* SHOP-CTA-BUTTONS
.shopbtn,
.page_content.product .product_column .order input.shopbtn {
    background: #7ac142;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    padding: 20px 25px!important;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    display: block;
    height: auto;
    font-weight: bold;
    text-align: center;
    border: 0;
    box-sizing: border-box;
    font-size: 1.2em;
    -webkit-appearance: none;
}
.shopbtn:hover,
.page_content.product .product_column .order input.shopbtn:hover {
    background: #000;
    color: #fff;
}
.shopbtn.grey {
    background: #666;
}
.shopbtn.grey:hover {
    background: #999;
}
@media screen and (max-width: 1000px) {
}*/


/* ##### */
/* ##### */
/* ##### */
/* SHOP NOTIFICATION > shopproduct.php */
.shopNotification {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 9999;
    overflow: hidden;   
}
.shopNotification.show {
    height: 100%;
    opacity: 1;
}
.shopNotification .outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 150ms ease;
}
.shopNotification.show .outer {
    background: rgba(0, 0, 0, .6);
}
.shopNotification .inner {
    width: 100%;
    max-width: 300px;
    background: #fff;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    box-sizing: border-box;
    opacity: 0;
    z-index: 2;
    transition: opacity 150ms ease 0ms, transform 0ms ease 150ms;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.shopNotification.show .inner {
    opacity: 1;
    padding: 30px;
    text-align: center;
}
.shopNotification.show .inner .basket {
    margin-bottom: 20px;
}
/*.shopNotification .inner .left {
    width: 60%;
    padding: 30px;
    box-sizing: border-box;
}
.shopNotification .inner .right {
    width: 40%;
    padding: 30px;
    box-sizing: border-box;
    background: #efefef;
}*/
.shopNotification .inner .full /* used @ besteltraject for notices, zoals adres not found */ {
    width: 100%;
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
}
.shopNotification .inner .title {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2;
    display: block;
    margin-bottom: 1em;
    text-transform: lowercase;
}
.shopNotification .inner .left .product {
    display: block;
}
.shopNotification.show .inner .close.txt {
    margin-top: 20px;
    cursor: pointer;
    display: block;
    text-transform: lowercase;
}

.shopNotification .inner.error { padding: 38px 30px 42px 30px; }
.shopNotification .inner.error .close { position: absolute; display: flex; align-items: center; justify-content: center; top: 0; right: 0; width: 40px; height: 40px; cursor: pointer; background-color: #b34ca3; }
.shopNotification .inner.error .close:hover { background-color: #9eceae; }
.shopNotification .inner.error .close svg { width: 16px; height: 16px; fill: #fff; }
.shopNotification .inner.error .full { padding: 0; }
.shopNotification .inner.error .full .title { margin-bottom: 11px; text-transform: none; }
.shopNotification .inner.error .full .msg { line-height: 1.4; }

@media screen and (max-width: 1000px) {
    /* SHOP NOTIFICATION */
    .shopNotification .inner {
        flex-direction: column;
    }
    .shopNotification .inner .left,
    .shopNotification .inner .right {
        width: 100%;
    }
    .shopNotification.show .inner .close.txt {
        position: static;
        margin-top: 20px;
    }
    .shopNotification .inner .right .shopbtn {
        margin-top: 20px;
    }
}



/* ##### */
/* ##### */
/* ##### */
/** SHOP_CART > shopcart.php **/
/*.shop_cart {
    width: 100%;
    border: 2px solid #efefef;
    box-sizing: border-box;
}
.shop_cart .header,
.shop_cart .row {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #efefef;
}
.shop_cart .header {
    color: #999;
}
.shop_cart div {
    box-sizing: border-box;
    width: 17.5%;
}
.shop_cart div.artikel {
    width: 30%;
}
.shop_cart div.artikel span.title {
    font-weight: bold;
}
.shop_cart div.artikel span.option {
    display: block;
}
.shop_cart div.img img {
    display: block;
    width: 70%;
    margin: 0 auto;
}
.shop_cart div select {
    font-size: inherit;
    font-family: inherit;
    border-color: #ccc;
    padding: 5px;
}
.shop_cart div span.optname {
    color: #999;
}
.shop_cart select {
    background-image: url('../../images/icons/arrow-down.svg');
    background-size: 12px 12px;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat; 
    -webkit-appearance: none;
    font-family: inherit;
    width: 60px;
    border-radius: 0;
    line-height: 1;
}
.shop_cart .row span.remove_item {
    position: relative;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-top: 5px;
    margin-left: 6px;
    cursor: pointer;
    background-image: url(/images/icons/close.svg);
    background-size: 12px 12px;
    opacity: 0.5;
}
.shop_cart .row span.remove_item:hover {
    opacity: 1;
}
.shop_cart .totals {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
}
.shop_cart .totals span {
    display: block;
}
.shop_cart .totals span.value {
    font-weight: bold;
    font-size: 1.2em;
    white-space: nowrap;
}
.shop_cart .shopbtn-row {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 30px; 
    padding-top: 0;
}
.shop_cart .shopbtn-row a.shopbtn.toOrder {
    width: 25%;
    max-width: 100%;
    margin: 0;
}
@media screen and (max-width: 1000px) {

    /* CART */
    .shop_cart .header {
        display: none;
    }
    .shop_cart .row {
        flex-wrap: wrap;
        padding: 0;
    }
    .shop_cart div,
    .shop_cart div.artikel {
        width: 100%;
    } 
    .shop_cart div.aantal,
    .shop_cart div.totaal {
        display: flex;
        align-items: center;
        width: auto;
    } 
    .shop_cart div.aantal {
        position: relative;
    } 
    .shop_cart div.wrong_amount div.text {
        margin: 20px 0 10px 0;
        padding: 20px 30px;
        line-height: 1.5;
        border-radius: 3px;
        background-color: rgb(255 255 255 / 25%);
    } 
    .shop_cart div.totaal {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    } 
    body.shopcart .shop_cart div.totaal {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 4px solid #dfd4d0;
    } 
    .shop_cart div.img {
        margin-bottom: 10px;
    }
    .shop_cart div.img img {
        width: 30%;
        margin: 0;
    }   
    .shop_cart .totals {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 45px;
        padding: 20px 30px;
        border-radius: 8px;
        box-sizing: border-box;
        background-color: rgba(255,255,255,0.25);
    } 
    .shop_cart .totals .row {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #dfd4d0;
    } 
    .shop_cart .totals .row:first-of-type {
        margin: 0; padding: 0;
        border-top: none;
    } 

    .shop_cart .totals .row.discountrow {
        position: relative;
        justify-content: flex-end;
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .shop_cart .totals .row.discountrow input {
        display: block;
        float: left;
        padding: 10px 20px;
        font-family: inherit;
        font-size: .8em;
        color: #333;
        line-height: 1.5;
        border: none;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        box-sizing: border-box;
        transition: border 150ms ease;
        -webkit-appearance: none;
        background-color: #fff;
    }
    .shop_cart .totals .row.discountrow button#calcdiscount {
        display: inline-block;
        margin: 0;
        padding: 0 25px;
        width: auto;
        height: 45px;
        font-family: inherit;
        font-size: 14px;
        color: #fff;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: none;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        background-color: #b34ca3;
    }
    .shop_cart .totals .row.discountrow button#calcdiscount:hover {
        background: #9eceae;
    }
    .shop_cart .totals .row.discountrow span#codenotvalid {
        position: absolute;
        display: block;
        top: -23px;
        right: 0px;
        padding: 7px 10px 8px 10px;
        color: #fff!important;
        line-height: 1;
        white-space: nowrap;
        z-index: 1;
        background-color: #e9643c;
    }

    .shop_cart .totals .row .text {
        width: auto;
    } 
    .shop_cart .totals .row .text br {
        display: none;
    } 
    .shop_cart .totals .row .price {
        width: auto;
        font-weight: 400;
        text-transform: uppercase;
    } 
    .shop_cart .comment {
        margin-top: 30px;
        padding: 30px 30px 40px 30px;
        border-radius: 8px;
        box-sizing: border-box;
        background-color: rgba(255,255,255,0.25);
    } 
    .shop_cart .comment span.comment_note {
        display: block;
        line-height: 1.5;
    } 

    .shop_cart .totals span.name {
        margin-right: 15px;
    }
    .shop_cart .totals span.value {
        font-weight: 800;
        text-transform: uppercase;
    }
    .shop_cart .totals .totaal span.value {
        font-size: 1.3em;
        line-height: .9;
    }
    .shop_cart div span.optname,
    .mob {
        display: inline-block;
        margin-right: 15px;
    }
    .shop_cart div span.optname {
        margin-right: 3px;
    }
    .mob:after {
        content: ": ";
    }
    .shop_cart .shopbtn-row {
        margin-top: 30px;
        text-align: center;
    }
    .shop_cart .shopbtn-row a.shopbtn.toOrder {
        margin-top: 15px;
        width: 100%;
    }
    
    .shop_cart select,
    .shop_cart textarea { padding: 10px 15px; font-family: 'Rubik', sans-serif; font-size: 1em; color: #333; font-weight: 400; line-height: 1.8; border: 0; border-radius: 3px; margin: 2px 0; }
    .shop_cart select.quantityselect { margin-left: 15px; padding: 5px 0 5px 10px; background-color: #fff; }
    .shop_cart textarea { display: block; margin-top: 20px; padding: 15px 18px; min-width: 100%; max-width: 100%; height: 100px; font-size: 0.9em; line-height: 1.5; box-sizing: border-box; }
    .shop_cart span.textarea_empty { position: relative; display: inline-block; float: right; top: -21px; right: 30px; padding: 10px 18px; width: auto!important; font-size: 0.8em; color: #fff; font-weight: 400; line-height: 1; text-transform: none; letter-spacing: 0; border-radius: 2px; box-sizing: border-box; opacity: 1; background-color: #3b4894; }
    .shop_cart span.textarea_empty:before { position: absolute; top: -4px; right: 20px; width: 10px; height: 10px; content: ""; transform: rotate(45deg); background-color: #3b4894; }

    .shop_cart .notice { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; bottom: 5px; right: -120px; padding: 15px; width: 100px; height: 100px; font-size: 0.8em; color: #fff; line-height: 1; text-align: center; border-radius: 50%; box-sizing: border-box; background-color: #b34ca3; }
    .shop_cart .notice:before { position: absolute; bottom: 15px; left: 2px; width: 20px; height: 20px; content: ""; transform: rotate(105deg) skew(20deg, 20deg); background-color: #b34ca3; }
    .shop_cart .notice sub { position: relative; margin-top: 4px; font-size: 0.6em; z-index: 1; }


@media screen and (max-width: 1000px) {

    .shop_cart .totals { margin-top: 35px; padding: 20px 25px; }
    .shop_cart .comment { margin-top: 15px; padding: 30px 25px 35px 25px; } 

    .shop_cart .totals .row .aantal { display: flex; align-items: flex-start; justify-content: space-between; width: 100%; } 
    .shop_cart .totals .row .text { display: flex; align-items: center; margin-bottom: 5px; line-height: 1.2; } 
    .shop_cart .totals .row.discountrow .text { margin-bottom: 0; } 
    .shop_cart .totals .row .text br { display: block; } 
    .shop_cart .totals .row .aantal select.quantityselect { margin-top: 4px; } 
    .shop_cart .totals .row .price { display: flex; justify-content: flex-start; width: 100%; font-weight: 800; } 
    
    .shop_cart .totals .row.discountrow { justify-content: flex-start; }
    .shop_cart .totals .row.discountrow .aantal { }
    .shop_cart .totals .row.discountrow .aantal .text { width: calc(100% - 41px); }
    .shop_cart .totals .row.discountrow .aantal .text input { width: 100%; }
    .shop_cart .totals .row.discountrow .aantal .text span { }
    .shop_cart .totals .row.discountrow .aantal .aantal { width: 41px; }
    .shop_cart .totals .row.discountrow .aantal .aantal button#calcdiscount {
        padding: 0;
        width: 100%;
        height: 41px;
        font-size: 0;
        background-image: url(/images/icons/arrow-right-w.svg);
        background-size: 38%;
        background-position: center;
        background-repeat: no-repeat;
    }

}

/*}*/

/* ##### */
/* ##### */
/* ##### */
/** BESTELTRAJECT > shoporder.php **/
.shop_order_form {
    display: flex;
    flex-direction: column;
}
.shop_order .shop_order_form div.column {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.shop_order .shop_order_form div.column.ophalen,
.shop_paymentreturn div.column.ophalen {
    margin: 30px 0 20px 0;
    padding: 30px 30px;
    line-height: 1.5;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.25);
}
.shop_paymentreturn div.column.ophalen {
    margin: -10px 0 45px 0;
}
.shop_order .shop_order_form div.column.ophalen strong,
.shop_paymentreturn div.column.ophalen strong {
    display: block;
    margin-bottom: 5px;
}
.shop_order .shop_order_form div.column.ophalen p,
.shop_paymentreturn div.column.ophalen p {
    margin-bottom: 20px;
}
.shop_order .shop_order_form div.column.ophalen p:last-of-type,
.shop_paymentreturn div.column.ophalen p:last-of-type {
    margin-bottom: 0;
}
.shop_order .shop_order_form div.column.ophalen ul,
.shop_paymentreturn div.column.ophalen ul {
    margin: 0;
}

.shop_order .shop_order_form div.column:nth-of-type(2) {
    border-left: 0;
    border-right: 0;
}
.shop_order .shop_order_form div.column.half {
    width: 50%;
}
.shop_order .shop_order_form div.column .shopbtn.bottomright /* add class to the button and get it out formelem */ {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 30px;
    width: calc(100% - 60px)
}
.shop_order .shop_order_form div.column div.formelem {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    width: 100%;
}
.shop_order .shop_order_form div.column.referential div.formelem {
    flex-direction: column;
}
.shop_order .shop_order_form div.column.referential div.formelem p,
.shop_order .shop_order_form div.column.referential div.formelem input,
.shop_order .shop_order_form div.column.referential div.formelem textarea {
    width: 100%;
}
.shop_order .shop_order_form div.column.referential div.formelem input,
.shop_order .shop_order_form div.column.referential div.formelem textarea {
    margin-top: 15px;
    height: 100px;
}
.shop_order .shop_order_form div.column div.formelem .btn {
    margin-top: 60px;
    width: 100%;
    font-size: 2em;
}
.shop_order .shop_order_form div.column div.formelem.flexcolumnized {
    flex-direction: column;
}
.shop_order .shop_order_form div.column div.formelem span {
    display: flex;
    align-items: center;
    font-size: 1em;
    width: 50%;
    line-height: 2.1em;
    box-sizing: border-box;
    padding-right: 1em;
}
.shop_order .shop_order_form div.column h3 {
    display: block;
    font-size: 1.25em;
    line-height: .9;
    font-weight: 900;
    margin: 30px 0;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}
.shop_order form input[type=text], .shop_order form textarea, .shop_order form select {
    background-color: #fff;
    border-radius: 0px;
    box-sizing: border-box;
    color: #333;
    float: left;
    font-family: inherit;
    width: 50%;
    transition: border 150ms ease;
    -webkit-appearance: none;
    display: block;
    padding: 10px 15px;
    font-size: 0.9em;
    line-height: 1.5;
    border: none;
}
.shop_order form select {
    background-image: url('../../images/icons/arrow-down.svg');
    background-size: 12px 12px;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat; 
}
.shop_order form input.telefoon {
    width: 40%;
}
.shop_order form input.postcode {
    width: 30%;
}
.shop_order form input.huisnr {
    width: 15%;
}
.shop_order form input[readonly] {
    background: #f5f5f5;
}
.shop_order label.radiobtn, 
.shop_order label.checkbox {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 35px;
    cursor: pointer;
    float: left;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;

    display: flex;
    align-items: center;
}

.iconimg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.shop_order label.radiobtn img, 
.shop_order label.checkbox img {
    display: inline-block;
    border:  0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.shop_order label.radiobtn input,
.shop_order label.checkbox input {
    position: absolute;
    margin: 0;
    top: 7px;
    left: 0;
    background: #efefef;
    border: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    cursor: pointer;
}
.shop_order label.checkbox input {
    border-radius: 2px;
}
.shop_order label.radiobtn input:checked,
.shop_order label.checkbox input:checked {
    background-color: #b34ca3;
    background-size: 12px 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.shop_order label.error {
    background-color: #3b4894;
    color: #fff;
    font-size: 12px;
    width: auto;
    text-align: center;
    padding: 5px 8px;
    display: block;
    position: absolute;
    right: 10px;
    top: -5px;
    line-height: 1.2;
    border-radius: 2px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 9;
    transition: all 150ms ease;
    opacity: 0;
}
.shop_order label.radiobtn label.error {
    left: 0;
    right: auto;
}
.shop_order label.error[for=akkoord] {
    opacity: 1;
    left: auto;
    right: 0;
}
.shop_order form input.error:not([readonly]), .shop_order form textarea.error, .shop_order form select.error {
    border: 1px solid #e9643c;
}
.shop_order *:focus:not([readonly]) + label.error {
    top: -39px;
    left: 1px;
    right: auto;
}
div.shop_order div.subset {
    width: 100%;
    float: left;
    clear: both;
}
div#bezorgadresoptie, div#bezorgadres {
    display: none;
    opacity: 0;
}
div.shop_order div.shop_cart div.row, div.shop_order div.shop_cart div.row > div {

}
.shop_order div.column.half.forty {
    width: 40%;
    border-right: 2px solid #efefef;
}
.shop_order div.column.half.sixty {
    width: 60%;
    border-right: 2px solid #efefef;
}
div.shop_order div.shop_cart {
    box-sizing: border-box;
    width: 100%;
    margin-top: 1em;
}
div.shop_order div.shop_cart div.totals {
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    width: 100%;
}

body.shoporder .shop_cart .totals {
    margin-top: 30px;
    margin-bottom: 30px;
} 

div.shop_order div.shop_cart div.totals div {
    display: flex;
    width: 100%;
}
div.shop_order div.shop_cart div.totals div span {
    width: 50%;
}
div.shop_order div.shop_cart div.totals div span:nth-of-type(2) {
    text-align: right;
}
div.shop_order div.shop_cart div.totals div.totaal {
    color: #b34ca3;
    font-weight: bold;
    font-size: 1.2em;
}
div.shop_order .orderset .itm {
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 8px;
    padding-bottom: 8px;
}
div.shop_order .orderset .itm > span {
    display: inline-block;
}
div.shop_order .orderset .itm > div {
    display: block;
}
div.shop_order .orderset .itm > .k {
    width: 45%;
    color: #999;
}
div.shop_order .orderset .itm > .v {
    width: 55%;
}
div.shop_order .orderset .itm > .v span.adres {
    display: block;
}
div.shop_order .orderset .block {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: .5em;
}
div.shop_order div.afronden {
    display: block;
    width: 100%;
    float: left;
    margin-top: 30px;
}
div.afronden .shopbtn {
    position: relative;
    float: right;
    margin-top: 60px;
    font-size: 2em;
    z-index: 2;
}
body.shoporder div.afronden .shopbtn {
    margin-top: 30px;
    width: 100%;
}
body.shoporder div.shop_order div.goback {
    position: relative;
    margin-top: 42px;
}

div.shop_order div.goback {
    position: relative;
    margin-top: -25px;
    z-index: 1;
}
div#paymentloading {
    background: rgba(255,255,255,0.25);
    float: left;
    margin: 30px 0 60px;
    padding: 16px 24px;
    background-image: url(../../images/icons/loading.gif);
    background-size: 16px 16px;
    background-position: 16px center;
    background-repeat: no-repeat;
    padding-left: 48px;
    width: 100%;
    box-sizing: border-box;
    display: none;
}
div#ordercancelled {
    display: none;
}
div.addressloading {
    width: 16px;
    height: 16px;
    background-image: url(../../images/icons/loading.gif);
    background-size: 16px 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 6px 0 0 6px;
    float: left;
    display: none;
}
div.shop_paymentreturn .shopbtn {
    float: left;
    margin-top: 45px;
    margin-right: 1em;
    font-size: 1.1em;
}
@media screen and (max-width: 1000px) {
    .shop_order_form {
        flex-direction: column;
    }
    .shop_order .shop_order_form div.column {
        width: 100%;
        padding: 0;
        min-height: 0;
    }
    .shop_order .shop_order_form div.column.ophalen {
        padding: 30px 25px;
        border: none;
    }    

    .shop_order .shop_order_form div.column h3 {
        margin: 30px 0 15px 0;
    }
    .shop_order .shop_order_form div.column div.formelem {
        flex-direction: column;
    }
    .shop_order .shop_order_form div.column:first-of-type div.formelem > h3 {
        margin-bottom: 0;
    }
    .shop_order .shop_order_form div.column div.formelem span {
        width: 100%;
    }
    .shop_order .shop_order_form div.column div.formelem .btn {
        margin-top: 30px;
        font-size: 1em;
    }
    
    .shop_order label.radiobtn input, .shop_order label.checkbox input {
        top: 4px;
        width: 18px;
        height: 18px;
    }
    
    .shop_order form input[type=text], .shop_order form textarea, .shop_order form select {
        width: 100%;
    }
    /* stap 2 */
    .shop_order div.column.half.forty {
        width: 100%;
        border-right: 2px solid #efefef;
        border-bottom: 2px solid #efefef;
    }
    .shop_order div.column.half.sixty {
        width: 100%;
        border-right: 2px solid #efefef;
    }
    /* stap 3 */
    div.shop_order .orderset .itm > div {
        display: block;
        float: none;
    }
    div.shop_order .orderset .itm {
        flex-direction: column;
    }    
    div.shop_order .orderset .itm > .k,
    div.shop_order .orderset .itm > .v {
        width: 100%;
    }
    div.shop_order div.shop_cart div.totals {
        padding: 1em;
    }
    div.shop_order div.shop_cart div.totals div.totaal {
        white-space: nowrap;
    }
}
