.category { font-size: 1.4em; }
.subregion { font-size: 1em;
    color: black;
    font-weight: bold;
    margin: 2rem 0rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center; 
}
.city { font-size: 1.2em; }
.row1 { background-color:#f9f9f9; border: 1px solid #eee; }
.row0 {  border: 1px solid #eee; }
.link-dark.active { background-color: transparent !important; color: var(--wsg_primary_color) !important; }

.producer_open { }
.producer_open ._header {  }
.producer_open .producer_extras {  }
.producer_item.not_public  { opacity: 0.5; background-color: #eee; }
.myaddress{width:100%;float:left;margin-bottom:5px;}
.location-title,.location-title a {margin: 0 0 10px;margin-left: 0px;margin-left: 0px;font-weight: 600;font-size: 17px;color:#1f1d22;display:block;}
.leaflet-popup-content-wrapper, .leaflet-popup-tip{min-height:170px;float:left;}
span.locationaddress {font-size: 15px;color: #1f1d22;}

.tooltipster-sidetip.simple .tooltipster-content {
	color: #666;
	font-size:.9em;
	line-height:1.5em;
}
.tooltipster-sidetip.simple .tooltipster-box { border: none; border-radius: 5px; background: #fff; box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1); }
.tooltipster-sidetip.simple.tooltipster-bottom .tooltipster-box { margin-top: 6px; }
.tooltipster-sidetip.simple.tooltipster-left .tooltipster-box { margin-right: 6px; }
.tooltipster-sidetip.simple.tooltipster-right .tooltipster-box { margin-left: 6px; }
.tooltipster-sidetip.simple.tooltipster-top .tooltipster-box { margin-bottom: 6px; }
.tooltipster-sidetip.simple .tooltipster-arrow { height: 6px; margin-left: -6px; width: 12px; }
.tooltipster-sidetip.simple.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.simple.tooltipster-right .tooltipster-arrow { height: 12px; margin-left: 0; margin-top: -6px; width: 6px; }
.tooltipster-sidetip.simple .tooltipster-arrow-background { display: none; }
.tooltipster-sidetip.simple .tooltipster-arrow-border { border: 6px solid transparent; }
.tooltipster-sidetip.simple.tooltipster-bottom .tooltipster-arrow-border { border-bottom-color: #fff; }
.tooltipster-sidetip.simple.tooltipster-left .tooltipster-arrow-border { border-left-color: #fff; }
.tooltipster-sidetip.simple.tooltipster-right .tooltipster-arrow-border { border-right-color: #fff; }
.tooltipster-sidetip.simple.tooltipster-top .tooltipster-arrow-border { border-top-color: #fff; }
.tooltipster-sidetip.simple.tooltipster-bottom .tooltipster-arrow-uncropped { top: -6px; }
.tooltipster-sidetip.simple.tooltipster-right .tooltipster-arrow-uncropped { left: -6px; }

/* Country block */
.wsg-pg-country__title {
	color: #333;
	border-bottom: 2px solid #eee;
	padding-bottom: 0.5rem;
}

/* Regions block */
.wsg-pg-regions__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}

.wsg-pg-regions__link {
	color: #000;
}

.wsg-pg-regions__link:hover {
	color: #fc026b;
}

/* Badge block (since it's used across different components) */
.wsg-pg-badge {
	font-size: 0.75rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	color: #fff;
}
/* Searchbar block */
.wsg-pg-nav {
	margin-top: -50px;
}

/* Search block and its elements */
.wsg-pg-search__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-top: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	z-index: 1000;
	min-height: 50px;
	max-height: 500px;
	overflow-y: auto;
}

.wsg-pg-search__input {
	padding-right: 40px;
	border-radius: 6px;
}

.wsg-pg-search__input:focus {
	border-color: #fc026b;
	box-shadow: 0 0 0 0.2rem rgba(252, 2, 107, 0.25);
	outline: 0;
}

.wsg-pg-search__icon-wrapper {
	position: absolute;
	right: 0;
	z-index: 10;
	top: 5px;
	margin-right: 10px;
}

.hover-bg-light:hover {
	background-color: #f8f9fa;
}

.hero-section {
	position: relative;
	background-size: cover;
	background-position: center;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	border-radius: 10px;
	overflow: hidden;
}
.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.hero-content {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 50%;
}

.view-wineproducer .map_canvas {
	margin-top: 20px;
}

.view-wineproducer .chosen-container {
	margin-right: 20px;
}

.view-wineproducer .map_canvas .leaflet-popup-content img {
	width:32px;
	margin-bottom:12px;
}