@keyframes loading {
	from {transform: rotate(0turn);}
	to {transform: rotate(1turn);}
}

.checkout-page .breadcrumbs ul {
	margin-left: 0;
}
.checkout-page .layout-with-sidebar__aside {
	display: none;
}

.basket-box {
	padding: 40px 24px 14px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
}
@media (min-width: 992px) {
	.basket-box {
		margin-right: var(--header-contacts-width);
	}
}
@media (max-width: 1279px) {
	.basket-box {
		padding: 10px 20px 14px;
		margin-left: 0;
	}
}
@media (max-width: 575px) {
	.basket-box {
		padding: 0 12px 20px;
	}
}

.basket_content {
	position: relative;
	width: 100%;
}
.basket_table {
	width: 100%;
}
@media (max-width: 767px) {
	.basket_table tr {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px #d3d3d3 solid;
	}
}
.basket_table th {
	background: #663399;
	color: #fff;
	vertical-align: middle;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	border: 1px #a06fd2 solid;
	padding-bottom: 9px;
}
.basket_table td {
	padding: 24px 20px;
	font-size: 18px;
	line-height: 21px;
	border: none;
	border-bottom: 1px #d3d3d3 solid;
}
@media (max-width: 1279px) {
	.basket_table td {
		padding: 19px 8px;
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 767px) {
	.basket_table td {
		border: none;
		padding-top: 0;
		padding-bottom: 0;
	}
}
.basket_table tbody tr:first-child td {
	border-top: none;
}
.basket_table tbody tr td:first-child {
	padding-left: 0;
}
.basket_table tbody tr td:first-child {
	padding-left: 0;
}
.basket_table td a {
	text-decoration: none;
	color: var(--link-color);
}
.basket_table td a:visited {
	color: var(--link-color);
}
.basket_table td a:hover,
.basket_table td a:focus {
	color: var(--link-color-hover);
}
.basket_table .b_basket_item_out_store td {
	background: #ebf2ff;
}

input[type='number'] {-moz-appearance:textfield;}
.stepper input::-webkit-outer-spin-button,
.stepper input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0; display: none; }
.stepper {position: relative; display: block;}
.stepper .plus,
.stepper .minus {
	width: 32px;
	height: 34px;
	background: #fff;
	margin: 0;
	position: absolute;
	top: 0;
	z-index: 5;
	cursor: pointer;
	border-radius: 0;
	border: 1px solid #d3d3d3;
	outline: none;
	transition: color 0.2s, border-color 0.2s;
}
.stepper .plus:hover,
.stepper .minus:hover {
	color: #f60;
}
.stepper .plus:active,
.stepper .minus:active {
	border-color: #f60;
}
.stepper .plus {
	right: -1px;
	border-radius: 0 2px 2px 0;
}
.stepper .plus::before,
.stepper .plus::after {
	display: block;
	content: "";
}
.stepper .plus::before {
	width: 12px;
	height: 2px;
	margin: -1px -6px;
}
.stepper .plus::after {
	width: 2px;
	height: 12px;
	margin: -6px -1px;
}
.stepper .minus {
	left: -1px;
	border-radius: 2px 0 0 2px;
}
.stepper .minus::after {
	width: 12px;
	height: 2px;
	margin: -1px -6px;
}
.stepper .plus::before,
.stepper .plus::after,
.stepper .minus::after {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	background-color: currentColor;
	content: "";
}
@media (max-width: 1279px) {
	.stepper .plus,
	.stepper .minus {
		width: 26px;
		height: 26px;
	}
	.stepper .plus::before {
		width: 8px;
		height: 2px;
		margin: -1px -4px;
	}
	.stepper .plus::after {
		width: 2px;
		height: 8px;
		margin: -4px -1px;
	}
	.stepper .minus::after {
		width: 8px;
		height: 2px;
		margin: -1px -4px;
	}
}

#basket {
	position: relative;
}
#basket .bx_product_item__cart {
	position: relative;
	width: 105px;
	margin: 0;
	padding: 0;
	opacity: 1;
}

#basket .bx_product_item__quantity {
	position: relative;
	border: none;
	border-radius: 0;
}
#basket .bx_product_item__quantity input {
	background: #fff;
	border: 1px solid #d3d3d3;
	width: 100%;
	height: 34px;
	padding: 2px 36px 0;
	color: inherit;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	border-radius: 2px;
}
@media (max-width: 1279px) {
	#basket .bx_product_item__cart {
		width: 86px;
	}
	#basket .bx_product_item__quantity input {
		height: 26px;
		padding: 0 30px;
		color: inherit;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
	}
}

#basket .text--center{text-align: center;}
#basket .text--nowrap{white-space: nowrap;}

.div_basket_items_list{display: none;}
#basket_sale_disclaimer{display: block !important;}

.b_basket_item__control-link {
	display: block;
	margin-top: 5px;
}
.b_basket_item__control-link .button-cross i {
	font-size: 22px;
}
@media (max-width: 1279px) {
	.b_basket_item__control-link {
		display: block;
		margin-top: 0;
	}
	.b_basket_item__control-link a {
		margin-left: -6px;
	}
}
@media (max-width: 767px) {
	.b_basket_item__control {
		width: 26px;
		max-width: 26px;
	}
	.b_basket_item__control-link a {
		margin-left: -8px;
	}
	.b_basket_item__control-link .button-favorite i {
		font-size: 18px;
	}
	.b_basket_item__control-link .button-cross i {
		font-size: 16px;
	}
}
.b_basket_item__control-link:first-child {
	margin-top: 0;
}

.basket_table .b_basket_item__image {
	width: 70px;
	max-width: 70px;
	padding-right: 0;
	padding-left: 0;
}
.basket_table .b_basket_item__image img {
	width: 70px;
	height: auto;
	border-radius: 4px;
}
@media (max-width: 1279px) {
	.basket_table .b_basket_item__image {
		width: 66px;
		max-width: 66px;
	}
	.basket_table .b_basket_item__image img {
		width: 66px;
	}
}
@media (max-width: 767px) {
	.basket_table .b_basket_item__image {
		width: 58px;
		max-width: 58px;
	}
	.basket_table .b_basket_item__image img {
		width: 58px;
	}
}

.basket_table .b_basket_item__desc {
	padding-left: 12px;
}
@media (max-width: 767px) {
	.b_basket_item__desc {
		width: calc(100% - 58px - 38px);
		max-width: calc(100% - 58px - 38px);
		padding-right: 0;
	}
	.basket_table .b_basket_item__desc {
		padding-right: 0;
	}
	.basket_table .col_quantity {
		padding-top: 12px;
		padding-right: 20px;
		padding-left: 0;
	}
}

.basket_table .b_basket_item__price {
	padding-right: 0;
	text-align: center;
	direction: rtl;
	width: 315px;
}
@media (max-width: 1599px) {
	.basket_table .b_basket_item__price {
		width: auto;
		text-align: right;
	}
}
@media (max-width: 767px) {
	.basket_table .b_basket_item__price {
		padding-top: 12px;
		padding-left: 0;
	}
}
.b_basket_item__price s {
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	direction: ltr;
	text-decoration: none;
}
.b_basket_item__price s::after {
	position: absolute;
	top: calc(50% - 1px);
	right: -2px;
	left: -2px;
	display: block;
	height: 2px;
	background-color: var(--orange);
	border-radius: 2px;
	transform: rotate(9deg);
	content: "";
}
.b_basket_item__price b {
	display: inline-block;
	margin-right: 14px;
	font-weight: bold;
	color: #f60;
	font-size: 22px;
	line-height: 25px;
	white-space: nowrap;
	direction: ltr;
}
@media (max-width: 1279px) {
	.b_basket_item__price b {
		font-size: 18px;
		line-height: 21px;
	}
}

#basket .errortext{color: #f33;}

#basket .b_basket_full_desc {
	margin-top: 0;
}
#basket .b_basket_full_desc h3 {
	color: #000;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
}
@media (max-width: 1279px) {
	#basket .b_basket_full_desc h3 {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	#basket .b_basket_full_desc h3 {
		font-size: 20px;
		line-height: 24px;
	}
}
@media (max-width: 575px) {
	#basket .b_basket_full_desc h3 {
		font-size: 18px;
		line-height: 22px;
	}
}
#basket .b_basket_full_desc .b_price_discount {
	display: none;
}
#basket .b_basket_full_desc .b_price {
	white-space: nowrap;
}

#basket_sale_disclaimer .basket_sale_disclaimer_strings .basket_sale_disclaimer_strings_right{display: none;}
#basket_sale_disclaimer .basket_sale_disclaimer_strings .active .basket_sale_disclaimer_strings_left{color: #000;}
#basket_sale_disclaimer .basket_sale_disclaimer_strings .active .basket_sale_disclaimer_strings_left span{color: #9933cc; font-weight: 600;}
#basket_sale_disclaimer .basket_sale_disclaimer_strings .active .basket_sale_disclaimer_strings_right{display: inline-block;}

.bx_product_item__quantity_title {
	display: none;
	position: absolute;
	z-index: 5;
	background: #fff;
	border: 1px #f33 solid;
	color: #f33;
	font-size: 14px;
	line-height: 16px;
	border-radius: 4px;
	width: 180px;
	margin: 0 0 10px;
	padding: 9px 10px;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	opacity: 0;
}
@media (max-width: 767px) {
	.bx_product_item__quantity_title {
		left: 0;
		transform: translateX(0);
	}
}

.basket_total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}
@media (max-width: 767px) {
	.basket_total {
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 575px) {
	.basket_total {
		margin-top: 20px;
	}
}

.basket_total .bx_coupon {
	margin-top: 0;
	position: relative;
	width: 234px;
	max-width: 234px;
	margin-right: 20px;
}
.bx_coupon input {
	height: 43px;
	padding: 10px 56px 10px 16px;
	outline: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 41px;
	color: #666;
	border: 1px #d3d3d3 solid;
	border-radius: 6px;
	text-transform: uppercase;
}
.bx_coupon input[type] {
	border-radius: 6px;
}
.bx_coupon input::-webkit-input-placeholder {
	text-transform: none;
}
.basket_total .lk-form__item {
	text-align: right;
}
.bx_coupon .bx_coupon_btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	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;
	width: 51px;
	height: 43px;
	padding: 0;
	border-radius: 0 6px 6px 0;
	background: #d3d3d3;
	transition: background-color 0.2s;
}
.bx_coupon .bx_coupon_btn.disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.bx_coupon .bx_coupon_btn:after {
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 5px 0 0;
	border: 2px transparent none;
	border-right: 3px #fff solid;
	border-bottom: 3px #fff solid;
	transform: rotate(-45deg);
	content: "";
}
.bx_coupon .bx_coupon_btn:not(.disabled):hover {
	background: #f60;
}
.bx_coupon.loading .bx_coupon_btn:after {
	width: 14px;
	height: 14px;
	margin: 0 3px 0 0;
	border: 3px transparent solid;
	border-left: #fff 3px solid;
	border-right: #fff 3px solid;
	border-radius: 50%;
	transform: none;
	animation: loading 1s linear 0s infinite;
}
.bx_coupon.done input {
	border-color: #3c763d;
	color: #3c763d;
}
.bx_coupon.fail input {
	border-color: #d81e1e;
	color: #d81e1e;
}

@media (max-width: 1279px) {
	.basket_total .bx_coupon {
		width: 210px;
		max-width: 210px;
	}
	.bx_coupon input {
		height: 32px;
		padding: 7px 40px 7px 12px;
		font-size: 12px;
		line-height: 16px;
		border-radius: 4px;
	}
	.bx_coupon input[type] {
		border-radius: 4px;
	}
	.bx_coupon .bx_coupon_btn {
		width: 36px;
		height: 32px;
		border-radius: 0 4px 4px 0;
	}
}
@media (max-width: 991px) {
	.basket_total .bx_coupon {
		width: 165px;
		max-width: 165px;
	}
}
@media (max-width: 767px) {
	.basket_total .bx_coupon {
		width: 170px;
		max-width: 170px;
		margin: 0 0 20px;
	}
	.basket_total .lk-form__item {
		width: 100%;
		text-align: center;
	}
}

.basket_button {
	margin-top: 30px;
	text-align: center;
}
.basket_button .button-lg {
	min-width: 240px;
}
@media (max-width: 1279px) {
	.basket_button {
		margin-top: 27px;
	}
}

.basket_note {
	max-width: 768px;
	margin: 24px auto 0;
	color: #666;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
.basket_note p {
	margin: 0;
	padding: 0;
}
.basket_note p + p {
	margin: 16px 0 0;
}
.basket_note a {
	text-decoration: none;
	color: var(--link-color);
}
.basket_note a:hover,
.basket_note a:focus {
	color: var(--link-color-focus);
}
@media (max-width: 1279px) {
	.basket_button {
		margin-top: 20px;
	}
}

/* 222 */
.delete-products {
	display: none;
}
.delete-products h2 {
	color: #000;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	margin: 0;
}
@media (max-width: 767px) {
	.delete-products h2 {
		font-size: 16px;
		line-height: 20px;
	}
}
.delete-products a {
	text-decoration: none;
	color: var(--link-color);
}
.delete-products a:hover,
.delete-products a:focus {
	color: var(--link-color-focus);
}
.delete-products .table-wrap {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	border-left: 1px #d0d0d0 solid;
	border-right: 1px #d0d0d0 solid;
	border-bottom: 1px #d0d0d0 solid;
}
.delete-products .delete-products__table {
	width: calc(100% + 4px );
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #000;
	border-radius: 10px;
	padding: 0;
	margin: -1px -1px;
}
.delete-products .delete-products__table thead tr th {
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	border: 1px #a06fd2 solid;
	background-color: #663399;
}
.delete-products .delete-products__table tbody tr td {
	text-align: center;
}
.delete-products .delete-products__table tbody tr td img {
	display: block;
	max-width: 95px;
	margin: auto;
}
.delete-products-row td {
	opacity: 0.5;
}

/* 222 end */

.basket_table tr {
	position: relative;
}

.delete-products-row td.no-opacity {
	opacity: 1;
}

.delete-products-row__allert {
	border-radius: 7.276px;
	border: 2px solid rgba(0, 0, 0, 0.10);
	background: #0087E4;
	box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.12);
	padding: 32px 40px;
	width: 260px;
	color: #ffffff;
	text-wrap: wrap;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translate(0, -50%);
}

.delete-products-row__allert-close {
	position: absolute;
	top: 18px;
	right: 18px;
	cursor: pointer;
}

@media (max-width: 1279px) {
	.delete-products-row__allert {
		padding: 20px;
	}

	.delete-products-row__allert-close {
		top: 8px;
		right: 8px;
	}
}

@media (max-width: 780px) {
	.delete-products-row__allert {
		width: 190px;
		padding: 20px 0 20px 20px;
		font-size: 14px;
	}

	.delete-products-row__allert-close svg{
		width: 12px;
		height: 12px;
		top: 4px;
		right: 4px;
	}
}

@media (max-width: 500px) {
	.delete-products-row__allert {
		left: 50%;
		right: auto;
		bottom: -5px;
		top: auto;
		transform: translate(-50%, 0);
	}
}