    /* ===============================================
    PROPERTY-PRINT
    ================================================== */
    section.section-main.section-property-print
    {
        padding: var(--theme-size-x0-5) 0rem;
    }

    .property-print-top
    {
        margin-bottom: var(--theme-size-x1);
    }

    .property-print-top
    {
        
    }

    .property-print-top .row
    {
        display: flex;
        
        margin-bottom: var(--theme-size-x1);
        
        align-items: center;
    }

    .property-print-top .property-print-logo
    {
        
    }

    .property-print-top .property-print-logo img
    {
        max-height: 8.0rem;
    }

    .property-print-top .property-print-qrcode
    {
        display: flex;
        justify-content: flex-end;
    }

    .property-print-top .property-print-qrcode .qrcode-photo
    {
        
    }

    .property-print-top .property-print-qrcode .qrcode-photo img
    {
        max-width: 8.0rem;
    }

    .property-print
    {
        margin-bottom: 0rem;
    }

    .property-print .property-print-main .property-print-category-title .title-divider
    {
        text-align: center;
    }

    .property-print .property-print-main .property-print-category-title .title-divider .title
    {        
        margin-right: 0rem;
        
        font-size: 450%;
        line-height: 5.0rem;
        text-transform: uppercase;
    }

    .property-print .property-print-main .property-print-category-title .title-divider .subtitle
    {
        float: none;
        display: block;
        
        margin-top: 0rem;
        
        font-size: 120%;
        text-transform: uppercase;
    }

    .property-print .property-print-main .property-print-category-title .title-divider .subtitle span.icon
    {
        font-size: 100%;
    }

    .property-print .property-print-main .property-print-photos-content
    {
        margin-bottom: 0rem;
    }

    .property-print .property-print-main .property-print-title .title-divider
    {
        text-align: center;
    }

    .property-print .property-print-main .property-print-title .title-divider .title
    {
        overflow: hidden;
        
        max-height: var(--theme-size-x3);
        
        margin: 0rem;
        
        font-size: 200%;
        line-height: var(--theme-size-x1-5);
        text-transform: uppercase;
    }

    .property-print.horizontal .property-print-main .property-print-title .title-divider .title
    {
        max-height: var(--theme-size-x1-5);
    }

    .property-print .property-print-main .property-print-title .title-divider .subtitle
    {
        float: none;
        display: block;
        
        margin-top: 0rem;
        
        font-size: 120%;
        text-transform: uppercase;
    }

    .property-print .property-print-main .property-print-title .title-divider .subtitle span.icon
    {
        font-size: 100%;
    }

    .property-print .property-print-main .property-print-property-info-content
    {
        text-align: center;
    }

    .property-print .property-print-main .property-print-price-content
    {
        margin-bottom: 0rem;
        
        text-align: center;
    }

    .property-print .property-print-main .property-print-property-info-list-content
    {
        text-align: left;
    }


    /* 
    COLOR SETTINGS
    ================================================== */
    .property-print-top > .container                                    { border-bottom: 0.3rem solid var(--theme-custom-background); }
    .property-print-top .property-print-qrcode .qrcode-photo img        { border: 0.1rem solid var(--theme-custom-background); }


    /* 
    STYLE SETTING
    ================================================== */        
    section.section-main.section-property-print                         { display: none; }


    /* ===============================================
    PRINT
    ================================================== */
    @media print
    {
        /* 
        STYLE SETTING
        ================================================== */        
        .back-top                                                           { display: none; }
        
        section.section-header.section-header-bar                           { display: none; }
        section.section-header.section-header-logo                          { display: none; }
        section.section-header.section-header-navigation                    { display: none; }
        section.section-header.section-header-mobile                        { display: none; }
        section.section-header.section-header-slayt                         { display: none; }
        section.section-header.section-header-dir                           { display: none; }
        
        section.section-main.section-property-print                         { display: block; }
         
        section.section-main                                                { display: none; }
        
        section.section-footer                                              { display: none; }
    }