@charset "UTF-8";
/* line 1, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #8AB4E6;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  /* line 21, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_buttons.scss */
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #4b8cd9;
    color: #fff; }
  /* line 27, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_buttons.scss */
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

/* line 1, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

/* line 8, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

/* line 16, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  /* line 20, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
  label.required::after {
    content: "*"; }
  /* line 24, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
  label abbr {
    display: none; }

/* line 29, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  /* line 44, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  /* line 48, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #8AB4E6;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(117, 167, 226, 0.7);
    outline: none; }

/* line 55, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
textarea {
  resize: vertical; }

/* line 59, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* line 63, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

/* line 69, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

/* line 74, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

/* line 1, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
/* line 20, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_lists.scss */
dl {
  margin-bottom: 0.75em; }
  /* line 23, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_lists.scss */
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  /* line 28, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_lists.scss */
  dl dd {
    margin: 0; }

/* line 1, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_tables.scss */
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

/* line 9, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

/* line 16, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_tables.scss */
td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

/* line 21, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle; }

/* line 1, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_typography.scss */
body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

/* line 10, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

/* line 22, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_typography.scss */
p {
  margin: 0 0 0.75em; }

/* line 26, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_typography.scss */
a {
  color: #8AB4E6;
  text-decoration: none;
  transition: color 0.1s linear; }
  /* line 31, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_typography.scss */
  a:active, a:focus, a:hover {
    color: #4b8cd9; }
  /* line 37, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_typography.scss */
  a:active, a:focus {
    outline: none; }

/* line 43, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_typography.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

/* line 51, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%; }

/* Bitters needs to be imported before Neat */
/* line 4, /Users/bhserna/.rvm/gems/ruby-2.1.2/gems/neat-1.7.2/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box; }

/* line 9, /Users/bhserna/.rvm/gems/ruby-2.1.2/gems/neat-1.7.2/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit; }

/* line 7, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
html, body {
  height: 100%;
  overflow: hidden; }

/* line 12, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.text-center {
  text-align: center; }

/* line 16, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.text-right  {
  text-align: right; }

/* line 20, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.pull-right {
  float: right; }

/* line 24, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.captured-order {
  padding: 1em;
  border-bottom: 1px solid #ddd; }

/* line 29, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.order {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 10px;
  font-size: 0.9em; }
  /* line 35, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
  .order table {
    margin: 0; }
    /* line 38, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
    .order table > tbody > tr > td,
    .order table > tbody > tr > th,
    .order table > thead > tr > th {
      padding: 10px; }
    /* line 44, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
    .order table > tbody > tr:last-child > th {
      border: none; }

/* line 50, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.order__count-column {
  text-align: center;
  width: 10em; }

/* line 55, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.order__total-column {
  text-align: right; }

/* line 59, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.order__item-count {
  display: inline-block;
  width: 2em; }

/* line 64, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.order__buttons {
  margin: 10px; }
  /* line 67, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
  .order__buttons > button {
    display: inline-block;
    width: 49%; }

/* line 73, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.order__cancel-button {
  background-color: #cccccc; }
  /* line 76, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
  .order__cancel-button:hover, .order__cancel-button:focus {
    background-color: #a6a6a6;
    color: #fff; }

/* line 83, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.product-list {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }
  /* line 20, /Users/bhserna/.rvm/gems/ruby-2.1.2/gems/bourbon-4.2.3/app/assets/stylesheets/addons/_clearfix.scss */
  .product-list::after {
    clear: both;
    content: "";
    display: table; }

/* line 88, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.product-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  color: black;
  background: none;
  padding: 0; }
  /* line 89, /Users/bhserna/.rvm/gems/ruby-2.1.2/gems/neat-1.7.2/app/assets/stylesheets/grid/_span-columns.scss */
  .product-item:last-child {
    margin-right: 0; }
  /* line 78, /Users/bhserna/.rvm/gems/ruby-2.1.2/gems/neat-1.7.2/app/assets/stylesheets/grid/_omega.scss */
  .product-item:nth-child(2n) {
    margin-right: 0; }
  /* line 83, /Users/bhserna/.rvm/gems/ruby-2.1.2/gems/neat-1.7.2/app/assets/stylesheets/grid/_omega.scss */
  .product-item:nth-child(2n+1) {
    clear: left; }
  /* line 95, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
  .product-item:active, .product-item:focus, .product-item:hover {
    color: black;
    background: none;
    padding: 0; }

/* line 102, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.product-item__body {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 1em;
  text-align: center; }

/* line 110, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.product-item:active .product-item__body {
  border-top-width: 3px;
  border-left-width: 3px; }

/* line 117, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.top-bar {
  height: 44px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 20;
  padding-right: 10px;
  padding-left: 10px;
  color: #ffffff;
  background-color: #8AB4E6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 131, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.top-bar__action, .top-bar > h1 {
  padding: 0;
  line-height: 44px;
  white-space: nowrap;
  float: left;
  width: 50%;
  display: block; }

/* line 140, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.top-bar > h1 {
  color: #2B41AA; }

/* line 144, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.top-bar__action {
  text-align: right;
  color: #fff; }

/* line 149, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.navbar {
  padding-top: 44px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #8AB4E6;
  box-shadow: 0px 1px 5px gray; }
  /* line 20, /Users/bhserna/.rvm/gems/ruby-2.1.2/gems/bourbon-4.2.3/app/assets/stylesheets/addons/_clearfix.scss */
  .navbar::after {
    clear: both;
    content: "";
    display: table; }
  /* line 159, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
  .navbar > li {
    text-align: center;
    width: 50%;
    float: left; }
    /* line 164, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
    .navbar > li:first-child {
      border-left: none; }
    /* line 168, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
    .navbar > li > a {
      line-height: 44px;
      display: block;
      color: #fff; }

/* line 176, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.flashy {
  -webkit-animation-name: flashy;
  -moz-animation-name: flashy;
  animation-name: flashy;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes flashy {
  from {
    background-color: #B1C4F0; }
  to {
    background-color: none; } }
@-moz-keyframes flashy {
  from {
    background-color: #B1C4F0; }
  to {
    background-color: none; } }
@keyframes flashy {
  from {
    background-color: #B1C4F0; }
  to {
    background-color: none; } }
/* line 188, /Users/bhserna/ruby_projects/lilshop/source/stylesheets/all.css.scss */
.content {
  padding-top: 88px;
  overflow: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  height: 100%; }
