/*
Theme Name: Digtek Child Theme
Template: digtek
*/

body {
	background-color: #efeddf;
}

/* LP Express native select styling */
select.woo_lithuaniapost_lpexpress_terminal_id {
	display: block;
	width: 100%;
	height: 44px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #374151;
	background-color: #fff;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	appearance: auto;
	cursor: pointer;
}

select.woo_lithuaniapost_lpexpress_terminal_id:focus {
	border-color: #0b843b;
	outline: none;
	box-shadow: 0 0 0 2px rgba(11, 132, 59, 0.15);
}

select.woo_lithuaniapost_lpexpress_terminal_id optgroup {
	font-weight: 600;
	color: #6b7280;
	font-size: 13px;
}

select.woo_lithuaniapost_lpexpress_terminal_id option {
	font-weight: 400;
	color: #374151;
	font-size: 14px;
	padding: 4px 8px;
}

.woocommerce-input-wrapper.woo_lithuaniapost_lpexpress_terminal_select_container {
	margin-top: 5px;
}

/* Menu: remove capitalize from nav links */
.header-main .main-menu ul li a {
	text-transform: none !important;
}

/* Header: relative when not sticky, so it pushes content down naturally */
.header-1:not(.sticky) {
	position: relative !important;
}

/* Hide "checking out as a guest" message */
.wc-block-checkout__guest-checkout-notice {
	display: none !important;
}
