section.basket{
	padding:20px 0
}
section.basket.xs_load{
	position:relative;
}
section.basket.xs_load:after{
	content:"";
	display:block;
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#ffffffad;
}
.basket__body{
	display:flex;
	justify-content: space-between;
    align-items: flex-start;
	gap:40px;
	margin:0 0 30px 0
}
.basket__main{
	flex:0 1 1089px;
}
.basket__aside{
	flex:0 1 411px;
	position:sticky;
	top:78px;
	min-width: 360px;
}
.basket__table{
	border:1px solid #dedede;
	border-radius:10px;
	overflow:hidden;
	display:flex;
	flex-direction:column;
}
.basket__aside .basket__table{
	box-shadow:1px 6px 37px -33px #00000099
}
.basket__table-row{
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
	border-bottom:1px solid #dedede;
	padding:15px 30px
}
.basket__table-row:last-child{
	border:0; 
}
.basket__table-row--total{
	padding-top:30px;
	padding-bottom:30px
}
.basket__table-row--head .basket__table-cell{
	font-size:18px;
	font-weight:500;
}
.basket__table-cell{
	text-align:center
}
.basket__table-cell--image{
	flex:0 1 100px;
}
.basket__table-cell--product{
	flex:0 1 395px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.basket__table-cell--title{
	flex:0 1 275px;
}
.basket__table-row--product .basket__table-cell--title{
	text-align:left;
}
.basket__table-cell--price{
	flex:0 1 100px;
}
.basket__table-cell--quantity{
	flex:0 1 128px;
}
.basket__table-cell--total{
	flex:0 1 100px;
}
.basket__table-cell--bonuse{
	flex:0 1 50px;
}
.basket__table-cell--delete{
	flex:0 1 40px;
}
.basket__table-cell--deleted{
	display:none;
}
.basket__table-row--deleted > .basket__table-cell{
	display:none;
}
.basket__table-row--deleted .basket__table-cell--deleted{
	display:flex;
}
.basket__table-cell--total-list{
	width:100%;
	text-align:left;
	display:flex;
	flex-direction:column;
	gap:22px;
}
.basket__table-row--head .basket__table-cell--total-head{
	text-align:left;
	font-size:26px;
}
.basket__table-row--head .basket__table-cell--total-val{
	text-align:right;
	font-size:26px;
	font-weight:400
}
.basket__table-row--head{
	min-height:60px;
}
.basket_item__image{
	width:100px;
	height:100px;
	display:flex;
	justify-content: center;
    align-items: center;
}
.basket_item__img{
	max-width:100px;
	max-height:100px;
	vertical-align:top;
	width:auto;
	height:auto;
}
.basket_item__title{
	font-size:18px;
	line-height:120%;
	display:inline-block;
	color:inherit;
	text-decoration:none;
	transition:.2s color
}
.basket_item__prices{
	display: flex;
	flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
	position:relative
}
.basket_item__price{
	font-size:22px;
	line-height: 140%;
}
.basket_item__price-old{
	color:#8895A0;
	font-size:16px;
	text-decoration:line-through;
	position:absolute;
	bottom:100%
}
.basket_item__price--bonuse{
	color:#01ACDD;
}
.basket_item__counter.counter{
	background:#F4F4F4;
	position:relative;
}
.basket_item__counter.counter[data-disabled='y']:after{
	content:"";
	display:block;
	left:0;
	right:0;
	bottom:0;
	top:0;
	position:absolute;
	background:#ffffffad;
}
.basket_item__counter-plus{
	font-size:20px;
	font-weight:500;
}
.basket_item__counter-minus{
	font-size:24px;
	font-weight:500;
}
.basket_item__counter-input{
	font-size:16px;
	font-weight:500;
}
.basket_item__delete{
	width:40px;
	height:40px;
	cursor:pointer;
	display:flex;
	justify-content: center;
    align-items: center;
}
.basket_item__delete svg{
	max-width:24px;  
	max-height:24px;
	height:auto;
	width:auto;
	vertical-align:top;
	fill:#8895A0;
	transition:.2s fill
}
.basket__list{
	display:flex;
	flex-direction:column;
	gap:12px;
	width:100%;
}
.basket__list-item{
	display:flex;
	gap:16px;
	width:100%;
	justify-content: space-between;
    align-items: flex-start;
	font-size:18px;
	color:#797979;
	line-height:120%;
	align-items: flex-end;
	position:relative;
	overflow:hidden;
}
.basket__list-item:after{
	content:"............................................................................................................................................................................................................................................";
	white-space:nowrap;
	position:absolute;
	bottom:0;
	left:0;
	font-size:14px;
	z-index:1;
}
.basket__list-name{
	background:#fff;
	z-index:2;
	text-align:left;
	position:relative;
	padding-right:6px;
}
.basket__list-val{
	background:#fff;
	z-index:2;
	text-align:right;
	position:relative;
	padding-left:6px;
}
.basket__promo{
	position:relative
}
.basket__promo-input{
	height:55px;
	display:block;
	border:1px solid #CCCCCC !important;
	outline:none !important;
	font-family: inherit;
	padding:0 67px 0 20px;
	width:100%;
	font-size:18px;
	border-radius:10px
}
.basket__promo-btn{
	position:absolute;
	right: 6px;
    top: 6px;
    bottom: 6px;
    width: 43px;
	border:0 !important;
	outline:none !important;
	background:#01acdd;
	overflow:hidden;
	border-radius:8px;
	cursor:pointer;
	display:flex;
	justify-content: center;
    align-items: center;
	transition-property: background-color, box-shadow;
    transition-duration: 0.5s;
}
.basket__promo-btn svg{
	max-width:24px;  
	max-height:24px;
	height:auto;
	width:auto;
	vertical-align:top;
	fill:#fff;
}
.basket__promo-input::placeholder{
	color:#CCCCCC
}
.basket__btn{
	width:100%;
	border:0;
	background:#01ACDD;
	border-radius:10px;
	color:#fff;
	text-align:center;
	height:55px;
	cursor:pointer;
	font-size: 18px;
    font-weight: 500;
	transition-property: background-color, box-shadow;
    transition-duration: 0.5s;
}
.basket__clear{
	display:block;
	background:transparent;
	border:0!important;
	outline:none!important;
	color:#797979;
	text-align:center;
	width:100%;
	margin-top:25px;
	cursor:pointer;
	font-family:inherit;
	font-size:18px;
	transition:.2s color
}
.bx-sbb-empty-cart-container{
	padding:10px 0 40px
}
.bx-sbb-empty-cart-image{
	width:131px;
	height:116px;
	margin:50px auto 42px;
	background:url(images/empty_cart.svg) no-repeat center;
	background-size:contain;
}
.bx-sbb-empty-cart-text{
	font-size:36px;
	text-align:center;
	color:#bababa;
	margin-bottom:42px;
	line-height:100%;
}
.bx-sbb-empty-cart-desc{
	text-align:center;
	color:#000;
	font-size:16px;
	margin-bottom:42px;
}
.basket_item__empty-input{
	position:absolute;
	z-index:-1;
}
.basket_item__empty-label{
	cursor:pointer;
}
.basket_item__empty-label:before{
	display:block;
	content:"";
	width:22px;
	height:22px;
	background:#F4F4F4;
	border-radius:5px;
	margin-bottom:5px;
	border:1px solid #686868;
}
.basket_item__empty-input:checked + .basket_item__empty-label:before{
	background:#00A9DC url(/local/templates/promolink/style/icons/checkbox-white.svg) no-repeat 50% 50%/12px; 
	border-color:#00A9DC
}
.basket_item__empty-info{
	width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #01acdd;
    line-height: 1em;
    vertical-align: top;
	cursor:default;
}

@media only screen and (min-width: 1024px) {	
	.basket__btn:hover,
	.basket__promo-btn:hover{
		box-shadow: 0px 3px 13px rgb(5 200 223 / 54%);
		background-color: #15cfd7;
		color: #fff;
	}
	.basket_item__delete:hover svg{
		fill:#01acdd
	}
	a.basket_item__title:hover,
	.basket__clear:hover{
		color:#01acdd
	}
}

@media only screen and (max-width: 1579px) {
	.basket__table-row{
		padding:10px 20px;
	}
	.basket__table-row--total {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.basket__table-row--head {
		min-height: 54px;
	}
	.basket__table-cell--product {
		flex: 0 1 320px;
	}
	.basket__table-cell--image {
		flex: 0 1 80px;
	}
	.basket__table-row--head .basket__table-cell,
	.basket_item__title,
	.basket__list-item,
	.basket__promo-input,
	.basket__btn,
	.basket__clear{
		font-size: 16px;
	}
	.basket_item__price {
		font-size: 20px;
	}
	.basket__table-row--head .basket__table-cell--total-head,
	.basket__table-row--head .basket__table-cell--total-val{
		font-size: 22px;
	}
	.basket_item__price-old{
		font-size: 14px;
	}
	.basket_item__image {
		width: 80px;
		height: 80px;
	}
	.basket_item__img {
		max-width: 80px;
		max-height: 80px;
	}
	.basket_item__delete{
		width:32px;
		height:32px;
	}
	.basket__table-cell--delete {
		flex: 0 1 32px;
	}
	.basket_item__delete svg{
		max-width: 22px;
		max-height: 22px;
	}
	.basket__promo-input{
		padding:0 57px 0 20px;
		height: 48px;
	}
	.basket__btn{
		height: 48px;
	}
	.basket__promo-btn{
		width:36px;
	}
}

@media only screen and (max-width: 1024px) {
	.basket__body{
		flex-direction:column;
		gap: 20px;
	}
	.basket__main,
	.basket__aside{
		flex:initial;
		width:100%;
		min-width:initial
	}
	.basket__table-overflow{
		overflow:auto;
		padding:0 16px;
		margin:0 -16px;
		display:flex;
		scrollbar-width: none;
	}
	.basket__table-row--head {
        min-height: 50px;
    }
	.basket__table-cell.basket__table-cell--price,
	.basket__table-cell.basket__table-cell--total{
		min-width:100px;
	}
	.basket__table-overflow::-webkit-scrollbar{
		display:none
	}
	.basket__table-overflow .basket__table-row{
		padding-left:0;
		padding-right:10px;
	}
	.basket__table-cell--product{
		gap: 5px;
        width: 220px;
        flex: initial;
    }
	section.basket.xs_load:after{
		left:-16px;
		right:-16px
	}
	.basket__table-row--head .basket__table-cell,
	.basket_item__title,
	.basket__list-item,
	.basket__promo-input,
	.basket__btn,
	.basket__clear{
		font-size: 14px;
	}
	.basket_item__price {
		font-size: 18px;
	}
	.basket__table-row--head .basket__table-cell--total-head,
	.basket__table-row--head .basket__table-cell--total-val{
		font-size: 20px;
	}
	.basket__table-row{
		gap:15px;
	}
	.basket_item__image {
		width: 60px;
		height: 60px;
	}
	.basket_item__img {
		max-width: 60px;
		max-height: 60px;
	}
	.basket_item__delete{
		margin-left: -5px;
	}
	.basket_item__delete svg {
        max-width: 20px;
        max-height: 20px;
    }
}

@media only screen and (max-width: 768px) {
	.basket__body {
        gap: 26px;
    }
	.basket__main .basket__table-row--head{
		display:none
	}
	.basket__table-row{
		flex-wrap:wrap;
		gap:21px 0;
		padding: 20px 10px;
		position:relative;
	}
	.basket__table-cell--product{
		width:100%;
		flex:initial
	}
	.basket_item__image{
		width:100px;
		height:100px;
	}
	.basket_item__img{
		max-width:100px;
		max-height:100px;
	}
	.basket__table-cell--image{
		flex:0 1 100px;
	}
	.basket_item__prices {
		display: flex;
		flex-direction:column;
		gap: 0px;
		align-items: center;
		justify-content: center;
	}
	.basket_item__title {
        font-size: 18px;
    }
	.basket__table-cell--price,
	.basket__table-cell--quantity,
	.basket__table-cell--total{
		width:30%;
		flex:initial
	}
	.basket__table-cell.basket__table-cell--price, .basket__table-cell.basket__table-cell--total{
		min-width:initial
	}
	.basket__table-cell--quantity{
		width:40%;
	}
	.basket__table-cell--quantity .counter{
		max-width:110px;
		margin:0 auto;
	}
	.basket_item__counter-plus {
		font-size: 18px;
	}
	.basket_item__counter-minus {
		font-size: 22px;
	}
	.basket__table-cell--title{
		flex:initial;
		padding-right:40px
	}
	.basket__table-cell--delete{
		position:absolute;
		top: 18px;
        right: 13px;
		flex:initial
	}
	.basket_item__delete{
		margin:0;
	}
	.basket__table-row--total {
		padding: 20px;
	}
	.basket__aside .basket__table-row--head{
		padding-right:20px;
		padding-left:20px;
	}
	.basket__table-row--head .basket__table-cell, 
	.basket_item__title, 
	.basket__list-item, 
	.basket__promo-input, 
	.basket__btn, 
	.basket__clear {
        font-size: 16px;
    }
	.basket__table-row--head .basket__table-cell--total-head, 
	.basket__table-row--head .basket__table-cell--total-val {
        font-size: 20px;
    }
}