@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;
}

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;
}

.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;
}

.columns {
  overflow: hidden;
}
.columns .columns-2 {
  float: left;
  width: 50%;
}
.columns .columns-2:nth-child(odd) {
  padding-right: 20px;
}
.columns .columns-2:nth-child(even) {
  padding-left: 20px;
}
.columns .columns-3 {
  float: left;
  width: 33.3333333333%;
}
.columns .columns-3:nth-child(3n+1) {
  padding-right: 40px;
}
.columns .columns-3:nth-child(3n) {
  padding-left: 40px;
}
.columns .columns-4 {
  float: left;
  width: 25%;
}
.columns .columns-4:nth-child(4n+2) {
  padding: 0 20px 0 40px;
}
.columns .columns-4:nth-child(4n+3) {
  padding: 0 40px 0 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;
}

.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;
}

@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%;
  }
  .columns .columns-2, .columns .columns-3, .columns .columns-4, .columns .columns-gutter-left, .columns .columns-main-right, .columns .columns-main-left, .columns .columns-gutter-right {
    float: none;
    width: 100%;
  }
  .columns .columns-2:nth-child(odd) {
    padding-right: 0;
  }
  .columns .columns-2:nth-child(even) {
    padding-left: 0;
  }
  .columns .columns-3:nth-child(3n+1) {
    padding-right: 0;
  }
  .columns .columns-3:nth-child(3n) {
    padding-left: 0;
  }
  .columns .columns-4:nth-child(4n+2) {
    padding: 0;
  }
  .columns .columns-4:nth-child(4n+3) {
    padding: 0;
  }
  .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 */