@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  line-height: 1;
}
html *, html *:before, html *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  box-sizing: border-box;
  color: #333;
  font-family: "Montserrat", tahoma, arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

*.alt-font {
  font-family: "Gaegu";
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 900;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.no-break {
  margin-bottom: 0;
}

.no-header {
  font-size: 15px;
}

p {
  margin: auto 0 20px;
}

ul {
  list-style: disc;
  margin-bottom: 20px;
}

li {
  margin: 0 0 5px 40px;
}

a:link, a:hover, a:active, a:visited {
  color: #222;
  transition: color 0.3s ease;
}

a:hover {
  color: #555;
}

img {
  max-width: 100%;
}

hr {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
}

strong, b {
  font-weight: 900;
}

.thin {
  font-weight: 200;
}

em, i {
  font-style: italic;
}

.form-group {
  padding: 0 4px 10px;
}
.form-group label {
  display: inline-block;
  font-size: 15px;
  padding: 0 0 2px 4px;
}
.form-group span.field-validation-error {
  color: #900;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 4px 0 0 4px;
}

.actions {
  text-align: center;
  padding: 10px;
}

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=datetime-local], input[type=date], select, textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: "Montserrat", tahoma, arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  padding: 6px 8px;
  resize: none;
  transition: box-shadow 0.3s ease;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=datetime-local]:focus, input[type=date]:focus, select:focus, textarea:focus {
  box-shadow: 0 0 0 3px #eaeaea;
}
input[type=text].disabled, input[type=tel].disabled, input[type=email].disabled, input[type=number].disabled, input[type=password].disabled, input[type=datetime-local].disabled, input[type=date].disabled, select.disabled, textarea.disabled {
  opacity: 0.5;
  pointer-events: none;
}
input[type=text].input-validation-error, input[type=tel].input-validation-error, input[type=email].input-validation-error, input[type=number].input-validation-error, input[type=password].input-validation-error, input[type=datetime-local].input-validation-error, input[type=date].input-validation-error, select.input-validation-error, textarea.input-validation-error {
  border-color: #900;
}

.button, .button:link, .button:hover, .button:active, .button:visited {
  background: #3d3d3d;
  border: 0;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", tahoma, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 3px;
  outline: none;
  padding: 20px 25px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  transition: box-shadow 0.5s ease;
}
.button.disabled, .button:link.disabled, .button:hover.disabled, .button:active.disabled, .button:visited.disabled {
  background-color: #ccc;
  pointer-events: none;
}

.button:hover {
  box-shadow: 0 0 0 3px gray;
}
.button:hover.disabled {
  box-shadow: none;
}

.validation-summary-errors {
  background: #900;
  border-radius: 3px;
  color: white;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.validation-summary-errors ul {
  margin: 0;
}
.validation-summary-errors li {
  list-style-type: none;
  margin: 0;
}

.pop-alert {
  border-radius: 3px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-style: italic;
  left: 150px;
  max-width: 50%;
  padding: 20px;
  position: fixed;
  top: 30px;
  z-index: 10000;
}
.pop-alert.success {
  background: #099449;
}
.pop-alert.failure {
  background: #900;
}

.big-text {
  font-size: 18px;
}

.small-text {
  font-size: 12px;
}

.micro-text {
  font-size: 10px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.no-margin {
  margin-bottom: 0;
}

.push-down {
  margin-bottom: 20px;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.width-25 {
  width: 25%;
}

.width-50 {
  width: 50%;
}

.width-75 {
  width: 75%;
}

.width-100 {
  width: 100% !important;
}

.desktop-width-25 {
  width: 25%;
}

.desktop-width-33 {
  width: 33.3333333333%;
}

.desktop-width-50 {
  width: 50%;
}

.desktop-width-66 {
  width: 66.6666666667%;
}

.desktop-width-75 {
  width: 75%;
}

.desktop-width-100 {
  width: 100%;
}

.red {
  color: #900;
}

.green {
  color: #099449;
}

.gray {
  color: #888;
}

.faded-text {
  color: #888;
}

.uppercase {
  text-transform: uppercase;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.add-breaks {
  white-space: pre-line;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.center-items {
  align-items: center;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.image-overlay {
  position: relative;
}
.image-overlay .overlay {
  background: url(/images/image-banner.svg) bottom 5px center no-repeat;
  background-size: 3000px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.image-overlay img {
  border-radius: 10px;
}

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

.tag {
  background: #eee;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
}

.callout {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout.darken {
  background: #d5d5d5;
  border-color: #c4c4c4;
}
.callout.alert {
  background: #900;
  color: white;
}

.keyline {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.keyline p:last-child {
  margin-bottom: 0;
}

.no-records {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #999;
  font-style: italic;
  padding: 10px;
  text-align: center;
}

.prule {
  background: url(/images/drinking-penguin.svg) center center no-repeat;
  background-size: contain;
  height: 100px;
  margin-bottom: 20px;
}

.block-link:link, .block-link:hover, .block-link:active, .block-link:visited {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.block-link:hover {
  background: #f2f2f2;
}

.phone-only {
  display: none;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0 !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.cols {
  display: flex;
  gap: 20px;
  width: 100%;
}
.cols.row-reverse {
  flex-direction: row-reverse;
}
.cols.centered {
  align-items: center;
}
.cols.with-break {
  flex-wrap: wrap;
  gap: 0;
}
.cols.with-break .cols-10:nth-child(odd), .cols.with-break .cols-15:nth-child(odd), .cols.with-break .cols-20:nth-child(odd), .cols.with-break .cols-25:nth-child(odd), .cols.with-break .cols-30:nth-child(odd), .cols.with-break .cols-35:nth-child(odd), .cols.with-break .cols-33:nth-child(odd), .cols.with-break .cols-40:nth-child(odd), .cols.with-break .cols-45:nth-child(odd), .cols.with-break .cols-50:nth-child(odd), .cols.with-break .cols-55:nth-child(odd), .cols.with-break .cols-60:nth-child(odd), .cols.with-break .cols-65:nth-child(odd), .cols.with-break .cols-66:nth-child(odd), .cols.with-break .cols-70:nth-child(odd), .cols.with-break .cols-75:nth-child(odd), .cols.with-break .cols-80:nth-child(odd), .cols.with-break .cols-85:nth-child(odd), .cols.with-break .cols-90:nth-child(odd), .cols.with-break .cols-100:nth-child(odd) {
  padding: 0 10px 20px 0;
}
.cols.with-break .cols-10:nth-child(even), .cols.with-break .cols-15:nth-child(even), .cols.with-break .cols-20:nth-child(even), .cols.with-break .cols-25:nth-child(even), .cols.with-break .cols-30:nth-child(even), .cols.with-break .cols-35:nth-child(even), .cols.with-break .cols-33:nth-child(even), .cols.with-break .cols-40:nth-child(even), .cols.with-break .cols-45:nth-child(even), .cols.with-break .cols-50:nth-child(even), .cols.with-break .cols-55:nth-child(even), .cols.with-break .cols-60:nth-child(even), .cols.with-break .cols-65:nth-child(even), .cols.with-break .cols-66:nth-child(even), .cols.with-break .cols-70:nth-child(even), .cols.with-break .cols-75:nth-child(even), .cols.with-break .cols-80:nth-child(even), .cols.with-break .cols-85:nth-child(even), .cols.with-break .cols-90:nth-child(even), .cols.with-break .cols-100:nth-child(even) {
  padding: 0 0 20px 10px;
}
.cols .cols-10.padded, .cols .cols-15.padded, .cols .cols-20.padded, .cols .cols-25.padded, .cols .cols-30.padded, .cols .cols-35.padded, .cols .cols-33.padded, .cols .cols-40.padded, .cols .cols-45.padded, .cols .cols-50.padded, .cols .cols-55.padded, .cols .cols-60.padded, .cols .cols-65.padded, .cols .cols-66.padded, .cols .cols-70.padded, .cols .cols-75.padded, .cols .cols-80.padded, .cols .cols-85.padded, .cols .cols-90.padded, .cols .cols-100.padded {
  padding: 10px 20px;
}
.cols .cols-10 p:last-child, .cols .cols-15 p:last-child, .cols .cols-20 p:last-child, .cols .cols-25 p:last-child, .cols .cols-30 p:last-child, .cols .cols-35 p:last-child, .cols .cols-33 p:last-child, .cols .cols-40 p:last-child, .cols .cols-45 p:last-child, .cols .cols-50 p:last-child, .cols .cols-55 p:last-child, .cols .cols-60 p:last-child, .cols .cols-65 p:last-child, .cols .cols-66 p:last-child, .cols .cols-70 p:last-child, .cols .cols-75 p:last-child, .cols .cols-80 p:last-child, .cols .cols-85 p:last-child, .cols .cols-90 p:last-child, .cols .cols-100 p:last-child {
  margin-bottom: 0;
}
.cols .cols-10 {
  width: 10%;
}
.cols .cols-15 {
  width: 15%;
}
.cols .cols-20 {
  width: 20%;
}
.cols .cols-25 {
  width: 25%;
}
.cols .cols-30 {
  width: 30%;
}
.cols .cols-33 {
  width: 33.3333333333%;
}
.cols .cols-35 {
  width: 35%;
}
.cols .cols-40 {
  width: 40%;
}
.cols .cols-45 {
  width: 45%;
}
.cols .cols-50 {
  width: 50%;
}
.cols .cols-55 {
  width: 55%;
}
.cols .cols-60 {
  width: 60%;
}
.cols .cols-65 {
  width: 65%;
}
.cols .cols-66 {
  width: 66.6666666667%;
}
.cols .cols-70 {
  width: 70%;
}
.cols .cols-75 {
  width: 75%;
}
.cols .cols-80 {
  width: 80%;
}
.cols .cols-85 {
  width: 85%;
}
.cols .cols-90 {
  width: 90%;
}
.cols .cols-100 {
  width: 100%;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.padding-l-5 {
  padding-left: 5px !important;
}

.padding-l-10 {
  padding-left: 10px !important;
}

.padding-l-20 {
  padding-left: 20px !important;
}

.padding-t-5 {
  padding-top: 5px !important;
}

.padding-t-10 {
  padding-top: 10px !important;
}

.padding-t-20 {
  padding-top: 20px !important;
}

.padding-r-5 {
  padding-right: 5px !important;
}

.padding-r-10 {
  padding-right: 10px !important;
}

.padding-r-20 {
  padding-right: 20px !important;
}

.padding-b-5 {
  padding-bottom: 5px !important;
}

.padding-b-10 {
  padding-bottom: 10px !important;
}

.padding-b-20 {
  padding-bottom: 20px !important;
}

.padding-b-30 {
  padding-bottom: 30px !important;
}

.table {
  border-collapse: separate;
  border-spacing: 0 3px;
  width: 100%;
}
.table tr th {
  padding: 10px 15px;
}
.table tr th:first-of-type {
  border-radius: 3px 0 0 3px;
}
.table tr th:last-of-type {
  border-radius: 0 3px 3px 0;
}
.table tr td:first-of-type {
  border-radius: 3px 0 0 3px;
}
.table tr td:last-of-type {
  border-radius: 0 3px 3px 0;
}
.table th, .table td {
  padding: 0;
}
.table th {
  background: #d9d9d9;
  font-weight: bold;
}
.table td {
  background: #f2f2f2;
  padding: 10px 15px;
}
.table td .button, .table td .button:link, .table td .button:hover, .table td .button:active, .table td .button:visited {
  font-size: 14px;
  padding: 8px 10px;
}

body {
  background: #f2f2f2;
}

header {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 5px;
  text-align: center;
}
header img {
  width: 250px;
}

.cart-button a:link, .cart-button a:hover, .cart-button a:active, .cart-button a:visited {
  background: #444;
  border-radius: 5px;
  color: white;
  display: block;
  line-height: 1;
  padding: 10px 12px;
  position: fixed;
  right: 10px;
  text-decoration: none;
  top: 10px;
  transition: background-color 0.3s;
}
.cart-button a:hover {
  background-color: black;
}

nav {
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}
nav ul {
  margin: 0;
  overflow: hidden;
  text-align: center;
}
nav li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
nav a:link, nav a:hover, nav a:active, nav a:visited {
  border-bottom: 5px solid transparent;
  display: block;
  font-size: 20px;
  padding: 15px 0 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 500ms;
  width: 180px;
}
nav a:hover {
  border-color: #ddd;
}

section {
  background: white;
}
section.shaded {
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-width: 1px 0;
}

.container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 20px;
}

.main {
  background: white;
}

.p-and-p {
  border-bottom: 1px solid #ddd;
  height: 150px;
  position: relative;
}
.p-and-p .princess, .p-and-p .penny {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 70%;
}
.p-and-p .princess {
  background: url(/images/Princess.png) bottom center no-repeat;
  background-size: 200px;
  left: 0;
}
.p-and-p .penny {
  background: url(/images/Penny.png) bottom center no-repeat;
  background-size: 200px;
  right: 0;
}

#map {
  border-bottom: 1px solid #ddd;
  height: 450px;
  width: 100%;
}
#map .map-info {
  color: #999;
  overflow: hidden;
}
#map .map-info strong {
  color: #444;
}

.location-link:link, .location-link:hover, .location-link:active, .location-link:visited {
  background: url(/images/map-icon.svg) center left 15px no-repeat #eee;
  background-size: 40px;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 20px 10px 60px;
  text-decoration: none;
}

.location-link:hover {
  background-color: #ddd;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
}

.category-link:link, .category-link:hover, .category-link:active, .category-link:visited {
  align-items: center;
  background: white;
  border-radius: 10px;
  color: #444;
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  text-decoration: none;
  transition: background-color 300ms;
  width: 50%;
}
.category-link:link .image, .category-link:hover .image, .category-link:active .image, .category-link:visited .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid white;
  border-radius: 5px;
  height: 200px;
  transition: box-shadow 300ms;
  width: 40%;
}
.category-link:link .no-image, .category-link:hover .no-image, .category-link:active .no-image, .category-link:visited .no-image {
  text-align: center;
  width: 40%;
}
.category-link:link .details, .category-link:hover .details, .category-link:active .details, .category-link:visited .details {
  padding-left: 20px;
  width: 60%;
}
.category-link:link .details .title, .category-link:hover .details .title, .category-link:active .details .title, .category-link:visited .details .title {
  display: block;
  font-weight: bold;
}

.category-link:hover {
  background: #eee;
}
.category-link:hover .image {
  border-color: #ccc;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.tap-list {
  padding: 10px;
  text-align: center;
}
.tap-list .tap:link, .tap-list .tap:hover, .tap-list .tap:hover, .tap-list .tap:active {
  border: 5px solid #444;
  border-radius: 1000px;
  display: inline-block;
  height: 140px;
  margin: 5px;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 300ms;
  width: 140px;
}
.tap-list .tap:hover {
  border-color: #777;
}
.tap-list .tap:hover .tap-image {
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.8);
}
.tap-list .tap-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid white;
  border-radius: 1000px;
  height: 130px;
  transition: box-shadow 300ms;
  width: 130px;
}

.beer-listing {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  min-height: 300px;
}
.beer-listing .images {
  position: relative;
  width: 25%;
}
.beer-listing .images .label, .beer-listing .images .can {
  background-repeat: no-repeat;
  height: 250px;
  position: absolute;
  width: 90%;
}
.beer-listing .images .label {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  left: 0;
  top: 0;
}
.beer-listing .images .can {
  background-position: bottom right;
  background-size: contain;
  right: -10px;
  top: 40px;
}
.beer-listing .details {
  width: 75%;
}
.beer-listing .hops-icon {
  background: url(/images/hops-icon.svg) left -20px center no-repeat;
  background-size: 80px;
  border-radius: 5px;
  padding: 10px 0 10px 50px;
}
.beer-listing .availability-icon {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 80px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 75px 10px 10px;
  text-align: center;
  width: 100px;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.image-gallery .image-link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 180px;
  width: 180px;
}

.product-listing {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-listing .product-item {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 10px;
  width: calc(33.3333333333% - 20px);
}
.product-listing .product-item .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
  height: 300px;
}
.product-listing .product-item .details {
  padding: 20px;
}
.product-listing .product-item .details h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.product-listing .product-item .details p {
  font-size: 14px;
  margin-bottom: 0;
}
.product-listing .product-item .order-controls {
  padding: 10px;
}
.product-listing .product-item .order-controls .button {
  display: block;
  width: calc(100% - 6px);
}
.product-listing .product-item .oos {
  font-style: italic;
  padding: 0 20px 20px;
  text-align: center;
}

.cart .cart-item {
  align-items: center;
  background: #f2f2f2;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100%;
}
.cart .cart-item .remove {
  padding: 10px;
  text-align: center;
  width: 150px;
}
.cart .cart-item .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f2f2f2;
  height: 100px;
  width: 100px;
}
.cart .cart-item .details {
  padding: 10px 15px;
  width: calc(100% - 625px);
}
.cart .cart-item .price {
  padding: 10px 15px;
  text-align: right;
  width: 150px;
}
.cart .cart-item .quantity {
  width: 75px;
}
.cart .cart-item .line-total {
  padding: 10px 15px;
  text-align: right;
  width: 150px;
}

.order .order-item {
  align-items: center;
  background: #f2f2f2;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  width: 100%;
}
.order .order-item .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #f2f2f2;
  border-radius: 10px 0 0 10px;
  height: 100px;
  width: 100px;
}
.order .order-item .details {
  padding: 15px;
  width: calc(100% - 100px - 100px - 115px);
}
.order .order-item .quantity {
  text-align: right;
  width: 100px;
}
.order .order-item .line-total {
  padding-right: 15px;
  text-align: right;
  width: 115px;
}

footer {
  background: url(/images/border-alt.svg) top center;
  background-repeat: repeat-x;
  min-height: 100px;
}
footer .container {
  color: #999;
  font-size: 12px;
  padding-top: 50px;
  text-align: center;
}

.back-button:link, .back-button:hover, .back-button:active, .back-button:visited {
  background: #3d3d3d;
  border-radius: 100px;
  color: white;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.back-button:link::before, .back-button:hover::before, .back-button:active::before, .back-button:visited::before {
  content: "❮❮ ";
}

.back-button:hover {
  background: #666;
}

.beer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.beer-list .beer-list-item {
  width: 100%;
}
.beer-list .beer-list-container {
  align-items: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  padding: 10px;
}
.beer-list .beer-list-container .images {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 16%;
}
.beer-list .beer-list-container .images .can-image, .beer-list .beer-list-container .images .label-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ddd;
  height: 75px;
  width: 75px;
}
.beer-list .beer-list-container .details {
  width: 42%;
}
.beer-list .beer-list-container .category {
  font-size: 12px;
}
.beer-list .beer-list-container .available-badge, .beer-list .beer-list-container .beerview-badge {
  background: #eee;
  border-radius: 3px;
  color: #999;
  padding: 8px 15px;
  text-align: center;
}
.beer-list .beer-list-container .available-badge.on, .beer-list .beer-list-container .beerview-badge.on {
  background: #099449;
  color: white;
}
.beer-list .beer-list-container .available-badge {
  width: 14%;
}
.beer-list .beer-list-container .beerview-badge {
  width: 16%;
}
.beer-list .beer-list-container .button {
  align-content: center;
  text-align: center;
  width: 12%;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
}
.gallery-list .gallery-item {
  padding: 10px;
  width: 50%;
}
.gallery-list .gallery-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  margin-bottom: 10px;
}

.uploader {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.uploader .uploaded-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  width: 50%;
}
.uploader .upload-form {
  width: 50%;
}

.dropzone {
  background: #f9f9f9 !important;
  border: 1px dashed #ddd !important;
  border-radius: 5px;
}
.dropzone .dz-message {
  margin: 0 !important;
  padding: 45px 0 !important;
}

.beerousel {
  background: url(/images/wood-background.jpg) center center no-repeat;
  background-size: cover;
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.beerousel .scroller {
  bottom: 0;
  height: 600px;
  position: absolute;
  top: 0;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.beerousel .scroller .can {
  height: 300px;
  position: absolute;
  top: 0;
  width: 150px;
}
.beerousel .scroller .can .beer {
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 2;
}
.beerousel .scroller .can .shadow {
  position: absolute;
  top: 140px;
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
}
.beerousel .scroller .can.biggy {
  pointer-events: none;
  z-index: 10;
}
.beerousel .scroller .can.biggy .beer {
  left: -75px;
  max-width: none;
  pointer-events: none;
  width: 300px;
}
.beerousel .scroller .can.biggy .shadow {
  height: 150px;
  left: -45px;
  max-width: none;
  pointer-events: none;
  top: 450px;
  width: 250px;
}
.beerousel .scroller img {
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100px;
}
.beerousel .overlay {
  background: transparent;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.beerousel .details {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: absolute;
  top: 220px;
  width: 400px;
}
.beerousel .details .name {
  font-size: 30px;
  text-transform: uppercase;
}
.beerousel .details .type {
  color: #666;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.beerousel .details .abv {
  background: #444;
  border-radius: 100px;
  color: white;
  display: inline-block;
  padding: 5px 10px;
}
.beerousel .can-shadow {
  background: url(/images/can-shadow.png) center center no-repeat;
  bottom: 0;
  height: 150px;
  position: absolute;
  width: 300px;
  z-index: 9;
}
.beerousel .bottom-border {
  background: url(/images/border.svg) bottom center;
  background-repeat: repeat-x;
  bottom: -1px;
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10;
}

.pwp .pwp-header {
  background-color: black;
  padding: 10px;
  text-align: center;
}
.pwp .pwp-header img {
  max-width: 400px;
}
.pwp .pwp-subheader {
  background-color: #ED3545;
  text-align: center;
}
.pwp .pwp-subheader img {
  max-width: 400px;
}
.pwp .pwp-content {
  background-color: white;
  margin: 0 auto 250px;
  max-width: 800px;
  padding: 20px;
}
.pwp .pwp-content .rule {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50px;
  font-size: 20px;
  padding: 10px 0 10px 60px;
}
.pwp .pwp-content .rule-1 {
  background-image: url(/images/contest/roni-1.svg);
}
.pwp .pwp-content .rule-2 {
  background-image: url(/images/contest/roni-2.svg);
}
.pwp .pwp-content .rule-3 {
  background-image: url(/images/contest/roni-3.svg);
}
.pwp .pwp-content .rule-4 {
  background-image: url(/images/contest/roni-4.svg);
}
.pwp .pwp-content .pwp-home-beer-advantage {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
}
.pwp .pwp-content .pwp-home-beer-advantage .img {
  align-items: center;
  display: flex;
  height: 120px;
  justify-content: center;
}
.pwp .pwp-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}
.pwp .pwp-footer .pwp-crew {
  bottom: -10px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: -1;
}
.pwp .pwp-footer .pwp-crew img {
  max-width: 500px;
}
.pwp .pwp-footer a:link, .pwp .pwp-footer a:visited, .pwp .pwp-footer a:hover, .pwp .pwp-footer a:active {
  background-color: black;
  color: white;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.pwp .pwp-footer a:hover {
  background-color: #444;
}
.pwp .mask {
  background: #444;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.pwp .pizza-man, .pwp .pizza-man-hand-up, .pwp .penguin, .pwp .penguin-hand-up {
  background-repeat: no-repeat;
  pointer-events: none;
  position: fixed;
}
.pwp .pizza-man, .pwp .penguin {
  transition: left 1s ease-out, right 1s ease-out;
}
.pwp .pizza-man-hand-up, .pwp .penguin-hand-up {
  opacity: 0;
  transition: left 0.2s ease-out, right 0.2s ease-out, bottom 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
}
.pwp .pizza-man, .pwp .pizza-man-hand-up {
  bottom: -20px;
  height: 153.8461538462px;
  left: 0;
  width: 100px;
}
.pwp .pizza-man {
  animation-duration: 0.5s;
  animation-iteration-count: 4;
  animation-name: waddle1;
  background-image: url(/images/contest/pizza-man.svg);
  left: -100px;
}
.pwp .pizza-man-hand-up {
  background-image: url(/images/contest/pizza-man-hand-up.svg);
}
.pwp .penguin, .pwp .penguin-hand-up {
  bottom: -30px;
  height: 307.6923076923px;
  right: 0;
  width: 200px;
}
.pwp .penguin {
  animation-duration: 0.5s;
  animation-iteration-count: 4;
  animation-name: waddle2;
  background-image: url(/images/contest/pengin.svg);
  right: -200px;
}
.pwp .penguin-hand-up {
  background-image: url(/images/contest/pengin-hand-up.svg);
  right: -50px;
}
.pwp .slap {
  background: url(/images/contest/slap.svg) center center no-repeat;
  opacity: 0;
  position: fixed;
}
@keyframes waddle1 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-3deg);
  }
  40% {
    transform: rotate(3deg);
  }
  60% {
    transform: rotate(-3deg);
  }
  80% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes waddle2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(3deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (max-width: 980px) {
  .tablet-width-25 {
    width: 25%;
  }
  .tablet-width-33 {
    width: 33.3333333333%;
  }
  .tablet-width-50 {
    width: 50%;
  }
  .tablet-width-66 {
    width: 66.6666666667%;
  }
  .tablet-width-75 {
    width: 75%;
  }
  .tablet-width-100 {
    width: 100%;
  }
  .cols {
    display: block;
    padding: 0;
  }
  .cols .cols-10, .cols .cols-15, .cols .cols-20, .cols .cols-25, .cols .cols-30, .cols .cols-35, .cols .cols-33, .cols .cols-40, .cols .cols-45, .cols .cols-50, .cols .cols-55, .cols .cols-60, .cols .cols-65, .cols .cols-66, .cols .cols-70, .cols .cols-75, .cols .cols-80, .cols .cols-85, .cols .cols-90, .cols .cols-100 {
    width: 100%;
  }
  .cols .cols-10.padded, .cols .cols-15.padded, .cols .cols-20.padded, .cols .cols-25.padded, .cols .cols-30.padded, .cols .cols-35.padded, .cols .cols-33.padded, .cols .cols-40.padded, .cols .cols-45.padded, .cols .cols-50.padded, .cols .cols-55.padded, .cols .cols-60.padded, .cols .cols-65.padded, .cols .cols-66.padded, .cols .cols-70.padded, .cols .cols-75.padded, .cols .cols-80.padded, .cols .cols-85.padded, .cols .cols-90.padded, .cols .cols-100.padded {
    padding: 10px;
  }
  .phone-only {
    display: none;
  }
  .desktop-only {
    display: none;
  }
}
@media (max-width: 568px) {
  .phone-width-25 {
    width: 25%;
  }
  .phone-width-33 {
    width: 33.3333333333%;
  }
  .phone-width-50 {
    width: 50%;
  }
  .phone-width-66 {
    width: 66.6666666667%;
  }
  .phone-width-75 {
    width: 75%;
  }
  .phone-width-100 {
    width: 100%;
  }
  .phone-only {
    display: initial;
  }
}
@media (max-width: 980px) {
  .category-list .category-link:link, .category-list .category-link:hover, .category-list .category-link:active, .category-list .category-link:visited {
    width: 100%;
  }
  .beer-listing .images {
    position: relative;
    width: 35%;
  }
  .beer-listing .details {
    width: 65%;
  }
  .product-listing .product-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 568px) {
  .category-list .category-link:link, .category-list .category-link:hover, .category-list .category-link:active, .category-list .category-link:visited {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
  }
  .category-list .category-link:link .image, .category-list .category-link:link .details, .category-list .category-link:hover .image, .category-list .category-link:hover .details, .category-list .category-link:active .image, .category-list .category-link:active .details, .category-list .category-link:visited .image, .category-list .category-link:visited .details {
    width: 100%;
  }
  .category-list .category-link:link .image, .category-list .category-link:hover .image, .category-list .category-link:active .image, .category-list .category-link:visited .image {
    height: 300px;
  }
  .category-list .category-link:link .details, .category-list .category-link:hover .details, .category-list .category-link:active .details, .category-list .category-link:visited .details {
    padding: 10px;
  }
  .tap-list {
    padding-bottom: 30px;
  }
  .tap-list .tap:link, .tap-list .tap:hover, .tap-list .tap:hover, .tap-list .tap:active {
    height: 110px;
    width: 110px;
  }
  .tap-list .tap-image {
    height: 100px;
    width: 100px;
  }
  .beer-listing {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  .beer-listing .images {
    height: 360px;
    width: 100%;
  }
  .beer-listing .images .label, .beer-listing .images .can {
    height: 350px;
  }
  .beer-listing .details {
    width: 100%;
  }
  .image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .image-gallery .image-link {
    height: 75px;
    width: 75px;
  }
  .product-listing .product-item {
    width: 100%;
  }
  .cart .cart-item {
    padding-bottom: 10px;
  }
  .cart .cart-item .remove {
    padding: 10px;
    text-align: center;
    width: 100%;
  }
  .cart .cart-item .image {
    height: 200px;
    width: 100%;
  }
  .cart .cart-item .details {
    width: 100%;
  }
  .cart .cart-item .price {
    width: 125px;
  }
  .cart .cart-item .quantity {
    width: 55px;
  }
  .cart .cart-item .line-total {
    width: calc(100% - 180px);
  }
  .order .order-item {
    flex-wrap: wrap;
    padding: 10px;
  }
  .order .order-item .image {
    border-radius: 10px;
    height: 100px;
    width: 100px;
  }
  .order .order-item .details {
    padding: 15px 15px 0;
    width: calc(100% - 100px);
  }
  .order .order-item .quantity {
    margin-left: 100px;
  }
  .order .order-item .quantity, .order .order-item .line-total {
    padding: 0 15px;
    text-align: left;
    width: auto;
  }
  .fixed-menu-link {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1;
  }
  .fixed-menu-link .button {
    box-shadow: none !important;
    border-radius: 0;
    font-size: 20px;
    margin: 0;
    padding: 40px 20px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .beerousel .details {
    background: rgba(255, 255, 255, 0.9);
    bottom: 10px;
    left: 10px !important;
    padding: 10px;
    right: 10px;
    top: auto;
    width: auto;
    z-index: 10;
  }
  .beerousel .details .name {
    font-size: 20px;
  }
  .beerousel .details .type {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .beerousel .details .abv {
    font-size: 12px;
  }
}/*# sourceMappingURL=site.css.map */