#cookie-bar,
#header,
#footer,
.no-print {
    display:none;
}

body.Site.fixed,
body.Site {
    display: block;
    margin:0;
    height: auto;
}

.container {
    width:100%;
    padding:0;
}

.mt0 {
  margin-top:0
}

#content {
    display:block;
    flex: 0 1 auto;
    height: auto;
    width:100%;
    padding:0;
}

#contact-info,
#main {
    width:100% !important;
    height: auto;
    overflow:visible;
    left: 0;
    float:none;
}

.product {page-break-inside: avoid;}

a[href]:after {
    content: none;
}

#side {
    display: none;
}

.A4 {
    width: 210mm;
    height: 297mm;
}

#modal_wrap .modal-dialog {
  background-color: #fff !important;
  max-width: 100%;
}
