@media print {
    #print-btn,
    #download-pdf-btn,
    .no-print {
        display: none !important;
    }
    .inserted-ad{
        display: none !important;
    }
    .navigation{
        display: none !important;
    }
    #colophon{
        display: none !important;
    }
    .ion-ios-arrow-up{
        display: none !important;
    }
    .sidebar-sec{
        display: none !important;
    }
    .mobmenu{
        display: none !important;
    }
    .thememattic-breadcrumb{
        display: none !important;
    }
    .only-print{
        display: none !important;
    }
}
/* page-breaks за html2pdf.js */
.page-break {
    page-break-after: always;
}

#printable-content {
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    text-align: justify;
}

.home-hero-area{
    max-height: 350px;
    overflow: hidden;
}

#sample_slider .owl-item{
    text-align: center;
}