.header-basket-popup {
	display: none;
	position: absolute;
	right: 0;
	top: 80px;
	width: 584px;
	background: #fff;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #E7E8E9;
}
.header-basket-popup.open {
	display: block;
}
.header-basket-popup_head {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #5E5E5E;
	padding: 24px 24px 8px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.header-basket-popup_head.full {
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
}
.header-basket-popup_close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}
.header-basket-popup_empty {
	height: 314px;
	text-align: center;
}
.header-basket-popup_empty-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	color: #C4C4C4;
	margin: 30px 0 32px;
}
.header-basket-popup_btn {
	display: inline-flex;
	height: 48px;
	margin: 0 auto 16px;
	padding: 0 18px;
	background: #ED6C06;
	border: 1px solid #ED6C06;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	align-items: center;
	justify-content: center;
}
.header-basket-popup_btn.white {
	background: #ffffff;
	border: 1px solid #EDEDED;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
	padding: 0 15px;
	color: #272727;
}
.header-basket-popup_btn svg {
	margin-right: 8px;
}
.header-basket-popup_list {
	height: auto;
	max-height: 479px;
	box-sizing: border-box;
	padding: 0 22px;
	overflow-y: auto;
}
.header-basket-popup_list-item {
	display: flex;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	padding: 15px 0;
	position: relative;
}
.header-basket-popup_list-item-delete {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.header-basket-popup_list-item-delete svg {
	display: block;
	width: 10px;
	height: 10px;
}
.header-basket-popup_list-item-img {
	min-width: 112px;
	max-width: 112px;
	margin-right: 15px;
}
.header-basket-popup_list-item-info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-right: 35px;
}
.header-basket-popup_list-item-info-text {
	width: 100%;
}
.header-basket-popup_list-item-info-text a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	color: #5E5E5E;
	margin-bottom: 5px;
}
.header-basket-popup_list-item-info-text span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #5E5E5E;
}
.header-basket-popup_list-item-info-ap {
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: 100%;
}
.header-basket-popup_list-item-info-quantity {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #5E5E5E;
}
.header-basket-popup_list-item-sum-price .price {
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	color: #009845;
}
.header-basket-popup_list-item-sum-price .price span {
	font-weight: 400;
}
.header-basket-popup_list-item-sum-price .old-price {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #5E5E5E;
	text-decoration: line-through;
}
.header-basket-popup_list-item-sum-price .old-price span {
	display: inline-block;
	border-radius: 12px;
	border: 1px solid #E7E8E9;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	padding: 0 5px;
	text-decoration: none;
}
.header-basket-popup_list-end {
	color: #5E5E5E;
	font-weight: 400;
	font-style: Roman;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 20px 0;
}
.header-basket-popup_summary {
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	box-shadow: 0px -4px 7px 0px rgba(0, 0, 0, 0.1);
	height: 175px;
	box-sizing: border-box;
	padding: 16px 72px 24px;
}
.header-basket-popup_summary-buttons {
	display: flex;
	justify-content: space-between;
}
.header-basket-popup_summary-buttons .header-basket-popup_btn {
	padding: 0 25px;
	margin: 0;
}
.header-basket-popup_summary-buttons .header-basket-popup_btn.white {
	padding: 0 21px;
}
.header-basket-popup_summary-sum {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.header-basket-popup_summary-sum-text {
	font-size: 28px;
	font-weight: 500;
	line-height: 29px;
	color: #272727;
}
.header-basket-popup_summary-sum-price .price {
	font-size: 28px;
	font-weight: 500;
	line-height: 48px;
	color: #009845;
}
.header-basket-popup_summary-sum-price .price span {
	font-weight: 400;
}
.header-basket-popup_summary-sum-price .old-price {
	font-size: 22px;
	font-weight: 300;
	line-height: 20px;
	color: #5E5E5E;
	text-decoration: line-through;
}
.header-basket-popup_summary-sum-price .old-price span {
	display: inline-block;
	border-radius: 16px;
	border: 1px solid #E7E8E9;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	padding: 0 5px;
	text-decoration: none;
}
.header-basket__button.default {
	pointer-events: auto;
}
@media (max-width: 1719px) {
	.header-basket-popup {
		top: 58px;
	}
}


.dialog-common-backdrop.center#deleteAll {
    align-items: center;
}

.dialog-common-backdrop#deleteAll {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2001;
    display: flex;
    justify-content: center;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background-color: #ffffffe6;
    visibility: visible;
    transition: .3s;
}

.dialog-common-backdrop#deleteAll .dialog-common {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #e7e8e9;
	border-radius: 8px;
    width: 100%;
    max-height: 100%;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    background-color: #fff;
}

.dialog-common-backdrop#deleteAll .dialog-common .dialog-common__close {
    position: absolute;
    right: 17px;
    top: 22px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    background: transparent;
    cursor: pointer;
	padding: 8px;
}

.dialog-common-backdrop#deleteAll .dialog-common .alert-dialog__title {
    margin: 0;
    font-size: 30px;
    font-weight: 550;
    line-height: 36px;
    text-align: center;
    color: #5e5e5e;
    margin-block-end: 32px;
}

.dialog-common-backdrop#deleteAll .dialog-common .dialog-common__content .alert-dialog__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-inline-size: 360px;
} 

@media screen and (max-width: 1365px) {
	.dialog-common-backdrop#deleteAll .dialog-common .dialog-common__content .alert-dialog__controls .base-button--size-md {
		font-size: 16px;
		padding-block: 6px;
		padding-inline: 10px;
		gap: 10px;
	}
}

.dialog-common-backdrop#deleteAll .dialog-common .dialog-common__content .alert-dialog__controls .base-button--default {
    color: #272727;
    border-color: #ededed;
    background-color: #fff;
    box-shadow: 0 4px 7px #0000001a;
}
.dialog-common-backdrop#deleteAll .dialog-common .dialog-common__content .alert-dialog__controls button:hover {
	cursor: pointer;
}

.dialog-common-backdrop#deleteAll .dialog-common .dialog-common__content .alert-dialog__controls button span{
	font-weight: 500;
}

.dialog-common-backdrop#deleteAll .dialog-common .dialog-common__content .alert-dialog__controls .base-button--secondary {
    background-color: #ed6c06;
    color: #fff;
}

.dialog-common-backdrop#deleteAll .dialog-common .dialog-common__content .alert-dialog__controls button.base-button--full-width {
    inline-size: 100%;
	border: none;
}

.dialog-common-backdrop#deleteAll .dialog-common .dialog-common__content .alert-dialog__controls button.base-button--size-md {
    padding-block: 13px;
    padding-inline: 12px;
    gap: 12px;
    font-size: 18px;
    line-height: 20px;
}

@media screen and (max-width: 639px) {
#deleteAll .dialog-common.not-standard-application{
	height: 240px;
	padding: 16px 8px;
	justify-content: center;
	width: 90%;
	max-width: 90%;
	display: flex;
	margin: 0px;
}
.dialog-common-backdrop#deleteAll .dialog-common .dialog-common__content .alert-dialog__controls {
	max-inline-size: none;
}
}