/* -------------------- */
/* COLORS */
/* -------------------- */
/* -------------------- */
/* VARIABLES */
/* -------------------- */
/* -------------------- */
/* GLOBAL */
/* -------------------- */
* {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #383838; }

a {
  color: #de4c39;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

a.block,
button.block {
  border: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 1.25em;
  background-color: #de4c39;
  color: #ffffff;
  text-transform: uppercase;
  margin: 2em auto;
  transition: all ease-in-out 0.4s; }
  a.block:last-child,
  button.block:last-child {
    margin-bottom: 0; }
  a.block:before, a.block:after,
  button.block:before,
  button.block:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0.35em;
    background-color: #982819;
    transition: all ease-in-out 0.2s;
    transition-delay: 0.15s; }
  a.block:before,
  button.block:before {
    top: 0;
    right: 0; }
  a.block:after,
  button.block:after {
    bottom: 0;
    left: 0; }
  a.block span:before,
  a.block span:after,
  button.block span:before,
  button.block span:after {
    content: '';
    position: absolute;
    width: 0.35em;
    height: 0;
    background-color: #982819;
    transition: all ease-in-out 0.2s;
    transition-delay: 0; }
  a.block span:before,
  button.block span:before {
    top: 0;
    left: 0; }
  a.block span:after,
  button.block span:after {
    bottom: 0;
    right: 0; }
  a.block:hover,
  button.block:hover {
    text-decoration: none; }
    a.block:hover:before, a.block:hover:after,
    button.block:hover:before,
    button.block:hover:after {
      width: 100%;
      transition-delay: 0s; }
    a.block:hover span:before,
    a.block:hover span:after,
    button.block:hover span:before,
    button.block:hover span:after {
      height: 100%;
      transition-delay: 0.15s; }

/* a.block */
a.block.block-reverse,
button.block.block-reverse {
  background-color: transparent;
  color: #de4c39; }
  a.block.block-reverse:before, a.block.block-reverse:after,
  a.block.block-reverse span:before,
  a.block.block-reverse span:after,
  button.block.block-reverse:before,
  button.block.block-reverse:after,
  button.block.block-reverse span:before,
  button.block.block-reverse span:after {
    background-color: #de4c39; }

@media not all and (pointer: fine) {
  a.block:before, a.block:after,
  button.block:before,
  button.block:after {
    display: none; }
  a.block span:before,
  a.block span:after,
  button.block span:before,
  button.block span:after {
    display: none; }

  /* a.block */ }
/* a.block pointer: not fine */
a.underline {
  padding-bottom: 1em;
  position: relative; }
  a.underline:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0.27em;
    background-color: #de4c39;
    transition: all ease-in-out 0.3s; }
  a.underline:hover {
    text-decoration: none; }
    a.underline:hover:after {
      width: 100%;
      left: 0;
      transition: all ease-in-out 0.4s; }
  a.underline.selected:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.27em;
    background-color: #de4c39; }

/* a.underline */
@media not all and (pointer: fine) {
  a.underline:after {
    display: none; }
  a.underline.selected:after {
    display: none; }

  /* a.underline */ }
/* a.underline pointer: not fine */
.clearfix:after {
  content: '';
  display: block;
  width: 100%;
  clear: both; }

h1 {
  color: #de4c39;
  margin-bottom: 1em; }

h2 {
  color: #de4c39;
  margin-bottom: 1em; }

hr.pennant {
  background-color: transparent;
  background-image: url(/img/pennantBorder.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 35em;
  height: 1.75em;
  border: none;
  opacity: 0.5;
  margin: 3.5em auto;
  max-width: 35em; }

hr.tent {
  background-color: transparent;
  background-image: url(/img/tentBorder.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 14em;
  height: 1.8em;
  border: none;
  opacity: 0.5;
  margin: 5em auto 0; }

img.circle {
  border-radius: 100%; }

img.framed {
  border: 1em solid #ffffff;
  box-shadow: 2px 2px 18px 0 rgba(0, 0, 0, 0.3); }

main p {
  line-height: 1.35; }

section#container {
  font-size: 20px; }

.bg--gray-light {
  background-color: #eaeaeb; }

@media all and (min-width: 768px) {
  h1 {
    font-size: 2em; }

  hr.pennant {
    margin: 6em auto; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* -------------------- */
/* header#SITE_HEADER */
/* -------------------- */
div#banner,
div#fixedBanner {
  position: relative;
  z-index: 2;
  background-color: #383838;
  padding: 0.75em 30px; }
  div#banner p,
  div#banner a,
  div#fixedBanner p,
  div#fixedBanner a {
    color: #acacae; }
  div#banner a:hover,
  div#fixedBanner a:hover {
    color: #de4c39;
    text-decoration: none; }
  div#banner p:first-child,
  div#fixedBanner p:first-child {
    float: left;
    font-weight: bold; }
  div#banner p:last-child,
  div#fixedBanner p:last-child {
    float: right; }
  div#banner span.fa,
  div#fixedBanner span.fa {
    margin-right: 0.5em; }

/* div#banner & div#fixedBanner */
div#fixedBanner {
  width: 100%;
  position: fixed;
  display: none; }

@media all and (min-width: 768px) {
  div#banner,
  div#fixedBanner {
    padding-left: 40px;
    padding-right: 40px; }

  div#fixedBanner {
    display: block; } }
@media all and (min-width: 992px) {
  div#banner,
  div#fixedBanner {
    padding-left: 60px;
    padding-right: 60px; } }
/* -------------------- */
/* header#HEADER */
/* -------------------- */
header#header {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  padding: 1.41em 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaeb;
  /* nav */ }
  header#header a#logo {
    width: 50%;
    max-width: 15em; }
    header#header a#logo img {
      width: 100%; }
  header#header nav {
    float: right;
    /* a#menu */
    /* ul */ }
    header#header nav a#menu {
      font-size: 1.45em;
      color: #383838; }
      header#header nav a#menu span {
        margin-left: 0.5em; }
    header#header nav ul {
      position: absolute;
      background-color: #ffffff;
      top: 100%;
      left: 0;
      width: 100%;
      border-top: 1px solid #acacae;
      border-bottom: 1px solid #acacae;
      text-align: center;
      display: none;
      /* li */ }
      header#header nav ul li {
        list-style-type: none;
        width: 70%;
        border-bottom: 1px solid #acacae;
        margin: 0 auto; }
        header#header nav ul li:last-child {
          border-bottom: none; }
        header#header nav ul li a {
          font-size: 1.45em;
          color: #383838;
          display: block;
          padding-top: 0.75em;
          padding-bottom: 0.75em; }

/* header#header */
@media all and (min-width: 768px) {
  header#header {
    padding-left: 40px;
    padding-right: 40px;
    /* nav */ }
    header#header nav {
      margin-bottom: -1.41em;
      margin-right: -1.41em;
      /* ul */ }
      header#header nav a#menu {
        display: none; }
      header#header nav ul {
        position: relative;
        display: block !important;
        width: auto;
        border: none;
        float: right;
        background-color: transparent; }
        header#header nav ul li {
          display: inline-block;
          width: auto;
          border: none; }
          header#header nav ul li a {
            margin-left: 1em;
            margin-right: 1em; }

  /* header#header */ }
/* header#header $bp--sm_lower */
@media all and (min-width: 992px) {
  header#header {
    padding-left: 60px;
    padding-right: 60px; } }
/* -------------------- */
/* footer#FOOTER */
/* -------------------- */
footer#footer {
  background-color: #383838;
  text-align: center;
  color: #ffffff;
  padding: 30px 30px 15px;
  /* a */
  /* div#copyright */ }
  footer#footer a {
    color: inherit; }
    footer#footer a:hover {
      color: #de4c39;
      text-decoration: none; }
  footer#footer div:not(:last-child) {
    margin-bottom: 3em; }
  footer#footer p#company,
  footer#footer p#phone {
    font-weight: bold;
    font-size: 1.25em; }
  footer#footer address {
    font-style: normal;
    margin: 1em 0; }
  footer#footer div#links p:not(:last-child) {
    margin-bottom: 0.75em; }
  footer#footer a span.fa-facebook {
    font-size: 2em;
    border: 2px solid #ffffff;
    padding: 0.25em 0.4em 0.2em;
    margin-bottom: 0.25em; }
    footer#footer a span.fa-facebook:hover {
      border-color: #de4c39; }
  footer#footer div#copyright {
    color: #acacae;
    font-size: 0.85em;
    line-height: 1.6;
    /* a */ }
    footer#footer div#copyright a {
      color: inherit; }
      footer#footer div#copyright a:hover {
        color: #de4c39;
        text-decoration: underline; }

/* footer#footer */
@media all and (min-width: 768px) {
  footer#footer {
    padding: 40px 40px 20px; }
    footer#footer div#info,
    footer#footer div#links {
      width: 50%;
      margin-bottom: 5em; }
    footer#footer div#info {
      float: left; }
    footer#footer div#links {
      padding-top: 1.25em;
      float: right; }
    footer#footer div#copyright {
      clear: both; }

  /* footer#footer */ }
/* footer#footer $bp--sm_lower */
@media all and (min-width: 992px) {
  footer#footer {
    padding: 60px 60px 30px; }
    footer#footer p#company,
    footer#footer p#phone {
      font-size: 1.75em; }
    footer#footer address,
    footer#footer p#email {
      font-size: 1.15em; }
    footer#footer div#links {
      padding-top: 2em; }
      footer#footer div#links p {
        font-size: 1.15em; }
    footer#footer a span.fa-facebook {
      font-size: 2em;
      border: 2px solid #ffffff;
      padding: 0.25em 0.4em 0.2em;
      margin-bottom: 0.25em; }

  /* footer#footer */ }
/* footer#footer $bp--md_lower */
/* -------------------- */
/* HELPING ELEMENTS */
/* -------------------- */
div#backToTop {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 1;
  border-radius: 100%;
  overflow: hidden;
  display: none;
  visibility: hidden;
  /* a */ }
  div#backToTop a {
    display: block;
    background-color: #de4c39;
    color: #eaeaeb;
    font-size: 2em;
    padding: 0.3em 0.5em;
    transition: all ease-in-out 0.3s;
    opacity: 0.5; }
    div#backToTop a:hover {
      opacity: 1; }

/* div#backToTop */
@media all and (min-width: 768px) {
  div#backToTop {
    visibility: visible; } }
div#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #383838;
  opacity: 0;
  z-index: 1; }

@media all and (min-width: 992px) {
  div#overlay {
    display: none; } }
a#adminLink {
  margin: 0;
  text-align: center;
  width: 100%;
  display: none;
  z-index: 999; }

@media all and (min-width: 768px) {
  a#adminLink {
    width: auto;
    position: fixed;
    top: 40%;
    left: -5em;
    transform: rotate(-90deg);
    margin: 0;
    transition: left ease-in-out 0.3s; }
    a#adminLink:hover {
      left: -2.7em; } }
@media not all and (pointer: fine) {
  a#adminLink {
    left: -2.7em; } }
/* -------------------- */
/* STRUCTURE */
/* -------------------- */
@media all and (min-width: 992px) {
  section#container {
    padding: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch; }

  main {
    padding: 0 0 0 40px;
    width: 70%; }

  section#sidebar {
    width: 30%; } }
/* $bp--sm_lower */
/* -------------------- */
/* section#SIDEBAR */
/* -------------------- */
section#sidebar {
  position: relative;
  z-index: 1;
  background-color: #eaeaeb;
  font-size: 0.9em;
  /* #sidebar.open */
  /* p */
  /* p + ul */
  /* a */
  /* ul ul */ }
  section#sidebar.open {
    z-index: 2; }
    section#sidebar.open p {
      border-bottom: 1px solid #acacae; }
      section#sidebar.open p:after {
        transform: rotate(90deg); }
  section#sidebar p {
    position: relative;
    padding: 0.5em 30px;
    text-align: left;
    cursor: pointer; }
    section#sidebar p:after {
      content: '\f105';
      font-family: FontAwesome;
      font-size: 1.5em;
      position: absolute;
      right: 30px;
      top: 0.2em;
      transition: transform ease-in-out 0.2s; }
    section#sidebar p:hover {
      text-decoration: underline; }
  section#sidebar p + ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #eaeaeb;
    list-style-type: none;
    padding-left: 15%;
    padding-right: 15%;
    display: none;
    /* &> li */ }
    section#sidebar p + ul > li:not(:first-child) {
      border-top: 1px solid #acacae; }
    section#sidebar p + ul > li a {
      display: block;
      padding-top: 0.75em;
      padding-bottom: 0.75em; }
  section#sidebar a {
    color: #383838;
    /* category a */
    /* haspopup */ }
    section#sidebar a:hover {
      text-decoration: none;
      color: #de4c39; }
    section#sidebar a.cat {
      font-size: 1.15em;
      font-weight: bold; }
    section#sidebar a[aria-haspopup="true"] {
      cursor: initial;
      color: #383838 !important; }
  section#sidebar ul ul {
    list-style-type: none;
    margin-top: -0.5em;
    margin-bottom: 0.5em; }
    section#sidebar ul ul li a {
      display: block;
      padding: 0.2em 0; }

/* section#sidebar */
@media all and (min-width: 992px) {
  section#sidebar {
    background-color: transparent;
    padding-right: 15px;
    border-right: 1px solid #eaeaeb;
    /* p + li */
    /* a haspopup */ }
    section#sidebar p {
      display: none; }
    section#sidebar p + ul {
      position: relative;
      display: block !important;
      background-color: transparent;
      text-align: left;
      width: 100%;
      padding: 0; }
      section#sidebar p + ul > li:not(:first-of-type) {
        border-top: none; }
    section#sidebar a.cat {
      padding: 1em 0 0.25em; }
    section#sidebar a[aria-haspopup="true"] {
      cursor: pointer; }
      section#sidebar a[aria-haspopup="true"]:hover {
        text-decoration: underline; }
      section#sidebar a[aria-haspopup="true"]:after {
        position: relative;
        content: '\f105';
        font-family: FontAwesome;
        display: inline-block;
        font-size: 1.15em;
        margin-left: 0.5em;
        transition: all ease-in-out 0.2s; }
      section#sidebar a[aria-haspopup="true"].selected:after {
        transform: rotate(90deg);
        transform-origin: 50% 65%; }
    section#sidebar ul ul {
      display: none;
      margin-top: 0;
      padding-left: 1.5em; }

  /* section#sidebar */ }
/* section#sidebar $bp--md_lower */
/* -------------------- */
/* SEARCH FORM */
/* -------------------- */
form.search {
  position: relative;
  width: 100%;
  max-width: 18em;
  margin: 0 auto;
  display: none;
  /* button */ }
  form.search input[type="text"] {
    width: 100%;
    border: 1px solid #acacae;
    font-size: 1em;
    padding: 0.35em 0.5em;
    margin: 2em 0; }
  form.search button {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 1.55em;
    right: 0.3em;
    font-size: 1.4em;
    color: #acacae;
    cursor: pointer; }
    form.search button span {
      transition: all ease-in-out 0.1s; }
    form.search button:hover span, form.search button:focus span {
      color: #de4c39; }

/* form.search */
form#search--body {
  display: block; }

@media all and (min-width: 992px) {
  form.search {
    display: block;
    max-width: none; }
    form.search input[type='text'] {
      margin-top: 0;
      margin-bottom: 1em; }
    form.search button {
      top: 0.1em; }

  /* form.search */
  form#search--body {
    display: none; } }
/* -------------------- */
/* section#INTRO */
/* -------------------- */
h1 {
  margin-bottom: 0.5em; }

/* -------------------- */
/* section#INTRO */
/* -------------------- */
section#container {
  text-align: center; }

/* -------------------- */
/* MAIN */
/* -------------------- */
main {
  padding: 45px 30px 30px; }
  main span.fa-spinner {
    font-size: 2.5em;
    margin: 4em auto; }

/* main */
@media all and (min-width: 768px) {
  main {
    padding: 40px; } }
/* $bp--sm_lower */
@media all and (min-width: 992px) {
  main {
    padding: 0 0 0 40px;
    text-align: left; } }
/* $bp--md_lower */
/* -------------------- */
/* ul#BODY--NAV */
/* -------------------- */
ul#bodyNav {
  list-style-type: none;
  color: #383838;
  /* a.cat */
  /* a haspopup */ }
  ul#bodyNav a {
    display: block; }
  ul#bodyNav a.cat {
    position: relative;
    font-weight: bold;
    color: inherit;
    font-size: 1.5em;
    padding: 1em 1em 0.5em;
    transition: all ease-in-out 0.2s; }
    ul#bodyNav a.cat:hover {
      text-decoration: none;
      background-color: #eaeaeb !important; }
  ul#bodyNav a[aria-haspopup="true"] {
    position: relative;
    padding-bottom: 1.5em;
    transition: all ease-in-out 0.2s;
    /* .selected */ }
    ul#bodyNav a[aria-haspopup="true"]:after {
      content: '\f107';
      font-family: FontAwesome;
      font-size: 1.25em;
      position: absolute;
      bottom: 0.35em;
      left: calc(50% - 0.35em);
      transition: all ease-in-out 0.4s; }
    ul#bodyNav a[aria-haspopup="true"].selected {
      background-color: #eaeaeb; }
      ul#bodyNav a[aria-haspopup="true"].selected:after {
        transform: scaleY(-1); }
  ul#bodyNav img {
    display: block;
    width: 3em;
    border-radius: 100%;
    margin: 0.5em auto;
    border: 0.2em solid #eaeaeb; }
  ul#bodyNav li {
    border-top: 1px solid #eaeaeb; }
  ul#bodyNav > li:last-of-type {
    border-bottom: 1px solid #eaeaeb; }
  ul#bodyNav ul {
    list-style-type: none;
    border-bottom: 2px solid #eaeaeb;
    display: none; }
    ul#bodyNav ul a {
      color: inherit;
      display: block;
      font-size: 1.05em;
      padding: 0.5em 0;
      transition: all ease-in-out 0.2s; }
      ul#bodyNav ul a:hover {
        text-decoration: none;
        background-color: #ed9b90; }

/* ul#bodyNav */
@media all and (min-width: 768px) {
  ul#bodyNav img {
    width: 4.5em; } }
/* ul#bodyNav $bp--sm_lower */
@media all and (min-width: 992px) {
  ul#bodyNav {
    text-align: center;
    margin-top: 3em;
    /* a haspopup */ }
    ul#bodyNav a.cat {
      font-size: 1.75em;
      padding: 1.25em 0; }
      ul#bodyNav a.cat img {
        top: 0.3em; }
    ul#bodyNav a[aria-haspopup="true"] {
      padding-bottom: 1.75em; }
      ul#bodyNav a[aria-haspopup="true"]:after {
        font-size: 1em;
        bottom: 0.35em;
        left: calc(50% - 0.35em); }
      ul#bodyNav a[aria-haspopup="true"] img {
        top: 0.55em; }
    ul#bodyNav img {
      position: absolute;
      left: 30px;
      width: 3em;
      margin: 0; }
    ul#bodyNav ul li a {
      font-size: 1.25em; }

  /* ul#bodyNav */ }
/* ul#bodyNav $bp--md_lower */
/* -------------------- */
/* BREADCRUMBS */
/* -------------------- */
ul#breadcrumbs {
  list-style-type: none;
  font-size: 0.8em;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 2em;
  /* a */ }
  ul#breadcrumbs li {
    display: inline-block;
    margin-bottom: 0.3em; }
    ul#breadcrumbs li:not(:last-of-type):after {
      content: '\f105';
      font-family: FontAwesome;
      margin: 0 0.25em 0 0.6em; }
  ul#breadcrumbs a {
    display: inline-block;
    color: #383838; }
    ul#breadcrumbs a:hover {
      text-decoration: none;
      color: #de4c39; }

/* ul#breadcrumbs */
@media all and (min-width: 992px) {
  ul#breadcrumbs {
    margin-top: 0; } }
/* ul#breadcrumbs $bp--md_lower */
/* -------------------- */
/* GENERIC ITEM LISTINGS */
/* -------------------- */
main {
  /* div.item */ }
  main div.item {
    width: 100%;
    padding: 1em 0;
    text-align: left;
    border-bottom: 1px solid #eaeaeb;
    /* p */ }
    main div.item:first-of-type {
      border-top: 1px solid #eaeaeb; }
    main div.item a {
      color: #383838; }
      main div.item a:hover {
        color: #de4c39;
        text-decoration: none; }
    main div.item img {
      width: 6em;
      float: left;
      border: 1px solid #eaeaeb;
      margin-right: 1em; }
    main div.item p {
      /* p.price */ }
      main div.item p.name {
        font-size: 1.2em; }
      main div.item p.options {
        font-size: 0.7em;
        font-style: italic;
        color: #383838; }
      main div.item p.price {
        color: #acacae;
        margin-top: 0.75em; }
        main div.item p.price small {
          font-size: 0.7em; }

/* categories page */
@media all and (min-width: 992px) {
  main {
    /* div.item */ }
    main div.item img {
      width: 8em; }
    main div.item p.name {
      font-size: 1.4em; }
    main div.item p.options {
      font-size: 0.8em;
      margin-top: 0.25em; }
    main div.item p.price {
      font-size: 1.2em;
      margin-top: 1em; } }
/* general items listing $bp--md_lower */
/* -------------------- */
/* ITEM PAGE */
/* -------------------- */
main#item {
  max-width: 900px;
  /* div#pricing */
  /* div.colorOption */ }
  main#item h1 {
    color: #383838;
    font-size: 1.3em;
    text-align: left;
    font-weight: normal;
    margin-bottom: 1em; }
  main#item img {
    width: 15em;
    max-width: 80%;
    border: 1px solid #eaeaeb;
    margin-bottom: 1em; }
  main#item div#pricing {
    margin-bottom: 2em;
    /* p */
    /* form */ }
    main#item div#pricing div {
      width: 100%;
      border-color: #acacae;
      border-style: solid;
      border-width: 1px 1px 0;
      padding: 1em;
      text-align: left; }
    main#item div#pricing p {
      font-size: 0.8em;
      color: #acacae; }
      main#item div#pricing p span {
        font-size: 1.2em;
        color: #383838; }
      main#item div#pricing p#price {
        margin-bottom: 0.75em; }
        main#item div#pricing p#price span {
          color: #de4c39; }
        main#item div#pricing p#price small {
          font-size: 0.7em; }
      main#item div#pricing p#quantity {
        margin-top: 0.75em; }
    main#item div#pricing input {
      width: 3em;
      font-size: 1.1em;
      text-align: right; }
    main#item div#pricing form button {
      width: 100%;
      margin-top: 0;
      text-transform: initial;
      padding: 0.75em; }
      main#item div#pricing form button span {
        font-size: 1.5em; }
        main#item div#pricing form button span:before, main#item div#pricing form button span:after {
          font-size: 0.7em; }
  main#item select {
    width: 100%;
    font-size: 1em;
    margin: 0 0 1.5em 0; }
  main#item div#colorPicker {
    width: 100%;
    margin-bottom: 0.75em; }
  main#item div.colorOption {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    display: inline-block;
    border: 3px solid #acacae;
    transition: all ease-in-out 0.2s;
    cursor: pointer; }
    main#item div.colorOption:hover {
      position: relative;
      transform: scale(1.2); }
    main#item div.colorOption.selected {
      border-color: #383838; }
  main#item p#descriptionHeading,
  main#item p#description {
    font-size: 0.8em;
    text-align: left; }
  main#item p#descriptionHeading {
    color: #acacae;
    margin-bottom: 0.25em; }

/* main#item */
@media all and (min-width: 992px) {
  main#item img {
    width: 43%;
    display: inline-block;
    float: left; }
  main#item div#itemSidebar {
    width: 50%;
    display: inline-block;
    float: right; } }
/* main#item $bp--md_lower */
/* -------------------- */
/* main#CART */
/* -------------------- */
main#cart {
  /* div.item > div */
  /* div.itemDetails */
  /* p.itemQuantity */
  /* div#total */ }
  main#cart div.item > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  main#cart div.itemDetails {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* div that contains the REMOVE button and TOTAL PRICE */ }
    main#cart div.itemDetails div {
      margin-top: auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end; }
  main#cart h1 {
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 1em; }
  main#cart p.name {
    margin-bottom: 0.5em; }
  main#cart p.price {
    margin-top: 0;
    font-size: 0.9em; }
  main#cart p.itemQuantity {
    color: #acacae;
    font-size: 0.9em;
    margin-top: 0.75em; }
    main#cart p.itemQuantity input {
      width: 3em;
      font-size: 1.1em;
      text-align: right; }
  main#cart a.remove {
    font-size: 0.8em;
    display: block;
    margin-right: 1em;
    margin-top: 0em; }
  main#cart p.totalPrice {
    color: #de4c39;
    font-size: 1.2em;
    margin-top: 1em; }
    main#cart p.totalPrice small {
      font-size: 0.7em; }
  main#cart div#total {
    margin-top: 3em;
    /* p */
    /* button */ }
    main#cart div#total div {
      width: 100%;
      border-color: #acacae;
      border-style: solid;
      border-width: 1px 1px 0;
      padding: 1em;
      text-align: left; }
    main#cart div#total p {
      font-size: 0.8em; }
      main#cart div#total p span {
        font-size: 1.2em; }
      main#cart div#total p#grandTotal {
        font-size: 1em;
        margin-top: 1em; }
        main#cart div#total p#grandTotal span {
          color: #de4c39; }
      main#cart div#total p#disclaimer {
        color: #383838;
        font-size: 0.6em;
        margin-top: 1em;
        text-align: left; }
    main#cart div#total input {
      width: 3em;
      font-size: 1.1em;
      text-align: right; }
    main#cart div#total button {
      width: 100%;
      margin-top: 0;
      text-transform: initial;
      padding: 0.75em; }
      main#cart div#total button span {
        font-size: 1.5em; }
        main#cart div#total button span:before, main#cart div#total button span:after {
          font-size: 0.7em; }

/* main#cart */
p.emptyCart {
  text-align: center;
  background-color: #eaeaeb; }
  p.emptyCart:first-of-type {
    font-size: 2em;
    padding-top: 0.5em; }
  p.emptyCart:last-of-type {
    font-size: 1.25em;
    padding-top: 1.5em;
    padding-bottom: 1em; }

@media all and (min-width: 992px) {
  main#cart h1 {
    margin-top: 0; }
  main#cart div#itemContainer {
    width: 50%;
    display: inline-block;
    float: left; }
  main#cart div#total {
    margin-top: 0;
    width: 43%;
    display: inline-block;
    float: right; }
  main#cart p.totalPrice {
    line-height: 0.8; }
    main#cart p.totalPrice small {
      display: inline-block; }
  main#cart a.remove {
    margin-top: 0.5em; } }
/* main#item $bp--md_lower */
/* -------------------- */
/* main#PRINTCART */
/* -------------------- */
main#printCart {
  width: 100%;
  margin: 0 auto;
  /* div#total */ }
  main#printCart > img {
    width: 7em;
    margin-bottom: 2em;
    margin-top: 0;
    padding-top: 0; }
  main#printCart h1 {
    margin-bottom: 1em; }
  main#printCart div#total {
    margin-bottom: 3em;
    /* p */ }
    main#printCart div#total div {
      width: 100%;
      border-color: #acacae;
      border-style: solid;
      border-width: 4px;
      padding: 1em;
      text-align: left; }
    main#printCart div#total p {
      font-size: 1.3em; }
      main#printCart div#total p span {
        font-weight: bold;
        font-size: 1em; }
      main#printCart div#total p small {
        font-size: 0.8em; }
      main#printCart div#total p#grandTotal {
        margin-top: 0.5em; }
        main#printCart div#total p#grandTotal span {
          color: #de4c39; }
  main#printCart p.price {
    font-size: 1em; }
  main#printCart p.itemQuantity {
    font-size: 1em;
    margin-top: 0.15em; }
    main#printCart p.itemQuantity span {
      font-weight: bold; }
  main#printCart p.totalPrice {
    font-size: 1.4em;
    margin-top: 1em;
    color: #de4c39; }
  main#printCart p#disclaimer {
    margin-top: 3em;
    font-size: 0.8em; }
  main#printCart p#date {
    font-size: 0.8em;
    text-align: right;
    margin-top: 2em; }

/* main#printCart */
@media screen {
  main#printCart {
    padding: 40px;
    max-width: 672px; } }
@media print {
  main#printCart {
    padding: 0;
    max-width: 1200px; } }
/* -------------------- */
/* div#MESSAGE */
/* -------------------- */
#message {
  position: fixed;
  top: -0.35em;
  left: 7.5%;
  z-index: 999999;
  background-color: #ffffff;
  width: 85%;
  border: 0.35em solid #acacae;
  border-radius: 0 0 1em 1em;
  padding: 1em;
  font-size: 0.9em;
  margin-top: -100%;
  /* message.success */
  /* message.error */ }
  #message.success {
    border-color: #66c267;
    color: #66c267; }
    #message.success p:before {
      content: '\f058'; }
  #message.error {
    border-color: #b8423f;
    color: #b8423f; }
    #message.error p:before {
      content: '\f057'; }
  #message p {
    text-align: left;
    padding-left: 2.5em; }
    #message p:before {
      font-family: FontAwesome;
      font-size: 2em;
      position: absolute;
      top: 50%;
      left: 0.5em;
      margin-top: -0.5em; }

/* #message */
@media all and (min-width: 992px) {
  #message {
    width: 40%;
    left: 30%; } }
/* div#message $bp--md_lower */
/* -------------------- */
/* modified form#SEARCH--BODY */
/* -------------------- */
main.products form#search--body,
main#cart form#search--body {
  margin-top: -15px; }
  main.products form#search--body input,
  main#cart form#search--body input {
    margin-top: 0;
    margin-bottom: 0; }
  main.products form#search--body button,
  main#cart form#search--body button {
    top: 0.13em; }

/* -------------------- */
/* SEARCH page */
/* -------------------- */
#searchQuery {
  color: #acacae;
  margin-top: -0.75em; }

@media all and (min-width: 992px) {
  #searchQuery {
    margin-bottom: 3em; } }

/*# sourceMappingURL=estimates.css.map */
