.main {
	background-color: #f0f0f3;
	padding-top: 0;
}

.headerbasket {
	position: fixed;
	z-index: 50;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	padding: 14px 0;
}

.headerbasket__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.basketnew {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	padding-top: 25px;
	padding-bottom: 60px;
}

.basketnew__container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.basketnew__wrap1 {
	width: calc(100% - 433px);
}

.basketnew__title1 {
	color: #1d2126;
	font-family: 'Unbounded', sans-serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin-bottom: 32px;
}

.basketnew__wrap3 {
	background-color: #fff;
	padding: 16px;
	margin-bottom: 16px;
}

.basketnew__wrap3:last-child {
	margin-bottom: 0;
}

.basketnew-item1 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.basketnew-item1:last-child {
	margin-bottom: 0;
}

.basketnew-item1__img {
	position: relative;
	width: 100px;
	height: 100px;
}

.basketnew-item1__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.basketnew-item1__text-wrap {
	width: calc(100% - 316px);
}

.basketnew-item1__title {
	font-size: 17px;
	line-height: 1.2;
	font-weight: 600;
	padding-right: 25px;
	margin-bottom: 8px;
}

.basketnew-item1__text-wrap .product__tags {
	position: static;
	max-width: none;
}

.basketnew-item1__text-wrap .product__tag {
	line-height: 1.2;
	padding: 1.5px 7px 0.5px 7px;
	margin-bottom: 4px;
}

.basketnew-item2 {
	color: #686984;
	font-size: 13px;
	font-weight: 500;
}

.basketnew-item2 span {
	margin-left: 4px;
}

.basketnew-item1__wrap1 {
	max-width: 168px;
	width: 100%;
	text-align: right;
}

.basketnew-item1__ptice1 {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 2px;
}

.basketnew-item1__ptice1-old {
	color: #686984;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 4px;
}

.basketnew-item1__ptice1-old span {
	text-decoration: line-through;
}

.basketnew-item1__ptice1-old b {
	color: #e1354c;
	font-weight: 700;
	margin-left: 6px;
}

.basketnew-item1__quantity-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4px;
}

.basketnew-item1__quantity-buttons-nowrap {
	flex-wrap: nowrap;
	gap: 4px;
}

.basketnew-item1__quantity-wrap .favorite-action-butn {
	width: 34px;
	height: 34px;
	border-radius: 2px;
	background-color: #f1f0f2;
	transition: background-color 0.3s;
}

@media (hover) {
	.basketnew-item1__quantity-wrap .favorite-action-butn:hover {
		background-color: #e2e2e6;
	}
}

.basketnew-item1__quantity-wrap .basket-item-delete-btn {
	position: absolute;
	top: 0;
	right: -12px;
	width: 34px;
	height: 34px;
	border-radius: 2px;
	background-color: #fff;
	color: #8b8b8b;
	transition: color 0.3s;
}

@media (hover) {
	.basketnew-item1__quantity-wrap .basket-item-delete-btn:hover {
		color: #000;
	}
}

span.label1__text1 {
	font-size: 14px;

	font-style: italic;
}

.favorite-action-butn.active svg {
	fill: #f42b46;
}

.basketnew-item1__quantity-wrap .favorite-action-butn svg {
	width: 20px;
	height: 18px;
	fill: #1f2131;
	transition: fill 0.3s;
}

.basketnew-item1__quantity-wrap .favorite-action-butn svg.active {
	fill: #f22440;
}

.basketnew-item1__quantity-wrap .basket-item-block-amount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 126px;

/*font-size: 0;*/
	border: unset;
	background-color: #f1f0f2;
}

.basketnew-item1__quantity-wrap .basket-item-amount-btn-minus {
	position: relative;
	flex-shrink: 0;
	width: 44px;
	height: 34px;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.3s;
}

@media (hover) {
	.basketnew-item1__quantity-wrap .basket-item-amount-btn-minus:hover {
		background-color: #e2e2e6;
	}
}

.basketnew-item1__quantity-wrap .basket-item-amount-btn-minus::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 13px;
	height: 1px;
	background-color: #1f2131;
}

.basketnew-item1__quantity-wrap .basket-item-amount-btn-plus {
	position: relative;
	flex-shrink: 0;
	width: 44px;
	height: 34px;
	cursor: pointer;
	padding: 0;
	transition: background-color 0.3s;
}

@media (hover) {
	.basketnew-item1__quantity-wrap .basket-item-amount-btn-plus:hover {
		background-color: #e2e2e6;
	}
}

.basketnew-item1__quantity-wrap .basket-item-amount-btn-plus::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 13px;
	height: 1px;
	background-color: #1f2131;
}

.basketnew-item1__quantity-wrap .basket-item-amount-btn-plus::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 13px;
	background-color: #1f2131;
}

.basketnew-item1__quantity-wrap .basket-item-amount-filed-block {
	flex-grow: 1;
}

.basketnew-item1__quantity-wrap .basket-item-amount-filed {
	display: block;
	width: 100%;
	height: 34px;
	border: none;
	background: none;
	text-align: center;
	font-size: 15px;
	line-height: 34px;
	font-weight: 500;
	pointer-events: none;
}

.basketnew-item1__ptice2 {
	color: #686984;
	font-size: 10px;
}

.basketnew .clients__title {
	color: #1d2126;
	font-family: 'Unbounded', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.basketnew .swiper7 {
	padding: 30px 10px;
	margin: -30px -10px;
}

.basketnew .btabs {
	position: relative;
	z-index: 2;
}

.basketnew__title2 {
	color: #1d2126;
	font-family: 'Unbounded', sans-serif;
	font-size: 18px;
	line-height: 1.33;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin-bottom: 15px;
}

.basketnew__list3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -4px;
	margin-top: -8px;
	margin-bottom: 24px;
}

.basketnew__list3 .basketnew__title2 {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	padding: 0 4px;
	margin-bottom: 0;
}

.basketnew__list3--3 .basketnew__col3 {
	width: 33.333%;
}

.basketnew__col3 {
	display: flex;
	width: 25%;
	padding: 0 4px;
	margin-top: 8px;
}

.basketnew__tab {
	display: none;
}

.basketnew__tab:nth-child(1) {
	display: block;
}

.basketnew__tab-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.basketnew__tab-wrap1 {
	max-width: 280px;
	width: 100%;
}

.basketnew__tab-wrap2 {
	width: calc(100% - 304px);
}

.basketnew__tab-wrap2 {
	height: 275px;
}

.basketnew__map-wrap {
	position: relative;
	height: 100%;
}

.basketnew__map {
	height: 100%;
}

.basketnew__list4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -8px;
	margin-top: -16px;
}

.basketnew__col4 {
	display: flex;
	width: 33.333%;
	padding: 0 8px;
	margin-top: 16px;
}

.basketnew__inputs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: -16px;
}

.basketnew__inputs .label1:nth-child(1) {
	width: 100%;
}

.basketnew__inputs .label1 {
	width: calc(50% - 10px);
	margin-top: 16px;
	margin-bottom: 0;
}

.basketnew .label-checkbox-wrap {
	margin-top: 40px;
	margin-bottom: 0;
}

.basketnew__wrap2 {
	position: sticky;
	top: 95px;
	max-width: 413px;
	width: 100%;
}

.basketnew__list5 {
	margin-bottom: 32px;
}

.basketnew-item5 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	margin-bottom: 8px;
}

.basketnew-item5:last-child {
	border-top: 1px solid #cdcdcd;
	color: #f42b46;
	padding-top: 8px;
	margin-top: 16px;
	margin-bottom: 0;
}

.basketnew-item5__title {
	font-size: 15px;
	font-weight: 500;
}

.basketnew-item5__val {
	font-size: 15px;
	font-weight: 700;
}

.basketnew__finalprice {
	margin-bottom: 32px;
}

.basketnew__finalprice-wrap1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.basketnew__finalprice-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.basketnew__finalprice-val {
	font-size: 24px;
	line-height: 1.17;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.basketnew__finalprice-wrap2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.basketnew__finalprice-split {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.basketnew__finalprice-split-icon {
	width: 24px;
	line-height: 0;
	margin-left: 8px;
}

.basketnew__finalprice-split-val {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.basketnew__promo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.basketnew__promo-title {
	width: 100%;
	font-family: 'Unbounded', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 12px;
}

.basketnew__promo .input4 {
	width: calc(100% - 152px);
}

.basketnew__promo-btn {
	max-width: 144px;
	width: 100%;
	background-color: #e1354c;
	text-align: center;
	color: #fff;
	font-family: 'Lato', 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	cursor: pointer;
	padding: 12px 10px;
	transition: all 0.3s;
}

.basketnew__promo-btn.disabled, .basketnew__promo-btn[disabled] {
	background-color: #d2d2db;
	color: #9c9da9;
	pointer-events: none;
}

@media (hover) {
	.basketnew__promo-btn:hover {
		background-color: #cf1f36;
	}
}

.basketnew__wrap4 .btn1 {
	display: block;
	width: 100%;
	font-size: 20px;
	padding: 18px 10px;
}

.basketnew-item6 {
	position: relative;
	color: #686984;
	font-size: 15px;
	font-weight: 500;
	padding-left: 36px;
	margin-bottom: 16px;
}

.basketnew-item6:last-child {
	margin-bottom: 0;
}

.basketnew-item6__icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 20px;
}

body .breadcrumbs {
	display: none;
	margin-top: 15px;
}

.basketnew .inner {
	padding: 0;
}

.field-box textarea, .field-box input {
	border-radius: 0;
	background: #f0f0f3;
}

.field-box label {
	margin-left: 0;
}

.cookies {
	display: none;
}

body .mobilemenu {
	display: none;
}

.basketnew .product-item__wrap1 {
	display: none;
}

.basketnew .product-item {
	padding-bottom: 15px;
}

body #order_form_div {
	display: block;
	max-width: none;
}

.confirm {
	background: #fff;
	padding: 20px;
}

.confirm p:first-child {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}

.confirm p {
	font-size: 16px;
}

.confirm p a {
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: #ccc;
}

.ps_logo img {
	width: 36px !important;
}

.ps_logo {
	background: #f0f0f3;
	padding: 10px;
}

.ps_logo .pay_name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.paysystem_name {
	font-size: 14px;
}

.ps_logo br {
	display: none;
}

.confirm-container {
	padding-top: 40px;
}

@media (max-width: 1200px) {
	.basketnew__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.basketnew__tab-wrap1 {
		max-width: none;
		margin-bottom: 20px;
	}

	.basketnew__tab-wrap2 {
		width: 100%;
	}

	.basketnew__wrap2 {
		position: static;
	}

	.basketnew__list3--3 .basketnew__col3 {
		width: 50%;
	}
}

@media (max-width: 1000px) {
	body main {
		padding-bottom: 0;
	}
}

@media (min-width: 751px) {
	.basketnew-item1__quantity-wrap .basket-item-delete-btn {
		top: -6px;
		left: -12px;
	}
}

@media (max-width: 750px) {
	.basketnew__list2 {
		display: flex;
		justify-content: space-between;
	}

	.basketnew-item1 {
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}

	.basketnew-item1:last-child {
		border: none;
	}

	.basketnew .clients__title {
		text-transform: none;
	}

	.basketnew-item1__text-wrap {
		order: -4;
		width: 100%;
		margin: 10px 0;
	}

	.basketnew-item1__img {
		order: -2;
	}

	.basketnew-item1__wrap1 {
		order: -1;
	}

	.basketnew__col3, .basketnew__list3--3 .basketnew__col3 {
		width: 100%;
	}

	.label-radio3__title {
		margin-bottom: 5px;
	}

	.label-radio3__text1 {
		margin-bottom: 5px;
	}

	.basketnew__col4 {
		width: 100%;
		margin-top: 8px;
	}

	.basketnew__list4 {
		margin-top: -8px;
	}

	.basketnew__inputs .label1 {
		width: 100%;
		margin-bottom: 10px;
	}

	.basketnew__wrap4 .btn1 {
		position: fixed;
		z-index: 20;
		right: 0;
		bottom: 10px;
		left: 15px;
		width: calc(100% - 30px);
		background-color: #0abb45;
		font-size: 18px;
		padding: 20px 10px;
	}

	.basketnew__finalprice {
		margin-bottom: 0;
	}

	.basketnew__title1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}