@font-face {
	font-family: TCBW;
	src: url(fonts/s-regular.woff2);
	font-weight: normal;
}

@font-face {
	font-family: TCBW;
	src: url(fonts/s-semibold.woff2);
	font-weight: bold;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

.hidden {
	display: none !important
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px !important;
	margin: -1px;
	overflow: hidden !important;
	padding: 0;
	position: absolute !important;
	width: 1px !important;
}


:root {
	--main-color: #FFCA1E;
	--text-color: #231F20;
	--text-light-color: #a7a7a7;
	--font-size: 16px;
	--nav-color: #111;
	--nav-color-active: #fff;
	--header-bg: #fff;
	--link-color: #231F20;
	--link-color-hover: #555;
	--border-radius: .5rem;
}

body {
	position: relative;
	font-family: TCBW, helvetica, 'sans-serif';
	color: #231F20;
	color: var(--text-color);
	font-size: var(--font-size);
}

select,
input,
textarea {
	font-family: TCBW, helvetica, 'sans-serif';
}

a {
	color: #231F20;
	color: var(--link-color);
	text-decoration: none;
}

a:hover {
	color: #555;
	color: var(--link-color-hover);
	text-decoration: none;
}

h2 {
	font-weight: bold;
	margin: 24px 0 8px;
}

p {
	margin-bottom: 12px;
}

dl,
p {
	line-height: 1.5;
}

dl {
	margin-bottom: 1.4em;
}

dt,
dd {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 8px;
	font-weight: bold;
}

dt {
	font-size: 0.7em;
	color: rgba(32, 32, 32, .4);
	font-weight: bold;
	text-transform: uppercase;
}

dl a,
p a {
	text-decoration: underline;
}

button {
	border: 0;
	background: none;
	cursor: pointer;
	outline: 0;
	color: currentColor;
}

.c-fitLine{
	display: flex;
	align-items: baseline;
	gap: .25rem;
}

.c-fitLine__fit{
	flex: 1;
}

.c-fitLine__trun{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.country {
	font-size: 0.65em;
	color: var(--text-light-color);
	font-weight: 400;
}

.c-list-parent-title .country{
	margin-left: .25em;
}

.country-short {
	font-size: 0.5em;
	color: var(--text-light-color);

}

.country-short:before {
	content: "(";
}

.country-short:after {
	content: ")";
}

.input {
	padding: 0.75em;
	font-size: 1em;
	display: block;
	width: 100%;
	border-radius: var(--border-radius);
	background: #fff;
	border: 2px solid rgba(34, 34, 34, 0.08);
}

textarea.input {
	height: 6em;
}


.f-select {
	display: inline-block;
	position: relative;
	font-size: 1em;
}

.f-select .icon-dropdown {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	z-index: 2;
	pointer-events: none;
}

.f-select select {
	cursor: pointer;
	font-size: 1em;
	margin: 0;
	padding: 0;
	padding-right: 12px;
	border: 0;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
}

.t-sentence {
	text-transform: capitalize;
}

/* Navbar */
.c-navbar {
	background: url('bg.jpg') no-repeat;
	background-size: cover;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding-bottom: env(safe-area-inset-bottom);

}

.c-nav {
	font-weight: bold;
}

.c-nav-link {
	padding: 1em 0.75em;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	color: rgba(32, 32, 32, .4);
	-webkit-tap-highlight-color: transparent;
	display: flex;
	gap: 1em;
}


.c-nav-link:hover,
.c-nav-link--active {
	color: rgba(32, 32, 32, 1);
}

.c-nav-link__icon{
	font-size: 1em;
	width: 1em;
	min-width: 1em;
}

.c-nav-link__icon.icon-beer, .c-nav-link__icon.icon-list{
		transform: scale(1.3);
	}

.c-brand{ padding: 0.5em 1.7em 1.7em 1.7em; }


@media only screen and (min-width : 620px) and (max-width : 1020px) {
	.c-nav-link__icon{
		display: none;
	}
}


@media only screen and (min-width : 620px) {

	.c-nav-link__icon.icon-beer, .c-nav-link__icon.icon-list{
		transform-origin: left center;
	}

	.c-navbar {
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width : 620px) {

	.c-brand{ display:none; }



	.c-navbar {
		-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
		background: rgba(240, 240, 240, 0.72);
	}


	.c-nav{ gap: 1em; }
	
	.c-nav-link__icon.icon-beer, .c-nav-link__icon.icon-list{
		transform: scale(1.1);
		transform-origin: top center;
	}

	.c-nav-link{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: .5em;
		padding: .75em;
	}
	
	.c-nav-link__icon{
		font-size: 1.5em;
	}

	.c-nav-link__title{
		font-size: .75em;
	}
}


/* Layout */
.c-view {
	position: relative;
}

.c-view-head {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 0.5em 0;
	display: flex;

	background-color: #fff;
	background-color: var(--header-bg);
	font-size: 1.65em;
	z-index: 99;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media only screen and (min-width : 620px) {
	.c-view-head {
		padding: 1em 0;
	}
}

.c-view-head-button {
	margin-right: 0;
	width: 1em;
	display: flex;
	z-index: 2;
	cursor: pointer;
}

.c-view-head-button a {

	display: flex;
	padding-right: 0.5em;
}

.c-view-head-button a svg {
	display: block;
	margin: auto;
}

.c-view-head-button+.c-view-head-title {
	transform: translateX(-1em);
}

.c-view-head-title {
	margin: 0 auto;
	padding: 0 1.5em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	z-index: 1;

}


.c-view-head-title--controls{
	text-align: left;
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	padding: 0 1rem;
	width: 100%;
}

@media only screen and (min-width : 620px) {
	.c-view-head-title--controls{
		text-align: left;
		margin: 0;
		padding: 0;
	}
}


.c-view-head-title.hasLongText span {
	font-size: 0.8em;
}

.c-view-body {
	padding: 1em 0 2em 0;
}

.c-view[isWide=true] .c-view-body {
	padding-top: 0;
}

/* List item */
.c-list-parent-title {
	margin-top: 2rem;
	margin-bottom: .5rem;
	font-weight: 450;
	font-size: 1.4em;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.c-list-parent .c-list-parent-title:only-child {
	display: none;
}

.c-list-item+.c-list-parent-title {
	margin-top: 3em;
}

.c-list-item {
	margin: 0 0 .5em 0;
	display: flex;
	align-items: flex-start;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.c-list-item:empty {
	display: none;
}

.c-view-parent .c-list-item {
	margin: 1em 0;
}

.c-list-item-title,
.c-list-item-details {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-list-item-country{
	color: var(--text-light-color);
	font-size: .8em;
}

.c-view-parent .c-list-item-title,
.c-view-parent .c-list-item-details {
	white-space: normal;
}

.c-list-item .b-toggle-label {
	display: none;
}

.c-list-item-details {
	font-size: 0.8em;
}

.c-list-item-link {
	min-width: 0;
	flex: 1;
	display: block;
	margin-right: .5em;
}

.c-list-item .b-item-check {
	margin-right: .5em;
	display: block;
	padding:.2em 0.5em;
	padding-left: 0;
}

.c-list-item .b-item-fav {
	margin-left: auto;
	display: block;
	padding: .2em 0.5em;
	padding-right: 0;
}

/* Category list */
.c-category-list {}

.c-category-list-item {margin-bottom: .5em;}

.c-category-list-item-link {
	position: relative;
	display: block;
}

.c-category-list-item-image {
	display: block;
}

.c-category-list-item-title {

	display: inline-block;
	text-align: center;
	padding: 0.25em 0.5em;
}

.c-category-list-item-country{
	color: var(--text-light-color);
	font-size: .8em;
	margin-left: .5em;
}


/* Icons */
.icon-star,
.icon-check {
	width: 32px;
	height: 32px;
	fill: #111;
	color: #111;
	fill-opacity: 0.16;
}

.icon-dropdown {
	width: 8px;
	height: 8px;
	fill-opacity: 1;
}

.icon-back {
	width: 32px;
	height: 32px;
	fill-opacity: 1;
}




.b-selected .icon-star {
	fill: #ffca1e;
	color: #ffca1e;
	fill-opacity: 1 !important;
}

.b-selected .icon-check {
	fill: #4fc500;
	color: #4fc500;
	fill-opacity: 1 !important;
}


/* Buttons */

.b-fav {
	border: 0;
	border-radius: 100%;
}

.b-toggle {
	padding: 0;
}

.b-toggle .icon {
	display: inline-block;
	vertical-align: middle;
}

.b-toggle-label {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	font-size: 1rem;
}

.b-untappd, .c-view-item .b-toggle.b-untappd{
	background: rgba(34, 34, 34, 0.08);
	border-color: transparent;
}



.c-view-item .b-toggle-label {
	margin-left: .8em;
}

.c-view-item .b-toggle {
	padding: 0.6em .9em;
	border-radius: var(--border-radius);
	text-align: left;
	font-weight: bold;
	border: 2px solid rgba(34, 34, 34, 0.08);
	display: flex;
	white-space: nowrap;
	align-items: center;
}

.c-view-item .b-toggle .icon{
	width: 1em;
	height: 1em;
	transform: scale(1.6);
}

.c-view-item .b-item-fav .icon, .c-view-item .b-item-check .icon{
	transform: scale(1.8);
}

.c-view-item .b-toggle:hover {
	border-color:rgba(34, 34, 34, 0.28);
}


.c-buttons-group {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	display: flex;
	gap: 1em;
	margin-bottom: 2em;
}

@media only screen and (max-width : 620px) {
	.c-buttons-group {
		flex-wrap: wrap;
		gap: .45em;
	}

	.c-view-item .b-toggle{
		flex: 1;
	}
	.c-view-item .b-toggle.b-untappd{
		flex: 2;
	}
}


.b-note-submit {
	font-weight: bold;
	padding: 0.6em .9em;
	font-size: 1em;
	border-radius: var(--border-radius);
	background: rgba(34, 34, 34, 0.08);
	border: 2px solid transparent;
}

.b-note-submit:hover {
	background: rgba(34, 34, 34, 0.28);
}



/* Badge */

.badge{
	font-size: 0.75rem;
	color: var(--text-light-color);
	background: rgba(34, 34, 34, 0.04);
	line-height: 1.45;
	min-width: 1.4em;
	padding: 0 .4em;
	text-align: center;
	border-radius: 2em;
	display: inline-block;
}

 /* Tabs */
 .tabs{
 	display: flex;
 	line-height: 1;
 	gap: 1em;
 }
 .tabs__title{ padding:.125em 0; line-height:1; display:block; color:var(--text-light-color);  cursor:pointer; white-space: nowrap; }
 .tabs__input:checked + .tabs__title{ color:var(--text-color); }
.tabs__title:hover{ color: var(--text-color); }

.tabs__title .badge{
	vertical-align: middle;
	margin-left: .125em;
}

.tabs__input:checked + .tabs__title .badge{ background-color:var(--text-color);  color:#fff;}



/* note */
.c-note-input {
	margin-bottom: 0.5em;
}

.c-note {
	margin-top: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

}

.c-view-search {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: relative;
}

.c-view-search__reset {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	background-color: #202020;
	border: 0;
	padding: .5em .85em;
	color: #fff;
	line-height: 1;
	border-radius: 1em;
	font-size: 0.8em;
}
.c-view-search__reset:hover{
	background-color: var(--text-light-color);
}


@media only screen and (min-width : 620px) {

	.b-toggle:hover .icon-star {
		fill: #ffca1e;
		fill-opacity: 0.5;
	}

	.b-toggle:hover .icon-check {
		fill: #4fc500;
		fill-opacity: 0.5;
	}

	.c-view {
		margin-right: auto;
		margin-left: 25%;
		padding-left: 2em;
		width: 100%;
		max-width: 540px;
	}

	.c-view-head {
		font-size: 1.5em;
	}

	.c-navbar {
		font-size: 1.5em;
		padding-top: 2.2em;
		position: fixed;
		width: 25%;
		left: 0;
		top: 0;
		height: 100%;

	}

	.c-nav {
		top: 2.2em;
	}

	.c-nav-link {
		padding: 0.5em 1.7em;
		min-width: 9em;
	}

	.c-list-item+.c-list-parent-title {
		margin-top: 1em;
	}

	.c-view[isWide=true] {
		max-width: inherit;
		width: auto;
		padding-right: 2em;
	}

	.c-view[isWide=true] .c-view-head-title {
		margin-left: 0;
	}

	.visibleMobile {
		display: none !important
	}
}

@media only screen and (min-width : 920px) {
	.c-view {
		padding-left: 4em;
		max-width: 640px;
	}
}

@media only screen and (max-width : 620px) {
	.hiddenMobile {
		display: none !important
	}

	dt {
		font-size: 0.8em;
	}

	.c-view-head-button {
		margin-left: 1em;
	}

	.c-list-parent-title-old {
		font-size: 0.8em;
		text-align: center;
		font-style: italic;
	}

	.c-category-list-item-title {
		font-size: 0.8em;
	}

	.c-navbar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99;
	}

	.c-view {
		padding-bottom: 6em;
	}

	.c-nav {
		display: flex;
		justify-content: center;
	}

	.c-view-body {
		padding: 1em;
	}

	.c-view[isWide=true] .c-view-body {
		padding-left: 0;
		padding-right: 0;
	}

	.c-category-list-item {}

	.c-view-head {
		text-align: center;
	}
}

@media only screen and (max-width : 360px) {
	
	.c-view-head {
		font-size: 1.4em;
	}

	

	
}