*.mob {
    display: none;
}

/* ##### */
/* ##### */
/* ##### */
/* PRODUCT_CATEGORY_LISTING > shopcategory.php */
.shop_products {
    width: 100%;
}
.shop_products iframe {
    padding: 60px 0;
    width: 100%;
    background-color: #fff;
}
.shop_products h1 {
    width: 100%;
}
.shop_products .shop_products_container {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
    /*padding-top: 40px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;    
}
.shop_products .product {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    background-color: #fff;
}
.shop_products .product a {
    position: absolute;
    display: block;
    top: 0; left: 0; width: 100%; height: 100%;
    text-align: center;
    color: #000;
    z-index: 1;
}
.shop_products .product span {
    display: block;
    line-height: 1.4;
}
.shop_products .product .product_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    height: 100%;
    /* font-family: 'Abril Fatface', serif; */
    font-size: 20px;
    color: #304543;
}
.shop_products .product .product_info .btn {
    display: flex; align-items: center; margin-left: 30px; opacity: 1; transition: all ease 0.15s; pointer-events: none;
}
.shop_products .product:hover .product_info .btn {
    opacity: 0.9;
}
.shop_products .product .product_info svg {
    position: relative;
    top: 2px;
    margin-left: 15px;
    width: 27px;
    height: 27px;
    fill: #fff;
    opacity: 0.8;
}
.shop_products .product span.image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    width: 120px;
    height: 120px;
    aspect-ratio: 1;
    overflow: hidden;
}
.shop_products .product span.image img {
    position: relative;
    display: block;
    bottom: -15px;
    width: 100px;
    font-size: 14px;
    transform: rotate(2deg);
    background-color: #867154;
}
.shop_products .product span.title {
    margin-right: auto;
    padding: 30px 15px;
    box-sizing: border-box;
}
.shop_products .product span.price {

}
.shop_products .product .btn {
    font-size: 24px;
}
.shop_products .product .img,
.shop_products .product .img img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
}

.losse_nummers { padding: 0 10% 0 15%; width: 100%; box-sizing: border-box; }
.losse_nummers h2 { }
.losse_nummers a { color: #867154; }
.losse_nummers a:hover { color: #304543; }

@media screen and (max-width: 1000px) {
    /* PRODUCT_CATEGORY_LISTING */
    .shop_products {
        width: 100%;
    }
    
    .shop_products .iframe-wrapper {
        padding: 30px 0;
        background-color: #fff;
    }
    .shop_products iframe {
        direction: block;
        margin: 0 auto;
        padding: 0 25px;
        height: auto;
        box-sizing: border-box;
    }
    
    .shop_products .shop_products_container {
        margin-bottom: 10px;
    }
    .shop_products .product {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        padding: 0;
        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 {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .shop_products .product span.image {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        width: 120px;
        height: 135px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
        aspect-ratio: 1;
        overflow: hidden;
    }
    .shop_products .product span.image img {
        bottom: -10px;
    }
    .shop_products .product span.title {
        display: flex;
        align-items: center;
        margin-right: auto;
        width: calc(100% - 120px);
        height: 135px;
        padding: 0 15px;
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
    }
    .shop_products .product span.price {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .shop_products .product .product_info .btn {
        position: relative;
        margin: 0;
        margin-bottom: 20px;
        padding: 18px 25px 22px 25px;
        white-space: nowrap;
        transform: scale(0.75);
        transform-origin: center;
    }
    .shop_products .product span.price {
        margin-top: 10px;
    }
    .shop_products .product:first-of-type {
        padding-top: 0;
    }    
    .shop_products .product:last-of-type {
        margin-bottom: 0;
    }
    
    body.subscription .content .media { left: 5%; }
    
    .page_content.product .product_column .description,
    .page_content.product .product_column .order {
        padding: 30px;
    }
    
    .losse_nummers { margin-bottom: 15px; padding: 0; }
    .losse_nummers h2 { margin-bottom: 10px; }
    
}



/* ##### */
/* ##### */
/* ##### */
/* 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: 50%;
    padding-right: 100px;
}
.page_content.product .product_column.second {
    width: 40%;
    position: sticky;
    top: 160px;
    align-self: flex-start;
    margin-top: 30px;
}
/* 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 {
    padding: 50px 40px 40px 40px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #f3f1ee;
    background-color: #fff;
}
.page_content.product .product_column .order {
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 40px 60px 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: 2em;
    line-height: 1;
    display: block;
}
.page_content.product .product_column .order .not_available {
    margin-top: 15px;
}
.page_content.product .product_column .order form.orderform { margin: 0; }

.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 {
    DISPLAY: NONE;
    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: 2;
        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: 20px;
        margin-bottom: 5px;
        font-size: 22px;
    }
    /*.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;
}
@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: 0;
    padding-top: 0;
}
.shop_cart .shopbtn-row a.shopbtn.toOrder {
    width: 25%;
    max-width: 100%;
    margin: 0;
    color: #fff;
}
@media screen and (max-width: 1000px) {
    /* CART */
    .shop_cart .header {
        display: none;
    }
    .shop_cart .row {
        flex-wrap: wrap;
        padding: 1em;
    }
    .shop_cart div,
    .shop_cart div.artikel {
        width: 100%;
    } 
    .shop_cart div.img {
        margin-bottom: 10px;
    }
    .shop_cart div.img img {
        width: 30%;
        margin: 0;
    }   
    .shop_cart .totals {
        padding: 1em;
    } 
    .shop_cart .totals span.value{
        font-size: 1em;
    }
    .shop_cart div span.optname,
    .mob {
        color: #999;
        display: inline-block;
        width: 50%;
    }
    .mob:after {
        content: ": ";
    }
    .shop_cart .shopbtn-row a.shopbtn.toOrder {
        width: 100%;
    }
}







/* ##### */
/* ##### */
/* ##### */
/** BESTELTRAJECT > shoporder.php **/
.shop_order_form {
    display: flex;
}
.shop_order .shop_order_form div.column {
    width: 33.333%;
    border: 2px solid #efefef;
    box-sizing: border-box;
    padding: 2em;
    position: relative;
    min-height: 250px;
}
.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 {
    width: 100%;
    display: block;
    margin-bottom: 1em;
    display: flex;
    position: relative;
}
.shop_order .shop_order_form div.column div.formelem.flexcolumnized {
    flex-direction: column;
}
.shop_order .shop_order_form div.column div.formelem span {
    display: block;
    font-size: .8em;
    width: 50%;
    line-height: 2.1em;
    box-sizing: border-box;
    padding-right: 1em;
}
.shop_order .shop_order_form div.column h3 {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: .4em;
}
.shop_order form input[type=text], .shop_order form textarea, .shop_order form select {
    border: 1px solid #d5d5d5;
    background-color: #fff;
    border-radius: 0px;
    box-sizing: border-box;
    color: #333;
    float: left;
    font-family: inherit;
    font-size: inherit;
    padding: 5px;
    width: 50%;
    transition: border 150ms ease;
    -webkit-appearance: none;
    font-size: .9em;
}
.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;
    float: left;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: .8em
}
.shop_order label.radiobtn input,
.shop_order label.checkbox input {
    position: absolute;
    margin: 0;
    top: 4px;
    left: 0;
    background: #efefef;
    border: 1px solid #d5d5d5;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    cursor: pointer;
}
.shop_order label.radiobtn input:checked,
.shop_order label.checkbox input:checked {
    background-image: url('../../images/icons/checkmark.svg');
    background-size: 12px 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.shop_order label.error {
    background: rgba(191, 0, 0, 1);
    color: #fff;
    font-size: 12px;
    width: auto;
    text-align: center;
    padding: 2px 4px;
    display: block;
    position: absolute;
    left: 37%;
    top: -17px;
    line-height: 1.2;
    border-radius: 2px 2px 0 0;
    white-space: nowrap;
    pointer-events: none;
    z-index: 9;
    transition: all 150ms ease;
    opacity: 0;
}
.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 rgba(191, 0, 0, 1);
}
.shop_order *:focus:not([readonly]) + label.error {
    opacity: 1;
}
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%;
    font-size: .8em;
    margin-top: 1em;
}
div.shop_order div.shop_cart div.totals {
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    width: 100%;
}
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: #666;
    font-weight: bold;
    font-size: 1.2em;
}
div.shop_order .orderset .itm {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: .25em;
    padding-bottom: .25em;
    display: flex;
    font-size: .9em;
}
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 .block {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: .5em;
}
div.shop_order div.afronden {
    display: block;
    width: 100%;
    float: left;
    margin-top: 1em;
}
div.afronden .shopbtn {
    float: right;
}
div.shop_order div.goback {
    margin-top: 20px;
}
div#paymentloading {
    background: #efefef;
    float: left;
    margin: 10px 0 20px;
    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-right: 1em;
}
@media screen and (max-width: 1000px) {
    .shop_order_form {
        flex-direction: column;
    }
    .shop_order .shop_order_form div.column:nth-of-type(2) {
        border: 2px solid #efefef;
        border-top: 0;
        border-bottom: 0;
    }    
    .shop_order .shop_order_form div.column {
        width: 100%;
        padding: 1em;
        min-height: 0;
    }
    .shop_order .shop_order_form div.column div.formelem {
        flex-direction: column;
    }
    .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;
    }
}
