

/* Start:/bitrix/templates/.default/components/centino/basket.heat/basket_new/style.css?1750755534939*/
.green-hover:hover {
    color: #00644c !important;
}

.print__header {
    width: 100%;
    display: none;
    justify-content: end;
}

.print__header-image {
    display: none;
    width: 400px;
}
.print__header-address {
    display: none;
    font-size: 15px;
    max-width: 400px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 50px;
}
.print__header-title {
    display: none;
    font-size: 32px;
    margin-bottom: 32px;
}

@media print {
    body > *:not(.body), .body > .main > *:not(.container), .breadcrumb, .remove.all.btn.btn-default.btn-sm, .buttons, .prop_remove {
        display: none;
    }
    .item {
        page-break-inside: avoid;
    }

    .main {
        padding-bottom: 0px !important;
    }

    .print__header {
        display: flex;
    }
    .print__header-image, .print__header-address, .print__header-title {
        display: block;
    }
}
/* End */
/* /bitrix/templates/.default/components/centino/basket.heat/basket_new/style.css?1750755534939 */
