

/* Start:/local/templates/.default/components/aspro/basket.priority2/.default/style.css?17447013332475*/
#print_header, #commercy_footer{
    display: none;
}

@media print {
    #footer .footer__main-part > .maxwidth-theme > .line-block, body > .social-icons{
        display: none;
    }

    #print_header, #commercy_footer, #footer .awards-block{
        display: block !important;
    }

    .header_.header_contacts{
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .price{
        white-space: nowrap;
    }

    #footer .items_award {
        justify-content: flex-start;
    }

    div#print_header .header_ {
        display: flex;
        align-items: center;
    }
    
    div#print_header .header_ > *{
        margin: 0 20px;
    }

    div#print_header .header_ .logo{
        min-height: 100px;
        min-width: 100px;
        align-items: center;
        margin: 0;
        padding: 0px;
    }
    
    div#print_header .header_ .title{
        text-transform: uppercase;
        font-size: 10px;
    }

    div#print_header .header_ .value{
        font-size: 14px;
    }
    
    div#print_header .header_ .logo a{
        width: 60px;
        height: 60px;
        justify-content: center;
        align-items: center;
    }
    
    #commercy_offer{
        margin-top: 0px
    }

    #commercy_footer{
        margin-top: 40px;
    }

    .page-top-info{
        display: none;
    }

    footer .items_award .item_award{
        width: 20%;
        text-align: center;
    }

    .sticker__item {
        background: #fff !important;
        border-radius: var(--theme-sticker-border-radius) !important;
    }

}

.remove.all.basket__heading-remove{
    color: #ff0031;
}


.cart__item .sticker{
    position: relative;
    margin: 0px 0px 15px 0px;
}

.cart__item-info{
    display: flex;
    flex-wrap: wrap;
}

.cart__item-info .cart__item-title{
    flex-basis: 65%;
}

.cart__item-info .cart__item-prices{
    margin-top: 0px;
    flex-basis: 32%;
}

.line-block__item.cart__item-cost > .price{
    max-width: 125px;
}


@media( max-width: 600px ){
    .cart__item-info .cart__item-title{
        flex-basis: 55%;
    }
    .cart__item-info .cart__item-prices{
        flex-basis: 40%;
        margin: 0px;
    }
}


@media print{
    .cart__item-info .cart__item-title{
        flex-basis: 58%;
    }
    .cart__item-info .cart__item-prices{
        flex-basis: 38%;
    }
}

.print_custom:hover svg path{
    fill: #fff !important;
}

.cart__item-prices .line-block {
    align-items: start;
}
/* End */
/* /local/templates/.default/components/aspro/basket.priority2/.default/style.css?17447013332475 */
