.basket .column-left {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 800px;
	flex: 1 1 800px;
	min-width: 0;
	padding-right: 125px;
}
.basket_minPrice {
	background-color: #F8F8F8;
	border-radius: 8px;
	padding: 16px 16px 16px 52px;
	background-image: url(/basket/images/shape.svg);
	background-repeat: no-repeat;
	background-position: 16px 16px;
	background-size: 12px;
	margin-top: 32px;
}
button.btn.btn_white.js-fast-order {
	display: none;
}
.basket_minPrice-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
	margin-bottom: 4px;
}
.basket_minPrice-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #3F4457;
}

.basket__list {
	margin-top: 43px;
}
.basket__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.basket__list-image a {
	width: 80px;
	height: 80px;
	display: block;
}
.basket__list-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.basket__list-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	margin-right: 10px;
}
.basket__list-name{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 262px;
	flex: 0 0 262px;
}
.basket__list-name > a {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #0C1329;
	display: block;
	margin-bottom: 5px;
}
.basket__list-price {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.basket__list-price .new {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #0C1329;
	margin-bottom: 4px;
}
.basket__list-price .old {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #B1B3BA;
}
.basket__card-form .btn.btn_gray.btn_small {
	padding: 6px 0;
	width: 100%;
	max-width: 100%;
}
.product__count-input {
	background-color: #BAA0D8;
	border-radius: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 8px;
	max-width: 114px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 14px 0 0 auto;
}
.product__count-input input[type="text"] {
	width: 50px;
	background: transparent;
	border: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	padding: 0;
}
.product__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 24px;
}

.product__count-minus, .product__count-plus {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product__count-minus svg path, .product__count-plus svg path{fill: #fff}
.basket__list-del {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3F4457;
	cursor: pointer;
	transition: all .2s linear;
}
.basket__list-del path{
	transition: all .2s linear;
}
.basket__list-del:hover{
	color: #E00026 !important;
}
.basket__list-del:hover path{
	fill: #E00026 !important;
}
.basket__list-del span {
	margin-left: 11px;
}

.basket__picture .toggle {
	display: none;
}
.basket__picture .toggle,
.basket__picture .toggle:after,
.basket__picture .toggle:before,
.basket__picture .toggle *,
.basket__picture .toggle *:after,
.basket__picture .toggle *:before,
.basket__picture .toggle + .toggle-btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.basket__picture .toggle::-moz-selection, .basket__picture .toggle:after::-moz-selection, .basket__picture .toggle:before::-moz-selection, .basket__picture .toggle *::-moz-selection, .basket__picture .toggle *:after::-moz-selection, .basket__picture .toggle *:before::-moz-selection, .basket__picture .toggle + .toggle-btn::-moz-selection {
	background: none;
}
.basket__picture .toggle::selection,
.basket__picture .toggle:after::selection,
.basket__picture .toggle:before::selection,
.basket__picture .toggle *::selection,
.basket__picture .toggle *:after::selection,
.basket__picture .toggle *:before::selection,
.basket__picture .toggle + .toggle-btn::selection {
	background: none;
}
.basket__picture .toggle + .toggle-btn {
	outline: 0;
	display: block;
	width: 32px;
	height: 20px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.basket__picture .toggle + .toggle-btn:after,
.basket__picture .toggle + .toggle-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 16px;
	height: 100%;
}
.basket__picture .toggle + .toggle-btn:after {
	left: 0;
}
.basket__picture .toggle + .toggle-btn:before {
	display: none;
}
.basket__picture .toggle:checked + .toggle-btn:after {
	left: 45%;
}
.basket__picture .toggle-switch + .toggle-btn {
	background: #B1B3BA;
	border-radius: 999px;
	padding: 3px 2px 2px 3px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.basket__picture .toggle-switch + .toggle-btn:after {
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.basket__picture .group:nth-child(1) .toggle-switch:checked + .toggle-btn {
	background: #E00026;
}
.basket__picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.basket__picture > span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #0C1329;
	margin-left: 12px;
}

.basket__gift {
	border: 1px solid #CBCCD1;
	border-radius: 8px;
	padding: 20px 20px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 32px;
	overflow: hidden;
}
.basket__gift-text {
	background-image: url(/basket/images/gift.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 32px;
	font-weight: 400;
	font-size: 16px;
	color: #0C1329;
}
.basket__gift-link {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0C1329;
	border-bottom: 1px solid #0C1329;
	cursor: pointer;
}
.product_slider  .product_slider_nav{
	display: none !important;
}
.basket__card {
	background-image: url(/basket/images/bg.png);
	border-radius: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 22px 32px;
	background-size: cover;
	background-position: center;
	margin-top: 32px;
	margin-bottom: 17px;
}
.basket__card-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
}
.basket__card-title.select {
	background-image: url(/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/images/select-card.svg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 36px;
}


.basket__total {
	width: 100%;
	background: #F8F8F8;
	border-radius: 12px;
	padding: 32px;
	position: sticky;
	top: 30px;
}
.basket__total ul {
	list-style: none;
	padding: 0 0 16px;
	margin: 0 0 16px;
	border-bottom: 1px dashed #CBCCD1;
}
.basket__total ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.basket .column-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 376px;
	flex: 0 0 376px;
}
.basket__gift-slide > div {
	padding: 20px 0 40px;
	position: relative;
}
input.good{
	border-color: #066D4E !important;
	background-color: #F3F7F6;
}
input.bad {
	border-color: #E00026 !important;
	background-color: #F6EBED;
}
.bx_ordercart_coupon span {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	margin-top: -15px;
	display: block;
	padding-left: 16px;
}
.bx_ordercart_coupon span.good{
	color: #066D4E;
}
.bx_ordercart_coupon span.bad{
	color: #E00026;
}
.coupon_delete.good path {
	fill: #066D4E;
}


.bx_ordercart_coupon {
	position: relative;
}
.basket__total input[type="text"]{
	color: #0C1329 !important;
	height: 44px;
}
.basket__total input[type="text"]::-webkit-input-placeholder{
	color: #B1B3BA !important;
}
.basket__total input[type="text"]::-moz-placeholder{
	color: #B1B3BA !important;
}
.basket__total input[type="text"]:-ms-input-placeholder{
	color: #B1B3BA !important;
}
.basket__total input[type="text"]::-ms-input-placeholder{
	color: #B1B3BA !important;
}
.basket__total input[type="text"]::placeholder{
	color: #B1B3BA !important;
}



.coupon_delete {
	position: absolute;
	top: 20px;
	right: 0;
	height: 44px;
	width: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}
.coupon_delete.good {
	border-left: 1px solid #066D4E !important;
}
.coupon_delete.bad {
	border-left: 1px solid #F5A7B4;
}

.gift__slide  .swiper-scrollbar-drag{
	cursor: pointer;
	background-color: #0B1126B2;
	height: 2px;
}
.gift__slide .swiper-slide {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 8px;
}
.gift__slide-image img {
	border-radius: 8px;
}
.gift__slide-image span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #0C1329;
	margin: 16px 0 12px;
	display: block;
}
.gift__slide .swiper-slide .btn {
	width: 100%;
	padding: 6px 0;
}
.basket__gift > .flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -20px;
	padding: 0 20px 22px;
	border-bottom: 1px solid #E7E7E9;
}

.basket__total ul li {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
}
.basket__total ul li:not(:last-child){
	margin-bottom: 12px;
}
.basket__total ul li:first-child {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #0C1329;
	margin-bottom: 12px;
}
.basket__bonus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.basket__bonus span {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #0C1329;
}
.basket__bonus span:last-child {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #E00026;
}
.basket__total .btn {
	width: 100%;
	margin-top: 12px;
}
.basket__total input {
	border: 1.5px solid #999;
	border-radius: 0;
	width: 100%;
	height: 52px;
	margin: 20px 0;
	padding: 0 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #949494;
}
.basket__gift-slide {
	height: 0;
	overflow: hidden;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.gift__slide.swiper-horizontal>.swiper-scrollbar, .gift__slide.swiper-scrollbar.swiper-scrollbar-horizontal{
	position: static;
	height: 2px;
	max-width: calc(100% - 110px);
	bottom:38px;
}
.gift__slide .swiper-scrollbar {
	margin-top: 32px;
}
.gift__slide .swiper-scrollbar-drag{
	cursor: pointer;
	background-color: #0B1126B2;
	height: 2px;
}
.gift__nav.flex {
	position: absolute;
	bottom: 20px;
	right: 0;
}
.gift__nav.flex .gift-button-prev {
	margin-right: 12px;
}
.basket__gift.complete_gift {
	border-color: #066D4E;
	background-color: #F3F7F6;
	color: #066D4E !important;
}
.basket__gift.complete_gift .basket__gift-text {
	color: #066D4E;
	background-image: url(/local/templates/cvetochek/components/bitrix/sale.basket.basket/basket/images/gift_green.svg);
}
.basket__gift.complete_gift .basket__gift-link {
	color: #066D4E;
	border-color: #066D4E;
}


.base-timer {
	position: relative;
	width: 26px;
	height: 26px;
}

.base-timer__svg {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.base-timer__circle {
	fill: none;
	stroke: none;
}

.base-timer__path-elapsed {
	stroke-width: 7px;
	stroke: grey;
}

.base-timer__path-remaining {
	stroke-width: 7px;
	stroke-linecap: round;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 1s linear all;
	-o-transition: 1s linear all;
	transition: 1s linear all;
	fill-rule: nonzero;
	stroke: currentColor;
}

.base-timer__path-remaining.green {
	color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
	color: orange;
}

.base-timer__path-remaining.red {
	color: red;
}

.base-timer__label {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
}
.basket__list-delete-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.basket__list-delete_text {
	max-width: 340px;
	font-size: 14px;
	line-height: 20px;
	color: #0C1329;
}
.basket__list-delete.flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 24px 0;
}
.basket__list-delete_timer {
	margin-right: 20px;
}
.basket__list-delete_back {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #E00026;
	border-bottom: 1px solid;
	cursor: pointer;
}


.basket__card-form label {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #1C1C1C;
	display: block;
	margin-bottom: 6px;
}
.basket__card-form textarea {
	width: 100% !important;
	height: 200px !important;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	margin-bottom: 18px;
}
.basket__card-form {

	height: 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	overflow: hidden;
}
.basket__card-form > div{
	padding: 24px;
	background: #F5F5F5;
	border-radius: 12px;
}
.basket__card-form_title {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #202020;
	margin-bottom: 18px;
}
.payment-bonus__count {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.payment-bonus__text {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #0C1329;
}
.payment-bonus__count {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #3F4457;
	padding-left: 30px;
	margin-top: 4px;
}
.payment-bonus.flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}
.basket_product{
	margin-top: 63px;
}
.basket__picture span{
	cursor: pointer;
}
.basket__tab .tabs {
	margin: 28px -12px -12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.basket__tab .tabs .tab{
	margin: 12px;
	display: block;
}

.basket__item-notation {
	margin: -20px 0 10px 0;font-size: 12px;
}

.slider-product-min {
	margin: 30px auto !important;
}
.slider-product-min .btn.p-in-cart {
	height: 36px;
}
.slider-product-min .product_slider .swiper-wrapper {
	margin-bottom: 30px;
}
.slider-product-min .buy-1-click {
	display: none;
}
.slider-product-min .product-list__info {
	padding: 0;
}
.slider-product-min .product-list__info .btn {
	padding: 5px 10px;
	font-size: 13px;
	margin-bottom: 0 !important;
}
.slider-product-min .product-list__info .btn svg {
	width: 15px;
}
.slider-product-min .b-title {
	font-size: 25px;
}
main .product_slider .product_slider_nav {
	display: flex !important;
}
@media (max-width: 1200px) {
	.basket .column-left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 600px;
		flex: 1 1 600px;
		padding-right: 40px;
	}
	.basket__card{
		padding: 22px 20px;
	}
}
@media (max-width: 1050px) {
	.basket .column-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 320px;
		flex: 0 0 320px;
	}
}
@media (max-width: 1000px) {
	.breadcrumbs {
		padding: 32px 0 20px !important;
	}
	.breadcrumbs h1.h1 {
		margin-top: 0;
	}
	.basket_minPrice {
		margin-top: 0;
	}
	.basket .column-left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-right: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.basket .column-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 32px;
		z-index: 9;
	}
	.basket__total{
		margin-top: 40px;
	}
	.basket_product {
		margin: 40px 0 0;
	}
	.basket_product.product-list {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}
@media (max-width: 820px) {
	.circle-cards-list .product-slide {
		margin: 0;
	}

	.circle-cards-list {
		background-color: #F7F7F7;
		margin: 30px -16px 0;
		padding: 20px 16px;
	}
	.basket__total__title{
		font-weight: 500;
		font-size: 16px;
		line-height: 120%;
		text-transform: uppercase;
		margin-bottom: 19px;
	}
	.basket__total ul {
		padding: 0;
		margin: 0;
		border-bottom: none;
	}
	.bottom-nav{
		display: none !important;
	}
	.js-btn-actions .btn {
		margin: 0;
		width: 100%;
		max-width: 100%;
		height: 44px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.basket__total ul li,
	.basket__total ul li:first-child {
		font-weight: 600;
		font-size: 12px;
		line-height: 120%;
		margin-bottom: 12px;
		text-transform: uppercase;
	}
	.basket__total ul li {
		border-bottom: 1.5px dashed #999999;
	}
	.basket__total ul li span{
		padding: 1px 0 1px 0;
		margin: 0 0 -1px;
		background-color: #fff;
	}
	.basket__total ul li span:last-child{    padding: 1px 0 1px 4px;}
	.basket__total ul li span:first-child{
		padding: 1px 4px 1px 0px;
	}
	.js-btn-actions {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999999981;
		background-color: #fff;
		padding: 19px 16px;
		box-shadow: 0px -3px 4px 0px #0000000D;
	}
	.basket__picture > span{
		margin-left: 0;
		font-weight: 500;
		font-size: 14px;
		line-height: 120%;
	}
	.basket__list__price .new {
		font-weight: 400;
		font-size: 12px;
		line-height: 120%;
		color: #999999;
	}
	.basket__picture{
		flex-direction: row-reverse;
		justify-content: space-between;
		gap: 7px;
	}
	.basket__card {
		background: none;
		padding: 0;
		border-radius: 0;
		margin: 20px 0 0;
	}
	.basket__card-title {
		display: none;
	}
	.basket__card > .btn:hover{
		background: none;
		color: #0C1329;
	}
	.basket__card > .btn {
		font-weight: 500;
		font-size: 14px;
		line-height: 120%;
		color: #0C1329;
		padding: 0;
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-radius: 0;
		background: none;
		border: none;
		min-width: 100%;
		text-align: start;
	}
	.basket__total{
		background: transparent;
		border-radius: 0;
		padding: 0;
	}
	.basket__item-notation {
		flex: 0 100%;
		margin-top: -5px;
	}
	div#basket_form_container > .container {
		padding: 0;
	}
	.basket__list {
		margin-top: 0;
	}
	ul.breadcrumbs__list {
		display: none;
	}
	.basket__tab .tabs .tab{
		font-size: 14px;
		line-height: 20px;
	}
	.basket__gift-text{
		font-size: 14px;
		line-height: 20px;
	}
	.product_slider .swiper-wrapper {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
		margin: 0 !important;
	}
	.basket__tab .tabs {
		margin: 9px -12px -12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: auto;
		white-space: nowrap;
	}

	.basket__card-form > div {
		padding: 17px 0 0;
		background: transparent;
		border-radius: 12px;
	}
	.basket_product {
		margin: 0;
	}
	.basket_product.product-list > .b-title {
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		color: #0C1329;
		padding: 21px 0;
		width: 100%;
		letter-spacing: normal;
		font-family: 'Vela Sans GX';
		border-bottom: 1px solid #E7E7E9;
	}
	.basket_product.product-list .basket__tab {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}
	.basket__list-del span{
		display: none;
	}
	.basket__list-name {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
	}
	.basket__list-name > a {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.basket__total {
		margin-top: 0;
	}
	.basket__card > .btn:after, .basket__card > .btn:before,
	.basket_product.product-list > .b-title:after, .basket_product.product-list > .b-title:before {
		content: '';
		position: absolute;
		right: 0;
		width: 16px;
		height: 2px;
		background: #7A6E96;
		top: 0;
		bottom: 0;
		margin: auto;
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}
	.basket__card > .btn,
	.basket_product.product-list > .b-title {
		position: relative;
	}
	.basket__card > .btn:before,
	.basket_product.product-list > .b-title:before {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.basket__card > .btn:after,
	.basket_product.product-list > .b-title:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		right: 0;
	}
	.basket__card > .btn.active:after,
	.basket_product.product-list > .b-title.active:after{
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@media (max-width: 420px) {
	.basket__list-price {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: left;
		margin-left: -40px;
	}
	.basket__list-price .new {
		font-size: 16px;
	}
	.basket__list-name > a {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 16px;
	}
	.breadcrumbs {
		padding: 32px 0 20px !important;
	}
	.product-list__name {
		font-weight: 400;
		font-size: 12px;
		line-height: 18px;
		color: #0B1126;
	}
	.product-list__info {
		padding: 0;
	}
	.product-list__price .new {
		font-weight: 700;
		font-size: 16px;
		line-height: 22px;
		color: #0B1126;
	}
	.btn.btn_white.js-to-cart.to-cart {
		padding: 8px 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 18px;
		margin: 8px 0 13px;
	}
}

@media (min-width: 821px) {
	.basket__total__title{
		display: none;
	}
}