.dlyd-pvz-selector {
	margin: 12px 0 6px;
	padding: 14px;
	border: 1px solid #e4e8ef;
	border-radius: 12px;
	background: #fff;
}

.dlyd-pvz-selector > label,
.dlyd-pvz-selector > small {
	display: block;
	margin-bottom: 8px;
}

.dlyd-pvz-selector .dlyd-open-pvz-map,
.dlyd-pvz-modal__footer .button {
	min-height: 44px;
	padding: 9px 16px;
	border: 0;
	border-radius: 10px;
	background: #ff6268 !important;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.dlyd-pvz-selector .dlyd-open-pvz-map:hover,
.dlyd-pvz-selector .dlyd-open-pvz-map:focus,
.dlyd-pvz-modal__footer .button:hover,
.dlyd-pvz-modal__footer .button:focus {
	background: #f04e57 !important;
	color: #fff !important;
}

.dlyd-pvz-current {
	display: grid;
	gap: 3px;
	margin: 10px 0;
	padding: 10px 12px;
	border-radius: 9px;
	background: #f7f9fc;
	line-height: 1.35;
}

.dlyd-pvz-current strong,
.dlyd-pvz-current span,
.dlyd-pvz-current small {
	display: block;
	margin: 0;
}

.dlyd-pvz-current small,
.dlyd-pvz-selector > small,
.dlyd-pvz-modal__header span,
.dlyd-pvz-modal__footer span {
	color: #667085;
}

.dlyd-pvz-fallback {
	margin-top: 8px;
}

.dlyd-pvz-fallback summary {
	cursor: pointer;
	font-weight: 600;
}

.dlyd-pvz-selector select {
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	margin-top: 8px;
	padding: 8px 10px;
	border: 1px solid #ccd5e1;
	border-radius: 8px;
	background: #fff;
}

.dlyd-pvz-modal[hidden],
.dlyd-pvz-map[hidden],
.dlyd-pvz-map-empty[hidden] {
	display: none !important;
}

.dlyd-pvz-modal {
	position: fixed;
	z-index: 2147483000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
}

.dlyd-pvz-modal,
.dlyd-pvz-modal button,
.dlyd-pvz-modal input,
.dlyd-pvz-modal select,
.dlyd-pvz-modal .leaflet-container,
.dlyd-pvz-modal .leaflet-control,
.dlyd-pvz-modal .leaflet-tooltip {
	letter-spacing: 0 !important;
	word-spacing: normal !important;
	text-transform: none !important;
}

.dlyd-pvz-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 31, 53, 0.68);
	backdrop-filter: blur(2px);
}

.dlyd-pvz-modal__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(1000px, 94vw);
	height: min(760px, 86vh);
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(12, 32, 64, 0.28);
}

.dlyd-pvz-modal__header,
.dlyd-pvz-modal__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px;
	background: #fff;
}

.dlyd-pvz-modal__header {
	border-bottom: 1px solid #e5e9f0;
}

.dlyd-pvz-modal__header > div {
	display: grid;
	gap: 3px;
	text-align: left;
}

.dlyd-pvz-modal__header strong {
	font-size: 21px;
	line-height: 1.2;
}

.dlyd-pvz-modal__footer {
	border-top: 1px solid #e5e9f0;
}

.dlyd-pvz-modal__close {
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f3f5f8;
	color: #142944;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
}

.dlyd-pvz-map {
	flex: 1 1 auto;
	width: 100%;
	min-height: 440px;
	background: #e9eef4;
}

.dlyd-pvz-map-empty {
	display: grid;
	flex: 1 1 auto;
	place-items: center;
	padding: 28px;
	color: #475467;
	text-align: center;
}

.dlyd-pvz-marker-shell {
	border: 0;
	background: transparent;
}

.dlyd-pvz-marker {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border: 4px solid #fff;
	border-radius: 50% 50% 50% 8px;
	background: #ff6268;
	box-shadow: 0 3px 12px rgba(24, 42, 70, 0.35);
	transform: rotate(-45deg);
}

.dlyd-pvz-marker > span {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

.dlyd-pvz-marker.is-selected {
	background: #203a60;
	box-shadow: 0 0 0 4px rgba(255, 98, 104, 0.42), 0 3px 12px rgba(24, 42, 70, 0.35);
}

.dlyd-pvz-modal .leaflet-tooltip {
	max-width: min(330px, 76vw);
	white-space: normal;
}

.dlyd-pvz-modal .leaflet-control-attribution {
	font: 11px/1.35 Arial, sans-serif !important;
	white-space: nowrap;
}

body.dlyd-pvz-map-open {
	overflow: hidden;
}

@media (max-width: 720px) {
	.dlyd-pvz-selector .dlyd-open-pvz-map {
		width: 100%;
	}

	.dlyd-pvz-modal {
		padding: 0;
	}

	.dlyd-pvz-modal__dialog {
		width: 100vw;
		height: 100dvh;
		max-height: none;
		border-radius: 0;
	}

	.dlyd-pvz-modal__header,
	.dlyd-pvz-modal__footer {
		padding: 12px 14px;
	}

	.dlyd-pvz-modal__header span,
	.dlyd-pvz-modal__footer span {
		font-size: 12px;
	}

	.dlyd-pvz-modal__header strong {
		font-size: 18px;
	}

	.dlyd-pvz-modal__footer {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.dlyd-pvz-modal__footer .button {
		width: 100%;
		text-align: center;
	}

	.dlyd-pvz-map {
		min-height: 0;
	}

	.dlyd-pvz-modal .leaflet-control-attribution {
		max-width: calc(100vw - 82px);
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 768px) {
	body.woocommerce-cart {
		overflow-x: hidden;
	}

	body.woocommerce-cart .site-main,
	body.woocommerce-cart .entry-content,
	body.woocommerce-cart .woocommerce,
	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .woocommerce-cart-form__contents,
	body.woocommerce-cart .woocommerce-cart-form__contents > tbody {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	body.woocommerce-cart .woocommerce-cart-form__contents,
	body.woocommerce-cart .woocommerce-cart-form__contents > tbody {
		display: block !important;
	}

	body.woocommerce-cart .woocommerce-cart-form__contents > thead {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0 0 0 0) !important;
		clip-path: inset(50%) !important;
		white-space: nowrap !important;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item {
		position: relative;
		display: grid !important;
		grid-template-columns: 78px minmax(0, 1fr);
		grid-template-areas: "image name";
		gap: 8px 14px;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 0 14px !important;
		padding: 16px !important;
		border: 1px solid #e4e8ef !important;
		border-radius: 14px;
		background: #fff !important;
		box-sizing: border-box;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item > td {
		display: block !important;
		width: auto !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		text-align: left !important;
		box-sizing: border-box;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item > td::before {
		display: none !important;
		content: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail {
		grid-area: image;
		align-self: start;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail img {
		display: block;
		width: 76px !important;
		height: 76px !important;
		max-width: 76px !important;
		object-fit: contain;
		border-radius: 8px;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item .product-name {
		grid-area: name;
		padding-right: 0 !important;
		font-size: 17px !important;
		line-height: 1.35 !important;
		overflow-wrap: anywhere;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item .product-name a {
		display: block;
		font-size: inherit !important;
		line-height: inherit !important;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item > .product-price,
	body.woocommerce-cart .woocommerce-cart-form__cart-item > .product-quantity,
	body.woocommerce-cart .woocommerce-cart-form__cart-item > .product-subtotal,
	body.woocommerce-cart .woocommerce-cart-form__cart-item > .product-remove {
		display: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item .product-name .product-mobile-actions {
		position: static !important;
		display: flex !important;
		align-items: center !important;
		flex-wrap: wrap;
		gap: 8px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 12px 0 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item .product-mobile-actions .quantity {
		position: static !important;
		width: max-content !important;
		max-width: 112px !important;
		margin: 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item .product-mobile-actions .woocommerce-Price-amount {
		white-space: nowrap !important;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item .product-mobile-actions .remove {
		position: static !important;
		flex: 0 0 auto;
		margin-left: auto !important;
		padding-left: 8px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form__contents td.actions {
		display: block !important;
		width: 100% !important;
		padding: 10px 0 !important;
		border: 0 !important;
		text-align: left !important;
	}

	body.woocommerce-cart .woocommerce-cart-form__contents td.actions::before {
		display: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form__contents .coupon {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 10px;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.woocommerce-cart .woocommerce-cart-form__contents .coupon input,
	body.woocommerce-cart .woocommerce-cart-form__contents .coupon button,
	body.woocommerce-cart .woocommerce-cart-form__contents button[name="update_cart"] {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 48px;
		margin: 0 0 10px !important;
		box-sizing: border-box;
		white-space: normal !important;
	}

	body.woocommerce-cart .cart-collaterals,
	body.woocommerce-cart .cart-collaterals .cart_totals {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		box-sizing: border-box;
	}

	body.woocommerce-cart .cart_totals table.shop_table,
	body.woocommerce-cart .cart_totals table.shop_table > tbody,
	body.woocommerce-cart .cart_totals table.shop_table tr,
	body.woocommerce-cart .cart_totals table.shop_table th,
	body.woocommerce-cart .cart_totals table.shop_table td {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
		text-align: left !important;
	}

	body.woocommerce-cart .cart_totals table.shop_table td::before {
		display: none !important;
		content: none !important;
	}

	body.woocommerce-cart .cart_totals table.shop_table th {
		padding: 12px 0 4px !important;
	}

	body.woocommerce-cart .cart_totals table.shop_table td {
		padding: 4px 0 12px !important;
	}

	body.woocommerce-cart .cart_totals ul#shipping_method,
	body.woocommerce-cart .cart_totals ul#shipping_method > li,
	body.woocommerce-cart .cart_totals .dlyd-pvz-selector {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
		text-align: left !important;
	}

	body.woocommerce-cart .cart_totals ul#shipping_method {
		margin: 0 !important;
		padding: 0 !important;
	}

	body.woocommerce-cart .cart_totals ul#shipping_method > li {
		display: block !important;
		margin: 0 0 12px !important;
		padding: 0 !important;
		white-space: normal !important;
	}

	body.woocommerce-cart .dlyd-pvz-selector {
		overflow: visible;
	}

	body.woocommerce-cart .dlyd-pvz-selector .dlyd-open-pvz-map,
	body.woocommerce-cart .dlyd-pvz-selector select {
		width: 100% !important;
		max-width: 100% !important;
		white-space: normal !important;
		word-break: normal !important;
		text-align: center;
	}

	body.woocommerce-cart .dlyd-pvz-current,
	body.woocommerce-cart .dlyd-pvz-current strong,
	body.woocommerce-cart .dlyd-pvz-current span,
	body.woocommerce-cart .dlyd-pvz-current small {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		word-break: normal;
		overflow-wrap: anywhere;
		text-align: left;
	}
}
