

/* Start:/local/templates/oletwice/components/bitrix/sale.basket.basket/.default/style.css?1691480176830*/
.cart-item__col--price {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 5px;
}

.cart-item__price--old.cart-item__price--old,
.sum-price-old {
	font-size: 1.4rem;
    margin-left: 8px;
    color: #b9b9b9;
	text-decoration-line: line-through;
}

.coupon {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.coupon-remove {
	position: relative;
	top: 2px;
	color: #c69960;
}

.cart-alert {
	align-items: center;
	background: #fff7f6;
	padding: 16px;
	margin-bottom: 40px;
	display: none;
	font-size: 1.6rem;
}

.cart-alert svg {
	margin-right: 10px;
	min-width: 24px;
}

.cart-alert.visible {
	display: flex;
}

@media screen and (max-width: 577px) {
	.btn--burlywood.go-to-order {
		position: fixed;
		max-width: 334px;
		z-index: 10;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* End */
/* /local/templates/oletwice/components/bitrix/sale.basket.basket/.default/style.css?1691480176830 */
