@font-face {
	font-family: 'prestawp';
	src: url('../fonts/prestawp.svg');
	src: url('../fonts/prestawp.eot?#iefix') format('embedded-opentype'),
	url('../fonts/prestawp.woff') format('woff'),
	url('../fonts/prestawp.ttf') format('truetype'),
	url('../fonts/prestawp.svg#Glyphter') format('svg');
	font-weight: normal;
	font-style: normal;
}
.pswp-block {

}
.pswp-block table {
	margin-bottom: 0;
}
.pswp-block table .col2 {
	text-align: right;
	white-space: nowrap;
}
.pswp-block table .pswp-total td {
	border-top: 1px solid #ccc;
}
.pswp-block table .total-products {
	white-space: nowrap;
}
.pswp-block table .pswp-process-order {
	display: block;
	width: 100%;
	background: #333;
	color: white;
	padding: 5px;
	text-align: center;
}
.pswp-block .pswp-cart {
	background: #333;
	display: inline-block;
}
.pswp-block .pswp-cart:hover {
	background-color: #222;
}
.pswp-block .pswp-cart-link {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #ccc;
	text-decoration: none;
	position: relative;
}
.pswp-block .pswp-cart-link .pswp-cart-icon {
	content: 'B';
	display: inline-block;
	font-family: 'prestawp', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: 28px;
	margin-right: 0;
	position: relative;
	top: 3px;
}
.pswp-block .cart-title {
	font-size: 120%;
	font-weight: bold;
	color: white;
	margin-left: 15px;
	margin-right: 3px;
	position: relative;
	top: -2px;
}
.wp-block-pswp-pswp-cart .cart-title {
	margin-right: 6px;
}
.pswp-block .pswp-cart.pswp-simple-view .cart-title {
	display: none;
}
.pswp-block .pswp-products-summ {
	position: relative;
	top: -2px;
}
.pswp-block .pswp-products-num,
.pswp-block .pswp-cart.pswp-simple-view .pswp-products-summ {
	font-size: 0.9em;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	line-height: 1.2;
	text-align: center;
	border-radius: 100%;
	margin-left: 5px;
	position: relative;
}
.pswp-block .pswp-products-num .pswp-pn-digit {
	font-size: 0.8em;
	position: relative;
	top: -0.05em;
}
#main .pswp-iframe,
#content .pswp-iframe,
.pswp-iframe {
	width: 100%;
	min-width: 100%;
	border: none;
	margin: 0 !important;
}
#main .pswp-if-wrp,
#content .pswp-if-wrp,
.pswp-if-wrp {
	width: 100%;
	border: none;
}

.pswp-if-wrp {
	background: url("../img/loader.gif") no-repeat center center;
}
.pswp-if-wrp.loaded {
	background: none;
}
.pswp-add-to-cart-btn:before {
	content: 'B';
	display: inline-block;
	font-family: 'prestawp', sans-serif;
	position: relative;
	left: -4px;
	top: 3px;
	margin-right: 4px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wp-block-pswp-pswp-search .search-form-front {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 -0.8rem -0.8rem;
}
.wp-block-pswp-pswp-search .search-form-front .search-field,
.wp-block-pswp-pswp-search .search-form-front .search-submit {
	margin: 0 0 0.8rem 0.8rem;
}
.wp-block-pswp-pswp-search .search-form-front label {
	align-items: stretch;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
}
.wp-block-pswp-pswp-search .search-form-front .search-field {
	width: 100%;
}
.wp-block-pswp-pswp-search .search-form-front .search-submit {
	flex-shrink: 0;
}
.wp-block-pswp-pswp-search .search-form-front .search-submit:focus,
.wp-block-pswp-pswp-search .search-form-front .search-submit:hover {
	text-decoration: none;
}

.pswp-products-block {
	padding: 20px;
	border: 1px solid;
}

.pswp-products-block .search-container {
	margin-bottom: 20px;
}

.pswp-products-block .pswp-search-input {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.pswp-products-block .selected-products {
	padding: 0;
	border-radius: 4px;
}

.pswp-products-block .selected-products h4 {
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.pswp-products-block .cpp_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pswp-products-block .list-group-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	border-radius: 3px;
}

.pswp-products-block .pbc-remove {
	cursor: pointer;
	color: #cc0000;
	font-weight: bold;
	padding: 0 5px;
}

.pswp-products-block .pbc-remove:hover {
	color: #990000;
}

/* Autocomplete dropdown styling */
.autocomplete-suggestions {
	border: 1px solid #ddd;
	background: #fff;
	overflow: auto;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 4px;
}

.autocomplete-suggestion {
	padding: 8px 12px;
	cursor: pointer;
}

.autocomplete-suggestion:hover {
	background: #f5f5f5;
}

.pswp-search-type {
	margin-bottom: 20px;
}

.pswp-search-type .components-radio-control__group-wrapper {
	flex-direction: row;
	justify-content: start;
}

.pswp-search-type .components-radio-control__option {
	margin: 0 1rem 0 0 !important; /* Override WordPress default margins */
}

.pswp-search-type .components-radio-control__input {
	margin-top: 2px;
}

.pswp-block-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
}

.pswp-block-header svg {
	width: 24px;
	height: 24px;
	fill: #1e1e1e;
}

.pswp-block-header h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}