

/* Start:/local/templates/solo/components/bitrix/sale.basket.basket/.default/style.css?17703187641771*/
.disable {
    filter: invert(1);
    pointer-events: none;
}

.cart__wrapper {
    display: grid;
    grid-template-columns: 1fr minmax(min-content, 300px);
    max-width: 1320px;
	padding-inline: 1rem;
	box-sizing: border-box;
    margin-inline: auto;
    margin-block: 4rem 3rem;
}

.cartList {
    padding-top: 0 !important;
}
.cartList{
	margin: 0 !important;
}
.cart_title,
.total__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    margin-bottom: .83em;
}

.basket-aside {
    & .total {
        border: 1px solid;
        padding: 20px;
        position: sticky;
        top: 150px;
    }

    & .total > dl {
        display: flex;
        gap: 1rem;
        justify-content: space-between;
    }

    & .total > dl > * {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 13px;
    }

    & .total > dl > dt {
        font-weight: 400;
    }

    & .total > dl > dd {
        text-align: right;
        font-weight: 600;
    }

    & .ttl_block {
        float: none;
    }

    & .total__hr {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    & .total__ttl {
        align-items: flex-end;
    }

    & .total__ttl > dt {
        font-size: 15px;
    }

    & .total__ttl > dd {
        font-size: 22px;
    }
}

.display_full {
    grid-column: -1 / 1;
}

.button__back {
    margin-inline: auto;
}

@media (width < 600px) {
	.cart__wrapper {
		display: grid;	
		grid-template-columns: 1fr
	}

	.basket-aside {
		margin-bottom: 3rem
	}
}
.cartList .zag {
    font-family: 'PT Serif';
    font-size: 36px;
    color: #161615 !important;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    position: relative;
     background: #fff !important;
    padding-right: 40px;
}

/* End */
/* /local/templates/solo/components/bitrix/sale.basket.basket/.default/style.css?17703187641771 */
