/* стилизация ошибок */

.woocommerce-error li {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: "Raleway", sans-serif !important;
}

.woocommerce-error li:nth-of-type(5) {
	font-weight: 600;
	color: #FF6A00;
}

.woocommerce-error li strong {
	margin-right: 20px;
	color: #FF6A00;
}

.woocommerce-error li b {
	margin-right: 20px;
	color: #FF6A00;
}

/* стилизация ошибок end*/


.cart__container {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.cart__container .cart__header {
	margin-bottom: 0;
}

.woocommerce-cart-form {

	display: grid;
	grid-template-columns: 1fr 495px;
	grid-column-gap: 64px;
}



.basket__wrapper {
	padding-bottom: 30px;
}

.basket-shipping {
	display: flex;
	justify-content: space-between;
}

.woocommerce-cart-form .catalog__item {
	flex-direction: row;
	min-width: 0;
}



.woocommerce-cart-form .item-catalog__img {
	width: 168px;
	height: 168px;
	border-radius: 32px;
	padding: 5px;
	margin-bottom: 40px;
}

.woocommerce-cart-form .item-catalog__img a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}



.woocommerce-cart-form .item-catalog__img img {
	max-height: 100%;
	height: auto;
	border-radius: 32px;
}

.woocommerce-cart-form .item-catalog__info {
	width: calc(100% - 168px);
	padding-left: 16px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.cart__list {
	&._cart-list {
		padding: 24px 0;
	}
}

.item-catalog__controls {
	&._block__price {
		display: flex;
	}

}

.item-catalog__price {
	&._cart__price {
		display: flex;
		margin-top: 0;
	}
}

.item-catalog__title {

	&._basket__title {
		margin-bottom: 0;
		font-family: var(--font-family);
		display: flex;
		max-width: 525px !important;
		width: 100%;
		font-weight: 400;
		font-size: 24px;
		line-height: 133%;

	}
}

.item-catalog__note {
	display: flex;
	align-items: center;
	color: #FF6A00;
	margin: 12px 0 6px !important;
	gap: 5px;
}

.amount {
	display: flex;
	white-space: nowrap;

	& bdi {
		font-size: 24px;
		padding-left: 7px;
	}
}

.cart-discount {
	display: flex;
	align-items: center;
	gap: 3px;

	& bdi {
		font-weight: 400;
		font-size: 20px;
		line-height: 140%;
		color: #666;

	}
}

.attribute-item__name {
	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #666;
}

.item-catalog__qty-btns .qty_button {
	border-radius: 8px;
	padding: 8px;
	width: 32px;
	height: 32px;
	background: #f2f2f2;
	color: inherit;
	border: none;
}

.tinv-wraper .tinvwl-above_thumb-add-to-cart {
	position: absolute !important;
	top: 1.25rem !important;
	right: 1.25rem !important;
	left: auto !important;
	width: 36px !important;
	height: 36px !important;
}

.item-catalog__qty-btns {
	display: flex;
	/* margin-right: 20px; */
}



.item-catalog__attribute-item {
	padding: 3px 0;

}

.item-catalog__attribute-item span {
	color: #666;
}

.item-catalog__qty-btns .qty_qty {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	line-height: 35px;
	margin: 0 7px;
}

.qty_button {
	display: inline-block;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 28px;
	color: white;
	line-height: 23px;
	background-color: #bbb;
	border: 1px solid #999;
	box-shadow: box-shadow 0px 2px 4px 1px rgba(34, 60, 80, 0.5);
}

.qty_minus {
	line-height: 19px;
}

.qty_progress img {
	width: 25px;
	height: 25px;
}

.qty_caption {
	color: #999;
}

.qty_qty,
.qty_progress {
	width: 42px;
	text-align: center;
}

.qty_minus,
.qty_plus {

	display: flex;
	align-items: center;
	justify-content: center;
}

.before-discount-price {
	position: absolute;
	top: 33px;
	right: 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 133%;
	text-decoration: line-through;
	text-align: right;
	color: #909090;
}

.item-basket {
	position: absolute;
	bottom: 32px;
	right: 0;
}

.item-basket:hover svg {
	fill: #FF6A00 !important;

}


.woocommerce-order-details__title {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 125%;
	color: #000;
	margin-bottom: 24px;
}

.cart-summary {
	border: 1px solid #e2e2e2;
	border-radius: 32px;
	padding: 24px;
	max-width: 495px;
	width: 100%;
	min-height: 434px;
	background: #fff;
	z-index: 2;
}




.basket__title {
	max-width: 477px;
	margin: 0 10px 0 0 !important;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 104%;
}



.controls-block {
	max-width: 265px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr auto;
}


.controls-block .item-catalog__price {
	margin-top: 0;
	position: relative;
}

.basket-wishlist {
	position: absolute;
	right: 17px;
	bottom: 90px;
}

.basket-cart {
	position: absolute;
	right: 0;
	bottom: 37px;
}


.basket-cart:hover svg path {
	fill: #FF6A00;
}

.input-placeholder {
	border: 1px solid #e2e2e2;
	padding: 16px;
	width: 100%;
	height: 56px;
	border-radius: 16px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #666;
}



.raised__basket {
	margin: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #666;
}

.basket-delivery {
	margin-bottom: 24px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #666;
}

.basket-total {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 24px;
	border-bottom: 2px solid #ccc;
}

.basket-sale {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #666;
}

.basket-design {
	margin-top: 24px;
	height: 56px;
}

.basket-total {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 133% !important;
	letter-spacing: 1px !important;

}

.basket-svg {
	position: absolute;
	bottom: 41px;
	right: 0;
}

.basket-svg:hover path {
	fill: #FF6A00 !important;
}

.viewed-card {
	padding: 48px 0 108px;
}

.rel_and_view-head {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 48px;

}

.arr_wr .gallery-card__button {
	width: 64px;
	height: 64px;
	position: static;
	margin-top: 0;
	align-items: center;
	opacity: 1;
	border: 2px solid #ccc;
}

.arr_wr {
	display: none;
	gap: 1.5rem;
}

.section-title {
	&._viewed-title {
		font-weight: 700;
		font-size: 64px;
	}
}

.section-title {
	&._cart-title {
		font-weight: 700;
		font-size: 64px;
		/* line-height: 112%; */
	}
}

.cart__header {
	&._cart__header {
		margin-bottom: 24px;
	}
}



.basket-dot {
	font-size: 20px;
	color: #FF6A00;
}

.viewed-card__price {
	display: flex;
}

.viewed-card__price .woocommerce-Price-amount {

	font-family: var(--font-family);
	font-weight: 700;
	font-size: 32px;
}


@media (min-width: 47.9988em) {
	.arr_wr {
		display: flex;
		margin-top: 8px;
	}
}

.gallery-card__button {
	position: absolute;
	display: flex;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	background: white;
	opacity: 0.7;
	border: 1.7px solid #aaa;
	border-radius: 50%;
	padding: 8px;
	cursor: pointer;
	transition: 0.25s;
	transform-origin: center;
}

.gallery-card__button.swiper-button-disabled {
	opacity: 0.2;
	cursor: auto;
}

.gallery-card__button:hover {
	transform: scale(1.3);
}

.gallery-card__button.swiper-button-disabled:hover {
	transform: scale(1);
}

.gallery-card__button img {
	height: 17px;
}

.gallery-card__button-prev {
	left: 10px;
}

.gallery-card__button-prev img {
	transform: rotate(180deg);
}

.gallery-card__button-next {
	right: 10px;
}

.viewed-card__slider .swiper-slide .item-catalog__price {
	display: flex;
	margin-top: auto !important;
	font-weight: 700;
	line-height: 1.15625;
}

.viewed-card__slider .catalog__item {

	flex: none;
}

.item-catalog__price span.woocommerce-Price-currencySymbol {
	font-family: var(--font-family);
	font-weight: 700;
}

.hidden {
	display: none;

}

.coupon-code {
	margin-top: 15px;
}

/* Удаление товара */
.popup__content {
	&._remove-item {
		border-radius: 40px;
		padding: 48px;
		max-width: 520px !important;
		width: 100%;
		min-height: 280px;
	}
}

.remove-item__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.remove-item__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	margin-bottom: 0 !important;
}


.remove-item__description {
	margin: 24px 0;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #666;
}

.remove-item__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.popup-close {
	width: 32px !important;
}

.remove-item__button-not {
	border-radius: 100px;
	width: 204px;
	height: 48px;
	border: 1.50px solid #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 133%;
	text-align: center;
	font-family: "Raleway", sans-serif !important;
}

.remove-item__button {
	border-radius: 100px;
	padding: 16px 32px;
	width: 204px;
	height: 48px;
	font-size: 20px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.item-catalog__notis {
	font-size: 23px;
}


.address-content .popup__content {
	max-width: 640px !important;
	width: 100%;
}

#confirm-order-button {
	margin-top: 16px !important;
}


/* товар из-за рубежа */


.popup__content {
	&._from-abroad {
		border-radius: 40px;
		padding: 48px;
		max-width: 640px !important;
		width: 100%;
		min-height: 304px;
	}
}

.from-abroad__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.from-abroad__title {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	margin-bottom: 0 !important;
}

.from-abroad__description {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #666;
	margin-top: 24px;
}

.from-abroad__description h3 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #000;
	margin-bottom: 5px;
}

.from-abroad__description p {
	margin-bottom: 24px;
}

.from-abroad__description ul:not(:last-child) {
	margin-bottom: 24px;
}


/* избранное иконка */
.tinv-wraper.tinvwl-above_thumb-add-to-cart {
	position: absolute !important;
	top: 1.25rem !important;
	right: 1.25rem !important;
	left: auto !important;
	width: 36px !important;
	height: 36px !important;
}

/* Оплата долями */
.cart__shares {
	margin-top: 24px;
	border-radius: 32px;
	background: #f6f7f8;
	padding: 24px;
	max-width: 495px;
	width: 100%;
	height: 152px;
}



.cart__shares-info {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.cart__shares-info_desktop {
	border-radius: 4px;
	padding: 8px;
	width: 116px;
	height: 32px;
	background: #000;
	margin-right: 12px;
	color: #fff;
	font-family: "Arial", sans-serif !important;
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #fff;
}

.cart__shares-info_desktop:hover {
	background-color: #FF6A00;
}

.cart__shares-info p {
	font-family: "Arial", sans-serif !important;
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #000;
}



.cart__shares-day {
	display: flex;
	align-items: center;
	gap: 6px;
}

.cart__shares-day p {
	display: grid;
	gap: 6px;
	border-top: 6px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	width: 107px;
	height: 6px;
	color: rgba(0, 0, 0, 0.4);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;

}

.cart__shares-day p:first-child {
	border-top: 6px solid #000;
	color: #000;
}

.money {
	padding-top: 16px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 185%;
	color: rgba(0, 0, 0, 0.4);
}

.cart__shares-day p:first-child .money {
	color: #000;
}

.cart__shares-info_mobile {
	display: none;
}


/* total mobail */

.sidebar-cart-mobile {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	z-index: 1000;
	transition: 0.9s ease;
}

.sidebar-cart-mobile .cart-summary {
	border: 1px solid #e2e2e2;
	border-radius: inherit;
	padding: 16px;
	max-width: 100%;
	width: 100%;
	min-height: auto;
}

.sidebar-cart-mobile .raised__basket {
	margin: 0 0 24px 0;
}




/* todo checkout*/
.woocommerce-billing-fields {
	max-width: 840px;
	margin-top: -5rem;
}


.button-shipping {
	width: 100%;
}


.header-checkout {
	position: relative !important;
	background-color: #fff !important;
	border-bottom: 1px solid #e2e2e2 !important;
}

.link-cart a {
	display: flex;
	align-items: center;
}

.link-cart img {
	margin-right: 7px;
}

.link-cart a {
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #ff6a00;

}

.checkout-title {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 74px;
	line-height: 112%;
	margin: 64px auto 48px;

}

.checkout__wrapper {
	max-width: 1414px;
	padding: 32px 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.container-checkout {
	max-width: 1414px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.container-checkout .link-cart {
	display: none;
}

.container-checkout .checkout-form {
	padding: 0 0 64px;
}

.checkout-dot {
	font-size: 20px;
	color: #FF6A00;
}

.checkout__title {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 64px;
	line-height: 112%;
	max-width: 100%;
	padding: 0 15px;
}


.footer-form-checkout__privacy .checkbox__label {
	display: block;
}

.footer__checkout {
	background-color: #fff !important;
	border-top: 1px solid #e2e2e2 !important;
}

.footer__content {
	max-width: 1414px;
	padding: 32px 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.checkout__order-title {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 125%;
	color: #000;
}

.checkout__order .catalog__item {
	flex-direction: row;
}

.checkout__order .item-catalog__img {
	height: auto;
	margin-right: 12px;
	border-radius: 16px;
}

.checkout__order .item-catalog__img a {
	display: flex;
	align-items: center;
	width: 80px;
	height: 80px;
}

.checkout__order .basket__title {
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
}

.item-catalog__body {
	&._body-checkout {
		display: flex !important;
	}
}


._body-checkout {
	display: flex;
}


.shipping__container {
	padding: 15px 0 !important;
	margin-right: 30px !important;
}

.checkout .woocommerce-account-fields .create-account {
	margin-top: 24px;
	max-width: 400px;
	width: 100%;
}

.shop_table {
	display: flex;
	justify-content: space-between;
	height: 300px;
}


.checkout__before {
	border: 2px solid #171717;
	border-radius: 24px;
	padding: 12px 16px;
	width: 390px;
	height: 84px;
	padding: 16px;
	margin-bottom: 24px;
	transition: border 0.3s ease-in-out;
}

.checkout__before:hover {
	border: 2px solid #F15700;
}
.checkout__before::before {
	position: relative;
	bottom: 15px !important;
}

.shipping-title {
	display: flex;
	align-items: baseline;

}

.shipping-title .form-checkout__step {
	margin: 0;
	flex: 1 1 auto;
}

.hipping__content {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.checkout-recipient {
	display: flex;
}

.checkout .password-wrapper {
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	padding: 8px 16px;
	width: 400px;
	height: 56px;
	margin-bottom: 12px;
}

.checkout .password-wrapper {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #000;
}

.checkout .password-wrapper input[type=password] {
	margin-top: 0;
}

.payment-method-container label:before {
	position: absolute;
	top: 2px;
	width: 20px;
	height: 20px;
}

.payment-method-container .form-checkout__method {
	margin-left: 29px;
}

.method-container {
	width: 100%;
}

.form-checkout__method {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 133%;
	position: relative;
	color: #000;
}

.form-checkout__method img {
	margin: 15px 0 0 -33px;
	object-fit: cover;
	height: 33px;
}


.payment-method {
	margin-top: 24px;
	display: flex;
	gap: 24px;
}

.checkout-payment-title {
	margin-top: 2rem;
}

.payment-method-content {
	display: inline-flex;
	justify-content: space-around;
	width: 100%;
	gap: 24px;
}

.payment-method-container .form-checkout__step {
	margin-bottom: 24px;

}

.payment__content {
	border: 1px solid #e2e2e2;
	border-radius: 24px;
	padding: 16px;
	width: 259px;
	height: 112px;
}

.payment__content-block {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 24px;
}

.payment__content-block h4 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 133%;
	color: #000;
}

.payment_method_dolyamepayment .form-checkout__method::before {
	content: url(/wp-content/themes/slds/img/paydol.png);
	position: absolute;
	top: 52px;
	left: -30px;
}

.shipping-pay {
	position: relative;
}


.form-checkout__method bdi {
	position: relative;
	margin-left: calc(61px + 2vw);
}



.shipping_method_description {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #666;
}

.form-checkout__label_radio {
	position: relative;
}



.form-checkout__label_radio::before {
	flex: 0 0 24px;
	cursor: pointer;
}



.checkout-delivery {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shipping-methods-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-checkout__step {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 125%;

}

.delivery-description {
	margin: 16px 0 24px;
	font-size: 20px;
	line-height: 140%;
	color: #666;
}

.delivery-title {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 125%;
	width: max-content;
	margin-bottom: 0;
}

.shipping-description {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #666;
	margin-top: 8px;
}


.shipping_method_description li {
	list-style: none !important;
}

.delivery-title span {
	color: #ff6a00;
}

.shipping-more {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #ff6a00;
	padding-right: 15px;
}

.shipping_method {
	margin-right: 10px;
}




.delivery-calculation li {
	border: 2px solid #e2e2e2;
	border-radius: 24px;
	padding: 12px 16px;
	width: 404px;
	height: 84px;
	border-radius: 16px;
}


.delivery-calculation li:last-child {
	display: none;
}


.delivery-block {
	display: flex;
	align-items: center;
}


.delivery-free__title,
.delivery-accelerated__title {
	font-weight: 400;
	font-size: 24px;
	line-height: 133%;

}

.delivery-free__title-price {
	position: relative;
	left: 175px;
}

.delivery-accelerated__title-price {
	position: relative;
	left: 130px;
}

.delivery-free__description,
.delivery-accelerated__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #666;
	margin-left: 31px;
}

.delivery-button {
	border: 1.50px solid #000;
	border-radius: 100px;
	padding: 16px 32px;
	width: 825px;
	height: 56px;
	margin-bottom: 24px;
}



/* checkout */


.custom-checkbox {
	position: relative;
	display: flex;
	align-items: center;
}

.checkout .cart-summary {
	border: 1px solid #e2e2e2;
	border-radius: 32px;
	padding: 24px;
	max-width: 495px;
	width: 100%;
	min-height: 434px;
	background: #fff;
	z-index: 2;
}

.delivery-calculation input[type='radio'] {
	display: none;
}

.delivery-calculation label {
	display: flex;
	cursor: pointer;
	position: relative;
	padding-left: 37px;
	font-size: 24px;
	user-select: none;
}

.delivery-calculation label:before {
	content: "";
	display: flex;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #FF6A00 !important;
	border-radius: 50%;
}



.delivery-calculation input[type=radio]:checked+label::before {
	background-color: #FF6A00 !important;
	width: 20px;
	height: 20px;
	border: 2px solid #FF6A00 !important;
}

.custom-checkbox-input:checked+.custom-checkbox-label:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	background-color: #FF6A00 !important;
	border-radius: 50%;
}

.delivery-calculation input[type=radio]:not(:checked)+label:after {
	opacity: 0;
}

.delivery-address__input {
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	padding: 16px 16px;
	height: 56px;
	font-weight: 400; 
	font-size: 16px;
	line-height: 150%;
	color: #000; 
	width: 100%;
}


.delivery-address__input::placeholder {
	font-weight: 400; 
	color: #666; 
}


.delivery-address__button {
	width: 100%;
	color: #909090
}

.methods-payments {
	margin-top: 24px;
	display: flex;
	align-items: center;
	gap: 24px;
}

.cloud-payments {
	border: 1px solid #e2e2e2;
	border-radius: 24px;
	padding: 16px;
	width: 259px;
	height: 112px;
	position: relative;
}

.payments-card {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.payments-card__img {
	position: absolute;
	bottom: 16px;
}

button:hover svg path {
	fill: #FF6A00 !important;
}

.woocommerce-billing-fields__field-wrapper,
.delivery-address__item {
	position: relative;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
}

.woocommerce-billing-fields__field-wrapper,
.select__title {
	font-size: 16px;
}

.woocommerce-billing-fields__field-wrapper,
.select__option {
	font-size: 16px;
}



.woocommerce-form__input span {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;

}

.delivery-address__item {
	max-width: 400px;
	width: 100%;
}

.popup__content .select_delivery-address__select {
	margin: 16px 0;
}

.popup__content .delivery-address__item {
	max-width: none;
}

.delivery-address__select {
	&._address-select {
		max-width: 400px;
	}
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
	max-width: 400px;
	width: 100%;

}


.custom-address-container .delivery-address__item input {
	width: 100%;
	height: 70px;
}

.woocommerce-account-fields p {
	display: inline;
}

.woocommerce-form__input {
	display: none;
}

.suggestions-addon[data-addon-type="clear"] {
	background: none;
	background-size: contain;
	cursor: pointer;
	opacity: 0.8;
	left: 195px;
	top: -44px !important;
	opacity: 1;
	display: none;
}

.clear-button {
	position: absolute !important;
	right: 17px;
	top: 20px;
}

.clear-button img {
	width: 19px;
}

.autocomplete {
	position: relative;
}

.change-field__input {
	position: relative;
}

.autocomplete .button {
	position: absolute;
	top: 29px;
	right: 44px;
	z-index: 2;
	border: none;
}


.autocompletet .button:hover {
	background-color: transparent;
}

.edit-btn {
	color: #FF6A00;
}

.autocomplete .clear-button {
	position: absolute !important;
	right: 17px;
	top: 20px;
}

.woocommerce-form__label-for-checkbox {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}


.woocommerce-form__label-for-checkbox:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 1.5px solid #909090;
	border-radius: 6px;
	transition: transform 0.5s ease 0s;
}


.woocommerce-form__input:checked+span {
	color: #FF6A00;
}


.woocommerce-form__input[type="checkbox"]:checked+span:before {
	content: url(../img/icons/checked.svg);
	position: absolute;
	left: 0px;
	top: 1px;
	color: #ffffff;
	background-color: #FF6A00;
	height: 20px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;

}

.checkbox__input {
	display: none;
}

/* Стилизация метки */
.checkbox__label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

.checkbox__label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 25%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 1.5px solid #909090;
	background-color: transparent;
	border-radius: 6px;
	transition: transform 0.5s ease 0s;
}

.checkbox__input:checked+.checkbox__label:before {
	background-color: #FF6A00;
}

/* Стили для галочки */
.checkbox__input:checked+.checkbox__label:before {
	content: url(../img/icons/checked.svg);
	color: white;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	border: 1.5px solid #FF6A00;
}


.checkout__before.active {
	border-color: #FF6A00;

}


.form-checkout .delivery-address__item:not(:last-child),
.form-checkout__block:not(:last-child) {
	margin-bottom: 0;
}

/* address */
.billing-fields__address .form-checkout__block {
	max-width: 796px;
	width: 100%;
	background: inherit;
	border: 1.50px solid #000;
	border-radius: 24px;

}

.form-checkout__block input {
	background: inherit;
	text-align: center;
}

.form-checkout__block_correct input::placeholder {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 133%;
	text-align: center;
	color: #000;

}

.address-input {
	position: relative;
	width: 100%;
	margin-top: 15px;
}

.address-input input {
	width: 100%;
	padding: 10px;
	height: 3.625rem;
	border: 1px solid rgba(23, 23, 23, .3);
	border-radius: 16px;
	font-size: 16px;
}

.address-suggestions {
	position: absolute;
	z-index: 100;
	background: white;
	/* border: 1px solid #ccc; */
	max-height: 200px;
	overflow-y: auto;
	width: 100%;
	border-radius: 16px;
}

.address-suggestion {
	padding: 10px;
	cursor: pointer;
}

.address-suggestion:hover {
	background-color: #f0f0f0;
}

.sidebar-cart__footer .woocommerce-shipping-totals {
	display: none;
}


/* Ваш заказ */
.checkout__order .raised__basket {
	margin: 0 0 24px 0;
}

.checkout__order .list-products-form__price .regular-price bdi {
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	text-decoration: line-through;
	text-align: right;
	color: #909090;
}

.list-products-form__item {
	display: flex;
	margin-bottom: 16px;
}

.order-total td {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #000;
}

.list-products-form__title {
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	margin-bottom: 5px;
}

.raised__basket h3 {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 125%;
	color: #000;
}

.list-products-form__count {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #666;
}

.list-products-form__count span {
	color: #000;
}

.list-products-form__image {
	width: 80px;
	height: 80px;
	margin-right: 15px;
	border-radius: 16px;
	background: rgba(0, 0, 0, .05);
}

.list-products-form__image img {
	/* max-width: 100%;
	height: auto; */
	mix-blend-mode: multiply;
	width: 80px;
	height: 80px;
}

.list-products-form__info {
	flex: 1;
}

.list-products-form__attributes {
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #000;
}

.product-attribute span {
	color: #666666;
}

.list-products-form__attributes>div {
	margin-bottom: 3px;
}

.list-products-form__image.with-background {
	background: #f2f2f2
}


/* Сбрасываем потенциально перебивающие стили */
.cart_totals tr.cart-discount th,
.cart_totals tr.cart-discount td {
	padding: 10px !important;
	width: 100% !important;
}

.coupon-wrapper {
	width: 100%;
	display: block;
	margin: 16px 0 24px;
}

.coupon-container {
	display: flex;
	width: 100%;

}

.coupon button {
	margin-top: 16px;
	height: 56px;
}

.cart-discount .total-checkout__item {
	display: ruby;
}

.checkout__order .total__shiping {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #666;
}

.coupon-discount {
	flex: 0 0 auto;
	margin-left: auto;
	text-align: right;
}

.cart-subtotal td {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #666;
}

.woocommerce-remove-coupon {
	font-size: 0.85em;
	display: inline-block;
	margin-top: 2px;
}

/* Альтернативный подход без flexbox */
.coupon-container-alt {
	position: relative;
	width: 100%;
	display: block;
}

.coupon-container-alt .coupon-label {
	position: absolute;
	left: 0;
}

.coupon-container-alt .coupon-discount {
	position: absolute;
	right: 0;
}

.list-products-form__price bdi {
	display: flex;
	font-weight: 700;
	font-size: 14px;
	line-height: 143%;


}


.regular-price del {
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	text-decoration: line-through;
	text-align: right;
	color: #909090;
}

.order-total {
	margin-top: 24px;
}

.woocommerce-privacy-policy-text {
	display: block;
	margin-top: 24px;
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #909090;
}

/* оплата */
.payment-container {
	display: flex;
	gap: 24px;
	margin-top: 24px;
}

.form-checkout__radio {
	border: 1px solid #e2e2e2;
	border-radius: 24px;
	padding: 16px;
	width: 259px;
	height: 112px;
	position: relative;
}

.payment_popup {
	position: absolute;
	top: 17.5px;
	right: 10px;
	cursor: pointer;
}

/* доставка pupop */



.popup__content {
	&._delivery-more {
		border-radius: 48px;
		padding: 48px;
		max-width: 804px;
		width: 100%;

	}


}

.popup-show body::after {
	opacity: 1
}

.payments-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 10px;
	transition: visibility .8s ease 0s;
	visibility: hidden;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.64);
}

.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto
}

.popup_show .payments__content {
	visibility: visible;
	border-radius: 40px;
	padding: 48px;
	max-width: 560px;
	width: 100%;
	min-height: 272px;
	transform: scale(1)
}

.popup__close {
	width: 2.5rem;
	height: 2.5rem
}

.popup__close svg {
	width: 100%;
	height: 100%
}

.popup__close svg path {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.popup__close svg:hover path {
	fill: #ff6a00
}

.popup__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.payments-link {
	display: flex;
	margin-top: 24px;
	font-size: 20px;
	color: #FF6A00;
	text-decoration: underline !important;
}

.payments__content {
	visibility: hidden;
	transform: scale(0);
	transition: transform .3s ease 0s;
	transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
	background-color: #fff;
	width: 100%;
	max-width: 900px;
	border-radius: 20px
}

.lock .payments__content {
	visibility: visible
}

.payments__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.payments__title {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	color: #000;
}

.payments__content p {
	margin-top: 24px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #666;
}

.payment_popup:hover svg path {
	fill: #FF6A00 !important;
}


.form-checkout__radio.active {
	border-color: #FF6A00;
}

/* Заказ принят */
.thankyou-container {
	display: flex;
	justify-content: space-between;

}

.thankyou-content {
	max-width: 51rem;
	width: 100%;
	padding-bottom: 64px;
}

.thankyou-title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 48px;
	color: #000;
	margin-bottom: 24px !important;
}

.thankyou-text {
	margin-bottom: 48px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #666;
}

.order-received__item {
	max-width: 342px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.order-received__item span:first-child {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #666;
	margin-right: 24px;
}

.order-received__item:not(:first-child)::before {
	content: '';
	position: absolute;
	border-bottom: 1px solid #e2e2e2;
	top: -12px;
	left: 0;
	width: 51rem;
}

.order-received__subtitle {
	margin: 48px 0 24px;
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 125%;
}

.woocommerce-order-details {
	&._cart-summary {
		border: 1px solid #e2e2e2;
		border-radius: 32px;
		padding: 24px;
		width: 495px;
		background: #fff;
	}
}


.order-item .product-details {
	display: grid;
}

.product-name__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
}

.product-name__title a {
	/* width: 300px; */
	margin-right: calc(41px + 2vw);
}

.product-name__title bdi {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 14px;
	line-height: 143%;
	text-align: right;
	color: #000;
}

.thankou-item {
	display: flex;
}


.product-details .product-quantity {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;

	color: #666;
}

.product-details .product-quantity span {
	color: #000;
}

.product-details .wc-item-meta li {
	display: flex;
	align-items: baseline;
}

.product-details .wc-item-meta-label {
	display: flex;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	color: #666;
}


.product-details .wc-item-meta li p {
	color: #000;
	margin-left: 5px;
}

.product-details:nth-child(3) p {
	display: none;
}

.total-item {
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
}

.total-item:last-child {
	margin-bottom: 0;
}

.total-item small {
	display: none;
}

.total-value {
	display: flex;
}

.total-item:last-child {
	font-family: "Raleway", sans-serif !important;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #000;
}

.checkout__wrapper .social-header__icons {
	display: inline-flex;
}


.footer__checkout .contacts-menu-footer__item {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #000;
	margin-bottom: 0;

}



.checkout-sidbar-mobail {
	display: none;
}

.basket-wishlist .item-catalog__favorite::before {
	font-size: 1.5rem !important;
}

/* адаптив */
.shipping-more .button-image {
	display: none;
}


@media(max-width: 1363px) {
	.billing-fields__address .form-checkout__block{
		max-width: 564px;
	}

	.delivery-address__item {
		max-width: 264px;
		width: 100%;
	}

	.shop_table {

		height: 500px;
	}

	.order-received__item:not(:first-child)::before {
		width: 100%;
	}
}



@media(max-width: 1318px) {
	.basket__title {
		font-size: 20px;
		line-height: 111%;
	}
}


@media(max-width: 1171px) {
	.woocommerce-cart-form {
		display: flex;
		flex-direction: column;
	}

	.cart-summary {
		max-width: none;
	}

	.cart__shares {
		margin-top: 24px;
		border-radius: inherit;
		background: #f6f7f8;
		padding: 24px;
		max-width: inherit;
		width: 100%;
		height: 152px;
		margin: 45px auto 0;
	}

	.cart__shares-info_desktop {
		width: 352px;
		text-align: center;
	}

	.cart__shares-info p {
		font-size: 15px;
	}

	.cart__shares-info {
		justify-content: space-evenly;
	}

	.cart__shares-day p {
		width: 100% !important;
		justify-content: center;
		margin: auto;
	}
}



@media(max-width: 992px) {
	.checkout__wrapper .link-cart {
		display: none;
	}
	.form-checkout__block {
		width: 100vw !important; 
		max-width: none !important; 
	}

	.checkout-sidbar-mobail {
		display: block;
	}

	.checkout-sidbar-desktop {
		display: none;
	}

	.shop_table {
		height: 300px;
	}

	.container-checkout .link-cart {
		display: block;
		margin-top: 40px;
	}

	.form-checkout__method bdi {
		position: relative;
		margin-left: calc(126px + 2vw);
	}

	.thankyou-title {
		margin-top: 15px;
		font-size: 32px;
	}

	.checkout-dot {
		font-size: 10px;
	}

	.container-checkout .checkout-form {
		padding: 0 0 37px;
	}

	.checkout .form-checkout__step {
		font-size: 24px;
	}

	.list-products-block {
		display: flex;
		justify-content: space-between;
	}

	.woocommerce-order-details__title {
		font-size: 24px;
		margin: 24px 0;
	}

	.form-checkout {
		position: relative;
	}

	.shop_table {
		flex-direction: column;
	}

	.checkout .cart-summary {
		border: none;
		padding: 0;
		max-width: none;
		width: 100%;
		min-height: 434px;
		background: #fff;
		z-index: 2;
	}

	.shipping-more button {
		display: none;
	}

	.clear-button img {
		display: none !important;
	}

	.shipping-more .button-text {
		display: none;
	}

	.shipping-more .button-image {
		display: block;
		width: 20px;
		cursor: pointer;
	}

	.hipping__content {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.checkout__before {
		width: 100%;
	}

	.woocommerce-billing-fields {
		max-width: 100%;
		width: 100%;
	}

	.billing-title {
		margin-top: 48px !important;
	}

	.list-products-form__price bdi {
		font-size: 20px;
	}

	.delivery-address__item {
		max-width: 389px;

	}

	.iti--allow-dropdown input,
	.iti--allow-dropdown input[type=tel],
	.iti--allow-dropdown input[type=text],
	.iti--separate-dial-code input,
	.iti--separate-dial-code input[type=tel],
	.iti--separate-dial-code input[type=text] {
		width: 389px;
		max-width: none;
	}

	.thankyou-container {
		flex-direction: column-reverse;
		gap: 21px;
	}

	.thankyou-content {
		width: 100%;
		padding-bottom: 64px;
		display: contents;
	}

	.thankyou-text {
		order: 1;
		margin-bottom: 0;
	}

	.woocommerce-order-details {
		&._cart-summary {
			border: none;
			max-width: none;
			width: 100%;
			padding: 0;
		}
	}

	.order-received__item {
		max-width: none;

	}
}

@media(max-width: 821px) {

	.payment-method-content {
		gap: 8px;
	}

	.delivery-address__item {
		max-width: none;
	}

	.iti--allow-dropdown input,
	.iti--allow-dropdown input[type=tel],
	.iti--allow-dropdown input[type=text],
	.iti--separate-dial-code input,
	.iti--separate-dial-code input[type=tel],
	.iti--separate-dial-code input[type=text] {
		width: 100%;
	}

	.payment-method-content {
		flex-wrap: wrap;
	}

}

@media (max-width: 768px) {
	.cart__shares {
		border: 0.50px solid #ccc;
		background: none;
		border-radius: 100px;
		padding: 13px;
		height: 48px;
		max-width: none;
	}

	.cart__shares-info_desktop {
		display: none;
	}

	.cart__shares-info_mobile {
		display: block;
	}

	.cart__shares-info p {
		position: relative;
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 14px;
		line-height: 143%;
		margin-left: 12px;
	}

	.cart__shares-info::after {
		content: url(../img/icons/Info-Icon.png);
		position: absolute;
		top: 2px;
		right: 5px;
		cursor: pointer;
	}


	.cart__shares-day {
		display: none;
	}

	.shipping-more {
		padding-right: 0;
	}
}

@media(max-width: 700px) {
	.hipping__content {
		flex-wrap: wrap;
	}

	.shop_table {
		height: 400px;
	}

	.checkout__before {
		margin-bottom: 5px;
	}

	.form-checkout__method bdi {

		margin-left: calc(0rem + 2vw);
	}

	.payment-method-content {
		gap: 16px;
	}

	.checkout__before {
		padding: 16px;

	}

	.footer__checkout .footer__content {
		align-items: center;
	}

	.list-products-form__info {
		display: grid;
		gap: 4px;
	}

	.list-products-form__price {
		order: 1;
		display: flex;
		gap: 7px;
		align-items: flex-end;
	}

	& bdi {

		padding-left: 0;
	}

}

@media(max-width: 620px) {
	.footer__checkout .item-contacts-footer-payments__icons {
		display: none;
	}
}

@media(max-width: 600px) {
	::placeholder {
		font-size: 20px;
	}

	.dgwt-wcas-search-input {
		height: 2.625rem !important;
	}

	.dgwt-wcas-search-submit {
		height: 2.625rem !important;
		font-size: 1rem !important;
		border-radius: 0 24px 24px 0 !important;
	}

	.section-title {
		&._viewed-title {
			margin-bottom: 20px;
			font-size: 32px;
		}
	}

	.list-products-form__title {
		flex-direction: column;
	}

	.section-title {
		margin-bottom: 0;

		&._cart-title {
			margin: 24px 0;
			font-size: 32px;
		}
	}


	.basket-dot {
		font-size: 12px;

	}

	.form-checkout__method {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;

	}

	.form-checkout__label_radio::before {
		flex: 0 0 20px;
		width: 20px;
		height: 20px;
	}

	.woocommerce-cart-form .item-catalog__info {
		width: auto;
		margin-bottom: 32px;
	}

	.woocommerce-cart-form .item-catalog__info {
		width: auto;
	}

	.cart__header {
		&._cart__header {
			margin: 0;
		}
	}

	.basket__title {
		font-size: 14px;
		line-height: 143%;
	}

	.controls-block .item-catalog__price {
		display: flex;
		align-items: center;
	}

	.before-discount-price {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		margin-left: 8px;
	}

	.item-catalog__note {
		font-size: 12px;
		line-height: 133%;
	}

	.attribute-item__name {
		font-size: 12px;
		line-height: 133%;
	}

	.attribute-item__value {
		font-size: 12px;
	}

	.controls-block {
		flex-direction: column-reverse;
	}

	.amount {
		& bdi {
			font-size: 14px;
			padding-left: 0;
		}
	}

	.item-catalog__qty-btns .qty_button {
		width: 25px;
		height: 25px;
	}

	.item-catalog__qty-btns .qty_button img {
		width: 14px;
	}

	.item-catalog__qty-btns {
		margin-top: 12px;
		align-items: center;
	}

	.item-catalog__qty-btns .qty_qty {
		color: #000;
		margin: 0 4px;
	}

	.basket-svg {
		bottom: 39px;
		right: 36px;
	}

	.basket-wishlist {
		right: -21px;
		bottom: 91px;
	}

	.woocommerce-cart-form .item-catalog__img {
		width: auto;
		height: 100%;
		border-radius: 12px;
	}

	.woocommerce-cart-form .item-catalog__img a {
		width: 80px;
		height: 80px;
	}

	.controls-block {
		display: grid;
		margin-top: 6px;
	}

	.before-discount-price {
		position: relative;
		top: 0;
	}

	.thankyou-text {
		margin-bottom: 0;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;

	}

	.thankyou-container {
		gap: 0;
	}

	.thankyou-title {
		margin: 15px 0 !important;
		font-size: 32px;
		margin-bottom: 0px;
	}

	.woocommerce-order-details {
		&._cart-summary {
			margin-bottom: 20px !important;
		}
	}

	/* total */

	.cart-summary {
		position: relative;
		padding: 32px 0px 16px 0px;
		min-height: auto;
		border: none;
	}

	.sidebar-cart-mobile .cart-summary::before {
		content: '';
		position: absolute;
		top: 0;
		left: -1rem;
		right: -1rem;
		height: 1px;
		background-color: #e2e2e2;
		z-index: -1;
	}


	.raised__basket {
		margin: 16px 0;
		font-size: 16px;
		line-height: 150%;
	}

	.basket-design {
		margin-top: 16px;
	}

	.basket-sale {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 150%;

	}

	.basket-delivery {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 150%;
	}

	.basket-total {
		font-family: "Raleway", sans-serif !important;
		font-size: 18px !important;
	}

	.basket-total {
		margin-top: 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 0px;
		border-bottom: none;
	}

	.cart__shares-info {
		justify-content: center;
	}

	.sidebar-cart__text {
		text-align: left;
	}

	.cart__shares {
		margin: 0;
	}

	.viewed-card {
		padding: 36px 0 108px;
	}

	.item-catalog__qty-btns {
		order: 1;
	}

	.container-checkout .checkout-form {
		padding: 0;
	}

	/* popup */
	.remove-item__btn {
		justify-content: space-between;
	}

	.remove-item__title {
		font-size: 24px;
		line-height: 133%;

	}

	.popup__content {
		&._remove-item {
			border-radius: 40px 40px 0 0;
			padding: 32px 16px 24px 16px;
			min-height: 196px;
		}
	}

	.popup__content {
		&._delivery-more {
			border-radius: 40px 40px 0 0;
			padding: 24px 16px;
		}
	}

	#delivery-more {
		padding-bottom: 0;
	}

	.popup_show .payments__content {
		border-radius: 24px 24px 0 0;
		padding: 24px 16px;
	}

	.payments__title {
		font-size: 27px;
	}

	.payments__close svg {
		width: 24px;
		height: 24px;
	}


	.remove-item__description {
		font-size: 16px;
		margin: 16px 0;
	}

	.remove-item__button-not {
		/* width: 136px; */
	}

	.remove-item__button {
		width: 170px;
	}

	.popup-close {
		width: 24px !important;
	}

	/* из-за рубежа */
	.from-abroad__description {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #666;
	}

	.popup__content {
		&._from-abroad {
			border-radius: 24px 24px 0 0;
			padding: 44px 16px 24px 16px;
			min-height: 268px;
		}
	}

	.from-abroad__title {
		font-family: var(--second-family);
		font-weight: 700;
		font-size: 24px;
		line-height: 133%;
	}

	.popup__close {
		width: 1.5rem;
		height: 2.5rem;
	}

	.footer__checkout .footer__content {
		align-items: baseline;
	}


	.footer__checkout .header__logo img {
		width: 100% !important;
	}

	.footer__checkout .contacts-menu-footer__item {
		font-size: 14px;
		line-height: 143%;
	}

}

@media(max-width: 553px) {
	.list-products-block {
		display: contents;

	}


	.form-checkout__radio {
		width: 100%;
	}

	.checkout .cart-summary {

		min-height: 400px;
	}

	.from-abroad__description h3 {
		font-size: 18px;
	}

}

/*  */
.input-error {
	border: 2px solid red;
	/* Красная рамка */
}

.error-message {
	color: red;
	/* Цвет текста сообщения */
	font-size: 12px;
	/* Размер шрифта */
	margin-top: 5px;
	/* Отступ сверху */
}

.password-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.tooltip {
	display: none;

	position: absolute;
	background-color: #ffdddd;
	border: 1px solid #f44336;
	padding: 10px;
	border-radius: 5px;
	color: #f44336;
	z-index: 1000;
	margin-top: 5px;
}

#account_fields {
	position: relative;

}

.delivery-address__item {
	position: relative;
}


::placeholder {
	opacity: 1;

}

input[type="text"]:focus:placeholder {
	position: absolute !important;
	color: #666 !important;
	top: 0 !important;
	font-size: 12px !important;
	line-height: 16px !important;
}

input[type="tel"]:focus::placeholder {
	position: absolute !important;
	color: #666 !important;
	top: 0 !important;
	font-size: 12px !important;
	line-height: 16px !important;
	display: block !important;
}

input[type="email"]:focus::placeholder {
	position: absolute !important;
	color: #666 !important;
	top: 0 !important;
	font-size: 12px !important;
	line-height: 16px !important;
}

input[type="text"]:focus::-webkit-input-placeholder {
	position: absolute !important;
	color: #666 !important;
	top: 0 !important;
	font-size: 12px !important;
	line-height: 16px !important;
}