body {
  background-color: #d8d8d8;
}

a {
  color: #005470;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

#container {
  background-color: #fff;
}

#header {
  position: relative;
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

#logo {
  display: block;
  height: 75px;
  padding: 20px 0;
  overflow: hidden;
  background-image: url("/store/images/logo-basic.png");
  background-repeat: no-repeat;
  background-position: left 60%;
}

#logo h1 {
  display: none;
  /* For SEO */
}

#view-cart {
  position: absolute;
  top: 0;
  right: 0;
  height: 115px;
}

#view-cart a {
  display: block;
  margin: 41px 0 0;
  overflow: hidden;
  text-decoration: none;
}

#view-cart a span {
  float: right;
  line-height: 32px;
  color: #007490;
}

#view-cart a .fa {
  float: left;
  margin: 0 15px 0 0;
  font-size: 32px;
  line-height: 32px;
  color: #007490;
}

#view-cart a:hover .fa,
#view-cart a:hover span {
  color: #005470;
}

#content {
  width: 980px;
  padding: 0 0 30px;
  margin: 0 auto;
}

#footer {
  padding: 2em 0;
  font-size: 0.9em;
  color: #444;
  background-color: #d8d8d8;
}

#footer .inner {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  color: #000;
}

.fieldset .legend {
  color: #555;
  background-color: #eee;
}

.fieldset.flow,
.row.flow {
  margin-top: 30px !important;
}

.form .row {
  margin: 15px 0 0;
  overflow: hidden;
}

.required {
  font-weight: bold;
}

.form .label {
  line-height: 2.5em;
}

.field.button {
  box-sizing: border-box;
  float: left;
  height: 2.5em;
  padding: 0 10px !important;
  line-height: 2.5em !important;
}

.tell .button {
  display: block;
  float: left;
  height: 42px;
  padding: 0 15px;
  margin: 0 10px 0 0;
  font-size: 1.1em;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #005470;
  border: 1px solid #005470;
}

.tell .button:hover {
  background-color: #004460;
  border: 1px solid #004460;
}

.tell input[type="file"],
.tell input[type="number"],
.tell input[type="password"],
.tell input[type="text"],
.tell select,
.tell textarea {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: inset 0 1px 3px #f2f2f2;
  -moz-box-shadow: inset 0 1px 3px #f2f2f2;
  box-shadow: inset 0 1px 3px #f2f2f2;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
}

.tell input[type="file"]:focus,
.tell input[type="number"]:focus,
.tell input[type="password"]:focus,
.tell input[type="text"]:focus,
.tell select:focus,
.tell textarea:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0 #eee, 0 0 5px #ddd;
  -moz-box-shadow: inset 0 0 0 #eee, 0 0 5px #ddd;
  box-shadow: inset 0 0 0 #eee, 0 0 5px #ddd;
}

.tell input[type="text"][readonly],
.tell input[type="text"][readonly]:focus {
  color: #555;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}

.tell-select {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: inset 0 1px 3px #f2f2f2;
  -moz-box-shadow: inset 0 1px 3px #f2f2f2;
  box-shadow: inset 0 1px 3px #f2f2f2;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
}

.tell-select.tell-focus {
  border: 1px solid #aaa !important;
}

#cats {
  position: relative;
  overflow: visible;
  font-size: 0.9em;
  background-color: #dedede;
  border: 1px solid #ccc;
}

#cats-toggle {
  display: none;
}

#cats-inner {
  overflow-x: hidden;
}

#cats-list {
  display: block;
  width: 100%;
  height: 52px;
}

#cats-list,
.cats-sub-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

#cats.has-ctrls {
  padding: 0 52px;
}

.cats-list-item {
  float: left;
}

.cats-link {
  display: block;
  padding: 10px 20px;
  line-height: 32px;
  color: #005470;
  text-decoration: none;
  border-left: 1px solid #cacaca;
}

.cats-link:hover {
  background-color: #eaeaea;
}

.first .cats-link {
  border-left: 0;
}

.last .cats-link {
  border-right: 1px solid #ddd;
}

#cats-ctrl-left,
#cats-ctrl-right {
  position: absolute;
  top: 0;
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin: 10px;
  font-size: 32px;
  line-height: 24px;
  color: #777;
  text-align: center;
  cursor: pointer;
  background-color: #ddd;
  border: 1px solid #cacaca;

}

#cats-ctrl-left {
  left: 0;
  border-right: 1px solid transparent;
}

#cats-ctrl-right {
  right: 0;
  margin: 0 10px 0 0;
  border-left: 1px solid transparent;
}

#cats-left-arrow {
  font-style: normal;
  text-align: center;
}

#cats-right-arrow {
  font-style: normal;
  text-align: center;
}

#cats-ctrl-left:hover #cats-left-arrow,
#cats-ctrl-right:hover #cats-right-arrow {
  font-weight: bold;
}

.cats-active .cats-sub-list {
  display: block;
}

.error-message,
.success-message,
.message.message-error,
.message.message-success {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 10px 15px;
  margin: 30px 0 0;
  overflow: hidden;
  line-height: 1.5;
  border: 1px solid #ccc;
}

.success-message,
.message.message-success {
  color: #146414;
  background-color: #d7f5d7;
  border-color: #aaf0a5;
}

.error-message,
.message.message-error {
  color: #b44646;
  background-color: #ffe6e6;
  border-color: #ffc3c3;
}

.error-message ol,
.error-message ul,
.message.message-error ol,
.message.message-error ul,
.success-message ol,
.success-message ul,
.message.message-success ol,
.message.message-success ul {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

/**
 * Phones only
 */
@media (width <= 767px) {
  #container,
  #footer,
  #header {
    box-sizing: border-box;
    width: 100%;
    min-width: 320px;
    padding: 0 20px;
    overflow: hidden;
    font-size: 0.9em;
  }

  #header {
    min-width: 280px;
    padding: 0;
    margin: 0;
  }

  #content,
  #footer .inner {
    width: 100%;
  }

  #logo {
    max-width: 449px;
    height: 75px;
    margin: 0 auto;
    background-position: center 60%;
    background-size: contain;
  }

  #view-cart {
    display: none;
  }

  #cats {
    border: 0;
  }

  #cats-toggle {
    display: block;
    padding: 0 10px;
    margin: 0;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    background-color: #777;
  }

  .cats-toggle-text {
    display: block;
    float: left;
    line-height: 42px;
  }

  .cats-icon-nav {
    float: right;
    height: 42px;
    font-size: 32px;
    line-height: 42px;
  }

  #cats-list {
    display: none;
    width: auto !important;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }

  .cats-list-item {
    width: 100%;
  }

  .cats-link {
    display: block;
    width: 100%;
    padding: 0 10px;
    line-height: 32px;
    border-top: 1px solid #ddd;
    border-left: 0;
  }

  .cats-link:hover {
    text-decoration: none;
    background-color: #e1e1e1;
  }

  .cats-list-item:first-child .cats-link {
    border-top: 0;
  }
}

/**
 * Small phones only
 */
@media (width <= 480px) {
  /* ... */
}

/**
 * Phones, tablets
 */
@media (width <= 1024px) {
  /* ... */
}

/**
 * Tablets only
 */
@media (width >= 768px) and (width <= 1024px) {
  #header {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }

  #content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }

  #footer .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }

  #view-cart {
    right: 20px;
  }
}

/**
 * Tablets, desktops
 */
@media (width >= 768px) {
  /* ... */
}

/**
 * Desktops only
 */
@media (width >= 1025px) {
  /* ... */
}
