

/* Start:/local/templates/vodavdom/components/bitrix/sale.basket.basket.small/header/style.css?17338413523057*/
/*Table*/
table.sale_basket_small
{
	width:245;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}

.basketCart-view-popup {
	width: 100vw;
	height: 100vh;
	display: none;
	background-color: #15151566;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.basketCart-view-popup .basket-popup-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	min-width: 750px;
	padding: 30px;
	z-index: 1000;
	border-radius: 12px;
}

.basketCart-view-popup .basket-popup-content:has(.bx-basket-item-list) {
	padding: 24px;
}

.basketCart-view-popup.active {
	display: block;
}

/*.basket-popup-content {*/
/*	max-height: 400px;*/
/*	overflow-y: auto;*/
/*}*/

.basket-popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
}
@media screen and (min-width: 768px) {
	body.escape_cabinet:has(.basketCart-view-popup.active) {
		overflow: hidden;
		padding-right: 13px;
	}
}

@media screen and (min-width: 767px) {
	body .basket-popup-content .basket-item__list {
		max-height: calc(100vh - 280px);
	}
}

.empty-basket-popup {
	height: 100%;
	display: flex;
	flex-direction: column;

}

.empty-basket-popup p {
	margin-bottom: 0;
}

.basket-popup-content:has(.empty-basket-popup) {
	padding: 24px;
	/*height: 712px;*/
	height: 600px;
	max-width: 390px;
	min-width: 390px !important;
}

.basket-popup-content:has(.empty-basket-popup) #popup-basket-items,
.basket-popup-content:has(.empty-basket-popup) #popup-basket-items > div {
	width: 100%;
	height: 100%;
}

#basket-popup:has(.empty-basket-popup) {
	height: 100%;
}

.empty-actions button {
	display: flex;
	justify-content: center;
}

.empty-central {
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 16px;
	justify-content: center;
	margin-top: 190px;
}

.empty-central span {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #F7F7F7;
	background-image: url(/local/templates/vodavdom/images/empty_basket.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.empty-actions {
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.empty-actions {
	font-size: 14px;
	font-weight: 900;
	line-height: 24px;
	color: #33333399;
}

.empty-actions button {
	background-color: transparent;
	border: none;
	padding-left: 28px;
	background-image: url(/local/templates/vodavdom/images/arrowLeftGrey.svg);
	background-repeat: no-repeat;
	background-position: left 0;
	background-size: 24px;
	font-family: 'LatoBold', 'Arial', sans-serif;
	font-size: 16px;
	color: #33333399;
}

@media screen and (max-width: 767px) {
	.basket-popup-content:has(.empty-basket-popup) {
		padding: 24px;
		height: 100vh;
		max-width: 100vw;
		min-width: 100vw !important;''
	}
}

#popup-basket-items, #bx_basketFKauiI {
	width: 100%;
}
/* End */
/* /local/templates/vodavdom/components/bitrix/sale.basket.basket.small/header/style.css?17338413523057 */
