

/* Start:/local/components/oktta/sale.basket.basket/templates/.default/style.css?17421400211439*/
.basket-wrapper{
	border-top: 1px solid rgba(0, 0, 0, .15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 125px;
	width: 100%;
	padding-top: 40px;
}
.basket-items-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}
.basket-item-container{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	gap:10px;
}
.basket-item-block-amount{
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	padding: 0 10px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.basket-item-amount-btn-plus, .basket-item-amount-btn-minus{
	position: relative;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;
}
.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover{
	padding: 0;
	width: 60px;
	height: 28px;
	outline: none;
	border: 1px solid #e4e4e4;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center;
	font: var(--ui-font-weight-bold) 18px / 27px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}
.basket-item-price-old-text, .basket-coupon-block-total-price-old{
	text-decoration: line-through;
}
/* End */
/* /local/components/oktta/sale.basket.basket/templates/.default/style.css?17421400211439 */
