.page-counter {
    background: #fff;
    position: absolute;
    right: 8mm;
    bottom: -1mm;
    padding: 0 1mm;
    font-weight: 600;
}

.export-header {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.export-header .left-image>div,
.export-header .right-image>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.export-header .left-image>div>span,
.export-header .right-image>div>span {
    font-weight: 600;
    margin-top: 10px;
}

.export-header .left-image,
.export-header .right-image {
    flex-shrink: 1;
}

.export-header .signature-content {
    flex-grow: 1;
}

.signature-content>div {
    max-width: 340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: justify;
}

span.signature-company-name {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

span.signature-company-curr {
    font-weight: 600;
    font-size: 11.8px;
}

span.signature-company-address {
    font-size: 11.8px;
}

span.signature-company-information {
    font-size: 11.8px;
}

.export-proposal-page {
    width: 100% !important;
    /*height: 29.7cm;*/
    height: 41cm;
    box-shadow: 0 0 15px #555;
    margin-bottom: 1cm;
    display: flex;
    flex-direction: column;
}

div#ExportProposal {
    width: 21cm !important;
    min-width: 21cm !important;
    margin: 0 auto;
    size: a4;
}

.export-header {
    height: 10%;
    display: flex;
    align-items: center;
    padding: 0 5mm;

}

.header-sperator {
    border-bottom: 1mm solid #ec008c;
    width: 100%;
}

/*firstpage header css*/
.first-page-header {
    padding: 0 5mm;
    height: 20%;
    /*overflow: hidden;*/
}

p.first-page-title {
    width: 100%;
    margin: 0;
    font-size: 4mm;
    text-align: center;
    font-weight: 600;
    padding: 2mm 0px;
}

.sperated-area>ul {
    padding: 0;
    list-style: none;
}

.first-page-sperated-areas {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.sperated-area {
    width: 50%;
}

.sperated-area.offer-info {
    background: #f8f9fa;
    padding: 3mm;
}

.sperated-area.company-info {
    background: #e9e9e9;
    padding: 3mm;
}

.sperated-area>ul>li {
    width: 100%;
    display: flex;
    padding: 0.5mm 0;
}

.sperated-area>ul>li span.object-name {
    font-weight: 600;
    width: 30%;
    display: flex;
    flex-basis: 30%;
}

.sperated-area>ul>li span.object-value {
    width: 70%;
}

.sperated-area>ul>li span.object-name:after {
    content: ':';
    margin-left: auto;
    display: inline-block;
    margin-right: 2mm;
}

/*end: firstpage header css*/

/*product table css*/
.export-product-table {
    padding-top: 5mm;
    padding-left: 5mm;
    padding-right: 5mm;
    font-size: 11px;
    position: relative;
}

.product-table-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #332482;
    color: #fff;
}

.product-table-header>div {
    flex: 1;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 2mm 0;
    font-weight: 700;
    font-size: .8rem;
}

.product-table-header>div:last-child {
    border: 0;
}



.product-table-content>.item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid #e9e9e9;
    height: 24mm;
}

.product-table-content>.item>div {
    flex: 1;
    border-right: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-table-content .image-area,
.product-table-header .image-area {
    width: 50px;
    flex: initial !important;
}

.export-product-table .stable-width {
    width: 49px;
    flex: initial !important;
}

.product-table-overlay-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/egeyelken.png);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 0;
    filter: opacity(0.2);
}

.product-table-overlay-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/rege.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 0;
    filter: opacity(0.2);
    display: none !important;
}

.export-product-table .price-content {
    flex: initial !important;
    width: 90px;
}

.product-table-content>.item>div.image-area {
    border-left: 1px solid #e9e9e9;
}

/*end: product table css*/

/*footer css*/
.export-footer {
    width: 100%;
    padding: 0 5mm;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
}

.terms-features {
    flex-grow: 1;
    max-width: 65%;
}

.total-with-text {
    padding-top: 5mm;
    font-size: 4mm;
    font-weight: 500;
}

.totals-signature {
    padding-top: 5mm;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.totals-signature>div {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.totals-signature>div>b {
    padding-right: 2mm;
}

.totals-signature>div {
    margin-bottom: 1mm;
}

.totals-signature>div.grand-total {
    font-size: 4mm;
    border-top: 1px solid #e9e9e9;
}

.sales-condition ul {
    list-style: none;
    padding-left: 0;
    font-size: 0.75rem;
    padding-right: 3mm !important;
}

.sales-condition .header {
    font-size: 3.5mm;
    font-weight: 500;
    margin-bottom: 2mm;
}

.stamp-and-signature {
    margin-top: auto;
    flex-grow: 1;
    align-items: center;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.stamp-and-signature>span {
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 !important;
}

/*end:footer css*/

@media print {
    .export-proposal-page {
        box-shadow: none;
        margin-bottom: 0;
        height: 100%;
    }
}

.product-table-content>.item>div.description-area {
    overflow: hidden;
    align-items: flex-start;
    font-size: 0.65rem;
    word-break: break-all;
}