/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.       f-wc-s-
 */                            
.f-wc-s-js-modal-window-iframe {
	min-width: 100%;
	min-height: 600px;
	max-width: 100%;
    height: 80vh;    
	border: none;
	overflow: auto;
}

.container_NOTFOUND {
	margin: 15px auto;
	padding: 0 15px;
	max-width: 800px;
	width: 100%;
}

.f-wc-s-window-modal {
	display: none;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	overflow-y: auto;
	position: fixed;
	padding: 15px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;

	background-color: rgba(0,0,0,0.7);
}

.f-wc-s-window-modal.f-wc-s-window-modal--visible {
	display: flex !important;
}

.f-wc-s-window-modal__in {
	position: relative;
	max-width: 95%;
	max-height: 90vh;
	padding: 20px;
	width: 90%;
	z-index: 1001;
	overflow-y: auto;

	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 6px 2px rgba(50,50,50,0.3);
}

.f-wc-s-js-modal-window-close {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	background: #fff !important;
	border: 1px solid #ccc !important;
	padding: 5px 10px !important;
	cursor: pointer !important;
	z-index: 1002 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 1 !important;
	border-radius: 3px !important;
}

.f-wc-s-js-modal-window-close:hover {
	background: #f0f0f0 !important;
	border-color: #999 !important;
}

.f-wc-s-window-activated {
	/* Removed overflow: hidden to allow scrolling */
	margin-right: 0;
}

.select2-selection--single{
    height: initial !important;
}
.woocommerce-checkout-review-order-table [data-title="Csomagautomata"] .select2-container,
.woocommerce-checkout-review-order-table [data-title="Parcel locker"] .select2-container {
	max-width: 80px;
}
@media only screen and (min-width: 381px){
	.woocommerce-checkout-review-order-table [data-title="Csomagautomata"] .select2-container,
	.woocommerce-checkout-review-order-table [data-title="Parcel locker"] .select2-container {
		max-width: 110px;
	} 
}
