.print_none{display: none!important;}
.bannerWrapBlocks,.footer_top,.level-2,.row-btn,.toTop{display:none}
.home_menu,
.nav_top,
.formLightBody,
.formLight {display: none;}
* { color: black; background: transparent!important;}
table { font-size: 80%; }
table, th, td{
border-collapse:collapse;
}
.container.pages .order_accessory_wrap *{
    padding: 0;
    margin: 0;
    font-size: 12px!important;
}
.order_accessory_wrap table tbody{
    display: flex!important;
    width: 100%!important;
   flex-flow: column wrap!important;
}
.order_accessory_wrap table tbody tr{
    display: flex!important;
    flex-flow: row nowrap!important;
    align-items: center;
    justify-content: space-between!important;
    margin-bottom: 10px!important;
}
.order_accessory_wrap table tbody tr td{
    display: flex!important;
    flex:1 1 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 10px!important;
}
.order_accessory_wrap table tbody tr td:last-child{
    display: none!important;
}