@page {
	margin: 0
}

body {
	margin: 0;
	overflow: auto !important;
	font-size: 12px;
	margin-top: 0.5cm !important;
}

div.container-main {
	width: 148mm;
	height: 209mm;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	page-break-after: always;
}

@page {
	size: A5;
	margin-top: 0.5cm;
}

nav.navbar,
footer {
	display: none;
}

.container-main {
	margin-top: 0px;
}

.container-main > .row > div:first-child {
	display: none;
}

.container-main > .row > div:first-child + div {
	width: 100% !important;
}

.scroll {
	overflow-y: visible !important;
	height: 100% !important;
}

.row.about-market > div {
	width: 33.33334% !important;
	float: left !important;
}

form.contact-form {
	display: none;
}

h3.page-header {
	display: none;
}
header {
	display: none;
}
.container-main .order {
	padding-top: 0px;
}

.orderDetails {
	text-align: left !important;
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "₺";
}
.show-print {
	display: block;
}
.print-100width {
	width: 100% !important;
	float:none !important;
}
.hide-print {
	display: none !important;
}

#orderDetails{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;

    background-color: #ffffff;
    border:none;
}

.breadcrumbs-custom {
	display: none;
}