@page {
    size: auto;   /* auto is the initial value */
    margin: 0mm;  /* this affects the margin in the printer settings */
}
body {
    background: #ffffff;
}
nav {
    display: none;
}
#main {
    min-height: auto !important;
}
.do-admin_menu-ghost {
    display: none;
}
.do-admin_menu {
    display: none;
}
.breadcrumbs {
    display: none;
}
.do-admin_main {
    width: 90% !important;
}
.do-admin_main > .col-sm-12 {
    margin-top: 20px;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.col-sm-6.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.box {
    border: 0;
    box-shadow: none;
    border-color: #ffffff;
    border-radius: 0;
    width: 100%;
    font-size: 12px;
}
.box:hover {
    border: 0;
    box-shadow: none;
    border-color: #ffffff;
    border-radius: 0;
}
.panel-body {
    padding: 0 !important;
}
a:after {
    content: "";
    display: none;
}
img:after {
    content: "";
    display: none;
}
.do-cart_body form {
    display: none;
}
ul.do-cart_body > li {
    padding: 0 !important;
    font-size: 12px;
}
ul.do-cart_body > li:nth-child(4) {
    display: none;
}
ul.do-cart_body > li br {
    display: none;
}
ul.do-cart_body > li:nth-child(1) br {
    display: block;
}
ul.do-cart_body > li label {
    margin-bottom: 0;
    font-size: 12px;
}
ul.do-cart_body > li small {
    border: 0;
    font-size: 12px;
    color: black;
    background: #ffffff;
    font-weight: 400;
}
ul.do-cart_body > li small:before {
    content: '-';
    display: inline-block;
    margin-right: 5px;
}
.table.do-cart_body {
    width: 100%;
}
.table.do-cart_body tr {
    background: #ffffff;
}
.table.do-cart_body tr.even {
    background: #ffffff;
}
.table.do-cart_body tr th {
    border: 1px solid black !important;
    text-align: left;
    display: table-cell;
    font-size: 12px;
}
.table.do-cart_body tr td {
    border: 1px solid black !important;
    text-align: left;
    display: table-cell;
    font-size: 12px;
}
.product_profile-price_new {
    font-size: 12px;
}
.table.do-cart_body tr td:nth-child(1) {
    width: 50%;
}
.table.do-cart_body tr td:nth-child(2) {
    width: 21%;
}
.table.do-cart_body tr td:nth-child(3) {
    width: 8%;
}
.table.do-cart_body tr td:nth-child(4) {
    width: 21%;
}
