.bx-basket{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bx-basket *{
	font-family: 'Inter';
}
.basket__inform{
	width: 100%
}
.basket__tovars{
	max-width: 955px;
	width: 100%
}
.basket__itogs{
	max-width: 305px;
	width: 100%;
	background: #FAFBFF;
	border: 2px solid #F0F3F7;
	border-radius: 10px;
	padding: 24px 16px;
}
.basket__itogs .basket-checkout-section-inner{
	display: flex;
	flex-direction: column;
}
.basket__tovars .basket-items-list-item-container{
	border-top: 1px solid #F0F3F7;
}
.basket__tovars .basket-items-list-item-container:last-child{
	border-bottom: 1px solid #F0F3F7;
}
.basket__tovars .basket-items-list-item-container td{
	padding: 21px 0
}
.basket__tovars .basket-item-image{
	width: 90px;
}
.basket-item-block-izbr-sr{
	order: 2;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 32px;
    margin-right: 20px;
}
h2.basket-item-info-name{
	color: #485055;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	padding-right: 0;
}
.basket-item-block-info{
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #F0F3F7;
}
.basket__tovars .basket-item-price-current-text{
	color: #485055;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
}
.basket__tovars .basket-item-block-actions{
	opacity: 1;
	padding-top: 19px;
}
.basket__tovars .counter{
	margin: 0 35px;
}
.basket-items-list-item-price .basket-item-block-price{
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	height: 56px;
    justify-content: center;
}
.basket__tovars .basket-item-price-old{
	position: relative;
	top: 0;
	text-align: left;
	margin-top: 7px;
}
.basket-item-price-old-text{
	color: #3964C8;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: line-through;
}
.basket-item-price-old-text::after{
	content: none;
}
.basket__tovars .basket-items-list-item-price-for-one .basket-item-price-current-text{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.basket-item-price-current{
	text-align: left;
}
.basket__tovars .basket__reset-btn{
	margin-top: 20px;
}
.basket__itog-title{
	color: #485055;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.basket__itogs .basket__itogs-coupon-inp{
	background: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	padding: 19px 20px;
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #485055;
	height: auto;
    border: none;
}
.basket__itogs .basket__itogs-coupon-inp::placeholder{
	color: #3964C8;
}
.basket__itogs-btn-order{
	width: 100%
}
.basket__itogs-btn-order.disabled{
	opacity: 0.6
}
.basket-checkout-block-btn{
	padding: 20px 0 0 0;
}
.basket-checkout-block-main-price{
	display: flex;
	flex-direction: column;
}
.basket-checkout-price-list .basket-checkout-price-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.basket-checkout-price-item-title{
	color: #949494;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}
.basket__tovars .products-labels{
	margin-top: 18px;
}
.products-top{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.products-top__manuf{
	color: #3964C8;
    line-height: 17px;
    padding-right: 15px;
}
.products-top__voit{
	display: flex;
    align-items: center;
    margin: 2px 0 0 auto;
}
.products-top__voit .products-rating-list{
	min-width: max-content;
}
.products-top__voit-count{
	color: #949494;
    line-height: 17px;
    margin: 0 0 3px 5px;
}