/*!normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, .template-customers-register .half .col-b a, .template-customers-login .half .col-b a, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button, .template-customers-register .half .col-b a, .template-customers-login .half .col-b a {
  overflow: visible; }

button, .template-customers-register .half .col-b a, .template-customers-login .half .col-b a, select {
  text-transform: none; }

button, .template-customers-register .half .col-b a, .template-customers-login .half .col-b a, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled], .template-customers-register .half .col-b a[disabled], .template-customers-login .half .col-b a[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, .template-customers-register .half .col-b a::-moz-focus-inner, .template-customers-login .half .col-b a::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/* ==========================================================================
   Most theme settings should be stored in Sassy CSS variables here, for reuse.
   ========================================================================== */
/* theme settings */
/* Table of content */
/* 1.  Base styles
   2.  Forms
   3.  Tables
   4.  Layout
   5.  Header
   6.  Navigation
   7.  Tags
   8.  Social and payment methods
   9.  Blog
   10. Product and collection pages
   11. Search form and search results
   12. Footer
*/
/* =====================
   1. Base styles
   ===================== */
html body {
  font-size: 16px;
  line-height: 26px;
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: "Tablet-Gothic-Semi-Condensed", Arial Narrow, Arial, sans-serif;
  font-weight: 400;
  color: #042e46;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility; }

/* Responsive images and videos. */
img, iframe {
  max-width: 100%; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: 600; }

.small-print {
  font-size: 11px;
  line-height: 17.875px;
  font-size: 0.6875rem;
  line-height: 1.11719rem; }

a {
  color: #006699;
  text-decoration: none; }
  a:hover {
    color: #004466; }
  header a, footer a {
    color: #ef4044; }
  header a:hover, footer a:hover {
    color: #ef4044; }
  p > a, p > a:visited {
    color: #006699; }

.red {
  color: #ef4044; }

ul, ol {
  list-style-type: none;
  padding: 0; }

.rte ul {
  list-style-type: disc;
  list-style-position: outside; }

.rte ol {
  list-style-type: decimal;
  list-style-position: outside; }

.rte table {
  margin-bottom: 20px; }

/* =================
   2. Forms
   ================= */
button, .template-customers-register .half .col-b a, .template-customers-login .half .col-b a, input, select, textarea {
  color: #042e46;
  font-size: 16px;
  line-height: 26px;
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: "Tablet-Gothic-Semi-Condensed", Arial Narrow, Arial, sans-serif; }

/* Remove placeholder text in inputs when they get focus. */
input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

label {
  display: block; }

select {
  display: inline-block;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  line-height: normal;
  background-color: white;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("select-arrows.png");
  background-image: url("select-arrows.svg"), none;
  border: 1px solid #cdd1d1;
  padding-left: 5px;
  padding-right: 40px;
  height: 45px; }

@-moz-document url-prefix() {
  /* Impossible to hide the native arrow in Firefox.
     https://gist.github.com/joaocunha/6273016
     Please upvote the bug: https://bugzilla.mozilla.org/show_bug.cgi?id=649849 */
  select {
    background-image: none;
    padding-right: 0; }

  /* Getting rid of dotted line around text in Firefox. */
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; } }

/* Getting rid of arrow in IE10 and IE11. */
select::-ms-expand {
  display: none; }

/* Using default arrow with no box in IE8 and IE9. */
.ie8 select, .ie9 select {
  background: #b91013 none;
  padding: 5px;
  border: 1px; }

/* Text inputs. */
textarea, input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="date"], input[type="search"], input[type="number"], input[type="password"] {
  display: inline-block;
  max-width: 100%;
  background-color: transparent;
  border: #e91318 1px solid;
  outline: none;
  -webkit-appearance: none; }

.input.small {
  width: 50px; }

.input.medium {
  width: 150px; }

.input.large {
  width: 300px; }

.input.full-width {
  width: 100%; }

/* All buttons. */
.button, input[type="submit"], input[type="button"], button, .template-customers-register .half .col-b a, .template-customers-login .half .col-b a {
  display: inline-block;
  background-color: #2484c6;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }

.disabled {
  pointer-events: none;
  opacity: 0.5; }

#searchresults input[type="submit"] {
  width: inherit; }

/* Big, important buttons get a special treatment */
.primary.button, input.primary[type="submit"], input.primary[type="button"], button.primary, .template-customers-register .half .col-b a.primary, .template-customers-login .half .col-b a.primary {
  padding: .5em .7em;
  font-size: 1.2rem;
  background-color: #006699;
  border-color: #006699;
  color: #ef4044; }
  .primary.button:hover, input.primary[type="submit"]:hover, input.primary[type="button"]:hover, button.primary:hover, .template-customers-register .half .col-b a.primary:hover, .template-customers-login .half .col-b a.primary:hover {
    background-color: #004466; }

/* For search and newsletter forms, eliminate any spacing between the text box and submit button on the right. */
.inline-collapse input, .search-form input {
  float: left; }
.inline-collapse input:first-child, .search-form input:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.inline-collapse input:last-child, .search-form input:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

input[type="email"],
input[type="text"],
input[type="password"],
textarea {
  background-color: #f8f8f8;
  border: 1px solid #cdd1d1;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  color: #2c2d2e;
  width: 100%; }

textarea {
  border: none; }

input[size="3"] {
  text-align: center;
  width: auto; }

button, .template-customers-register .half .col-b a, .template-customers-login .half .col-b a,
button:active,
.template-customers-register .half .col-b a:active,
.template-customers-login .half .col-b a:active,
button:focus,
.template-customers-register .half .col-b a:focus,
.template-customers-login .half .col-b a:focus,
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
label,
.dd-menu,
button,
.template-customers-register .half .col-b a,
.template-customers-login .half .col-b a,
.btn,
.btn:active,
.btn:focus {
  @input font-size(16, 1.625);
  margin: 0;
  padding: 10px;
  border-color: #2484c6;
  -webkit-font-smoothing: antialiased; }

label {
  border: none;
  padding-left: 0; }

button, .template-customers-register .half .col-b a, .template-customers-login .half .col-b a,
.btn,
.btn:active,
.btn:focus,
input[type="submit"] {
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  background: #2484c6;
  border-color: #2484c6;
  border: none;
  color: white;
  font-weight: bold; }

a.btn {
  border: none;
  color: #ef4044; }

button[type="submit"], .template-customers-register .half .col-b a[type="submit"], .template-customers-login .half .col-b a[type="submit"] {
  border: none;
  padding-right: 15px; }

button span, .template-customers-register .half .col-b a span, .template-customers-login .half .col-b a span {
  margin-right: 10px; }
  button span.fa, .template-customers-register .half .col-b a span.fa, .template-customers-login .half .col-b a span.fa {
    margin-left: 10px; }

.btn.grey,
.btn.grey:active,
.btn.grey:focus {
  border-color: #cdd1d1;
  background: #cdd1d1; }

.dd-menu {
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  line-height: normal;
  background-color: white;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("select-arrows.png");
  background-image: url("select-arrows.svg"), none;
  border: 1px solid #cdd1d1;
  padding-right: 40px; }
  .dd-menu > span {
    width: auto !important; }

form label {
  display: block;
  font-weight: bold; }

form input[size="3"] {
  text-align: center; }

form textarea {
  resize: none; }

form input[type="submit"] {
  float: right; }

form a,
form a:hover,
form a:visited {
  color: #2484c6;
  font-weight: normal;
  text-decoration: underline; }

form .form-item,
form .form-item.inline > div {
  margin-bottom: 10px; }

form .form-item a.forgot-password,
form .form-item.inline > div a.forgot-password {
  display: inline-block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 22.75px;
  font-size: 0.875rem;
  line-height: 1.42188rem; }

form .form-item.inline {
  margin-bottom: 0; }
  form .form-item.inline > div {
    float: left; }
  form .form-item.inline > div.wrap-label {
    width: 15%; }
  form .form-item.inline > div.wrap-input {
    width: 85%;
    float: right; }

form .form-item.half {
  margin-bottom: 0; }
  form .form-item.half > div {
    float: left;
    width: 50%; }
  form .form-item.half > div.left {
    padding-right: 5px; }
  form .form-item.half > div.right {
    padding-left: 5px; }

.checkout label {
  font-weight: normal; }

/* For IE8. */
.lt-ie9 .inline-collapse input, .lt-ie9 .search-form input, .lt-ie9 #searchresults .inline-collapse input, .lt-ie9 #searchresults .search-form input {
  display: inline-block;
  zoom: 1;
  width: 130px; }

.lt-ie9 .inline-collapse, .lt-ie9 .search-form {
  display: block;
  width: 300px; }

/* ================
   3. Tables
   ================ */
table {
  width: 100%; }
  table th, table td {
    padding: 1em; }
  table tr {
    border-bottom: #eaeef2 1px solid; }
  table th {
    text-align: left; }

/* ================
   4. Layout
   ================ */
/* Safeguards for floats. */
/* Add some space below main section. */
/* Using border-box makes it easier to work with grids: 
   See http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flexslider {
  clear: both; }
  .template-index .flexslider {
    position: absolute;
    top: 153px; }
    .template-index .flexslider ul {
      height: 520px;
      width: 1200px;
      margin: 0 auto; }
  .template-collection .flexslider {
    margin-top: -32px; }
    .template-collection .flexslider ul {
      width: 710px;
      height: 290px; }
    .template-collection .flexslider:after {
      margin-bottom: 20px; }
  .flexslider .button, .flexslider input[type="submit"], .flexslider input[type="button"], .flexslider button, .flexslider .template-customers-register .half .col-b a, .template-customers-register .half .col-b .flexslider a, .flexslider .template-customers-login .half .col-b a, .template-customers-login .half .col-b .flexslider a {
    font-weight: bold;
    font-size: 22px;
    line-height: 35.75px;
    font-size: 1.375rem;
    line-height: 2.23438rem;
    display: inline-block;
    background-color: white;
    color: #ef4044;
    text-decoration: none;
    padding: 6px 12px;
    border: none; }

section.banner-description {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80%;
  padding: 0px;
  margin: 0px; }
  section.banner-description h1 {
    font-family: "Tablet-Gothic-Semi-Condensed", Arial Narrow, Arial, sans-serif;
    font-size: 120px;
    line-height: 195px;
    font-size: 7.5rem;
    line-height: 12.1875rem;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 -16px 0;
    padding: 0;
    color: #ef4044; }
  section.banner-description button, section.banner-description .template-customers-register .half .col-b a, .template-customers-register .half .col-b section.banner-description a, section.banner-description .template-customers-login .half .col-b a, .template-customers-login .half .col-b section.banner-description a {
    font-size: 140%;
    margin-top: -16px; }
    section.banner-description button:hover, section.banner-description .template-customers-register .half .col-b a:hover, .template-customers-register .half .col-b section.banner-description a:hover, section.banner-description .template-customers-login .half .col-b a:hover, .template-customers-login .half .col-b section.banner-description a:hover {
      background-color: white; }

.sidebar {
  position: relative;
  float: left;
  width: 28%;
  padding-right: 28px; }
  .sidebar h3 {
    background-color: #ef4044;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 20px; }

.sidebar-menu {
  background-color: #042e46; }
  .sidebar-menu ul {
    margin-top: 0px;
    padding-top: 15px; }
  .sidebar-menu .links {
    padding-top: 20px;
    padding-bottom: 20px; }
    .sidebar-menu .links.h-pad {
      margin-bottom: 0; }
  .sidebar-menu a {
    font-size: 14px;
    line-height: 18.662px;
    font-size: 0.875rem;
    line-height: 1.16638rem;
    color: #cdd1d1;
    display: block;
    margin-bottom: 6px; }
    .sidebar-menu a:hover {
      text-decoration: underline; }
  .sidebar-menu li {
    padding-right: 15px; }
    .sidebar-menu li .active a {
      font-weight: bold;
      color: #2484c6;
      display: block;
      margin-left: -20px;
      padding: 10px 0 10px 20px;
      background-color: #eaeef2; }

.sidebar > .filter-menu {
  background-color: #eaeef2;
  padding: 12px 20px 12px 20px; }

.filter-group {
  position: relative;
  margin-bottom: 15px; }
  .filter-group a {
    font-size: 13px;
    line-height: 17.329px;
    font-size: 0.8125rem;
    line-height: 1.08306rem;
    color: #2484c6; }
  .filter-group .has_selected .active {
    display: none; }
  .filter-group .has_selected .selected {
    display: inherit; }
  .filter-group .selected a {
    font-weight: bold; }
  .filter-group .filter-clear {
    position: absolute;
    top: 7px;
    right: 7px;
    border-radius: 10px;
    padding: 0 5px;
    background-color: #2c2d2e;
    color: #eaeef2;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    height: 18px; }
    .filter-group .filter-clear:hover {
      background-color: #2c2d2e; }
  .filter-group .collection-container {
    overflow: hidden;
    position: relative; }
  .filter-group .collection-count {
    position: absolute;
    right: 0px; }
  .filter-group h4 {
    margin: 0px;
    font-size: 14px;
    padding: 8px 0 5px 15px;
    font-weight: normal; }
  .filter-group ul {
    display: block;
    margin: 0;
    padding-bottom: 12px; }
    .filter-group ul li {
      display: block; }
      .filter-group ul li a {
        width: 100%;
        display: block;
        text-decoration: none;
        padding: 5px 10px;
        font-size: 13px; }
  .filter-group ul {
    height: 29px;
    background-color: white;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/t/3/assets/select-arrows.png?v=177318098398205546441465231092);
    border-bottom: 1px solid #cdd1d1;
    padding-left: 0px; }
    .filter-group ul li {
      z-index: 2;
      font-size: 13px;
      line-height: 17.329px;
      font-size: 0.8125rem;
      line-height: 1.08306rem;
      border-left: 1px solid #cdd1d1;
      border-right: 1px solid #cdd1d1; }
      .filter-group ul li:last-child {
        border-bottom: 1px solid #cdd1d1; }
  .filter-group ul li:not(.init) {
    float: left;
    width: 100%;
    display: none;
    background: #fff; }
  .filter-group ul li:not(.init):hover, .filter-group ul li.selected:not(.init) {
    background: #042e46; }
    .filter-group ul li:not(.init):hover a, .filter-group ul li.selected:not(.init) a {
      color: white; }
  .filter-group li.init {
    cursor: pointer;
    border: 1px solid #cdd1d1;
    border-bottom: none;
    padding: 5px 10px; }

.sort-selector {
  margin: 0 10px; }

i.check-icon {
  background-image: url(/cdn/shop/t/3/assets/checkbox-black-retina.png?v=101528533574687843991465231078);
  background-position: 0px -176px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-top: 0px;
  vertical-align: text-top;
  width: 16px; }
  .selected i.check-icon {
    background-position: 0px -144px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min-device-pixel-ratio: 1.1) {
  i.check-icon {
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 16px 96px;
    background-position: 0px -32px; }

  .selected i.check-icon {
    background-position: 0px 0px; } }
.main {
  position: relative;
  margin: 0 auto;
  width: 65em;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
  margin-bottom: 40px; }
  .main .top {
    margin-bottom: 20px; }
  body.template-index .main {
    margin-top: 0px; }

.content {
  position: relative;
  float: left;
  width: 72%;
  padding-left: 10px;
  padding-top: 32px; }

::-moz-selection, ::selection {
  background: #778590;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cdd1d1;
  padding: 0;
  clear: both;
  margin: 0; }
  hr.outer {
    margin: 0 20px; }
  body > header hr, body > footer hr {
    border-color: #2c2d2e; }

img {
  vertical-align: middle;
  max-width: 100%; }
  img.svg {
    min-width: 100%; }

.browsehappy {
  margin: 0.2em 0;
  background: #eaeef2;
  color: #2484c6;
  padding: 0.2em 0; }

.wrap-marquee {
  position: relative;
  margin: 0 auto;
  width: 65em;
  padding-left: 20px;
  padding-right: 20px; }

.promo {
  position: absolute;
  left: 0;
  top: 152px;
  width: 100%;
  height: 41px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1000;
  background: rgba(4, 46, 70, 0.8);
  vertical-align: middle; }
  .promo p {
    margin: 0 auto;
    width: 65em;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-style: italic;
    color: white;
    line-height: 41px; }

#contact-us .content .col-a, #contact-us .content .col-b, #contact-us .content .col-c, #contact-us .content .col-d {
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px; }
#contact-us .content .col-a, #contact-us .content .col-b {
  padding-top: 40px;
  padding-bottom: 40px; }

.grid-header {
  margin-bottom: 20px; }
  .template-product .grid-header {
    margin-top: 10px; }
  .grid-header:before {
    clear: both; }
  #product-details .grid-header {
    margin-top: 40px; }

.thumbnail-grid {
  margin-top: -20px;
  padding-left: 10px;
  padding-right: 10px; }
  .thumbnail-grid > li {
    padding-left: 10px;
    padding-right: 10px; }

.template-search #searchresults ul li {
  clear: none; }
  .template-search #searchresults ul li a {
    font-size: 14px;
    line-height: 21px;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase; }
  .template-search #searchresults ul li h5 {
    padding-top: 10px; }
.template-search #searchresults ul.grid li {
  min-height: 340px;
  margin: 10px 0; }
.template-search #searchresults ul.pagination {
  clear: left; }
.template-search #searchresults .paginate-number {
  margin-top: 24px;
  line-height: 30px; }

.stack {
  margin-top: 20px; }

.h-pad {
  padding-left: 20px;
  padding-right: 20px; }
  .h-pad:last-child {
    margin-bottom: 0; }

.col-a, .col-b, .col-c, .col-d, .col-e,
.col-f .four-across div.col-b {
  margin-bottom: 20px; }

div.col-d {
  margin-bottom: 0; }

.row, .grid, .product {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  clear: both; }

.column, .grid > li, .product-photos, .product-details {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }

.column.full, .grid > li.full, .full.product-photos, .full.product-details {
  width: 100%; }

.column.three-quarters, .grid > li.three-quarters, .three-quarters.product-photos, .three-quarters.product-details {
  width: 75%; }

.column.two-thirds, .grid > li.two-thirds, .two-thirds.product-photos, .two-thirds.product-details {
  width: 66.6%; }

.column.half, .grid > li.half, .two-per-row, .product-photos, .product-details {
  width: 50%; }

.column.third, .grid > li.third, .three-per-row, .third.product-photos, .third.product-details {
  width: 33.3%; }

.column.fourth, .grid > li.fourth, .four-per-row, .fourth.product-photos, .fourth.product-details {
  width: 25%; }

.column.fifth, .grid > li.fifth, .five-per-row, .fifth.product-photos, .fifth.product-details {
  width: 20%; }

.column.sixth, .grid > li.sixth, .six-per-row, .sixth.product-photos, .sixth.product-details {
  width: 16.6%; }

.column.flow-opposite, .grid > li.flow-opposite, .flow-opposite.product-photos, .flow-opposite.product-details {
  float: right; }

@media (max-width: 480) {
  .column, .grid > li, .product-photos, .product-details {
    float: none;
    width: 100% !important; } }
div, article, nav, ul, aside, section,
header, footer, ul, form, fieldset,
figure, figcaption, video, audio, canvas {
  zoom: 1; }

div:before, article:before, nav:before,
ul:before, aside:before, section:before,
header:before, footer:before, ul:before,
form:before, fieldset:before, figure:before,
figcaption:before, video:before, audio:before,
canvas:before {
  content: '';
  display: block; }

div:after, article:after, nav:after,
ul:after, aside:after, section:after,
header:after, footer:after, ul:after,
form:after, fieldset:after, figure:after,
figcaption:after, video:after, audio:after,
canvas:after {
  content: '';
  display: table;
  clear: both; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul, ol {
  margin-left: 0;
  padding-left: 20px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.half > div,
.two-across > div,
.three-across > div,
.four-across > div,
.four-across > div > div,
.five-across > div,
.six-across > div {
  float: left; }

div.half > div,
.two-across > div {
  width: 50%;
  margin-bottom: 0; }

.three-across > div {
  width: 33.3333%;
  margin-bottom: 0; }

.four-across > div {
  width: 25%;
  margin-bottom: 0; }

.five-across > div {
  width: 20%;
  margin-bottom: 0; }

.six-across > div {
  width: 16.6666%;
  margin-bottom: 0; }

.module .wide {
  float: right; }

.below-nav,
.short,
.wide,
.left,
.right {
  float: left; }

.wide {
  width: 70%; }

.short {
  width: 30%; }

/* Clearfix applied to .row because row content is floated. */
/* IE8 does not support media queries */
.lt-ie9 .show-on-medium, .lt-ie9 .show-on-small {
  display: none; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .inline-collapse:before, .search-form:before, header:before, #main:before, footer:before, .row:before, .grid:before, .product:before, .clearfix:after, .inline-collapse:after, .search-form:after, header:after, #main:after, footer:after, .row:after, .grid:after, .product:after {
  content: '';
  display: table; }

.clearfix:after, .inline-collapse:after, .search-form:after, header:after, #main:after, footer:after, .row:after, .grid:after, .product:after {
  clear: both; }

.clearfix, .inline-collapse, .search-form, header, #main, footer, .row, .grid, .product {
  zoom: 1; }

/* Utility classes: Hidden, float left, float right, etc. */
.hidden {
  display: none; }

.left {
  float: left;
  padding-right: 10px; }

.right {
  float: right;
  padding-left: 10px; }

.centered {
  text-align: center; }

.left-aligned {
  text-align: left; }
  @media (max-width: 480) {
    .left-aligned {
      text-align: center;
      margin: 10px 0; } }

.right-aligned {
  text-align: right; }
  @media (max-width: 480) {
    .right-aligned {
      text-align: center;
      margin: 10px 0; } }

.clear, header, #main, footer {
  clear: both; }

.clear-after {
  *zoom: 1; }

.clear-after:after {
  content: '';
  display: table;
  clear: both; }

/* ==================
   5. Header
   ================== */
header {
  position: relative;
  width: 100%;
  height: 192px;
  background: none;
  color: #ef4044; }
  .template-index header {
    height: 673px; }
  header .top {
    position: relative;
    background-color: white;
    width: 100%;
    margin-bottom: 20px; }
    header .top .inner {
      margin: 0 auto;
      width: 65em; }
    header .top .logo {
      float: left;
      margin-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px; }
    header .top .site-search {
      float: right;
      width: 290px;
      height: 32px;
      margin-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px; }
      header .top .site-search form {
        width: 100%; }
        header .top .site-search form button, header .top .site-search form .template-customers-register .half .col-b a, .template-customers-register .half .col-b header .top .site-search form a, header .top .site-search form .template-customers-login .half .col-b a, .template-customers-login .half .col-b header .top .site-search form a {
          float: right;
          height: 32px;
          width: 18%;
          font-size: 16px;
          text-align: center;
          padding: 0; }
        header .top .site-search form input[type="search"] {
          float: left;
          font-size: 16px;
          line-height: 32px;
          font-size: 1rem;
          line-height: 2rem;
          background-color: #eaeef2;
          height: 32px;
          color: #778590;
          border: none;
          box-sizing: inherit;
          padding: 0 10px;
          width: 82%; }
    header .top .main-nav {
      padding-left: 20px;
      padding-right: 20px;
      float: right;
      height: 40px; }

/* ==================
   6. Navigation
   =================== */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  nav ul li {
    line-height: normal;
    text-indent: 0;
    margin: 0;
    padding: 0; }
  nav ul a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    color: #2484c6; }
    nav ul a:hover {
      color: #2484c6; }

.top-nav {
  position: relative;
  width: 100%;
  background-color: #ef4044;
  margin-bottom: 20px;
  height: 40px; }
  .top-nav ul {
    margin: 0 auto;
    width: 65em;
    padding-left: 14px;
    padding-right: 14px; }
    .top-nav ul li {
      float: left;
      color: white;
      font-size: 18px;
      line-height: 40px; }
      .top-nav ul li a {
        padding: 0 6px;
        margin: 0;
        color: white;
        font-size: 18px;
        line-height: 40px; }
        .top-nav ul li a img {
          margin-top: -3px; }
      .top-nav ul li.service {
        width: 50%;
        overflow: hidden; }
        .top-nav ul li.service div {
          font-family: "Tablet-Gothic-Semi-Condensed", Arial Narrow, Arial, sans-serif !important; }
        .top-nav ul li.service > div {
          position: absolute;
          display: inline;
          padding: 6px 0 0 6px; }
      .top-nav ul li.user {
        width: 50%;
        text-align: right; }
        .top-nav ul li.user li, .top-nav ul li.user li a {
          font-size: 16px; }
        .top-nav ul li.user a.selected {
          text-decoration: underline; }
        .top-nav ul li.user a.twitter {
          padding: 0; }
        .top-nav ul li.user span {
          color: #f47a7c;
          font-size: 24px;
          line-height: 30px;
          padding: 0 8px; }

.main-nav {
  position: relative; }
  .main-nav ul li {
    font-family: "Tablet-Gothic-Semi-Condensed", Arial Narrow, Arial, sans-serif;
    float: left;
    text-align: center;
    padding: 0 22px 0 20px;
    height: 40px;
    background-image: url(nav-line.png);
    background-repeat: no-repeat;
    background-position: right; }
    .main-nav ul li:last-child {
      background: none;
      padding-right: 0; }
    .main-nav ul li a {
      font-size: 30px;
      line-height: 37.5px;
      font-size: 1.875rem;
      line-height: 2.34375rem;
      text-transform: uppercase;
      display: block;
      font-weight: 700;
      margin: 0; }
    .main-nav ul li.selected {
      border-top: 1px solid white; }
      .main-nav ul li.selected a {
        color: #ef4044;
        padding-top: 15px; }

/* Styling active links. */
nav li.active > a {
  border-top: 1px solid white; }

/* ==========================================================================
  10. Product and collection pages.
  ========================================================================== */
ul.pagination {
  float: left;
  margin-bottom: 60px;
  margin-top: 5px;
  padding-left: 10px; }
  ul.pagination li {
    float: left; }
    ul.pagination li a {
      font-size: 15px;
      line-height: 22.5px;
      font-size: 0.9375rem;
      line-height: 1.40625rem;
      padding: 3px 12px;
      border: 1px solid #cdd1d1;
      border-left-width: 0px;
      color: #042e46;
      font-weight: normal; }
    ul.pagination li:hover a {
      background: #cdd1d1;
      color: #042e46;
      border-color: #cdd1d1; }
    ul.pagination li.current a {
      background: #042e46;
      color: white;
      border-color: #042e46; }
    ul.pagination li:first-child a {
      border-left: #cdd1d1 1px solid; }

.searchspring-pageSelect {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 3px 10px;
  font-weight: normal;
  background: #cdd1d1;
  color: #042e46 !important;
  border-right: 1px solid #fff; }
  .searchspring-pageSelect:hover, .searchspring-pageSelect.highlight {
    background: #042e46;
    color: white !important; }

.paginate-number {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
  float: left;
  margin-left: 15px;
  margin-top: 10px; }

.wrap-sort {
  float: right; }
  .wrap-sort select.dd-menu {
    width: 255px;
    position: absolute;
    opacity: 0;
    height: 30px;
    font-size: 13px; }
  .wrap-sort span.dd-menu {
    font-size: 13px;
    line-height: 19.5px;
    font-size: 0.8125rem;
    line-height: 1.21875rem;
    padding: 3px 50px 3px 8px;
    min-width: 140px;
    background-image: url("select-arrows-collection.png");
    background-color: #f3f3f3;
    border: 1px solid #c3c3c3; }

select.right {
  float: right; }
  select.right:after {
    clear: both; }

.highlighted-products {
  padding-bottom: 20px; }
  .highlighted-products .col2 {
    text-align: center; }
    .content .highlighted-products .col2 {
      text-align: right; }
  .highlighted-products .col3 {
    text-align: right; }
  .highlighted-products img {
    width: 318px;
    height: 147px; }
    .content .highlighted-products img {
      width: 343px;
      height: 141px; }

.js #product-select {
  display: none; }

.sort-by {
  margin-top: .25rem; }

.template-product .two-across > .col-a {
  width: 36%;
  max-height: 530px; }
  .template-product .two-across > .col-a > div, .template-product .two-across > .col-a img#product_feature_image {
    max-height: 530px;
    text-align: center; }
.template-product .two-across > .col-b {
  width: 64%;
  padding-left: 30px; }

.product-options {
  padding-left: 20px;
  padding-right: 20px; }
  .product-options h1 {
    margin-bottom: 10px; }
  .product-options .mini-heading {
    text-transform: uppercase;
    margin-bottom: 0; }
    .product-options .mini-heading.sale-price {
      color: #2c2d2e;
      font-size: 15px;
      line-height: 24.375px;
      font-size: 0.9375rem;
      line-height: 1.52344rem;
      margin-bottom: 0; }
  .product-options #product-variants {
    width: 297px; }
    .product-options #product-variants select {
      max-width: 277px;
      min-width: 100px; }
  .product-options .left {
    padding-right: 0px; }
  .product-options label {
    text-transform: uppercase; }
  .product-options .price {
    color: #626466;
    font-size: 23px;
    line-height: 29.9px;
    font-size: 1.4375rem;
    line-height: 1.86875rem;
    font-weight: bold;
    margin-bottom: 15px; }
  .product-options .sale-price {
    color: #ef4044;
    font-weight: bold;
    font-size: 34px;
    line-height: 39.984px;
    font-size: 2.125rem;
    line-height: 2.499rem;
    margin-bottom: 10px; }
  .product-options .social-share {
    float: right;
    margin-right: 226px;
    margin-top: -30px; }
    .product-options .social-share div {
      float: left;
      margin-right: 10px; }
      .product-options .social-share div.fb-like {
        margin-top: -4px; }
      .product-options .social-share div.twitter {
        width: 80px; }
  .product-options .details {
    padding-top: 40px;
    padding-bottom: 40px; }
    .product-options .details ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .product-options .details .collapsable {
      background-color: white;
      border: solid 1px #cdd1d1; }
      .product-options .details .collapsable .leader {
        background-color: white;
        border-bottom: none;
        border-top: solid 1px #cdd1d1;
        color: #2484c6;
        font-weight: bold;
        padding: 20px; }
        .product-options .details .collapsable .leader:first-child {
          border-top: none; }
      .product-options .details .collapsable .panel {
        background-color: white;
        padding: 0px 20px 30px 20px; }

.quantity {
  width: 70px;
  height: 45px;
  text-align: center;
  border: 1px solid #eaeef2; }

.thumbs .image {
  float: left;
  margin: 3px; }

div.featured {
  position: relative;
  margin-bottom: 10px;
  text-align: center; }
  div.featured img {
    max-height: 530px;
    margin: 0 auto; }

.mousetrap, #cloud-zoom-big {
  min-width: 300px !important; }

#wrap {
  z-index: 7900 !important; }

#zoom-image {
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 8000;
  width: 40px;
  overflow: hidden;
  background: #2484c6 url(zoom_white_large.png) no-repeat -2px 50%;
  line-height: 40px;
  height: 40px;
  color: #fff;
  text-align: left;
  text-indent: -9999px; }

.product-detail:after {
  clear: both; }

.product-photo-thumb:nth-child(2n+1) {
  clear: both; }

@media (max-width: 480) {
  .two-per-row.product-photo-thumb {
    width: 50% !important;
    float: left !important; } }
.gen-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .gen-nav li {
    line-height: normal;
    text-indent: 0;
    margin: 0;
    padding: 0; }
  .gen-nav a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    *display: inline; }

.grid-header {
  margin: 20px 0 5px 0;
  text-align: center; }
  .grid-header h2 {
    font-family: "Tablet-Gothic-Semi-Condensed", Arial Narrow, Arial, sans-serif;
    font-size: 36px;
    line-height: 58.5px;
    font-size: 2.25rem;
    line-height: 3.65625rem;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    color: #2484c6;
    font-weight: 800;
    background-image: url("grid-header-h2-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 12px;
    text-align: center; }
  .grid-header .v-pad {
    padding-bottom: 0; }

.thumbnail-grid {
  list-style-type: none;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0; }
  .thumbnail-grid li {
    position: relative;
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1; }
    .thumbnail-grid li a, .thumbnail-grid li a:hover, .thumbnail-grid li a:visited, .thumbnail-grid li a:active {
      display: block;
      color: #042e46;
      text-decoration: none; }
      .thumbnail-grid li a span, .thumbnail-grid li a:hover span, .thumbnail-grid li a:visited span, .thumbnail-grid li a:active span {
        font-size: 15px;
        line-height: 24.375px;
        font-size: 0.9375rem;
        line-height: 1.52344rem; }
      .thumbnail-grid li a .sale span, .thumbnail-grid li a:hover .sale span, .thumbnail-grid li a:visited .sale span, .thumbnail-grid li a:active .sale span {
        text-decoration: line-through;
        color: #2484c6; }
      .thumbnail-grid li a .sale strong, .thumbnail-grid li a:hover .sale strong, .thumbnail-grid li a:visited .sale strong, .thumbnail-grid li a:active .sale strong {
        color: #ef4044;
        font-size: 1.4rem;
        margin-left: 5px; }
      .thumbnail-grid li a .prod-img-wrap, .thumbnail-grid li a:hover .prod-img-wrap, .thumbnail-grid li a:visited .prod-img-wrap, .thumbnail-grid li a:active .prod-img-wrap {
        /*width: 136px;*/
        height: 186px;
        line-height: 186px;
        text-align: center;
        margin-bottom: 20px; }
        .template-collection .thumbnail-grid li a .prod-img-wrap, .template-collection .thumbnail-grid li a:hover .prod-img-wrap, .template-collection .thumbnail-grid li a:visited .prod-img-wrap, .template-collection .thumbnail-grid li a:active .prod-img-wrap {
          /*width: 136px;*/
          height: 186px;
          line-height: 186px; }
        .thumbnail-grid li a .prod-img-wrap img, .thumbnail-grid li a:hover .prod-img-wrap img, .thumbnail-grid li a:visited .prod-img-wrap img, .thumbnail-grid li a:active .prod-img-wrap img {
          max-height: 100%;
          max-width: 100%;
          vertical-align: middle; }
      .thumbnail-grid li a h5, .thumbnail-grid li a:hover h5, .thumbnail-grid li a:visited h5, .thumbnail-grid li a:active h5 {
        font-size: 15px;
        line-height: 22.5px;
        font-size: 0.9375rem;
        line-height: 1.40625rem;
        font-weight: 400;
        text-transform: uppercase;
        padding-right: 20px;
        margin: 0; }
    .thumbnail-grid li .sale-block {
      position: absolute;
      top: 188px;
      right: 32px;
      background-color: #ef4044;
      width: 85px;
      height: 16px;
      font-size: 13px;
      line-height: 15.6px;
      font-size: 0.8125rem;
      line-height: 0.975rem;
      color: white;
      text-align: center;
      letter-spacing: 0.02em; }

.four-col li {
  width: 25%;
  padding: 0 !important; }

.prod-price {
  display: block;
  color: #ef4044;
  font-weight: 800; }
  .prod-price .compare-at-price {
    color: #2484c6; }
  .prod-price b {
    font-weight: 800; }

/* ======================================
   11. Search form and search results
   ====================================== */
/* Styling all search forms. You can reuse this for newsletter signup form. */
.search-form {
  display: inline-block;
  margin-top: 3.2; }

/* Hiding search form in header on small screens */
@media (max-width: 480) {
  header .search-form {
    display: none; } }
#searchresults form {
  margin: 30px 0 0 20px;
  width: 70%; }
  #searchresults form input[type="search"] {
    float: left;
    height: 50px;
    width: 80%;
    padding: 15px;
    box-sizing: inherit; }
  #searchresults form input[type="submit"] {
    float: right;
    height: 50px;
    width: 20%; }
#searchresults ol {
  width: 80%; }

/* =====================
   12. Footer
   ===================== */
footer {
  width: 100%;
  background: white;
  color: #042e46; }
  footer a {
    color: #042e46; }

.ankle {
  width: 100%;
  margin: 0 auto; }
  .ankle div.promos {
    width: 60em;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px; }
    .ankle div.promos > a > img {
      max-width: 33.3%;
      float: left; }

.newsletter {
  margin: 0 auto;
  width: auto;
  background-color: #042e46;
  height: 199px;
  text-align: center; }
  .newsletter h5 {
    padding-top: 30px;
    font-size: 24px;
    line-height: 39px;
    font-size: 1.5rem;
    line-height: 2.4375rem;
    font-weight: 900;
    text-align: center;
    color: white;
    text-transform: uppercase; }
  .newsletter form {
    margin: 0 auto;
    width: 65em;
    text-align: center;
    width: 530px;
    margin: 10px auto 0 auto; }
    .newsletter form input {
      float: left;
      border: 2px solid #778590;
      background-color: #042e46; }
      .newsletter form input[type="email"] {
        width: 420px;
        height: 47px;
        line-height: 47px;
        padding: 0 20px;
        border-right: none;
        color: #778590;
        font-style: italic; }
      .newsletter form input[type="submit"] {
        width: 110px;
        height: 47px;
        border-color: #ef4044;
        color: #ef4044;
        font-size: 24px;
        padding: 0;
        font-weight: 900; }
  .newsletter p {
    color: white;
    text-align: center;
    font-style: italic; }

.logos {
  padding: 20px 0;
  background-color: #eaeef2;
  margin: 0 auto;
  width: auto; }
  .logos > ul {
    text-align: center;
    padding: 0;
    margin: 16px auto;
    max-width: 1040px; }
    .logos > ul > li {
      list-style: none;
      padding: 0;
      font-size: 0;
      text-align: center;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      max-width: 11.111%; }

.customer-service {
  margin: 0 auto;
  width: 65em;
  padding-top: 40px;
  padding-bottom: 40px; }
  .customer-service h5 {
    text-transform: uppercase;
    color: #ef4044;
    font-weight: 800;
    font-style: italic;
    font-size: 20px; }
  .customer-service > div {
    float: left; }
  .customer-service .col-a, .customer-service .col-b, .customer-service .col-c, .customer-service .col-d {
    padding-left: 20px;
    padding-right: 20px; }
  .customer-service .col-a {
    padding-left: 0;
    color: #ef4044; }
  .customer-service > div.col-a p,
  .customer-service > div.col-a a {
    font-size: 18px;
    line-height: 29.25px;
    font-size: 1.125rem;
    line-height: 1.82813rem;
    line-height: normal;
    color: #ef4044; }

.payments {
  text-align: center;
  font-size: 18px;
  line-height: 29.25px;
  font-size: 1.125rem;
  line-height: 1.82813rem;
  color: #042e46;
  margin: 38px 0; }
  .payments img {
    line-height: 29.25px;
    vertical-align: text-top;
    padding: 0 8px; }

.shopper-approved {
  text-align: center;
  margin: -15px 0 20px 0; }

.copyright {
  margin: 0 auto;
  padding: 10px 17.5em;
  background: #ef4044; }
  .copyright p {
    font-size: 15px;
    line-height: 24.375px;
    font-size: 0.9375rem;
    line-height: 1.52344rem;
    color: white;
    margin: 6px 0 0 0;
    text-align: center; }
  .copyright img {
    margin-left: 4px; }

.f-links {
  margin: 0 auto;
  width: 65em;
  padding-top: 40px;
  padding-bottom: 40px; }
  .f-links div {
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
  .f-links h5 {
    font-size: 19px;
    font-weight: 800;
    color: #2484c6;
    margin-bottom: 15px; }
  .f-links .col-a {
    padding-left: 0; }
  .f-links .col-f {
    padding-right: 0; }

.payment-methods {
  float: right; }
  .payment-methods li {
    float: left;
    margin-right: 4px;
    max-height: 36px; }

/* =============================
   13. Additional Custom Styles
   ============================= */
@media only screen and (min-device-width: 240px) and (max-device-width: 768px) {
  footer, header, .ankle {
    width: 75em; } }
.pop-up {
  color: #2484c6; }
  .pop-up .small {
    max-width: 400px; }
  .pop-up .medium {
    max-width: 800px; }
  .pop-up .large {
    max-width: 1000px; }
  .pop-up > div {
    width: auto; }
  .pop-up h1 {
    margin: 0; }
    .pop-up h1 span {
      display: block;
      font-size: 200%; }

.template-page .content, .template-cart, .template-customers-account, .template-customers-addresses {
  padding-top: 0px; }
  .template-page .content h1, .template-cart h1, .template-customers-account h1, .template-customers-addresses h1 {
    text-transform: uppercase;
    text-align: center;
    padding: 30px 20px;
    margin-top: 0px;
    background-color: #eaeef2; }

.template-cart h1 {
  text-align: left; }

.alert-bar {
  padding: 10px 0 30px 0; }
  .alert-bar > div {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    height: 80px; }
    .alert-bar > div span {
      line-height: 80px; }
    .alert-bar > div p {
      margin-top: 14px; }
  .alert-bar .left {
    width: 10%;
    text-align: center;
    background: #2c2d2e; }
    .template-customers-register .alert-bar .left, .template-customers-login .alert-bar .left {
      width: 20%; }
  .alert-bar .right {
    width: 90%;
    background: #f8f8f8; }
    .template-customers-register .alert-bar .right, .template-customers-login .alert-bar .right {
      width: 80%; }
    .alert-bar .right p {
      font-size: 15px;
      line-height: 24.375px;
      font-size: 0.9375rem;
      line-height: 1.52344rem; }
  .alert-bar span.fa-warning {
    font-size: 200%;
    color: #fff200; }

.cart {
  padding-top: 40px;
  padding-bottom: 40px; }
  .cart a, .cart a:hover {
    color: #2484c6;
    text-decoration: none; }
  .cart .right {
    float: left; }
    .cart .right h4 {
      margin: 25px 0 15px 0; }
  .cart th, .cart td {
    vertical-align: top;
    text-align: center; }
    .cart th:first-child, .cart td:first-child {
      text-align: left; }
      .cart th:first-child a, .cart th:first-child a:hover, .cart td:first-child a, .cart td:first-child a:hover {
        font-weight: bold; }
  .cart input[type="text"] {
    font-size: 16px;
    line-height: 26px;
    font-size: 1rem;
    line-height: 1.625rem;
    width: 45px;
    padding: 8px 16px;
    border-color: #eaeef2; }
    .cart input[type="text"].quantity {
      padding: 8px; }

.cart-buttons input[type="submit"] {
  font-size: 16px;
  display: inline-block;
  background-color: #042e46;
  float: none;
  margin-right: 10px; }
.cart-buttons td {
  vertical-align: middle; }
  .cart-buttons td:last-child {
    text-align: right;
    padding-right: 0; }
  .cart-buttons td a, .cart-buttons td a:hover, .cart-buttons td a:visited, .cart-buttons td a:active {
    color: #042e46;
    text-decoration: none;
    font-weight: bold; }
    .cart-buttons td a.button, .cart-buttons td a:hover.button, .cart-buttons td a:visited.button, .cart-buttons td a:active.button {
      font-size: 16px;
      display: inline-block;
      background-color: #042e46;
      color: white;
      text-decoration: none;
      padding: 10px;
      border-color: #042e46; }

.template-cart .three-across {
  padding-top: 40px;
  padding-bottom: 40px; }
  .template-cart .three-across .col-a select.dd-menu, .template-cart .three-across .col-a span.dd-menu {
    width: 275px !important;
    max-width: 100%;
    height: 43px !important; }
  .template-cart .three-across .col-a input[type="text"] {
    float: left;
    width: 100px;
    height: 45px;
    border-color: #eaeef2; }
  .template-cart .three-across .col-a input[type="button"] {
    margin: 0 0 0 10px;
    height: 45px;
    background-color: #2484c6;
    font-size: 16px;
    line-height: 26px;
    font-size: 1rem;
    line-height: 1.625rem; }
  .template-cart .three-across .col-a p.field {
    margin-bottom: 0; }
  .template-cart .three-across .col-b {
    font-size: 13px;
    line-height: 21.125px;
    font-size: 0.8125rem;
    line-height: 1.32031rem; }
    .template-cart .three-across .col-b p#shipping-rates-feedback {
      font-weight: bold;
      font-size: 14px;
      line-height: 22.75px;
      font-size: 0.875rem;
      line-height: 1.42188rem; }
    .template-cart .three-across .col-b ul {
      font-size: 13px;
      line-height: 21.125px;
      font-size: 0.8125rem;
      line-height: 1.32031rem;
      list-style-type: disc;
      list-style-position: outside; }
  .template-cart .three-across .total {
    text-align: right; }
    .template-cart .three-across .total input[type="submit"] {
      font-size: 20px;
      line-height: 32.5px;
      font-size: 1.25rem;
      line-height: 2.03125rem;
      padding: 5px 20px; }

.template-customers-register .col-a, .template-customers-login .col-a, .template-customers-addresses .col-a {
  padding-right: 20px; }
  .template-customers-register .col-a label, .template-customers-login .col-a label, .template-customers-addresses .col-a label {
    font-size: 14px;
    line-height: 22.75px;
    font-size: 0.875rem;
    line-height: 1.42188rem;
    float: left;
    width: 20%;
    margin-bottom: 10px; }
  .template-customers-register .col-a input[type="text"], .template-customers-register .col-a input[type="email"], .template-customers-register .col-a input[type="password"], .template-customers-login .col-a input[type="text"], .template-customers-login .col-a input[type="email"], .template-customers-login .col-a input[type="password"], .template-customers-addresses .col-a input[type="text"], .template-customers-addresses .col-a input[type="email"], .template-customers-addresses .col-a input[type="password"] {
    border-color: #eaeef2;
    float: left;
    width: 80%;
    margin-bottom: 10px;
    padding: 8px; }
  .template-customers-register .col-a input[type="submit"], .template-customers-register .col-a div#forgot_password, .template-customers-login .col-a input[type="submit"], .template-customers-login .col-a div#forgot_password, .template-customers-addresses .col-a input[type="submit"], .template-customers-addresses .col-a div#forgot_password {
    float: none;
    margin-left: 20%;
    font-size: 14px;
    line-height: 22.75px;
    font-size: 0.875rem;
    line-height: 1.42188rem;
    margin-bottom: 10px; }
.template-customers-register .half .col-b, .template-customers-login .half .col-b, .template-customers-addresses .half .col-b {
  padding-left: 20px; }

.template-customers-register .half .col-b a, .template-customers-login .half .col-b a {
  border-color: white;
  margin-bottom: 15px; }
.template-customers-register .half .col-b input[type="submit"], .template-customers-login .half .col-b input[type="submit"] {
  float: none; }
.template-customers-register #customer, .template-customers-register #recover-password, .template-customers-login #customer, .template-customers-login #recover-password {
  width: 100%; }

.template-customers-addresses .action_bottom {
  margin-top: 10px; }
.template-customers-addresses .col-a select, .template-customers-addresses .col-b select {
  width: 100%;
  margin-bottom: 10px; }
.template-customers-addresses .col-a label {
  width: 100%; }
.template-customers-addresses .col-a input[type="text"], .template-customers-addresses .col-a input[type="email"], .template-customers-addresses .col-a input[type="password"] {
  width: 100%; }
.template-customers-addresses .col-a input[type="submit"] {
  margin-left: 0; }
.template-customers-addresses .col-b label {
  font-size: 14px;
  line-height: 22.75px;
  font-size: 0.875rem;
  line-height: 1.42188rem;
  float: left;
  width: 100%;
  margin-bottom: 10px; }
.template-customers-addresses .col-b input[type="text"], .template-customers-addresses .col-b input[type="email"], .template-customers-addresses .col-b input[type="password"] {
  border-color: #eaeef2;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px; }
.template-customers-addresses .col-b input[type="submit"] {
  float: none; }
.template-customers-addresses tr {
  border: none; }
  .template-customers-addresses tr td {
    padding: 0; }
.template-customers-addresses .address_table {
  background-color: #f7f7f7;
  padding: 20px; }
.template-customers-addresses #admin_header {
  padding-bottom: 20px; }
.template-customers-addresses .view_address p {
  margin: 0;
  padding: 0; }

#customer_sidebar .address p {
  margin: 0;
  padding: 0; }

.action_return {
  padding: 20px 0; }
  .action_return a {
    color: #2484c6;
    text-decoration: none;
    font-weight: bold; }

h2.small-icon-header {
  font-size: 24px;
  line-height: 39px;
  font-size: 1.5rem;
  line-height: 2.4375rem;
  line-height: normal;
  text-transform: uppercase;
  margin: 20px 0 10px 0; }
  h2.small-icon-header span {
    float: left;
    font-size: 120%;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 4px; }

@font-face {
  font-family: 'ArrrowsBoldRegular';
  src: url("/cdn/shop/t/3/assets/arrrows-bold-webfont.eot?v=86010590785600280701465231077");
  src: url("/cdn/shop/t/3/assets/arrrows-bold-webfont.eot?%23iefix&v=86010590785600280701465231077") format("embedded-opentype"), url("/cdn/shop/t/3/assets/arrrows-bold-webfont.woff?v=27757551740456729641465231077") format("woff"), url("/cdn/shop/t/3/assets/arrrows-bold-webfont.ttf?v=57157361602037748791465231077") format("truetype"), url("/cdn/shop/t/3/assets/arrrows-bold-webfont.svg%23ArrrowsBoldRegular?25") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ArrrowsRegular';
  src: url("/cdn/shop/t/3/assets/arrrows-regular-webfont.eot?v=110249857411575816721465231078");
  src: url("/cdn/shop/t/3/assets/arrrows-regular-webfont.eot?%23iefix&v=110249857411575816721465231078") format("embedded-opentype"), url("/cdn/shop/t/3/assets/arrrows-regular-webfont.woff?v=137950319321118265191465231078") format("woff"), url("/cdn/shop/t/3/assets/arrrows-regular-webfont.ttf?v=11723488391664464881465231078") format("truetype"), url("/cdn/shop/t/3/assets/arrrows-regular-webfont.svg%23ArrrowsRegular?25") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'custom-icons';
  src: url("/cdn/shop/t/3/assets/custom-icons.eot?aovcin&v=74419677355824803021465231078");
  src: url("/cdn/shop/t/3/assets/custom-icons.eot?%23iefixaovcin&v=74419677355824803021465231078") format("embedded-opentype"), url("/cdn/shop/t/3/assets/custom-icons.woff?aovcin&v=152917911914010320771465231079") format("woff"), url("/cdn/shop/t/3/assets/custom-icons.ttf?aovcin&v=35146084231517940891465231079") format("truetype"), url("/cdn/shop/t/3/assets/custom-icons.svg?aovcin%23custom-icons&v=142130557613928285791465231079") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'custom-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bestsellers:before {
  content: "\e600"; }

.icon-daily-deals:before {
  content: "\e601"; }

.icon-goal:before {
  content: "\e602"; }

.icon-pleasant:before {
  content: "\e603"; }

.icon-promtness:before {
  content: "\e604"; }

.icon-reliability:before {
  content: "\e605"; }

.icon-selection:before {
  content: "\e606"; }

.icon-service:before {
  content: "\e607"; }

.icon-envelope:before {
  content: "\e608"; }

.icon-location:before {
  content: "\e609"; }

.icon-phone:before {
  content: "\e60a"; }

.arrow-remove {
  font-family: "ArrrowsRegular"; }

.nudista {
  font-family: "Tablet-Gothic-Semi-Condensed", Arial Narrow, Arial, sans-serif; }

.din-condensed {
  font-family: "Tablet-Gothic-Semi-Condensed", Arial Narrow, Arial, sans-serif; }

.sans {
  font-family: "Tablet-Gothic-Semi-Condensed", Arial Narrow, Arial, sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "Tablet-Gothic-Semi-Condensed", Arial Narrow, Arial, sans-serif; }

h1 {
  font-size: 36px;
  line-height: 39.996px;
  font-size: 2.25rem;
  line-height: 2.49975rem;
  text-align: left;
  margin: 30px 0; }

h2 {
  font-size: 24px;
  line-height: 36px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin: 0 0 16px 0; }

h3 {
  font-size: 22px;
  line-height: 35.75px;
  font-size: 1.375rem;
  line-height: 2.23438rem;
  margin: 0 0 16px 0; }

h4 {
  font-size: 20px;
  line-height: 32.5px;
  font-size: 1.25rem;
  line-height: 2.03125rem;
  margin: 0 0 8px 0; }

h5 {
  font-size: 18px;
  line-height: 29.25px;
  font-size: 1.125rem;
  line-height: 1.82813rem;
  margin: 0 0 4px 0; }

h6 {
  font-size: 16px;
  line-height: 26px;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0; }

p, pre, blockquote, ul, ol, form {
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem; }

p, pre {
  margin: 0 0 14px 0; }

p:last-child, ul.bulleted {
  margin-bottom: 0; }

.blue {
  color: #006699; }

ul.tabs {
  position: relative;
  z-index: 2000; }
  ul.tabs li {
    float: left;
    margin-left: -1px; }
    ul.tabs li a {
      padding: 14px 20px;
      border: 1px solid #cdd1d1;
      background-color: #eaeef2; }
      ul.tabs li a.selected {
        border-bottom-color: white;
        background: white; }

.tab-panel {
  border-top: 1px solid #cdd1d1;
  padding: 20px 0;
  margin-top: -1px; }

.content ul.bulleted {
  margin-top: 0; }
  .content ul.bulleted li {
    margin-bottom: 4px; }
    .content ul.bulleted li a {
      font-weight: normal;
      color: #2484c6; }

ul.accordion {
  width: 100%; }

ul.collapsable .leader {
  display: none;
  padding: 12px 10px;
  background: white; }
  ul.collapsable .leader h3 {
    line-height: normal;
    color: #ef4044;
    margin-bottom: 0; }
  ul.collapsable .leader span {
    line-height: normal;
    color: #ef4044; }

ul.collapsable .leader.toggle {
  cursor: pointer;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #cdd1d1; }
  ul.collapsable .leader.toggle h3 {
    float: left;
    vertical-align: middle; }
  ul.collapsable .leader.toggle span {
    float: left;
    vertical-align: middle;
    font-size: 120%;
    float: right;
    color: #cdd1d1; }
  ul.collapsable .leader.toggle.active span {
    text-transform: uppercase; }
ul.collapsable li.panel {
  clear: both;
  padding: 10px;
  background: #2c2d2e;
  display: none; }
  ul.collapsable li.panel.active {
    display: block; }

ul.link-list {
  margin-bottom: 20px; }
  ul.link-list li {
    line-height: normal;
    margin-top: 6px; }
  ul.link-list:last-child {
    margin-bottom: 0; }
  ul.link-list > li.leader {
    text-transform: uppercase; }

.tab-panel {
  display: none; }
  .tab-panel.selected {
    display: block; }

.ir {
  display: block;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.ie-support {
  position: relative;
  behavior: url(/PIE.htc); }

.content-box-shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  behavior: url(/PIE.htc); }

.fade-out {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out; }

.fade-in {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1; }

html.lt-ie9 {
  /* Pop-ups */ }

html.lt-ie9 body > header .inner-wrap {
  margin-bottom: 0; }

html.lt-ie9 .pop-up.small {
  width: 400px; }

html.lt-ie9 .pop-up.medium {
  width: 600px; }

html.lt-ie9 .pop-up.large {
  width: 800px; }
